/*
 Theme Name: Emaar Theme
 Theme URI: https://emaar.com
 Description: A child theme for Emaar
 Author: Emaar NEXT Team
 Author URI: https://emaar.com
 Template: wp-bootstrap-starter
 Version: 1.0.0
*/

@font-face {
  font-family: 'Optima';
  src: url('fonts/Optima-Regular.eot'), url('fonts/Optima-Regular.eot') format('embedded-opentype'), url('fonts/Optima-Regular.ttf') format('truetype'), url('https://cdn.properties.emaar.com/wp-content/themes/fonts/Optima-Regular.woff') format('woff'), url('https://cdn.properties.emaar.com/wp-content/themes/fonts/Optima-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #232323;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Optima';
  color: #000;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
}

h1 {
  font-size: 46px;
  line-height: 60px;
  margin: 0 0 25px;
}

h2 {
  font-size: 46px;
  line-height: 60px;
  margin: 10px 0 30px;
  padding: 0;
}

h3 {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 20px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.entry-content ol {
  margin-bottom: 40px;
}

.entry-content ol li {
  margin-bottom: 20px;
}

p {
  margin: 0 0 30px;
}

a {
  color: #232323;
}

a:hover {
  text-decoration: none;
}

a.blue-link {
  color: #071C35;
}

:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #232323 !important;
  /*** PLACEHOLDER TEXT COLOR - KEEP ALL FOR BROWSER SUPPORT ***/
}

input:-moz-placeholder {
  color: #232323 !important;
}

input::-moz-placeholder {
  color: #232323 !important;
}

input:-ms-input-placeholder {
  color: #232323 !important;
}

textarea::-webkit-input-placeholder {
  color: #232323 !important;
}

textarea:-moz-placeholder {
  color: #232323 !important;
}

textarea::-moz-placeholder {
  color: #232323 !important;
}

textarea:-ms-input-placeholder {
  color: #232323 !important;
}

input[type='search']::-webkit-input-placeholder {
  color: #646464 !important;
  font-weight: 300 !important;
  /*** PLACEHOLDER TEXT COLOR - KEEP ALL FOR BROWSER SUPPORT ***/
}

input[type='search']:-moz-placeholder {
  color: #646464 !important;
  font-weight: 300 !important;
}

input[type='search']::-moz-placeholder {
  color: #646464 !important;
  font-weight: 300 !important;
}

input[type='search']:-ms-input-placeholder {
  color: #646464 !important;
  font-weight: 300 !important;
}

.content-area td, 
.content-area th {  
  padding: 15px;  
}

/*select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}*/

.btn {
  font-family: 'Lato', sans-serif;
  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;
}

.btn:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.btn-blue {
  background-color: #071C35;
  color: #fff !important;
  border: 1px solid #071C35;
}

.btn-blue:after {
  border: 2px solid #071C35;
}

.btn-blue:hover:after,
.btn-blue:focus:after,
.btn-green:hover:after,
.btn-green:focus:after,
.btn-grey:hover:after,
.btn-grey:focus:after {
  border: 2px solid #fff;
  border-radius: 1px;
}

.btn-green {
  background-color: #005950;
  color: #fff !important;
  border: 1px solid #005950;
}

.btn-green:after {
  border: 2px solid #005950;
}

span.green-submit {
  position: relative;
  display: block;
}

span.green-submit:hover:before {
  display: block;
  width: 99%;
  height: 96%;
  position: absolute;
  content: "";
  left: 1px;
  top: 1px;
  border: 2px solid #fff;
  z-index: 1;
  border-radius: 1px;
}

.btn-ghost {
  border: 1px solid #232323;
  background-color: #FFFFFF;
  color: #232323;
}

.btn-white {
  border: 1px solid #fff;
  background-color: #fff;
  color: #232323;
}

.btn-white:hover,
.btn-white:focus {
  border: 1px solid #232323;
}

.btn-grey {
  background-color: #9D9D9C;
  border: 1px solid #9D9D9C;
}

.btn-grey:hover {
  color: #fff;
}

.btn-grey:after {
  border: 2px solid #9D9D9C;
}

.jumbotron {
  background-color: inherit;
  padding: 80px 0;
  margin: 0;
}

.grey-bg {
  background-color: #F8F9FB;
}

.green-text {
  color: #005950;
}


/* START: Header */

header#masthead {
  /*border-bottom: 1px solid #555;*/
  background-color: inherit;
  padding: 12px 0;
  box-shadow: inherit;
}

#mobile_nav:not( .mm-menu ) {
  display: none;
}

.navbar-brand {
  margin-right: 0;
  padding-top: 0;
}

.cookie-disclaimer {    
  background: #071C35;    
  padding: 14px 19px 19px 19px;
  position: relative;
  z-index: 5;
} 
    
.cookie-disclaimer span {   
  color: #FFF;    
  margin: auto;   
} 
    
.stick-top {        
    position: fixed;    
    top: 0px;   
    width: 100%;    
    z-index: 15;    
} 
    
.disclaimer-content a,    
.disclaimer-content a:hover,    
.disclaimer-content a:focus {   
  color: #FFF;    
  text-decoration: underline;   
}  
 
.disclaimer-content p { 
  display:inline; 
  margin-bottom: 0; 
  color: #FFF!important;
  font-size: 15px!important;
} 

.btn-accept {   
  padding: 4px 28px 2px 28px;   
  border-radius: 14px;    
  background-color: #FFFFFF;    
  color: #232323;   
  margin-right: 12px;   
}   
.btn-read-policy {    
  padding: 4px 28px 2px 28px;   
  border-radius: 14px;    
  background-color: transparent;    
  color: #FFFFFF;   
  border: 1px solid #FFFFFF;    
} 
    
.btn-read-policy:hover {    
  color: #FFFFFF;     
}

@media (min-width: 510px){
  .cookie-disclaimer .btn.btn-accept{
    display: inline-block;
    vertical-align: top;
    margin-right:10px;
  }
  .cookie-disclaimer .btn.btn-read-policy{
    display: inline-block;
    vertical-align: top;
  }
}

header#masthead .navbar-nav>li {
  position: relative;
  text-transform: uppercase;
  margin-right: 40px;
  margin-top: 3px;
}

header#masthead .navbar-nav>li:last-of-type {
  margin-right: 0;
}

header#masthead .navbar-nav>li>a {
  color: #232323 !important;
  font-weight: 400 !important;
  letter-spacing: 2px;
  font-size: 12px !important;
  line-height: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: inline-block;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

header#masthead .navbar-nav>li>a:hover,
header#masthead .navbar-nav>li.current_page_item {
  font-weight: 400 !important;
}

header#masthead .navbar-nav>li>a:hover:after,
header#masthead .navbar-nav>li.current_page_item>a:after,
header#masthead .navbar-nav>li.communities-tab.active>a:after {
  display: block;
  content: "";
  position: absolute;
  border-bottom: 1px solid #071C35;
  bottom: -6px;
  width: 50%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}

.nav-band {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.nav-band a {
  color: #232323;
  text-decoration: none;
}

.nav-band-right li {
  display: inline-block;
  margin-right: 16px;
}

.nav-band-right li:last-of-type {
  margin-right: 0;
}

span.phone-number-dir {
  direction: ltr;
  unicode-bidi: embed;
}

.nav-band-right li .fa-phone {
  transform: rotate(90deg);
  /*margin-right: 5px;*/
}

.nav-band-right li .fa-whatsapp {
  font-size: 14px;
}

.wpml-ls-legacy-dropdown {
  width: auto;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  width: 115px;
}

.wpml-ls-legacy-dropdown ul li {
  display: block;
  margin-right: 0 !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  border: 0;
  /*padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;*/
}

.get-touch-btn {
  padding: 10px 20px 12px;
}

.communities-menu {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #F8F9FB;
  left: 0;
  top: 72px;
  z-index: 1001;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  padding-top: 50px;
  /*overflow-y: auto;*/
}

.communities-menu:hover,
.communities-menu:focus {}

.communities-menu-featured {
  position: relative;
}

.communities-featured-block {
  padding-bottom: 20px;
}

.communities-featured-block img,
.prop-block img {
  width: 100%;
}

.communities-menu .communities-featured-block:after {
  display: block;
  content: "";
  position: absolute;
  border-bottom: 1px solid #9D9D9C;
  bottom: -6px;
  width: 80px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}

/* Staggered Animation on scroll */
.come-in {
  transform: translateY(90px);
  animation: come-in 1.2s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 2.2s;
}

.come-up {
  transform: translateY(40px);
  animation: come-in 0.7s ease forwards;
}

.come-up:nth-child(even) {
  animation-duration: 2.1s;
}
/*
.already-visible {
  transform: translateY(0);
  animation: none;
}
*/
@keyframes come-in {
  to {
    transform: translateY(0);
  }
}

/* END Staggered Animation on scroll*/
.communities-featured-block h3 a {
  color: #000;
}

.communities-menu-list {
  background-color: #fff;
}

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;
  
}

div.breadcrumbs {
  font-weight: 700;
  margin-bottom: 28px;
}

.signature {
  margin-bottom: 28px;
}

span.bhk-number {
  text-transform: inherit;
}

.single-property-section-one h1 {
  margin-bottom: 0;
}

.communities-menu-list ul li {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.communities-menu-list ul li a {
  color: #232323;
}

.gform_wrapper ul.gform_fields li.gfield {
  display: block;
  padding-right: 0;
}

.charleft.ginput_counter {
  display: none;
}

button.modal-close {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  color: #071C35;
  border: 0;
  font-size: 22px;
  z-index: 1;
}

button.modal-close:hover,
button.modal-close:active,
button.modal-close:focus {
  background: none;
  color: #071C35;
  border: 0;
}

.modal-content {
  border-radius: 0;
}

.site .gform_wrapper h3.gform_title, p.booking-confirmation {
  padding-top: 0;
  text-transform: uppercase;
  /*width: 270px;*/
  color: #000000;
  font-family: Optima;
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  margin: 0;
}

.site .gform_wrapper label.gfield_label,
.site .gform_wrapper legend.gfield_label,
.unit-booking .gform_wrapper label.gfield_label,
.unit-booking .gform_wrapper legend.gfield_label,
.ginput_complex>span>label {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #232323;
  margin: 0;
  font-weight: 400;
}

.ginput_complex>span>label {
  font-size: 12px !important;
}

#registerModal .gform_wrapper ul.gform_fields li.gfield {
  padding: 0;
  margin: 0 0 15px;
}

#registerModal {
  /*z-index: 10;*/
}

.site .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.site .gform_wrapper select {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 15px;
  border: 1px solid #232323;
  border-radius: 2px;
  width: 100%;
  margin-top: 0;
}

.site .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):hover,
.site .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.site .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):active,
.site .gform_wrapper select:hover,
.site .gform_wrapper select:focus,
.site .gform_wrapper select:active,	
.site .gform_wrapper textarea:hover,	
.site .gform_wrapper textarea:focus,	
.site .gform_wrapper textarea:active  {
  border: 1px solid #CDAB6E;
}

.site .gform_wrapper select {
  padding: 10px 15px !important;
}


/*.page-template-book-unit-online-new .unit-booking .gform_wrapper select {
  padding: 13px 15px !important;
}*/

.site .gform_wrapper ul.gform_fields li.gfield.phone-intl-code {
  width: 30%;
  float: left;
  clear: inherit;
  position: relative;
}

.site .gform_wrapper ul.gform_fields li.gfield.bottom-phone-1 {
  width: 14%;
  float: left;
  clear: inherit;
  position: relative;
}

.site .gform_wrapper ul.gform_fields li.gfield.bottom-phone-2 {
  width: 35%;
  float: left;
  clear: inherit;
  margin-top: 8px;
}

.site .gform_wrapper ul.gform_fields li.gfield_error.bottom-phone-2 {
  margin-top: 0;
}

.site .gform_wrapper ul.gform_fields li.gfield.phone-intl-code span.phone-mask,
.site .gform_wrapper ul.gform_fields li.gfield.booking-phone-intl-code span.phone-mask {
  position: absolute;
  top: 10px;
  font-size: 15px;
  line-height: 24px;
  left: 15px;
  display: block;
  text-align: center;
  z-index: 1;
}

.site .gform_wrapper ul.gform_fields li.gfield.phone-intl-code span.phone-mask {
  width: 80%;
  text-align: left;
}

.site .gform_wrapper ul.gform_fields li.gfield.booking-phone-intl-code span.phone-mask {
  top: 17px;
}

.site .gform_wrapper .phone-intl-code div.ginput_container,
.site .gform_wrapper .phone-number div.ginput_container {
  margin-top: 0;
}

.site .gform_wrapper ul.gform_fields li.gfield.phone-intl-code select,
.site .gform_wrapper ul.gform_fields li.gfield.booking-phone-intl-code select {
  width: 100%;
  -webkit-appearance: none;
  text-indent: -9999px;
  z-index: 2;
  position: relative;
  background: transparent;
}

/*.site .gform_wrapper ul.gform_fields li.gfield.phone-intl-code select option,
.site .gform_wrapper ul.gform_fields li.gfield.booking-phone-intl-code select option,*/
.cookie-disclaimer span {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

.site .gform_wrapper ul.gform_fields li.gfield.phone-number {
  width: 66.66%;
  float: right;
  clear: inherit;
}

.site .gform_wrapper ul.gform_fields li.gfield.booking-email-address {
  width: 50%;
  float: left;
  clear: inherit;
  /*margin: 0 5% 0 0;*/
  padding-right: 30px;
}

.unit-booking .gform_wrapper ul li.gfield {
  /*margin-top:10px;*/
}

.unit-booking .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip {
  padding-right: 18px !important;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.phone-title {
  width: 65%;
  position: absolute;
  left: 45.3%;
  margin-top: 17px;
}

.site .gform_wrapper ul.gform_fields li.gfield.booking-phone-intl-code {
  width: 14%;
  clear: inherit;
  float: left;
  margin-top: 41px;
  position: relative;
}

.site .gform_wrapper ul.gform_fields li.gfield.booking-phone-number {
  width: 35%;
  float: right;
  clear: inherit;
  margin-top: 41px;
}

.unit-booking .gform_wrapper ul.gform_fields li.gfield.resident-switch {
  margin-top: -24px;
}

.site .gform_wrapper ul.gform_fields li.gfield.phone-intl-code span.phone-mask:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #232323;
  font-weight: 300;
  right: 0;
  content: '\f107';
  position: absolute;
}

.site .gform_wrapper ul.gform_fields li.gfield.phone-intl-code.bottom-phone-1 span.phone-mask:after {
  right: inherit;
}

.unit-booking .gform_wrapper ul.gform_fields li.gfield span.phone-mask:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #232323;
  font-weight: 300;
  /*margin-left: 26px;*/
  content: '\f107';
  position: absolute;	
  left: 62px;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  width: 100%;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin-top: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
input[type="checkbox"] {
  display: none;
}

.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;
}

.unit-booking .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]+label,
input[type="checkbox"]+label {
  line-height: 29px;
}

input[type="checkbox"]+label:before,
input[type="checkbox"]+label:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: .2s;
  transition: .2s;
}


/* after */

input[type="checkbox"]:not(:checked)+label:after {
  width: 26px;
  height: 26px;
  border: 1px solid #232323;
  top: 0;
  border-radius: 2px;
  background-color: #fff;
}

input[type="checkbox"]:checked+label:after {
  top: 0;
  width: 26px;
  height: 26px;
  background-color: #CDAB6E;
  z-index: 0;
  border-radius: 2px
}


/* before */

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%;
}

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;
}

.site .gform_wrapper ul.gform_fields li.gfield.send-alerts {
  padding-top: 1px;
}

.site .gform_wrapper ul.gform_fields li.gfield.send-alerts label {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: initial;
  min-height: 31px;
}

.site .gform_wrapper ul.gform_fields li.gfield.consent-privacy-policy .gfield_required {	
	display: none;	
}
	
.site .gform_wrapper ul.gform_fields li.gfield.consent-privacy-policy label  a {
  text-decoration: underline;
  display:block; 
    
}
.site .gform_wrapper ul.gform_fields li.gfield.consent-privacy-policy label {
  line-height: 18px;	
}
.site .gform_wrapper ul.gform_fields li.gfield.consent-privacy-policy p,
.site .gform_wrapper ul.gform_fields li.gfield.terms-conditions p {
  line-height: 18px;	
  font-size: 14px;
  
}
.site .gform_wrapper ul.gform_fields li.gfield.terms-conditions p {
	padding-left:12px;
	margin-top:10px;
}
.site .gform_wrapper ul.gform_fields li.gfield.consent-privacy-policy p a, 
.site .gform_wrapper ul.gform_fields li.gfield.terms-conditions p a {
	text-decoration: underline!important;
}
.site .gform_wrapper ul.gform_fields li.gfield.consent-privacy-policy {
 margin-bottom: 0!important;
 padding-right: initial;
}

.site .gform_wrapper ul.gform_fields li.gfield.lead-privacy-p { 
 margin-top: -15px!important;
}


.site .gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
  height: 60px;
  border: 1px solid #071C35;
  border-radius: 2px;
  background-color: #071C35;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 0;
}

.unit-booking .gform_wrapper .gform_footer input[type="submit"] {
  width: 200px;
  height: 52px;
  border: 1px solid #071C35;
  border-radius: 2px;
  background-color: #071C35;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 0;
  margin-top: 40px;
}

.site .gform_wrapper .gform_footer input[type="submit"]:hover,
.site .gform_wrapper .gform_footer input[type="submit"]:focus {
  border: 1px solid #fff;
}

.site .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}

html .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.site .gform_wrapper div.validation_error {
  display: none;
}

.site .gform_wrapper li.gfield.gfield_error,
.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0 !important;
  border-top: 0;
  border-bottom: 0;
}

.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

.site .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 0;
  margin-bottom: 10px;
}

.site .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.site .gform_wrapper li.gfield_error textarea {
  border: 1px solid #e81717;
}

.site .gform_wrapper .validation_message,
.validation-error, .max_price_validation, .min_price_validation {
  color: #e81717;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: initial;
  font-size: 12px;
}

.site .gform_confirmation_message {
  padding: 40px 20px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: normal;
}

.site .gform_confirmation_message h3 {
  font-size: 24px;
  line-height: 30px;
}


/* END: Header */


/* START: HOME PAGE */

#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.home #content.site-content {
  padding-top: 0;
  padding-bottom: 30px;
}

.home-hero-section {
  position: relative;
  transition: transform 10s ease;
}

.home-hero-section img {
  width: 100%;
}

.hero-content-wrapper {
  height: calc(100vh - 72px);
  width: 100%;
  overflow: hidden;
}

.hero-content-wrapper video {
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: 50% 0%;
}

.hero-background-overlay {
    height: 100%;	
    width: 100%;	
    position: absolute;	
    top: 0px;	
    left: 0px;	
    z-index: 2;	
    opacity: 0.4;	
    background-color: rgba(0,0,0,0.5);
}

@keyframes fadeIn {
  0% {
  visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 0.4;
  }
}

.home-hero-section .prop-search-bar {
  position: absolute;
  width: 100%;
  top: 90%;
  transform: translateY(-90%);
  z-index: 3;
  overflow: visible;
}

#homepage-search-filter .col-md-3 {	
	max-width: 20%;	
}

.search-page-wrapper .prop-search-bar {
  margin-left: 15px;
  margin-right: 15px;
}

.prop-search-bar .form-container {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.prop-search-bar label,
.homesearch_mobile_filter label {
  display: block;
  margin: 0;
}

.prop-search-bar .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;
}

.prop-search-bar .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;
}

.prop-search-bar .select-sec.community-selection label {
  border-radius: 2px 0 0 2px;
}

.dropdown-icon {
  font-weight: 400!important;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #232323;
}

.dropdown-icon-price {	
  right: 15px;	
}

.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;	
}

.prop-search-bar label span.search-val {
  display: block;
  text-transform: none;
}

.selected-val {
  color: #CDAB6E;
}

.prop-search-bar label.active {
  background-color: #F8F9FB;
}

.no-results-found {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 70px;
}


/* placeholder property search textbox */

input[name='property_search']::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646464!important;
  font-weight: 300!important;
}

input[name='property_search']:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #646464!important;
  font-weight: 300!important;
}

input[name='property_search']::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #646464!important;
  font-weight: 300!important;
}

.community-options,
.bedroom-options,
.price-options,
.area-options,
.property-type-options,
.floor-options,
.property-options {
  position: absolute;
  left: 0;
  top: 88px;
  padding: 25px 20px 15px;
  background: #fff;
  width: 100%;
  border-radius: 2px;
  background-color: #F8F9FB;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.prop-search-bar .select-sec:last-of-type:before {
  display: none;
}

.select-sec label {
  padding: 15px 15px 20px;
}

.select-sec-options h4 {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  margin: 0 0 25px;
}

.select-sec-options li {
  margin-bottom: 15px;
}

.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;
}

.bedroom-options,
.area-options,
.price-options {
  width: 150%;
}

.home-hero-section .property-type-options {	
	width: 160%;	
}

.no-community-for-property { display:none;}

.price-min-range,
.price-max-range,
.area-min-range,
.area-max-range {
  width: 41.66%;
  margin-bottom: 10px;
}

.floor-min-range {	
  width: 100%;	
  margin-bottom: 10px;	
}

.price-min-range label,
.price-max-range label,
.area-min-range label,
.area-max-range label{
  padding: 0;
  margin-bottom: 10px;
}

.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;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: #fff url('inc/assets/images/angle-down-light.svg') no-repeat 94% 18px;
  background-size: 9px auto;
  color: #232323;
}

.filter-bottom {
  border-top: 1px solid #CACACA;
  padding-top: 15px;
  margin-top: 10px;
}

.apply-btn {
  padding: 12px 30px;
  width: 150px;
  background-color: #9D9D9C;
  border: 1px solid #9D9D9C;
  font-weight: 700;
}

.apply-btn:after {
  border: 2px solid #9D9D9C;
}

.clear-selection {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #CACACA;
}

.clear-selection.active {
  color: #071C35;
  text-decoration: none;
}

.prop-search-bar input[type='submit'] {
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  white-space: normal;
}

.community-options-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-auto-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.community-options-list li {
  margin-right: 20px;
}

.property-community-list {	
	max-width: 100%!important;	
	flex: initial;	
}

.property-community-list ul {	
  columns: 4;	
  -webkit-columns: 4;	
  -moz-columns: 4;	
}	

span.section-tagline,
h3.tagline,
.single-property-section-one h1,
.signature {
  color: #9D9D9C;
  font-weight: 700;
  display: flex;
  font-family: 'Lato', sans-serif;
}

h3.title {
  color: #9D9D9C;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
}


span.section-tagline:after,
h3.tagline:after,
.single-property-section-one h1:after,
.signature:after {
  display: block;
  content: "";
  height: 1px;
  width: 120px;
  background-color: #9D9D9C;
  margin-top: 11px;
  margin-left: 10px;
}

.digital-exp {
  padding-top: 33px;
}

.latest-launches-left {
  margin-top: 100px;
}

.prop-block {
  margin-bottom: 20px;
}

    
.view {   
    position: relative;   
    overflow: hidden;   
    cursor: default;    
}   
.view img {   
    position: relative;   
    display: block;   
}   
.zoom img,.zoom video {   
  -webkit-transition: all .2s linear;   
  -moz-transition: all .2s linear;    
  -ms-transition: all .2s linear;   
  transition:all .2s linear;    
}   
.zoom:hover img, .zoom:hover video {    
  -webkit-transform:scale(1.1);   
  transform:scale(1.1);   
  -webkit-transition: all .2 linear;    
}   
.view {   
  position:relative;    
  overflow:hidden;    
  cursor:default;   
}   
.zoom img,.zoom video {   
  -webkit-transition:all .2s linear;    
  transition: all .2s linear;   
}   
.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;    
}   

.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:after {
  display: block;
  content: "";
  height: 1px;
  width: 80px;
  background-color: #9D9D9C;
  right: 0;
  position: absolute;
  top: 17px;
}

.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;
}

.communities-menu-featured .slick-slider .slick-next,
.communities-menu-featured .slick-slider .slick-prev,
.slick-slider-block .slick-slider .slick-next,
.slick-slider-block .slick-slider .slick-prev,
.onboarding-who-we-are .slick-slider .slick-next,
.onboarding-who-we-are .slick-slider .slick-prev,
.onboarding-where-we-are .slick-slider .slick-next,
.onboarding-where-we-are .slick-slider .slick-prev {
  position: absolute;
  top: -73px;
  right: 15px;
  font-size: 0;
  content: "";
  width: 48px;
  height: 20px;
}

.slick-slider-block .slick-slider .slick-next,
.slick-slider-block .slick-slider .slick-prev {
  top: -50px;
}

.communities-menu-featured .slick-slider .slick-next,
.slick-slider-block .slick-slider .slick-next,
.onboarding-who-we-are .slick-slider .slick-next,
.onboarding-where-we-are .slick-slider .slick-next{
  background: url('inc/assets/images/arrow-right-active.svg') no-repeat left top;
}

.communities-menu-featured .slick-slider .slick-prev,
.slick-slider-block .slick-slider .slick-prev,
.onboarding-who-we-are .slick-slider .slick-prev,
.onboarding-where-we-are .slick-slider .slick-prev {
  background: url('inc/assets/images/arrow-left-active.svg') no-repeat left top;
  right: 70px;
}

.communities-menu-featured .slick-slider .slick-next.slick-disabled,
.slick-slider-block .slick-slider .slick-next.slick-disabled,
.onboarding-who-we-are .slick-slider .slick-next.slick-disabled,
.onboarding-where-we-are .slick-slider .slick-next.slick-disabled {
  background: url('inc/assets/images/arrow-right-disabled.svg') no-repeat left top;
}

.communities-menu-featured .slick-slider .slick-prev.slick-disabled,
.slick-slider-block .slick-slider .slick-prev.slick-disabled,
.onboarding-who-we-are .slick-slider .slick-prev.slick-disabled,
.onboarding-where-we-are .slick-slider .slick-prev.slick-disabled {
  background: url('inc/assets/images/arrow-left-disabled.svg') no-repeat left top;
}

.communities-menu-featured .slick-slider .slick-next-2,
.slick-slider-block .slick-slider .slick-next-2,
.onboarding-who-we-are .slick-slider .slick-next-2,
.onboarding-where-we-are .slick-slider .slick-next-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  font-size: 0;
}

.promotions-section .slick-slider-block .slick-slider .slick-next-2 {
  width: 90px;
}

.promotions-section .slick-slider-block .slick-slider .slick-next-2 {
  width: 90px;
}

.communities-menu-featured .slick-slider .slick-next-2.slick-disabled,
.slick-slider-block .slick-slider .slick-next-2.slick-disabled {
  display: none !important;
  width: 0 !important;
  position: relative !important;
}

.slick-list.draggable {
  padding: 0 50px 0 0 !important;
  min-width: 100%;
}

.slick-track {
  min-width: 100%;
}

.digital-features h4 {
  font-weight: 300;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  line-height: 24px;
  font-weight: 300;
  position: relative;
  padding: 0 0 0 50px;
  margin: 0;
  text-transform: inherit;
}

