.banner {
    background-image: url(../img/frontend/contact_us/banner.webp);
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center center; */
    height: 290px;
}

.form-control::placeholder {
    color: #9B9B9B!important;
    opacity: 1;
    font-size: 0.7rem!important;
}
.form-control {
    border-radius: 0!important;
    background-color: #F1F0F5!important;
    border: none!important;
    transition: box-shadow 0.2s ease, background-color 0.2s ease!important;
}

.form-control:focus {
    box-shadow: 0 0 0 3px rgba(0,144,255,0.15)!important;
    background-color: #fff!important;
}





.box {
    transition: box-shadow 0.3s ease;
}

.box:hover {
    box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.12);
}

@media screen and (max-width: 576px) {
    .banner {
        background-size: 100% 100%;
        margin-bottom: 3rem;
        margin-top: 4.5rem!important;
        height: 165px!important;
    }
    .banner .container {
        padding-top: 1rem!important;
    }
    .contact-cards {
        top: -5rem!important;
    }
} 

/*tab-portrait*/
@media (min-width: 768px) and (max-width: 991px) {

    .tab-fifty {
        min-width: 50%;
    }

}