


@media (max-width: 1024px){
	.camera-carousel-container.aspectratio16-9 {
	    padding-top: 100px;
	}
}
@media (max-width: 880px){
	.bookingform-wrapper{
	    position:relative;
		bottom:0
	}
}


@media (max-width: 1024px){
	.camera-carousel-container.aspectratio16-9 {
	    padding-top: 100px;
	}
}
@media (max-width: 880px){
	.bookingform-wrapper{
	    position:relative;
		bottom:0
	}
}

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .txt-wdgt-btn-wrapper[style="text-align: center;"],
.content_wrapper .no-gutter .txt-wdgt-btn-wrapper[style="text-align: center;"] {
    display: flex;
    justify-content: center;
}

.outer-page .content_wrapper .no-gutter .widget-wrapper.fullWidthWidget .txt-wdgt-btn-wrapper[style="text-align: right;"],
.content_wrapper .no-gutter .txt-wdgt-btn-wrapper[style="text-align: right;"] {
    display: flex;
    justify-content: flex-end;
}

.content_wrapper .no-gutter .widget-wrapper.wtbookbtn .one-col>div {
    float: unset !important;
}

.content_wrapper .no-gutter .widget-wrapper.wtlinkbutton .one-col>a {
    float: unset !important;
}

.content_wrapper .no-gutter .widget-wrapper:not(.wtformjson) .btn {
    width: max-content;
    max-width: 100%;
}

.mobile .wtbookbtn .col-lg-12>div {
    float: unset !important;
    display: flex;
    justify-content: center;
}

.mobile .wtlinkbutton .col-xs-12>a {
    float: unset !important;
}

.mobile .wtlinkbutton .col-xs-12 {
    display: flex;
    justify-content: center;
}