.digital-features i {
  font-size: 18px;
  text-align: center;
  color: #071C35;
  height: 39px;
  width: 39px;
  border: 1px solid #071C35;
  background-color: #FFFFFF;
  border-radius: 100%;
  margin-right: 10px;
  line-height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.digital-features [class*="col-"] {
  margin-bottom: 30px;
}

.promotions-block {
  padding: 0 60px;
  min-height: 390px;
  position: relative;
}

.promotions-block-content {
  min-height: 390px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.promotions-block .row [class*="col-"]:first-of-type {
  padding-right: 30px;
}

.promotions-block .row [class*="col-"]:nth-of-type(2) {
  padding-left: 30px;
}

.slick-slide:nth-of-type(2n) .promotions-block .row [class*="col-"]:first-of-type {
  padding-left: 30px;
  padding-right: 15px;
}

.slick-slide:nth-of-type(2n) .promotions-block .row [class*="col-"]:nth-of-type(2) {
  padding-right: 30px;
  padding-left: 15px;
}

.promotions-section .section-tagline {
  margin-bottom: 28px;
}

.promotions-section .slick-list.draggable {
  padding: 0 100px 0 0 !important;
  min-width: 100%;
}

.promotions-block h3 {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 12px;
}

.promotions-block .short-desc {
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}

.promotions-block a.btn.try-btn {
  min-width: 240px;
}

.promotions-block .block-2 {
  text-align: right;
}

.slick-slide .promotions-block img {
  display: initial;
}

.slick-slide:nth-of-type(2n) .promotions-block .block-1 {
  order: 2;
}

.slick-slide:nth-of-type(2n) .promotions-block .block-2 {
  order: 1;
  text-align: left;
}


/* END: HOMEPAGE */


/* Start Popup Gallery Styles */
.modal {
  position: fixed !important;
}

.global-swiper-light-box, .constructionupdate-swiper-light-box{
  padding: 30px;
  z-index: 1;
  height: 100vh;
}

/*.modal-full {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  max-width: initial;
}

.modal-full .modal-content {
  border: 0;
  width: 100%;
  height: 100vh;
}
*/

.global-swiper-light-box .swiper-container,
.global-swiper-light-box .swiper-slide,
.constructionupdate-swiper-light-box .swiper-container,
.constructionupdate-swiper-light-box .swiper-slide{
  /*max-height:  -webkit-calc(100% - 60px);
max-height: -moz-calc(100% - 60px);
max-height: calc(100% - 60px);
*/
  /*background: green;*/
  max-height: 100%;
}

.swiper-slide img {
  max-height: calc(100vh - 60px);
  /*max-height: 100vh;*/
  /*max-height: -moz-calc(100% - 60px);
max-height: calc(100% - 60px);
width: auto;*/
}

.gallery-image-container iframe {
    height: 100%;
    width: 100%;
}

.swiper-slide iframe {	
    min-height: 78vh;	
    width: 100%;	
}	

.global-swiper-light-box .swiper-pagination-fraction, 
.constructionupdate-swiper-light-box .swiper-pagination-fraction,
.about-inner-container h4 {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
}

.about-inner-container h4 {
  line-height: 39px !important;
}

.global-swiper-light-box .swiper-pagination,
.constructionupdate-swiper-light-box .swiper-pagination {
  text-align: left;
}

.gallery-description {
  color: #9D9D9C;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 15px;
  margin-top: 15px;
}

.gallery-button-prev {
  left: 0;
}

.gallery-button-next {
 right:16.5%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.arrow-show{
  opacity: 1;
}
.gallery-button-prev,
.gallery-button-next {
  height: 52px;
  width: 90px;
  background: #FFF;
  border: none;
  opacity: 0;
  transition: opacity .2s;
}
.gallery-button-prev:hover,
.gallery-button-next:hover{
  opacity: 1;
}
.gallery-button-prev img,
.gallery-button-next img {
  width: 48px;
}

.close-global-swiper, .close-const-updates-swiper {
  height: 52px;
  width: 52px;
  background: #F8F9FB;
  top: 30px;
  right: 30px;
  z-index: 2;
  position: absolute;
  top: 30px;
  right: 20px;
  border: 0;
  font-size: 22px;
  padding:0!important;
}

.gallery-image-container {
  background: #F8F9FB;
  text-align: center;
  padding: 0;
  height: calc(100vh - 60px);
}

.image-gallery-row {
  height: -webkit-calc(100% - 60px);
  height: -moz-calc(100% - 60px);
  height: calc(100% - 60px);
}

.gallery-details-bottom {
  position: absolute;
  bottom: 50px;
  margin-left: 15px;
}

.vr-gallery-right {	
   padding: 60px 15px 0 53px !important;	
}	
.vrtour-gallery-container {	
  padding: 0!important;	
}	
.gallery-vr-description {	
  color: #232323;	
  font-family: 'Lato', sans-serif;	
  font-size: 14px;	
  letter-spacing: 2px;	
  line-height: 23px;	
}

.gallery-vr-description h4 {
  margin: 30px 0 15px;
  font-size: 18px;
}

.gallery-vr-description p {
  margin-bottom: 15px;
}

.gallery-vr-description ul {
  margin: 0 0 20px 35px;
}

.gallery-vr-description ul li {
  list-style-type: disc;
}

.page-template-vrtours .global-swiper-light-box {
	overflow:scroll;
}

.global-swiper-light-box .swiper-pagination-fraction, 
.constructionupdate-swiper-light-box .swiper-pagination-fraction {
  bottom: initial;
  position: initial;
}

/* Global Swiper with Lightbox*/
.global-swiper-light-box , .constructionupdate-swiper-light-box{
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 13
}

.global-swiper-light-box .global-swiper-container .swiper-wrapper .swiper-slide,
.constructionupdate-swiper-light-box .global-swiper-container .swiper-wrapper .swiper-slide{
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    height: 100vh
}
.no-scroll {
    overflow: hidden
}
/* End Popup Gallery Styles */


/* START: Offers Page */

.single-offer h1,
.unit-booking .gform_wrapper li.gfield_html h4 {
  font-size: 24px;
  line-height: 36px;
}

.offers-single-left .lists-key-features-availibility p:first-of-type, 
.awards-accordion .card-body ul li,
.bod-profile-description-container,
.principal-accordion,
.who-we-are-block,
.additional-units-block
 {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

p.availability-list-title {
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
}

.single-offer ul {
  list-style: none;
  padding-left: 19px;
}

.single-offer .footer-social-icons ul.social-media-icons-sections {
  padding-left: 0;
}

.lists-key-features-availibility ul li {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 20px;
}

.lists-key-features-availibility ul li:before {
  content: "\f061";
  font-family: FontAwesome;
  color: #071C35;
  font-size: 12px;
  margin: 0 5px 0 -20px;
}

.cta-btn-register {
  /*height: 52px;*/
  width: 260px;
  border-radius: 2px;
}

.view-documents-required,
.view-documents-required-na {
  color: #071C35;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.view-documents-required:after {
  content: "\f078";
  font-family: FontAwesome;
  color: #071C35;
  font-size: 12px;
  padding-left: 12px;
}

.offers-single-left ul {
  padding-left: 20px;
  padding-top: 10px;
}

.offers-single-left {
  padding-top: 20px;
  padding-right: 60px;
}

.offers-single-right {
  padding-top: 60px;
}

.required-docs-section .card-body {
  padding: 0;
}

.required-docs-section {
  margin-bottom: 60px;
}

a.collapse_documents_required {
  text-decoration: none;
}

#collapseDocumentsRequired ul li, .webinar-lp ul li {
  list-style-type: disc;
}

.webinar-lp ul li {
  list-style-position: inside;
}

#collapseDocumentsRequired .card-body {
  padding-left: 50px;
}


/* END: Offers Page */


/* Start Offers Listing */

.offer-list-section h3 {
  margin-bottom: 0;
}

.offer-listing-description > div {  
    padding-top: 15px;  
    padding-right: 20px;  
}

.offer-list-section {
  margin-bottom: 40px;
}


/* End Offers Listing */


/* START: Single Property Page */

.property_heading_container {
  z-index: 1;
  margin-top: -130px;
  background: #FFF;
  padding-top: 50px;
  padding-right: 50px;
}

.vr-tour-block {	
  margin-top:46px;	
}
	
.matterport-showcase iframe{	
  min-height: 520px;	
  width: 100%; 	
}

.feature-image-fullwidth {
  position: relative;
}
.share_gallery_container {
  z-index: 3;
  bottom:23px;
  text-align: center;
  position: absolute;
  right:0;
}

.share_gallery_container ul li  {
  display: inline-block;
  float:none;
}

.share_gallery_container li a.btn {
  padding: 10px 15px;
}

.share_gallery_container li a.btn:hover,
.share_gallery_container li a.btn:focus,
.share_gallery_container li a.btn:active {
  /*border: 0;*/
  background-color: #F8F9FB;
  box-shadow: none;
}


.sharing-options {
  display: none;
  position: absolute;
  width: 320px;
  background-color: #F8F9FB;
  right: 0;
  top: 56px;
  z-index: 2;
  font-size: 12px;
  font-weight: 400;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
}

.sharing-options .essb_links {
  margin: 0;
}

.sharing-options .essb_links.essb_template_clear-retina li a {
  text-align: center;
  margin-right: 23px;
}

.sharing-options .essb_links.essb_template_clear-retina li:last-of-type a {
  margin-right: 0;
}

.sharing-options .essb_links.essb_template_clear-retina a .essb_network_name {
  margin: 10px 0 0;
  display: block;
  text-align: center;
  font-family: 'Lato', sans-serif;
  color: #232323;
  font-size: 11px;
  float: none;
}

.sharing-options .essb_links .essb_icon::before {
  font-size: 23px !important;
  top: 15px;
  left: 15px;
}

.sharing-options .essb_links .essb_icon {
  width: 52px;
  height: 52px;
}

.sharing-options .essb_links .essb_link_facebook .essb_icon {
  background: url(inc/assets/images/facebook.png) no-repeat left top !important;
}

.sharing-options .essb_links .essb_link_twitter .essb_icon {
  background: url(inc/assets/images/twitter.png) no-repeat left top !important;
}

.sharing-options .essb_links .essb_link_whatsapp .essb_icon {
  background: url(inc/assets/images/whatsapp.png) no-repeat left top !important;
}

.sharing-options .essb_links .essb_link_mail .essb_icon {
  background: url(inc/assets/images/email.png) no-repeat left top !important;
}

.sharing-options .essb_icon.essb_icon_facebook:before,
.sharing-options .essb_icon.essb_icon_twitter:before,
.sharing-options .essb_icon.essb_icon_whatsapp:before,
.sharing-options .essb_icon.essb_icon_mail:before {
  display: none;
}

.sharing-options .essb_links.essb_template_clear-retina li a:focus .essb_icon,
.sharing-options .essb_links.essb_template_clear-retina li a:hover .essb_icon {
  background-color: inherit !important;
}

.single-property-section-one { padding-top:60px; }

.share_gallery_container li.share-block {
  margin-left: 10px;
  position: relative;
}

.block-sp-heading>span>h2 {
  text-align: left;
  line-height: 54px;
  margin-top: 20px;
  font-size: 46px;
  text-transform: uppercase;
}

.mtop-margin {
  margin-top: 4rem;
}

.card {
  border: 0;
}

h3.tagline {
  margin-bottom: 10px;
}

.back-to-our-roots {
  margin-top: 60px;
}

.bedrooms-block {
  margin-top: 6rem;
}

.bedrooms-block>.card-body:first-of-type {
  margin-left: 100px;
}

.bathrooms-block>.card-body:first-of-type {
  margin-top: -50px;
}

.bathrooms-block>.card-body,
.bedrooms-block>.card-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
}

.blocks-bedroom-villas h3.title, .available-unit h3.title {
  margin-bottom: 13px;
}
 
.the-town-center-description {
  margin-left: 90px;
}

.a-design-for-dreaming {
  padding-right: 100px;
  padding-left: 20px;
}

.a-design-for-dreaming p {
  margin-bottom: 0;
}

.bedrooms-block p {
  margin-top: 0;
}

.property-feature-block span.feature-numeric {
  color: #000000;
  font-family: Optima;
  font-size: 24px;
  line-height: 36px;
  display: block;
}

.property-feature-block>div:last-child>span.feature-text {
  color: #071C35;
}

.property-feature-block span.feature-text,
.availability-template-left .unit-location-code {
  text-transform: uppercase;
  color: #232323;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;
}

.property-prices-b {
  margin-top: 8rem;
}

.section-amenities {
  margin-top: 8rem;
}

.section-amenities ul li {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: Optima;
  margin-bottom: 24px;
  position: relative;
  padding: 0 0 0 50px;
}

.section-amenities i {
  font-size: 20px;
  padding-right: 10px;
  position: absolute;
  left: 0;
  width: 39px;
  top: 8px;
  text-align: center;
}

.section-amenities div:nth-child(2) {
  padding-left: 40px;
}

.eden-description,
.section-amenities p {
  font-size: 20px;
  line-height: 32px;
}

.new-vr-tour {	
  color: #FFFFFF;	
  font-family: 'Lato', sans-serif;	
  font-size: 12px;	
  font-weight: bold;	
  letter-spacing: 2px;	
  line-height: 15px;	
  padding: 7px 18px;	
  border-radius: 14px;	
  background-color: #CDAB6E;	
  margin-bottom: 40px;	
}	
.new-vr-tour:hover { 	
  color: #FFFFFF;	
}

.download_brochure,
.subscribe_section button {
  background-color: #005950;
  width: 100%;
  margin-left: 0;
}

.section_map {
  margin-top: 160px;
  filter: grayscale(100%);
}

.section_map iframe {
  height: 900px;
}

.block-available-units {
  padding-top: 60px;
}

.available-unit {
  text-align: center;
  margin-top: -180px;
  background: #FFF;
  padding: 60px 60px 0 60px;
}

h1.bedroom-villas {
  font-size: 46px;
  line-height: 60px;
  text-align: center;
  text-transform: capitalize;
}
.available-unit h1.bedroom-villas {
    text-transform: uppercase;
}
.available-unit p.bedroom-villa-description {
  padding-left: 130px;
  padding-right: 130px;
}

.blocks-bedroom-villas div h2 {
  color: #000000;
  font-family: Optima;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 8px;
}

.blocks-bedroom-villas div h3 {
  color: #232323;
}

.download_floorplan {
  width: 390px;
}

.view_all_units {
  width: 100%;
}

.payment-plan {
  background-color: #F8F9FB;
  padding: 160px 0 160px 0;
}

.construction-updates {
  padding: 70px 0 70px 0;
  background-color: #F8F9FB;
}

.payment-plan h2 {
  font-size: 24px;
  line-height: 36px;
}

.payment-plan h1 {
  font-size: 46px;
  line-height: 60px;
}

.payment-plan-blocks .card-body span.section-tagline {
  font-weight: bold;
  color: #232323;
  line-height: 18px;
  display: block;
}

.payment-plan-blocks .card-body span.section-tagline:after {
  display: none;
}

.payment-plan-blocks .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.payment-plan-blocks>div {
  min-height: 200px;
}

.single-properties .sticky-prop-bar h4 {
  margin: 0;
  color: #232323;
  line-height: 18px;
}

.single-properties .sticky-prop-bar h4 a {
  color: #9D9D9C;
  font-weight: 600;
}

.single-properties .sticky-prop-bar h4 a:hover {
  color: #0056b3;
}

.single-properties .sticky-prop-bar span.prop-dtl {
  text-transform: uppercase;
}

.single-properties .sticky-prop-bar div.col-lg-2:last-of-type span.prop-dtl {
  color: #071C35;
}

.single-properties .sticky-prop-bar {
  background-color: #EAECEE;
  padding-top: 25px;
  padding-bottom: 25px;
}

.single-properties .sticky-prop-bar .get-touch-btn {
  width: 100%;
}

.avl-unit-count {
  color: #071C35 !important;
}

span.feature-numeric:hover,
.avl-unit-count:hover {
  color: #0056b3 !important;
}

.download-floorplan-section {
  margin: 30px auto 80px auto;
}

.btn-share {
  height: 52px;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #000;
  color: #232323;
  font-weight: bold;
}

.community-description-container {
  position: relative;
  min-height: 740px;
  text-align: center;
  background-size: cover;
  margin-bottom: 50px;
}

.community-description-center {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  text-align: center;
  background: #FFF;
  padding: 45px;
}

.community-description-center p,
.community-description-center span.section-tagline {
  margin-bottom: 12px;
}

.community-description-center span.section-tagline:after {
  display: none;
}

.community-description-center .community-logo {
  width: 200px;
  margin-bottom: 15px;
}

.view-community-cta {
  padding: 10px 25px;
  width: 100%;
  margin-top: 15px;
  text-align: left;
}

.view-community-cta .fal {
  float: right;
  line-height: 24px;
}

.spinner-body:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 10%;
  left: 41%;
  height: 25px;
  width: 25px;
  margin-top: 0;
  margin-left: 0;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner-body .6s linear infinite;
}

.spinner-footer:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 45%;
  /* left: 2%; */
  height: 25px;
  width: 25px;
  margin-top: 0;
  margin-left: 0;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner-footer .6s linear infinite;
}

.acf-map {
  width: 100%;
  min-height: 700px;
}

.acf-map img {
  max-width: inherit !important;
}

.text-bold { 
  font-weight: 500!important; 
}

.contruction-updates-gallery { 
  margin-top:20px;
}

.view-all-gallery { 
  margin-top:50px; 
}

.completion-schedule { 
  margin:auto; 
}

.completion-schedule > h3.tagline { 
  margin-left: 29px; 
}

.construction_date { 
font-size: 46px;
line-height: 60px;
margin: 0 0 25px; 
font-family: 'Optima';
display: block;
}
/* END: Single Property Page */


/******* Start Availibity Page Template ************/

.availability-template {
  margin-bottom: 80px;
}

.availability-template h1.bedroom-villas {
  text-align: initial;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 60px;
}

h2.property-name {
  text-transform: uppercase;
  text-align: initial;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  line-height: 36px;
}

.single-property-community-link {
  margin: 15px 0 0 0;
}

.description-single-property {
  line-height: 26px;
  margin-bottom: 30px;
}

.description-single-property p {
  margin-bottom: 10px;
}

.community-link {
  margin: 15px 0 15px 0;
}

.availability-template .get-touch-btn {
  width: 100%;
}

.accordion-table-row {
  border-radius: 4px;
  background-color: #F8F9FB;
  margin-top: 4px;
  
}
.accordion-table-row > .row { padding: 15px; }

.row-title {
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  padding: 15px;
  margin-top: 20px;
}

span.col-value {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.margin-left-on-scroll {
 margin-left: 25%;
}

.availability-template-right [aria-expanded="true"] .fas:before {
  content: "\f106";
}

.availability-template-right [data-toggle="collapse"].collapsed .fas:before {
  content: "\f107";
}

.availability-template-right .collapse-row-details {
  border-top: 1px dashed #AFB2B9;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 4px;
  margin-left: 15px;
  margin-right: 15px;
}
.availability-template-right .collapse-row-details .spinner-body:before {
  top: 33%;
  left: 20px;
}
.availability-template-right .unit-details-collapse {
  background-color: #F8F9FB;
  border-radius: 0 0 4px 4px;
}
.collapse-row-details .table-heading { 
  color: #061B36; 
}
.btn-book-now { width:100%; }
.payment-plan-container {  margin-bottom: 20px; }
.payment-plan-container table { background: #FFF; border: 10px solid #FFF;}
.payment-plan-container table tr.first { padding-left:10px; }
.payment-plan-container table td span { 
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.payment-plan-container table td:first-child { width:50%; }
.payment-plan-container table td { width:20%; }
.book-cta-container { padding-top: 52px; }
.unit-details-collapse { z-index: -1; }
.payment-plan-container table tr.table-heading td { border: 0; }
.payment-plan-container table tr td {
  border-bottom: 1px dashed #AFB2B9;
  border-top: 0;
}
.payment-plan-container table tr:last-child td {
  border-bottom: 0;
}
.payment-plan-container table tr.table-heading td span {
  color: #061B36;
  font-size: 12px;
  letter-spacing: 2px;
}
.view-floorplan-container {
  padding:30px 0 30px 0;
}

.no-cta .view-floorplan-container {
  padding-top: 0;
}

/* .nav-link-floor-plan {
  padding-bottom: 15px;
  padding-top: 0;
  background-color: #F8F9FB!important;
  border: 0 !important;
  padding-left: 2px;
  padding-right: 2px;
 
} */

.nav-tabs .nav-link-floor-plan.active {
  border-bottom: 1px solid #071C35 !important;
}

.collapse-row-details .nav-item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.collapse-row-details .tab-content .tab-pane i {
  padding-right: 6px;
}

.floor-plan-tab-panel {
  background: #FFF;
  margin-bottom: 40px;
}

.expand-floor-plan {
  position: absolute;
  top: 80px;
  right: 50px;
}

a.sort-by:hover,
a.sort-by,
a.link-units-available {
  text-decoration: none!important;
}

.sticky-prop-bar a.link-units-available span{
  font-size: 24px;
  color: #B18500;
  font-weight: bold;
}

a.clear-selection:hover,
a.clear-selection {
  text-decoration: none!important;
  color: #CACACA;
}

a.active-clear,
a.active-clear:hover {
  color: #071C35;
}

.icon-stack {
  position: relative;
  vertical-align: top;
}

.icon-stack .sort-arrows-up,
.icon-stack .sort-arrows-down {
  position: absolute;
  left: 5px;
  width: 100%;
  text-align: right;
  line-height: 36px;
  font-size: 14px;
  top: 0;
}

.icon-stack .sort-arrows-up {
  line-height: inherit;
}

.page-template-template-availability-page .site-footer {
  margin-top: 4rem;
}

.grid-size-13 { width:12%; }
.grid-size-30 { width:34%; }
.grid-size-5 { width:5%; }

.grid-size-2 {
  width: 14%;
}

.grid-size-1 {
  width: 39%;
}

.grid-size-5 {
  width: 5%;
}

.btn.book-unit {
  padding: 6px 32px;
}

.col-btn-book {
  width: 18%;
  text-align: right;
  padding-right: 15px;
}

.accordion-table-row>div.row>div:nth-child(2) {
  padding-left: 30px!important;
}

a.sort-by-location,
a.sort-by-location:hover,
a.sort-by-location:active {
  color: #232323;
}

.collapsible-property-details {
  margin-bottom: 20px;
}

.availability-template-right .price-options {
  left: inherit;
  right: 0;
}

.view-details {
  font-weight: bold!important;
}

/* End Availibility Page Template */

/* Unit Booking Form Page */

.unit-booking select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(inc/assets/images/angle-down-light.svg) no-repeat right;
  background-size: 11px auto;
  background-position: right 10px top 10px;
}

.booking-template-right {
  padding-right: 150px;
  padding-left: 50px;
  margin-top: -6px;
}

.booking-template-left {
  padding-top: 15px;
}

.unit-booking .gform_wrapper li.gfield.bform-field-left {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 30px;
  float: none;
}

.unit-booking .gform_wrapper li.gfield.bform-field-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 16px;
  float: none;
}

.unit-booking .gform_wrapper ul.gfield_checkbox label,
.unit-booking .copy_values_option_container label {
  color: #181717;
  font-family: Lato;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
}

.unit-booking .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
  padding-right: 18px;
}

.unit-booking .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip {
  padding-right: 18px;
}

.available-unit-name {
  margin-bottom: 0px !important;
}

.nos-beds:before,
.nos-baths:before,
.nos-area:before,
.nos-price:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  line-height: 24px;
  color: #232323;
  font-weight: 300;
  margin-right: 5px;
}

.nos-beds:before {
  content: "\f236";
}

.nos-baths:before {
  content: "\f2cd";
}

.nos-area:before {
  content: "\f545";
}

.nos-price:before {
  content: "\f02b";
}

.unit-booking .gfield_html {
  color: #232323;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
}

.you-will-need-to-p {
  color: #232323;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
}

.you-will-need-to-p li {
  margin: 0 0 4px !important;
}

.you-will-need-to-p a {
  text-decoration: underline !important;
}

#sub-list-payment-details {
  list-style-type: none!important;
  list-style: none;
}

#sub-list-payment-details li:before {
  content: "-";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#sub-list-payment-details li {
  list-style-type: none !important;
}


/*.unit-booking .gform_wrapper ul.gfield_checkbox li.apple-switch input[type=checkbox] {
  width:48px !important;
}*/

#choice_6_26_1 {
  width: 48px !important;
}

li.apple-switch input[type=checkbox]:checked+label:after {
  display: none !important;
}

li.apple-switch input[type=checkbox]:checked+label:before {
  display: none !important;
}

li.apple-switch input[type="checkbox"]:not(:checked)+label:before {
  display: none !important;
}

li.apple-switch input[type="checkbox"]:not(:checked)+label:after {
  display: none !important;
}

li.apple-switch input[type=checkbox]+label {
  float: left;
  padding-left: 0px !important;
  padding-right: 20px;
}

li.apple-switch input[type=checkbox] {
  margin-top: 0 !important;
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 48px !important;
  height: 20px!important;
  background-color: #CACACA;
  /*border: 1px solid #D9DADC;*/
  border-radius: 12px;
  /*box-shadow: inset -20px 0 0 0 #fff;*/
  display: inline-block !important;
}

li.apple-switch input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  background: #FFF;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  /*box-shadow: 2px 4px 6px rgba(0,0,0,0.2);*/
  display: inline-block !important;
}

li.apple-switch input[type=checkbox]:checked {
  background-color: #CDAB6E;
}

li.apple-switch input[type=checkbox]:checked:after {
  left: 29px;
  /*background: #FFF;*/
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}

.unit-booking .gform_wrapper div.validation_error {
  display: block;
  color: #e81717;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  border-top: 0;
  border-bottom: 0;
  padding: 5px 0;
  clear: both;
  width: 100%;
  text-align: left;
  font-family: 'Lato', sans-serif;
}

.unit-booking .gform_wrapper li.gfield_html h4.booking-sub-heading {
  margin-top: 40px;
}

.unit-booking .gform_wrapper li.gfield_html h4.docs-sub-heading {
  padding-top: 40px;
}

.unit-booking .gform_wrapper li.terms-conditions .gfield_label span.gfield_required {
  display: none;
}

.unit-booking .gform_wrapper li.terms-conditions {
  margin-top: 0;
}

.unit-booking .gform_wrapper li.terms-conditions span.you-will-need-to-p {
  line-height: initial;
  margin-left: 10px;
}

.unit-booking .button-disabled {
  /*background: red!important;*/
}

.unit-booking .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-right: 40px;
}

.unit-booking .gfield_label_before_complex {
  display: none !important;
}

.unit-booking li.remaining-down-payment .gfield_label {
  letter-spacing: 2px;
}

.unit-booking li.remaining-down-payment select {
  width: 100%;
}

.unit-booking-details p {
  margin-top: 20px;
}

.thankyou-unit-image {}

.thankyou-unit-image img {
  vertical-align: middle;
  width: 100%;
  /*height: 330px;*/
  object-fit: cover;
}

.email-sent span {
  font-weight: 500;
}

.email-sent {
  margin-bottom: 15px;
}

.thankyou-unit-specs {
  /*
  position:absolute; 
  bottom:0;
  margin:0 auto;
  */
}

.unit-booking-details .card-deck .card {
  margin-right: 0;
  /*margin-left: 5px;*/
}

.complete-the-booking {
  font-weight: 400;
}

.site li.gfield_error select {
  border: 1px solid #e81717;
}

.unit-booking li.gfield_error .ginput_container_consent label::after {
  border: 1px solid #e81717 !important;
}

.booking-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(157, 157, 156, 0.2);
  z-index: 2000;
  display: none;
}

.emaarspinner {
  display: block;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, .8) url('inc/assets/images/loading.gif') 50% 50% no-repeat
}

#gform_1 img.gform_ajax_spinner,
#gform_13 img.gform_ajax_spinner {
  position: absolute;
  z-index: 999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0);
  /* fall back */
  background-color: rgba(157, 157, 156, 0.2);
  background-image: url('inc/assets/images/loading.gif');
  /* path to your new spinner */
  background-repeat: no-repeat !important;
  background-position: center center;
}


/*.unit-booking select :after {
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #232323;
  font-weight: 300;
  right: 0;
  content: '\f107';
  position: absolute;
}
*/


