:root {
   	--tan:#D4B483;
   	--clr-primary:#0A3A4C;
   	--clr-theme:#0A445B;
   	--clr-btn:#C05640;
    --red:#FF453A;
    --radius4:4px;
    --radius6:6px;
    --radius8:8px;
    --radius12:12px;
    --radius16:16px;
    --radius24:24px;

    /*fonts*/
    --fs48:48px;
	--fs44:44px;
	--fs42:42px;
	--fs40:40px;
	--fs36:36px;
    --fs34:34px;
    --fs28:28px;
    --fs26:26px;
    --fs24:24px;
    --fs22:22px;
    --fs20:20px;
    --fs18:18px;
    --fs17:17px;
    --fs16:16px;
    --fs15:15px;
    --fs14:14px;
    --fs13:13px;
    --fs12:12px;
    --fs11:11px;
    --shadow-xs: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
    --shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.12);
    --shadow-sm: 0 8px 32px 0 rgba(0, 0, 0, 0.24);

    --white:#ffffff;
    --white120:#fcfdfd;
    --white100:#F1F3F5;
    --white80:#E6E9EC;
    --white60:#DADFE4;
    --white40:#C4CBD3;
    --white20:#ADB7C3;
    --white10:#F3F4F6;
    --bl140:#113DFA;
    --blk140:#1F252A;
    --blk120:#303841;
    --blk100:#414B58;
    --blk80:#515F6E;
    --blk60:#627285;
    --blk40:#8090A1;
    --blk20:#97A4B2;
    --f4:#f4f4f4;
    --purple: #af52de;
  	--green: #34c759;
  	--orange: #ff9500;
  	--seablue: #409cff;
  	--skyblue: #64D2FF;
  	--yellow: #ffcc00;
  	--red: #ff3b30;
  	--pink: #ff6482;
  	--brown: #b25000;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: var(--blk140);
  line-height: 1.5;
  font-size: var(--fs15);
}

.fs-10{
    font-size: var(--fs10);
}
.fs-11{
    font-size: var(--fs11);
}
.fs-12{
    font-size: var(--fs12);
}
.fs-13{
    font-size: var(--fs13);
}
.fs-14{
    font-size: var(--fs14);
}
.fs-15{
    font-size: var(--fs15);
}
.fs-16{
    font-size: var(--fs16);
}
.fs-17{
    font-size: var(--fs17);
}
.fs-18{
    font-size: var(--fs18);
}
.fs-22{
    font-size: var(--fs22);
}
.fs-20{
    font-size: var(--fs20);
}
.fs-24{
    font-size: var(--fs24);
}
.fs-xl{
	font-size: 3rem;
}
.fs-xxl{
	font-size: 3.75rem;
}
.br4{
    border-radius: var(--radius6) !important;
}
.br6{
    border-radius: var(--radius6) !important;
}
.br8{
    border-radius: var(--radius8) !important;
}
.br16{
    border-radius: var(--radius16) !important;
}
.br24{
    border-radius: var(--radius24) !important;
}
.lh-1d1{
    line-height: 1.1;
}
.lh-1d2{
    line-height: 1.2;
}
.lh-1d3{
    line-height: 1.3;
}
.shadow-sm{
    box-shadow: var(--shadow);
}

h1, h2, h3, h4, h5, h6{
  font-weight: 500;
  font-family: 'PlayfairDisplay', sans-serif;
}

a{
	color: var(--blue140);
}
a:hover, a:focus{
	text-decoration: none;
	color: var(--blue140);
}
.ff-inter{
	font-family: 'Inter', sans-serif;
}
.ff-playfair{
	font-family: 'PlayfairDisplay', sans-serif;
}
.text-underline{
    text-decoration: underline !important;
}
button:hover, button:focus{
	outline: none;
}
.btn{
	font-weight: 500;
	border-radius: 8px;
	font-size: var(--fs18);
	padding: 10px 20px;
	letter-spacing: 0;
}
.btn-sm{
	padding: 5px 10px;
	font-size: var(--fs14);
}
.btn:hover, .btn:focus{
	box-shadow: none;
	-webkit-box-shadow: none;
}
.t-h1, h1{
	font-size: 48px;
}
.t-h2, h2{
	font-size: 42px;
}
.t-h3, h3{
	font-size: 34px;
}
.t-h4, h4{
	font-size: 28px;
}
.t-h5, h5{
	font-size: 22px;
}
.t-h6, h6{
	font-size: 18px;
}

.text-theme{
	color: var(--blue140);
}
.text-dark{
	color: #000 !important;
}
.tan{
	color: var(--tan);
}
.text-theme{
	color: var(--clr-theme);
}
.blk80{
	color: var(--blk80) !important;
}
.blk40{
	color: var(--blk40) !important;
}
.blk20{
	color: var(--blk20) !important;
}
.red100{
	color: var(--red);
}
.no-shadow{
    box-shadow: none !important;
}
.section{
	padding: 50px 0;
}

.fw-300{
	font-weight: 300 !important;
}
.fw-400{
	font-weight: 400 !important;
}
.fw-500{
	font-weight: 500 !important;
}
.fw-600{
	font-weight: 600 !important;
}

.hero-banner{
	position: relative;
	text-align: center;
	background-size: cover;
	min-height: 100vh;
}
.hero-banner .hero-img{
	width: 100%;
	object-position: center;
	object-fit: cover;
	height: 100vh;
	z-index: 0;
	max-height: 1000px;
	min-height: 700px;
}

