/*!
Theme Name: Heeton Concept
Theme URI: https://www.cendyn.com/
Author: Cendyn
Author URI: https://www.cendyn.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: heeton-concept
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Heeton Concept is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face{font-family: 'PoppinsRegular'; src: url('fonts/PoppinsRegular.eot'); src: url('fonts/PoppinsRegular.eot') format('embedded-opentype'), url('fonts/PoppinsRegular.woff2') format('woff2'), url('fonts/PoppinsRegular.woff') format('woff'), url('fonts/PoppinsRegular.ttf') format('truetype'), url('fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');}
@font-face{font-family: 'PoppinsMedium'; src: url('fonts/PoppinsMedium.eot'); src: url('fonts/PoppinsMedium.eot') format('embedded-opentype'), url('fonts/PoppinsMedium.woff2') format('woff2'), url('fonts/PoppinsMedium.woff') format('woff'), url('fonts/PoppinsMedium.ttf') format('truetype'), url('fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');}
@font-face{font-family: 'PoppinsBold'; src: url('fonts/PoppinsBold.eot'); src: url('fonts/PoppinsBold.eot') format('embedded-opentype'), url('fonts/PoppinsBold.woff2') format('woff2'), url('fonts/PoppinsBold.woff') format('woff'), url('fonts/PoppinsBold.ttf') format('truetype'), url('fonts/PoppinsBold.svg#PoppinsBold') format('svg');}

/*Font Awesome*/
@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.7.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

:root{
	/*Colors*/
	--whiteColor: #fff;
	--whiteColorRGB: 255,255,255;
	--blackColor: #000;
	--blackColorRGB: 0,0,0;
	--242424Color: #151515;
	--B29785Color: #48695A;
	--F1EDEAColor: #F6EFE7;
	--EBEBEBColor: #EBEBEB;
	--D0D0D0Color: #D0D0D0;

	/*Size*/
	--px5: 5px;
}


/*Slick Slider*/
.slick-loading .slick-list{background: #fff url('images/ajax-loader.gif') center center no-repeat;} 
.slick-arrow{position: absolute; width: 70px; height: 70px; background: var(--B29785Color); top: 13%;z-index: 1;border: none;font-size: 0px;} 
.slick-arrow:hover{background: var(--242424Color);}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{opacity: .25;} 
.slick-prev::before, .slick-next::before{font-size: calc(var(--px5) * 4);} 
.slick-prev{left: calc(var(--px5) * 6);}
.slick-next{right: calc(var(--px5) * 6);}
.slick-next::before,.slick-prev::before{content: '';background: url('images/arrow.svg') center center no-repeat;position: absolute;height: 100%;width: 100%;left: 0;top: 0;} 
.slick-prev::before{transform: rotate(180deg);}
.slick-dotted.slick-slider{margin-bottom: calc(var(--px5) * 6);} 
.slick-dots{position: absolute; bottom: calc(var(--px5) * (-5)); display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center;} 
.slick-dots li{position: relative; display: inline-block; width: calc(var(--px5) * 4); height: calc(var(--px5) * 4); margin: 0 5px; padding: 0; cursor: pointer;} 
.slick-dots li button{font-size: 0; line-height: 0; display: block; width: calc(var(--px5) * 4); height: calc(var(--px5) * 4); padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent;} 
.slick-dots li button:hover, .slick-dots li button:focus{outline: none;} 
.slick-dots li button:hover:before, .slick-dots li button:focus:before{opacity: 1;} 
.slick-dots li button:before{font-family: 'slick'; font-size: 6px; line-height: calc(var(--px5) * 4); position: absolute; top: 0; left: 0; width: calc(var(--px5) * 4); height: calc(var(--px5) * 4); content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;} 
.slick-dots li.slick-active button:before{opacity: .75; color: black;}
.slick-slider{position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-list{position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging {cursor: pointer; cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.slick-track {position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;}
.slick-track:before, .slick-track:after {display: table; content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide{display: none; float: left; height: 100%; min-height: 1px;position: relative;}
.slick-slide img {display: block;width: 100%;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
/* End Slick Slider */

button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;cursor: pointer;}
[type="search"] {-webkit-appearance: textfield;}
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {-webkit-appearance: button;}
embed, iframe, object {max-width: 100%;}
img {height: auto;max-width: 100%;}
figure{margin: 0px;}
.custom-logo-link {display: inline-block;}
.alignleft {float: left;margin-right: 1.5em;margin-bottom: 1.5em;}
.alignright {float: right;margin-left: 1.5em;margin-bottom: 1.5em;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;margin-bottom: 1.5em;}

/*Common Classes*/
*, ::after, ::before{box-sizing: border-box;}
html{font-size: 16px;line-height: 1.5;-webkit-text-size-adjust: 100%;}
body{margin: 0;padding: calc((var(--px5) * 16) - 2px) 0 0;font-family: 'PoppinsRegular';color: var(--242424Color);letter-spacing: 0.2px;}
ul,ol{margin: 0;padding: 0;list-style: none;}
a{text-decoration: none;}
h1,h2{font-family: 'PoppinsBold';line-height: 1.15;}
h1,h2,h3,h4,h5,h6{margin: 0;font-weight: normal;}
p{margin: 0 0 calc(var(--px5) * 3);}
.columnContainer{max-width: 1240px;width: 100%;margin-right: auto;margin-left: auto;}
.columnContainerFull{max-width: 100%;width: 100%;margin-right: auto;margin-left: auto;}
.columnWrap{margin-left: calc(var(--px5) * (-3));margin-right: calc(var(--px5) * (-3));display: flex;flex-wrap: wrap;}
.column100{flex: 0 0 100%;max-width: 100%;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);position: relative;}
.column80{flex: 0 0  80%;max-width: 80%;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);position: relative;}
.column75{flex: 0 0  75%;max-width: 75%;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);position: relative;}
.column70{flex: 0 0  70%;max-width: 70%;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);position: relative;}
.column66{flex: 0 0  66.66%;max-width: 66.66%;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);position: relative;}
.column60{flex: 0 0  60%;max-width: 60%;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);position: relative;}
.column55{flex: 0 0  55%;max-width: 55%;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);position: relative;}
.column50{flex: 0 0  50%;max-width: 50%;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);position: relative;}
.column45{flex: 0 0  45%;max-width: 45%;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);position: relative;}
.column40{flex: 0 0  40%;max-width: 40%;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);position: relative;}
.column30{flex: 0 0  30%;max-width: 30%;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);position: relative;}
.column33{flex: 0 0  33.33%;max-width: 33.33%;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);position: relative;}
.column25{flex: 0 0  25%;max-width: 25%;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);position: relative;}
.column20{flex: 0 0  20%;max-width: 20%;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);position: relative;}

.textLeft{text-align: left;}
.textCenter{text-align: center;}
.textRight{text-align: right;}
.textUppercase{text-transform: uppercase;}
.textCapitalize{text-transform: capitalize;}
.alignItemsCenter{align-items: center;}
.alignContentCenter{align-content: center;}
.justifyItemsCenter{justify-items: center;}
.justifyContentCenter{justify-content: center;}
.justifyContentBetween{justify-content: space-between;}
.dFlex{display: flex;}
.dGrid{display: grid;}
.dBlock{display: block;}
.dInlineBlock{display: inline-block;}
.posRelative{position: relative;}
.posAbsolute{position: absolute;}
.posFixed{position: fixed;}
.borderCircle{border-radius: 50%;}
.overflowHidden{overflow: hidden;}
/*Spacing*/
.maLRAuto{margin-left: auto;margin-right: auto;}
.m0{margin: 0px !important;}
.mTB0{margin-bottom: 0px !important;margin-top: 0px !important;}
.mLR0{margin-left: 0px !important;margin-right: 0px !important;}
.mT0{margin-top: 0px !important;}
.mT5{margin-top: var(--px5) !important;}
.mT10{margin-top: calc(var(--px5) * 2) !important;}
.mT15{margin-top: calc(var(--px5) * 3) !important;}
.mT20{margin-top: calc(var(--px5) * 4) !important;}
.mT25{margin-top: calc(var(--px5) * 5) !important;}
.mT30{margin-top: calc(var(--px5) * 6) !important;}
.mB0{margin-bottom: 0px !important;}
.mB5{margin-bottom: var(--px5) !important;}
.mB10{margin-bottom: calc(var(--px5) * 2) !important;}
.mB15{margin-bottom: calc(var(--px5) * 3) !important;}
.mB20{margin-bottom: calc(var(--px5) * 4) !important;}
.mB25{margin-bottom: calc(var(--px5) * 5) !important;}
.mB30{margin-bottom: calc(var(--px5) * 6) !important;}
.p0{padding: 0px !important;}
.pTB0{padding-bottom: 0px !important;padding-top: 0px !important;}
.pLR0{padding-left: 0px !important;padding-right: 0px !important;}
.pT0{padding-top: 0px !important;}
.pL0{padding-left: 0px !important;}
.pR0{padding-right: 0px !important;}
.pT5{padding-top: var(--px5) !important;}
.pT10{padding-top: calc(var(--px5) * 2) !important;}
.pT15{padding-top: calc(var(--px5) * 3) !important;}
.pT20{padding-top: calc(var(--px5) * 4) !important;}
.pT25{padding-top: calc(var(--px5) * 5) !important;}
.pT30{padding-top: calc(var(--px5) * 6) !important;}
.pB0{padding-bottom: 0px !important;}
.pB5{padding-bottom: var(--px5) !important;}
.pB10{padding-bottom: calc(var(--px5) * 2) !important;}
.pB15{padding-bottom: calc(var(--px5) * 3) !important;}
.pB20{padding-bottom: calc(var(--px5) * 4) !important;}
.pB25{padding-bottom: calc(var(--px5) * 5) !important;}
.pB30{padding-bottom: calc(var(--px5) * 6) !important;}
.h100{height: 100%;}
.w100{width: 100%;}
/*Spacing End*/
.borderNone{border: none !important;}
.bgNone{background: none !important;}
.customBtn{font-size: calc((var(--px5) * 4) - 2px);padding: calc(var(--px5) * 3) calc((var(--px5) * 8) - 2px);letter-spacing: 0.18px;border-width: 2px;border-style: solid;}
.btnTransparent{background: transparent;border-color: var(--whiteColor);color: var(--whiteColor);}
.btnTransparent:hover{background: var(--B29785Color);border-color: var(--B29785Color);color: var(--whiteColor);}
.btnWhite{background: var(--whiteColor);border-color: var(--B29785Color);color: var(--B29785Color);}
.btnWhite:hover{background: var(--B29785Color);color: var(--whiteColor);}
.btnB29785{background: var(--B29785Color);color: var(--whiteColor);border-color: var(--B29785Color);}
.btnB29785:hover{background: transparent;color: var(--B29785Color);}
.btnB29785Transparent{background: var(--whiteColor);color: var(--B29785Color);border-color: var(--B29785Color);}
.btnB29785Transparent:hover{background: var(--B29785Color);color: var(--whiteColor);}
.textWhite{color: var(--whiteColor);}
.bgWhite{background: var(--whiteColor);}
.paddingTB150{padding-top: calc(var(--px5) * 30);padding-bottom: calc(var(--px5) * 30)}
.sectionTitle{padding-bottom: calc(var(--px5) * 12);}
.sectionTitle h2{font-size: calc(var(--px5) * 10);}
.sectionTitle small{letter-spacing: 5.6px;font-family: 'PoppinsMedium';}
.sectionTitle p{max-width: 780px;font-size: calc((var(--px5) * 4) - 2px);}
.centerSlideArrow .slick-arrow{top: 0;bottom: 0;margin: auto;display: none !important;}
.centerSlideArrow:hover .slick-arrow{display: block !important;}
.bottomLeftSlideButton .slick-arrow{top: auto;bottom: 0;}
.bottomLeftSlideButton .slick-arrow.slick-prev{left: -70px;}
.bottomLeftSlideButton .slick-arrow.slick-next{left: -70px;bottom: 75px;}
input[type="text"], input[type="email"], textarea,select{border-width: 0 0 1px;border-style: solid;border-color: var(--whiteColor);background-color: transparent;color: var(--whiteColor);font-size: calc((var(--px5) * 3) + 2px);padding: 0 0 calc(var(--px5) * 2);outline: none;width: 100%;}
.formField span{display: block;}