/* Unit Booking Form Page */


/* START: COMMUNITIES PAGE */

.sticky-prop-bar,
.homepage-sticky-search {
  background-color: #F8F9FB;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  z-index: 11;
}

a.breadcrumb-link {
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #9D9D9C;
  font-weight: 700;
}

a.breadcrumb-link:hover {
  color: #0056b3;
}

.single-properties .sticky-prop-bar {
  height: auto;
}

.sticky-prop-bar h4 {
  font-family: 'Lato', sans-serif;
  color: #232323;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  letter-spacing: 2px;
}

.sticky-prop-bar h5 {
  font-size: 22px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

.sticky-prop-bar span.prop-dtl {
  text-transform: none;
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  font-family: 'Optima';
  text-transform: uppercase;
}

a.breadcrumb-link {
  letter-spacing: 2;
  text-decoration: none;
}

a.breadcrumb-link i {
  margin-right: 5px;
}

a.availability-breadcrumb i {
  margin-right: 5px;
}

.community-features [class*="col-"] {
  margin-bottom: 45px;
}

.community-features i {
  display: block;
  margin-bottom: 7px;
  font-size: 26px;
}

.community-features span {
  display: block;
  font-size: 15px;
  line-height: 16px;
}

.community-features span.feature-head {
  font-family: 'Optima';
  font-size: 22px;
  line-height: 32px;
  color: #000000;
}

.property-list section {
  margin-top: 20px;
  position: relative;
}

.property-list section h3 {
  margin: 0;
  width: calc(100% - 130px);
}

.property-list section h3 a {
  color: #000000;
}

.property-list section h3 a:hover {
  color: #0074A7;
}

.prop-list-book-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  text-align: right;
}

.property-list span.property-tagline,
.row-title span.column-name,
.column-title-sm,
.collapse-row-details .table-heading {
  text-transform: uppercase;
  /*color: #005950;*/
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 24px;
  font-weight: 400;
}

.property-list span.bhk-number {
  text-transform: inherit;
}

.location-advantages [class*="col-"] {
  margin-bottom: 20px;
}

.location-advantages span {
  display: block;
  text-transform: uppercase;
  color: #232323;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 24px;
  font-weight: 400;
}

.location-advantages span.feature-head,
.block-subtitle{
  font-family: 'Optima';
  font-size: 24px;
  line-height: 36px;
  letter-spacing: normal;
}

.community-locator {
  position: relative;
}

.community-locator a.btn-white {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 280px;
  width: 100%;
}


/* END: COMMUNITIES PAGE */


/* START: PROPERTIES SEARCH PAGE */

.prop-sort-cont input[type='search'] {
  width: 100%;
  -webkit-appearance: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid transparent;
  padding: 15px 15px 15px 30px;
  background: url('inc/assets/images/search-light.svg') no-repeat left 18px;
  background-size: 18px auto;
}

.prop-sort-cont input[type='search']:focus {
  border-bottom: 1px solid #CDAB6E;
}

.prop-sort-cont input[type='search']:active {
  border-bottom: 1px solid #CDAB6E;
}

.sort-select {
  width: 200px;
}

.emr-custom-select button.dropdown-toggle {
  background: none;
  color: #232323;
  border: 0;
  position: relative;
  font-weight: 400;
}

.sort-select.emr-custom-select button.dropdown-toggle {
  float: right;
  padding-left: 15px;
}

.emr-custom-select>select.mobile-device:focus+.dropdown-toggle,
.emr-custom-select button.dropdown-toggle:focus,
.emr-custom-select button.dropdown-toggle:active,
.emr-custom-select.show>.btn-light.dropdown-toggle {
  border: 0;
  outline: none;
  background: none;
  box-shadow: none;
}

.emr-custom-select button.dropdown-toggle:after {
  border: 0;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  right: 15px;
  top: 57%;
  transform: translateY(-57%);
  font-size: 16px;
  color: #232323;
  width: auto;
  height: auto;
}

.emr-custom-select.show button.dropdown-toggle:after {
  content: "\f106";
}

.emr-custom-select div.dropdown-menu.show {
  min-width: 220px !important;
  padding: 10px 0;
  width: 255px;
  margin-left: 0;
  border-radius: 2px;
  background-color: #F8F9FB;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  border: 0;
}

.emr-custom-select .dropdown-menu.inner {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  background-color: inherit;
}

.emr-custom-select .dropdown-menu li {
  margin-bottom: 5px;
  padding: 5px 0;
}

.emr-custom-select .dropdown-menu li a {
  padding: 5px 5px 0 40px;
}

.emr-custom-select .dropdown-item.active,
.emr-custom-select .dropdown-item:active {
  color: #232323;
  background: inherit;
}

.emr-custom-select.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  right: inherit;
  left: 15px;
}

.emr-custom-select.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-left: inherit;
  margin-right: inherit;
}

.emr-custom-select.bootstrap-select .bs-ok-default::after {
  content: "\f00c";
  display: block;
  width: inherit;
  height: inherit;
  border-style: none;
  border-width: 0;
  transform: inherit;
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  line-height: 27px;
  color: #071C35;
  font-weight: 400;
}

.emr-custom-select.bootstrap-select.show-tick .dropdown-menu li a.selected.active span.text {
  color: #071C35;
}

.emr-custom-select.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-align: right;
  padding-right: 22px;
  font-weight: 400;
}

.prop-search-listing {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.prop-search-listing a {
  text-decoration: none;
}

.prop-search-listing img {
  margin-bottom: 15px;
}

.prop-search-listing span.community-name {
  display: inline-block;
}

.prop-search-listing h3 {
  text-transform: uppercase;
  margin: 0;
}

.property-list:hover h3 {
  color: #0074A7;
}

.prop-search-listing ul li {
  display: inline-block;
  margin: 0 25px 0 0;
  color: #232323;
}

.prop-search-listing ul li i {
  margin-right: 0;
}

.pagination {
  text-transform: uppercase;
}

a.next-pagination,
a.prev-pagination,
span.next-pagination-disabled,
span.prev-pagination-disabled {
  min-height: 20px;
  display: inline-block;
  color: #071C35;
}

a.next-pagination {
  background: url('inc/assets/images/arrow-right-active.svg') no-repeat right center;
  padding-right: 55px;
}

a.prev-pagination {
  background: url('inc/assets/images/arrow-left-active.svg') no-repeat left center;
  padding-left: 55px;
}

span.next-pagination-disabled {
  background: url('inc/assets/images/arrow-right-disabled.svg') no-repeat right center;
  padding-right: 55px;
  color: #CACACA;
}

span.prev-pagination-disabled {
  background: url('inc/assets/images/arrow-left-disabled.svg') no-repeat left center;
  padding-left: 55px;
  color: #CACACA;
}


/* START: COMMUNITIES LIST PAGE */

.comm-featured-img {
  position: relative;
  display: block;
}

.featured-com-tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CDAB6E;
  padding: 10px 17px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.communities-listing-block h3 {
  font-size: 22px;
}


/* END: COMMUNITIES LIST PAGE */

/* START: ABOUT US */ 
.position-absolute-center { 
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-overlap-container::before {
  width: 66%;
  content: '';
  position: absolute;
  background: #fff;
  top: 0;
  display: block;
  height: 100%;
}

.about-overlap-container {
  margin-top: -15%;
  padding-top: 40px;
  min-height: 15%;
  position: relative;
}
.about-overlap-text {
  padding-right: 30px;
}

.about-main-container {
  margin-bottom: 100px;
  position: relative;
}

.about-main-container .signature {
  margin-top: 48px;
}

.about-main-container h3 {
  line-height: 39px !important;
}

.about-main-container hr {
  margin-top: 50px;
  margin-bottom: 50px;
}

.awards-accordion {
  width: 100%;
  margin-bottom: 80px;
}
.awards-accordion .card {
 margin-bottom: 4px; 
}
.awards-accordion .card-header {
  padding: 16px 32px 16px 25px;
  border-radius: 4px;
  border-bottom: 0;
  background-color: #F8F9FB; 
}
.awards-accordion .card-body {
  background-color: #F8F9FB; 
  padding: 0 25px 40px 25px;  
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; 
}
.awards-accordion .card-body ul {
  padding-left: 22px;
}
.awards-accordion .card-body ul li {
  list-style-type: disc;
  padding: 20px 0 0 0;
}
.awards-accordion .card-body ul li:first-of-type {
  padding: 5px 0 0 0;
}
.awards-accordion .card-header a, .principal-accordion h3 {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
} 
.awards-accordion .card-header a {
  font-weight: 500;
}
.awards-accordion .card-header .accordion-toggle:before {
    content: "\f106";
    position: absolute;
    right: 20px;
    top: 22px; 
    font-weight: 100;
}
.awards-accordion .card-header.collapsed .accordion-toggle:before {
    /* symbol for "collapsed" panels */
    content: "\f107";
}
.bg-tile-container {
  margin-bottom:40px;
}
.bg-tile-container:last-of-type {
  
}
.bg-tile {
  padding: 12px;
}
.bg-tile-card-container {
  background-color: #FFFFFF;
}
.profile-image-container {
  
}
.profile-image-container img {
  width: 100%;
  border-radius: 4px;
}
.profile-title-container {
    padding: 24px 20px;
    text-align: center;
}
.profile-title, .profile-name {
  color: #9D9D9C;
  font-family: Lato;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase;
}
.divider {
  height: 1px;
  width: 26px;
  background-color: #9D9D9C;
  display: block;
  margin: 15px auto;
  text-transform: uppercase;
}
.bod-detail-container {
  padding:60px;
}
.bod-profile-image-container {
  background-color: #FFFFFF;
  box-shadow: 0 12px 60px -10px rgba(0,0,0,0.15);
}
.bod-profile-image-container > div.row {
  padding:36px;
}
.bod-profile-image-container div.row div {
  padding:0;
} 
.profile-detail-modal {
  max-width: 1160px;
}
.bod-profile-description-container {
  padding-top: 40px
}
.bod-detail-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 22px;
  font-weight: 300;
  z-index: 1;
}
.officers-detail-container {
margin-top:33px;
}

.officers-detail-container .card-body {
  background-color: #FFFFFF;
  padding: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 12px 40px -12px rgba(0,0,0,0.15);
}
/*
.officers-detail-container .card-group > .card {
 flex: inherit;
}
.officers-detail-container .card {
    margin-bottom: 15px;
    margin-right: 15px;
}
.officers-detail-container .card:nth-child(4n) {
    margin-right: 0;
}
*/

.principal-accordion ul{
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
.principal-accordion .card-body ul li {
  padding:0;
}
.principal-accordion .card-body ul {
  padding-left: 22px;
  margin-bottom: 20px;
}
.principal-accordion h3 {
  text-transform: capitalize;
  margin-bottom: 5px;
}
.section-introduction {
  padding-bottom: 80px;
  z-index: 2;
}
.about-chairman-intro {
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  padding:40px;
  left: 0;
}

.about-chairman-intro .btn-blue {
    margin-top: 40px;
}

.section-awards h2 {
  text-align: center;
}

.view-awards {
  width: 280px;
  text-align: center;  
}

.who-we-are-block {
  padding: 80px 80px 60px;
  background: #F8F9FB;
  margin-bottom: 20px;
}

.section-award-inner, .section-who-we-are-inner, .section-intl-destination-inner
{
  padding-bottom: 100px;
  padding-top: 100px;
  
}
.section-other-business {
  padding-top: 30px;
}
/*
.section-awards:before, .section-who-we-are:before, .section-intl-destination:before,
.section-other-business:before {
    width: 100%;
    content: '';
    border-bottom: 1px solid #CACACA;
    display: block;
    bottom: -30px;
    position: absolute;
}
*/

.content-inner:before {
   content: '';
   border-bottom: 1px solid #CACACA;
   display: block;
}

.section-chairman-intro-inner {
  margin-bottom: 13% !important;  
  position: relative;
}

.section-additional-units {
  background: #F8F9FB;
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 20px;
  margin-top: 50px;
  position: relative;
}

.section-additional-units::before {
  background: #F8F9FB!important;
  width: 100%;
  content: '';
  position: absolute;
  background: #fff;
  display: block;
}

.section-intl-destination .prop-block:hover section {
  margin-top:inherit;
}

.section-intl-destination .prop-block:hover section:after {
  width: 80px;
}

.additional-units-block > .card-body {
   padding:0;
}

.additional-units-block > .card-body > div {
  padding:40px;
  background: #FFF;
}

.learn-more {
  font-weight: bold !important;
  position: absolute;
  bottom: 40px;
}
/*
.section-chairman-intro-inner span.section-tagline:after {
  width: 105px;
}
*/
/* END: ABOUT US */

/* START: FOOTER */

footer#colophon {
  background-color: #F8F9FB !important;
  font-size: 100%;
  padding-top: 50px;
}

.single-communities footer#colophon,
.single-properties footer#colophon {
  padding-bottom: 100px;
}

.newsletter-subscribe .gform_wrapper {
  width: 100%;
  margin: 0;
  clear: both;
}

.newsletter-subscribe .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.newsletter-subscribe .gform_wrapper .gform_body {
  width: 65.66%;
  display: inline-block;
  margin-right: 0;
  float: left;
}

.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_footer {
  width: 33.66%;
  display: inline-block;
  vertical-align: top;
}

.newsletter-subscribe .gform_wrapper ul.gform_fields li.gfield {
  margin: 0;
  padding: 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;
}

.newsletter-subscribe .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.newsletter-subscribe .gform_wrapper .field_description_below .gfield_description.validation_message {
  padding-top: 0;
}

.newsletter-subscribe .gform_confirmation_message {
	padding-top: 13px !important;
}

footer h3.widget-title {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #9D9D9C;
  margin-bottom: 15px;
}

footer h5 {
  font-size: 18px;
  line-height: 24px;
  color: #232323;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-transform: inherit;
}

footer .menu {
  text-transform: uppercase;
  font-size: 12px;
}

footer .menu li {
  margin-bottom: 15px;
  letter-spacing: 2px;
}

footer .menu li a {
  padding: 0;
}

footer#colophon .menu li a:hover,
footer .menu li a:hover {
  color: #0074A7;
  text-decoration: none;
}

.widget {
  font-size: inherit;
  margin-bottom: 0;
}

footer ul.social-media-icons-sections li {
  display: inline-block;
  margin-right: 15px;
}

footer ul.social-media-icons-sections li:last-of-type {
  margin-right: 0;
}

footer ul.social-media-icons-sections li i.fab {
  color: #232323;
  font-size: 18px;
}

.footer-bottom {
  background-color: #fff;
  padding: 20px 0;
}

.menu-legal-menu-container ul li,
.menu-legal-menu-francais-container ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  margin-right: 25px;
  margin-bottom: 0;
}

.menu-legal-menu-container ul li:after,
.menu-legal-menu-francais-container ul li:after {
  display: block;
  content: '';
  width: 1px;
  height: 20px;
  border-right: 1px solid #CACACA;
  position: absolute;
  top: 3px;
  right: 0;
}

.menu-legal-menu-container ul li:last-of-type,
.menu-legal-menu-francais-container ul li:last-of-type {
  padding-right: 0;
  margin-right: 0;
}

.menu-legal-menu-container ul li:last-of-type:after,
.menu-legal-menu-francais-container ul li:last-of-type:after {
  display: none;
}

footer#colophon a {
  color: #232323;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: inherit;
}

.mobile-nav {
  visibility: hidden;
}

.mm-menu_opened.mobile-nav {
  visibility: visible;
}

.grecaptcha-badge {
  visibility: hidden;
}

.no-cta .footer-contact,
.no-cta #footer-widget .widget_nav_menu #menu-item-803 {
  display: none;
}

.site-footer section.nav-accordion {
  margin-top: 20px;
}

.site-footer section.nav-accordion:first-of-type {
  margin-top: 0;
}

/* END: FOOTER */

/* START: PARTNERS FOOTER */

footer.site-footer-partners {
  background-color: #fff !important;
  padding-top: 0 !important;
  margin-top: 50px;
}

.site-footer-partners .footer-bottom {
  background-color: #F8F9FB;
}

/* END: PARTNERS FOOTER */

/* START: HTML MIGRATION PAGES */

.latest_details.vr-listing .row:nth-child(2n) {
  display: flex;
  flex-direction: inherit;
}

.latest_details.vr-listing .latest_text h2 {
  margin-top: 0;
}

.latest_details.vr-listing .row:nth-child(2n) .latest_text h2,
.latest_details.vr-listing .row:nth-child(2n) .latest_text p {
  text-align: left;
}

.latest_details.vr-listing small.cat,
.vr-title-small-for-partners {
  color: #9D9D9C;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  line-height: 24px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.latest_details.vr-listing .row:nth-child(2n) .latest_text .viewbutton {
    float: left;
}

.latest_details.vr-listing .row:nth-child(2n) .latest_text {
    padding-left: 30px;
    padding-right: 15px;
}

/* END: HTML MIGRATION PAGES */

/* START: FULL WIDTH TEMPLATE */

.page-template-fullwidth h1.entry-title { 
  font-size: 46px;  
  line-height: 60px;  
  margin-top: 40px;
  text-align: center; 
}

.page-template-fullwidth h2 { 
  font-size: 30px;  
  margin: 40px 0 10px;  
}

.page-template-fullwidth h2:first-of-type { 
  margin-top: 0;  
}

.page-template-fullwidth .content-area ul { 
   margin: 0 0 50px;  
}

.page-template-fullwidth .content-area ul li {  
  list-style-type: disc;  
  margin: 0 0 10px 30px;
  }
  
.page-template-fullwidth #content.site-content {  
  padding-bottom: 60px; 
}

/* END: FULL WIDTH TEMPLATE */  

/* START: WEBINAR LANDING PAGE */

.webinar-lp .about-overlap-container:before {
  min-height: 500px;
  height: inherit;
}

.webinar-hero-content {
  min-height: 250px;
}

.webinar-lp span.section-tagline {
  margin-bottom: 28px;
}

.webinar-content {
  margin-top: 50px;
}

.webinar-content p:last-of-type {
  margin-bottom: 0;
}

.join-webinar-steps {
  margin-top: 80px;
}

.join-webinar-steps h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 25px;
  margin-top: 0;
}

.join-webinar-steps .row.row-steps {
  counter-reset: section;
  margin-bottom: 80px;
}

.join-webinar-steps .col-md-4.step-block {
    padding-left: 45px;
    padding-right: 45px;
}

.join-webinar-steps .row-steps .step-block:before  {
  counter-increment: section; /* Increments only this instance of the section counter */
  content: counters(section, ".") " ";
  width: 76px;
  height: 76px;
  border-radius: 100%;
  background-color: #F8F9FB;
  display: block;
  margin: 0 auto 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 25px;
}

.join-webinar-steps .step-content {
  line-height: 26px;
}

.join-webinar-steps .step-content p:last-of-type {
  margin-bottom: 0;
}

.book-webinar-form .gform_wrapper {
  margin-top: 0;
}

.book-webinar-form {
  /*border-bottom: 1px solid #CACACA;
  padding-bottom: 80px;*/
}

body .book-webinar-form .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.phone-title {
  width: 50%;
  left: 50%;
}

.book-webinar-form .gform_wrapper .gform_footer {
  text-align: center;
}

.book-webinar-form .gform_wrapper .gform_footer input[type="submit"] {
  width: 50%;
  height: 60px;
}

.book-webinar-form .gform_wrapper li.gfield.gfield_error.bform-field-left.gfield_contains_required {
  padding-right: 30px;
}

.book-webinar-form .gform_wrapper li.gfield.gfield_error.bform-field-right.gfield_contains_required {
  padding-right: 16px;
}

.book-webinar-form .gform_wrapper li.gfield.gfield_error.booking-phone-number {
  padding-right: 16px;
}

.book-webinar-form .gform_wrapper li.gfield.gfield_error.booking-form-address {
  padding-right: 13px;
}

.book-webinar-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-right: inherit;
}

.testimonial-section {
  margin-top: 80px;
}

.testimonial-section .reviewer-identity {
  width: 150px;
  float: left;
  margin-right: 20px;
  text-align: center;
}

.testimonial-section .reviewer-identity img {
  border-radius: 100%;
}

.testimonial-section .reviewer-identity h4 {
  font-size: 12px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 10px 0 0;
  color: #232323;
}

.testimonial-section .reviewer-identity h4 span {
  display: block;
}

.testimonial-section .testimony-content {
  display: flex;
  padding-top: 20px;
}

.broker-booking-modal i.fa-check-circle { font-size: 32px; }

.broker-booking-modal .modal-body {
  padding: 30px;
}

/* END: WEBINAR LANDING PAGE */


/* START: Style added by Sakina for Press Release */

.lifestyle.post-inner ul:not(.social-media-icons-sections),
.lifestyle.post-inner ol {
  margin-bottom: 40px;
  font-size: 20px;
  color: #000;
  margin-left: 50px;
}

.lifestyle.post-inner ul:not(.social-media-icons-sections) li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 20px;
  text-indent: -26px;
}

.lifestyle.post-inner ol {
  margin-left: 0;
}

.lifestyle.post-inner ol li {
  margin-bottom: 20px;
}

/* END: Style added by Sakina for Press Release */

/*  - Contactus Form Phone Number Updates */
	
ul#gform_fields_8 li.gfield.phone-intl-code select{	
    margin-bottom: 0;	
}
	
ul#gform_fields_8 li.gfield.phone-intl-code select::after {	
  background: #fff;	
}
	
ul#gform_fields_8 li.gfield.phone-intl-code span.phone-mask:after {	
    right: 16px;	
}
	
ul#gform_fields_8 li.gfield.phone-intl-code span.phone-mask {	
  line-height: 37px;	
}
	
ul#gform_fields_8 li.gfield.phone-intl-code div.ginput_container_select {	
  background: #FFF;	
}
	
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {	
  max-width: 100% !important;	
  margin-top: 9px;	
}
	
/*  - Contactus Form Phone Number Updates */

/* START: Contact Options Modal */

.contact-options-modal h3 {
  margin-bottom: 40px;
}

.contact-options-modal .modal-body {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-options-modal .modal-content {
  border: 0;
}

.contact-options-modal button.modal-close {
  padding: 24px;
}

.co-block {
  border-radius: 20px;
}

.co-block a {
  padding: 35px;
  display: block;
}

.co-block:hover {
  background-color: #fff;
  box-shadow: 0 10px 50px -12px rgba(0,0,0,0.2);
}

.co-block i {
  font-size: 32px;
  color: #071C35;
  font-weight: 400;
}

.co-block:hover i:before {
  font-weight: 900;
}

.co-block i.icon-calendar:before {
  content: "\f133";
}

.co-block i.icon-video:before {
  content: "\f03d";
}

.co-block i.icon-whatsapp:before {
  /*content: "\f232";*/
  background: url('inc/assets/images/whatsapp-icon.html') no-repeat;
  font-weight: 400;
  content: " ";
  display: block;
  width: 28px;
  height: 28px;
  position: relative;
  top: 0;
}

.co-block:hover i.icon-whatsapp:before {
  background: url('inc/assets/images/whatsapp-icon-hover.html') no-repeat;
  width: 28px;
  height: 28px;
  background-size: 100% auto;
}

.co-block h4 {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 0;
}

.calendly-popup { 
  background: #FFF; 
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  max-width: 100%!important;
  min-width: 100%!important;
}

.calendly-overlay .calendly-popup {
  max-height: 100%!important;
}

.calendly-popup-close {
    top: 40px !important;
    right: 60px !important;
    background: none!important;
  }

.calendly-popup-close::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  color: #071C35;
}

.single-properties .sticky-prop-bar .btn-ghost {
	margin-right: 25px;
}

/* END: Contact Options Modal */

/* START VR Tour for partners */

.header-for-partners {
  background: #FAFAFA!important;
  text-align: center;
  padding: 37px 0!important;
}

.property-vr-partners  img {
  width: 100%;
  height: auto;
}

.vr-property-title {
  color: #000000;
  font-family: Optima;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.vr-property-description {
  color: #232323;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
}

.vr-title-small {
  margin-bottom:22px;
}

.vr-property-details-block {
  padding:30px 8px 8px 8px;
}

.cta-start-vr-tour {
  width: 200px;
  display: block;
  border: 1px solid #232323;
  border-radius: 2px;
  background-color: #FFFFFF;
  color: #232323;
  font-family: Lato;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 13px 15px !important;
  margin: auto;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
 }
 
 .cta-start-vr-tour:hover {
  background-color: #071C35;
    color: #fff !important;
    }
  
.cta-start-vr-tour:hover > a {
  color: #fff !important;
  }
 
 .vr-tour-listing-partners {
   margin-top:74px;
 }
 
 .partners-vr-tour-list .card-deck .card {	
   margin:0;	
 }	
 .partners-vr-tour-list .card-deck .card .card-footer {	
    padding: 0; 	
    background-color: transparent; 	
    border-top: 0; 	
}	
 .partners-vr-tour-list > div.card-deck > div.flexWrap { 	
     margin-top:133px;	
 }	
 .partners-vr-tour-list > div.card-deck > div.flexWrap:nth-child(1),	
 .partners-vr-tour-list > div.card-deck > div.flexWrap:nth-child(2),	
 .partners-vr-tour-list > div.card-deck > div.flexWrap:nth-child(3),	
 .partners-vr-tour-list > div.card-deck > div.flexWrap:nth-child(4)	
  { 	
     margin-top:0px;	
  }	
 	
 .partners-vr-tour-list > div.card-deck { 	
     margin-bottom:80px;	
 }	
 
 .main-title-vr-partners {
   margin-top: 57px;
 }
 
 .view-more-partners {
   margin-top: 197px;
 }
 .view-more-partners .btn-blue {
  width: 240px;
 }
 
 .vr-title-small-for-partners {
  color: #232323!important; 
 }
 
 
/* END VR Tour for partners*/

	
.landing-page-container {	
	padding-bottom: 60px;	
}	
.landing-single-right p {	
	font-size: 16px;	
    line-height: 21px;    	
}	
  

/*--------------------------------------------------------------
# Media Query ONLY FOR GRID CONTAINER WIDTH
--------------------------------------------------------------*/

@media (min-width:576px) {
  .container {
    max-width: 100%;
  }
  .modal-dialog.register-modal {
    max-width: 440px;
  }
  .home-hero-section .modal-dialog {
	  max-width: initial;
  }
  
}

@media (min-width:768px) {
  .container {
    max-width: 100%;
  }
  .block-sp-heading {
    display: flex;
    width: 100%;
  }
  .block-sp-heading>span {
    display: inline-block;
  }
  .block-sp-heading>span>h2 {
    display: table-caption;
  }
  .emr-custom-select div.dropdown-menu.show {
    left: inherit !important;
    right: 0;
  }

  .no-cta .nav-band-right {
    align-items: center;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 100%;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .digital-img {
    padding: 80px !important;
  }
  li.watsapp-tab {
    display: none;
  }

  .communities-menu {
    height: inherit !important;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1400px;
    width: 100%;
  }
  .navbar-expand-xl .navbar-nav {
    margin-left: -20px;
  }
  .nav-band-right {
    padding-left: 0;
  }

  li.watsapp-tab {
    display: inline-block;
  }
}

@media screen and (min-width: 1800px) {
  .about-inner-container { padding-top:30px; }
  .about-overlap-container { margin-top: -9.5%; }
}

@media screen and (min-width: 2600px) {
  .about-overlap-container { margin-top: -7.5%; }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media only screen and (min-width: 1401px) {
  .availability-template-left {
    width: 350px;
  }

  .margin-left-on-scroll {
    margin-left: 350px;
  }
}

@media only screen and (max-width: 1400px) {	
  .home-hero-section .prop-search-bar {	
    width: 96%;	
    margin-left: 2%;	
  }	
}

/* THIS MEDIA QUERY IS SPECIALLY FOR VR TOUR PAGE */
@media only screen and (max-width: 1170px) {

  .latest_details.vr-listing .row .latest_text {
      padding-left: 15px !important;
      padding-right: 15px !important;
  }

}
/* END: VR TOUR PAGE MEDIA QUERY */

@media screen and (max-width: 1199px) {
  .navbar-nav {
    display: inherit;
  }
  header#masthead .navbar-nav>li {
    display: inline-block;
    margin-right: 20px;
  }
  .nav-band-right li {
    margin-right: 8px;
  }
  .nav-band-right {
    padding-left: 0;
  }
}


/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
  .home .bedroom-options,
  .home .price-options {
    width: 190%;
  }
  .bedroom-options,
  .area-options,
  .price-options {
    width: 160%;
  }
  .property-type-options {
    width: 130%;
    left: -30%;
  }

  .latest_launches .vr-listing .flexWrap .verticalAlign .viewbutton {
    width: 100%;
  }

  .latest_launches .vr-listing .flexWrap .verticalAlign .viewbutton .button-default {
    min-width: 100%;
  }


  .section-chairman-intro-inner { 
    margin-bottom: 20% !important;  
  }
  
 .home-hero-section .property-type-options {
    width: 210%;
    left: 0;
  }

}

@media only screen and (min-device-width: 1201px) {
  /*.nav-band-right li {
    margin-right: 10px;
  }*/
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .grid-size-30 {
    width: 40%;;
  }
  .grid-size-13 {
      width: 15%;
  }

  .grid-size-1 {
    width: 35%;
  }
  .grid-size-2 {
    width: 15%;
  }
  .col-btn-book {
    width: 3%;
  }
  .grid-size-5 {
    width: 2%;
  }
  .offer-listing-description {
    padding-top: 0;
  }
  .gallery-button-prev,
  .gallery-button-next {
    display: none;
  }
  .available-unit p.bedroom-villa-description {
    padding-left: 40px; 
    padding-right: 40px; 
  }
  .hide-on-tablet {
    display: none;
  }
  .about-chairman-intro {
    padding: 30px;
    top: 45%;
  }
  .section-chairman-intro-inner span.section-tagline:after {
    width: 80px;
  }


  /* START MEDIA QUERY: WEBINAR LANDING PAGE */

  .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error,
  .book-webinar-form .gform_wrapper ul.gform_fields li.gfield.gfield_error {
    margin-top: 0 !important;
  }

  .book-webinar-form .gform_wrapper.gform_validation_error ul.gform_fields li.gfield {
    margin-top: 0 !important;
  }

  .book-webinar-form .gform_wrapper.gform_validation_error div.gform_body ul.gform_fields li.gfield.gfield_html.phone-title {
    margin-top: 8px;
  }

  .book-webinar-form .gform_wrapper.gform_validation_error ul.gform_fields li.gfield.booking-phone-intl-code,
  .book-webinar-form .gform_wrapper.gform_validation_error ul.gform_fields li.gfield.gfield_error.booking-phone-number {
    margin-top: 26px !important;
  }

  .book-webinar-form .gform_wrapper.gform_validation_error ul.gform_fields li.gfield.booking-phone-number {
    margin-top: 26px !important;
  }

  /* END MEDIA QUERY: WEBINAR LANDING PAGE */

}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promotions-block h3 {
    font-size: 24px;
    line-height: 36px;
  }

}

