.mobile .widget-wrapper .slick-prev {
    left: -20px
}

.mobile .widget-wrapper .slick-next {
    right: -20px
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-faq {
    width: 85% !important;
    max-width: 1340px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #0006;
    padding: 0;
    margin-bottom: 20px;
    background: #FFFFFF;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-faq .fullWidthWidgetWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    width: 100%;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-faq .left-box {
    padding: 20px 50px 20px 20px;
    cursor: pointer;
    width: 100%;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq .left-box :is(h1, h2, h3, h4, h5, h6, p) {
    margin: 0;
    padding: 0;
    text-align: left;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq .left-box:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: #000;
    font-size: clamp(15px, 0.938vw, 18px);
    position: absolute;
    right: 30px;
    top: 10px;
    font-weight: 400;
    transition: all 0.5s ease;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq .left-box.active:after {
    transform: rotate(180deg);
    transition: all 0.5s ease;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-faq .right-box {
    padding: 0 50px 0 20px;
    position: relative;
    width: 100%;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq .text-content .text-content-wrapper {
    display: flex;
    flex-direction: column;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq .text-content .text-content-wrapper p {
    padding: 0;
    margin: 0;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq .text-content .text-content-wrapper p + p {
    margin-top: 10px;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq .text-content .text-content-wrapper :is(h1, h2, h3, h4, h5, h6, p) {
    text-align: left;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq .text-content .text-content-wrapper p + ul {
    padding-top: 20px !important;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq .text-content .text-content-wrapper ul {
    padding-inline: 0px !important;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq .left-box p {
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 500;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq .right-box:not(.active) .text-content-wrapper {
    transition: max-height 0.1s linear, padding 0.1s ease-in-out;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq .right-box.active .text-content-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 50px 0 20px;
    flex-grow: 0;
    max-height: 0;
    transition: max-height 1s linear, padding 1s linear;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq .right-box {
    display: flex;
    overflow: hidden;
    padding: 0 50px 0 20px;
    flex-grow: 0;
    max-height: 0;
    transition: max-height 1s linear, padding 1s linear;
}
@keyframes fadess {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

/*mobile*/
.mobile .content_wrapper .no-gutter .simp-custom-faq {
    margin: 0 0 20px;
    border: 1px solid #0006;
    background: #ffffff;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:first-of-type {
    display: flex;
    padding: 15px 30px 15px 15px;
    flex-direction: column;
    position: relative;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:first-child p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:first-of-type::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: #323131;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 16px;
    top: 16px;
    font-weight: 600;
    transition: all 0.5s ease;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .active.col-xs-12:first-of-type:after {
    transform: rotate(180deg);
    transition: all 0.5s ease;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:first-of-type :is(h1, h2, h3, h4, h5, h6) {
    padding: 0;
    margin: 0;
    text-align: left !important;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:last-of-type {
    margin: 0 !important;
    padding: 0 30px 0 15px;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:last-of-type ul {
    padding: 0 0 0 20px !important;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:last-of-type p + p {
    margin-top: 8px;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:last-of-type :is(h1, h2, h3, h4, h5, h6) {
    text-align: left;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:last-of-type {
    display: flex;
    overflow: hidden;
    flex-grow: 0;
    max-height: 0;
    transition: max-height 1s linear;
    flex-direction: column;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .active.col-xs-12:last-of-type {
    animation: Mobilefadess 1s ease-in-out;
    height: max-content;
    padding: 0 30px 15px 15px;
    max-height: 1000px !important;
    flex-grow: 1;
    flex-direction: column;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:last-of-type:not(.active) {
    transition: max-height 0.1s linear, padding 0.1s linear;
}
@keyframes Mobilefadess {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

/*header faq*/
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-faq-header {
    max-width: 1340px !important;
}
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-header .text-content {
    padding: 0;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq-header {
    margin: 0;
    padding-bottom: 20px;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq-header :is(h1, h2, h3, h4, h5, h6, p) {
    padding: 0;
}


.mobile .mobile-menu #simp_book_btn .bookBtnbgcolor {
    background: #01509d;
}

.explorer_chain.mobile #simp_book_btn_wrapper #simp_book_btn #min-price-div {
    top: -3px;
}











.landing_PopupWrapper {
    position: fixed;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
    justify-content:center;
    align-items:center;
}
.landing_PopupWrapper.popUp_zoomIn {
    display: flex;
}
.landing_Popup img {
    margin: auto;
    float: none;
    max-width: 100%;
}
.for-homepage .landing_Popup {
    position: relative;
    max-width: unset;
    width: unset;
}
.imgforPopup {
    max-width:90%;
    display:block;
}
.for-homepage .landing_Popup .popUp_Close {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    cursor: pointer;
    background: transparent;
    border: 2px solid #EBEDEC;
    border-radius: 50%;
    color:#fff;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.3,0.3);
    }
    50% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
}
.landing_Popup{
    animation: zoominoutsinglefeatured 1s ease-in-out;
}
.mobile.for-homepage .landing_Popup .popUp_Close{
    top: -20px;
    right: -10px;
    width: 10px;
    height: 10px;
    padding:8px;
}
.mobile.for-homepage .landing_Popup .popUp_Close i{
    font-weight:100;
}



.for-homepage :is(.outerpage, .outer-page) .content_wrapper .no-gutter.clearfix .simp-custom-mobile-hero-video.widget-wrapper,
.mobile.for-homepage .content_wrapper .no-gutter .simp-custom-mobile-hero-video {
    display: none;
}

.mobile.for-homepage .simp-custom-mobile-hero-video {
    margin: 0;
}

.mobile.for-homepage .simp-custom-mobile-hero-video .text-content {
    padding: 0;
    display: flex;
}

.mobile.for-homepage .simp-custom-mobile-hero-video .videoContainerCloudinery {
    padding-bottom: 56%;
}

