/* .contact-banner {
    background: url("../images/contact/contact-banner.jpg"), #0058BFE8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.contact-banner {
    background:
        url("../images/contact/bg-contact.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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


.contact-hero-section {
    min-height: 500px;
    position: relative;
}

.contact-hero-section .content-conainer {
    padding: 60px 0;
}

.contact-form-content {
    background:
        linear-gradient(180deg, rgba(247, 251, 255, 0.756) 0%, rgba(247, 251, 255, 0.84) 100%),
        url("../images/contact/form-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    box-shadow: 0px 4px 8.9px 0px #0000000A;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #E2E8F0;
}

.form-content-wrapper {
    padding: 50px 30px;
}

.contact-left {
    min-height: 376px;
    display: flex;
}

.contact-left iframe {
    min-height: 376px;
}

.contact-right {
    border: 1px solid #E0E0E0;
    box-shadow: 0px 4px 24.5px 0px #00000008;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-content {
    position: absolute;
    left: 100px;
    right: 100px;
    top: -65px;
}

/* modal */
.conformation-modal .modal-header {
    display: none;
}

.conformation-modal .modal-body {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
}

.conformation-modal .modal-content {
    border-radius: 24px;
    border: 1px solid #E2E8F0;
    box-shadow: 0px 4px 8.9px 0px #0000000A;
}
.conformation-modal .modal-footer{
    padding: 0 20px 20px 20px;
    justify-content: center;
    border-top: none;
    margin: 0;
}


.tick-img {
    max-width: 80px;
    max-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:1399px) {

    .form-content-wrapper .gx-lg-5 {
        --bs-gutter-x: 24px;
    }

    .input-grp input {
        width: 200px;
    }
}

@media (max-width:1199px) {
    .input-grp input {
        width: 180px;
    }
}

@media (max-width:991px) {
    .contact-banner {
        min-height: 264px;
    }

    .hero-content {
        top: -30px;
        left: 80px;
        right: 80px;
    }

    .contact-hero-section {
        min-height: 876px;
    }

    .form-content-wrapper {
        padding: 16px;
    }

    .form-content-wrapper .row {
        flex-direction: column-reverse;
    }

    .contact-right {
        padding: 0;
        border: none;
        background: transparent;
        box-shadow: none;
        gap: 24px;
    }

    .input-grp input {
        width: 100%;
    }

    #cust-phone-wrapper .cust-phone-input {
        padding: 12px 8px;
        border: 1px solid #E0E0E0;
    }

    .contact-left iframe,
    .contact-left {
        min-height: 300px;
    }

    .contact-right .btn-main {
        width: 100%;
    }
}

@media (max-width:575px) {
    .hero-content {
        left: 16px;
        right: 16px;
    }
}