/*
## Ipad Pro
*/
@media only screen and (min-width: 1024px) {
	
  .gallery-image-container {
    /*height: 65vh;*/
  }
  
  .vr-gallery-right {
    padding: 30px 15px 0 15px!important;
  }
    
}


@media only screen and (max-width: 991px) {
  header#masthead {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* START: Mobile Menu */
  a.hamburger-menu {
    height: 52px;
    width: 52px;
    background-color: #F8F9FB;
    display: inline-block;
    padding: 18px 0 0 15px;
    margin-top: 5px;
    border-radius: 2px;
  }
  a.hamburger-menu span {
    background: #000;
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px 0;
  }
  a.hamburger-menu:before,
  a.hamburger-menu:after {
    content: '';
    display: block;
    background: #000;
    height: 2px;
    width: 22px;
  }
  .mm-wrapper_blocking .mm-wrapper__blocker {
    background: rgba(0, 0, 0, 0.5);
  }
  .mm-navbar.mm-navbar_sticky {
    display: none;
  }
  .mm-panels {
    background-color: #fff;
  }
  .mm-panel,
  .mm-navbar {
    background-color: #fff;
    border: 0;
    text-transform: uppercase;
    min-height: inherit;
  }
  a.mm-btn_close {
    height: 52px;
    width: 52px;
    background-color: #F8F9FB;
    display: inline-block;
    padding: 18px 0 0 15px;
    margin: 15px;
  }
  a.mm-btn_close:before,
  a.mm-btn_close:after {
    border-color: #000;
    width: 9px;
    height: 9px;
  }
  a.mm-btn_close:before {
    right: 14px;
  }
  a.mm-btn_close:after {
    right: 27px;
  }
  .mm-listitem {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
  }
  .mm-listitem a {
    color: #232323;
    padding-left: 0;
    padding-right: 0;
  }
  .mm-listitem a:hover {
    color: #0074A7;
  }
  .mm-listitem::after {
    border: 0;
  }
  .mm-listitem__text {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .mm-menu a.mm-btn_next:after,
  .mm-menu a.mm-btn_prev::before {
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    line-height: 24px;
    color: #232323;
    content: "\f105";
    font-weight: 300;
    margin: 0;
    border: 0;
    transform: inherit;
    right: 0;
    top: 5px;
  }
  .mm-menu a.mm-btn_next:hover:after,
  .mm-menu a.mm-btn_prev:hover:before {
    color: #0074A7;
  }
  .mm-menu a.mm-btn_prev {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0 15px 0;
    padding: 0 0 0 15px;
    color: #232323;
    letter-spacing: 2px;
    font-size: 12px;
    position: relative;
  }
  .mm-menu a.mm-btn_prev:before {
    transform: rotate(180deg);
    /*margin-top: 17px;*/
    left: 0;
    top: 14px;
  }
  .mm-menu a.mm-btn_prev:hover:before {
    color: #0074A7;
  }
  .mm-menu a.mm-btn_prev:hover {
    color: #0074A7;
  }
  .mm-panels>.mm-panel {
    padding: 0 15px;
  }
  ul.mobile-comm-list {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  ul.mobile-comm-list .mm-listitem {
    display: block;
    padding: 0 15px;
    margin-bottom: 15px;
    width: 100%;
  }
  ul.mobile-comm-list .mm-listitem.mobile-featured-communities {
    background-color: #F8F9FB;
    margin-bottom: 0;
    padding: 15px 15px 0;
  }
  ul.mobile-comm-list .mm-listitem.mobile-featured-communities:nth-of-type(4) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  ul.mobile-comm-list .mm-listitem__text {
    padding: 0;
  }
  ul.mobile-comm-list h4 {
    font-size: 12px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    position: relative;
    letter-spacing: 2px;
    margin-top: 7px;
  }
  ul.mobile-comm-list h4:after {
    display: none;
    content: "";
    height: 1px;
    width: 80px;
    background-color: #071C35;
    right: 0;
    position: absolute;
    top: 14px;
  }
  ul.bottom-block {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    margin-top: 20px;
  }
  ul.bottom-block li .fa-phone {
    transform: rotate(90deg);
    margin-right: 5px;
  }
  ul#menu-mobile-menu {
    position: absolute;
    bottom: 100px;
    width: 100%;
    padding: 0 15px;
    left: 0;
  }
  ul#menu-mobile-menu .mm-listitem__btn:not(.mm-listitem__text) {
    border-left: 0;
    padding-left: 90%;
  }
  .prop-search-bar .form-container {
    margin-left: auto;
    margin-right: auto;
  }
  /* END: Mobile Menu */
  .bedroom-options,
  .area-options,
  .price-options {
    width: 180%;
  }
  .property-type-options {
    width: 170%;
    left: -70%;
  }
  .home-hero-section .property-type-options, .home-hero-section .bedroom-options {
    width: 210%;
    left: 0;
  }
  .home-hero-section .price-options {
    width: 235%;
  }
  .home-hero-section .community-options-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-auto-columns: 1fr 1fr;
    grid-auto-flow: row;
}
  .cta-btn-register {
    width: 100%;
  }
  .view-documents-required,
  .view-documents-required-na {
    text-align: center;
  }
  .bedrooms-block {
    margin-top: 2.5rem;
  }
  .bedrooms-block>.card-body:first-of-type {
    margin-left: 0px;
  }
  .section_map {
    margin-top: 50px;
  }
  .download-floorplan-section {
    margin-bottom: 50px;
  }
  .blocks-bedroom-villas div:last-child {
    margin: auto;
  }
  .payment-plan-blocks {
    margin-top: 30px;
  }
  .section-amenities div img {
    padding-top: 40px;
  }
  .single-properties .sticky-prop-bar {
    height: auto;
  }
  .single-properties footer#colophon {
    padding-bottom: 130px;
  }
  .grid-size-13 {
      width: 15%;
  }
  .grid-size-30 {
      width: 40%;
  }
  .grid-size-2 {
    width: 15%;
  }
  .grid-size-5 {
    width: 2%;
  }
  .grid-size-1 {
    width: 34%;
  }
  .availability-template-right {
    margin-top: 0;
  }
  .property_heading_container {
    margin-top: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
  }
  .share_gallery_container {
    margin-top: 0;
    text-align: center;
  }
  .single-property-section-one {
    padding-top: 0;
  }
  .share_gallery_container .btn {
    width: 100%;
    border: 1px solid #9A9A9A;
    margin-top: 15px;
  }
  .share_gallery_container span {
    float: left;
  }
  .share_gallery_container i.far {
    float: right;
    line-height: 24px;
  }
  .share_gallery_container a.btn:not(:first-of-type) {
    margin-left: 0;
  }
  .offer-list-section {
    margin-bottom: 30px;
  }
  .single-row-offer-listing {
    margin-bottom: 0px;
  }
  .global-swiper-light-box .swiper-pagination, .constructionupdate-swiper-light-box .swiper-pagination{
    text-align: center;
  }
  .gallery-details-bottom {
    position: initial;
    bottom: initial;
    margin-left: 0;
    text-align: center;
  }
  .gallery-image-container {
    height: 62vh;
  }
  .vr-gallery-right {	
    padding: 30px 15px 0 15px!important;	
  }
  .swiper-slide img, .swiper-slide iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 78vh;
  }
  .gallery-details-bottom>div {}
  .global-swiper-light-box .swiper-pagination-fraction, .constructionupdate-swiper-light-box .swiper-pagination-fraction {
    font-size: 16px;
  }
  p.gallery-description {
    margin: 0;
  }
  .gallery-details-bottom {
    position: absolute;
    bottom: initial;
    margin-left: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .gallery-button-prev,
  .gallery-button-next {
    display: none;
  }
  .gallery-desc-container {
    height: 10vh;
  }
  .modal-close-container {
    width: 100%;
    /*padding-right: 15px;
    padding-top: 15px;*/
    text-align: right;
    padding-bottom: 15px;
  }
  .global-swiper-light-box .close-global-swiper, 
  .constructionupdate-swiper-light-box .close-const-updates-swiper{
    position: inherit;
    top: inherit;
    right: inherit;
  }
  .image-gallery-row {
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
  }
  
  .book-online-heading {
    font-size: 34px;
  }
  .booking-template-right {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
  }
  .unit-booking .gform_wrapper ul.gform_fields li.gfield.booking-phone-intl-code span.phone-mask {
    left: 10px;
  }
  .unit-booking .gform_wrapper ul.gform_fields li.gfield span.phone-mask:after {
    /*margin-left: 7px !important;*/
  }
  body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.phone-title {
    left: 50%;
  }
  .parallax-window {
    min-height: 390px;
  }

  .sharing-options {
    top: 64px;
  }

  .share_gallery_container .essb_links .essb_link_facebook .essb_icon,
  .share_gallery_container .essb_links .essb_link_twitter .essb_icon,
  .share_gallery_container .essb_links .essb_link_whatsapp .essb_icon,
  .share_gallery_container .essb_links .essb_link_mail .essb_icon {
    margin-bottom: 10px;
  }

  .available-unit p.bedroom-villa-description {
   padding-left: 0; 
   padding-right: 0; 
  }
  .global-swiper-light-box, .constructionupdate-swiper-light-box {
    padding: 15px;
  }
  .col-btn-book {
    width: 21%;
  }
  .hide-on-tablet {
    display: none;
  }
  .view-floorplan-container {
      padding: 0px 0 30px 0;
  }
  .principal-accordion ul {
    width:100%;
  }
  .about-overlap-container {
    margin-top: 0; 
  }
  .about-main-container {
    margin-bottom: 50px;
  }

  .who-we-are-block {
    padding: 30px;
  }

  .promotions-block .row [class*="col-"]:first-of-type,
  .slick-slide:nth-of-type(2n) .promotions-block .row [class*="col-"]:nth-of-type(2) {
    padding-right: 15px;
  }

  .promotions-block .row [class*="col-"]:nth-of-type(2),
  .slick-slide:nth-of-type(2n) .promotions-block .row [class*="col-"]:first-of-type {
    padding-left: 15px;
    text-align: center;
  }

  .promotions-block .block-1 {
    order: 2;
  }

  .promotions-block .block-2 {
    order: 1;
    margin-bottom: 20px;
  }

  .additional-units-block > div {
    padding: 20px;
  }

  .about-chairman-intro {
    /*top: 40%;*/
    padding: 30px;
  }

  .about-chairman-intro .btn-blue {
    width: 320px;
  }
  .section-chairman-intro-inner {
    margin-bottom: 260px !important;
  }

  .latest-launches-left {
      margin-top: 0px;
  }

  .section-award-inner, .section-who-we-are-inner,
  .section-intl-destination-inner,
  .section-other-business {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .view-destination-mobile {
    width: 48.5%;
  }

  .promotions-block {
    min-height: 700px;
  }

  .mobile-promo-btn {
    position: absolute;
    bottom: 66px;
    text-align: center;
    width: 100%;
    left: 0;
  }

  /* START MEDIA QUERY: WEBINAR LANDING PAGE */

  .webinar-content {
    margin-top: 30px;
  }

  .join-webinar-steps {
    margin-top: 50px;
  }

  .join-webinar-steps .row.row-steps {
    margin-bottom: 50px;
  }

  .book-webinar-form {
    padding-bottom: 50px; 
  }

  .testimonial-section {
    margin-top: 50px;
  }

  /* END MEDIA QUERY: WEBINAR LANDING PAGE */
  
  .unit-booking.book-webinar-form .gform_wrapper ul.gform_fields li.gfield span.phone-mask:after {	
	left: 49px;  	
  }	
  	
  .unit-booking .gform_wrapper ul.gform_fields li.gfield.booking-phone-intl-code {	
	padding-right: 4px;  	
  }	
  	
  .home-hero-section .prop-search-bar {	
	top: 80%;  	
  }
  
  div.partners-vr-tour-list > div.row > div.flexWrap { 
    margin-bottom: 35px;
  }
  
  .partners-vr-tour-list div.row:not(:first-of-type) {
    margin-top: 0;
	}
	
	.partners-vr-tour-list > div.card-deck > div.flexWrap {	
    margin-top: initial; 	
	}
	
		  	
  .landing-single-left {	
	padding-top: 0px;	
    padding-right: 15px;	
  }	
  	
  .landing-single-right {	
	  text-align: center;	
	  padding-left: 60px;	
      padding-right: 60px;	
  }	
  	
  .landing-single-right .cta-btn-register {	
	width: 260px !important;  	
  }	
  
  /* Mobile Search Filter */
.prop-search-mobile-form .accordion {
    border-radius: 2px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .prop-search-mobile-form .accordion .collapse-btn {
    color: #232323;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: inherit;
    position: relative;
    text-decoration: none;
    letter-spacing: inherit;
  }
  .prop-search-mobile-form .accordion button[aria-expanded="true"]:after,
  .prop-search-mobile-form .accordion button[aria-expanded="false"]:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #232323;
    left: inherit;
    width: 16px;
    height: auto;
  }
  .prop-search-mobile-form .accordion button[aria-expanded="false"]:after {
    content: "\f067";
  }
  .prop-search-mobile-form .accordion button[aria-expanded="true"]:after {
    content: "\f068";
  }
  .prop-search-bar .select-sec {
    padding: 0;
  }
  .prop-search-bar .select-sec::before {
    display: none;
  }
  .prop-search-mobile-form .accordion .card-body {
    padding: 0;
    border-top: 1px solid #CACACA;
  }
  .prop-search-bar .select-sec label,
  {
    padding: 15px 20px;
    position: relative;
  }
  
  .homesearch_mobile_filter .select-sec {
	padding-top: 0!important;
    padding-bottom: 0!important; 	
  }
  
  .homesearch_mobile_filter .select-sec label {
	padding: 25px 20px;
    position: relative;  
  }
  
  .prop-search-bar .select-sec label:after,
  .homesearch_mobile_filter .select-sec label:after  {
    content: '';
    display: block;
    width: 96%;
    height: 1px;
    border-bottom: 1px solid #EBEBEB;
    position: absolute;
    bottom: 0;
    left: 2%;
  }
  
  .homepage-sticky-search {
	padding: 10px 35px 40px!important;	
  }
  
  .homepage-sticky-search a.footer-search-prop-btn{
	color: #ffffff!important;  
  }
  
    .prop-search-mobile-form .modal,	
  .home-hero-section .modal {	
    background-color: #F8F9FB;	
  }	
  .prop-search-mobile-form .modal .modal-dialog,	
  .home-hero-section .modal-dialog{	
    margin: 0;	
    height: 100%;	
  }	
  .prop-search-mobile-form .modal .modal-dialog .modal-content,
  .home-hero-section .modal .modal-dialog .modal-content  
  {	
    border: 0;	
    border-radius: 0;	
    background-color: #F8F9FB;	
    padding-bottom: 100px;	
    height: 100%;	
  }	
  
  #prop-search-mobileform-modal .modal-content {
	background-color: #FFFFFF!important;	
    position: relative;	
  }
  
  #prop-search-mobileform-modal {
	/*z-index: 20000; */ 
  }
  
  #prop-search-mobileform-modal .modal-content .card {
	bottom: 0;
    position: absolute;
    width: 100%;  
  }
  
  .prop-search-mobile-form .modal .modal-dialog .modal-body,	
  .home-hero-section .modal .modal-dialog .modal-body{	
    padding: 20px 25px;	
    height: 100%;	
    overflow: scroll;	
  }	
  .prop-search-mobile-form .modal .modal-dialog .modal-content button.close,	
  .home-hero-section .modal .modal-dialog .modal-content button.close {	
    position: absolute;	
    right: 25px;	
    top: 27px;	
    font-size: 22px;	
    color: #071C35;	
    opacity: 1;	
    z-index: 2;	
  }	
  .community-options,	
  .bedroom-options,	
  .price-options,	
  .area-options,
  .property-type-options,	
  .home .bedroom-options,   
  .home .price-options  {	
    position: inherit;	
    left: inherit;	
    top: inherit;	
    padding: 0;	
    background: transparent;	
    background-color: transparent;	
    width: 100%;	
    border-radius: 0;	
    background-color: transparent;	
    box-shadow: inherit;	
  }	
  .prop-search-mobile-form .select-sec-options h3,	
  .home-hero-section .select-sec-options h3 {	
    font-family: 'Optima';	
    color: #000;	
    font-size: 22px;	
    line-height: 40px;	
    text-transform: uppercase;	
    border-bottom: 1px solid #CACACA;	
    padding: 0 0 10px;	
    margin: 0 0 30px;	
  }	
  .prop-search-mobile-form .select-sec-options label,	
  .home-hero-section .select-sec-options label	
   {	
    padding: 0 0 0 40px;	
  }	
  .prop-search-mobile-form .select-sec-options li,	
  .home-hero-section .select-sec-options li	
   {	
    margin-bottom: 10px;	
  }	
  .prop-search-mobile-form .select-sec-options li input[type="checkbox"]:not(:checked)+label::after, 	
  .home-hero-section .select-sec-options li input[type="checkbox"]:not(:checked)+label::after{	
    left: 0;	
  }	
  .prop-search-mobile-form .select-sec-options li input[type="checkbox"]:checked+label::after, 	
  .home-hero-section .select-sec-options li input[type="checkbox"]:checked+label::after{	
    left: 0;	
  }	
  .prop-search-mobile-form .community-options-list,	
  .home-hero-section .community-options-list {	
    display: inherit;	
    grid-template-columns: inherit;	
    grid-template-rows: inherit;	
    grid-auto-columns: inherit;	
    grid-auto-flow: inherit;	
  }	
  .prop-search-mobile-form .price-options.select-sec-options label,	
  .home-hero-section .price-options.select-sec-options label{	
    padding: 0;	
  }	
  .prop-search-mobile-form .price-options.select-sec-options label:after,	
  .home-hero-section .price-options.select-sec-options label:after{	
    display: none;	
  }	
  .prop-search-mobile-form .filter-bottom,	
  .home-hero-section .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;	
  }	
  .prop-search-mobile-form .filter-bottom:before,	
  .home-hero-section .filter-bottom:before{	
    border-top: 1px solid #CACACA;	
    display: block;	
    content: '';	
    position: relative;	
    top: 0;	
    width: 100%;	
    height: 1px;	
    margin-bottom: 15px;	
  }
  .emr-custom-select.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: left;
  }
  .sort-select.emr-custom-select button.dropdown-toggle {
    padding-left: 0;
    width: auto;
  }
  .sort-select.emr-custom-select button.dropdown-toggle {
    float: none;
  }

  .site-footer section.nav-accordion {
    margin-top: -1px;
  }

  .site-footer section.nav-accordion:first-of-type {
    margin-top: -1px;
  }
    
}


