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

.pt-8 {
    padding-top: 8px !important;
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.py-10vh {
    padding-top: 15vh;
    padding-bottom: 15vh;
}

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

.mt-6vh {
    margin-top: 6vh;
}

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

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

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

.fw-300 {
    font-weight: 300;
}

.letter-spacing-7 {
    letter-spacing: 7.7px;
}

.fw-700 {
    font-weight: 700;
}

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

.mx-w-277 {
    max-width: 277px;
}

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

.bb-1 {
    border-bottom: 1px #373534 !important;
}

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

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

.w-85 {
    width: 85%;
}

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

.h-100vh {
    height: 100vh;
    overflow: hidden;
}

.mx-5vw {
    margin: 0vw 5vw 0vw 5vw;
}

.text-justify {
    text-align: justify;
}

.plan-padding {
    padding: 30px 67px 28px 67px;
}

.plan_visit_heading {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mx-w-356 {
    max-width: 356px;
}

/*--Plan Visit Box---*/

.plan_container {
    max-width: 66%;
    height: calc(100vh - 434px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.plan-visit-wrapper {
    height: 100vh;
    overflow: hidden;
}

.plan-border-right {
    border-right: 1px solid #dee2e6 !important;
    height: 8vh;
    align-items: center;
    margin: auto;
}

.plan-br {
    margin-top: 4%;
    padding: 32px;
}

.planvisit>.plan-br:last-child,
.planvisit>.plan-br:last-child .plan-border-right {
    display: none !important;
}

.plan_team .key_info {
    width: 100%;
    background: var(--water-color-light, linear-gradient(52deg, #2AABF0 27.19%, #0049A0 91.37%));
    padding: 44px;
}

.conservation_para_section {
    max-width: 664px;
}

.plan_team .contact_section {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 501px;
    width: fit-content;
}


.plan_team .key_info {
    width: 100%;
    background: var(--water-color-light, linear-gradient(52deg, #2AABF0 27.19%, #0049A0 91.37%));
    padding: 42px;
    padding-right: 42px !important;
}


.plan_team .callsection .number {
    color: #fff;
    word-break: break-all;
}

/*--Carousel----*/


#planvisitCarousel,
#planvisitCarousel .owl-stage-outer,
#planvisitCarousel .owl-stage-outer,
#planvisitCarousel .owl-stage,
#planvisitCarousel .owl-item,
#planvisitCarousel .item,
#planvisitCarousel .image-container {
    height: inherit;
}

#planvisitCarousel .owl-prev {
    background-image: url(./../images/svg/backw.svg) !important;
    width: 48px;
    height: 35px;
    background-repeat: no-repeat;
}

#planvisitCarousel .owl-next {
    background-image: url(./../images/svg/nextw.svg) !important;
    width: 48px;
    height: 35px;
    background-repeat: no-repeat;
}

#planvisitCarousel .owl-item::after {
    background: linear-gradient(180deg, rgba(16, 16, 16, 0.00) 52.47%, rgba(16, 16, 16, 0.60) 100%);
    background-size: cover;
}

#planvisitCarousel .owl-next::before,
#planvisitCarousel .owl-prev::before {
    content: none;
}

#planvisitCarousel .owl-nav {
    position: absolute;
    bottom: 48px;
    right: 5vw;
    display: flex;
    gap: 64px;

}

#planvisitCarousel .owl-next.disabled,
#planvisitCarousel .owl-prev.disabled {
    opacity: 0.4;
}

#planvisitCarousel .owl-dots {
    display: none;
}



.image-container {
    position: relative;
}

.image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 16, 16, 0.00) 52.47%, rgba(16, 16, 16, 0.60) 100%);
    z-index: 1;
}

/* .plan_visit_heading {
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 7.7px;
    text-transform: uppercase;
} */

.accordian-answer {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 1px;
    color: #004365;
}

