/*banner*/
.banner__contact{
    height: 425px;
    position: relative;
    margin-top: -60px;
    z-index: 3;
}
.map{
    height: 100%;
}
.map iframe{
    width: 100%;
    height: 100%;
}
/*end banner*/

/*main contact*/
.contact{
    margin: 40px 0;
}
.main__contact{
    width: 85%;
    margin: auto;
}
.contact__info h3{
    font-size: 30px;
    color: #a9932a;
    font-weight: 700;
    margin-bottom: 30px;
}
.form-contact input,
.form-contact textarea{
    background-color: #f9f9f9 !important;
    border: none;
    border-radius: 0;
    font-size: 15px;
    color: #808285;
    padding: 15px 20px;
}
.form-contact button{
    background-color: #ffdc39;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 15px 50px;
    border: none;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.form-contact button:hover{
    background-color: #a9932a;
    transition: all .3s;
}
.contact__txt h4{
    font-size: 20px;
    font-weight: 700;
}
.help p{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
}
.office p{
    font-size: 18px;
    color: #999999;
    line-height: 30px;
    margin-bottom: 8px;
}
/*end main contact*/


@media only screen and (max-width: 1200px){
    .banner__contact{
        position: static;
        margin-top: 0;
    }
    .contact__info{
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767.98px){
    .main__contact{
        width: 95%;
    }
}