:root {
  --white:#ffffff;
  --white120:#fcfdfd;
  --white100:#F1F3F5;
  --white80:#E6E9EC;
  --white60:#DADFE4;
  --white20:#ADB7C3;
  --white10:#F3F4F6;
  
  --clrlink:#849BFD;
  --clrlinkHover:#5C6FC1;
  --blk140:#1F252A;
  --blk120:#303841;
  --blk100:#414B58;
  --blk20:#97A4B2;
  --blk10:#C4CBD3;
  --bl140:#113DFA;
  --bl120:#375CFB;
  --bl80:#515F6E;
  --bl60:#627285;
  --bl40:#8090A1;
  --bl20:#E4E9FE;
  --ohblk:#171717;
  --ohblk1c:#1C1C1E;
  --ohblk1:#222222;
  --ohblk2:#3A3A3C;
  --ohblk3:#48484A;
  --ohblk4:#636366;
  --ohblk5:#8E8E93;
  --green:#34C759;
  --btnPrimary:#FFCC00;
  --btnHover:#FFCC00;
  --btnSecondary:#E0D2F6;

  --red:#FF3B30;

	/*fonts*/
	--fs48:48px;
	--fs40:40px;
	--fs36:36px;
	--fs30:30px;
	--fs26:26px;
	--fs24:24px;
	--fs22:22px;
	--fs20:20px;
	--fs18:18px;
	--fs17:17px;
	--fs16:16px;
	--fs14:14px;
	--fs13:13px;
	--fs12:12px;

	--shadow-lg:24px 24px 48px 0px rgba(0, 0, 0, 0.12);
	--shadow-sm:0px 0px 48px 0px rgba(0, 0, 0, 0.08);
	--bradius4:4px;
	--bradius8:8px;
	--bradius12:12px;
	--bradius16:16px;
	--bradius24:24px;
}

