body{
	font-family:'Lato','Open Sans',sans-serif !important;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .flex-container {
    flex-direction: column;
  }
  .text-column {
    order: 2;
  }
  .image-column {
    order: 1;
  }
}
.navbar.fixed {
	z-index:999;
	top: 0;
	left: 0;
	right: 0;
	background: white;
	position:fixed;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.specs_div {
	    border: 1px solid #CACACA;
    border-radius: 4px;
    background-color: #FFF;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 4px;
    padding: 15px 15px;
    text-transform: uppercase;
    text-align: center;
    height: 240px;
    margin-bottom: 20px;
}
.specs_div img{
width:80px;
height:80px; 
	    margin-bottom: 15px;
}
.navbar.absolute{
	position: absolute;
    top: 0px;
    background: transparent;
    box-shadow: none;
    width: 100%;
    color: white;
    z-index: 999;
}
.image-container {
			  height: 500px; /* Set the desired height */
			  width: 100%; /* Set the width to 100% to make the image full width */
			  overflow: hidden; /* This will hide any parts of the image that are outside of the container */
			}

			.image-container img {
			  height: 100%; /* Set the height to 100% to fill the container */
			  width: auto; /* This will maintain the aspect ratio of the image */
			  display: block; /* This will remove any unwanted spacing around the image */
			  margin: 0 auto; /* This will center the image horizontally */
			}
.section-who-we-are-inner{
text-align:center;
}
h1 {
    font-size: 46px;
    line-height: 60px;
    margin: 0 0 25px;
}
.signature, .single-property-section-one h1, h3.tagline, span.section-tagline {
    color: #9d9d9c;
    font-weight: 700;
    display: flex;
}
.jumbotron {
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
.prop-block section span.comm-name {
    padding-left: 10px;
    margin-left: 8px;
    position: relative;
    padding-right: 90px;
}

.prop-block section span.comm-name:before {
    border-left: 1px solid #232323;
    display: inline-block;
    content: '';
    width: 1px;
    height: 85%;
    position: absolute;
    left: 0;
    top: 2px;
}
.prop-block section span.comm-name:before {
    border-left: 1px solid #232323;
    display: inline-block;
    content: "";
    width: 1px;
    height: 85%;
    position: absolute;
    left: 0;
    top: 2px;
}
.prop-block section {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 2px;
    padding: 13px 0 5px 0;
    display: flex;
    position: relative;
}

.prop-block section span.comm-name {
    padding-left: 10px;
    margin-left: 8px;
    position: relative;
    padding-right: 90px;
}
.btn-ghost {
    border: 1px solid #232323;
    background-color: #fff;
    color: #232323;
}

.homepage-sticky-search, .sticky-prop-bar {
    background-color: #f8f9fb;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    z-index: 99999999;
}
@media only screen and (max-width: 991px){
	#footer-widget .nav-accordion h3:first-of-type {
		border-top: 1px solid rgba(233,233,233,.8);
	}
}
@media only screen and (max-width: 991px){
	#footer-widget .nav-accordion {
		border-bottom: 1px solid rgba(233,233,233,.8);
	}
}
@media only screen and (max-width: 991px){
	#footer-widget .nav-accordion h3:after {
		content: "+";
		float: right;
		font-size: 20px;
	}
}
@media only screen and (max-width: 991px){
	#footer-widget ul.menu {
		padding-left: 15px;
	}
}
@media only screen and (max-width: 991px){
#footer-widget .nav-accordion.open ul {
    height: auto;
    max-height: 700px;
    transition: max-height 1s fadein!important;
}
}
@media only screen and (max-width: 991px){
	#footer-widget .nav-accordion h3 {
		font-size: 13px;
		text-align: left;
		cursor: pointer;
		padding: 20px 0 20px 15px;
	}
}
@media only screen and (max-width: 991px){
	#footer-widget ul {
		max-height: 0;
		overflow: hidden;
		transition: max-height 1s fadeout;
	}
}
@media only screen and (max-width: 991px){
	#footer-widget .nav-accordion h3 {
		font-size: 13px;
		text-align: left;
		cursor: pointer;
		padding: 20px 0 20px 15px;
	}
}
@media (max-width: 590px){
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		padding: 0px 15px;
	}
	.nav-item {
		 margin-bottom: 0px !important; 
	}
}
@media (min-width: 576px){
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0!important;
	}
	
}
footer h3.widget-title {
    color: #000!important;
}
@media only screen and (max-width: 991px){
	footer h3.widget-title {
		margin-bottom: 0!important;
	}
}
a {
    color: #232323;
}
.prop-block section span.comm-name {
    padding-left: 10px;
    margin-left: 8px;
    position: relative;
    padding-right: 90px;
}
.jumbotron {
    background-color: inherit;
    margin: 0;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.prop-block {
    margin-bottom: 20px;
}

.latest-launches-left {
    margin-top: 100px;
}

@media (min-width: 992px){
.d-lg-block {
    display: block!important;
}
}
@media (min-width: 768px){
.mb-md-0, .my-md-0 {
    margin-bottom: 0!important;
}
}
@media (max-width: 431px){
	footer ul li:not(:last-child):after {
		border-right: 0!important;
	}
}
.social-media-icons-sections{
	background-color: #F8F9FB;
}
.btn-blue {
    background-color: #071c35;
    color: #fff!important;
    border: 1px solid #071c35;
}
.signature:after, .single-property-section-one h1:after, h3.tagline:after, span.section-tagline:after {
    display: block;
    content: "";
    height: 1px;
    width: 120px;
    background-color: #9d9d9c;
    margin-top: 11px;
    margin-left: 10px;
}
.promotions-section .section-tagline {
    margin-bottom: 28px;
}
.new-promotions-block h3 {
    line-height: 2.5rem;
    margin-bottom: 15px;
    margin-top: 50px;
    height: 80px;
    padding: 0 15px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 400;
}
.btn-blue {
    background-color: #071c35;
    color: #fff!important;
    border: 1px solid #071c35;
}
@media (min-width: 992px){
.digital-img {
    padding: 80px!important;
}
}
.digital-exp {
    padding-top: 33px;
}
.grey-bg {
    background-color: #F8F9FB;
}
.digital-exp h2 {
    line-height: 60px;
    margin: 10px 0 30px;
    padding: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}

.digital-features h4 {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    position: relative;
    padding: 0 0 0 50px;
    margin: 0;
    text-transform: inherit;
}
.single-property-hero .slick-slide {
    height: calc(100vh - 120px);
}
.single-property-hero .hero-v2 {
    height: 100%;
}
.single-property-hero .slick-dots {
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    bottom: 46px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,.6);
    height: 6px;
    line-height: 6px;
    display: inline-flex;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.single-property-hero .slick-dots li {
    width: auto;
    height: 6px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.single-property-hero .slick-dots li button {
    height: 6px;
    width: 64px;
    border-radius: 0;
    background: rgba(0,0,0,0);
    padding: 0;
    border-radius: 15px;
}
.communities-featured-block h3 a {
    color: #000;
	    text-decoration: none;
    background-color: transparent;
}

span.community-tagline, span.bhk-number, span.section-tagline, h3.tagline, h3.title, .single-property-section-one h1, span.view-details, div.breadcrumbs, .signature, .select-card-type {
    display: block;
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.home-featured-communities h2 ,.promotions-section h2 , .home-digital-experience h2{
    line-height: 60px;
    margin: 10px 0 30px;
    padding: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}
.home-featured-communities h3{

    font-size: 24px;
    line-height: 36px;
    margin: 0 0 20px;
    color: #000;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;

}
.prop-block img, .communities-featured-block img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
.zoom img, .zoom video {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
@media only screen and (max-width: 991px){
.prop-search-mobile-form .modal .modal-dialog {
    max-width: 100%;
}
}
.btn-grey {
    background-color: #9d9d9c;
    border: 1px solid #9d9d9c;
}
.homesearch_mobile_filter .btn {

    font-weight: 700;
    font-size: 12px;
    border-radius: 2px;
    padding: 13px 15px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.unit-booking .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]+label, input[type="checkbox"]+label {
    line-height: 29px;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]+label, input[type="checkbox"]+label {
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    line-height: 26px;
}
#priceModal label span.search-label, .homesearch_mobile_filter label span.search-label, .prop-search-bar label span.search-label {
    display: block;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
@media only screen and (max-width: 991px){
.home-hero-section .select-sec-options label, .prop-search-mobile-form .select-sec-options label {
    padding: 0 0 0 40px;
}}
@media only screen and (max-width: 991px){
.homesearch_mobile_filter .select-sec label:after, .prop-search-bar .select-sec label:after {
    content: "";
    display: block;
    width: 96%;
    height: 1px;
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    bottom: 0;
    left: 2%;
}}
.homesearch_mobile_filter label, .prop-search-bar label {
    display: block;
    margin: 0;
}
@media only screen and (max-width: 991px){
.homesearch_mobile_filter .select-sec label {
    padding: 25px 20px;
    position: relative;
}}
@media only screen and (max-width: 991px){
.homesearch_mobile_filter .select-sec {
    padding-top: 0!important;
    padding-bottom: 0!important;
}}

.select-sec label {
    padding: 15px 15px 20px; 
}
@media only screen and (max-width: 991px){
.home-hero-section .modal .modal-dialog .modal-content button.close, .prop-search-mobile-form .modal .modal-dialog .modal-content button.close {
    position: absolute;
    right: 25px;
    top: 27px;
    font-size: 22px;
    color: #071c35;
    opacity: 1;
    z-index: 2;
}}

@media only screen and (max-width: 991px){
#prop-search-mobileform-modal .modal-content .card {
    bottom: 0;
    position: absolute;
    width: 100%;
}}
@media only screen and (max-width: 991px){
.home-hero-section .select-sec-options li, .prop-search-mobile-form .select-sec-options li {
    margin-bottom: 10px;
}}
@media only screen and (max-width: 991px){
.home-hero-section .select-sec-options h3, .prop-search-mobile-form .select-sec-options h3 {
    color: #000;
    font-size: 22px;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #cacaca;
    padding: 0 0 10px;
    margin: 0 0 30px;
}}
.home-hero-section .modal .select-sec-options, .homesearch_mobile_filter .select-sec, .prop-search-bar .select-sec {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

@media only screen and (max-width: 991px){
#prop-search-mobileform-modal .modal-content {
    background-color: #fff!important;
    position: relative;
}}
@media only screen and (max-width: 991px){
.home-hero-section .modal .modal-dialog .modal-content, .prop-search-mobile-form .modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #f8f9fb;
    padding-bottom: 100px;
    height: 100%;
}}
@media only screen and (max-width: 991px){
.home-hero-section .modal-dialog, .prop-search-mobile-form .modal .modal-dialog {
    margin: 0;
    height: 100%;
}}

@media (min-width: 576px){
.home-hero-section .modal-dialog {
    max-width: initial;
}}

.home-featured-communities .view {
    position: relative;
    overflow: hidden;
    cursor: default;
}
.zoom:hover img, .zoom:hover video {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .2 linear;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.single-property-hero .slick-dots li.slick-active button {
    background: #fff;
}


footer#colophon {
    background-color: #F8F9FB!important;
    font-size: 100%;
    padding-top: 50px;
}
.homepage-sticky-search .btn {
    font-weight: 700;
    font-size: 12px;
    border-radius: 2px;
    padding: 13px 15px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.gform_legacy_markup_wrapper .hidden_label .gfield_label {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}

.site .gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;
    height: 60px;
    border: 1px solid #071C35;
    border-radius: 2px;
    background-color: #071C35;
    color: #FFF;
    font-size: 12px!important;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 0;
}
footer .menu li {
    letter-spacing: 2px;
}

footer#colophon .menu li a:hover, footer .menu li a:hover {
    color: #0074A7;
    text-decoration: none;
}
footer  ul li:not(:last-child):after {
    display: block;
    content: '';
    width: 1px;
    height: 20px;
    border-right: 1px solid #cacaca;
    position: absolute;
    top: 3px;
    right: 0;
}

footer  ul li {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    margin-right: 25px;
    margin-bottom: 0;
}
.footer-bottom {
    background-color: #fff;
    padding: 20px 0;
}

footer .menu {
    text-transform: uppercase;
    font-size: 12px;
}
@media only screen and (max-width: 991px){
	.homepage-sticky-search {
		padding: 20px 20px;
		height: auto;
	}
	footer{
		padding-bottom:90px;
	}
}
.menu-legal-menu-container{
	border-bottom: 1px solid lightgray;
}
.gform_legacy_markup_wrapper form {
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper select {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 15px;
    border: 1px solid #232323;
    border-radius: 2px;
    width: 100%;
    margin-top: 0;
}

@media only screen and (min-width: 641px){
	.gform_legacy_markup_wrapper .hidden_label input.large, .gform_legacy_markup_wrapper .hidden_label select.large, .gform_legacy_markup_wrapper .top_label input.large, .gform_legacy_markup_wrapper .top_label select.large {
		width: 100%;
	}
}

.newsletter-subscribe .gform_wrapper .gform_body input {
    height: 52px;
    border-width: 0!important;
    font-size: 18px!important;
    border-radius: 0!important;
}
.newsletter-subscribe .gform_wrapper .gform_body {
    width: 65.66%;
    display: inline-block;
    margin-right: 0;
    float: left;
}
.gform_legacy_markup_wrapper li.hidden_label input {
    margin-top: 12px;
}
.newsletter-subscribe .gform_wrapper .gform_footer {
    width: 33.66%;
    display: inline-block;
    vertical-align: top;
}
.site .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}

.site .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}
body .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}
.gform_legacy_markup_wrapper .gform_footer {
    clear: both;
    margin: 16px 0 0;
    padding: 16px 0 10px;
    width: 100%;
}
.site .gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;
    height: 60px;
    border: 1px solid #071c35;
    border-radius: 2px;
    background-color: #071c35;
    color: #fff;
    font-size: 12px!important;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 0;
}