/*--------------------------------------------------------------
## Smartphone
--------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
  h1, 
  .page-template-fullwidth h1.entry-title {
    font-size: 28px;
    line-height: 40px;
  }
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
  h3 {
    font-size: 22px;
    line-height: 34px;
  }
  
  .page-template-fullwidth h2 { 
    font-size: 24px;  
    line-height: 36px;  
  }
  
  .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-featured-communities {
    padding-top: 60px;
  }
  .home-digital-experience {
    padding-top: 0 !important;
  }
  .digital-exp {
  padding-top: 43px; 
  }
  .navbar-brand {
    padding-left: 30px;
  }
  .nav-band-right li.lang-tab,
  .nav-band-right li.register-tab {
    display: none;
  }
  .menu-legal-menu-container ul li {
    display: inherit;
    margin-right: 0;
    margin-bottom: 15px;
    padding-right: 0;
  }
  .menu-legal-menu-container ul li:last-of-type {
    margin-bottom: 0;
  }
  .menu-legal-menu-container ul li::after {
    display: none;
  }
  .home #content.site-content {
    padding-bottom: 0;
  }
  .latest-launches-left {
    margin-top: 0;
  }
  .prop-block section::after {
    top: 13px;
  }
  .communities-featured-block {
    padding-right: 0;
  }
  /*.slick-list.draggable {
    margin-top: 20px;
  }*/
  .communities-menu-featured .slick-slider .slick-next,
  .communities-menu-featured .slick-slider .slick-prev,
  .slick-slider-block .slick-slider .slick-next,
  .slick-slider-block .slick-slider .slick-prev {
    /*top: -20px; */
    display: none !important;
  }
  .home footer#colophon,
  .page-template-search-property footer#colophon {
    padding-bottom: 90px;
  }
  .community-features span {
    font-size: 14px;
  }
  .community-features span.feature-head {
    font-size: 16px;
    line-height: 22px;
  }
  .location-advantages span.feature-head,
  .block-subtitle  {
    font-size: 24px;
  }
  .location-advantages span {
    font-size: 10px;
    line-height: 18px;
  }
  .p-com-loc {
    padding-top: 15px;
  }
  .community-locator a.btn-white {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 52px;
  }
  .sticky-prop-bar {
    height: 90px;
  }
  footer h3.widget-title {
    margin-bottom: 10px;
  }
  .search-page-wrapper .prop-search-bar {
    margin-left: 0;
    margin-right: 0;
  }
  
  /* Section Single Property Page */
  .available-unit {
    padding: 0px 15px 0 15px;
    margin-top: 0;
  }
  .mtop-margin {
    margin-top: 2rem;
  }
  .property-prices-b {
    margin-top: 2.8rem;
  }
  .section-amenities div:nth-child(2) {
    padding-left: 15px;
  }
  .the-town-center-description {
    margin-left: 0;
  }
  .a-design-for-dreaming {
    padding-right: 0;
    padding-left: 0;
  }
  div.amenities-list ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .section-amenities .btn-grey {
    width: 100%;
    margin-top: 20px;
  }
  .single-properties p {
    font-size: 15px;
    line-height: 24px;
  }
  .section-amenities ul li {
    font-size: 16px;
    line-height: 26px;
    padding: 4px 0 0 40px;
  }
  .payment-plan h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .payment-plan .btn-green {
    width: 100%;
    margin-top: 15px;
  }
  .payment-plan h1,
  h1.bedroom-villas {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .available-unit h1.bedroom-villas {
    font-size: 28px;
  }
  .payment-plan {
    padding: 30px 0 30px 0;
  }
  .blocks-bedroom-villas p {
    font-size: 15px;
    line-height: 24px;
  }
  .available-unit p.bedroom-villa-description {
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-properties .sticky-prop-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  .bathrooms-block>.card-body,
  .bedrooms-block>.card-body {
    padding: 0;
  }
  .bathrooms-block>.card-body:first-of-type {
    margin-top: 20px;
  }
  .download-floorplan-section .btn-green {
    width: 100%;
  }
  .back-to-our-roots {
    margin-top: 10px;
  }
  .block-sp-heading>span>h2 {
    font-size: 32px;
    line-height: 40px;
  }
  
  .single-properties footer#colophon {
    padding-bottom: 90px;
  }
  
  .single-properties .sticky-prop-bar .btn-ghost {
    margin-right: 12px;
   }
  
  .single-properties .sticky-prop-bar .get-touch-btn
   {
	font-size: 11px;
    padding: 10px 10px 12px; 	
  }
  /* End Section Single Property Page */
  .offers-single-left .lists-key-features-availibility p {
    font-size: 18px;
    line-height: 22px;
  }
  .row-title {
    display: none;
  }
  .accordion-table-row {
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .accordion-table-row > .row {
    padding: 0 15px 0 15px;
    margin-bottom: 0;
}
  div.accordion-table-row div.detail-units:nth-child(even) {
    text-align: right;
  }
  .detail-units span {
    line-height: 8px;
  }
  .detail-units,
  .accordion-table-row div {
    margin-bottom: 20px;
  }
  .detail-units,
  .accordion-table-row div:last-child {
    margin-bottom: 0px;
  }
  .availability-template-right {
    margin-top: 30px;
  }
  .availability-template-right .collapse-row-details {
    padding-left: 0;
    padding-right: 0;
  }
  .floor-plan-tab-panel {
    padding-top: 20px;
  }
  .expand-floor-plan {
    right: 30px;
  }
  /*.detail-units [aria-expanded="true"] .fal {
    display: none;
  }*/
  .col-btn-book a[aria-expanded="true"] span.view-details {
    display: none;
  }
  .view-detail-on-mobile, .col-btn-book {
    width:100%;
    text-align: center;
    font-weight: bold;
  }

  .view-detail-on-mobile {
    padding: 10px 0 10px 0;
    border-top: 2px solid #FFF;
  }
  .col-btn-book {
    padding: 13px 0 5px 0;
    border-top: 2px solid #FFF;
  }
  .book-cta-container {
    padding-top: 0px; 
    margin-bottom: 30px;
  }
  .payment-plan-container {
    margin-bottom:0;
  }
  .availability-template h1.bedroom-villas {
    font-size: 28px;
    line-height: 40px;
  }
  .page-template-template-availability-page .prop-search-mobile-form {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  .accordion-table-row {
    margin-top: 10px;
  }
  div.accordion-table-row>div>div:last-child {
    text-align: center!important;
  }

  .grid-size-13 { 
    width:50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-size-2 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-size-5 {
    width: 100%;
  }
  .grid-size-5 [aria-expanded="true"] {
    display: none;
  }
  p.availability-list-title {
    margin-top: 8px;
  }
  .community-description-center {
    position: initial;
    top: initial;
    right: initial;
    transform: initial;
    padding: 25px;
  }

  .community-description-container { 
    background:none !important; 
    min-height: auto;
    margin-bottom: 20px;
  }
  .no-results-found {
    margin-top: 20px;
  }
  .property-feature-block>div:not(:first-child) {
    width: 50% !important;
  }
  .property-feature-block>div {
    margin-top: 20px;
  }
  .section-amenities {
    margin-top: 3rem;
  }
  .offer-listing-image img {
    width: 100%;
  }
  .single-row-offer-listing {
    margin-bottom: 0;
  }
  .offers-single-right {
    padding-top: 30px;
  }
  .col-btn-book {
    width: 100%;
  }
  .btn.book-unit {
    width: 100%;
  }
  .unit-booking .gform_wrapper ul.gform_fields li.gfield.booking-email-address {
    width: 100%;
  }
  .unit-booking .gform_wrapper li.gfield.bform-field-left,
  .unit-booking .gform_wrapper li.gfield.bform-field-right {
    width: 100%;
    padding-right: 0;
  }
  .unit-booking .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip {
    padding-right: 0px !important;
  }
  .unit-booking .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
    padding-right: 0px;
  }
  .site .gform_wrapper ul.gform_fields li.gfield.bottom-phone-1 {
    width: 30%;
    padding-right: 10px;
  }
  .site .gform_wrapper ul.gform_fields li.gfield.bottom-phone-2 {
    width: 70%;
  }
  .book-unit-image {
    display: flex;
  }
  .book-unit-image img {
    flex-grow: 1;
    object-fit: cover;
  }
  .book-unit-specs .single-property-community-link {
    margin-top: 0;
  }
  .site .gform_wrapper ul.gform_fields li.gfield.booking-phone-number {
    width: 66%;
  }
  .site .gform_wrapper ul.gform_fields li.gfield.booking-phone-intl-code {
    width: 30%;
  }
  .unit-booking .booking-form-address .ginput_container span.gfield_required {
    display: inline-block!important;
  }
  .unit-booking .gform_wrapper ul.gform_fields li.gfield.booking-email-address {
    padding-right: 0;
	margin-bottom: 20px;
  }
  .site .gform_wrapper ul.gform_fields li.gfield.booking-phone-intl-code,
  .site .gform_wrapper ul.gform_fields li.gfield.booking-phone-number {
    margin-top: 0;
  }
  body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.phone-title {
    position: initial;
  }
  .unit-booking .terms-conditions input[type="checkbox"]:not(:checked)+label:after {
    width: 24px;
    height: 24px;
  }
  .thankyou-unit-specs {
    /*position: initial;
    bottom: initial;
    margin:initial;*/
    margin-top: -30px;
  }
  .unit-booking .gform_wrapper .gform_footer input[type="submit"] {
    width:100%;
  }
  footer#colophon {
    padding-top: 30px;
  }
  .parallax-window {
      min-height: 193px;
  }
  .share_gallery_container ul li {
      width: 100%;
  }
  .share_gallery_container li.share-block {
    margin-left: 0;
  }
  .share_gallery_container {
    position:initial;
    bottom:initial;
  }

  .acf-map {
    min-height: 250px;
  }
  .available-unit h3.title {
    margin-bottom: 5px;
  }

  .sharing-options {
    width: 100%;
    top: 64px;
  }

  .share_gallery_container ul li.essb_item {
    width: auto;
  }

  .share_gallery_container li a.btn:hover,
  .share_gallery_container li a.btn:focus,
  .share_gallery_container li a.btn:active {
    border: inherit;
  }
  .gallery-image-container {
    height: 66vh !important;
  }
  
  .vrtour-gallery-container {	
    height: 38vh !important;	
  }
  
  .gallery-details-bottom {
      position: initial;
      bottom: initial;
      margin-top: 15px;
      transform: initial;
      top: initial;
      left: initial;
  }
  .vr-gallery-right {	
    padding: 20px 15px 0 15px;	
  }
  .close-global-swiper {
      height: 38px;
      width: 38px;
      font-size: 17px;
      text-align: center!important;
  }
  .close-global-swiper .fa-times {
    text-align: center!important;
  }
  
  .payment-plan-container table td {
    padding: 5px;
  }
  .payment-plan-container table td span { 
    font-size: 12px;
  }
  .hide-on-tablet {
    display: initial;
  }
  .view-floorplan-container {
    padding: 30px 0 30px 0;
  }

  .contruction-updates-gallery div { padding: 0px 15px 15px 15px; }
  .vr-listing .middleAlign .verticalAlign {
    text-align: left;
  }

  .latest_details.vr-listing .latest_text h2,
  .latest_details.vr-listing .latest_text p {
    text-align: left;
  }
  
  .bod-profile-image-container .position-absolute-center {
  position: inherit;
    left: inherit;
    top: inherit;
    transform: inherit;
  margin-top: 10px;
  }
  
  .modal-directors-profiles {
  left: -4px;
  }

.bod-detail-modal-close {
   top: 18px;
   right: 18px; 
  }

.bod-detail-container {
    padding: 40px;
  }

.bod-profile-image-container > div.row {
    padding: 15px;
  }
  
  .principal-accordion ul {
    -webkit-columns: inherit;
    -moz-columns: inherit;
    columns: inherit;
    width: 100%;
  }
  .about-chairman-intro {
    position: inherit;
    top: inherit;
  }
  .view-awards {
  width: 100%;
  }
  .section-chairman-intro-inner {
    margin-bottom: 60px !important;
  }
  .view-destination-mobile {
    width: 100%;
  }

  .promotions-section {
    margin-bottom: 30px;
    padding-top: 50px;
  }
  .signature span {
    display: block;
  }
  .signature
  {
    display:inherit;
  }
  .signature span:nth-child(2):after{
    display: inline-block;
    content: "";
    height: 1px;
    width: 120px;
    background-color: #9D9D9C;
    margin-top: 11px;
    line-height: 20px;
    float: right;
  }
  .signature:after {
    display: none;
  }

  .about-chairman-intro .btn-blue {
    width: 100%;
  }

  	
  .container-search-property {	
    padding: 59px 18px 41px;	
  }	
  	
  .prop-search-bar input[type='submit'] {	
	  width: 100%;	
  }	
  .home-hero-section .prop-search-bar {	
    /*top: initial;	
	bottom: 4%;	
	*/	
  }	
  
    	
  .home .sticky-prop-bar a.get-touch-btn {	
	display:none;  	
  }	
  	
  .home .sticky-prop-bar a.footer-search-prop-btn {	
	display: block !important;	
	color: #FFFFFF !important;	
  }	
  .show-hero-video-filter  {	
	display: none;	
    opacity: 0;  	
  }	
  	
  .btn-show-filters {	
	transition: all 2s linear;	
    display: block;  	
  }
  /*
  .position-property-search{	
	top: 60%!important;  	
  }	
  */	
  .set-hero-overlay	
  {	
	opacity: 1;	
  }	
  	
  .homepage-mobile-filter-section #prop_search_mobile_form { 	
    display:none; 	
  }	
  	
  .homepage-mobile-filter-section .modal {	
	/*height: 100vh;*/  	
  }

  .availability-template-right .collapse-row-details .spinner-body:before {
   margin-top:30px;
  }

  .disclaimer-content {
    padding-right: 0; 
  }

  /* START MEDIA QUERY: WEBINAR LANDING PAGE */

  .webinar-lp .about-overlap-container {
    padding-top: 20px;
  }

  .webinar-lp .about-overlap-container::before {
    display: none;
  }

  .webinar-lp span.section-tagline {
    margin-bottom: 15px;
  }

  .join-webinar-steps h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  .book-webinar-form .gform_wrapper ul.gform_fields li.gfield.booking-email-address {
    margin-bottom: 16px;
  }

  .book-webinar-form h2 {
    margin-bottom: 15px;
  }

  .join-webinar-steps .row-steps .step-block:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .testimonial-section .reviewer-identity {
    width: 100%;
    float: none;
  }

  .webinar-content {
    margin-top: 30px;
  }

  .join-webinar-steps {
    margin-top: 45px;
  }

  .join-webinar-steps .row.row-steps {
    margin-bottom: 30px;
  }

  .join-webinar-steps .row-steps .step-block {
    margin-bottom: 30px;
  }

  .book-webinar-form {
    padding-bottom: 30px; 
  }

  .testimonial-section {
    margin-top: 40px;
  }

  .testimonial-section .testimony-content {
    display: block;
    padding-top: 40px;
  }

  /* END MEDIA QUERY: WEBINAR LANDING PAGE */
  
  .cookie-disclaimer {
    position: relative;
    width: 100%;
    z-index: 12;
    padding: 0;
  }

  .cookie-disclaimer > div {
    padding: 20px;
  }
  
  .cookie-disclaimer span {
    margin-bottom:20px;
    display: block;
	width: 100%;    
  }
  
  .cookie-disclaimer .disclaimer-content p {
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .btn-accept {
	margin-right: 0; 
    margin-bottom: 12px;
	margin: 0px auto 15px;
  }

  .featured-awards-container {
    margin-bottom: 40px;
  }

  .payment-plan-container table td, .payment-plan-container table td:first-child {
    width:33%;
  }
  
  li.cls_phone_num {	
    width: 68% !important;
    display: inline-block !important;
    margin-top: 9px !important;
    padding-left: 10px;
  }	
  .site .gform_wrapper ul.gform_fields li.gfield.phone-intl-code {	
    width: 30% !important;	
  }	
  .site .gform_wrapper ul.gform_fields li.gfield.phone-intl-code span.phone-mask {	
    top: 4px;	
  }
  
  .site .gform_wrapper ul.gform_fields li.gfield.consent-privacy-policy label  a {	
   display: inline-block;  	
  }

  .h-100.who-we-are-block {
    height: auto !important;
  }

  .property-list section h3 {
    width: 100%;
  }

  .prop-list-book-btn {
    position: relative;
    top: inherit;
    right: inherit;
    width: auto;
    text-align: inherit;
    margin-top: 15px;
  }

  .prop-list-book-btn a.btn-book {
    width: 100%;
  }

  .single-offer footer#colophon {
    padding-bottom: 90px;
  }

}

@media only screen and (max-width: 576px) {
  .navbar-brand {
    padding-left: 0;
  }
  .newsletter-subscribe .gform_wrapper .gform_body {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .newsletter-subscribe .gform_wrapper .gform_footer {
    width: 100%;
    display: block;
  }
  .phone-tab span,
  .watsapp-tab span {
    display: none;
  }
  li.phone-tab,
  li.watsapp-tab {
    border-radius: 2px;
    background-color: #F8F9FB;
    width: 52px;
    text-align: center;
    height: 52px;
    padding-top: 17px;
  }

  li.watsapp-tab {
    background-color: #00E676;
  }

  li.phone-tab .fa-phone {
    font-size: 18px;
  }
  li.watsapp-tab .fa-whatsapp {
    font-size: 20px;
    color: #fff;
  }
  li.phone-tab.mm-listitem {
    width: 100%;
    text-align: left;
    padding-top: inherit;
    height: inherit;
    background-color: inherit;
  }
  li.phone-tab.mm-listitem span {
    display: inline-block;
  }

  .latest_details.vr-listing .row .latest_text {
    margin-top: 20px;
  }

  .vr-listing .middleAlign .verticalAlign {
    text-align: center;
  }

  .latest_details.vr-listing .latest_text h2,
  .latest_details.vr-listing .latest_text p,
  .latest_details.vr-listing .row:nth-child(2n) .latest_text h2,
  .latest_details.vr-listing .row:nth-child(2n) .latest_text p {
    text-align: center;
  }

  .latest_launches .vr-listing .flexWrap .verticalAlign .viewbutton .button-default {
    min-width: 266px;
  }

  .promotions-block {
    padding: 0;
    min-height: 590px;
  }

  .promotions-block-content {
    padding-top: 0;
    min-height: initial;
  }

  .promotions-section .slick-list.draggable {
    padding: 0 50px 0 0 !important;
  }

  .promotions-block h3 {
    font-size: 28px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .promotions-block .short-desc {
    padding-left: 25px;
    padding-right: 25px;
  }

  .promotions-block .block-2 {
    margin-bottom: 40px;
  }

		
  .landing-single-right {	
	  padding-left: 15px;	
      padding-right: 15px;	
  }

}


/*--------------------------------------------------------------
## iPhone
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
  .navbar-brand a {
    margin-left: 12px;
  }

  .promotions-block {
    padding: 0;
    min-height: 570px;
  }
}

@keyframes spinner-footer {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-body {
  to {
    transform: rotate(360deg);
  }
}


/* START: Country Selection page wih MEDIA QUERIES */

.country-selection-wrapper {
  border-top: 1px solid #E9E9E9;
  padding: 55px 0;
  margin-top: 8px;
}

.country-selection-wrapper h1 {
  margin-bottom: 10px;
}

.country-selection-wrapper .main-content {
  margin-bottom: 100px;
}

.country-row {
  margin-bottom: 40px;
}

.country-lang-block {
  margin-bottom: 20px;
  font-weight: 400;
}

.country-lang-block a {
  clear: both;
}

.country-lang-block a:hover {
  color: #0074A7;
}

.flag-img {
  margin-right: 20px;
  vertical-align: middle;
  float: left;
  width: 50px;
}

@media only screen and (max-width: 767px) {
  .country-selection-wrapper .main-content {
    margin-bottom: 50px;
  }

  .country-row {
    margin-bottom: 0;
  }
}

/* END: Country Selection page wih MEDIA QUERIES */

/* START: Personalization CTA */

.video-overlay {
  z-index: 1000;
  top: 70px;
  position: absolute;
  width: 100%;
}

.prsnl-cta {
  background: rgba(255,255,255, 0.85);
  color: #fff;
  max-width: 400px;
  padding: 20px;
  color: #9D9D9C;
}

/* END: Personalization CTA */


/************************************************************/
.destination_banner img{width:100%;}
.caption-container{
  bottom: 0;
    position: relative;
  width:100%;
}
.caption-text{
  background: #FFF;
    padding: 12px;
    width: auto;
  float:left;
  margin-left:-12px;
  margin-right:6px;
}
.caption-btn{
  width:100%;
  float:left;
  text-align:center;
  position:relative;
}
.caption-container .sharing-options{
  left: 0;
    right: 0;
    margin: 0 auto;
  top:52px;
}
.caption-container .share-btn{
  width:260px;
  padding: 12px;
}
.share-btn i{
  float: right;
    line-height: 24px;
}
.share-btn span{
  float: left;
}
.caption-container p {
    margin: 0px 0 10px;
}
.dropdown-container{
    float: right;
    margin: 20px 0;
  width: 100%;
  position:relative;
}
.featured-tag{
  position: absolute;
    top: 30px;
    margin: 0 -50px;
    padding: 3px 15px;
    background: #98814f;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
  color:#fff;
}
.featured-desc{
  width: 85%;
    margin: 0 auto;
}
#category_dropdow, #ddlYear, #ddlMonth, #ddlSegment{
  font-size: 16px;
  background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
    line-height: 24px;
    padding-left: 20px;
    padding-top: 11px;
    height: 60px;
    border: none;
  margin:5px 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 12px;
    padding: -1px;
}
.ddl_label{
  position: absolute;
    margin-left: 20px;
    top: 12px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 24px;
}
.lifestyle.container{padding:0 15px;}
.lifestyle.container > .row{margin:0 5px;}
.lifestyle .featured-img-box, .lifestyle .featured-content-box{
  width: 50%;
    float: left;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  position:relative;
}
.lifestyle .desc h3{
  margin-bottom: 0px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.post-inner{
  margin-top: 20px;
}
.post-inner a{text-decoration: underline; font-weight: 500;}
.lifestyle .desc{
  padding:5%; 
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
    min-height: 200px;
}
.lifestyle .featured .desc{padding:13% 10%; box-shadow:none;}
.post-inner p strong{
  font-weight:500;
}
.post-inner p{
  color: #000000;
    font-family: Lato;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
}
.lifestyle .desc .category-name, .post-inner .category-name{font-size: 12px;
    color: #9D9D9C;
    line-height: 15px;}
.lifestyle .desc .content, .caption-container p{
  margin-top: 15px;
    margin-bottom: 5px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  color: #000000;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
}
.lifestyle .date, .caption-text .date, .caption-text .back_link{
  color: #232323;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
  margin-top:0;
}
.caption-text .back_link{
  margin-bottom:20px;
  display:flex;
}
.inner-banner-container .date{
  margin-top:0;
  margin-bottom:12px;
}
.inner-banner-container h1{
  margin-bottom: 12px;
}
.spacer{
  height: 70px;
    float: left;
    width: 100%;
}
.load_more_btn{
  text-align: center;
    margin: 30px auto;
    border-color: #9D9D9C;
    color: #fff;
    border: 1px solid #fff;
    height: 50px;
    background-color: #9D9D9C;
    width: 15%;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
}
.search_btn, .search_box{
  border: none;
    background: none;
  color:#ccc;
}
.board_of_directors .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.inner-banner-container{
  flex-direction: column;
}
#who_we_are .board_of_directors .directors_list .col-sm-3 {
    width: 100%;
    margin-bottom: 22px;
}
#who_we_are .board_of_directors .directors_list .about_person .person_img {
    position: relative;
    overflow: hidden;
    width: 245px;
    height: 245px;
    margin: 0 auto 10px auto;
}
.person_img img{width:100%;}
#who_we_are .board_of_directors .directors_list .about_person .person_img .overlay {
    background: url(inc/assets/images/overlay.jpg) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
#who_we_are .board_of_directors .directors_list .about_person .person_img .overlay .short_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 75px;
}
#who_we_are .board_of_directors .directors_list .about_person .person_details {
    padding: 0 40px;
}
#who_we_are .board_of_directors .directors_list .about_person .person_details p {
    margin-bottom: 3px;
    margin-top: 15px;
    text-align: center;
    font-family: "Optima LT W01 Roman",Arial,Helvetica,sans-serif;
    line-height: 1.5;
  font-size: 14px !important;
}
#who_we_are .board_of_directors .directors_list .about_person .person_details span.tag_line {
    text-align: center;
    display: block;
    font-family: 'adobe-garamond-pro','serif';
    text-transform: none;
    font-style: italic;
}
#who_we_are .board_of_directors {
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 10px;
    margin-top: 0;
}
#who_we_are .board_of_directors:last-child{
  border-bottom:none;
}
.box-loading {
    min-height: 7.14286em;
    position: relative;
    float: left;
    width: 100%;
  display:none;
}
.box-loading:before {
    content: '';
    position: absolute;
    width: 2.14286em;
    height: 2.14286em;
    margin-top: -1.07143em;
    margin-left: -1.07143em;
    background: 0 0;
    border: 5px solid;
    border-radius: 50%;
    border-color: rgba(0,0,0,.1);
    border-top-color: rgba(0,0,0,.6);
    left: 50%;
    top: 50%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    box-sizing: border-box;
  -webkit-animation-name: spin;
    -webkit-animation-duration: 800ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 800ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 800ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.no-data{
  font-weight: 500;
    text-align: center;
    width: 100%;
    margin: 30px 0;
}
.contact_form_container_wrapper{
  margin-top: 0 !important;
    width: 80% !important;
    margin: 0 auto !important;
}
.contact_form_container_wrapper .gsection_title{
  font-weight: 500 !important;
    font-size: 20px !important;
  margin: 35px 0 35px 0 !important;
}
.contact_form_container_wrapper input, .contact_form_container_wrapper textarea{
  margin-bottom: 20px;
  border:none!important;
}
.contact_form_container_wrapper input[type="submit"]{
    width: 30% !important;
    height: 45px !important;
    background-color: #464645 !important;
  margin-top: 15px !important;
}
.cls_country_code {
  width: 100% !important;
    text-align: left;
    float: left !important;
}
.cls_phone_num{
  width: 100% !important;
  text-align: left;
}
.contact_form_container_wrapper .gfield_html a{
  /*text-transform: uppercase;*/
}
.contact_form_container_wrapper .gfield_html p{
      margin-bottom: 5px;
}
.contact_form_container_wrapper select{
  background-color: #fff;
    padding-left: 20px;
    height: 44px;
  margin-bottom: 20px;
  border:none!important;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 12px;
}
.contact_form_container_wrapper form{
  text-align:center !important;
}
.contact_form_container_wrapper .gfield_label{
  display:none !important;
}
.contact_form_container_wrapper .gsection{
  border-bottom:0 !important;
  border-top: 1px solid #ccc !important;
  margin-top:35px !important;
  margin-bottom:0 !important;
}
.post-thumbnail img{
  width:100%;
}
.head h1{
  margin-bottom: 0;
}
.head p {
      margin-bottom: 30px;
}
.help h2, .call-us-container h2{
  font-size: 32px;
}
.help{
  background: #e9e9e9;
  width: 50%;
    float: left;
    padding: 40px;
}
.help-container{
  margin-left: 2%;
} 
.help .gform_wrapper select{
  padding-right: 25px !important;
}
.call-us-container{
  width: 48%;
    float: left;
    margin-left: 2%;
    padding: 40px;
}
.help p, .call-us-container p{
  line-height: 28px;  
}
.border_bottom {
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px 0;
}
#divAddress .col-sm-3.tableCell {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: 25%;
}
#divAddress .col-sm-5.tableCell {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: 41.666667%;
  padding-right: 0;
}
.help h5, .call-us-container h5{
  font-size:16px;
}
.location-Contact{
  text-decoration:underline;
}
.dropdown{
  text-align:center;
}
.country_ddl{
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.locationMap-Container {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99999999;
    display: none;
    padding: 0 20px;
    background-color: rgba(255,255,255,.8);
}
.locationMap-Container #locationmap-contact {
    width: 100%;
    max-width: 1000px;
    height: 80%;
    margin: 0 auto;
    top: 10%;
  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    clear: left;
  position: relative;
    overflow: hidden;
}
.locationMap-Container .close-Location {
    position: fixed;
    background-image: url(inc/assets/htmlpages-images/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    z-index: 9999;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.call_info .border_bottom:last-child {
    border-bottom: none;
}

.load_btn_div{  
  display:none; 
  width:100%; 
  float:left; 
  text-align:center;  
}

@media (min-width:640px){
  .cls_country_code {
    width: 30% !important;
  }
  .cls_phone_num{
    width: 70% !important;
  }
}
@media (min-width: 768px){
.matterport-showcase iframe {	
  min-height: 360px; 	
}
	
.board_of_directors .container {
    width: 100%;
}
#who_we_are .board_of_directors .directors_list .col-sm-3 {
    width: 33.33333333%;
    margin-bottom: 20px;
}
#who_we_are .board_of_directors .directors_list .about_person .person_img {
    width: 220px;
    height: 220px;
    margin: 0 auto;
}
#who_we_are .board_of_directors .directors_list .about_person .person_details {
    padding: 0 35px;
}
#who_we_are .board_of_directors {
    padding: 30px 15px;
}
#who_we_are .board_of_directors.principal_accordian {
    padding: 18px 15px 50px;
}
#who_we_are .board_of_directors.principal_accordian {
    padding-left: 15px;
    padding-right: 15px;
}
.displayTable {
    display: table;
    float: left;
    text-align: left;
    width: 100%;
}

#divAddress {
    max-height: 968px;
    overflow: auto;
}
#divAddress::-webkit-scrollbar {
    width: 7px;
}
#divAddress::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
}
#divAddress::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
/* START: VR Tour Media Query */
  
  .vr-tour-wrapper .latest_details > .row {
    padding-bottom: 50px;
  }
 /* END: VR Tour Media Query*/

}
@media (min-width: 930px){
  .caption-text{ padding: 40px 60px 10px 60px; width: 70%; margin-left:-60px; margin-right:30px; }
  .caption-btn{ width: 30%;}
  .dropdown-container{
    width: 27%;
  }
  .caption-container{
    position:absolute;
    /* left: -15px; */
  }
  .inner-banner-container{
    flex-direction: row;
  }
  /* .lifestyle.container {
    padding: 0 60px;
  } */
}
@media (min-width: 992px){
.matterport-showcase iframe {	
  height: 600px;	
  max-width: 1068px;	
  }
  
.board_of_directors .container {
    width: 100%;
}
.dropdown-container{
    width: 23%;
}
.post-inner-banner {
    height: calc(100vh - 72px);
    width: 100vw;
}
.post-inner-banner img {
    height: calc(100vh - 72px);
    width: 100vw;
    object-fit: cover;
}
}
@media (min-width: 1024px){
#who_we_are .board_of_directors .directors_list .about_person .person_img {
    width: 220px;
    height: 220px;
    margin: 0 auto;
}
#who_we_are .board_of_directors.principal_accordian {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width: 1170px){
#who_we_are .board_of_directors .directors_list .col-sm-3 {
    width: 25%;
    margin-bottom: 40px;
}
#who_we_are .board_of_directors .directors_list .about_person .person_img {
    width: 245px;
    height: 245px;
    margin: 0 auto;
}
#who_we_are .board_of_directors .directors_list .about_person .person_details p {
    margin-bottom: 10px;
}
#who_we_are .board_of_directors {
    padding: 0 0 48px;
    margin-top: 40px;
}
.dropdown-container{
    width: 20%;
}
}
@media (min-width: 1200px){
.board_of_directors .container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
}
}
@media (min-width: 1240px){
.dropdown-container{
    width: 17%;
}
}
@media (max-width:1024px){
  .call-us-container {
    /*width: 50%;*/
    margin-left: 0%;
    padding: 25px;
}
.help {
    /*width: 50%;*/
    padding: 25px;
}
.contact_form_container_wrapper {
    width: 100% !important;
}
}
@media (max-width:992px){
  .search_btn, .search_box{
    margin-top: 14px;
  }
  .call-us-container {
    width: 100%;
  }
  .help {
    width: 100%;
  }
  #divAddress .whole_section{
    text-align:center;
  }
  #divAddress .col-sm-3.tableCell,#divAddress .col-sm-5.tableCell {
    width: 100%;
  }
  #divAddress > div{
    padding:15px 0;
  }
  .help p, .call-us-container p {
    margin-bottom: 15px;
  }
}
@media (max-width:920px){
.caption-container .section-tagline{
  margin-bottom: 5px;
}
.caption-container h1{
  margin-bottom: 5px;
    /* font-size: 20px; */
    /* line-height: 30px; */
}
.lifestyle .desc .content, .caption-container p{
  font-size: 15px;
  line-height: 24px;
}
.caption-btn{
  order: -1;
    text-align: left;
  margin-top: 12px;
}
.caption-container .share-btn{
  border:1px solid #9A9A9A;
}
.lifestyle.container {
  float: left;
}
}
@media (max-width:578px){
  .lifestyle .featured-img-box, .lifestyle .featured-content-box{
    width:100%;
    float:left;
  }
  .lifestyle .featured-img-box{
    box-shadow:none;
  }
  .featured-tag {
    position: absolute;
    bottom: -12px;
    margin: 0 -50px;
    margin: 0 auto;
    left: 0;
    width: 40%;
    text-align: center;
    right: 0;
    padding: 3px 15px;
    background: #98814f;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    top:auto;
  } 
} 
/**** SPECIFICALLY FOR MICROSOFT EDGE ****/ 
@supports (-ms-ime-align:auto) {  
    
  .site .gform_wrapper ul.gform_fields li.gfield.phone-intl-code select,  
  .site .gform_wrapper ul.gform_fields li.gfield.booking-phone-intl-code select { 
    font-size: 0; 
  } 
  .site .gform_wrapper ul.gform_fields li.gfield.phone-intl-code select option, 
  .site .gform_wrapper ul.gform_fields li.gfield.booking-phone-intl-code select option {  
    font-size: 15px;  
  } 
}

