#custom-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
#popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 530px;
}
.mobile #popup-content {
    max-width: 350px;
}
@media (max-width: 1536px){
    #popup-content {
        max-width: 430px;
    }
}
@media (max-width: 1400px){
    #popup-content {
        max-width: 330px;
    }
}
@media (max-width: 1000px){
    #popup-content {
        max-width: 230px;
    }
}
@media (max-width: 800px){
    #popup-content {
        max-width: 200px;
    }
}
#popup-content img {
    width: 100%;
}

#close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: black;
    border: 0;
    cursor: pointer;
}

@media(max-width:1100px){
    #close-button {
       width:25px;
       height: 25px;
       font-size: 12px;
    }
}

#close-button {
   display:flex;
   align-items:center;
   justify-content:center;
}

@media only screen and (orientation: landscape) {
    .mobile #popup-content {
        max-width: 200px !important;
    }
    .mobile button#close-button {
        width: 20px;
        height: 20px;
        font-size: 11px;
        line-height: 13px;
    }
}

.mobile button#close-button {
    width: 27px;
    height: 27px;
}

.mobile #popup-content {
    max-width: 350px;
}

/* .landing_PopupWrappers {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-color: rgba(0, 0, 0, 0.8);*/
/*    z-index: 10000;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*  }*/
/*  .landing_PopupWrappers.popUp_zoomIn {*/
/*    display: flex;*/
/*  }*/
/*  .landing_PopupWrappers img {*/
/*    margin: auto;*/
/*    float: none;*/
/*    max-width: 80%;*/
/*  }*/
/*  .for-homepage .landing_Popup {*/
/*    position: relative;*/
/*    max-width: unset;*/
/*    width: unset;*/
/*  }*/
/*  .imgforPopup {*/
/*    max-width: 80%;*/
/*    display: block;*/
/*  }*/
/*  .for-homepage .landing_Popup .popUp_Close {*/
/*    position: absolute;*/
/*    top: -35px;*/
/*    right: 0px;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    font-weight: 100;*/
/*    cursor: pointer;*/
/*    background: transparent;*/
/*    border: 2px solid #ebedec;*/
/*    border-radius: 50%;*/
/*    color: #fff;*/
/*  }*/
/*  @keyframes zoominoutsinglefeatured {*/
/*    0% {*/
/*      transform: scale(0.3, 0.3);*/
/*    }*/
/*    50% {*/
/*      transform: scale(1.1, 1.1);*/
/*    }*/
/*    100% {*/
/*      transform: scale(1, 1);*/
/*    }*/
/*  }*/
/*  .landing_Popup {*/
/*    animation: zoominoutsinglefeatured 1s ease-in-out;*/
/*  }*/
/*  @media (max-width: 1536px) {*/
/*    .landing_Popup img {*/
/*      max-width: 80%;*/
/*    }*/
/*    .for-homepage .landing_Popup .popUp_Close {*/
/*      right: 8%;*/
/*    }*/
/*  }*/
/*  @media (max-width: 1250px) {*/
/*    .landing_Popup img {*/
/*      max-width: 80%;*/
/*      max-height: 90vh;*/
/*    }*/
/*    .for-homepage .landing_Popup .popUp_Close {*/
/*      right: 6%;*/
/*    }*/
/*    .for-homepage .landing_Popup .popUp_Close {*/
/*      position: absolute;*/
/*      top: -30px;*/
/*      width: 25px;*/
/*      height: 25px;*/
/*    }*/
/*  }*/

/*  @media (max-width: 950px) {*/
/*    .landing_Popup img {*/
/*      max-height: 90vh;*/
/*    }*/
/*  }*/
/*  .mobile.for-homepage .landing_Popup .popUp_Close {*/
/*    top: -24px;*/
/*    right: 3%;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    padding: 8px;*/
/*  }*/
/*  .mobile.for-homepage .landing_Popup .popUp_Close i {*/
/*    font-weight: 100;*/
/*  }*/
/*  .mobile .landing_Popup img {*/
/*    max-width: 90%;*/
/*  }*/
/*  @media screen and (orientation: landscape) {*/
/*    .mobile .landing_Popup img {*/
/*      max-height: 80vh;*/
/*    }*/
/*  }*/
/*.landing_Popup .Explore-More{*/
/*    display:flex;*/
/*    justify-content:center;*/
/*    padding:10px 0;*/
/*    width:80%;*/
/*    position:relative;*/
/*    left:50%;*/
/*    transform:translateX(-50%);*/
/*    background:#fff;*/
/*}*/
/*.mobile .landing_Popup .Explore-More{*/
/*    padding:10px 0;*/
/*    width:90%;*/
/*}*/

.outerpage .inner-page .content_wrapper .no-gutter .simp-custom-contact-lp2 .iti__country-container {
    border: 2px solid #000;
    border-radius: 0;
}

.mobile.child-hotel.for-gallerypage .clearfix.parent-container {
    padding-top: 70px !important;
}

.mobile.child-hotel.for-locationpage .clearfix.parent-container {
    padding-top: 90px !important;
}

.mobile.for-gallerypage .clearfix .gallery-content h3{
    visibility:visible;
}



.simp-custom-hideRightBox .right-box{
    display:none;
}

.simp-custom-hideLeftBox .left-box{
    display:none;
}

.simp-custom-center{
    display:flex;
    justify-content:center;
}

/*OPS-12912*/
.mobile .content_wrapper .no-gutter .simp-custom-hideLeftBox .col-xs-12:first-child{
    display:none;
}

.mobile .content_wrapper .no-gutter .simp-custom-hideRightBox .col-xs-12:last-child{
    display:none;
}
/*OPS-12912*/

.mobile .name-of-hotel,
.mobile .panel-group#accordion{
    display:none;
}
.mobile.for-homepage .wtheader{
    text-align:center;
}
.mobile .nav-wrap .tel,
.mobile .nav-wrap .geo {
    display: none !important;
}
.mobile .nav-wrap .row-fluid.clearfix>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative !important;
    background-color: transparent !important;
    
}

.mobile .nav-wrap .navBtnBorder{
    background-color:transparent !important;
    color: #b58c5a;
}
.mobile .nav-wrap .logo{
    display:flex;
    align-items:center;
    padding: 0 !important;
}
.mobile .nav-wrap .navBtnBorder:hover{
    background-color:transparent !important;
    color:#ba9e38;
}
.mobile .nav-wrap .logo.navbar-logo {
    background-color:transparent !important;
    position:relative !important;
    padding: 0;
}
.mobile .nav-wrap .logo .logo-inner{
    margin:auto;
}
.mobile.for-innerpage  .mobileHeaderTop,
.mobile .nav-wrap .mobile-navbar-button .min-price-div,
.mobile .nav-wrap .drop-menu-header-block.text-left.hover{
    display: none;
}
.mobile .nav-wrap .mobile-navbar-button .btn.btn-full-width {
    color:white;
    background-color: #b58c5a !important;
    padding:5px !important;
}


.mobile .row-fluid.clearfix 
{
    background:transparent !important;
   
}
.mobile .nav-wrap i.fa.fa-list-ul.fa-2x:before{
    content: "\f0c9";
}
.mobile #dropdown-menu-multiprop .TwoFoldMenuName {
    display: none;
}
.mobile .navBtnBorder.bookBtnbgcolor i.fa.fa-calendar.fa-2x {
    display:none;
}
.mobile .nav-wrap {
    position:absolute;
    top:0;
}

.mobile .select-hotel-wrapper {
    display: none !important;
}

 /*fix issues in mobile */
.mobile .close-wrap {
    position: relative;
    z-index: 1;
}

.mobile .book-button .nav-min-price-div {
    display: none;
}

.mobile .book-button .navBtnBorder.top_padding {
    padding-top: 15px;
}
.mobile .book-button .TwoFoldMenuName {
    display: inline-block;
    padding: 5px;
    background-color: #b58c5a;
    color: white;
}

.mobile .mobile-menu .menu-item .dropdown-toggle {
    padding-right: 80px;
}
.mobile .mobile-menu .menu-item .bookBtnbgcolor {
    padding-left: 30px;
}

.landing_PopupWrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.mobile .landing_PopupWrapper {
    padding: 30px;
}

.landing_PopupWrapper.popUp_zoomIn {
    display: flex;
}

.landing_Popup img {
    max-width: 100%;
    object-fit: cover;
}

