@media screen and (min-width : 300px) and (max-width : 470px){
    .navlogin ul{padding:10px 10px 10px 10px;min-width:unset!important;width:90vw;}
}
.tslogin{background:var(--main-color)!important;border:2px solid var(--main-color)!important;color:#ffffff!important;padding:0 0.7rem 0 0.7rem!important;}
.tslogin a{color:#ffffff!important;}
.navlogin ul{padding:10px 10px 10px 10px;min-width:400px;}
.tslogin ul a{color:#333!important;}
.tslogin .dropdown-menu{margin-top:10px;}
.tslogin .dropdown-menu ul{margin-top:10px;margin-bottom:0em!important;list-style:none;}
.navlogin .dropdown-toggle::after{font-family:"Font Awesome 5 Free";content:"\f078";display:none!important;}
.dropdown.navlogin .dropdown-toggle{padding-top:5px;padding-bottom:5px;}
.navmenu.compressed .dropdown-toggle::after{font-family:"Font Awesome 5 Free";content:"\f078";display:none!important;}
.navmenu.compressed{padding:0 0.5rem 0 0.5rem!important;height:28px;}
.navmenu.compressed a{color:#ffffff;}
.navmenu.compressed .dropdown-toggle{height:100%;padding-top:0px;padding-bottom:0px;display:flex;}
.navmenu.compressed .dropdown-toggle i{margin:auto;}
.navmenu.compressed .dropdown-menu ul li{padding-top:8px;padding-bottom:8px;padding-left:12px;padding-right:12px;text-transform:none;}

/*  start header */
nav.navbar.scrolled{
    position: unset !important;
}
.ftco-navbar-light.scrolled .sectiontabs .nav-link {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    color: #000 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.glogoname{
    color:black !important;
}
.navbar-nav li a{
    /*color:black !important;*/
    /*font-size: 1rem !important;*/
    font-size: 15px !important;
}
.navbar-nav li a:hover{
    text-decoration: none;
}
.ftco-navbar-light {
    background: transparent !important;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    top: 10px;
}
.trip_cover_video_icon{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #FF0000;
    position: absolute;
    font-size: 2.5em;
    z-index: 1;
    cursor: pointer;
}

.navbar {
    padding: 0.4rem 1rem;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding-left: 2rem;
    }

   /* #logotabs .navbar-collapse{
        max-width: calc(100% - 300px);
    }*/
}
.navbar {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar > .container, .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
}

.ts_mobile .navbar > .container, .ts_mobile  .navbar > .container-fluid {
    justify-content: space-between;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}
.ftco-navbar-light .navbar-toggler .dropdown-menu ul{
    background: white;
}

.dropdown-menu{
    left: unset;
    right: 0;
}

#navsearch {
    display: none !important;
    width: auto !important;
    min-width: 25%;
    /* border: 1px solid var(--ts-maincolor); */
    height: 38px !important;
    border-radius: 50px;
    background-color: var(--mainmild-color);
    border: 1px solid var(--mainmild-color);
}
.gutsysearch {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /* box-shadow: 0 1px 6px 0 var(--mainlight-color); */
    background: #fff;
    display: flex;
    border-radius: 4px;
    /* border: 1px solid var(--mainlight-color); */
    /* border: 1px solid #dfe1e5; */
    box-shadow: none;
    border-color: transparent;
    width: 100%;
    /* border-radius: 24px; */
    z-index: 3;
    height: 44px;
    margin: 0 auto;
}
#logotabs{
    height: 78px;
    align-items: center;
    padding: 0 1rem;
    width:100%;
    /*justify-content: unset !important;*/
}
.ts_mobile #logotabs{
    padding: 0 0rem;
}
nav ul ul li a{
    color:black !important;
}
@media screen and (min-width: 300px) and (max-width: 992px){
    #ftco-navbar .container:before,#ftco-navbar .container:after{
        display:none !important;
    }
    .test_navbar:before,.test_navbar:after{
        display:none !important;
    }
    .main_div .main_div_left{
        margin-top:2rem;
    }
}
.main_nav_item .dropdown{
    list-style: none;
    width:214px;
    position:absolute;
    overflow:hidden;
    top:70%;
    padding-left:10px;
    background:#131a2f !important;
}
.main_nav_item .dropdown li a{
    line-height:1;
}
nav ul li:hover > ul {
    display: block;
}
nav ul li a {
    display: block;
    padding: 0px 15px;
    letter-spacing: 1px;
    text-decoration: none;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding: 10px 15px;
    color: #f0f0f0;
    opacity: 1 !important;
}