.gform_legacy_markup_wrapper *, .gform_legacy_markup_wrapper :after, .gform_legacy_markup_wrapper :before {
    box-sizing: border-box!important;
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.site .gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;
    height: 60px;
    border: 1px solid #071C35;
    border-radius: 2px;
    background-color: #071C35;
    color: #FFF;
    font-size: 12px!important;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 0;
}
.newsletter-subscribe .gform_wrapper .gform_footer input[type="submit"] {
    height: 50px;
    background-color: #9D9D9C;
    border-color: #9D9D9C;
    border-radius: 0!important;
}
.newsletter-subscribe .gform_wrapper .gform_footer input[type="submit"]:hover {
    border-color: #9D9D9C;
    color: #000;
}
.gform_legacy_markup_wrapper *, .gform_legacy_markup_wrapper :after, .gform_legacy_markup_wrapper :before {
    box-sizing: border-box!important;
}

.gform_legacy_markup_wrapper {
    margin-bottom: 16px;
    margin-top: 16px;
    max-width: 100%;
}
.newsletter-subscribe .gform_wrapper {
    width: 100%;
    margin: 0;
    clear: both;
}
footer ul.social-media-icons-sections li i.fab {
    color: #232323;
    font-size: 18px;
}
@media (min-width: 992px){
.justify-content-lg-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
}
.fa-facebook-square:before {
    content: "\f082";
}
.footer-social-icons::before {
    display: block;
    content: '';
    width: 1px;
    height: 160px;
    border-right: 1px solid #CACACA;
    position: absolute;
    left: 35%;
    top: -12px;
}