/*Header*/
.mainHeader{position: fixed;left: 0;right: 0;top: 0;z-index: 999;background: var(--whiteColor);box-shadow: 0px 1px 3px rgba(var(--blackColorRGB),0.10);}
.mainHeader img{width: 100%;}
.homeSlider{z-index: 0;}
.sliderCaptionWrap{top: 0;bottom: 0;left: 12%;max-width: 650px;font-size: calc(var(--px5) * 4);z-index: 1;}
.sliderCaptionWrap p{line-height: calc(var(--px5) * 7);}
.sliderCaption h1{font-size: calc(var(--px5) * 13);}
.humburgerIcon .customBtn{color: var(--242424Color);border-right: 1px solid var(--F1EDEAColor) !important;}
.humburgerIcon .customBtn span.menuBars{position: relative;display: inline-block;background: var(--242424Color);width: calc((var(--px5) * 6) - 3px);height: 1px;vertical-align: super;margin-right: 8px;transition: all 0.5s ease-in-out 0s;}
.humburgerIcon .customBtn:hover span.menuBars{width: calc(var(--px5) * 3);margin-right: calc(var(--px5) * 4);}
.humburgerIcon .customBtn span.menuBars::before, .humburgerIcon .customBtn span.menuBars::after{content: "";position: absolute;width: calc((var(--px5) * 6) - 2px);height: 1px;background: var(--242424Color);left: 0;}
.humburgerIcon .customBtn span.menuBars::before{top: -8px;}
.humburgerIcon .customBtn span.menuBars::after{bottom: -8px;}
.headerBook .customBtn{color: var(--242424Color);border-left: 1px solid var(--F1EDEAColor) !important;width: 165px;}
.headerBook .customBtn:hover{color: var(--whiteColor);}
.closePopup{position: relative;display: none;padding-left: calc(var(--px5) * 6);}
.closePopup::before{position: absolute;background: url(images/sprite.png) -105px -3px / auto no-repeat;content: "";height: 23px;width: 25px;left: 0;top: 0px;transition: all 0.5s ease-in-out 0s;}
.closeIconShow .customBtn{font-size: 0px;}
.closeIconShow .customBtn .closePopup{font-size: calc((var(--px5) * 4) - 2px);display: block;}
.closeIconShow .customBtn:hover{background: transparent;color: var(--242424Color);}
.mainHeader .customBtn:hover .closePopup::before{transform: rotate(180deg);}
.humburgerIcon.closeIconShow .customBtn span.menuBars{display: none;}
.parentMenuLink{height: 30px;width: 100%;margin-top: -35px;position: relative;}

/*Home Slider*/
.ourHotels{background: var(--F1EDEAColor);}
.sliderWrap{padding-left: calc(var(--px5) * 10);padding-right: calc(var(--px5) * 10);}
.ourHotelSlider .slick-current.slick-active .sliderWrap{position: relative;}
.ourHotelSlider .slick-current.slick-active .sliderWrap::before,.ourHotelSlider .slick-current.slick-active .sliderWrap::after{position: absolute;content: "";background: var(--F1EDEAColor);width: calc(var(--px5) * 21);height: 42%;top: 0;z-index: 2;}
.ourHotelSlider .slick-current.slick-active .sliderWrap::before{left: calc(var(--px5) * (-30));}
.ourHotelSlider .slick-current.slick-active .sliderWrap::after{right: calc(var(--px5) * (-30));}
.ourHotelSlider.slick-slider .slick-list{padding-bottom: calc(var(--px5) * 24) !important;}
.ourHotelSlider .ourHotelsCaptionWrap{visibility: hidden;}
.ourHotelSlider .slick-current.slick-active .ourHotelsCaptionWrap{visibility: visible;}
.ourHotelsCaptionWrap{bottom: calc(var(--px5) * (-24));left: calc(var(--px5) * 10);right: calc(var(--px5) * 10);}
.ourHotelsCaptionWrap h1{font-size: calc((var(--px5) * 6) - 2px);color: var(--242424Color);max-width: 28%;}
.ourHotelsCaptionWrap p{margin: 0;max-width: 60%;line-height: calc((var(--px5) * 6) - 2px);}
.ourHotelsCaptionWrap::before,.ourHotelsCaptionWrap::after{position: absolute;}
.ourHotelsCaptionWrap::before{content: "Previous Room";left: -130px;transform: rotate(-90deg);top: -105px;}
.ourHotelsCaptionWrap::after{content: "Next Room";right: -112px;transform: rotate(-90deg);top: -88px;}

/*Become Friend*/
.frienBoxWrap h3{font-family: 'PoppinsBold';font-size: calc((var(--px5) * 5) - 1px);}
.frienBoxWrap figure{background: var(--F1EDEAColor);height: calc(var(--px5) * 20);width: calc(var(--px5) * 20);line-height: calc(var(--px5) * 30);}

/*Offer*/
.offers{background: var(--F1EDEAColor);}
.offerBoxTxt{padding: 0 calc(var(--px5) * 10);min-height: calc(var(--px5) * 60);clear: both;display: grid;align-content: center;/*max-height: calc(var(--px5) * 63);*/}
.twoColumns .offerBoxTxt{min-height: calc(var(--px5) * 10);}
.offerBoxTxt h3{font-family: 'PoppinsBold';font-size: calc(var(--px5) * 6);line-height: calc((var(--px5) * 8) - 2px);}
.offerBoxTxt a{text-decoration: underline;color: var(--242424Color);}
.offerBoxTxt a:hover{color: var(--B29785Color);}
.offerBoxImg{min-height: calc(var(--px5) * 60);background-repeat: no-repeat;background-position: center center;background-size: cover;}
.offerBoxImg a{min-height: calc(var(--px5) * 60);}
.offerBoxTxt small{font-size: calc((var(--px5) * 3) - 1px);}

/*Book Stay*/

/*Trip Places*/
.tripPlace{background: var(--F1EDEAColor);}
.tripPlaceSlider .sliderCaptionWrap{background: var(--whiteColor);top: auto;left: 0;padding: calc(var(--px5) * 10);}
.tripPlaceSlider .sliderCaptionWrap h3{font-family: 'PoppinsBold';font-size: calc(var(--px5) * 6);}

/*Reviews*/
div.wpcr3_review div.wpcr3_review_datePublished{display: none !important;}
div.wpcr3_review div.wpcr3_review_title{font-family: 'PoppinsBold';font-size: calc(var(--px5) * 4);margin: calc(var(--px5) * 3) 0 calc(var(--px5) * 3);}
div.wpcr3_review blockquote.wpcr3_content{padding: 0px;margin: 0;}
div.wpcr3_review blockquote.wpcr3_content p{font-size: calc((var(--px5) * 3) + 1px);}
.wpcr3_review{box-shadow: 0px 1px 3px rgba(51,51,51,0.1);padding: calc(var(--px5) * 4);}
div.wpcr3_dotline, div.wpcr3_review div.wpcr3_dotline{display: none !important;}
.wpcr3_review_author a{text-decoration: underline;color: var(--242424Color);}
.wpcr3_review_author a:hover{color: var(--B29785Color);}
.wpcr3_reviews_holder .wpcr3_review_item{margin-bottom: calc(var(--px5) * 5);}

