/**Common css**/
/*scrollbar theme*/
::-webkit-scrollbar {  width: 8px;}
::-webkit-scrollbar-track {  background: #e8e8e8;}
::-webkit-scrollbar-thumb {  background: #f85359;}
::-webkit-scrollbar-thumb:hover {  background: #e2494f;}
* {
	-webkit-font-smoothing: antialiased;
	-moz-os-font-smoothing: grayscale;
	box-sizing: border-box;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 0;
	margin: 0
}
body {
	font-family: 'Assistant', sans-serif;	
	color:#0a2233;
	font-weight: 400;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6{	font-family: 'Merriweather', serif;	 font-weight:900;}
h1,h2,h3,h4,h5,h6,p,ul {	margin: 0;	padding:0;}
p{  font-size: 16px;
    font-weight: 400;
   line-height: 1.5;
letter-spacing: .1px;}

ul{list-style:none;}
a:hover { text-decoration: none;}
button:focus {outline: none!important}
.padbtm0{padding-bottom:0 !important;} .mt45{margin-top: 45px;}.mt15{margin-top: 15px;}
.pad-tb { padding-top: 90px;    padding-bottom: 90px;}
.common-heading{padding: 0;    text-align: center;}
.common-heading h2{
	font-weight: 800;
	font-size: 34px;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.common-heading p{
	font-size: 16px;
	margin-bottom: 10px;
}
.v-center{align-self: center;}
/**2.Header**/
.navbar-toggler {  background-color: #fff;   border: 1px solid #fff;  }
.top-header  .sticky{  
	background: #fff; 
	-webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);}
.top-header .nav-link:hover {    color: #f85359 !important;}
.top-header .nav-link:hover  .nav-number{    color: #f85359 !important;}
.top-header .nav-link {
    font-weight: 600;
    font-size: 17px;
    color: #0a2233 !important;    
}
.top-header .nav-link.active {    color: #f85359 !important;}
.top-header .nav-link.active:after {
	transition: all 0.2s linear 0s;
	background: #f85359;
width: 90%;}
.top-header .nav-link:after {
	content: '';
	display: block;
	height: 2px;
	text-align: center;
	left: 0;
	right: 0;
	width: 0;
	float: none;
	background: #f85359;
	transition: width 0.4s ease, background-color 0.4s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	margin: 0px auto 0;
	position: relative;
	bottom: -4px;
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;	
	padding-top: 0;
	padding-bottom: 0;
	height: 70px;
}
.brand-logo a{display: block;  }
.header-right ul li:after {
	content: "";
	position: absolute;
	border-right: 1px solid #eee;
	height: 30px;
	right: -12px;
	top: 10px;
}
.header-right ul li:last-child:after {
	content: "";
	position: absolute;
	border-right: 0px solid #eee;
}
/**3.Hero section**/
.hero-section {
	position: relative;
    overflow: hidden;
    background: url(../images/hero-bg.png) #fff;
    padding-top: 170px;
    padding-bottom: 170px;
    background-repeat: no-repeat;
    background-position: bottom center;   
    background-size: cover;
}
.header-heading{ margin: 0px 50px 0 0;}
.header-heading h1{
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3;
	margin-bottom: 25px;
}
.header-heading p{
	font-size: 24px;
    line-height: 1.5;
    margin-bottom: 35px;
    font-weight: 500;
}
.single-image .item{
	border-radius: 6px 6px 6px 50px;
	overflow: hidden;
}
.owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: #f85359;
	transform: translate3d(0px, -50%, 0px) scale(0.7);
	transition: all 250ms ease-out 0s;
}
.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 20px 0 0 0;
	position: absolute;
	transition: all 250ms ease-out 0s;
}
.owl-carousel .owl-dots .owl-dot{	display: inline-block;}
.owl-carousel .owl-dots .owl-dot span {
	background: #f85359;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}

/**4.Apartments list**/
.project-card-:hover{
	box-shadow: 0 0 10px #e6e3e3;
top: -5px;}
.project-card-{
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(91,130,148,.08);
	box-shadow: 0 3px 6px rgba(91,130,148,.08);
	top: 0px;
	position:relative;
}
.project-card img{	width:100%;}
.apartments-list {
	overflow-x: hidden;
	background: #fff;
	padding-bottom: 80px;
}
.apartments-list .mt45{margin-top: 35px;}
.apartments-list  .owl-stage {
	padding-bottom: 10px;
	padding-top: 10px;
}
.apartments-list  .owl-stage-outer {
	position: relative;
}
.project-card{}
.home-details{
	padding: 20px;
	border: 1px solid #e8e8ef;
    border-radius: 0px 0px 6px 6px;
}
.home-details h3{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 4px 0;
}
.feature-list{    margin: 10px 0 0 0; color: #0a2233;}
.feature-list li{     display: inline-block;padding: 0 15px 0 0;}
.feature-list li i{	padding: 0 5px 0 0;    font-size: 16px;}

/**5.Location Advantages**/
.feature-section{background: url(../images/dot.png) #f4f6f8;}
.feature-image{
	border-radius:6px 6px 6px 50px;
	overflow:hidden;
	-webkit-box-shadow: 0 3px 6px rgba(91,130,148,.08);
	box-shadow: 0 3px 6px rgba(91,130,148,.08);
}

/**6.Amenities**/
/*.amenities-section {    
	background: #fff;
}*/
.amenities-card:hover{box-shadow: 0 0 10px #e6e3e3; top: -5px;}
.amenities-card{
	text-align: center;
	background: #fff5f5;	
	border-radius: 6px;
	padding: 20px;
	margin: 5px 0;
	-webkit-box-shadow: 0 3px 6px rgba(91,130,148,.08);
	box-shadow: 0 3px 6px rgba(91,130,148,.08);
	top: 0px;
	position:relative;
	border: 1px solid #fee4e5;
	cursor: grab;
}
.amenities-card-icon-section {
	width: 70px;
	margin: 0 auto 15px;
	background: rgba(248, 83, 89, .1);
	border-radius: 32% 68% 64% 36% / 39% 58% 42% 61%;
	padding: 8px;
}
.amenities-card h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 4px 0;
}
.amenities-card p {	font-size: 16px;}
/**7.Floor plans**/
.floor-plans:hover{box-shadow: 0 0 10px #e6e3e3; top: -5px;}
.floor-plans{
	text-align: center;
	margin-bottom: 30px;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(91,130,148,.08);
	box-shadow: 0 3px 6px rgba(91,130,148,.08);
	top: 0px;
	position:relative;
}
.floor-plans h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 20px;
	border: 1px solid #e8e8ef;
    border-radius: 0px 0px 6px 6px;
}
.floor-plans a{	display: block;}
.floor-img{
	display: block;
	border-radius: 6px;
	width: 100%;
}
.floor-img img{width:100%;}

/**8.Specification**/
.nav-filter {
   margin: 45px auto 0px;
    display: table;
}
.nav-filter .nav-tabs {    border-bottom: 0px solid #dee2e6;}
.nav-filter .nav-item .nav-link1.active{color: #ffffff; background: #f85359;}
.nav-tabs .nav-item {    margin: 0px 10px 10px 10px;}
.nav-filter .nav-item .nav-link1{
	color: #0a2233;
    line-height: 1;
    font-family: Merriweather;
    padding: 10px 20px;
    border: 0;
    background: #ffd9d5;   
    border-radius: 6px;
    font-size: 15px;
	    text-align: center;
    display: block;}
.specification-section {    background: #fff;}
.list-features li{
	font-size: 16px;
    color: #0a2233;
    line-height: 1.5;
    background: url(../images/check-mark.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 5px 2px;
    padding-left: 30px;
    margin-top: 10px;
}
.h4-heading{
	font-size: 18px;
	font-weight: 700;
	margin: 0px 0 20px  0;
}
/**9.CTA**/
.cta-section:before{
	content: "";
    position: absolute;
    background: rgba(10, 34, 51, .9);
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
}
.cta-section{
	background: url(../images/dots.png);
    position: relative;
}
.mt30{margin-top:30px;}
.mt30a{margin-top:30px;}
.cta-heading p {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.5;
    font-family: "Merriweather";
}
.cta:hover{
	background-color: #0a2233;
	color: #fff;
	top: -5px;
box-shadow: 0 5px 10px rgba(10, 34, 51, .2);}
.cta {
	font-size: 16px;
    font-weight: 400;
    font-family: "Merriweather";
    padding: 0px 45px;
    line-height: 60px;
    text-align: center;
    outline: none;
    color: #fff;
    background-color: #f85359;
    border: none;
    border-radius: 6px;
    display: inline-block;
    -webkit-box-shadow: 0 3px 6px rgba(91,130,148,.08);
    box-shadow: 0 3px 6px rgba(91,130,148,.08);
    top: 0px;
    position: relative;
}
.cta:hover{color:#fff;}
.mt20{margin-top:12px}
.cta-text {align-self: center;}

/**10.Gallery**/
.gallery-section{background:#f4f6f8;}
.gallery-:hover{box-shadow: 0 0 10px #e6e3e3; top: -5px;}
.gallery-{
	position: relative;
	top: 0;
	-webkit-box-shadow: 0 3px 6px rgba(91,130,148,.08);
	box-shadow: 0 3px 6px rgba(91,130,148,.08);
    margin:0px 0 30px 0;}

.gallery- a img {
	display: block;
	border-radius: 6px;
}
/**11.Location**/
.location-section iframe{
	width: 100%;
	height: 300px;
border-radius: 6px;}
.loc-adlit li {
	list-style: none;
	padding: 0 0 5px 0;
	font-size: 16px;
}
.loc-adlit li span {
	list-style: none;
	text-align: right;
	float: right;
	font-weight: bold;
}
/**12.Agents**/
.agent-section{background:#fff5f5;}
.agent-photo img{
	width: 200px;
	border-radius: 6px;
}
.social-links- a{
	color: #0a2233;
	display: inline-block;
	line-height: 1;
	font-size: 15px;
	border: 1px solid #e8e8ef;
	padding: 8px;
	width: 32px;
	height: 32px;
	text-align: center;
	margin: 0 10px 0px 0;
	border-radius: 4px;
}
.social-links-{ margin: 10px 0px 0 0;}
.agent-details h5{
	margin: 0 0 4px 0;
	font-size: 18px;
	font-weight: 700;
line-height: 1.5;}
.agent-details p{
	font-size: 16px;
	padding: 0 0 10px 0;
}
.agent-details p span{    font-weight: 600;}
.agent-photo:hover{	box-shadow: 0 0 10px #e6e3e3; top: -5px;}
.agent-photo {
	text-align: left;
	background: #fff;
	border-radius: 6px;
	padding: 20px;	
	-webkit-box-shadow: 0 3px 6px rgba(91,130,148,.08);
	box-shadow: 0 3px 6px rgba(91,130,148,.08);
	position: relative;
	top: 0;
	border: 1px solid #e8e8ef;
}
/**13.Reviews***/
.reviews-card:hover{	box-shadow: 0 0 10px #e6e3e3; top: -5px;}
.reviews-section .owl-carousel .owl-dots {	margin: 5px 0 0 0;}
.reviews-card span{	font-size: 30px;    color: #f85359;}
.reviews-card{
	text-align: center;
	background: url(../images/pricing-bottom-bg.png) #fff;
	border-radius: 6px;
	padding: 30px;
	margin: 5px 0;
	-webkit-box-shadow: 0 3px 6px rgba(91,130,148,.08);
	box-shadow: 0 3px 6px rgba(91,130,148,.08);
	position: relative;
	top: 0;
	border: 1px solid #e8e8ef;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	cursor: grab;
}
.reviews-card img{
	border-radius: 100px;
	max-width: 140px;
	margin: 0 auto 15px;
}
.reviews-card h4{
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 0 0;
	}.reviews-card h4 span{
	font-weight: 400;
    display: block;
    font-size: 16px;
    margin: 8px 0 20px 0;
    color: #0a2233;
    font-family: 'Assistant', sans-serif;
}
/**14.Other projects**/
.project-logo-section{background:#f4f6f8;}
.project-logo img{	margin: 0 auto;    display: block;  }
.opl ul {overflow: hidden;}
.opl ul li:before {
    content: "";
    height: 100%;
    top: 0;   
	left: -1px;
    position: absolute;
    border-left: 1px solid #e6e6e6;
}
.opl ul li {
    width: 20%;
    float: left;
    position: relative;
    padding: 0px 30px;
}

/**15.Enquire form**/
.enquire-form{background: url(../images/buildings.png) ;
    background-repeat: no-repeat;
background-position: center bottom;}
.cta-heading-2 img{	margin:0 0 20px 0;}
.cta-heading-2{margin-right: 50px;}
.cta-heading-2 h2{
	font-weight: 800;
	font-size: 30px;
	line-height: 1.2;
	padding-bottom: 20px;
	color: #0a2233;
}
.cta-heading-2 p{	padding-bottom: 20px;}
.form-block {
	background: rgba(255, 255, 255, 0.85);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 6px rgba(91,130,148,.08);
	box-shadow: 0 3px 6px rgba(91,130,148,.08);
border: 1px solid #e8e8ef;}

.form-block form{	padding: 0px 20px 30px 20px;}
.form-block input:focus, .form-block textarea:focus{border: 1px solid #f85359;}
.form-block input{
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    margin: 5px 0 5px 0;
    border-radius: 6px;
    color: #172b43;
    font-size: 16px;
    outline: none;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(91,130,148,.08);
    box-shadow: 0 3px 6px rgba(91,130,148,.08);
border: 1px solid #e6e6e6;}
.form-block	textarea{
	max-height: 200px;
    width: 100%;
    padding: 15px;
    margin: 5px 0 5px 0;
    border-radius: 6px;
    color: #172b43;
    font-size: 16px;
    outline: none;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(91,130,148,.08);
    box-shadow: 0 3px 6px rgba(91,130,148,.08);
    border: 1px solid #e6e6e6;
}
.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #f85359;
background-color: #f85359;}
.custom-control-input:focus~.custom-control-label::before {
	-webkit-box-shadow: 0 3px 6px rgba(91,130,148,.08);
box-shadow: 0 3px 6px rgba(91,130,148,.08);}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color: #ffbc80;}
.custom-control-label::before {
	position: absolute;
	top: -1px;
	left: -1.5rem;
	display: block;
	width: 20px;
	height: 20px;
	pointer-events: none;
	content: "";
	background-color: #fff;
border: #adb5bd solid 1px;}
.custom-control-label::after {
	position: absolute;
	top: -3px;
	left: -26px;
	display: block;
	width: 25px;
	height: 25px;
	content: "";
background: no-repeat 50%/50% 50%;}
.custom-control { margin: 5px 0px;}
.form-block label input {
	height: 20px;
	width: 20px;
	position: relative;
	top: 5px;
margin: 0 5px 0 0;}
.fieldsets label{position: relative;
    top: -10px;
    font-size: 14px;
    color: #f85359;
	margin: 0;
padding: 0;}
.custom-control label {
	text-indent: -21px;
	padding: 0 0 0 21px;
font-size: 13px;}
.form-block label a {
color: #000;}
.form-header {
	text-align: center;
	border-bottom: 3px solid #f85359;
	padding: 20px 0 20px 0;
	margin: 0 0 20px 0;
background-color: #fff5f5;}
.form-header  h2 span {
	font-size: 36px;
	display: block;
	font-weight: 700;
	color: #0a2233;
}
.form-header p {	text-align: center; }
.form-block p.trm {
	font-size: 13px;
	width: 100%;
	text-align: center;
    margin: 10px 0 0 0;}
.form-block p.trm i{padding: 5px 5px 0 0;}
.form-block button:hover{background-color: #0a2233;}
.form-block button {
	font-size: 16px;
    font-weight: 400;
    font-family: "Merriweather";
    padding: 0px 40px;
    line-height: 60px;
    text-align: center;
    outline: none;
    color: #fff;
    background-color: #f85359;
    border: none;
    border-radius: 6px;
    width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(91,130,148,.08);
box-shadow: 0 3px 6px rgba(91,130,148,.08);}
.pl0{    padding-left: 0 !important;}
#checkmark-error {
	position: relative;
	top: -10px;
	font-size: 14px;
	color: #f85359;
	margin: 0;
	padding: 0;
}
/**16.Footer**/
footer {
	background: #0a2233;
	padding: 90px 0 25px 0;
	color: #fff;
}
.footer- a img{    width: 75px;}
footer h3{	 margin-bottom: 25px ;    font-size: 20px;    font-weight: 700;}
.footer- p{	text-align: center;    padding:25px 0 0 0;    font-size: 15px;    font-weight: 500;	color: #fff;}
.footer- a{display: block;    margin: 0 0 25px  0;}
.footer-block{	padding:20px 0;}
.social-links {text-align: right;}
.social-links a{    color: #0a2233;    font-size: 25px;    line-height: 1;}
.footer-address-list li i{margin:0 5px 0 0;}
.copyright{   border-top: 1px solid #13334a;   margin-top: 70px;}
.footer-address-list li{
	font-size: 16px;	 
	text-indent: -12px;
	padding-left: 25px;
line-height: 35px;}
.footer-social-media-icons a{
	color: #fff;
	font-size: 16px;
	border: 1px solid #cacaca;
	border-radius: 4px;
	margin: 0 2px;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	line-height: 34px;
}
.footer-social-media-icons a.facebook{    background: #0069f7;    border-color: #0069f7;}
.footer-social-media-icons a.twitter{background: #00c6f7;    border-color: #00c6f7;}
.footer-social-media-icons a.instagram{background: #D62977;    border-color: #D62977;}
.footer-social-media-icons a.linkedin{background: #0E72A3;    border-color: #0E72A3;}
.footer-address-list li a{	color:#fff;}
.floor_plan_img{
  height: 190px;
  width: 100%;
}
.site_address{
	margin-top: 0px;
}
.copy_right p{
  padding: 25px 0 0 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.copy_right p span{
	float: right;
}
.font14{
	font-size: 14px;
}
.text_justify{
	text-align: justify;
}
@media (max-width: 767px){
.mob_breakword {
    overflow-wrap: break-word;
  } 
.copy_right span {
    float: left !important;
	}
}
/*Site loader css*/
.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loader.png') center no-repeat #fff;
  opacity:1;
}
/*Back to top scroll button*/
#button {
  display: inline-block;
  background-color: #f85359;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 6px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button .fa-arrow-up {
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #0a2233;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/*Aminites*/
.highlightsProjectDetailsBox ul {
  width: 100%;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.highlightsProjectDetailsBox ul li {
  width: 25%;
  text-align: left;
  float: left;
  height: auto;
  font-size: 14px;
  color: #0a2233;
  position: relative;
  padding: 10px 0 10px 34px;
  min-height: 35px;
}
.highlightsProjectDetailsBox ul li .iconBox {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 8px;
}
.highlightsProjectDetailsBox ul li span {
  display: inline-block;
  margin: 0 0 0 5px;
}
.highlightsProjectDetailsBox ul li span {
  display: inline-block;
  margin: 0 0 0 5px;
}
.featureListBox li .iconBox {
    background: url(../images/sprite.png) left top no-repeat;
}
.featureListBox li .iconBox.reserved_parking {
  background-position: 0 -1008px;
}
.featureListBox li .iconBox.maintenance_Staff {
  background-position: 0 -1990px;
}
.featureListBox li .iconBox.markets {
  background-position: 0 -1008px;
}
.featureListBox li .iconBox.parking {
  background-position: 0 -480px;
}
.featureListBox li .iconBox.security {
  background-position: 0 -408px;
}
.featureListBox li .iconBox.power_back_up {
  background-position: 0 -336px;
}
.featureListBox li .iconBox.water_storage {
  background-position: 0 -456px;
}
.featureListBox li .iconBox.garden {
  background-position: 0 -624px;
}
.featureListBox li .iconBox.club_house_community_center {
  background-position: 0 -672px;
}
.featureListBox li .iconBox.gym {
  background-position: 0 -528px;
}
.featureListBox li .iconBox.rainwater_harvesting {
  background-position: 0 -744px;
}
.featureListBox li .iconBox.lift {
  background-position: 0 -360px;
}
.featureListBox li .iconBox.pharmacy {
  background-position: 0 -936px;
}
.featureListBox li .iconBox.movies {
  background-position: 0 -960px;
}
.featureListBox li .iconBox.bus_stop {
  background-position: 0 -816px;
}
.featureListBox li .iconBox.restaurants {
  background-position: 0 -912px;
}
.png_custom{
  width: 24px;
  height: 24px;
  position: absolute;
  left: 5px;
  top: 8px;
}
.featureListBox li .iconBox.servant_quarters {
  background-position: 0 -1008px;
}
.featureListBox li .iconBox.floor_number {
  background-position: 0 -72px;
}
.featureListBox li .iconBox.open_air_library {
  background-position: 0 -504px;
}
.featureListBox li .iconBox.movies {
  background-position: 0 -960px;
}
.featureListBox li .iconBox.internet_wi_fi_connectivity {
  background-position: 0 -264px;
}
.featureListBox li .iconBox.area {
    background-position: 0 0
}
 .featureListBox li .iconBox.configuration {
    background-position: 0 -24px
}
 .featureListBox li .iconBox.price {
    background-position: 0 -48px
}
 .featureListBox li .iconBox.floor_number {
    background-position: 0 -72px
}
 .featureListBox li .iconBox.facing {
    background-position: 0 -96px
}
 .featureListBox li .iconBox.possession_in {
    background-position: 0 -120px
}
 .featureListBox li .iconBox.fire_safety {
    background-position: 0 -144px
}
 .featureListBox li .iconBox.servant_quarters {
    background-position: 0 -168px
}
 .featureListBox li .iconBox.private_terrace
 {
    background-position: 0 -192px
}
 .featureListBox li .iconBox.vaastu_shastra {
    background-position: 0 -216px
}
 .featureListBox li .iconBox.intercom_facility {
    background-position: 0 -240px
}
 .featureListBox li .iconBox.wi-fi_connectivity {
    background-position: 0 -264px
}
 .featureListBox li .iconBox.ro_water_system {
    background-position: 0 -288px
}
 .featureListBox li .iconBox.piped_gas {
    background-position: 0 -312px
}
 .featureListBox li .iconBox.power_back_up {
    background-position: 0 -336px
}
 .featureListBox li .iconBox.lift {
    background-position: 0 -360px
}
 .featureListBox li .iconBox.dth_television_facility {
    background-position: 0 -384px
}
 .featureListBox li .iconBox.security {
    background-position: 0 -408px
}
 .featureListBox li .iconBox.reserved_parking {
    background-position: 0 -432px
}
 .featureListBox li .iconBox.water_storage {
    background-position: 0 -456px
}
 .featureListBox li .iconBox.visitor_parking {
    background-position: 0 -480px
}
 .featureListBox li .iconBox.open_air_library {
    background-position: 0 -504px
}
 .featureListBox li .iconBox.gym {
    background-position: 0 -528px
}
 .featureListBox li .iconBox.modular_kitchen {
    background-position: 0 -552px
}
 .featureListBox li .iconBox.cctv_cameras {
    background-position: 0 -576px
}
 .featureListBox li .iconBox.parking {
    background-position: 0 -480px
}
 .featureListBox li .iconBox[class$="hour_water_supply"] {
    background-position: 0 -600px
}
 .featureListBox li .iconBox.garden,
 .featureListBox li .iconBox.parks {
    background-position: 0 -624px
}
 .featureListBox li .iconBox.centrally_air_conditioned {
    background-position: 0 -648px
}
 .featureListBox li .iconBox[class$="_community_center"] {
    background-position: 0 -672px
}
 .featureListBox li .iconBox.swimming_pool {
    background-position: 0 -696px
}
 .featureListBox li .iconBox.waste_disposal {
    background-position: 0 -720px
}
 .featureListBox li .iconBox.rainwater_harvesting {
    background-position: 0 -744px
}
 .featureListBox li .iconBox.airport {
    background-position: 0 -768px
}
 .featureListBox li .iconBox.railway_station {
    background-position: 0 -792px
}
 .featureListBox li .iconBox.bus_stop,
 .featureListBox li .iconBox.brts_near_by {
    background-position: 0 -816px
}
 .featureListBox li .iconBox.hospitals {
    background-position: 0 -840px
}
 .featureListBox li .iconBox[class$="banks/atms"] {
    background-position: 0 -864px
}
 .featureListBox li .iconBox.restaurants {
    background-position: 0 -912px
}
 .featureListBox li .iconBox.petrol_pump {
    background-position: 0 -312px
}
 .featureListBox li .iconBox.worship {
    background-position: 0 -888px
}
 .featureListBox li .iconBox.pharmacy {
    background-position: 0 -936px
}
 .featureListBox li .iconBox.movies {
    background-position: 0 -960px
}
 .featureListBox li .iconBox.schools {
    background-position: 0 -984px
}
 .featureListBox li .iconBox.markets {
    background-position: 0 -1008px
}
 .featureListBox li .iconBox.bathroom {
    background-position: 0 -1032px
}
 .featureListBox li .iconBox.centrally_air_conditioned {
    background-position: 0 -1056px
}
 .featureListBox li .iconBox.children_park {
    background-position: 0 -1080px
}
 .featureListBox li .iconBox.club_house {
    background-position: 0 -1104px
}
 .featureListBox li .iconBox.electrician {
    background-position: 0 -1128px
}
 .featureListBox li .iconBox.intercom_facility {
    background-position: 0 -1152px
}
 .featureListBox li .iconBox.kids_zone {
    background-position: 0 -1176px
}
 .featureListBox li .iconBox.modular_kitchen {
    background-position: 0 -1200px
}
 .featureListBox li .iconBox.outdoor_games {
    background-position: 0 -1224px
}
 .featureListBox li .iconBox.piped_gas {
    background-position: 0 -1248px
}
 .featureListBox li .iconBox.plumbing {
    background-position: 0 -1272px
}
 .featureListBox li .iconBox.road,
 .featureListBox li .iconBox.road_touch {
    background-position: 0 -1296px
}
 .featureListBox li .iconBox.roof {
    background-position: 0 -1320px
}
 .featureListBox li .iconBox.senior_citizen {
    background-position: 0 -1344px
}
 .featureListBox li .iconBox.servant_quarters {
    background-position: 0 -1368px
}
 .featureListBox li .iconBox.toilet {
    background-position: 0 -1392px
}
 .featureListBox li .iconBox.wall_finish_colour_works {
    background-position: 0 -1416px
}
 .featureListBox li .iconBox.washing_machine {
    background-position: 0 -1440px
}
 .featureListBox li .iconBox.walkway {
    background-position: 0 -1464px
}
.featureListBox li .iconBox.pergola {
  background-position: 0 -1488px
}
.featureListBox li .iconBox.car_wash_area {
  background-position: 0 -1584px
}
.featureListBox li .iconBox.solar_panel {
  background-position: 0 -1512px
}
.featureListBox li .iconBox.basketball_court
{
  background-position: 0 -1704px
}
.featureListBox li .iconBox.cricket_pitch
{
  background-position: 0 -1680px
}
.featureListBox li .iconBox.terrace_garden
{
  background-position: 0 -1920px
}
.featureListBox li .iconBox.landscape_garden
{
  background-position: 0 -1944px
}
.featureListBox li .iconBox.sun_deck
{
  background-position: 0 -1560px
}
.featureListBox li .iconBox.earthquake_resistant
{
  background-position: 0 -1848px
}
.featureListBox li .iconBox.yoga_meditation
{
  background-position: 0 -1728px
}
.featureListBox li .iconBox.day_care
{
  background-position: 0 -1872px
} 
.featureListBox li .iconBox.indoor_game{
  background-position: 0 -1824px;
}
@media (max-width: 767px){
  .highlightsProjectDetailsBox ul li {
    width: 100%;
  }
  .mob_mtop2{
	margin-top: 2rem;
  }
  .height400{
	height:270px !important;
  }
}  
.height400{
  height:370px;
}
.space_between {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
@media (min-width: 768px){
.border_lr {
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
}
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.apartments-list h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}
.height240{height: 240px;}
@media (max-width: 414px) {
.gallery-section .floor_plan_img { height: 140px !important; }
}
.contactBtn{
	display:inline-block;
}
.contactBtn ul{width: 100%;float: left;height: auto;margin: 0;padding: 0;list-style: none;}.contactBtn ul li{width: 100%;float: left;height: auto;margin-bottom:10px;}.contactBtn ul li a{display: block;font-family: 'opensanssemibold';font-size: 14px;color: #19519e;padding: 10px 12px;text-transform: uppercase;cursor: pointer;text-align:center;background: #f4f4f4;border-radius: 5px;margin: 0 5px;position: relative;}.contactBtn ul li.active a, .contactBtn ul li:hover a {color: #fff;background: #19519e;transition: 0.3s;}.contactBtn .smIcon{font-size: 30px;color: #19519e;}.contactBtn ul li.active a .smIcon, .contactBtn ul li:hover a .smIcon {color: #ffffff !important;}.checkMark{float: left;line-height: 0;font-size: 20px;color: #ccc;position: absolute;left: 15px;}.contactBtn ul li.active .checkMark{color: #ffffff;}.contactBtn ul li:hover .checkMark{color: #ffffff !important;}

