

header .navbar ul#top-navbar-collapse {
    padding: 0 220px !important;
    text-align: center;
}

header .navbar-collapse{
    padding:0;
}
.content_wrapper{
    background:transparent;
}

.content_wrapper .no-gutter > .widget-wrapper.wtbookbtn > div {
    display: flex;
    justify-content: center;
}

:is(.outer-page, .outerpage) .predef_content .text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

:is(.outer-page, .outerpage) .predef_content .text-content > div {
    margin-top: 20px;
    max-width: 400px;
    width: 100%;
}

:is(.outer-page, .outerpage) .widget-wrapper .amenities-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

:is(.outer-page, .outerpage) .widget-wrapper .amenities-block > div {
    max-width: 600px;
    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 .logo.navbar-logo {
     background:#3C5055
}

.mobile h1,
.mobile h2, 
.mobile h3,
.mobile h4,
.mobile h5,
.mobile h6{
     text-align:center;
}
.content_wrapper{
    background:transparent;
}

.review_data_wrap .reviews_wrapper {
    display: flex;
    flex-direction: column;
    max-height: unset;
}

.review_data_wrap .reviews_wrapper .review_data_title {
    order: 1;
    max-height: unset;
    height: auto;
    overflow: unset;
}

.review_data_wrap .reviews_wrapper .review_date_name_wrapper {
    order: 0;
    position: unset;
}

.review_data_wrap .reviews_wrapper .review_data_review {
    order: 2;
}

.review_data_wrap .reviews_wrapper .review_data_rating {
    order: 3;
}

.review_data_wrap .reviews_wrapper .review_date_name_wrapper .review_data_name {
    margin-top: 0;
}

.mobile .review_data_wrap .reviews_wrapper .review_data_title {
    padding-top: 5px;
}
.mobile .review_data_wrap .reviews_wrapper .review_data_review {
    padding-top: 10px;   
}

.mobile .review_data_wrap .slick-next {
    right: -20px;
}

.mobile .review_data_wrap .slick-prev {
    left: -20px;
    z-index: 2;
}

:is(.outer-page,.outerpage) .summary-page-slider .right-box > a.btn {
    display:none
}

:is(.outer-page,.outerpage) .summary-page-slider .right-box > .btn-container {
    margin-top:20px;
    display:flex;
    justify-content:start;
    column-gap:50px;
}

.mobile .room-description > div:last-child > a.btn {
    display:none
}

.mobile .room-description > div:last-child > .btn-container {
    display:flex;
    justify-content:center;
    gap:10px 20px;
    flex-wrap:wrap;
    margin-top:20px;
}

.mobile .room-description > div:last-child > .btn-container .txt-wdgt-btn-wrapper >a {
    margin:0 !important
}

#floatingSocialIcons {
    position: fixed;
    left:unset;
    right: 22px;
    bottom: 33%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 9999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile #floatingSocialIcons {
    bottom:155px;
    right:16px;
}

#floatingSocialIcons.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#floatingSocialIcons .social-icon {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #444;
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.2s ease;
    color: white;
}

#floatingSocialIcons .social-icon:hover {
    transform: scale(1.1);
}

#floatingSocialIcons .social-icon > i.fa {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
    color: white;
}

#floatingSocialIcons .social-icon i.fa-x-twitter {
    font-family: inherit;
}

#floatingSocialIcons .social-icon i.fa-x-twitter:before {
    content: "x";
    margin-bottom: 5px;
}

#floatingSocialIcons .fa-whatsapp {
    background: #25d366;
}
#floatingSocialIcons .fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
#floatingSocialIcons .fa-x-twitter {
    background: #000;
}
#floatingSocialIcons .fa-linkedin {
    background: #0077b5;
}
#floatingSocialIcons .fa-tripadvisor {
    background: #00af87;
}
#floatingSocialIcons .fa-facebook {
    background: #1877f2;
}
#floatingSocialIcons .fa-youtube {
    background: #ff0000;
}

body h1,
body h2,
body h3,
body h4
body h5,
body h6{
    font-weight:700 !important;
}

body p,
body a,
body li
body div{
    font-weight:200 !important;
}