/*Footer*/
.mainFooter{background: var(--242424Color);}
.footerLogos{padding-top: calc(var(--px5) * 6);}
.footerLogos .column25 figure{padding-bottom: calc(var(--px5) * 6);}
.menu li{display: inline-block;}
.menu li a{color: var(--whiteColor);}
.menu li a:hover{color: var(--B29785Color);}
.footerTermsCopyright{padding: calc(var(--px5) * 4) 0;}
.footerTermsCopyright .menu li:not(:first-child){margin-left: calc(var(--px5) * 4);}
.copyright{color: rgba(var(--whiteColorRGB), 0.5);font-size: calc(var(--px5) * 3);}
.footerSubscribe{padding: calc(var(--px5) * 10) 0;border-bottom: 1px solid rgba(var(--whiteColorRGB), 0.1);}
.footerSubscribe h2{font-size: calc((var(--px5) * 5) - 1px);}
.footerSubscribe .formField{float: left;width: calc(100% - 177px);}
.footerSubscribe .formField input[type="email"]{min-height: 56px;padding-top: calc(var(--px5) * 2);}
.submitBtn{width: 162px;float: right;}
.screen-reader-response{display: none !important;}
.wpcf7-not-valid-tip{font-size: calc((var(--px5) * 2) + 2px);padding-top: var(--px5);}
.wpcf7-response-output{clear: both;font-size: calc((var(--px5) * 2) + 2px);padding-top: var(--px5);}
.footerInfoDetails{padding-top: calc(var(--px5) * 15);padding-bottom: calc(var(--px5) * 6);word-wrap: break-word;}
.footerInfoDetails .menu li{display: block;}
.footerInfoDetails .menu li:not(:last-child){margin-bottom: calc(var(--px5) * 3);}
.footerInfoDetails h2{font-size: calc(var(--px5) * 4);margin-bottom: calc(var(--px5) * 5);pointer-events: none;}
.footerContactInfo{margin-bottom: calc(var(--px5) * 4);}
.footerContactInfo li:not(:last-child){margin-bottom: calc(var(--px5) * 3);}
.footerContactInfo li a{color: var(--whiteColor);}
.footerContactInfo li a:hover{color: var(--B29785Color);}
.footerSocial li{display: inline-block;}
.footerSocial li:not(:last-child){margin-right: calc(var(--px5) * 2);}
.footerSocial li a{border-radius: 50%;background: var(--B29785Color);color: var(--whiteColor);width: calc(var(--px5) * 8);height: calc(var(--px5) * 8);line-height: calc((var(--px5) * 9) + 2px);text-align: center;display: block;border: 1px solid transparent;}
.footerSocial li a:hover{background: transparent;border-color: var(--B29785Color);}
.footerInfoDetails .column25{margin-bottom: calc(var(--px5) * 5);}
.iconFtr{display: none;}

/*Common Banner*/
.pageBanner{z-index: 0;}
.pageBanner img{display: block;width: 100%;}
.pageBannerCaptionWrap{top: 0px;bottom: 0px;left: 0px;right:  0px;font-size: calc(var(--px5) * 4);z-index: 1;}
.pageBanner h1{font-size: calc((var(--px5) * 13));}
.pageBanner small{letter-spacing: 5.6px;font-size: calc((var(--px5) * 3) + 1px);}
.homeSlider .slick-slide,.pageBanner{z-index: 1;}
.homeSlider .slick-slide::before,.pageBanner::before{content: "";position: absolute;background: rgba(0,0,0,0.4);left: 0;right: 0;top: 0;bottom: 0;z-index: 0;}

/*join Now and Contact Form*/
.joinNow{background: var(--F1EDEAColor);}
.submitBtn.submitBtnWrap{width: 100%;float: none;}
.joinNow h3{font-family: 'PoppinsBold';font-size: calc(var(--px5) * 6);}
.joinNow input[type="text"], .joinNow input[type="email"], .joinNow textarea,.contactInfoForm input[type="text"],.contactInfoForm input[type="email"], .contactInfoForm textarea,.contactInfoForm select{color: var(--242424Color);border-color: rgba(var(--blackColorRGB), 0.3);padding-bottom: calc(var(--px5) * 3);padding-top: calc(var(--px5) * 2);font-family: 'PoppinsRegular';}
.joinNow label,.contactInfoForm label{position: relative;cursor: pointer;display: block;}
.joinNow label span,.contactInfoForm label span{position: relative;display: block;padding-left: calc(var(--px5) * 6);}
.joinNow label span::before,.contactInfoForm label span::before{position: absolute;content: "";width: calc((var(--px5) * 4) - 2px);height: calc((var(--px5) * 4) - 2px);border: 1px solid rgba(var(--blackColorRGB), 0.3);left: 0;top: calc(var(--px5) - 1px);}
.joinNow label input[type="checkbox"]:checked + span::after,.contactInfoForm label input[type="checkbox"]:checked + span::after{position: absolute;content: "";background-image: url(images/right-icon.png);background-repeat: no-repeat;background-position: center center;left: 3px;width: 13px;height: 11px;top: 7px;}
.joinNow input[type="checkbox"],.contactInfoForm input[type="checkbox"]{margin: 0;display: none;}
.joinNow figure{line-height: 12px;}
.joinNow form.wpcf7-form,.contactInfoForm form.wpcf7-form{padding: calc(var(--px5) * 5) calc(var(--px5) * 4);width: 100%;}
.joinNow .wpcf7,.contactInfoForm .wpcf7{display: flex;align-items: center;height: 100%;}

/*Member Offers*/
.currentMemberOffer .offerBox{padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);}
.currentMemberOffer .offerBoxTxt{padding: calc(var(--px5) * 6) calc(var(--px5) * 6);}
.currentMemberOffer .offerBoxTxt h3{font-size: calc(var(--px5) * 4);max-height: none;min-height: auto;line-height: calc((var(--px5) * 6));}
.currentMemberOffer .slick-prev{left: calc(var(--px5) * (-4));}
.currentMemberOffer .slick-next{right: calc(var(--px5) * (-4));}
.currentMemberOffer.paddingTB150{padding-bottom: calc(var(--px5) * 10);}
.offerBoxTxt a.customBtn{color: var(--B29785Color);text-decoration: none;width: 185px;text-align: center;}
.offerBoxTxt a.customBtn:hover{color: var(--whiteColor);}
.twoColumns .columnWrap:not(:last-child){margin-bottom: calc(var(--px5) * 10);}
.pageBanner small img{width: auto;display: inline-block;vertical-align: bottom;}

/*Galley*/
.photoGallery #galleryMyTab{margin: calc(var(--px5) * 8) 0 0;list-style: none;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);}
.photoGallery #galleryMyTab li a{display: block;font-size: calc((var(--px5) * 4) - 2x);color: var(--242424Color);}
.photoGallery #galleryMyTab li:first-child a,.ourGallery #tab_container_572 .wpsm_nav-tabs > li:first-child > a{font-family: 'PoppinsBold' !important;}
.ourGallery #tab_container_572 .wpsm_nav-tabs > li{margin-bottom: 0px !important;}
.ourGallery #tab_container_572 .wpsm_nav-tabs > li:last-child{margin-right: 0px !important;}
.photoGallery #galleryMyTab li:not(:last-child),.ourGallery #tab_container_572 .wpsm_nav-tabs > li:not(:last-child){margin-right: calc(var(--px5) * 3) !important;}
.ourGallery #tab_container_572 .tab-content{padding-left: 0px;padding-right: 0px;padding-bottom: 0px;}
.photoGalImg{display: block;/*flex-wrap: wrap;margin-left: -15px;margin-right: -15px;*/}
.photoGalleryTab{padding-top: calc(var(--px5) * 14);padding-bottom: calc(var(--px5) * 8);}
.photoGalleryTab .photoGalImg{display: none;}
.photoGalleryTab .photoGalImg.tabActive{display: block;}
.photoGallery #galleryMyTab li a.active{text-decoration-line: underline;text-decoration-thickness: 1px;}
.photoGallery .ourHotelSlider.slick-slider .slick-list{padding-bottom: 0px !important;}
.photoGallery .ourHotelSlider .slick-current.slick-active .sliderWrap::before, .photoGallery .ourHotelSlider .slick-current.slick-active .sliderWrap::after{background: var(--whiteColor);}
.photoGalImg img{cursor: pointer;}
.ourGallery #tab_container_572 .wpsm_nav-tabs > li > a{font-size: calc((var(--px5) * 4) - 2x) !important;color: var(--242424Color) !important;border: none !important;padding: 0 !important;background: none !important;font-family: 'PoppinsRegular' !important;}
.ourGallery h3{display: none !important;}
.ourGallery #tab_container_572 .wpsm_nav-tabs > li > a:hover, .ourGallery #tab_container_572 .wpsm_nav-tabs > li > a:focus{border: none !important;padding: 0 !important;background: none !important;text-decoration-line: underline !important;text-decoration-thickness: 1px !important;}
.ourGallery #tab_container_572 .wpsm_nav-tabs > li.active > a, .ourGallery #tab_container_572 .wpsm_nav-tabs > li.active > a:hover, .ourGallery #tab_container_572 .wpsm_nav-tabs > li.active > a:focus{color: var(--242424Color) !important;cursor: default;background-color: none !important;border: none !important;text-decoration-line: underline !important;text-decoration-thickness: 1px !important;}
.ourGallery #tab_container_572 .wpsm_nav-tabs > li{float: none !important;display: inline-block;}
.ourGallery #tab_container_572 .wpsm_nav{text-align: center;}
.ourGallery #tab_container_572,.ourGallery .bwg_thumbnail.bwg_container{margin-bottom: 0px;}

/*Inner Pages*/
.becomeFriend.joinHeeton{background: var(--F1EDEAColor);}
.joinHeeton .frienBoxWrap{padding: calc(var(--px5) * 6);}
.defaultpage h1{font-size: calc(var(--px5) * 8);}
.defaultpage h2{font-size: calc((var(--px5) * 4)  - 2px);margin-bottom: calc(var(--px5) * 4);}
.defaultpage ul{list-style: disc outside none;padding-left: calc(var(--px5) * 3);}
.defaultpage .columnContainer{max-width: 970px;}
.videoBlock iframe{width: 100%;height: 500px;}
.contactInfoForm{background: var(--F1EDEAColor);}
.addressMap iframe{width: 100%;}
.contactForm  h3{font-family: 'PoppinsBold';font-size: calc((var(--px5) * 4) + 2px);}
.contactInfo{word-wrap: break-word;}
.frienBoxWrap p{margin-bottom: 0px;}