.for-homepage .landing_Popup {
    position: relative;
    max-width: 1020px;
    /*width: 100%;*/
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile.for-homepage .landing_Popup {
    flex-direction: column;
    align-items: center;
    max-width: 450px;
    height: unset;
    overflow-y: unset;
}

.for-homepage .landing_Popup .text-content {
    background: white;
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile.for-homepage .landing_Popup .text-content {
    position: unset;
}

.mobile.for-homepage .landing_Popup .text-content,
.mobile.for-homepage .landing_Popup .image-content-wrapper {
    width: 100%;
}

.for-homepage .landing_Popup .text-content-wrapper {
    text-align: center;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.for-homepage .landing_Popup .text-content-wrapper h2,
.for-homepage .landing_Popup .text-content-wrapper p,
.for-homepage .landing_Popup .text-content-wrapper a {
    visibility: visible;
}

.for-homepage .landing_Popup .image-content-wrapper {
    width: 50%;
    min-width: 300px;
    display: flex;
}

.mobile.for-homepage .landing_Popup .image-content-wrapper {
    position: relative;
}

.imgforPopup {
    max-width: 100%;
    display: block;
}

.for-homepage .landing_Popup .text-content-wrapper h2 {
    text-transform: capitalize;
}

.for-homepage .landing_Popup .text-content-wrapper a {
    margin-top: 10px;
}

.for-homepage .landing_Popup .popUp_Close {
    position: absolute;
    top: 0;
    background: black;
    border-radius: 0;
    right: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    cursor: pointer;
    border: 2px solid white;
    color: black;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.3, 0.3);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.landing_Popup {
    animation: zoominoutsinglefeatured 1s ease-in-out;
}


/*list content css*/
@media (orientation: landscape) {
    .mobile .landing_PopupWrapper.popUp_zoomIn:has(.list-content-popup) {
        padding: 0;
        padding: 30px;
        justify-content: center;
        align-items: center;
    }

    .mobile.for-homepage .landing_Popup.list-content-popup {
        overflow-y: auto;
        height: 100%;
        width: 100%;
        padding: 0;
        display: block;
        align-content: center;
    }

    .mobile.for-homepage.content .landing_Popup.list-content-popup div.image-content-wrapper {
        min-width: unset;
    }

    .mobile.for-homepage .landing_Popup.list-content-popup .image-content-wrapper img {
        width: 100%;
    }

    .mobile.for-homepage .landing_Popup.list-content-popup .landing-content-wrapper {
        display: flex;
        flex-direction: row;
        position: relative;
    }

    .mobile.for-homepage .landing_Popup.list-content-popup .popUp_Close {
        top: 10px;
        right: 10px;
        background: #000;
    }

    .mobile.for-homepage .landing_Popup.list-content-popup .popUp_Close .fas:before {
        color: #fff;
    }
}

.mobile.for-homepage .landing_Popup.list-content-popup * {
    text-align: left;
}

.mobile.for-homepage .landing_Popup.list-content-popup ul {
    padding: 0 0 0 20px;
}

.mobile.for-homepage .landing_Popup.list-content-popup .text-content-wrapper * {
    margin: 0;
}

.mobile.for-homepage .landing_Popup.list-content-popup .text-content-wrapper :is(h1, h2, h3, h4, h5, h6)+ :is(ul, ol, div, p, a) {
    margin-top: 20px;
}

.mobile.for-homepage .landing_Popup.list-content-popup .text-content-wrapper :is(ul, ol, div, p, a)+ :is(ul, ol, div, p, a) {
    margin-top: 20px;
}

/*desktop css*/
.landing_Popup .landing-content-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.for-homepage .list-content-popup .image-content-wrapper img {
    width: 100%;
}

.for-homepage .list-content-popup .landing-content-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
}

.for-homepage:not(.mobile) .list-content-popup h2 {
    font-size: clamp(20px, 2.083vw, 32px);
    line-height: normal;
}

.for-homepage:not(.mobile) .list-content-popup :is(p, a, li) {
    font-size: clamp(14px, 1.172vw, 18px);
    line-height: clamp(20px, 1.89vw, 29px);
}

.mobile.for-homepage.content .list-content-popup .landing-content-wrapper {
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

@media(max-width: 960px) {
    .for-homepage:not(.mobile) .list-content-popup .landing-content-wrapper {
        flex-direction: row;
    }

    /*.for-homepage .landing_Popup.list-content-popup .popUp_Close {*/
    /*    top: -42vw;*/
    /*    border: none;*/
    /*}*/

    .for-homepage .list-content-popup .landing-content-wrapper>* {
        width: 100%;
    }
}

.mobile.for-homepage .landing_Popup.list-content-popup .image-content-wrapper {
    height: inherit;
    min-width: 100%;
}

.mobile.for-homepage .landing_Popup.list-content-popup .image-content-wrapper img {
    object-fit: cover;
}

.mobile.for-homepage .list-content-popup .landing-content-wrapper {
    align-items: unset;
    flex-direction:column;
}

.for-homepage .landing_Popup.list-content-popup .popUp_Close .fa-times:before {
    color: #fff;
    font-size: 14px;
}

.mobile.for-homepage .landing_Popup.list-content-popup .popUp_Close {
    top: 0px;
    border: none;
    right: 0;
    width: 25px;
    height: 25px;
    z-index: 1;
}

@media (max-width: 1024px) {
    .for-homepage:not(.mobile) .list-content-popup .landing-content-wrapper {
        flex-direction: column;
        max-width: 400px;
        align-items: center;
        height: 100%;
        overflow-y: auto;
    }

    .child-hotel[data-hotelid="7751"].for-homepage:not(.mobile) .landing_PopupWrapper {
        padding: 60px;
    }

    .for-homepage .landing_Popup .image-content-wrapper,
    .for-homepage .landing_Popup .text-content {
        width: 100%;
    }
}

.for-homepage .landing_Popup.list-content-popup .landing-content-wrapper::-webkit-scrollbar {
    width: 3px;
}

.for-homepage .landing_Popup.list-content-popup .landing-content-wrapper::-webkit-scrollbar-thumb {
    background: #c39e65db;
    border-radius: 10px;
}

.for-homepage .landing_Popup.list-content-popup .landing-content-wrapper::-webkit-scrollbar-thumb:hover {
    background: #c39e65;
}

.for-homepage .landing_Popup.list-content-popup .landing-content-wrapper::-webkit-scrollbar-track {
    background: #ffffffdb;
}

@media (max-width: 992px) and (max-height: 750px) {
    .mobile.for-homepage.content .list-content-popup .landing-content-wrapper {
        /*height: 80dvh;*/
        justify-content: left;
    }

    .for-homepage:not(.mobile) .list-content-popup .landing-content-wrapper {
        height: 80dvh;
        justify-content: left;
    }

    /*.for-homepage .list-content-popup .image-content-wrapper img {*/
    /*    aspect-ratio: 3/2;*/
    /*}*/
}



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

.mobile #whatsAppHeader {
    border-radius: 50%;
    background: #25d366;
    float: left;
    position: fixed;
    left: 24px;
    bottom: 20px;
    padding:5px !important;
    z-index: 9999;
    line-height: unset;
    height:50px;
    width:50px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.mobile #whatsAppHeader a {
    color: #ffffff;
}
.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
    
}
.mobile .fa-whatsapp:before {
    content: "\f232";
}









.outerpage .content_wrapper .no-gutter .simp-custom-lp2-heroImg.simp-custom-lp2-heroImg-newlanding.simp-custom-chennai-dining-landing-page-heading{
    margin: 0;
}

.outerpage .content_wrapper .no-gutter .simp-custom-lp2-heroImg.simp-custom-lp2-heroImg-newlanding.simp-custom-chennai-dining-landing-page-heading .text-content-wrapper h1{
    padding: 1.459% 0 1.459%;
    background: rgba(110, 30, 91, .8);
    transition: none !important;
}

/* .outerpage .content_wrapper .no-gutter .simp-custom-lp2-heroImg.simp-custom-lp2-heroImg-newlanding.simp-custom-lp2-heroImg-newlanding-heading .text-content-wrapper{
    transition: none !important;
} */

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-dining-landing-page-txt-grp .text-content-wrapper > *:not(.btn){
    padding: 0;
    margin: 0;
}

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-dining-landing-page-txt-grp.widget-wrapper{
    margin: 0;
    width: 100%;
    max-width: unset;
    padding: 2.241% 19.011% 2.449%;
}

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-dining-landing-page-txt-grp.widget-wrapper .text-content{
    padding: 0;
}

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-dining-landing-page-txt-grp.widget-wrapper .text-content-wrapper{
    flex-direction: column;
}

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-dining-landing-page-txt-grp.widget-wrapper .text-content-wrapper :is(h1, h2, h3, h4, h5, h6) + :is(p, div, ol, ul, table){
    margin-top: 1.095%;
}

.outerpage .content_wrapper .no-gutter .simp-custom-landnew-txtheading :is(p,div){
    flex-direction: column;
}

/* right image - left txt, left img - right txt  */
.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space.simp-custom-chennai-dining-landing-page-left-img-right-txt, 
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space.simp-custom-chennai-dining-landing-page-left-txt-right-img{
    max-width: 1350px;
}

.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space.simp-custom-chennai-dining-landing-page-left-img-right-txt > .right-box,
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space.simp-custom-chennai-dining-landing-page-left-txt-right-img > .left-box{
    padding: 4.149% 8.297% 4.519% 4.815%;
}

.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space.simp-custom-chennai-dining-landing-page-left-img-right-txt .text-content .text-content-wrapper .btn,                         
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space.simp-custom-chennai-dining-landing-page-left-txt-right-img .text-content .text-content-wrapper .btn {
    margin-top: 75px;
    line-height: clamp(24px, 1.668vw, 32px) !important;
}

.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space.simp-custom-chennai-dining-landing-page-left-img-right-txt .left-box img,         
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space.simp-custom-chennai-dining-landing-page-left-txt-right-img .right-box img{
    height: 100%;
}

.outerpage .content_wrapper .no-gutter .widget-wrapper.simp-custom-chennai-dining-landing-page-wid-heading{
    padding: 0;
}

.outerpage .content_wrapper .no-gutter .simp-custom-lp2-ammenities.simp-custom-right-onlyimg.simp-custom-chennai-dining-landing-page-ammenities{
    width: 100%;
    padding: 2.918%  0 4.376%;
    margin: 0 auto;
}

.outerpage .content_wrapper .no-gutter .simp-custom-lp2-ammenities.simp-custom-right-onlyimg.simp-custom-chennai-dining-landing-page-ammenities .text-content-wrapper{
    row-gap: 33px;
}

.outerpage .content_wrapper .no-gutter .simp-custom-lp2-ammenities.simp-custom-right-onlyimg.simp-custom-chennai-dining-landing-page-ammenities .text-content-wrapper img{
    margin-bottom: 8.725%;
}

.outerpage .simp-custom-center-zoom-widget.simp-custom-chennai-dining-landing-page-wid-gallery-slider .slick-list img{
    padding: 0;
    padding: 11.515% 0;
}

.outerpage .simp-custom-center-zoom-widget.simp-custom-lp2-gallery.simp-custom-chennai-dining-landing-page-wid-gallery-slider .slick-slide{
    padding: 0 21px !important;
}

.outerpage .simp-custom-center-zoom-widget.simp-custom-chennai-dining-landing-page-wid-gallery-slider .slick-list .slick-center.slick-active img{
    transition: all .3s ease-out;
}

.outerpage .simp-custom-center-zoom-widget.simp-custom-lp2-gallery.simp-custom-chennai-dining-landing-page-wid-gallery-slider .slick-list{
    padding: 0 22.769% !important;
}

.outerpage .content_wrapper .no-gutter .widget-wrapper.simp-custom-center-zoom-widget.simp-custom-chennai-dining-landing-page-wid-gallery-slider{
    margin: 0;
    width: 100% !important;
    padding: 2.917% 9.740% 4.323%;
}

.outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery.simp-custom-center-zoom-widget.simp-custom-chennai-dining-landing-page-wid-gallery-slider .slick-dots{
    position: unset;
    margin-top: 2.709%;
}

.outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery.simp-custom-chennai-dining-landing-page-wid-gallery-slider .slick-arrow{
    top: 33%;
}

@media(max-width: 1536px){
 .outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery.simp-custom-chennai-dining-landing-page-wid-gallery-slider .slick-arrow{
    top: 30%;
  }
  .outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery.simp-custom-chennai-dining-landing-page-wid-gallery-slider .slick-arrow:before{
    font-size: 90px
  }
}

@media(max-width: 1200px){
 .outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery.simp-custom-chennai-dining-landing-page-wid-gallery-slider .slick-arrow{
    top: 25%;

  }

  .outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery.simp-custom-chennai-dining-landing-page-wid-gallery-slider .slick-arrow:before{
    font-size: 80px
  }
}

@media(max-width: 1000px){
 .outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery.simp-custom-chennai-dining-landing-page-wid-gallery-slider .slick-arrow{
    top: 25%;
  }

  .outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery.simp-custom-chennai-dining-landing-page-wid-gallery-slider .slick-arrow:before{
    font-size: 60px
  }
}

.outerpage .content_wrapper .no-gutter .simp-custom-lp2-location.simp-custom-lp2-location{
    width: 100%;
    max-width: unset;
    padding: 1% 14.636% 5.261%;
}

.outerpage .content_wrapper .no-gutter .simp-custom-lp2-location.simp-custom-lp2-location .text-content{
    padding: 0;
}

.outerpage .content_wrapper .no-gutter .widget-wrapper.simp-custom-chennai-dining-landing-page-wid-heading :is(h1, h2){
    color: #C29E64;
}

.outerpage .inner-page .content_wrapper .no-gutter .simp-custom-contact-lp2.simp-custom-chennai-dining-landing-page-form .form-group:first-of-type{
    margin: 0;
}
.outerpage .inner-page .content_wrapper .no-gutter .simp-custom-contact-lp2.simp-custom-chennai-dining-landing-page-form .form-group{
    margin: 1.459% 0 0;
}

.outerpage .inner-page .content_wrapper .no-gutter .simp-custom-contact-lp2.simp-custom-chennai-dining-landing-page-form .form-group#form-group-submit{
    margin-top: 2.553% !important;
}

.outerpage .inner-page .content_wrapper .no-gutter .simp-custom-contact-lp2.simp-custom-chennai-dining-landing-page-form .form-group .formSubmitButton{
    line-height: 34px !important;
    max-width: fit-content;
    padding: 0.2% 7% 0 !important;
    align-content: center;
}


.content_wrapper .no-gutter .simp-custom-lp2-heroImg.simp-custom-lp2-heroImg-newlanding.simp-custom-chennai-dining-landing-page-heading,
.content_wrapper .no-gutter .simp-custom-lp2-heroImg.simp-custom-lp2-heroImg-newlanding.simp-custom-chennai-dining-landing-page-heading .text-content,
.content_wrapper .no-gutter .simp-custom-lp2-heroImg.simp-custom-lp2-heroImg-newlanding.simp-custom-chennai-dining-landing-page-heading .text-content .text-content-wrapper,
.content_wrapper .no-gutter .simp-custom-lp2-heroImg.simp-custom-lp2-heroImg-newlanding.simp-custom-chennai-dining-landing-page-heading .text-content .text-content-wrapper :is(h1, h2, h3, h4, h5){
    transition: none !important;
    animation: none !important;
}

body{
    scroll-behavior: smooth ;
}

:is(.outer-page,.outerpage) h2#contactusheader {
    scroll-margin-top:150px;
}

.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space .right-box .imagescontainer img, 
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .left-box .imagescontainer img {
    overflow:visible;
}

.mobile .content_wrapper .no-gutter .simp-custom-chennai-dining-landing-page-heading img{
    aspect-ratio:3/1.34 !important;
    object-fit:cover;
    object-position:left;
}



.mobile.child-hotel[data-hotelid="6753"] .simp-custom-lp2-heroImg img{
    height:200px;
    object-fit:cover;
}
.mobile.child-hotel[data-hotelid="6753"] .simp-custom-lp2-heroImg h1{
    font-size:16px;
}

/* new widget */
.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt-heading{
    max-width: unset;
    width: 100%;
    margin: 0 14.844%;
    padding: 3.855% 35.573% 2.188% 11.511%;
}

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt-heading .text-content{
    padding: 0 0 0 4.485%;
}

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt-heading .text-content :is(h1, h2){
    text-align: right;
}

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt{
    padding: 0;
    max-width: unset;
    width: 100%;
    margin: 0 14.844%;
}

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt .left-box{
    padding: 0;
}

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt .right-box{
    padding: 0 0 0 2.075%;
    margin-top: -4.816%;
}

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt .right-box .txt-wdgt-btn-wrapper{
    margin-top: 6.338%;
}

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt .right-box .btn{
    background: transparent;
    border: 1px solid #C39F65;
    border-radius: 28px;
    color: #C39F65;
    width: max-content;
    padding: 2px 22px 0 22px;
    display: flex;
    align-items: center;
    font-size: clamp(14px, 1.172vw, 18px);
    text-transform: unset;
}

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt .right-box .btn:hover,
.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt .right-box .btn:active,
.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt .right-box .btn:focus{
    background: #C39F65;
    color: #fff;
}