.parent-hotel.for-homepage .wt3imgtop-3tbbot.three-col,
.parent-hotel.for-homepage .wt2imgtop-2tbbot.two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 15px;
}
.parent-hotel.for-homepage .wt3imgtop-3tbbot.three-col .text-content,
.parent-hotel.for-homepage .wt2imgtop-2tbbot.two-col .text-content {
    width: 31%;
    padding: 15px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.parent-hotel.for-homepage .wt3imgtop-3tbbot.three-col .text-content:hover,
.parent-hotel.for-homepage .wt2imgtop-2tbbot.two-col .text-content:hover {
    box-shadow: 0 6px 16px 0 rgba(0,0,0,0.3);
}



/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    text-align: center;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    /*float: right;*/
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

.for-homepage .slidingOffersWrapper {
    position: fixed;
    top: 55%;
    transform: translate(0, -50%);
    right: 0;
    z-index: 999;
}
.for-homepage ol.popUpContentHolder {
    padding-left: 10px;
}
.for-homepage ul.popUpContentHolder {
    padding: 0px;
    text-align: justify;
}

.for-homepage ol.popUpContentHolder span.listForPopup {
    padding-left: 10px;
    display: block;
    padding-bottom: 15px;
    text-align: justify;
    font-size:15px;
    color: #eee;
}
.for-homepage ol.popUpContentHolder span.listForPopup b {
    text-transform: capitalize;
    display: block;
    font-size: 17px;
    color: gold;
}
.for-homepage .slidingOffersWrapper.slideShowOffer .offerListWrapper {
    right: 0;
}
.for-homepage .slidingOffersWrapper ul {
    list-style: none;
}
.for-homepage .offerListWrapper .fas,
.for-homepage .offerListWrapper .far,
.for-homepage .offerListWrapper .fal .offerListWrapper .fas,
.for-homepage .offerListWrapper .far,
.for-homepage .offerListWrapper .fal {
    margin-left: -30px;
    margin-right: 10px;
    width: 20PX;
    text-align: center;
    margin-bottom: 2px;
}
.for-homepage .offerIconWrapper {
    position: relative;
    z-index: 9999;
    top: -160px;
    right: 0;
    vertical-align: middle;
    text-align: center;
    cursor:pointer;
}
.for-homepage .offerIconWrapper i {
    font-size: 14px;
    background: #445256;
    padding: 0px;
    border-radius: 50% 50% 0;
    box-shadow: #333 0px 2px 10px 0px;
    color: #f4f4f4;
    transition: all ease-in-out .5s;
    width: 75px;
    height: 75px;
    display: inline-block;
}
.for-homepage .offerListWrapper {
    position: absolute;
    top: -35%;
    transform: translate(0, -50%);
    background: #445256;
    color: #eee;
    padding: 20px 35px 10px;
    right: -450px;
    width: 430px;
    transition: all ease-in-out .5s;
    box-shadow: #333 0px 5px 10px 0px;
}
.mobile.for-homepage .offerListWrapper{
    width: 340px;
    max-height: 420px;
    overflow-y: auto;
}
.for-homepage ul.popUpContentHolder li {
    list-style: circle;
    font-size: 16px;
    line-height: 1.7em;
    padding: 8px 0px;
}
.for-homepage .offerListWrapper .sliderContentText {
    color: white;
    text-align: justify;
    display: block;
    text-decoration: none;
    position: relative;
    padding-top: 5px;
}
.for-homepage .offerListWrapper .sliderContentText .highlightedTextLink {
    color: gold;
    font-weight: bold;
    text-decoration: none;
}
@media screen and (max-width: 480px) {
    .for-homepage .offerListWrapper {
        width: 400px;
    }
}
@media screen and (max-width: 400px) {
    .for-homepage .offerListWrapper {
        width: 350px;
    }
}
@media screen and (max-width: 350px) {
    .for-homepage .offerListWrapper {
        width: 300px;
    }
}
.for-homepage .slidingOffersWrapper a.WrapperLink {
    color: #8F6726 !important;
    display: block;
    background-color: white;
    /*padding: 5px;*/
    width: 35%;
    text-align: center;
}
.for-homepage .slidingOffersWrapper .fa-briefcase-medical:before{
    content:"COVID-19" !important;
    position: absolute;
    top: 32px;
    right: 5px;
}
.for-homepage .slidingOffersWrapper .fa-times:before{
    font-size:30px;
    position:absolute;
    top: 22px;
    right: 26px;
    font-weight:bold;
}

.wt3imgtop-3tbbot.three-col[data-widget-id="2107543"] .text-content.left-box, .wt2imgtop-2tbbot.two-col .text-content {
    box-shadow: initial;
}

.wt3imgtop-3tbbot.three-col[data-widget-id="2107543"] .text-content.right-box, .wt2imgtop-2tbbot.two-col .text-content {
    box-shadow: initial;
}

/*custom chagnes dont touch*/

.collapsedNavbar.parent-hotel header {
    position: fixed;
}
/*header #top-navbar-collapse {*/
/*    border-top: 2px solid #aaa;*/
/*    height: 46px;*/
/*    margin-top: 20px!important;*/
/*}*/
header .navbar-top .navbar-nav>li>a {
    padding: 0 15px;
}

header .navbar.navbar-top .container {
    padding: 0;
}
.headerTopStrip {
    background: #333;
    color: #f4f4f4;
    font-size: 14px;
    height: 30px;
    transition: all ease .5s;
    overflow: hidden;
}

.header_top_contact {
    line-height: 30px;
}

.headerTopStrip .phone-block {
    display: inline-block;
    float: left;
}
.headerTopStrip .socialLinkList {
    float: right;
}

.headerTopStrip .socialLinkList ul {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    margin: 0;
}
.headerTopStrip .socialLinkList ul li {
  display: inline-block;
  padding: 0 10px;
}

.headerTopStrip .socialLinkList ul li a, .headerTopStrip .socialLinkList ul li a:hover {
  color: #f4f4f4;
  text-decoration: none;
}


.collapsedNavbar .navbar-header {
    float: left;
}
.collapsedNavbar .headerTopStrip {
    height: 0;
}

.collapsedNavbar header .navbar-top .navbar-header {
    float: left;
}

.collapsedNavbar header .navbar-top .navbar-header .navbar-brand {
    position: absolute;
}

body.collapsedNavbar header .navbar-top #top-menu{
	padding: unset !important;
	padding-right: 175px !important;
	padding-left: 220px !important;
	height: 80px !important;
	text-align: left;
	border-top: none !important;
	border-bottom: 2px solid #aaa;
}
.collapsedNavbar header .navbar-top .navbar-nav>li>a {
    padding: 19px 15px !important;
}
.collapsedNavbar header #top-navbar-collapse {
    border-top: none!important;
}

