

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .txt-wdgt-btn-wrapper[style="text-align: center;"],
.content_wrapper .no-gutter .txt-wdgt-btn-wrapper[style="text-align: center;"] {
    display: flex;
    justify-content: center;
}

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .txt-wdgt-btn-wrapper[style="text-align: right;"],
.content_wrapper .no-gutter .txt-wdgt-btn-wrapper[style="text-align: right;"] {
    display: flex;
    justify-content: flex-end;
}

.content_wrapper .no-gutter .widget-wrapper.wtbookbtn .one-col>div {
    float: unset !important;
}

.content_wrapper .no-gutter .widget-wrapper.wtlinkbutton .one-col>a {
    float: unset !important;
}

.content_wrapper .no-gutter .widget-wrapper:not(.wtformjson) .btn {
    width: max-content;
    max-width: 100%;
}

.mobile .wtbookbtn .col-lg-12>div {
    float: unset !important;
    display: flex;
    justify-content: center;
}

.mobile .wtlinkbutton .col-xs-12>a {
    float: unset !important;
}

.mobile .wtlinkbutton .col-xs-12 {
    display: flex;
    justify-content: center;
}




/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    text-align: center;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    /*float: right;*/
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

:is(.outer-page,.outerpage) .inner-page .content_wrapper{
    padding-top:0;
    padding-bottom:0;
}
.for-homepage .content_wrapper{
    padding-top:0;
    padding-bottom:30px;
}
:is(.outer-page,.outerpage) .inner-page {
    padding-bottom:30px;
}

:is(.outer-page,.outerpage) .widget-wrapper:has(.social_feed.section_bg:empty ,.promotions_block:empty){
    padding:0;
    margin:0;
}
:is(.outer-page,.outerpage) .widget-wrapper .promotions_block:empty{
    padding:0;
    margin:0;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-HideLeftAndRight.simp-custom-center :is(.left-box,.right-box){
    display:none;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-HideLeftAndRight.simp-custom-center{
    display:flex;
    justify-content:center;
}

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-form{
    margin-top:30px;
    margin-bottom:30px;
}
:is(.outerpage,.outer-page) .content_wrapper .no-gutter .widget-wrapper.simp-custom-LImage-RightText{
    display:flex;
    align-items:center
}
.mobile .content_wrapper .no-gutter .simp-custom-HideLeftAndRight.simp-custom-center{
    display:flex;
    justify-content:center;
    align-items:center; 
}
.mobile .content_wrapper .no-gutter .simp-custom-HideLeftAndRight.simp-custom-center .col-xs-12:first-child{
    display:none;
}
.mobile .content_wrapper .no-gutter .simp-custom-HideLeftAndRight.simp-custom-center .col-xs-12:last-child{
    display:none;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper p{
    margin-top:0;
}
/*OPS-13061 start*/
/*body header .navbar-top .navbar-header{*/
/*    display:flex;*/
/*    justify-content:flex-start;*/
/*    align-items:center;*/
/*    margin:20px 0 0 0;*/
/*}*/
/*body header .navbar-top .navbar-header .navbar-brand {*/
/*    height: 80px;*/
/*    margin:0;*/
/*    padding:0;*/
/*}*/
/*OPS-13061 end*/

/*preview changes for the navbar*/
header #top-navbar-collapse {
    align-items:center;
}

header .navbar-top{
    height:110px;
}

.simp-custom-tablehighlight td {
    border: 0;
}



:root {
    --faq-sc-desktop-bg:transparent;
    --faq-sc-desktop-bg-hover:transparent;
    --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:transparent;
    --faq-sc-mobile-bg-hover:transparent;
    --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: 15px;
    --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.3s;
    --faq-sc-shared-panel-ease: ease;
    --faq-sc-shared-chevron-duration: 0.25s;
    --faq-sc-shared-chevron-ease: ease;
    --faq-sc-shared-hover-duration: 0.2s;
    --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;
}

/* ===== COMMON FIX (SMOOTH ANIMATION) ===== */

.answer-part {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition:
        max-height var(--faq-sc-shared-panel-duration) var(--faq-sc-shared-panel-ease),
        opacity 0.25s ease;
    will-change: max-height, opacity;
}

.answer-part.faq-expanded {
    max-height: 600px;
    opacity: 1;
}

.answer-part > .faq-answer-inner {
    overflow: hidden;
    padding: var(--faq-sc-desktop-answer-padding);
    transform: translateY(-6px);
    transition:
        padding var(--faq-sc-shared-panel-duration) ease,
        transform var(--faq-sc-shared-panel-duration) ease;
}

.answer-part.faq-expanded > .faq-answer-inner {
    transform: translateY(0);
}

.answer-part:not(.faq-expanded) > .faq-answer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

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

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container {
    background-color: var(--faq-sc-desktop-bg);
    padding: clamp(32px,calc((48 / 1536) * 100vw),48px) clamp(48px,calc((96 / 1536) * 100vw),96px);
    display: flex;
    flex-direction: column;
}

: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);
    height:inherit !important;
}

