

.simp-custom-press .text-content{
    height: 100%;
    width: 31.3%;
    padding: 15px 15px 60px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    margin: 0px 1%;
}

/*.container-fluid .simp-custom-widget-hide {*/
/*    display: none!important;*/
/*}*/
/*.mobile .simp-custom-mobile-widget-hide {*/
/*    display: none!important;*/
/*}*/

: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 .simp-custom-gradientimg a>span{
    color: #666A66;
    font-size: 1.3em!important;
    font-weight: 400!important;
}
.mobile .simp-custom-gradientimg a>span>span{
    color: #666A66;
    font-size: 1.1em!important;
    font-weight: 400!important;
}

.mobile .logo.navbar-logo {
    background-color: #fff;
    padding: 5px;
}
.mobile .fullImage {
    padding-top: 80px;
}
.mobile .fullImage img{
    height:400px;
    object-fit:cover;
}
.mobile .name-of-hotel {
    display:none;
}
.mobile div#accordion {
    display:none;
}
.mobile h1, .mobile h2, .mobile h3
{
    text-align:center !important;
}
.mobile h1, .mobile h2 {
    font-size: 30px !important;
    /*text-transform: uppercase;*/
}
.mobile .simp-custom-margin {
    margin-bottom: 0 !important;
}

.mobile #footer .final.text-center {
    display: none;
}
.mobile #footer .social-bar{
    border: none;
}

/*Explore Section*/
/*.mobile .simp-custom-gradientimg1 .descriptionMobileNoSpace span{   */
/*    text-align: center;*/
/*    color:#fff;*/
/*    background: #08A7cf;*/
/*    padding: 5px 10px;*/
/*}*/
/*.mobile .simp-custom-gradientimg1 .descriptionMobileNoSpace span:hover{*/
/*    color: white;*/
/*    background: #067F9E;    */
/*}*/

/*.mobile .simp-custom-gradientimg1 .descriptionMobileNoSpace{*/
/*   position: absolute;*/
/*   top: 40%;*/
/*   width: 100%;*/
/*}*/
/*.mobile .simp-custom-gradient2imgbox .descriptionMobileNoSpace span{   */
/*    text-align: center;*/
/*    color:#fff;*/
/*    background: #08A7cf;*/
/*    padding: 5px 10px;*/
/*}*/
/*.mobile .simp-custom-gradient2imgbox .descriptionMobileNoSpace span:hover{*/
/*    color: white;*/
/*    background: #067F9E;    */
/*}*/

/*.mobile .simp-custom-gradient2imgbox .descriptionMobileNoSpace{*/
/*   position: absolute;*/
/*   top: 40%;*/
/*   width: 100%;*/
/*}*/
.mobile .simp-custom-button .btn{
    background: #08A7cf;
    color: #fff;
}
.mobile .simp-custom-removeLeftRight .col-xs-12:nth-child(1),
.mobile .simp-custom-removeLeftRight .col-xs-12:nth-child(3){
    display: none !important;
}

.explorer .bookingform-wrapper div.simp-booking-form form#simp-booking-form #submitWrapper .submit-button-wrapper:hover {
      outline: unset !important; 
}

.mobile .booking-form-input {
    display: block;
}

@media (max-width: 768px) {
    .mobile .bookingform-wrapper .simp-booking-form {
        min-width: 250px;
        width: calc(100% - 30px);
    }
    
    .mobile .layer-content #layerContainer{
        flex-grow:1;
    }
    .mobile .bookingform-wrapper .simp-booking-form form#simp-booking-form.chain #formElementsWrapper #hotelSelectionWrapper #hotelWrapper .input-icon-wrapper,
    .mobile .bookingform-wrapper .simp-booking-form form#simp-booking-form.chain #formElementsWrapper #hotelSelectionWrapper #locationWrapper .input-icon-wrapper {
        width: 100%;
    }
}

.simp-custom-fw-sheen
{
    position:relative;
}
.simp-custom-fw-sheen:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.55);
}
.simp-custom-fw-sheen .text-content 
{
    z-index:1;
}



/*Table Border Remove*/

.simp-custom-table-border table,
.simp-custom-table-border td{
    border:none !important;
}





