#hero .btn{
    display: none;
}

#hero{
    height: 300px!important;
}

#hero img{
    height: 300px!important;
    width: 100%;
}

#support{
    background: #EC6097;
    padding: 50px 0;
}

#support .wrap{
    background: #fff;
    border-radius: 5px;
}

#support img{
    width: 100%;
}

#support .content{
    padding: 28px
}

#support h3{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

#support p{
    text-align: center;
    margin-bottom: 30px;
}

#support .btn{
    margin: 0 auto;
}

@media(max-width:1200px){
    #support .wrap{
        max-width:416px;
        margin: 0 auto;
    }
}

.modal-body{
    padding: 40px;
}

.modal h2{
    font-size: 21px;
    line-height: 29px;
    text-align: center;
}

.modal .content p{
    text-align: center;
}

.modal .content{
    margin-bottom: 50px;
}

.modal label{
    font-family: 'VAGRoundedLTProLight';;
    color: #000;
}

.modal label span{
    color: #A7204F
}

.modal .form-control{
    border-radius: 2px;
    border: 1px solid #C8C8C8;
    padding: 14px 27px;
}

.modal form p{
    margin: 0;
}

.modal .btn{
    margin: 40px auto 0 ;
}

.modal textarea{
    height: 125px;
}
.modal-dialog{
    max-width: 600px;
    border-radius: 8px;
    margin-top: 70px;
}

@media(max-width:767px){
    .modal-dialog{
        margin-top: 1.75rem;
    }
    .modal{
        padding-right: 0!important;
    }
}

@media(max-width:670px){
    .modal-dialog{
        max-width: 90%;
    }
}

@media(max-width:576px){
    .modal-body{
        padding: 40px 15px;
    }
    .modal-dialog{
        max-width: 100%;
    }
}


#hero img {
    position: absolute !important;
    right: 0;
    top: 0 !important;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
#hero h1{
    color: #fff !important;
}
@media(max-width: 1200px){
    #hero img {
        position: absolute !important;
        max-width: 100% !important;
        height: 100% !important;
    }

}
@media(max-width: 767px){
    #hero h1{
        font-size: 30px !important;
        line-height: 40px !important;
        text-align: center !important;
    }
    #hero .click{
        display: flex;
        justify-content: center;
    }
}