



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

.outerpage .simp-custom-hideleft .left-box{
    display:none
}

.outerpage .simp-custom-hideright .right-box{
    display:none
}

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

.mobile .simp-custom-hideleft .col-xs-12:first-child{
    display:none
}

.mobile .simp-custom-hideright .col-xs-12:last-child{
    display:none
}

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

header .navbar-top .navbar-nav > li .dropdown-menu.our-hotel-menu {
    width: auto !important;
}
header .navbar-top .navbar-nav>li .dropdown-menu.our-hotel-menu .mega-menu{
    column-count:2;
}

/*.for-homepage .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;*/
/*}*/

/*.for-homepage .landing_PopupWrapper.popUp_zoomIn {*/
/*    display: flex;*/
/*}*/

/*.for-homepage .landing_Popup img {*/
/*    margin: auto !important;*/
/*    float: none;*/
/*}*/

/*.for-homepage .landing_Popup {*/
/*    position: relative;*/
/*}*/
/*.mobile.for-homepage .landing_Popup {*/
/*    max-width: 90%;*/
/*}*/

/*.for-homepage .imgforPopup {*/
/*    max-width: 100%;*/
/*    display: block;*/
/*}*/

/*.for-homepage .landing_Popup .popUpClose {*/
/*    display: grid;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    place-content: center;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    right: 0;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    font-size: 20px;*/
/*    color: white;*/
/*    background-color: rgba(0, 0, 0, 0.8);*/
/*    border: 0;*/
/*    cursor: pointer;*/
/*}*/

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

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

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

/*.for-homepage .landing_Popup {*/
/*    animation: zoominoutsinglefeatured 1s ease-in-out;*/
/*}*/



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



.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;
}
.landing_PopupWrapper.popUp_zoomIn {
    display: flex;
}
.landing_Popup img {
    margin: auto;
    float: none;
    max-width: 100%;
    max-height:80vh;
    min-height:50vh;
}
.for-homepage .landing_Popup {
    position: relative;
    max-width: unset;
    width: unset;
}
.imgforPopup {
    max-width:90%;
    display:block;
}
.for-homepage .landing_Popup .popUp_Close {
    position: absolute;
    top: -30px;
    right: -20px;
    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;
    min-width:30px;
    min-height:30px;
}
@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;
}
.mobile.for-homepage .landing_Popup{
    width:80%;
}
.mobile.for-homepage .landing_Popup .popUp_Close{
    top: -28px;
    right: -24px;
    width: 10px;
    height: 10px;
    padding:8px;
}
@media (orientation:landscape){
    .mobile.for-homepage .landing_Popup .popUp_Close {
        right:25%;
    }
}
.mobile.for-homepage .landing_Popup .popUp_Close i{
    font-weight:100;
}

/*
.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;
}
.landing_PopupWrapper.popUp_zoomIn {
    display: flex;
}
.landing_Popup img {
    margin: auto !important;
    float: none;
    max-width: 100%;
}
.for-homepage .landing_Popup {
    position: relative;
    max-width: unset;
    width: unset;
}
.imgforPopup {
    max-width:90%;
    display:block;
}
.for-homepage .landing_Popup .popUp_Close {
    position: absolute;
    top: -35px;
    right: -30px;
    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;
}
.mobile.for-homepage .landing_Popup .popUp_Close{
    top: -30px;
    right: 0px;
    width: 10px;
    height: 10px;
    padding:8px;
}
.mobile.for-homepage .landing_Popup .popUp_Close i{
    font-weight:100;
}
.landing_Popup.twin-popup{
    display:flex;
    justify-content: center;
}
.landing_Popup.twin-popup a{
    margin:0 25px;
}
.landing_Popup.twin-popup .popUp_Close{
    right: 0;
}
.mobile .landing_Popup.twin-popup a{
    margin:0 15px;
}
[data-hotelid="4479"] .landing_Popup img{
  max-width: 90%;
}
*/

/*.for-homepage .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;*/
/*}*/

/*.for-homepage .landing_PopupWrapper.popUp_zoomIn {*/
/*    display: flex;*/
/*}*/

/*.for-homepage .landing_Popup img {*/
/*    margin: auto !important;*/
/*    float: none;*/
/*}*/

/*.for-homepage .landing_Popup {*/
/*    position: relative;*/
/*}*/
/*.mobile.for-homepage .landing_Popup {*/
/*    max-width: 90%;*/
/*}*/

/*.for-homepage .imgforPopup {*/
/*    max-width: 100%;*/
/*    display: block;*/
/*}*/

/*.for-homepage .landing_Popup .popUpClose {*/
/*    display: grid;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    place-content: center;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    right: 0;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    font-size: 20px;*/
/*    color: white;*/
/*    background-color: rgba(0, 0, 0, 0.8);*/
/*    border: 0;*/
/*    cursor: pointer;*/
/*}*/

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

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

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

/*.for-homepage .landing_Popup {*/
/*    animation: zoominoutsinglefeatured 1s ease-in-out;*/
/*}*/

/*#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: 550px;*/
/*}*/
/*.mobile #popup-content {*/
/*    max-width: 350px;*/
/*}*/
/*@media (max-width: 1800px){*/
/*    #popup-content {*/
/*        max-width: 450px;*/
/*    }*/
/*}*/
/*@media (max-width: 1400px){*/
/*    #popup-content {*/
/*        max-width: 350px;*/
/*    }*/
/*}*/
/*@media (max-width: 1100px){*/
/*    #popup-content {*/
/*        max-width: 300px;*/
/*    }*/
/*}*/
/*@media (max-width: 950px){*/
/*    #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: 230px !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: 300px;*/
/*}*/


/*.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: 100%;*/
/*}*/
/*.for-homepage .landing_Popup {*/
/*    position: relative;*/
/*    max-width: unset;*/
/*    width: unset;*/
/*}*/
/*.imgforPopup {*/
/*    max-width:90%;*/
/*    display:block;*/
/*}*/
/*.for-homepage .landing_Popup .popUp_Close {*/
/*    position: absolute;*/
    top: -50px; /* Increased the top margin 
    right: -20px; /* Increased the right margin 
    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: 10%; /* Adjusted for larger screens 
    top: -40px; /* Adjusted top margin 
  }
}
@media (max-width:1250px){
  .landing_Popup img{
    max-width:80%;
    max-height:90vh;
  }
  .for-homepage .landing_Popup .popUp_Close {
    right:8%; /* Adjusted for medium screens 
    top: -35px; /* Adjusted top margin 
    width: 25px;
    height: 25px;
  }
}

@media (max-width:950px){
  .landing_Popup img{
    max-height:90vh;
  }
}
.mobile.for-homepage .landing_Popup .popUp_Close{
    top: -35px; /* Increased distance from the top 
    right: 5%; /* Increased distance from the right 
    width: 15px;
    height: 15px;
    padding:10px; /* Slightly increased padding 
}
.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;
    } 
}






.outer-page .clearfix.address-block-details.text-center .address-telephone {
    display:none
}

.outer-page .jssor-carousel-container.video-banner-container #fullwidth_video_bg{
    height: 100%;
}
.outer-page .jssor-carousel-container.video-banner-container #fullwidth_video_bg video{
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
}