/* START: Events Page */

.events-filter {
  position: absolute;
  bottom: 25px;
  z-index: 2;
  color: #fff;
  width: 100%;
}

.events-filter-block {
  
}

.event-cat-selector {
  display: inline-block;
  background-color: #fff;
  width: 75%;
  margin-right: 20px;
  vertical-align: top;
}

select.event-cat-select {
  border: 0;
  padding: 18px;
}

.emr-custom-select.event-cat-select .dropdown-toggle .filter-option-inner-inner {
  text-align: left;
  font-size: 14px;
}

.emr-custom-select.event-cat-select button.dropdown-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
}

.emr-custom-select.event-cat-select div.dropdown-menu.show {
  width: 100%;
  border-radius: 0;
}

.emr-custom-select.event-cat-select .dropdown-menu li {
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #C8C8C8;
  margin: 0 15px;
}

.emr-custom-select.event-cat-select .dropdown-menu li:last-of-type {
  border-bottom: 0;
}

.emr-custom-select.event-cat-select .dropdown-menu li a {
  padding: 10px 10px;
}

.emr-custom-select.event-cat-select>select.mobile-device:focus+.dropdown-toggle,
.emr-custom-select.event-cat-select button.dropdown-toggle:focus,
.emr-custom-select.event-cat-select button.dropdown-toggle:active,
.emr-custom-select.event-cat-select.show>.btn-light.dropdown-toggle {
  outline: 0 !important;
}


.event-cat-selector .emr-custom-select.event-cat-select div.dropdown-menu.show {
  background-color: #fff;
  box-shadow: none !important;
}

#calendarBtn {
  display: none;
}

.event-calendar {
  display: inline-block;
  width: 25%;
  max-width: 72px;
  text-align: center;
  background-color: #fff;
  color: #061B36;
}

.date-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0,0,0, 0.7);
  height: 100%;
  display: none;
  z-index: 1;
}

.event-calendar img.ui-datepicker-trigger {
  width: 22px;
}

.events-listing-wrapper .about-overlap-container::before,
.event-detail-wrapper .about-overlap-container::before {
  width: 62.5%;
  max-height: 500px;
}

.event-calendar button.ui-datepicker-trigger {
  background: #fff url('inc/assets/images/calendar.svg') no-repeat center center;
  font-size: 0;
  background-size: 22px auto;
  width: 100%;
  border: 0;
  padding-top: 19px;
  padding-bottom: 19px;
}

.event-calendar button.ui-datepicker-trigger:focus {
  outline: 0;
}

.events-filter-block .ui-datepicker {
  background-color: #fff;
  border-radius: 0 !important;
  border: 0 !important;
  top: 70px !important;
  left: inherit !important;
  z-index: 10 !important;
  width: 91%;
  right: 15px !important;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #232323;
}

.events-filter-block .ui-datepicker .ui-widget-header {
  border: 0;
  background: none;
}

.events-filter-block .ui-widget-header .ui-icon {
  background: url('inc/assets/images/arrow-icon.svg') no-repeat center top !important;
  background-size: 13px auto;
  width: 25px;
  height: 25px;
}

.events-filter-block .ui-widget-header .ui-datepicker-next .ui-icon {
  transform: rotate(180deg);
}

.events-filter-block .ui-datepicker .ui-datepicker-prev {
  left: 12px !important;
  top: 6px;
  border: 0;
  cursor: pointer;
}

.events-filter-block .ui-datepicker .ui-datepicker-next {
  right: 12px !important;
  top: 6px;
  border: 0;
  cursor: pointer;
}

.events-filter-block .ui-datepicker-prev.ui-datepicker-prev-hover.ui-state-hover,
.events-filter-block .ui-datepicker-next.ui-datepicker-next-hover.ui-state-hover {
  background: none;
}

.events-filter-block .ui-datepicker .ui-datepicker-prev span,
.events-filter-block .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  margin-left: 0;
  top: 0;
  margin-top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
}

.events-filter-block .ui-datepicker .ui-datepicker-title {
  font-size: 20px;
}

.events-filter-block .ui-datepicker th {
  font-size: 14px;
  font-weight: 700;
}

.events-filter-block .ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
  border: 0 !important;
  background-color: #fff !important;
  padding: 8px !important;
  font-size: 14px;
  line-height: 22px;
}

.events-filter-block .ui-datepicker-calendar .ui-state-default {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  text-align: center;
}

.events-filter-block .ui-datepicker-calendar .ui-state-highlight {
  color: #232323;
}

.events-filter-block .ui-datepicker-calendar .ui-state-active,
.events-filter-block .ui-datepicker-calendar .ui-state-active:hover {
  background-color: #595959 !important;
  border-radius: 100%;
  color: #fff;
}

.no-results-found-container h3 {
  text-transform: inherit;
}

@media (min-width:992px) {
  .event-hero-content .col-lg-8 {
    max-width: 62%;
    flex: 0 0 62%;
  }
}


@media only screen and (max-width: 767px) {
  .events-filter {
    position: relative;
    bottom: inherit;
    margin-top: 20px;
  }

  .event-cat-selector {
    border: 1px solid #9A9A9A;
    width: 78%;
  }

  .event-calendar {
    border: 1px solid #9A9A9A;
    width: 22%;
  }

}

.event-blk .event-img{
  margin-bottom: 34px;
}

.event-blk .event-img a{
  position: relative;
  display: block;
}

.event-blk .event-img a span.promoted-event{
  display: block;
  content: '';
  position: absolute;
  right: 25px;
  top: 0px;
  background-image: url(inc/assets/images/Events-ribbon-2.png);
  width: 40px;
  height: 120px;
  background-repeat: no-repeat;
}

.event-blk .event-details{
  display: flex;
  justify-content: space-between;
  padding-bottom: 38px;
  margin-bottom: 54px;
}

.lft-blk{
  flex: 1 1 82%;
}

.rht-blk{
  flex: 1 1 18%;
}

.event-blk .event-details .lft-blk{
  margin-right: 30px; 
}

.event-blk .event-details .lft-blk .event-name h5 {
  /*height: 24px;*/
  /*width: 260px;*/
  color: #232323;
  font-family: Lato;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 24px;
}

.event-blk .event-details .lft-blk .event-name h4 {
  /*height: 36px;*/
  /*width: 106px;*/
  color: #000000;
  font-family: Optima;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 34px;
}

.event-blk .event-details .lft-blk .event-desc {
  color: #232323;
  font-family: Lato;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 31px;
  /* padding-right: 56px; */
}

.lft-blk .event-location {
  position: relative;
  color: #071C35;
  font-family: Lato;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}

.lft-blk .event-location span i{
  margin-right: 10px;
}

.event-blk .event-details .lft-blk .event-location:after{
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -38px;
  background: #9D9D9C;
  width: 120px;
  height: 1px;
}

.rht-blk .event-cat {
  box-sizing: border-box;
  height: 37px;
  width: 85px;
  border: 1px solid #D6D6D6;
  background-color: #071C35;
  text-align: center;
  margin-bottom: 20px;
  padding: 5px;
}

.rht-blk .event-cat span {
  color: #FFFFFF;
  font-family: Lato;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  overflow: hidden;
  display: block;
  height: 22px;
  vertical-align: middle;
  line-height: 26px;
}

.rht-blk .event-date{
  display: flex;
  box-sizing: border-box;
  height: 84px;
  width: 85px;
  border: 1px solid #D6D6D6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.rht-blk .event-date small {
  font-family: Optima;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  display: flex;
  align-self: center;
  margin-top: -2px;
}

.rht-blk .event-date span{
  align-self: center;
  color: #232323;
  font-family: Optima;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase;
}

.events-listing-wrapper .webinar-hero-content.event-details-header{
  min-height: unset;
  margin-bottom: 45px;
}

.event-details-header .lft-blk h1{
  margin-bottom: 20px;
}

.event-details-header .lft-blk{
  flex: unset;
  padding-right: 3rem;
}

.event-details-header .rht-blk {
  flex: unset;
}

.event-details-header .lft-blk .about-overlap-text {
  margin-bottom: 39px;
}

.event-details-header .lft-blk .about-overlap-text p{ 
  color: #000000;
  font-family: Lato;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
}

.event-details-header .lft-blk .event-location{
  font-size: 25px;
  line-height: 30px;
}

.event-content-area video {
  background-color: #000;
}

.event-content-area video[poster] {
  height:100%;
  width:100%;
}

.event-content-area iframe{
  height: 608px;
  width: 100%;
  background-color: rgba(0,0,0,0.42);
}

.event-content{
  color: #000000;
  font-family: Lato;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
  text-align: justify;
  padding: 58px 0 28px;
}

.event-content ol,
.event-content ul{
  padding: 0 20px 0 0;
  list-style: initial;
  margin-bottom: 30px;
}

.event-content ol li{
  list-style-type: decimal;
  margin: 0 0 10px 30px;
}

.event-content ul li{
  list-style: initial;
  margin: 0 0 10px 30px;
}

.event-content img{
    margin-bottom: 30px;
}

.range-head{
  background: #8E8E8E !important;
  border: 1px solid #D6D6D6 !important;
}

.range-divider{
  width: 55px;
  top: 85px;
  position: relative;
}

.range-divider:before {
  content: " ";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  border-top: 1px solid #B9B9B9;
  height: 1px;
}

.event-details-header .multi-event .evt-date-blk{
  max-width: 300px;
}

.event-calendar button.ui-datepicker-trigger:after {
    content: '';
    position: absolute;
    right: 27px;
    top: 23px;
    color: #000;
    height: 20px;
    width: 20px;
    font-size: 12px;
    font-weight: 600;
}

.event-details-header .multi-event .event-location{
  font-size: 25px;
  line-height: 30px;
  position: relative;
  color: #071C35;
  font-family: Lato;
  letter-spacing: 0;
  font-weight: 400;
}

.event-details-header .multi-event .event-location i{
  margin-right: 10px;
}

.event-details-header .multi-event .event-location{
  font-size: 25px;
  line-height: 30px;
  position: relative;
  color: #071C35;
  font-family: Lato;
  letter-spacing: 0;
  font-weight: 400;
}

.event-details-header .multi-event .event-cat {
  box-sizing: border-box;
  height: 37px;
  width: 85px;
  border: 1px solid #D6D6D6;
  background-color: #071C35;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px;
}

.event-details-header .multi-event .event-cat span {
  color: #FFFFFF;
  font-family: Lato;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  overflow: hidden;
  display: block;
  height: 22px;
  vertical-align: middle;
}

@media (min-width: 767px) and (max-width: 810px) {
  .range-divider:before {
    width: 70%;
    left: 15%;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .range-divider:before {
    width: 80%;
    left: 10%;
  }
}

@media (max-width: 991px){
	.events-listing-wrapper .about-main-container .about-overlap-container .promotions-section .slider-promotions .promotions-block .mobile-promo-btn{
    bottom: 30px;
  }
}

@media (max-width: 768px){
  .event-content-area iframe{
    height: 415px;
  }
  .event-details-header .multi-event .event-location{
    margin-bottom: 60px;
  }
}

@media (max-width: 567px){
  .event-img img{
    width: 100%;
  }
}

@media (max-width: 480px){
  .event-details-header .lft-blk .about-overlap-text{
    padding-right: 10px;
  }
  .event-details-header .rht-blk{
    display: flex;
    flex-direction: column;
  }
  .event-details-header .rht-blk .event-cat{
    align-self: flex-end;
  }
  .event-content-area iframe{
    height: 186px;
  }
  .event-blk .event-details .lft-blk{
    min-height: unset !important;
  }
  .event-details-header .lft-blk{
  padding-right: 0px;
  }
  .events-listing-wrapper .about-main-container .about-overlap-container .promotions-section .slider-promotions .promotions-block .mobile-promo-btn{
    bottom: 20px;
  }
}

.view-events-gallery .btn-blue  {
  min-width: 320px !important;
}
.event-gallery {
margin-bottom: 65px;  
}
.view-events-gallery {
margin-bottom: 25px;  
}
.event-gallery-unit > div {
  padding-bottom: 20px;
}

/* END: Events Listing Page */

/*  - Mortgage Calculator */
.mortgage-calculator-section.hide-section {
  display: none;
}

.property-feature-block > div {
  margin-bottom:78px;
}

.mortgage-calculator .mortgage-cal-title {
  color: #000000;
  font-family: Optima, sans-serif;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 60px;
  text-transform: uppercase;
}

.mproperty-price input[type="text"] {
  padding: 25px;
  color: #232323;
  width:100%;
  font-family: Optima, sans-serif;
  font-size: 21px;
}

label[for="property-price"],
label[for="loan-duration"]
 {
  color: #000000;
  font-family: Optima;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 36px; 
  text-transform: uppercase;
  display: block;
}

.mortgagec-currency {
  color: #7C7C7C;
  font-family: Lato, sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
  position:absolute;
  right:37px;
  top:25px;
  text-transform: uppercase;
}

.mcalculator-field {
  margin-bottom: 60px;
}

/*  - Styles for Rangeslider */

.min {
  padding-top: 5px;
  padding-left: 10px;
  color: #cccccc;
}

.max {
  padding-top: 5px;
  padding-right: 10px;
  color: #cccccc;
}

output {
  display: inline-block;
  font-size: 2em;
}

.rangeslider,
.rangeslider__fill {
display: block;
 -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.rangeslider {
  background:#D9D9D9;
  position: relative;
}

.rangeslider--horizontal {
  height: 6px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #000000;
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}


.rangeslider__handle {
  background: white;
  color: #232323;
  font-family: 'Optima', sans-serif;
  font-weight: 400;
  font-size: 20px;
  border: 1px solid #000000;
  cursor: pointer;
  display: inline-block;
  width: 141px;
  height: 61px;
  line-height: 58px;
  text-align: center;
  position: absolute;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  
}

.rangeslider__handle:after {
  font-family: FontAwesome;
  content: "\f105"; 
  color: #232323;
  font-size: 20px;
  right: 10px;
  position: absolute;
}

.rangeslider__handle:before {
  font-family: FontAwesome;
  content: "\f104";
  color: #232323;
  font-size: 20px;
  left: 10px;
  position: absolute;
}

.rangeslider__handle:active {
 /* background-img: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  */
}

.rangeslider--horizontal .rangeslider__handle {
  top: -23px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}


/*  - End Styles for Rangeslider */

.downpayment-range, .loanduration-range {
  margin-top:16px;
}

.down-payment-info {
    color: #ABABAB!important;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 29px;
    
}

a.down-payment-info {
	text-decoration: underline!important;
}

.link-conditions {
  padding: 25px 0px;
  float:right;
}

.plus-minus-container
 {
  padding: 25px 29px;
  border-radius: 0 2px 2px 0;
  background-color: #F5F5F5;
  display: inline-block;
  cursor: pointer;
  color: initial !important;
}
.container-plus, .interest-plus {
  margin-right: 24px;
}

.interest-plus.disabled,
.interest-minus.disabled,
.container-plus.disabled,
.container-minus.disabled
 {
  color: #D0D0D0!important;
}

.permonth 
{
  color: #ABABAB;
  font-family: Lato, sans-serif;
  font-size: 24px; 
}

.output-mcalculation {
  color: #000000;
  font-family: Optima;
  font-size: 56px;
  display:inline-block;
}

.mcalculator-field .btn {
  padding:30px;
  background: #000000;
  margin-top:10px;
}

.mcalculator-right {
  text-align:right;
}

.max_price_validation, .min_price_validation {
	font-size: 14px;
	display: none;
}

.max_price_validation.show, .min_price_validation.show {
	display: block;
}

/* IPAD PRO */
@media only screen and (min-width: 1024px) and (max-height: 1366px)
    and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) {
    /* ... */
	.container-plus, .interest-plus {
    margin-left: 10px;
	}
	
	.plus-minus-container {
    padding: 27px 24px;
	}
	
	.mcalculator-right {
      text-align: initial;
    }
	/* Search Result Page - Search Filter */
	.select-sec-options .col-sm-6 {
		flex: initial!important;
		max-width: 100%!important;
	}
	.price-min-range, .price-max-range, .area-min-range, .area-max-range {
    width: 100%;
	}
	
}

@media only screen and (max-width: 991px) {
  .property-feature-block > div {
		margin-bottom: 30px;
   }
  
  .property-prices-b {
    margin-top: 50px;
  }
  
  .property-feature-block {
	margin-top: 30px;  
  }
}

@media only screen and (max-width: 767px){
/* Mortgage Calculator */
  .mproperty-price input[type="text"] {
    padding: 16px;
  }

  .plus-minus-container {
    padding: 20px 16px;
  }

  .container-plus, .interest-plus {
    margin-right: 0;
  }

  .mproperty-price {
    padding-right: 0;
  }
  
  .mortgagec-currency {
    top: 17px;
   }
	
}

/* End  - Mortgage Calculator */

/* START: Mortgage Offers */
.mortgage-offers-blk {
  margin-top: 60px;
  margin-bottom: 214px;
}

.mortgage-offers-blk .page-title{
  color: #000000;
  font-family: Optima;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;  
  margin-bottom: 7px;
}

.mortgage-offers-blk .page-desc{
  display: block;
  width: 100%;
  max-width: 1024px;
  color: #232323;
  font-family: Lato;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 85px;
}

.mortgage-offers-blk .tbl-row{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-color: #F8F9FB;
  padding: 15px 15px;
  border: 1px solid transparent;
}

.mortgage-offers-blk .tbl-row.thd-row{
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 0 15px;
}

.mortgage-offers-blk .tbl-row.thd-row .thd-col label,
.mortgage-offers-blk .tbl-row .tbd-col label{
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
}

.mortgage-offers-blk .tbl-row .pp-img{
  flex: 1 1 14%;
}

.mortgage-offers-blk .tbl-row .pp-bank{
  flex: 1 1 20%;
}

.mortgage-offers-blk .tbl-row .pp-sal{
  flex: 1 1 15%;
}

.mortgage-offers-blk .tbl-row .pp-mpay{
  flex: 1 1 15%;
}

.mortgage-offers-blk .tbl-row .pp-fr{
  flex: 1 1 10%;
}

.mortgage-offers-blk .tbl-row .pp-dp{
  flex: 1 1 12%;
}

.mortgage-offers-blk .tbl-row .pp-apply{
  flex: 1 1 14%;
}

.mortgage-offers-blk .tbl-row.tbd-row .pp-apply{
  flex: 1 1 14%;
  padding-right: 0px;
}

.mortgage-offers-blk .tbl-row .pp-img img{
  max-height: 65px;
}

.mortgage-offers-blk .tbl-row > div > h4{
  color: #232323;
  font-family: Lato;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  margin: 0;
}

.mortgage-offers-blk .tbl-row.tbd-row{
  background-color: #F8F9FB;
  margin-bottom: 20px;
}

.mortgage-offers-blk .tbl-row > div > span{
  display: block;
  color: #232323;
  font-family: Lato;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 19px;
  text-align: left;
}

.mortgage-offers-blk .tbl-row .thd-col,
.mortgage-offers-blk .tbl-row .tbd-col{
  padding-right: 1rem;
}

.mortgage-offers-blk .tbl-row .tbd-col.pp-img img{
  padding-right: 16px;
}

.mortgage-offers-blk .tbl-row .tbd-col.pp-apply .btn.btn-grey{
  max-width: 133px;
  max-height: 48px;
  float: right;
}

#gform_13  ul.gform_fields li.gfield {
  padding-right: 0;
}

#gform_13  ul.gform_fields li.gfield.phone-intl-code span.phone-mask {
  width: 70%;
  padding-right: 10px;
}

#gform_13 ul.gform_fields li.gfield.phone-intl-code{
  width: 30% !important;
}

#gform_13 ul.gform_fields li.p-policy{
  font-weight: 400;
  color: #181717;
  font-family: Lato;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: -10px;
}

#gform_13 ul.gform_fields li.p-policy a{
  display: inline-block;
}

#gform_13 ul.gform_fields li.p-policy a:after{
  content: '';
  display: block;
  background: #000;  
  height: 0.5pt;
  width: 100%;
  position: relative;
}

#gform_13 ul.gform_fields .send-alerts{
  margin-top: 30px;
}

#gform_13 li.gfield.gfield_error.phone-number {
	margin-top: 9px;
}

#gform_13 li.gfield.gfield_error {
	margin-top: -5px;
    margin-bottom: -10px!important;
}

@media (max-width: 991px){

  .mortgage-offers-blk .tbl-row{
    padding-top: 0;
    padding-bottom: 0;
  }

  .mortgage-offers-blk .tbl-row > div > span{
    padding: 20px 0;
  }

  .mortgage-offers-blk .page-title{
    font-size: 24px;
    letter-spacing: 0;
    line-height: 60px;
    margin-bottom: 0;
  }

  .mortgage-offers-blk .page-desc{
    font-size: 13px;
    letter-spacing: 0;
    line-height: 17px;
  }

  .mortgage-offers-blk .tbl-row{
    height: auto;
    padding: 0 15px;
  }

  .mortgage-offers-blk .tbl-row.thd-row{
    padding: 0 15px;
  }
  
  .mortgage-offers-blk .tbl-row.tbd-row{
    margin-bottom: 12px; 
    min-height: 140px;   
    padding: 0px 15px;
  }

  .mortgage-offers-blk .tbl-row.tbd-row:after{
    content: "";
    width: 100%;
    background-color: #EAEAEA;
    height: 1px;
    display: flex;
    order: 5;
  }

  .mortgage-offers-blk .tbl-row .pp-img{
    flex: 1 1 40%;
  }

  .mortgage-offers-blk .tbl-row .pp-bank{
    flex: 1 1 60%;
  }

  .mortgage-offers-blk .tbl-row .pp-sal{
    flex: 1 1 25%;
  }

  .mortgage-offers-blk .tbl-row .pp-mpay{
    flex: 1 1 25%;
  }

  .mortgage-offers-blk .tbl-row .pp-fr{
    flex: 1 1 25%;
  }

  .mortgage-offers-blk .tbl-row .pp-dp{
    flex: 1 1 25%;
  }

  .mortgage-offers-blk .tbl-row .pp-apply{
    flex: 1 1 100%;
  }

  .mortgage-offers-blk .tbl-row > div > h4{
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 16px;
    padding-right: 0;
  }

  .mortgage-offers-blk .tbl-row > div > span {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    padding-right: 0 !important;
  }

  .mortgage-offers-blk .tbl-row.tbd-row {
    padding: 0px 15px 15px;
  }

  .mortgage-offers-blk .tbl-row .pp-img{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mortgage-offers-blk .tbl-row .tbd-col{
    padding-right: 0;
  }

  #gform_13 ul.gform_fields li.gfield.phone-intl-code span.phone-mask{
    top: 10px;
    width: 70%;
  }

}

@media (min-width: 567px) and (max-width: 991px){

  .mortgage-offers-blk .tbl-row.thd-row,
  .mortgage-offers-blk .tbl-row.tbd-row{
    padding: 0 15px;
  }

  .mortgage-offers-blk .tbl-row > div > h4{
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    padding-right: 20px;
  }

  .mortgage-offers-blk .tbl-row > div > span {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
  }

  .mortgage-offers-blk .tbl-row .pp-img{
    flex: 1 1 25%;
    padding-right: 20px;
  }

  .mortgage-offers-blk .tbl-row .pp-bank{
    flex: 1 1 50%;
  }

  .mortgage-offers-blk .tbl-row .pp-apply{
    flex: 1 1 25%;
  }

  .mortgage-offers-blk .tbl-row.tbd-row .pp-apply{
    flex: 1 1 25% !important;
  }

  .mortgage-offers-blk .tbl-row .tbd-col.pp-apply .btn.btn-grey{
    float: left;
  }

  .mortgage-offers-blk .tbl-row .pp-bank, .mortgage-offers-blk .tbl-row .pp-bank {
    padding-right: 1rem;
  }
  
}

@media (max-width: 644px){
  #gform_13 ul.gform_fields li.gfield.phone-intl-code {
    width: 30% !important;
  }
}

/* END: Mortgage Offers */

/* START: Emaar Community Management */

.ecm-quote-txt {
  color: #000000;
  font-family: Optima;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.section-introduction.ecm-left-blk,
.section-introduction.ecm-rht-blk{
  padding-bottom: 0px;
}

.section-introduction.ecm-blk a.btn {
  position: absolute;
  border: 0;
  width: 100%;
  max-width: 400px;
  right: 15px;
}

.ecm-blk .about-overlap-container::before{
  width: 50%;
}

.section-introduction.ecm-left-blk::before {
  width: 100%;
  content: '';
  position: absolute;
  background: #fff;
  left: 0px;
  top: -40px;
  display: block;
  height: 280px;
  z-index: -1;
}

.ecm-btn-blk{
  position: absolute;
  z-index: 3;
  right: 0;
}

.ecm-btn-blk a{
  width: 100%;
}

@media (max-width: 1650px) and (min-width: 1520px){
  .ecm-blk .about-main-container p:before{
    content: '';
    position: relative;
    float: right;
    width: 37%;
    height: 20px;

  }
}

@media (max-width: 1700px) and (min-width: 1651px){
  .ecm-blk .about-main-container p:before{
    content: '';
    position: relative;
    float: right;
    width: 37%;
    height: 22px;

  }
}

@media (max-width: 112.46875rem) and (min-width: 1701px){
  .ecm-blk .about-main-container p:before{
    content: '';
    position: relative;
    float: right;
    width: 37%;
    height: 25px;
  }
}
/* END: Emaar Community Management */

/* START: Homepage New Promotion Slider */

.new-promotions-block {
  padding: 0;
  min-height: 390px;
  position: relative;
}

.new-promotions-block-content {
  min-height: 540px;
  margin-bottom: 40px;
}

.promotions-section .section-tagline {
  margin-bottom: 28px;
}

.promotions-section .slick-list.draggable {
  padding: 0 100px 0 0 !important;
  min-width: 100%;
}

.new-promotions-block h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 15px;
  margin-top: 50px;
  height: 80px;
  padding: 0 15px;
  overflow: hidden;
}

.new-promotions-block .short-desc {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding: 0 25px;
}

.new-promotions-block .promotion-btn{
  margin-top: 50px;
}

.new-promotions-block a.btn.try-btn {
  max-width: 200px;
  width: 100%;
}

.slick-slide .new-promotions-block img {
  display: initial;
}

.promotions-section.slick-slider-block .slider-controls .slick-next,
.promotions-section.slick-slider-block .slider-controls .slick-prev {
  position: unset;
  font-size: 0;
  content: "";
  width: 48px;
  height: 20px;
  border: 0;
}

.promotions-section.slick-slider-block .slider-controls .slick-next,
.promotions-section.slick-slider-block .slider-controls .slick-prev {
  top: -50px;
}

.promotions-section.slick-slider-block .slider-controls .slick-next {
  background: url('inc/assets/images/arrow-right-active.svg') no-repeat left top;
}

.promotions-section.slick-slider-block .slider-controls .slick-prev {
  background: url('inc/assets/images/arrow-left-active.svg') no-repeat left top;
  right: 70px;
}

.promotions-section.slick-slider-block .slider-controls .slick-next.slick-disabled {
  background: url('inc/assets/images/arrow-right-disabled.svg') no-repeat left top;
}

