



.Central-Courtyard-Boutique-Resort {
    position: absolute;
    top: 300px;
    left: 2%;
}
.Central-Courtyard-Boutique-Resort img {
    width: 150px!important;
}


.CentralGleneaglesResortBadge {
    position: absolute;
    top: 300px;
    left: 2%;
}
.CentralGleneaglesResortBadge img{
    width: 150px !important;
}
/* CSS written for TA widgets on hero image(2018)*/
.TA_certificateOfExcellence {
    position: absolute;
    top: 155px;
    left: 2%;
    border: 5px solid white;
    border-radius: 4px;
}
.TA_certificateOfExcellence img{
    width: 140px !important;
    height: 117px;
}



.Central-Heritage-Resort {
    position: absolute;
    top: 300px;
    left: 2%;
}
.Central-Heritage-Resort img {
    width: 150px!important;
}


.CentralHillResortBadge {
    position: absolute;
    top: 300px;
    left: 2%;
    width: 150px;
}

.CentralHillResortBadge img {
    width: 150px!important;
}




header .navbar-top .dropdown-arrow{
    color:#000;
}

resv-wrap .js-nav-booking-form{
    color:#E5DAD7;
}
header .navbar-top.navbar-top .navbar-brand {
    top: 15px;
}

body:not(.mobile) .simp-custom-text-image-width .text-content-wrapper img{
    width:100% !important;
}
/*Home page logo*/

.outer-page .simp-custom-hompage-brand-logos .text-content-wrapper > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
    row-gap: 20px;
    column-gap: 5px;
}

.mobile .content_wrapper .no-gutter .simp-custom-hompage-brand-logos .text-content >  div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
    row-gap: 20px;
    column-gap: 5px;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-contactus-form form.form-horizontal {
    margin: 0 23%;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-contactus-form form .form-group{
    display:flex;
    justify-content:center;
}
@media(max-width:767px){
    :is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-contactus-form form .form-group{
        display:flex;
        flex-direction:column;
        width:100%;
    } 
}

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-callback-form .form-group{
    display:flex;
    justify-content:center;
}

@media(max-width:767px){
    :is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-callback-form fieldset{
        display:flex;
        flex-direction:column;
    }
    :is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-callback-form .form-group{
        display:flex;
        flex-direction:column;
    }
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}

/*jira changes for 12765*/
.outer-page .navbar.navbar-top .container,
.outerpage .navbar.navbar-top .container{
    max-width:unset;
}

/*jira-12867*/

header .navbar-bottom{
    padding:0 100px;
}

header .navbar-bottom > .container{
    max-width:100%;
    width:100%;
}

header .navbar-bottom #bottom-navbar-collapse{
    justify-content:center;
}

/* end */


.mobile .footer-text{
    text-align:center;
}

.outer-page footer .comm_cont.f_bot .text-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px
}

.outer-page footer .comm_cont.f_bot .text-center p {
    padding-left: 0;
}







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




.navbar .navbar-collapse .dropdown.primary .dropdown-menu.our-hotel-menu .mega-menu :is(h4, li a .list-name){
    font-family: Lato,sans-serif;
    font-weight:500;
}
@media (min-width: 1100px) {
    header .navbar-top .navbar-nav>li .dropdown-menu.our-hotel-menu {
        width: 900px;
    }
        header .navbar-top .navbar-nav>li .dropdown-menu.our-hotel-menu .mega-menu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
        header .navbar-top .navbar-nav>li .dropdown-menu.our-hotel-menu .mega-menu>li {
        width: 100%;
    }
}
header .navbar-top .navbar-nav>li .dropdown-menu.our-hotel-menu .mega-menu>li.directory li a {
    opacity: 1;
}



.mobile .content_wrapper .no-gutter .room-description div.col-xs-12:last-child p {
    width: 100%;
}
.mobile .content_wrapper .no-gutter .room-description div.col-xs-12:last-child >  .txt-wdgt-btn-wrapper {
    position:absolute;
    right: 0;
    bottom: 0;
}

/*ops 13867 start*/

:is(.outer-page,.outerpage) .content_wrapper .no-gutter  .social_feed,
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .promotions_block {
    display:none;
}

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-tripadvisor img {
    height:200px;
    width:200px;
    object-fit:contain;
}

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-tripadvisor .col-sm-6 {
    width:max-content;
}

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-tripadvisor {
    display:flex;
    justify-content:center;
    gap:50px
}

.mobile .content_wrapper .no-gutter .simp-custom-tripadvisor img {
    width:100px;
    height:100px;
    object-fit:contain;
    margin:unset !important;
}

.mobile .content_wrapper .no-gutter .simp-custom-tripadvisor .col-xs-12 {
    width:max-content;
}

.mobile .content_wrapper .no-gutter .simp-custom-tripadvisor {
    display:flex;
    justify-content:space-evenly;
    align-items:center;
}

/*ops 13867 end*/

.outer-page header .navbar-top .navbar-nav > li .dropdown-menu.our-hotel-menu .mega-menu > li .ul-top .li-space a .list-name .wrapper-text {
    font-style: italic;
}


