.animation.delay-auto {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animation.delay-0-5s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animation.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animation.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animation.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animation.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animation.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animation.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animation.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animation.slow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.animation.slower {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

/*RIGHT ANIMATION*/
@keyframes slide-right {
  0% {
        opacity: 0;
        transform: translate3d(100%,0px,0px);
    }
  100% { 
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.slide-From-Right {
    animation-name: slide-right;
}

/*LEFT ANIMATION*/
@keyframes slide-left {
  0% {
        opacity: 0;
        transform: translate3d(-100%,0px,0px);
    }
  100% { 
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.slide-From-Left {
    animation-name: slide-left;
}

/*TOP ANIMATION*/
@keyframes slide-top {
  0% {
        opacity: 0;
        transform: translate3d(0,-50%,0);
    }
  100% { 
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.slide-From-Top {
    animation-name: slide-top;
}

/*BOTTOM ANIMATION*/
@keyframes slide-bottom {
  0% {
        opacity: 0;
        transform: translate3d(0,80%,0);
    }
  100% { 
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.slide-From-Bottom {
    animation-name: slide-bottom;
}

/*ZOOM IN ANIMATION*/
@keyframes zoomInCustom {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomInCus {
    animation-name: zoomInCustom;
}


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

.homepage .address-block-details{
    display:none;
}
.homepage, .inner-page{
    padding-bottom:0;
}
.content_wrapper, .homepage .content_wrapper .no-gutter .widget-wrapper{
    padding:0;
}
.other-script-wrap{
    min-height:unset;
    display:none;
}
.outer-page .content_wrapper .no-gutter .imageDescriptionSide-leftimage.two-col{
    width: 100%;
    max-width: 100%;
}
.outer-page .content_wrapper .no-gutter .imageDescriptionSide-rightimage.two-col {
    width: 100%;
    max-width: 100%;
}
#bookingForm .btn-wrapper .form-group .btn{
    text-transform:uppercase;
}
#bookingForm .btn-wrapper .form-group .btn:hover{
    background:#fff;
    color:#222631;
}
.inner-page .clearfix.widget-wrapper.header-pills{
    display:none;
}


/*jira-13246*/

.outer-page .simp-custom-terms .text-content-wrapper h2{
    margin-bottom:var(--desktop-heading-to-text-spacing);
}
/*OPS-16033*/
.outer-page #back-top span{
    height: 56px;
    width: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mobile #back-top{
    z-index: 3;
}
.ui-widget table.ui-datepicker-calendar  td .ui-state-default:hover{
    color: #fff;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.wt-general-masonry{
    margin-bottom: var(--mobile-widget-to-widget-space) !important;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.wtbookbtn{
    margin: 0 var(--desktop-left-right-widget-space);
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.predef_content{
    margin: 0 var(--desktop-left-right-widget-space);
    padding: var(--desktop-widget-to-widget-space) 0 0;
    width: 100%;
    max-width: 100%;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.predef_content+.widget-wrapper{
    margin: 0 var(--desktop-left-right-widget-space);
    padding: var(--desktop-widget-to-widget-space) 0;
    width: 100%;
    max-width: 100%;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.wtsubheader{
    margin: 0 var(--desktop-left-right-widget-space);
    padding: var(--desktop-widget-to-widget-space) 0;
    width: 100%;
    max-width: 100%;
    display: flex;
}
.outer-page .content_wrapper .no-gutter .imageDescriptionSide-leftimage.two-col :is(ol,ul){
    padding-left: 30px !important;
}
/*OPS-16033*/

#footer{
    padding:30px 0;
}
#footer .footer-parent-container{
    max-width:1140px;
    margin: 0 auto;
}
#footer .details-parent{
    display:flex;
    justify-content: center;
    margin-bottom:20px;
}
#footer .details-parent h3{
    color:#e6b767;
    line-height:24px;
    margin-bottom:20px;
    font-weight:600;
}
#footer .details-parent .footer-border-image{
    margin-bottom:20px;
}
#footer .details-parent .property-info{
    width:33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:10px 50px 10px 10px;
}
#footer .details-parent .property-info p{
    text-align:center;
    color:#d2d2d2;
    font-size:14px;
    font-weight:400;
    line-height:21px;
}
#footer .details-parent .property-info p a{
    color:#c36;
}
#footer .details-parent .property-info p a:hover{
    text-decoration:none;
    color:#336;
}
#footer .details-parent .quick-links{
    width:33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-style: solid;
    border-width: 0 1px;
    border-color: #E6B76745;
    padding:10px;
}
#footer .details-parent .quick-links ul{
    padding:0;
    margin:0;
}
#footer .details-parent .quick-links ul li{
    list-style:none;
    text-align:center;
    padding-bottom:4px;
}
#footer .details-parent .quick-links ul li a{
    color:#d2d2d2;
    font-size:14px;
    font-weight:400;
}
#footer .details-parent .quick-links ul li a:hover{
    color:#fff;
}
#footer .details-parent .contact-us{
    width:33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:10px;
}
#footer .details-parent .contact-us p{
    color:#d2d2d2;
    text-align:center;
    font-size:14px;
    font-weight:400;
    line-height:21px;
    margin-bottom:20px;
}
#footer .details-parent .contact-us .contact-info{
    padding:0;
    margin-bottom:20px;
}
#footer .details-parent .contact-us .contact-info li{
    list-style:none;
    text-align:center;
}
#footer .details-parent .contact-us .contact-info li a{
    font-size:14px;
    font-weight:400;
    display:flex;
    justify-content:center;
}
#footer .details-parent .contact-us .contact-info li .fa-phone-alt:before,#footer .details-parent .contact-us .contact-info li .fa-envelope:before{
    color:#e6b767;
    font-size:14px;
    font-weight:400;
}
#footer .details-parent .contact-us .contact-info li a .contact-text, #footer .details-parent .contact-us .contact-info li a .email-text{
    padding-left:5px;
    color:#d2d2d2;
}
#footer .details-parent .contact-us .contact-info li a:hover .contact-text, #footer .details-parent .contact-us .contact-info li a:hover .email-text{
    color:#fff;
}
#footer .details-parent .contact-us .social-icons-wrapper .social-item a{
    font-size:25px;
    line-height:25px;
    font-weight:400;
    color: #e6b767;
}
#footer .details-parent .contact-us .social-icons-wrapper .social-item:first-of-type{
    margin-right: 30px;
}
#footer .sitemap .sitemap-details{
    display:flex;
    align-items:center;
    justify-content:center;
}
#footer .sitemap .sitemap-details a{
    color:#d2d2d2;
    font-size:14px;
    font-weight:400;
    line-height:21px;
}
#footer .sitemap .sitemap-details p{
    margin-left: 20px;
    color:#d2d2d2;
    font-size:14px;
    font-weight:400;
    line-height:21px;
}
#footer .sitemap .sitemap-details a:hover, #footer .sitemap .sitemap-details p:hover{
    color:#fff;
}

header .container{
    width:100%;
    max-width:unset;
    padding:0;
}
header .property-text-heading-section {
    background-color:#222631;
}
header .property-text-heading-section .property-name{
    padding:5px;
}
header .property-text-heading-section .property-name h2{
    text-align:center;
    color:#e6b767;
    font-size:22px;
    font-weight:400;
    letter-spacing:5px;
    margin:0;
}
header .property-nav-parent{
    display:flex;
    justify-content: center;
    position:relative;
    align-items: center;
}
header .property-nav-parent .left-links, header .property-nav-parent .right-links{
    width:35%;
}
header .property-nav-parent .left-links ul{
    display:flex;
    margin:0;
    padding:0;
    justify-content:center;
}
header .property-nav-parent ul li{
    list-style:none;
    font-size:16px;
    font-weight:600;
    line-height:normal;
    padding:13px 20px;
}
header .property-nav-parent ul li a{
    color:#7a7a7a;
}
header .property-nav-parent ul li a:hover{
    text-decoration:none;
    color:#e6b767;
    transition:.3s;
}
header .property-nav-parent ul li.active a{
    color:#e6b767;
}
header .property-nav-parent .centre-logo{
    width:fit-content;
    position: absolute;
    top: 1px;
}
header .property-nav-parent .centre-logo .property-logo{
    text-align:center;
    padding:8px;
    background-color:#ffffff;
    border-radius:50%;
}
header .property-nav-parent .centre-logo .property-logo img{
    border:1px solid #fff;
    border-radius:50%;
    width: 104px !important;
}
header .property-nav-parent .right-links{
    display:flex;
    justify-content: space-evenly;
}
header .property-nav-parent .right-links .right-li-links{
    display:flex;
    align-items:center;
}
header .property-nav-parent .right-links .right-li-links ul{
    display:flex;
    margin:0;
    padding:0;
}
header .property-nav-parent .right-links .lang-book-wrapper{
    position:unset;
    line-height: unset;
    transform:translateY(-16px);
}
header .property-nav-parent .right-links .lang-book-wrapper .resv-wrap button{
    min-width:unset;
    padding:12px;
    font-size:15px;
    text-transform: capitalize;
    line-height:15px;
    color:#222631;
}
header .property-nav-parent .right-links .lang-book-wrapper .resv-wrap button:hover{
    background-color:#222631;
    color:#fff;
}
header .property-nav-parent .right-links .lang-book-wrapper .resv-wrap button a{
    color:#222631;
}
header .property-nav-parent .right-links .lang-book-wrapper .resv-wrap button:hover a{
    text-decoration:none;
    color:#fff;
}
header .property-nav-parent .right-links .property-contact-section{
    position:absolute;
    right:0;
    top: 24px;
}
header .property-nav-parent .right-links .property-contact-section ul{
    margin:0;
    padding:0 10px 10px 10px;
}
header .property-nav-parent .right-links .property-contact-section ul li{
    padding:0 0 3px 0;
    text-align:right;
}
header .property-nav-parent .right-links .property-contact-section a{
    font-size:13px;
    font-weight:400;
    color:#7a7a7a;
}
header .property-nav-parent .right-links .property-contact-section a:hover{
    text-decoration:none;
    color:#222631
}
header .property-nav-parent .right-links .property-contact-section a span:first-of-type{
    color:#e6b767;
    padding-right:5px;
}
header .property-nav-parent .left-links ul{
    transform:translateX(-13px);
}
@media screen and (max-width:1600px){
    header .property-nav-parent .left-links, header .property-nav-parent .right-links{
        width:40%;
    }
}
@media screen and (max-width:1400px){
    header .property-nav-parent .left-links, header .property-nav-parent .right-links{
        width:45%;
    }
    header .property-nav-parent .right-links{
        justify-content: center;
    }
    header .property-nav-parent .right-links .right-li-links{
        transform: translateX(-53px);
    }
    header .property-nav-parent .right-links .right-li-links ul li:last-child{
        padding-right:0;
    }
}
@media screen and (max-width:1280px){
    header .property-nav-parent ul li{
        padding:5px 10px;
    }
}
@media screen and (max-width:1220px){
    header .property-nav-parent .right-links .lang-book-wrapper{
    transform: translate(-21px, -16px);
    }
}
@media screen and (max-width:1150px){
    header .property-nav-parent .right-links .lang-book-wrapper .resv-wrap button{
        font-size:13px;
        line-height:13px;
        padding:6px;
    }
}
@media screen and (max-width:1440px){
    header .property-nav-parent .right-links .lang-book-wrapper{
        transform: translate(-16px,-16px);
    }
}
@media screen and (max-width:1300px){
    header .property-nav-parent .right-links .lang-book-wrapper{
        transform: translate(-30px,-16px);
    }
}
@media screen and (max-width:1180px){
    header .property-nav-parent .right-links .property-contact-section a{
        font-size:11.5px;
    }
}