/*Collapse*/
.contactInfoForm .sectionTitle{border-bottom: 1px solid var(--D0D0D0Color);}
.customCollapse > li{border-bottom: 1px solid var(--EBEBEBColor);margin-bottom: calc(var(--px5) * 5);padding-bottom: calc(var(--px5) * 5);}
.customCollapse .collapseTitle,.customCollapse .collapseTitle1{color: var(--242424Color);font-family: 'PoppinsBold';font-size: calc((var(--px5) * 4));cursor: pointer;}
.customCollapse .collapseContent,.customCollapse .collapseContent1{display: none;padding-top: calc(var(--px5) * 3);}
.contactInfoForm textarea{resize: none;max-height: 110px;}
.collapseTitleWrap .icon{left: 0;top: 0px;bottom: 0;font-size: calc((var(--px5) * 4) + 2px);}
.faqList.customCollapse .collapseTitle{padding-left: calc(var(--px5) * 6);}
.customCollapse > li:last-child{margin-bottom: 0px;}
.customCollapse.contactInfo > li{border-bottom: 1px solid var(--D0D0D0Color);}
.customCollapse.contactInfo > li:last-child{margin-bottom: 0px;}
.customCollapse.contactInfo > li .collapseTitleWrap .icon{display: none;}
.customCollapse.contactInfo > li ul li{position: relative;padding-left: calc(var(--px5) * 6);}
.customCollapse.contactInfo > li ul li:before{position: absolute;background: url(images/sprite.png) no-repeat;left: 0px;width: 20px;height: 20px;content: "";}
.customCollapse.contactInfo > li ul li.cPhone:before{background-position: 0px 0px;}
.customCollapse.contactInfo > li ul li.cEmail:before{background-position: -26px 0px;}
.customCollapse.contactInfo > li ul li.cAddress:before{background-position: -50px 0px;}
.customCollapse.contactInfo > li ul li a{color: var(--242424Color);}
.customCollapse.contactInfo > li ul li a:hover{color: var(--B29785Color);}
.customCollapse.contactInfo > li ul li:not(last-child){margin-bottom: 10px;}
.customCollapse.contactInfo > li ul li img{vertical-align: middle;}
/*Collapse - End*/
.offerInfoWrap{right: calc(var(--px5) * 6);bottom: calc(var(--px5) * 6);z-index: 9999;}
.offerInfo{cursor: pointer;box-shadow: 0px 3px 20px rgba(var(--blackColorRGB),0.30);border-radius: 50%;display: block;padding: calc(var(--px5) * 2);height: calc(var(--px5) * 10);width: calc(var(--px5) * 10);background: #fff url(images/gift.gif) 10px 8px / 32px 32px no-repeat;}
.offerPopup{padding: calc(var(--px5) * 5);right: 0;width: calc(var(--px5) * 65);bottom: calc(var(--px5) * 12);box-shadow: 0px 3px 20px rgba(var(--blackColorRGB),0.30);font-size: calc((var(--px5) * 3) - 1px);display: none;}
.offerPopup strong{font-family: 'PoppinsBold';font-size: calc((var(--px5) * 4) - 3px);font-weight: normal;}
.offerPopup ul{margin-bottom: calc(var(--px5) * 4);}
.offerPopup ul li{padding-left: calc(var(--px5) * 5);position: relative;}
.offerPopup ul li:before{content:"";position: absolute;left: 0;width: calc((var(--px5) * 4) - 3px);height: calc((var(--px5) * 4) - 3px);background: var(--B29785Color) url(images/sprite.png) -73px -3px / auto no-repeat;border-radius: 50px;top: 2px;}
.offerPopup ul li:not(:last-child){margin-bottom: var(--px5);}
.offerPopup .customBtn{padding-top: calc(var(--px5) * 2);padding-bottom: calc(var(--px5) * 2);}
.showOfferPopup .offerPopup{display: block;}
.showOfferPopup .offerInfo{background: #fff url(images/sprite.png) -92px 12px / auto no-repeat;}

/*Booking Widget CSS*/
.bookingEngine{position: fixed; left: 0; right: 0; z-index: 9999; box-shadow: 0 -1px 5px #202020; bottom: 0; clear: both;background: #000;padding: 5px 0 15px;} 
.bookingEngine .outer_booking {float: none; max-width: 1140px; margin: 0 auto; } 
.bookingEngine .outer_booking{color: #fff;background: none;}
.bookingEngine .outer_booking #reservation_search{padding: 0;}
#custom_engine .outer_booking .room{width: 100%;box-shadow: none;}
.outer_booking .room select option{color: #000;}
#custom_engine .outer_booking .inputbox-be input{box-shadow: none;background-color: var(--B29785Color);color: #fff;}
#custom_engine .outer_booking input.login:hover{background: #333;}
#custom_engine .outer_booking input.login{padding: 1px 30px;background: #707070;font-weight: 400;text-transform: capitalize;text-shadow: none;}
#custom_engine p.booking-myaccount a{color: #fff;font-size: 12px;}
#custom_engine p.booking-myaccount a:hover{text-decoration: underline;}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span{background-color: #fff;border-radius: 2px;}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {width: 16px; height: 16px; border: none; background-color: transparent; top: 9px !important;cursor: pointer;} 
.ui-datepicker .ui-datepicker-next{right: 4px !important;}
.ui-datepicker .ui-datepicker-prev{left: 4px !important;}
.ui-state-default{font-size:12px}
.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{background-color:#383336!important;color:#fff!important;}
.Age{float:left;margin-bottom:15px;width:100%;background:#fffdf3}
.Age .child-age{float:left;width:46%;margin:2%}
.Age .child-age:nth-child(even){float:right}
.child-age .room select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid #d1d1d1;color:#000;width:100%;height:28px;padding:5px}
.child-age p{margin-bottom:0}
.popup-age:after{width:0;height:0;border-style:solid;border-width:20px 15px 0;border-color:#c9c9c9 transparent transparent;content:'';position:absolute;bottom:0;left:50%;margin-left:-10px;margin-bottom:-20px}
.popup-age{background-color:rgba(255,255,255,1);border:1px solid #c9c9c9;border-radius:8px;bottom:50px;left:-52px;padding:0 0 12px;position:absolute;width:200px;z-index:9999999}
.popup-age p{margin:5px 0 0}
.outer_booking{background: #fff;}
.close-pp{background:#fff;border-radius:50%;color:#000;cursor:pointer;font-size:12px;font-weight:700;height:18px;line-height:20px;position:absolute;right:4px;text-indent:0;text-transform:uppercase;top:4px;width:18px}
.outer_booking .fields-block-alter{position:relative}
.popup-age .child-popup{float:left;margin:0 4%;width:41%}
.popup-age .child-popup:nth-child(odd){float:right}
.head-line{background:var(--B29785Color);border-radius:8px 8px 0 0;color:#fff;height:30px;line-height:30px;text-align:center}
.age-head{text-align:center;color:#fff}
.popup-age .child-popup select{width:100%;border:0 solid #ddd;color:#000;width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:0 0;height:34px;background-image:none;padding:4px 6px} 
#custom_engine .outer_booking .child-popup .room {width: 100%; border: solid 1px #dadada; position: relative; background: #fff; }
#custom_engine .outer_booking .room::before{display: none;}
#custom_engine .outer_booking .child-popup .room::before{color: #000; top: 7px;}
#custom_engine .outer_booking .child-popup{color: #000;}
#custom_engine .outer_booking .popup-age .child-popup{padding: 0;}
#custom_engine .outer_booking .fields-block, #custom_engine .outer_booking .fields-block-alter{text-align: left;padding: 0;
width: 100%;margin-bottom: calc(var(--px5) * 6);}
#adbox_widget .adbox-room-heading p{padding-top: 15px;}
#adbox_widget .adbox-item{float: left;width: 100%;}
.outer_booking .calendar{width: 150px;}
#custom_engine .outer_booking .fields-block-alter.width100pr{padding: 0;width: 100%;margin-bottom: 0;}
.outer_booking .inputbox-be{width: 130px;}
#custom_engine .outer_booking .fields-block.book-now{padding-right: 0;margin-bottom: 0;}
#custom_engine .outer_booking .adbox_widget .fields-block-alter{padding-right: 10px;width: 38%;margin-bottom: 10px !important;}
#custom_engine .outer_booking .adbox_widget .fields-block-alter.pdr10.adbox-room-heading{width: 80px;}
.outer_booking #adbox_widget .room select{padding: 4px 10px;}
.bookNowPopupLeft{overflow-y: auto;height: 100%;}
#adbox_widget{padding-top: 15px;}
#custom_engine .outer_booking .adbox_widget .fields-block-alter p {padding-bottom: 5px;}
.clearfix, .clearfix::before {overflow: hidden; display: table; clear: both; }
.outer_booking #results_widget{width: 100%;box-shadow: none;}
.outer_booking #results_widget::before{display: none;}
.outer_booking #results_widget select,#custom_engine .outer_booking .calendar input,.outer_booking .room select{border-width: 0 0 1px;border-style: solid;border-color: rgba(var(--blackColorRGB), 0.08);background-color: transparent;font-size: calc((var(--px5) * 3) + 1px);padding: 0 0 calc(var(--px5) * 2);outline: none;width: 100%;color: var(--242424Color);background-image: none;height: auto;box-shadow: none;cursor: pointer;}
.outer_booking #results_widget select{width: 100%;}
.outer_booking #results_widget label{display: block;}
#custom_engine .outer_booking p{margin: 0;display: block;padding: 0 0 calc(var(--px5) * 3);color: var(--242424Color);font-size: calc((var(--px5) * 3) + 1px);}
#custom_engine .outer_booking .fields-block-alter{width: 48%;}
#custom_engine .outer_booking .fields-block-alter.checkout{float: right;}
#custom_engine .outer_booking .fields-block-alter.c_child{float: right;}
.outer_booking #reservation_search{padding: 0px;}
.ui-widget-content{z-index: 999 !important;color: var(--242424Color);background-color: var(--whiteColor);}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{background: var(--B29785Color);color: var(--whiteColor);}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{border-color: var(--B29785Color);}
.ui-datepicker td a, .ui-datepicker td span{text-align: center;}
.ui-datepicker .ui-datepicker-header{background: var(--B29785Color);}


@media(max-width: 1199px){
	.bookingEngine{position: relative;}
	.bookingEngine .outer_booking #reservation_search{float: none;}
} 

@media(min-width: 992px) and (max-width: 1199px){      
	.bookingEngine .outer_booking{max-width: 960px;}
	.outer_booking .calendar{width: 135px;}
	.outer_booking .inputbox-be{width: 120px;}
	#custom_engine .outer_booking input.login{padding: 1px 20px;}
}

@media(min-width: 768px) and (max-width: 991px){
	.bookingEngine .outer_booking{max-width: 720px;}
	.outer_booking .room select{width: 125%;}
	.outer_booking .inputbox-be{width: 90px;}
	#custom_engine .outer_booking input.login{padding: 1px 11px;font-size: 14px;}
	.outer_booking .calendar{width: 125px;}
	#custom_engine .outer_booking .adbox_widget .fields-block-alter{width: 36%;}
	.popup-age{width: 180px;left: -62px;}
	#custom_engine .outer_booking .adbox_widget .popup-age .fields-block-alter{width: 42%;}
}

@media(max-width: 767px){      
	.bookingEngine{padding-left: 15px; padding-right: 15px;}
	#custom_engine .outer_booking .room{width: 100%;}
	#custom_engine .outer_booking input.login{padding: 1px 17px;}
	#custom_engine .outer_booking .calendar{padding: 0;}
	#custom_engine .outer_booking .room_list, #custom_engine .outer_booking .room_list .room{padding: 0;}
	.outer_booking .adbox_widget .room select{width: 130%;}
}

@media(min-width: 576px) and (max-width: 767px){
	.outer_booking .calendar{width: 32%;}
/*	#custom_engine .outer_booking .fields-block-alter.room_list.rmLtiMobile{width: 32%;}*/
	.outer_booking .inputbox-be{width: 20%;}
	#custom_engine .outer_booking .fields-block-alter.width100pr .width35pr .width35pr{width: 41%;}
}

@media(max-width: 640px){      
/*	#adbox_widget .adbox-item{width: 48%;}*/
}

@media(max-width: 575px){
	#custom_engine .outer_booking .calendar{width: 48%;}
	#custom_engine .outer_booking .room_list, #custom_engine .outer_booking .room_list .room{width: 100%;}
	#custom_engine .fields-block-alter.width35pr, #custom_engine .fields-block-alter.width35pr.pdr10{width: 48%;}
	#custom_engine .outer_booking .calendar.calMobile{margin-left: 4%;}
	.fields-block-alter.width100pr{width: 100%;}
	#custom_engine .outer_booking .fields-block-alter.width35pr{padding: 0;margin-left: 4%;}
	#custom_engine .outer_booking .fields-block-alter.width35pr.pdr10{margin: 0;}
	#custom_engine .outer_booking input.login{padding: 1px 10px;}
	#custom_engine .outer_booking .fields-block-alter.width100pr .width35pr .width35pr{width: 41%;}
	#adbox_widget .adbox-item{width: 100%;}
	#custom_engine .adbox_widget .fields-block-alter.width35pr, #custom_engine .adbox_widget .fields-block-alter.width35pr.pdr10{width: 32%;}
	.popup-age{left: -95px;}
}
/*Booking Widget CSS End*/

.bookNowPopup{word-wrap: break-word;height: calc(100vh - 82px);position: fixed;z-index: 99;top: 82px;width: 100%;background-color: var(--whiteColor);display: none;}
.bookNowPopup.showBookNowPopup{display: flex;}
.bookStay .bookNowPopup.showBookNowPopup{display: flex;height: calc(100vh - 82px);position: fixed;background-color: var(--whiteColor);left: 0;}
.bookNowPopupLeft,.bookStay .bookNowPopup.showBookNowPopup .bookNowPopupLeft{max-width: 50%;flex: 0 0 50%;padding: calc(var(--px5) * 5) calc(var(--px5) * 20) calc(var(--px5) * 1);}
.bookNowPopup .sectionTitle h2{font-size: calc(var(--px5) * 8);}
.bookNowPopupRight{max-width: 50%;flex: 0 0 50%;height: 100%;}
.bookStay .bookNowPopup.showBookNowPopup .bookNowPopupRight{display: block;}
.bookNowPopupRightin{background-position: center center;background-repeat: no-repeat;height: 100%;background-size: cover;}
.menuPopup{word-wrap: break-word;height: calc(100vh - 82px);position: fixed;z-index: 999;top: 82px;width: 100%;background-color: var(--whiteColor);padding: 0px;display: none;}
.menuPopup.showMnuPopup{display: block;}
.menuPopup ul{position: relative;display: grid;align-content: center;align-items: center;height: 100%;}
.menuPopup ul li{font-family: 'PoppinsBold';font-size: calc((var(--px5) * 5));width: 50%;padding: calc(var(--px5) * 2) calc(var(--px5) * 12) calc(var(--px5) * 2) calc(var(--px5) * 20);cursor: pointer;}
.menuPopup ul li .subMenu{display: none;position: absolute;width: 50%;flex-wrap: wrap;z-index: 2;right: 0px;top: 0;}
.menuPopup ul li:hover .subMenu{display: flex;}
.menuPopup ul li .subMenu div{width: 33%;flex: 0 0 33%;line-height: 15px;height: calc(50vh - 73px);overflow: hidden;}
.menuPopup ul li:not(:first-child) .subMenu div{width: 100%;flex: 0 0 100%;height: calc(100vh - 82px);}
.menuPopup ul li .subMenu div a{height: 100%;background-repeat: no-repeat;background-position: center center;background-size: 100%;transition: all 0.5s ease-in-out 0s;}
.menuPopup ul li .subMenu div a:hover{transform: scale(1.1);}
.menuPopup ul li .subMenu div img{height: 100%;}
.singleOfferForm .outer_booking{background: transparent;}
.singleOfferForm .outer_booking select,.singleOfferForm .outer_booking #results_widget select{background: var(--F1EDEAColor);}
.outer_booking .room,.outer_booking #results_widget{background: none;}
.singleOfferForm{padding-left: calc(var(--px5) * 6);padding-right: calc(var(--px5) * 6);}
.imageBg{background-repeat: no-repeat;background-position: center center;background-size: cover;}
.imageBg figure{display: none;}
#map{position: relative !important;overflow: hidden !important;height: 500px;}
#loctionSidebar{background: var(--F1EDEAColor);width: 500px;position: absolute;top: 0;padding: calc(var(--px5) * 5);height: 100%;z-index: 2;}
#loctionSidebar h3{font-size: calc((var(--px5) * 3) + 1px);background: var(--whiteColor);padding: calc(var(--px5) * 2);margin-bottom: calc(var(--px5) * 3);}
.mapLocatioWrap{height: calc(100% - 60px);overflow-y: auto;}
#loctionSidebar ul li{font-size: calc((var(--px5) * 3));background: var(--whiteColor);padding: calc(var(--px5) * 2);margin-bottom: calc(var(--px5) * 3);cursor: pointer;}
.placeName{font-family: 'PoppinsBold';font-size: calc((var(--px5) * 3) + 1px);}
.placeIcon{width: calc((var(--px5) * 3)); height: calc((var(--px5) * 3));}
.placeNameRating{padding-right: calc(var(--px5) * 11);position: relative;}
.placeRating{color: var(--whiteColor);border-radius: calc(var(--px5) * 3);padding: 2px 12px 2px 25px;position: absolute;right: 0;top: 0;background: var(--B29785Color) url(images/sprite.png) -132px -1px / auto no-repeat;line-height: calc(var(--px5) * 4);font-size: calc((var(--px5) * 3) - 1px);}
#loctionSidebar ul li:hover .placeRating{background-color: var(--242424Color);}
#loctionSidebar .customBtn{padding: calc(var(--px5) * 2) calc(var(--px5) * 5);}
.walkViewIcon{display: flex;justify-content: space-between;}
.walkToPlace{padding-right: 5px;}
#recommendations{background: var(--whiteColor);margin-bottom: calc(var(--px5) * 3);}
#recommendations select{color: var(--242424Color);padding: calc(var(--px5) * 2) calc(var(--px5) * 2);cursor: pointer;}
.aioseo-html-sitemap{display: flex;flex-wrap: wrap;margin-left: calc(var(--px5) * (-3));margin-right: calc(var(--px5) * (-3));}
.aioseo-html-sitemap ul li{margin-bottom: calc(var(--px5) * 1);}
.aioseo-html-sitemap ul li a{color: var(--242424Color);}
.aioseo-html-sitemap ul li a:hover{color: var(--B29785Color);}
.aioseo-html-sitemap br{display: none;}
.aioseo-html-sitemap h4{font-family: 'PoppinsBold';font-size: calc((var(--px5) * 5));margin-bottom: calc(var(--px5) * 3);}
.aioseo-html-page-sitemap,.aioseo-html-offer-sitemap{flex: 0 0  50%;max-width: 50%;padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);position: relative;}
.cli-tab-footer .wt-cli-privacy-accept-btn{background-color: var(--B29785Color);}
.cli-tab-footer .wt-cli-privacy-accept-btn:hover{background-color: var(--242424Color);opacity: 1;}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button:hover{background-color: var(--242424Color) !important;color: var(--whiteColor) !important;}

/* Properties & Map */
.prop-row{margin-bottom: calc(var(--px5) * 6);}
.prop-row:last-child{margin-bottom:0;}
.prop-row h3, .prop-map-content .pop-title{font-family: 'PoppinsBold';font-size: 1.125rem;}
.prop-info .text-inline{display:inline;margin-right:0.5rem;}
.prop-info a{color:#CB5D4E;text-decoration:underline;}
.map-hotels{height:100%;min-height:280px;/*max-height:540px;*/}
#mapHotels .leaflet-bar {border: 0;}
#mapHotels .leaflet-bar a {width: 40px; height: 40px; line-height: 40px;border-radius: 0; border-color: #eaeaea; font-weight: normal;}
#mapHotels .leaflet-top, #mapHotels .leaflet-bottom {z-index: 998;}
#mapHotels .zoom-disabled {display: none;}
.map-hotels .leaflet-tooltip {box-shadow: none;background: none;font-family:'PoppinsRegular';font-size:0.75rem;line-height:1.25;white-space:normal;border:0;border-radius:0;padding:0;text-align:center;}
.map-hotels .leaflet-tooltip .tt-title{font-family: 'PoppinsBold';font-size:1rem;letter-spacing:0;display:block;min-width:100px;max-width:140px;margin:0 auto;}
.map-hotels .leaflet-tooltip:before {content: none;}
.addressMap .col-map{margin-bottom: 2rem;}
.prop-map-content {padding: 0.75rem;}
.prop-map-content, .prop-map-content .customBtn{font-size: 0.875rem;}
.prop-map-content .pop-title {margin-bottom: 0.5rem;}
.prop-map-content .customBtn {display: block; width: 100%;border: 0;background-color: #CB5D4E; color: #fff;padding: 0.625rem 1rem;}
.fancybox__container .has-close-btn .fancybox__content.prop-map-content > .f-button.is-close-btn {top: -16px; right: -16px; width: 32px; height: 32px; background: #cb5d4e; opacity: 1;border-radius: 50%;}
.prop-map-content .f-button.is-close-btn svg {width: 15px;height: 15px;stroke: #fff;}
.prop-map-content .img-map-thumb {display: block; margin-bottom: 0.75rem;}
.prop-map-content .popup-inner {padding: 0.75rem;}
.home .fancybox__backdrop{background-color: #242424;opacity: 0.7;}

@media only screen and (min-width: 768px){
	.addressMap .col-map{flex: 0 0 52%; max-width: 52%;order:2; margin-bottom: 0;}
	.addressMap .col-prop{flex: 0 0 48%; max-width: 48%;}
}
@media only screen and (max-width: 1023px){
	.prop-info{font-size: 0.875rem;}
}

@media only screen and (min-width: 1024px){
	.prop-row h3 {font-size: 1.5rem;}
}

/*Review*/
.wpcr3_respond_1 .wpcr3_div_2{width: 100%; max-width: 700px; margin: 0 auto; border: 1px solid #dee2e6; padding: 1em 1em .5em; border-radius: 6px;}
.wpcr3_respond_1 .wpcr3_leave_text{font-size: calc((var(--px5) * 4) + 2px);font-family: 'PoppinsBold'; font-weight: 400; padding-bottom: 15px;text-align: center; padding-top: 10px;}
.wpcr3_respond_1 .wpcr3_table_2 td{padding-bottom: 15px;}
.wpcr3_respond_2 input[type="text"], .wpcr3_respond_2 textarea{background: #F5F5F5; border-radius: 6px; color: var(--blackColor); padding: 8px 10px; border: none; width: 100%; min-width: auto;}
.wpcr3_respond_1 .wpcr3_button_1{font-size: calc((var(--px5) * 4) - 2px);padding: calc(var(--px5) * 2) calc(var(--px5) * 8);letter-spacing: 0.18px;border-width: 2px;border-style: solid;background: var(--whiteColor);color: var(--B29785Color);border-color: var(--B29785Color);border-radius: 0px;}
.wpcr3_respond_1 .wpcr3_button_1:hover{background: var(--B29785Color);color: var(--whiteColor);}
.wpcr3_respond_3{text-align: center;}
.reviewPage div.wpcr3_dotline, .reviewPage div.wpcr3_review div.wpcr3_dotline{display: block !important;}
.reviewPage .wpcr3_review{padding-left: 0px;padding-right: 0px;box-shadow: none;}
.reviewPage .wpcr3_respond_3{padding-bottom: 20px;}
.reviewPage div.wpcr3_review_item div.wpcr3_item_name{padding-top: 15px;}
.wpcr3_respond_2 .wpcr3_check_confirm label{cursor: pointer;}
.bookStay .bookNowPopupRight{display: none;}
.bookStay .bookNowPopupLeft{max-width: 100%;padding: 0;}
.bookStay .bookNowPopup{display: block;position: static;height: auto;background: transparent;}
.bookStay .bookNowPopup .sectionTitle h2{font-size: calc(var(--px5) * 8);}
.singleOfferForm .showBookNowPopup .outer_booking select, .singleOfferForm .showBookNowPopup .outer_booking #results_widget select{background: var(--whiteColor);}
.singleRoomTopContent{background: var(--F1EDEAColor);}
.singleRoomTopContent h2{padding-bottom: calc(var(--px5) * 5);font-size: calc((var(--px5) * 5) + 3px);line-height: 1.3;}
.singleRoomTopContent  .columnContainer{max-width: 780px;}
.singleRoomTopContent p{margin-bottom: 0px;}
.singleRoom .currentMemberOffer{background-color: var(--F1EDEAColor);}
.singleRoom .currentMemberOffer.paddingTB150{padding-bottom: calc(var(--px5) * 20);}
.singleRoom .ourHotelSlider.slick-slider .slick-list{padding-bottom: 0px !important;}
.singleRoom .ourHotelSlider .slick-current.slick-active .sliderWrap::before, .singleRoom .ourHotelSlider .slick-current.slick-active .sliderWrap::after{background: var(--whiteColor);}
.formField span.wpcf7-list-item{margin-left: 0px;}
.menuPopup ul li:hover{color: var(--B29785Color);}
.menuPopup ul li:first-child{color: var(--B29785Color);}
.menuPopup ul li:not(:first-child) .subMenu{display: none !important;}
.menuPopup ul li:first-child .subMenu{display: flex !important;}
.joinLinkFtr h2{margin: 0 calc(var(--px5) * 2);}
.joinLinkFtr a{margin: 0 calc(var(--px5) * 2);}
.photoGalImg .column33{padding-left: calc(var(--px5));padding-right: calc(var(--px5));}
.photoGalImg .columnWrap{margin-left: calc(var(--px5) * (-1));margin-right: calc(var(--px5) * (-1));}
.photoGalImg .glryImgWrap{line-height: 12px;}
.contactForm .contactFormWrap{display: none;}

/* Magnific Popup CSS */
.mfp-bg{top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; } 
.mfp-wrap{top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; } 
.mfp-container{text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; } 
.mfp-container:before{content: ''; display: inline-block; height: 100%; vertical-align: middle; } 
.mfp-align-top .mfp-container:before{display: none; } 
.mfp-content{position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; } 
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{width: 100%; cursor: auto; } 
.mfp-ajax-cur{cursor: progress; } 
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; } 
.mfp-zoom{cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } 
.mfp-auto-cursor .mfp-content{cursor: auto; } 
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter{-webkit-user-select: none; -moz-user-select: none; user-select: none; } 
.mfp-loading.mfp-figure{display: none; } 
.mfp-hide{display: none !important; } 
.mfp-preloader{color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; } 
.mfp-preloader a{color: #CCC; } 
.mfp-preloader a:hover{color: #FFF; } 
.mfp-s-ready .mfp-preloader{display: none; } 
.mfp-s-error .mfp-content{display: none; } 
button.mfp-close, button.mfp-arrow{overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; } 
button::-moz-focus-inner{padding: 0; border: 0; } 
.mfp-close{width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; } 
.mfp-close:hover, .mfp-close:focus{opacity: 1; } 
.mfp-close:active{top: 1px; } 
.mfp-close-btn-in .mfp-close{color: #333; } 
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; } 
.mfp-counter{position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; } 
.mfp-arrow{position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; } 
.mfp-arrow:active{margin-top: -54px; } 
.mfp-arrow:hover, .mfp-arrow:focus{opacity: 1; } 
.mfp-arrow:before, .mfp-arrow:after{content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; } 
.mfp-arrow:after{border-top-width: 13px; border-bottom-width: 13px; top: 8px; } 
.mfp-arrow:before{border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; } 
.mfp-arrow-left{left: 0; } 
.mfp-arrow-left:after{border-right: 17px solid #FFF; margin-left: 31px; } 
.mfp-arrow-left:before{margin-left: 25px; border-right: 27px solid #3F3F3F; } 
.mfp-arrow-right{right: 0; } 
.mfp-arrow-right:after{border-left: 17px solid #FFF; margin-left: 39px; } 
.mfp-arrow-right:before{border-left: 27px solid #3F3F3F; } 
.mfp-iframe-holder{padding-top: 40px; padding-bottom: 40px; } 
.mfp-iframe-holder .mfp-content{line-height: 0; width: 100%; max-width: 900px; } 
.mfp-iframe-holder .mfp-close{top: -40px; } 
.mfp-iframe-scaler{width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; } 
.mfp-iframe-scaler iframe{position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; } 
img.mfp-img{width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; } 
.mfp-figure{line-height: 0; } 
.mfp-figure:after{content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; } 
.mfp-figure small{color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; } 
.mfp-figure figure{margin: 0; } 
.mfp-bottom-bar{margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; } 
.mfp-title{text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; } 
.mfp-image-holder .mfp-content{max-width: 100%; } 
.mfp-gallery .mfp-image-holder .mfp-figure{cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder{padding-left: 0; padding-right: 0; } 
  .mfp-img-mobile img.mfp-img{padding: 0; } 
  .mfp-img-mobile .mfp-figure::after{top: 0; bottom: 0; } 
  .mfp-img-mobile .mfp-figure small{display: inline; margin-left: 5px; } 
  .mfp-img-mobile .mfp-bottom-bar{background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; } 
  .mfp-img-mobile .mfp-bottom-bar:empty{padding: 0;} 
  .mfp-img-mobile .mfp-counter{right: 5px; top: 3px;} 
  .mfp-img-mobile .mfp-close{top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0;}
}

@media all and (max-width: 900px) {
  .mfp-arrow{-webkit-transform: scale(0.75); transform: scale(0.75);} 
  .mfp-arrow-left{-webkit-transform-origin: 0; transform-origin: 0;} 
  .mfp-arrow-right{-webkit-transform-origin: 100%; transform-origin: 100%;} 
  .mfp-container{padding-left: 6px; padding-right: 6px;}
}


/*Media*/
@media screen and (max-width: 1500px){
	.logoWrap img{max-width: 190px;}
	.paddingTB150{padding-top: calc(var(--px5) * 20);padding-bottom: calc(var(--px5) * 20);}
}

@media screen and (max-width: 1279px){
	.columnContainer{padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);}
	.currentMemberOffer .slick-prev{left: calc(var(--px5) * (-2));}
	.currentMemberOffer .slick-next{right: calc(var(--px5) * (-2));}
	.ourHotelsCaptionWrap h1{font-size: calc((var(--px5) * 5) - 2px);}
	.ourHotelsCaptionWrap p{max-width: 70%;font-size: calc((var(--px5) * 3) - 1px);line-height: calc((var(--px5) * 5) - 2px);min-height: 90px;}
}

@media screen and (max-width: 1199px){

}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.frienBoxWrap p{min-height: 73px;}
	.offerBoxTxt h3{font-size: calc((var(--px5) * 5) + 3px);}
	.singleOfferForm #custom_engine .outer_booking .fields-block, .singleOfferForm #custom_engine .outer_booking .fields-block-alter{margin-bottom: calc(var(--px5) * 2);}
	.singleOfferForm .sectionTitle.pB20{padding-bottom: calc(var(--px5) * 2) !important;}
	.singleOfferForm .sectionTitle h2{font-size: calc(var(--px5) * 8);}
	.sliderCaptionWrap{font-size: calc(var(--px5) * 3);}
	.sliderCaptionWrap p{line-height: calc(var(--px5) * 6);margin-top: calc(var(--px5) * 2) !important;}
	.tripPlaceSlider .sliderCaptionWrap{padding: calc(var(--px5) * 6);}
	#loctionSidebar{width: 370px;}
	.bookNowPopupLeft, .bookStay .bookNowPopup.showBookNowPopup .bookNowPopupLeft{padding-left: calc(var(--px5) * 8);padding-right: calc(var(--px5) * 8);}
}

@media screen and (max-width: 991px) and (orientation: landscape){
	.bookNowPopupLeft{padding: calc(var(--px5) * 10) calc(var(--px5) * 10);overflow-y: auto;height: 100%;}
	.bookNowPopupLeft #custom_engine .outer_booking .fields-block, .bookNowPopupLeft #custom_engine .outer_booking .fields-block-alter,.bookStay .bookNowPopupLeft #custom_engine .outer_booking .fields-block, .bookStay .bookNowPopupLeft #custom_engine .outer_booking .fields-block-alter{margin-bottom: calc(var(--px5) * 6);}
	.bookNowPopupLeft #custom_engine .outer_booking .fields-block-alter.width100pr,.bookStay .bookNowPopupLeft #custom_engine .outer_booking .fields-block-alter.width100pr{margin-bottom: 0px;}
	.offerPopup{overflow-y: auto;height: 250px;}
}

@media screen and (max-width: 991px){
	.frienBoxWrap h3{font-size: calc((var(--px5) * 4));}
	.pageBanner h1{font-size: calc((var(--px5) * 10));}
	.twoColumns .column40{flex: 0 0 100%;max-width: 100%;margin-top: calc((var(--px5) * 6));order: 2;}
	.twoColumns .column60{flex: 0 0 100%;max-width: 100%;padding-left: 0px;order: 1;}
	.offerBoxTxt{min-height: calc(var(--px5) * 10);padding-left: 0px;padding-right: 0px;}
	.offersSlide .offerBoxTxt{min-height: calc(var(--px5) * 50);padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);}
	.offersSlide .offerBoxImg{min-height: calc(var(--px5) * 50);}
	.offersSlide .offerBoxImg a{min-height: calc(var(--px5) * 50);}
	.offersSlide .offerBoxTxt h3{font-size: calc(var(--px5) * 5);}
	.tripPlace .column40{flex: 0 0 100%;max-width: 100%;margin-bottom: calc((var(--px5) * 6));}
	.tripPlace .column60{flex: 0 0 100%;max-width: 100%;padding-left: 0px;}
	.singleOffer .twoColumns .column40{order: 1;margin-bottom: calc((var(--px5) * 6));margin-top: 0;}
	.singleOffer .twoColumns .column60{order: 2;}
	.singleOfferForm{padding: calc(var(--px5) * 14) 0 calc(var(--px5) * 10);}
	.joinNow form.wpcf7-form{padding-top: calc(var(--px5) * 10);padding-bottom: calc(var(--px5) * 10);}
	.tripPlace .sectionTitle{padding-top: calc(var(--px5) * 8);}
	.singleOffer .tripPlace .sectionTitle{padding-top: 0px;}
	.singleOffer .tripPlace .column40{margin-bottom: 0px;}
	.bottomLeftSlideButton .slick-arrow.slick-next{right: 0px;left: auto;}
	.bottomLeftSlideButton .slick-arrow.slick-prev{right: 0px;left: auto;}
	.sectionTitle h2,.bookStay .bookNowPopup .sectionTitle h2{font-size: calc(var(--px5) * 7);}
	.sliderWrap{padding-left: calc(var(--px5) * 5);padding-right: calc(var(--px5) * 5);}
	.ourHotelSlider .slick-current.slick-active .sliderWrap::before, .ourHotelSlider .slick-current.slick-active .sliderWrap::after{width: calc(var(--px5) * 25);}
	.ourHotelSlider .slick-prev{left: calc(var(--px5) * 11);}
	.ourHotelSlider .slick-next{right: calc(var(--px5) * 11);}
	.joinNow .columnWrap{margin-left: 0;margin-right: 0;}
	.ourHotelsCaption{flex-wrap: wrap;}
	.ourHotelsCaptionWrap p{max-width: 100%;font-size: calc((var(--px5) * 3) - 2px);}
	.ourHotelsCaptionWrap h1{max-width: 100%;margin-bottom: calc(var(--px5) * 1);}
	.sliderCaption h1{font-size: calc(var(--px5) * 10);}
	.sliderCaptionWrap p{margin-top: calc(var(--px5) * 3) !important;margin-bottom: calc(var(--px5) * 3) !important;}
	.bookNowPopup .sectionTitle h2,.bookStay .bookNowPopup.showBookNowPopup .sectionTitle h2{font-size: calc(var(--px5) * 6);}
	.bookNowPopupLeft,.bookNowPopupLeft, .bookStay .bookNowPopup.showBookNowPopup .bookNowPopupLeft{padding-left: calc(var(--px5) * 6);padding-right: calc(var(--px5) * 6);}
	.bookNowPopupLeft #custom_engine .outer_booking .fields-block, .bookNowPopupLeft #custom_engine .outer_booking .fields-block-alter{margin-bottom: calc(var(--px5) * 8);}
	.bookStay .bookNowPopupLeft #custom_engine .outer_booking .fields-block, .bookStay .bookNowPopupLeft #custom_engine .outer_booking .fields-block-alter{margin-bottom: calc(var(--px5) * 6);}
	.bookStay .bookNowPopupLeft #custom_engine .outer_booking .fields-block.book-now{margin-bottom: calc(var(--px5) * 0);}
	.bookNowPopupLeft #custom_engine .outer_booking .fields-block-alter.width100pr,.bookStay .bookNowPopupLeft #custom_engine .outer_booking .fields-block-alter.width100pr{margin-bottom: 0px;}
	.menuPopup ul li{width: 100%;padding-left: calc(var(--px5) * 4);padding-right: calc(var(--px5) * 4);}
	.menuPopup ul li:hover .subMenu{display: none;}
	.menuPopup ul{align-content: start;align-items: start;padding-top: calc(var(--px5) * 4);}
	.menuPopup{overflow-y: auto;}
	.menuPopup ul li:hover .subMenu{display: none;}
	.menuPopup ul li .subMenu{position: static;width: 100%;padding-top: 5px;}
	.menuPopup ul li.subMenuShow .subMenu{display: flex;}
	.menuPopup ul li .subMenu div{height: 200px;}
	.menuPopup ul li:not(:first-child) .subMenu div{height: 250px;}
	#loctionSidebar{width: 300px;padding: calc(var(--px5) * 4);}
	#loctionSidebar ul li{font-size: calc((var(--px5) * 3) - 2px);}
	.placeName{font-size: calc((var(--px5) * 3) - 1px);}
	/*.parentMenuLink{display: none;}*/
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.footerSubscribe h2{font-size: calc((var(--px5) * 5) - 3px);}
	.footerSubscribe .column50:first-child{flex: 0 0 40%;max-width: 40%;}
	.footerSubscribe .column50:last-child{flex: 0 0 60%;max-width: 60%;}
	.frienBoxWrap p{min-height: 95px;}
	#custom_engine .outer_booking .fields-block, #custom_engine .outer_booking .fields-block-alter,.bookStay .bookNowPopupLeft #custom_engine .outer_booking .fields-block, .bookStay .bookNowPopupLeft #custom_engine .outer_booking .fields-block-alter{margin-bottom: calc(var(--px5) * 4);}
	.ourHotelsCaptionWrap{bottom: calc(var(--px5) * (-28));left: calc(var(--px5) * 5);right: calc(var(--px5) * 5);}
	.ourHotels .slick-arrow{top: 7%;}
	.ourHotels .ourHotelsCaptionWrap::before{left: -90px;top: -88px;}
	.ourHotelsCaptionWrap::after{right: -73px;top: -68px;}
	.sliderCaptionWrap{max-width: 590px;}
}

@media screen and (max-width: 767px){
	.column50,.column25,.column33{flex: 0 0 100%;max-width: 100%;}
	.mainHeader .column33{flex: 0 0 33.33%;max-width: 33.33%;}
	.footerLogos .column25{flex: 0 0 50%;max-width: 50%;}
	.footerTermsCopyright,.footerInfoDetails figure,.copyright.textRight,.footerSubscribe h2{text-align: center;}
	.copyright.textRight{padding-top: calc(var(--px5) * 3);}
	.footerSubscribe h2{padding-bottom: calc(var(--px5) * 3);font-size: calc((var(--px5) * 4));}
	.customBtn{font-size: calc((var(--px5) * 3));padding: calc(var(--px5) * 2) calc(var(--px5) * 5);}
	.footerSubscribe .formField input[type="email"]{min-height: 42px;}
	.footerSubscribe .formField{width: calc(100% - 125px);}
	.footerSubscribe .submitBtn{width: 113px;}
	.sectionTitle h2,.bookStay .bookNowPopup .sectionTitle h2{font-size: calc(var(--px5) * 6);}
	.defaultpage h1{font-size: calc(var(--px5) * 6);}
	.customCollapse .collapseTitle,.customCollapse .collapseTitle1{font-size: calc((var(--px5) * 3));}
	.collapseTitleWrap .icon{font-size: calc((var(--px5) * 4) - 2px);}
	.paddingTB150{padding-top: calc(var(--px5) * 12);padding-bottom: calc(var(--px5) * 12);}
	.sectionTitle{padding-bottom: calc(var(--px5) * 6);}
	.contactInfo{margin-bottom: calc(var(--px5) * 6);}
	.contactForm h3{font-size: calc((var(--px5) * 4) - 2px);}
	.pageBanner h1{font-size: calc((var(--px5) * 8));}
	.becomeFriend .column33:not(:last-child){margin-bottom: calc(var(--px5) * 6);}
	.offersSlide .offerBoxTxt{min-height: calc(var(--px5) * 45);}
	.offersSlide .offerBoxImg{min-height: calc(var(--px5) * 45);}
	.offersSlide .offerBoxImg a{min-height: calc(var(--px5) * 45);}
	.sliderCaptionWrap p{line-height: calc(var(--px5) * 5);margin-top: calc(var(--px5)) !important;}
	.sliderCaptionWrap{font-size: calc(var(--px5) * 3);}
	.offersSlideThreeCol .offerBoxImg a,.offersSlideThreeCol .offerBoxImg{min-height: calc(var(--px5) * 50);}
	.currentMemberOffer .offerBoxTxt{padding: calc(var(--px5) * 4) calc(var(--px5) * 4);}
	.slick-arrow{width: 60px;height: 60px;}
	.currentMemberOffer .offerBoxTxt h3{line-height: calc((var(--px5) * 5) - 2px);}
	.offerBoxTxt h3{font-size: calc(var(--px5) * 5);}
	.videoBlock iframe{height: 300px;}
	.sliderWrap{padding-left: calc(var(--px5) * 3);padding-right: calc(var(--px5) * 3);}
	.ourHotelSlider .slick-prev,.ourHotelSlider .slick-next{top: 0;bottom: 0;margin: auto;}
	.ourHotelSlider .slick-prev{left: calc(var(--px5) * 3);}
	.ourHotelSlider .slick-next{right: calc(var(--px5) * 3);}
	.photoGallery #galleryMyTab li:not(:last-child){margin-bottom: calc(var(--px5));}
	.bookStay .column45,.bookStay .column55,.joinNow .column40,.joinNow .column60{flex: 0 0 100%;max-width: 100%;}
	.imageBg{background: none;}
	.imageBg figure{display: block;}
	.bookStay .column45{margin-bottom: calc(var(--px5) * 6);}
	.ourHotelsCaptionWrap::before, .ourHotelsCaptionWrap::after{display: none;}
	.ourHotelSlider .slick-current.slick-active .sliderWrap::before, .ourHotelSlider .slick-current.slick-active .sliderWrap::after{display: none;}
	.ourHotelsCaptionWrap{bottom: calc(var(--px5) * (-30));left: calc(var(--px5) * 3);right: calc(var(--px5) * 3);}
	.ourHotelsCaptionWrap p{font-size: calc((var(--px5) * 3) - 2px);line-height: calc((var(--px5) * 4) - 1px);}
	.ourHotels  .ourHotelSlider .slick-prev, .ourHotels  .ourHotelSlider .slick-next{top: 32%;bottom: auto;}
	.sliderCaption h1{font-size: calc(var(--px5) * 8);}
	.sliderCaptionWrap{font-size: calc((var(--px5) * 4) - 2px);left: 5%;max-width: 90%;}
	.ftrColContents{display: none;}
	.footerInfoDetails h2{margin-bottom: 0px;cursor: pointer;pointer-events: all;}
	.iconFtr{right: 0;top: 0;font-family: 'PoppinsRegular';display: block;}
	.bookNowPopupRight,.bookStay .bookNowPopup.showBookNowPopup .bookNowPopupRight{display: none;}
	.bookNowPopupLeft,.bookStay .bookNowPopup.showBookNowPopup .bookNowPopupLeft{max-width: 100%;flex: 0 0 100%;padding-left: calc(var(--px5) * 6);padding-right: calc(var(--px5) * 6);}
	.headerBook .customBtn{width: auto;}
	.logoWrap img{max-width: 160px;}
	.menuPopup ul li .subMenu div{height: 170px;}
	.menuPopup ul li:not(:first-child) .subMenu div{height: 230px;}

}

@media screen and (max-width: 575px){
	.pageBanner h1{font-size: calc((var(--px5) * 5));padding-left: calc(var(--px5) * 2);padding-right: calc(var(--px5) * 2);}
	.offerPopup{width: calc(var(--px5) * 58);}
	.offerInfoWrap{right: calc(var(--px5) * 3);}
	.tripPlaceSlider .sliderCaptionWrap{padding: calc(var(--px5) * 6);display: none;}
	.sectionTitle h2,.bookStay .bookNowPopup .sectionTitle h2{font-size: calc(var(--px5) * 5);}
	.videoBlock iframe{height: 230px;}
	.photoGallery #galleryMyTab li a{font-size: calc((var(--px5) * 4) - 2x);}
	.photoGalleryTab{padding-top: calc(var(--px5) * 10);}
	.ourHotelsCaptionWrap{bottom: calc(var(--px5) * (-12));}
	.ourHotelsCaptionWrap h1{margin-bottom: 0px;}
	.ourHotelsCaptionWrap p{display: none;}
	.ourHotels .ourHotelSlider.slick-slider .slick-list{padding-bottom: calc(var(--px5) * 15) !important;}
	.ourHotels  .ourHotelSlider .slick-prev, .ourHotels  .ourHotelSlider .slick-next{top: 30%;}
	.sliderCaptionWrap p{display: none;}
	.sliderCaption h1{font-size: calc(var(--px5) * 5);margin-bottom: calc(var(--px5) * 3);}
	.homeSlider img{min-height: 200px;}
	.humburgerIcon .customBtn,.headerBook .customBtn,.closeIconShow .customBtn .closePopup,.headerBook.closeIconShow .customBtn::before{font-size: 0px;}
	.headerBook .customBtn::before{content: "Book";font-size: calc((var(--px5) * 3));}
	.customBtn .closePopup{height: 20px;padding: 0;width: 25px;}
	.logoWrap.pT10.pB10{padding: 0 !important;line-height: 10px;}
	.logoWrap img{max-width: 107px;}
	body{padding-top: calc((var(--px5) * 13) - 4px);}
	.mainHeader .columnWrap .column33:nth-child(2){padding-left: 0;padding-right: 0;}
	.humburgerIcon .customBtn, .headerBook .customBtn{padding: calc(var(--px5) * 3) calc(var(--px5) * 5) !important;height: calc(var(--px5) * 12);}
	.bookNowPopup,.menuPopup,.bookStay .bookNowPopup.showBookNowPopup{top: 60px;height: calc(100vh - 60px);}
	.menuPopup ul li .subMenu div{height: 140px;}
	.menuPopup ul li:not(:first-child) .subMenu div{height: 160px;}
	#loctionSidebar{width: 100%;position: static;}
	.mapLocatioWrap{height: 250px;padding-right: 10px;}
	#map{height: 300px;}
	.aioseo-html-page-sitemap{margin-bottom: calc(var(--px5) * 4);}
	.aioseo-html-page-sitemap,.aioseo-html-offer-sitemap{flex: 0 0  100%;max-width: 100%;}
	.wpcr3_respond_1 .wpcr3_button_1{padding-left: calc(var(--px5) * 6);padding-right: calc(var(--px5) * 6);}
}

@media screen and (max-width: 345px){
	.ourHotelsCaptionWrap h1{font-size: calc((var(--px5) * 4));}
	.ourHotels  .ourHotelSlider .slick-prev, .ourHotels  .ourHotelSlider .slick-next{top: 24%;}
	.wpcr3_respond_1 .wpcr3_button_1{padding-left: calc(var(--px5) * 4);padding-right: calc(var(--px5) * 4);}
	#custom_engine .outer_booking p{font-size: calc((var(--px5) * 3) - 1px);}
}

/*Min Width*/
@media screen and (min-width: 1501px){
	.tripPlace .sectionTitle{padding-left: calc(var(--px5) * 10);}
	.currentMemberOffer .slick-prev{left: calc(var(--px5) * (-13));}
	.currentMemberOffer .slick-next{right: calc(var(--px5) * (-13));}
}

@media screen and (min-width: 992px){
	.allReviews,.faqList{max-width: 70%;}
}

@media screen and (min-width: 768px){
	.ftrColContents{display: block !important;}
}