header button.resv.resv_button.book_button {
    background: #AF251E;
    transition: background 0.3s ease;
}

header button.resv.resv_button.book_button:hover,
header button.resv.resv_button.book_button:focus {
    background: #9C201A;
}


/* border unset for all headers */

.mobile .content_wrapper .no-gutter :is(h1,h2,h3,h4,h5,h6){
    border:unset;
} 

/* text group with h1 */

.mobile .clearfix.widget-wrapper.wt1tb.simp-custom-bg-header-for-h1-only-txt-widget h1{
    background:#F5EEDB;
    display:inline-block;
    padding:2%;
    margin-bottom: 2.27%;
}

.mobile .clearfix.widget-wrapper.wt1tb.simp-custom-bg-header-for-h1-only-txt-widget .text-content{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}


/* text group with h2 */

.mobile .clearfix.widget-wrapper.wt1tb.simp-custom-bg-header-for-h2-only-txt-widget h1{
    background:#F5EEDB;
    display:inline-block;
    padding:2%;
    margin-bottom: 2.27%;
}

.mobile .clearfix.widget-wrapper.wt1tb.simp-custom-bg-header-for-h2-only-txt-widget .col-xs-12{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}



/* subheader with h2 */

.mobile .clearfix.widget-wrapper.simp-custom-bg-header-for-h2-only-header-widget h2{
    background:#F5EEDB;
    display:inline-block;
    padding:2%;
    text-align:center;
}