@media (max-width: 1024px) {
	/*.for-homepage.parent-hotel .camera-carousel-container {*/
	/*  padding-top: 153px;*/
	/*}*/
	.carousel-inner {
	    height: unset;
	}
	
}


.camera-carousel-container #homeCarousel .camera_caption .caption-as-text, 
.camera-carousel-container #homeCarousel .camera_caption .caption-as-link {
    float: none !important;
    display: inline-block !important;
}

.camera-carousel-container #homeCarousel .camera_caption {
    top: initial !important;
    bottom: 30%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.content_wrapper .no-gutter .generic_slider.jssor-carousel-container {
    width: 70%;
}

body.child-hotel .header-pills {
    padding: 200px 0px 15px !important;
}

body.parent-hotel .header-pills {
    padding: 165px 0px 15px !important;
}
.collapsedNavbar header #top-menu {
    padding-left: 75px;
    border-bottom: 2px solid #aaa;
}
.child-hotel.collapsedNavbar header #top-menu {
    padding-left: 35px;
    border-bottom: 2px solid #aaa;
}

.homepage .content_wrapper .no-gutter .widget-wrapper.wt1tb.fullWidthWidget[data-widget-id="2117908"] {
    width: 33% !important;
}
.homepage .content_wrapper .no-gutter .widget-wrapper.wt-masonry-gallery.wt-general-masonry.fullWidthWidget[data-widget-id="2119033"] {
    width: 63% !important;
}

:is(.outer-page,.outerpage) .inner-page .content_wrapper{
    padding-top:0;
    padding-bottom:0;
}
.for-homepage .content_wrapper{
    padding-top:0;
    padding-bottom:30px;
}
:is(.outer-page,.outerpage) .inner-page {
    padding-bottom:30px;
}