@media(max-width: 1740px){
    .outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt-heading .text-content{
        padding: 0;
    }
}


@media(max-width: 1647px){
    .outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt-heading{
        padding-left: 0;
    }
}

@media(max-width: 1200px){

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt-heading{
    padding-right: 0;
}

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt-heading .text-content :is(h1, h2){
    text-align: left;
}

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt{
    display: flex;
    flex-direction: column;
}
    
.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt .right-box{
    padding: 2.372% ;
    margin-top: 0;
}

.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt .right-box,
.outerpage .content_wrapper .no-gutter .simp-custom-chennai-banquets-landing-pg-left-img-right-txt .left-box{
    width: 100%;
}
}























/*lp-2 heroImg --->*/
/*desktop */
/*.outerpage .content_wrapper .simp-custom-heroImg-lp2{*/
/*  height: 678px;*/
/*  position: relative;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  margin-bottom: 2.61%;*/
/*}*/
/*.outerpage .content_wrapper .simp-custom-heroImg-lp2 h2,*/
/*.outerpage .content_wrapper .simp-custom-heroImg-lp2 h1{*/
/*	color: white;*/
/*	font-size: clamp(24px,2.279vw,35px);*/
/*  line-height: clamp(34px,3.646vw, 56px);*/
/*}*/

/*mobile */
/*.mobile .content_wrapper .no-gutter .simp-custom-heroImg-lp2{*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  padding-left: 0 !important;*/
/*  padding-right: 0 !important;*/
/*}*/
/*.mobile .content_wrapper .simp-custom-heroImg-lp2 h1,*/
/*.mobile .content_wrapper .simp-custom-heroImg-lp2 h2{*/
/*  color: #fff;*/
/*  font-size: 18px;*/
/*  background: rgba(120, 0, 70, 0.9);*/
/*  width: 100%;*/
/*  padding: 7px 15px;*/
/*}*/

