.mobile .booking-form-input {
    display: block;
}
.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%;
}

.mobile #simp_book_btn_wrapper #simp_book_btn #min-price-div{
    display:flex;
    justify-content:center;
    white-space:nowrap;
    top:5px;
}

/* desktop */

:is(.outer-page , .outerpage)  .clearfix.widget-wrapper.wtlinkbutton .one-col{
    display:flex;
    justify-content:center;
}

:is(.outer-page , .outerpage) .wtbookbtn .one-col{
    display:flex;
    justify-content:center; 
}

/* mobile */

.mobile  .wtbookbtn .col-sm-12{
    display:flex;
    justify-content:center;
}

.mobile .wtlinkbutton .col-xs-12{
    display:flex;
    justify-content:center;
}



/*weather widget*/
.widget-wrapper.wt1tb.simp-custom-weatherwidgetcustom {
    width:9%;
    position:absolute;
    top:100px;
    right:-15px;
    opacity:0.8;
}


:root {
    --faq-sc-desktop-bg: #ffffff;
    --faq-sc-desktop-bg-hover: #f7f7f7;
    --faq-sc-desktop-bg-expanded: #f0f4ff;
    --faq-sc-desktop-border-color: #e0e0e0;
    --faq-sc-desktop-border-width: 1px;
    --faq-sc-desktop-question-min-height: 56px;
    --faq-sc-desktop-question-padding: 20px 52px 20px 20px;
    --faq-sc-desktop-question-padding-open: 20px 52px 20px 17px;
    --faq-sc-desktop-chevron-right: 20px;
    --faq-sc-desktop-gap-between-items: 20px;
    --faq-sc-desktop-answer-padding: 0 20px 20px 20px;
    --faq-sc-desktop-text-align: left;
    --faq-sc-desktop-btn-justify: flex-start;
   
    /* mobile */
    --faq-sc-mobile-bg: #ffffff;
    --faq-sc-mobile-bg-hover: #f7f7f7;
    --faq-sc-mobile-bg-expanded: #f0f4ff;
    --faq-sc-mobile-border-color: #e0e0e0;
    --faq-sc-mobile-border-width: 1px;
    --faq-sc-mobile-question-padding: 16px 52px 16px 16px;
    --faq-sc-mobile-question-padding-open: 16px 52px 16px 13px;
    --faq-sc-mobile-chevron-right: 20px;
    --faq-sc-mobile-gap-between-items: 0px;
    --faq-sc-mobile-answer-padding: 0 16px 16px 16px;
    --faq-sc-mobile-text-align: left;
    --faq-sc-mobile-btn-justify: flex-start;
    
    /* Common */
    --faq-sc-shared-panel-duration: 0.25s;
    --faq-sc-shared-panel-ease: ease-out;
    --faq-sc-shared-chevron-duration: 0.22s;
    --faq-sc-shared-chevron-ease: ease-out;
    --faq-sc-shared-hover-duration: 0.15s;
    --faq-sc-shared-hover-ease: ease;
    --faq-sc-shared-chevron-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    --faq-sc-shared-chevron-size: 20px;
    --faq-sc-shared-focus-color: #000;
    --faq-sc-shared-focus-width: 3px;
    --faq-sc-shared-focus-offset: -3px;
    --faq-sc-shared-focus-radius: 2px;
    --faq-sc-shared-table-border: #d0d0d0;
    --faq-sc-shared-table-border-width: 1px;
    --faq-sc-shared-table-cell-padding: 10px 12px;
}