nav ul li.nav-item a:hover{
    color: var(--ts-maincolor) !important;
}
.ftco-navbar-light.scrolled .nav-link:hover{
    color:var(--ts-maincolor) !important;
}

nav ul li{
    position: relative;
}

nav ul ul {
    display: none;
    background: #fff !important;
    position: absolute;
    top: 100%;
    box-shadow: -3px 3px 10px -2px rgba(0, 0, 0, .1) !important;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    width: 200px;
    transition:all 0.3s;
    list-style: none;
    padding-left: 0px;
}
nav ul li a:hover{
    color: var(--ts-maincolor) !important;
}
nav ul ul li a {
    /*padding: 15px 30px;*/
    padding: 10px 15px;
    line-height: 1.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}
@media screen and (min-width:300px) and (max-width:992px) {
    #sectiontabs{
        overflow-x:hidden;
    }
    .cover_images_gap {
        padding-top: 25px;
    }

    nav ul ul {
        position: relative;
        top: 1%;
    }

    .main_nav_item:hover::after {
        opacity: 0 !important;
    }

    .main_nav_item ul li:hover ul {
        display: block;
    }

    nav ul li:hover > ul {
        margin-left: -22px;
    }

    .menu_item a {
        font-size: 22px;
    }

    nav ul li a {
        padding: 0 !important;
    }

    nav ul li a {
        display: block;
        font-size: 19px !important;
        letter-spacing: 1px;
        text-decoration: none;
    }

    .main_nav_item ul ul {
        display: none;
        background: #fff !important;
        position: absolute;
        top: 100%;
        box-shadow: -3px 3px 10px -2px rgba(0, 0, 0, .1) !important;
        border: 1px solid rgba(0, 0, 0, .1) !important;
    }

    .main_nav_item ul ul li a {
        border-bottom: 1px solid rgba(0, 0, 0, .05);
    }
}
@media screen and (min-width: 300px) and (max-width: 470px){
    .aglogo {
        display: block;
    }
    #logotabs.container{
        margin-left: unset;
    }
    .dropdown-menu ul{
        background: white;
        min-width: 65vw;
        max-width: 99vw;
    }
}
@media screen and (min-width: 300px) and (max-width:992px) {
    #Details {
        margin-top: 1rem;
    }
    #logotabs .navbar-collapse{
        display:none !important;
    }
}
#sectiontabs.container{
    margin: auto;
}
@media (min-width: 1200px){
    #sectiontabs.container {
        max-width: 1180px;
    }
}
/* Hedaer End */

.event-home-slider .event-slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.event-home-slider .event-slider-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: .6;
}
#details{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.tagslines{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    /*font-size: 13px;*/
}
.eventgallery{
    text-align: center;
}
.eventgallery .container,.imageitem { list-style: none; padding:0.5rem 0; margin:0;}
.eventgallery .container{
    width: 100%;
    max-width: 100% !important;
    display: inline-flex;
    flex-wrap: wrap;
    padding:1rem 0;
}
#details .sectiontitle{
    padding-left:1rem;
    border-left: 4px solid var(--ts-maincolor);
    margin: 0.75rem 0 0.5rem 0;
}

body.ts_trip_page{
    overflow-x: hidden !important;
}

@media (min-width:1025px) {
    .ts_trip_page.more_padding .details_section{
        padding: 2rem;
    }

    .ts_trip_page.more_padding #details .sectiontitle{
        /*margin: 0.75rem 0 0.5rem 0.5rem;*/
        margin: 0.75rem 0 0.5rem -0.5rem;
        border-left: none;
    }
}



#details .itinerary_sectionTitle .sectiontitle{
    /*border-left: none;*/
    border-left: 4px solid var(--ts-maincolor);
}
/*#details .eventsectionhtml h2{
    padding-left:1rem;
    border-left:5px solid #F78533;
    margin:1rem 0;
}*/
.eventsectionhtml p{
    color: #000000;
}
.eventsectionhtml #dayheader{
    color: var(--ts-maincolor);
    margin: 10px 0px;
    text-decoration: underline;
}

.eventsectionhtml ul li { list-style: none; padding:0; margin:0; list-style-type: disc;}

.eventsectionhtml ul li ul li{
    list-style-type: circle;
}

.eventsectionhtml ol li { list-style: decimal; padding:0; margin:0;}