/* Custom Variables */
:root {
    /*General changes*/
    --brand-color: #e6b767;
    --book-button-background-on-hover: #15351f;
    --view-port: 1536; /*enter screen size without px*/
    --text-color-on-img: #fff;
 
     /*button*/
    /* desktop */
    --button-background: var(--brand-color);
    --button-background-on-hover: #222631;
    --button-text-color: #fff;
    --button-text-transform: uppercase;
    --button-text-color-on-hover: #fff;
    --button-border-color: var(--brand-color);
    --button-border-color-on-hover: #222631;
    --button-padding: clamp(5px, calc((11 / var(--view-port)) * 100vw), 11px) clamp(24px, calc((40 / var(--view-port)) * 100vw), 40px);
    --button-border-color-on-img-hover: var(--brand-color);
    --button-line-height: clamp(28px, calc((28 / var(--view-port)) * 100vw), 28px);
    --button-height: clamp(16px, calc((24 / var(--view-port)) * 100vw), 24px);
    
    
    /*Slick Arrow Styles*/
    --slick-arrow-background: #ffffff6e;
    --slick-arrow-background-on-hover: #fff;
    --mobile-slick-arrow-background: #ffffff6e;
    --mobile-slick-arrow-background-on-hover: #fff;
    
    
    /*desktop Book button theme*/
    --book-button-background: var(--brand-color);
    --book-button-text-color: var(--button-text-color-on-hover);
    --book-button-text-color-on-hover: var(--book-button-text-color);
    --book-button-border-color: var(--brand-color);
    --book-button-border-color-on-hover: var(--book-button-background-on-hover);
    
    /* mobile */
    --mobile-button-background: var(--brand-color);
    --mobile-button-text-color: #fff;
    --mobile-button-padding: 10px 20px;
    --mobile-button-font-size:12px;
    --mobile-button-text-transform:uppercase;
    --mobile-button-line-height: 16px;
    --mobile-button-letter-spacing: 0;
    --mobile-button-height: 16px;
    
    
     
    /* widget specific declaration --- text-group, left img right text */
    /*desktop*/
    --desktop-widget-to-widget-space: clamp(20px, calc((30 / var(--view-port)) * 100vw), 30px);
    --desktop-left-right-widget-space: clamp(50px, calc((100 / var(--view-port)) * 100vw), 100px);
    --desktop-heading-to-text-spacing: clamp(15px, calc((20 / var(--view-port)) * 100vw), 20px);  /* this was initall value but now card value is given, old value - clamp(20px, calc((32 / var(--view-port)) * 100vw), 32px)*/
    --desktop-text-to-text-spacing: clamp(15px, calc((20 / var(--view-port)) * 100vw), 20px); /* this was initall value but now card value is given, old value - clamp(10px, calc((16 / var(--view-port)) * 100vw), 16px) */
    --desktop-text-to-button-spacing: clamp(15px, calc((20 / var(--view-port)) * 100vw), 20px); /* this was initall value but now card value is given, old value - clamp(20px, calc((32 / var(--view-port)) * 100vw), 32px) */
   
    /*mobile*/
    --mobile-widget-to-widget-space: 20px;
    --mobile-left-right-widget-space: 20px;
    --mobile-heading-to-text-spacing: 16px;
    --mobile-text-to-text-spacing: 10px;
    --mobile-text-to-button-spacing: 20px;

  
  
    /* DO NOT TOUCH IF YOU REMOVE THE TEXT VARIABLES WONT WORK */
    
    /* 1 Lorem ipsum dolor sit amet */
    /* 2 Lorem ipsum dolor sit amet */
    /* 3 Lorem ipsum dolor sit amet */
    /* 4 Lorem ipsum dolor sit amet */
    /* 5 Lorem ipsum dolor sit amet */
    /* 6 Lorem ipsum dolor sit amet */
    /* 7 Lorem ipsum dolor sit amet */
    /* 8 Lorem ipsum dolor sit amet */
    /* 9 Lorem ipsum dolor sit amet */
    /* 10 Lorem ipsum dolor sit amet */

    /* 11 Lorem ipsum dolor sit amet */
    /* 12 Lorem ipsum dolor sit amet */
    /* 13 Lorem ipsum dolor sit amet */
    /* 14 Lorem ipsum dolor sit amet */
    /* 15 Lorem ipsum dolor sit amet */
    /* 16 Lorem ipsum dolor sit amet */
    /* 17 Lorem ipsum dolor sit amet */
    /* 18 Lorem ipsum dolor sit amet */
    /* 19 Lorem ipsum dolor sit amet */
    /* 20 Lorem ipsum dolor sit amet */

    /* 21 Lorem ipsum dolor sit amet */
    /* 22 Lorem ipsum dolor sit amet */
    /* 23 Lorem ipsum dolor sit amet */
    /* 24 Lorem ipsum dolor sit amet */
    /* 25 Lorem ipsum dolor sit amet */
    /* 26 Lorem ipsum dolor sit amet */
    /* 27 Lorem ipsum dolor sit amet */
    /* 28 Lorem ipsum dolor sit amet */
    /* 29 Lorem ipsum dolor sit amet */
    /* 30 Lorem ipsum dolor sit amet */

    /* 31 Lorem ipsum dolor sit amet */
    /* 32 Lorem ipsum dolor sit amet */
    /* 33 Lorem ipsum dolor sit amet */
    /* 34 Lorem ipsum dolor sit amet */
    /* 35 Lorem ipsum dolor sit amet */
    /* 36 Lorem ipsum dolor sit amet */
    /* 37 Lorem ipsum dolor sit amet */
    /* 38 Lorem ipsum dolor sit amet */
    /* 39 Lorem ipsum dolor sit amet */
    /* 40 Lorem ipsum dolor sit amet */

    /* 41 Lorem ipsum dolor sit amet */
    /* 42 Lorem ipsum dolor sit amet */
    /* 43 Lorem ipsum dolor sit amet */
    /* 44 Lorem ipsum dolor sit amet */
    /* 45 Lorem ipsum dolor sit amet */
    /* 46 Lorem ipsum dolor sit amet */
    /* 47 Lorem ipsum dolor sit amet */
    /* 48 Lorem ipsum dolor sit amet */
    /* 49 Lorem ipsum dolor sit amet */
    /* 50 Lorem ipsum dolor sit amet */

    /* 51 Lorem ipsum dolor sit amet */
    /* 52 Lorem ipsum dolor sit amet */
    /* 53 Lorem ipsum dolor sit amet */
    /* 54 Lorem ipsum dolor sit amet */
    /* 55 Lorem ipsum dolor sit amet */
    /* 56 Lorem ipsum dolor sit amet */
    /* 57 Lorem ipsum dolor sit amet */
    /* 58 Lorem ipsum dolor sit amet */
    /* 59 Lorem ipsum dolor sit amet */
    /* 60 Lorem ipsum dolor sit amet */

    /* 61 Lorem ipsum dolor sit amet */
    /* 62 Lorem ipsum dolor sit amet */
    /* 63 Lorem ipsum dolor sit amet */
    /* 64 Lorem ipsum dolor sit amet */
    /* 65 Lorem ipsum dolor sit amet */
    /* 66 Lorem ipsum dolor sit amet */
    /* 67 Lorem ipsum dolor sit amet */
    /* 68 Lorem ipsum dolor sit amet */
    /* 69 Lorem ipsum dolor sit amet */
    /* 70 Lorem ipsum dolor sit amet */

    /* 71 Lorem ipsum dolor sit amet */
    /* 72 Lorem ipsum dolor sit amet */
    /* 73 Lorem ipsum dolor sit amet */
    /* 74 Lorem ipsum dolor sit amet */
    /* 75 Lorem ipsum dolor sit amet */
    /* 76 Lorem ipsum dolor sit amet */
    /* 77 Lorem ipsum dolor sit amet */
    /* 78 Lorem ipsum dolor sit amet */
    /* 79 Lorem ipsum dolor sit amet */
    /* 80 Lorem ipsum dolor sit amet */

    /* 81 Lorem ipsum dolor sit amet */
    /* 82 Lorem ipsum dolor sit amet */
    /* 83 Lorem ipsum dolor sit amet */
    /* 84 Lorem ipsum dolor sit amet */
    /* 85 Lorem ipsum dolor sit amet */
    /* 86 Lorem ipsum dolor sit amet */
    /* 87 Lorem ipsum dolor sit amet */
    /* 88 Lorem ipsum dolor sit amet */
    /* 89 Lorem ipsum dolor sit amet */
    /* 90 Lorem ipsum dolor sit amet */

    /* 91 Lorem ipsum dolor sit amet */
    /* 92 Lorem ipsum dolor sit amet */
    /* 93 Lorem ipsum dolor sit amet */
    /* 94 Lorem ipsum dolor sit amet */
    /* 95 Lorem ipsum dolor sit amet */
    /* 96 Lorem ipsum dolor sit amet */
    /* 97 Lorem ipsum dolor sit amet */
    /* 98 Lorem ipsum dolor sit amet */
    /* 99 Lorem ipsum dolor sit amet */
    /* 100 Lorem ipsum dolor sit amet */

    /* 101 Lorem ipsum dolor sit amet */
    /* 102 Lorem ipsum dolor sit amet */
    /* 103 Lorem ipsum dolor sit amet */
    /* 104 Lorem ipsum dolor sit amet */
    /* 105 Lorem ipsum dolor sit amet */
    /* 106 Lorem ipsum dolor sit amet */
    /* 107 Lorem ipsum dolor sit amet */
    /* 108 Lorem ipsum dolor sit amet */
    /* 109 Lorem ipsum dolor sit amet */
    /* 110 Lorem ipsum dolor sit amet */

    /* 111 Lorem ipsum dolor sit amet */
    /* 112 Lorem ipsum dolor sit amet */
    /* 113 Lorem ipsum dolor sit amet */
    /* 114 Lorem ipsum dolor sit amet */
    /* 115 Lorem ipsum dolor sit amet */
    /* 116 Lorem ipsum dolor sit amet */
    /* 117 Lorem ipsum dolor sit amet */
    /* 118 Lorem ipsum dolor sit amet */
    /* 119 Lorem ipsum dolor sit amet */
    /* 120 Lorem ipsum dolor sit amet */

    /* 121 Lorem ipsum dolor sit amet */
    /* 122 Lorem ipsum dolor sit amet */
    /* 123 Lorem ipsum dolor sit amet */
    /* 124 Lorem ipsum dolor sit amet */
    /* 125 Lorem ipsum dolor sit amet */
    /* 126 Lorem ipsum dolor sit amet */
    /* 127 Lorem ipsum dolor sit amet */
    /* 128 Lorem ipsum dolor sit amet */
    /* 129 Lorem ipsum dolor sit amet */
    /* 130 Lorem ipsum dolor sit amet */

    /* 131 Lorem ipsum dolor sit amet */
    /* 132 Lorem ipsum dolor sit amet */
    /* 133 Lorem ipsum dolor sit amet */
    /* 134 Lorem ipsum dolor sit amet */
    /* 135 Lorem ipsum dolor sit amet */
    /* 136 Lorem ipsum dolor sit amet */
    /* 137 Lorem ipsum dolor sit amet */
    /* 138 Lorem ipsum dolor sit amet */
    /* 139 Lorem ipsum dolor sit amet */
    /* 140 Lorem ipsum dolor sit amet */

    /* 141 Lorem ipsum dolor sit amet */
    /* 142 Lorem ipsum dolor sit amet */
    /* 143 Lorem ipsum dolor sit amet */
    /* 144 Lorem ipsum dolor sit amet */
    /* 145 Lorem ipsum dolor sit amet */
    /* 146 Lorem ipsum dolor sit amet */
    /* 147 Lorem ipsum dolor sit amet */
    /* 148 Lorem ipsum dolor sit amet */
    /* 149 Lorem ipsum dolor sit amet */
    /* 150 Lorem ipsum dolor sit amet */

    /* 151 Lorem ipsum dolor sit amet */
    /* 152 Lorem ipsum dolor sit amet */
    /* 153 Lorem ipsum dolor sit amet */
    /* 154 Lorem ipsum dolor sit amet */
    /* 155 Lorem ipsum dolor sit amet */
    /* 156 Lorem ipsum dolor sit amet */
    /* 157 Lorem ipsum dolor sit amet */
    /* 158 Lorem ipsum dolor sit amet */
    /* 159 Lorem ipsum dolor sit amet */
    /* 160 Lorem ipsum dolor sit amet */

    /* 161 Lorem ipsum dolor sit amet */
    /* 162 Lorem ipsum dolor sit amet */
    /* 163 Lorem ipsum dolor sit amet */
    /* 164 Lorem ipsum dolor sit amet */
    /* 165 Lorem ipsum dolor sit amet */
    /* 166 Lorem ipsum dolor sit amet */
    /* 167 Lorem ipsum dolor sit amet */
    /* 168 Lorem ipsum dolor sit amet */
    /* 169 Lorem ipsum dolor sit amet */
    /* 170 Lorem ipsum dolor sit amet */

    /* 171 Lorem ipsum dolor sit amet */
    /* 172 Lorem ipsum dolor sit amet */
    /* 173 Lorem ipsum dolor sit amet */
    /* 174 Lorem ipsum dolor sit amet */
    /* 175 Lorem ipsum dolor sit amet */
    /* 176 Lorem ipsum dolor sit amet */
    /* 177 Lorem ipsum dolor sit amet */
    /* 178 Lorem ipsum dolor sit amet */
    /* 179 Lorem ipsum dolor sit amet */
    /* 180 Lorem ipsum dolor sit amet */

    /* 181 Lorem ipsum dolor sit amet */
    /* 182 Lorem ipsum dolor sit amet */
    /* 183 Lorem ipsum dolor sit amet */
    /* 184 Lorem ipsum dolor sit amet */
    /* 185 Lorem ipsum dolor sit amet */
    /* 186 Lorem ipsum dolor sit amet */
    /* 187 Lorem ipsum dolor sit amet */
    /* 188 Lorem ipsum dolor sit amet */
    /* 189 Lorem ipsum dolor sit amet */
    /* 190 Lorem ipsum dolor sit amet */

    /* 191 Lorem ipsum dolor sit amet */
    /* 192 Lorem ipsum dolor sit amet */
    /* 193 Lorem ipsum dolor sit amet */
    /* 194 Lorem ipsum dolor sit amet */
    /* 195 Lorem ipsum dolor sit amet */
    /* 196 Lorem ipsum dolor sit amet */
    /* 197 Lorem ipsum dolor sit amet */
    /* 198 Lorem ipsum dolor sit amet */
    /* 199 Lorem ipsum dolor sit amet */
    /* 200 Lorem ipsum dolor sit amet */

    /* 201 Lorem ipsum dolor sit amet */
    /* 202 Lorem ipsum dolor sit amet */
    /* 203 Lorem ipsum dolor sit amet */
    /* 204 Lorem ipsum dolor sit amet */
    /* 205 Lorem ipsum dolor sit amet */
    /* 206 Lorem ipsum dolor sit amet */
    /* 207 Lorem ipsum dolor sit amet */
    /* 208 Lorem ipsum dolor sit amet */
    /* 209 Lorem ipsum dolor sit amet */
    /* 210 Lorem ipsum dolor sit amet */

    /* 211 Lorem ipsum dolor sit amet */
    /* 212 Lorem ipsum dolor sit amet */
    /* 213 Lorem ipsum dolor sit amet */
    /* 214 Lorem ipsum dolor sit amet */
    /* 215 Lorem ipsum dolor sit amet */
    /* 216 Lorem ipsum dolor sit amet */
    /* 217 Lorem ipsum dolor sit amet */
    /* 218 Lorem ipsum dolor sit amet */
    /* 219 Lorem ipsum dolor sit amet */
    /* 220 Lorem ipsum dolor sit amet */

    /* 221 Lorem ipsum dolor sit amet */
    /* 222 Lorem ipsum dolor sit amet */
    /* 223 Lorem ipsum dolor sit amet */
    /* 224 Lorem ipsum dolor sit amet */
    /* 225 Lorem ipsum dolor sit amet */
    /* 226 Lorem ipsum dolor sit amet */
    /* 227 Lorem ipsum dolor sit amet */
    /* 228 Lorem ipsum dolor sit amet */
    /* 229 Lorem ipsum dolor sit amet */
    /* 230 Lorem ipsum dolor sit amet */

    /* 231 Lorem ipsum dolor sit amet */
    /* 232 Lorem ipsum dolor sit amet */
    /* 233 Lorem ipsum dolor sit amet */
    /* 234 Lorem ipsum dolor sit amet */
    /* 235 Lorem ipsum dolor sit amet */
    /* 236 Lorem ipsum dolor sit amet */
    /* 237 Lorem ipsum dolor sit amet */
    /* 238 Lorem ipsum dolor sit amet */
    /* 239 Lorem ipsum dolor sit amet */
    /* 240 Lorem ipsum dolor sit amet */

    /* 241 Lorem ipsum dolor sit amet */
    /* 242 Lorem ipsum dolor sit amet */
    /* 243 Lorem ipsum dolor sit amet */
    /* 244 Lorem ipsum dolor sit amet */
    /* 245 Lorem ipsum dolor sit amet */
    /* 246 Lorem ipsum dolor sit amet */
    /* 247 Lorem ipsum dolor sit amet */
    /* 248 Lorem ipsum dolor sit amet */
    /* 249 Lorem ipsum dolor sit amet */
    /* 250 Lorem ipsum dolor sit amet */

    /* 251 Lorem ipsum dolor sit amet */
    /* 252 Lorem ipsum dolor sit amet */
    /* 253 Lorem ipsum dolor sit amet */
    /* 254 Lorem ipsum dolor sit amet */
    /* 255 Lorem ipsum dolor sit amet */
    /* 256 Lorem ipsum dolor sit amet */
    /* 257 Lorem ipsum dolor sit amet */
    /* 258 Lorem ipsum dolor sit amet */
    /* 259 Lorem ipsum dolor sit amet */
    /* 260 Lorem ipsum dolor sit amet */

    /* 261 Lorem ipsum dolor sit amet */
    /* 262 Lorem ipsum dolor sit amet */
    /* 263 Lorem ipsum dolor sit amet */
    /* 264 Lorem ipsum dolor sit amet */
    /* 265 Lorem ipsum dolor sit amet */
    /* 266 Lorem ipsum dolor sit amet */
    /* 267 Lorem ipsum dolor sit amet */
    /* 268 Lorem ipsum dolor sit amet */
    /* 269 Lorem ipsum dolor sit amet */
    /* 270 Lorem ipsum dolor sit amet */

    /* 271 Lorem ipsum dolor sit amet */
    /* 272 Lorem ipsum dolor sit amet */
    /* 273 Lorem ipsum dolor sit amet */
    /* 274 Lorem ipsum dolor sit amet */
    /* 275 Lorem ipsum dolor sit amet */
    /* 276 Lorem ipsum dolor sit amet */
    /* 277 Lorem ipsum dolor sit amet */
    /* 278 Lorem ipsum dolor sit amet */
    /* 279 Lorem ipsum dolor sit amet */
    /* 280 Lorem ipsum dolor sit amet */

    /* 281 Lorem ipsum dolor sit amet */
    /* 282 Lorem ipsum dolor sit amet */
    /* 283 Lorem ipsum dolor sit amet */
    /* 284 Lorem ipsum dolor sit amet */
    /* 285 Lorem ipsum dolor sit amet */
    /* 286 Lorem ipsum dolor sit amet */
    /* 287 Lorem ipsum dolor sit amet */
    /* 288 Lorem ipsum dolor sit amet */
    /* 289 Lorem ipsum dolor sit amet */
    /* 290 Lorem ipsum dolor sit amet */

    /* 291 Lorem ipsum dolor sit amet */
    /* 292 Lorem ipsum dolor sit amet */
    /* 293 Lorem ipsum dolor sit amet */
    /* 294 Lorem ipsum dolor sit amet */
    /* 295 Lorem ipsum dolor sit amet */
    /* 296 Lorem ipsum dolor sit amet */
    /* 297 Lorem ipsum dolor sit amet */
    /* 298 Lorem ipsum dolor sit amet */
    /* 299 Lorem ipsum dolor sit amet */
    /* 300 Lorem ipsum dolor sit amet */
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

}

/*OPS -16033 */
header .navbar .right-links .lang-book-wrapper .resv:hover{
    background: var(--button-background-on-hover);
    color: var(--button-text-color-on-hover);
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.wtbookbtn .one-col{
    display:flex;
    justify-content:center;
}
.outer-page .content_wrapper .clearfix.no-gutter .viewbtn{
    min-width:fit-content;
}
.mobile div.content_wrapper div.no-gutter.clearfix div.widget-wrapper :is(.txt-wdgt-btn-wrapper,.wtbookbtn,.viewbtn) :is(a,.btn),
.mobile div.content_wrapper div.no-gutter.clearfix .wtformjson fieldset .form-group[id*="group-submit"] button{
    padding:var(--mobile-button-padding);
    font-size:var(--mobile-button-font-size);
    text-transform:var(--mobile-button-text-transform);
    line-height:var(--mobile-button-line-height);
    color:var(--mobile-button-text-color);
}

.outer-page .content_wrapper .clearfix.no-gutter :is(.btn:not(button.gal-group-btn),.viewbtn a) {
    background: var(--button-background);
    padding: var(--button-padding) !important;
    line-height: var(--button-line-height) !important;
    border: 1px solid var(--button-border-color);
    color: var(--button-text-color);
    text-transform: var(--button-text-transform);
    transition: 0.5s ease;
}
.outer-page .content_wrapper .clearfix.no-gutter :is(.btn:not(button.gal-group-btn),.viewbtn a):hover, .outer-page .content_wrapper .no-gutter :is(.btn:not(button.gal-group-btn),.viewbtn a):focus {
    background: var(--button-background-on-hover);
    color: var(--button-text-color-on-hover);
    border-color: var(--button-border-color-on-hover);
}
/*OPS -16033  */


.mobile #footer{
    padding:0;
}
.mobile #footer .footer-parent-container{
    padding: 30px 0;
}
.mobile #footer .footer-parent-container .details-parent{
    padding: 0 0 20px 0;
}
.mobile #footer .footer-parent-container .details-parent .property-info{
    padding:0 20px;
}
.mobile #footer .footer-parent-container .details-parent h3{
    font-size:20px;
    font-weight:600;
    line-height:20px;
    color:#e6b767;
    text-align:center;
    margin:0 0 16px 0;
    padding:0;
}
.mobile #footer .footer-parent-container .details-parent .footer-border-image{
    text-align:center;
    margin: 0 0 20px 0;
}
.mobile #footer .footer-parent-container .details-parent .footer-border-image img{
    width:80px !important;
}
.mobile #footer .footer-parent-container .details-parent p{
    font-size:14px;
    font-weight:400;
    line-height:21px;
    text-align:center;
    margin:0;
    padding:0;
    color:#d2d2d2;
}
.mobile #footer .footer-parent-container .details-parent p a{
    color:#cc3366;
}
.mobile #footer .footer-parent-container .details-parent ul{
    padding:0;
    text-align:center;
}
.mobile #footer .footer-parent-container .details-parent ul li{
    list-style:none;
    font-size:14px;
    font-weight:400;
    line-height:21px;
    padding: 0 0 4px 0;
    color:#d2d2d2;
}
.mobile #footer .footer-parent-container .details-parent ul li a{
    color:#d2d2d2;
}
.mobile #footer .footer-parent-container .details-parent ul li:last-of-type{
    padding:0;
}
.mobile #footer .footer-parent-container .details-parent .quick-links{
    padding: 20px;
}
.mobile #footer .footer-parent-container .details-parent .contact-us{
    padding:0 20px 20px;
}
.mobile #footer .footer-parent-container .details-parent .contact-us p{
    margin:0 0 10px 0;
}
.mobile #footer .footer-parent-container .details-parent .contact-us ul{
    margin: 0 0 20px 0;
}
.mobile #footer .footer-parent-container .details-parent .contact-us ul li a span:first-of-type{
    color:#e6b767;
    padding-right:5px;
}
.mobile #footer .footer-parent-container .details-parent .contact-us .social-icons-wrapper{
    display:flex;
    justify-content:center;
}
.mobile #footer .footer-parent-container .details-parent .contact-us .social-icons-wrapper a i:before{
    font-size:25px;
    color:#e6b767;
    font-weight:400;
}
.mobile #footer .footer-parent-container .details-parent .contact-us .social-icons-wrapper span:first-of-type{
    margin-right:40px;
}
.mobile #footer .footer-parent-container .sitemap .sitemap-details{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:400;
    line-height:19px;
}
.mobile #footer .footer-parent-container .sitemap .sitemap-details a{
    margin-right:10px;
    color:#d2d2d2;
}
.mobile #footer .footer-parent-container .sitemap .sitemap-details p{
    color:#d2d2d2;
    margin:0;
}