/* ---------- desktop ------------ */

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container {
    background-color: var(--faq-sc-desktop-bg);
    display: flex;
    flex-direction: column;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container-header .text-content-wrapper *{
    text-align:center;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container-header + .simp-custom-faq-widget-in-single-container {
    padding-top: 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container>div {
    padding: 0;
    min-height: unset;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .text-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--faq-sc-desktop-gap-between-items);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper {
    border: var(--faq-sc-desktop-border-width) solid var(--faq-sc-desktop-border-color);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part {
    position: relative;
    display: flex;
    align-items: center;
    min-height: var(--faq-sc-desktop-question-min-height);
    padding: var(--faq-sc-desktop-question-padding);
    user-select: none;
    text-align: var(--faq-sc-desktop-text-align);
    background-color: var(--faq-sc-desktop-bg);
    transition: background-color var(--faq-sc-shared-hover-duration) var(--faq-sc-shared-hover-ease);
    width: 100%;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part:focus-visible {
    outline: var(--faq-sc-shared-focus-width) solid var(--faq-sc-shared-focus-color);
    outline-offset: var(--faq-sc-shared-focus-offset);
    border-radius: var(--faq-sc-shared-focus-radius);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part:focus:not(:focus-visible) {
    outline: none;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part::after {
    content: "";
    position: absolute;
    right: var(--faq-sc-desktop-chevron-right);
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: var(--faq-sc-shared-chevron-size);
    height: var(--faq-sc-shared-chevron-size);
    background-image: var(--faq-sc-shared-chevron-icon);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform var(--faq-sc-shared-chevron-duration) var(--faq-sc-shared-chevron-ease);
    flex-shrink: 0;
    pointer-events: none;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--faq-sc-shared-panel-duration) var(--faq-sc-shared-panel-ease);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part.faq-expanded {
    grid-template-rows: 1fr;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part>.faq-answer-inner {
    overflow: hidden;
    padding: var(--faq-sc-desktop-answer-padding);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part:not(.faq-expanded)>.faq-answer-inner {
    padding-bottom: 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .question-part p:empty,
:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .answer-part p:empty {
    display: none;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 10px 0;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part table {
    width: 100%;
    border-collapse: collapse;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part :is(th, td) {
    padding: var(--faq-sc-shared-table-cell-padding);
    border: var(--faq-sc-shared-table-border-width) solid var(--faq-sc-shared-table-border);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .txt-wdgt-btn-wrapper {
    display: flex;
    justify-content: var(--faq-sc-desktop-btn-justify);
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper.faq-empty .question-part {
    pointer-events: none;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper.faq-empty .question-part::after {
    display: none;
}

/* mobile */
.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container {
    background-color: var(--faq-sc-mobile-bg);
    padding: 20px 0;
    margin: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container-header + .simp-custom-faq-widget-in-single-container {
    padding-top: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .text-content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    min-height: unset;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper {
    border: var(--faq-sc-desktop-border-width) solid var(--faq-sc-desktop-border-color);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part {
    position: relative;
    display: flex;
    align-items: center;
    padding: var(--faq-sc-mobile-question-padding);
    user-select: none;
    text-align: var(--faq-sc-mobile-text-align);
    background-color: var(--faq-sc-mobile-bg);
    transition: background-color var(--faq-sc-shared-hover-duration) var(--faq-sc-shared-hover-ease);
    width: 100%;
    min-height: 44px;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part:focus-visible {
    outline: var(--faq-sc-shared-focus-width) solid var(--faq-sc-shared-focus-color);
    outline-offset: var(--faq-sc-shared-focus-offset);
    border-radius: var(--faq-sc-shared-focus-radius);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part:focus:not(:focus-visible) {
    outline: none;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part::after {
    content: "";
    position: absolute;
    right: var(--faq-sc-mobile-chevron-right);
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: var(--faq-sc-shared-chevron-size);
    height: var(--faq-sc-shared-chevron-size);
    background-image: var(--faq-sc-shared-chevron-icon);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform var(--faq-sc-shared-chevron-duration) var(--faq-sc-shared-chevron-ease);
    flex-shrink: 0;
    pointer-events: none;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--faq-sc-shared-panel-duration) var(--faq-sc-shared-panel-ease);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part.faq-expanded {
    grid-template-rows: 1fr;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part>.faq-answer-inner {
    overflow: hidden;
    padding: var(--faq-sc-mobile-answer-padding);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part:not(.faq-expanded)>.faq-answer-inner {
    padding-bottom: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .question-part p:empty,
.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .answer-part p:empty {
    display: none;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 10px 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part table {
    width: 100%;
    border-collapse: collapse;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part :is(th, td) {
    padding: var(--faq-sc-shared-table-cell-padding);
    border: var(--faq-sc-shared-table-border-width) solid var(--faq-sc-shared-table-border);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .txt-wdgt-btn-wrapper {
    display: flex;
    justify-content: var(--faq-sc-mobile-btn-justify);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper.faq-empty .question-part {
    pointer-events: none;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper.faq-empty .question-part::after {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    :is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part,
    :is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part::after,
    .mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .answer-part,
    .mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .faq-wrapper .question-part::after {
        transition: none;
    }
}

/* ----- header --- */
.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container-header .text-content :is(h1, h2, h3):only-child {
    padding: 0;
}

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .answer-part .faq-answer-inner> :is(ol, ul, p, .table-responsive)+ :is(ol, ul, p, .table-responsive) {
    margin-top: 8px;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .answer-part .faq-answer-inner> :is(ol, ul, p, .table-responsive)+ :is(ol, ul, p, .table-responsive) {
    margin-top: 8px !important;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container-header .text-content *{
    text-align:center;
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container-header{
    margin:20px 0;
}