.outerpage .content_wrapper .no-gutter .simp-custom-lp2-heroImg{
  position: relative;
  padding: 0;
  margin-bottom: 2.61%;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-heroImg .text-content-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0 5%;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-heroImg .text-content-wrapper h1{
  color: white;
  font-size: clamp(20px,2.279vw,35px);
  line-height: clamp(34px,3.646vw, 56px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.mobile .content_wrapper .no-gutter .simp-custom-lp2-heroImg{
  position: relative;
}
.mobile .content_wrapper .no-gutter .simp-custom-lp2-heroImg h1{
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 18px;
  background: rgba(120, 0, 70, 0.8);
  /*padding: 10px 20px;*/
  padding: 0 20px;
}

/*header for ltxt-Rimg */
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-heading{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.61% 0;
}
@media screen and (max-width: 1795px){
    .outerpage .content_wrapper .no-gutter .simp-custom-lp2-heading{
      padding: 2.61% 0;
    }
}
@media screen and (max-width: 864px){
    .outerpage .content_wrapper .no-gutter .simp-custom-lp2-heading{
      padding: 2.61% 0;
    }
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-heading h2{
  color: #C29E64;
  /*font-weight: 600;*/
  font-family: Soho Gothic Pro, Medium;
  /*font-size: clamp(24px,2.734vw, 42px);*/
  line-height: clamp(34px,3.646vw, 56px);
  font-size: clamp(24px,2.083vw,40px);
  font-weight: 500;
}
.mobile .content_wrapper .no-gutter .simp-custom-lp2-heading{
  padding: 20px;
  margin: 0;
}
.mobile .content_wrapper .no-gutter .simp-custom-lp2-heading h1,
.mobile .content_wrapper .no-gutter .simp-custom-lp2-heading h2{
  padding: 0;
  color: #C29E64;
}

/*horizontal imgTxt cards*/
.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space,
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space{
  margin: 0;
  padding: 0;
  color: #fff;
  max-width: 1352px;
  display:flex;
}
.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space > div,
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space > div{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width : 50%;
}
.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space > .right-box{
  padding: 5.9% 5.4% 6.4% 6.6%;
}
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space > .left-box{
  padding: 5.9% 6.6% 6.4% 6.6%;
}
.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space .btn,
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .btn{
  background: transparent;
  border: 1px solid #C39F65;
  border-radius: 28px;
  color: #C39F65;
  margin-top: 45px;
  width: max-content;
  padding: 2px 22px 0 22px;
  display: flex;
  align-items: center;
  font-size: clamp( 14px, 1.172vw, 18px);
  text-transform: unset;
}
body .outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space .text-content-wrapper,
body .outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .text-content-wrapper{
  line-height: 0;
}
.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space img,
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space img{
  height: 100%;
}
.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space .btn:hover,
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .btn:hover{
  background: #C39F65;
  color: #6E1E5B;
}
.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space .btn-default,
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .btn-default{
  background: transparent;
}
.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space p,
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space p{
  font-size: clamp(14px, 1.172vw, 18px);
  line-height: clamp(18px, 1.953vw, 30px);
  font-weight: 300;
  letter-spacing: -0.3px;
}
.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space .txt-wdgt-btn-wrapper + .txt-wdgt-btn-wrapper,
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .txt-wdgt-btn-wrapper + .txt-wdgt-btn-wrapper{
  display: flex;
  justify-content: flex-end;
}

/*mobile */
.mobile .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space,
.mobile .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space{
  color: #fff;
  padding: 0 !important;
  margin: 20px 0;
}
.mobile .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space img,
.mobile .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space img{
  margin: 0 !important;
}
.mobile .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space .btn-default,
.mobile .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .btn-default{
  background: transparent;
}
.mobile .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space .btn,
.mobile .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .btn{
  background: #C29E64;
  border-radius: 28px;
  border: unset;
  color: #6E1E5B;
  width: max-content;
  padding: 10px 15px 8px 15px !important;
  text-transform: unset;
  margin-top: 25px;
}
.mobile .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space .text-content,
.mobile .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .text-content{
  padding: 20px 20px;
}
.mobile .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space .txt-wdgt-btn-wrapper + .txt-wdgt-btn-wrapper,
.mobile .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .txt-wdgt-btn-wrapper + .txt-wdgt-btn-wrapper{
  margin-left: 40%;
  display: flex;
  justify-content: flex-end;
}

/*ammenities ---> */
/*desktop */
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-ammenities{
  margin: 0;
  padding: 2.61% 0;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-ammenities .text-content-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-ammenities .text-content-wrapper .item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 33%;
  width: 33%;
  padding: 0 6%;
  text-align: center;
  align-self: flex-start;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-ammenities .text-content-wrapper .item span{
  font-family: Soho Gothic Pro, Regular;
  font-size: clamp( 14px, 1.302vw, 20px);
  line-height: 30px;
  color: #711B59;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-ammenities .text-content-wrapper .item img{
  margin-bottom: 20px;
}

/*mobile */
.mobile .content_wrapper .no-gutter .simp-custom-lp2-ammenities{
  margin: 20px 0;
  padding: 0;
}
.mobile .content_wrapper .no-gutter .simp-custom-lp2-ammenities .text-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  row-gap: 30px;
}
.mobile .content_wrapper .no-gutter .simp-custom-lp2-ammenities .text-content .item{
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-self: flex-start;
}
.mobile .content_wrapper .no-gutter .simp-custom-lp2-ammenities .text-content img{
  margin-bottom: 15px;
  width: 55px !important;
}



/*txt box*/
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-txtBox{
  margin: 2.61% auto;
  color: #fff;
  padding: 8%;
}
.mobile .content_wrapper .no-gutter .simp-custom-lp2-txtBox{
  padding: 50px 10% !important;
  margin: 20px 0;
  color: #fff;
}

/*gallery head */
.outerpage .content_wrapper .no-gutter .simp-custom-gallery-head{
  min-width: 100%;
  padding: 5% 0 2.7% 0;
  margin: 2.61% 0 0 0;
}

/*gallery widget*/
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery{
  min-width: 100%;
  padding: 0 8.6% 7.7% 8.8%;
  margin: 0 0 2.61% 0;
}
.outerpage .simp-custom-center-zoom-widget.simp-custom-lp2-gallery  .slick-list {
	padding: 0 23.5% !important;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery .slick-prev{
  left: -5%;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery .slick-next{
  right: -3.5%
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery .slick-arrow:before{
  font-weight: 100;
  font-size: 110px;
  opacity: 0.9;
}
.outerpage .simp-custom-center-zoom-widget.simp-custom-lp2-gallery .slick-slide {
	padding: 0 20px !important;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery .slick-dots{
  bottom: -14%;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery .slick-dots li{
  margin: 0 15px;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery .text-content-wrapper{
  display: none;
}
/*mobile */
.mobile .content_wrapper .no-gutter .simp-custom-gallery-head{
  padding: 20px 0 !important;
}
.mobile .content_wrapper .no-gutter .simp-custom-lp2-gallery{
  padding: 0 !important;
  margin-bottom: 20px !important;
}
.mobile .content_wrapper .no-gutter .simp-custom-lp2-gallery img{
  margin: 0;
  aspect-ratio:1/1 !important;
  object-fit:cover;
}
.mobile .content_wrapper .no-gutter .simp-custom-lp2-gallery .slick-list{
  padding: 0 50px;
}
.mobile .content_wrapper .no-gutter .simp-custom-lp2-gallery .slick-slide{
  padding: 0 10px;
}



/*location*/
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-location{
  padding: 2.61% 0;
}
/*mobile */
.mobile .content_wrapper .no-gutter .simp-custom-lp2-location{
  padding: 20px 0px;
}
.mobile .content_wrapper .no-gutter .simp-custom-contact-lp2{
  padding: 0 20px;
}
.mobile .content_wrapper .no-gutter .simp-custom-contact-lp2 .btn{
  width: max-content;
  background: #C29E64;
  border-radius: 28px;
  border: none;
  padding: 12px 25px 8px 25px !important;
  margin: 0 auto;
  display: block;
}

/*form */
.outerpage .inner-page .content_wrapper .no-gutter .simp-custom-contact-lp2{
  padding: 0 0 2.61% 0;
}
.outerpage .inner-page .content_wrapper .no-gutter .simp-custom-contact-lp2.fullWidthWidget .fullWidthWidgetWrapper form{
  margin: 0 auto;
}
.outerpage .inner-page  .content_wrapper .no-gutter .simp-custom-contact-lp2 fieldset{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto !important;
}
.outerpage .inner-page  .content_wrapper .no-gutter .simp-custom-contact-lp2 .form-group{
  margin: 17px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.outerpage .inner-page  .content_wrapper .no-gutter .simp-custom-contact-lp2 .form-group:first-of-type{
  margin-top: 0;
}
.outerpage .inner-page .content_wrapper .no-gutter .simp-custom-contact-lp2 label{
  display: none
}
.outerpage .inner-page .content_wrapper .no-gutter .simp-custom-contact-lp2 input{
  border: 2px solid #000;
  border-radius: 0;
}
.outerpage .inner-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-contact-lp2 .btn{
  background: transparent;
  border: 1px solid  #c39e65;
  color:  #c39e65;
  text-transform: none;
}
.outerpage .inner-page .content_wrapper .no-gutter .simp-custom-contact-lp2 .btn:hover{
  background-color: #c39e65;
  color: #fff;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2-heroImg .text-content-wrapper h1{
	background: rgba(120, 0, 70, 0.7);
	padding: 04px;
	font-size: clamp(24px,2.083vw,40px);
	outline: 10px solid rgba(255, 255, 255, 0.7);
}
.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space h3, .outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space h3{
	font-size: 24px;
}
@media screen and ( max-width:1200px){
  .outerpage .content_wrapper .simp-custom-heroImg-lp2{
    height: 550px;
  }
  .outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space h3, .outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space h3{
	font-size: 22px;
}
}
@media screen and (max-width : 900px){
  .outerpage .inner-page .content_wrapper .no-gutter .simp-custom-contact-lp2 .form-group > .col-sm-12{
    min-width: 65%;
  }
  .outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery .slick-arrow::before {
    font-size: 70px;
  }
  .outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery .slick-prev{
    left: -8%;
  }
  .outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery .slick-next{
    right: -6%;
  }
  .outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space .btn, .outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .btn {
    padding: 2px 12px 0 12px;
  }
  .outerpage .content_wrapper .simp-custom-heroImg-lp2{
    height: 450px;
  }
  .outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery .slick-dots li{
      height: 10px;
      width: 10px;
    }
    .outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery .slick-dots li button,
    .outerpage .content_wrapper .no-gutter .simp-custom-lp2-gallery .slick-dots li button:before{
      height: 10px;
      width: 10px;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space h3, .outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space h3{
    	font-size: 20px;
    }
}
@media screen and (max-width : 768px){
  .outerpage .inner-page .content_wrapper .no-gutter .simp-custom-contact-lp2 .form-group > .col-sm-12{
    min-width: 100%;
  }
  .outerpage .inner-page .content_wrapper .no-gutter .simp-custom-contact-lp2 .form-group{
    width: 70%;
  }
  .outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space {
    flex-direction: column;
  }
  .outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space{
    flex-direction: column-reverse
  }
  .outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space > div,
  .outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space > div{
      width: 100%;
  }
}

.mobile .content_wrapper .no-gutter .simp-custom-lp2-heading.simp-custom-mobile-font h2{
    font-size: 20px;
}

.outerpage .content_wrapper .no-gutter .simp-custom-lp2-ammenities.simp-custom-right-onlyimg  {
    align-items: center;
}

.outerpage .content_wrapper .no-gutter .simp-custom-lp2-ammenities .text-content-wrapper .item img {
    max-width: 101px;
    min-width: 60px;
    width: 100% !important;
}






.outerpage .content_wrapper .no-gutter .simp-custom-lp2-heroImg.simp-custom-lp2-heroImg-newlanding .text-content-wrapper h1 {
    background: none;;
    outline: none;
}

.outerpage .content_wrapper .no-gutter .simp-custom-landnew-txtheading :is(p,div){
    display:flex;
    justify-content:center;
}


.outerpage .content_wrapper .no-gutter .simp-custom-lp2-txtBox.simp-custom-lp2-txtBox-landnew {
    padding:0;
    background: #6E1E5B !important;
 }
 .outerpage .content_wrapper .no-gutter .simp-custom-lp2-txtBox.simp-custom-lp2-txtBox-landnew :is(p,div,span){
     color:#fff !important;
     margin:0;
 }
 
 .outerpage .content_wrapper .no-gutter .simp-custom-lp2-txtBox.simp-custom-lp2-txtBox-landnew .text-content-wrapper {
    padding:0 20%;
    text-align:center;
}
.imagescontainer {
    padding:40px 0;
    display:flex;
    /* gap:20px; */
    align-items:center;
}

.imagescontainer .imgicon{
    width:60px;
    height:60px;
}


.imagescontainer .imgiconall {
  position: relative; 
    padding: 0 50px;
}

.imagescontainer .imgiconall::after {
  content: '';
  height: 67%;
  width: 1px; 
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff; 
}
.imagescontainer .area p{
    color:#C39F65;
}

.outerpage .content_wrapper .no-gutter .simp-custom-left-onlytext ,
.outerpage .content_wrapper .no-gutter  .simp-custom-lp2-ammenities.simp-custom-right-onlyimg{
    width:50%;
    display:flex;
    justify-content:center;
}
.outerpage .content_wrapper .no-gutter .simp-custom-left-onlytext{
    padding-left:20%;
     align-items:end;
}
.outerpage .content_wrapper .no-gutter  .simp-custom-lp2-ammenities.simp-custom-right-onlyimg{
    padding-right:20%;
}


.outerpage .content_wrapper .no-gutter  .imagescontainer .imgiconall:last-child::after {
    display:none
 }

 .outerpage .content_wrapper .no-gutter .simp-custom-landingpage-table{
     padding:60px 0 30px;
 }

 .mobile .simp-custom-landnew-txtheading{
    padding:0 50px;
    text-align:center
}

.mobile .simp-custom-landnew-txtheading{
    padding:0 50px;
    text-align:center
}

.mobile .imagescontainer {
    padding:30px 0;
    display:flex;
    flex-wrap: wrap;
    row-gap: 30px;
    align-items:flex-start;
}

.mobile .imagescontainer .imgicon{
    width:40px;
    height:40px;
}


.mobile .imagescontainer .imgiconall {
  position: relative; 
    padding: 0 30px;
}

.mobile  .imagescontainer .imgiconall::after {
  content: '';
  height: 67%;
  width: 1px; 
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff; 
}
.mobile  .imagescontainer .imgiconall:last-child::after{
    display:none;
}

.mobile .content_wrapper .no-gutter .simp-custom-landingpage-table{
    padding:20px 50px;
}
.mobile .content_wrapper .no-gutter .simp-custom-left-onlytext{
   padding:20px 50px;
}

.outerpage .content_wrapper .no-gutter .simp-custom-lp2-ammenities.simp-custom-right-onlyimg .text-content-wrapper {
    display: flex;
    align-items: flex-start;
}

.outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space img,
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space img {
    object-fit:cover;
}

.simp-custom-landingpage-table .table>thead:first-child>tr:first-child>th {
    color:#C39F65;
}

.mobile .simp-custom-landingpage-table .table-responsive>.table {
    border: 1px solid #ddd;
}
.mobile .content_wrapper .no-gutter .simp-custom-lp2-txtBox {
    padding: 20px !important;
    margin: 0;
}

/* */

.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .left-box .text-content .text-content-wrapper .imagescontainer .imgiconall .imgicon {
    height: 65px;
}
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .left-box .text-content .text-content-wrapper .imagescontainer .imgiconall .imgicon.last-child-one {
    width: 65px;
}
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .left-box .text-content .text-content-wrapper .imagescontainer .imgiconall .imgicon.last-child-one img {
    height: 60px;
    overflow: visible;
}
.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .left-box .text-content .text-content-wrapper .imagescontainer .imgiconall .imgicon.last-child-three img {
    height: 55px;
    overflow: visible;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2.simp-custom-limg-rtxt-no-space .right-box .text-content .text-content-wrapper .imagescontainer .imgiconall .imgicon {
    height: 65px;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2.simp-custom-limg-rtxt-no-space .right-box .text-content .text-content-wrapper .imagescontainer .imgiconall .imgicon.last-child-two {
    width: 65px;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2.simp-custom-limg-rtxt-no-space .right-box .text-content .text-content-wrapper .imagescontainer .imgiconall .imgicon.last-child-two img {
    height: 60px;
    overflow: visible;
}

@media screen and (max-width: 1220px) {
    .outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space {
        display: flex;
        flex-direction: column-reverse;
    }
    .outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .left-box {
        width: 100%;
    }
    .outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .right-box {
        width: 100%;
    }
    .outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space .left-box .text-content .text-content-wrapper .imagescontainer {
        justify-content: center;
    }

    .outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space {
        display: flex;
        flex-direction: column;
    }
    .outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space .left-box {
        width: 100%;
    }
    .outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space .right-box {
        width: 100%;
    }
    .outerpage .content_wrapper .no-gutter .simp-custom-limg-rtxt-no-space .right-box .text-content .text-content-wrapper .imagescontainer {
        justify-content: center;
    }
}



.outerpage .content_wrapper .no-gutter .simp-custom-ltxt-rimg-no-space.simp-custom-limg-rtxt-no-space-puducherry h3, 
.outerpage .content_wrapper .no-gutter .simp-custom-lp2.simp-custom-limg-rtxt-no-space h3 {
    color: #C39F65 !important;
}
.outerpage .content_wrapper .no-gutter .simp-custom-lp2.simp-custom-limg-rtxt-no-space > .right-box .imagescontainer {
    align-items:start ;
}



.mobile .simp-custom-hideR .right-box {
    display: none;
}
.mobile .simp-custom-rightH .right-box {
    display: none;
}
.mobile .logo.navbar-logo{
    padding-top:2px;
    background-color:#000;
}
.mobile .fullImage {
    padding-top:70px !important;
}
.mobile .name-of-hotel {
    display:none;
}
.mobile div#accordion {
    display:none;
}
.mobile h1,
.mobile h2 {
    border-bottom: none !important;
    font-size: 24px;
    text-align: center;
}
.mobile .fullImage img{
    height: 450px;
    object-fit: cover;
}

.mobile .simp-custom-reducedwidthtext .text-content {
    background-color: #fffffff5;
    color:#000;
    padding:4% 6% !important
}
.mobile .simp-custom-header-align h2 {
    text-align: left;
}
.mobile .simp-custom-h6 h6 {
    display: none;
}
.mobile .simp-custom-h2Text h2 {
    font-size: 20px !important;
    line-height: 1.55;
    font-weight: 400 !important;
}
.mobile .row {
    display: block !important
}
.mobile .simp-custom-mblineheight h2 {
    line-height: 1.75em;
}

.mobile .simp-custom-designalter h3 a.internal-link b{
    color: #000 !important;
}

/* homepage slider */
.mobile .simp-custom-res-lt-ri-img,
.mobile .simp-custom-res-ri-lt-img {
    margin-bottom: 0 !important;
}

.mobile .simp-custom-res-lt-ri-txt h2 {
    text-align: left !important;
}

.mobile .simp-custom-res-ri-lt-txt,
.mobile .simp-custom-res-lt-ri-txt {
    padding: 10px;
    background-color: #f6f2ec;
}

/* to make the link visible on homepage */
.mobile.for-homepage .simp-custom-designalter .descriptionMobileNoSpace .internal-link font {
    color: rgb(81, 81, 81);
}

/* make image full width and text content have padding */
.mobile #leftColWid {
    padding-right: 0;
    padding-left: 0;
}

.mobile #leftColWid .simp-custom-remove-padding {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}

.mobile .simp-custom-padd {
    padding-right: 20px;
    padding-left: 20px;
}

.mobile .simp-custom-LtextRimg,
.mobile .simp-custom-LimgRtext {
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: transparent !important;
}

.mobile .simp-custom-LtextRimg .text-content,
.mobile .simp-custom-LimgRtext .text-content,
.mobile .simp-custom-LefttextRimg .text-content,
.mobile .simp-custom-LeftimgRtext .text-content {
    padding-right: 20px;
    padding-left: 20px;
}

.mobile .wt-masonry-gallery .mg-wrapper .mg-item .mg-image {
    margin: 0;
    width: 100%;
    height: auto !important;
}

.mobile .simp-custom-inn .col-xs-12 > *:not(img) {
    padding-right: 20px;
    padding-left: 20px;
}

.mobile.for-innerpage .room-description .col-xs-12 > *:not(img) {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.mobile .wtheader {
    padding-right: 20px;
    padding-left: 20px;
}

.mobile.for-innerpage .room-description .col-xs-12 > *:not(img) {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.mobile.for-innerpage #widgetWrapper > .content_wrapper {
    padding-right: 0;
    padding-left: 0;
}

.mobile.for-gallerypage #widgetWrapper .gallery-content,
.mobile.for-gallerypage #widgetWrapper .cycle-slide .cycle-content {
    padding-right: 20px;
    padding-left: 20px;
}

.mobile.for-innerpage .gallery-content #leftColWid {
    padding-right: 10px;
    padding-left: 10px;
}

.mobile .simp-custom-2imgcenter-align .col-xs-12 .text-content,
.mobile .simp-custom-2imgalign .col-xs-12 .text-content {
    padding-right: 20px;
    padding-left: 20px;
} 

.mobile .simp-custom-padBt {
    padding-bottom: 18% !important;
}
.mobile .simp-custom-imgB  div.col-xs-12 img {
    margin-bottom: 12% !important;
}
.mobile .footer-row.final {
    font-size: 12px;
}
.mobile .simp-custom-aspect-ratio .slick-slide img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.mobile .btn {
    padding: 15px 20px 10px 20px !important;
}
.mobile #footer .social-bar {
    border-bottom: 1px solid rgb(65 65 65);
}
.mobile div#masonry-gallery-3404480 .fa, 
.mobile div#masonry-gallery-3404480 .fa {
    font-weight: 300 !important;
    background: rgba(39, 39, 39, 0.25);
}

.mobile .parent-container {
    padding-top: 65px !important;
}

.mobile [data-widget-id="2205985"] .slick-arrow {
    display: none !important;
}

.mobile .page {
    overflow-x: hidden;
}

.mobile [data-widget-id="2205985"] .slick-slide h3.animate.fromBottom {
    opacity: 1;
    transform: translateY(0);
}

/* email popup and slidein */
.emailSliderForm .form-wrap .btn,
.emailSliderFormDelay .btn {
    background: #C39E65;
}


/*child inner page padding top*/
.mobile.child-hotel .parent-container .innerpage-content{
    padding-top: 30px;
}

/*landing page amenities*/

.mobile .content_wrapper .simp-custom-amenities-table-widget table th,
.mobile .content_wrapper .simp-custom-amenities-table-widget table th{
    width:50%
}
.mobile .content_wrapper .simp-custom-amenities-table-widget table,
.mobile .content_wrapper .simp-custom-amenities-table-widget tr,
.mobile .content_wrapper .simp-custom-amenities-table-widget th,
.mobile .content_wrapper .simp-custom-amenities-table-widget td{
    border:none;
}
.mobile .content_wrapper .simp-custom-amenities-table-widget td:first-child,
.mobile .content_wrapper .simp-custom-amenities-table-widget th:first-child{
    border-right: 2px solid rgba(201, 160, 99, 1);
}

/*purple-backgroud-img*/
.mobile .content_wrapper .simp-custom-experience-unparalleled-widget{
    padding:0 !important;
}

.mobile .content_wrapper .simp-custom-experience-unparalleled-widget :is(h1,h2){
    color:white;
    background: rgba(120, 0, 70, 0.7);
    padding: 10px;
    font-size:16px;
}
/*landing-page gallery-zoom*/
.mobile .simp-custom-center-zoom-widget .slick-arrow{
    display:none !important;
}

/*landing-page location*/
.mobile .simp-custom-location-widget > div+div ul li{
    list-style:none;
}
.mobile .simp-custom-location-widget > div+div ul::before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Pro';
    font-size: 28px;
    font-weight: 300;
    color:#b08645;
}

/*.mobile .simp-custom-bookbtn input.btn.btn-full-width.animation.slide-From-Bottom.slower.delay-auto {*/
/*    background-color: #c39e65;*/
/*    color: #fff;*/
/*    border: none;*/
/*    font-size: clamp(12px,.73vw,14px);*/
/*    border-radius: 22px;*/
/*}*/

.mobile .widget-wrapper.simp-custom-amenities-table-widget {
    background-color: rgb(119, 0, 92);
}



.outer-page .content_wrapper .no-gutter .simp-custom-no-top-padding,
.outerpage .content_wrapper .no-gutter .simp-custom-no-top-padding{
    padding-top:0;
}

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-banqbackheader .text-content-wrapper h1 {
    background: rgba(110, 30, 91, .8) !important;
}

.mobile .simp-custom-removepadding {
    padding-right: 20px;
    padding-left: 20px;
}



.animation.slower {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
/*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;
}

h1, h2, h3, h4, h5, h6, h2+p+div, h2+p, h2+div, h3+p, h3+div, h4+ol, h6+div, .btn, .simp-custom-animation .text-content{
    visibility: hidden;
}

.simp-custom-lp2-heroImg h1 {
    animation: unset;
}



.mobile .mobile-menu .dropdown-menu ul li:nth-of-type(8){
    display: none;
}

.for-homepage .bookingform-wrapper .abs_parent {  
    z-index: 201;
    width: 80%;
    max-width: 1044px;
}
@media (max-width: 900px) {
  .for-homepage .bookingform-wrapper .abs_parent {  
    width: 90%;
  }
}

.for-homepage .jssor-carousel-container .booking-form {
    display: flex;
    align-items: center;
    padding-bottom: 30px !important;
}
.for-homepage .jssor-carousel-container .booking-form .btn-wrapper {
    position: relative !important;
    bottom: -30px !important;
    right: 0 !important;
}

.for-homepage .jssor-carousel-container .bookingform-wrapper {
    bottom: 0;
background: rgba(110, 30, 91, 0.85);}

.for-homepage .bookingform-wrapper #booking-form .promo-block {
    display:block !important;
    width:125px !important;
} 
@media (max-width: 1000px) {
  .for-homepage .bookingform-wrapper #booking-form .promo-block {
    width:100px !important;
  } 
}
@media (max-width: 800px) {
  .for-homepage .bookingform-wrapper #booking-form .promo-block {
    width:90px !important;
  } 
}

.for-homepage .jssor-carousel-container #bookingForm .form-group.date-parameter-block.tohide{
  display: block !important;
  margin-right: 0  !important;
}
@media (max-width: 1200px) {
  .for-homepage .jssor-carousel-container #bookingForm .form-group.date-parameter-block.tohide {
    width: 120px;
  }
}
@media (max-width: 1000px) {
  .for-homepage .jssor-carousel-container #bookingForm .form-group.date-parameter-block.tohide {
    width: 115px;
  }
}
@media (max-width: 800px) {
  .for-homepage .jssor-carousel-container #bookingForm .form-group.date-parameter-block.tohide {
    width: 105px;
  }
}
.for-homepage .jssor-carousel-container #bookingForm .btn-wrapper{
  align-self: end;
  bottom: unset !important;
}
@media (max-width: 1200px) {
  .for-homepage .jssor-carousel-container #bookingForm .btn-wrapper .btn-full-width {
    min-width: 120px;
  }
}
@media (max-width: 1100px) {
  .for-homepage .jssor-carousel-container #bookingForm .btn-wrapper .btn-full-width {
    min-width: 110px;
  }
}
.for-homepage #bookingForm .booking-form{
  margin:0 !important;
  padding-bottom: 0 !important;
}
.for-homepage .jssor-carousel-container #bookingForm .select-block{
  width: 22% !important;
  padding-right: 0;
}
.for-homepage .jssor-carousel-container .booking-form{
  display: flex !important;
  justify-content: center !important; 
  position: relative;
background: transparent !important;}

.for-homepage .jssor-carousel-container .min-price-wrapper {
    bottom: -35px !important;
    right: 35px !important;
}
@media (max-width: 1200px) {
  .for-homepage .jssor-carousel-container .min-price-wrapper {
    right: -5px !important;
  }
}
@media (max-width: 1100px) {
  .for-homepage .jssor-carousel-container .min-price-wrapper {
    right: -15px !important;
  }
}

@media (max-width: 1366px) and (min-width: 1100px) {
    .for-homepage .camera-carousel-container .jssor-home-wrapper.aspectratio18-7 {        
        padding-top: 30px;
    }
    .for-homepage .jssor-home-wrapper.aspectratio18-7 {
        padding-top: 30px;
    }
}


@media (max-width: 768px) {
  .for-homepage .jssor-carousel-container .booking-form {
    background: transparent !important;
  }
  .for-homepage .jssor-carousel-container .bookingform-wrapper {
    /*background: rgba(0,0,0,.7);*/
  }
}


@media (min-width: 769px) {
  .for-homepage .jssor-carousel-container .jssor-home-wrapper #homeCarousel>div:nth-child(3) {
    bottom: 18% !important;
  }
}

.for-homepage .bookingform-wrapper .booking-form .whyBookDirect {
    bottom: -15px !important;
    right: 16% !important;
}

/* for min price*/
.booking-form-wrapper #bookingForm .min-price-wrapper .min-price-div {
    color: #fff;
}



.child-hotel .video-banner-container .vid_caption {
    position:absolute;
    top: 45%;
    width:100%;
    text-align:center;
}
.child-hotel .video-banner-container .vid_caption p {
    color:#fff;
    font-size:35px;
}

.address-block-details{
    display:none !important;
}
p, div, body {
    font-weight: 100 !important;
}
.simp-custom-LeftText {
    width: 38% !important;
    margin-left: 2% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.simp-custom-LeftText .text-content{
    padding: 7.5% 5% 7.5% 13% !important
}
.generic_slider.jssor-carousel-container.simp-custom-RightSlider {
    width: 53% !important;
    margin-right: 7%;
    
}
.generic_slider.jssor-carousel-container.simp-custom-RightSlider .jssor-carousel-wrapper{
    padding-right: 0px !important;
}
.generic_slider.jssor-carousel-container.simp-custom-LeftSlider{
    width: 53% !important;
    margin-left: 7%;
    
}
.generic_slider.jssor-carousel-container.simp-custom-LeftSlider .jssor-carousel-wrapper{
    padding-left: 0px !important;
}
.simp-custom-RightText {
    width: 38% !important;
    margin-right: 2% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.simp-custom-RightText .text-content{
    padding: 7.5% 13% 7.5% 5%!important
}

.simp-custom-RoomSlider .text-content {
    background: #fff;
    margin: 0px 5px;
    padding: 15px!important;
    
    box-shadow: 0px 1px 4px rgba(0,0,0,0.1)
}
.simp-custom-RoomSlider h3{
    padding: 20px 0px 10px;
    font-size: 20px !important;
}

.simp-custom-RoomSlider h3>a{
    font-weight: 600 !important;
}
.simp-custom-RoomSlider .text-content-wrapper{
    height: 70px !important;
}
.simp-custom-RoomSlider .text-content:hover{
    box-shadow: 0px 2px 8px rgba(0,0,0,0.3)
}


.simp-custom-button .btn{
    padding: 0px 25px !important;
}

.summary_widget_wrapper .offcont,
.promo-content .offcont{
    color: #fff;
}
.promo-content .contentblock .offcont p{
    color: #fff !important;
}

.for-homepage .content_wrapper .no-gutter.clearfix:last-child{
    display:none !important;
}
.homepage {
    padding-bottom: 0 !important;
}
body.child-hotel.for-homepage .content_wrapper {
    padding-bottom: 0 !important;
}
body.parent-hotel.for-homepage .content_wrapper {
    padding-bottom: 0 !important;
}

.bookingform-wrapper .abs_parent #bookingForm .btn-wrapper input.btn.btn-full-width {
    background-color: #c39e65;
    border: 1px solid #c39e65;
    color: #fff;
    padding: 5px 1px 0 1px;
    line-height: unset !important;
}
.bookingform-wrapper .abs_parent #bookingForm .btn-wrapper input.btn.btn-full-width:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

header .navbar-top .navbar-nav > li > a {
  color: white !important;;
}
header .navbar-top.scroll .navbar-nav > li > a {
  color: black !important;;
}

header .navbar-top .navbar-brand {
    margin-left: 2.2% !important;
}
header .navbar-top .resv_button.book_button{
    margin-right: 40% !important;
}
@media (max-width: 900px) {
    header .navbar-top .resv_button.book_button{
        margin-right: 0 !important;
    }
}
.btn {
    padding: 5px 15px 0 15px;
}

/* dropdown color fix */
header .navbar.navbar-top .dropdown.primary .dropdown-arrow {
    color: white;
}
header .navbar.navbar-top.scroll .dropdown.primary .dropdown-arrow {
    color: black;
}
header .navbar.navbar-top .dropdown.primary .our-hotel-menu .mega-menu .fa-angle-right,
header .navbar .mega-menu .dropdown-header .li-space > a {
    color: black !important;
}

/* sheen on parent hero images */
.parent-hotel .simp-custom-designalter img {
    border: none;
}

.parent-hotel .simp-custom-designalter .text-content-wrapper {
    background: linear-gradient(to top, black, transparent);
}
/* ------------------------ Item Alignment ----------------------------------- */
[data-hotelid="6746"] header .navbar-top .navbar-nav > li > a > span{
  line-height: 0;
}
header .navbar-top .moreOptions .dropdown-more>li>a {
    outline: 0;
    background: 0 0;
    color: #000;
}
.outer-page .simp-custom-overlay-fix .right-box a:hover img{
    opacity:1;
}


/*landing-page table center .simp-custom-amenities-table-widget*/
.outerpage .content_wrapper .simp-custom-amenities-table-widget table th,
.outer-page .content_wrapper .simp-custom-amenities-table-widget table th{
    width:50%
}
:is(.outerpage,.outer-page) .content_wrapper .simp-custom-amenities-table-widget table,
:is(.outerpage,.outer-page) .content_wrapper .simp-custom-amenities-table-widget tr,
:is(.outerpage,.outer-page) .content_wrapper .simp-custom-amenities-table-widget th,
:is(.outerpage,.outer-page) .content_wrapper .simp-custom-amenities-table-widget td{
    border:none;
}
:is(.outerpage,.outer-page) .content_wrapper .simp-custom-amenities-table-widget td:first-child,
:is(.outerpage,.outer-page) .content_wrapper .simp-custom-amenities-table-widget th:first-child{
    border-right: 2px solid rgba(201, 160, 99, 1);
}
/*landing-page hero-img purple simp-custom-experience-unparalleled-widget*/
:is(.outerpage,.outer-page) .content_wrapper .simp-custom-experience-unparalleled-widget :is(h1,h2){
    color:white;
    background: rgba(120, 0, 70, 0.7);
    padding: 10px;
    font-size: clamp(24px,2.083vw,40px);
}

/*landing page location */
:is(.outerpage,.outer-page) .content_wrapper .simp-custom-location-widget {
    display:flex;
    justify-content:center;
    align-items:flex-end
}
:is(.outerpage,.outer-page) .simp-custom-location-widget .right-box .text-content-wrapper ul li{
    list-style:none;
}
:is(.outerpage,.outer-page) .simp-custom-location-widget .right-box .text-content-wrapper ul::before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Pro';
    position:relative;
    left:-49%;
    font-size: 28px;
    font-weight: 300;
    color:#b08645;
}

/*landing gallery zoom*/
/*:is(.outerpage,.outer-page) .content_wrapper .simp-custom-center-zoom-widget .slick-dots{*/
/*    display:none !important;*/
/*}*/
:is(.outer-page,.outerpage) .simp-custom-center-zoom-widget .slick-dots li button:before {
    font-size: clamp(14px,.938vw,18px);
    line-height: clamp(14px,.938vw,18px);
    color:#c39e65;
    background-color:#c39e65;
    border-radius:50%;
    border:1px solid #c39e65;
    opacity:.6
}
:is(.outer-page,.outerpage)  .simp-custom-center-zoom-widget .slick-dots li.slick-active button:before {
    color: #c39e65;
    opacity: 1;
}
:is(.outer-page,.outerpage)  .simp-custom-center-zoom-widget .slick-next:before, 
:is(.outer-page,.outerpage)  .simp-custom-center-zoom-widget .slick-prev:before {
    font-size: clamp(30px,6.25vw,120px);
    font-weight:100;

}

/* :is(.outer-page,.outerpage)  .simp-custom-center-zoom-widget  .slick-prev {*/
/*    left: 0%;*/
/*    z-index: 1;*/
/*}*/

/* :is(.outer-page,.outerpage)  .simp-custom-center-zoom-widget  .slick-next {*/
/*right:1.2%;*/
/*    }*/
    
    
    
:is(.outer-page,.outerpage)  .simp-custom-center-zoom-widget  .slick-next {
  right: -2.2%;
}

:is(.outer-page,.outerpage)  .simp-custom-center-zoom-widget  .slick-prev {
  left: -4%;
  z-index: 1;
}


@media (max-width:900px){
     :is(.outer-page,.outerpage)  .widget-wrapper.simp-custom-center-zoom-widget  .slick-next {
right:-3.2%;
        
    }
}
/*@media (max-width:900px){*/
/*     :is(.outer-page,.outerpage)  .simp-custom-center-zoom-widget  .slick-next {*/
/*right:0%;*/
/*    }*/
/*}*/
/*@media (min-width: 901px) and (max-width: 1400px) {*/
/*    :is(.outer-page, .outerpage) .simp-custom-center-zoom-widget .slick-next {*/
/*        right: 0.7%; */
/*    }*/
/*}*/

/*:is(.outerpage,.outer-page) .content_wrapper .simp-custom-center-zoom-widget .slick-slide.slick-current + .slick-slide{*/
/*    transform:scale(1.1);*/
/*}*/
/*:is(.outerpage,.outer-page) .content_wrapper .simp-custom-center-zoom-widget .slick-slide{*/
/*    transform:scale(0.85);*/
/*    transition:0.3s linear*/
/*}*/

/*contact-us hover*/
:is(.outerpage,.outerpage) .content_wrapper :is(.imageDescriptionSide-rightimage,.imageDescriptionSide-leftimage) .pull-right{
    background:white;
    color:black;
    border: 1px solid #000;
}
:is(.outerpage,.outerpage) .content_wrapper :is(.imageDescriptionSide-rightimage,.imageDescriptionSide-leftimage) .pull-right:hover{
    background:#c39e65;
    color:white;
    border:1px solid #c39e65;
}
:is(.outerpage,.outerpage) .content_wrapper :is(.imageDescriptionSide-rightimage,.imageDescriptionSide-leftimage) .pull-right:active{
    box-shadow:none;
}

/*landing-page img inside th*/
:is(.outerpage,.outerpage) .simp-custom-at-residency-icons-widget .text-content-wrapper table th > img{
    width:auto;
}

/* landing page changes */

.outerpage .widget-wrapper.simp-custom-bookbtn .one-col{
    display:flex;
    justify-content:center;
}
.outerpage .widget-wrapper.simp-custom-amenities-table-widget{
    background-color:rgb(119,0,92) ;
    color: #fff;
}

.outerpage .widget-wrapper.simp-custom-amenities-table-widget h2{
    color: #fff;
}

.outerpage .widget-wrapper.simp-custom-2colamenities{
    display:none;
}




:is(.outer-page,.outerpage) .simp-custom-contactus .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 23px 12px;

}

:is(.outer-page,.outerpage) .simp-custom-contactus .btn.btn-forms.btn-full-width.formSubmitButton{
    margin:0;
    width:30%;
    border-radius:23px;
    background-color: #c39e65;
    border:none;

    
}

:is(.outer-page,.outerpage) .simp-custom-contactus .col-sm-12.col-md-6 {
    display:flex;
    justify-content:center;
}

:is(.outer-page,.outerpage) .simp-custom-contactus .col-sm-12.col-md-6 .btn{
    margin-top:3.8%;
}

:is(.outer-page,.outerpage) .simp-custom-contactus .col-md-6 {
        width: 29.5% !important;
    }

/*@media (min-width: 992px) {*/
/*    :is(.outer-page,.outerpage) .simp-custom-contactus .col-md-6 {*/
/*        width: 29.5%;*/
/*    }*/
/*}*/

/*:is(.outer-page,.outerpage) .content_wrapper .no-gutter .btn.btn-full-width,*/
/*:is(.outer-page,.outerpage)  .content_wrapper .no-gutter  .btn.txt-wdgt-btn{*/
/*    background-color:#c39e65;*/
/*    color:#fff;*/
/*    border:none;*/
/*    font-size: clamp(12px,.73vw,14px);*/
/*    border-radius:22px;*/
/*}*/


/*:is(.outer-page,.outerpage)  .content_wrapper .no-gutter   .btn.btn-full-width:is(:hover,:active,:focus),*/
/*:is(.outer-page,.outerpage)  .content_wrapper .no-gutter  .btn.txt-wdgt-btn:is(:hover,:active,:focus){*/
/*    background-color:#b08645;*/
/*    color:#fff;*/
/*    border:none;*/
    
/*}*/






@media (max-width: 1100px) {
  #footer .comm_cont .col-xs-12 {
    padding-right: 0;
    padding-left: 0;
  }
}

#footer .hotel-info .add_head {
    padding-top: 15px;
    text-align: left !important
}
#footer .hotel-info .add_head p {
    font-size: 16px;
    line-height: 1.5;
}
#footer .hotel-info .add_head p:first-child {
  margin-bottom: 10px;
}

#footer .three-col .clearfix {
    width: 100%;
}
#footer .three-col .footer_navbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
#footer .three-col li {
    display: inline-block !important;
    text-align: left;
    font-weight: 100 !important;
}
#footer .three-col .footer_navbar > ul {
    display: flex;
    justify-content: space-between;
}
#footer .three-col .footer_navbar .li-space > a {
    color: white !important;
}
#footer .three-col .footer_navbar .li-space > a > span:first-child {
    display: none;
}