.content_wrapper .widget-wrapper p:empty {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.outer-page .content_wrapper .no-gutter .simp-custom-sonaar-book-now-text-wt {
    margin:0 var(--desktop-left-right-widget-space) ;
    padding: var(--desktop-widget-to-widget-space) 0;
}
.outer-page .simp-custom-sonaar-book-now-text-wt .fullWidthWidgetWrapper{
    max-width:1000px;
    display: flex;
    align-items: center;
}
.outer-page .simp-custom-sonaar-book-now-text-wt .fullWidthWidgetWrapper .text-content p:empty{
    display:none !important;
}
.outer-page .simp-custom-sonaar-book-now-text-wt .text-content{
    padding:10px !important;
}
.outer-page .simp-custom-sonaar-book-now-text-wt .left-box .text-content-wrapper h3{
    font-weight:400;
    color:#222631;
    text-align:left;
    margin-bottom:var(--desktop-text-to-button-spacing);
}
.outer-page .simp-custom-sonaar-book-now-text-wt .left-box .text-content-wrapper p{
    margin:0;
    padding:0 !important;
    color:#222631;
    font-size:16px;
    font-weight:400;
    line-height:24px;
}
.outer-page .simp-custom-sonaar-book-now-text-wt .right-box .text-content-wrapper .txt-wdgt-btn-wrapper{
    width:100%;
    display: flex;
    justify-content: flex-end;
}
.outer-page .simp-custom-sonaar-book-now-text-wt .right-box .text-content-wrapper a.btn{
    padding:20px 30px;
    line-height:15px;
    color:#222631;
}
.outer-page .simp-custom-sonaar-book-now-text-wt .right-box .text-content-wrapper a.btn:hover{
    background-color:#222631;
    color:#fff;
}
.outer-page .simp-custom-sonaar-book-now-text-wt .right-box .text-content-wrapper a.btn span{
    line-height:1;
    font-size:15px;
}
.outer-page .simp-custom-sonaar-book-now-text-wt .right-box{
    width:30%;
}
.outer-page .simp-custom-sonaar-book-now-text-wt .left-box{
    width:70%;
}

/* Mobile CSS */

.mobile .row.clearfix.widget-wrapper.wt2tb.simp-custom-sonaar-book-now-text-wt{
  padding:var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space);
}
.mobile .simp-custom-sonaar-book-now-text-wt .col-xs-12{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.mobile .simp-custom-sonaar-book-now-text-wt .col-xs-12 h3{
  font-size:24px;
  font-weight:400;
  line-height:24px;
  color:#222631;
  padding:0;
  margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
}
.mobile .simp-custom-sonaar-book-now-text-wt .col-xs-12 p{
  font-size:14px;
  font-weight:400;
  line-height:21px;
  color:#222631;
  text-align:center;
  padding: 0 10px;
}
.mobile .simp-custom-sonaar-book-now-text-wt .col-xs-12:last-child{
  margin:0 !important;
  padding-top:var(--mobile-text-to-button-spacing);
}
.mobile .simp-custom-sonaar-book-now-text-wt .col-xs-12 .txt-wdgt-btn-wrapper a.btn{
    padding:20px 30px;
    font-size:15px;
    font-weight:500;
    line-height:15px;
    color:#222631;
}
.mobile .simp-custom-sonaar-book-now-text-wt .col-xs-12 .txt-wdgt-btn-wrapper a.btn:hover{
    background-color:#222631;
    color:#ffffff;
}

.for-homepage .jssor-home-wrapper #homeCarousel .jssora051 {
    display: block;
    background:#ffffff6e;
    border-radius:50%;
    width:60px;
    height:60px;
    padding:23px;
}
.for-homepage .jssor-home-wrapper #homeCarousel .jssora051:hover{
    background:#fff
}
.jssor-home-wrapper #homeCarousel .jssora051 .jssor-arrows{
    stroke:#222631;
}
.jssor-home-wrapper #homeCarousel .jssora051 svg{
    width:15px;
    height:15px;
    top: 22px;
    left: 22px;
}
.jssor-carousel-wrapper .jssor-carousel .jssora051.arrowleft-jssor{
    left:10px !important;
}
.jssor-carousel-wrapper .jssor-carousel .jssora051.arrowright-jssor{
    right: 10px !important;
    left:unset !important;
}
.for-homepage .jssor-home-wrapper #homeCarousel > div:nth-child(3){
    bottom:30px !important;
}

.for-innerpage .jssor-carousel-wrapper .jssor-carousel .jssora051 svg{
    display:none;
}

/*OPS 16033*/
.outer-page .content_wrapper .no-gutter.clearfix .widget-wrapper .slick-prev,
.outer-page .content_wrapper .no-gutter.clearfix .widget-wrapper .arrowleft-jssor {
    display: block;
    background: var(--slick-arrow-background);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 23px;
    position: absolute;
    left: 0;
}

.outer-page .content_wrapper .no-gutter.clearfix .widget-wrapper .slick-prev:hover,
.outer-page .content_wrapper .no-gutter.clearfix .widget-wrapper .arrowleft-jssor:hover {
    background: var(--slick-arrow-background-on-hover);
}

.outer-page .content_wrapper .no-gutter.clearfix .widget-wrapper .slick-prev::before,
.outer-page .content_wrapper .no-gutter.clearfix .widget-wrapper .arrowleft-jssor::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16000 16000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='11040,1920 4960,8000 11040,14080' stroke='black' fill='none' stroke-width='800'/%3E%3C/svg%3E");
}

.outer-page .content_wrapper .no-gutter.clearfix .widget-wrapper .slick-next,
.outer-page .content_wrapper .no-gutter.clearfix .widget-wrapper .arrowright-jssor {
    display: block;
    background: var(--slick-arrow-background);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 23px;
    position: absolute;
    right: 0;
}

.outer-page .content_wrapper .no-gutter.clearfix .widget-wrapper .slick-next:hover,
.outer-page .content_wrapper .no-gutter.clearfix .widget-wrapper .arrowright-jssor:hover {
    background: var(--slick-arrow-background-on-hover);
}

.outer-page .content_wrapper .no-gutter.clearfix .widget-wrapper .slick-next::before,
.outer-page .content_wrapper .no-gutter.clearfix .widget-wrapper .arrowright-jssor::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16000 16000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='4960,1920 11040,8000 4960,14080' stroke='black' fill='none' stroke-width='800'/%3E%3C/svg%3E");
}
.mobile .content_wrapper .no-gutter.clearfix .widget-wrapper .slick-fa-prev,
.mobile .content_wrapper .no-gutter.clearfix .widget-wrapper .slick-prev {
    display: block;
    background: var(--mobile-slick-arrow-background);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 23px;
    position: absolute;
    left: 10px;
}
.mobile .content_wrapper .no-gutter.clearfix .widget-wrapper .slick-fa-prev::before,
.mobile .content_wrapper .no-gutter.clearfix .widget-wrapper .slick-prev::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16000 16000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='11040,1920 4960,8000 11040,14080' stroke='black' fill='none' stroke-width='800'/%3E%3C/svg%3E");
}
.mobile .content_wrapper .no-gutter.clearfix .widget-wrapper .slick-fa-next,
.mobile .content_wrapper .no-gutter.clearfix .widget-wrapper .slick-next {
    display: block;
    background: var(--mobile-slick-arrow-background);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 23px;
    position: absolute;
    right: 10px;
}
.mobile .content_wrapper .no-gutter.clearfix .widget-wrapper .slick-fa-next::before,
.mobile .content_wrapper .no-gutter.clearfix .widget-wrapper .slick-next::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16000 16000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='4960,1920 11040,8000 4960,14080' stroke='black' fill='none' stroke-width='800'/%3E%3C/svg%3E");
}
/*OPS 16033*/


.outer-page .clearfix.widget-wrapper.wt1imgtop-1tbbot.imageDescriptionbottom1.wt-image-text-slider.fullWidthWidget.simp-custom-sonaar-elegant-hotel-slider{
    padding:0;
}
.outer-page .simp-custom-sonaar-elegant-hotel-slider .slick-list{
    line-height:0;
}
.outer-page .simp-custom-sonaar-elegant-hotel-slider .slick-slide{
    display:flex;
    flex-direction:row-reverse;
}
.outer-page .simp-custom-sonaar-elegant-hotel-slider .slick-slide img{
    width:50%;
    object-fit:cover;
    height:580px;
}
.outer-page .simp-custom-sonaar-elegant-hotel-slider .slick-slide .text-content-wrapper{
    width:50%;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    align-content:center;
    padding: var(--desktop-widget-to-widget-space) calc(var(--desktop-widget-to-widget-space) * 3);
}
.outer-page .simp-custom-sonaar-elegant-hotel-slider .slick-slide .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-sonaar-elegant-hotel-slider .slick-slide .text-content-wrapper h2{
    margin-bottom:var(--desktop-heading-to-text-spacing);;
    text-align:left;
    color:#e6b767;
}
.outer-page .simp-custom-sonaar-elegant-hotel-slider .slick-slide .text-content-wrapper p:last-of-type{
    margin-bottom:var(--desktop-text-to-button-spacing);
}
.outer-page .simp-custom-sonaar-elegant-hotel-slider .slick-slide .text-content-wrapper p{
    padding:0 !important;
    margin:0 0 var(--desktop-text-to-text-spacing) 0 !important;
    font-size:14px;
    line-height:21px;
    text-align:left;
}
.outer-page .simp-custom-sonaar-elegant-hotel-slider .slick-slide .text-content-wrapper p:last-of-type{
    margin-bottom:var(--desktop-text-to-button-spacing);
}
.outer-page .simp-custom-sonaar-elegant-hotel-slider .slick-slide .text-content-wrapper p a{
    color:#c36;
}
.outer-page .simp-custom-sonaar-elegant-hotel-slider .slick-slide .text-content-wrapper p a:hover{
    text-decoration:none;
    color:#336;
}
.outer-page .simp-custom-sonaar-elegant-hotel-slider .slick-slide .text-content-wrapper .txt-wdgt-btn-wrapper{
    width:100%;
}
.outer-page .simp-custom-sonaar-elegant-hotel-slider .slick-slide .text-content-wrapper a.btn span{
    line-height:1;
    font-size:15px;
}
@media screen and (max-width:1024px){
    .outer-page .simp-custom-sonaar-elegant-hotel-slider .slick-slide .text-content-wrapper{
        padding:30px;
    }
}


/* Mobile CSS*/

.mobile .row.clearfix.widget-wrapper.wt1imgtop-1tbbot.imageDescriptionbottom1.wt-image-text-slider.simp-custom-sonaar-elegant-hotel-slider.slick-initialized.slick-slider{
    margin:0 !important;
    padding: 0 0 var(--mobile-widget-to-widget-space) 0;
}
.mobile .simp-custom-sonaar-elegant-hotel-slider .slick-list{
    line-height:0;
}
.mobile .simp-custom-sonaar-elegant-hotel-slider .slick-list .slick-track .slick-slide img{
    margin:0;
}
.mobile .simp-custom-sonaar-elegant-hotel-slider .slick-list .slick-track .slick-slide h2{
    font-size:24px;
    font-weight:400;
    line-height:24px;
    color:#e6b767;
    text-align:left;
    padding: var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space) 0 var(--mobile-left-right-widget-space);
    margin:0 0 var(--mobile-heading-to-text-spacing) 0;
}
.mobile .simp-custom-sonaar-elegant-hotel-slider .slick-slide p{
    font-weight:400;
    font-size:14px;
    line-height:21px;
    margin: 0 0 var(--mobile-text-to-text-spacing) 0 !important;
    padding:0 var(--mobile-left-right-widget-space);
}
.mobile .simp-custom-sonaar-elegant-hotel-slider .slick-slide p:last-of-type{
    margin-bottom:var(--mobile-text-to-button-spacing) !important;
}
.mobile .simp-custom-sonaar-elegant-hotel-slider .slick-slide p a{
    color:#cc3366;
}
.mobile .simp-custom-sonaar-elegant-hotel-slider .slick-slide p a:hover{
    color:#222631;
}
.mobile .simp-custom-sonaar-elegant-hotel-slider .slick-list .slick-track .slick-slide .txt-wdgt-btn-wrapper{
    margin-left:20px;
}
.mobile .simp-custom-sonaar-elegant-hotel-slider .slick-list .slick-track .slick-slide .txt-wdgt-btn-wrapper a.btn{
    padding:20px 30px;
    font-size:15px;
    font-weight:500;
    line-height:15px;
    color:#222631;
}
.mobile .simp-custom-sonaar-elegant-hotel-slider .slick-list .slick-track .slick-slide .txt-wdgt-btn-wrapper a.btn:hover{
    background-color:#222631;
    color:#ffffff;
}

.outer-page .wt-masonry-gallery.simp-custom-sonaar-collage .mg-wrapper.mg-col-4{
    grid-template-columns: repeat(3,calc((100% / 3) - 15px));
}
.outer-page .content_wrapper .no-gutter .simp-custom-sonaar-collage {
    margin: 0 var(--desktop-left-right-widget-space);
    padding: var(--desktop-widget-to-widget-space) 0 !important;
    width: 100%;
    max-width: 100%;
}

.outer-page .clearfix.widget-wrapper.wt1imgtop-1tbbot.imageDescriptionbottom1.wt-image-text-slider.fullWidthWidget.simp-custom-sonaar-glimpse-slider{
    padding:0;
    background-image: url(https://assets.simplotel.com/simplotel/image/upload/q_90,fl_progressive,w_150,f_auto,c_limit/sonaar-haveli/simple-repeating-geometrical-logo-2_yiy6i5);
    background-size:700px auto;
}
.outer-page .simp-custom-sonaar-glimpse-slider .fullWidthWidgetWrapper{
    background-color:#e6b767;
}
.outer-page .simp-custom-sonaar-glimpse-slider .fullWidthWidgetWrapper .slick-slide{
    padding-right: 5px !important;
}
.outer-page .simp-custom-sonaar-glimpse-slider .fullWidthWidgetWrapper .slick-slide:after{
    content:"";
    display:block;
    background-color:#00000070;
    position:absolute;
    width:calc(100% - 5px);
    height:100%;
    top:0;
}
.outer-page .simp-custom-sonaar-glimpse-slider .fullWidthWidgetWrapper .slick-slide.slick-current:after{
    background-color:unset;;
}
.outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
    padding-left: 23.7% !important;
    padding-right: 23.7% !important;
    line-height:0;
}
.outer-page .simp-custom-sonaar-glimpse-slider .fullWidthWidgetWrapper .slick-slide .text-content-wrapper{
    display:none;
}
.outer-page .simp-custom-sonaar-glimpse-slider .fullWidthWidgetWrapper .slick-prev{
    left:0;
}
.outer-page .simp-custom-sonaar-glimpse-slider .fullWidthWidgetWrapper .slick-next{
    right:0;
}
.outer-page .simp-custom-sonaar-glimpse-slider .fullWidthWidgetWrapper .slick-arrow{
    background-color:rgba(0,0,0,0.7);
    width:30px;
    height:50px;
    text-align:center;
}
.outer-page .simp-custom-sonaar-glimpse-slider .fullWidthWidgetWrapper .slick-arrow:before{
    color:#fff;
    font-size:40px;
    opacity:1;
}
.outer-page .simp-custom-sonaar-glimpse-slider .fullWidthWidgetWrapper .slick-dots{
    z-index:99;
    bottom:-40px;
}
.outer-page .simp-custom-sonaar-glimpse-slider .fullWidthWidgetWrapper .slick-dots li{
    border:1px solid #fff;
    border-radius:50%;
    background-color:#fff;
    width: 13px;
    height: 13px;
}
.outer-page .simp-custom-sonaar-glimpse-slider .fullWidthWidgetWrapper .slick-dots li.slick-active{
    background-color:#444;
}
.outer-page .simp-custom-sonaar-glimpse-slider .fullWidthWidgetWrapper .slick-dots li button:before{
    font-size:1px;
}
@media screen and (max-width:1600px){
    .outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
        padding-left: 294px !important;
        padding-right: 285px !important;
    }
}
@media screen and (max-width:1550px){
    .outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
        padding-left: 272px !important;
        padding-right: 260px !important;
    }
}
@media screen and (max-width:1500px){
    .outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
        padding-left: 246px !important;
        padding-right: 235px !important;
    }
}
@media screen and (max-width:1450px){
    .outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
        padding-left: 222px !important;
        padding-right: 210px !important;
    }
}
@media screen and (max-width:1400px){
    .outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
        padding-left: 197px !important;
        padding-right: 185px !important;
    }
}
@media screen and (max-width:1366px){
    .outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
        padding-left: 177px !important;
        padding-right: 168px !important;
    }
}
@media screen and (max-width:1330px){
    .outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
        padding-left: 162px !important;
        padding-right: 150px !important;
    }
}
@media screen and (max-width:1300px){
    .outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
        padding-left: 147px !important;
        padding-right: 135px !important;
    }
}
@media screen and (max-width:1280px){
    .outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
        padding-left: 137px !important;
        padding-right: 125px !important;
    }
}
@media screen and (max-width:1250px){
    .outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
        padding-left: 122px !important;
        padding-right: 109px !important;
    }
}
@media screen and (max-width:1200px){
    .outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
        padding-left: 97px !important;
        padding-right: 85px !important;
    }
}
@media screen and (max-width:1150px){
    .outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
        padding-left: 72px !important;
        padding-right: 60px !important;
    }
}
@media screen and (max-width:1100px){
    .outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
        padding-left: 47px !important;
        padding-right: 34px !important;
    }
}
@media screen and (max-width:1050px){
    .outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
        padding-left: 22px !important;
        padding-right: 10px !important;
    }
}
@media screen and (max-width:1024px){
    .outer-page .simp-custom-sonaar-glimpse-slider .slick-list{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .outer-page .simp-custom-sonaar-glimpse-slider .fullWidthWidgetWrapper .slick-slide:after{
        display:none;
    }
    .outer-page .simp-custom-sonaar-glimpse-slider .fullWidthWidgetWrapper .slick-slide{
        padding-right:0 !important;
    }
}

/*Mobile CSS*/
.mobile .simp-custom-sonaar-glimpse-slider{
    background-image:url(https://assets.simplotel.com/simplotel/image/upload/q_90,fl_progressive,w_150,f_auto,c_limit/sonaar-haveli/simple-repeating-geometrical-logo-2_yiy6i5);
    background-size:700px auto;
    line-height:0;
    margin:0 !important;
}
.mobile .simp-custom-sonaar-glimpse-slider .slick-list{
    background-color:#e6b767;
}
.mobile .simp-custom-sonaar-glimpse-slider .slick-slide img{
    margin:0 !important;
}
.mobile .simp-custom-sonaar-glimpse-slider .slick-slide p{
    display:none;
}
.mobile .simp-custom-sonaar-glimpse-slider .slick-prev{
  left:0;
}
.mobile .simp-custom-sonaar-glimpse-slider .slick-next{
  right:0;
}
.mobile .simp-custom-sonaar-glimpse-slider .slick-arrow{
  background-color:rgba(0,0,0,.7);
  opacity:0.5;
  color:#ffffff;
  z-index:1;
  width:30px;
  height:50px;
}
.mobile .simp-custom-sonaar-glimpse-slider .slick-arrow:before{
  font-size:40px;
  font-weight:400;
  color:#ffffff;
}

.outer-page .clearfix.widget-wrapper.wt1tb.fullWidthWidget.simp-custom-sonaar-glimpse-text{
    background-image: url(https://assets.simplotel.com/simplotel/image/upload/q_90,fl_progressive,w_150,f_auto,c_limit/sonaar-haveli/simple-repeating-geometrical-logo-2_yiy6i5);
    background-size:700px auto;
    padding:0;
}
.outer-page .simp-custom-sonaar-glimpse-text .fullWidthWidgetWrapper{
    background-color:#e6b767;
    opacity:0.92;
}
.outer-page .simp-custom-sonaar-glimpse-text .text-content-wrapper{
    padding:calc(var(--desktop-widget-to-widget-space) * 2) 0 0 0;
}
.outer-page .simp-custom-sonaar-glimpse-text .text-content-wrapper h2{
    margin-bottom:var(--desktop-heading-to-text-spacing);
}
.outer-page .simp-custom-sonaar-glimpse-text .text-content-wrapper .glimpse-image{
    text-align:center;
}

/* Mobile CSS */

.mobile .row.clearfix.widget-wrapper.wt1tb.simp-custom-sonaar-glimpse-text{
    background-image:url(https://assets.simplotel.com/simplotel/image/upload/q_90,fl_progressive,w_150,f_auto,c_limit/sonaar-haveli/simple-repeating-geometrical-logo-2_yiy6i5);
    background-color:#845709;
    background-size:700px auto;
    margin:0;
}
.mobile .simp-custom-sonaar-glimpse-text .text-content{
    background-color:#e6b767;
    opacity:0.92;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:var(--mobile-widget-to-widget-space) 0 0 0;
}
.mobile .simp-custom-sonaar-glimpse-text .text-content h2{
    font-size:24px;
    font-weight:400;
    line-height:24px;
    padding:0;
    margin:0 0 var(--mobile-heading-to-text-spacing) 0;
}
.mobile .simp-custom-sonaar-glimpse-text .text-content img{
    margin: 0 0 20px 0;
}

.outer-page .clearfix.widget-wrapper.wt1imgtop-1tbbot.imageDescriptionbottom1.wt-image-text-slider.fullWidthWidget.simp-custom-sonaar-anar-bagh-restaurant-slider{
    padding:0;
    border-bottom:1px solid #e6b767;
}
.outer-page .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-list{
    line-height:0;
}
.outer-page .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide{
    display:flex;
    flex-direction:row-reverse;
}
.outer-page .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide img{
    width:50%;
    object-fit:cover;
}
.outer-page .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide .text-content-wrapper{
    width:50%;
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
    align-content:center;
    padding:calc(var(--desktop-widget-to-widget-space) * 2);
    flex-direction: column;
    justify-content:center;
}
.outer-page .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide .text-content-wrapper h3{
    margin-bottom:var(--desktop-heading-to-text-spacing);
    text-align:left;
    color:#222631;
    font-size:28px;
    line-height:28px;
    font-weight:400;
    letter-spacing: 1px;
}
.outer-page .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide .text-content-wrapper p{
    padding:0 !important;
    margin:0 0 20px 0 !important;
    font-size:16px;
    font-weight:400;
    line-height:24px;
    text-align:left;
}
.outer-page .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide .text-content-wrapper p:nth-of-type(3){
    margin-bottom: 14px !important;
}
.outer-page .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide .text-content-wrapper p:nth-of-type(4){
    margin-bottom:var(--desktop-text-to-button-spacing) !important;
}
.outer-page .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide .text-content-wrapper p:nth-of-type(5){
    color:#e6b787;
    font-weight:600;
    line-height:20.4px;
    letter-spacing:1px;
    margin: 0 !important;
}
.outer-page .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide .text-content-wrapper p a:hover{
    text-decoration:none;
}

/* Mobile CSS */
.mobile .simp-custom-sonaar-anar-bagh-restaurant-slider{
    margin:0 !important;
    padding: 0 var(--mobile-left-right-widget-space) var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space) !important;
}
.mobile .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-list{
    line-height:0;
}
.mobile .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide img{
    margin:0 !important;
}
.mobile .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide h3{
    padding: var(--mobile-widget-to-widget-space) 0 0 0;
    margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
    font-size:22px;
    font-weight:400;
    letter-spacing:1px;
    line-height:22px;
    color:#222631;
}
.mobile .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide h5{
    padding:0 var(--mobile-left-right-widget-space);
    margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
    font-size:22px;
    font-weight:600;
    letter-spacing:1px;
    line-height:28.6px;
    color:#222631;
}
.mobile .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide p{
    font-size:14px;
    font-weight:400;
    line-height:21px;
    padding: 0 ;
    margin:0 0 var(--mobile-text-to-text-spacing) 0 !important;
}
.mobile .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide p:last-of-type{
    margin:0 !important;
    color:#e6b767;
    font-size:16px;
    font-weight:600;
    line-height:20.8px;
    letter-spacing: 1px;
}
.mobile .simp-custom-sonaar-anar-bagh-restaurant-slider .slick-slide p:last-of-type a{
    font-weight:600;
}

.outer-page .content_wrapper .no-gutter .simp-custom-best-pace-text{
    margin:0 var(--desktop-left-right-widget-space) ;
    padding: var(--desktop-widget-to-widget-space) 0;
    width:100%;
    max-width:100%;
}
.clearfix.widget-wrapper.wt1tb.fullWidthWidget.simp-custom-best-pace-text{
    padding:30px;
    display:flex;
    justify-content:center;
}
.outer-page .simp-custom-best-pace-text .fullWidthWidgetWrapper{
    margin:0 !important;
}

.outer-page .simp-custom-best-pace-text .text-content-wrapper{
    text-align:center;
}
.outer-page .simp-custom-best-pace-text .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-best-pace-text .text-content-wrapper h1{
    font-size:36px;
    letter-spacing:1px;
    line-height:36px;
    margin-bottom:var(--desktop-heading-to-text-spacing);
}
.outer-page .simp-custom-best-pace-text .text-content-wrapper p{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    padding:0 !important;
    margin:0;
}
.outer-page .simp-custom-best-pace-text .text-content-wrapper p:nth-of-type(2){
    margin-bottom:var(--desktop-text-to-text-spacing);
}
.outer-page .simp-custom-best-pace-text .text-content-wrapper p a{
    color:#cc3366;
}
.outer-page .simp-custom-best-pace-text .text-content-wrapper p a:hover{
    text-decoration:none;
    color:#222631;
}

/* Mobile CSS */

.mobile .row.clearfix.widget-wrapper.wt1tb.simp-custom-best-pace-text{
    margin:0;
    padding:var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space);
}
.mobile .simp-custom-best-pace-text .text-content h1{
    font-size:22px;
    line-height:22px;
    font-weight:400;
    text-align:left;
    margin:0 0 var(--mobile-heading-to-text-spacing) 0;
    padding:0;
}

.mobile .simp-custom-best-pace-text .text-content p{
    font-size:14px;
    line-height:21px;
    font-weight:400;
    margin:0 0 var(--mobile-text-to-text-spacing) 0 !important;
}
.mobile .simp-custom-best-pace-text .text-content p:last-of-type{
    margin:0 !important;
}
.mobile .simp-custom-best-pace-text .text-content p a{
    color:#cc3366;
}
.mobile .simp-custom-best-pace-text .text-content p a:hover{
    color:#222631;
}

/*jira-13246*/

.mobile .simp-custom-terms .text-content h2 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    margin: var(--mobile-heading-to-text-spacing) 0;
    padding:0;
}

.outer-page .simp-custom-terms .text-content ul {
    margin-bottom:20px;
    padding: 0 0 0 30px !important;
}
.outer-page .simp-custom-terms .text-content-wrapper :is(h1,.header-one,h2,.header-two,h3,.header-three){
    text-align:left;
}

/* end */

.outer-page .clearfix.widget-wrapper.wt1imgtop-1tbbot.imageDescriptionbottom1.wt-image-text-slider.fullWidthWidget.simp-custom-sonaar-char-bagh-restaurant-slider{
    padding:0;
    border-top:1px solid #e6b767;
}
.outer-page .simp-custom-sonaar-char-bagh-restaurant-slider .slick-list{
    line-height:0;
}
.outer-page .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide{
    display:flex;
}
.outer-page .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide img{
    width:50%;
    object-fit:cover;
}
.outer-page .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide .text-content-wrapper{
    width:50%;
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
    align-content:center;
    padding:calc(var(--desktop-widget-to-widget-space) * 2);
    flex-direction: column;
    justify-content:center;
}
.outer-page .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide .text-content-wrapper h3{
    margin-bottom:20px;
    text-align:left;
    color:#222631;
    font-size:28px;
    line-height:28px;
    font-weight:400;
    letter-spacing: 1px;
}
.outer-page .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide .text-content-wrapper h5{
    color:#222631;
    margin-bottom:var(--desktop-heading-to-text-spacing);
    line-height:23.4px;
    font-weight:600;
    letter-spacing:1px;
}
.outer-page .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide .text-content-wrapper p{
    padding:0 !important;
    margin:0 0 var(--desktop-text-to-button-spacing) 0 !important;
    font-size:16px;
    font-weight:400;
    line-height:24px;
    text-align:left;
}
.outer-page .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide .text-content-wrapper p:nth-of-type(3){
    color:#e6b787;
    font-weight:600;
    line-height:20.4px;
    letter-spacing:1px;
    margin: 0 !important;
}
.outer-page .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide .text-content-wrapper p a:hover{
    text-decoration:none;
}

/* Mobile CSS */
.mobile .simp-custom-sonaar-char-bagh-restaurant-slider{
    margin:0 !important;
    padding: 0 var(--mobile-left-right-widget-space) var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space) !important;
}

