.banner-widget{
    height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.banner-widget .contact-widget{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    margin: 0 auto;
    max-width: calc(100vw - 70px);
    text-align: center;
    z-index: 1;
    position: relative;
    
}
.banner-widget .contact-widget .widget-logo{
    padding: 0;
    margin: 0;
    margin:20px auto;
    display: block;
    max-width: calc(100vw - 70px);
}
.banner-widget .contact-widget  .contact-frm {
    height: fit-content;
    width: 100vw;
    border-radius: 5px;
    margin-bottom: 0;
    background-color: rgba(255,255,255,.42);
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: calc(100% - 70px);
    padding: 35px 0;
    margin:0 auto;
}
.banner-widget .contact-widget  .contact-frm form{
    width: calc(100% - 63px);
    margin:0 auto;
}
.banner-widget .contact-widget .input-group-contact{
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    max-width: 80vw;
}
.banner-widget .contact-widget .input-group-contact.input-group-textarea{
    height: 120px;
}
.banner-widget .contact-widget .input-group-contact input, .banner-widget .contact-widget .input-group-contact select, .banner-widget .contact-widget .input-group-contact select option, .banner-widget .contact-widget .input-group-contact textarea{
    outline: none;
    border: none;    
    height: 100%;
    border-radius: 0;
    padding-left: 20px;
    line-height: 40px;
    width: 100%;
    color: #767676;
}
.banner-widget .contact-widget .input-group-contact.contact-button  {
    background-color: #3085b2;
    border-radius: 25px;
    height: 53px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}
.banner-widget .contact-button a{
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 53px;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

@media screen  and (min-width:1024px) {
    .banner-widget{
        height: 650px;
    }
    .banner-widget .contact-widget{
        flex-direction: row-reverse;
        max-width: 1366px;
    }
    .banner-widget .contact-widget .widget-logo{
        height: 244px;
        margin:0;
        margin-right: auto;
    }
    .banner-widget .contact-widget  .contact-frm {
        margin-right: 78px;
        margin-left:50px;
        width: 485px;
    }
}