.btn-theme, .btn-theme:hover, .btn-theme:focus{
	background: var(--blk140);
	border-color: var(--blk140);
	color: var(--white);
}
.overlay {
	position: absolute;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: var(--white);
}
.hero-overlay{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a445b+0,0a445b+25,0a445b+50,0a445b+100&0+0,0.5+25,0.75+50,1+100 */
	background: linear-gradient(to bottom, rgba(10,68,91,0.4) 0%,rgba(10,68,91,0.55) 25%,rgba(10,68,91,0.80) 50%,rgba(10,68,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding-bottom: 100px;
	padding-top: 80px;
	color: var(--white);
	min-height: 100vh;
	align-items: center;
	display: flex;
}
.site-logo{
	width: 380px;
	margin: 20px auto 80px auto;
	max-height: 200px;
    object-fit: contain;
    min-height: 140px;
}
@property --r {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}
.btn-primary{
	position: relative;
	border:none;
	padding: 1px;
	border-radius: var(--radius12);
	display: inline-block;
/*	background: conic-gradient(from calc(var(--r) - 80deg) at var(--x) 50px, #222 0%, #fff 20%, #222 25%);*/
	background: conic-gradient(from var(--r), rgba(189, 148, 87, 1) 0%, rgba(252,246,209,1) 10%, rgba(252,246,209,0.5) 20%);
 	overflow: hidden;
 	min-width: 220px;
 	text-align: center;
 	box-shadow: var(--shadow-sm);
  	animation: rotating 3s linear infinite;
}
.btn-primary:hover, .btn-primary:focus{
	background: rgba(252,246,209,1);
}
@keyframes rotating {
  0% {
    --r: 0deg;
  }
  100% {
    --r: 360deg;
  }
}
@property --r2 {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

@property --x {
  syntax: '<length>';
  inherits: false;
  initial-value: 0px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
	outline: none;
	box-shadow: var(--shadow-sm) !important;
}
.arrow-tilt{
	margin-left: 5px;
	transform: rotate(-45deg);
	display: inline-block;
}
.btn-primary span, .btn-primary:hover span, .btn-primary:focus span, .btn-primary:active span{
	background: var(--clr-btn);
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	border: none;
  	padding: 14px 20px;
  	display: block;
  	border-radius: var(--radius12);

}
.btn-primary:before{
	content: none;
    position: absolute;
    top: 1px;
  	right: 1px;
  	bottom: 1px;
  	left: 1px;
  	z-index: 0;
 	 margin: -1px;
    border-radius: inherit;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf6d1+0,bd9457+20,e3ca89+40,fee8c8+60,4d3a1a+80,fcf0d1+100 */
	background: linear-gradient(to bottom,  rgba(252,246,209,1) 0%,rgba(189,148,87,1) 20%,rgba(227,202,137,1) 40%,rgba(254,232,200,1) 60%,rgba(77,58,26,1) 80%,rgba(252,240,209,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btn-primary::after {
	position: absolute;
	content: '';
	height: 60px;
	width: 80px;
	background: linear-gradient(0deg, #FFF0DA 1.11%, #94641E 4.46%, #FFF2DB 88.59%, #EAC885 100.29%, #FBF5D1 104.75%, #BD9A4B 106.97%, #ECD8A3 106.98%);
	top: 44px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0;
	border-radius: 80%;
	filter: blur(14px);
	opacity: 1;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
}
.btn-primary:hover:after, .btn-primary:focus:after{
	opacity: 0.4;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
}
.btn-primary-alt span, .btn-primary-alt:hover span, .btn-primary-alt:focus span{
	background: var(--clr-theme);
}
.btn-ta, .btn-ta:hover, .btn-ta:focus{
	background: var(--clr-theme);
	color: var(--white);
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	box-shadow: var(--shadow-sm);
	border: 1px solid #FCF6D1;
	font-size: var(--fs16);
}
.btn-tb, .btn-tb:hover, .btn-tb:focus{
	background: var(--clr-btn);
	color: var(--white);
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	box-shadow: var(--shadow-sm);
	border: 1px solid #FCF6D1;
	font-size: var(--fs16);
}
.btn-theme, .btn-theme:hover, .btn-theme:focus{
	background: var(--clr-theme);
	color: var(--white);
}
.wt5{
	color: rgba(255,255,255,0.5);
}
.bg-F4F4F4{
	background: var(--f4) !important;
}
.bg-transparent{
	background: transparent!important;
}
.op5{
	opacity: 0.5;
}
.op6{
	opacity: 0.6;
}
.op7{
	opacity: 0.75;
}
.disclaimer-info {
	color: rgba(255,255,255,0.6);
	font-size: var(--fs12);
}
.ea-card{
	background-color: var(--clr-primary);
	border-radius: var(--radius16);
	text-align: center;
	background-image: url("../img/ea-img.png");
	background-size: cover;
	background-position: center;
	padding: 20px;
	margin-top: -120px;
	position: relative;
	box-shadow: var(--shadow-sm);
}
.ss2{
	background-image: url(../img/sec-bg1.png);
	background-size: cover;
	background-position: top;
}
.ss2 .img-fluid{
	height: 480px;
	object-fit: cover;
}
.container{
	padding: 0 20px;
}
.container-l{
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 20px;
}
.container-xl{
	max-width: 1920px;
	margin: 0 auto;
}

.custom-check [type="checkbox"]:checked,
.custom-check [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-check [type="checkbox"]:checked + label,
.custom-check [type="checkbox"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 600;
}
.custom-check [type="checkbox"]:checked + label:before,
.custom-check [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--blk120);
    border-radius: 3px;
   
}

.custom-check [type="checkbox"]:checked + label:before{
    border: 1px solid var(--blk120);
    background: var(--blk120);
}
.custom-check [type="checkbox"]:checked + label:after,
.custom-check [type="checkbox"]:not(:checked) + label:after {
    content: '\e975';
    font-family: 'icomoon';
    position: absolute;
    left: 4px;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}
.cc-style-alpha.custom-check [type="checkbox"]:checked + label:before,
.cc-style-alpha.custom-check [type="checkbox"]:not(:checked) + label:before {
	top: 50%;
	margin-top: -10px;
}
.cc-style-alpha.custom-check [type="checkbox"]:checked + label:after,
.cc-style-alpha.custom-check [type="checkbox"]:not(:checked) + label:after{
	top: 50%;
	margin-top: -10px;
}
.custom-check [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-check [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*custom radios*/

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--blk120);
    border-radius: 100%;
    background: #fff;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--blk120);
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.ss3-bg{
	background-image: url(../img/ss3-bg1.png);
	background-size: cover;
	background-position: center;
	background-color: var(--clr-theme);
	clip-path: ellipse(150% 100% at 50% 100%);
	color: var(--white);
}
.ss3-bg img{
	height: 100%;
	object-fit: cover;
}
.col-right{
	max-width: 680px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 60px;
	padding-bottom: 100px;
}

.quick-info {
  	display: flex;
  	flex-wrap: wrap;
  	background: var(--white);
  	box-shadow: var(--shadow);
  	border: none;
  	padding: 15px 8px;
  	border-radius: var(--radius16);
}
.card{
	background: var(--white);
  	box-shadow: var(--shadow);
  	border: none;
  	padding: 10px;
  	border-radius: var(--radius16);
}
.qi-col {
  	width: 100%;
  	border-radius: 16px;
  	color: var(--white);
  	position: relative;
 	margin-bottom: 7px;
  	padding: 1px;
  	height: calc(100% - 7px);
}
.qi-body{
    background: rgba(10, 68, 91, 0.04);
    padding: 10px;
    padding-left: 55px;
    position: relative;
    border-radius: var(--radius12);
    height: 100%;
}
.qi-col span{
    color: var(--blk60);
    font-size: var(--fs14);
    display: block;
    line-height: 1.2;
    font-weight: 400;
}
.qi-col img{
    position: absolute;
    left: 10px;
    width: 34px;
    top: 15px;
    opacity: 0.7;
}
.qi-col p {
	margin-bottom: 0;
	font-weight: 400;
	margin-top: 5px;
	color: var(--blk120);
	line-height: 1.2;
	font-size: var(--fs15);
}
.ss4{
	background-color: var(--f4);
	background-image: url(../img/ss4-bg1.png);
	background-size: 300px;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}
.ss4::before {
	position: absolute;
	top: -50px;
	width: 100%;
	height: 100px;
	background: var(--f4);
	content: '';
	clip-path: ellipse(65% 100% at 50% 100%);
}

.ss5{
	background: var(--white120);
}
.img-grid{
	display: flex;
	flex-direction: column;
	max-width: 560px;
  	margin-left: auto;
}
.img-grid img {
	border-radius: 150px;
	width: 300px;
	height: 380px;
	border: 6px solid var(--white);
}
.img-grid img:last-child{
	position: absolute;
  	right: 15px;
  	top: 200px;
}
.img-grid2{
	margin-top: -30px;
}
.floor-plan {
	background: var(--f4);
	padding: 15px;
	border-radius: var(--radius12);
	max-width: 300px;
	margin: 0 auto;
}
.slider {
  height: auto;
  overflow: hidden;
  position: relative;
}

/*.slider:after {
  position: absolute;
  content: "";
  top: -1rem;
  bottom: -1rem;
  right: -1rem;
  left: -1rem;
  outline: 1.5px dashed var(--white60);
  border-radius: 10px;
  pointer-events: none;
}*/

.slide {
  width: auto;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  backface-visibility: hidden;
  display: flex;
  
}
.ss6{
	background: rgba(212, 180, 131, 0.1);
}

.flex-wrp-base {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.fcn-wrapper {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  position: relative;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  max-height: 560px;
}
.fcn-wrapper:after {
  position: absolute;
  bottom: 0;
  height: 70px;
  left: 0;
  right: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(252, 253, 253, 0) 0%,
    rgba(255, 255, 255, 0.74) 53.65%,
    #ffffff 100%
  );
}
.fc-nearby {
  overflow: hidden;
  background: #FBF7F3;
}
.fcn-search {
  position: relative;
  background: var(--white);
  background: var(--white);
  padding: 10px 10px 10px 50px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: var(--radius8);
}
.fcn-ico {
  background: var(--blue120);
  height: 35px;
  width: 35px;
  border-radius: var(--radius8);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  left: 15px;
  top: 11px;
}
.fcn-search .form-control {
  box-shadow: none;
}
.fcn-search .form-control:hover,
.fcn-search .form-control:focus {
  border-color: transparent;
}
.amenities-grid {
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100%;
  scrollbar-width: thin;
  scrollbar-color: #D7D7D7 transparent;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}
.ag-col {
  background: var(--white);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: var(--radius8);
  margin-bottom: 7px;
}
.ag-ico {
  width: 36px;
  height: 36px;
  border-radius: var(--radius8);
  text-align: center;
  padding: 1px;
  font-size: 26px;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
}
.ag-ico img {
  width: 30px;
}
.ag-header,
.ag-body {
  padding: 10px;
  position: relative;
}
.ag-header p{
	font-size: var(--fs17);
	font-weight: 500;
}
.ag-body {
  padding-top: 0;
}
.ag-list {
  margin-bottom: 0;
}
.ag-list-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px 0;
  padding-right: 70px;
  border-top: 1px solid var(--white60);
}
.accordion .ag-header:after {
  position: absolute;
  content: "\e959";
  font-family: icomoon;
  position: absolute;
  right: 10px;
  top: 18px;
  height: 26px;
  width: 26px;
  border-radius: 26px;
  background: var(--clr-theme);
  color: var(--white);
  text-align: center;
  cursor: pointer;
}
.accordion .ag-header.collapsed:after {
  content: "\e95a";
}
.walk-distane {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: var(--fs13);
  text-align: right;
  display: flex;
  align-items: center;
}
.walk-distane img {
  width: 10px;
  margin-left: 5px;
  margin-inline: 5px;
}

.walk-distane small {
  display: block;
  color: var(--blk60);
}
.ag-green .ag-ico {
  background: var(--green);
}
.ag-blue .ag-ico {
  background: var(--seablue);
}
.ag-purple .ag-ico {
  background: var(--purple);
}
.ag-brown .ag-ico {
  background: var(--brown);
}
.ag-orange .ag-ico {
  background: var(--orange);
}
.ag-red .ag-ico {
  background: var(--red);
}
.ag-yellow .ag-ico {
  background: var(--yellow);
}
.flex-center{
	display: flex;
	align-items: center;
}
.train-tag {
    color: var(white);
    border-radius: var(--bradius4);
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-size: var(--fs11);
    display: flex;
    border-radius: var(--radius4);
    width: 38px;
    text-align: center;
    position: relative;
    height: 20px;
}
.tt1{
    background: #248A3D;
}
.tt2{
    background: #92D300;
}
.train-tag small{
    display: block;
    width: 100%;
    height: 20px;
}
.line-cg{
    background: #009437;
}
.line-cp{
    background: #9CD306;
}
.line-cc{
    background: #FF9F18;
}
.line-dt{
    background: #0051B7;
}
.line-ns{
    background: #E32216;
}
.line-ne{
    background: #9E27B5;
}
.line-te{
    background: #9E5A1C;
}
.line-je{
    background: #00ADBC;
}
.line-bp{
    background: #738376;
}
.cookie-policy {
    z-index: 4;
    position: fixed;
    padding: 12px;
    right: 20px;
    border-radius: 16px;
    left: 20px;
    width: 100%;
    max-width: 320px;
    bottom: 60px;
    backdrop-filter: blur(2px);
    background: rgba(209, 217, 254, 0.9);
}
.cookie-policy h5 {
    font-size: 16px;
}
.cookie-policy p {
    font-size: 12px;
    line-height: 1.3;
}
.cookie-policy a{
    font-size: 13px;
}
.cookie-policy .btn {
    font-size: 15px;
    padding: 4px 20px;
    font-weight: 500;
}
.cookie-policy img{
    width: 16px;
}
#mapdiv{
	border-radius: var(--radius16);
	z-index: 2;
	height: 566px;
}
.border-md-right {
	border-right: 1px solid var(--blk20);
}
.table-responsive {
	scrollbar-width: thin;
	scrollbar-color: #D9D9D9 transparent;
}
.flex-wrp {
	display: flex;
	justify-content: space-between;
}
.table-rooms .table-responsive {
	height: 445px;
	overflow-y: scroll;
}
.t-tl {
	font-weight: 500;
	white-space: nowrap;
}
.sq {
	display: flex;
	background: #fff;
	width: 100%;
	align-items: center;
}
.img-sq {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px 0 0 8px;
}
.sq p {
	font-weight: 400;
	color: var(--blk140);
	margin-bottom: 0;
}
.tb-room{
	border-collapse: separate;
  	border-spacing: 0;
}
.tb-room p {
	line-height: 1.2;
	white-space: nowrap;
}
.tb-room td {
	vertical-align: middle;
	border:none;
	background: var(--white);
}
.tb-room td:first-child{
	border-radius: var(--radius8) 0 0 var(--radius8);
}
.tb-room td:last-child{
	border-radius: 0 var(--radius8) var(--radius8) 0;
}
.tb-room thead {
	position: sticky;
	top: 0;
	z-index: 1;
	background: var(--f4);
}
.img-sq .sq-c {
	width: 24px;
	height: 24px;
	min-width: 24px;
	margin-right: 10px;
	border-radius: var(--radius6);
}
.img-wrp {
	text-align: center;
	height: 100%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.flex-wrp-base {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.ss8{
	background-image: url(../img/ss8-bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.square-top{
	background: var(--clr-theme);
	height: 170px;
	width: auto;
	display: block;
	width: 80%;
}
.square-bottom{
	background: #7A9E7E;
	height: 127px;
	display: block;
	width: 80%;
}
.ss9{
	background-image: url(../img/ss9-bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.ss9:after{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
}
.ss9-wrapper{
	border-radius: var(--radius24);
	background: rgba(10, 68, 91, 0.4);
	color: var(--white);
	text-align: center;
	padding: 40px;
	position: relative;
  	z-index: 1;	
  	backdrop-filter: blur(3px);
}
.ss10{
	clip-path: ellipse(150% 100% at 50% 100%);
	background: var(--white);
	margin-top: -40px;
}
.cookie-policy {
    z-index: 4;
    position: fixed;
    padding: 12px;
    right: 20px;
    border-radius: 16px;
    left: 20px;
    width: 100%;
    max-width: 320px;
    bottom: 60px;
    backdrop-filter: blur(2px);
    background: rgba(209, 217, 254, 0.9);
}
.cookie-policy h5 {
    font-size: 16px;
}
.cookie-policy p {
    font-size: 12px;
    line-height: 1.3;
}
.cookie-policy a{
    font-size: 13px;
}
.cookie-policy .btn {
    font-size: 15px;
    padding: 4px 20px;
    font-weight: 500;
}
.cookie-policy img{
    width: 16px;
}
.artist-info {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: rgba(255,255,255,0.2);
	backdrop-filter: blur(4px);
	padding: 5px 15px;
	border-radius: 30px;
	color: var(--white);
}
.wizard .nav-tabs {
	margin-bottom: 0;
	border-bottom-color: transparent;
	position: absolute;
	left: calc(50% + 465px);
	bottom: 30px;
	display: flex;
  	flex-wrap: nowrap;
}
.wizard .nav-tabs > li a {
    width: 30px;
    height: 6px;
    display: block;
    border-radius: 6px;
    background: #D9D9D9;
    z-index: 2;
    position: relative;
    left: 0;
    color: #0e214b;
}
.wizard .nav-tabs > li{
	margin-left: 3px;
}
.wizard .nav-tabs > li.disabled a{
	background: #D9D9D9;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    background: var(--blk140);
}
.wizard {
	padding: 0 15px;
}
.wizard form {
/*	color: #1F252A;*/
	position: relative;
}
.wizard .tab-pane {
	position: relative;
}
.wizard-right {
/*	height: 100vh;*/
	min-height: 100vh;
	padding-top: 40px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	max-width: 700px;
	flex-direction: column;
	padding-right: 80px;
	padding-bottom: 60px;
	align-items: flex-start;
}
.prev-step{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: var(--blk140);
	position: absolute;
  	bottom: 30px;

}
.wizard-left {
	height: 100vh;
/*	height: auto;*/
	background: #000;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: sticky;
  	top: 0;
}
.wizard-left .wiz-hero {
	width: 100%;
	height: 100vh;
	height: 100%;
	object-fit: cover;
}
.wiz-img {
	height: calc(100% - 200px);
	object-fit: contain;
	max-width: 85%;
	margin-bottom: 30px;
}
#country-select dd, #country-select dt, #country-select ul {
	margin: 0px;
	padding: 0px;
}
#country-select dd ul li a span:first-child, #country-select dt a span span:first-child {
	background-image: url("../img/flags.png");
	background-repeat: no-repeat;
	width: 16px;
	height: 11px;
	display: inline-block;
	margin:5px;
	vertical-align: top;
}
#country-select dt a span {
	cursor: pointer;
	display: block;
	padding: 13px 10px;
	white-space: nowrap;
}
#country-select dt a img {
	position: relative;
	z-index: 1;
}
#country-select dt a span span:first-child:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
}
#country-select dt a span span {
	display: inline-block;
	padding: 0;
}
#country-select dt a span span:first-child {
	padding: 0;
}
#country-select dd {
	position: relative;
}
#country-select a, #country-select a:visited {
	color: #4a535f;
	text-decoration: none;
	outline: none;
}
#country-select a:hover {
	color: #5d4617;
}
#country-select dt a:hover, #country-select dt a:focus {
	color: #5d4617;
}
#country-select dt a {
	position: relative;
	background: #fff;
	display: block;
	padding-right: 20px;
	border-radius: 4px;
	overflow: hidden;
	border:1px solid #C4CBD3;
	width:74px;
	height: 48px;
}
/*#country-select dt a:after {
	content: '';
	background: transparent;
	position: absolute;
	
	height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}
*/
#country-select dt a:before {
    background:#FFFFFF;
    content: "\e959";
    font-family: 'icomoon';
    position: absolute;
    right: 7px;
    top: 15px;
    width: 20px;
    z-index: 2;
    font-size: 12px;
}
#country-select dd ul {
	background: #fff;
	color: #C5C0B0;
	display: none;
	left: 0px;
	padding: 5px 0px;
	position: absolute;
	width: 270px;
	border:1px solid #fff;
	list-style: none;
	max-height: 170px;
	overflow-y: scroll;
	top:10px;
	z-index: 2;
	box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.06);
}