: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 .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);
    cursor: pointer;
    background-color: var(--faq-sc-desktop-bg);
    transition: background-color var(--faq-sc-shared-hover-duration);
}

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

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .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);
}

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .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 .title-block {
    margin: 0 0 clamp(32px,calc((48 / 1536) * 100vw),48px) 0;
}

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

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

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

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .text-content {
    display: flex;
    flex-direction: column;
    gap: var(--faq-sc-mobile-gap-between-items);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .question-part {
    position: relative;
    display: flex;
    align-items: center;
    padding: var(--faq-sc-mobile-question-padding);
    cursor: pointer;
    background-color: var(--faq-sc-mobile-bg);
    transition: background-color var(--faq-sc-shared-hover-duration);
}

.mobile .content_wrapper .no-gutter .simp-custom-faq-widget-in-single-container .question-part::after {
    content: "";
    position: absolute;
    right: var(--faq-sc-mobile-chevron-right);
    top: 30px;
    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);
}

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

.answer-part.faq-expanded > .faq-answer-inner ul {
    padding:0 20px !important;
}

/* ===== ACCESSIBILITY ===== */

.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);
}

/* ===== TABLE SUPPORT ===== */

.answer-part table {
    width: 100%;
    border-collapse: collapse;
}

.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);
}

/* ===== EMPTY STATE ===== */

.faq-wrapper.faq-empty .question-part {
    pointer-events: none;
}

.faq-wrapper.faq-empty .question-part::after {
    display: none;
}

/* ===== REDUCED MOTION ===== */

@media (prefers-reduced-motion: reduce) {
    .answer-part,
    .question-part::after {
        transition: none;
    }
}



.clarks-footer-brands .text-content {
    max-width: 100%;
    width: calc(100% / 10);
    padding:0 10px;
}

.mobile .clarks-footer-brands .text-content {
    width: calc(100% / 3);
    padding:0 10px;
}

:is(.outer-page,.outerpage) .clarks-footer-brands .text-content-wrapper {
    height: auto;
}

:is(.outer-page,.outerpage) .clarks-footer-brands {
    width: 90%;
    margin: 0 auto;
    padding-top: 3.907%;
}

.clarks-footer-brands .text-content-wrapper svg path,
.clarks-footer-brands .text-content-wrapper svg#Layer_1 rect {
    fill: #fff;
}

.clarks-footer-brands {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}

@media (max-width:1024px){
    .clarks-footer-brands .text-content {
        width: calc(100% / 7);
    }
}










.mobile .navBtnBorderActiondd .dropdown-menu-topNav li a .drop-menu-header-block-top-header{
  text-transform: uppercase;
  padding:15px!important;
}
.mobile .dropdown-menu li .menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
}
.mobile .dropdown-menu li .menu button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f2f2f2;
    border: none;
    margin: 0px;
}
.mobile .dropdown-menu li .menu button:hover {
    background-color: rgb(242, 242, 242);
}
.mobile .dropdown-menu li .menu button::before {
    content: '+';
    color: #b78431;
    position: absolute;
    top: 50%;
    font-size: 25px;
    transform: translateY(-50%);
}
.mobile .dropdown-menu li.active button::before {
    content: '-';
    font-size: 25px;
}
.mobile .dropdown-menu li .submenus {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
}
.mobile .dropdown-menu li.active .submenus {
    height: auto;
}
.mobile .dropdown-menu li {
    border-top: 1px solid #ccc;
}
.mobile .drop-menu-header-block-top-header {
    border-top: 0 !important;
    height: 40px;
}
.mobile .dropdown-menu li .menu a {
    display: inline-block;
    width: calc(100% - 40px);
}
.mobile .drop-menu-header-block-top-header:hover {
    color: rgb(39, 39, 39);
    background-color: rgb(242, 242, 242);
}
.mobile .dropdown-menu li .submenus>a:not(:last-child)>div {
    border-bottom: 1px solid #ccc;
}

/* footer phone */
.parent-hotel .foot_block .address_block .add_cont ul li:last-child,
.mobile.parent-hotel footer .container > .text-center:nth-child(3) > .footer-detail:nth-child(2) {
    display: none;
}

/* parent address block phone */
.parent-hotel .outer-page .address-block-details .hotel-contacts .telephone-number-block {
    display: none;
}

.mobile #footer .footer-detail .fa-stack-visible + .fa-stack-visible{
  display: none;
}

.mobile #footer .footer-row .footer-detail:has(.phone_nos:empty){
    display: none;
}

#whatsAppHeader{
    z-index: 1000;
    position: fixed;
    bottom: 15px;
    left:15px;
    background: #25d366;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font-size: 28px;
    text-align: center;
    line-height: 50px;
}
#whatsAppHeader a{
    color: white;
}
.fa-whatsapp {
    font-weight: bold;
}

.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
    
}
.mobile .fa-whatsapp:before {
    content: "\f232";
}