@font-face {
    font-family: 'SF Pro Text';
    src:url('../fonts/SFProText-Regular.woff2') format('woff2'),
        url('../fonts/SFProText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Text';
    src:url('../fonts/SFProText-Medium.woff2') format('woff2'),
        url('../fonts/SFProText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src:url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src:url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src:url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src:url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silent Dream';
    src: url('../fonts/SilentDream-Regular.woff2') format('woff2'),
        url('../fonts/SilentDream-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--ohblk1c);
  color: var(--white);
}
h1, h2, h3, h4, h5, h6{
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 600;
  line-height: 1.4;
}
.t-h1, .t-h2, .t-h3, .t-h4, .t-h5, .t-h6{
  font-family: 'SF Pro Display', sans-serif;
}
a{
	color: var(--bl120);
}
a:hover, a:focus{
	text-decoration: none;
}
.text-underline{
    text-decoration: underline !important;
}
.btn{
	font-weight: 600;
	font-family: 'SF Pro Display', sans-serif;
	border-radius: var(--bradius8);
	font-size: var(--fs20);
	padding: 12px 20px;
}
.t-h1, h1{
	font-size: var(--fs48);
}
.t-h2, h2{
	font-size: var(--fs40);
}
.t-h3, h3{
	font-size: var(--fs30);
}
.t-h4, h4{
	font-size: var(--fs26);
}
.t-h5, h5{
	font-size: var(--fs22);
}
.t-h6, h6{
	font-size: var(--fs18);
}
.section h2{
	margin-bottom: 30px;
}
.fw-300{
	font-weight: 300 !important;
}
.fw-400{
	font-weight: 400 !important;
}
.fw-500{
	font-weight: 500 !important;
}
.fw-600{
	font-weight: 600 !important;
}
.fw-700{
    font-weight: 600 !important;
}
.title-link {
	float: right;
	font-size: var(--fs16);
	vertical-align: ;
	margin-top: 20px;
}
.border-bottom{
	border-bottom: 1px solid var(--white60);
}
.btn:hover, .btn:focus, button:hover, button:focus{
	outline: none;
	box-shadow: none;
}
.form-control {
	background:var(--white)
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	border-radius: var(--bradius8);
	border-color: transparent;
	font-size: var(--fs16);
	height: 56px;
}
.form-control::placeholder {
	color: #ADB7C3;
	opacity: 1;
}
.form-control.bg-ob2{
	color: var(--white);
}
.font-weight-500{
	font-weight: 500;
}
.font-weight-600{
	font-weight: 600;
}
select.form-control{
	height: 56px !important;
}
.form-control:hover, .form-control:focus{
	outline: none;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
}
textarea.form-control{
	height: auto;
	min-height: 62px;
}

.btn-theme:hover, .btn-theme:focus{
	color: var(--white);
	box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.24);
}
.header-btns .btn img{
    width: 20px;
}
.btn-xs{
	font-size: 13px;
	border:1px solid var(--bl20);
	border-radius: var(--bradius4);
	padding: 5px 10px;
	font-weight: 400;
}
.btn-xs span{
	font-weight: 600;
  	font-size: 9px;
}
.btn-sm{
    font-size: var(--fs16);
    padding: 10px;
}
.btn-md{
	font-size: 20px;
    padding: 12px 25px;
}
.btn-lg{
	font-size: 20px;
	padding: 12px 30px;
}
.btn-secondary{
	background: var(--bl20);
	color: var(--blk120);
	border: 1px solid var(--bl20);
}
.btn-secondary:hover,
.btn-secondary:focus{
	background: var(--bl140);
	border-color: var(--bl140);
}
.btn-info{
	background: var(--white80);
	color: #414B58;
	border-color: var(--white80);
}
.btn-light, .btn-light:hover, .btn-light:focus{
    color: var(--bl140);
}
.btn-info:hover,
.btn-info:focus{
	background: var(--bl140);
	color: var(--white);
	border-color: var(--bl140);
}
.sf-text{
  font-family: 'SF Pro Text', sans-serif;
}
.sd-text{
	font-family: 'Silent Dream', sans-serif;
}

.fs-xl{
	font-size: 65px;
}
.img-gray{
	filter: grayscale(1);
}
.section {
	padding: 60px 0px;
	width: 100%;
	position: relative;
}
.lh-1 {
	line-height: 1.2;
}
.br-8{
	border-radius: var(--bradius8);
}
.br-16{
	border-radius: var(--bradius16);
}
.nav-link{
	cursor: pointer;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 1001;
  height:72px;
}

.header.sticked {
  border-color: #eee;
}
.header.sticked .px-3{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.header .logo img {
  max-height: 50px;
  width: 118px;
  object-fit: contain;
  object-position: left;
}

.header .search-btn{
    margin-left: 25px;
}
.header .search-btn img{
   width: 20px;
   height: 20px;
}
.header .header-btns{
    display: flex;
}
.header .mobile-nav-show {
    display: none;
}
.header .mobile-nav-toggle{
    font-size: 30px;
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1199px) {
  .header .navbar {
    padding: 0;
  }
   .header .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

   .header .navbar li {
    position: relative;
  }

   .header .navbar>ul>li {
    white-space: nowrap;
    padding: 0 10px;
  }
  .login-btn{
     color: #fff !important;
  }
  .header .navbar a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    font-family: 'SF Pro Text';
    font-weight: 500;
    font-size: var(--fs16);
    text-transform: capitalize;
  }
  .header .navbar > ul > li > a{
	padding: 20px 3px;
	height: 72px;
  }
   .header .navbar a i,
   .header .navbar a:focus i {
    font-size: var(--fs12);
    line-height: 0;
    margin-left: 5px;
  }

   .header .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    width: 0px;
    transition: all 0.4s ease-in-out 0.4s;
  }
}
hr{
	border-color: #48484A;
}
.hr-light{
	border-color: #8E8E93;
}
.hr-dark{
	border-color: #1C1C1E;
}
.bradius4{
	border-radius: var(--bradius4);
}
.br-style-2{
	border-color: var(--white60) !important;
}

.owl-nav {
	max-width: 1440px;
	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-next, .owl-carousel .owl-nav button.owl-prev{
	position: relative;
	top: 0;
}
.owl-carousel .owl-nav button span {
	font-size: 55px;
	color: var(--white);
	opacity: 0;
}
.owl-carousel .owl-nav button.owl-prev {
	background: url("../img/arrow.png") no-repeat center center;
	background-size: 18px;
	width: 18px;
}
.owl-carousel .owl-nav button.owl-next {
	background: url("../img/arrow.png") no-repeat center center;
	background-size: 18px;
	width: 18px;
	transform: rotate(180deg);
}
.dark-arrows .owl-nav button.owl-prev {
	background: url("../img/arrow_black.png") no-repeat center center;
	background-size: 18px;
}
.dark-arrows .owl-nav button.owl-next {
	background: url("../img/arrow_black.png") no-repeat center center;
	transform: rotate(180deg);
	background-size: 18px;
}
.sld-thumbSlider.owl-carousel .owl-nav button.owl-prev{
	background-color: #849BFD;
	left: -15px;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background-size: 8px;
}
.sld-thumbSlider.owl-carousel .owl-nav button.owl-next{
	background-color: #849BFD;
	right: -15px;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background-size: 8px;
}
.sld-slider.owl-carousel .owl-nav button.owl-prev{
	left: 20px;
}
.sld-slider.owl-carousel .owl-nav button.owl-next{
	right: 20px;
}
.oc-agents .owl-nav{
	margin-top: -63.5px;
}
.slider-type-2 .owl-nav button.owl-prev, .slider-type-2 .owl-nav button.owl-next{
	background-color: #3A3A3C;
  	width: 60px;
  	height: 60px;
  	border-radius: 60px;
  	background-size: 15px;
}
.nl-new {
	background-image: url(../img/bg-img328.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.input-group-c .input-group-text {
	background: var(--bl20);
	border-color: var(--bl20);
	width: 62px;
	height: 62px;
	text-align: center;
	font-weight: 600;
	justify-content: center;
	color: var(--blk120);
	border-radius: 10px 0 0 10px;
}
.form-control-lg{
	height: 62px !important;
	border-radius: var(--bradius8);
}

.card{
	background: rgba(58, 58, 60, 0.10);
	border: 2px solid var(--ohblk1);
	border-radius: var(--bradius8);
	padding: 25px;
}
.card-header:first-child {
	border-radius: calc(.65rem - 1px) calc(.65rem - 1px) 0 0;
}
.progress{
	height: 45px;
	font-weight: 600;
	font-family: 'SF Pro Text', sans-serif;
}
.progress-theme{
	background: var(--bl20);
}
.progress-theme .progress-bar{
	background: var(--blk120);
	white-space: nowrap;
}
.progress-success{
	background: #D1EEC9;
}
.progress-success .progress-bar{
	background: #248A3D;
}
.mo-amt{
	position: relative;
	padding-left: 20px;
}
.mo-amt:first-child{
	margin-right: 30px;
}
.mo-amt:before{
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	content: '';
	left: 0;
	top: 8px;
}

.card-theme .mo-amt:before{
	background: var(--blk120);
}
.card-theme .mo-amt:last-child:before{
	background: var(--bl20);
}
.card-success .mo-amt:before{
	background: #248A3D;
}
.card-success .mo-amt:last-child:before{
	background: #D4F2DC;
}
.mortgage-output::before {
	position: absolute;
	content: '';
	left: 0;
	height: 100%;
	top: 0;
	width: 1px;
	background: #48484A;
}
.ec-rating-stars {
	list-style: none;
	display: inline-flex;
}
.ec-rating-stars i {
	font-size: 25px;
	margin-right: 10px;
	color: var(--white60);
}
.ec-rating-stars i.selected{
	color: #FFBB00;
}
.bg-dark{
	background: #1B2025 !important;
}
.bg-lblue{
	background: #F1F3F5 !important;
}
.circle-ico {
	display: flex;
	align-items: center;
	background: #F1F3F5;
	justify-content: center;
}
.cp-facSlider .circle-ico {
	height: 90px;
	width: 90px;
	border-radius: 90px;
	padding: 10px;
	margin: 0 auto 20px auto;
}
.cp-facSlider .item {
	background: var(--white);
	text-align: center;
	padding: 60px;
}
.nav-tabs .nav-link{
	font-weight: 600;
	font-size: var(--fs16);
}
.tab-transparent.nav-tabs .nav-link {
	background: transparent;
	color: #F1F3F5;
	border: none;
	padding: 0;
	display: inline-block;
	opacity: 0.5;
	min-width: 75px;
}
.tab-transparent .nav-item:before{
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	background: #ADB7C3;
	width: 1px;
	content: '';
}
.tab-transparent .nav-item:first-child:before{
	content: none;
}
.tab-transparent .nav-link.active{
	opacity: 1;
}
.tabs-rounded.nav-tabs{
	border-bottom: none;
}
.tabs-rounded.nav-tabs .nav-link {
	background: transparent;
	color: var(--white);
	border: 2px solid #ADB7C3;
	padding: 10px 30px;
	display: inline-block;
	min-width: 75px;
	border-radius: 80px;
	margin-right: 10px;
}
.tabs-rounded.nav-tabs .nav-link.active{
	background: var(--white);
	border-color: var(--white);
	color: var(--blk140);
}
.tabs-solid{
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
	background: #48484A;
	padding: 4px;
	border-radius: var(--bradius8);
	border:none;
}
.tabs-solid .nav-link {
	border-radius: var(--bradius8);
	min-width: 100px;
	text-align: center;
	padding: 7px 20px;
	color: var(--white);
	background: #48484A;
	border:1px solid #48484A;
}
.tabs-solid .nav-link:hover, .tabs-solid .nav-link:focus{
	border:1px solid #48484A;
	background: #1F252A
}
.tabs-solid .nav-item:before{
	position: absolute;
	content: '';
	left: 0;
	width: 1px;
	background: rgba(0, 0, 0, 0.1);
	height: 34px;
	top: 12px;
}
.tabs-solid .nav-item:first-child:before{
	content: none;
}
.tabs-solid .nav-link.active{
	background: #1F252A;
	color: var(--white);
	border-color: var(--blk140);
}

.tab-content{
	clear: both;
}
.tabs-solid-theme{
	background: var(--white);
	color: var(--blk140);
	box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.12);
}
.tabs-solid-theme .nav-link{
	min-width: initial;
	background: var(--white);
	color: var(--blk140);
	border-color: #fff	;
}

.tabs-solid-theme .nav-item{
	padding-right: 20px;
	position: relative;
}
.tabs-solid-theme .nav-link.active, .tabs-solid-theme .nav-link:hover, .tabs-solid-theme .nav-link:focus{
	background: var(--blk120);
	color: var(--white);
	border-color: var(--blk120);
}
.tabs-solid-theme .nav-item::before{
	left: -10px;
	top: 1px;
}
.lp-info .pb-col {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.lp-info .pb-ico{
	background: #F1F3F524;
	height: 36px;
	width: 36px;
	padding: 9px;
}
.lp-info .pb-count{
	font-size: var(--fs18);
}
.lp-info .property-build{
	justify-content: flex-end;
}
.insight-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.insight-card img{
	width: 60px;
}
.insight-table {
	border: 1px solid var(--white80);
	border-radius: var(--bradius16);
	overflow: hidden;
}
.insight-table .nav-pills .nav-link {
	background: #F1F3F5;
	color: #515F6E;
	font-weight: 600;
	padding: 20px;
	border-bottom: 1px solid var(--white60);
	border-radius: 0;
}
.insight-table .nav-pills .nav-link.active{
	background: var(--white);
}
.insight-table table td{
	font-weight: 500;
	padding-left: 10%;
}
.insight-table table tr:first-child td{
	border-top: none;
}
.insight-table table td:first-child{
	text-align: center;
}
.insight-table .nav-pills{
	height: 100%;
	background: #F1F3F5;
	border-right: 1px solid var(--white60);
}
.ref-insights .form-control{
	min-width: 150px;
}
.overlay-alt{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.fcn-wrapper {
	width: 100%;
	position: relative;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
}
.fcn-wrapper:after{
	position: absolute;
	bottom: 0;
	height: 100px;
	left: 0;
	right: 0;
	content: '';
	background: linear-gradient(180deg, rgba(15, 15, 15, 0.00) 0%, rgba(15, 15, 15, 0.23) 28.23%, rgba(16, 16, 16, 0.38) 55.11%, #0F0F0F 94.07%);
	pointer-events: none;
}
.fc-nearby{
	overflow: hidden;
	background-image: url(../img/bg-img328.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.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(--bradius8);
}
.fcn-ico {
	background: var(--blk120);
	height: 35px;
	width: 35px;
	border-radius: var(--bradius8);
	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;
}
.fc-nearby .iframe{
	height: 550px;
}
.amenities-grid {
	display: flex;
	flex-direction: column;
	overflow: auto;
	height: calc(100% - 92px);
	scrollbar-width: thin;
	scrollbar-color: #aab7cf transparent;
	max-height: 460px;
}
.ag-col{
	border-radius: var(--bradius8);
	margin-bottom: 15px;
	border: 1px solid #636366;
	background: #3A3A3C;
}
.ag-ico {
	width: 40px;
	height: 40px;
	border-radius: var(--bradius8);
	text-align: center;
	padding: 2px;
	margin-right: 20px;
	display: inline-block;
}
.ag-ico img {
	width: 36px;
}
.ag-header {
	padding: 10px;
	position: relative;
}
.ag-body {
	padding: 0 15px;
}
.ag-list{
	margin-bottom: 0;
}
.ag-body.show{
	border-top: 1px solid #636366;
}
.ag-list-item {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-right: 65px;
	margin: 10px 0;
	border-bottom: 1px solid #636366;
	padding-bottom: 10px;
}
.ag-list-item:last-child{
	border-bottom: 0;
}
.accordion .ag-header:after{
	position: absolute;
	content: '\e95a';
	font-family: icomoon;
	position: absolute;
	right: 20px;
	top: 18px;
}
.accordion .ag-header.collapsed:after{
	content: '\e959';
}
.walk-distane {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	font-weight: 500;
	font-size: 13px;
}
.walk-distane img{
	width: 10px;
	margin-right: 4px;
}
	
.walk-distane small{
	display: block;
	color: var(--white);
}

.ag-green .ag-ico, .ag-green .ag-list-item::before {
	background: #30DB5B;
}
.ag-purple .ag-ico, .ag-purple .ag-list-item::before {
	background: #BF5AF2;
}
.ag-brown .ag-ico, .ag-brown .ag-list-item::before {
	background: #D7B89B;
}
.ag-orange .ag-ico, .ag-orange .ag-list-item::before {
	background: #FFB340;
}
.ag-red .ag-ico, .ag-red .ag-list-item::before {
	background: #FF6961;
}
.ag-yellow .ag-ico, .ag-yellow .ag-list-item::before {
	background: #FFCC00;
}
.ag-blue .ag-ico, .ag-blue .ag-list-item::before {
	background: #007AFF;
}
.ag-sky .ag-ico, .ag-sky .ag-list-item::before {
	background: #409CFF;
}
.ag-red .ag-ico, .ag-red .ag-list-item::before {
	background: #FF6961;
}
.ag-peach .ag-ico, .ag-peach .ag-list-item::before {
	background: #FF6482;
}
.ag-dgreen .ag-ico, .ag-dgreen .ag-list-item::before {
	background: #248A3D;
}

.line-tabs .nav-link{
	color: #97A4B2;
	font-weight: 500;
}
.line-tabs{
	border-bottom: 2px solid var(--white60);
}
.line-tabs .nav-item{
	margin-bottom: -2px;
}
.line-tabs .nav-item .nav-link{
	border-bottom: 2px solid transparent;
}
.line-tabs .nav-item .nav-link.active{
	border-color: transparent;
	border-bottom: 2px solid var(--bl140);
    color: var(--bl140);
}
.card-lblue {
	background: var(--bl20);
}
.card-lblue table th{
    border-color: #AABAFD;
}
.accordion-faq {
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px;
}
.accordion-faq .card{
	width: 100%;
    padding: 20px 0;
    border:0;
    border-top: 1px solid #414B58;
    border-radius: 0;
}
.accordion-faq .card-header{
	background: transparent;
	border: none;
}
.accordion-faq .card-header span{
	color: var(--white);
	letter-spacing: 0;
	cursor: pointer;
	padding: 10px 25px 10px 0;
	position: relative;
	display: block;
}

.accordion-faq .card-header span:after {
	position: absolute;
	font-family: icomoon;
	font-weight: 100;
	right: 0;
	content: '\e915';
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	transition: 0.3s ease;
	top: 9px;
    transform: rotate(-45deg);
	border: 2px solid var(--white);
	border-radius: 24px;
	font-size: 13px;
	padding: 2px 4px;
}
.accordion-faq .card-header span.collapsed:after{
	
	transition: 0.3s ease;
     transform: rotate(-0deg);
}
.agent-card {
	position: relative;
	padding-left: 135px;
}
.agent-card img {
	border-radius: 50px;
	height: 90px;
	width: 90px;
	object-fit: cover;
	position: absolute;
	left: 25px;
	top: 30px;
}
.btn-wapp{
	background: #25D366;
	color: var(--white);
}
.btn-wapp:hover, .btn-wapp:focus{
	color: var(--white);
}
.btn-wapp .icon-whatsapp{
	font-size: 25px;
	vertical-align: middle;
}
.header-btns .btn-wapp .icon-whatsapp {
	vertical-align: 0;
}
.btn-outline, .btn-outline:hover, .btn-outline:focus{
	color: var(--white);
	border:1px solid var(--white);
	border-radius: 80px;
	background: transparent;
}
.btn-outline-theme, .btn-outline-theme:hover, .btn-outline-theme:focus{
	color: var(--bl140);
	border:1px solid var(--bl20);
	background: transparent;
	border-radius: var(--bradius4);
	background: transparent;
}
.no-shadow{
	box-shadow: none !important;
}
.has-shadow{
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.sld-slider.owl-carousel .owl-item img {
	max-height: 450px;
	object-fit: cover;
	border-radius: var(--bradius16);
}
.agent-card-dark {
	display: flex;
	align-items: flex-start;
}
.agent-card-dark {
	display: flex;
	align-items: flex-start;
	background: #23282D;
	padding: 15px;
	border-radius: 5px;
}
.agent-dark-img {
	width: 135px;
}
.agent-dark-info {
	width: calc(100% - 135px);
	padding-left: 20px;
}
.input-group-c img {
	width: 100%;
}
.owl-carousel .owl-item .location-img{
	display: inline;
}

footer {
  background: #F5F5F7;
  width: 100%;
}

.foot-top {
  width: 100%;
  padding: 30px 0px;
  border-bottom: 1px solid #D9D9D9;
}

.foot-top p {
  font-size: var(--fs12);
  color: #86868B;
}

.foot-bottom {
  width: 100%;
  padding: 30px 0px;
}

.foot-bottom h6 {
  color: var(--blk140);
  font-size: var(--fs12);
  font-weight: 600;
  letter-spacing: 0;
}

.foot-bottom h6 i {
  display: none;
}

.foot-bottom ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #515154;
  font-size: 14px;
}

.foot-bottom ul li a {
  color: #515154;
}

.foot-bottom {
  display: flex;
  justify-content: space-between;
}

.foot-last {
  width: 100%;
  border-top: 1px solid #D9D9D9;
  padding-top: 40px;
}

.foot-last a {
  margin: 0px 2px;
}

.foot-last p {
  font-size: var(--fs12);
  color: #515154;
}
.fb-li {
  width: 25%;
}

.fl-right {
  text-align: right;
}
.site-footer{
	background: #F1F3F5;
	padding-top: 40px;
}
.foot-bottom{
	border-top: 1px solid var(--white60);
	margin:  0 -15px;
	width: auto;
}
.foot-top p{
	color: #414B58;
}
.foot-bottom ul li{
	margin-top: 5px;
}
.foot-bottom ul li a{
	position: relative;
}
.fb-li{
	padding: 0 15px;
}
.fb-li .toggle-li{
	padding-right: 30px;
}
.fb-li .toggle-li::after {
	position: absolute;
	content: '\f107';
	right: 2px;
	top: -3px;
	font-size: 15px;
	color: var(--blk120);
	font-family: FontAwesome;
	transform: rotate(180deg);
}
.fb-li .toggle-li.collapsed:after{
	transform: rotate(0deg);
}
.foot-bottom ul.fb-sub {
	padding-left: 20px;
	margin-bottom: 10px;
}
.foot-bottom ul.fb-sub a{
	color: #627285;
}
.list-inline {
	display: flex;
}
.foot-last .list-inline li{
	margin-right: 10px;
}
.countries-flag img{
	width: 20px;
}
.social-list a {
	height: 25px;
	width: 25px;
	background: var(--bl140);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	border-radius: 25px;
	font-size: 14px;
}
.search-bottom-fix {
   width: 100%;
   min-height: 140px;
   background: rgba(255, 255, 255, 0.3);
   backdrop-filter: blur(3px);
   position: relative;
   bottom: 0px;
   z-index: 3;
   display: flex;
   align-items: center;
}
.pnex-overlay {
	position: absolute;
	bottom: 20px;
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(3px);
	left: 20px;
	right: 20px;
	text-align: left;
	padding: 10px;
}

.btn-icon small {
	display: block;
}
.btn.btn-icon{
	padding-left: 70px;
	position: relative;
	text-align: left;
}
.btn-icon.btn img {
	width: 46px;
	position: absolute;
	left: 15px;
}
.pnx-events{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f3f5+100 */
	background: var(--white); /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f3f5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f3f5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f3f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.thm-text{
	padding-top: 10%;
	padding-bottom: 5%;
}
.top-home-main .container {
	position: relative;
	z-index: 3;
}
.top-home-main{
	background-image: url(../img/condominium/home-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.top-home-main::before {
	content: "";
	width: 100%;
	float: left;
	position: absolute;
	z-index: 1;
	height: 100%;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg,#ffffff 0%,rgba(255, 255, 255, 0.6) 58.33%,rgba(255, 255, 255, 0) 100%);
}
.search-bottom-fix form {
	width: 100%;
}
.search-bottom-fix form ul{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  align-items: flex-end;
}
.search-bottom-fix form label {
  color: #414b58;
}
.search-bottom-fix ul li {
  margin-right: 15px;
  width: 100%;
}
.search-bottom-fix ul li:last-child {
  margin-right: 0px;
}
.search-bottom-fix .in-type {
  min-width: 100px;
  max-width: 120px;
}
.search-bottom-fix .in-bed {
  min-width: 100px;
  max-width: 120px;
}
.search-bottom-fix .in-rent {
  min-width: 100px;
  max-width: 120px;
}
select.arrow-filled {
  background: #fff url(../img/newhome/dd-n.png) no-repeat 92% center;
  background-size: 15px;
  padding-right: 32px;
}
.line-curve{
  color: var(--bl140);
  position: relative;
  font-weight: 600;
}
.line-curve::before {
  background-image: url(../img/newhome/green-line.png);
}
.top-message-w {
  background: var(--white80);
  min-height: 50px;
  text-align: center;
  width: 100%;
  padding: 15px 0px;
  margin-top: 68px;
}
.search-bottom-fix label {
	font-weight: ;
	font-size: var(--fs12);
}
.property-tool-wrapper {
  width: 100%;
  position: relative;
  min-height: 650px;
  padding-top: 150px;
}
.tool-divv form {
  display: flex;
  margin-top: 40px;
}
.grant-img {
  width: 40%;
  position: absolute;
  bottom: 0px;
  height: 600px;
  object-fit: contain;
  object-position: left bottom;
  z-index: -1;
}

.dream-home-wrapper {
  width: 100%;
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
}
.dh-img {
  height: 700px;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.dream-home-wrapper::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #1f252a;
  opacity: 0.6;
}
.dream-home-wrapper .container {
  position: relative;
  z-index: 3;
  max-width: 700px;
}
.newlb-top span h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 0px;
}

.latest-news-wrapper {
  width: 100%;
  padding-top: 50px;
}
.nc-div {
  position: relative;
  width: 100%;
}

.nc-divin {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
  left: 15px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  padding: 25px;
}

/*Agent Profile Details*/
.ap-ratings {
	padding: 0;
	list-style: none;
	max-width: 400px;
	background: #F1F3F5;
	border-radius: var(--bradius8);
	padding: 10px;
}
.ap-ratings span {
	font-weight: 500;
}
.ap-ratings li {
	display: flex;
	justify-content: space-between;
	padding: 5px;
	border-bottom: 1px solid var(--white60);
}
.ap-ratings li:last-child{
	border-bottom: 0;
}
.ap-ratings li i{
	color: var(--white60);
	margin-right: 2px;
}
.ap-ratings li i.active{
	color: #FFBB00;
}
.contacts-bar {
	background: #F1F3F5;
	padding: 10px;
}
.awards-card {
	text-align: center;
}
.ar-section .owl-item{
	padding: 20px 0;
}
.awards-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	margin-top: 20px;
	position: relative;
	line-height: 1.2;
	min-height: 50px;
}
.awards-title::before {
	position: absolute;
	width: 100px;
	background: var(--white60);
	height: 1px;
	content: '';
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.for-year{
	position: relative;
}
.for-year::before {
	position: absolute;
	width: 100px;
	background: var(--white60);
	height: 1px;
	content: '';
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.awards-card .dim-overlay{
	border-radius: var(--bradius8);
}
.review-form .btn {
	margin: 0 auto;
	min-width: 110px;
}
.review-form textarea.form-control{
	min-height: 100px;
}
.rr-section .ap-ratings{
	background: transparent;
	padding: 0;
}
.overlall-ratings {
	text-align: center;
}
.overlall-ratings .rr-total{
	font-size: 40px;
	color: #303841;
	font-weight: 600;
}
.overlall-ratings i{
	font-size: 25px;
	color: var(--white60);
	margin:  0 2px;
}
.overlall-ratings i.active{
	color: #FFBB00;
}
.arw-item {
	padding-left: 90px;
	position: relative;
	border-top: 1px solid var(--white60);
	padding-top: 20px;
	padding-bottom: 10px;
}
.arw-identity {
	background: var(--bl20);
	height: 50px;
	width: 50px;
	position: absolute;
	border-radius: 50px;
	display: flex;
	text-align: center;
	color: var(--bl140);
	font-weight: 600;
	font-size: 22px;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 20px;
}
.arw-name{
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.arw-rating{
	margin-bottom: 10px;
	font-weight: 600;
	display: block;
}
.asw-comment{
	font-size: var(--fs18);
	color: #414B58;
}
.arw-rating i{
	color: var(--white60);
}
.arw-rating i.active{
	color: #FFBB00;
}
.arw-ratedOn{
	font-weight: 400;
	color: #8090A1;
	font-size: var(--fs12);
	font-family: 'SF Pro Text', sans-serif;
}
.navbar-nav {
  width: 100%;
  justify-content: space-between;
}

li.nav-item {
  align-items: center;
  display: inline-flex;
}

/*Microsite css starts*/
.blk-light {
    color: var(--blk100);
}
.fs-11 {
    font-size: var(--fs12);
}
.fs-13 {
    font-size: var(--fs13);
}
.fs-16 {
    font-size: var(--fs16);
}
.fs-20 {
    font-size: var(--fs20);
}
.fs-24 {
    font-size: var(--fs24);
}
.fs-60 {
    font-size: 60px;
}
.fs-text {
     font-family: 'SF Pro Text';
}
.text-blue {
    color: var(--bl140);
}
.text-red{
    color: #FA887B !important;
}
.text-highlight{
	color: #FFCC00;
}
label{
	font-weight: 500;
	font-family: 'SF Pro Display', sans-serif;
}
input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    background: var(--bl140);
}
.title-lg {
    font-size: 48px;
}
a {
    cursor: pointer;
}
.flex-wrp {
    display: flex;
    justify-content: space-between;
}
.title-md {
    font-size: 40px;
}
.table td, .table th{
	padding: 0.5rem;
}
.divider {
     height: 1px;
     background: var(--blk20);
     width: 100%;
     opacity: 0.5;
}
.bg-pur {
     background: var(--bl20);
}
 .flex-wrp-base {
     display: flex;
     justify-content: space-between;
     position: relative;
}
.h-topA .item > img {
     width: 100%;
     height: auto;
     object-fit: cover;
     min-height: 600px;
     max-height: 700px;
}
.overlay-mc{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f252a+0,1f252a+25,1c1c1e+100&0.2+0,0.5+25,1+100 */
	background: linear-gradient(to bottom,  rgba(31,37,42,0.2) 0%,rgba(31,37,42,0.5) 25%,rgba(28,28,30,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	top:0;
	width: 100%;
	padding: 140px 0 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: auto;
	position: absolute;
	z-index: 2;
	bottom:0;
	left: 0;
	right: 0;
}
 .overlay-mc h2 {
     font-weight: 500;
     font-size: 48px;
     margin: 0;
}
 .overlay-mc h6 {
     font-family: 'SF Pro Text';
     font-style: normal;
     font-weight: 400;
     font-size: 20px;
     text-transform: uppercase;
}
 .owl-mc {
     padding-left: 100px;
}
 .owl-mc .item {
     background: none;
     padding: 0;
}
 .bg-pur {
     background: var(--bl20);
}
 .owl-mc .bbr-item {
     background: var(--white);
     box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
     border-radius: var(--bradius8);
     padding: 16px 60px 16px 16px;
}
 .owl-mc .bbr-item:before {
     content: none;
}
 .owl-mc .item {
     position: relative;
}
 .owl-mc .bbr-item {
     margin-left: 30px;
}
 .bbr-item .abs {
     position: absolute;
     left: -30px;
     z-index: 9999;
     height: 60px;
     width: 60px;
     border-radius: 50%;
     background: var(--bl140);
     border: 4px solid var(--white);
     box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
     display: flex;
     align-items: center;
     justify-content: center;
}
 .bbr-item .abs img {
     width:25px;
}
 .owl-mc .bbr-item label {
     font-weight: 600;
     font-size: 32px;
     color: var(--blk140);
     padding-left: 30px;
     margin-top: 6px;
}
 .btn-theme-lg {
     font-size: 20px;
     display: flex;
     align-items: center;
     padding: 12px 30px;
     box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.24);
     justify-content: center;
}
 .btn-theme-lg img {
     margin-right: 10px;
}
 .wrp-abs {
     width: 223px;
     height: 48px;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
     border-radius: var(--bradius8);
     margin: auto;
     background: #AABAFD;
     margin-top: -85px;
}
 .wrp-abs label {
     margin: 0;
     padding: 0;
}
 .mc-slider {
     margin-top: 70px;
     padding: 44px 0 25px 0;
}
 .blommems .quick-info {
     flex-wrap: nowrap;
}
 .blommems .qi-col {
     width: auto;
}
 .blommems .l-sm-blue {
     font-size: 14px;
}
 .blommems .qi-description {
     font-size: 20px;
}
 .blommems .l-sm-blue, .qi-description {
     width: 380px;
     padding-right: 70px;
}
.blommems .table-wrp {
     left: 0;
}
.blommems .ref-insights {
     position: relative;
}
.quick-info:last-child .qi-col {
     border: none;
}
.blommems .ref-insights::-webkit-scrollbar {
     display: none;
}
.blommems .ref-insights::-webkit-scrollbar-track {
     display: none;
}
.blommems .ref-insights::-webkit-scrollbar-thumb {
     display: none;
}
.nav-micro a {
     color: var(--white120);
}
.nav-micro a.active {
     opacity: 1 ;
     color: rgba(255,255,255,0.5);
}
.nav-micro a.active:before {
     border-bottom: 1px solid var(--white);
     bottom: -3px !important;
}
.btn-round {
     width: 46px;
     height: 46px;
     border-radius: 46px;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0;
}
.btn-round img {
     width: 20px;
     margin: auto;
}
.header-btns .btn {
	font-size: 20px;
	padding: 9px;
	width: 46px;
	height: 46px;
}
.h-topA .btn-wrp {
     display: flex;
}
.btn-hero {
     font-size: 20px;
     width: 250px;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 500 ;
}
.btn-hero img {
     width: 14px !important;
}
#thumbs{
	margin-top: 10px;
}
.btn-lt {
     background: var(--white80);
     border-radius: var(--bradius8);
     color: #414B58;
     font-weight: 600;
}
 .show-mobile {
     display: none;
}
#more {
     display:none;
     transition: .5s ease-in;
}
.blue-bg {
     position: relative;
     background-image: url(../img/bg-blsm.jpg);
     background-size: cover;
     background-repeat: no-repeat;
     z-index: 2;
}
.blsm-form .info {
     padding: 150px 100px 150px 0;
}
.blsm-form .form-wrp {
	padding: 40px;
	border-radius: var(--bradius16);
	border: 2px solid var(--ohblk1);
	background: rgba(58, 58, 60, 0.10);
}
.btn-form {
     display: flex;
     margin-top: 40px;
     flex-wrap: wrap;
}
.btn-form .reca {
	width: 250px;
	height: auto;
}
.btn-form .btn {
     height: 53px;
     max-width: 280px;
     display: flex;
     align-items: center;
     justify-content: center;
}
.lower-text {
     text-transform: capitalize;
}
.upperr-text {
     text-transform: uppercase;
}
.card-lblue .card-header span:after {
     background-image: url(../img/plus-ico.png);
}
.bg-blc {
     background: #1F252A;
}
.prj-it {
     background: var(--white);
     box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.12);
     border-radius: 48px;
}
.prj-it .logo {
     height: 150px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.prj-it .logo img {
	height: 90px;
	object-fit: contain;
}
.prj-it .image {
     height: 300px;
}
.prj-it .image img {
     width: 100%;
     border-radius: 0 0 48px 48px;
     object-fit: cover;
     height: 100%;
}
.bg-gray {
     background: var(--white60);
}
.footer-mc {
     background: #3A3A3C;
     box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
     padding: 30px 0;
     margin-top: auto;
}

.border-r {
     border-right: 1px solid #5D7BFC;
}
 .p-ft {
     padding-left: 30px;
}
 .list-2 {
     margin-left: 70px !important;
}
 .footer-mc .rights {
     color: var(--white80);
     font-size: 20px;
     font-weight: 300;
     margin-top: 20px;
}
 .flex-end-ft {
     display: flex;
     flex-direction: column;
     justify-content: flex-end;
     align-items: flex-end;
}
 .footer-p {
     color: var(--bl20);
     font-weight: 300;
     font-size: var(--fs12);
}
 .table-wraper {
     display: flex;
     border-top: 1px solid var(--white80);
     border-radius: 0 30px 0 0;
     margin-top: 10px;
}
 .t-tl {
     font-weight: 600;
     font-size: 20px;
     white-space: nowrap;
}
 .table-rooms .img-wrp {
     box-shadow: 15px 0px 24px rgba(0, 0, 0, 0.04);
     border-radius: 16px 0px 0px 16px;
     background: var(--bl20);
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
     text-align: center;
     padding: 40px 0;
     width: 400px;
}
 .tb-room thead th {
     border-bottom: 1px solid var(--white60);
     border-top: none;
     padding-top: 0;
}
 .tb-room td {
     border-top: 1px solid var(--white60);
     vertical-align: middle;
}
 .tb-room tr:first-child td {
     border: none;
}
 .w-set {
     width: 200px;
}
 .sq {
     display: flex;
     background: var(--bl20);
     width: 210px;
     height: 70px;
     align-items: center;
     border-radius: var(--bradius8);
}
 .img-sq {
     display: flex;
     justify-content: center;
     align-items: center;
     background: var(--bl20);
     height: 100%;
     width: 75px;
     border-radius: 8px 0 0 8px;
}
 .img-sq .sq-c {
     width: 40px;
     height: 40px;
     border-radius: var(--bradius8);
}
 .img-sq .bg-green {
     background: #96C989;
}
 .sq label {
     padding: 0 10px;
     font-weight: 500;
     font-size: 20px;
     color: var(--blk140);
     line-height: 1.2;
     margin-bottom: 0;
}
 .l-tb {
     font-weight: 600;
     font-size: 20px;
     color: #303841;
     white-space: nowrap;
}
 .l-tb span {
     font-weight: 300;
}
 .l-sm {
     font-family: 'SF Pro Text';
     font-weight: 500;
     font-size: var(--fs16);
     color: var(--blk140);
     white-space: nowrap;
}
 .l-sm span {
     display: block;
}
 .bg-yl {
     background: #FFDD95;
}
 .bg-aq {
     background: #7ACDC7;
}
 .bg-prp {
     background: #CAB2FD;
}
 .table-rooms .table-responsive {
     height: 480px;
     overflow-y: scroll;
     border-right:1px solid var(--white80);
     border-bottom:1px solid var(--white80);
     border-radius: 20px 20px 0 0;
}
 .table-rooms thead {
     position: sticky;
     top: 0;
     background: var(--white);
}
 .table-rooms table {
     border-collapse: separate;
}
 .table-responsive::-webkit-scrollbar {
     width: 6px;
     border-radius: var(--bradius8);
     height: 6px;
}
 .table-responsive::-webkit-scrollbar-track {
     background: var(--bl20);
     border-radius: var(--bradius8);
}
 .table-responsive::-webkit-scrollbar-thumb {
     background: #849BFD;
     border-radius: var(--bradius8);
}
 .table-rooms .content {
     overflow: hidden;
     border-radius: 20px;
}
.text-blk {
     color: var(--blk140);
}
.text-blk-10 {
     color: var(--blk100);
}
.text-blk120{
	color: var(--blk120) !important;
}
.text-ob5{
	color: var(--ohblk5) !important;
}
.text-ob4{
	color:var(--ohblk4) !important;
}
.text-ob2{
	color:var(--ohblk2) !important;
}
.text-ob1{
	color:var(--ohblk1c) !important;
}
.bg-ob1{
	background:var(--ohblk1c) !important;
}
.bg-ob2{
	background:var(--ohblk2) !important;
}
.bg-ob3{
	background: var(--ohblk3) !important;
}
.bg-ob4{
	background: var(--ohblk4) !important;
}
.floor-plan{
	background: #080808;
}
.text-w {
     color: var(--white120);
}
.h-cstm {
     height: 65px;
     display: flex;
     align-items: center;
}
.tabs-plans {
     background: var(--bl20);
}
.tabs-plans li {
     position: relative;
}
.floor-plans .tabs-plans .nav-link {
     padding: 15px 20px;
}
.floor-plans .tabs-plans .nav-link {
     padding: 15px 20px;
     font-family: 'SF Pro Text';
     font-style: normal;
     font-weight: 600;
     font-size: var(--fs16);
     height: 56px;
     color: var(--blk140);
}
 .floor-plans .tabs-plans .nav-link.active {
     background: #5D7BFC !important;
     color: var(--white);
}
 .tabs-plans .nav-link {
     padding: 12px 33px;
     font-family: 'SF Pro Text';
     font-style: normal;
     font-weight: 600;
     font-size: var(--fs16);
     height: 50px;
     color: var(--blk140);
}
 .floor-plans-table h3 {
     color: var(--blk140);
     font-size: 32px;
     font-family: 'SF Pro Text';
     font-weight: 600;
}
.table{
	margin-bottom: 0;
}
.table-br{
	border: 1px solid var(--ohblk3);
	border-radius: var(--bradius16);
	max-height: 600px;
}
.table-fl tr {
    background: var(--white100);;
}
 .table-fl tr, .table-fl th {
     text-align: center;
     vertical-align: middle;
}
 .table thead th {
     vertical-align: middle;
}
 .white-space {
     background: var(--white);
     height: 20px;
}
.table-fl td {
     border:1px solid #d9d9d9;
     vertical-align: middle;
}
.table-fl td.bg-ob1, .table-fl th.bg-ob1{
	border:1px solid var(--ohblk3);
	border-top: none;
	border-left: none;
}
.table-fl th.bg-ob1{
	position: sticky;
	top: 0;
}
.table-fl .tl {
	font-weight: 600;
	font-size: var(--fs12);
	align-items: center;
	text-transform: uppercase;
	text-align: center;
	display: block;
}
 .count {
     font-size: var(--fs16);
     font-weight: 600;
     border: none;
     text-align: center;
     background: transparent;
     text-transform: uppercase;
     width: 190px;
}
.header-tb .tab-bg {
     width: 16px;
     height: 16px;
     display: inline-block;
     margin-right: 3px;
     border-radius: var(--bradius16);
}

.bg-or {
     background: #FF9500;
}
.bg-yl {
     background: #FFD426 !important;
}
.bg-rd {
     background:#FF6482 !important;
}
.bg-bl {
     background:#64D2FF !important;
}
.bg-pl {
     background:#BF5AF2 !important;
}
.bg-br {
     background:#B25000 !important;
}
.bg-gr{
	background: var(--blk20) !important;
}
 .header-tb .tab-bg .divider {
    background: var(--white);
    opacity: .1;
    margin:0 0 3px 0;
    display: block;
}
.header-tb a:hover{
    text-decoration: none;
}
 .show-tb-wp {
     background-image: url(../img/showflat.jpg);
     background-size: cover;
     background-repeat: no-repeat;
     position: relative;
}
 .show-tb-wp:after {
     content: '';
     position: absolute;
     width: 50%;
     height: 100%;
     right: 0;
     bottom: 0;
     background: rgb(255,255,255,.8);
     box-shadow: -24px 0px 48px rgba(0, 0, 0, 0.16);
     z-index: 0;
}
 .show-tb-wp ul, .show-tb-wp .tab-content {
     z-index: 2;
     position: relative;
}
 .shoflat-tb.shoflat-tb .overlay-wrp {
     padding: 33px 40px 46px 26px;
}
 .z-2 {
     position: relative;
     z-index: 2;
}
 .flex-center {
     align-items: center;
}
 .nav-s-flat {
     box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
     border-radius: var(--bradius4);
     height: 50px;
}
 .nav-s-flat li {
}
 .nav-s-flat li a {
     color: #248A3D;
     font-weight: 600;
     font-size: 22px;
     background: var(--white);
     height: 100%;
     display: flex;
     align-items: center;
}
 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
     background: var(--bl20);
     color: var(--bl140);
     font-weight: 600;
     font-size: var(--fs16);
}
 .shoflat-tb .tab-content {
     box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
     border-radius: var(--bradius8);
}
 .shoflat-tb .tab-pane {
     padding: 0;
}
 .dates {
     padding: 0 0 20px 0;
     overflow: scroll;
}
 .dates .d-wrp {
     border-bottom: 1px solid var(--white60);
     padding: 25px 30px;
}
 .dates .d-wrp span {
     font-weight: 400;
     font-size: 20px;
     line-height: 24px;
     color: var(--blk120);
}
 .dates .d-wrp .bold {
     font-weight: 600;
}
 .dates .d-wrp.bg-pur {
     border-radius: var(--bradius8);
     margin: 15px 0 0 0;
}
 .dates .w-set {
     width: 110px;
}

 .small {
     font-weight: 500;
     font-size: 20px;
}
 .devs .dev-text{
     padding: 90px 40px 80px 0;
}

.bg-gal-up .small {
     color: var(--white80);
}
 .more-info-blsm {
     background: var(--bl20);
     padding: 20px;
}
 .more-info-blsm li {
     white-space: nowrap;
}
 .more-info-blsm ul {
     margin: 10px 0;
     padding-left: 30px;
}
 .blommems {
     position: relative;
     overflow: hidden;
}
 .blommems .buttons button {
     background: var(--bl140);
     width: 30px;
     height: 30px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     border: none;
     margin-top: -15px;
     position: relative;
     z-index: 2;
}
 .blommems .buttons button i {
     color: var(--white) !important;
     font-size: 20px;
}
 .blommems .buttons-hr {
     border-top: 1px solid #AABAFD;
     margin-top: -15px;
     position: absolute;
     top: 87px;
     width: 97%;
     z-index: 0;
}
 #outer {
     overflow: hidden;
}
 #left-button {
     background: var(--bl140);
     width: 30px;
     height: 30px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     top: -15px;
     border: none;
     position: absolute;
     z-index: 2;
     right: 15px;
     cursor: pointer;
}
 #right-button {
     background: var(--bl140);
     width: 30px;
     height: 30px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     border: none;
     position: relative;
     z-index: 2;
     position: absolute;
     top: -15px;
     right: 50px;
     cursor: pointer;
}
 #right-button a, #left-button a {
     color: var(--white) !important;
     font-size: var(--fs16);
     text-decoration: none;
}
 #right-button a:focus, #left-button a:focus {
     color: var(--white) !important;
}
 #inner:first-child {
     margin-left: 0;
}
 .hide {
    display: none;
}
.drop-tl {
     color: #F1F3F5;
     font-weight: 500;
     font-size: 24px;
     margin-top: 35px;
}
.v-tour .text {
     width: 65%;
}
.v-tour .dropdown-toggle {
     width: 320px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     height: 70px;
     margin-top: 10px;
     color: var(--blk100);
     font-size: 20px;
     font-weight: 400;
     overflow: hidden;
}
.v-tour .dropdown ul li {
     padding: 10px 0;
     border-bottom: 1px solid rgba(211, 211, 211, .4);
}
.v-tour .dropdown ul li a {
     color: var(--blk140);
     font-family: 'SF Pro Text';
     font-weight: 400;
     font-size: 15px;
     position: relative;
}
.v-tour .dropdown ul li a:focus {
     background: var(--white);
     color: var(--bl140);
}
/*Microsite css ends*/
.navbar {
  padding: 0px;
  align-items: center;
}
body{
  padding-top: 72px;
}

.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(--white20);
    border-radius: 3px;
    
}

.custom-check [type="checkbox"]:checked + label:before{
    border: 1px solid var(--blk100);
    background: var(--blk100);
}
.custom-check [type="checkbox"]:checked + label:after,
.custom-check [type="checkbox"]:not(:checked) + label:after {
    content: '\e95e';
    font-family: icomoon;
    position: absolute;
    left: 4px;
    top: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: var(--white);
    font-weight: 400;
    font-size: var(--fs12);
}
.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: 600;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: var(--white);
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--bl120);
    position: absolute;
    top: 4px;
    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);
}

