

.simp-custom-center
{
    display:flex;
    align-items:center;
    justify-content:center;
}
.simp-custom-hideRightBox .right-box{
    display:none;
}
.simp-custom-hideLeftBox .left-box{
    display:none;
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}


.wtbookbtn  .col-sm-12,
.wtbookbtn .one-col {
  display: flex;
  justify-content: center;
  align-items: center;
}




.mobile .fullImage {
    overflow: hidden; 
    position: relative; 
    box-sizing: border-box; 
}


.mobile .fullImage video {
    width: 100%;
    height: auto; 
    max-height: 100%; 
    object-fit: cover; 
}

.mobile.for-homepage .nav-wrap{
    margin-top:-6px;
}
.mobile .simp-custom-hideRightBox .col-xs-12 video{
    width:100%;
}

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-faq{
    width:80% !important;
    max-width:1340px !important;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    border:1px solid #0006;
    padding:0;
    margin:clamp(10px,0.967vw,15px) 0;
}

: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%;
}

.explorer :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,.938vw,18px);
    position: absolute;
    right: 30px;
    top: 10px;
    font-weight: 400;
    transition: all .5s ease;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .left-box.active:after {
    transform: rotate(180deg);
    transition: all .5s ease;
}
.explorer :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;
}
.explorer :is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .text-content .text-content-wrapper p{
    padding: 0;
    margin:0;
}
.explorer :is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .text-content .text-content-wrapper p+p{
    margin-top:8px;
}
.explorer :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;
}
.explorer :is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .text-content .text-content-wrapper ul {
    padding: 0 0 0 20px !important;
}
.explorer :is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq .right-box:not(.active) .text-content-wrapper {
    transition: max-height .1s linear,padding .1s ease-in-out;
}
.explorer :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;
}
.explorer :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:15px 0;
    border: 1px solid #0006;
}
.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-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 .5s ease
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .active.col-xs-12:first-of-type:after {
    transform: rotate(180deg);
    transition: all .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;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq .col-xs-12:last-of-type {
    margin:0 !important;
    padding:0 30px 15px 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;
    padding: 0 15px 0;
    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 .1s linear,padding .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;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq-header :is(h1,h2,h3,h4,h5,h6,p){
    text-align:left;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq-header {
    margin:0;
}
.mobile .content_wrapper .no-gutter .simp-custom-faq-header :is(h1,h2,h3,h4,h5,h6,p){
    text-align:left;
    padding:0;
}
.mobile .content_wrapper .no-gutter .simp-custom-header :is(h1,h2,h3,h4,h5,h6){
    padding:0;
}
.mobile .content_wrapper .no-gutter .simp-custom-header + .simp-custom-faq {
    margin-top:0;
}
.simp-custom-hotel-combined :is(.center-box,.col-xs-12:nth-child(2)){
    display:flex;
    justify-content:center;
}









/*.mobile .name-of-hotel {*/
/*    display: none;*/
/*}*/
/*.mobile .panel-group{*/
/*    display: none;*/
/*}*/
/*.mobile.for-homepage .wtheader{*/
/*    display: none;*/
/*}*/
/*.mobile .fullImage{*/
/*    display: none;*/
/*}*/
/*.mobile .logo.navbar-logo,*/
/*.mobile.for-homepage .nav-wrap .navBtnBorder{*/
/*    visibility: hidden;*/
/*}*/
/*.mobile.for-homepage .nav-wrap .row-fluid{*/
/*    background: #fff;*/
/*}*/

/*.mobile.for-homepage .nav-wrap .navBtnBorder #dropdown-menu-multiprop{*/
/*    padding: 0 ;*/
/*    margin: 0;*/
/*    text-align: center;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    height: 70px;*/
/*}*/
/*.mobile.for-homepage .navbar-logo .nav-wrap #dropdown-menu-multiprop .TwoFoldMenuName{*/
/*    display: none;*/
/*}*/
/*.mobile.for-homepage .nav-wrap #dropdown-menu-multiprop .fa-bars{*/
/*    color: #b1905e;*/
/*}*/
/*.mobile.for-homepage .nav-wrap .mobile-navbar-button .min-price-div{*/
/*    display: none;*/
/*}*/
/*.mobile.for-homepage .nav-wrap .mobile-navbar-button .fa-calendar{*/
/*    display: none;*/
/*}*/
/*.mobile.for-homepage .nav-wrap .mobile-navbar-button .booking-form input.btn{*/
/*    background: #b1905e !important;*/
/*    color: #fff;*/
/*    width: 80px;*/
/*    height: 26px;*/
/*    cursor: pointer;*/
/*    font-size: 10px;*/
/*    line-height: 28px !important;*/
/*}*/
/*.mobile.for-homepage .nav-wrap .navBtnBorder:hover{*/
/*    background: #fff !important;*/
/*}*/
/*.mobile.for-homepage .content_wrapper{*/
/*    padding: 0 0 20px;*/
/*}*/
/*.mobile.for-homepage .widget-wrapper{*/
/*    margin-left: 20px;*/
/*    margin-right: 20px;*/
/*    width: calc(100% - 40px)*/
/*}*/
/*.mobile.for-homepage .widget-wrapper.simp-custom-mobile-herovideo{*/
/*    margin: 0 0 20px;*/
/*    width: 100%;*/
/*    padding-top: 70px;*/
/*}*/
/*.mobile.for-homepage .simp-custom-mobile-herovideo .text-content{*/
/*    padding: 0;*/
/*}*/
.mobile .simp-custom-mobile-herovideo video{
    object-fit: cover;
}
/*.mobile .simp-custom-onetext-widthreduce .txt-wdgt-btn-wrapper{*/
/*    padding-top: 20px;*/
/*}*/
 /*to hide video in desktop */
.outer-page .simp-custom-mobile-herovideo{
    display: none;
}