footer ul.social-media-icons-sections li {
    display: inline-block;
    margin-right: 15px;
	font-size:18px;
}

.footer-social-icons {
    display: inline-block;
    margin-left: 41px;
}
.footer-logo img {
	width:150px;
}
.footer-logo {
    display: inline-block;
    margin-right: 54px;
}
footer#colophon a {
    color: #232323;
}
.footer-social-icons::after {
    display: block;
    content: '';
    width: 1px;
    height: 160px;
    border-right: 1px solid #CACACA;
    position: absolute;
    left: 35%;
    top: -12px;
}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.new-promotions-block .promotion-btn {
    margin-top: 50px;
}
.new-promotions-block .short-desc {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    padding: 0 25px;
}
.new-promotions-block {
    background-color: inherit;
    margin: 0;
}
.new-promotions-block a.btn.try-btn {
    max-width: 200px;
    width: 100%;
}
.absolute .navbar-nav .nav-link{
	color:white;
}
.absolute .navbar-nav .active>.nav-link, .absolute .navbar-nav .nav-link.active, .absolute .navbar-nav .nav-link.show, .absolute .navbar-nav .show>.nav-link{
	color:white;
}
.absolute .navbar-nav .nav-link:focus, .absolute .navbar-nav .nav-link:hover{
	color:white;
	text-decoration:underline;
}
.filter_section{
	position: absolute;
    bottom: 35px;
    width: 100%;
    z-index: 995;
}
.form_filter .container{
	background:white;
}
.form_filter label {
    line-height: 24px;
    font-weight: 400;
	padding: 30px;
	width:100%;
}
.dropdown-icon {
    font-weight: 400!important;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #232323;
}
.form_filter input[type='submit']{
    font-weight: 700;
    font-size: 12px;
    border-radius: 2px;
    line-height: 24px;
    color: #fff;
	width: 100%!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
	background-color: #9D9D9C;
    border: 1px solid #9D9D9C;
	font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
	margin: 7px;
    white-space: normal;
}