:is(.outer-page,.outerpage) .widget-wrapper:has(.social_feed.section_bg:empty ,.promotions_block:empty){
    padding:0;
    margin:0;
}
:is(.outer-page,.outerpage) .widget-wrapper .promotions_block:empty{
    padding:0;
    margin:0;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-HideLeftAndRight.simp-custom-center :is(.left-box,.right-box){
    display:none;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-HideLeftAndRight.simp-custom-center{
    display:flex;
    justify-content:center;
}

:is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper.simp-custom-form{
    margin-top:30px;
    margin-bottom:30px;
}
:is(.outerpage,.outer-page) .content_wrapper .no-gutter .widget-wrapper.simp-custom-LImage-RightText{
    display:flex;
    align-items:center
}
.mobile .content_wrapper .no-gutter .simp-custom-HideLeftAndRight.simp-custom-center{
    display:flex;
    justify-content:center;
    align-items:center; 
}
.mobile .content_wrapper .no-gutter .simp-custom-HideLeftAndRight.simp-custom-center .col-xs-12:first-child{
    display:none;
}
.mobile .content_wrapper .no-gutter .simp-custom-HideLeftAndRight.simp-custom-center .col-xs-12:last-child{
    display:none;
}
:is(.outer-page,.outerpage) .content_wrapper .no-gutter .widget-wrapper p{
    margin-top:0;
}
/*OPS-13061 start*/
/*body header .navbar-top .navbar-header{*/
/*    display:flex;*/
/*    justify-content:flex-start;*/
/*    align-items:center;*/
/*    margin:20px 0 0 0;*/
/*}*/
/*body header .navbar-top .navbar-header .navbar-brand {*/
/*    height: 80px;*/
/*    margin:0;*/
/*    padding:0;*/
/*}*/
/*OPS-13061 end*/

/*preview changes for the navbar*/
header #top-navbar-collapse {
    align-items:center;
}

header .navbar-top{
    height:110px;
}



div[data-widget-id="2139029"] .text-content-wrapper{
    height:400px;
}
div[data-widget-id="2139038"] .text-content-wrapper{
    height:400px;
}
div[data-widget-id="2139042"] .text-content-wrapper{
    height:400px;
}
div[data-widget-id="2138926"] .text-content-wrapper{
    height:400px;
}
div[data-widget-id="2138959"] .text-content-wrapper{
    height:400px;
}
div[data-widget-id="2139013"] .text-content-wrapper{
    height:400px;
}
div[data-widget-id="2139021"] .text-content-wrapper{
    height:400px;
}










.parent-hotel.for-homepage.collapsedNavbar .jssor-carousel-container.camera-carousel-container{
   padding-top:80px;

}
.child-hotel.for-homepage.collapsedNavbar .jssor-carousel-container.camera-carousel-container{
    padding-top:115px;
}


div[data-widget-id="2107148"] .text-content-wrapper,
div[data-widget-id="2103617"] .text-content-wrapper,
div[data-widget-id="2107341"] .text-content-wrapper {
    min-height: 265px;
    max-height: 265px;
    padding: 0 3px;
    overflow: auto;
    -webkit-appearance: none;
}

div[data-widget-id="2107148"] .text-content-wrapper::-webkit-scrollbar,
div[data-widget-id="2103617"] .text-content-wrapper::-webkit-scrollbar,
div[data-widget-id="2107341"] .text-content-wrapper::-webkit-scrollbar {
   width: 5px;
   background-color: #fff;
}
div[data-widget-id="2107148"] .text-content-wrapper::-webkit-scrollbar-thumb,
div[data-widget-id="2103617"] .text-content-wrapper::-webkit-scrollbar-thumb,
div[data-widget-id="2107341"] .text-content-wrapper::-webkit-scrollbar-thumb {
   background-color: #c7962c;
}

div[data-widget-id="2107148"] .text-content-wrapper::-webkit-scrollbar-track,
div[data-widget-id="2103617"] .text-content-wrapper::-webkit-scrollbar-track,
div[data-widget-id="2107341"] .text-content-wrapper::-webkit-scrollbar-track {
   box-shadow: inset 0 0 6px rgba(0,0,0,.3);
   background-color: #f5f5f5;
}




.mobile .navBtnBorderActiondd .dropdown-menu-topNav li a .drop-menu-header-block-top-header{
  text-transform: uppercase;
  padding:15px!important;
}
.mobile .dropdown-menu li .menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
}
.mobile .dropdown-menu li .menu button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f2f2f2;
    border: none;
    margin: 0px;
}
.mobile .dropdown-menu li .menu button:hover {
    background-color: rgb(242, 242, 242);
}
.mobile .dropdown-menu li .menu button::before {
    content: '+';
    color: #b78431;
    position: absolute;
    top: 50%;
    font-size: 25px;
    transform: translateY(-50%);
}
.mobile .dropdown-menu li.active button::before {
    content: '-';
    font-size: 25px;
}
.mobile .dropdown-menu li .submenus {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
}
.mobile .dropdown-menu li.active .submenus {
    height: auto;
}
.mobile .dropdown-menu li {
    border-top: 1px solid #ccc;
}
.mobile .drop-menu-header-block-top-header {
    border-top: 0 !important;
    height: 40px;
}
.mobile .dropdown-menu li .menu a {
    display: inline-block;
    width: calc(100% - 40px);
}
.mobile .drop-menu-header-block-top-header:hover {
    color: rgb(39, 39, 39);
    background-color: rgb(242, 242, 242);
}
.mobile .dropdown-menu li .submenus>a:not(:last-child)>div {
    border-bottom: 1px solid #ccc;
}

/* header .navbar-top{
   padding-bottom: 25px !important;
} */
.parent-hotel .header-pills {
    padding: 185px 0px 15px;
}
.parent-hotel header .navbar-top.scroll{
   padding-bottom: 55px;
}
/*header .navbar-top .navbar-brand img{*/
/*    max-height: 80px;*/
/*}*/
.collapsedNavbar header .navbar-top .navbar-nav>li>a{
    padding: 0px 15px !important;
}
header .navbar-top .navbar-nav>li>a{
    line-height: 39px;
}
header .navbar-top.scroll{
    padding-bottom: 0 !important;
}
.jssor-carousel-wrapper.jssor-home-wrapper.aspectratio18-7 {
    padding-top: 30px;
}
.child-hotel .inner-page .header-pills-wrapper .header-pills{
    padding: 218px 0px 15px !important;
}