@media (min-width: 1101px) {
    #footer .icon-col {
        padding-left: 5%;
    }
}
#footer .icon-col .social_block {
  width: 100%;
}
#footer .icon-col .social_block .social_head {
  padding-top: 0;
  text-align: left;
}
#footer .icon-col .social_block .social_head p {
  padding-top: 0;
}
#footer .icon-col .social_block .social_cont .socialIcon {
  display: flex;
  margin-left: -15px;
}
#footer .icon-col .social_block .social_cont a {
   margin-left: 3% !important;
}
#footer .icon-col .social_block .social_cont a:first-child {
  margin-left: 0;
}
#footer .icon-col .social_block .social_cont a:last-child {
  margin-right: 0;
}
#footer .icon-col .address_block .add_cont ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#footer .icon-col .address_block .add_cont .footer-detail {
    display: flex;
    align-items: center;
}

#footer .footer_navbar_wrapper {
    border: none;
}
#footer .footer_navbar_wrapper .footer_navbar > .navbar-nav > li:last-child > .nav > li {
    width: 100%;
}
#footer .footer_navbar_wrapper .footer_navbar > .navbar-nav > li:first-child {
    width: 33.33%;
}
#footer .footer_navbar_wrapper .footer_navbar > .navbar-nav > li:first-child > .nav > li {
    text-align: left;
}
#footer .footer_navbar_wrapper .footer_navbar > .navbar-nav > li:last-child {
    width: 66.66%;
}
#footer .footer_navbar_wrapper .footer_navbar > .navbar-nav > li:last-child > .nav {
    column-count: 2;
}
#footer .footer_navbar_wrapper .footer_navbar > .navbar-nav > li:last-child > .nav > li {
    text-align: left;
}

