header #top-navbar-collapse{
    display: flex;
    justify-content: center;
}
.outer-page h1,
.outer-page h2{
    line-height: 38px !important;
}
.simp-custom-width {
    width: 70% !important;
}
.simp-custom-TextOnImg .text-content {
    background-color:white;
    opacity:0.85;
    padding:30px !important;
        width: 80%;
    margin: 0 10%;
}
.simp-custom-TextOnImg .text-content h3:after{
    content:"";
    border-bottom:1.5px solid #f7f4ec;
    display: block;
    width:10%;
    padding-top:20px;
    margin:auto;
}
.simp-custom-TextOnImg .text-content div:nth-child(4){
    margin-top:20px !important;
}
.simp-custom-parent-card .text-content {
    height: 100%;
    width: 41.3%;
    padding: 15px 15px 30px;
    background-color: #f1ebd4;
    box-shadow: 0 2px 8px 0 rgb(4 67 139 / 15%);
    transition: 0.3s;
    margin: 0px 1%;
}
.simp-custom-parent-card {
    padding-bottom: 90px !important;
}
.simp-custom-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.simp-custom-h3-font h3 {
    font-family: Agenda,sans-serif !important;
    line-height: normal !important;
    font-size: 26px !important;
}
.simp-custom-center .fullWidthWidgetWrapper{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.simp-custom-spacing-imgL .text-content-wrapper {
    padding-left: 14%;
    padding-right: 14%;
}
.simp-custom-spacing-imgR .text-content-wrapper {
    padding-left: 14%;
    padding-right: 14%;
}
.simp-custom-spacing-imgR {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.simp-custom-spacing-imgR1 .text-content-wrapper {
    padding-left: 14%;
    padding-right: 14%;
}

    :root {
        --brand-color: rgba(240,234,210,.8);

        /* == DESKTOP ================================================================ */

        /* Colors */
        --gp-faq-desktop-bg: var(--brand-color);
        --gp-faq-desktop-bg-hover: none;
        --gp-faq-desktop-bg-expanded: transparent;
        --gp-faq-desktop-border-color: #e0e0e0;
        --gp-faq-desktop-border-width: 1px;

        /* Question question geometry */
        --gp-faq-desktop-question-min-height: 56px;
        --gp-faq-desktop-question-padding: 20px 52px 20px 20px;
        --gp-faq-desktop-question-padding-open: var(--gp-faq-desktop-question-padding);
        --gp-faq-desktop-chevron-right: 20px;
        --gp-faq-desktop-spce-between-question: 20px;

        /* Answer panel spacing */
        --gp-faq-desktop-answer-padding: 0 20px 20px 20px;

        /* text - alignment */
        --gp-faq-desktop-header-widget-text-align: center;
        --gp-faq-desktop-header-widget-button-align: center;
        --gp-faq-desktop-faq-widget-text-align: left;
        --gp-faq-desktop-faq-widget-butten-align: flex-start;
        --gp-faq-desktop-identifier-widget-text-align: center;
        --gp-faq-desktop-identifier-widget-button-align: center;

        --gp-faq-desktop-faq-widget-question-justify-content: flex-start;

        /* == MOBILE ================================================================= */

        /* Colors */
        --gp-faq-mobile-bg: var(--brand-color);
        --gp-faq-mobile-bg-expanded: none;
        --gp-faq-mobile-border-color: #e0e0e0;
        --gp-faq-mobile-border-width: 1px;

        /* Question question geometry — larger touch target */
        --gp-faq-mobile-question-padding: 16px 52px 16px 16px;
        --gp-faq-mobile-question-padding-open: var(--gp-faq-mobile-question-padding);
        --gp-faq-mobile-chevron-right: 20px;
        --gp-faq-mobile-spce-between-question: 20px;

        /* Answer panel spacing */
        --gp-faq-mobile-answer-padding: 0 16px 18px 16px;

        /* text-alignment */
        --gp-faq-mobile-header-widget-text-align: center;
        --gp-faq-mobile-header-widget-button-align: center;
        --gp-faq-mobile-faq-widget-text-align: left;
        --gp-faq-mobile-faq-widget-question-text-align: center;
        --gp-faq-mobile-faq-widget-butten-align: flex-start;
        --gp-faq-mobile-identifier-widget-text-align: center;
        --gp-faq-mobile-identifier-widget-button-align: center;

        --gp-faq-mobile-faq-widget-question-justify-content: flex-start;

        /* == SHARED ================================================================= */

        /* Animation */
        --gp-faq-shared-panel-duration: 0.25s;
        --gp-faq-shared-panel-ease: ease-out;
        --gp-faq-shared-chevron-duration: 0.22s;
        --gp-faq-shared-chevron-ease: ease-out;
        --gp-faq-shared-hover-duration: 0.15s;
        --gp-faq-shared-hover-ease: ease;

        /* Chevron icon — color encoded in SVG (%23 = #) */
        --gp-faq-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");
        --gp-faq-shared-chevron-size: 20px;

        /* Focus ring */
        --gp-faq-shared-focus-color: #000;
        --gp-faq-shared-focus-width: 3px;
        --gp-faq-shared-focus-offset: -3px;
        --gp-faq-shared-focus-radius: 2px;

        /* Table */
        --gp-faq-shared-table-border: #d0d0d0;
        --gp-faq-shared-table-border-width: 1px;
        --gp-faq-shared-table-cell-padding: 10px 12px;

        --gp-faq-mobile-spce-between-question: 20px;

        /* == FILTER / NAV =========================================================== */

        /* Desktop nav layout */
        --gp-filter-desktop-nav-justify: center;
        --gp-filter-desktop-nav-row-gap: 12px;
        --gp-filter-desktop-nav-col-gap: 12px;

        /* Mobile nav layout */
        --gp-filter-mobile-nav-justify: center;
        --gp-filter-mobile-nav-row-gap: 10px;
        --gp-filter-mobile-nav-col-gap: 10px;

        /* Dropdown */
        --gp-filter-dropdown-padding: 0 28px 0 4px;

        /* Arrow nav buttons */
        --gp-filter-arrow-color: #000;
        --gp-filter-arrow-font-size: 30px;
        --gp-filter-arrow-padding: 0 8px;
        --gp-filter-dropdown-border-color: #000;


    }

    /* ------------ developer code adjustments : start -------------- */
    /* spacing */
    :is(.outer-page, .outerpage) .content_wrapper .no-gutter .gp-faq-container {
        margin: 30px 0;
    }

    :is(.outer-page, .outerpage) .content_wrapper .no-gutter :is(.simp-custom-gp-faq-header, .simp-custom-faq-filter-identifier)+.gp-faq-container {
        margin-top: 0;
    }

    :is(.outer-page, .outerpage) .content_wrapper :is(.simp-custom-gp-faq-header, .simp-custom-faq-filter-identifier, .simp-custom-gp-faq-widget) :is(.text-content-wrapper, .gp-faq-answer-inner)> :is(div, h1, h2, h3, h4, h5, h6, p, table, ol, ul) {
        padding: 0;
        margin: 0;
    }

    :is(.outer-page, .outerpage) .content_wrapper :is(.simp-custom-gp-faq-header, .simp-custom-faq-filter-identifier, .simp-custom-gp-faq-widget) :is(.text-content-wrapper, .gp-faq-answer-inner)> :is(div, h1, h2, h3, h4, h5, h6, p, table, ol, ul)+ :is(div, h1, h2, h3, h4, h5, h6, p, table, ol, ul) {
        margin-top: 15px;
    }

    .mobile .content_wrapper .no-gutter .gp-faq-container {
        margin: 20px 0;
    }

    .mobile .content_wrapper .no-gutter :is(.simp-custom-gp-faq-header, .simp-custom-faq-filter-identifier)+.gp-faq-container {
        margin-top: 0;
    }

    .mobile .content_wrapper :is(.simp-custom-gp-faq-header, .simp-custom-faq-filter-identifier, .simp-custom-gp-faq-widget) :is(.text-content, .gp-faq-answer-inner)> :is(div, h1, h2, h3, h4, h5, h6, p, table, ol, ul) {
        padding: 0;
        margin: 0;
    }

    .mobile .content_wrapper :is(.simp-custom-gp-faq-header, .simp-custom-faq-filter-identifier, .simp-custom-gp-faq-widget)>div :is(h1, h2) {
        border-bottom: 0;
    }

    .mobile .content_wrapper :is(.simp-custom-gp-faq-header, .simp-custom-faq-filter-identifier, .simp-custom-gp-faq-widget) :is(.text-content, .gp-faq-answer-inner)> :is(div, h1, h2, h3, h4, h5, h6, p, table, ol, ul)+ :is(div, h1, h2, h3, h4, h5, h6, p, table, ol, ul) {
        margin-top: 15px !important;
    }

    /* ------------ developer code adjustments : end -------------- */

    /* common code */
    .content_wrapper .gp-faq-container {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .content_wrapper .gp-faq-group-hidden {
        display: none !important;
    }

    /* =============  faq widget : Starts ===============   */
    /* desktop */
    :is(.outer-page, .outerpage) .content_wrapper .gp-faq-container {
        row-gap: var(--gp-faq-desktop-spce-between-question);
    }

    :is(.outer-page, .outerpage) .content_wrapper .no-gutter div.simp-custom-gp-faq-widget {
        border: var(--gp-faq-desktop-border-width) solid var(--gp-faq-desktop-border-color);
        background-color: var(--gp-faq-desktop-bg);
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    :is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-gp-faq-widget>div,
    :is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-gp-faq-header>div,
    :is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-filter-identifier>div {
        width: 100%;
        padding: 0;
        min-height: unset;
    }

    :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget .left-box .text-content-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        min-height: var(--gp-faq-desktop-question-min-height);
        padding: var(--gp-faq-desktop-question-padding);
        cursor: pointer;
        user-select: none;
        text-align: var(--gp-faq-desktop-faq-widget-text-align);
        /* background-color: var(--gp-faq-desktop-bg); */
        transition: background-color var(--gp-faq-shared-hover-duration) var(--gp-faq-shared-hover-ease);
        justify-self: var(--gp-faq-desktop-faq-widget-question-justify-content);
        width: 100%;
    }

    :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget .left-box .text-content-wrapper:hover {
        background-color: var(--gp-faq-desktop-bg-hover);
    }

    :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget .left-box .text-content-wrapper:focus-visible {
        outline: var(--gp-faq-shared-focus-width) solid var(--gp-faq-shared-focus-color);
        outline-offset: var(--gp-faq-shared-focus-offset);
        border-radius: var(--gp-faq-shared-focus-radius);
    }

    :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget .left-box .text-content-wrapper:focus:not(:focus-visible) {
        outline: none;
    }

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

    :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget .left-box .text-content-wrapper[aria-expanded="true"]::after {
        transform: translateY(-50%) rotate(180deg);
    }

    :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget>div .text-content-wrapper p:empty {
        display: none;
    }

    :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget .right-box .text-content-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows var(--gp-faq-shared-panel-duration) var(--gp-faq-shared-panel-ease);
    }

    :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget .right-box .text-content-wrapper.gp-faq-expanded {
        grid-template-rows: 1fr;
    }

    :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget .right-box .text-content-wrapper>.gp-faq-answer-inner {
        overflow: hidden;
        padding: var(--gp-faq-desktop-answer-padding);
    }

    .outer-page .simp-custom-gp-faq-widget .right-box .text-content-wrapper:not(.gp-faq-expanded)>.gp-faq-answer-inner {
        padding-bottom: 0;
    }

    :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget .right-box .text-content-wrapper .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 10px 0;
    }

    :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget .right-box .text-content-wrapper table {
        width: 100%;
        border-collapse: collapse;
    }

    :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget .right-box .text-content-wrapper th {
        padding: var(--gp-faq-shared-table-cell-padding);
        border: var(--gp-faq-shared-table-border-width) solid var(--gp-faq-shared-table-border);
    }

    :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget .right-box .text-content-wrapper td {
        padding: var(--gp-faq-shared-table-cell-padding);
        border: var(--gp-faq-shared-table-border-width) solid var(--gp-faq-shared-table-border);
    }

    :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget.gp-faq-empty .left-box .text-content-wrapper {
        cursor: default;
        pointer-events: none;
    }

    :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget.gp-faq-empty .left-box .text-content-wrapper::after {
        display: none;
    }

    :is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-gp-faq-widget :is(.text-content-wrapper, h1, h2) {
        text-align: var(--gp-faq-desktop-faq-widget-text-align);
    }

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

    :is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-gp-faq-header :is(.text-content-wrapper, h1, h2) {
        text-align: var(--gp-faq-desktop-header-widget-text-align);
    }

    :is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-gp-faq-header .txt-wdgt-btn-wrapper {
        display: flex;
        justify-content: var(--gp-faq-desktop-header-widget-butten-align);
        flex-wrap: wrap;
    }

    :is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-filter-identifier :is(.text-content-wrapper, h1, h2) {
        text-align: var(--gp-faq-desktop-identifier-widget-text-align);
    }

    :is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-faq-filter-identifier .txt-wdgt-btn-wrapper {
        display: flex;
        justify-content: var(--gp-faq-desktop-identifier-widget-butten-align);
        flex-wrap: wrap;
    }

    /* --- mobile ------ */

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget {
        border: var(--gp-faq-mobile-border-width) solid var(--gp-faq-mobile-border-color);
        background-color: var(--gp-faq-mobile-bg);
        margin: 0;
    }

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget> :first-child {
        position: relative;
        display: flex;
        align-items: center;
        padding: var(--gp-faq-mobile-question-padding);
        cursor: pointer;
        user-select: none;
        text-align: var(--gp-faq-mobile-faq-widget-text-align);
        /* background-color: var(--gp-faq-mobile-bg); */
        transition: background-color var(--gp-faq-shared-hover-duration) var(--gp-faq-shared-hover-ease);
        justify-content: var(--gp-faq-mobile-faq-widget-question-justify-content);
        width: 100%;
    }

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget> :first-child:focus-visible {
        outline: var(--gp-faq-shared-focus-width) solid var(--gp-faq-shared-focus-color);
        outline-offset: var(--gp-faq-shared-focus-offset);
        border-radius: var(--gp-faq-shared-focus-radius);
    }

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget> :first-child:focus:not(:focus-visible) {
        outline: none;
    }

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

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget> :first-child[aria-expanded="true"]::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget> :last-child {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows var(--gp-faq-shared-panel-duration) var(--gp-faq-shared-panel-ease);
        margin: 0 !important;
    }

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget> :last-child.gp-faq-expanded {
        grid-template-rows: 1fr;
    }

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget> :last-child>.gp-faq-answer-inner {
        overflow: hidden;
        padding: var(--gp-faq-mobile-answer-padding);
    }

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget> :last-child:not(.gp-faq-expanded)>.gp-faq-answer-inner {
        padding-bottom: 0;
    }

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget> :last-child p:empty {
        display: none;
    }

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget> :last-child th {
        padding: var(--gp-faq-shared-table-cell-padding);
        border: var(--gp-faq-shared-table-border-width) solid var(--gp-faq-shared-table-border);
    }

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget.gp-faq-empty> :first-child {
        cursor: default;
        pointer-events: none;
    }

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget.gp-faq-empty> :first-child::after {
        display: none;
    }

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget :is(.text-content, h1, h2) {
        text-align: var(--gp-faq-mobile-faq-widget-text-align);
    }

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-widget .txt-wdgt-btn-wrapper {
        display: flex;
        justify-content: var(--gp-faq-mobile-faq-widget-butten-align)
    }

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-header :is(.text-content, h1, h2) {
        text-align: var(--gp-faq-mobile-header-widget-text-align);
    }

    .mobile .content_wrapper .no-gutter .simp-custom-gp-faq-header .txt-wdgt-btn-wrapper {
        display: flex;
        justify-content: var(--gp-faq-mobile-header-widget-butten-align);
        flex-wrap: wrap;
    }

    .mobile .content_wrapper .no-gutter .simp-custom-faq-filter-identifier :is(.text-content, h1, h2) {
        text-align: var(--gp-faq-mobile-identifier-widget-text-align);
    }

    .mobile .content_wrapper .no-gutter .simp-custom-faq-filter-identifier .txt-wdgt-btn-wrapper {
        display: flex;
        justify-content: var(--gp-faq-mobile-identifier-widget-butten-align);
        flex-wrap: wrap;
    }

    .mobile .content_wrapper .gp-faq-container {
        display: flex;
        flex-direction: column;
        row-gap: var(--gp-faq-mobile-spce-between-question);
    }

    /* =============  faq widget : Ends ===============   */

    /* =============  filter widget : starts ===============   */

    /* Link nav container */
    :is(.outer-page, .outerpage) .content_wrapper .gp-faq-navlink-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--gp-filter-desktop-nav-justify);
        row-gap: var(--gp-filter-desktop-nav-row-gap);
        column-gap: var(--gp-filter-desktop-nav-col-gap);
        margin: 0;
        padding: 0;
    }

    :is(.outer-page, .outerpage) .content_wrapper .gp-faq-navlink-container>.btn+.btn {
        margin-top: 0;
    }


    /* Dropdown container */
    :is(.outer-page, .outerpage) .content_wrapper .gp-faq-dropdown-container {
        display: flex;
        justify-content: var(--gp-filter-desktop-nav-justify);
    }

    /* Arrow nav wrapper */
    :is(.outer-page, .outerpage) .content_wrapper .gp-faq-arrow-nav {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    /* Arrow buttons */
    :is(.outer-page, .outerpage) .content_wrapper .gp-faq-arrow-prev,
    :is(.outer-page, .outerpage) .content_wrapper .gp-faq-arrow-next {
        background: none;
        border: none;
        cursor: pointer;
        color: var(--gp-filter-arrow-color);
        font-size: var(--gp-filter-arrow-font-size);
        padding: var(--gp-filter-arrow-padding);
        line-height: 1;
        flex-shrink: 0;
        transition: opacity 0.15s ease;
        opacity: 0.7
    }

    :is(.outer-page, .outerpage) .content_wrapper .gp-faq-arrow-prev:hover,
    :is(.outer-page, .outerpage) .content_wrapper .gp-faq-arrow-next:hover {
        opacity: 1;
    }

    :is(.outer-page, .outerpage) .content_wrapper .gp-faq-arrow-prev:focus-visible,
    :is(.outer-page, .outerpage) .content_wrapper .gp-faq-arrow-next:focus-visible {
        outline: var(--gp-faq-shared-focus-width) solid var(--gp-faq-shared-focus-color);
        outline-offset: 2px;
        border-radius: 2px;
    }

    /* Dropdown element */
    :is(.outer-page, .outerpage) .content_wrapper .gp-faq-filter-dropdown {
        border: 1px solid var(--gp-filter-dropdown-border-color);
        text-align: left;
        letter-spacing: 1px;
        padding: var(--gp-filter-dropdown-padding);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M10 1L5.5 6L1 1' stroke='black' stroke-opacity='0.8'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 11px 7px;
        background-position: calc(100% - 5px) center;
        -webkit-appearance: none;
        appearance: none;
        width: max-content;
        cursor: pointer;
    }

    :is(.outer-page, .outerpage) .content_wrapper .gp-faq-nav-mount {
        width: 100%;
        margin-bottom: 20px;
    }

    /* ----------- mobile ---------- */

    /* Link nav container */
    .mobile .content_wrapper .gp-faq-navlink-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--gp-filter-mobile-nav-justify);
        row-gap: var(--gp-filter-mobile-nav-row-gap);
        column-gap: var(--gp-filter-mobile-nav-col-gap);
        margin: 0;
        padding: 0;
    }

    .mobile .content_wrapper .gp-faq-navlink-container>.btn+.btn {
        margin-top: 0;
    }

    /* Dropdown */
    .mobile .content_wrapper .gp-faq-dropdown-container {
        display: flex;
        justify-content: var(--gp-filter-mobile-nav-justify);
    }

    .mobile .content_wrapper .gp-faq-arrow-nav {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mobile .content_wrapper .gp-faq-arrow-prev,
    .mobile .content_wrapper .gp-faq-arrow-next {
        background: none;
        border: none;
        cursor: pointer;
        color: var(--gp-filter-arrow-color);
        font-size: var(--gp-filter-arrow-font-size);
        padding: var(--gp-filter-arrow-padding);
        line-height: 1;
        flex-shrink: 0;
    }

    .mobile .content_wrapper .gp-faq-filter-dropdown {
        border: 1px solid var(--gp-filter-dropdown-border-color);
        text-align: left;
        letter-spacing: 1px;
        padding: var(--gp-filter-dropdown-padding);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath d='M10 1L5.5 6L1 1' stroke='black' stroke-opacity='0.8'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 11px 7px;
        background-position: calc(100% - 5px) center;
        -webkit-appearance: none;
        appearance: none;
        width: max-content;
        cursor: pointer;
    }

    .mobile .content_wrapper .gp-faq-nav-mount {
        width: 100%;
        margin-bottom: 12px;
    }

    @media (prefers-reduced-motion: reduce) {

        :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget .right-box .text-content-wrapper,
        :is(.outer-page, .outerpage) .simp-custom-gp-faq-widget .left-box .text-content-wrapper::after {
            transition: none;
        }

        .mobile .content_wrapper .simp-custom-gp-faq-widget> :last-child,
        .mobile .content_wrapper .simp-custom-gp-faq-widget> :first-child::after {
            transition: none;
        }
    }





.mobile .fullImage img{
    height: 380px;
    object-fit: cover;
}
.mobile .fullImage{
    padding-top: 70px
}
.mobile .logo.navbar-logo {
 background: #f0ead2;
}
.mobile .name-of-hotel{
    display: none;
}
.mobile .panel-group{
    display: none;
}
.mobile.for-homepage .wtheader{
    display: none;
}
.mobile h1{
    font-size: 26px;
    text-align: center !important;
    border: none !important
}
.mobile h2{
     font-size: 23px;
     text-align: center !important;
     border: none !important
 }
.mobile .simp-custom-h3-font h3 {
    font-size: 17px !important;
}
.mobile .simp-custom-TextOnImg .text-content {
    background-color:white;
    opacity:.95;
    padding:5px;
}