@media screen and (min-width : 1000px) {
    .eventgallery .imageitem {
        width:20%;height:300px;
        /*float:left;*/
        margin:10px 0;
    }

}
@media screen and (min-width : 768px) and (max-width : 1000px) {
    .eventgallery .imageitem {
        width:33%%;height:300px;
        /*float:left;*/
        margin:10px 0;
    }
}
@media screen and (min-width : 600px) and (max-width : 767px) {
    .eventgallery .imageitem {
        width:50%;height:300px;
        /*float:left;*/
        margin:10px 0;
    }


    iframe{
        width: 100% !important;
    }

}
@media screen and (min-width : 470px) and (max-width : 599px) {
    .eventgallery .imageitem {
        width: 450px;
        height: 300px;
        /* float: left; */
        margin: 10px auto 0px auto;
    }

    .sectiontabs{
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
    }

    iframe{
        width: 100% !important;
    }

}
@media screen and (min-width : 300px) and (max-width : 470px) {
    .eventgallery .imageitem {
        width: 300px;
        height: 300px;
        /* float: left; */
        margin: 10px auto 0px auto;
    }

    .sectiontabs{
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
    }

    iframe{
        width: 100% !important;
    }

}

.eventgallery .imageitem img{
    width: calc(100% - 10px);
    height:100%;
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 5px;
    object-fit: cover;
    object-position: center;
}

.eventsectionhtml{
    overflow-y:hidden;
    overflow-x: auto;
    margin: 0.5em 0em 0.5em 0em;
    /*margin: 0.5em 0em 0.5em -0.5em;*/
    padding: 5px 10px;

}
.eventgallery h1 { margin-top:50px;}

.slotblock .nice-select {
    float: right;
}

#selectcalendarslot #pickfromcalendar{
    float: right;
    max-width: 100%;
    min-width: 70%;
}

.tickettype{
    margin-top: 25px;
    margin-bottom: 25px;
}

/* Paypal related css*/
#paypal-pay{
    margin-top: 30px;
}
#paypal-pay .zoid-outlet{
    display: block !important;
    margin-right: auto;
    margin-left: auto;
}

.sectionnav.tabview{
    background-color: #FFFFFF;
    padding: 8px 0px 8px 0px;
    top: 0px !important;
    border-radius: unset;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -webkit-transform: unset !important;
    transform: unset !important;
    left: auto !important;
    position: sticky !important;
    display: flex;

}

.sectionnav.tabview.hide{
    display: none;
}
.sectionnav.tabview .container{
    display: inline-flex;
}
.sectionnav.tabview ul.sectiontabs{
    /*width: calc(100% - 100px);*/
    /*width: calc(100%);*/
}
.sectionnav.tabview .actionbtn{
    width: 100px;
}
/* added */

.main_div{
    width:100%;
    display:flex;
    padding:1rem;
}
.main_div .container{
    margin:0 2rem;
    letter-spacing:1px;
}
.main_div .main_div_left{
    width:70%;
    padding:0 1rem;
    border-radius:10px;
}
.main_div .main_div_right{
    width:30%;
    position: relative;
    margin-right:2rem !important;
}
/* .bg-light{
    border-radius:20px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
} */
.heading_img_left,
.heading_img_right{
    width:50%;
    margin:0.2rem;
}
.heading_img_left a img, .heading_img_left iframe{
    object-fit: cover;
    width:100%;
    /*height:560px;*/
    height:480px;
    padding:0.2rem;
}
.heading_img_right a img{
    object-fit: cover;
    width:100%;
    /*height: 275px;*/
    height: 235px;
    padding:0.2rem;
}
.heading_img_right{
    display:flex;
    flex-wrap:wrap;
    /*justify-content:center;*/
}
.heading_img_right .img{
    width:48%;
    margin:0 5px;
}
.tour_info{
    width:100%;
    display:flex;
    text-align:center;
    padding-top:2rem !important;
    /* margin-top:2rem !important; */
    /* background:#dbdbdb; */
    /* border-radius:20px; */
}
.tour_info{
    box-shadow:
            0 2.8px 2.2px rgba(0, 0, 0, 0.090),
            0 6.7px 5.3px rgba(0, 0, 0, 0.048),
            0 12.5px 10px rgba(0, 0, 0, 0.06),
            0 22.3px 17.9px rgba(0, 0, 0, 0.040),
            0 41.8px 33.4px rgba(0, 0, 0, 0),
            0 100px 80px rgba(0, 0, 0, 0)
}
.tour_info_details{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    padding-bottom:2rem;
}
.info{
    width:32%;
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    align-items:center;
    text-align:center;
    background-color:rgba(0, 0, 0, 0.45);
    padding:1rem 3rem;
    margin:5px;
    border-radius:10px;
    /* border:2px solid rgba(0, 0, 0, 0.45); */
    /* color:white !important; */
}
.info div span,
.info div i{
    color:var(--ts-maincolor) !important;
}
.info .mb-3{
    color:#fdfdfd;
}
.ts_gotrip .tour_info_details .info_title{
    color: #ffffff;
}
.info_title{
    text-transform:capitalize;
    color:var(--ts-maincolor);
    font-weight:700;
    font-size:1.2rem;
}
.container .sectiontitle {
    font-size: 1.6rem;
    margin-top: 1rem;
}
h2, .h2 {
    font-size: 1.6rem;
}
.details_section{
    margin-top:1rem;
    background-color: #fff;
    box-shadow: 0px 0px 20px 5px rgb(198 198 198 / 25%);
    padding:1rem 0;
    border-radius:10px;
}
.itinerary_rating_section p,.details_section p ,.details_section ul ,.details_section .left_spacing,
.details_section .policy_terms div{
    /*padding:0 1rem;*/
    padding:0 0rem;

}

