#contact{
    padding: 80px 0;
    background: #11204C;
    color:#fff;
}


#contact .sub{
    text-align: left;
    margin-bottom: 20px
}

#contact .content{
    font-size: 20px
}

#contact .wrap{
    display: flex;
}

#contact .address{
    font-size: 20px;
    font-weight: 900;
    margin-right: 50px
}
#contact .row{
    align-items: center;
}
#contact .click a{
    text-decoration: none;
    color: #162656;
    font-size: 20px;
    font-weight: 900;
}

#contact .click i{
    font-size: 20px;
    color: #F4BF00;
    margin-right: 20px;
}
#contact form{
    padding-left: 80px;
}
#contact .formRow{
    display: flex;
    justify-content: space-between;
}

#contact .input{
    width: 49%;
}

#hero{
    padding: 100px 0
}

#hero .click{
    margin-top: 50px;
}
#contact h2{
    font-size: 40px;
    line-height: 50px;
}
#contact_top{
    padding: 50px 0;
}
#contact_top .inner{
    height: 100%;
    border: 1px solid #142452;
border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px 10px;
}
#contact_top i{
    color: #F4BF00;
    font-size: 24px;
    margin-bottom: 10px;
}
#contact_top h5{
    color: #142452;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 10px;
    font-weight: 600;
}
#contact_top a{
    color: #040707;
    text-decoration: none;
}

@media(max-width:1200px){
    #contact form{
        padding-left: 0;
    }
}
@media(max-width: 991px){
    #contact_top .box{
    margin-bottom: 20px;
    }
}
@media(max-width:576px){
    #hero .btn-yellow{
        margin-bottom: 20px;
    }
}