.audio-for-vits{
   position: absolute;
    font-size: 15px;
    z-index: 99;
    bottom: 0px;
    text-align: center;
    background-color: #000000bf;
    margin: auto;
    left: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 0;
    color: white !important;
    padding: 15px;
}









[class*='imageDescription'] img, .wt1img img, .wt2img img, .wt3img img, .camera_wrap {
    visibility: hidden;
    opacity: 0;
}

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    opacity: 1 !important;
}

@keyframes fadeIn {
    0% {
        /*      transform: scale(0); */
        transform: translateY(20px);
        opacity: 0.0;
    }
    100% {
        /*      transform: scale(1); */
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        /*      -webkit-transform: scale(0); */
        -webkit-transform: translateY(20px);
        opacity: 0.0;
    }
    100% {
        /*      -webkit-transform: scale(1); */
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}

.wtheader .text-content, .wtsubheader .text-content {
    text-align: center;
}
.wtheader .text-content h1, .wtsubheader .text-content h2 {
	display: inline-block;
	position: relative;
}
.wtheader .text-content h1:after, .wtsubheader .text-content h2:after {
    content: '';
    height: 2px;
    background: linear-gradient(to left,rgba(66,66,66,0.1),rgba(66,66,66,.75),rgba(66,66,66,1),rgba(66,66,66,.75),rgba(66,66,66,0.1));
    display: block;
    transition: all .5s ease-in-out;  
  margin: 10px auto;
  width: 70%;
}
.wtheader .text-content h1:hover:after, .wtsubheader .text-content h2:hover:after {
  width: 100%;
	background: linear-gradient(to left,rgba(66,66,66,0.1),rgba(66,66,66,.75),rgba(66,66,66,1),rgba(66,66,66,.75),rgba(66,66,66,0.1));
  height: 2px;
}

.outer-page .hotel_amenities_wrap  h2,
.outerpage .hotel_amenities_wrap  h2{
    display:inline-block;
    position:relative;
}
.outer-page .hotel_amenities_wrap  h2:after,
.outerpage .hotel_amenities_wrap  h2:after{
    content: '';
    height: 2px;
    background: linear-gradient(to left,rgba(66,66,66,0.1),rgba(66,66,66,.75),rgba(66,66,66,1),rgba(66,66,66,.75),rgba(66,66,66,0.1));
    display: block;
    transition: all .5s ease-in-out;
    margin: 10px auto;
    width: 70%;
}

.outer-page .hotel_amenities_wrap  h2:hover:after,
.outer-page .hotel_amenities_wrap  h2:hover:after{
    width: 100%;
    background: linear-gradient(to left,rgba(66,66,66,0.1),rgba(66,66,66,.75),rgba(66,66,66,1),rgba(66,66,66,.75),rgba(66,66,66,0.1));
    height: 2px;
}

.hidden-script-for-anim {
    display: none;
}


.simp-custom-imagecenter img.reset-width.fadeIn {
    margin: auto;
}
 .simp-custom-imagecenter .slick-slide
{
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.2);
    background-color:#f9f8ff;
}
.simp-custom-imagecenter .slick-slide:hover
{
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.3);
}
.simp-custom-hideRightBox .right-box{
    display:none;
}
.simp-custom-hideLeftBox .left-box{
    display:none;
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}
header ul#bottom-navbar-collapse{
    padding-left: 0;
    padding-right: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.simp-custom-center {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}


/*.simp-custom-imagecenter .slick-list {*/
/*    display:flex;*/
/*    justify-content:center;*/
/*}*/
.simp-custom-imagecenter .slick-track{
    display:flex;
}
.simp-custom-imagecenter .slick-slide{
    display:flex;
    flex-direction:column;
    margin:0 15px;
}
.simp-custom-imagecenter .slick-slide .text-content-wrapper{
    padding:10% 0;
    display:flex;
    flex-direction:column;
    flex:1 1 0;
}
.simp-custom-imagecenter .slick-slide .text-content-wrapper h2{
    padding:0 0 8% 0;
}
.simp-custom-restaurants .text-content-wrapper{
    padding:20px 0 0 0;
}
.simp-custom-restaurants .txt-wdgt-btn-wrapper{
    padding: 20px 0;
}

.content_wrapper .no-gutter .simp-custom-three-yt-video .text-content-wrapper video {
    aspect-ratio: 416 / 740;
    object-fit: cover;
}

.for-innerpage.location-page  .header-pills{
    max-width: 1340px;
}

.outer-page .simp-custom-gangtok-3-cards .text-content-wrapper{
    padding:20px 10px;
}

.outer-page .simp-custom-gangtok-3-cards .text-content-wrapper .txt-wdgt-btn-wrapper{
    padding-top:20px;
}

.outer-page .simp-custom-gangtok-3-cards .text-content{
    padding:0;
    margin:0 15px;
}

.simp-custom-button a.txt-wdgt-btn{
    width: 80%;
    background: #5a5e5a;
    padding: 12px 0px;
    color:white;
}
.simp-custom-button .btn:hover{
    background-color: #151515;
    color: #fff;
}
.simp-custom-button-blue a.txt-wdgt-btn{
    width: 80%;
    background: #02D59D;
    padding: 12px 0px;
    color:white;
}
.simp-custom-table-border table,
.simp-custom-table-border td{
    border:none !important;
}
.simp-custom-full-border {
    border:1px solid #dbdbdb;
    border-radius:4px;
}

/*Image Hover Effect*/
.simp-custom-hover img:hover{
    clip-path: inset(19px 12px);
}
.simp-custom-hover img{
    transition: clip-path 0.5s !important;
    clip-path: inset(0%);
}
/*End*/
.simp-custom-facility .right-box{
    display:none;
}

.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.5);
}
.simp-custom-fw-sheen .text-content 
{
    z-index:1;
}


.simp-custom-reducewidth 
{
    width:70% !important;
    margin:auto !important;
}

/*.simp-custom-hoverunderline .text-content:hover a{
    color:black!important;
    border-bottom:1px solid black;
}*/

.simp-custom-hoverunderline .text-content:hover a.internal-link{
    color:black!important;
    border-bottom:1px solid black;
}
.simp-custom-mobile-widget-hide .left-box img,.simp-custom-mobile-widget-hide .right-box img{
    display:none
}

.simp-custom-reduced-width img{
    width:50%!important;
}
.simp-custom-reduced-width thead img{
   margin-left:85px!important;
}

.simp-custom-centerimghide .center-box{
    display:none;
}

.simp-custom-hideRightBox .right-box{
    display:none;
}
.simp-custom-hideLeftBox .left-box{
    display:none;
}
.mobile .simp-custom-hideRightBox > .col-xs-12:last-child{
    display:none;
}
.mobile .simp-custom-hideLeftBox > .col-xs-12:first-child{
    display:none;
}
.simp-custom-center{
    display:flex;
    justify-content:center;
}