.mobile .simp-custom-sonaar-char-bagh-restaurant-slider .slick-list{
    line-height:0;
}

.mobile .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide img{
    margin:0 !important;
}

.mobile .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide img+h3{
    padding:var(--mobile-left-right-widget-space) 0 0;
}
.mobile .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide h3{
    padding: 0;
    margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
    font-size:22px;
    font-weight:400;
    letter-spacing:1px;
    line-height:22px;
    color:#222631;
}

.mobile .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide h5{
    padding:0 var(--mobile-left-right-widget-space);
    margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
    font-size:22px;
    font-weight:600;
    letter-spacing:1px;
    line-height:28.6px;
    color:#222631;
}
.mobile .content_wrapper .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide h3+h5{
    padding:0;
}

.mobile .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide p{
    font-size:14px;
    font-weight:400;
    line-height:21px;
    padding: 0 ;
    margin:0 0 var(--mobile-text-to-text-spacing) 0 !important;
}

.mobile .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide p:last-of-type{
    margin:0 !important;
    color:#e6b767;
    font-size:16px;
    font-weight:600;
    line-height:20.8px;
    letter-spacing: 1px;
}

.mobile .simp-custom-sonaar-char-bagh-restaurant-slider .slick-slide p:last-of-type a{
    font-weight:600;
}

.outer-page .clearfix.widget-wrapper.wt1imgtop-1tbbot.imageDescriptionbottom1.wt-image-text-slider.fullWidthWidget.simp-custom-inner-page-deluxe-double-room-slider {
    padding:0;
    border-top:1px solid #e6b767;
}
.outer-page .simp-custom-inner-page-deluxe-double-room-slider .slick-list{
    line-height:0;
}
.outer-page .simp-custom-inner-page-deluxe-double-room-slider .slick-slide{
    display:flex;
}
.outer-page .simp-custom-inner-page-deluxe-double-room-slider .slick-slide img{
    width:50%;
    object-fit:cover;
}
.outer-page .simp-custom-inner-page-deluxe-double-room-slider .slick-slide .text-content-wrapper{
    display:flex;
    align-items: flex-start;
    align-content:center;
    flex-wrap: wrap;
    padding: calc(var(--desktop-widget-to-widget-space) * 2);
    width:50%;
    flex-direction: column;
}
.outer-page .simp-custom-inner-page-deluxe-double-room-slider .slick-slide .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-inner-page-deluxe-double-room-slider .slick-slide .text-content-wrapper h2{
    color:#222631;
    margin-bottom:var(--desktop-heading-to-text-spacing);
    text-align:left;
}
.outer-page .simp-custom-inner-page-deluxe-double-room-slider .slick-slide .text-content-wrapper p{
    margin:0 0 var(--desktop-heading-to-text-spacing) 0 !important;
    padding:0 !important;
    font-size:16px;
    font-weight:400;
    line-height:24px;
}
.outer-page .simp-custom-inner-page-deluxe-double-room-slider .slick-slide .text-content-wrapper h5{
    color:#222631;
    font-weight:600;
    line-height:1.3em;
    letter-spacing:1px;
    margin-bottom:var(--desktop-heading-to-text-spacing);
}
.outer-page .simp-custom-inner-page-deluxe-double-room-slider .slick-slide .text-content-wrapper ul{
    padding:0 0 0 0 !important;
    margin-bottom:var(--desktop-text-to-button-spacing);
    line-height:21px;
    font-weight:400;
    font-size:14px;
}
.outer-page .simp-custom-inner-page-deluxe-double-room-slider .slick-slide .text-content-wrapper ul li{
    list-style:none;
    display:flex;
    align-items:center;
    padding-bottom:calc(1px/2);
}
.outer-page .simp-custom-inner-page-deluxe-double-room-slider .slick-slide .text-content-wrapper ul li span{
    font-size:16px;
    font-weight:400;
    line-height:24px;
}
.outer-page .simp-custom-inner-page-deluxe-double-room-slider .slick-slide .text-content-wrapper ul li span:first-of-type{
    color:#e6b767;
    font-weight:900;
}
.outer-page .simp-custom-inner-page-deluxe-double-room-slider .slick-slide .text-content-wrapper ul li span:last-of-type{
    padding-left:5px;
}
.outer-page .simp-custom-inner-page-deluxe-double-room-slider .slick-slide .text-content-wrapper .txt-wdgt-btn-wrapper{
    width:100%;
}

.outer-page .simp-custom-inner-page-deluxe-double-room-slider .slick-slide .text-content-wrapper a.btn span{
    line-height:1;
    font-size:15px;
}

/*Mobile CSS*/
.mobile .simp-custom-inner-page-deluxe-double-room-slider{
    margin:0 !important;
    padding: 0 0 var(--mobile-widget-to-widget-space) 0!important;
}
.mobile .simp-custom-inner-page-deluxe-double-room-slider .slick-list{
    line-height:0;
}
.mobile .simp-custom-inner-page-deluxe-double-room-slider .slick-slide img{
    margin:0 !important;
}
.mobile .simp-custom-inner-page-deluxe-double-room-slider .slick-slide h2{
    padding: var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space) 0 var(--mobile-left-right-widget-space);
    margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
    font-size:22px;
    font-weight:400;
    letter-spacing:1px;
    line-height:22px;
    color:#222631;
}
.mobile .simp-custom-inner-page-deluxe-double-room-slider .slick-slide p{
    font-size:14px;
    font-weight:400;
    line-height:21px;
    padding: 0 var(--mobile-left-right-widget-space);
    margin:0 0 var(--mobile-text-to-text-spacing) 0 !important;
}
.mobile .simp-custom-inner-page-deluxe-double-room-slider .slick-slide h5{
    padding:0 var(--mobile-left-right-widget-space);
    margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
    font-size:22px;
    font-weight:600;
    letter-spacing:1px;
    line-height:28.6px;
    color:#222631;
}
.mobile .simp-custom-inner-page-deluxe-double-room-slider .slick-slide ul{
    padding: 0 var(--mobile-left-right-widget-space) !important;
    margin: 0 0 var(--mobile-text-to-button-spacing) 0;
}
.mobile .simp-custom-inner-page-deluxe-double-room-slider .slick-slide ul li{
    list-style:none;
    display:flex;
    align-items:center;
}
.mobile .simp-custom-inner-page-deluxe-double-room-slider .slick-slide ul li span{
    font-size:16px;
    font-weight:400;
    line-height:24px;
}
.mobile .simp-custom-inner-page-deluxe-double-room-slider .slick-slide ul li span:first-of-type{
    color:#e6b767;
    font-weight:900;
    padding:0 5px 0 0;
}
.mobile .simp-custom-inner-page-deluxe-double-room-slider .slick-list .slick-track .slick-slide .txt-wdgt-btn-wrapper{
    margin-left:var(--mobile-left-right-widget-space);
}
.mobile .simp-custom-inner-page-deluxe-double-room-slider .slick-list .slick-track .slick-slide .txt-wdgt-btn-wrapper a.btn{
    padding:var(--mobile-widget-to-widget-space) var(--mobile-widget-to-widget-space);
    font-size:15px;
    font-weight:500;
    line-height:15px;
    color:#ffffff;
}
.mobile .simp-custom-inner-page-deluxe-double-room-slider .slick-list .slick-track .slick-slide .txt-wdgt-btn-wrapper a.btn:hover{
    background-color:#222631;
    color:#ffffff;
}

.outer-page .clearfix.widget-wrapper.wt1imgtop-1tbbot.imageDescriptionbottom1.wt-image-text-slider.fullWidthWidget.simp-custom-sonaar-our-heritage-father-daughter-slider{
    padding:0;
}
.outer-page .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-list{
    line-height:0;
}
.outer-page .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-slide{
    display:flex;
}
.outer-page .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-slide img{
    width:50%;
    object-fit:cover;
}
.outer-page .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-slide .text-content-wrapper{
    width:50%;
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
    align-content:center;
    padding:calc(var(--desktop-widget-to-widget-space) * 2);
    flex-direction: column;
    justify-content:center;
}
.outer-page .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-slide .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-slide .text-content-wrapper p{
    padding:0 !important;
    margin:0 0 var(--desktop-heading-to-text-spacing) 0 !important;
    font-size:16px;
    font-weight:400;
    line-height:24px;
    text-align:left;
}
.outer-page .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-slide .text-content-wrapper p:nth-of-type(2){
    font-style:italic;
    font-weight: 600;
    line-height:27px;
    font-size: 18px;
}
.outer-page .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-slide .text-content-wrapper p:nth-of-type(3){
    margin:0 0 0 0 !important;
}
.outer-page .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-slide .text-content-wrapper p a{
    color:#cc3366;
    font-weight:400;
}
.outer-page .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-slide .text-content-wrapper p a:hover{
    text-decoration:none;
    color:#222631;
}

/* Mobile CSS */
.mobile .simp-custom-sonaar-our-heritage-father-daughter-slider{
    margin:0 !important;
    padding: 0 var(--mobile-left-right-widget-space) var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space) !important;
}
.mobile .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-list{
    line-height:0;
}
.mobile .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-slide img{
    margin:0 !important;
}
.mobile .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-slide p{
    font-size:14px;
    font-weight:400;
    line-height:21px;
    padding: var(--mobile-widget-to-widget-space) 0 0 0;
    margin:0 0 var(--mobile-text-to-text-spacing) 0 !important;
}
.mobile .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-slide p:first-of-type{
    font-style:italic;
    font-size:18px;
    font-weight:600;
    line-height:27px;
}
.mobile .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-slide p a{
    color:#cc3366;
    font-weight:600;
}
.mobile .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-slide p:nth-of-type(2){
    padding:0 ;
    margin:0 !important;
}
.mobile .simp-custom-sonaar-our-heritage-father-daughter-slider .slick-slide p:last-of-type{
    padding:0 ;
    margin:0 !important;
}

.clearfix.widget-wrapper.wt1tb.fullWidthWidget.simp-custom-sonaar-luxury-hotel-text{
    margin: 0 var(--desktop-left-right-widget-space);
    padding: var(--desktop-widget-to-widget-space) 0 ;
    width: 100%;
    max-width: 100%;
    display:flex;
    justify-content:center;
}
.outer-page .simp-custom-sonaar-luxury-hotel-text .fullWidthWidgetWrapper{
    margin:0 !important;
}
.outer-page .simp-custom-sonaar-luxury-hotel-text .text-content-wrapper{
    padding:0px;
}
.outer-page .simp-custom-sonaar-luxury-hotel-text .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-sonaar-luxury-hotel-text .text-content-wrapper h1{
    font-size:32px;
    letter-spacing:1px;
    line-height:32px;
    margin-bottom:var(--desktop-heading-to-text-spacing);
}
.outer-page .simp-custom-sonaar-luxury-hotel-text .text-content-wrapper p{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    padding: 10px !important;
    margin:0;
    text-align:center;
    max-width: 800px;
}
.outer-page .simp-custom-sonaar-luxury-hotel-text .text-content-wrapper p a{
    color:#222631;
}
.outer-page .simp-custom-sonaar-luxury-hotel-text .text-content-wrapper p a:hover{
    text-decoration:none;
}

/* Mobile CSS */
.mobile .row.clearfix.widget-wrapper.wt1tb.simp-custom-sonaar-luxury-hotel-text{
    padding:0  var(--mobile-left-right-widget-space) var(--mobile-widget-to-widget-space);
    margin:0;
}
.mobile .simp-custom-sonaar-luxury-hotel-text h1{
    font-size:22px;
    font-weight:400;
    line-height:22px;
    letter-spacing:1px;
    margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
    padding:0;
}
.mobile .simp-custom-sonaar-luxury-hotel-text p{
    margin:0 !important;
    font-size:14px;
    font-weight:400;
    line-height:21px;
}
.mobile .simp-custom-sonaar-luxury-hotel-text p a{
    color:#444444;
}