#country-select li a {
	font-size:13px;
}

#country-select li a span:nth-child(2) {
    line-height: 2em;
}
#country-select dd ul::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
 border-left:1px solid rgba(0,0,0,0.1);
}
#country-select dd ul::-webkit-scrollbar-thumb {
 background: rgba(0,0,0,0.4);
/*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
    border-radius:10px;*/
}
#country-select dd ul::-webkit-scrollbar-thumb:window-inactive {
 background: blue;
}
#country-select span.value {
	display: none;
}
#country-select dd ul li a {
	padding: 5px;
	display: block;
	font-size: 12px !important;
}
#country-select dd ul li a:hover {
	background-color: rgba(0,0,0,0.05);
}
dl#country-select {
	display: inline-block;
	width: auto;
	margin-bottom: 0;
}
dl#country-select span:nth-child(3) {
	color: rgba(0,0,0,0.4)
}
dl#country-select > span:nth-child(2) {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}
dl#country-select span:nth-child(3) {
	float: right;
}
dl#country-select dt span:nth-child(2) {
	color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    display: none;
}
dl#country-select dt span:nth-child(3) {
	display: none;
}
.countryFlag {
	padding: 0;
	background-image: url("../img/flags.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 11px;
	margin-right: 4px;
	width: 16px;
	cursor: pointer;
	white-space: nowrap;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #BFBFC1 #B6B6B6 #969696;
	border-image: none;
	border-radius: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}
.form-control {
	font-size: 18px;
	padding: 10px 15px;
	max-width: 550px;
}
.form-control:focus, .form-control:hover{
	box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #000;
}

.form-control.form-c-line{
	background: rgba(255,255,255,0.05);
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	border-radius: 0;
	color: #fff;
}
.form-control.form-c-line:focus, .form-control.form-c-line:hover{
    border-color: #fff;
}
.editable.active{
    padding-top: 30px;
}
.editable{
    position: relative;
}
.edit-row {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
}
.edit-row span{
	background: rgba(255,255,255,0.5);
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    border-radius: 30px;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    display: block;
}
.btn-theme.next-step{
	text-transform: uppercase;
	padding: 15px 20px;
}
/* Begin float button*/
.float-cta {
  position:fixed;
  bottom:50px;
  right:40px;
  text-align:center;
  z-index:1000;
}

.float-cta .trigger {
  border-radius:50%;
  box-shadow: 0 2px 5px rgba(16, 179, 23, 0.25);
  position:relative;
  background:#10b317;
  color:#fff;
  height:60px;
  width:60px;
  vertical-align:middle;
  animation: 1.5s linear 0s infinite normal pulse;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  z-index: 30;
}

.float-cta .trigger:hover{
  transform:scale(1.1);
}
.float-cta.open::after {
	position: fixed;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	z-index: 9;
}
.float-cta.open .trigger .fa::before{
  content: "\f00d";
}

.float-cta .trigger .fa::after{
  transition: ease-in-out 1s;
}

.fab.open .trigger i{
  transition: all 0.4s ease;
  transform: translateY(5px) rotate(360deg);
}

.trigger span{
  line-height: 58px;
	font-size:28px
}
.float-cta .actions {
	opacity: 0;
	transition: opacity 0.4s ease;
	background: var(--white);
	padding: 10px;
	border: 1px solid var(--white60);
	display: block;
	border-radius: var(--radius16);
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 240px;
	margin-bottom: 20px;
	pointer-events: none;
}
.float-cta .actions::after {
	position: absolute;
	content: '';
	bottom: -8px;
	right: 26px;
	width: 14px;
	height: 14px;
	background: #fff;
	transform: rotate(45deg);
	border-right: 1px solid var(--white60);
	border-bottom: 1px solid var(--white60);
}
.float-cta .actions span{
	font-size: 22px;
}
.float-cta.open .actions {
	opacity: 1;
	/* overflow: hidden; */
	box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
	z-index: 30;
	pointer-events: auto;
}

.float-cta .p-info{
  position: relative;
  opacity:0;
  transition: transform 0.4s ease;
  transition: all 0.4s ease;
/*  transform: translateY(-60px);*/
  right:0;
  width:100%;
  height:auto;
}

.float-cta.open .p-info{
  opacity:1;
  position: relative;
  transition: transform 0.4s ease;
  transition: all 0.4s ease;
  transform: translateY(0px);
  margin-bottom: 10px;
}
.float-cta a{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 60px;
	font-weight: 500;
	padding: 12px 15px;
	text-transform: uppercase;
}
.actions .btn-wp a{
	background: #10b317;
	color: #fff;
	box-shadow: 0px 3px 10px rgba(16, 179, 23,0.5);
}
.actions .btn-cl a{
	background: #113DFA;
	color: #fff;
	box-shadow: 0px 3px 10px rgba(17,61,250,0.5);
}
.float.open a{
  position: relative;
  text-align: center;
}
/* Animations */
@keyframes pulse {
    0% {
      box-shadow: 0px 1px 0px 3px rgba(16, 179, 23, 0.30), 0px 0px 0px 0px rgba(16, 179, 23, 0.50);
    }
    30% {
      box-shadow: 0px 1px 0px 3px rgba(16, 179, 23, 0.30), 0px 0px 0px 5px rgba(16, 179, 23, 0.50);
    }
    70% {
      box-shadow: 0px 1px 0px 3px rgba(16, 179, 23, 0.30), 0px 0px 0px 15px rgba(16, 179, 23, 0.10);
    }
    100% {   
      box-shadow: 1px 1px 2px 1px rgba(16, 179, 23, 0.30), 0px 0px 0px 20px rgba(16, 179, 23, 0.0);
    }
}
.facility{
	box-shadow: var(--shadow-xs);
	border-radius: var(--radius12);
	background: var(--white);
	height: 100%;
	overflow: hidden;
}
.facilitySlides .owl-stage{
	display: flex;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
}
.facilitySlides .owl-stage .item{
	height: 100%;
}
.site-footer{
	padding-bottom: 30px;
}
.footer-wrapper{
	background: var(--f4);
	padding: 20px;
	border-radius: var(--radius12);
}
.footer-ul li a{
	font-size: var(--fs15);
	color: var(--bl140);
}
.owl-nav {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	height: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.owl-carousel .owl-nav button.owl-prev {
	background: url("../img/arrow_black.png") no-repeat center center;
	background-size: 18px;
	width: 18px;
	margin-left: 0;
	background-color: var(--white);
  	width: 40px;
  	height: 40px;
  	border-radius: var(--radius4);
  	box-shadow: var(--shadow-xs);
  	background-size: 12px;
}
.owl-carousel .owl-nav button span {
	font-size: 55px;
	color: var(--white);
	opacity: 0;
}
.owl-carousel .owl-nav button.owl-next {
	background: url("../img/arrow_black.png") no-repeat center center;
	background-size: 18px;
	width: 18px;
	transform: rotate(180deg);
	margin-right: 0;
	background-color: var(--white);
  	width: 40px;
  	height: 40px;
  	border-radius: var(--radius4);
  	box-shadow: var(--shadow-xs);
  	background-size: 12px;
}
.card-image {
  height: 300px;
  background-size: cover;
  background-position: center;
  /* Angled clipping */
  
}
.about-hero{
	background-image: url(../img/about-hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    background-position: top;	
}
.card.profile-card{
	background: rgba(255, 255, 255, 0.4);
	border-radius: var(--radius24);
	border:1px solid var(--white);
	max-width: 800px;
	margin:0 auto;
}
.profile-card .card-body{
	display: flex;
	align-items: center;
}
.profile-card .agent-img{
	width: 215px;
	border-radius: var(--radius12);
}
.agent-info {
	padding-left: 40px;
	width: 100%;
}
.btn.btn-cea {
	background: radial-gradient(100% 100% at 50% 0%, rgba(120, 146, 255, 0.80) 0%, rgba(17, 61, 250, 0.80) 100%);
	color: #fff;
	border: 1px solid rgba(120, 146, 255, 0.80);
	border-radius: 60px;
	padding: 8px 10px;
  	box-shadow: inset 0px 0px 0px 2px rgba(120, 146, 255, 0.90), 0px 20px 58px 5px #5E95EF;
}
.btn.btn-cea span {
	border: 1px solid var(--Blue-Blue-100, #5D7BFC);
	background: radial-gradient(102.83% 102.83% at 6.96% 6.61%, #7892FF 0%, #113DFA 100%);
	box-shadow: -0.204px -0.204px 0.946px 0 rgba(255, 255, 255, 0.25) inset, 0.204px 0.204px 0.204px 0 rgba(255, 255, 255, 0.40) inset, 0 1.636px 4.907px 0 rgba(255, 255, 255, 0.17) inset, 0 0.694px 1.474px 0 rgba(255, 255, 255, 0.09);
	padding: 10px 20px;
	border-radius: 60px;
	min-width: 200px;
	display: block;
}
.aboutme{
	display: grid;
  	grid-template-rows: auto auto;
  	gap: 1em;
}
.aboutme br{
	margin-bottom: 5px;
}
input[type="number"]{
    appearance: textfield;
    -webkit-appearance: textfield;
}
.sorting{
    background-image: url(/img/sort.png);
    background-size: 14px;
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 18px !important;
    cursor: pointer;
}
.sort-asc{
    background-image: url(/img/sort-asc.png);
}
.sort-dsc{
    background-image: url(/img/sort-dsc.png);
}
.cover{
	object-fit: cover;
}
/*about us*/
.sub-header{
    background: #14181c;
    color: #fff;
}
.sub-header ul{
    display: flex;
    justify-content: center;
}
.sub-header li a {
	padding: 20px;
	color: var(--white);
	opacity: 0.5;
	display: inline-block;
}
.sub-header .active a, .sub-header li a:hover, .sub-header li a:focus {
	opacity: 1;
	font-weight: 600;
}
.cards-slider{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cards-slider .slider {
  display: grid;
  grid-template-areas: "stack";
  width: 100%;
  --scale: 1;
  --x: 0;
  --y: 0;
}
.cards-slider .slider > * {
  grid-area: stack;
  width: 100%;
  height: auto;
  transform: scale(var(--scale)) translate(var(--x), var(--y));
  transform-origin: right;
  transition: all 150ms linear;
  background: #fff;
  overflow: hidden;
}
.slider [class*='slide-']{
    border-radius: 24px;
    box-shadow: 24px 24px 48px 0px rgba(0, 0, 0, 0.12);
    --scale: 0.8;
    --x: 48px;
}
.cards-slider .slider .slide-1 {
  z-index: 6;
  --scale: 1;
  --x: 0px;
}
.cards-slider .slider .slide-2 {
  z-index: 5;
  --scale: 0.90;
  --x: 24px;
}
.cards-slider .slider .slide-3 {
  z-index: 4;
  --scale: 0.8;
  --x: 48px;
}
.slider-controls {
    position: absolute;
    left: -30px;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 6;
    display: flex;
    justify-content: space-between;
}
.slider-controls button {
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    border-radius: 13px;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
}
.form-dark label {
    text-align: ;
    color: #fff;
}
.form-control.form-control-a {
	background-color: #FFFFFF;
	border-color: #fff;
	border-width: 0px;
	border-left: 6px solid #5D7BFC;
	padding: .775rem .75rem;
}
.form-dark .form-control.form-control-a{
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}
.form-dark hr{
    display: none;
}
.contact-alt{
    background-image: url(../img/survey-bg-ipad.png);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: left bottom;
    max-width: 1920px;
    margin: 0 auto;
}
.h-auto{
    height: auto !important;
}
.stackCol {
    position: relative;
    padding-left: 50%;
    height: 100%;
    padding-right: 40px;
    display: flex;
    align-items: center;
    color: var(--blk120);
}
.stackCol img{
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.stackColInfo {
    padding-left: 40px;
}
.stackColInfo ul {
    padding-left: 20px;
}
.bgc-dark {
	background-color: #1b2025 !important;
}
.wb-left {
  background: rgba(29, 53, 87, 0.75);
  color: #fff;
  display: flex;
  justify-content: flex-end;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
  height: 100%;
}
.wbl-inner {
  max-width: 705px;
  padding-right: 10%;
  width: 100%;
}
.wbr-inner {
  max-width: 705px;
  padding-left: 10%;
  width: 100%;
}

.wb-right {
  background: #F6FAFB;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 100%;
}
.btn-form .btn {
	height: 74px;
	max-width: 304px;
	width: 100%;
	font-size: 20px;
}
textarea.form-control{
	height: auto;
	width: 100%;
	max-width: 100%;
}
.btn-theme-alt, .btn-theme-alt:hover, .btn-theme-alt:focus, .btn-theme-alt:active{
	background: var(--clr-btn);
	border-color: var(--clr-btn);
	color: var(--white);
}
.bg-dark{
	background: var(--clr-primary) !important;
}
.floor-plan > img {
	height: 260px;
	width: 100%;
	object-fit: contain;
	background: var(--white);
}
.sq-img-center{
	height: 320px;
	object-fit: cover;
}
.sq-img-right{
	height: 161px;
	object-fit: cover;
}
.sq-img-left{
	height: 200px;
	object-fit: cover;
}
.tb-room p span {
	display: block;
	margin-top: 5px;
}
.footer-logo {
	background-image: url(../img/propnex-logo.png);
	background-size: contain;
	height: 50px;
	width: auto;
	background-repeat: no-repeat;
}
.bg-dark .form-control::placeholder{
    color: #a3adb5;
}
@media screen and (min-width:1500px){
	body{
		font-size: var(--fs17);
	}
	.t-h1, h1{
		font-size: 56px;
	}
	.t-h2, h2{
		font-size: 48px;
	}
	.t-h3, h3{
		font-size: 40px;
	}
	.t-h4, h4{
		font-size: 32px;
	}
	.t-h5, h5{
		font-size: 24px;
	}
	.t-h6, h6{
		font-size: 20px;
	}
	.wizard .nav-tabs{
		left: auto;
		right: 80px;
	}
	.wizard .nav-tabs > li a{
		width: 22px;
	}
	.site-logo{
		width: 480px;
	}
}
@media screen and (max-width:1199px){
	.col-right{
		padding-left: 10px;
		padding-right: 10px;
	}
	.qi-col p {
		font-size: var(--fs14);
	}
	.qi-col span{
		font-size: var(--fs13);
	}
	.facilitySlides .owl-stage{
		padding: 30px 0;
	}
	.img-grid{
		max-width: 500px;
	}
	.img-grid img{
		width: 240px;
  		height: 320px;
	}
	.img-grid2{
		margin-top: -50px;
	}
	.img-grid{
		padding-left: 40px;
	}
	.stackCol{
        padding-right: 0;
    }
    .stackColInfo {
        padding-left: 20px;
        padding-right: 20px;
    }
    .stackColInfo ul {
        padding-left: 15px;
    }
    .stackCol img{
        width: 40%;
    }
    .stackCol{
        padding-left: 40%;
    }
    .slider [class*="slide-"]{
        --x: 24px;
        --scale: 0.90;
    }
    .cards-slider .slider .slide-2{
        --x: 12px;
        --scale: 0.95;
    }
    .cards-slider .slider .slide-3{
        --x: 24px;
        --scale: 0.90;
    }
    .slider-controls{
        left: 2px;
        right: 2px;
    }
    .slider-controls button{
        opacity: 0.8;
    }
    .container{
    	max-width: 1170px !important;
    }
    .wizard .nav-tabs{
    	left: calc(50% + 390px);
    }
}
@media screen and (max-width:991px){
	.t-h1, h1{
		font-size: 40px;
	}
	.t-h2, h2{
		font-size: 36px;
	}
	.t-h3, h3{
		font-size: 28px;
	}
	.t-h4, h4{
		font-size: 24px;
	}
	.t-h5, h5{
		font-size: 20px;
	}
	.t-h6, h6{
		font-size: 17px;
	}
	.wb-right {
	    padding-right: 0;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}

 	.wb-left {
    	padding-left: 0;
  	}
  	.wbr-inner,
	.wbl-inner {
	    max-width: 720px;
	    margin: 0 auto;
	    padding: 0 15px;
	}
	.wizard .nav-tabs{
		right: 50px;
	}
	.agent-info{
		padding-left: 30px;
	}
	.profile-card .agent-img {
  		width: 180px;
  	}
  	.stackCol img {
        width: 100%;
        position: relative;        
        height: 300px;
        object-position: center -150px;
    }
    .stackCol {
        padding-left: 0;
        flex-direction: column;
        padding-right: 0;
    }
    .contact-alt{
        background-size: 30% auto;
        background-position: right bottom;
    }
    .slider-controls{
        top: 20%;
    }
    #mapdiv{
    	height: 400px;
    }
    .table-rooms .table-responsive{
    	height: auto;
    }
    .ss9-wrapper{
    	text-align: left;
    }
    .wizard-left{
    	height: auto;
    }
    .wizard-right{
    	margin-top: 0;
    }
    .wizard-right{
    	min-height: initial;
    }
    .wizard .nav-tabs {
		right: 0;
		left: auto;
	}
}
@media screen and (max-width:767px){
	.col-right{
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		margin: 0 auto;
	}

	.ss4::before{
		content: none;
	}
	.slider{
		perspective: initial;
	}
	.site-logo{
		margin-bottom: 30px;
		max-width: 280px;
		max-height: 120px;
		background: rgba(4, 32, 43, 0.8);
	    padding: 20px 30px;
	    border-radius: 40px;
	    backdrop-filter: blur(5px);
	}
	.hero-banner .hero-img{
		min-height: 800px;
	}
	.wizard-left, .wizard-right, .wizard-left .wiz-hero {
		height: auto;
		min-height: initial;
	}
	.wizard-left{
		min-height: initial;
		margin-bottom: 40px;
	}
	.wizard .nav-tabs{
		bottom: 10px;
	}
	.wizard-right{
		padding-right: 0;
		padding-bottom: 0;
	}
	.wizard .nav-tabs{
		right: 15px;
	}
	.btn-theme.next-step {
		width: 100%;
	}
	.prev-step {
		width: 100%;
		text-align: center;
		border: 1px solid #ddd;
		border-radius: 8px;
		padding: 10px 20px;
		margin-top: 7px;
		position: relative;
	    display: block;
	    bottom: 0;
	    background: #e9e9e9;
	}
	.wizard .nav-tabs {
		position: relative;
		left: 0;
		right: 0;
		text-align: center;
		justify-content: center;
		margin-top: 30px;
	}
	.wizard-right{
		max-width: 100%;
	}
	.wb-right,
	.wb-left {
		padding-left: 0;
		padding-right: 0;
	}

	.wbr-inner,
	.wbl-inner {
		max-width: 540px;
	}
	.btn-form{
		justify-content: center;
	}
	.profile-card .agent-img {
	    width: 230px;
	}
	.stackCol img {
        height: auto;
        object-position: center;
        max-height: 300px;
    }
    .cards-slider{
        width: calc(100% - 15px);
    }
    .sq-img-center, .sq-img-right{
    	height: 260px;
    }
    .sq-img-left{
    	height: 160px;
    }
    .square-bottom{
    	height: 100px;
    }
    .square-top{
    	height: 120px;
    }
    .sq-img-right{
    	height: 128px;
    }
    .hero-overlay{
    	padding-top: 50px;
    	padding-bottom: 80px;
    }
    .hero-overlay{
    	text-align: left;
    }
    .col-right{
    	text-align: left;
    }
    .footer-wrapper .border-md-right{
    	border-bottom: 1px solid rgba(0,0,0,0.2);
    	border-right: none;
    	margin-bottom: 20px;
    }
    .wizard .nav-tabs{
    	left: auto;
    }
    
    .hero-overlay .fs-16{
    	font-size: 14px;
    }
    .hero-overlay .t-h6{
    	font-size: 20px;
    }
    .facility .t-h6 {
		font-size: 20px;
		font-weight: 600;
	}

}
@media screen and (max-width:576px){
	.qi-col p{
		font-size: var(--fs13);
	}
	.t-h2, h2{
		font-size: 32px;
	}
	.qi-body{
		display: flex;
		align-items: center;
	}
	.qi-col p{
		margin-top: 0;
		margin-left: 10px;
		width: 70%;
	}
	.qi-col span{
		width: 30%;
	}
	.qi-col img{
		top: 50%;
    	margin-top: -17px;
	}
	.wizard-left{
		display: none;
	}
	.wizard-right{
		padding-top: 50px;
	}
	
	.cookie-policy{
		bottom: 20px;
	}
	.cookie-policy{
		max-width: 280px;
	}
	.float-cta{
		bottom: 30px;
		right: 20px;
	}
	.stackCol img{
		max-height: 200px;
	}
	.profile-card .agent-img {
		width: 180px;
	}
	#mapdiv{
		height: 340px;
	}
	.amenities-grid{
		padding-left: 5px;
		padding-right: 5px;
	}
	.ss9-wrapper{
		padding: 20px;
	}
	p.fs-16{
		font-size: var(--fs15);
	}
	.btn-primary{
		width: 100%;
		display: block;
	}
	.site-logo{
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width:480px){
	.wbr-inner, .wbl-inner{
		padding: 0;
	}
	.profile-card .card-body{
		flex-direction: column;
		align-items: flex-start;
	}
	.profile-card .agent-img {
		width: 150px;
		margin-top: -50px;
		margin-bottom: 20px;
	}
	.agent-info {
		padding-left: 0;
	}
	.agent-info .col-12{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 10px;
	}
	.agent-info p {
		font-size: 14px;
	}
	.cookie-policy{
        max-width: 400px;
        width: 90%;
    }
}