



.outer-page #bookingForm .btn-wrapper .check-btn-holder .btn-full-width{
    color:#ffffff;
}

:is(.outer-page,.outerpage) .no-gutter .widget-wrapper.wtbookbtn .one-col{
    display:flex;
    justify-content:center;
}
.mobile .no-gutter .widget-wrapper.wtbookbtn .col-lg-12{
    display:flex;
    justify-content:center;
}
:is(.outer-page,.outerpage) .no-gutter .widget-wrapper.wtlinkbutton .one-col{
    display:flex;
    justify-content:center;
}
.mobile .no-gutter .widget-wrapper.wtlinkbutton .col-xs-12{
    display:flex;
    justify-content:center;
}
:is(.outer-page,.outerpage) .widget-wrapper.wt1tb .text-content{
    display:flex;
    justify-content:center;
}


header #top-navbar-collapse{
    display: flex;
    justify-content: center;
}
header ul#bottom-navbar-collapse{
    padding-left: 0;
    padding-right: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.simp-custom-paddingTop60 {
    padding-top: 60px !important
}
.simp-custom-h3-font h3 {
    font-family: 'Playfair Display',serif !important;
    line-height: normal !important;
    font-size: 36px !important;
    color: #283618 !important;
}
.simp-custom-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.simp-custom-width {
    width: 70% !important;
}
.simp-custom-parent-card .text-content {
    height: 100%;
    width: 31.3%;
    padding: 15px 15px 30px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(4 67 139 / 15%);
    transition: 0.3s;
    margin: 0px 15px;
}
.simp-custom-Rooms-bg .text-content-wrapper {
    background-color:#404042;
    padding: 2% 6%;
    color: #fff;
}
.simp-custom-Rooms-bg a {
    color:#F7951C;
}
header .navbar-top .dropdown-arrow {
    color: #fff;
}
.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-tableborder .table td,
.simp-custom-tableborder .table,
.simp-custom-tableborder .table th{
    border: none;
}

#bookingForm .whyBookDirect:hover .wrapperOfBenefits {
    top: calc(100% + 10px);
    bottom: unset;
}

#bookingForm .whyBookDirect .wrapperOfBenefits:after {
    top: -15px;
    transform: rotate(180deg);
}

@media (max-width: 1000px) {
    #bookingForm .whyBookDirect {
        right: 27.5%;
    }
}

@media (max-width: 850px) {
    #bookingForm .whyBookDirect {
        right: 30%;
    }
}

@media (max-width: 1000px) {
    .homepage .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper form, 
    .inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper form {
        margin-left: 0;
        max-width: 768px;
        width: 80%;
        margin: 0 auto;
    }

    .content_wrapper .no-gutter .form-group {
        width: 100%;
        text-align: left;
    }
}

header .navbar-top .navbar-nav>.dropdown>a:focus .dropdown-arrow, 
header .navbar-top .navbar-nav>.dropdown>a:hover .dropdown-arrow {
    color: #f8951d;
    transition: color .5s linear;
}

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .promotions_block:empty{
    margin:0;
}

:is(.outer-page, .outerpage) .widget-wrapper.wtlinkbutton .btn {
    margin-top: 0;
}

.map-location-details a {
        text-transform: uppercase;
}

@media(max-width: 1200px) {
    .location-page .content_wrapper .no-gutter .directions-bar .direction-form .btn-wrap .btn {
        white-space: nowrap;
    } 
}

.location-page .content_wrapper .no-gutter .directions-bar {
    padding: 0;
}

.location-page .content_wrapper .no-gutter .directions-bar > .col-sm-12 {
    padding: 0;
}

.location-page .content_wrapper .no-gutter .directions-bar .direction-form {
    padding: 0;
}

/*Location button*/
@media(max-width: 992px) {
    .location-page .loc-fullwidth .content_wrapper .directions-bar .direction-form .btn-wrap {
        padding: 0;
        margin: 1.529%0 0 0;
    }
    
    .location-page .loc-fullwidth .content_wrapper .directions-bar .direction-form .btn-wrap > .col-sm-12 {
        display: none;
    }    
}

/*Why Book Direct*/
.outer-page .bookingform-wrapper .booking-form#bookingForm .whyBookDirect {
    bottom: -12px;
    right: 5%;
}