#footer .comm_cont.f_bot {
    border-top: 1px solid rgba(255,255,255,.5) !important;
    padding-top: 20px !important;
}

.child-hotel #footer .nav .first-li:not(:first-child) {
    display: none !important;
}
.child-hotel #footer .nav .second-li:first-child {
    display: none !important;
}
.child-hotel #footer .footer_navbar_wrapper .footer_navbar .second-li:nth-child(5) {
    display: none !important;
}



#footer .footer_navbar_wrapper .footer_navbar > .navbar-nav > li:first-child ul > li  .fa{
    font-size:12px;
    line-height:21px;
}






.outerpage .simp-custom-center-zoom-widget .slick-list {
  padding:0 24.043% !important;
}
.outerpage .simp-custom-center-zoom-widget  .slick-list img{
  padding-top:20%;
}
.outerpage .simp-custom-center-zoom-widget  .slick-list .slick-center img{
  padding:0 !important;
}
.outerpage .simp-custom-center-zoom-widget  .slick-slide{
  padding:0 20px !important;
}


.outerpage .content_wrapper .no-gutter .widget-wrapper.simp-custom-center-zoom-widget{
  width:80% !important;
} 

:is(.outerpage,.outer-page) .content_wrapper .simp-custom-center-zoom-widget .slick-slide{
    filter:brightness(50%)
    
}
:is(.outerpage,.outer-page) .content_wrapper .simp-custom-center-zoom-widget .slick-slide.slick-center{
    filter:unset;
    
}



.outer-page .generic_slider.simp-custom-desktop-hide {
    display: none !important;
}

.mobile .fullImage .fullImageInner {
    display: none;
}

.mobile .fullImage .cameraappended {
 width: 100% !important;
}
.mobile .fullImage .cameraappended div {
 width: 100% !important;
}

/*.mobile.for-homepage [data-widget-id="2221652"] .camera_prev,*/
/*.mobile.for-homepage [data-widget-id="2221652"] .camera_next {*/
/*    display: none;*/
/*}*/

.mobile.child-hotel .parent-container {
    padding-top: 35px !important;
}

.simp-custom-designalter .text-content:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #0000009c;
}
.simp-custom-designalter .text-content-wrapper
 {
   position: absolute;
   top: 70%;
   z-index:1;
   width: calc(100% - 30px);
   text-align:center!important;
 }

.simp-custom-designalter div .fas{
    border:2px solid white;
    border-radius:50%;
    padding:10px
}
.simp-custom-designalter div .fas:before {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}
.simp-custom-designalter div .fas {
    border: 2px solid white;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 24px;
    position: relative;
}
.simp-custom-designalter .text-content{
      overflow: hidden;
}
.simp-custom-designalter .text-content:hover img{
    transform: scale(1.1);
}
.simp-custom-designalter .text-content img{
    transform-origin: 0 0;
    transition: transform 1.5s, visibility .25s ease-in;
}

.simp-custom-designalter .text-content {
    padding: 0;
}
.simp-custom-designalter .text-content-wrapper p {
    line-height: 1.5!important;
}
.simp-custom-designalter h3 {
  font-size: 24px !important;
}
.simp-custom-designalter h3 {
    text-shadow: 1px 1px #1c1c1cbd;
}
.simp-custom-designalter img {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.simp-custom-removepadding {
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.simp-custom-single {
    margin-top: 4% !important;
    margin-bottom: 3.5% !important;
}
.simp-custom-single1 {
    margin-top: 2% !important;
    margin-bottom: 4% !important;
}
.simp-custom-tableWidth .table-responsive {
    width: 60% !important;
    margin: auto;
}
.simp-custom-h6-spacing h6 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #000;
    padding-top: 2%;
}
.simp-custom-paddingB-remove {
    padding-bottom: 0 !important;
}

/* grayscale to the homepage */
.simp-custom-designalter .text-content img {
    filter: grayscale(100%);
}
.simp-custom-designalter .text-content:hover img {
    filter: none !important;
}
.simp-custom-designalter .text-content:after {
    display: none;
}
.simp-custom-designalter .text-content img {
    transform-origin: center;
    transition: all .3s ease-in-out;
}
.simp-custom-designalter .page_link:hover img {
    opacity: 1;
}

.simp-custom-designalter .text-content {
    position: relative;
}
.simp-custom-designalter .text-content .text-content-wrapper > p {
    display: none !important;
}
.simp-custom-designalter .text-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.simp-custom-spacing-Bt {
    padding-bottom: 4% !important;
}
.simp-custom-spacing-Btm {
    padding-bottom: 4.5% !important;
}




.video-banner-container #fullwidth_video_bg .videoControls {
    display: none;
}