.form_filter input[type='submit']:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}
.form_filter input[type='submit'] {
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    white-space: normal;
}
.form_filter label::after {
   position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #232323;
    background-color: #D8D8D8;
    height: 80%;
    content: '';
    width: 1px;
}
.search_label{
	display: block;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.community-options, .bedroom-options, .price-options, .area-options, .property-type-options, .floor-options, .property-options {
    position: absolute;
    left: 0;
    top: 100px;
    padding: 25px 20px 15px;
    background: #fff;
    width: 350px;
    border-radius: 2px;
    background-color: #F8F9FB;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);
    z-index: 1;
	width:100%
}
.price-min-range label, .price-max-range label, .area-min-range label, .area-max-range label {
    padding: 0;
    margin-bottom: 10px;
}
.price-min-range, .price-max-range, .area-min-range, .area-max-range {
    width: 38.66%;
    margin-bottom: 10px;
}
.prop-search-bar label span.search-label, #priceModal label span.search-label, .homesearch_mobile_filter label span.search-label {
    display: block;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.price-min-range select, .price-max-range select, .area-min-range select, .area-max-range select, .floor-min-range select, .floor-max-range select {
    width: 100%;
    padding: 15px 7px;
    border: 1px solid #232323;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(../img/angle-down-light.svg) no-repeat 94% 18px;
    background-size: 9px auto;
    color: #232323;
}
.form_filter .select-sec, .home-hero-section .modal .select-sec-options, .homesearch_mobile_filter .select-sec {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.filter-bottom {
    border-top: 1px solid #CACACA;
    padding-top: 15px;
    margin-top: 10px;
}
input[type="checkbox"]:checked+label:after {
    top: 0;
    width: 26px;
    height: 50px;
    background-color: #CDAB6E;
    z-index: 0;
    border-radius: 2px;
}
@media only screen and (max-width: 991px){
.home-hero-section .select-sec-options li input[type="checkbox"]:checked+label::after, .prop-search-mobile-form .select-sec-options li input[type="checkbox"]:checked+label::after {
    left: 0;
}}
a.clear-selection:hover, a.clear-selection {
    text-decoration: none!important;
    color: #071C35;
}
.clear-selection {
    font-size: 11px;
    text-transform: uppercase;
    color: #CACACA;
}
.form_filter .select-sec:before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #232323;
    background-color: #D8D8D8;
    height: 80%;
    content: '';
    width: 1px;
}
input[type="checkbox"]+label:before, input[type="checkbox"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
 input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]+label:before, input[type="checkbox"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}
input[type="checkbox"]:not(:checked)+label:after {
    width: 26px;
    height: 26px;
    border: 1px solid #232323;
    top: 15;
    border-radius: 2px;
    background-color: #fff;
}
input[type="checkbox"]:checked+label:after {
    top:0px;
    width: 26px;
    height: 50px;
    background-color: #CDAB6E;
    z-index: 0;
    border-radius: 2px;
}
input[type="checkbox"]+label:after, input[type="checkbox"]+label:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
input[type="checkbox"]:checked+label:before {
    top: 1px;
    left: 5px;
    width: 6px;
    height: 13px;
    margin-top: 4px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #F8F9FB;
    border-bottom: 1px solid #F8F9FB;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border-radius: 0;
}
input[type="checkbox"]:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.select-sec-options li label {
    text-transform: none;
    min-height: 28px;
    letter-spacing: inherit;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.select-sec-options li {
    margin-bottom: 15px;
}
.home-hero-section .property-type-options {
    width: 160%;
}
.apply-btn {
    padding: 12px 30px;
    width: 150px;
    background-color: #9d9d9c;
    border: 1px solid #9d9d9c;
    font-weight: 700;
}
@media only screen and (max-width: 991px){
.home-hero-section .filter-bottom, .prop-search-mobile-form .filter-bottom {
    margin: 20px 0 0;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%;
    border-top: 0;
    z-index: 1;
    background-color: #f8f9fb;
    padding-bottom: 20px;
    padding-top: 0;
}}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
 li input[type="checkbox"]+label{
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    line-height: 26px;
}
input[type="checkbox"]:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.seach_value{
	display: block;
    text-transform: none;
}
.video_section{
	position:relative;
}
.video_section .overlay{
	position: absolute;
    height: 100%;
    width: 100%;
    background: #1d21244a;
    z-index: 99;
}
.video-section {
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.video-section video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
 .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2rem;
}


 .footer {
  height:600px;
  background-color: white;
  padding: 20px 0;
}

.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-nav .nav-item {
  margin: 0 1rem;
}

@media (max-width: 992px) {
  .footer-nav {
    flex-direction: column;
  }

  .footer-nav .nav-item {
    margin: 1rem 0;
  }
}

div.single-featured.display {
    display: inline-block;
    padding-bottom: 50px;
}
.middle-allign {
    display: table;
    height: 100%;
    margin-top: 0;
    width: 100%;
}
@media (min-width: 1170px){
	.wrapper2 {
		padding: 50px 0 50px;
	}
}
@media (min-width: 768px){
	.wrapper2 {
		padding: 30px 0;
	}
}

@media (max-width: 991px){
	.filter_section{
		display:none;
	}
}

/*Single page Style */
.single-property-section-oneV2 h2 ,.prop-detailsV2 h2 ,.prop-amenitiesV2  h2{
    margin: 22px 0 30px;
    line-height: 60px;
    margin: 10px 0 30px;
	text-transform: uppercase;
    font-weight: 400;
}

span.section-tagline, h3.tagline, .single-property-section-one h1, .signature {
    color: #9D9D9C;
    font-weight: 700;
    display: flex;
}
.eden-description p, .section-amenities p ,.prop-detailsV2 p{
    font-size: 20px;
	font-weight: 300;
    line-height: 32px;
}
.prop-detailsV2 {
    padding: 115px 0 70px;
}
.single-property-section-oneV2 {
    padding-top: 100px;
    padding-bottom: 60px;
}
.prop-detailsV2 ul li span {
    border: 1px solid #CACACA;
    border-radius: 4px;
    background-color: #FFF;
    display: flex;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 36px;
    align-items: center;
    padding: 29px 20px;
    text-transform: uppercase;
    height: 100%;
}
.prop-detailsV2 ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.prop-detailsV2 ul li {
    width: 33.3%;
    padding: 15px 15px;
}
.prop-detailsV2 ul li span svg {
    margin-right: 15px;
    color: #CDAB6E;
    font-size: 24px;
}
.prop-amenitiesV2 {
    padding: 50px 0 20px;
}
.prop-amenitiesV2 ul li {
    width: auto;
    padding: 25px 15px;
    text-align: center;
    justify-content: center;
    width: 16.66%;
    margin-bottom: 12px;
}
.prop-amenitiesV2 ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.prop-amenitiesV2 ul li {
    width: auto;
    padding: 25px 15px;
    text-align: center;
    justify-content: center;
    width: 16.66%;
    margin-bottom: 12px;
}
.prop-amenitiesV2 ul li svg {
    color: #CDAB6E;
    font-size: 40px;
}
.prop-amenitiesV2 ul li em {
    display: flex;
    margin-bottom: 28px;
    align-items: center;
    justify-content: center;
}
.prop-amenitiesV2 ul li span {
    font-size: 20px;
    line-height: 20px;
}

#contact_us_modal .modal-title{
    padding-top: 0;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    margin: 0;
}

#contact_us_modal input[type="submit"] {
    width: 100%;
    height: 60px;
    border: 1px solid #071c35;
    border-radius: 2px;
    background-color: #071c35;
    color: #fff;
    font-size: 12px!important;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 0;
}