.outer-page .bookingform-wrapper .booking-form .form-group.min-price-wrapper {
    bottom: 60px !important;
    right: 9.5% !important;
}

.outer-page #bookingForm .whyBookDirect .wrapperOfBenefits {
    bottom: auto;
    top: 120%;
}

/*.outer-page #bookingForm .whyBookDirect .wrapperOfBenefits::after {*/
/*    top: -30px;*/
/*    border-top: solid 15px transparent;*/
/*    border-bottom: solid 15px rgba(0, 0, 0, .7);    */
/*}*/

@media(max-width: 1024px) {
    .outer-page .bookingform-wrapper {
        bottom: 20%;
    }
}

/**button desktop capitalize**/
/*:is(.outer-page, .outerpage) .content_wrapper .no-gutter .btn {*/
/*    text-transform: uppercase;*/
/*}*/
/*.mobile .content_wrapper .no-gutter .btn {*/
/*    text-transform: uppercase;*/
/*}*/
/**Button Active and Hover color**/
/*:is(.outer-page, .outerpage) .content_wrapper .no-gutter .txt-wdgt-btn-wrapper .btn:hover,*/
/*:is(.outer-page, .outerpage) .content_wrapper .no-gutter .txt-wdgt-btn-wrapper .btn:active {*/
/*    background: #f48908;*/
/*    color: #fff;*/
/*}*/
/**widget breaking below 1000px**/
.outer-page .content_wrapper .no-gutter .simp-custom-citrus-limg-rtxt-widget .col-md-6 {
    width: 50%;   
}

.btn-default.active, 
.btn-default:active, 
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #f8951d;
    border-color: transparent;
}

.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active.focus, 
.btn-default:active:focus, 
.btn-default:active:hover, 
.open>.dropdown-toggle.btn-default.focus, 
.open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #f8951d;
    border-color: transparent;
}

:is(.outer-page, .outerpage) .simp-custom-facilities .text-content-wrapper {
    padding: 20px 15px;
}

.mobile .simp-custom-facilities .descriptionMobileNoSpace {
    padding-bottom: 15px;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .simp-custom-citrus-ltxt-rimg-widget .col-md-6 {
    width: 50%;
}

.mobile #footer .our_brand p{
        text-align:center;
}

:root {
    /* Fixed Mobile Spacing */
    --gap-widget-widget-mobile: 20px;
    --gap-header-to-paragraph-to-button-mobile: 12px;
    --gap-header-to-widget-mobile: 20px;

    /* Fixed Desktop Spacing */
    --gap-widget-widget-desktop: 30px;
    --gap-header-to-paragraph-to-button-desktop: 16px;
    --gap-header-to-widget-desktop: 30px;

    /* Responsive Clamp Variables */
    --gap-widget-widget: clamp(var(--gap-widget-widget-mobile), 2vw, var(--gap-widget-widget-desktop));
    --gap-header-to-paragraph-to-button: clamp(var(--gap-header-to-paragraph-to-button-mobile), 1.2vw, var(--gap-header-to-paragraph-to-button-desktop));
    --gap-header-to-widget: clamp(var(--gap-header-to-widget-mobile), 2vw, var(--gap-header-to-widget-desktop));
}

.outer-page .content_wrapper .no-gutter .simp-custom-citrus-1txt-widget,
.outerpage .content_wrapper .no-gutter .simp-custom-citrus-1txt-widget {
    padding: var(--gap-widget-widget-desktop) 0;
}

.outer-page .content_wrapper .no-gutter .simp-custom-citrus-1txt-widget .text-content-wrapper,
.outerpage .content_wrapper .no-gutter .simp-custom-citrus-1txt-widget .text-content-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-header-to-paragraph-to-button);
}

.outer-page .content_wrapper .no-gutter .simp-custom-citrus-2col-icontxt-widget,
.outerpage .content_wrapper .no-gutter .simp-custom-citrus-2col-icontxt-widget {
    padding: var(--gap-widget-widget-desktop) 0;
}

.outer-page .content_wrapper .no-gutter .simp-custom-citrus-2col-icontxt-widget .text-content-wrapper,
.outerpage .content_wrapper .no-gutter .simp-custom-citrus-2col-icontxt-widget .text-content-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-header-to-paragraph-to-button);
}

