#main-loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    /* backdrop-filter: blur(5px); */
    background: #fff;
    overflow-y: hidden;
}

#main-loader .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main-loader .loading img {
    width: 200px;
    height: 200px;
}

.booking_card {
    border-radius: 6px;
    border: 1px solid rgba(55, 53, 52, 0.10);
    background: var(--white, #FFF);
    /* box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.06); */
    padding: 24px;
    justify-content: center;
    height: 100%;
}

.mb-42 {
    margin-bottom: 42px;
}

.py-32 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.mt-24 {
    margin-top: 24px;
}

.mb-24 {
    margin-bottom: 24px;
}

.pt-8p {
    padding-top: 8px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mt-42 {
    margin-top: 42px;
}

.mt-24 {
    margin-top: 24px;
}

.h-497 {
    height: 497px !important;
}

.br-r-6 {
    border-radius: 6px;
}


.booking_req_row .booking_card .wpforms-container {
    margin-bottom: 0px !important;
}

.booking_form input {
    height: 55px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    background-color: transparent;
}

.col-section-req {
    max-width: 50%;
    flex: 0 0 50%;
}

.col-section1 {
    max-width: 48%;
    flex: 0 0 48%;
}

.col-section2 {
    max-width: 2%;
    flex: 0 0 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .btn-ticket-book {
    border-radius: 6px;
    background: var(--green-color, linear-gradient(122deg, #4ADEDE 18.8%, #7BD5F5 69.63%));
    color: #004365 !important;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
} */

/**Booking Gallery**/
.page-template-Template-internship-program .lightbox,
.page-template-Template-request-booking-details .lightbox{
    position: fixed;
}

.page-template-Template-internship-program.scrollLocked,
.page-template-Template-request-booking-details.scrollLocked {
    position: relative;
    overflow: hidden;
}

.lightboxdiv {
    cursor: pointer;
}

.booking_gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.booking_gallery .zoom-img-container {
    border-radius: 6px;
    overflow: hidden;
}

.booking_gallery .bg-shadow::after {
    content: none;
}


.booking_gallery .div1 {
    grid-area: 1 / 1 / 7 / 3;
    height: 550px;
}

.booking_gallery .div2 {
    grid-area: 1 / 3 / 4 / 4;
    height: 268px;
}

.booking_gallery .div3 {
    grid-area: 4 / 3 / 7 / 4;
    height: 268px;
}

.booking_gallery .div4 {
    grid-area: 1 / 4 / 7 / 6;
    height: 550px;
}

.booking_gallery .div5 {
    grid-area: 1 / 6 / 4 / 7;
    height: 268px;
}

.booking_gallery .div6 {
    grid-area: 4 / 6 / 7 / 7;
    height: 268px;
}

.overlaycreate .bg-shadow::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #101010;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    mix-blend-mode: hard-light;
    opacity: 0.64;
}

.overlaycreate .overlaycontent {
    position: absolute;
    z-index: 999;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.total_number {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.total_img {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.72px;
}

.book_or {
    color: #373534;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/* Otp Verification Css Start */
#otpModal .modal-header,
#errorModal .modal-header {
    margin-left: auto;
}

#otpModal .invalid_otp {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}

#otpModal .invalid_otp span.title {
    color: #C33;
    font-size: var(--fs-12);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#otpModal .otp-inputs input {
    border-radius: 6px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    width: 58px;
    height: 58px;
}

#otpModal .otp-inputs.invalid input {
    border: 1px solid red;
}

#otpModal .form-control.rounded.otp-enter:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, .11);
}

#otpModal .resendbtn {
    color: #069 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#otpModal .my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#otpModal .otpheading,
#errorModal .title {
    color: var(--color-primary);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

#otpModal .otpnumber,
#errorModal .para {
    color: var(--color-dark);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

#otpModal .otp-inputs .input {
    border-radius: 6px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    color: var(--color-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#otpModal .timer {
    color: #464646;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#otpModal .resend_title {
    color: var(--color-primary);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.otp_error {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: red;
}

/* Otp Verification Css End */


/* Forms Modal */
.wpforms-container-full .wpforms-field-large {
    height: 55px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    background-color: transparent;

}

.wpforms-container-full .wpforms-field-phone .iti__flag-container {
    background-color: none !important;
}
.wpforms-container-full .wpforms-field-phone .iti__flag-container .iti__selected-flag{
    padding-left: 24px !important;
}
.wpforms-container-full .wpforms-form .wpforms-field-phone .iti__selected-flag::after {
    content: "";
    border-right: 1px solid var(--wpforms-field-border-color);
    height: 30px;
    margin-left: 20px;
    /* margin-right: 20px; */
}

.wpforms-container-full .wpforms-field-btn {
    height: 55px !important;
    background: var(--color-pantone-process-blue-c) !important;
    outline: 0px !important;
    border: 0px !important;
    box-shadow: none !important;
    color: var(--color-white) !important;
    border-radius: 6px;
}

body div.wpforms-container-full .wpforms-form input[type=tel] {
    padding-left: 133px !important;
}

body .wpforms-container-full .wpforms-form .wpforms-field-phone .iti--allow-dropdown input.wpforms-field-large {
    padding-left: 133px !important;
}


/* Forms Modal End */

@media (max-width:1024px) {
    .mobile-mb-22 {
        margin-bottom: 22px;
    }

    .booking_wrapper .col-section1,
    .booking_wrapper .col-section-req {
        max-width: 100%;
        flex: 100%;
    }

    .booking_wrapper .col-section2 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 24px;
    }


    .about_para,
    .subhead {
        width: 100%;
        font-size: var(--fs-14);
    }

    .booking_wrapper hr {
        border-color: rgba(55, 53, 52, 0.40) !important;
    }


}

@media (max-width: 768px) {
    .bookgallery {
        min-width: 350px;
    }

    .booking_gallery.requestbooking {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto auto auto;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .booking_gallery.requestbooking .div1 {
        grid-area: 1 / 1 / 2 / 3;
        height: 440px;
    }

    .booking_gallery.requestbooking .div2 {
        grid-area: 2 / 1 / 3 / 2;
        height: 220px;
    }

    .booking_gallery.requestbooking .div3 {
        grid-area: 2 / 2 / 3 / 3;
        height: 220px;
    }

    .booking_gallery.requestbooking .div4 {
        grid-area: 3 / 1 / 4 / 3;
        height: 440px;
    }

    .booking_gallery.requestbooking .div5 {
        grid-area: 4 / 1 / 5 / 2;
        height: 220px;
    }

    .booking_gallery.requestbooking .div6 {
        grid-area: 4 / 2 / 5 / 3;
        height: 220px;
    }



    .booking_gallery.internship {
        overflow: scroll;
        grid-template-rows: auto;
        margin-left: calc(-1 * var(--pl-5vw));
        padding-left: var(--pl-5vw);
        margin-right: calc(-1 * var(--pr-5vw));
        padding-right: var(--pr-5vw);
    }

    .booking_gallery.internship .div1 {
        grid-area: 1 / 1 / 7 / 3;
        height: 414px;
    }

    .booking_gallery.internship .div2 {
        grid-area: 1 / 3 / 1 / 4;
        height: calc((414px / 2) - 12px);
    }

    .booking_gallery.internship .div3 {
        grid-area: 4 / 3 / 2 / 4;
        height: calc((414px / 2) - 6px);
    }

    .booking_gallery.internship .div4 {
        grid-area: 1 / 4 / 7 / 6;
        height: 414px;
    }

    .booking_gallery.internship .div5 {
        grid-area: 1 / 6 / 1 / 7;
        height: calc((414px / 2) - 12px);
    }

    .booking_gallery.internship .div6 {
        grid-area: 4 / 6 / 2 / 7;
        height: calc((414px / 2) - 6px);
    }

    .mob-pxsm-24 {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .booking_req_row .wpforms-container .wpforms-submit-container {
        padding: 8px 0 0 0;
    }

}

@media (max-width: 600px) {
    #otpModal .otp-inputs input {
        width: 40px;
        height: 40px;
    }
}

.disable {
    opacity: 0.5;
    pointer-events: none;
}