.details_section .eventsectionhtml ul{
    padding-inline-start: 40px;
}


/*.details_section  div.tsfaqanswer{
    padding:0 0rem;
}

.details_section  div.tsfaqheader{
    padding:0 0rem;
}*/

.details_section  div.tsfaqheader{
    background-color: var(--main-color);
    border-radius: 3px;
    padding: 4px;
    color: #ffffff;
    display: inline-block;
    /*display: inline-flex;*/
    width: 100%;
    cursor: pointer;
    margin-bottom: 12px;
    align-items: center;

}

.details_section  div.tsfaqheader span{
    width: 100%;
}

/*.details_section  div.tsfaqheader::after{
    content: "\f139";
    padding: 0.2rem 0.3rem;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    font-family: inherit;
    background: white;
    border: 2px solid white;
    color: var(--ts-maincolor);
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}*/

.details_section  div.tsfaqanswer{
    /*height: 0;
    padding: 0px;*/
    display: none;
}

.details_section  div.tsfaqanswer.opened, .details_section  div.tsfaqheader.opened+.tsfaqanswer{
    padding: 12px 0px;
    display: block;
}

.details_section  div.tsfaqheader.opened::after{
    content: "\f139";
}

.details_section  div.tsfaqheader::after{
    content: "\f13a";
    padding: 0.2rem 0.3rem;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    font-family: inherit;
    color: #ffffff;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 18px;
}

