:root {
    /**Booking Color Master***/
    --color-thme: #069;
    --color-book-primary: #373534;
    --color-dark: #000;
    --color-whitet: #fff;
    --border-color: #ccc;
    --borderb-header: #6E757C;
    --calendar-heading: #7D7D7D;
    --active-dateborder: #AFAFAF;
    --datetime-active: #CFA76D;
    --visitor-card-b: #D7D7D7;
    --offer-badge: #0EA638;
    --border-cart: #E6E6E6;
    --cart-label: #989898;
    --btn-primary: #0092D0;
    --button-bg: #0092D0;
    --button-color: #fff;
    --border-color-theme: rgba(0, 102, 153, 1);
    --button-text-color: #004365;
}

.body-scroll-lock {
    overflow: hidden;
}

#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;
}
.pl-eng-0{
    padding-left: 0;
}
.pr-eng-0{
    padding-right: 0;
}

/**Cart Page**/

/**Ticket Card Start Here**/
.border-prime {
    border: 1px solid rgb(55 53 52 / 60%);
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.op-07 {
    opacity: 0.7;
}

.my-16 {
    margin-top: 0px;
    margin-bottom: 16px;

}

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

.my-24 {
    margin: 24px 0px;
}

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

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

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

.borderb {
    border-bottom: 1px solid var(--border-cart);
    margin-top: 24px;
    margin-bottom: 24px;
}

.addon {
    color: rgba(55, 53, 52, 0.40) !important;
}

.page_ticketbooking .innersection {
    padding: 40px 100px;
}

.page_ticketbooking .ticketBooking-container {
    max-width: 3000px;
    margin: auto;
    
}
.mobile_cart_sp{
    flex-direction: column;
    gap: 2px;
}



/* .breadcrumb {
    background: none;
    color: var(--color-book-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
} */

.ticket_heading {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 26px */
}

.ticket_card {
    padding: 28px;
}

.ticket_card_wrapper .ticket_card_body .ticket_card_imagebox {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;

}

.ticket_card_wrapper .ticket_card_body {
    min-height: 50vh;
}

.ticket_card_wrapper .ticket_card_body .chargestext {
    color: var(--color-dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */
}

.ticket_card_wrapper .ticket_card_body .ticket_card_imagebox .image {
    width: 100%;
    height: 142px;
}

.ticket_card_wrapper .ticket_card_body .ticket_card_imagebox .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail_book {
    margin-top: 16px;
}

.ticket_card_wrapper .ticket_card_body .ticket_card_imagebox .detail_book {
    margin-top: 16px;
}

.ticket_card_wrapper .ticket_card_body .s_adult_total {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.ticket_card_wrapper .dateslots {
    width: 100%;
}

.ticket_card_wrapper .dateslots .details {
    text-align: end;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 14px */
    text-transform: capitalize;
}

.ticket_card_wrapper .dateslots th,
.ticket_card_wrapper .dateslots td {

    opacity: 50%;
    color: var(--color-book-primary);
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 100%;
    /* 14px */
    letter-spacing: 1.4px;
    width: 50%;

}


.ticket_card_wrapper .dateslots td.details {
    color: var(--color-dark);
    opacity: 1;
}

.page_ticketbooking .ticket_card_wrapper .ticketb_total {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
}

.page_ticketbooking .ticket_card_wrapper .btn-ticket-book {
    background: var(--btn-primary);
    color: var(--color-white) !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* letter-spacing: 3.2px; */
}

/* .page_ticketbooking .ticket_wrapper {
    margin-top: 70px;
} */

.page_ticketbooking .calendar_wrapper,
.page_ticketbooking .ticket_card_wrapper {
    margin-top: 33px;

}

.page_ticketbooking .calendar_wrapper .calendar_card,
.page_ticketbooking .ticket_card_wrapper .ticket_card {
    border-radius: 4px;
    background: var(--color-whitet);
    box-shadow: 0px 0px 30px 0px rgba(67, 62, 55, 0.10);
    margin-bottom: 24.5px;
}


.ticket_recommendation .recommend_tabs {
    justify-content: left;
    border-bottom: 2px solid #ccc;
}

.ticket_recommendation .recommend_tabs li a {
    color: var(--color-dark);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3px;
    text-decoration: none;
}

.ticket_recommendation .recommend_tabs li {
    display: flex;
    width: 184px;
    height: 72px;
    align-items: center;
    gap: 4px;
}

.ticket_recommendation .recommend_tabs li a {
    padding: 24px 12px 24px 32px;

}

.ticket_recommendation .recommend_tabs li a.active {
    border-bottom: 2px solid #000;
}

.ticket_recommendation .package_list {
    margin-bottom: 100px;
}

.ticket_recommendation .package_list .p_l {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border-radius: 4px;
    /* border: 1px solid #ADADAD; */
    /* overflow: hidden; */
    margin-bottom: 20px;
    /* aspect-ratio: 5/1; */
    min-height: 256px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 24px 0px 24px 24px;
}

.ticket_recommendation .package_list li figure {
    width: 27%;
    overflow: hidden;
    /* aspect-ratio: 342/142; */
}

.ticket_recommendation .package_list li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ticket_recommendation .package_list li .package_info {
    width: 75%;
    padding: 24px 24px;
    display: flex;
    flex-direction: row;
    gap: 8%;
}

.ticket_recommendation .package_list li .package_info .package_detail h4 {
    color: var(--color-book-primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 16px;
}

.ticket_recommendation .package_list li .package_info .package_detail ul {
    list-style-type: disc;
}

.ticket_recommendation .package_list li .package_info .package_detail .package_para,
.ticket_recommendation .package_list li .package_info .package_detail ul li {
    color: var(--color-book-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.ticket_recommendation .package_list li .package_info .package_detail .package_para {
    margin-bottom: 0;
}

.ticket_recommendation .package_list li .package_info .package_primary_info {
    margin-left: 20px;
}

.ticket_recommendation .package_list li .package_info .package_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 232px);
}


.ticket_recommendation .package_list li .package_info .package_save .offer_box h3 {
    color: var(--color-book-primary);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.ticket_recommendation .package_list li .package_info .package_save .offer_box h5,
.package_ticket_container .cart_box .cart_title {
    color: var(--color-book-primary);
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%
}

.ticket_recommendation .package_list li .package_info .package_save .offer_box .offer_badge {
    border-radius: 4px;
    background: rgba(14, 166, 56, 0.20);
    display: flex;
    padding: 4px 12px;
    align-items: flex-end;
    gap: 4px;
    margin-top: 16px;

}

.ticket_recommendation .package_list li .package_info .package_save .offer_box .offer_badge span {
    color: var(--offer-badge);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.ticket_recommendation .package_save {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ticket_recommendation .package_save a.btn {
    border-radius: 4px;
    border: 1px solid var(--color-book-primary);
    background: var(--color-whitet);
    width: 100%;


}

.ticket_recommendation .package_title .view_info {
    color: var(--color-book-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration-line: underline;
}

.ticket_recommendation .package_ticket_container .imgbox {

    display: flex;
    width: 29%;
    gap: 2%;


}

.ticket_recommendation .package_ticket_container .imgbox figure {
    width: 49%;
}

.ticket_recommendation .package_list li .package_info .quantity__input {
    background-color: #f7f6f500 !important;
}

.ticket_recommendation .package_ticket_container .cart_box {
    width: 100%;
    padding: 24px;
}
/* .package_ticket_container .cart_box .cart_title {
    margin-top: 24px;
} */
.ticket_recommendation .package_ticket_container .cart_box .cart_title {
    text-align: left;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;

}


.ticket_recommendation .package_ticket_container .cart_box .cart_details {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: stretch;
    justify-content: space-between;
}

.ticket_recommendation .package_ticket_container .cart_box .text-label-cart {
    color: var(--cart-label);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
    /* text-transform: capitalize; */
    margin-bottom: 6px;
    text-align: left;
}


.ticket_recommendation .package_ticket_container .cart_box .text-title-cart {
    color: var(--color-book-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */

}

.ticket_recommendation .package_ticket_container .cart_box .cart_details .cart_info .cart_p {
    padding-top: 16px;
}

.ticket_recommendation .package_ticket_container .cart_box .cart_details .ticket_cartinfo {
    max-width: 50%;
}

.ticket_recommendation .package_ticket_container .cart_box .text-cart {
    color: var(--color-dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.ticket_recommendation .package_ticket_container .cart_wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    /* height: 85%; */
}

.package_list figure:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.editbtn {
    color: var(--color-thme);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration-line: underline;
}


/**Design for collapse cart summary**/

/********FAQ********/

.cartsummary .cart_card {
    /* margin-bottom: 30px; */
    border: 0;
}

.cartsummary .cart_card .cart-header {
    position: relative;
    background: none;
    border-bottom: 0;
    border-color: var(--color-primary) !important;
}

.cartsummary .cart_card .cart-header .btn-header-link {
    color: var(--color-primary);
    width: 100%;
    text-align: left;
    padding: 0;
}

.cartsummary .cart_card .cart-header .btn-header-link:focus {
    box-shadow: none;
}

.cartsummary .cart_card .cart-header .btn-header-link:after {
    content: "";
    background-image: url('../images/svg/cartup.svg');
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.cartsummary .cart_card .cart-header .btn-header-link.collapsed {
    /* border-bottom: 1px solid var(--color-primary); */
    border-radius: 0;
}

.cartsummary .cart_card .cart-header .btn-header-link.collapsed:after {
    content: "";
    background-image: url('../images/svg/cartdown.svg');
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.cartsummary .cart_card .collapse {
    border: 0;
}

.cartsummary .cart_card .collapsing,
.cartsummary .cart_card .collapse.show {
    /* background: var(--color-graylight); */
    line-height: 30px;
    color: var(--color-primary);
    margin-top: 16px;
}

.cartsummary .cart_card .cart-header .cart_head_title {
    color: var(--color-book-primary);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* letter-spacing: 1.6px; */
    /* text-transform: uppercase; */
    margin-bottom: 12px;
    line-height: normal;
}

.cartsummary .cart_card .cart-header .cart_checkouttitle {
    color: var(--calendar-heading);
    font-size: var(--fs-14);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 4px;
    max-width: 94%;

}

.cartsummary .cart_card .cart-header .cart_head_para {
    color: var(--color-book-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    opacity: 0.8;

}

.cartsummary .cart_card .visitor_amt {
    display: flex;
    flex-direction: row;
    gap: 16px;
    font-size: 14px;
    color: var(--color-dark);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 16px;
    

}

.cartsummary .cart_card .visitor_amt span {
    color: var(--color-book-primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}


/**Confirm Modal Popup**/
#confirmmodal .modal-content {
    padding: 24px;
    border-radius: 4px;
    background: #FFF;
}

#confirmmodal .modal-footer,
#confirmmodal .modal-body {
    border: 0;
    padding: 0;
}

.confirm_modal_title {
    color: var(--color-book-primary);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-top: 4px;
}

.confirm_modal_para {
    color: var(--color-dark);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.btn {
    text-transform: capitalize;
    box-shadow: none;
}

.btn-ticket-book {
    border-radius: 6px;
    /* border: 1px solid var(--button-color); */
    background: var(--button-bg);
    box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.20);
    /* color: var(--button-text-color) !important; */
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 16px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    
}

.btn-ticket-book:disabled,
.btn-ticket-book[disbaled="disabled"] {
    background: #DEDEDE;
    border-color: #DEDEDE;
    opacity: 1 !important;
    color: #373534 !important;
}


.btn-default-book,
.btn-default-book:hover,
.btn-default-book:focus,
.btn-default-book:active {
    color: var(--border-color-theme);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0;
    height: auto;
}

/**Empty Cart**/
/**Empty Cart**/
.emptybox{
    height: calc(100vh - 140px);
}
.containerbox.empty {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.emptycart_title {
    color: var(--color-dark);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 16px;
}

.cartpara {
    color: var(--color-book-primary);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.containerbox .cart_content {
    margin: 25px 0px;
    text-align: center;
}

.containerbox .btn {
    max-width: 400px;
    display: block;
}

.containerbox img {
    display: block;
}
@media (min-width: 1164px) {
    .cartsummary .cart_card .cart-header .cart_head_title{
        max-width: 90%;
        line-height: normal;
    }
}
@media (max-width: 1440px) {
    .date_section ul li {
        width: calc(33.33% - 20px);
        margin: 10px;
        box-sizing: border-box;
    }

    .date_section ul li {
        height: 48px;
    }

    .date_section ul li a {
        font-size: 14px;
    }

    .ticket_recommendation .package_list li figure {
        width: 32%;
    }

    .ticket_recommendation .package_ticket_container .imgbox {
        width: 32%;
    }
  
}

@media (max-width: 1280px){
    .ticket_recommendation .package_ticket_container .cart_box .text-title-cart{
        font-size: 14px;
    }
    .cartsummary .cart_card .visitor_amt span{
        font-size: 14px;
    }
}

@media (max-width: 1279px) {
    .package_ticket_container .cart_box .cart_title{
        margin-top: 0px;
    }
    .ismobile{
        display: block;
    }
    .ticket_heading {
        font-size: 20px;
        margin-top: 0px;
    }
    .tab_px_120{
        padding-left: 5vw !important;
        padding-right:  5vw !important;
    }
    .cartsummary .cart_card .cart-header .cart_head_title{
        font-size: 16px;
    }
    .page_ticketbooking .ticket_card_wrapper .ticketb_total {
        font-size: 18px;
    }
    .ticket_card_wrapper .ticket_card_body {
        min-height: 40vh;
    }
    .ticket_card{
        padding-bottom: 0px;
    }
    .cartsummary .cart_card .visitor_amt span{
        font-size: 14px !important;
    }
    .boxmob{
    background: #F6F6F6;
    width: 100%;
    height: 16px;
    }
    .ticketBooking-container.px-100 {
        padding: 0;
    }
    .ticket_recommendation .package_list{
        margin-bottom: 0px;
    }
    .ticketBooking-container .mobile_px_100{
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }
    .page_ticketbooking .calendar_wrapper, .page_ticketbooking .ticket_card_wrapper{
         margin-top: 24px;
    }

    .navbar {
        padding: 0 5vw;
    }
    .ticket_recommendation .package_ticket_container .cart_box .cart_details{
        flex-direction: column;
        gap: 0px;
    }
    .ticket_recommendation .package_ticket_container .cart_box .mobile_cart_sp{
        align-items: baseline !important;
        gap: 50px;
        text-align: right;
    }
    .mobile_cart_flb{
        flex-flow: wrap;
    }
    .mobile_cart_flb .white_sp_nowrap{
        white-space: nowrap;
        margin-bottom: 16px;
        width: 100%;
    }
    .editbtnmob{
        margin-right: 10px;
    }
    .ticket_recommendation .package_ticket_container .cart_box .cart_details .cart_p{
        display: flex;
        flex-direction: row;
        justify-content: space-between;   
    }
    .ticket_recommendation .package_ticket_container .cart_box .cart_details .ticket_cartinfo{
        max-width: 100%;
    }
    .visitor_tab {
        width: 80%
    }
}

@media (max-width: 1164px) {
    .ticketBooking-container .mobile_px_100,
    .tab_px_120{
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

@media (max-width: 768px) {
    .ticketBooking-container.mobile_px_0{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .ticketBooking-container.px-100 {
        padding: 0 24px;
    }
    .ticket_recommendation .package_list .p_l{
        margin-bottom: 38px;
    }
    .ticket_recommendation .package_list .p_l,
    .page_ticketbooking .calendar_wrapper .calendar_card, .page_ticketbooking .ticket_card_wrapper .ticket_card 
        {
        padding: 0px;
        background: none;
        box-shadow: none;
    }
    .ticket_recommendation .package_ticket_container .cart_box .cart_title {
        font-size: 16px;
    }
    .package_ticket_container .cart_box {
        padding: 0px !important;
    }
    .visitor_tab {
        min-width: 100%;
    }

    .ticket_recommendation .package_list li figure {
        width: 100%;
        overflow: hidden;
        aspect-ratio: auto;
    }

    .ticket_recommendation .package_list li figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ticket_recommendation .package_list .p_l {
        /* min-height: 256px; */
        flex-direction: column;
        border-radius: 0px;
    }
    .ticket_recommendation .package_ticket_container .cart_box .text-label-cart,
    .ticket_recommendation .package_ticket_container .cart_box .text-title-cart {
        font-size: 14px;
    }

    .ticket_recommendation .package_list li figure {
        width: 100%;
        overflow: hidden;
        /* aspect-ratio: 3/1; */
    }

    .ticket_recommendation .package_list li .package_info {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .ticket_recommendation .package_list li .package_info .package_title {
        width: 100%;
    }

    .ticket_recommendation .package_ticket_container .imgbox {
        width: 100%;
    }

    .visitor_tab {
        width: 100%
    }

    .ticket_recommendation .package_list li .package_info .package_save .offer_box .offer_badge {
        width: fit-content;
        display: flex;
        margin-left: auto;
        margin-bottom: 15px;
    }
    .cartsummary .cart_card .cart-header .cart_head_title{
        max-width: 90%;
        line-height: normal;
    }
    
    /* Empty cart */
    .containerbox.empty .emptycart_title{
        font-size: 20px;
    }
    .containerbox.empty .cartpara{
        font-size: 14px;
    }
    /* Empty cart */

}