.emailSliderFormDelay h3,
.emailSliderFormDelay h3+div,
.emailSliderFormDelay .btn,
.emailSliderForm h3,
.emailSliderForm h3+div,
.emailSliderForm .btn {
    visibility: visible;
}

header .min-price-div {
    color: black;
}
.curr-date-time {
     display: none;
}
.for-homepage .curr-date-time {
     display: block;
}
.for-homepage .jssor-carousel-container .weather-time-widget-holder {
    position: absolute;
    top: auto;
    bottom: 25%;
    z-index: 2;
    left: 7%;
    right: auto;
    text-align: right;
}
@media (max-width: 976px) {
    .for-homepage .jssor-carousel-container .weather-time-widget-holder {
        bottom: 25%;
    }
}
.for-homepage .weather-wrap{
    background-color: #00000057;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
}
.for-homepage .weather-widget-climate-img {
    display: none;
}

.for-homepage span.weather-widget-degree:before {
    content: "";
    background-image: url(https://assets.simplotel.com/simplotel/image/upload/x_0,y_0,w_237,h_196,c_crop,q_60,fl_progressive/w_200,h_168/morickap-resort-wayanad/mostly_sunny_yu2eyf);
    width: 55px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    top: -37px;
    left: 0;
    position: absolute;
    right: 0;
    margin: auto;
}
.weather-widget-degree {
    font-size: 36px;
    text-shadow: 0.5px 0.5px #333;
    line-height: 1.5;
    bottom: -30px;
    padding-top: 20px;
}
.curr-date-time {
    padding-top: 28px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}
.curr-date-time .curr-time {
    text-align: center;
}
.weather-time-widget-holder {
    right: auto;
    left: 70px;
    top: unset;
    bottom: 10%;
    text-align: center;
}
.for-homepage .weather-wrap {
    width: 100%!important;
}
.weather-wrap {
    padding: 30px 15px 15px 15px;
}


header ul#top-navbar-collapse {
    justify-content: center;
}
.child-hotel header ul#bottom-navbar-collapse {
    padding-left: 0;
    padding-right: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.child-hotel header #bottom-navbar-collapse li.primary{
    padding-left: 10px;
    padding-right: 10px;
    border-right: 0px solid #fff !important;
}
header .navbar-top .resv_button.book_button {
    line-height:50px;
    font-size:18px;
    font-weight: 400 !important;
    letter-spacing: 1px;
}
header .navbar-top .lang-book-wrapper{
    margin:0;
}
header .navbar-top .resv_button.book_button{
    outline:none !important;
    height:50px;
    margin-top: 8.5%;
    padding: 3px;
}
.for-homepage nav.navbar.navbar-top .resv:hover {    
    background-color: #c39e65;
    color: #ffffff;    
    outline-offset: -12px;
    outline: 1px solid #c39e65 !important;
}
.for-homepage nav.navbar.navbar-top.scroll  .resv{ 
    background-color: #c39e65;
    color: #ffffff;
    padding: 3px;
}
.for-homepage nav.navbar.navbar-top.scroll  .resv:hover{ 
    background-color: #b59058;
    color: #ffffff;
    outline-offset: none !important;
    outline: none !important;
}

header .navbar-top .navbar-nav>li .dropdown-menu.our-hotel-menu .mega-menu>li .dropdown-header h4 {
    color: #6c2150 !important;
}



.simp-custom-2imgcenter-align 
{
    display:flex;
    justify-content:center;
    align-items:center;
}