/* Search page style */
.search-block h3 {
    color: #000;
	font-size: 20px;
    line-height: 30px;
	text-transform: uppercase;
    font-weight: 400;
}

.search-block a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.search-block span{
	display: block;
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
	color: #232323;
}




.about-main-container {
    margin-bottom: 100px;
    position: relative;
}
.about-overlap-container {
    margin-top: -15%;
    padding-top: 40px;
    min-height: 15%;
    position: relative;
}
.about-overlap-container::before {
    width: 66%;
    content: '';
    position: absolute;
    background: #fff;
    top: 0;
    display: block;
    height: 100%;
}
.section-introduction {
    padding-bottom: 80px;
    z-index: 2;
}
span.section-tagline, h3.tagline, .single-property-section-one h1, .signature {
    color: #9D9D9C;
    font-weight: 700;
    display: flex;
}
.content-inner:before {
    content: '';
    border-bottom: 1px solid #CACACA;
    display: block;
}
.section-award-inner, .section-who-we-are-inner, .section-intl-destination-inner {
    padding-bottom: 100px;
    padding-top: 100px;
}
.who-we-are-block {
    padding: 50px;
    background: #F8F9FB;
    margin-bottom: 20px;
}
.mobile_search_label{
	display:block;
	font-size: 13px;
    text-align: left;
    cursor: pointer;
    padding: 20px 0 20px 15px;
	border-bottom: 1px solid rgba(233,233,233,.8);
	color: #000000!important;
}
.mobile_search_label:after {
    content: "+";
    float: right;
    font-size: 20px;
}