.cc-style-alpha {
    background: var(--bl20);
    padding: 10px 15px;
    min-height: 70px;
    border-radius: var(--bradius8);
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.cc-style-alpha label{
    font-size: var(--fs18);
    padding-left: 60px !important;
    width: 100%;
    margin-left: 10px;
}
.cc-style-alpha::before {
    position: absolute;
    height: 100%;
    color: ;
    content: '';
    width: 70px;
    background: var(--bl20);
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 8px 0 0 8px;
}
.section-pf1{
    background-image: url(../img/bg-img32843.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}
.overlay {
    background-color: #2961FF;
    opacity: 0.75;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.page-title{
    padding-top: 40px;
    padding-bottom: 20px;
}
.bank-rates{
    text-align: center;
}
.bank-rates img{
    width: 100%;
    max-width: 200px;
    height: 100px;
    object-fit: contain;
}
.w-auto{
    width: auto !important;
}
.sp-number {
    height: 32px;
    width: 32px;
    text-align: center;
    background: var(--bl20);
    display: inline-block;
    border-radius: var(--bradius4);
    padding: 8px;
}
.table-stacked tbody tr{
    position: relative;
    z-index: 0;
}
.table-stacked tbody tr::after {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    right: 0;
    background: var(--bl20);
    bottom: 5px;
    z-index: -1;
    border-radius: var(--bradius4);
}
.table-stacked thead th{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #AABAFD;
}
.table-stacked tbody td{
    border: none;
    vertical-align: middle;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}
.nex-page, .prev-page {
    background: var(--bl140);
    height: 24px;
    width: 24px;
    border: none;
    border-radius: 24px;
    padding: 0;
    color: var(--white);
}
.c-pagination{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nl-overflow, .o-hidden{
    overflow: hidden;
}
.nl-overflow .owl-carousel .owl-stage-outer{
    overflow: visible;
}
.bb-white.blue-bg::before{
    background: var(--white);
}
.form-control.form-control-a{
    background-color: var(--ohblk3);
    border-radius: var(--bradius8);
    border-color: #1C1C1E;
    border-width: 0px;
    padding: .575rem .75rem;
    color: var(--white);
}
.form-control.form-control-b{
	border: 1px solid #48484A;
	background: rgba(28,28,30,0.8);
	color: var(--white);
}
.form-control:hover, .form-control:focus{
	outline: none;
	box-shadow: none;
	border-color: transparent;
}
.img-faded{
    position: relative;
}
.img-faded::after {
    position: absolute;
    content: '';
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(241, 243, 245, 0.51) 48.44%, rgba(255, 255, 255, 0) 100%);;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.bg-left-faded::after {
    position: absolute;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,1+50,1+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.bg-left-gfaded::after{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,f1f3f5+50,f1f3f5+100&0+0,1+50,1+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(241,243,245,1) 50%, rgba(241,243,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(241,243,245,1) 50%,rgba(241,243,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(241,243,245,1) 50%,rgba(241,243,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1f3f5',GradientType=1 ); /* IE6-9 */
}
.bg-right-gfaded::after{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f3f5+0,f1f3f5+50,000000+100&1+0,1+50,0+100 */
	background: -moz-linear-gradient(left,  rgba(241,243,245,1) 0%, rgba(241,243,245,1) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(241,243,245,1) 0%,rgba(241,243,245,1) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(241,243,245,1) 0%,rgba(241,243,245,1) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f3f5', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}
.pr-z3{
	position: relative;
	z-index: 2;
}
.section-rounded{
    border: 1px solid var(--white80);
    border-radius: var(--bradius16);
}
.toggle-fcn{
	position: absolute;
	top: 50%;
	left: 420px;
	background: blue;
	height: 20px;
	width: 20px;
	transform: translate(0,-50%);
	color:var(--white)
	border-radius: 20px;
	z-index: 2;
	text-align: center;
	padding: 1px;
	cursor: pointer;
}
.toggle-fcn.active{
	left: 10px;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	transform: rotate(180deg);
}
.fcn-wrapper.active *{
	display: none;
}
.fcn-wrapper.active{
	width: 0;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	padding: 10px;
}
 .modal-custom h4 {
     font-weight: 600;
     font-size: 32px;
}
 .modal-custom .modal-header {
     padding: 15px 20px 0 20px;
     border-bottom: 1px solid var(--bl40);
}
 .modal-custom .modal-header .btn i {
     color: var(--white20);
     font-size: 20px;
}
 .modal-custom .modal-header .btn:focus {
     box-shadow: none;
}
 .modal-custom .modal-content {
     border-radius: 20px;
}
 .modal-custom .modal-body {
     padding: 0;
}
 .m-form-wrp {
     display: flex;
}
 .m-form-wrp .img-w {
     width: 50%;
}
 .m-form-wrp .img-w img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 0 0 0 20px;
}
 .m-form-wrp .form-w {
     width: 50%;
     padding: 30px 25px;
}
 .m-form-wrp .form-w input[type=text] {
     font-size: 14px;
     height: 52px;
}
 .m-form-wrp .l-sm-blue {
     font-size: var(--fs16);
}
 .m-form-wrp .reca {
     width: 90%;
     margin: auto;
     height: 70px;
     display: flex;
     justify-content: center;
}
.dropdown-wrp{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.divider {
	height: 1px;
	background: var(--blk20);
	width: 100%;
	opacity: 0.5;
}
.overlay-mc ul {
	display: flex;
	width: 100%;
	max-width: 1200px;
	list-style: none;
	margin:0 auto;
	padding: 0;
	justify-content: center;
}
.overlay-mc ul li {
	padding: 0 20px;
	text-align: center;
	font-size: var(--fs18);
	font-weight: 400;
	border-right: 1px solid var(--white);
}
.h-topA ul li:last-child{
	border-right: none;
}
.h-topA h1{
	line-height: 1;
}
.w-connect{
	color: #FC0;
	background: rgba(72, 72, 74, 0.10);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.58);
	border-radius: var(--bradius16);
	padding: 10px 20px;
	border: 2px solid var(--ohblk3);
	padding-left: 60px;
	position: relative;
	display: inline-block;
	float: right;
	overflow: hidden;
}
.w-connect::after {
	position: absolute;
	background: rgba(56, 56, 56, 0.84);
	content: '';
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	z-index: -1;
	border-radius: var(--bradius8);
	filter: blur(16px);
}
.w-connect .icon {
	position: absolute;
	font-size: 35px;
	left: 15px;
	top: 15px;
}
.w-connect:hover, .w-connect:focus{
	color: #FC0;
	text-decoration: none;
}
.val-report{
	padding: 40px;
	border-radius: 32px;
	border:2px solid var(--ohblk2);
	height: 300px;
	padding-bottom: 50px !important;
}
.val-report img{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
.h-topB{
	background-image: url(../img/bg-img324.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 30%;
}
.h-topC{
	background-image: url(../img/bg-img325.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 30%;
}
.table-top td{
	border-color: var(--ohblk3);
	padding: 20px 10px;
}
.table-top th{
	background: var(--ohblk2);
	padding: 18px 10px;
}
.h-table{
	border-radius: var(--bradius8);
}
.topC-explore {
	background-image: url(../img/bg-img326.png);
	padding: 15px;
	border-radius: var(--bradius16);
	background-size: cover;
}
.topD-five{
	background-image: url(../img/bg-img327.png);
	padding: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(--bradius16);
	position: absolute;
	left: 10%;
	right: 10%;
	top: 166px;
}

.h-topD{
	background-image: url(../img/bg-img328.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.h-topD .table td{
	background: #D9D9D9;
	color: var(--blk140);
	border-color: #AEAEB2;
	white-space: nowrap;
}
.hide-t5 p {
	filter: blur(5px);
}
.h-topF{
	background-image: url(../img/bg-img329.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.footer-ul{
	padding-left: 0;
	display: flex;
	flex-direction: row;
	list-style:none;
	flex-wrap: wrap;
}
.footer-ul li{
	border-right: 1px solid #48484A;
	padding-right: 15px;
	margin-right: 15px;
}
.footer-ul a{
	white-space: nowrap;
}
.h-devA .card{
	border:none;
}
#faqTabs{
	display: flex;
	flex-wrap: nowrap;
	overflow: auto;
	padding-bottom: 10px;
}
#faqTabs .nav-link{
	white-space: nowrap;
}
.h-conA{
	background-image: url(../img/bg-img332.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#sendMessage .icon-add {
	font-size: 35px;
	transform: rotate(45deg);
	color: var(--white);
	position: absolute;
	top: -42px;
	left: 0;
	cursor: pointer;
}
#sendMessage .modal-content{
	background:rgba(58, 58, 60, 0.80);
	backdrop-filter: blur(12px);
}

.val-stats {
	background: var(--white);
	border-radius: 32px;
	color: var(--blk140);
	margin-top: -55px;
	padding: 40px;
	padding-top: 60px;
}
.property-build {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 30px;
}
.pb-col {
	padding-right: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid var(--white60);
	background: var(--white);
	margin-right: 5px;
}
.pb-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	background: var(--white100);
	border-radius: 5px 0 0 5px;
	height: 50px;
	width: 40px;
	padding: 6px;
}
.pb-ico-md {
	width: auto;
	border-radius: 5px 0 0 5px;
}
.pb-ico img{
	width: 100% !important;
}
.pb-count {
	font-size: var(--fs18);
	font-weight: 400;
	padding-left: 10px;
}

.map-tip {
	background: var(--ohblk3);
	min-width: 100px;
	max-width: 136px;
	border-radius: var(--bradius8);
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
}
.map-tip small{
	border-bottom: 1px solid var(--ohblk4);
	padding: 5px 15px;
	color: var(--white);
	margin-left: -15px;
	margin-inline: -15px;
}
.map-tip span{
	padding: 5px 0;
	color: var(--white);
}
.map-tip i {
	background: var(--ohblk2);
	height: 20px;
	width: 20px;
	border-radius: var(--bradius4);
	display: inline-block;
	font-size: 15px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	margin-right: 2px;
	color: var(--white);
}
.map-tip::after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--ohblk3);
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.leaflet-popup-content-wrapper, .leaflet-popup-content-wrapper, .leaflet-popup-tip{
	background: var(--ohblk3) !important;
}
.leaflet-popup-content {
  margin: 10px 15px !important;
}
#mapdiv {
	border-radius: var(--bradius16);
}
.fp-list{
	list-style: none;
	display: flex;
	padding-left: 0;
	flex-wrap: wrap;
}
.fp-list li{
	position: relative;
	padding-right: 30px;
}

.fp-list li:after{
	content: '';
	height: 14px;
	width: 1px;
	position: absolute;
	right: 13px;
  	top: 4px;
	background:var(--bl80);
}
.fp-list li:last-child:after{
	content: none;
}
.fpv-header{
	position: relative;
	padding-left: 40px;
}
.fpv-header .icon-angle-left{
	background: var(--white);
	width: 26px;
	height: 26px;
	color: #000;
	border-radius: var(--bradius4);
	padding: 4px;
	position: absolute;
	left: 0;
	top: 0;
}
.no-psf-data{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.no-psf-title{
	position: absolute;
	text-align: center;
}
.footer-logo{
	display: inline-block;
}
.footer-logo img{
	width: 120px;
}
.custom-tooltip-box {
	background: #849BFD !important;
	color: #fff !important;
	border: none !important;
	font-weight: 600 !important;
	padding: 4px !important;
	text-align: center;
}
.custom-tooltip-box{
	padding: 2px;
}
.custom-tooltip-box span:last-child{
	background: var(--bl20);
	color: var(--blk140);
	border-radius: var(--bradius4);
	display: block;
	margin-top: 3px;
	padding: 0px 5px;
}
.error-alert{
	font-style: italic;
	color: #FF3B30;
}
.form-group{
	margin-bottom: 24px;
}
.progress-bar-alt{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white);
  text-align: center;
  transition: width .6s ease;
  white-space: nowrap;
}
.progress-bar{
	white-space: nowrap;
}
.progress-theme .progress-bar-alt{
	color: var(--bl120);
}
.progress-success .progress-bar-alt{
	color: #248A3D;
}
#gallerySlide .owl-item img{
	border-radius: var(--bradius16);
	height: 600px;
  	object-fit: cover;
  	object-position: center;
}
#thumbs .owl-item img {
	border-radius: var(--bradius8);
	height: 150px;
	object-fit: cover;
	object-position: center;
}
#thumbs .owl-nav button.owl-prev {
	background-color: rgba(0,0,0,0.5);
	width: 30px;
	height: 30px;
	background-size: 10px;
	border-radius: var(--bradius8);
	left: 10px;
	top: -10px;
}
#thumbs .owl-nav button.owl-next {
	background-color: rgba(0,0,0,0.5);
	width: 30px;
	height: 30px;
	background-size: 10px;
	border-radius: var(--bradius8);
	right: 10px;
	top: -10px;
}
.tag-info{
	background: var(--white100);
	font-weight: 400;
	color: var(--blk120);
	border-radius: var(--bradius8);
	padding: 8px 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.h-devA img {
	max-height: 500px;
	object-fit: cover;
}
.g-recaptcha{
	transform: scale(0.7);
	transform-origin: top right;
}
:root {
  --btn-bg: transparent;
  --shine-degree: 120deg;
  --shine-color: rgba(255, 255, 255, 0.5);
  --shine-effect: linear-gradient(
    var(--shine-degree),
    transparent,
    var(--shine-color),
    transparent
  );
  --shine-transition: all 0.65s ease-in-out;
}
.w-connect::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--shine-effect);
}
.w-connect::before {
  left: -100%;
  transition: var(--shine-transition);
}
.w-connect:hover::before {
  left: 100%;
}
.h-topA .item > img{
  animation: shrink 120s infinite alternate;
}
@keyframes shrink {
  0% {
    transform: scale(1);  }
  100% {
    transform: scale(2);
  }
}
.sfp-section a {
	display: block;
	height: calc(100% - 15px);
}
.sfp-section a img{
	height: 100%;
  	object-fit: cover;
  	width: 100%;
}
.faq-wrap{
	max-width: 910px;
	margin: 0 auto;
}
.backToTopBtn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  height: 50px;
  width: 50px;
  font-size: 20px;
  border: none;
  background: var(--white);
  color: var(--ohblk3);
  border-radius: 100%;
  transition: 0.5s ;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 10px rgba(255,255,255,0.2);
}
.backToTopBtn:not(:hover) {
  background: var(--white);
}
.backToTopBtn:hover, .backToTopBtn:focus{
  background: var(--white);
  color: var(--ohblk3);
  outline: none;
  box-shadow: 0px 3px 10px rgba(255,255,255,0.2);
}
.backToTopBtn.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.backToTopBtn:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.backToTopBtn span {
	transform: rotate(-90deg);
	transform-origin: center;
	display: inline-block;
}
.table .bg-ob4 td{
	border-top:1px solid var(--ohblk3);
}
.mh-auto{
	max-height: initial !important;
}
.h-table td {
	vertical-align: middle;
}
#big {
	max-width: 1410px;
	margin: 0 auto;
	margin-top: -72px;
	overflow: hidden;
}
.border-md-right{
	border-right: 1px solid rgba(255,255,255,0.2);
}
.header .dropdown-menu{
	background: rgba(28, 28, 30, 0.6);
	border-radius: 0 0 8px 8px;
	margin-top: 0;
	padding: 0;
	box-shadow: 0px 9px 11px 2px rgba(0,0,0,0.2);
	left: auto;
	right: 0;
}
.header.sticked .dropdown-menu{
	background: rgba(28, 28, 30, 1);
}
.header .dropdown-menu .dropdown-item {
	padding: 10px 15px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.header .dropdown-item:focus, .header .dropdown-item:hover{
 	background: transparent;
}
.table-pt th{
	text-transform: uppercase;
}
.cookie-policy{
    z-index:4;
    position:fixed;
    padding:20px;
    right:20px;
    border-radius:16px;
    left:20px;
    width:100%;
    max-width:400px;
    bottom:60px;
    backdrop-filter:blur(2px);
    background:rgba(209, 217, 254, 0.9);
}
.modal-xl {
	max-width: 1000px;
}
.card-shadow{
	background: #FFFFFF;
  	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  	-webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width:1500px){
	.container{
		max-width: 1440px;
	}
}
@media screen and (max-width:1500px){
	.t-h6{
		font-size: var(--fs16);
	}
	.t-h4{
		font-size: 20px;
	}
	.val-stats .tabs-solid .nav-link{
		padding-left: 10px;
		padding-right: 10px;
	}
	.blue-bg ul li{
		font-size: var(--fs16);
	}
	.form-control{
		height: 48px;
	}
	.l-sm{
		font-size: 14px;
	}
	.l-tb, .t-tl, .sq label{
		font-size: var(--fs16);
	}
	.accordion-faq .card{
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.owl-carousel .owl-nav button.owl-prev{
		left: 20px;
	}
	.owl-carousel .owl-nav button.owl-next{
		right: 20px;
	}
	.agent-contacts .btn{
		width: auto;
	}
	.lp-info .pb-ico {
		height: 28px;
		width: 28px;
		padding: 6px;
	}
	.lp-info .pb-count {
		font-size: var(--fs16);
	}
	.lp-info .pb-col {
		padding-right: 10px;
	}
	.lp-info{
		padding-left: 15px;
		padding-right: 15px;
	}
	.lp-name{
		font-size: var(--fs18);
	}
	.btn-lg {
	  font-size: 20px;
	}
	.agent-dark-img {
		width: 100px;
	}
	.agent-dark-info {
		width: calc(100% - 100px);
	}
	.search-bottom-fix .in-bed {
		min-width: 60px;
		max-width: 75px;
	}
    .cc-style-alpha {
        min-height: 50px;
    }
    .cc-style-alpha label{
        font-size: var(--fs16);
        padding-left: 50px !important;
        margin-left: 0;
    }
    .cc-style-alpha::before {
        width: 50px;
    }

    /*MS CSS*/
    .header .logo img {
         width: 102px;
    }
    /*MS CSS*/
    .header .px-3{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

}
@media screen and (max-width:1366px){
	body{
		line-height: 1.3;
	}
	.t-h1, h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 35px;
	}
	h3 {
		font-size: 27px;
	}
	h4 {
		font-size: 22px;
	}
	.t-h5, h5 {
		font-size: 20px;
	}
    .fs-20 {
        font-size: var(--fs16);
    }
	.cp-item{
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.cp-item span{
		font-size: var(--fs16);
	}
	.slider-type-2 .new-l-div > img {
		object-fit: cover;
		height: 400px;
	}
	.newlb-top, .newlb-bottom{
		padding-left: 15px;
		padding-right: 15px;
	}
	.bbr-item{
		font-size: var(--fs18);
	}
	.form-control{
		height: 43px;
		font-size: 14px;
	}
	select.form-control{
		height: 43px !important;
	}
	.pb-count, .qi-description{
		font-size: var(--fs18);
	}
	.lp-info{
		padding-left: 15px;
		padding-right: 15px;
	}
	.cp-facSlider .item{
		padding: 40px 30px;
	}
	.bbr-list-ico img {
		left: -15px;
		width: 22px;
		top: 16px;
	}

    /*MS CSS*/
     .v-tour .dropdown-toggle {
         height: 60px;
    }
     .drop-tl {
         font-size: 20px;
    }
     .small {
         font-weight: 500;
         font-size: var(--fs18);
    }
     .h-cstm {
         height: 50px;
    }
     .sq {
         width: 241px;
         height: 65px;
    }
     .table-rooms .table-responsive {
         height: 462px;
    }
     .sq label {
         font-size: var(--fs16);
    }
     .l-tb, .t-tl {
         font-size: var(--fs18);
    }
     .l-sm {
         font-size: 14px;
    }
     .table-rooms .img-wrp {
         width: 340px;
    }
     .btn-form .btn, .btn-form .reca {
         height: 53px;
    }
     .blue-bg ul li {
         font-size: var(--fs18);
    }
     .overlay-mc h2 {
         font-size: 40px;
    }
     .overlay-mc h6 {
         font-size: var(--fs16);
    }
     .owl-mc .bbr-item label {
         font-size: 26px;
    }
     .bbr-item .abs {
         height: 50px;
         width: 50px 
    }
     .bbr-item .abs img {
         width: 22px;
    }
     .owl-mc .bbr-item {
         padding: 12px 60px 12px 16px;
    }
    .title-md {
         font-size: 26px;
    }
    .title-lg {
         font-size: 32px;
    }
    .btn-lg {
        font-size: var(--fs18);
        padding: 12px 25px;
    }
     .btn-theme-lg {
         font-size: var(--fs18);
         padding: 14px 23px;
    }
    .btn-theme-lg img {
         width: 21px;
    }
    .blommems .fs-20 {
         font-size: var(--fs18);
    }
    .wrp-abs {
         margin-top: -55px;
    }
    .header .header-btns {
        align-items: center;
    }
    
    .tabs-plans .nav-link {
         padding: 14px 15px;
    }

    .floor-plans-table h3 {
         font-size: 30px;
    }
    .header .navbar a{
        text-transform: capitalize;
    }
    .list-2 {
        margin-left: 30px !important;
    }
    /*MS CSS*/
    .v-tour .dropdown-toggle{
        font-size: var(--fs16);
        height: auto;
    }
    .btn-round{
    	height: 40px;
    	width: 40px;
    }
    .btn-sm {
		font-size: 14px;
		padding: 8px 10px;
	}
	.blsm-form .info{
		padding-right: 50px;
	}
	.prj-it .logo {
		height: 100px;
	}
	.prj-it .logo img{
		height: 70px;
	}
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

@media screen and (max-width: 1199px) {
    .header .navbar {
	    position: fixed;
	    top: 0;
	    right: -100%;
	    width: 100%;
	    max-width: 400px;
	    border-left: 1px solid #666;
	    bottom: 0;
	    transition:.8s;
	    z-index: 9997;
	    height: 100%;
	    transition: .5s all;
	}
	.header .mobile-nav-show{
	    display: block;
	    margin-left: 15px;
	}
	   
	.header .navbar ul {
	    position: absolute;
	    inset: 0;
	    padding: 50px 0 10px 0;
	    margin: 0;
	    background: rgba(0, 0, 0, 0.9);
	    overflow-y: auto;
	    transition: 0.5s;
	    z-index: 9998;
	}

	.navbar a,
	.navbar a:focus {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    padding: 15px 20px;
	    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	    font-size: var(--fs18);
	    font-weight: 500;
	    color: var(--white);
	    white-space: nowrap;
	    transition: 0.3s;
	}

	.navbar a i,
	.navbar a:focus i {
	    font-size: var(--fs12);
	    line-height: 0;
	    margin-left: 5px;
	}

	.navbar a:hover,
	.navbar li:hover>a {
	    color: var(--white);
	    opacity: .8;
	}

	.header .navbar .active,
	.header .navbar .active:focus {
	    color: rgba(255,255,255,0.5);
	}

	.navbar .dropdown ul,
	.navbar .dropdown .dropdown ul {
	    position: static;
	    display: none;
	    padding: 10px 0;
	    margin: 10px 20px;
	    transition: all 0.5s ease-in-out;
	    border: 1px solid #eee;
	}

	.navbar .dropdown>.dropdown-active,
	.navbar .dropdown .dropdown>.dropdown-active {
	    display: block;
	}

	.mobile-nav-show {
	    color: var(--color-secondary);
	    font-size: var(--fs26);
	    cursor: pointer;
	    line-height: 0;
	    transition: 0.5s;
	    z-index: 9999;
	    margin: 0 10px 0 20px;
	}

	.mobile-nav-hide {
	    color: var(--color-secondary);
	    font-size: 32px;
	    cursor: pointer;
	    line-height: 0;
	    transition: 0.5s;
	    position: fixed;
	    right: 20px;
	    top: 27px;
	    z-index: 9999;
	}

	.mobile-nav-active {
	    overflow: hidden;
	}

	.mobile-nav-active .navbar {
	    right: 0;
	}

	.mobile-nav-active .navbar:before {
	    content: "";
	    position: fixed;
	    inset: 0;
	    background: rgba(0, 0, 0, 0.8);
	    z-index:1;
	    transition: .5s;
	}
	.section {
	  padding: 30px 0px;
  	}
  	.container{
		max-width: 1170px;
		width: 100%;
	}
  	.cp-facSlider .item{
  		padding: 30px;
  	}
  	.pb-count, .qi-description {
		font-size: var(--fs16);
	}
	.lp-info .property-build {
		justify-content: flex-start;
	}
	.lp-info .pb-col {
		padding-right: 10px;
		padding-left: 0px;
		margin-bottom: 0px;
		margin-top: 5px;
	}
	.card{
		padding: 15px;
	}
	.agent-contacts{
		opacity: 1;
		background: linear-gradient(180deg, rgba(27, 32, 37, 0) 0%, rgba(27, 32, 37, 0) 39.06%, rgba(27, 32, 37, 0.3) 76.56%, #1B2025C4 100%);
	}
	.firstactiveitem .agent-contacts, .lastactiveitem .agent-contacts{
		opacity: 0;
	}
	.agent-card img{
		height: 65px;
		width: 65px;
	}
	.agent-card.card{
		padding-left: 100px;
	}
	.agent-card img{
		left: 15px;
		top: 15px;
	}
	.tool-divv {
		background: rgba(255,255,255,0.8);
		padding: 10% 20px;
	}
	.property-tool-wrapper{
		height: auto;
		padding-top: 0;
		min-height: initial;
	}
	.btn-icon.btn img{
		width: 36px;
	}
	.btn.btn-icon{
		padding-left: 60px;
	}
	.top-message-w{
		margin-top: 49px;
	}

    /*MS CSS*/
    .dates .d-wrp span {
         font-size: var(--fs16);
    }
     .h-cstm {
         height: 46px;
    }
     .section-top {
         margin-top: 30px !important;
    }
    /*MS CSS ENDS*/
    .header .dropdown-menu{
    	position: relative;
    	width: 100%;
    }
    .header .dropdown-menu .dropdown-item{
    	padding: 15px;
    }

}
@media screen and (max-width:991px){
	.form-control-lg {
		height: 48px !important;
	}
	.nav-tabs .nav-link {
	  font-size: 14px;
	}
	.tabs-solid .nav-item::before {
		top: 3px;
		height: 28px;
	}
	.input-group-c .input-group-text{
		width: 48px;
		height: 48px;
	}
	.accordion-faq{
		padding-top: 20px;
	}
	.dir-search .btn-secondary{
		height: 48px;
	}
	.dir-search {
		flex-direction: column;
	}
	.dir-search .ds-col, .dir-search .ds-col{
		width: 100%;
		margin-bottom: 10px;
	}
   
	.ds-right .form-control:first-child{
		margin-left: 0;
	}
	.dir-search {
		padding: 0px 0 20px 0;
	}
	.lp-name {
		flex-direction: column;
		align-items: flex-start;
	}
	.lp-name small{
		margin-left: 0;
	}
	.pb-count, .qi-description{
		font-size: 14px;
	}
	.bbr-item {
		font-size: var(--fs16);
		margin-bottom: 10px;
		padding-right: 15px;
	}
	.bbr-list-ico img{
		top: 14px;
	}
	.fs-xl{
		font-size: 48px;
	}
	.search-bottom-fix form ul{
		flex-wrap: wrap;
	}
	.search-bottom-fix ul li{
		margin-right: 0;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.search-bottom-fix ul .in-price, .search-bottom-fix .in-type{
		min-width: inherit;
		max-width: inherit;
		width: 25%;
	}
	.search-bottom-fix ul .in-rent, .search-bottom-fix ul .in-bed{
		min-width: inherit;
		max-width: inherit;
		width: 16.66%;
	}
	.search-bottom-fix label {
		margin-bottom: 5px;
	}
	.search-bottom-fix{
		padding: 30px 0;
	}

    /*MS CSS Starts*/
    .drop-tl {
         margin-top: 24px;
    }
     .v-tour .dropdown ul {
         width: auto;
    }
     .v-tour .text {
         width: 100%;
    }
     .bg-gal-up:before {
         background:rgb(0,0,0,.7) !important;
    }
     .devs .dev-text {
         padding: 50px 0 50px 0;
    }
     .table-wraper {
         flex-direction: column;
    }
     .nav-s-flat {
         height: 44px;
         margin-top: 10px;
    }
     .show-tb-wp:after {
         width: 100%;
    }
     .blommems .l-sm-blue, .qi-description {
         width: 270px;
         padding-right: 42px;
    }
     .blommems .qi-description {
         font-size: var(--fs18);
    }
     .table-rooms .img-wrp {
         width: 100%;
         border-radius: var(--bradius16);
         padding: 20px 0;
    }
     .table-rooms .img-wrp img {
         width: 35%;
    }
     .table-wraper {
         border-radius: 0;
    }
     .table-rooms .table-responsive {
         height: 100%;
         overflow-y: auto;
    }
     .table-rooms .content {
         border:1px solid #E6E9EC;
         margin-top: 20px;
    }
     .table-wraper .btn {
         font-size: var(--fs16);
    }
     .flex-end-ft {
         align-items: flex-start;
         padding-top: 20px;
    }
     .btn-form {
         margin-top: 30px;
    }
     .blsm-form .info {
         padding: 30px 0 50px 0;
    }
     .blue-bg:after {
         height: 35%;
         width: 100%;
    }
     .blue-bg:before {
         height: 65%;
         width: 100%;
    }
     .blue-bg ul li {
         font-size: 14px;
		margin-bottom: 5px;
    }
     .flex-col-md {
         display: block;
    }
     .btn-theme-lg {
         font-size: var(--fs18);
         padding: 11px 18px;
    }
     .title-md {
         font-size: 30px;
    }
     .nav-s-flat {
         width: fit-content;
    }
    /*MS CSS ENDS*/
    .topC-explore, .topD-five{
    	text-align: center;
    }
    .overlay-mc ul li{
    	padding: 0 5px;
    	font-size: var(--fs16);
    }
    .topD-five{
    	left: 20px;
    	right: 20px;
    }
    .footer-logo{
    	margin-bottom: 20px;
    }
    .border-md-right{
    	border: none;
    }

}
@media screen and (max-width:768px){
	.cp-facSlider .item{
		padding: 15px;
	}
	.insight-table table td{
		padding-left: 10px;
	}
	.insight-table table td:first-child{
		text-align: left;
	}
	.insight-table .nav-pills .nav-link{
		padding: 10px 15px;	
	}
	.insight-table .nav-pills{
		border-right: none;
	}
	.slider-type-2 .new-l-div > img{
		height: auto;
	}
	.slider-type-2 .owl-nav{
		max-width: 1440px;
		position: relative;
		top: 0;
		transform: translate(-50%,0);
		background: #1b2025;
		height: auto;
	}
	.ref-insights .tabs-solid {
		margin-bottom: 15px;
	}
	header .navbar-collapse{
		background: #333;
	}
	.top-home-main{
		flex-wrap: wrap;
	}
	.tool-divv{
		position: absolute;
		right: 20px;
		left: 20px;
		max-width: 600px;
	}
	.search-bottom-fix ul .in-price, .search-bottom-fix .in-type{
		width: 50%;
	}
	.search-bottom-fix ul .in-rent, .search-bottom-fix ul .in-bed{
		width: 33.33%;
	}
	.grant-img {
		height: auto;
		min-height: 400px;
		object-position: bottom;
		width: 100%;
		position: relative;
	}
	.dark-arrows .owl-nav button.owl-prev, .dark-arrows .owl-nav button.owl-next{
		background-size: 12px;
	}
	.foot-bottom{
		border-top: none;
	}
	.site-footer .foot-bottom ul{
		max-height: initial;
	}
	.foot-last .row{
		flex-direction: column-reverse;
	}
	.countries-flag, .social-list{
		justify-content: center;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.foot-last .fl-left {
		display: flex;
		flex-direction: column-reverse;
	}
	.foot-last .fl-left p{
		margin-bottom: 10px;
	}
	.fb-li > p {
		margin-bottom: 10px;
		margin-top: 10px;
		cursor: pointer;
	}
	.fb-li > ul{
		margin-bottom: 10px;
	}
	.fb-li{
		padding-left: 0;
		padding-right: 0;
	}
	.foot-bottom{
		margin: 0;
	}
	.foot-bottom .fb-li ul li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.overlall-ratings .rr-total {
		font-size: 32px;
	}
	.overlall-ratings i {
		font-size: 22px;
	}
	.title-link{
		float: none;
		display: block;
	}

    /*MS CSS*/
     .shoflat-tb.shoflat-tb .overlay-wrp {
         padding: 24px 10px 46px 10px;
    }
     .dates .w-set {
         width: auto;
    }
     .dates .d-wrp span {
         margin-right: 10px;
         white-space: nowrap;
         width: 33%;
    }
     .overlay-wrp .fs-24 {
         font-size: 20px;
    }
     .nav-s-flat li a {
         font-size: var(--fs18);
    }
     .dates .d-wrp span {
         font-size: var(--fs16);
    }
     .dates .d-wrp {
         padding: 20px 30px;
    }
     .shoflat-tb p {
         font-size: var(--fs18);
    }
     .overlay-wrp .fs-24 {
         font-size: var(--fs18);
    }
     .title-md {
         font-size: 26px;
    }
     .p-ft {
         padding-left: 0;
         margin-top: 10px;
    }
     .border-r {
         border-right:none;
    }
     .title-lg {
         font-size: 30px;
    }
/*     .btn-form {
         flex-direction: column;
         justify-content: center;
         align-items: center;
    }*/
     .show-mobile {
         display: flex;
    }
     .hide-mobile {
         display: none;
    }
     .overlay-mc h2 {
         font-size: 30px;
    }
     .btn-hero {
         font-size: var(--fs16);
         width: 174px;
    }
     .overlay-mc h6 {
         font-size: 14px;
    }
     .owl-mc .bbr-item label {
         font-size: 22px;
    }
     .owl-mc {
         padding-left: 0;
    }
    /*MS CSS ENDS*/
    .title-lg {
        font-size: var(--fs26);
    }
    .btn-lg {
        padding: 10px 20px;
        font-size: var(--fs16);
    }
    .w-connect{
    	float: none;
    }
    .overlay-mc ul{
    	flex-wrap: wrap;
    }
    .h-topA ul li:last-child{
    	border-right:1px solid #8E8E93;
    }
    .val-report, .val-stats{
    	height: auto;
    	padding: 20px;
    }
    .tabs-rounded.nav-tabs .nav-link{
    	padding: 10px 15px;
    	margin-right: 5px;
    }
    .blsm-form .form-wrp{
    	padding: 20px;
    }
    .footer-ul li{
    	width: 33.33%;
    	margin-right: 0;
    	margin-top: 5px;
    	margin-bottom: 5px;
    	padding-right: 10px;
    	border-right: none;
    	opacity: 0.8;
    }
    .topD-five{
    	top: 50px !important;
    	max-width: 420px;
  		margin: 0 auto;
    }
    .topD-five h5 {
		font-size: var(--fs16);
		line-height: ;
	}
	.topD-five .btn {
		padding: 7px 10px;
		font-size: 14px;
		display: inline-flex;
		align-items: center;
	}
	.topD-five .btn span{
		font-size: var(--fs18);
	}
	.bank-rates{
		border: 1px solid var(--white100);
		border-radius: var(--bradius8);
	}
}
@media screen and (max-width:576px){
	body{
		font-size: 14px;
	}
	.t-h1, h1 {
		font-size: 34px;
	}
	.t-h2, h2 {
		font-size: 30px;
	}
	.t-h3, h3 {
		font-size: 24px;
	}
	.t-h4, h4 {
		font-size: 20px;
	}
	.t-h4.small{
		font-size: var(--fs18);
	}
	.t-h5, h5 {
		font-size: var(--fs18);
	}
	.t-h6, h6 {
		font-size: var(--fs16);
	}
	.pb-count, .qi-description {
		font-size: 14px;
	}
	.property-build{
		margin-top: 20px;
	}
	.l-sm-blue{
		font-size: 11px;
	}
	.qi-col{
		padding: 15px 0;
	}
	.lastactiveitem .dim-overlay, .firstactiveitem .dim-overlay{
		display: none;
	}
	.lastactiveitem .agent-info, .firstactiveitem .agent-info, .lastactiveitem .lp-info, .firstactiveitem .lp-info{
		opacity: 1;
	}
	.lp-info .row{
		flex-wrap: nowrap;
	}
	.lp-info .property-build {
		justify-content: flex-end;
	}
	.firstactiveitem .agent-contacts, .lastactiveitem .agent-contacts{
		opacity: 1;
	}
	.card{
		padding: 15px;
	}
	.newl-bottom{
		position: relative;
		float: none;
	}
	.newlb-bottom{
		float: none;
	}
	.newl-bottom{
		background: #f5f5f5;
	}
	.newlb-top h3, .newlb-bottom p{
		width: 100%;
	}
	.newlb-top, .newlb-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
	.newlb-top span, .newlb-bottom span{
		width: 100%;
		text-align: left;
	}
	.newl-bottom.newl-light {
		background: #1b2025;
	}
	.slider-type-2 .new-l-div > img{
		height: auto;
	}
	.owl-carousel .owl-nav button span{
		font-size: 40px;
	}
	.bbr-item {
		font-size: 14px;
		padding: 10px 10px 10px 15px;
	}
	.bbr-list-ico li{
		margin-right: 30px;
	}
	.bbr-item::before {
		height: 33px;
		width: 33px;
		padding: 4px;
		border: 2px solid var(--white);
		left: -22px;
	}
	.bbr-list-ico img {
		top: 10px;
		left: -14px;
		width: 18px;
	}
	.progress{
		height: 30px;
	}
	.tool-divv form{
		flex-direction: column;
	}
	.fs-xl {
		font-size: 40px;
	}
	.top-home-main p span::before {	
		top: 15px;
		background-size: 116px;
		background-position: center;
	}
	.foot-top{
		padding-top: 0;
	}
	.ap-ratings{
		max-width: 100%;
	}
	.asw-comment {
		font-size: 14px;
	}
	.arw-item{
		padding-left: 50px;
	}
	.arw-identity {
		height: 36px;
		width: 36px;
		font-size: 14px;
	}
    /*MS CSS*/

    .bbr-item .abs img {
         width: 18px;
    }
    .bbr-item .abs {
         width: 40px;
         height: 40px;
    }
    .h-topA .btn-wrp {
         flex-direction: column;
    }
    .dates .d-wrp {
         width: 400px;
    }
    /*MS CSS ENDS*/
	.btn-round{
		height: 35px;
		width: 35px;
	}
	.header-btns .btn img {
		width: 15px;
	}
	.prj-it .image {
		height: 200px;
	}
	.table-top th{
		padding: 15px 10px;
  		font-size: var(--fs12);
	}
	.table-top td {
		border-color: #48484A;
		padding: 10px 10px;
		font-size: var(--fs12);
	}
	.topC-explore p, .topD-five p{
		font-size: var(--fs16);
	}
	#mapdiv {
		height: 400px !important;
	}
	.backToTopBtn {
		right: 20px;
	}
	.table-pt th{
		text-transform: capitalize;
	}
	.h-topD .table td, .h-topD .table th{
		font-size: 13px !important;
	}
	.cookie-policy{
        width:90%;
        right:20px;
    }
	
}
@media screen and (max-width:480px){
	.cp-facSlider .item {
		padding: 10px;
	}
	.tab-transparent.nav-tabs .nav-link{
		min-width: 60px;
	}
	.title-link{
		font-size: 14px;
	}
	.bbr-item{
		flex-direction: column;
		align-items: flex-start;
	}
	.bbr-item small{
		margin-left: 0;
	}
	.lp-listings .title-link, .nl-new .title-link{
		display: block;
		float: none;
	}
	.dir-search .ds-right {
		flex-direction: column;
	}
	.dir-search .btn-theme, .ds-right .form-control{
		margin-left: 0;
		margin-bottom: 10px;
	}
	.section h2{
		margin-bottom: 15px;
	}
/*	.fs-xl {
		font-size: 33px;
	}*/
	.ap-ratings li{
		padding-left: 0;
		padding-right: 0;
	}
	.footer-ul li{
		width: 50%;
	}
	.g-recaptcha {
	  transform: scale(0.8);
	}
	.w-connect .icon{
		font-size: 30px;
	}
	.tabs-solid .nav-item::before{
		content: none;
	}
	.tabs-solid-theme .nav-item{
		padding-right: 5px;
	}
}



