.page-hero {
    min-height: 428.39px;
    background-position: top;
}

.page-hero::before {
    background: transparent;
}

.contact-us {
    padding: 78px 15px;
    position: relative;
}

.contact-us::before,
.contact-us::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.contact-us::before {
    background: url('../../../library/images/sand.jpg') top / cover no-repeat;
    opacity: .8;
}

.contact-us::after {
    background: linear-gradient(360deg, #ffffff 40%, rgba(0, 0, 0, 0.00) 100%);
}

.contact-us .container {
    z-index: 4;
}

.contact-us .form-wrap .h2_label {
    padding-bottom: 10px;
}

.contact-us .form-wrap h2 {
    font-size: 40px;
    letter-spacing: 0.4px;
    line-height: 40px;
}

.contact-us .form-wrap p {
    margin: 14px 0 10px 0;
    font-size: 15px;
    line-height: 25.5px;
}

.contact-us .form-wrap .form {
    padding: 15px 0;
}

.contact-us .form-wrap p.btm-text {
    font-size: 12px;
    color: #6B7682;
    line-height: normal;
    margin: 15px 0 10px 0;
}

.contact-us .details-wrap {
    border-radius: 18px;
    border: 1px solid #F0E4CB;
    background: var(--white);
    box-shadow: 0 14px 34px 0 rgba(14, 44, 66, 0.08);
    margin-left: 50px;
    padding: 28px;
}

.contact-us .details-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-us .details-wrap ul li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #F3EDE1;
    gap: 12px;
}

.contact-us .details-wrap ul li p {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    color: #0E2C42;
    line-height: normal;
    margin: 0;
}

.contact-us .details-wrap h3 {
    font-family: 'Thadonce', sans-serif;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 17px;
}

.contact-us .details-wrap ul li p a {
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0;
}

.contact-us .details-wrap ul li p span.working_hours {
    font-weight: 400;
    text-transform: none;
    color: #020101;
    letter-spacing: 0;
}

.contact-us .details-wrap ul li:last-child {
    border-bottom: none;
}

.map_iframe {
    border: 2px solid #1A73E8;
}

.map_iframe iframe {
    margin-bottom: -6px;
}

@media(max-width:1200px) {
    .contact-us .details-wrap {
        margin-left: 20px;
    }
}

@media(max-width:992px) {

    .contact-us::before {
        background-size: contain;
        background-repeat: repeat;
    }

    .contact-us .row .col-md-7,
    .contact-us .row .col-md-5 {
        width: 100%;
    }

    .contact-us .row {
        gap: 46px;
    }

    .contact-us {
        padding: 50px 15px 76px 15px;
    }

    .contact-us .form-wrap p.btm-text {
        text-align: center;
        margin: 0px 0 10px 0;
    }

    .form .gform_footer {
        display: block;
        text-align: center;
    }

    .contact-us .details-wrap {
        margin-left: 0px;
    }

    .page-hero {
        background: url('../../../library/images/contact-bg-mobo.png') top / cover no-repeat !important;
    }

    .page-hero h1 {
        font-size: 96px;
        line-height: 101.8px;
    }

    .page-hero::before {
        opacity: .5;
        background: linear-gradient(90deg, rgba(8, 40, 64, 0.78) 0%, rgba(8, 40, 64, 0.45) 55%, rgba(8, 40, 64, 0.30) 100%);
    }

    .map_iframe iframe {
        height: 400px !important;
    }
}