.plan_visit_subheading {
    font-size: var(--26);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.plan_visit_para {
    font-size: var(--fs-16);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.plan-heading {
    font-size: var(--fs-20);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.plan-time {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.plan-time strong {
    font-weight: 700;
}

.border-divider {
    border: 1px solid #ffffff73;
    width: 79%;
    margin-top: 12px;
    margin-bottom: 12px;
}

.border-left-plan {
    border-left: 2px solid var(--water-color-light, #2AABF0);
    height: fit-content;
}

.bottom-0 {
    bottom: 0;
}


/* <!-----FAQ Section----> */
.plan-title {
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 7.7px;
    text-transform: uppercase;
}

.faqcard {
    border-left: 4px solid var(--water-color-light, #2AABF0) !important;
}

.my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.faqcard:last-child hr {
    display: none;
}

.card-text {
    padding: 8px;
}

.faqsection {
    min-height: 100vh;
    background: linear-gradient(122deg, rgb(74 222 222 / 20%) 18.8%, rgb(123 213 245 / 20%) 69.63%);
    padding-top: 74px;
}

.faq-main-page-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}
/* .faq-main-page-wrapper {
    max-height: calc(100vh - 280px);
    overflow: auto;

} */

.faq-main-page-wrapper .breadcrumb-wrapper {
    padding: 0;
}

.faq-main-page-wrapper .breadcrumb-list {
    position: relative;
}

.faq-main-page-wrapper .breadcrumb-list a {
    position: relative;
    color: rgba(22, 61, 72, 0.64);
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.faq-main-page-wrapper .breadcrumb-list::after {
    position: absolute;
    content: '';
    background-color: rgba(22, 61, 72, 0.64);
    width: 1px;
    height: 16px;
    transform: rotate(20deg);
    right: 0;
    bottom: 6px;
}

.faq-main-page-wrapper .faq-main-wrapper {
    max-width: 1148px;
    margin: auto;
}

.faq-main-page-wrapper .faq-main-wrapper .page-heading {
    color: rgba(0, 102, 153, 1);
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 30px;
}

.faq-main-page-wrapper .faq-main-wrapper .question {
    color: rgba(0, 102, 153, 1);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.faq-main-page-wrapper .faq-main-wrapper .answer {
    color: #004365 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    padding-right: 50px;
}

.faq-main-page-wrapper .faq-main-wrapper .faq-main-page-wrapper .faq-main-wrapper .card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #F1F3F4;
    background-color: transparent;
}

.faq-main-page-wrapper .faq-main-wrapper .card:last-of-type {
    border-bottom: 0;
}

.faq-main-page-wrapper .faq-main-wrapper .card-header {
    padding: 25px 0;
    margin-bottom: 0;
    background-color: transparent;
    /* border-bottom: 1px solid rgba(55, 53, 52, 0.4); */
    position: relative;
}

.faq-main-page-wrapper .faq-main-wrapper .card-body {
    padding: 0px 0;
    /* max-height: 10vh; */
    overflow-y: auto;
}

.question_content {
    /* position: relative; */
    margin-top: 8px;
    right: 0;

}

.cross-expention {
    position: absolute;
    height: 28px;
    width: 28px;
    transition: all .3s ease;
    cursor: pointer;
    top: 50%;
    right: 0px;
    transform: translate(0%, -50%);
}

.minus-icon {
    display: none;
}

/* Show the minus icon when the card is expanded */
.card-header[aria-expanded="true"] .cross-expention .minus-icon {
    display: inline-block;
}

/* Show the plus icon when the card is collapsed */
.card-header[aria-expanded="false"] .cross-expention .plus-icon {
    display: inline-block;
}

.themecolor {
    color: #004365 !important;
    font-weight: 700 !important;
}

#accordion .card hr:last-of-type {
    display: none;
}

.collapse-icon {
    display: none;
}

/* .card-header[aria-expanded="true"] .cross-expention {
    transition: all .3s ease;
} */


.text-theme-primary {
    color: #004365;
}

.ismobile-plan {
    display: none;
}

.mobile_img {
    object-fit: cover;
    object-position: center;
}

.section_sticky_planvisit{
    padding-top: 30vh;
    top: 0;
    padding-bottom: 35vh;
    
  }


@media (max-width: 1440px) {
    .py-10vh {
        padding-top: 2vh;
        padding-bottom: 8vh;
    }
}

@media (max-width: 1440px) and (max-height: 700px) {
    .mt-6vh {
        margin-top: 1vh;
    }
}


@media (max-width: 990px) {
    .faq-main-page-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .section_sticky_planvisit{
        position: relative !important;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 32px;
      }
      
    .mx-5vw {
        margin: 0vw 24px 0vw 24px;
    }

    .ml-12 {
        margin-left: 12px !important;
    }

    .mt-16m {
        margin-top: 16px !important;
    }

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

    .plan-padding {
        padding: 24px 24px 24px 24px;
    }

    /* .border-divider {
        width: 10%;
    } */
    .planvisit .border-divider {
        width: 102px;
    }


    .conservation_title {
        font-size: var(--fs-12);
        letter-spacing: 6px;
    }

    .mobile-px-0,
    .ismobile-plan {
        padding-left: 0;
        padding-right: 0;
        /* margin-top: 16px !important; */
    }

    .ismobile-plan {
        display: block;
    }

    .isdesktop-plan {
        display: none;
    }

    .plan_container {
        max-width: 100%;
        height: fit-content;
        margin-top: 24px;
        margin-bottom: 24px;
        padding-right: 2%;
    }

    .plan-visit-wrapper {
        padding-left: 0px;
        height: auto !important;
    }

    .plan_team .section1 {
        padding-left: 24px;
    }

    #planvisitCarousel .owl-nav {
        width: 100%;
        justify-content: center;
        gap: 0px;
        bottom: 24px;
        left: 0;
        right: 0;
    }

    .ismobile-plan .key_info {
        border-radius: 0px;
    }

    .plan-visit-wrapper .section1 .bannersize {
        height: calc(100vh - 5px);
    }

    .plan-visit-wrapper .mobile_plan_timer {
        display: flex;
        gap: 16px;
    }

    .plan-visit-wrapper .mobile_plan_timer .plan-border-right {
        height: 3vh;
    }

    .faqsection {
        height: 100%;
        min-height: 100%;
        padding-top: 74px;
        padding-bottom: 74px;
    }

    .faq-main-page-wrapper {
        max-height: 100%;
        margin-top: 52px;
    }

    .bannersize {
        height: 535px !important;
    }

    .w-85 {
        width: 100%;
    }

}

@media (max-width: 600px) {
    .mobile_mt_24 {
        margin-top: var(--fs-24) !important;
    }

    .plan_visit_heading {
        font-size: var(--fs-24);
    }

    .plan-heading {
        font-size: var(--fs-14);
    }

    .plan-time {
        font-size: var(--fs-12);
        
    }
    .planvisit .mobile_plan_timer{
        align-items: center;
    }
    .planvisit .plan-time{
        width: 60%;
    }

    faq-main-page-wrapper .faq-main-wrapper .question {
        font-size: var(--fs-18);
    }

    .faq-main-page-wrapper .faq-main-wrapper .answer,
    .accordian-answer {
        font-size: var(--fs-12);
    }

    .bannersize {
        height: 535px !important;
    }

    .plan_team .key_info {
        padding: 24px 32px !important;
    }

}