.child-hotel .inner-page .navbar.navbar-top.scroll {
    padding-bottom: 55px ;
}
.child-hotel nav.navbar.navbar-top.scroll {
     padding-bottom: 0;
}
@media screen and (max-width:1024px){
    .parent-hotel .camera-carousel-container .jssor-home-wrapper.aspectratio18-7{
        padding-top:0;
    }
}

.homepage .content_wrapper .no-gutter .widget-wrapper, .inner-page .content_wrapper .no-gutter .widget-wrapper {
    padding: 30px 0;
}

/* footer phone */
.parent-hotel .foot_block .address_block .add_cont ul li:last-child,
.mobile.parent-hotel footer .container > .text-center:nth-child(3) > .footer-detail:nth-child(2) {
    display: none;
}

/* parent address block phone */
.parent-hotel .outer-page .address-block-details .hotel-contacts .telephone-number-block {
    display: none;
}

.mobile #footer .footer-detail .fa-stack-visible + .fa-stack-visible{
  display: none;
}

/* .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;*/
/*    display:flex;*/
/*    flex-direction:column;*/
/*    justify-content:center;*/
/*    align-items:center;*/
/*  }*/
/*  .imgforPopup {*/
/*    max-width: 90%;*/
/*    display: block;*/
/*  }*/
/*  .for-homepage .landing_Popup .popUp_Close {*/
/*    position: absolute;*/
/*    top: -35px;*/
/*    right: 0px;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    font-weight: 100;*/
/*    cursor: pointer;*/
/*    background: transparent;*/
/*    border: 2px solid #ebedec;*/
/*    border-radius: 50%;*/
/*    color: #fff;*/
/*  }*/
/*  @keyframes zoominoutsinglefeatured {*/
/*    0% {*/
/*      transform: scale(0.3, 0.3);*/
/*    }*/
/*    50% {*/
/*      transform: scale(1.1, 1.1);*/
/*    }*/
/*    100% {*/
/*      transform: scale(1, 1);*/
/*    }*/
/*  }*/
/*  .landing_Popup {*/
/*    animation: zoominoutsinglefeatured 1s ease-in-out;*/
/*  }*/
/*  .for-homepage .landing_Popup .Explore-More{*/
/*    background:#fff;*/
/*    width:100%;*/
/*    display:flex;*/
/*    justify-content:center;*/
/*    align-items:center;*/
/*    height:50px;*/
/*}*/
/*.for-homepage .landing_Popup .Explore-More a{*/
/*    background:#000;*/
/*    color:#fff;*/
/*    padding:5px;*/
/*    text-decoration:none;*/
/*}*/
/*  @media (max-width: 1536px) {*/
/*    .landing_Popup img {*/
/*      max-width: 80%;*/
/*    }*/
/*    .for-homepage .landing_Popup .popUp_Close {*/
/*      right: 8%;*/
/*    }*/
/*    .for-homepage .landing_Popup .Explore-More{*/
/*        width:80%;*/
/*    } */
/*  }*/
/*  @media (max-width: 1250px) {*/
/*    .landing_Popup img {*/
/*      max-width: 80%;*/
/*      max-height: 90vh;*/
/*    }*/
/*    .for-homepage .landing_Popup .popUp_Close {*/
/*      right: 6%;*/
/*    }*/
/*    .for-homepage .landing_Popup .popUp_Close {*/
/*      position: absolute;*/
/*      top: -30px;*/
/*      width: 25px;*/
/*      height: 25px;*/
/*    }*/
/*  }*/

/*  @media (max-width: 950px) {*/
/*    .landing_Popup img {*/
/*      max-height: 90vh;*/
/*    }*/
/*  }*/
/*  .mobile.for-homepage .landing_Popup .popUp_Close {*/
/*    top: -21px;*/
/*    right: 3%;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    padding: 8px;*/
/*  }*/
/*  .mobile.for-homepage .landing_Popup .popUp_Close i {*/
/*    font-weight: 100;*/
/*  }*/
/*  .mobile .landing_Popup img {*/
/*    max-width: 90%;*/
/*  }*/
/*  @media screen and (orientation: landscape) {*/
/*    .mobile .landing_Popup img {*/
/*      max-height: 80vh;*/
/*    }*/
/*  }*/
/*  .mobile.for-homepage .landing_Popup .Explore-More {*/
/*     width: 90%;*/
/*  }*/