.promotions-section.slick-slider-block .slider-controls .slick-prev.slick-disabled {
  background: url('inc/assets/images/arrow-left-disabled.svg') no-repeat left top;
}

.promotions-section.slick-slider-block .slider-controls .slick-next-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  font-size: 0;
}

.promotions-section.slick-slider-block .slider-controls .slick-next-2 {
  width: 90px;
}

.promotions-section.slick-slider-block .slider-controls .slick-next-2 {
  width: 90px;
}

.promotions-section.slick-slider-block .slider-controls .slick-next-2.slick-disabled,
.promotions-section.slick-slider-block .slider-controls .slick-next-2.slick-disabled {
  display: none !important;
  width: 0 !important;
  position: relative !important;
}

.promotions-section.slick-slider-block .slider-controls .slide-m-dots{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.promotions-section.slick-slider-block .slider-controls .slide-m-dots ul li{
  height: 10px;
  width: 10px;
  margin-right: 10px;
}

.promotions-section.slick-slider-block .slider-controls .slide-m-dots ul li:first-child{
  margin-left: 10px;
}

.promotions-section.slick-slider-block .slider-controls .slide-m-dots ul li.slick-active button{
  background: #071C35;
}

.promotions-section.slick-slider-block .slider-controls .slide-m-dots ul li button {
  height: 10px;
  width: 10px;
  border-radius: 1px;
  background-color: #E9E9E9;
  text-indent: -9999px;
  overflow:hidden;
  border: 0;
  padding: 0;
}

.promotions-section.slick-slider-block .slider-controls button:focus{
 outline: none;
}

.slider-controls{
  display: flex;
  flex-flow: row;
  align-content: center;
  justify-content: center;
  margin-top: 70px;
}

.slider-controls .slide-m-dots .slick-dots{
  display: flex;
  flex-direction: row;
  position: unset;
}

@media (min-width: 768px){
  .new-promotions-block .short-desc{
	max-height: 47px;
    overflow: hidden;
  }
}

@media (max-width: 768px){
  .new-promotions-block-content{
    min-height: unset;
  }
  .new-promotions-block h3{
    height: auto;
  }
  .new-promotions-block .short-desc{
    padding: 0 25px 0px;
  }
  .new-promotions-block .promotion-btn{
    position: unset;
  }
}

@media (max-width: 567px){
  .slider-controls{
    display: none;
  }
}

/* END: Homepage New Promotion Slider */

/* START: Interactive Property */

.interactive-wrapper {
  position: relative;
}

.popEle {
  content: "";
  position: absolute;
  z-index: 1;
  height: 200px;
  width: 300px;
  background-color: #fff;
  color: #232323;
  padding: 15px;
}

.popEle:after {
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  display: block;
  content: "";
  width: 15px;
  bottom: -12px;
  right: 50px;
}

/*.pop-content {
  z-index: 1;
}*/

ul.pop-list {
  padding: 6px 10px 10px;
  margin: 0;
}

ul.pop-list li {
  list-style-type: none;
  margin: 0 0 8px;
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
}

ul.pop-list li label {
  width: 140px;
  margin: 0
}

ul.pop-list li span.popLabel {
  display: inline-block;
  width: 45%;
  margin: 0;
  text-align: left;
}

ul.pop-list li span.prop-data {
  display: inline-block;
  width: 50%;
  text-align: right;
}

ul.pop-list li span.prop-data {
  width: 100px;
  text-align: right;
  display: inline-block;
}

.modal-property-detail {
  /*background: rgba(7,28,53, 0.6);*/
  z-index: 99;
  margin-top: 72px;
}

.modal-property-detail .modal-content {
  background-color: #F5F5F5;
  border: 0;
}

.modal-property-detail .modal-dialog {
  height: 90vh !important;
  max-width: 100%;
  margin: 0 auto;
}

.modal-property-detail .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.modal-property-detail .modal-body {
  padding: 40px 15px;
}

.modal-property-detail .close {
  float: none;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #232323;
  padding: 10px 0 8px 0;
}

.modal-property-detail .close i {
  margin-right: 2px;
}

.modal-property-detail .close:focus {
  outline: 0;
}

.modal-property-detail hr {
  border-top: 1px solid #C4C4C4;
  margin-bottom: 35px;
}

.interactive-filters {
  position: absolute;
  width: 100%;
  /*top: 90%;
  transform: translateY(-90%);*/
  bottom: 20px;
  z-index: 3;
}

.pop-content{
  width: 250px;
}

ul.prop-list {
  margin: 30px 0 130px;
}

ul.prop-list li {
  margin-bottom: 40px;  
}

ul.prop-list li label {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
}

ul.prop-list li label img{
  padding-right: 10px;
}

ul.prop-list li label i{
  padding-right: 10px;
  font-size: 17px;
  color: #232323;
}

ul.prop-list li span {
  font-family: Optima;
  font-size: 24px;
  line-height: 36px;
  display: block;
  padding: 0 0 0 35px;
}

ul.prop-list li.building-floor {
  background: url('inc/assets/images/floor.svg') no-repeat left 3px;
}

ul.prop-list li.prop-area {
  background: url('inc/assets/images/shape.html') no-repeat left 4px;
}

ul.prop-list li.prop-price-from {
  background: url('inc/assets/images/price-tag.html') no-repeat left 6px;
  background-size: 16px auto;
}

.prop-modal-open{
  cursor: pointer;
}

.interactive-block-right h3 {
  margin-bottom: 25px;
}

.interactive-ryi-modal {
  background: rgba(7,28,53, 0.6);
}

.modal-prop-open .modal.modal-property-detail {
  overflow-y: scroll;
}

.bldg-name {
  position: absolute;
  z-index: 1;
  background-color: #FAFAFA;
  color: #232323;
  padding: 15px 30px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0 3px 8px 0 rgba(0,0,0,0.08);
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.bldg-name:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -17px;
  left: 50%;
  box-sizing: border-box;
  border: 9px solid transparent;
  border-color: transparent transparent #fafafa #fafafa;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.05);
}

.interactive-wrapper ~ .feature-image-fullwidth .share_gallery_container{
  z-index: 2;
}

.interactiveInnerWrap{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  
}

.closePopEle{  
  position: absolute;
  top: 3px;
  right: 10px;
}

#prop_detail_modal[role="dialog"]{
	padding-right: 0px !important;
}

body.int-property .interactive-wrapper ~ .feature-image-fullwidth .share_gallery_container {
  top: 125px;
  right: 60px;
  z-index: 2;
}

body.int-property.single-properties footer#colophon{
	padding-bottom: 0;
}

body.int-property.single-properties .sticky-prop-bar{
  display: none !important;
}

body.int-property.single-properties .feature-image-fullwidth img{
  display: none;
}

body.int-property.single-properties .share_gallery_container .btn{
  border: 1px solid #9A9A9A;
}

body.int-property.single-properties .property_heading_container{
  margin-top: inherit;
}

@media(max-width: 991px){
	body.int-property.single-properties  .single-property-section-one{
		padding-top: 60px;
	}
}
/* END: Interactive Property */

/* START: Slick Dots */
  
  .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  
  .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;
  }
  
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }
  
  .slick-dots li button:before {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
  }
  
/* END: Slick Dots */
  
 /* START: UNIT AVAILABILITY REDESIGN */
  
  .unit-block {
    margin-bottom: 45px;
  }
  
  a.view-btn i.fa-external-link {
    font-size: 12px;
  }
  
  .unit-dtl span.unit-loc {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 2px;
    display: block;
  }
  
  .unit-dtl span.unit-loc i {
    margin-right: 3px;
    font-size: 18px;
    vertical-align: middle;
  }
  
  .unit-dtl li {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }
  
  .unit-dtl li.unit-offers{
  margin-bottom: 0;	
}

.unit-dtl li.unit-offers span.value {
	line-height: 17px;
}

.unit-offer-text2 {
	display:block;
	margin-left:34px;
	line-height: 5px;
}

.offer-text-normal {
	font-weight: 400!important;
}

.unit-dtl h3 {
	margin-bottom:6px;
}
  
  .unit-dtl li:last-of-type {
    margin-bottom: 0;
  }
  
  .unit-dtl li label {
    width: 180px;
    margin: 0 10px 0 0;
    display: table-cell;
  }
  
  .unit-dtl li span.icon {
    width: 25px;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
  }
  
  .unit-dtl li i {
    font-size: 18px;
    color: #000;
  }
  
  .unit-dtl li i:before {
    margin-top: 3px;
  }
  
  .unit-dtl span.value {
    font-weight: 700;
    display: table-cell;
  }
  
  .unit-dtl span.converted-value {
    white-space: nowrap;
  }
  
  .unit-action {
    margin-top: 30px;
  }
  
  .unit-block .btn {
    min-width: 165px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  
  .unit-block .btn:last-of-type {
    margin-right: 0;
  }
  
  .unit-block .btn.btn-pp,
  .unit-block .btn.btn-book {
    min-width: 195px;
  }
  
  .unit-action i {
    font-size: 18px;
    margin-right: 6px;
    vertical-align: middle
  }
  
  .unit-action i.fa-phone {
    transform: rotate(90deg);
  }
  
  .slider-unit {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
  }
  
  .slider-unit img {
      height: 316px;
  }
  
  .slider-unit.slick-initialized {
    visibility: visible;
    opacity: 1;    
  }
  
  .slider-unit .slick-list.draggable {
    padding: 0 !important;
  }
  
  .slider-unit .slick-prev,
  .slider-unit .slick-next {
    display: inline-block;
    width: 40px;
    height: 65px;
    background: rgba(6,27,54, 0.71);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  
  .slider-unit .slick-next {
    right: 0;
  }
  
  .slider-unit .slick-prev i,
  .slider-unit .slick-next i {
    color: #fff;
    transform: rotate(90deg);
    vertical-align: middle;
    margin: 22px 0 0 11px;
  }
  
  .slider-unit .slick-next i {
    transform: rotate(-90deg);
    margin: 22px 0 0 15px;
  }
  
  .slider-unit .slick-dots {
    bottom: 15px;
  }
  
  /*.slider-unit.slick-initialized .slick-slide {
    height: 316px;
  }*/
  
  .prop-search-bar-left .form-container {
    box-shadow: none;
  }
  
  .prop-search-bar-left .select-sec {
    border-bottom: 1px solid #D8D8D8;
  }
  
  .prop-search-bar-left .select-sec:before {
    display: none;
  }
  
  .prop-search-bar-left .community-options,
  .prop-search-bar-left .bedroom-options,
  .prop-search-bar-left .price-options,
  .prop-search-bar-left .property-type-options,
  .prop-search-bar-left .floor-options,
  .prop-search-bar-left .area-options,
  .prop-search-bar-left .property-options {
    position: relative;
    left: inherit;
    top: inherit;
    padding: 15px 15px 15px;
    box-shadow: none;
    width: 100%;
    border-top: 1px solid #D8D8D8;
  }
  
  .prop-search-bar-left .community-options {
    border-top: 0;
  }
  
  .prop-search-bar-left .select-sec label.search-fld {
    position: relative;
    padding: 18px 15px 21px;
  }
  
  .prop-search-bar-left .community-options-list {
    display: inherit;
    grid-template-columns: inherit;
    grid-template-rows: inherit;
    grid-auto-columns: inherit;
    grid-auto-flow: inherit;
  }
  /*
  .prop-search-bar-left .price-min-range label,
  .prop-search-bar-left .price-max-range label {
    padding: 0;
  }
  
  .prop-search-bar-left .select-sec-options li label {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }*/
  
  .prop-search-bar-left .filter-bottom {
    border-top: 1px solid #D8D8D8;
  }
  
  .search-action {
    margin: 50px 0 0;
  }
  
  .search-action input[type='submit'] {
    margin-bottom: 20px;
  }
  
  .prop-search-input input[type='search'] {
    width: 100%;
    -webkit-appearance: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #D8D8D8;
    padding: 5px 15px 15px 30px;
    background: url('inc/assets/images/search-light.svg') no-repeat left 10px;
    background-size: 18px auto;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  .prop-search-input input[type='search']:focus {
    border-bottom: 1px solid #CDAB6E;
  }
  
  .prop-search-input input[type='search']:active {
    border-bottom: 1px solid #CDAB6E;
  }
  
  .prop-search-input {
    margin-bottom: 20px;
  }
  
  .prop-sort-cont-new {
    margin-top: 13px;
  }
  
  .prop-sort-cont-new .unit-search-wrapper .sort-select {
    margin-right: 10px;
  }
  
  .prop-sort-cont-new .sort-select.emr-custom-select button.dropdown-toggle {
    width: auto;
    padding-right: 0;
    margin-right: 10px;
  }
  
  .prop-sort-cont-new .emr-custom-select button.dropdown-toggle:after {
    right: 0;
  }
  
  .prop-sort-cont-new .unit-search-wrapper .sort-select.emr-custom-select button.dropdown-toggle {
    margin-top: 13px;
  }
  
  span.asc-sort,
  span.desc-sort {
    display: inline-block;
    padding: 11px 15px;
    border: 1px solid #D6D4D4;
    color: #000000;
  }
  
  span.asc-sort {
    border-right: 0;
    border-radius: 4px 0 0 4px;
    margin-left: 3px;
  }
  
  span.desc-sort {
    border-left: 0;
    border-radius: 0 4px 4px 0;
    margin-left: -3px;
  }
  
  span.asc-sort.active,
  span.desc-sort.active {
    background-color: #071C35;
    color: #fff;
  }
  
  .availability-template-right h2 {
    font-size: 36px;
  }
  
  .unit-img-block {
    position: relative;
  }
  
  .lrw-block {
    width: 80px;
    position: absolute;
    top: 0;
    left: 15px;
    background: url('inc/assets/images/lrw-bg.html') no-repeat left top;
    font-size: 12px;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    color: #001C37;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.08);
    min-height: 69px;
  }
  
  .lrw-block span {
    font-size: 14px;
    text-align: center;
    line-height: 12px;
  }
  
  .lrw-block span.disc-num {
    font-family: 'Optima';
  }
  
  .lrw-block span.land-txt {
    font-weight: 400;
  }
  
  .lrw-block span.reg-txt {
    display: block;
    font-size: 5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .lrw-block span.waiver-txt {
    display: block;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px
  }
  
  .sfw-block {
    position: absolute;
    width: 150px;
    top: 15px;
    right: 15px;
    background-color: #fff;
    font-size: 12px;
    color: #001C37;
    padding: 8px 18px;
    border-radius: 2px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.19);
    font-family: Optima;
    font-size: 9px;
    line-height: 10px;
    letter-spacing: 0;
    text-align: center;
  }
  
  .sfw-block span.year {
    font-weight: bold;
  }
  
  .vr-tour-overlay {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 100%;
  }
  
  .vr-tour-overlay a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
  }
  
  .vr-tour-overlay img {
    margin: 7px 0 0;
  }
  
  .vr-tour-overlay span {
    display: block;
    font-size: 18px;
    color: #001C37;
    font-weight: 400;
    margin: 5px 0 0;
  }
  
  .offers-flag-1 {
  position: absolute;
  background: url('inc/assets/images/search-offers-rectangle%402x.png') no-repeat;	
  width: 80px;
  height: 66px;
  background-size: cover;
  text-align: center;
  top:0;
  left: 30px;
}

.offers-flag-2 {
  position: absolute;
  width: 143px;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.19);
  right: 18px;
  top: 12px;
  float: right;
  text-align: center;
}

.offers-flag-1 .heading-1 {
  color: #001D39;
  font-family: Optima, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  }

.offers-flag-1 .heading-2 {
  color: #001C37;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  }

.offers-flag-1 .heading-3 {
  color: #001C37;
  font-family: Lato, sans-serif;
  font-size: 6px;
  font-weight: 500;
  letter-spacing: 1.25px;
  display: block;
  line-height: 9px;
}

.offers-flag-1 .heading-4 {
  color: #001C37;
  font-family: Lato, sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 4.2px;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
}

.offers-flag-2 span {
  color: #000000;
  font-family: Optima, sans-serif;
  font-size: 9px;
  letter-spacing: 0;
  line-height: 25px;
  vertical-align: top;
}

.offers-flag-2 span.textbold {
	font-weight: 600;
}
  
  .search-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
  }
  
  .payment-modal-content {
    background-color: #F8F9FB;
  }
  
  .unit-block .btn.modal-close {
    min-width: inherit;
  }
  
  .loadMoreBlock {
      margin-top: 0;
      margin-bottom: 80px;
  }
  
  .search-load-more {
    
    width: 365px;
    border: 1px solid #C1C1C1;
    border-radius: 2px;
    background-color: #FFFFFF;
    color: #071C35;
  }
  
  .payment-plan-container.spinner-body {
      min-height: 150px;
  }
  
  a.active-clearall,
  a.active-clearall:hover {
    color: #05346B;
    font-weight: 400;
  }
  
  .payment-plan-container.spinner-body::before {
	  top: 50%!important;
      left: 3%!important;
  }
  
  .unit-offers .icon i {
	transform: scaleX(-1); 
    font-size: 21px;
    vertical-align: bottom;	
  }
  
  .unit-floor .icon img {
	height: 16px;
    width: 25px;  
  }
  
  @media only screen and (min-width: 1400px) {
  .unit-dtl li {
    margin-bottom: 12px;
 }  
}
  
  @media only screen and (max-width: 1300px) {
    .unit-block .btn {
      min-width: 155px;
    }
  
    .unit-block .btn.btn-pp, .unit-block .btn.btn-book {
      min-width: 170px;
    }
  }
  
  
  @media only screen and (max-width: 1200px) {
    .unit-block .btn {
      min-width: 150px;
    }
  
    .unit-block .btn.btn-pp,
    .unit-block .btn.btn-book {
      min-width: 150px;
    }
  }
  
  
  @media only screen and (max-width: 1100px) {
    .unit-block .btn {
      min-width: 17%;
      margin-right: 2%;
    }
  
    .unit-block .btn.btn-pp, .unit-block .btn.btn-book {
      min-width: 17%;
    }
  }
  
  
  @media only screen and (max-width: 991px) {
    .vr-tour-overlay {
      /*width: 65px;
      height: 65px;*/
    }
  
  /*  .unit-block .btn {
      min-width: inherit;
    }
  
    .unit-block .btn.btn-pp, .unit-block .btn.btn-book {
      min-width: inherit;
    }*/
  
    .prop-search-bar-left .prop-search-mobile-form {
      padding-left: 0;
      padding-right: 0;
    }
  
    .prop-search-bar-left .community-options,
    .prop-search-bar-left .bedroom-options,
    .prop-search-bar-left .price-options,
    .prop-search-bar-left .property-type-options,
    .prop-search-bar-left .area-options,
    .prop-search-bar-left .floor-options  {
      border-top: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .prop-search-bar-left .select-sec {
      border-bottom: 0;
    }
  
    .prop-search-bar-left .filter-bottom {
      border-top: 0;
    }
  
    .prop-search-mobile-form .modal .modal-dialog {
      max-width: 100%;
    }
  
    .new-availability-right {
      margin-top: 30px;
    }
  }
  
  
  @media only screen and (max-width: 767px) {
    .unit-block .btn {
      min-width: 31.25%;
    }
  
    .unit-block .btn:nth-of-type(3) {
      margin-right: 0;
    }
  
    .unit-block .btn.btn-pp, .unit-block .btn.btn-book {
      min-width: 48%;
    }
  
    .prop-sort-cont-new {
      margin-top: 0;
      margin-bottom: 15px;
    }
  
    .prop-sort-cont-new .sort-select {
      width: auto !important;
    }
    
    .payment-modal-content .spinner-body:before {
      top: 42% !important;
      left: 3% !important;  
    }
  
    .availability-template {
      margin-bottom: 10px;
    }
  
	.unit-block {
    margin-bottom: 35px;
	}
	
    .loadMoreBlock {
      margin-top: 0;
      margin-bottom: 55px;
    }
    
    .sort-controls {
      float: right;  
    }
    
    .prop-search-mobile-form .accordion .collapse.show {
       /* min-height: calc(100vh - 145px);  */
		max-height: calc(100vh - 55px);
		overflow-x: scroll;
    }
    
	.search-load-more-2 {
		width: 100% !important;
	}
	
	.prop-search-input input[type='search'] {
		font-size: 15px;
	}
	
	.unit-dtl li {
    margin-bottom: 12px;
   }
    
  }
    
  
  @media only screen and (max-width: 480px) {
    .unit-block .btn {
      min-width: 48%;
    }
  
    .unit-block .btn.btn-pp {
      min-width: 48%;
    }
  
    .unit-block .btn.btn-book {
      min-width: 100%;
    }
  
    .unit-block .btn:nth-of-type(2n) {
      margin-right: 0;
    }
  
    .unit-block .btn:nth-of-type(3) {
      margin-right: 2%;
    }
  
    .search-load-more {
      width: 100%;
    }
  
  }
  
  @media only screen and (max-width: 320px) {
    .unit-block .btn {
      min-width: 46.5%;
    }
  
    .unit-block .btn.btn-pp {
      min-width: 46.5%;
    }
  
  }
  
 /* END: UNIT AVAILABILITY REDESIGN */
 
/* START: BOOK UNIT ONLINE REDESIGN */
 
.book-unit-specs .unit-dtl span.unit-loc {
  color: #9D9D9C;
  margin-top: 22px;
}
 
.book-unit-specs .unit-dtl li {
  margin-bottom: 25px;
}
 
.book-unit-specs .unit-dtl li label {
  width: 180px;
}
  
.book-unit-online .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.phone-title {
  left: calc(50% + 26px);
  margin-top: 17px;
}

.booking-template-right.book-unit-online {
  padding-right: 0;
}
 
.unit-booking h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
}
 
.unit-booking .form-intro p {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.book-unit-online .gform_wrapper ul.gform_fields li.gfield.booking-email-address,
.book-unit-online .gform_wrapper li.gfield.bform-field-left {
  padding-right: 40px;
  float: left;
}

.book-unit-online .gform_wrapper .gform_footer {
  width: 83.333333%;
  text-align: center;
  margin: 0 auto;
}

.book-unit-online .terms-conditions-block .gfield_required {
	display: none;
}

.book-unit-online .gform_wrapper .gform_footer input[type="submit"] {
  margin-left: auto;
  width: 440px;
}

.book-unit-online .you-will-need-to-p a {
  font-weight: bold;
}

.book-unit-online .gform_wrapper ul.gform_fields li.gfield.booking-email-address,
.book-unit-online .gform_wrapper li.gfield.bform-field-left,
.site .book-unit-online .gform_wrapper label.gfield_label,
.site .book-unit-online .gform_wrapper legend.gfield_label,
.book-unit-online .gform_wrapper label.gfield_label,
.book-unit-online .gform_wrapper legend.gfield_label,
.book-unit-online .ginput_complex>span>label {
  letter-spacing: 2px;
}

.book-unit-online .gform_wrapper .gfield_required {
  color: #ff0000;
}

.div-cardType {
  cursor: pointer;
}

.div-cardType img {
  width: 112px;
  filter: grayscale(100%);
  opacity: 0.8;
}

.div-cardType img.selected {
  filter:none;
  opacity: 1;
}

#sectionCardType ul li {
  list-style-type:none !important;
  display: inline-block !important; 
  padding-right: 44px;
}

#sectionCardType ul li:last-of-type {
  padding-right: initial;
}

#sectionCardType {
  text-align: center;
  margin: 40px auto 0;
  width: 83.333333%;
}

.checkout-info {
  color: #4D4D4D;
  font-family: Lato , sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  width: 70%;
  margin: auto;
}

.checkout-details {
  text-align: center;
  width: 83.333333%;
  margin: 0px auto 0;
}

.book-unit-online .terms-conditions-block {
  /*width: 83.333333%;*/
  text-align: center;
  margin: 0px auto;
}

.book-unit-online .gform_wrapper .gform_footer input[type="submit"] {
	margin-top:0;
}

.book-unit-online .gform_wrapper li.gfield.gfield_error,
.book-unit-online .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding-top: 0;
  padding-bottom: 0;
}

.book-unit-online .gform_wrapper li.gfield.gfield_error.booking-phone-number {
  padding-top: 8px;
}

.book-unit-online li.gfield.gfield_error.bform-field-left {
	float: left;
}

.booking-fee {
	color: #000000;
	font-size: 14px;
	margin-bottom: 12px;
	text-align: center;
}

.booking-fee-amount, .booking-fee-currency {
	font-weight: 600;
}

.unit-booking .gform_wrapper ul li.gfield.terms-conditions-block,
.unit-booking .gform_wrapper ul li.gfield.booking-fee-block {
	margin-top: 0;
}
 
/* START: Booking Form Date Picker */

.page-template-book-unit-online-new .ui-datepicker {
  max-width: 420px;
  width: 420px;
  background-color: #fff;
  border-radius: 0 !important;
  border: 0 !important;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.page-template-book-unit-online-new td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: transparent;
}

.page-template-book-unit-online-new .ui-datepicker-unselectable .ui-state-default {
  background: transparent;
}

.page-template-book-unit-online-new .ui-datepicker-calendar .ui-state-default {
  background: none;
  color: #232323;
}

.page-template-book-unit-online-new .ui-datepicker tbody td {
  padding: 5px;
  border-top: 0;
  border-right: 0;
  text-align: center;
}

.page-template-book-unit-online-new .ui-datepicker td span,
.page-template-book-unit-online-new .ui-datepicker td a {
  padding: 8px !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  width: 36px;
  height: 36px;
}

.page-template-book-unit-online-new .ui-datepicker tbody tr {
  border-bottom: none;
}

.page-template-book-unit-online-new .ui-datepicker thead {
  background: none;
  border-bottom: 0;
}

.page-template-book-unit-online-new .ui-datepicker th {
  font-size: 14px;
  text-shadow: none;
  color: #232323;
}

.page-template-book-unit-online-new .ui-datepicker-header {
  margin-bottom: 10px;
  background: none;
  padding: 5px 0 5px;
  border: 0;
}

.page-template-book-unit-online-new .ui-datepicker-calendar .ui-state-active,
.page-template-book-unit-online-new .ui-datepicker-calendar .ui-state-active:hover {
  background-color: #595959 !important;
  border-radius: 100%;
  color: #fff;
  text-shadow: none;
}

.page-template-book-unit-online-new .ui-datepicker-title select {
  font-size: 16px;
  margin-right: 4px;
  border: 0;
  box-shadow: none;
  padding: 2px 5px;
}


.page-template-book-unit-online-new .ui-datepicker .ui-datepicker-prev,
.page-template-book-unit-online-new .ui-datepicker .ui-datepicker-next {
  background: url('inc/assets/images/arrow-icon.svg') no-repeat center top !important;
  cursor: pointer;
  margin: 7px 0 0 0;
}

.page-template-book-unit-online-new .ui-datepicker .ui-datepicker-prev {
  margin-left: 10px;
}

.page-template-book-unit-online-new .ui-datepicker .ui-datepicker-next {
  transform: rotate(180deg);
  margin-right: 10px;
}

.page-template-book-unit-online-new .ui-state-disabled,
.page-template-book-unit-online-new .ui-widget-content .ui-state-disabled,
.page-template-book-unit-online-new .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background: none;
  cursor: inherit;
}

.page-template-book-unit-online-new .ui-datepicker-title {
  font-size: 20px;
  color: #232323;
  text-shadow: none;
  line-height: 40px;
  font-weight: bold;
}

.book-unit-online .gform_wrapper ul.gform_fields li.gfield.passport-date-picker {
  position: relative;
}

.book-unit-online .gform_wrapper ul.gform_fields li.gfield.passport-date-picker img.ui-datepicker-trigger {
  position: absolute;
  bottom: 13px;
  right: 25px;
  width: 21px !important;
  height: 21px !important;
}