.outer-page .content_wrapper .no-gutter .simp-custom-citrus-ltxt-rimg-widget,
.outer-page .content_wrapper .no-gutter .simp-custom-citrus-ltxt-rimg-widget {
    padding: var(--gap-widget-widget-desktop) 0;
    display: flex;
    align-items: center;
}

.outer-page .content_wrapper .no-gutter .simp-custom-citrus-ltxt-rimg-widget .left-box .text-content-wrapper,
.outer-page .content_wrapper .no-gutter .simp-custom-citrus-ltxt-rimg-widget .left-box .text-content-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-header-to-paragraph-to-button-desktop);
}

.outer-page .content_wrapper .no-gutter .simp-custom-citrus-limg-rtxt-widget,
.outer-page .content_wrapper .no-gutter .simp-custom-citrus-limg-rtxt-widget {
    padding: var(--gap-widget-widget-desktop) 0;
    display: flex;
    align-items: center;
}

.outer-page .content_wrapper .no-gutter .simp-custom-citrus-limg-rtxt-widget .right-box .text-content-wrapper,
.outer-page .content_wrapper .no-gutter .simp-custom-citrus-ltxt-rimg-widget .right-box .text-content-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-header-to-paragraph-to-button-desktop);
}

.outer-page .content_wrapper .no-gutter .simp-custom-citrus-header-widget,
.outer-page .content_wrapper .no-gutter .simp-custom-citrus-header-widget {
    padding: var(--gap-header-to-widget) 0 0;
}

/* mobile */