.outer-page .clearfix.widget-wrapper.wt1imgtop-1tbbot.imageDescriptionbottom1.wt-image-text-slider.fullWidthWidget.simp-custom-sonaar-our-heritage-yellow-sandstone-slider{
    padding:0;
}
.outer-page .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-list{
    line-height:0;
}
.outer-page .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-slide{
    display:flex;
    flex-direction:row-reverse;
}
.outer-page .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-slide img{
    width:50%;
    object-fit:cover;
}
.outer-page .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-slide .text-content-wrapper{
    width:50%;
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
    align-content:center;
    padding:calc(var(--desktop-widget-to-widget-space) * 2);
    flex-direction: column;
    justify-content:center;
}
.outer-page .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-slide .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-slide .text-content-wrapper p{
    padding:0 !important;
    margin:0 0 var(--desktop-heading-to-text-spacing) 0 !important;
    font-size:16px;
    font-weight:400;
    line-height:24px;
    text-align:left;
}
.outer-page .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-slide .text-content-wrapper p a{
    color:#cc3366;
}
.outer-page .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-slide .text-content-wrapper p a:hover{
    text-decoration:none;
    color:#222631;
}
.outer-page .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-slide .text-content-wrapper p:nth-of-type(2){
    font-style:italic;
    font-size:18px;
    font-weight:600;
    line-height:27px;
}

/* Mobile CSS */

.mobile .simp-custom-sonaar-our-heritage-yellow-sandstone-slider{
    margin:0 !important;
    padding: var(--mobile-widget-to-widget-space) 0 0 0!important;
}
.mobile .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-list{
    line-height:0;
}
.mobile .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-list .slick-slide{
    display: flex;
    flex-direction: column-reverse;
}
.mobile .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-slide img{
    margin:0 !important;
}
.mobile .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-slide p{
    font-size:14px;
    font-weight:400;
    line-height:21px;
    padding:0 var(--mobile-left-right-widget-space) 0 var(--mobile-left-right-widget-space);
    margin:0 0 var(--mobile-text-to-text-spacing) 0 !important;
}
.mobile .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-slide p:first-of-type{
    font-style:italic;
    font-size:18px;
    font-weight:600;
    line-height:27px;
}
.mobile .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-slide p a{
    color:#cc3366;
}
.mobile .simp-custom-sonaar-our-heritage-yellow-sandstone-slider .slick-slide .extra-content-wrapper p:last-of-type{
    display:none;
}

.outer-page .clearfix.widget-wrapper.wt1tb.fullWidthWidget.simp-custom-restaurant-text{
    padding: 170px 0 var(--desktop-widget-to-widget-space) 0;
}
.outer-page .simp-custom-restaurant-text .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-restaurant-text .text-content-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
}
.outer-page .simp-custom-restaurant-text .text-content-wrapper h2{
    line-height:32px;
}

/* Mobile CSS */

.mobile .row.clearfix.widget-wrapper.wt1tb.simp-custom-restaurant-text{
    padding:var(--mobile-widget-to-widget-space) 0;
    margin:0;
    border-top: 1px solid var(--brand-color);
    border-bottom: 1px solid var(--brand-color);
}
.mobile .simp-custom-restaurant-text h2{
    padding:0px;
    text-align:center;
    font-size:22px;
    font-weight:400;
    line-height:22px;
    letter-spacing:1px;
    color:#222631;
}

.outer-page .clearfix.widget-wrapper.wt1imgtop-1tbbot.imageDescriptionbottom1.wt-image-text-slider.fullWidthWidget.simp-custom-inner-page-spa-slider {
    padding:0;
    border-top:1px solid #e6b767;
}
.outer-page .simp-custom-inner-page-spa-slider .slick-list{
    line-height:0;
}
.outer-page .simp-custom-inner-page-spa-slider .slick-slide{
    display:flex;
}
.outer-page .simp-custom-inner-page-spa-slider .slick-slide img{
    width:50%;
    height: 580px;
    object-fit:cover;
}
.outer-page .simp-custom-inner-page-spa-slider .slick-slide .text-content-wrapper{
    display:flex;
    align-items: flex-start;
    align-content:center;
    flex-wrap: wrap;
    padding: calc(var(--desktop-widget-to-widget-space) * 2);
    width:50%;
    flex-direction: column;
    justify-content: center;
}
.outer-page .simp-custom-inner-page-spa-slider .slick-slide .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-inner-page-spa-slider .slick-slide .text-content-wrapper h2{
    color:#222631;
    margin-bottom:var(--desktop-heading-to-text-spacing);
    text-align:left;
}
.outer-page .simp-custom-inner-page-spa-slider .slick-slide .text-content-wrapper p{
    margin:0 0 var(--desktop-text-to-text-spacing) 0 !important;
    padding:0 !important;
    font-size:16px;
    font-weight:400;
    line-height:24px;
}
.outer-page .simp-custom-inner-page-spa-slider .slick-slide .text-content-wrapper h5{
    color:#222631;
    font-weight:600;
    line-height:1.3em;
    letter-spacing:1px;
    margin-bottom:var(--desktop-heading-to-text-spacing);
}
.outer-page .simp-custom-inner-page-spa-slider .slick-slide .text-content-wrapper ul{
    padding: 0 0 0 40px !important;
    margin-bottom: 0px;
    line-height:21px;
    font-weight:400;
    font-size:14px;
}
.outer-page .simp-custom-inner-page-spa-slider .slick-slide .text-content-wrapper ul li a{
    color:#cc3366;
}
.outer-page .simp-custom-inner-page-spa-slider .slick-slide .text-content-wrapper ul li a:hover{
    color:#222631;
    text-decoration:none;
}
.outer-page .simp-custom-inner-page-spa-slider .slick-slide .text-content-wrapper ul li{
    font-size:16px;
    font-weight:400;
    line-height:24px;
}

/*Mobile CSS*/

 .mobile .simp-custom-inner-page-spa-slider{
    margin:0 !important;
    padding: 0 0 var(--mobile-widget-to-widget-space) 0!important;
}
.mobile .simp-custom-inner-page-spa-slider .slick-list{
    line-height:0;
}
.mobile .simp-custom-inner-page-spa-slider .slick-slide img{
    margin:0 !important;
}
.mobile .simp-custom-inner-page-spa-slider .slick-slide h2{
    padding: var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space) 0 var(--mobile-left-right-widget-space);
    margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
    font-size:22px;
    font-weight:400;
    letter-spacing:1px;
    line-height:22px;
    color:#222631;
}
.mobile .simp-custom-inner-page-spa-slider .slick-slide p{
    font-size:14px;
    font-weight:400;
    line-height:21px;
    padding: 0 var(--mobile-left-right-widget-space);
    margin:0 0 var(--mobile-text-to-text-spacing) 0 !important;
}
.mobile .simp-custom-inner-page-spa-slider .slick-slide h5{
    padding:var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space) 0;
    margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
    font-size:22px;
    font-weight:600;
    letter-spacing:1px;
    line-height:28.6px;
    color:#222631;
}
.mobile .simp-custom-inner-page-spa-slider .slick-slide ul{
    padding: 0 var(--mobile-left-right-widget-space) 0 calc(var(--mobile-left-right-widget-space) + 15px) !important;
}
.mobile .simp-custom-inner-page-spa-slider .slick-slide ul li{
    font-size:14px;
    font-weight:400;
    line-height:21px;
}
.mobile .simp-custom-inner-page-spa-slider .slick-slide ul li a{
    color:#cc3366;
}
.mobile .simp-custom-inner-page-spa-slider .slick-list .slick-track .slick-slide .txt-wdgt-btn-wrapper{
    margin-left:var(--mobile-left-right-widget-space);
}
.mobile .simp-custom-inner-page-spa-slider .slick-list .slick-track .slick-slide .txt-wdgt-btn-wrapper a.btn{
    padding:var(--mobile-widget-to-widget-space) var(--mobile-widget-to-widget-space);
    font-size:15px;
    font-weight:500;
    line-height:15px;
    color:#ffffff;
}
.mobile .simp-custom-inner-page-spa-slider .slick-list .slick-track .slick-slide .txt-wdgt-btn-wrapper a.btn:hover{
    background-color:#222631;
    color:#ffffff;
}

.outer-page .clearfix.widget-wrapper.wt1tb.fullWidthWidget.simp-custom-spa-text{
    padding: var(--desktop-widget-to-widget-space) 0;
    margin:0 var(--desktop-left-right-widget-space);
    width:100%;
    max-width:100%;
}
.outer-page .simp-custom-spa-text .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-spa-text .text-content-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
}
.outer-page .simp-custom-spa-text .text-content-wrapper h2{
    line-height:32px;
}

/* Mobile CSS */
.mobile .row.clearfix.widget-wrapper.wt1tb.simp-custom-spa-text{
    padding:20px 0;
    margin:0;
    border-top: 1px solid #e6b767;
    border-bottom: 1px solid #e6b767;
}
.mobile .simp-custom-spa-text h2{
    padding:0px;
    text-align:center;
    font-size:22px;
    font-weight:400;
    line-height:22px;
    letter-spacing:1px;
    color:#222631;
}