.book-unit-online .gform_wrapper ul.gform_fields li.gfield.gfield_error.passport-date-picker img.ui-datepicker-trigger {
  bottom: 50px;
}

.book-unit-online .gform_wrapper li.gfield.bform-field-left.gfield_error.gfield_contains_required {
  padding-right: 40px;
}

.book-unit-online .gform_wrapper li.gfield.bform-field-right.gfield_error.gfield_contains_required {
  padding-right: 16px;
}

.book-unit-online .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-right: 0;
}

.book-unit-online .gform_wrapper .field_description_below.booking-phone-intl-code .gfield_description {
  padding-top: 2px;
}

/* END: Booking Form Date Picker */
 
@media only screen and (max-width: 1200px) {
  #sectionCardType,
  .checkout-details {
    width: 100%;
  }

  #sectionCardType ul {
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {

  .col-lg-3.booking-template-left {
    ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-9.booking-template-right {
    ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

}

@media only screen and (max-width: 761px), (min-device-width: 768px) and (max-device-width: 1023px) {
  .book-unit-online .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.phone-title {
    margin-top: 21px !important;
  }

  .book-unit-online .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 16px !important;
  }

  .book-unit-online .gform_wrapper li.gfield.booking-email-address.gfield_error.gfield_contains_required {
    margin-bottom: 16px !important;
  }

  .book-unit-online .gform_wrapper li.gfield.gfield_error.booking-phone-number {
    padding-top: 8px;
    margin-top: 41px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .book-unit-online .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 16px !important;
  }
}

@media only screen and (max-width: 991px) {
  .checkout-info, .terms-conditions-block, #sectionCardType {
    width: 100%;
  }

  .book-unit-online .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.phone-title {
    left: calc(50% + 10px);
  }
  
  .book-unit-online .checkout-info {
	   width: 86%;  
  }

  .page-template-book-unit-online-new .ui-datepicker {
    width: 360px;
    max-width: 360px;
  }

}

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

  .book-unit-online .gform_wrapper ul.gform_fields li.gfield.booking-email-address, .book-unit-online .gform_wrapper li.gfield.bform-field-left,
  .book-unit-online .gform_wrapper ul.gform_fields li.gfield.booking-email-address, .book-unit-online .gform_wrapper li.gfield.bform-field-right,
  .book-unit-online .gform_wrapper li.gfield.bform-field-left.gfield_error.gfield_contains_required,
  .book-unit-online ul.gform_fields li.gfield.booking-phone-number {
    padding-right: 15px;
  }

  #sectionCardType {
    text-align: initial;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
  }

  #sectionCardType ul li {
    padding-right: 3px;
  }

  #sectionCardType ul {
    margin-left: 0!important;
  }

  .div-cardType img {
    width: 80px;
  }

  .book-unit-online .gform_wrapper .gform_footer input[type="submit"], 
  .book-unit-online .gform_wrapper .gform_footer {
    width: 100%;
	padding-right: 15px;
  }
  
  .checkout-details, .terms-conditions-block {
    margin: initial;
	text-align: left !important;
  }

  .book-unit-online .checkout-info {
     width: 100%;  
  }

  .checkout-details {
    padding-right: 15px;
  }

  .book-unit-online .terms-conditions-block {
    margin-bottom: 0;
  }

  .book-unit-online .gform_wrapper .gform_footer {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .book-unit-online .gform_wrapper li.gfield.gfield_error.booking-phone-number {
    margin-top: 0 !important;
  }
  
  .booking-fee {	
	text-align: left;	
  }
  
}


@media only screen and (max-width: 480px){
  .page-template-book-unit-online-new .ui-datepicker {
    width: 90%;
    max-width: 90%;
  }
}


@media only screen and (max-width: 360px){
  .div-cardType img {
    width: 66px;
  }
}

/* END: BOOK UNIT ONLINE REDESIGN */

/* START: Thank You - Book Unit Redesign */

.book-thankyou-wrapper {
  border-top: 1px solid #D3D3D3;
}

.book-thankyou-wrapper h1 {
  line-height: 48px;
  margin-bottom: 60px;
}

.book-thankyou-wrapper h1 span {
  display: block;
  text-transform: none;
  font-size: 18px;
}

.connect-block {
  margin: 50px 0 70px;
}

.connect-block a {
  min-width: 165px;
  margin-right: 30px;
  margin-bottom: 15px;
}

.connect-block a:last-of-type {
  margin-right: 0;
}

.book-thankyou-wrapper .unit-block {
  border: 1px solid #979797;
  padding: 20px;
  margin-top: 70px;
  margin-bottom: 35px;
}

.unit-action p:first-of-type,
.retry-payment p{
	font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .book-thankyou-wrapper h1 {
    margin-bottom: 40px;
  }

  .connect-block {
    margin: 0px 0 30px;
  }
}


@media only screen and (max-width: 480px) {
  .connect-block a {
    display: block;
    width: 200px;
    margin: 0 auto 15px;
  }

  .connect-block a:last-of-type {
    margin-right: auto;
  }
}

/* END: Thank You - Book Unit Redesign */

/* Payment Failure Page - Book Unit Online */
.payment-error-block {
	padding-top: 100px;
}

img.payment-error-icon {
	display: block;
	margin: auto;
	margin-bottom: 45px;
}

.payment-error-block div.payment-failed
	{
	  color: #232323;
	  font-family: Lato;
	  font-size: 18px;
	  font-weight: 500;
	  letter-spacing: 0;
	  line-height: 26px;
	  text-align: center;
	}
 

/* START: Sitemap Page */

#c5_sitemap_wrapper ul.sub {
  margin: 0 0 0 40px;
}

.sitemap-by-click5_pagination > * {
  margin: 40px 25px;
}

.sitemap-by-click5_pagination a {
  margin: 0 10px;
}

.sitemap-by-click5_pagination a:first-of-type {
  margin-right: 10px;
}

.sitemap-by-click5_pagination a:last-of-type {
  margin-left: 10px;
}

.sitemap-by-click5_pagination strong {
  padding: 0 10px;
  background-color: #777;
  color: #fff;
}

/* END: Sitemap Page */


/* START: Multiple Section Page Styles */
.multisec-single-details {
  display:flex;
}

.multiple-sections-block1 {
  padding: 50px 0 47px;
}

.multi-sections .row:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}

.single-featured-text {
  padding-left: 15px;
  padding-right: 15px;
}  

.middle-allign {
  display: table;
  height: 100%;
  margin-top: 0px;
  width: 100%;
}  
.middle-allign .vertical-allign {
  clear: both;
  display: table-cell;
  vertical-align: middle;
}

.schedule-call-info {
  color: #232323;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-transform: capitalize;
}

.viewmore-btn  {
  margin-top: 35px;
  min-width: 266px;
  cursor: pointer;
}

.totop a {
  display: none;
}

div.single-featured  {
  display:none;
}

div.single-featured.display {
  display: inline-block;
  padding-bottom: 50px;
}

.multi-sections .multisec-single-details:nth-child(even) .single-featured-text {
  text-align: right;
  padding-right: 30px;
  padding-left: 15px;
}

.single-featured {
  margin-bottom: 20px;
}

.loadmore-block {
  margin-bottom: 60px;
} 

.single-featured-text p {
  margin-bottom:0!important;
}

.block-subtitle {
  margin-bottom: 20px;
}

.multi-sections .multisec-single-details .single-featured-text .middle-allign .vertical-allign ul li a {
    font-family: 'Lato', sans-serif;
    line-height: 2;
    letter-spacing: .5px;
    font-size: 13px;
    text-transform: none;
    float: left;
    width: 100%;
    color: #464645;
    position: relative;
}

.multi-sections .multisec-single-details div.single-featured.display {
    padding-left: 30px;
}

.multi-sections .multisec-single-details .single-featured-text .middle-allign .vertical-allign ul {
    width: 100%;
    display: block;
    float: left;
}
.multi-sections .multisec-single-details .single-featured-text .middle-allign .vertical-allign ul li {
    list-style: disc;
    width: auto;
    text-align: left;
    float: left;
    clear: both;
}

.multi-sections .multisec-single-details .single-featured-text .middle-allign .vertical-allign ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #464645;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

@media only screen and (max-width: 767px) {
  .multiple-sections-block1 {
    padding: 40px 0 10px;
  }

  div.single-featured.display {
    padding-bottom: 10px;
  }

  div.single-featured-text.display {
    padding-bottom: 0;
    margin-bottom: 60px;
  }

  .middle-allign .vertical-allign {
    text-align: center;
  }
}

/* END: Multiple Section Page Styles */

/* New Footer Design */
.footer-logo {
	display: inline-block;
    margin-right: 54px;	
}

.footer-social-icons {
	display: inline-block;
	margin-left: 41px;
}

.footer-social-icons .social-media-icons-sections li:first-of-type::before
{
	display: block;
    content: '';
    width: 1px;
    height: 50px;
    border-right: 1px solid #CACACA;
    position: absolute;
    left: 20%;
	top: -12px;    
}
footer h3.widget-title {
	color: #000000!important;
}
.menu-legal-menu-container {
	padding-left:15px;
}
#footer-legal-menu {
	text-align: center!important;
}
@media only screen and (max-width: 991px) {
	
/** Footer accordions on Mobile View **/
#footer-widget .nav-accordion .widget_nav_menu { 
	cursor: pointer;
}
#footer-widget .nav-accordion {
  border-bottom: 1px solid rgba(233,233,233,0.8);
}
#footer-widget .nav-accordion h3 { 
	font-size: 13px; 
	text-align:left; 
	cursor: pointer;
	padding:20px 0 20px 15px;
	}
#footer-widget .nav-accordion h3:first-of-type{
	border-top: 1px solid rgba(233,233,233,0.8);
 }
#footer-widget ul { 
	max-height: 0; 
	overflow:hidden; 
	transition: max-height 1s fadeout; 
	}
#footer-widget .nav-accordion h3:after { 
	content: "+"; 
	float: right; 
	font-size: 20px; 
	}
#footer-widget .nav-accordion.open h3:after { 
	content: "-"; 
	font-size: 20px; 
	}
#footer-widget .nav-accordion.open ul { 
	height:auto; 
	max-height: 700px; 
	transition: max-height 1s fadein !important; 
	}
#footer-widget .nav-link { 
	text-align: left; 
	padding-left: 15px;
	}
#footer-widget .nav-accordion.open { border-bottom: 1px solid rgba(233,233,233,0.8); }
footer h3.widget-title {
    margin-bottom: 0! important; 
}
#footer-widget .nav-accordion.open .widget_nav_menu ul { 
	padding-top:50px; 
	padding-bottom:40px;
	}
.footer-social-icons .social-media-icons-sections li:first-of-type::before { left: 21.5%; }
#footer-legal-menu {
	text-align: left!important;
}

.footer-bottom {
	margin-bottom: 100px;
  }

}

@media only screen and (max-width: 767px){
	.footer-social-icons .social-media-icons-sections li:first-of-type::before {
		left: 48%;
	}
    .footer-bottom {
	margin-bottom: 0;
    }	
}

/** End Accordion Footer accordions on Mobile View **/


/* START: Communities Menu Redesign */

.communities-menu .col-md-3.communities-featured-block {
  padding-bottom: 25px;
  margin-bottom: 60px;
}

.communities-menu .communities-featured-block:after {
  bottom: 0;
}

.communities-menu .col-md-3.communities-featured-block h3 {
  font-size: 20px;
  line-height: 30px;
}

.body-fixed-position {
  position: fixed;
  width: 100%;
}

@media (min-width: 992px) {
  .communities-menu {
    height: 100% !important;
    overflow: scroll;
    position: fixed;
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .communities-menu .col-md-3.communities-featured-block {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* END: Communities Menu Redesign */

/* VR Tours Full Screen Option on iframe */
.vrfullscreen {
	position: absolute;
    top: 20px;
    right: 20px;    
}
.vrfullscreen::after
{
	content: "\f065";
	font-family: FontAwesome;
	font-size: 26px;
	color: white;
	
}
@media only screen and (max-width: 767px) {
	.vrfullscreen {
		display: none;
	}
}


/* START: Blog page design */

.no-blog-post {
  font-weight: inherit;
  font-size: 22px;
}

/* END: Blog page design */


/* START: FAQ MyEmaar Page */

.faq-myemaar-wrapper h1 {
  margin: 50px 0 35px;
}

.qa-block h5 {
  text-transform: inherit;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
}

ul.qa-block {
  margin: 0 0 0 30px;
}

.qa-block li {
  list-style-type: disc;
  padding: 0 0 0 5px;
}

.faq-tabs {
  display:none;
}

.faq-tab-pane.fade:not(.show) {
  opacity: 1;
}

.faq-tabs {
  border-bottom: 0;
}

.faq-tabs .nav-link {
  border: 0;
  border-radius: 0;
  padding: 10px 0;
  font-size: 20px;
}

.faq-tabs .nav-link.active {
  text-decoration: underline;
}

.faq-panel {
  margin: 20px 0;
}

.faq-panel .panel-title a {
  display: block;
  position: relative;
}

.faq-panel .panel-title a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: -2px;
  font-size: 27px;
  color: #595958;
}

.faq-panel .panel-title a[aria-expanded='true']:after {
  transform: rotate(180deg);
}

.faq-panel h4.panel-title {
  font-size: 18px;
  text-transform: inherit;
}

.faq-tab-content .card-body {
  padding: 0;
}

.faq-tab-content .card-body h3 {
  font-size: 20px;
  text-transform: inherit;
}

.faq-panel h4.panel-title {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
}

.faq-tab-content .card-body ol li {
  margin-bottom: 10px;
}

.faq-tab-content .card-body ul {
  margin: 0 0 0 40px;
}

.faq-tab-content .card-body ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

@media(min-width:768px) {
  .faq-tabs {
    display: block;
  }

  .faq-tab-content .card {
    border: none;
  }

  .faq-tab-content .card .card-header {
    display:none;
  }  

  .faq-tab-content .card .collapse {
    display:block;
  }

  .faq-tab-content .faq-group-accordions .collapse {
    display: none;
  }

  .faq-tab-pane.active.show .faq-group-accordions .collapse {
    display: none;
  }

  .faq-tab-pane.active.show .faq-group-accordions .collapse.show {
    display: block;
  }
}

@media(max-width:767px) {
  .faq-tab-pane {
    display: block !important;
    opacity: 1;
    box-shadow: 0px 0px 10px -5px #00000050;
    margin: 0 0 20px 0;
  }

  .faq-tab-pane .card-header {
    border-bottom: 0;
  }

  .faq-tab-pane .card-body {
    padding: 20px;
  }

  .faq-tab-content .card-header:first-child {
    border-radius: 2px;
  }

  .faq-tab-content .card-header h5 a {
    display: block;
  }

  .faq-tab-content .card-header h5 a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 20px;
    color: #595958;
  }

  .faq-tab-content .card-header h5 a[aria-expanded='true']:after {
    content: "\f068";
  }

  .faq-panel .panel-title a:after {
    top: 0px;
    font-size: 22px;
  }
}

/* END: FAQ MyEmaar Page */

.disable-anchor{
  pointer-events: none;
  cursor: default;
}


/* Customer Onboarding Page */

p.onboarding-desc {
  color: #000000;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
}

.onboarding-chairman-intro h3 {
  color: #000000;
  font-family: Optima, sans-serif;
  font-size: 35px!important;
  letter-spacing: 0;
  line-height: 60px;
  text-transform: uppercase;
}

.onboarding-chairman-intro {
  padding: 22px 42px;
}

.onboarding-chairman-intro p {
  color: #000000;
  font-family: Optima, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 36px;
}

.onboarding-chairman-intro-outer
{
  padding: 0 0 0 42px;
}

.onboarding-chairman-intro .btn-blue{
  padding: 23px;
  width: 100%;
  margin-top: 27px;
}

.onboarding-banner {
  margin-bottom: 111px;
}

.onboarding-title {
  height: 60px;
  width: 680px;
  color: #000000;
  font-family: Optima, sans-serif;
  font-size: 42px;
  letter-spacing: 0;
  line-height: 60px;
  text-transform: uppercase;
}

.onboarding-emaar-systems {
  margin-bottom: 41px;
  margin-top: 40px;
}

.welcome-to-emaar-block {
  padding: 30px 40px 0 30px;	
}

.welcome-to-emaar-block h3 {
	margin-bottom: 0;
}

.onboarding-emaar h3 {
  color: #000000;
  font-family: Optima, sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 60px;
}

.read-founders-letter {
  padding: 0px 66px 0 0;
}

.onboarding-who-we-are, 
.onboarding-where-we-are {
  margin-top: 80px;  
}

.emaar-group-carousel div.emaar-group-desc{
  padding: 38px 15px 0 15px;
  text-align: center;
}

.slider-emaar-country-flags .emaar-group-carousel .card-body .emaar-country-logos {
	padding-top:30px;
}

.slider-emaar-country-flags .emaar-group-carousel .card-body .emaar-country-logos img {
	margin: auto;
}

.emaar-group-carousel h3 {
  color: #000000;
  font-family: Optima;
  font-size: 27px;
  letter-spacing: 0;
  line-height: 33px;
}

.emaar-group-carousel p {
  color: #808080;
  font-size: 16px;
  line-height: 22px;   
  font-weight: 400;
}

.emaar-group-cta {
  margin-top: auto;
}

.emaar-group-cta .btn-blue {
  width: 200px;
}

.slider-emaar-groups .card {
  padding:0; 
}

.slider-emaar-groups .card  .card-body {
  padding:0;
  display: flex;
  flex-direction: column;
  min-height: 490px;
}

.slider-emaar-groups .card  .card-body .emaar-group-desc
{
  flex-grow: 1;
}
.slider-emaar-groups .card  .card-body a{
  margin-top: auto;
}

.slider-emaar-groups .card  .card-body .emaar-group-cta{
  margin-bottom: auto;
}

.onboarding-digital-experience h3 span{
  display: block;
  line-height: 46px;
  font-size: 41px;
}

.onboarding-digital-experience{
  background: #fff url('inc/assets/images/download-app-background.jpg') no-repeat;
  padding: 73px 88px 99px 73px;
}

.onboarding-digital-experience .section-tagline{
	margin-bottom: 10px;
}

.onboarding-digital-experience h3 {
	font-size: 41px;
	line-height: 46px;
}

.onboarding-digital-experience h3 p {
	margin-bottom: 0;
}

.onboarding-when-and-how .hear-from-us,
.onboarding-celebrate-with-us .hear-from-us,
.onboarding-whats-next .hear-from-us  {
 color: #606060;
 font-family: Optima, sans-serif;
 font-size: 20px;
 text-align: center;
 text-transform: uppercase;
}

.onboarding-when-and-how h3,
.onboarding-celebrate-with-us h3,
.onboarding-whats-next h3,
.onboarding-customer-support h3
{
  text-align: center;
  margin-bottom: 0;
}

.when-how-icon-block {
  box-sizing: border-box;
  width: 215px;
  border: 0.9px solid #DDDDDD;
  background-color: #FFFFFF;
}

.when-how-icon-inner{
  padding: 44px;
  text-align: center;
}

.when-how-icon-inner p{
  color: #232323;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 20px;

}

.onboarding-when-and-how {
	margin-top: 62px;
}

.onboarding-celebrate-with-us, 
.onboarding-whats-next {
  margin-top: 62px;
}

.onboarding-loyalty-ubyemaar {
  margin-top: 121px;
}

.onboarding-loyalty-ubyemaar span.ubyemaar-tagline {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #9D9D9C;
}
.onboarding-loyalty-ubyemaar span.ubyemaar-tagline:before, .onboarding-loyalty-ubyemaar span.ubyemaar-tagline:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #9D9D9C;
}

.onboarding-loyalty-ubyemaar span.ubyemaar-tagline:after{
  margin-left: 10px;
}

.onboarding-loyalty-ubyemaar span.ubyemaar-tagline:before {
    margin-left: -60%;
    text-align: right;
}

.download-ubyemaar-app .download_apple_store{
  text-align: right;
}

.onboarding-whats-next {
  margin-bottom: 70px;
}

.onboarding-happiness-center {
  margin-top: 80px;
}

.overlay-happiness-center {
  position: absolute; 
  top: -50px;
  z-index: 3; 
  background: #fff;
  text-align: center;
  padding: 0 78px 10px 78px;
}

.how-can-you-access-u {
  color: #9D9D9C;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px; 
  display: block;
  text-transform: uppercase; 
}

.happiness_centre_description {
  color: #9D9D9C;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 20px;
}

.customer-support-block {
 border: 0.9px solid #BFBFBF; 
 padding: 35px;
 text-align: center;
 margin-bottom: 20px;
}

.happiness-centre-pin1 {
  position: absolute;
  bottom: 82px;
  left: 62px;
}

.happiness-centre-box-name1 {
    position: absolute;
    bottom: 139px;
    left: 77px;
}

.happiness-centre-pin2 {
  position: absolute;
  bottom: 90px;
  right: 296px;
}

.happiness-centre-box-name2 {
    position: absolute;
    bottom: 141px;
    right: 156px;
}

.sales-centre-pin1 {
    position: absolute;
    bottom: 118px;
    left: 46px;
}

.sales-centre-box-name1 {
    position: absolute;
    bottom: 145px;
    left: 95px;
}

.sales-centre-pin2 {
  position: absolute;
  bottom: 52px;
  left: 394px;
}

.sales-centre-box-name2 {
    position: absolute;
    bottom: 67px;
    left: 175px;
}

.sales-centre-pin3 {
  position: absolute;
  bottom: 77px;
  right: 133px;
}

.sales-centre-box-name3 {
    position: absolute;
    bottom: 138px;
    right: 21px;
}

.support-contact-details, .support-email {
  color: #000000;
  font-family: Optima, sans-serif;
  font-size: 18px;
  letter-spacing: 1.67px;
  line-height: 23px;
  margin-left: 25px;
}

.support-contact-details > span.no-bold {
  font-weight: 300;
  margin-right: 5px;
}

.support-contact-details > span.number-bold {
  font-weight: 700;
}

.onboarding-digital-experience {
  margin-top: 88px;
}

.map-centre-name-box {
  border: 0.8px solid #979797;
  border-radius: 6.4px;
  background-color: #747474;
  color: #FFFFFF;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2.24px;
  line-height: 13px;
  padding: 8px 15px;
  text-transform: uppercase;
  max-width: 212.6px;
}

.onboarding-featured-community {
  font-size: 24px !important;
  line-height: 36px !important;
  margin: 20px 0 5px!important;
}

@media only screen and (max-width: 991px) {
  .onboarding-happiness-center .happiness-center {
	 margin-bottom: 90px; 
  }
  
  .emaar-group-carousel h3{
	 font-size: 21px;
  } 
  
  .emaar-group-cta .btn-blue {
    width: 100%;
  }
  
  .when-how-icon-inner {
    padding: 20px 20px;
  }
  
  .when-how-icon-block {
	width: 140px;
    height: initial;	
  }
}

@media only screen and (max-width: 767px) {
  .overlay-happiness-center {
    position: initial;
    top: initial;
    z-index: initial;
	padding: 15px;
  }
  
  .slider-emaar-groups .card {
    padding: 8px;
  }
  
  .onboarding-digital-experience {
    padding: 33px 15px 99px 15px;
  }
  
  .onboarding-digital-experience h3{
	line-height: 6px;
  }
  
  .onboarding-digital-experience .section-tagline {
	 margin-bottom: 30px; 
  }
  
  .when-how-icon-block {
    width: 160px;
    /*margin-bottom: 15px;*/
  }
  
  .location-Contact img {
	width: 20px;  
  }
  
  .happiness-centre-pin1 {
	top: 94px;
    left: 42px;  
  }
  
  .happiness-centre-box-name1 {
	top: 58px;
    left: 42px; 
    bottom: initial;	
  }
  
  .happiness-centre-pin2 {
    top: 89px;
    right: 101px;
	bottom: initial;
  }
  
  .happiness-centre-box-name2 {
	top: 114px;
    right: 101px;
    bottom: initial;	
  }
  .country-flag-img {
	 margin: auto;
  }
  
  .sales-centre-pin1 {
    bottom: initial;
    left: 46px;
    top: 78px;
   }
   
   .sales-centre-box-name1{
	bottom: initial;
    left: 46px;
    top: 29px;  
   }
   
   .sales-centre-pin2 {
    bottom: initial;
    left: 96px;
    top: 114px;
   }
   
   .sales-centre-box-name2 {
    bottom: initial;
    left: 96px;
    top: 78px;
   }
   
   .onboarding-emaar h3 {
	 line-height: 42px;  
   }
   
   .sales-centre-pin3 {
    bottom: initial;
    right: 67px;
    top: 88px;
   }
   
   .map-centre-name-box {
	font-size: 8px;
    padding: 8px 8px;
	max-width: initial;
   }
   
   .sales-centre-box-name3 {
    position: absolute;
    bottom: initial;
    right: 21px;
    top: 117px;
	}
	
	.onboarding-happiness-center {
     margin-top: 0;
	}
	
	.onboarding-happiness-center .happiness-center {
    margin-bottom: 0;
    }
	
	.read-founders-letter {
     padding: initial;
    }

	.onboarding-loyalty-ubyemaar {
    margin-top: 58px;
    }
	
	.onboarding-blocks-flowchart .row.card-deck {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;   
    }
	
	.card-deck .col-sm-6 {
        /* 2 Columns */
	width: 50%;
	margin-bottom: 15px;
    }
	
	.onboarding-where-we-are .slick-slider .slick-prev,
    .onboarding-where-we-are .slick-slider .slick-next,
    .onboarding-who-we-are .slick-slider .slick-prev,
    .onboarding-who-we-are .slick-slider .slick-next
    {
		top: -82px;
	}
	
	.communities-menu-featured.onboard-communities-menu .slick-slider .slick-next,
    .communities-menu-featured.onboard-communities-menu .slick-slider .slick-prev 	
	{
		top: -123px;
	}
	
	.onboarding-who-we-are .slick-slider .slick-prev.slick-disabled,
    .onboarding-who-we-are .slick-slider .slick-next.slick-disabled,
    .onboarding-who-we-are .slick-slider .slick-next,
    .onboarding-who-we-are .slick-slider .slick-prev,	
	.onboarding-where-we-are .slick-slider .slick-prev.slick-disabled,
	.onboarding-where-we-are .slick-slider .slick-next.slick-disabled,
    .onboarding-where-we-are .slick-slider .slick-next,
	.onboarding-where-we-are .slick-slider .slick-prev,
    .communities-menu-featured.onboard-communities-menu .slick-slider .slick-prev,
	.communities-menu-featured.onboard-communities-menu .slick-slider .slick-next,
	.communities-menu-featured.onboard-communities-menu .slick-slider .slick-prev.slick-disabled,
	.communities-menu-featured.onboard-communities-menu .slick-slider .slick-next.slick-disabled
	{
		background-size: 70%;
	}
	.onboarding-who-we-are .slick-slider .slick-prev, 
	.onboarding-where-we-are .slick-slider .slick-prev,
	.communities-menu-featured.onboard-communities-menu .slick-slider .slick-prev
	{
		right: 36px;
	}
	
	.onboarding-where-we-are .slick-slider .slick-next,
	.onboarding-who-we-are .slick-slider .slick-next,
	.communities-menu-featured.onboard-communities-menu .slick-slider .slick-next
	{
		right: -9px;
	}

	
	.communities-menu-featured.onboard-communities-menu .slick-slider .slick-next, 
	.communities-menu-featured.onboard-communities-menu .slick-slider .slick-prev {
		display: block !important;
	}

	.onboarding-where-we-are span.section-tagline:after,
	.onboard-communities-menu span.section-tagline:after,
	.onboarding-who-we-are span.section-tagline:after 
	{
		width: 90px;
	}
}