.mobile_form_filter input[type='submit'] {
    font-size: 12px;
    border-radius: 2px;
    line-height: 24px;
    color: #fff;
    width: 100%!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    background-color: #9D9D9C;
    border: 1px solid #9D9D9C;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    margin: 7px 0 7px 0;
    white-space: normal;
}
.modal {
    z-index: 99999999;
}
.mobile_form_filter .options{
	padding:15px;
	border: 1px solid rgba(233,233,233,.8);
}
.mobile_form_filter li input[type="checkbox"]+label {
    position: relative;
    overflow: hidden;
    text-align: left;
    padding-left: 35px;
    cursor: pointer;
    display: block;
    line-height: 26px;
}

.nav-accordion.open .mobile_search_label:after {
    content: "-";
    font-size: 20px;
}


.nav-accordion {
  display: flex;
  flex-direction: column;
}

.nav-item {
  margin-bottom: 10px;
}

.nav-title {
  margin: 0;
  padding: 10px;
  background-color: #F8F9FB;
  cursor: pointer;
  font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-size: 1.17em;
}

.nav-submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.nav-submenu li {
  padding: 5px;
}

.nav-submenu li a {
  text-decoration: none;
  color: #333;
}

.nav-submenu li a:hover {
  text-decoration: underline;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.nav-title.active .caret {
  transform: rotate(180deg);
}