.mobile .content_wrapper .no-gutter .simp-custom-citrus-1txt-widget {
    padding: var(--gap-widget-widget-mobile) 0;
    margin: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-citrus-1txt-widget .text-content :is(h1, h2, h3, h4, h5, h6) {
    padding: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-citrus-1txt-widget .text-content {
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-header-to-paragraph-to-button-mobile);
}

.mobile .content_wrapper .no-gutter .simp-custom-citrus-2col-icontxt-widget {
    padding: var(--gap-widget-widget-mobile) 0;
    margin: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-citrus-2col-icontxt-widget .col-xs-12 {
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-header-to-paragraph-to-button-mobile);
}

.mobile .content_wrapper .no-gutter .simp-custom-citrus-2col-icontxt-widget .col-xs-12 :is(h1, h2, h3, h4, h5, h6) {
    padding: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-citrus-ltxt-rimg-widget {
    padding: var(--gap-widget-widget-mobile) 0;
    margin: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-citrus-ltxt-rimg-widget .col-xs-12 .text-content {
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-header-to-paragraph-to-button-mobile);
}

.mobile .content_wrapper .no-gutter .simp-custom-citrus-ltxt-rimg-widget .col-xs-12 .text-content :is(h1, h2, h3, h4, h5, h6) {
    padding: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-citrus-limg-rtxt-widget {
    padding: var(--gap-widget-widget-mobile) 0;
    margin: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-citrus-limg-rtxt-widget .col-xs-12 .text-content {
    display: flex;
    flex-direction: column;
    row-gap: var(--gap-header-to-paragraph-to-button-mobile);
}

.mobile .content_wrapper .no-gutter .simp-custom-citrus-header-widget {
    padding: var(--gap-header-to-widget-mobile) 0 0;
}

.outer-page .content_wrapper .no-gutter .hotel_amenities_wrap {
    margin: 0;
}

.outer-page .content_wrapper .no-gutter .hotel_amenities_wrap .wtsubheader {
    padding-top: 0;
}




 /*common css*/
.content_wrapper .no-gutter .widget-wrapper :is(.header-one, .header-two, .header-three, .header-four, .header-five, .header-six) {
    color: rgb(39, 39, 39);
    font-family: Poppins, sans-serif;
    margin-top: 0;
}

/*desktop*/

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .header-one {
    font-size: 2em;
    line-height: 1.1;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .header-two {
    font-size: 1.75em;
    line-height: 1.1;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .header-three {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .header-four {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .header-five {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
}

:is(.outer-page, .outerpage) .content_wrapper .no-gutter .header-six {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 500;
}

/*mobile*/
.mobile .content_wrapper .no-gutter .widget-wrapper .header-one {
    font-size: 26px;
}

.mobile .content_wrapper .no-gutter .widget-wrapper .header-two {
    font-size: 23px;
}

.mobile .content_wrapper .no-gutter .widget-wrapper .header-three {
    font-size: 18px;
    font-weight: 500;
}

.mobile .content_wrapper .no-gutter .widget-wrapper .header-four {
    font-size: 16px;
    font-weight: 500;
}

.mobile .content_wrapper .no-gutter .widget-wrapper .header-five {
    font-size: 16px;
    font-weight: 500;
}

.mobile .content_wrapper .no-gutter .widget-wrapper .header-six {
    font-size: 15px;
    font-weight: 500;
}

:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper:is(.simp-custom-citrus-3-card-layout-center-align,.simp-custom-citrus-2-card-layout-center-align){
    display:flex;
    justify-content:center;
}
:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper:is(.simp-custom-citrus-3-card-layout-center-align,.simp-custom-citrus-2-card-layout-center-align) .fullWidthWidgetWrapper{
    display:flex;
    justify-content:center;
}
.mobile .simp-custom-citrus-3-card-layout-hide-right .col-xs-12:nth-of-type(3){
    display:none;
}
.mobile :is(.simp-custom-citrus-3-card-layout-hide-left,.simp-custom-citrus-2-card-layout-hide-left) .col-xs-12:nth-of-type(1){
    display:none;
}
.mobile .simp-custom-citrus-2-card-layout-hide-right .col-xs-12:nth-of-type(2){
    display:none;
}
:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper:is(.simp-custom-citrus-3-card-layout-hide-right,.simp-custom-citrus-2-card-layout-hide-right) .right-box{
    display:none;
}
:is(.outerpage,.outer-page) .content_wrapper .widget-wrapper:is(.simp-custom-citrus-3-card-layout-hide-left,.simp-custom-citrus-2-card-layout-hide-left) .left-box{
    display:none;
}

.mobile .fullImage img{
    height: 380px;
    object-fit: cover;
}
.mobile .fullImage{
    padding-top: 70px
}
.mobile .logo.navbar-logo {
 background: #404042;
}
.mobile .name-of-hotel{
    display: none;
}
.mobile .panel-group{
    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-tableborder .table td,
.simp-custom-tableborder .table,
.simp-custom-tableborder .table th{
    border: none;
}
.mobile .simp-custom-TextOnImg .text-content {
    background-color:white;
    opacity:.95;
    padding:5px;
}

/*jira changes 12541*/
.child-hotel[data-hotelid="10250"] .outerpage .content_wrapper .no-gutter .text-content .text-content-wrapper h1,
.child-hotel[data-hotelid="10250"] .outerpage .content_wrapper .no-gutter .text-content .text-content-wrapper h2,
.child-hotel[data-hotelid="10250"] .outerpage .content_wrapper .no-gutter .text-content .text-content-wrapper h3,
.child-hotel[data-hotelid="10250"] .outer-page .content_wrapper .no-gutter .text-content .text-content-wrapper h1,
.child-hotel[data-hotelid="10250"] .outer-page .content_wrapper .no-gutter .text-content .text-content-wrapper h2,
.child-hotel[data-hotelid="10250"] .outer-page .content_wrapper .no-gutter .text-content .text-content-wrapper h3{
    margin-bottom:30px;
}

.mobile[data-hotelid="10250"] .content_wrapper .no-gutter h1,
.mobile[data-hotelid="10250"] .content_wrapper .no-gutter h2,
.mobile[data-hotelid="10250"] .content_wrapper .no-gutter h3{
    padding:0;
}

.mobile[data-hotelid="10250"] .content_wrapper .no-gutter .text-content h1,
.mobile[data-hotelid="10250"] .content_wrapper .no-gutter .text-content h2,
.mobile[data-hotelid="10250"] .content_wrapper .no-gutter .text-content h3{
    margin-bottom:20px;
    padding:0;
}

.mobile[data-hotelid="10250"] .content_wrapper .no-gutter .simp-custom-center h3{
    margin-bottom:20px;
}

.mobile[data-hotelid="10250"] .content_wrapper .no-gutter .room-description .col-xs-12 img{
    margin:0 0 10px;   
}

.mobile .wtheader :is(h1,h2,h3,h4,h5,h6){
    padding:0;
}

.mobile .content_wrapper .no-gutter .widget-wrapper:first-child{
    margin:20px 0 !important;
}

div.TA_certificateOfExcellence {
    display:flex;
    justify-content:center;
}