.itinerary_rating_section .eventsectionhtml{
    margin-top: 0rem;
}
.itinerary_sectionTitle{
    display:flex;
    flex-direction:column;
    padding: 1rem 0;
    background-color: #fff;
    box-shadow: 0px 0px 20px 5px rgb(198 198 198 / 25%);
    border-radius:10px;
    /*border-left: 3px solid var(--ts-maincolor);
    border-right: 3px solid var(--ts-maincolor);*/
}
.itinerary_rating_section{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    /* justify-content:space-between; */
    padding:0 2rem 0 0 ;
}
.itinerary_rating_section span{
    /*font-weight:600;*/
    font-size:17px;
    /*margin-left:2rem;*/
    margin-bottom:10px;
    margin-top:10px;
}
.itinerary_rating_section .ts_slot_selection{
    /*border: 2px solid var(--ts-lightcolor);
    background-color: var(--ts-lightcolor);*/
    border: 2px solid var(--ts-maincolor);
    background-color: var(--ts-maincolor);
    box-shadow: 0 6px 6px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 0px 6px;
    color: #ffffff;
    margin: 6px 3px;
    line-height: 1.5rem;
    font-size: 15px;
    /*text-decoration: underline; */
    cursor: pointer;
}
.itinerary_sectionTitle .itinerary_ratings{
    font-size: 19px;
    font-weight: 600;
    padding: 7px 15px;
    background-color: #129b0d;
    border-radius: 4px;
    line-height: 1.2;
    color: #fff;
    width: fit-content;
    margin-left:1.5rem;
}
.inclusion_icons{
    display:flex;
    align-items:center;
    background-color: #fff;
    margin-top:1.5rem;
    flex-wrap: wrap;
    padding:1rem;
    box-shadow: 0px 0px 20px 5px rgb(198 198 198 / 25%);
    border-radius:10px;
}
.eventsectionhtml p{
    /*text-align:start !important;*/
    letter-spacing:1px;
    line-height: 1.5rem;
}
.sectiontitle{
    display:inline;
    color:var(--ts-maincolor);
    margin-bottom:1rem;
}
.ticket{
    cursor: pointer;
    margin-top:0;
    margin-bottom:0;
    width:70%;
    transition: all .2s;
    padding:1rem;
    /* color:#b27306; */
    /* background-color: #f3f3f3;   */
    /* padding:0.5rem; */
    /* margin-left:10px; */
}
.ticket:hover{
    /* margin-left:1rem; */
    /* padding:1rem; */
    color:var(--ts-maincolor);
    background-color:#f3f3f3;
}
.ticket .slotblock{
    width:100%;
    padding:1rem 0;
    letter-spacing:1px;
    line-height: 2rem;
    /* color:#b27306; */
    font-size: 1.1rem;
}
.ticket .slot_details{
    width:100% !important;
    letter-spacing:1px;
    line-height: 2rem;
    /* color:#b27306; */

}
.policy_terms{
    font-size:1rem !important;
    letter-spacing:1px;
    line-height: 2rem;
    color:black;
    margin:2rem 0;
}
.enquiry{
    width:30%;
    text-align:center;
}
.enquiry_button{
    /*position:sticky;
    top: 155px;*/
    cursor: pointer;
    /*color: var(--ts-maincolor);*/
    color:white;
    background-color: var(--ts-maincolor);
    box-shadow: 0 6px 30px rgb(0 0 0 / 10%);
    /* position: re; */
    /* top:0px; */
    padding: 0.75rem 1rem;
    border-radius:5px;
    margin-bottom: 15px;
    width:100%;
    border:1px solid var(--ts-maincolor);
    /*text-transform:uppercase;*/
}
.enquiry_button:hover{
    background-color: var(--ts-maincolor);
    color:white;
}
.query_form_float {
    position: sticky;
    top:80px;
}
.query_form_float .itinerary_price{
    border-radius:10px;
    padding:20px 30px;
    box-shadow: 0px 0px 20px 5px rgb(198 198 198 / 25%);
    margin-bottom:1rem;
    background-color:#fff;
}
.query_form_float .itinerary_price .price_label span strike{
    font-size: 1.35rem;
}
.query_form_float .itinerary_price .tripcurrency{
    font-weight: 500;
}
.query_form{
    border-radius:10px;
    /*padding:30px;*/
    padding:15px 30px 30px 30px;
    box-shadow: 0px 0px 20px 5px rgb(198 198 198 / 25%);
    margin:10px 0;
    background-color:#fff;
}
.query_form h2{
    margin-bottom: 15px;
    color: var(--ts-maincolor);
    font-size: 1.4rem;

}
.query_form h3{color:#ef6c57;}
.query_form .iti input[type=text]{
    margin-bottom: 1rem !important;
}
.query_form .iti .iti__selected-flag{
    height: calc(100% - 16px) !important;
    margin-left: 0px !important;
    border-radius: 10px;
    background-color: unset;
}

.query_form .ts_form_input input, .query_form .ts_form_input .input{
    margin-bottom: 0rem;
}

.query_form .ts_form_input .iti input{
    margin-bottom: 0rem !important;
}

.query_form .ts_form_input{
    margin-bottom: 1rem;
}

.query_form .ts_form_input .iti__flag{
    opacity: 0;
}

.query_form .ts_form_input .iti .iti__selected-flag {
    height: 100% !important;
}

.query_form .ts_form_input input.intmobile {
    padding-left: 78px !important;
}

.query_form .ts_form_input input:focus, .query_form .ts_form_input .input.focus{
    border: 1px solid var(--main-color) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.query_form input, .query_form .qblock, .query_form .input{
    width: -webkit-fill-available;;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    height:auto;
    margin-bottom: 1rem;
    padding: 8px;
    outline: none;
    color: #505050;
    font-family: inherit;
    /*box-shadow: 0 6px 6px rgb(0 0 0 / 25%);*/

}
.query_form input::placeholder{
    color: darkgray;
    font-size: 16px;
}
.query_form input:focus{
    border:1px solid var(--ts-maincolor);
}
.query_form .submit{
    padding:8px 1rem;
    margin:10px 0;
    outline:none;
    border-radius:5px;
    background-color: var(--ts-maincolor);
    border:1px solid var(--ts-maincolor);
    box-shadow: 0 6px 30px rgb(0 0 0 / 10%);
    color:white;
    cursor: pointer;
    padding: 0.75rem 1rem;
}
.enquiry_fixed_btn{
    z-index: 100;
    position: fixed;
    bottom:29px;
    left:2%;
    color: white;
    background-color: var(--ts-maincolor);
    padding:10px 20px;
    border-radius:10px;
    border:1px solid var(--ts-maincolor);
}

@media screen and (min-width : 768px) and (max-width :1024px) {
    .white_shade{
        display:none;
    }
    .d-flex{
        flex-direction:column;
    }
    .heading_img_left,
    .heading_img_right{
        width:100%;
    }
    .heading_img_left img,
    .heading_img_right .img{
        width:48%;
    }
    .heading_img_left a img {
        height:400px;
    }
    .tour_info_details{
        width:100%;
    }
    .info{
        width:48%;
    }
    .main_div{
        padding:0 1rem;
        /* flex-direction:column; */
    }
    .main_div .container {
        margin:0;
    }
    .main_div .main_div_left{
        /* padding:0 0.5rem; */
        width:80%;
    }
    .sectiontitle{
        width:100%;
        display:inline;
        justify-content:center;
    }
    .ticket{
        /* text-align:center; */
        width:100%;
    }
    .enquiry_fixed_btn{
        display:none;
    }
}
@media screen and (min-width : 768px) and (max-width:900px) {
    .heading_img_left a img {
        height:400px;
    }
    .heading_img_right a:nth-child(3) img{
        width:100%;
    }
    .tour_info_details{
        width:100%;
    }
    .info{
        width:48%;
        padding:0.5rem;
    }
    .main_div{
        flex-direction:column;
    }
    .main_div .container {
        margin:0;
    }
    .main_div .main_div_left{
        width:100%;
    }
    .main_div .main_div_right{
        margin-top:2rem;
        width:100%;
        padding-bottom:2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .query_form{
        width:100%;
        margin:2rem 0;
    }
    .enquiry_button{
        width:50%;
    }
    .sectiontitle{
        width:100%;
        display:inline;
        /* justify-content:center; */
    }
    .ticket{
        /* text-align:center; */
        width:100%;
    }
    .enquiry_fixed_btn{
        display:none;
    }
}
@media screen and (min-width : 1025px) and (max-width :1200px) {
    .white_shade{
        display:none;
    }
    .tour_info_details{
        width:100%;
    }
    .info{
        width:48%;
    }
    .sectiontitle{
        width:100%;
        display:inline;
        /* justify-content:center; */
    }
    .ticket{
        /* text-align:center; */
        width:100%;
    }
    .enquiry_fixed_btn{
        display:none;
    }
    .sectionnav.tabview ul.sectiontabs{
        width: 100%;
    }
}
@media screen and (min-width : 1200px) and (max-width :1500px) {
    .white_shade{
        display:none;
    }
    .tour_info_details{
        width:100%;
    }
    .sectiontitle{
        width:100%;
        display:inline;
        /* justify-content:center; */
    }
    .ticket{
        /* text-align:center; */
        width:100%;
    }
    .enquiry_fixed_btn{
        display:none;
    }
    .sectionnav.tabview ul.sectiontabs{
        width: 100%;
    }
}
@media screen and (min-width : 1501px) and (max-width :2000px) {
    .white_shade{
        display:none;
    }
    .enquiry_fixed_btn{
        display:none;
    }
}
@media screen and (min-width : 600px) and (max-width : 767px) {
    .d-flex{
        flex-direction:column;
    }
    .heading_img_left,
    .heading_img_right{
        width:100%;
    }
    .heading_img_left img,
    .heading_img_right .img{
        width:100%;
    }
    .heading_img_left a img,
    .heading_img_right a img{
        height:450px;
    }
    .heading_img_right a:nth-child(3) img{
        width:100%;
    }
    .tour_info_details{
        width:100%;
        padding:0;
    }
    .info{
        width:48%;
        padding:0;
    }
    .main_div{
        flex-direction:column;
    }
    .main_div .container {
        margin:0;
    }
    .main_div .main_div_left{
        width:100%;
    }
    .main_div .main_div_right{
        display:none;
    }
    .sectiontitle{
        width:100%;
        display:flex;
        justify-content:center;
    }
    .ticket{
        width:100%;
    }
    .enquiry_fixed_btn{
        display:none;
    }
}
@media screen and (min-width : 470px) and (max-width : 599px) {
    .white_shade{
        display:none;
    }
    .d-flex{
        /*flex-direction:column;*/
    }
    .heading_img_left,
    .heading_img_right{
        width:100%;
    }
    .heading_img_left img,
    .heading_img_right .img{
        width:100%;
    }
    .heading_img_left a img,
    .heading_img_right a img{
        height:400px;
    }
    .heading_img_right a:nth-child(3) img{
        width:100%;
    }
    .tour_info_details{
        width:100%;
        padding:0;
    }
    .info{
        width:100%;
    }
    .main_div{
        flex-direction:column;
        padding:0 1rem;
    }
    .main_div .container {
        margin:0;
    }
    .main_div .main_div_left{
        width:100%;
    }
    .main_div .main_div_right{
        display:none;
    }
    .sectiontitle{
        width:100%;
        display:flex;
        justify-content:center;
    }
    .ticket{
        width:100%;
    }
    .enquiry_fixed_btn{
        display:block;
    }
}
@media screen and (min-width : 300px) and (max-width : 470px) {
    .bubbler-wrapper{
        margin-right: 0px !important;
    }
    .sectionnav.tabview ul.sectiontabs{}
    .enquiry_fixed_btn{
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .d-flex{
       /* flex-direction:column;*/
    }
    .heading_img_left,
    .heading_img_right{
        width:100%;
    }
    .heading_img_left img,
    .heading_img_right .img{
        width:100%;
    }
    .heading_img_left a img,
    .heading_img_right a img{
        height:300px;
    }
    .heading_img_right a:nth-child(3) img{
        width: 100%;
    }
    .tour_info_details{
        width:100%;
        padding:0;
    }
    .info{
        width:100%;
        padding: 15px 0px;
    }
    .main_div{
        flex-direction: column;
        padding: 0rem !important;

        /*padding:2rem 5rem;*/
    }
    .main_div .container {
        margin:0;
    }
    .main_div .main_div_left{
        width:100%;
    }
    .main_div .main_div_right{
        display:none;
    }
    .sectiontitle{
        width:100%;
        display:flex;
        justify-content:center;
    }
    .ticket{
        width:100%;
    }
    .enquiry_fixed_btn{
        display:block;
    }
    .white_shade{
        position: absolute;
        right: 0px;
        background: linear-gradient(90deg, #ffffff5c, #ffffffb3, #ffffff,#ffffff);
        width: 50px;
        height: 50px;
        border-radius: 100%;
        content:'';
        top: 4px;
    }
}
.red {
    /* transition:all 0.2s; */
    color:lightgray;
    text-decoration:underline;
}
/* background-color: #f3f3f3; */
/* variation specific css*/
.sectionnav.tabview .nav-float-tab {
    padding: 0px !important;
    margin: 0px 16px !important;
}
.sectionnav.tabview .sectiontabs .nav-float-tab{
    color: var(--ts-maincolor);
}
.container .sectiontitle   {
    /*padding: 0px 5px;*/
    padding: 0px;
}
.container .sectiontitle:before {
    content: unset !important;;
}

[v-cloak] { display: none; }


      /* Slider View For Mobile start */
@media screen and (min-width:769px) and (max-width:3000px) {
    .event-slider-item .mobile_view{
        display:none !important;
    }
    .container .mobile_view{
        display:none !important;
    }
    .main_div{
        /*  padding-top:0;
         padding-bottom:0;*/
    }
    .ticket .slotblock,
    .ticket .slot_details{
        padding:0 !important;
        padding-left:10px !important;
    }
    .details_section .left_spacing div br{
        display:none;
    }

    .policy_terms{
        margin-top:10px;
    }
    .policy_terms p br:nth-child(1){
        display:none;
    }

    .gallery{
        margin-bottom:2rem;
    }
}

@media screen and (min-width:300px) and (max-width:900px) {
    .event-slider-item .mobile_view{
        display:block !important;
    }
    .event-slider-item .desktop_view{
        display:none !important;
    }
    .container .mobile_view{
        display:block !important;
    }
    .container .desktop_view{
        display:none !important;
    }
    .sectionnav.tabview .sectiontabs li.active a{
        display:block;
    }

    /* Animations */
    @keyframes tonext {
        75% {
            margin-left: 0;
        }
        95% {
            margin-left: calc(100% + 150px);
        }
        98% {
            margin-left: calc(100% + 150px);
        }
        99% {
            margin-left: 0;
        }
    }
    @keyframes snap {
        96% {
            scroll-snap-align: start;
        }
        97% {
            scroll-snap-align: none;
        }
        99% {
            scroll-snap-align: none;
        }
        100% {
            scroll-snap-align: start;
        }
    }
    @keyframes tostart {
        75% {
            margin-left: 0;
        }
        95% {
            margin-left: calc(-300% - 450px);
        }
        98% {
            margin-left: calc(-300% - 450px);
        }
        99% {
            margin-left: 0;
        }
    }
    ol, li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #pSlider {
        width: 100%;
        height:auto;
        position: relative;
        margin: 0 auto;
    }
    #pSlider #slider-container {
        display: flex;
        height: 100%;
        width: 100%;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
    }
    #pSlider #slider-container .li_slide {
        position: relative;
        width: 100%;
        border-radius: 10px;
        flex: none;
        margin-right: 150px;
    }
    /* #pSlider #slider-container .li_slide:nth-child(even) {
        background-color: mediumaquamarine;
    }
    #pSlider #slider-container .li_slide:last-child {
        margin-right: 0;
    }*/
    #pSlider #slider-container .li_slide .slide-snapper {
        scroll-snap-align: start;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        animation: tonext 4s infinite ease, snap 4s infinite ease;
    }
    @media (prefers-reduced-motion: reduce) {
        #pSlider #slider-container .li_slide .slide-snapper {
            animation-name: none;
        }
    }
    #pSlider #slider-container .li_slide:last-child .slide-snapper {
        animation-name: tostart, snap;
    }
    #pSlider #slider-container:hover .li_slide .slide-snapper, #pSlider #slider-container:focus-within .li_slide .slide-snapper {
        animation-name: none;
    }
    #pSlider:before, #pSlider:after, #pSlider .prev_slide, #pSlider .next_slide {
        display:none;
        /* display: inline-block;
        position: absolute;
        top: 0;
        width: 30px;
        height: 100%;
        z-index: 2;
        cursor: pointer;*/
    }
    /*#pSlider:before, #pSlider:after {
       background-repeat: no-repeat;
       background-position: center;
       background-size: 70%;
   }
   #pSlider .next_slide {
       border-top-right-radius: 10px;
       border-bottom-right-radius: 10px;
       padding: 20px;
   }
   #pSlider .prev_slide {
       border-top-left-radius: 10px;
       border-bottom-left-radius: 10px;
       padding: 20px;
   }
  #pSlider:before, #pSlider .prev_slide {
       content: "";
       left: 0px;
   }
   #pSlider:after, #pSlider .next_slide {
       content: "";
       right: 0px;
   }
    #pSlider:after {
       z-index: 1;
       background-image: url("data:image/svg+xml,%3Csvg width='40' height='60' xmlns='http://www.w3.org/2000/svg' version='1.1'%3E%3Cpolyline points='10 10 30 30 10 50' stroke='rgba(255,255,255,0.9)' stroke-width='4' stroke-linecap='butt' fill='none' stroke-linejoin='round'%3E&lt;%3C/polyline%3E%3C/svg%3E");
   }
   #pSlider:before {
       background-image: url("data:image/svg+xml,%3Csvg width='40' height='60' xmlns='http://www.w3.org/2000/svg' version='1.1'%3E%3Cpolyline points='30 10 10 30 30 50' stroke='rgba(255,255,255,0.9)' stroke-width='4' stroke-linecap='butt' fill='none' stroke-linejoin='round'%3E&gt;%3C/polyline%3E%3C/svg%3E");
   } */
    #pSlider #slider-container::-webkit-scrollbar {
        display: none;
        height: 5px;
    }
    #pSlider #slider-container::-webkit-scrollbar-thumb {
        background-color: #000;
        border-radius: 50px;
    }
    #pSlider #slider-container::-webkit-scrollbar-track {
        background-color: transparent;
    }

    /* Input */

    #sliderSettings {
        text-align: center;
    }

    #slider-width, #slider-height {
        text-align: center;
        margin-bottom: 20px;
    }
    .li_slide img, .li_slide iframe, iframe.li_slide{
        object-fit: cover;
        width: 100%;
        height:400px;
        border-radius:10px;
    }

    /* spacing */
    .main_div{
        margin-top: 2rem;
        /* padding-top:0;
         padding-bottom:0;*/
    }
    .container .sectiontitle{
        margin:0;
    }
    .ticket .slotblock,
    .ticket {
        padding:0;
        padding-left:1rem !important;
    }
    .container .sectiontitle{
        display: flex;
        justify-content: flex-start;
    }
    .policy_terms{
        margin-top:10px;
    }
    .policy_terms p br:nth-child(1){
        display:none;
    }
    .gallery{
        margin-bottom:2rem;
    }
}

  a:hover, a:focus {
      text-decoration: none;
  }
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media screen and (min-width: 300px) and (max-width:992px) {
    #Details {
        margin-top: 1rem;
    }
}
.sectionnav.tabview .container {
    display: inline-flex;
}
.sectionnav.tabview{
    padding: 15px;
}
.sectiontabs {
    display: block;
}
.sectionnav.tabview .nav-float-tab {
    padding: 0px !important;
    margin: 0px 16px !important;
}
.sectionnav{
    z-index: 1001;
}
.btn.btn-primary{
    background: var(--ts-maincolor);
    border: 2px solid var(--ts-maincolor);
}
@media screen and (min-width:767px) and (max-width:992px){
    .query_form_float .itinerary_price{
        display:none;
    }
    .eventgallery .imageitem img{
        width:280px;
    }
}


.inclusion_icons .ico_block{
    width: 2.25rem; height: 2.25rem;
}

.inclusion_icons .ico_block i{
    color: var(--ts-maincolor);
    font-size: 20px; height: 100%;
}

.inclusion_icons .ico_block:hover {
    border-radius: 9999px;
    border: 2px solid var(--ts-maincolor);
    background-color: var(--ts-maincolor);
}

.inclusion_icons .ico_block:hover i{
    color: #ffffff;
}