/*.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: -35px;*/
/*    right: 0px;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    font-weight: 100;*/
/*    cursor: pointer;*/
/*    background: transparent;*/
/*    border: 2px solid #ebedec;*/
/*    border-radius: 50%;*/
/*    color: #fff;*/
/*  }*/
/*  @keyframes zoominoutsinglefeatured {*/
/*    0% {*/
/*      transform: scale(0.3, 0.3);*/
/*    }*/
/*    50% {*/
/*      transform: scale(1.1, 1.1);*/
/*    }*/
/*    100% {*/
/*      transform: scale(1, 1);*/
/*    }*/
/*  }*/
/*  .landing_Popup {*/
/*    animation: zoominoutsinglefeatured 1s ease-in-out;*/
/*  }*/
/*  @media (max-width: 1536px) {*/
/*    .landing_Popup img {*/
/*      max-width: 100%;*/
/*       max-height: 70vh;*/
/*    }*/
/*    .for-homepage .landing_Popup .popUp_Close {*/
/*      right: 0;*/
/*    }*/
/*  }*/
/*  @media (max-width: 1250px) {*/
/*    .landing_Popup img {*/
/*      max-width: 100%;*/
/*      max-height: 70vh;*/
/*    }*/
/*    .for-homepage .landing_Popup .popUp_Close {*/
/*      right: 0;*/
/*    }*/
/*    .for-homepage .landing_Popup .popUp_Close {*/
/*      position: absolute;*/
/*      top: -30px;*/
/*      width: 25px;*/
/*      height: 25px;*/
/*    }*/
/*  }*/

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



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



.summary_widget_wrapper .page_link .link_overlay{
    display:none;
}

.summary_widget_wrapper .page_link:hover img{
    transform: none;
    opacity: 1;
}



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

.mobile #whatsAppHeader .fa-whatsapp {
    font-size: 30px;
    
}
.mobile .fa-whatsapp:before {
    content: "\f232";
}











.content_wrapper .no-gutter .generic_slider.jssor-carousel-container {
    width: 70%;
}



.homepage .content_wrapper .no-gutter .widget-wrapper.bgImageContainer.parallaxContainer.fullWidthWidget, .inner-page .content_wrapper .no-gutter .widget-wrapper.bgImageContainer.parallaxContainer.fullWidthWidget {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
}



header .navbar-bottom .navbar-nav>li>a:focus,
header .navbar-bottom .navbar-nav>li>a:hover{
    color: #fff;
}







 .wt3imgtop-3tbbot.three-col, 
 .wt2imgtop-2tbbot.two-col{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 15px;
}
 .wt3imgtop-3tbbot.three-col .text-content,
 .wt2imgtop-2tbbot.two-col .text-content{
     width: 31%;
    padding: 15px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

 .wt3imgtop-3tbbot.three-col .text-content:hover,
 .wt2imgtop-2tbbot.two-col .text-content:hover{
    box-shadow: 0 6px 16px 0 rgba(0,0,0,0.3);
}


.summary-widget .contentblock .viewbtn a{
	position: relative;
	color: transparent;
}

.summary-widget .viewbtn a:after {
	position: absolute;
	content: "Know More";
	top: 0;
	left: 0;
	right: 0;
	color: white;
}
.parent-hotel .footer-row .navbar-nav > li.first-li:first-child {
    display: none !important;
}


.videoContainerCloudinery{
    max-width: 100%;
}


.videoContainerCloudinery video{
    height: auto;
}


.videoContainerCloudinery .widget-wrapper {
    padding: 0 !important;
}

.wtheader .text-content, .wtsubheader .text-content {
    text-align: center;
}
.wtheader .text-content h1, .wtsubheader .text-content h2 {
	display: inline-block;
	position: relative;
}

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




