#footer .f_bot,
 #footer .footer-row.final{
    display: none;
}
.mobile  #footer{
  padding-bottom: 30px;
}

/*Jira changes*/
.outer-page footer#footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.outer-page header .navbar-top .navbar-nav>li>a {
    border: unset;
    line-height: 40px;
}

.outer-page header .navbar-top .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile .logo.navbar-logo {
    background: #ffffff;
}

.mobile .fullImage {
    padding: 70px 0 0;
}

.outer-page .content_wrapper .no-gutter .simp-custom-three-col-bg-color {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.outer-page .content_wrapper .no-gutter .simp-custom-three-col-bg-color::before,
.outer-page .content_wrapper .no-gutter .simp-custom-three-col-bg-color::after{
    display: none;
}

.outer-page .content_wrapper .no-gutter .simp-custom-three-col-bg-color .text-content {
    padding: 2.239%;
    background: #FFEEE0;
}

.outer-page .content_wrapper .no-gutter .wtbookbtn > .one-col {
    display: flex;
    justify-content: center;
}

.outer-page .content_wrapper .no-gutter .wtlinkbutton > .one-col {
    display: flex;
    justify-content: center;
}

.outer-page .content_wrapper .no-gutter .wtlinkbutton > .one-col a.btn {
    margin: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-three-col-bg-color{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.mobile .content_wrapper .no-gutter .simp-custom-three-col-bg-color::before,
.mobile .content_wrapper .no-gutter .simp-custom-three-col-bg-color::after {
    display: none;
}


.mobile .content_wrapper .no-gutter .simp-custom-three-col-bg-color > div.col-xs-12 {
    background: #FFEEE0;
    height: 100%;
    padding: 16px;
}
.mobile .simp-custom-rooms-heading-text .text-content :is(div) p{
    text-align:left;
}

.outer-page .content_wrapper .no-gutter.clearfix .summary-page-slider {
    padding-bottom: 4.168%;
    display: flex;
    flex-wrap: nowrap;
}

.outer-page .content_wrapper .no-gutter .summary-page-slider .left-box {
    padding: 0;
    z-index: 1
}

.outer-page .content_wrapper .no-gutter .summary-page-slider .right-box {
    padding: 30px 30px 30px 130px;
    background: #FFEEE0;
    height: 100%;
    margin-left: -100px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
}

@media(max-width: 1000px) {
    .outer-page .content_wrapper .no-gutter .summary-page-slider .right-box {
        margin-top: 0 ;
    }
    
    .outer-page .content_wrapper .no-gutter.clearfix .summary-page-slider {
        padding-bottom: 1.563%;
    }
    
    .outer-page .content_wrapper .no-gutter .summary-page-slider .left-box .jssor-carousel-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}

.outer-page .content_wrapper .no-gutter .summary-page-slider .right-box h3 {
    margin-bottom: 4.787%;
}

.outer-page .content_wrapper .no-gutter .summary-page-slider .right-box h3 a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
}

.outer-page .content_wrapper .no-gutter .summary-page-slider .right-box .btn {
    margin-top: 4.787%;
    float: unset;
}

.outer-page .content_wrapper .no-gutter :is(.text-content-wrapper,.text-content):has(:is(h1,h2)){
    text-align:center;
}

.mobile .content_wrapper .no-gutter .text-content:has(h1,h2),
.mobile .content_wrapper .no-gutter .col-xs-12:has(h1,h2){
    text-align:center
}

.mobile .content_wrapper .no-gutter :is(h1,h2){
    display:inline-block !important;
}

.content_wrapper .no-gutter:not(.amenities-block) :is(h1, h2) {
    display: inline-block !important;
}


.content_wrapper .no-gutter :is(h1,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: 50%;
    
}
.outer-page .content_wrapper .no-gutter :is(h1,h2):hover:after {
    width: 70%;
}

.outer-page .content_wrapper .no-gutter .simp-custom-two-col-center-align .left-box,
.outer-page .content_wrapper .no-gutter .simp-custom-two-col-center-align .right-box{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile .clearfix .content_wrapper .no-gutter.clearfix .widget-wrapper.simp-custom-remove-table-border .txt-wdgt-btn-wrapper {
    margin-top: 0;
}

.mobile .clearfix .content_wrapper .no-gutter.clearfix .widget-wrapper.simp-custom-remove-table-border table tr {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.mobile .content_wrapper .no-gutter .simp-custom-remove-table-border table th {
    display: flex;
    align-items: flex-start
}

.mobile .content_wrapper .no-gutter .simp-custom-logo-text .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.mobile .content_wrapper .no-gutter .widget-wrapper :is(h1,h2) {
    text-align: center;
}

.outer-page .content_wrapper .no-gutter.clearfix .widget-wrapper.simp-custom-heading {
    padding-bottom: 0;
}

.outer-page .inner-page {
	padding: 0;
}

.outer-page .content_wrapper .no-gutter .summary_widget_wrapper {
	padding-bottom: 0;
}

.outer-page .content_wrapper .no-gutter .simp-custom-3col-img-and-text-widget .text-content img {
    margin-bottom: 4.801%;
}

.outer-page .content_wrapper .no-gutter .simp-custom-2col-image-and-text-widget .text-content img {
    margin-bottom: 3.126%;
}

.outer-page .content_wrapper .no-gutter .simp-custom-remove-margin-p  .text-content-wrapper p {
    margin: 0;
}

.for-gallerypage .outer-page .content_wrapper .no-gutter .img-description-padding .gallery-header {
    margin: 0 0 30px !important;
    padding-bottom: 0;
}

.for-gallerypage .outer-page .content_wrapper .no-gutter .img-description-padding {
    padding-bottom: 0;
}

.outer-page .content_wrapper .no-gutter .wtheader {
    padding-bottom: 0
}


/* mobile */

.mobile .content_wrapper .no-gutter .simp-custom-heading {
    padding: 0 0 20px 0;
    margin: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-youtube-video {
    padding: 20px 0;
    margin: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-heading-top-bottom-20 {
    margin: 0;
    padding: 20px 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-heading-top-bottom-20 .text-content :is(h1,h2,h3,h4) {
    padding: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-remove-table-border {
    padding: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-remove-table-border > div a img {
    margin-top: 0 !important;
}

.mobile .content_wrapper .no-gutter .simp-custom-remove-table-border > div {
    margin: 0 !important;
    padding: 0 0 20px 0 !important;
}

.mobile .content_wrapper .no-gutter .simp-custom-alignthree.simp-custom-three-col-bg-color {
    margin-bottom: 40px;
}

.mobile .content_wrapper .no-gutter .simp-custom-top-bottom-with-two-headings {
    margin: 0;
    padding: 20px 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-top-bottom-with-two-headings .text-content h2 {
    padding-bottom: 20px;
}

.mobile .content_wrapper .no-gutter .simp-custom-top-bottom-with-two-headings .text-content h3 {
    padding: 0;
}

.mobile .content_wrapper .no-gutter .review_data_wrap .text-center h3 {
    padding-bottom: 20px; 
}

.mobile .content_wrapper .no-gutter .review_data_wrap .slick-slider .slick-list .slick-slide .reviews_wrapper {
    margin: 0;
}

.mobile .content_wrapper .no-gutter .wtheader {
    padding: 0 0 20px 0;
}

.mobile .content_wrapper .no-gutter .room-description {
    margin: 0 !important;
    padding: 20px 0;
}

.mobile .content_wrapper .no-gutter .wtbookbtn .pull-right {
    float: unset !important;
    text-align: center;
}

.mobile .content_wrapper .no-gutter .wtlinkbutton > div {
    display: flex;
    justify-content: center;
}

.mobile.for-gallerypage .cycle-slideshow .cycle-slide .cycle-content h3 {
    padding: 0;
}

.mobile.for-gallerypage .gallery-content + .gallery-content {
    margin: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-3col-img-and-text-widget {
    margin: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-3col-img-and-text-widget > div {
    margin: 0 !important;
    padding: 20px 0 !important;
}

.mobile .content_wrapper .no-gutter .wt3imgtop-3tbbot.simp-custom-3col-img-and-text-widget > .col-xs-12:first-child {
    margin-bottom: 0 !important
}

.mobile .content_wrapper .no-gutter .wt3imgtop-3tbbot.simp-custom-3col-img-and-text-widget {
    margin-top: 0 !important;
}

.mobile .content_wrapper .no-gutter .simp-custom-2col-image-and-text-widget {
    padding: 20px 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-2col-image-and-text-widget > div {
    margin: 0 0 40px !important;
}

.mobile .content_wrapper .no-gutter .simp-custom-2col-image-and-text-widget > div:last-of-type {
    margin: 0 !important;
}

.mobile .content_wrapper .no-gutter .generic_slider {
    padding: 0 0 20px;
    margin: 0;
}

.mobile .content_wrapper .no-gutter .simp-custom-heading.simp-custom-remove-margin-p + .wtlinkbutton {
    padding-bottom: 20px;
}

.mobile .content_wrapper .no-gutter .wtheader.simp-custom-heading + .simp-custom-remove-margin-p {
    padding: 0 0 20px;
}

.location-page .outer-page .header-pills +.content_wrapper {
    margin-bottom: 0;
    padding-bottom: 2.345%;
}

.outer-page .content_wrapper .no-gutter .predef_content {
    padding-bottom: 0;
}

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

.outer-page .content_wrapper .no-gutter .wtbookbtn  + .predef_content .text-content * {
    text-align: center !important;
}

.outer-page .content_wrapper .no-gutter .widget-wrapper .amenities-block  h2{
    margin-bottom: 2.291%;
    width:max-content;
    margin:auto;
    display:block !important;
}


.outer-page .content_wrapper .no-gutter .simp-custom-logo-text :is(.logo, h1){
    padding-bottom: 2.291%;
}

.outer-page .content_wrapper .no-gutter .simp-custom-youtube-video .text-content-wrapper > div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.outer-page .content_wrapper .no-gutter .simp-custom-heading-top-bottom-20,
.outer-page .content_wrapper .no-gutter .simp-custom-mobilehide {
    padding-bottom: 0;
}

.outer-page .content_wrapper .no-gutter .simp-custom-mobilehide.wt-image-text-slider {
    padding-bottom: 60px;
}

.outer-page .content_wrapper .no-gutter .simp-custom-mobilehide.wt-image-text-slider .slick-dots {
    position: relative;
}

.outer-page .content_wrapper .no-gutter .review_data_wrap {
    margin: 0;
}
    
.outer-page .content_wrapper .no-gutter + .no-gutter > .widget-wrapper {
    padding-top: 0;
}

.for-homepage .outer-page .homepage {
    padding: 0;
}

.outer-page .content_wrapper .no-gutter + .no-gutter .reviews_wrapper {
    margin-bottom: 0;
    margin-top: 0;
    padding: 4.475%;
}

.outer-page .content_wrapper .no-gutter .simp-custom-top-bottom-with-two-headings h3 {
    padding-top: 2.291%;
}

.outer-page .content_wrapper .no-gutter .simp-custom-mobilehide.wt-image-text-slider img {
    margin-bottom: 4.797%
}

.outer-page .content_wrapper .no-gutter .simp-custom-mobilehide.wt-image-text-slider .slick-arrow {
    top: 40%;
}

/*new changes*/

.outer-page #fullwidth_video_bg #video_controls {
    bottom: 130px;
}

@media (max-width:1050px){
    .outer-page #fullwidth_video_bg #video_controls{
        left:50%;
        transform:translateX(-50%);
        right:unset;
        bottom:170px;
    }
}

@media(max-width:768px){
    .outer-page #fullwidth_video_bg #video_controls {
        bottom: 120px;
    }
}

.outer-page #back-top .up{
    display:none;
}

.outer-page #back-top{
    right:15px;
}

.outer-page #back-top span{
    height:50px;
    width:50px;
    display:flex;
    align-items:center;
    justify-content:center
}

.outer-page #back-top a{
    transform:rotate(180deg) !important;
}

.content_wrapper .no-gutter .simp-custom-facilities :is(h1,h2):after{
    display:none
}

.content_wrapper .no-gutter .widget-wrapper.simp-custom-padding-top-zero{
    padding-top:0 !important;
}

.content_wrapper .no-gutter .widget-wrapper.simp-custom-onetext-para p{
    margin:0 !important;
}

.outer-page .content_wrapper .no-gutter .simp-custom-relative-dots.wt-image-text-slider .slick-dots{
    position:relative;
    bottom:-10px;
}

body.mobile{
    overflow-x:hidden;
}

.mobile .content_wrapper .no-gutter .wt-image-text-slider .slick-arrow{
    top:42%;
}

/*header .navbar-top.scroll {*/
/*    background-color: #fff;*/
/*}*/

/*header .navbar-top{*/
/*    background:linear-gradient(0deg,rgba(255,255,255,0.00) 10.26%,#FFF 100%);*/
/*}*/


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

.outer-page .content_wrapper .no-gutter .predef_content h1,
.outer-page .content_wrapper .no-gutter .predef_content h2{
    width:max-content;
    margin:auto;
}

.mobile .name-of-hotel {
    display:none;
}

.mobile.for-homepage .wtheader:first-of-type{
    display:none;
}



.mobile .widget-wrapper.wt1tb.simp-custom-mobile-hero-video video{
    object-fit: cover;
}
.outer-page .widget-wrapper.simp-custom-mobile-hero-video {
    display:none;
}



.mobile .content_wrapper .widget-wrapper.room-description .col-xs-12 img{
    margin:0;
}
.mobile .content_wrapper .widget-wrapper.room-description  .col-xs-12:last-child{
    padding:20px;
    background:#FFEEE0;
}
.mobile .content_wrapper .widget-wrapper.room-description  .col-xs-12 h3{
    padding:0;
}

.mobile .slider .camera_pag .camera_pag_ul li.cameracurrent span{
    width: 100%;
    height: 100%;
}
.mobile.for-gallerypage .cycle-next,.mobile.for-gallerypage .cycle-prev {
    top: 23%;
}
.mobile.for-gallerypage .div-16-9 {
    padding-top: 74px;
}
.mobile .content_wrapper .no-gutter .simp-custom-remove-table-border table th{
    border:none;
    padding:0;
}
.mobile .content_wrapper .no-gutter .simp-custom-remove-table-border table{
    border:none;
}
.mobile #footer {
    background: url(https://assets.simplotel.com/simplotel/image/upload/w_1366,c_fill/q_80/sol-glow-redesign/Group_2783-20240521-121732_dvtn6i_yvcoru);
    background-size:cover;
    background-position:center center;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot{
    padding: 0;
    margin: 25px 0;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12{
    padding: 0;
    margin: 25px 0;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12:first-child{
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12 > img{
    margin: 0;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12 .descriptionMobileNoSpace{
    margin-top: 20px;
}

.mobile  .content_wrapper  .wt3imgtop-3tbbot > .col-xs-12 .descriptionMobileNoSpace *:not(.btn, td){    
    padding: 0px;
    margin: 0px;
}
.mobile .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12:last-child{
    margin-bottom: 0;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12 .descriptionMobileNoSpace :is(h1, h2, h3, h4 ,h5, h6) + :is(p, div, ol, ul, table){
     padding-top: 20px;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12 .descriptionMobileNoSpace .txt-wdgt-btn-wrapper{
    margin-top: 20px;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12 .descriptionMobileNoSpace div:has(.txt-wdgt-btn-wrapper){
    padding-top: 0;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot + .wt3imgtop-3tbbot{
    padding-top: 0;
}

.mobile .content_wrapper .no-gutter .wtheader{
    margin-bottom: 0;
}

.mobile .content_wrapper .no-gutter .wtheader *{
    padding: 0;
    margin: 0;
}

/* .mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot{
    padding: 0;
    margin: 25px 0;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12{
    padding: 0;
    margin: 25px 0;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12:first-child{
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12 > img{
    margin: 0;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12 .descriptionMobileNoSpace{
    margin-top: 20px;
}

.mobile  .content_wrapper  .wt3imgtop-3tbbot > .col-xs-12 .descriptionMobileNoSpace *:not(.btn, td){    
    padding: 0px;
    margin: 0px;
}
.mobile .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12:last-child{
    margin-bottom: 0;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12 .descriptionMobileNoSpace :is(h1, h2, h3, h4 ,h5, h6) + :is(p, div, ol, ul, table){
     padding-top: 20px;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12 .descriptionMobileNoSpace .txt-wdgt-btn-wrapper{
    margin-top: 20px;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot > .col-xs-12 .descriptionMobileNoSpace div:has(.txt-wdgt-btn-wrapper){
    padding-top: 0;
}

.mobile  .content_wrapper .no-gutter .wt3imgtop-3tbbot + .wt3imgtop-3tbbot{
    padding-top: 0;
}

.mobile .content_wrapper .no-gutter .wtheader{
    margin-bottom: 0;
}

.mobile .content_wrapper .no-gutter .wtheader *{
    padding: 0;
    margin: 0;
} */

.mobile  .content_wrapper .no-gutter .wt2imgtop-2tbbot{
    padding: 25px 0;
    margin: 0;
}

.mobile  .content_wrapper .no-gutter .wt2imgtop-2tbbot > .col-xs-12{
    padding: 0;
    margin: 0 0 25px;
}

.mobile  .content_wrapper .no-gutter .wt2imgtop-2tbbot > .col-xs-12 + .col-xs-12{
    margin: 25px 0 0;
}

.mobile  .content_wrapper .no-gutter .wt2imgtop-2tbbot > .col-xs-12 > img{
    margin: 0 !important;
}

.mobile  .content_wrapper .no-gutter .wt2imgtop-2tbbot > .col-xs-12 .descriptionMobileNoSpace{
    margin-top: 20px;
}

.mobile  .content_wrapper .wt2imgtop-2tbbot > .col-xs-12 .descriptionMobileNoSpace *:not(.btn, td){    
    padding: 0px;
    margin: 0px;
}    

.mobile  .content_wrapper .no-gutter .wt2imgtop-2tbbot > .col-xs-12 .descriptionMobileNoSpace :is(h1, h2, h3, h4 ,h5, h6) + :is(p, div, ol, ul, table){
     padding-top: 16px;
}

.mobile  .content_wrapper .no-gutter .wt2imgtop-2tbbot > .col-xs-12 .descriptionMobileNoSpace .txt-wdgt-btn-wrapper{
    margin-top: 16px;
}

.mobile  .content_wrapper .no-gutter .wt2imgtop-2tbbot > .col-xs-12 .descriptionMobileNoSpace div:has(.txt-wdgt-btn-wrapper){
    padding-top: 0;
}

.mobile  .content_wrapper .no-gutter .wt2imgtop-2tbbot + .wt2imgtop-2tbbot{
    padding-top: 0;
}
.mobile.for-locationpage .parent-container{
    margin-top:20px;

}
.mobile.for-locationpage .map-drop{
    margin:0;
    padding:0;
}
.mobile.for-locationpage .location-content{
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}