[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter .simp-custom-txt-img .text-content .text-content-wrapper div {
    margin-top: 40px;
}
[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter:last-child > .widget-wrapper {
    padding-bottom: 20px;
}
[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter:last-child .widget-wrapper .promotions_block {
    margin: 0;
}
[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter:last-child .widget-wrapper .hotel_amenities_wrap ul li {
    white-space: nowrap;
}
[data-hotelid="9653"] .outer-page .navbar .container .navbar-header .navbar-brand {
    top: 50%;
    transform: translateY(-50%);
}

[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter .simp-custom-imagecenter.slick-slider .slick-list{
    display:block !important;
}

[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter .simp-custom-imagecenter .slick-list {
    padding-bottom: 5px;
}

[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter .simp-custom-imagecenter {
    padding-bottom: 3.907%;
}

[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter .simp-custom-imagecenter .slick-dots {
    bottom: 30px;
}

[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter .simp-custom-imagecenter .slick-list .slick-slide {
    padding-top: 15px;
}

[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter .simp-custom-imgtxt-cards .text-content {
    padding-top: 15px;
}

@media screen and (max-width: 1300px) {
[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter .simp-custom-imagecenter .slick-dots {
        bottom: 25px;
    }
}

@media screen and (max-width: 1150px) {
[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter .simp-custom-imagecenter .slick-dots {
        bottom: 20px;
    }
}

@media screen and (max-width: 990px) {
[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter .simp-custom-imagecenter .slick-dots {
        bottom: 15px;
    }
}

@media screen and (max-width: 880px) {
[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter .simp-custom-imagecenter .slick-dots {
        bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter .simp-custom-imagecenter .slick-dots {
        bottom: 5px;
    }
}

[data-hotelid="9653"] .outer-page .content_wrapper .no-gutter .simp-custom-homepage-imgcards .text-content .text-content-wrapper h2 {
    padding: 30px 0;
}

[data-hotelid="9653"].mobile .content_wrapper .no-gutter .simp-custom-homepage-imgcards img {
    margin: 0 !important;
}

[data-hotelid="9653"].mobile .content_wrapper .no-gutter .simp-custom-homepage-imgcards {
    margin: 0;
}

[data-hotelid="9653"].mobile .content_wrapper .no-gutter .simp-custom-homepage-imgcards h2 {
    padding: 10px 0 20px 0;
}

[data-hotelid="9653"].mobile .content_wrapper .no-gutter .wtsubheader {
    margin: 20px 0 10px 0;
}


[data-hotelid="9653"].mobile .content_wrapper .no-gutter .wtsubheader h2 {
    padding: 0;
}

[data-hotelid="9653"].mobile .content_wrapper .no-gutter .simp-custom-imagecenter {
    margin: 20px 0 0 0;
}

[data-hotelid="9653"].mobile .content_wrapper .no-gutter .simp-custom-imagecenter .slick-list .slick-track .slick-slide img {
    margin: 0 0 10px 0;
}

[data-hotelid="9653"].mobile .content_wrapper .no-gutter .simp-custom-imagecenter .slick-list .slick-track .slick-slide h2 {
    padding: 0 0 20px 0;
}

[data-hotelid="9653"].mobile .content_wrapper .no-gutter .simp-custom-homepage-imgcards {
    margin: 20px 0 0 0;
}

[data-hotelid="9653"].mobile .content_wrapper .no-gutter .simp-custom-txt-img .text-content div {
    padding: 10px 0 0 0;
}

[data-hotelid="9653"] .outer-page .camera-carousel-container .bookingform-wrapper .abs_parent #bookingForm {
    display: flex;
    align-items: flex-end;
    padding: 20px 20px 30px 20px;
}

[data-hotelid="9653"] .outer-page .camera-carousel-container .bookingform-wrapper .abs_parent #bookingForm .booking-form>.btn-full-width {
    position: unset;
}

.summary-widget .summary-content-wrap{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.summary-widget .summary-content-wrap:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
}

.outer-page .homepage .address-block-details .hotel-contacts .address-telephone .fa-phone::before,
.outer-page .homepage .address-block-details .hotel-contacts .address-telephone .fa-envelope::before{
    color:#ce97d6;
}

/*header pill is present in all pages that's why targeted directly using hotel id*/
/*[data-hotelid="8926"] .header-pills-wrapper{*/
/*    margin-top:145px;*/
/*}*/
/*[data-hotelid="8926"] .header-pills{*/
/*    display:none;*/
/*}*/
/*[data-hotelid="8926"].location-page .loc-fullwidth{*/
/*    margin-top:145px;*/
/*}*/

.resv-wrap .resv:focus, .resv-wrap .resv:hover{
    background:#7f1b73;
}

.jssor-carousel-container + .wtbookbtn .one-col{
    display:flex;
    justify-content:center;
}

header .navbar-top .navbar-nav>li .dropdown-menu.our-hotel-menu .mega-menu>li.directory .dropdown-header {
    position: static;
}

header .navbar-top .navbar-nav>li .dropdown-menu.our-hotel-menu .mega-menu>li.directory .ul-top .li-space a {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    color: #c54bb6;
    opacity: 1;
}
header .navbar-top .navbar-nav>li .dropdown-menu.our-hotel-menu .mega-menu>li.directory .ul-top .li-space a .list-name {
    padding-left: 0;
}



/* mega-menu */

@media (max-width:1024px){
  header .navbar-top .navbar-nav>li .dropdown-menu.our-hotel-menu .mega-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 3;
  }
}

/*tripadvisor fix*/

.section_bg .wttripadvisor,
.section_bg .wttripadvisor .TA_selfserveprop{
    width:100%;
    /*max-width:50%;*/
    margin:auto;
}

.section_bg .fb-widget-wrapper{
    display:none;
}

.outer-page .content_wrapper .no-gutter .simp-custom-imagecenter .slick-dots{
    position:relative;
    bottom:0;
}

.outer-page .content_wrapper .no-gutter .simp-custom-btn-center .col-xs-12,
.outerpage .content_wrapper .no-gutter .simp-custom-btn-center .col-xs-12{
    display:flex;
    justify-content:center;
}



/*jira 11991*/
.location-page .content_wrapper .no-gutter .directions-bar{
    padding: 20px 0;
}
.location-page .content_wrapper .no-gutter .directions-bar .form-group{
    display: block;
}
.location-page .content_wrapper .no-gutter .directions-bar label{
    padding-left: 0px;
}
@media (max-width:1100px){
    .location-page .content_wrapper .no-gutter .directions-bar .form-group{
        width: 40%;
    }
    .location-page .content_wrapper .no-gutter .directions-bar .btn-wrap{
        width: 20%;
    }
}
@media (max-width:950px){
    .location-page .content_wrapper .no-gutter .directions-bar .form-group{
        width: 100%;
    }
    .location-page .content_wrapper .no-gutter .directions-bar .btn-wrap{
        width: 100%;
        margin: 0;
    }
}

.child-hotel[data-hotelid="10102"] .hotel_amenities_wrap {
    margin-bottom: 0;
}

/*ops - 12398*/
.header-pills .tab-content {
	left: 0;
}
.header-pills .tab-content .nav > li > a.places-link{
	display: flex;
	align-items: center;
}



.homepage .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper form, .inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper form {
    margin-left: 0%;
}
@media (min-width: 992px) {
    .fullWidthWidget form .text-danger {
        width: 50%;
        margin-left: 16.6667%;
    }
    :is(.outer-page, .outerpage) .content_wrapper .no-gutter form .col-md-6 {
        /* width: calc(100% - 16.66666667%); */
    }
    :is(.outer-page, .outerpage) .content_wrapper .no-gutter form .text-danger {
        padding-left: calc(16.666667% + 15px);
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 991px) {
    .homepage .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper form,
    .inner-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .fullWidthWidgetWrapper form {
        margin-inline: 23%;
    }
    .content_wrapper .no-gutter .form-group {
    display: flex;
    justify-content: center;
        width:100%;
        flex-direction:column
}
    :is(.outer-page, .outerpage) .content_wrapper .no-gutter form .text-danger {
        width:100%;
    }
}

@media (max-width: 767px) {
    :is(.outer-page, .outerpage) .content_wrapper .no-gutter form fieldset {
        display: flex;
        flex-direction: column;
    }
}

form label {
    word-break: break-word;
}
.content_wrapper .no-gutter .form-group {
    display: flex;
    justify-content: center;
}


.parent-hotel .header-pills-wrapper .header-pills {
    padding: 90px 0px 10px;
}
.child-hotel .header-pills-wrapper .header-pills {
    padding: 125px 0px 10px;
}



.mobile .summary_widget_wrapper{
    display:none !important;
}
.mobile .summary_widget_wrapper{
    display:none !important;
}
.mobile .fullImage img{
    height: 300px;
    object-fit: cover;
}
.mobile .fullImage{
    padding-top: 70px
}
.mobile .logo.navbar-logo {
 background: #fff;
}
.mobile .name-of-hotel{
    display: none;
}
.mobile .panel-group{
    display: none;
}
.mobile.for-homepage .wtheader{
    display: none;
}
.mobile h1{
    font-size: 26px;
    text-align: center !important;
    border: none !important
}
.mobile h2{
     font-size: 23px;
     text-align: center !important;
     border: none !important
}

.mobile .simp-custom-imagecenter .slick-slide h2{
    padding:0 0 24px 0;
}
.mobile .simp-custom-imagecenter .slick-track .slick-slide img{
    margin:0 0 20px 0;
}
.mobile .simp-custom-hideRightBox .col-xs-12:last-child{
    display:none;
}

.mobile .content_wrapper .no-gutter .simp-custom-facilities .col-xs-12 img{
    margin:0;
}

.txt-wdgt-btn-wrapper a.btn:active{
    color:#fff;
    background:#ce97d6;
    border:1px solid #ce97d6;
    box-shadow:unset;
}

/* dropdown alignments */

.mobile #modalHotelListSearch .each-hotel-group-wrapper.directory,
.mobile .select-hotel-wrapper .dropdown-menu .dropdown-menu-wrapper .each-hotel-wrapper.directory {
    margin: 0px;
    display:none;
}


.mobile .select-hotel-wrapper .dropdown-menu .dropdown-menu-wrapper .each-hotel-wrapper .hotel-group-name a {
    color: #707070;
    font-size: 16px !important;
    padding:20px 0;
    display: block;
}

.mobile #modalHotelListSearch .list .each-hotel-wrapper .hotel-group-name a{
    color: #707070;
    font-size: 16px;
    padding-top:20px;
    display: block;
}

.mobile .simp-custom-restaurants{
    padding: 0 0 20px 0;
}

.mobile .simp-custom-homepage-imgcards h2{
    padding-bottom:0;
}

.mobile .content_wrapper .no-gutter .simp-custom-homepage-imgcards img{
    margin-top:0 !important;
}

.mobile .simp-custom-homepage-imgcards .col-xs-12 + .col-xs-12{
    margin-top:20px
}

.mobile .simp-custom-btn-center .col-xs-12{
    display:flex;
    justify-content:center
}

.mobile .content_wrapper .no-gutter .simp-custom-two-btn-col{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:20px
}
.mobile .content_wrapper .no-gutter .simp-custom-two-btn-col .col-xs-12{
    margin:0 !important;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
.mobile .content_wrapper .no-gutter .simp-custom-two-btn-col .col-xs-12>div,
.mobile .content_wrapper .no-gutter .simp-custom-two-btn-col .col-xs-12 p{
    text-align:center !important;
}

/*OPS-11611*/
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-two-cards .text-content-wrapper{
    padding-top:30px;
    padding-bottom:30px;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .simp-custom-two-cards .text-content-wrapper :is(h1,h2,h3){
    margin-bottom: 20px;
}


/*jira 11991*/
.mobile .content_wrapper .simp-custom-table-border .table-responsive table td{
    border: 1px solid #ddd;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-facilities{
    margin-top: 0!important;
}
.mobile .simp-custom-facilities .descriptionMobileNoSpace{
    padding-top: 10px;
}
.mobile .simp-custom-facilities .descriptionMobileNoSpace br{
    display: none;
}
.mobile.for-gallerypage[data-hotelid="10102"] #leftColWid{
    padding-bottom: 40px
}
.mobile.for-gallerypage[data-hotelid="10102"] .div-16-9{
    padding: 0;
    height: 100%;
    overflow: visible;
}
.mobile.for-gallerypage[data-hotelid="10102"] .div-16-9 .holder{
    position: relative;
}
.mobile.for-gallerypage[data-hotelid="10102"] .cycle-next,
.mobile.for-gallerypage[data-hotelid="10102"] .cycle-prev{
    top: 35%;
    bottom: unset;
    height: auto;
}
.mobile.for-gallerypage[data-hotelid="10102"] .cycle-next .icon-next,
.mobile.for-gallerypage[data-hotelid="10102"] .cycle-prev .icon-prev{
    margin-top: 0;
    top: 0;
    position: relative;
}
@media (orientation: landscape){
    .mobile.for-gallerypage[data-hotelid="10102"] .cycle-next,
    .mobile.for-gallerypage[data-hotelid="10102"] .cycle-prev{
        top: 42.5%;
    }
}
.mobile[data-hotelid="10102"] .content_wrapper .no-gutter .widget-wrapper.simp-custom-imagecenter + .simp-custom-two-cards{
    margin-top: 40px !important;
}
.mobile[data-hotelid="10102"] .content_wrapper .no-gutter .widget-wrapper.simp-custom-two-cards img{
    margin-bottom: 10px;
}
.mobile[data-hotelid="10102"] .content_wrapper .no-gutter .widget-wrapper.simp-custom-two-cards .col-xs-12:first-child{
    margin-bottom: 20px;
}
.mobile[data-hotelid="10102"] .content_wrapper .no-gutter .widget-wrapper.simp-custom-two-cards .descriptionMobileNoSpace{
    line-height: 16px;
}
.mobile[data-hotelid="10102"] .content_wrapper .no-gutter .widget-wrapper.simp-custom-two-cards .descriptionMobileNoSpace h2{
    padding: 0;
}
.mobile .simp-custom-hideLeftBox > div:first-of-type{
    display:none;
}
.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-two-cards h2 {
  padding: 0 0px 20px 0;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-imagecenter .slick-dots {
  position: static;
  margin-top: 10px;
}
.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-two-cards .col-xs-12 {
  margin: 20px 0 !important;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-two-cards {
  margin: 0 !important;
}

.mobile .content_wrapper .no-gutter .widget-wrapper.simp-custom-two-cards img {
  margin-top: 0px !important;
}

.mobile .simp-custom-gangtok-txtgrp img{
    padding-top:20px
}

.mobile .nav-wrap .mobile-menu .navBtnBorder:hover{
    color:#fff;
}





.parent-hotel .no-gutter:nth-child(2) .widget-wrapper {
    display: none;
}
.clearfix.widget-wrapper.wtheader, .clearfix.widget-wrapper.wtsubheader {
    padding-bottom: 0px!important;
}
.child-hotel .no-gutter:nth-child(2) .widget-wrapper {
    padding-top: 0px!important;
}
.for-innerpage .inner-page{
    padding-bottom: 0px!important;
}
.clearfix.widget-wrapper.imageDescriptionSide[data-widget-id="532707"] {
    padding: 0px!important;
}

#back-top{
    z-index: 999;
}

/*.headerTopStrip {*/
/*    height: 0;*/
/*}*/
/*.topStrip-details {*/
/*    color: #fff;*/
/*    padding: 0 20px;*/
/*}*/
/*.topStrip-newtab{*/
/*    padding-left: 5px;*/
/*}*/

/*.collapsedNavbar.parent-hotel nav.navbar.navbar-top {*/
/*    height: 110px;*/
/*}*/

/*.collapsedNavbar.parent-hotel.for-innerpage .clearfix.widget-wrapper.header-pills {*/
/*    padding: 150px 0 15px;*/
/*}*/
/*.collapsedNavbar.child-hotel nav.navbar.navbar-top {*/
/*    height: 110px;*/
/*}*/
/*.child-hotel.for-innerpage.collapsedNavbar .clearfix.widget-wrapper.header-pills {*/
/*    padding-top: 160px;*/
    /*padding-top: 133px;*/
/*}*/
/*.collapsedNavbar.child-hotel.for-innerpage .clearfix.widget-wrapper.header-pills {*/
/*    padding: 170px 0 15px;*/
/*}*/
/*.collapsedNavbar nav.navbar.navbar-top {*/
/*    height: 135px;*/
/*}*/
/*.collapsedNavbar .headerTopStrip{*/
/*    background: #333;*/
/*    color: #f4f4f4;*/
/*    font-size: 14px;*/
/*    height: 30px;*/
/*    transition: all ease .5s;*/
/*    overflow: hidden;*/
/*}*/
/*.mobile .collapsedNavbar .headerTopStrip{*/
/*    background: #333;*/
/*    color: #f4f4f4;*/
/*    font-size: 14px;*/
/*    height: 30px;*/
/*    transition: all ease .5s;*/
/*    overflow: hidden;*/
/*}*/
/*.headerTopStrip .header_top_contact {*/
/*    float: left;*/
/*}*/
/*.headerTopStrip .topStrip-newtab:before {*/
/*    content: "\e00f";*/
/*}*/
/*.headerTopStrip .topStrip-close-btn {*/
/*    float: right;*/
/*    background: none;*/
/*    border: none;*/
/*}*/

header .navbar-top .navbar-nav > li .dropdown-menu.our-hotel-menu .mega-menu > li .dropdown-header h4 a{
  color: #c54bb6;
  line-height: 1.1;
}
.mobile .select-hotel-wrapper .dropdown-menu .dropdown-menu-wrapper .each-hotel-wrapper .hotel-group-name a{
  color: #707070;
}
.mobile #modalHotelListSearch .list .each-hotel-wrapper .hotel-group-name a{
  color: #707070;
  font-size: 16px;
}

header .navbar-top .navbar-brand img{
    margin-top:15px;
}
.outer-page .content_wrapper .simp-custom-text-with-img .text-content-wrapper img{
    margin-top:30px
}
 .outer-page .simp-custom-imagecenter .slick-track{
    padding-bottom:10px;
}
 .outer-page .simp-custom-imagecenter .slick-slide .text-content-wrapper{
    padding:30px 0;
}
 .outer-page .simp-custom-imagecenter .slick-slide .text-content-wrapper h2{
    padding-bottom:30px;
}
.location-page .header-pills{
    margin-top: 200px;
    padding-top:30px;
    width:96%;
    margin:200px auto 0 auto;
}
.location-page .header-pills .tab-content{
    /*margin-top:81px !important;*/
    margin-top:31px !important;
}
 .outerpage .content_wrapper .wtbookbtn .one-col{
    display:flex;
    justify-content:center;
    align-items:center;
}
 .outerpage .no-gutter .location_map_block{
    padding-top:30px;
}






/*mobile css*/
.mobile .logo.navbar-logo img{
    margin-top:10px;
}
.mobile .content_wrapper .wtbookbtn .col-sm-12{
    display:flex;
    justify-content:center;
    align-items:center;
}
.mobile .content_wrapper .simp-custom-imagecenter .slick-slide{
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.2);
    background-color:#f9f8ff;
} 
.mobile .simp-custom-imagecenter .slick-slide img{
    margin-bottom:20px;
}
.mobile .simp-custom-imagecenter .slick-slide h2{
    padding:0;
}
.mobile .simp-custom-imagecenter .slick-slide .txt-wdgt-btn-wrapper{
    margin:20px 0
}
.mobile .room-description .col-xs-12 img{
    margin:0;
}
.mobile .room-description .col-xs-12 h3{
    padding:0;
    margin-top:20px;
}
.mobile .room-description .col-xs-12 .btn{
    margin-bottom:20px;
}
.mobile.for-gallerypage .parent-container>.gallery-content{
    margin:0 !important;
}
.mobile.for-gallerypage .custom-left-widget-wrapper{
    padding-bottom:0;
}
.mobile.for-gallerypage .cycle-content{
    padding-bottom:0;
}
.mobile.for-gallerypage .gallery-content .gallery-drop .fa-custom-gallery{
    margin-top:2px;
}
.mobile.for-locationpage #leftColWid{
    padding:65px 15px 15px 15px;
}

.mobile .content_wrapper .no-gutter .widget-wrapper{
    margin:20px 0 !important;
    padding:0;
}
.mobile .content_wrapper .no-gutter .widget-wrapper.wtsubheader{
    margin:20px 0 0 0!important;
    padding:0;
}
body:not(.mobile).location-page .content_wrapper .no-gutter .widget-wrapper.img-description-padding .map-location-details .text-content{
    overflow:auto;
    max-height:230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 20px 30px;
}
@media(max-width:1400px){
    .location-page .header-pills .tab-content {
        left: 0;
    }
}



.outer-page .simp-custom-accommodation-cards .btn.txt-wdgt-btn {
    background: none;
    color: #c54bb6;
    border-color: #c54bb6;
    padding: 0 20px;
}
.outer-page .simp-custom-accommodation-cards h2{
    text-align: left;
    padding-top:15px;
    font-size: 26px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.wt1imgtop-1tbbot.imageDescriptionbottom1.widget-wrapper.fullWidthWidget.simp-custom-accommodation-cards p:nth-of-type(1){
    display:none;
}
.outer-page .simp-custom-accommodation-cards .text-content {
    margin: 0 13px;
    border-radius: 10px;
    margin-right: 16px;
    padding: 0 0 22px 0;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 16%);
    transition: all .5s ease-in-out;
    width: 487px;
    height: 483px;
}
.outer-page .simp-custom-accommodation-cards .text-content img {
    border-radius: 10px 10px 0 0;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-accommodation-cards{
    margin-bottom: 30px;
    padding: 1.7% 9.3% 3.1% 9% !important;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-accommodation-cards .text-content p:empty{
    display:none;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-accommodation-cards .text-content .text-content-wrapper p{
    padding:0;
    margin-bottom:10px;
}
.outer-page .simp-custom-accommodation-cards .slick-prev {
    left: -1.2%;
}
.outer-page .simp-custom-accommodation-cards .slick-next {
    right: -1.5%;
}
.outer-page .simp-custom-accommodation-cards .text-content:hover {
    box-shadow:4px 8px 16px rgb(0 0 0 / 20%);
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.wt1imgtop-1tbbot.imageDescriptionbottom1.widget-wrapper.fullWidthWidget.simp-custom-accommodation-cards p {
    padding: 10px 0 12px;
    margin:0;
    width:90%;
}
.outer-page .simp-custom-accommodation-cards .text-content {
    /* padding: 0 6.5%; */
}
.outer-page .simp-custom-accommodation-cards .text-content .text-content-wrapper{
    margin-left: 4%;
}
.outer-page .simp-custom-accommodation-cards .text-content .text-content-wrapper p{
    font-size: 20px;
    letter-spacing: 0;
    line-height: 29px;
}
.outer-page .simp-custom-accommodation-cards .text-content .btn {
    font-weight: 500;
    font-size:18px;
}
.outer-page .simp-custom-accommodation-cards .text-content .btn:hover {
    background: #c54bb6;
    color: #ffffff;
}
@media screen and (max-width:1250px){
    .outer-page .simp-custom-accommodation-cards .text-content{
        width: 350px;
        height: 400px;
    }
    .outer-page .simp-custom-accommodation-cards h2{
        font-size: 22px;
    }
    .outer-page .simp-custom-accommodation-cards .text-content .text-content-wrapper p{
        font-size: 16px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 991px){
    .outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-accommodation-cards{
        padding: 2.1% 2.12% 3.13% 2.3% !important;
    }
}
@media screen and (max-width:794px){
    .outer-page .simp-custom-accommodation-cards .text-content{
        width: 300px;
        height: 380px;
    }
    .outer-page .simp-custom-accommodation-cards h2{
        font-size: 22px;
    }
    .outer-page .simp-custom-accommodation-cards .text-content .text-content-wrapper p{
        font-size: 16px;
        line-height: 25px;
    }
}

.outer-page .simp-custom-accommodation-slider .col-xs-12.one-col.text-content.slick-slide{
    height: 100%;
}
.outer-page .simp-custom-accommodation-slider .btn.txt-wdgt-btn {
    background: none;
    color: #7F1B73;
    border-color: #7F1B73;
    padding: 0 20px;
}
.outer-page .simp-custom-accommodation-slider h2{
    padding-top:15px;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.wt1imgtop-1tbbot.imageDescriptionbottom1.widget-wrapper.fullWidthWidget.simp-custom-accommodation-slider p:nth-of-type(1){
    display:none;
}
.outer-page .simp-custom-accommodation-slider .text-content.slick-slide {
    margin: 0 13px;
    border-radius: 10px;
    margin-right: 16px;
    padding: 0 0 22px 0;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 16%);
    transition: all .5s ease-in-out;
}
.outer-page .simp-custom-accommodation-slider .image-content-wrapper img {
    border-radius: 10px 10px 0 0;
}
.outer-page .simp-custom-accommodation-slider .slick-track {
    padding-bottom: 30px;
}
.outer-page .simp-custom-accommodation-slider .slick-arrow::before {
    font-size: 24px;
    color: rgba(28, 28, 26, 1);
}
.outer-page .simp-custom-accommodation-slider .slick-arrow {
    z-index: 9;
    border-radius: 50%;
    background-color: #fff;
    width: 60px;
    height: 60px;
    top: 46.5%;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 26%);
    transition: all .3s ease-in-out;
}
.outer-page .simp-custom-accommodation-slider .slick-arrow {
  top: 42.5%;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-accommodation-slider{
    margin-bottom: 30px;
    padding: 1.7% 9.3% 3.1% 9% !important;
}
.outer-page .simp-custom-accommodation-slider ul.slick-dots {
    /*margin-bottom: 30px;*/
    padding-bottom: 20px;
    left: 0;
    bottom: 5px;
}
.outer-page .simp-custom-accommodation-slider .slick-prev {
    left: -1.2%;
}
.outer-page .simp-custom-accommodation-slider .slick-next {
    right: -1.5%;
}
.outer-page .simp-custom-accommodation-slider .text-content.slick-slide:hover {
    box-shadow:4px 8px 16px rgb(0 0 0 / 20%);
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.wt1imgtop-1tbbot.imageDescriptionbottom1.widget-wrapper.fullWidthWidget.simp-custom-accommodation-slider p {
    padding: 10px 0 12px;
    margin:0;
    width:90%;
}
.outer-page .simp-custom-accommodation-slider .text-content-wrapper {
    padding: 0 6.5%;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.wt1imgtop-1tbbot.imageDescriptionbottom1.simp-custom-accommodation-slider .text-content-wrapper>span {
    margin-top:0;
    padding-left:0;
}
.outer-page .simp-custom-accommodation-slider .text-content.slick-slide .btn {
    font-weight: 500;
    font-size:18px;
}
.outer-page .simp-custom-accommodation-slider .text-content.slick-slide .btn:hover {
    background: #7F1B73;
    color: #ffffff;
}
@media (max-width: 1740px){
.outer-page .simp-custom-accommodation-slider .slick-arrow {
     top: 39.5%; 
    }
}
@media (max-width: 1600px){
.outer-page .simp-custom-accommodation-slider .slick-arrow {
     top: 37.5%; 
    }
}
@media only screen and (max-width:1500px) {
.outer-page .simp-custom-accommodation-slider .slick-prev,
.outer-page .simp-custom-accommodation-slider .slick-next{
        top:37%;
    }
    .outer-page .simp-custom-accommodation-slider .text-content.slick-slide{
        padding-bottom:10px
    }
}
@media (max-width: 1440px) {
    .outer-page .simp-custom-accommodation-slider .slick-arrow {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width:1200px) {
    .outer-page .simp-custom-accommodation-slider .slick-prev,
    .outer-page .simp-custom-accommodation-slider .slick-next{
        top: 32%;
        width: 40px;
        height: 40px;
    }
    .outer-page .simp-custom-accommodation-slider .slick-arrow::before {
        font-size: 24px;
    }
    .outer-page .simp-custom-accommodation-slider .text-content.slick-slide .btn {
        font-size:16px;
    }
}    
@media only screen and (max-width:1040px) {
    .outer-page .simp-custom-accommodation-slider .slick-prev,
    .outer-page .simp-custom-accommodation-slider .slick-next{
        top: 44%;
    }
}
@media only screen and (max-width: 900px){
    .outer-page .simp-custom-accommodation-slider .slick-prev, 
    .outer-page .simp-custom-accommodation-slider .slick-next {
        top: 43%;
    }
}
@media only screen and (max-width: 800px){
    .outer-page .simp-custom-accommodation-slider .slick-prev,
    .outer-page .simp-custom-accommodation-slider .slick-next {
        top: 40%;
    }
}
@media only screen and (max-width: 991px){
    .outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-accommodation-slider{
        padding: 2.1% 2.12% 3.13% 2.3% !important;
    }
    .outer-page .simp-custom-accommodation-slider .slick-prev{      
        left: 1%;
    }
    .outer-page .simp-custom-accommodation-slider .slick-next{
        right:1%
    }
}
@media only screen and (max-width: 1280px){
.outer-page .simp-custom-accommodation-slider ul.slick-dots {
    bottom: unset;
    }
}
@media only screen and (max-width:1700px) {
    .outer-page .simp-custom-accommodation-slider ul.slick-dots {
        bottom: -5px;
    }
}
/*@media screen and (max-width:1630px){*/
/*    .simp-custom-our-hotel-slider .col-xs-12.one-col.text-content.slick-slide{*/
/*        max-height: 65vh;*/
/*    }*/
/*}*/
@media only screen and (max-width:1500px) {
    .outer-page .simp-custom-accommodation-slider ul.slick-dots {
        bottom: -10px; 
    }
}
@media only screen and (max-width:1000px) {
    .outer-page .simp-custom-accommodation-slider ul.slick-dots {
        bottom: -25px; 
    }
}

.outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-meeting-and-events {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
.outer-page .simp-custom-meeting-and-events .text-content {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin: 0 2%;
  }
.outer-page .simp-custom-meeting-and-events .text-content .text-content-wrapper {
    bottom: 0px;
    position: absolute;
    height: 30%;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s all ease-in-out;
    display: block;
    overflow: hidden;
  }
.outer-page .simp-custom-meeting-and-events .text-content:hover .text-content-wrapper{
    width: 94%;
}
.outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-meeting-and-events  .text-content .text-content-wrapper h2 {
    font-size: 35px;
    color: #fff;
    /* font-weight: 600; */
    padding-top: 5px;
    margin-bottom:40px
  }
.outer-page .simp-custom-meeting-and-events .text-content .text-content-wrapper {
    padding: 0 3%;
    text-align: center;
  }
.outer-page .simp-custom-meeting-and-events .text-content:hover .text-content-wrapper {
    background-color: #3379a887;
    bottom: 0;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s all ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
.outer-page .simp-custom-meeting-and-events .text-content .text-content-wrapper a{
  color:#fff;
}
.outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-meeting-and-events  .text-content:hover .text-content-wrapper h2 {
    margin-bottom:0px;
}
.outer-page .simp-custom-meeting-and-events .text-content .text-content-wrapper p{
  display:none;
}
.outer-page .simp-custom-meeting-and-events .text-content:hover .text-content-wrapper p{
    display:block;
    color:#fff;
    margin-bottom:15px;
}
.outer-page .simp-custom-meeting-and-events .text-content:hover .text-content-wrapper a{
  text-decoration:none;
}
.outer-page .simp-custom-meeting-and-events .text-content:hover .text-content-wrapper .btn{
  background:transparent;
  border:1px solid;
}
.outer-page .simp-custom-meeting-and-events .text-content .text-content-wrapper {
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.85) 20%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0) 100%
    );
    width: 100%;
  }
.outer-page .simp-custom-meeting-and-events .text-content .text-content-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.outer-page .simp-custom-meeting-and-events  .text-content .text-content-wrapper> div:last-of-type {
    display: none;
}
.outer-page .simp-custom-meeting-and-events  .text-content:hover .text-content-wrapper> div:last-of-type {
    display: block;
}
@media screen and (max-width:1222px){
  .outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-meeting-and-events .text-content .text-content-wrapper h2{
    font-size: 28px ;
  }
  .outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-meeting-and-events .text-content:hover .text-content-wrapper h2{
    font-size: 28px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width:1060px){
  .outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-meeting-and-events .text-content .text-content-wrapper h2{
    font-size: 26px ;
  }
  .outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-meeting-and-events .text-content:hover .text-content-wrapper h2{
    font-size: 26px ;
  }
}
@media screen and (max-width:1000px){
  .outer-page .homepage .content_wrapper .no-gutter.clearfix  .simp-custom-meeting-and-events .text-content .text-content-wrapper h2{
    font-size: 24px;
  }
  .outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-meeting-and-events .text-content:hover .text-content-wrapper h2{
    font-size: 24px ;
  }
}
@media screen and (max-width:950px){
  .outer-page .homepage .content_wrapper .no-gutter.clearfix  .simp-custom-meeting-and-events .text-content .text-content-wrapper h2{
    font-size: 22px ;
  }
  .outer-page .homepage .content_wrapper .no-gutter.clearfix  .simp-custom-meeting-and-events .text-content:hover .text-content-wrapper h2{
    font-size: 22px ;
  }
}
@media screen and (max-width:900px){
  .outer-page .homepage .content_wrapper .no-gutter.clearfix  .simp-custom-meeting-and-events .text-content .text-content-wrapper h2{
    font-size: 20px ;
  }
  .outer-page .homepage .content_wrapper .no-gutter.clearfix  .simp-custom-meeting-and-events .text-content:hover .text-content-wrapper h2{
    font-size: 20px ;
  }
  .outer-page .simp-custom-meeting-and-events .text-content .text-content-wrapper{
    height:35%;
  }
}
@media screen and (max-width:850px){
  .outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-meeting-and-events .text-content .text-content-wrapper h2{
    font-size: 18px ;
    margin-top:3%;
  }
  .outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-meeting-and-events .text-content:hover .text-content-wrapper h2{
    font-size: 18px ;
  }
}

header .navbar-top .navbar-nav>li .dropdown-menu.our-hotel-menu
{
    width:100% !important;
}







.outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-about-us-and-offers {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    max-width: unset;
    padding: 0 5%;
  }
.outer-page .simp-custom-about-us-and-offers .text-content {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin: 0 2%;
 }
.outer-page .simp-custom-about-us-and-offers .text-content,
.outer-page .simp-custom-about-us-and-offers .text-content a,
.outer-page .simp-custom-about-us-and-offers .text-content .text-content-wrapper{
    border-radius: 10px;
}
.outer-page .simp-custom-about-us-and-offers .text-content .text-content-wrapper {
    bottom: 0px;
    position: absolute;
    height: 30%;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s all ease-in-out;
    display: block;
    overflow: hidden;
  }
.outer-page .simp-custom-about-us-and-offers .text-content:hover .text-content-wrapper{
    width: 94%;
}
.outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-about-us-and-offers  .text-content .text-content-wrapper h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    padding-top: 5px;
    margin-bottom:40px
  }
.outer-page .simp-custom-about-us-and-offers .text-content .text-content-wrapper {
    padding: 0 3%;
    text-align: center;
  }
.outer-page .simp-custom-about-us-and-offers .text-content:hover .text-content-wrapper {
    background-color: #3379a887;
    bottom: 0;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s all ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
.outer-page .simp-custom-about-us-and-offers .text-content .text-content-wrapper a{
  color:#fff;
}
.outer-page .simp-custom-about-us-and-offers .text-content:hover .text-content-wrapper a{
  text-decoration:none;
}
.outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-about-us-and-offers  .text-content:hover .text-content-wrapper h2 {
    margin-bottom:0px;
}
.outer-page .simp-custom-about-us-and-offers .text-content .text-content-wrapper p{
  display:none;
}
.outer-page .simp-custom-about-us-and-offers .text-content:hover .text-content-wrapper p{
    display:block;
    color:#fff;
    margin-bottom:15px;
}
.outer-page .simp-custom-about-us-and-offers .text-content:hover .text-content-wrapper .btn{
  background:transparent;
  border:1px solid;
  border-radius:10px;
}
.outer-page .simp-custom-about-us-and-offers .text-content .text-content-wrapper {
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.85) 20%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0) 100%
    );
    width: 100%;
  }
.outer-page .simp-custom-about-us-and-offers .text-content .text-content-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.outer-page .simp-custom-about-us-and-offers  .text-content .text-content-wrapper> div:last-of-type {
    display: none;
}
.outer-page .simp-custom-about-us-and-offers  .text-content:hover .text-content-wrapper> div:last-of-type {
    display: block;
}
.outer-page .simp-custom-about-us-and-offers .text-content:hover .text-content-wrapper .btn{
        background-color: rgb(197, 75, 182);
        font-size: 1em;
        padding: 0px 10px;
        line-height: 40px;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        min-width: 175px;
        text-align: center;
        border-radius: 10px;
        cursor: pointer;
        border: 0px;
}
@media screen and (max-width:1222px){
  .outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-about-us-and-offers .text-content .text-content-wrapper h2{
    font-size: 28px ;
  }
  .outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-about-us-and-offers .text-content:hover .text-content-wrapper h2{
    font-size: 28px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width:1060px){
  .outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-about-us-and-offers .text-content .text-content-wrapper h2{
    font-size: 26px ;
  }
  .outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-about-us-and-offers .text-content:hover .text-content-wrapper h2{
    font-size: 26px ;
  }
}
@media screen and (max-width:1000px){
  .outer-page .homepage .content_wrapper .no-gutter.clearfix  .simp-custom-about-us-and-offers .text-content .text-content-wrapper h2{
    font-size: 24px;
  }
  .outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-about-us-and-offers .text-content:hover .text-content-wrapper h2{
    font-size: 24px ;
  }
}
@media screen and (max-width:950px){
  .outer-page .homepage .content_wrapper .no-gutter.clearfix  .simp-custom-about-us-and-offers .text-content .text-content-wrapper h2{
    font-size: 22px ;
  }
  .outer-page .homepage .content_wrapper .no-gutter.clearfix  .simp-custom-about-us-and-offers .text-content:hover .text-content-wrapper h2{
    font-size: 22px ;
  }
}
@media screen and (max-width:900px){
  .outer-page .homepage .content_wrapper .no-gutter.clearfix  .simp-custom-about-us-and-offers .text-content .text-content-wrapper h2{
    font-size: 20px ;
  }
  .outer-page .homepage .content_wrapper .no-gutter.clearfix  .simp-custom-about-us-and-offers .text-content:hover .text-content-wrapper h2{
    font-size: 20px ;
  }
  .outer-page .simp-custom-about-us-and-offers .text-content .text-content-wrapper{
    height:35%;
  }
}
@media screen and (max-width:850px){
  .outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-about-us-and-offers .text-content .text-content-wrapper h2{
    font-size: 18px ;
    margin-top:3%;
  }
  .outer-page .homepage .content_wrapper .no-gutter.clearfix .simp-custom-about-us-and-offers .text-content:hover .text-content-wrapper h2{
    font-size: 18px ;
  }
}

.simp-custom-our-hotel-slider .col-xs-12.one-col.text-content.slick-slide{
    height: 100%;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.wt1imgtop-1tbbot.imageDescriptionbottom1.widget-wrapper.fullWidthWidget.simp-custom-our-hotel-slider p:nth-of-type(2){
    display:none;
}
.outer-page .container-fluid .content_wrapper .simp-custom-our-hotel-slider{
    padding: 0 5% 0 5%;
}
.outer-page .simp-custom-our-hotel-slider h2{
    font-size:26px;
    padding-top:23px;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.wt1imgtop-1tbbot.imageDescriptionbottom1.widget-wrapper.fullWidthWidget.simp-custom-our-hotel-slider p{
    padding: 18px 0 20px;
    font: normal Poppins;
    font-size:20px;
}
.outer-page .simp-custom-our-hotel-slider .txt-wdgt-btn-wrapper {
    margin-bottom: 29px;
    padding-bottom: 20px;
}
.outer-page .simp-custom-our-hotel-slider .btn.txt-wdgt-btn {
    background: none;
    color: #c54bb6;
    border-color: #c54bb6;
    padding: 0 20px;
}
.outer-page .simp-custom-our-hotel-slider h2{
    padding-top:15px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-align:left;
}
.outer-page .simp-custom-our-hotel-slider h2 a {
    color: #000000;
    font-weight: 600;
    font-size:22px;
    font-family: "Poppins", sans-serif;
    text-align:left;
    text-decoration:none;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.wt1imgtop-1tbbot.imageDescriptionbottom1.widget-wrapper.fullWidthWidget.simp-custom-our-hotel-slider p:nth-of-type(1){
    display:none;
}
.outer-page .simp-custom-our-hotel-slider .text-content.slick-slide {
    margin: 0 13px;
    margin-right: 16px;
    padding: 0 0 22px 0;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 16%);
    transition: all .5s ease-in-out;
}
.outer-page .simp-custom-our-hotel-slider .image-content-wrapper img {
    border-radius: 10px 10px 0 0;
}
.outer-page .simp-custom-our-hotel-slider .slick-track {
    padding-bottom: 30px;
}
.outer-page .simp-custom-our-hotel-slider .slick-arrow::before {
    font-size: 32px;
    color: rgba(28, 28, 26, 1);
}
.outer-page .simp-custom-our-hotel-slider .slick-arrow {
    z-index: 9;
    border-radius: 50%;
    background-color: #fff;
    width: 60px;
    height: 60px;
    top: 46.5%;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 26%);
    transition: all .3s ease-in-out;
}
.outer-page .simp-custom-our-hotel-slider .slick-arrow {
  top: 42.5%;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-our-hotel-slider{
    margin-bottom: 30px;
    /*padding: 1.7% 9.3% 3.1% 9% !important;*/
}
.outer-page .simp-custom-our-hotel-slider ul.slick-dots {
    /*margin-bottom: 30px;*/
    padding-bottom: 20px;
    left: 0;
    bottom: 5px;
}
.outer-page .simp-custom-our-hotel-slider .slick-prev {
    left: -1.2%;
}
.outer-page .simp-custom-our-hotel-slider .slick-next {
    right: -1.5%;
}
.outer-page .simp-custom-our-hotel-slider .text-content.slick-slide:hover {
    box-shadow:4px 8px 16px rgb(0 0 0 / 20%);
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.wt1imgtop-1tbbot.imageDescriptionbottom1.widget-wrapper.fullWidthWidget.simp-custom-our-hotel-slider p {
    padding: 10px 0 12px;
    margin:0;
    width:90%;
}
.outer-page .simp-custom-our-hotel-slider .text-content-wrapper {
    padding: 0 6.5%;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.wt1imgtop-1tbbot.imageDescriptionbottom1.simp-custom-our-hotel-slider .text-content-wrapper>span {
    margin-top:0;
    padding-left:0;
}
.outer-page .simp-custom-our-hotel-slider .text-content.slick-slide .btn {
    font-weight: 500;
    font-size:18px;
}
.outer-page .simp-custom-our-hotel-slider .text-content.slick-slide .btn:hover {
    background: #7F1B73;
    color: #ffffff;
    border-radius:10px;
}
.outer-page .simp-custom-our-hotel-slider .col-xs-12.one-col.text-content a, 
.outer-page .simp-custom-our-hotel-slider .col-xs-12.one-col.text-content.slick-slide{
    border-radius: 10px;
}
@media (max-width: 1740px){
.outer-page .simp-custom-our-hotel-slider .slick-arrow {
     top: 39.5%; 
    }
}
@media (max-width: 1600px){
.outer-page .simp-custom-our-hotel-slider .slick-arrow {
     top: 37.5%; 
    }
}
@media only screen and (max-width:1500px) {
.outer-page .simp-custom-our-hotel-slider .slick-prev,
.outer-page .simp-custom-our-hotel-slider .slick-next{
        top:37%;
    }
    .outer-page .simp-custom-our-hotel-slider .text-content.slick-slide{
        padding-bottom:10px
    }
}
@media (max-width: 1440px) {
    .outer-page .simp-custom-our-hotel-slider .slick-arrow {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width:1200px) {
    .outer-page .simp-custom-our-hotel-slider .slick-prev,
    .outer-page .simp-custom-our-hotel-slider .slick-next{
        top: 32%;
        width: 40px;
        height: 40px;
    }
    .outer-page .simp-custom-our-hotel-slider .slick-arrow::before {
        font-size: 24px;
    }
    .outer-page .simp-custom-our-hotel-slider .text-content.slick-slide .btn {
        font-size:16px;
    }
}    
@media only screen and (max-width:1040px) {
    .outer-page .simp-custom-our-hotel-slider .slick-prev,
    .outer-page .simp-custom-our-hotel-slider .slick-next{
        top: 44%;
    }
}
@media only screen and (max-width: 900px){
    .outer-page .simp-custom-our-hotel-slider .slick-prev, 
    .outer-page .simp-custom-our-hotel-slider .slick-next {
        top: 43%;
    }
}
@media only screen and (max-width: 800px){
    .outer-page .simp-custom-our-hotel-slider .slick-prev,
    .outer-page .simp-custom-our-hotel-slider .slick-next {
        top: 40%;
    }
}
@media only screen and (max-width: 991px){
    .outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-our-hotel-slider{
        padding: 2.1% 2.12% 3.13% 2.3% !important;
    }
    .outer-page .simp-custom-our-hotel-slider .slick-prev{      
        left: 1%;
    }
    .outer-page .simp-custom-our-hotel-slider .slick-next{
        right:1%
    }
}
@media only screen and (max-width: 1280px){
.outer-page .simp-custom-our-hotel-slider ul.slick-dots {
    bottom: unset;
    }
}
@media only screen and (max-width:1700px) {
    .outer-page .simp-custom-our-hotel-slider ul.slick-dots {
        bottom: -5px;
    }
}
@media only screen and (max-width:1500px) {
    .outer-page .simp-custom-our-hotel-slider ul.slick-dots {
        bottom: -10px; 
    }
}
@media only screen and (max-width:1000px) {
    .outer-page .simp-custom-our-hotel-slider ul.slick-dots {
        bottom: -25px; 
    }
    .outer-page .simp-custom-our-hotel-slider .slick-arrow::before {
        font-size: 20px;
    }
    .outer-page .simp-custom-our-hotel-slider .text-content.slick-slide .btn {
        font-size:14px;
    }
}
/*new css*/
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.wt1imgtop-1tbbot.imageDescriptionbottom1.widget-wrapper.fullWidthWidget.simp-custom-our-hotel-slider p:nth-of-type(3){
    display:none;
}
.outer-page .simp-custom-our-hotel-slider .text-content.slick-slide .btn{
    padding: 5px 24px 5px 24px;
}
.outer-page .simp-custom-our-hotel-slider h2{
    font-size:26px;
    color:#000000 !important;
    padding-top:23px;
    font: normal normal 600 Poppins;
    font-weight: 900 !important;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.wt1imgtop-1tbbot.imageDescriptionbottom1.widget-wrapper.fullWidthWidget.simp-custom-our-hotel-slider p{
    padding: 18px 0 20px;
/*     font-family:  Poppins; */
    font-size:20px;
}
.outer-page .simp-custom-our-hotel-slider .txt-wdgt-btn-wrapper {
    margin-bottom: 29px;
    padding-bottom: 20px;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.wt1imgtop-1tbbot.imageDescriptionbottom1.widget-wrapper.fullWidthWidget.simp-custom-our-hotel-slider p:nth-of-type(3){
    display:none;
}
.outer-page .simp-custom-our-hotel-slider h2{
    font-size:26px;
    color:#000000 !important;
    padding-top: 23px;
    font: normal normal 600 Poppins;
    font-weight: 900 !important;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget.wt1imgtop-1tbbot.imageDescriptionbottom1.widget-wrapper.fullWidthWidget.simp-custom-our-hotel-slider p{
    padding-top: 29px;
    padding-bottom: 20px;
    font: normal Poppins;
    font-size:20px;
}
.outer-page .simp-custom-our-hotel-slider .txt-wdgt-btn-wrapper {
    margin-bottom: 22px;
    padding-bottom: 20px;
    /* border: 2px solid; */
}
.outer-page .simp-custom-our-hotel-slider .text-content-wrapper{
    /*padding-bottom: 39px;*/
    padding-left: 28px;
}
.outer-page .simp-custom-our-hotel-slider .btn.txt-wdgt-btn {
    background: none;
    color: #7F1B73;
    border: 2px solid #7F1B73;
    padding: 0 20px;
    border-radius: 5px;
}
.outer-page .simp-custom-our-hotel-slider img {
    aspect-ratio: 488/271;
}
.outer-page .simp-custom-our-hotel-slider .col-xs-12.one-col.text-content.slick-slide {
    margin: 0% 0.34%;
}
.outer-page .simp-custom-our-hotel-slider .text-content.slick-slide .btn{
        border: 2px solid rgb(197, 75, 82);
        font-size: 1em;
        padding: 0px 10px;
        line-height: 40px;
        text-transform: uppercase;
        min-width: 175px;
        text-align: center;
        border-radius: 0px;
        cursor: pointer;
}
.outer-page .simp-custom-our-hotel-slider .text-content.slick-slide .btn:hover{
        background-color: rgb(127, 27, 115);
        font-size: 1em;
        padding: 0px 10px;
        line-height: 40px;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        min-width: 175px;
        text-align: center;
        border-radius: 10px;
        cursor: pointer;
        border: 2px solid rgb(127, 27, 115);
}

.outer-page .content_wrapper .simp-custom-revelous-stay-floating-slider img{
    width: calc(52.96875% + 11.5%);
    margin: 6% 0 0 -11.5% ;
    overflow: hidden;
    transition: all .4s ease;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.outer-page .simp-custom-revelous-stay-floating-slider .text-content-wrapper {
    width: calc(50.8854% + 11.5%);
    padding: 0 24% 0 2%;
    text-align: center;
    background-color: #F6F3EF;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 6%;
    margin-right: -11.5%;
}
.outer-page .simp-custom-revelous-stay-floating-slider .text-content.slick-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    flex-direction: row-reverse;
    padding: 0;
}
.outer-page .simp-custom-revelous-stay-floating-slider .text-content-wrapper h2:nth-child(3) {
    color: #4D8C55;
    text-align: left;
}
.outer-page .simp-custom-revelous-stay-floating-slider .text-content-wrapper {
    text-align: left;
    background: url('https://assets.simplotel.com/simplotel/image/upload/x_0,y_0,w_977,h_676,c_crop,q_60,fl_progressive/le-roi-hotels-resorts/Group_835_1_bt0hhi');
    background-size: cover;
    background-position: bottom center;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 16%);
}
.outer-page .content_wrapper .no-gutter .simp-custom-revelous-stay-floating-slider .text-content-wrapper h2 {
    font-size: clamp(28px,2.61vw,50px);
    line-height: clamp(34px,3.09vw,60px);
    text-align: left;
    font-weight: 500;
}
.outer-page .content_wrapper .no-gutter .simp-custom-revelous-stay-floating-slider .text-content-wrapper h3 {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  /* padding-right: 30%; */
  padding-top: 6%;
  padding-bottom: 2%;
}
.outer-page .content_wrapper .no-gutter .simp-custom-revelous-stay-floating-slider .text-content-wrapper .btn {
  font-weight: 500;
  letter-spacing: -0.36px;
  padding: 2px 25px;
  font-size: clamp(16px,1.36vw,18px);
  line-height: clamp(18px,2.09vw,20px);
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-revelous-stay-floating-slider {
    padding: 23px 7% 3% 7%;
}
.outer-page .simp-custom-revelous-stay-floating-slider ul.slick-dots {
    /*bottom: 5px;*/
    bottom: -30px;
    left: 0;
    position: absolute;
}
.outer-page .simp-custom-revelous-stay-floating-slider {
    margin: 3% 0!important;
}
.outer-page .simp-custom-revelous-stay-floating-slider .slick-arrow {
    display: none!important;
}
.outer-page .simp-custom-revelous-stay-floating-slider .slick-dots li button:before {
    opacity: 1;
    color: #728C7F;
}
.outer-page .simp-custom-revelous-stay-floating-slider .slick-arrow {
    display: none!important;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-revelous-stay-floating-slider .text-content-wrapper .txt-wdgt-btn-wrapper {
    padding-left: 0 !important;
}
@media (max-width:1020px) {
    .outer-page .content_wrapper .simp-custom-revelous-stay-floating-slider img,
    .outer-page .simp-custom-revelous-stay-floating-slider .text-content-wrapper {
      width:100%;
      margin:0;
      text-align:center;
    }
    .outer-page .simp-custom-revelous-stay-floating-slider .text-content.slick-slide {
        display:block
     }
    .outer-page .content_wrapper .no-gutter .simp-custom-revelous-stay-floating-slider .text-content-wrapper h2,
    .outer-page .content_wrapper .no-gutter .simp-custom-revelous-stay-floating-slider .text-content-wrapper h3 {
        width:100%;
        text-align:center;
     }
    .outer-page .content_wrapper .simp-custom-revelous-stay-floating-slider .txt-wdgt-btn-wrapper {
        margin:auto;
        text-align: center !important;
 }
 .outer-page .simp-custom-revelous-stay-floating-slider {
  margin:3% 0 6.5% !important;
  padding:0 5% !important
 }
 .outer-page .simp-custom-revelous-stay-floating-slider ul.slick-dots {
  bottom:-30px;
  left:0;
 }
.outer-page .simp-custom-revelous-stay-floating-slider .text-content-wrapper {
  padding: 4%;
  border-radius:0 0 10px 10px
 }
.outer-page .content_wrapper .no-gutter .simp-custom-revelous-stay-floating-slider .text-content-wrapper h3 {
    padding-right: 0;
    padding-top: 20px;
  }
.outer-page .content_wrapper .simp-custom-revelous-stay-floating-slider img {
    border-radius:10px 10px 0;
  }
}
.outer-page .content_wrapper .simp-custom-revelous-stay-floating-slider img {
    width: calc(52.96875% + 11.5%);
    margin: 6% 0 0 -11.5%;
    overflow: hidden;
    transition: all .4s ease;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.outer-page .simp-custom-revelous-stay-floating-slider .text-content-wrapper {
    width: calc(50.8854% + 11.5%);
    padding: 0 28% 0 2%;
    text-align: center;
    background-color: #F6F3EF;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 6%;
    margin-right: -11.5%;
}

.outer-page .simp-custom-revelous-stay-floating-slider .text-content.slick-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    flex-direction: row-reverse;
    padding: 0;
}
.outer-page .simp-custom-revelous-stay-floating-slider .text-content-wrapper h2:nth-child(3) {
    color: #4D8C55;
    text-align: left;
}
.outer-page .simp-custom-revelous-stay-floating-slider .text-content-wrapper {
    text-align: left;
    background: url('https://assets.simplotel.com/simplotel/image/upload/x_0,y_0,w_977,h_676,c_crop,q_60,fl_progressive/le-roi-hotels-resorts/Group_835_1_bt0hhi');
    background-size: cover;
    background-position: bottom center;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 16%);
}
.outer-page .content_wrapper .no-gutter .simp-custom-revelous-stay-floating-slider .text-content-wrapper h2 {
    font-size: clamp(28px,2.61vw,50px);
    line-height: clamp(34px,3.09vw,60px);
    text-align: left;
    font-weight: 500;
}
.outer-page .content_wrapper .no-gutter .simp-custom-revelous-stay-floating-slider .text-content-wrapper h3 {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding-right: 30%;
  padding-top: 6%;
  padding-bottom: 2%;
}
.outer-page .content_wrapper .no-gutter .simp-custom-revelous-stay-floating-slider .text-content-wrapper .btn {
  font-weight: 500;
  letter-spacing: -0.36px;
  padding: 2px 25px;
  font-size: clamp(16px,1.36vw,18px);
  line-height: clamp(18px,2.09vw,20px);
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-revelous-stay-floating-slider {
    padding: 23px 7% 3% 7%;
}
.outer-page .simp-custom-revelous-stay-floating-slider ul.slick-dots {
    /*bottom: 5px;*/
    left: 0;
    position: absolute;
}

.outer-page .simp-custom-revelous-stay-floating-slider {
    margin: 3% 0!important;
}

.outer-page .simp-custom-revelous-stay-floating-slider .slick-arrow {
    display: none!important;
}

.outer-page .simp-custom-revelous-stay-floating-slider .slick-dots li button:before {
    opacity: 1;
    color: #728C7F;
}
.outer-page .simp-custom-revelous-stay-floating-slider .slick-arrow {
    display: none!important;
}
.outer-page .content_wrapper .no-gutter .widget-wrapper.simp-custom-revelous-stay-floating-slider .text-content-wrapper .txt-wdgt-btn-wrapper {
    padding-left:0;
}
@media (max-width:1020px) {
    .outer-page .content_wrapper .simp-custom-revelous-stay-floating-slider img,
     .outer-page .simp-custom-revelous-stay-floating-slider .text-content-wrapper {
      width:100%;
      margin:0;
      text-align:center
     }
     .outer-page .simp-custom-revelous-stay-floating-slider .text-content.slick-slide {
      display:block
     }
     .outer-page .content_wrapper .no-gutter .simp-custom-revelous-stay-floating-slider .text-content-wrapper h2,
     .outer-page .content_wrapper .no-gutter .simp-custom-revelous-stay-floating-slider .text-content-wrapper h3 {
      width:100%;
      text-align:center
     }
     .outer-page .simp-custom-revelous-stay-floating-slider .txt-wdgt-btn-wrapper {
      margin:auto
     }
     .outer-page .simp-custom-revelous-stay-floating-slider {
      margin:3% 0 6.5% !important;
      padding:0 5% !important
     }
     .outer-page .simp-custom-revelous-stay-floating-slider ul.slick-dots {
      bottom:-30px;
      left:0;
     }
      
    .outer-page .simp-custom-revelous-stay-floating-slider .text-content-wrapper {
      padding: 4%;
      border-radius:0 0 10px 10px
     }
      
      .outer-page .content_wrapper .no-gutter .simp-custom-revelous-stay-floating-slider .text-content-wrapper h3 {
        padding-right: 0;
        padding-top: 20px;
      }
      
     .outer-page .content_wrapper .simp-custom-revelous-stay-floating-slider img {
      border-radius:10px 10px 0  
     }
}









.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;
  display:none;
}
.landing_PopupWrapper.popUp_zoomIn {
    display: flex;
}
.landing_Popup {
    position: relative;
    max-width: 90%;
    width: 600px;
    background-color: white;
    border-radius: 8px;
}
.imgforPopup {
  max-width:100%;
  display:block;
}
.landing_Popup .popUpClose {
     cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0px;
    background: url(https://assets.simplotel.com/simplotel/image/upload/vits-hotels/close_icon_gdscow) no-repeat;
    width: 20px;
    height: 20px;
    border: 0;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(0.3,0.3);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}
.landing_Popup{
	animation: zoominoutsinglefeatured 1s ease-in-out;
}
.landing_Popup::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
     border-radius: 8px;
}
.landing_Popup::-webkit-scrollbar-thumb {
    background-color: #01509d;
     border-radius: 8px;
}
.landing_Popup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5;
     border-radius: 8px;
}
.mobile .landing_Popup {
    max-height: 90vh;
    overflow-y: auto;
    padding-bottom: 20px;
}

.promotions-wrapper{
    display:none;
}

body.offer-popup .temp-offer.popup{
    display: block;
}

body.offer-popup {
    overflow: hidden;
}

.temp-offer{
    display:none;
    position: fixed;
    background: rgba(0,0,0,0.5);
    z-index: 99999999999;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "lucida grande";
    top: 0;
}

.temp-offer .fa{
    position: absolute;
    right: -20px;
    top: -25px;
    width: 40px;
    color: #fff;
    font-size: 43px;
    background: #000;
    border-radius: 40px;
    height: 40px;    
}

.temp-offer a:hover {
    color: #000;
}

.temp-offer .container{
    position: absolute;
    background-image: url("https://assets.simplotel.com/simplotel/image/upload/demo-hotel_aman/stars_background-Harusami_n2of1g");
    width: 80% !important;
    background-color: rgba(0,0,0,0.9);
    left: 50%;
    text-align: center;
    color: #d6a92c;
    padding: 75px 0;
    top: 50%;
    border: 10px solid #fff;
    transform: translate(-50%, -50%);
}
.temp-offer .inner-container{
    width: 85%;
    margin: 0 auto;
}

.temp-offer h1{
    font-family: "lucida grande";
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 62px;
    margin-bottom: 25px;
}
.temp-offer .content{
    margin: 0 auto;
}

.temp-offer p{
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    font-family: "lucida grande";
    letter-spacing: 1px;
}

.temp-offer a{
    color: #fff;
    background: #7F1B8C;
    padding: 10px 0;
    width: 18%;
    font-size: 22px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}

/*/*.headerTopStrip {*/
/*    height: 0;*/
/*}*/
/*.topStrip-details,
.topStrip-details-2 {
    color: #fff;
    padding: 0 20px;
}
.topStrip-newtab{
    padding-left: 5px;
}*/
/*.collapsedNavbar nav.navbar.navbar-top {*/
/*    height: 135px;*/
/*}*/
/*header .headerTopStrip{
    background: #333;
    color: #f4f4f4;
    font-size: 14px;
    height: 30px;
    transition: all ease .5s;
    overflow: hidden;
}*/
/*.mobile .collapsedNavbar .headerTopStrip{*/
/*    background: #333;*/
/*    color: #f4f4f4;*/
/*    font-size: 14px;*/
/*    height: 30px;*/
/*    transition: all ease .5s;*/
/*    overflow: hidden;*/
/*}*/
.headerTopStrip .header_top_contact {
    float: left;
}
/*.headerTopStrip .topStrip-newtab:before {*/
/*    content: "\e00f";*/
/*}*/
.headerTopStrip .topStrip-close-btn {
    float: right;
    background: none;
    border: none;
}
/* header nav.navbar.navbar-top {*/
/*    height: 134px;*/
/*}*/
/*.parent-hotel.for-innerpage .loc-fullwidth {*/
/*    padding-top: 160px;*/
/*}*/

/*New text added code*/
/*.mobile .topStrip-details-2 {
    margin-left: 25px;
    padding: 0;
}
.mobile .headerTopStrip{
    height:60px;
}
.mobile .headerTopStrip .topStrip-close-btn{
    position:absolute;
    right:5px;
}
nav.navbar.navbar-top {
    height:134px !important;
}*/

/*header #top-navbar-collapse {*/
/*    padding-left: 450px;*/
/*}*/

/*header .navbar-mid .navbar-nav {*/
/*    position: absolute;*/
/*    top: -42px;*/
/*    left: 290px;*/
/*}*/

/*ul#bottom-navbar-collapse {*/
/*    float: right;*/
/*    padding: 0;*/
/*}*/

#footer {
    text-align: center;
}

#footer .footer-row .pull-left {
    float: none !important;
    text-align: center;
}

#footer .footer-row .footer-detail {
    float: none;
    display: inline-block;
    padding: 0;
    margin: 0 15px !important;

}

#footer .footer-row .navbar-nav {
    text-align: center;
}

#footer .footer-row .socialIcon {
    display: inline-block;
    float: none;
    text-align: center;
}

#back-top {
    left: 10px;
    right: initial;
}

.navbar-top .navbar-nav .primary ul.dropdown-menu {
    background-color: #fff !important;
}

.mobile.parent-hotel.for-homepage img[alt="member"] {
    display: none;
}





.promotions-wrapper .promo-btn {
    line-height:1em;
}
.promotions-wrapper {
    top:225px;
}

.custom_size_image img{
width: 50% !important;
margin-left: auto;
margin-right: auto;
display: block;
}











