.banner-wrap img{
    object-fit: cover;
    width: 100%;
    height: 500px;
    
}
.contact-form p span, .write-us p span {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    color: #3B4A66;
    opacity: 0.5;
    font-family: myFirstFont;
}
.contact-form h3, .write-us h3{
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 110.8%;
    color: #000;
    text-transform: uppercase;
    font-family: myFirstFont;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    text-transform: capitalize;
    color: #999999;
}
.contact-form input{
    width: 100%;
}
.form-group {
    margin-bottom: 15px;
    width: -webkit-fill-available;
}
.contact-form {
    margin-top: 70px;
    margin-bottom: 70px;
}
.contact-form form button{
    background: #C69537;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    padding: 10px 50px;
    /* font-family: 'Poppins', sans-serif; */
}
.flex-input {
    display: flex;
    
}
.flex-input  .form-control{
    padding: 6px 1px 7px 11px !important;
}
.contact-form input {
    width: inherit;
    border: none;
    box-sizing: unset;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid #E5E5E5;
    font-family: 'Poppins', sans-serif;
}
textarea.form-control {
    height: auto;
    border: none;
    border-bottom: 2px solid #E5E5E5;
    border-radius: unset;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
}
.form-control:focus{
    outline: none;
    border-color: #E5E5E5;
    box-shadow: none;
}
.heading-text{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    font-family: myFirstFont;
}
.email-phone a{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 164.3%;
    color: #777777;
    /* font-family: 'Poppins', sans-serif; */
}
.email-phone a:focus,.email-phone a:hover{
    text-decoration: none;
}
.loc-flex{
    display: flex;
    align-items: center;
}
.loc-flex hr {
    height: 110px;
    opacity: 0.8;
    border: 1px solid #E5E5E5;
}
.divider{
    opacity: 0.8;
    border: 1px solid #E5E5E5;
}
.office-loc {
    margin-top: 50px;
    margin-bottom: 75px;
}
.location-office h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    font-family: myFirstFont;
}
.location-office p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #444444;
    /* font-family: 'Poppins', sans-serif; */
}
.location-office {
    margin-bottom: 40px;
}
.heading-contact-top {
    position: absolute;
    top: 25%;
    right: 12%;
}
.heading-contact-top h1{
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 87px;
    text-align: right;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: myFirstFont;
   
}
@media only screen and (max-width : 500px) {
    .banner-wrap img{
        height: 300px;
    }
    .contact-form {
        margin-top: 38px;
        margin-bottom: 45px;
    }
    .loc-flex {
        display: inline;
        align-items: center;
    }
    .loc-flex hr{
        display: none;;
    }  
    .office-loc {
        margin-top: 0;
        margin-bottom: 55px;
    }
    .contact-form h3, .write-us h3 {
        font-size: 25px !important;
        line-height: 35px !important;
        margin-bottom: 30px;
    }
    .p-l-0{
        padding-left: 0;
    }
    .heading-contact-top h1{
        font-size: 23px;
        line-height: 30px;
        
    }
    .background-animation {
        height: 300px;
    }
}
@media only screen and (min-width : 501px) and (max-width : 768px) {
    .heading-contact-top h1{
        font-size: 23px;
        line-height: 30px;
        
    }
    .background-animation {
        height: 300px;
    }
}

@media only screen and (max-width : 768px) {
    .contact-form h3, .write-us h3 {
        font-size: 33px;
        line-height: 130.8%;
    }
    .location-office h4{
        font-size: 17px;
        line-height: 20px;
    }
    .location-office p{
        font-size: 14px;
        line-height: 22px;
    }
}
.border{
    border-top: 2px solid #E5E5E5;
}