.mobile .simp-custom-bg-header-for-h2-only-header-widget .col-xs-12{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.mobile .content_wrapper .no-gutter  .simp-custom-bg-header-for-h2-only-header-widget{
    padding-bottom:0;
}


/* wtheader with h1 */

.mobile .clearfix.widget-wrapper.simp-custom-bg-header-for-h1-only-header-widget h1{
    background:#F5EEDB;
    display:inline-block;
    padding:2%;
}

.mobile .simp-custom-bg-header-for-h1-only-header-widget .col-xs-12{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.mobile .content_wrapper .no-gutter  .simp-custom-bg-header-for-h1-only-header-widget{
    padding-bottom:0;
}


/* desktop */

.outer-page .clearfix.widget-wrapper.wt1tb.simp-custom-bg-header-for-h1-only-txt-widget h1,
.outerpage .clearfix.widget-wrapper.wt1tb.simp-custom-bg-header-for-h1-only-txt-widget h1{
    background:#F5EEDB;
    display:inline-block;
    padding:2%;
    margin-bottom: 2.27%;
}
.outer-page .clearfix.widget-wrapper.wt1tb.simp-custom-bg-header-for-h1-only-txt-widget .text-content-wrapper,
.outerpage .clearfix.widget-wrapper.wt1tb.simp-custom-bg-header-for-h1-only-txt-widget .text-content-wrapper{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
/* text group with h2 */
.outer-page .clearfix.widget-wrapper.wt1tb.simp-custom-bg-header-for-h2-only-txt-widget h1,
.outerpage .clearfix.widget-wrapper.wt1tb.simp-custom-bg-header-for-h2-only-txt-widget h1{
    background:#F5EEDB;
    display:inline-block;
    padding:2%;
    margin-bottom: 2.27%;
}
.outer-page .clearfix.widget-wrapper.wt1tb.simp-custom-bg-header-for-h2-only-txt-widget .text-content-wrapper,
.outerpage .clearfix.widget-wrapper.wt1tb.simp-custom-bg-header-for-h2-only-txt-widget .text-content-wrapper{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
/* subheader with h2 */
.outer-page .clearfix.widget-wrapper.simp-custom-bg-header-for-h2-only-header-widget h2,
.outerpage .clearfix.widget-wrapper.simp-custom-bg-header-for-h2-only-header-widget h2{
    background:#F5EEDB;
    display:inline-block;
    padding:2%;
}
.outer-page .simp-custom-bg-header-for-h2-only-header-widget .text-content,
.outerpage .simp-custom-bg-header-for-h2-only-header-widget .text-content{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.outer-page .content_wrapper .no-gutter  .simp-custom-bg-header-for-h2-only-header-widget,
.outerpage .content_wrapper .no-gutter .simp-custom-bg-header-for-h2-only-header-widget{
    padding-bottom:0;
}
/* wtheader with h1 */
.outer-page .clearfix.widget-wrapper.simp-custom-bg-header-for-h1-only-header-widget h1,
.outerpage .clearfix.widget-wrapper.simp-custom-bg-header-for-h1-only-header-widget h1{
    background:#F5EEDB;
    display:inline-block;
    padding:2%;
}
.outer-page .simp-custom-bg-header-for-h1-only-header-widget .text-content,
.outerpage .simp-custom-bg-header-for-h1-only-header-widget .text-content{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.outer-page .content_wrapper .no-gutter  .simp-custom-bg-header-for-h1-only-header-widget,
.outerpage .content_wrapper .no-gutter .simp-custom-bg-header-for-h1-only-header-widget{
    padding-bottom:0;
}

.outer-page .content_wrapper .no-gutter .clearfix.widget-wrapper.wt1tb.simp-custom-txt-with-bg .col-12.col-md-3.mb-4,
.outerpage .content_wrapper .no-gutter .clearfix.widget-wrapper.wt1tb.simp-custom-txt-with-bg  .col-12.col-md-3.mb-4{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    height: 100%;
    min-height: 110px;
}

/* slider space */

.outer-page .content_wrapper  .simp-custom-central-hotel-slider-padding-btm,
.outerpage .content_wrapper  .simp-custom-central-hotel-slider-padding-btm{
    margin-bottom:30px;
}

.mobile .navbar-logo{
    background-color:#F5EEDB;
    padding: 10px 0;
}






.outer-page .content_wrapper .no-gutter .simp-custom-hide-left,
.outerpage .content_wrapper .no-gutter .simp-custom-hide-left,
.outerpage .content_wrapper .no-gutter .simp-custom-hide-left .fullWidthWidgetWrapper{
    display:flex;
    justify-content:center;
}

.outer-page .content_wrapper .no-gutter .simp-custom-hide-left .left-box,
.outerpage .content_wrapper .no-gutter .simp-custom-hide-left .left-box{
    display:none;
}

.outer-page .content_wrapper .no-gutter .simp-custom-hide-right,
.outerpage .content_wrapper .no-gutter .simp-custom-hide-right,
.outerpage .content_wrapper .no-gutter .simp-custom-hide-right .fullWidthWidgetWrapper{
    display:flex;
    justify-content:center;
}

.outer-page .content_wrapper .no-gutter .simp-custom-hide-right .right-box,
.outerpage .content_wrapper .no-gutter .simp-custom-hide-right .right-box{
    display:none;
}

.mobile .content_wrapper .no-gutter .simp-custom-hide-left .col-xs-12:first-child{
    display:none;
}

.mobile .content_wrapper .no-gutter .simp-custom-hide-right .col-xs-12:last-child{
    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;
}
#footer a.social-wa:hover {
    background-color: #1EBEA5 !important;
}

.CentralNirvanaResortBdge {
    position: absolute;
    top: 300px;
    left: 2%;
}
.CentralNirvanaResortBdge img {
    width: 150px !important;
}







#djubo-external-form {
    position: relative;
    top: -45px;
    right: 45px;
}
.for-innerpage  #djubo-external-form {
    display: none !important;
}
.bookingform-wrapper .abs_parent {
    width: 100% !important;
    max-width: none !important;
    
}
.bookingform-wrapper #bookingForm {
    margin: 0 !important;
    float: right;
    top: -50px;
    right: 90px;
}
.modalModifyCancel__inner{
 overflow: hidden !important;
}
.BEx4IDaY4cXE{
 height: 38px !important;
}
#BEx4IDaY3bWD .BEx4ZXaY3bWR{
 margin-top: 10px;
}
#BEx4IDaY3bWR .BEx4ZXaY3bOP > div{
 margin-top: -24px !important;
}
#BEx4IDaY3bWD .BEx4ZXaY3bDPI{
 top: 31px !important;
 right: 31px !important;
}
.BEh8JJiwI1dPaBPrice{
 margin-top: 3px !important;
 width: 103px !important;
 padding: 0px 0px 19px 3px !important;
 text-transform: capitalize;
 height : 24px !important;
}
#BEx4IDaY3bWD select.BEx4ZXaY3bPC, #BEx4IDaY3bWD select.BEx4ZXaY3bPP{
 background: #fff !important;
 color: #000 !important;
}
#BEx4IDaY3bWD input.BEx4ZXaY3bQBT{
 background: #ed8323 !important;
 margin-bottom: 0px !important;
 margin-top: 8px !important;
}
#BEx4IDaY3bWD .BEx4ZXaY3bWR a{
 transition: all 0.2s ease;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -o-transition: all 0.2s ease;
}
#BEx4IDaY3bWD .BEx4IDaY3bQBT:hover .BEx4ZXaY3bQBT{
 transition: all 0.2s ease;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -o-transition: all 0.2s ease;
 background: #ffffff !important;
 color: #ed8323 !important;
}

/* Custom form css */
.modal .booking-form-wrapper{
    margin: 0 auto;
}
/* form float inner page */
.booking-form-wrapper .booking-form {
    max-width: 99.99% !important;
}
.booking-form-wrapper #BEx4IDaY3bWR {
    float: none !important;
}
/* form background*/
.BEx4ZXaY3bWR {
    background: #ffffff !important;
}
/* form prices */
.BEx4IDaY4cXE-item{
 color: #111111 !important;
}
/* form lowest price */
.BEh4IDsZ4dZE {
  color: #111111 !important;
}
/* form book now color */
#BEx4IDaY3bWD input.BEx4ZXaY3bQBT{
 background: #cfab4c !important;
 margin-bottom: 0px !important;
 margin-top: 8px !important;
}
#BEx4IDaY3bWD .BEx4IDaY3bQBT:hover .BEx4ZXaY3bQBT{
    color: #cfab4c !important;
}

#bottom-navbar-collapse {
    padding-left: 0 !important ;
}





















