/* <!-- Contact Us Header --> */

.terms_and_condition_heading .row {
    justify-content: center;
}
.contact_us_image {
    background-image: url(clientlibs/css/assets/image 120.png);
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact_us_image h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 41px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.contact_us_image h6 {
    font-family: 'Spectral', serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0px;
}

/* Breadcrumb Section */
.contact_us_image>.breadcrumb_section {
    position: absolute;
    z-index: 9;
    padding-top: 18px;
    padding-left: 71px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
}

.breadcrumb>.breadcrumb-item,
.breadcrumb>.breadcrumb-item>a {
    color: white !important;
    text-decoration: none;
}

.breadcrumb>.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.terms_and_condition_heading {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media only screen and (max-width: 1035px) and (min-width: 1015px){
    .about_us_content_section_inner>.about_us_heading{
        padding: 3px 36px !important;
    }
}