.outer-page .clearfix.widget-wrapper.wt1imgtop-1tbbot.imageDescriptionbottom1.wt-image-text-slider.fullWidthWidget.simp-custom-inner-page-deluxe-twin-room-slider{
    padding:0;
    border-bottom:1px solid #e6b767;
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-list{
    line-height:0;
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide{
    display:flex;
    flex-direction:row-reverse;
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide img{
    width:50%;
    object-fit:cover;
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide .text-content-wrapper{
    display:flex;
    align-items: flex-start;
    align-content:center;
    flex-wrap: wrap;
    padding: calc(var(--desktop-widget-to-widget-space) * 2);
    width:50%;
    flex-direction: column;
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide .text-content-wrapper h2{
    color:#222631;
    margin-bottom:var(--desktop-heading-to-text-spacing);
    text-align:left;
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide .text-content-wrapper p{
    margin:0 0 20px 0 !important;
    padding:0 !important;
    font-size:16px;
    font-weight:400;
    line-height:24px;
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide .text-content-wrapper h5{
    color:#222631;
    font-weight:600;
    line-height:1.3em;
    letter-spacing:1px;
    margin-bottom:var(--desktop-heading-to-text-spacing);
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide .text-content-wrapper ul{
    padding:0 0 0 0 !important;
    margin-bottom:var(--desktop-text-to-text-spacing);
    line-height:21px;
    font-weight:400;
    font-size:14px;
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide .text-content-wrapper ul:last-of-type{
    margin-bottom:var(--desktop-text-to-button-spacing);
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide .text-content-wrapper ul li{
    list-style:none;
    padding-bottom: calc(3px/2);
    display:flex;
    align-items:center;
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide .text-content-wrapper ul li span{
    font-size:16px;
    font-weight:400;
    line-height:24px;
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide .text-content-wrapper ul li span:first-of-type{
    color:#e6b767;
    font-weight:900;
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide .text-content-wrapper ul li span:last-of-type{
    padding-left:5px;
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide .text-content-wrapper ul li span a{
    color:#cc3366;
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide .text-content-wrapper ul li span a:hover{
    color:#222361;
    text-decoration:none;
}
.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide .text-content-wrapper .txt-wdgt-btn-wrapper{
    width:100%;
}

.outer-page .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide .text-content-wrapper a.btn span{
    line-height:1;
    font-size:15px;
}

 /* Mobile CSS */
 
 .mobile .simp-custom-inner-page-deluxe-twin-room-slider{
    padding: 0 0 var(--mobile-widget-to-widget-space) 0 !important;
    margin-bottom:0 !important;
}
.mobile .simp-custom-inner-page-deluxe-twin-room-slider .slick-list{
    line-height:0;
}
.mobile .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide img{
    margin:0 !important;
}
.mobile .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide h2{
    padding: var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space) 0 var(--mobile-left-right-widget-space);
    margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
    font-size:22px;
    font-weight:400;
    letter-spacing:1px;
    line-height:22px;
    color:#222631;
}
.mobile .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide p{
    font-size:14px;
    font-weight:400;
    line-height:21px;
    padding: 0 var(--mobile-left-right-widget-space);
    margin:0 0 var(--mobile-text-to-text-spacing) 0 !important;
}
.mobile .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide h5{
    padding:0 var(--mobile-left-right-widget-space);
    margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
    font-size:22px;
    font-weight:600;
    letter-spacing:1px;
    line-height:28.6px;
    color:#222631;
}
.mobile .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide ul{
    padding: 0 var(--mobile-left-right-widget-space) !important;
    margin: 0 0 var(--mobile-text-to-button-spacing) 0;
}
.mobile .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide ul li{
    list-style:none;
    display:flex;
    align-items:center;
    padding: 0 0 1.5px 0;
}
.mobile .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide ul li span{
    font-size:14px;
    font-weight:400;
    line-height:21px;
}
.mobile .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide ul li span a{
    color:#cc3366;
}
.mobile .simp-custom-inner-page-deluxe-twin-room-slider .slick-slide ul li span:first-of-type{
    color:#e6b767;
    font-weight:900;
    padding:0 5px 0 0;
}
.mobile .simp-custom-inner-page-deluxe-twin-room-slider .slick-list .slick-track .slick-slide .txt-wdgt-btn-wrapper{
    margin-left:var(--mobile-left-right-widget-space);
}
.mobile .simp-custom-inner-page-deluxe-twin-room-slider .slick-list .slick-track .slick-slide .txt-wdgt-btn-wrapper a.btn{
    padding:var(--mobile-widget-to-widget-space) calc(var(--mobile-widget-to-widget-space) + 10px);
    font-size:15px;
    font-weight:500;
    line-height:15px;
    color:#ffffff;
}
.mobile .simp-custom-inner-page-deluxe-twin-room-slider .slick-list .slick-track .slick-slide .txt-wdgt-btn-wrapper a.btn:hover{
    background-color:#222631;
    color:#ffffff;
}

.outer-page .clearfix.widget-wrapper.wt1tb.simp-custom-sonaar-intro-text{
    margin:0 var(--desktop-left-right-widget-space);
    padding:var(--desktop-widget-to-widget-space) 0;
}
.outer-page .clearfix.widget-wrapper.wt1tb.simp-custom-sonaar-intro-text .text-content-wrapper{
    text-align:center;
}
.outer-page .simp-custom-sonaar-intro-text .text-content{
    padding:0;
}
.outer-page .simp-custom-sonaar-intro-text .text-content-wrapper h4{
    font-weight:200;
    text-align:center;
    margin-bottom:var(--desktop-heading-to-text-spacing);
    color:#222631;
}
.outer-page .simp-custom-sonaar-intro-text .text-content-wrapper p{
    margin:0 0 var(--desktop-text-to-text-spacing) 0;
}
.outer-page .simp-custom-sonaar-intro-text .text-content-wrapper p a{
    color:#c36;
}
.outer-page .simp-custom-sonaar-intro-text .text-content-wrapper p a:hover{
    text-decoration:none;
    color:#336;
}
.outer-page .simp-custom-sonaar-intro-text .text-content-wrapper p:last-of-type{
    margin-bottom:var(--desktop-text-to-button-spacing);
}
.outer-page .simp-custom-sonaar-intro-text .text-content-wrapper .txt-wdgt-btn-wrapper{
    width:100%;
}
.outer-page .simp-custom-sonaar-intro-text .text-content-wrapper a.btn span{
    line-height:1;
    font-size:15px;
    font-weight:500;
}
@media screen and (max-width:1024px){
   .outer-page .clearfix.widget-wrapper.wt1tb.simp-custom-sonaar-intro-text{
       width:100%;
       max-width:unset;
   }    
}
/* Mobile CSS */
.mobile .simp-custom-sonaar-intro-text{
    padding: var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space);
    margin:0 !important;
}
.mobile .simp-custom-sonaar-intro-text .text-content h4{
    color:#222631;
    margin:0 0 var(--mobile-heading-to-text-spacing) 0;
    padding:0;
    font-weight:200;
    line-height:20px;
}
.mobile .simp-custom-sonaar-intro-text .text-content p{
    font-weight:400;
    margin: 0 0 var(--mobile-text-to-text-spacing) 0 !important;
}
.mobile .simp-custom-sonaar-intro-text .text-content p a{
    color:#cc3366;
}
.mobile .simp-custom-sonaar-intro-text .text-content p a:hover{
    color:#222631;
}
.mobile .simp-custom-sonaar-intro-text .text-content .txt-wdgt-btn-wrapper a.btn{
    color:#222631;
    font-size:15px;
    font-weight:500;
}
.mobile .simp-custom-sonaar-intro-text .text-content p:last-of-type{
    margin-bottom:var(--mobile-text-to-button-spacing) !important;
}
.mobile .simp-custom-sonaar-intro-text .text-content .txt-wdgt-btn-wrapper a.btn:hover{
    color:#ffffff;
    background-color:#222631;
}

/*OPS 16033*/
.mobile .simp-custom-sonaar-intro-text .text-content {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

/*OPS 16033*/

.outer-page .clearfix.widget-wrapper.wt1tb.fullWidthWidget.simp-custom-sonaar-rooms-facilities{
    padding:0;
    background-image: url(https://assets.simplotel.com/simplotel/image/upload/q_90,fl_progressive,w_150,f_auto,c_limit/sonaar-haveli/simple-repeating-geometrical-logo-2_yiy6i5);
    background-size:700px auto;
}
.outer-page .simp-custom-sonaar-rooms-facilities .fullWidthWidgetWrapper{
    background-color:#e6b767;
    opacity:0.92;
}
.outer-page .simp-custom-sonaar-rooms-facilities .fullWidthWidgetWrapper .text-content-wrapper{
    padding-top:calc(var(--desktop-widget-to-widget-space) * 2);
    padding-bottom:calc(var(--desktop-widget-to-widget-space) * 2);
}
.outer-page .simp-custom-sonaar-rooms-facilities .fullWidthWidgetWrapper .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-sonaar-rooms-facilities .text-content-wrapper .txt-wdgt-btn-wrapper{
    width:100%;
}
.outer-page .content_wrapper .clearfix.no-gutter .simp-custom-sonaar-rooms-facilities .text-content-wrapper a.btn{
    color:#fff;
    background-color:#222631;
}
.outer-page .content_wrapper .clearfix.no-gutter .simp-custom-sonaar-rooms-facilities .text-content-wrapper a.btn:hover{
    background-color:#fff;
    color:#222631;
    border-color:#fff;
}
.outer-page .simp-custom-sonaar-rooms-facilities .text-content-wrapper a.btn span{
    line-height:1;
    font-size:15px;
}

/*Mobile CSS*/

.mobile .simp-custom-sonaar-rooms-facilities{
    margin:0 !important;
    background-image:url(https://assets.simplotel.com/simplotel/image/upload/q_90,fl_progressive,w_150,f_auto,c_limit/sonaar-haveli/simple-repeating-geometrical-logo-2_yiy6i5);
    background-size:700px auto;
}
.mobile .simp-custom-sonaar-rooms-facilities .text-content{
    background-color:#e6b767;
    opacity:0.92;
    padding:var(--mobile-widget-to-widget-space) 0 ;
}
.mobile .simp-custom-sonaar-rooms-facilities .text-content .txt-wdgt-btn-wrapper a.btn{
    padding:20px 30px;
    font-size:15px;
    font-weight:500;
    line-height:15px;
    background-color:#222631;
}
.mobile .simp-custom-sonaar-rooms-facilities .text-content .txt-wdgt-btn-wrapper a.btn:hover{
    background-color:#222631;
    color:#ffffff;
}

.outer-page .content_wrapper .no-gutter .simp-custom-tours-book-tour-text{
   margin: 0 var(--desktop-left-right-widget-space);
   padding: var(--desktop-widget-to-widget-space) 0;
   width: 100%;
   max-width: 100%;
}
.outer-page .simp-custom-tours-book-tour-text .text-content-wrapper{
    display:flex;
    flex-direction: column;
    text-align:center;
}
.outer-page .simp-custom-tours-book-tour-text .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-tours-book-tour-text .text-content-wrapper h2{
    line-height:32px;
    letter-spacing:1px;
    margin-bottom:var(--desktop-heading-to-text-spacing);
}
.outer-page .simp-custom-tours-book-tour-text .text-content-wrapper p{
    font-size:14px;
    font-weight:400;
    line-height:21px;
    padding: 0px !important;
    margin:0 0 var(--desktop-text-to-text-spacing)  0!important;
}
.outer-page .simp-custom-tours-book-tour-text .text-content-wrapper p:nth-last-of-type(3), .outer-page .simp-custom-tours-book-tour-text .text-content-wrapper p:nth-of-type(4){
    padding-top:0 !important;
}
.outer-page .simp-custom-tours-book-tour-text .text-content-wrapper p:nth-of-type(4){
    margin:0 !important;
    padding-bottom:10px !important;
}
.outer-page .simp-custom-tours-book-tour-text .text-content-wrapper p a{
    color:#cc3366;
}
.outer-page .simp-custom-tours-book-tour-text .text-content-wrapper p a:hover{
    text-decoration:none;
    color:#222631;
}
.outer-page .simp-custom-tours-book-tour-text .text-content-wrapper p:nth-last-of-type(5){
    margin:0 !important;
}

/* Mobile CSS */
.mobile .simp-custom-tours-book-tour-text .text-content h2{
    font-size:22px;
    line-height:22px;
    font-weight:400;
    letter-spacing:1px;
    color:#222631;
    padding:0;
    margin:0 0 var(--mobile-heading-to-text-spacing) 0 !important;
}
.mobile .simp-custom-tours-book-tour-text .text-content{
    padding:0 var(--mobile-left-right-widget-space) 0;
}
.mobile .simp-custom-tours-book-tour-text .text-content p{
    font-size:14px;
    line-height:21px;
    font-weight:400;
    margin:0 0 var(--mobile-text-to-text-spacing) 0 !important;
}
.mobile .simp-custom-tours-book-tour-text .text-content p:last-of-type{
    margin-bottom:0 !important;
}
.mobile .simp-custom-tours-book-tour-text .text-content p a{
    color:#cc3366;
}



.outer-page .content_wrapper .no-gutter .simp-custom-tours-directions{
    margin: 0 var(--desktop-left-right-widget-space);
    padding: var(--desktop-widget-to-widget-space) 0 ;
    width: 100%;
    max-width: 100%;
}
.outer-page .simp-custom-tours-directions .fullWidthWidgetWrapper{
    max-width:1140px;
    display: flex;
    align-items: center;
}
.outer-page .content_wrapper .no-gutter .simp-custom-tours-directions .text-content-wrapper ul{
    padding: 0 0 0 30px !important;
}
.outer-page .simp-custom-tours-directions .fullWidthWidgetWrapper .left-box p:empty{
    display:none !important;
}
.outer-page .simp-custom-tours-directions .fullWidthWidgetWrapper .left-box .text-content-wrapper{
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
.outer-page .simp-custom-tours-directions .fullWidthWidgetWrapper .left-box p:nth-of-type(2){
    font-size:16px;
    font-weight:400;
    line-height:24px;
    margin:0 0 20px 0;
    padding: 0 !important;
}
.outer-page .simp-custom-tours-directions .fullWidthWidgetWrapper .left-box p:nth-of-type(3){
    font-size:16px;
    font-weight:400;
    line-height:24px;
    color:rgb(34, 38, 49);
    margin:0 0 20px 0;
    padding: 0 !important;
}
.outer-page .simp-custom-tours-directions .fullWidthWidgetWrapper .left-box ul{
    padding: 0 0 0 0 !important;
}
.outer-page .simp-custom-tours-directions .left-box ul li{
    display:flex;
    align-items:center;
    list-style:none;
}
.outer-page .simp-custom-tours-directions .left-box ul li span{
    color:#e6b767;
    font-size: 14px;
}
.outer-page .simp-custom-tours-directions .left-box ul li p{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    padding-left: 9px;
}
.outer-page .simp-custom-tours-directions .right-box{
    line-height:0;
    border: 2px solid #f8f8f8;
    padding: 10px !important;
}
.outer-page .simp-custom-tours-directions .right-box  p{
    display:unset !important;
    padding: 0 !important;
}
.outer-page .simp-custom-tours-directions .right-box  p iframe{
    height:600px !important;
}
@media screen and (max-width:1024px){
    .outer-page .simp-custom-tours-directions .fullWidthWidgetWrapper{
         max-width:1024px;       
    }
}

/* Mobile CSS */
.mobile .row.clearfix.widget-wrapper.wt2tb.simp-custom-tours-directions{
    margin: 0 0 var(--mobile-widget-to-widget-space) 0;
}
.mobile .row.clearfix.widget-wrapper.wt2tb.simp-custom-tours-directions .col-xs-12{
    padding:0 var(--mobile-left-right-widget-space) var(--mobile-widget-to-widget-space) ; 
}
.mobile .row.clearfix.widget-wrapper.wt2tb.simp-custom-tours-directions .col-xs-12 p{
    margin: 0 0 var(--mobile-text-to-text-spacing) 0 !important;
}
.mobile .row.clearfix.widget-wrapper.wt2tb.simp-custom-tours-directions .col-xs-12 p:first-of-type{
    font-size:14px;
    font-weight:400;
    line-height:21px;
}
.mobile .simp-custom-tours-directions p:nth-of-type(2){
    color:#000; 
}
.mobile .simp-custom-tours-directions ul{
    padding:0 !important;
    margin-top:var(--mobile-text-to-text-spacing);
}
.mobile .simp-custom-tours-directions ul li{
    display:flex;
    align-items:center;
    margin-bottom:var(--mobile-text-to-text-spacing);
}
.mobile .simp-custom-tours-directions ul li span{
    color:#e6b767;
    font-weight:900;
    padding-right:5px;
}
.mobile .simp-custom-tours-directions ul li:last-of-type{
    margin:0 !important;
}
.mobile .row.clearfix.widget-wrapper.wt2tb.simp-custom-tours-directions .col-xs-12 p:last-of-type{
    margin:0 !important;
}
.mobile .simp-custom-tours-directions .col-xs-12:last-of-type{
    margin-top:0!important;
    padding: 0 var(--mobile-left-right-widget-space) !important
}

.outer-page .content_wrapper .no-gutter .simp-custom-tours-discover-golden-city{
    padding:0;
}
.outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper{
    display:flex;
}
.outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper .right-box{
    line-height:0px;
    width:50%;
}
.outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper .right-box img{
    line-height:0px;
    object-fit:cover;
    height: 580px;
}
.outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper .left-box{
    width:50%;
    display:flex;
    align-items:center;
}
.outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper .left-box .text-content-wrapper{
    padding:calc(var(--desktop-widget-to-widget-space) * 2);
    line-height: 0px;
}
.outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper .left-box .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper .left-box .text-content-wrapper p:last-of-type{
    margin-bottom:0;
}
.outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper .left-box .text-content-wrapper h3{
    font-size:18px;
    font-weight:600;
    color:#222631;
    letter-spacing:1px;
    line-height:23.4px;
    margin-bottom:20px;
}
.outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper .left-box .text-content-wrapper p{
    padding:0 !important;
    margin: 0 0 var(--desktop-text-to-button-spacing) 0;
    font-size:14px;
    font-weight:400;
    line-height:21px;
}
.outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper .left-box .text-content-wrapper p:nth-of-type(2){
    font-size:18px;
    font-weight:600;
    line-height:23.4px;
    letter-spacing:1px;   
}
.outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper .left-box .text-content-wrapper .txt-wdgt-btn-wrapper{
    width:100%;
}
.outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper .left-box .text-content-wrapper a.btn{
    margin-top:var(--desktop-text-to-button-spacing);
}
.outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper .left-box .text-content-wrapper a.btn:hover{
    background-color:#222631;
    color:#fff;
}
.outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper .left-box .text-content-wrapper a.btn span{
    line-height:1;
    font-size:15px;
}
.outer-page .simp-custom-tours-discover-golden-city .text-content-wrapper ul{
    padding:0 !important;
}
.outer-page .simp-custom-tours-discover-golden-city .text-content-wrapper ul li{
    list-style:none;
    color:#e6b767;
}
.outer-page .simp-custom-tours-discover-golden-city .text-content-wrapper ul li span:last-of-type a{
    padding-left:5px;
    color:#222631;
    align-self:center;
    font-size:16px;
    font-weight:400;
    line-height:24px;
}
.outer-page .simp-custom-tours-discover-golden-city .text-content-wrapper ul li span:last-of-type a{
    text-decoration:none;    
}
.outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper .left-box .text-content{
    display:flex;
    justify-content:center;
    align-items:center;
}
.outer-page .simp-custom-tours-discover-golden-city .text-content-wrapper ul.modal-listt li{
    color:rgb(122, 122, 122) !important;
}
@media screen and (max-width:918px){
    .outer-page .simp-custom-tours-discover-golden-city .fullWidthWidgetWrapper .right-box img{
        height:100%;
    }
}

/* Mobile CSS */
.mobile .simp-custom-tours-discover-golden-city{
    margin:0 !important;
}
.mobile .simp-custom-tours-discover-golden-city .col-xs-12 img{
    margin:0 !important;
}
.mobile .simp-custom-tours-discover-golden-city .text-content{
    padding:var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space);
}
.mobile .simp-custom-tours-discover-golden-city .text-content h3{
    padding:0;
    margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
    font-size:22px;
    line-height:28.6px;
    font-weight:600;
    letter-spacing:1px;
    color:#222631;
}
.mobile .simp-custom-tours-discover-golden-city .text-content p{
    padding:0;
    font-size:14px;
    line-height:21px;
    font-weight:400;
}
.mobile .simp-custom-tours-discover-golden-city .text-content p:first-of-type{
    font-size:22px;
    line-height:28.6px;
    font-weight:600;
    letter-spacing:1px;
    color:#7a7a7a;
    margin: 0 0 var(--mobile-text-to-text-spacing) 0 !important;
}
.mobile .simp-custom-tours-discover-golden-city .text-content p:nth-of-type(3){
    margin: var(--mobile-text-to-text-spacing) 0 0 0 !important;
}
.mobile .simp-custom-tours-discover-golden-city .text-content a{
    padding: var(--mobile-button-padding);
    font-size: var(--mobile-button-font-size);
    text-transform: var(--mobile-button-text-transform);
    line-height: var(--mobile-button-line-height);
    color: var(--mobile-button-text-color);
    margin: var(--mobile-text-to-button-spacing) 0 var(--mobile-text-to-button-spacing) 0 !important;
}
.mobile .content_wrapper .simp-custom-tours-discover-golden-city .text-content span a{
    color:var(--brand-color);
}
.mobile .content_wrapper .simp-custom-our-heritage-hero-image+.simp-custom-tours-discover-golden-city .text-content a{
    color:var(--brand-color);
    padding:0;
}
.mobile .simp-custom-tours-discover-golden-city .text-content ul{
    margin: var(--mobile-text-to-text-spacing) 0 0 0;
    padding:0 !important;
}
.mobile .simp-custom-tours-discover-golden-city .text-content ul li{
    list-style:none;
}
.mobile .simp-custom-tours-discover-golden-city .text-content ul li a{
    font-size:14px;
    line-height:21px;
    font-weight:400;
    padding:0;
}

.mobile .simp-custom-tours-discover-golden-city .text-content ul li span:first-of-type{
    color:#e6b767;
    padding-right:5px;
}

.outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper{
    display:flex;
}
.outer-page .content_wrapper .no-gutter .simp-custom-tours-explore-jaisalmer{
    padding:0;
}
.outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper .left-box{
    line-height:0px;
    width:50%;
}
.outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper .left-box img{
    line-height:0px;
    object-fit:cover;
    height: 580px;
}
.outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper .right-box{
    width:50%;
    display:flex;
    align-items:center;
}
.outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper .right-box .text-content-wrapper{
    padding:calc(var( --desktop-widget-to-widget-space) * 2);
    line-height: 0px;
}
.outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper .right-box .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper .right-box .text-content-wrapper h3{
    font-size:18px;
    font-weight:600;
    color:#222631;
    letter-spacing:1px;
    line-height:23.4px;
    margin-bottom:var(--desktop-heading-to-text-spacing);
}
.outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper .right-box .text-content-wrapper p:last-of-type{
    margin-bottom:0;
}
.outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper .right-box .text-content-wrapper p{
    padding:0 !important;
    margin: 0 0 20px 0;
    font-size:14px;
    font-weight:400;
    line-height:21px;
}
.outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper .right-box .text-content-wrapper p:last-of-type{
    margin-bottom:0;
}
.outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper .right-box .text-content-wrapper p:nth-of-type(2){
    font-size:18px;
    font-weight:600;
    line-height:23.4px;
    letter-spacing:1px;   
}
.outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper .right-box .text-content-wrapper .txt-wdgt-btn-wrapper{
    width:100%;
}
.outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper .right-box .text-content-wrapper a.btn{
    margin-top:var(--desktop-text-to-button-spacing);
}

.outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper .right-box .text-content-wrapper a.btn span{
    line-height:1;
    font-size:15px;
}
.outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper .right-box .text-content{
    display:flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:918px){
    .outer-page .simp-custom-tours-explore-jaisalmer .fullWidthWidgetWrapper .left-box img{
        height:100%;
    }
}

/* Mobile CSS */
.mobile .simp-custom-tours-explore-jaisalmer{
    margin:0 !important;
}
.mobile .simp-custom-tours-explore-jaisalmer .col-xs-12 img{
    margin:0 !important;
}
.mobile .simp-custom-tours-explore-jaisalmer .text-content{
    padding:var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space);
}
.mobile .simp-custom-tours-explore-jaisalmer .text-content h3{
    padding:0;
    margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
    font-size:22px;
    line-height:28.6px;
    font-weight:600;
    letter-spacing:1px;
    color:#222631;
}
.mobile .simp-custom-tours-explore-jaisalmer .text-content p{
    padding:0;
    font-size:14px;
    line-height:21px;
    font-weight:400;
}
.mobile .simp-custom-tours-explore-jaisalmer .text-content p:first-of-type{
    font-size:22px;
    line-height:28.6px;
    font-weight:600;
    letter-spacing:1px;
    color:#7a7a7a;
    margin: 0 0 var(--mobile-text-to-text-spacing) 0 !important;
}
.mobile .simp-custom-tours-explore-jaisalmer .text-content p:nth-of-type(3){
    margin: var(--mobile-text-to-text-spacing) 0 0 0 !important;
}
.mobile .simp-custom-tours-explore-jaisalmer .text-content a{
    padding: var(--mobile-button-padding);
    font-size: var(--mobile-button-font-size);
    text-transform: var(--mobile-button-text-transform);
    line-height: var(--mobile-button-line-height);
    color: var(--mobile-button-text-color);
    margin: var(--mobile-text-to-button-spacing) 0 var(--mobile-text-to-button-spacing) 0 !important;
}

.clearfix.widget-wrapper.wt1tb.fullWidthWidget.simp-custom-tours-festival{
    padding:var(--desktop-widget-to-widget-space)  0;
    margin:0 var(--desktop-left-right-widget-space) ;
}
.outer-page .simp-custom-tours-festival .fullWidthWidgetWrapper{
    max-width:800px;
}
.outer-page .simp-custom-tours-festival .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-tours-festival .text-content-wrapper{
    padding:10px;
}
.outer-page .simp-custom-tours-festival .text-content-wrapper p{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    text-align:left;
    margin:0!important;
    padding:0 !important;
}

/* Mobile CSS*/

.mobile .row.clearfix.widget-wrapper.wt1tb.simp-custom-tours-festival{
    margin:0;
    padding: var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space);
}

.mobile .simp-custom-tours-festival .text-content p{
    font-size:14px;
    line-height:21px;
    font-weight:400;
}

.outer-page .simp-custom-tours-getting-jaisalmer{
    padding: var(--desktop-widget-to-widget-space) 0 !important;
    margin: 0 var(--desktop-left-right-widget-space);

}
.outer-page .simp-custom-tours-getting-jaisalmer .fullWidthWidgetWrapper .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-tours-getting-jaisalmer .fullWidthWidgetWrapper .text-content-wrapper h3{
    text-align:center;
    font-size:28px;
    color:rgb(34, 38, 49);
    font-weight:400;
    line-height:28px;
    letter-spacing:1px;
    
}

/*Mobile CSS*/
.mobile .simp-custom-tours-getting-jaisalmer{
    padding:0 var(--mobile-left-right-widget-space);
}
.mobile .simp-custom-tours-getting-jaisalmer h3{
    padding:0;
    color:#222631;
    font-size:22px;
    font-weight:400;
    letter-spacing:1px;
    line-height:22px;
}


.outer-page .content_wrapper .no-gutter .simp-custom-tours-how-to-reach{
    margin: 0 var(--desktop-left-right-widget-space);
    padding: var(--desktop-widget-to-widget-space) 0 ;
    width: 100%;
    max-width: 100%;
}
.outer-page .simp-custom-tours-how-to-reach .fullWidthWidgetWrapper{
    max-width:1140px;
    display:flex;
}
.outer-page .simp-custom-tours-how-to-reach .left-box .text-content-wrapper{
    padding: 50px;
}
.outer-page .simp-custom-tours-how-to-reach .left-box ul{
    padding:0 !important;
}
.outer-page .simp-custom-tours-how-to-reach .left-box ul:first-of-type{
    margin-bottom: 15px;
}
.outer-page .simp-custom-tours-how-to-reach .left-box ul li{
    display:flex;
    align-items:center;
    list-style:none;
    padding-bottom:5px;
}
.outer-page .simp-custom-tours-how-to-reach .left-box ul li span{
    color:#e6b767!important;
    padding-right: 9px;
}
.outer-page .simp-custom-tours-how-to-reach .left-box ul li p{
    font-size:16px !important;
    font-weight:400!important;
    line-height:24px!important;
    padding-left:5px!important;
    margin:0 !important;
    color:#7a7a7a!important;
}
.outer-page .simp-custom-tours-how-to-reach .fullWidthWidgetWrapper .left-box p:empty{
    display:none !important;
}
.outer-page .simp-custom-tours-how-to-reach .fullWidthWidgetWrapper .left-box .text-content-wrapper p{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    color:rgb(34, 38, 49);
    margin:0 0 20px 0;
    padding: 0 !important;
}
.outer-page .simp-custom-tours-how-to-reach .left-box{
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.outer-page .simp-custom-tours-how-to-reach .right-box .text-content-wrapper{
    padding: 50px;
}
.outer-page .simp-custom-tours-how-to-reach .right-box .text-content-wrapper p:empty{
    display:none !important
}
.outer-page .simp-custom-tours-how-to-reach .right-box .text-content-wrapper p span{
    color:#e6b767;
    padding-right:5px;
}
.outer-page .simp-custom-tours-how-to-reach .right-box .text-content-wrapper p{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    padding-left:5px;
    margin:0 0 10px 0;
    color:#7a7a7a;
    padding:  0 !important;
}

.outer-page .simp-custom-tours-how-to-reach .right-box{
    background-color: #f8f8f8;
}
.outer-page .simp-custom-tours-how-to-reach .right-box .text-content-wrapper p:nth-last-of-type(2){
    margin:0 !important;
}
.outer-page .content_wrapper .no-gutter .simp-custom-tours-how-to-reach{
    display:flex;
    align-items:flex-start;
    height:auto;
}
.outer-page .content_wrapper .no-gutter .simp-custom-tours-how-to-reach .text-content{
    padding:0;
    margin:0 15px;
    height:100%
}
.outer-page .content_wrapper .no-gutter .simp-custom-tours-how-to-reach .left-box{
    background-color:#f8f8f8;
}
@media screen and (max-width:1024px){
    .outer-page .simp-custom-tours-how-to-reach .fullWidthWidgetWrapper{
         max-width:1024px;       
    }
}

/* Mobile CSS*/

.mobile .simp-custom-tours-how-to-reach{
    padding: 0 0 var(--mobile-widget-to-widget-space) 0;
}
.mobile .simp-custom-tours-how-to-reach .col-xs-12:first-child > p{
    font-size:14px;
    font-weight:400;
    line-height:21px;
    color:#222631;
    padding: 0 var(--mobile-left-right-widget-space);
    margin: 0 0 var(--mobile-text-to-text-spacing) 0 !important;
}
.mobile .simp-custom-tours-how-to-reach ul{
    padding:0 var(--mobile-left-right-widget-space) !important;
    margin: var(--mobile-text-to-text-spacing) 0;
}
.mobile .simp-custom-tours-how-to-reach ul li{
    display:flex;
    align-items:center;
    padding-bottom:5px;
}
.mobile .simp-custom-tours-how-to-reach ul li p{
    font-size:14px;
    font-weight:400;
    line-height:21px
}
.mobile .simp-custom-tours-how-to-reach ul li span{
    color:#e6b767;
    font-weight:900;
    padding-right:10px;
}
.mobile .simp-custom-tours-how-to-reach ul:last-of-type{
    margin-bottom:0px !important;
}

.mobile .simp-custom-tours-how-to-reach.wt2tb div.col-xs-12:last-child{
    margin:0 !important;
    padding: 0 var(--mobile-left-right-widget-space) var(--mobile-widget-to-widget-space) ;
}
.mobile .simp-custom-tours-how-to-reach.wt2tb div.col-xs-12:last-child p{
    font-size:14px;
    font-weight:400;
    line-height:21px;
    margin-bottom: var(--mobile-text-to-text-spacing) !important;
}
.mobile .simp-custom-tours-how-to-reach.wt2tb div.col-xs-12:last-child p:last-of-type{
    margin-bottom:0 !important;
}
.mobile .simp-custom-tours-how-to-reach.wt2tb div.col-xs-12:last-child p span{
    color:#e6b767;
    padding-right:5px;
}

.outer-page .content_wrapper .no-gutter .simp-custom-tours-hyperlink{
   margin: 0 var(--desktop-left-right-widget-space);
   padding: var(--desktop-widget-to-widget-space) 0 0;
   width: 100%;
   max-width: 100%;
}
.outer-page .simp-custom-tours-hyperlink .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-tours-hyperlink .text-content-wrapper ul{
    display:flex;
    justify-content:center;
    padding: 10px !important;
}
.outer-page .simp-custom-tours-hyperlink .text-content-wrapper ul li{
    list-style:none;
    border-right:1px solid #dddddd;
}
.outer-page .simp-custom-tours-hyperlink .text-content-wrapper ul li a{
    margin:0 10px !important;
    color:#222631;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.outer-page .simp-custom-tours-hyperlink .text-content-wrapper ul li:last-of-type{
    border:none;
}
.outer-page .simp-custom-tours-hyperlink .text-content-wrapper ul li a:hover{
    text-decoration:none;
}

/* Mobile CSS */
.mobile .simp-custom-tours-hyperlink{
    padding: 0;
}
.mobile .simp-custom-tours-hyperlink .text-content ul{
    display:flex;
    justify-content:center;
    padding:0!important;
}
.mobile .simp-custom-tours-hyperlink .text-content ul li{
    list-style:none;
    border-right:1px solid #dddddd;
}
.mobile .simp-custom-tours-hyperlink .text-content ul li:first-of-type{
    margin-left:0;
}
.mobile .simp-custom-tours-hyperlink .text-content ul li:last-of-type{
    margin-right:0;
    border:none;
}
.mobile .simp-custom-tours-hyperlink .text-content ul li a{
    font-size:10px;
    font-weight:400;
    line-height:15px;
    color:#222631;
    margin: 0 10px !important;
}

.clearfix.widget-wrapper.wt1imgtop-1tbbot.imageDescriptionbottom1.fullWidthWidget.simp-custom-tours-when-to-visit-jaisalmer {
    position:relative;
    padding:var(--desktop-widget-to-widget-space) 0;
}

.outer-page .simp-custom-tours-when-to-visit-jaisalmer .fullWidthWidgetWrapper .text-content:after{
    content:"";
    display:block;
    width:100%;
    background-color:#000000;
    position:absolute;
    top:0;
    bottom:0;
    opacity:0.5;
    z-index: 1;
}
.outer-page .simp-custom-tours-when-to-visit-jaisalmer .fullWidthWidgetWrapper .text-content-wrapper{
    position:absolute;
    left:0;
    right:0;
    top:50%;
    transform: translateY(-50%);
    max-width:800px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    margin: auto;
    z-index: 2;
}
.outer-page .simp-custom-tours-when-to-visit-jaisalmer .fullWidthWidgetWrapper .text-content-wrapper h2{
    color:#e6b767;
    text-align:left;
    padding: 0 !important;
    margin-bottom:20px;
    line-height:32px;
    padding: 10px 10px 0 10px !important;
}
.outer-page .simp-custom-tours-when-to-visit-jaisalmer .fullWidthWidgetWrapper .text-content-wrapper p{
    color:#ffffff;
    padding:0 !important;
    margin:0 !important;
    font-size:16px;
    font-weight:400;
    line-height:24px;
    padding: 0px 10px 10px 10px !important;
}
.outer-page .simp-custom-tours-when-to-visit-jaisalmer .text-content-wrapper p:empty{
    display:none !important;
}

/* Mobile CSS */

.mobile .simp-custom-tours-when-to-visit-jaisalmer{
    position:relative;
    margin:0 !important;
}
.mobile .simp-custom-tours-when-to-visit-jaisalmer img.img-responsive.image-content.img-padding-description{
    margin:0;
}
.mobile .simp-custom-tours-when-to-visit-jaisalmer .col-xs-12:after{
    content:"";
    display:block;
    width:100%;
    background-color:#000000;
    position:absolute;
    top:0;
    bottom:0;
    opacity:0.3;
    z-index:9;
}
.mobile .simp-custom-tours-when-to-visit-jaisalmer .text-content{
    position:absolute;
    top:50%;
    z-index:99;
    transform:translateY(-50%);
    padding:var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space);
}
.mobile .simp-custom-tours-when-to-visit-jaisalmer h2{
    color:#e6b767;
    font-size:24px;
    line-height:24px;
    font-weight:400;
    padding:0 !important;
    margin:0 0 var(--mobile-heading-to-text-spacing) 0;
}
.mobile .simp-custom-tours-when-to-visit-jaisalmer p{
    color:#ffffff;
    font-size:14px;
    line-height:21px;
    font-weight:400;
}


.outer-page .content_wrapper .no-gutter .simp-custom-tours-weather{
    margin: 0 var(--desktop-left-right-widget-space);
    padding: var(--desktop-widget-to-widget-space) 0 ;
    width: 100%;
    max-width: 100%;
}
.outer-page .simp-custom-tours-weather .fullWidthWidgetWrapper{
    max-width:1140px;
    display:flex;
}
.outer-page .simp-custom-tours-weather .text-content{
    padding:0 30px !important;
}
.outer-page .simp-custom-tours-weather .text-content .text-content-wrapper{
    padding:10px;
}
.outer-page .simp-custom-tours-weather .text-content .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-tours-weather .text-content .text-content-wrapper p:nth-of-type(2){
    color:#e6b767;
    font-size:20px;
    font-weight:600;
    line-height:30px;
    margin: 0 0 14.4px 0;
}
.outer-page .simp-custom-tours-weather .text-content .text-content-wrapper p:nth-of-type(3){
    font-size:16px;
    font-weight:400;
    line-height:24px;
    text-align: justify;
    margin:0;
}

/* Mobile CSS */
.mobile .simp-custom-tours-weather{
    padding: var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space);
}
.mobile .simp-custom-tours-weather .col-xs-12 p:first-of-type{
    color:#e6b767;
    font-size:20px;
    font-weight:600;
    line-height:30px;
    margin-bottom:var(--mobile-text-to-text-spacing) !important;
}
.mobile .simp-custom-tours-weather .col-xs-12 p:last-of-type{
    font-size:14px;
    font-weight:400;
    line-height:21px;
    margin-bottom:0px !important;
    text-align:justify;
}

:root{
    --calc-height:100%;
}
.outer-page .simp-custom-three-text-wt .text-content .extra-image-wrapper:after{
    height: var(--calc-height);
}
.outer-page .simp-custom-three-text-wt{
    padding:30px 0 !important;
}
.outer-page .simp-custom-three-text-wt .text-content{
    padding: 30px !important;
}
.outer-page .simp-custom-three-text-wt .clearfix{
    background-color:#f8f8f8;
}
.outer-page .simp-custom-three-text-wt .text-content .text-content-wrapper{
    padding:20px 0 0 0;
}
.outer-page .simp-custom-three-text-wt .text-content .text-content-wrapper p:empty{
    display:none!important;
}
.outer-page .simp-custom-three-text-wt .text-content .text-content-wrapper h3{
    font-size:22px;
    font-weight:600;
    color:rgb(85, 89, 92);
    line-height:26.4px;
    text-align:left;
}
.outer-page .simp-custom-three-text-wt .text-content .extra-image-wrapper{
    overflow:hidden;
}
.outer-page .simp-custom-three-text-wt .text-content .extra-image-wrapper img{
    transform:scale(1);
    transition:all 1.5s;
}
.outer-page .simp-custom-three-text-wt .text-content .extra-image-wrapper:hover img{
    transform:scale(1.2);
    transition:all 1.5s;
    z-index:99
}
.outer-page .simp-custom-three-text-wt .text-content .extra-image-wrapper:after{
    content:"";
    display:block;
    background-color:#000000;
    height: var(--calc-height);
    width:calc(100% - 60px);
    position:absolute;
    top:0;
    opacity: 0;
    transition:all 1.5s;
}
.outer-page .simp-custom-three-text-wt .text-content .extra-image-wrapper:hover:after{
    opacity: 0.5;
}
@media screen and (max-width:1024px){
    .outer-page .simp-custom-three-text-wt .text-content{
        padding:0 20px 20px 20px !important
    }
    .outer-page .simp-custom-three-text-wt .text-content .extra-image-wrapper:after{
        width:calc(100% - 40px);
    }
}

/* Mobile CSS */
.mobile .row.clearfix.widget-wrapper.wt3imgtop-3tbbot.imageDescriptionbot3.simp-custom-three-text-wt .col-xs-12{
    margin-top:0 !important;
    margin-bottom:0!important;
}
.mobile .row.clearfix.widget-wrapper.wt3imgtop-3tbbot.imageDescriptionbot3.simp-custom-three-text-wt .col-xs-12 .descriptionMobileNoSpace{
    padding: var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space);
}
.mobile .simp-custom-three-text-wt img{
    margin:0 !important;
}
.mobile .simp-custom-three-text-wt .descriptionMobileNoSpace h3{
    font-size:20px;
    font-weight:600;
    line-height:24px;
    color:#55595c;
    padding:0;
}

.outer-page .simp-custom-visit-jaisalmer{
    position:relative;
}
.outer-page .simp-custom-visit-jaisalmer:after{
    content:"";
    display:block;
    width:100%;
    height:100%;
    background-color:#000;
    position:absolute;
    top:0;
    bottom:0;
    opacity:0.7;
}
.outer-page .clearfix.widget-wrapper.wt2tb.two-col.bgImageContainer.parallaxContainer.fullWidthWidget.simp-custom-visit-jaisalmer .fullWidthWidgetWrapper{
    max-width:1140px;
    display:flex;
}
.outer-page .simp-custom-visit-jaisalmer .text-content{
    z-index:9;
    padding:0 !important;
}
.outer-page .simp-custom-visit-jaisalmer .text-content p:empty{
    display:none !important;
}
.outer-page .simp-custom-visit-jaisalmer .left-box h2{
    margin-bottom:20px;
    color: #e6b767;
}
.outer-page .simp-custom-visit-jaisalmer .left-box .jaisalmer-border{
    text-align:center;
    margin-bottom:20px;
}
.outer-page .simp-custom-visit-jaisalmer .left-box .jaisalmer-image{
    text-align:center;
}
.outer-page .simp-custom-visit-jaisalmer .left-box .jaisalmer-image img{
    border-style: dotted;
    border-width: 3px;
    border-color: #e6b767;
    border-radius: 50%;
}
.outer-page .simp-custom-visit-jaisalmer .right-box .text-content-wrapper p{
    color:#fff;
    margin:0 0 var(--desktop-text-to-button-spacing) 0;
    font-size:16px;
    line-height:24px;
    font-weight:400;
}
.outer-page .simp-custom-visit-jaisalmer .right-box .text-content-wrapper{
    display:flex;
    flex-wrap:wrap;
    align-content:center;
    align-items:center;
    padding:10px !important;
}
.outer-page .simp-custom-visit-jaisalmer .text-content-wrapper .txt-wdgt-btn-wrapper{
    width:100%;
}
.outer-page .simp-custom-visit-jaisalmer .text-content-wrapper a.btn{
    padding:20px 30px;
    line-height:15px;
    color:#222631;
    background-color:#e6b767;
}
.outer-page .content_wrapper .clearfix.no-gutter .simp-custom-visit-jaisalmer .text-content-wrapper a.btn:hover{
    background-color:#fff;
    color:#222631;
    border-color:#fff;
}
.outer-page .simp-custom-visit-jaisalmer .text-content-wrapper a.btn span{
    line-height:1;
    font-size:15px;
}

/* Mobile CSS */

.mobile .row.clearfix.widget-wrapper.wt2tb.bgImageContainer.parallaxContainer.simp-custom-visit-jaisalmer{
  background-position:top center;
  background-size:cover;
  padding:0 !important;
  margin: 0;
  position:relative;
}
.mobile .simp-custom-visit-jaisalmer .col-xs-12{
  padding:var(--mobile-widget-to-widget-space) 0 0 0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  z-index:99;
}
.mobile .simp-custom-visit-jaisalmer .col-xs-12:after{
  content:"";
  display:block;
  background-color: rgba(0, 0, 0, .7);
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  z-index:9;
}

.mobile .simp-custom-visit-jaisalmer .col-xs-12 h2{
  font-size:24px;
  line-height:24px;
  color:#e6b767;
  z-index:999;
  padding: 10px 10px 0 10px;
  margin:0 0 var(--mobile-heading-to-text-spacing) 0;
}
.mobile .simp-custom-visit-jaisalmer .col-xs-12 .jaisalmer-border{
  z-index:999;
  padding:0 10px;
  margin: 0 0 20px 0;
}
.mobile .simp-custom-visit-jaisalmer .col-xs-12 .jaisalmer-image{
  z-index:999;
  padding:0 0 10px 0;
}
.mobile .simp-custom-visit-jaisalmer .col-xs-12 .jaisalmer-image img{
  border-style: dotted;
  border-width: 3px;
  border-color: #e6b767;
  border-radius: 50%;
}
.mobile .simp-custom-visit-jaisalmer .col-xs-12:last-child{
  padding:var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space);
  margin:0 !important;
}
.mobile .simp-custom-visit-jaisalmer .col-xs-12:last-child p{
  color:#ffffff;
  z-index:9999;
  text-align:center;
  margin:0 0 var(--mobile-text-to-button-spacing) 0 !important;
  font-size:14px;
  font-weight:400;
  line-height:21px;
}
.mobile .simp-custom-visit-jaisalmer .col-xs-12 .txt-wdgt-btn-wrapper{
  z-index:999;
}
.mobile .simp-custom-visit-jaisalmer .col-xs-12 .txt-wdgt-btn-wrapper a.btn{
    padding:20px 30px;
    font-size:15px;
    font-weight:500;
    line-height:15px;
    color:#222631;
}
.mobile .simp-custom-visit-jaisalmer .col-xs-12 .txt-wdgt-btn-wrapper a.btn:hover{
    background-color:#222631;
    color:#ffffff;
}

.clearfix.widget-wrapper.wt1imgtop-1tbbot.imageDescriptionbottom1.fullWidthWidget.simp-custom-our-heritage-hero-image{
    padding:0;
    position:relative;
}
.outer-page .simp-custom-our-heritage-hero-image .fullWidthWidgetWrapper .text-content:after{
    content:"";
    display:block;
    width:100%;
    background-color:#000000;
    position:absolute;
    top:0;
    bottom: 0;
    opacity:0.1;
}
.outer-page .simp-custom-our-heritage-hero-image .text-content .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-our-heritage-hero-image .text-content .text-content-wrapper{
    position:absolute;
    top:50%;
    left:0;
    right:0;
    z-index: 1;
}
.outer-page .simp-custom-our-heritage-hero-image .text-content .text-content-wrapper h2{
    color:#ffffff;
    font-size:46px;
    font-weight:400;
    text-transform:capitalize;
    letter-spacing:1px;
    text-shadow:2px 2px 3px rgb(0 0 0 / 61%);
}

/* Mobile CSS */

.mobile .simp-custom-our-heritage-hero-image{
    position:relative;
    margin:0 0 var(--mobile-widget-to-widget-space) 0 !important;
}
.mobile .simp-custom-our-heritage-hero-image .col-xs-12 img{
    margin:0 !important;
    aspect-ratio:0.72;
    object-fit:cover;
}
.mobile .simp-custom-our-heritage-hero-image .col-xs-12:after{
    content:"";
    display:block;
    width:100%;
    background-color:#000000;
    position:absolute;
    top:0;
    bottom:0;
    opacity:0.1;
}
.mobile .simp-custom-our-heritage-hero-image .col-xs-12 h2{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    right:0;
    text-align:center;
    font-size:22px;
    color:#ffffff;
    padding:0;
    z-index:1;
    font-size: 22px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 61%);
}

.outer-page .clearfix.widget-wrapper.wt1imgtop-1tbbot.imageDescriptionbottom1.wt-image-text-slider.fullWidthWidget.simp-custom-stay-at-sonaar-slider {
    padding:0;
}
.outer-page .simp-custom-stay-at-sonaar-slider .slick-list{
    line-height:0;
}
.outer-page .simp-custom-stay-at-sonaar-slider .slick-slide{
    display:flex;
}
.outer-page .simp-custom-stay-at-sonaar-slider .slick-slide img{
    width:50%;
    object-fit:cover;
    height:580px;
}
.outer-page .simp-custom-stay-at-sonaar-slider .slick-slide .text-content-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: var(--desktop-widget-to-widget-space) calc(var(--desktop-widget-to-widget-space) * 3);
    width: 50%;
}
.outer-page .simp-custom-stay-at-sonaar-slider .slick-slide .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-stay-at-sonaar-slider .slick-slide .text-content-wrapper h2{
    color:#e6b767;
    margin-bottom:var(--desktop-heading-to-text-spacing);
    text-align:left;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-stay-at-sonaar-slider .slick-slide .text-content-wrapper p {
    padding: 0 0 var(--desktop-text-to-text-spacing) 0;
    margin: 0 !important;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.simp-custom-stay-at-sonaar-slider .slick-slide .text-content-wrapper p:last-of-type{
    padding:0;
}
.outer-page .simp-custom-stay-at-sonaar-slider .slick-slide .text-content-wrapper ul{
    padding:0 0 0 calc(var(--desktop-widget-to-widget-space) / 2) !important;
    line-height:21px;
    font-weight:400;
    font-size:14px;
}
.outer-page .simp-custom-stay-at-sonaar-slider .slick-slide .text-content-wrapper .txt-wdgt-btn-wrapper{
    width:100%;
    margin-top:var(--desktop-text-to-button-spacing);
}
.outer-page .simp-custom-stay-at-sonaar-slider .slick-slide .text-content-wrapper a.btn span{
    line-height:1;
    font-size:15px;
}
@media screen and (min-width:1025px) and (max-width:1124px){
    .outer-page .simp-custom-stay-at-sonaar-slider .slick-slide img{
        height:unset;
    }
    .outer-page .simp-custom-stay-at-sonaar-slider .slick-slide .text-content-wrapper{
        padding:44px 80px;
    }
}
@media screen and (max-width:1024px){
    .outer-page .simp-custom-stay-at-sonaar-slider .slick-slide .text-content-wrapper{
        padding:30px;
    }
}

/* Mobile CSS */
.mobile .row.clearfix.widget-wrapper.wt1imgtop-1tbbot.imageDescriptionbottom1.wt-image-text-slider.simp-custom-stay-at-sonaar-slider.slick-initialized.slick-slider{
    margin:0 !important;
    padding: 0 0 20px 0;
}

.mobile .simp-custom-stay-at-sonaar-slider .slick-list .slick-track .slick-slide img{
    margin:0;
}
.mobile .simp-custom-stay-at-sonaar-slider .slick-list .slick-track .slick-slide h2{
    font-size:24px;
    font-weight:400;
    line-height:24px;
    color:#e6b767;
    text-align:left;
    padding:var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space) 0 var(--mobile-widget-to-widget-space);
    margin:0 0 var(--mobile-heading-to-text-spacing) 0;
}
.mobile .simp-custom-stay-at-sonaar-slider .slick-list .slick-track .slick-slide ul{
    padding:0px var(--mobile-widget-to-widget-space) 0px calc(var(--mobile-widget-to-widget-space) + 15px) !important;
    margin:0 0 var(--mobile-text-to-button-spacing) 0;
}
.mobile .simp-custom-stay-at-sonaar-slider .slick-slide p{
    font-weight:400;
    font-size:14px;
    line-height:21px;
    margin: 0 0 var(--mobile-text-to-button-spacing) 0 !important;
    padding:0 var(--mobile-left-right-widget-space);
}
.mobile .simp-custom-stay-at-sonaar-slider .slick-list .slick-track .slick-slide ul li{
    font-size:14px;
    font-weight:400;
    line-height:21px;
}
.mobile .simp-custom-stay-at-sonaar-slider .slick-list .slick-track .slick-slide .txt-wdgt-btn-wrapper{
    margin-left:var(--mobile-left-right-widget-space);
}
.mobile .simp-custom-stay-at-sonaar-slider .slick-list .slick-track .slick-slide .txt-wdgt-btn-wrapper a.btn{
    padding:var(--mobile-widget-to-widget-space) calc(var(--mobile-widget-to-widget-space) + 10px);
    font-size:15px;
    font-weight:500;
    line-height:15px;
    color:#222631;
}
.mobile .simp-custom-stay-at-sonaar-slider .slick-list .slick-track .slick-slide .txt-wdgt-btn-wrapper a.btn:hover{
    background-color:#222631;
    color:#ffffff;
}

.outer-page .content_wrapper .no-gutter .simp-custom-inner-page-weather-widget{
    margin: 0 var(--desktop-left-right-widget-space);
    padding: var(--desktop-widget-to-widget-space) 0 ;
    width: 100%;
    max-width: 100%;
}
.outer-page .simp-custom-inner-page-weather-widget .fullWidthWidgetWrapper{
    max-width:1140px;
}
.outer-page .simp-custom-inner-page-weather-widget .fullWidthWidgetWrapper .text-content-wrapper{
    padding:10px !important;
}
.outer-page .simp-custom-inner-page-weather-widget .fullWidthWidgetWrapper .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-inner-page-weather-widget .fullWidthWidgetWrapper .text-content-wrapper h2{
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom:50px;
}

/* Mobile Css */
.mobile .row.clearfix.widget-wrapper.wt1tb.simp-custom-inner-page-weather-widget .text-content{
    padding: var(--mobile-widget-to-widget-space) var(--mobile-left-right-widget-space) 0 var(--mobile-left-right-widget-space);
}
.mobile .row.clearfix.widget-wrapper.wt1tb.simp-custom-inner-page-weather-widget .text-content h2{
    font-size:22px;
    font-weight:400;
    line-height:22px;
    letter-spacing:1px;
    padding:0;
    margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
}

#whatsAppHeader{
    z-index: 1000;
    position: fixed;
    bottom: 130px;
    right: 10px;
    background: #25d366;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font-size: 28px;
    text-align: center;
    line-height: 52px;
}
.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
}
/*OPS- 16033*/
#whatsAppHeader a{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mobile #whatsAppHeader {
    right: 15px;
    bottom: 90px;
}
/*OPS- 16033*/


.outer-page .clearfix.widget-wrapper.wt2tb.bgImageContainer.fullWidthWidget.simp-custom-why-choose-sonaar{
    padding:80px 0 !important;
    background-position:center center;
    background-size:cover;
    position:relative;
}
.outer-page .simp-custom-why-choose-sonaar:after{
    content:"";
    display:block;
    width:100%;
    height:100%;
    background-color:#00000030;
    position:absolute;
    top:0;
}
.outer-page .simp-custom-why-choose-sonaar .fullWidthWidgetWrapper{
    max-width:800px;
    min-height:50vh;
    display:flex;
    margin-right:auto;
    margin-left:auto;
    position:relative;
    align-items:center;
    padding:var(--desktop-widget-to-widget-space)!important;
}
.outer-page .simp-custom-why-choose-sonaar .fullWidthWidgetWrapper .text-content{
    z-index:99;
    padding:10px !important;
}
.outer-page .simp-custom-why-choose-sonaar .fullWidthWidgetWrapper .text-content p:empty{
    display:none !important;
}
.outer-page .simp-custom-why-choose-sonaar .fullWidthWidgetWrapper .text-content h1{
    color:#e6b767;
    line-height:25px;
    text-align:left;
    margin-bottom:var(--desktop-heading-to-text-spacing);
}
.outer-page .simp-custom-why-choose-sonaar .fullWidthWidgetWrapper .text-content p{
    margin:0;
    padding:0 !important;
    font-size:16px;
    line-height:24px;
    text-align:left;
    font-weight:400;
    color:#fff;
}
.outer-page .simp-custom-why-choose-sonaar .text-content-wrapper p a{
    color:#c36;
}
.outer-page .simp-custom-why-choose-sonaar .text-content-wrapper p a:hover{
    text-decoration:none;
    color:#336;
}

/*Mobile CSS*/

.mobile .row.clearfix.widget-wrapper.wt2tb.bgImageContainer.simp-custom-why-choose-sonaar{
    padding: 80px 0 !important;
    margin: 0 0 var(--mobile-widget-to-widget-space);
    position:relative;
}
.mobile .simp-custom-why-choose-sonaar .col-xs-12{
    padding:var(--mobile-widget-to-widget-space);
    margin: 0;
    z-index:1;
}
.mobile .simp-custom-why-choose-sonaar .col-xs-12:last-of-type{
    display:none;
}
.mobile .simp-custom-why-choose-sonaar:after{
    content:"";
    display:block;
    background-color:#000000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position:absolute;
    top:0;
    bottom:0;
}
.mobile .simp-custom-why-choose-sonaar .col-xs-12 h1{
    padding:0;
    margin: 0 0 var(--mobile-heading-to-text-spacing) 0;
    font-size:24px;
    font-weight:400;
    line-height:24px;
    color:#e6b767;
}
.mobile .simp-custom-why-choose-sonaar .col-xs-12 p{
    padding:0;
    margin: 0 0 40px 0;
    font-size:14px;
    font-weight:400;
    line-height:21px;
    color:#fff;
}
.mobile .simp-custom-why-choose-sonaar .col-xs-12 p a{
    color:#cc3366;
}
.mobile .simp-custom-why-choose-sonaar .col-xs-12 p a:hover{
    color:#222631;
}

/*
.simp-custom-visit-jaisalmer p{
    font-size:18px;
    font-family: 'Merriweather', serif;
}
.simp-custom-visit-jaisalmer h2{
    font-size: 32px !important;
    color:#E6B767 !important;
    font-family: 'Merriweather', serif;
}
.simp-custom-book-now h3{
    font-size: 28px;
    font-family: 'Merriweather', serif;
    margin-left: 172px !important;
    padding-top: 29px !important;
}
.simp-custom-book-now p{
    font-size: 19px;
    font-family: 'Merriweather', serif;
    margin-left: 173px !important;
    margin-top: 11px!important;
}
.simp-custom-book-now .txt-wdgt-btn-wrapper{
    margin-top: -65px;
}
.simp-custom-book-now .txt-wdgt-btn-wrapper a{
    padding: 8px 32px;
    color: #222631!important;
    background-color:#E6B767 !important;
    border:none;
    font-family: 'Merriweather', serif;
}
.simp-custom-rooms-facilities a{
    background-color:#222631;
    padding: 8px 32px;
}
.simp-custom-glimpse h2{
    font-size:34px !important;
    font-family: 'Merriweather', serif;
}
*/

.mobile .fab_book_button {
    z-index: 10000;
}

.mobile .logo, .mobile .fullImage, .mobile .nav-wrap, .mobile .name-of-hotel, .mobile .panel-group, .mobile .wtheader{
    display:none;
}
.mobile .content_wrapper{
    padding:0;
}
.mobile .row-fluid.text-center.clearfix.mobileHeaderTop.hover{
    display:none;
}


.mobile-hamburger-section{
    display:flex;
    justify-content:space-between;
    padding:10px;
}
.mobile-hb-prop-logo img{
    width:100px;
    max-width:100px;
}
.mobile-hb-items{
    display:flex;
    justify-content:center;
    align-items:center;
}
.mobile-hamburger-icon{
    background-color: #e6b767;
    padding: 8px;
    border: 0px solid;
    border-radius: 3px;
    cursor: pointer;
}
.mobile-hamburger-icon.active .bar:nth-child(2) {
    opacity: 0;
}
.mobile-hamburger-icon.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}
.mobile-hamburger-icon.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}
.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all .3s ease-in-out;
    background-color:#ffffff;
}
.mobile-hb-links{
    position:absolute;
    left:0;
    right:0;
    top: 125px;
    z-index:99;
    display:none;
}
.mobile-hb-links.active{
    display:block;
}
.mobile-hb-links li{
    list-style:none;
}
.mobile-hb-links ul{
    margin:0;
    padding:0;        
    text-align: left;
    background-color:#fff;
}
.mobile-hb-links .mobile-page-links li{
    border-bottom:1px solid #DADADA;
    padding: 10px 20px;
}
.mobile-hb-links ul li.mobile-hb-inner-page-link.active{
        background-color:#e6b767;
    }
.mobile-hb-links ul li.mobile-hb-inner-page-link.active a{
        color:#fff;
}
ul.mobile-page-links.active{
    display:block;
}

header .hamburger-section{
    display:none;
}
@media screen and (max-width:1100px){
    header .navbar-top{
        height:130px;
    }
    header .property-text-heading-section, header .property-nav-parent{
        display:none;
    }
    header .hamburger-section{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .hb-prop-logo{
        width:50%;
    }
    .hamburger-icon{
        background-color:#e6b767;
        padding:8px;
        border:0px solid;
        border-radius:3px;
        cursor:pointer;
    }
    .bar{
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background-color: #fff;
    }
    .hb-items{
        display:flex;
        align-items: center;
        justify-content: flex-end;
        width: 50%;
    }
    .hb-items li{
        list-style:none;
    }
    .hb-items .book-btn{
        margin:30px;
    }
    .hamburger-section .hb-items .book-btn button{
        font-size: 13px;
        line-height: 13px;
        padding: 6px;
        min-width:unset;
        color:#222631;
    }
    .hamburger-section .hb-items .book-btn button:hover{
        color:#fff;
        background-color:#222631;
    }
    .hb-links{
        position:absolute;
        left:0;
        right:0;
        top: 108px;
    }
    .hb-links ul{
        margin:0;
        padding:0;
        text-align: left;
        background-color:#fff;
    }
    .hb-prop-contact-section ul{
        padding:0;
    }
    .hb-prop-contact-section ul li a{
        font-size:13px;
        font-weight:400;
        color:#7a7a7a
    }
    .hb-prop-contact-section ul li a:hover{
        text-decoration:none;
        color:#222631
    }
    .hb-prop-contact-section ul li span:first-of-type{
       color:#e6b767;
       margin-right:5px; 
    }
    .hb-links{
        display:none;
    }
    .hamburger-icon.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger-icon.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger-icon.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .hb-links .page-links{
       padding: 20px 0px 0px 0px; 
       transition: all 0.3s ease-in-out;
    }
    .hb-links .page-links li{
       border-bottom:1px solid #DADADA;
       padding: 10px 20px;
    }
    .hb-links .page-links li:hover{
       background-color:#e6b767;
        cursor:pointer
    }
    .hb-links .page-links li:hover a{
       color:#fff;
    }
    .hb-links .page-links li a{
       color:#494c4f;
       line-height:20px;
       font-weight:600;
       display:block;
    }
    .hb-links .page-links li a:hover{
        text-decoration:none;
    }
    .hb-links .page-links li.hb-inner-page-link.active{
        background-color:#e6b767;
    }
    .hb-links .page-links li.hb-inner-page-link.active a{
        color:#fff;
    }
}

.clearfix.widget-wrapper.wt1imgtop-1tbbot.imageDescriptionbottom1.fullWidthWidget.simp-custom-inner-page-hero-image{
    padding:0;
    position:relative;
}
.outer-page .simp-custom-inner-page-hero-image .fullWidthWidgetWrapper .text-content:after{
    content:"";
    display:block;
    width:100%;
    background-color:#000000;
    position:absolute;
    top:0;
    bottom: 0;
    opacity:0.1;
}
.outer-page .simp-custom-inner-page-hero-image .text-content .text-content-wrapper p:empty{
    display:none !important;
}
.outer-page .simp-custom-inner-page-hero-image .text-content .text-content-wrapper{
    position:absolute;
    top:50%;
    left:0;
    right:0;
    z-index: 1;
}
.outer-page .simp-custom-inner-page-hero-image .text-content .text-content-wrapper h2{
    color:#ffffff;
    font-size:46px;
    font-weight:400;
    text-transform:capitalize;
    letter-spacing:1px;
    text-shadow:2px 2px 3px rgb(0 0 0 / 61%);
}

/* Mobile CSS */
.mobile .simp-custom-inner-page-hero-image{
    position:relative;
    margin:0 !important;
}
.mobile .simp-custom-inner-page-hero-image .col-xs-12 img{
    margin:0 !important;
    aspect-ratio:0.72;
    object-fit:cover;
}
.mobile .simp-custom-inner-page-hero-image .col-xs-12:after{
    content:"";
    display:block;
    width:100%;
    background-color:#000000;
    position:absolute;
    top:0;
    bottom:0;
    opacity:0.1;
}
.mobile .simp-custom-inner-page-hero-image .col-xs-12 h2{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
    right:0;
    text-align:center;
    font-size:22px;
    color:#ffffff;
    padding:0;
    z-index:1;
    font-size: 22px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px rgb(0 0 0 / 61%);
}

.outer-page .simp-custom-mobile-hero-image-slider{
    display:none !important;
}
.mobile .simp-custom-mobile-hero-image-slider{
    margin:0 !important;
}
.mobile .simp-custom-mobile-hero-image-slider .camera_prev, .mobile .simp-custom-mobile-hero-image-slider .camera_next{
    display:none;
}
.mobile .simp-custom-mobile-hero-image-slider .slider .camera_pag .camera_pag_ul li{
    border-radius:50% !important;
    background-color: rgba(0, 0, 0, 0.2);
}

html{
    scroll-behavior: smooth;
}

/* hide scrollbar but allow scrolling */
.simp-custom-tourpackages .eae-popup {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}

.simp-custom-tourpackages .eae-popup::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

/* mobile */
.mobile .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
}

.mobile .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mobile .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    cursor: auto;
}

.mobile .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

/* mobile and desktop */
.simp-custom-tourpackages .eae-popup {
    display: none;
    background-color: rgba(0 0 0 / .5);
}

.simp-custom-tourpackages .mfp-content {
    width: 80%;
    background-color: #fff;
}

.mobile .simp-custom-tourpackages .mfp-content {
    width: 95%;
    margin: auto;
}

.simp-custom-tourpackages .mfp-title {
    color: #222631;
    background-color: #e6b767;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    padding: 20px;
    word-break: break-word;
}

.mobile .simp-custom-tourpackages .mfp-title {
    padding-right: 40px;
}

.simp-custom-tourpackages .eae-modal-content {
    padding: 20px;
    color: rgb(122, 122, 122);
}

.simp-custom-tourpackages h5 {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 0.8rem;
    margin-bottom: 1.8rem;
}

.simp-custom-tourpackages .eae-modal-content .modal-listt {
    padding-left: 20px !important;
    padding-right: 0 !important;
}

.simp-custom-tourpackages .eae-modal-content .modal-listt li {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.5;
}

.simp-custom-tourpackages .eae-popup .eae-close {
    width: 28px;
    height: 28px;
    line-height: 1em;
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    color: #fff;
    font-size: 28px;
    z-index: 1500;
    cursor: pointer;
}



