





.navbar-brand img{
    display: none;
}

.simp-custom-tableborder .table td,
.simp-custom-tableborder .table,
.simp-custom-tableborder .table th{
    border: none;
}


/*jira-12787 start*/

:is(.outer-page,.outer-page) .simp-custom-typography{
    display:flex;
    justify-content:center;
}

:is(.outer-page,.outer-page) .content_wrapper .simp-custom-typography .text-content img{
    margin-bottom:20px;
}

:is(.outer-page,.outer-page) .simp-custom-hide-right > :is(.right-box,div:last-child){
    display:none;
}

:is(.outer-page,.outerpage) .content_wrapper :is(.wtbookbtn,.wtlinkbutton) > div{
    display:flex;
    justify-content:center;
    align-items:center;
}

/* end */

: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-tableborder .table td,
.mobile .simp-custom-tableborder .table,
.mobile .simp-custom-tableborder .table th{
    border: none;
}

/*jira-12787 start*/

.mobile .simp-custom-typography{
    display:flex;
    justify-content:center;
    flex-direction:column
}

.mobile .content_wrapper :is(.wtbookbtn,.wtlinkbutton) > div{
    display:flex;
    justify-content:center;
    align-items:center;
}

.mobile .content_wrapper .no-gutter .simp-custom-hide-right > div:last-child{
    display:none;
}

.mobile .content_wrapper .no-gutter .simp-custom-hide-right > div img{
    margin-bottom:5px;
}

.mobile .content_wrapper .no-gutter .simp-custom-hide-right > div .descriptionMobileNoSpace {
    display:flex;
    flex-direction:column;
    row-gap:10px;
}

.mobile .content_wrapper .no-gutter .simp-custom-hide-right > div :is(h2,h3,h4,h5,h6){
    padding:0;
}

.mobile .content_wrapper .wtformjson form .form-group[id*='submit'] > div{
    display:flex;
    justify-content:center;
    align-items:center
}

.mobile .content_wrapper .wtformjson form .form-group[id*='submit'] > div:empty{
    display:none
}

/*end*/