.simp-custom-2imgcenter-align  .text-content {
    margin-left: 10px;
}
.simp-custom-2imgcenter-align .text-content-wrapper h2 {
    text-align: center !important;
    font-size: 32px !important;
}
.simp-custom-2imgcenter-align
{
    background-color:#f6f2ec;
}
.simp-custom-2imgcenter-align .left-box
{
    padding-right:0;
    padding-left: 0;
}
.simp-custom-2imgcenter-align {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.simp-custom-2imgalign 
{
    display:flex;
    justify-content:center;
    align-items:center;
}
.simp-custom-2imgalign .text-content-wrapper h2
{
    text-align: center !important;
    font-size: 32px !important;
}
.simp-custom-2imgalign  .text-content
{
    margin-right:10px;
}
.simp-custom-2imgalign
{
    background-color:#f5f5f5;
}
.simp-custom-2imgalign .right-box
{
    padding-left:0;
    padding-right: 0;
}
.simp-custom-2imgalign {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar .navbar-header .navbar-brand img:first-child,
.navbar.scroll .navbar-header .navbar-brand  img:last-child {
  display: block;
}
.navbar .navbar-header .navbar-brand  img:last-child,
.navbar.scroll .navbar-header .navbar-brand img:first-child {
  display: none;
}

.simp-custom-widthTable .table-responsive {
    width: 50% !important;
}
.simp-custom-fontW h1,
.simp-custom-fontW h2 {
    font-weight: 400 !important;
    font-size: 32px !important;
}
/*Black n white*/
.simp-custom-greyscale .col-sm-6:hover
{
    filter:grayscale(100%);
}
.simp-custom-greyscale  .col-sm-6:hover:before
{
    content: "";
    border: 1px solid #ffffff;
    display: block;
    position: absolute;
    height: 85% !important;
    width: 85% !important;
    left: 0;
    right: 0;
    z-index: 1;
    top: 4%;
    bottom:4%;
    margin: auto;
    filter:grayscale(100%);
}
.simp-custom-greyscale .text-content:hover .text-content-wrapper {
    position:absolute;
    top: 75%;
    left:11%;
    z-index:2;
    display:block;
    filter:brightness(100);
}
.simp-custom-greyscale .text-content-wrapper{
    display:none
}
.simp-custom-greyscale a 
{
    text-decoration:none;
}
/*Black n white*/
.simp-custom-hideR .right-box {
    display: none;
}
.simp-custom-hideR {
    display: flex;
    justify-content: center;
}
.simp-custom-remove-padding {
    padding-top: 0 !important;
}
.simp-custom-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.simp-custom-border img
{
    border-left:1.4px solid white;
    border-right:1.4px solid white;
}
.simp-custom-arrow.wt-image-text-slider .slick-next:before {
    color: #fff  !important;
}
.simp-custom-arrow.wt-image-text-slider .slick-prev:before {
    color: #fff !important;
}
.simp-custom-arrow .slick-next:before, .simp-custom-arrow .slick-prev:before {
    font-size: 46px !important;
}
.simp-custom-rightH .right-box {
    display: none;
}
.simp-custom-rightH {
    display: flex;
    justify-content:center;
}
.simp-custom-card .text-content-wrapper {
    background-color:#faf9f7;
    padding: 20px;
    box-shadow: 0.5px 0.5px 5px #00000021;
}
.simp-custom-h2left h2 {
    text-align: left !important;
}
.simp-custom-link a {
    text-transform: uppercase;
    text-decoration: underline;
}
.simp-custom-fiftyfive{
    width:55% !important;
    margin:auto;
}
.simp-custom-h2Size h2{
    text-align: left !important;
    font-size: 30px !important;
}
.simp-custom-borderCard .text-content-wrapper {
    background-color: rgba(255,255,255,0);
    padding: 0% 4% 12.5% 4%;
    border: 1px solid #ebeaea;
    border-bottom-width: 3px;
}
.simp-custom-bgCard .text-content-wrapper {
    background-color: #faf9f7;
    padding: 0% 4% 12.5% 4%;
    border: 1px solid #ebeaea;
    border-bottom-width: 3px;
}
.simp-custom-imgGap h2 {
    padding-top: 2.5%
}

.simp-custom-h6 h6 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #000;
    padding-bottom: 1.3%;
}
.simp-custom-h2Text h2 {
    font-size: 28px !important;
    line-height: 1.25;
    font-weight: 400 !important;
    padding-right: 22%;
}
.simp-custom-textcard  {
    width: 45% !important;
    margin: auto !important;
}
.simp-custom-textcard .left-box .text-content-wrapper {
    background-color: #faf9f7;
    padding: 20px;
    box-shadow: 1px 1px 6px #00000014;
    border-radius: 6px;
}
.simp-custom-textcard .left-box .text-content-wrapper:hover {
    background-color: #faf9f7;
    box-shadow: 1px 1px 8px #0000002e;
}
.simp-custom-textcard .right-box .text-content-wrapper {
    background-color: #faf9f7;
    padding: 20px;
    box-shadow: 1px 1px 6px #00000014;
    border-radius: 6px;
}
.simp-custom-textcard .right-box .text-content-wrapper:hover {
    background-color: #faf9f7e3;
    box-shadow: 1px 1px 8px #0000002e;
}
.simp-custom-hyperlink a {
    font-weight: 600 !important;
    color:#aa8b51 !important;
    text-decoration: none;
}
.simp-custom-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.simp-custom-reducedwidthtext .text-content-wrapper 
{
    width: 32%;
    color: #000;
    background-color:#ffffffed;
    padding: 30px 45px;
    margin-left:60%;
}

/*code for one text in homepage*/
.simp-custom-onetext-widthreduce .fullWidthWidgetWrapper{
    width: 50%;
}
.simp-custom-onetext-widthreduce .text-content .text-content-wrapper h2 {
    text-align: center !important;
}
.simp-custom-onetext-widthreduce  .text-content .text-content-wrapper div
{
    padding-top:30px;  
}
.simp-custom-onetext-widthreduce  .text-content-wrapper h3
{
    padding-top:10px;
    margin-left:0px !important;
}
.simp-custom-onetext-widthreduce  .text-content-wrapper h2
{
  margin-left:0px !important;
}
/*code for one text in homepage*/


.simp-custom-text-boxL .left-box {
    margin-top: 85px;
    background-color: #7b3564;
    position:absolute;
    right: 95px;
    padding: 35px 40px !important;
    width: 35%;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: -10px;
}
.simp-custom-text-boxL .right-box{
    width: 70% !important;
    position:relative;
    padding-left: 0;
}

.simp-custom-text-boxR .right-box {
    margin-top: 85px;
    background-color: #7b3564;
    position:absolute;
    right: 95px;
    padding: 35px 40px !important;
    width: 35%;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: -10px;
}
.simp-custom-text-boxR .left-box{
    width: 70% !important;
    position:relative;
    padding-left: 0;
}

.simp-custom-text-position .text-content {
    background-color: #f9f2e5;
    padding: 40px 60px 40px 40px;
    margin-right: -9%;
    margin-top: 20%;
}
.simp-custom-text-format h2 {
    font-size: 28px !important;
    text-align: center !important;
    padding-top: 2% !important;
    padding-bottom: 6% !important
}
.simp-custom-h2-color h2 {
    color: #000 !important;
}
.simp-custom-text-format h6 {
    font-size: 14px !important;
    text-align: center !important;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 1%;
}
.simp-custom-text-position div {
    line-height: 1.8;
}
.clearfix.widget-wrapper.wt1tb.bgImageContainer.fullWidthWidget.simp-custom-padding-reduce {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
}
.simp-custom-button a.btn
{
    background:transparent;
    border:1px solid #FFFFFF;
    color:#ffffff;
}
.simp-custom-button a.btn:hover
{
    background:#ffffff;
    color:#c39e65;
}
.simp-custom-extraB {
    margin-bottom: 3% !important;
}
.simp-custom-extraB1 {
    margin-bottom: 2% !important;
}
.simp-custom-extraT {
    margin-top: 4% !important;
}
.simp-custom-text-format1 h2 {
    font-size: 28px !important;
    text-align: left !important;
    padding-top: 1% !important;
    margin-bottom: -3% !important;
}
.simp-custom-text-format1 h6 {
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 600;
}
.simp-custom-paddingB {
    padding-bottom: 0 !important;
}
.simp-custom-img-size img {
  width: 50% !important;
}
.simp-custom-h2-sml h2 {
    font-size: 34px !important;
    text-align: left !important;
}
/*black and white img*/
.simp-custom-blackimg .text-content img.img-responsive{
  filter: grayscale(100%);
}
.simp-custom-blackimg .text-content:hover img.img-responsive{
    filter: none!important;
}
.simp-custom-black-white img{
  filter: grayscale(100%);
}
.simp-custom-black-white:hover img{
    filter: none!important;
}
.simp-custom-black-white1 img{
  filter: grayscale(100%);
}
.simp-custom-black-white1 .mg-item:hover img{
    filter: none!important;
}
/*black and white img*/
.simp-custom-center .fullWidthWidgetWrapper{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.simp-custom-LtextRimg {
    padding-top: 0px !important;
}
.simp-custom-LtextRimg .left-box{
    padding: 0px !important;
    width: 34% ;
    margin-left: 11%;
    margin-right: 3%;
}

.simp-custom-LtextRimg .right-box{
    padding: 0px !important;
    margin-left: 7.5%;
    width: 44.5%;
}
.simp-custom-LtextRimg h2{
    text-align: left !important;
}
.simp-custom-LtextRimg h4{
    margin-top: 15px !important;
}
.simp-custom-LimgRtext{
    padding-top: 90px !important;
}
.simp-custom-LimgRtext .left-box{
   padding: 0px !important;
    margin-right: 7.5%;
    width: 44.5%;
}
.simp-custom-LimgRtext .right-box{
    padding: 0px !important;
    width: 34% ;
    margin-left: 3%;
    margin-right:11%;
}
.simp-custom-LimgRtext h2{
    text-align: left !important;
}
.simp-custom-text-spacing .text-content-wrapper {
    margin-top: 6%;
}
.simp-custom-LefttextRimg {
    padding-top: 60px !important;
}
.simp-custom-LefttextRimg .left-box{
    padding: 0px !important;
    width: 34% ;
    margin-left: 0;
    margin-right: 0;
}

.simp-custom-LefttextRimg .right-box{
    padding: 0px !important;
    margin-left: 7.5%;
    width: 44.5%;
}
.simp-custom-LefttextRimg h2{
    text-align: left !important;
}
.simp-custom-LefttextRimg h4{
    margin-top: 15px !important;
}
.simp-custom-LeftimgRtext{
    padding-top: 90px !important;
}
.simp-custom-LeftimgRtext .left-box{
   padding: 0px !important;
    margin-right: 7.5%;
    width: 44.5%;
}
.simp-custom-LeftimgRtext .right-box{
    padding: 0px !important;
    width: 34% ;
    margin-left: 0;
    margin-right:0;
}
.simp-custom-LeftimgRtext h2{
    text-align: left !important;
}

/* start - left text right image slider */
/* simp custom left text */
.outer-page .simp-custom-res-lt-ri-txt {
    margin: 0 !important;
    width: 55% !important;
    display: flex;
    align-items: center;
    background-color: #f6f2ec;
}
.outer-page .simp-custom-res-lt-ri-txt .text-content {
    padding: 0 20%;
}
.outer-page .simp-custom-res-lt-ri-txt .text-content h2 {
    text-align: left !important;
}


/* simp custom right image slider */
.outer-page .generic_slider.jssor-carousel-container.simp-custom-res-lt-ri-img {
    padding: 0;
    margin: 0;
    width: 45% !important;
    display: flex;
    align-items: center;
    /* vertical-align: middle; */
}
.outer-page .simp-custom-res-lt-ri-img .jssor-carousel-wrapper {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
}
/* end - left text right image slider */


/* start - left image slider right text */
/* simp custom left image slider */
.outer-page .generic_slider.jssor-carousel-container.simp-custom-res-ri-lt-img {
    padding: 0;
    margin: 0;
    width: 45% !important;
    display: flex;
    align-items: center;
}
.outer-page .simp-custom-res-ri-lt-img .jssor-carousel-wrapper {
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

/* simp custom right text */
.outer-page .simp-custom-res-ri-lt-txt {
    margin: 0 !important;
    width: 55% !important;
    background-color: #f6f2ec;
    display: flex;
    align-items: center;
}
.outer-page .simp-custom-res-ri-lt-txt .text-content {
    padding: 0 20%;
}
.outer-page .simp-custom-res-ri-lt-txt .text-content h2 {
    text-align: left !important;
}
/* end - left image slider right text */



/*Table Border Remove*/

.simp-custom-table-border table,
.simp-custom-table-border td{
    border:none !important;
}

/*Right slider-left text*/
.clearfix.widget-wrapper.generic_slider.jssor-carousel-container[data-widget-id="2210804"]  {
    max-width: 74%;
}
.jssor-carousel-container[data-widget-id="2210804"] .jssor-carousel-wrapper {
    width: 98%;
    padding-left: 0;
    marging-left:0px;
}

.clearfix.widget-wrapper.wt1tb[data-widget-id="2210805"] {
    width: 26%;
    margin-left: 0px;
    background-color: #fffefd;
    height: auto;
}
.widget-wrapper.wt1tb[data-widget-id="2210805"] .one-col.text-content {
    background-color: #f0f0eed9;
    width: 90%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 5%;
    padding: 8%;
    margin-left: 5%;
    color:#272727;
    padding-top:0 !important;
}

/*Left slider-right text*/
.clearfix.widget-wrapper.generic_slider.jssor-carousel-container[data-widget-id="2210806"]  {
    max-width: 74%;
}
.jssor-carousel-container[data-widget-id="2210806"] .jssor-carousel-wrapper {
    width: 98%;
    padding-right: 0;
    margin-left: 2%;
}

.clearfix.widget-wrapper.wt1tb[data-widget-id="2210807"] {
    width: 26%;
    margin-left: 0;
    background-color: #fffefd;
    height: auto;
}
.widget-wrapper.wt1tb[data-widget-id="2210807"] .one-col.text-content {
    background-color: #f0f0eed9;
    width:90%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8%;
    color:#272727;
    padding-top:0 !important;
}

/*Right slider-left text*/
.clearfix.widget-wrapper.generic_slider.jssor-carousel-container[data-widget-id="2210808"]  {
    max-width: 74%;
}
.jssor-carousel-container[data-widget-id="2210808"] .jssor-carousel-wrapper {
    width: 98%;
    padding-left: 0;
    marging-left:0px;
}

.clearfix.widget-wrapper.wt1tb[data-widget-id="2206479"] {
    width: 26%;
    margin-left: 0px;
    background-color: #fffefd;
    height: auto;
}
.widget-wrapper.wt1tb[data-widget-id="2206479"] .one-col.text-content {
    background-color: #6e1e5b;
    width: 90%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 5%;
    padding: 8%;
    margin-left: 5%;
    color:#fff;
    padding-top:0 !important;
}

/*Left slider-right text*/
.clearfix.widget-wrapper.generic_slider.jssor-carousel-container[data-widget-id="2210809"]  {
    max-width: 74%;
}
.jssor-carousel-container[data-widget-id="2210809"] .jssor-carousel-wrapper {
    width: 98%;
    padding-right: 0;
    margin-left: 2%;
}

.clearfix.widget-wrapper.wt1tb[data-widget-id="2210810"] {
    width: 26%;
    margin-left: 0;
    background-color: #fffefd;
    height: auto;
}
.widget-wrapper.wt1tb[data-widget-id="2210810"] .one-col.text-content {
    background-color: #6e1e5b;
    width:90%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8%;
    color:#fff;
    padding-top:0 !important;
}

.container-fluid .simp-custom-widget-hide {
    display: none!important;
}
.mobile .simp-custom-mobile-widget-hide {
    display: none!important;
}



.generic_slider.jssor-carousel-container.simp-custom-width50{
    width: 50% !important;
}
.generic_slider.jssor-carousel-container.simp-custom-width50 .jssor-carousel-wrapper {
    padding: 0 !important;
}
.generic_slider.jssor-carousel-container.simp-custom-width50 div#jssorCommonCarousel_7 {
    margin: 0;
}
.wt1tb.simp-custom-width50 {
    width: 50% !important;
    display:flex;
    justify-content: center;
    align-items: center;
}
.wt1tb.simp-custom-width50 .text-content {
    padding: 0 50px;
}
/*.simp-custom-width50 {*/
/*    padding-top:0px !important;*/
/*    padding-bottom:0px !important;*/
/*}*/

/* Fullwidth slider our properties */
/*div[data-widget-id="2205985"] .text-content-wrapper {*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 18%;*/
/*    width: 100%;*/
/*    margin: auto;*/
/*    transition: 1s all ease-in-out;*/
/*    color: #fff !important;*/
/*    background-color:#6e1e5bdb !important;*/
/*}*/
/* div[data-widget-id="2205985"] .text-content:hover .text-content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 1s all ease-in-out;
    bottom: 0px;
} */
/* div[data-widget-id="2205985"] .text-content:hover .text-content-wrapper:before {
    content: "";
    transition: 1s all ease-in-out;
    z-index: 1;
    opacity: 1;
    background-color:#293131c9 !important;
    height: 100%;
    align-items: center;
    position: absolute;
} */
/*div[data-widget-id="2205985"] .text-content .text-content-wrapper:before {*/
/*    content: "";*/
/*    transition: 1s all ease-in-out;*/
/*    transform: translateY(1%);*/
/*    position: absolute;*/
/*    bottom: 3px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    z-index: 1;*/
/*    opacity: 0;*/
/*}*/
/* div[data-widget-id="2205985"] .text-content:hover .text-content-wrapper p {
    transition: 1s all ease-in-out;
    z-index:1;
} */
/*div[data-widget-id="2205985"] .text-content .text-content-wrapper p {*/
/*    transition: 1s all ease-in-out;*/
/*    width: 90%;*/
/*    display: block;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/
/*div[data-widget-id="2205985"] .text-content .text-content-wrapper h3 {*/
/*    font-size: 22px;*/
/*    font-weight: 500;*/
/*    line-height: 0.1;*/
/*}*/

.simp-custom-border img
{
    border-left:1.4px solid white;
    border-right:1.4px solid white;
}

.simp-custom-gradientimg .text-content-wrapper a{
 color:#fff;
}
.simp-custom-gradientimg .text-content-wrapper
{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    color:#fff;
    padding:10px 20px;
    z-index:1 !important;
    text-align:center !important;
    justify-content:center;
}
.simp-custom-gradientimg .text-content:after
{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,0.05);
    background-image: linear-gradient(360deg, #0a0a0a8c,  transparent);
    width: calc(100% - 2px) !important ;
    margin:auto;
}
.simp-custom-gradientimg a 
{
    text-decoration:none;
}
.simp-custom-gradientimg .text-content .text-content-wrapper h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 0.1;
    text-shadow: 1px 1px #0000009c;
}

.simp-custom-width22 {
    width: 22% !important;
    margin-right: 56px!important;
    margin-left: 0!important;
    display: flex;
    justify-content:center;
    align-items:center;
    padding-top:50px!important;
}
.simp-custom-width56 { 
    width: 56% !important;
    margin-right: 0!important;
    margin-left: 66px!important;
    padding-bottom: 70px !important;
    padding-top:50px!important;
}
.simp-custom-width56 .text-content-wrapper{
    position:absolute;
    display:none;
}
.simp-custom-width56 .text-content:hover:after{
    background-color: rgba(0,0,0,0.75);
    padding:0px !important;
    width:calc(100% - 30px);
}
.simp-custom-width56 .text-content:hover .text-content-wrapper 
{
    position:absolute;
    top:0px;
    left:40px;
    width:75%;
    height:100%;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    z-index:1;
    background:none;
}
.simp-custom-width56 .text-content:after
{
    content: " ";
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    bottom: 0;
    background-color: rgba(0,0,0,0.15);
}
.simp-custom-width56 img.img-responsive {
    height: 350px;
}
.simp-custom-width56 .btn {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.simp-custom-width56 .btn:hover {
    background-color: #c39e65;
    color: #fff;
    border: 1px solid #c39e65;
}
.simp-custom-width56 a {
  color: #fff;
}
.simp-custom-h3w h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


/*left-img right-text*/
.simp-custom-textn-boxR .right-box .text-content-wrapper{
    background: #7b3564;
    padding: 15%;
    color: #fff;
    width: 150%;
    outline: 1px solid white;
    outline-offset: -10px;
    margin-left: -47.5%;
}
.simp-custom-textn-boxR{
    display: flex;
    align-items: center;
    justify-contnet: center;
}
.simp-custom-textn-boxR h2 {
  color: #fff !important;
}
/*left-img right-text*/

/*left-text Right-img*/
.simp-custom-textn-boxL .left-box .text-content-wrapper{
    background: #7b3564;
    padding: 15%;
    color: #fff;
    width: 150%;
    outline: 1px solid white;
    outline-offset: -10px
}
.simp-custom-textn-boxL{
    display: flex;
    align-items: center;
    justify-contnet: center;
}
.simp-custom-textn-boxL .left-box{
    z-index: 1;
}
.simp-custom-textn-boxL h2 {
  color: #fff !important;
}
/*left-text Right-img*/

.simp-custom-fw-sheen
{
    position:relative;
}
.simp-custom-fw-sheen:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.55);
}
.simp-custom-fw-sheen .text-content 
{
    z-index:1;
}

.child-hotel .header-pills {
    padding: 120px 0 10px !important;
}
.location-page .header-pills .tab-content {
    margin-top: 12px;
}

