/*
 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: local('Optima'),local('Optima Regular'), local('Optima-Regular'), 
  url('fonts/Optima-Regular.woff2') format('woff2'), 
  url('fonts/Optima-Regular.woff') format('woff'), 
  url('fonts/Optima-Regular.ttf') format('truetype'), 
  url('fonts/Optima-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@import url("../../../../fast.fonts.net/lt/144b2.css?apiType=css&amp;c=2ac22bbc-50e3-4ee7-82d0-ea4081b122c7&amp;fontids=5962255");
@font-face{
  font-family:"Optima LT W02 Roman";
  src:url("fonts/5962255/9bdc4bb6-32aa-441c-9559-d4024d913ae8.woff2") format("woff2"),
      url("fonts/5962255/9d112252-b82d-4c05-a25f-e73ff0aa2601.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Lato', 'Open Sans', 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 LT W02 Roman';
  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', 'Open Sans', 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: 50px 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: 30px;
  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: 1.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: 1.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 10px;
}

.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-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,
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-top: 10px;
  margin-bottom: 30px;
}

.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 LT W02 Roman';
  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,
.employee-referral 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', 'Open Sans', 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;
  width: 100%;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  left: 0;
}

.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,
#registerModal .gform_wrapper ul.gform_fields li.gfield.no-of-beds-ryi select{
  width: 100%;
  -webkit-appearance: none !important;
  text-indent: -9999px;
  z-index: 2;
  position: relative;
  background: transparent !important;
}

/*.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;
  padding-right: 30px;
}

@media(max-width: 560px) {
  .site .gform_wrapper ul.gform_fields li.gfield.booking-email-address {
      clear: inherit
  }
}

.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: 43px;
  position: relative;
  padding-right: 0px !important;
}

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

.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,
#registerModal .gform_wrapper ul.gform_fields li.gfield.no-of-beds-ryi .ginput_container_select:after{
  font-family: "Font Awesome 6 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 6 Pro";
  font-size: 18px;
  color: #232323;
  font-weight: 300;
  /*margin-left: 26px;*/
  content: '\f107';
}

.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,
.site .gform_wrapper ul.gform_fields li.gfield.inline-checkbox 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', 'Open Sans', 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', 'Open Sans', 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;
  margin-bottom: 8px;
}

.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,
.interest_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: 95%;
  transform: translateY(-95%);
  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 {
  padding:8px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  max-width: 1040px;
  margin:0 auto;
}

.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:before{
  display:none;
}

.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: 10px;  
  font-weight: 400; 
  text-transform: uppercase;  
  letter-spacing: 2px;  
}

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

.selected-val {
  color: #CDAB6E;
}

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

.no-results-found {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 45vh;
}


/* 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: 70px;
  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;
}

#prop_search_form .select-sec label {
  padding: 6px 30px;
  display: flex;
	flex-direction: row;
}

.select-sec-options h4 {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Lato', 'Open Sans', 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: 200%;
}

.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: 6px;
  padding-bottom: 6px;
  width: 100%;
  font-size:10px !important;
  white-space: nowrap;
  border-radius:25px;
  background-color:#000;
}

.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,
.signature {
  color: #9D9D9C;
  font-weight: 700;
  display: flex;
  font-family: 'Lato', 'Open Sans', sans-serif;
}

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


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

.digital-exp {
  padding-top:2%;
  padding-bottom:2%;
}

.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', 'Open Sans', 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 p{
  margin:0;
}

.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-swiper-light-box .swiper-slide img {
  max-height: 100%;
  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', 'Open Sans', 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', 'Open Sans', 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', 'Open Sans', 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,.gallery-swiper-light-box {
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1002
}
.global-swiper-light-box,.gallery-swiper-light-box {
    z-index: 1001;
}

.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', 'Open Sans', 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: 20px;
}

.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 LT W02 Roman';
  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 LT W02 Roman';
  margin-bottom: 24px;
  position: relative;
  padding: 0 0 0 50px;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
}

.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', 'Open Sans', 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,
h4.bedroom-villas {
  font-size: 46px;
  line-height: 60px;
  text-align: center;
  text-transform: capitalize;
}
.available-unit h1.bedroom-villas,
.available-unit h4.bedroom-villas {
    text-transform: uppercase;
}
.available-unit h4.bedroom-villas{
  margin-bottom: 25px;
}
.available-unit p.bedroom-villa-description {
  padding-left: 130px;
  padding-right: 130px;
}

.blocks-bedroom-villas div h2 {
  color: #000000;
  font-family: 'Optima LT W02 Roman';
  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,
.payment-plan h3 {
  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%;
      white-space: nowrap;
}

.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 LT W02 Roman';
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', 'Open Sans', 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', 'Open Sans', 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', 'Open Sans', sans-serif;
  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 6 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', 'Open Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
}

.you-will-need-to-p {
  color: #232323;
  font-family: 'Lato', 'Open Sans', 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', 'Open Sans', 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 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;
}


#gform_16 img.gform_ajax_spinner{
  display: none !important;
}
/*.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', 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  z-index: 11;
}
.homepage-sticky-search {
  position: relative;
}

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

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

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

.sticky-prop-bar h4 {
  font-family: 'Lato', 'Open Sans', 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 LT W02 Roman';
  text-transform: uppercase;
}

a.breadcrumb-link {
  letter-spacing: 2px;
  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 LT W02 Roman';
  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: 180px;
  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', 'Open Sans', 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', 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 24px;
  font-weight: 400;
}

.location-advantages span.feature-head,
.block-subtitle{
  font-family: 'Optima LT W02 Roman';
  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 6 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 6 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', 'Open Sans', 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', 'Open Sans', 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', 'Open Sans', sans-serif;
  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: 40px 40px;
  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: 40px;
}

.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 p.widget-title {
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #9D9D9C;
  margin-bottom: 15px;
  line-height: 36px;
}

footer h5 {
  font-size: 18px;
  line-height: 24px;
  color: #232323;
  font-family: 'Lato', 'Open Sans', 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,
.footer-bottom div.menu 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,
.footer-bottom div.menu 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,
.footer-bottom div.menu 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,
.footer-bottom div.menu 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', 'Open Sans', 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', 'Open Sans', 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', 'Open Sans', 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 6 Pro";
  font-size: 22px;
  color: #071C35;
}

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

/* 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 LT W02 Roman';
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.vr-property-description {
  color: #232323;
  font-family: 'Lato', 'Open Sans', 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', 'Open Sans', sans-serif;
  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;
  }
  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: 15px;
  }
  .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 6 Pro";
    font-size: 18px;
    line-height: 24px;
    color: #232323;
    content: "\f105";
    font-weight: 300;
    margin: 0;
    border: 0;
    transform: inherit;
    right: 3px;
    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.mobile-featured-communities img {
    width: 100%;
    height: auto;
  }
  ul.mobile-comm-list .mm-listitem__text {
    padding: 0;
  }
  ul.mobile-comm-list h4 {
    font-size: 12px;
    line-height: 24px;
    font-family: 'Lato', 'Open Sans', 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: relative;
    width: 100%;
    padding: 0;
  }
  ul.bottom-block li .fa-phone {
    transform: rotate(90deg);
    margin-right: 5px;
  }
  ul#menu-mobile-menu,ul#menu-mobile-menu-russian {
    position: relative;
    width: 100%;
    padding: 0;
  }
  ul#menu-mobile-menu .mm-listitem__btn:not(.mm-listitem__text),
  ul#menu-mobile-menu-russian .mm-listitem__btn:not(.mm-listitem__text) {
    border-left: 0;
    padding-left: 50px;
  }
  .prop-search-bar .form-container {
    margin-left: auto;
    margin-right: auto;
  }
  .nav-band-right li.lang-tab,
  .nav-band-right li.register-tab {
    display: none;
  }
  /* 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-communities .sticky-prop-bar,
  .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;
  }
  .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: 0px;
  }
  .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: 0px;   
  } 
    
  .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 15px;
    width: 100%;
    text-align: left;
    font-family: 'Lato', 'Open Sans', 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 6 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-mobile-form .accordion .card-body .select-sec label.search-fld
  {
    padding: 15px;
    position: relative;
  }
  .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: 20px 20px;
    height: auto; 
  }
  
  .homepage-sticky-search a.footer-search-prop-btn{
  padding: 10px 39px;  
  }
  
    .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 LT W02 Roman';  
    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: 25px; 
  padding-bottom: 25px; 
  }
  .navbar-brand {
    padding-left: 30px;
  }
  .menu-legal-menu-container ul li,
  .footer-bottom div.menu ul li {
    display: inherit;
    margin-right: 0;
    margin-bottom: 15px;
    padding-right: 0;
  }
  .menu-legal-menu-container ul li:last-of-type,
  .footer-bottom div.menu ul li:last-of-type {
    margin-bottom: 0;
  }
  .menu-legal-menu-container ul li::after,
  .footer-bottom div.menu 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 p.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,
  .payment-plan h3,
  h1.bedroom-villas,
  .available-unit h4.bedroom-villas {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .available-unit h1.bedroom-villas,
  .available-unit h4.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;
    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.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;
  }
  #footer-widget .nav-accordion p.widget-title:after{
    float:right;
  }

}

@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: 15px;
}
.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.container .related-posts{margin-left: -15px !important; margin-right: -15px !important;}
.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;}
.post-inner .related-posts a{text-decoration: none !important; font-weight: inherit !important;}
.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', 'Open Sans', sans-serif;
    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; */
}
@media(min-width: 992px){
  .post-inner h1{
    font-size: 46px;
    line-height: 56px;
  }
  .post-inner h2, .career-contents h2{
    font-size: 38px;
    line-height: 48px;
  }
  .post-inner h3, .career-contents h3{
    font-size: 32px;
    line-height: 42px;
  }
  .post-inner h4{
    font-size: 26px;
    line-height: 36px;
  }
  .post-inner h5{
    font-size: 22px;
    line-height: 32px;
  }
  .post-inner h6{
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px){
  .post-inner h1{
    font-size: 30px;
    line-height: 40px;
  }
  .post-inner h2, .career-contents h2{
    font-size: 26px;
    line-height: 36px;
  }
  .post-inner h3, .career-contents h3{
    font-size: 24px;
    line-height: 34px;
  }
  .post-inner h4{
    font-size: 22px;
    line-height: 32px;
  }
  .post-inner h5{
    font-size: 20px;
    line-height: 30px;
  }
  .post-inner h6{
    font-size: 18px;
    line-height: 28px;
  }
}
.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: none;
  clear: both;
  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', 'Open Sans', 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 W02 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{  
  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: 100%;
}
.post-inner-banner img {
    height: calc(100vh - 72px);
    width: 100%;
    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', 'Open Sans', 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', 'Open Sans', sans-serif;
  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 LT W02 Roman';
  font-size: 24px;
  letter-spacing: 0;
  line-height: 34px;
}

.event-blk .event-details .lft-blk .event-desc {
  color: #232323;
  font-family: 'Lato', 'Open Sans', sans-serif;
  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', 'Open Sans', sans-serif;
  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', 'Open Sans', sans-serif;
  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 LT W02 Roman';
  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 LT W02 Roman';
  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', 'Open Sans', sans-serif;
  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', 'Open Sans', sans-serif;
  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', 'Open Sans', sans-serif;
  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', 'Open Sans', sans-serif;
  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', 'Open Sans', sans-serif;
  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 LT W02 Roman', 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 LT W02 Roman', sans-serif;
  font-size: 21px;
}

label[for="property-price"],
label[for="loan-duration"]
 {
  color: #000000;
  font-family: 'Optima LT W02 Roman';
  font-size: 20px;
  letter-spacing: 0;
  line-height: 36px; 
  text-transform: uppercase;
  display: block;
}

.mortgagec-currency {
  color: #7C7C7C;
  font-family: 'Lato', 'Open Sans', 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 LT W02 Roman', 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', 'Open Sans', 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-left: 24px;
}

.interest-plus.disabled,
.interest-minus.disabled,
.container-plus.disabled,
.container-minus.disabled
 {
  color: #D0D0D0!important;
}

.permonth 
{
  color: #ABABAB;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 24px; 
}

.output-mcalculation {
  color: #000000;
  font-family: 'Optima LT W02 Roman';
  font-size: 56px;
  display:inline-block;
}

.mcalculator-field .btn {
  padding:30px;
  background: #000000;
  margin-top:10px;
}

html[lang="ru-RU"] .mcalculator-field .btn{
  white-space: normal;
}

.mcalculator-right {
  text-align:right;
}

.max_price_validation, 
.min_price_validation,
.interest_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: right;
    }
  /* 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: 18px 16px;
  }

  .container-plus, .interest-plus {
    margin-right: 0;
  }

  .mproperty-price {
    padding-right: 0;
  }
  
  .mortgagec-currency {
    top: 17px;
   }
  
}
@media (max-width: 479px) {
  .mcalculator-right .container-plus {
    margin-left:5px;
  }
  .mcalculator-right {
    display: flex;
    justify-content: flex-end;
  }
}

/* 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 LT W02 Roman';
  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', 'Open Sans', sans-serif;
  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', 'Open Sans', sans-serif;
  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', 'Open Sans', sans-serif;
  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', 'Open Sans', sans-serif;
  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 LT W02 Roman';
  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: auto;
  position: relative;
}

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

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

.new-promotions-block h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 5px;
  overflow: hidden;
  display: inline-block;
	margin-top: 0;
	height: auto;
	padding: 0;
}

.new-promotions-block .short-desc {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding: 0;
	text-align: left;
}

.new-promotions-block-content {
	min-height: auto;
	margin-bottom: 0;
}

.new-promotions-block .new-promotions-block-content a{
  position:relative;
  display:block;
}

.new-promotions-block .promotion-image{
  max-height: 180px;
  object-fit: cover;
}

.new-promotions-block .icon-360 {
  position:absolute;
  top:31px;
  right:15px;
}

.new-promotions-block .promotion-btn{
  float:right;
  margin-top:15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}

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

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

.new-promotions-block h3{
  color: #0D0D0D;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  margin-bottom: 0;
}

@media (min-width: 768px){
  .new-promotions-block .short-desc{
    max-height: 47px;
    overflow: hidden;
    padding: 0px;
  }
}

@media (max-width: 768px){
  .new-promotions-block-content{
    min-height: unset;
  }
  .new-promotions-block h2 {
      height: auto;
  }
  .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 LT W02 Roman';
  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(360deg);
  }
  
  .slider-unit {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
  }
  .slider-unit:not(.slick-initialized) .slide-item:first-child {
    display: block;
  }
  .slider-unit:not(.slick-initialized) .slide-item + div {
    display: none;
  }
  .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;
  }

  .home .search-fld .dropdown-icon{
  	position: relative !important;
    left: 10px !important;
    top: 17px !important;
  }
  
  .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;
    border-radius: 0;
  }
  
  .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 .sort-select.emr-custom-select button.dropdown-toggle:focus{
    outline: none !important;
  }
  
  .prop-sort-cont-new .sort-select.emr-custom-select button.dropdown-toggle:focus{
    outline: none !important;
  }
  
  .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', 'Open Sans', 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 LT W02 Roman';
  }
  
  .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 LT W02 Roman';
    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 LT W02 Roman', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  }

.offers-flag-1 .heading-2 {
  color: #001C37;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  }

.offers-flag-1 .heading-3 {
  color: #001C37;
  font-family: 'Lato', 'Open Sans', 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', 'Open Sans', 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 LT W02 Roman', 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:4;
  }
  .search-sticky.zIndex{
    z-index: 1041;
  }
  #prop_search_mobile_form #collapseFilter #clear-all-fields{
    display: block;
    padding: 20px 15px;
  }
  
  .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: 0 !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 {
       overflow-y: scroll;       
       padding-bottom: 150px;
       height: 94vh;
    }
    
    .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-action{
      display: flex;
    }
    .unit-block .btn {
      min-width: 48%;
      padding: 13px 10px 13px;
    }
  
    .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;
  width: 45%
}

.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', 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  width: 70%;
  margin: auto;
  padding-top: 1rem;
}

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

@media(min-width: 992px){
  .book-unit-online .gform_wrapper .gform_footer input[type="submit"].gform_button {
    margin-top: 0px;
  }
}
@media(max-width: 991px) and (min-width: 568px){
  .book-unit-online .gform_wrapper .gform_footer input[type="submit"].gform_button {
    margin-top: 20px;
  }
}
@media(max-width: 567px){
  .book-unit-online .gform_wrapper .gform_footer input[type="submit"].gform_button {
    margin-top: 0px;
  }
}
.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.gform-legacy-datepicker {
  max-width: 420px;
  width: 420px;
  background-color: #fff;
  border-radius: 0 !important;
  border: 0 !important;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-weight: 400;
}

.page-template-book-unit-online-new .gform-legacy-datepicker.ui-datepicker td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: transparent;
}

.page-template-book-unit-online-new .gform-legacy-datepicker.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
  background: transparent;
}

.page-template-book-unit-online-new .gform-legacy-datepicker.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: none;
  color: #232323;
}

.page-template-book-unit-online-new .ui-datepicker.gform-legacy-datepicker tbody td {
  padding: 5px;
  border-top: 0;
  border-right: 0;
  text-align: center;
}

.page-template-book-unit-online-new .ui-datepicker.gform-legacy-datepicker td span,
.page-template-book-unit-online-new .ui-datepicker.gform-legacy-datepicker td a {
  padding: 8px !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  width: 36px !important;
  height: 36px !important;
}

.page-template-book-unit-online-new .ui-datepicker.gform-legacy-datepicker tbody tr {
  border-bottom: none;
}

.page-template-book-unit-online-new .ui-datepicker.gform-legacy-datepicker thead {
  background: none;
  border-bottom: 0;
}

.page-template-book-unit-online-new .ui-datepicker.gform-legacy-datepicker th {
  font-size: 14px;
  text-shadow: none;
  color: #232323;
}

.page-template-book-unit-online-new .gform-legacy-datepicker.ui-datepicker .ui-datepicker-header {
  margin-bottom: 10px;
  background: none;
  padding: 5px 0 5px;
  border: 0;
}

.page-template-book-unit-online-new .ui-datepicker.gform-legacy-datepicker .ui-datepicker-calendar .ui-state-active,
.page-template-book-unit-online-new .ui-datepicker.gform-legacy-datepicker .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.gform-legacy-datepicker .ui-datepicker-title select {
  font-size: 16px !important;
  margin-right: 4px;
  border: 0;
  box-shadow: none;
  padding: 2px 5px;
}


.page-template-book-unit-online-new .ui-datepicker.gform-legacy-datepicker .ui-datepicker-prev,
.page-template-book-unit-online-new .ui-datepicker.gform-legacy-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.gform-legacy-datepicker .ui-datepicker-prev {
  margin-left: 10px;
}

.page-template-book-unit-online-new .ui-datepicker.gform-legacy-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: 55px;
}

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

/* 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: 17px !important;
  }

  .book-unit-online .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 16px !important;
  }

  .book-unit-online .gform_wrapper li.gfield.gfield_error.booking-phone-number {
    padding-top: 8px;
    margin-top: 43px !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.gform-legacy-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.gform-legacy-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', 'Open Sans', sans-serif;
    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', 'Open Sans', 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: left;
  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', 'Open Sans', 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: left;
  }
}

/* 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 p.widget-title {
  color: #000000!important;
}
.menu-legal-menu-container {
  padding-left:15px;
}
#footer-legal-menu {
  text-align: center!important;
}
#footer-widget .nav-accordion p.widget-title {
  cursor: pointer;
}
#footer-widget .nav-accordion p.widget-title:after { 
  content: '\f106';
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin-left:10px;
}
#footer-widget .nav-accordion.open p.widget-title:after { 
  content: '\f106'; 
}
#footer-widget .nav-accordion.closed p.widget-title:after { 
  content: '\f107'; 
}
#footer-widget ul { 
  transition: max-height 1s fadeout; 
}
#footer-widget .nav-accordion.closed ul {
  max-height: 0;
  overflow: hidden;
}
#footer-widget .nav-accordion.open ul { 
  height:auto; 
  max-height: 700px; 
  transition: max-height 1s fadein; 
}
@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 p.widget-title { 
  font-size: 13px; 
  text-align:left; 
  cursor: pointer;
  padding:20px 0 20px 15px;
  }
#footer-widget .nav-accordion p.widget-title:first-of-type{
  border-top: 1px solid rgba(233,233,233,0.8);
 }
#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 p.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;
}

}

@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;
    top:auto;
  }
}

@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;
  font-weight: bolder;
    font-size: 22px;
    text-align: right;
}

.main-sidebar .widget ul {
  margin: 0 0 0 32px;
}

.main-sidebar .widget li {
  list-style-type: disc;
  margin: 0 0 12px 0;
  font-size: 16px;
  line-height: 26px;
}


@media (min-width: 992px) {
  .dropdown-container {
    width: 100%;
    margin-top: -90px;
    margin-bottom: 90px;
  }

  #category_dropdow {
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .dropdown-container {
    width: inherit;
    max-width: 300px;
    float: none;
    margin-left: -15px;
  }
}

/* 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', 'Open Sans', 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;
  padding-right: 25px;
  font-weight: 400;
}

.faq-panel .panel-title a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: -2px;
  font-size: 27px;
  color: #595958;
  font-weight: 300;
}

.faq-panel .panel-title a[aria-expanded='true']:after {
  transform: rotate(180deg);
  font-weight: 300;
}

.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', 'Open Sans', 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;
}

.faq-tab-pane .faq-group-accordions .collapse.show .panel-body {
  padding-bottom:  5px;
}

@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 6 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', 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 32px;
}

.onboarding-chairman-intro h3 {
  color: #000000;
  font-family: 'Optima LT W02 Roman', 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 LT W02 Roman', 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 LT W02 Roman', 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 LT W02 Roman', sans-serif;
  font-size: 35px;
  letter-spacing: 0;
  line-height: 45px;
}

.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 LT W02 Roman';
  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 LT W02 Roman', 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', 'Open Sans', 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 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Lato', 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #9D9D9C;
}
.onboarding-loyalty-ubyemaar span.ubyemaar-tagline:before, .onboarding-loyalty-ubyemaar span.ubyemaar-tagline:after {
    width: 60px;
    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-right: 10px;
}

.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: -60px;
  z-index: 3; 
  background: #fff;
  text-align: center;
  padding: 0 78px 10px 78px;
}

.how-can-you-access-u {
  color: #9D9D9C;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px; 
  display: block;
  text-transform: uppercase; 
}

.happiness_centre_description {
  color: #9D9D9C;
  font-family: 'Lato', 'Open Sans', 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: 120px;
    left: 100px;
}

.happiness-centre-pin2 {
  position: absolute;
  bottom: 90px;
  right: 296px;
}

.happiness-centre-box-name2 {
    position: absolute;
    bottom: 125px;
    right: 165px;
}

.sales-centre-pin1 {
    position: absolute;
    bottom: 118px;
    left: 46px;
}

.sales-centre-box-name1 {
    position: absolute;
    bottom: 130px;
    left: 90px;
}

.sales-centre-pin2 {
  position: absolute;
  bottom: 52px;
  left: 394px;
}

.sales-centre-box-name2 {
    position: absolute;
    bottom: 70px;
    left: 185px;
}

.sales-centre-pin3 {
  position: absolute;
  bottom: 65px;
  right: 133px;
}

.sales-centre-box-name3 {
    position: absolute;
    bottom: 120px;
    right: 25px;
}

.support-contact-details, .support-email {
  color: #000000;
  font-family: 'Optima LT W02 Roman', 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', 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 13px;
  padding: 8px 15px;
  text-transform: uppercase;
  max-width: 220px;
}

.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: 55px;
    right: 30px;
    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;
  }
}

/* New Social share for property detail page */

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

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

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

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

.sharing-options .social_share_links_list .social_share_icon {
    width: 52px;
    height: 52px;
  display: block;
  border-radius: 4px;
    -webkit-border-radius: 4px;
}

.sharing-options .social_share_links_list li a {
    text-align: center;
    color: #343434!important;
    background-color: transparent!important;
    font-weight: 700;
  text-decoration: none;
    font-size: 100%;
    background-clip: padding-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.sharing-options .social_share_links_list li .social_network_name {
  margin: 10px 0 0;
    display: block;
    text-align: center;
    font-family: 'Lato', 'Open Sans', sans-serif;
    color: #232323;
    font-size: 11px;
    float: none;
}

.sharing-options .social_share_links_list li {
  text-align: center;
  margin-right: 18px;
}

.sharing-options .social_share_links_list li:last-of-type  {
  margin-right: 0;
}

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

.sharing-options {
  width: 316px;
}

@media only screen and (max-width: 767px) { 
  .sharing-options {
    width: 100%;
  }
  
  .sharing-options .social_share_links_list li {
    width: 17%;
        margin-right: 30px;
  } 
}
/* END New Social share for property detail page */

/* Promoting VISA cards in book unit online form payment methods */

.preferred_partner {
    border: 1px solid #BDBDBD;
    border-radius: 11px;
    background-color: #FFFFFF;
    padding: 20px 0px 20px 20px;
    display: flex;
    width: 459px;
    margin: auto;
}

.preferred_partner_col1 img {
    filter: grayscale(100%);
    opacity: 0.8;
}

.preferred_partner_col1 img.selected {
    filter: none;
    opacity: 1;
}

.preferred_partner_col2 {
    padding: 23px;
    padding: 23px 0px 23px 36px;
}

.preferred_partner_col2 img {
    display: block;
    margin: 15px auto 15px auto;
}

#sectionCardType ul {
    margin-top: 37px!important;
}

p.select-card-type {
    margin-bottom: 17px;
}

@media only screen and (max-width: 767px){
  .preferred_partner {
    width: 100%;
  }
  
  .preferred_partner_col1 img {
  width: 190px;  
  }
  
  .preferred_partner_col2 {
    padding: 23px;
    padding: 10px 0px 10px 23px;
   }
   
   .preferred_partner_col2 img {
    margin: 12px auto 12px auto;
  }
  
  .preferred_partner_col2 .logo-visa {
   width: 50px; 
  }
  
  .preferred_partner_col2 .logo-emaar {
   width: 80px; 
  }
   
  #sectionCardType {
  padding-right: 15px;  
  }
  
  .div-cardType img {
    width: auto;
    height: 90px;
  }
  
  li.div-cardType:first-of-type img {
    width: auto;
    height: 93px;
  }
  
}

/* END Promoting VISA cards in book unit online form payment methods */

/* Fix allignment issue contactus form */

.contact_form_container ul.gform_fields li.gfield.cls_phone_num {
  display: inline-block;
}
.contact_form_container li.gfield.phone-intl-code.cls_country_code {
  margin-top: 23px;
}
.contact_form_container li.gfield.phone-intl-code.cls_country_code span.phone-mask {
  line-height: 27px !important;
}
@media only screen and (max-width: 767px) {
  .contact_form_container li.gfield.phone-intl-code.cls_country_code {
    margin-top: 17px;
  }
  .contact_form_container li.gfield.phone-intl-code.cls_country_code span.phone-mask {
    line-height: 32px;
  }
}

/* END Fix allignment issue contactus form */

.survey-modal-1 .modal-body {
    padding: 50px 40px 0 40px;
  }

@media (min-width: 576px)
{ 
  .modal-dialog.survey-modal-1 {
    max-width: 800px;
  }
}

@media only screen and (max-width: 767px) { 
  .survey-modal-1 .modal-body {
    padding: 50px 10px 0 10px;
  }
  .survey-qualtrics{
    height: 470px!important;
  }
}


/* Standalone Mortgage Calculator */
.std-mortgage-prop-price #inCost,
.std-mc-right #startDate,
.std-mc-right #annualPayment,
.std-mortgage-interestr #inInterest
 {
    padding: 17px;
    color: #232323;
    font-family: 'Lato', 'Open Sans', sans-serif;
    font-size: 18px;
    width: 100%;
}

.std-mortgage-right .container-plus, .std-mortgage-right .interest-plus{
    margin-left: 10px;
    margin-right: 0;
}

.std-mortgage-right .plus-minus-container {
    padding: 18px;
}

.std-mortgage-right {
    text-align: right;
}

.sticky-estimated-payment-mobile {
  border-radius: 2px;
  background-color: rgba(7,28,53,0.05);
  padding: 20px;
  width: 100%;  
}

.estimated-payment{
  color: #000000;
  font-family: 'Optima LT W02 Roman', sans-serif;
  font-size: 24px;
  letter-spacing: 0;
}

.estimated-mortgage-info {
  color: #181717;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 14px;
}

.estimated-monthly-right {
  color: #232323;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.mortgage-calculator.std-mc-right .principal-row .principal-col,
.mortgage-calculator.std-mc-right .interest-row .interest-col
{
  display: flex;
  padding-right: 0;
}

.mortgage-calculator.std-mc-right .principal-row .principal-rectangle,
.mortgage-calculator.std-mc-right .interest-row .interest-rectangle{
  margin-right: 5px;
}

.principal-rectangle,
.interest-rectangle {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  background-color: #071C35;
  display: inline-block;
}

.interest-rectangle {
  background-color: #B18500;
}

.m-col-desc {
  display: inline-block;
  vertical-align: top;
  color: #232323;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
}

.schedule {
  color: #232323;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 10px;
}

.std-mc-left {
  padding-right: 40px;
}

.std-mc-right {
  padding-left: 40px;
}

.label-headings,
.std-mc-left label {
    color: #000;
    font-family: 'Optima LT W02 Roman';
    font-size: 20px;
    letter-spacing: 0;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.std-mc-left label {
  letter-spacing: 0;
}

.loan-duration, .downpayment-amount {
  font-size: 18px;
  text-transform: capitalize;
}

.m-start-date {
    color: #7C7C7C;
    font-family: 'Lato', 'Open Sans', sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    position: absolute;
    right: 37px;
    top: 25px;
    text-transform: uppercase;
}

.std-mortgagec-currency {
  color: #7C7C7C;
    font-family: 'Lato', 'Open Sans', sans-serif;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 24px;
    position: absolute;
    right: 36px;
    top: 19px;
    text-transform: uppercase;
}

.std-mc-startdate {
  position: absolute;
    right: 36px;
    top: 19px;
  background: #fff url(inc/assets/images/calendar.svg) no-repeat center center;
    background-size: 22px auto;
}

.mc-start-date .fa-calendar {
  position: absolute;
    right: 30px;
    top: 57%;
    z-index: 1;  
  }
  
 .annual-payment .std-mortgagec-currency {
   bottom: 21px;
   top: initial!important;
 } 
 
 .mortgage-payoff-date {
   border-radius: 2px;
     background-color: rgba(7,28,53,0.05);
   padding: 15px;
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
 
 .mortgage-payoff-date span.m-payoff-desc {
  color: #232323;
    font-family: 'Lato', 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
  margin-bottom:0;
  text-align: left;
  display: flex;
  width: 50%;
  justify-content: start;
 }

 .mortgage-payoff-date .title-heading{
  display: flex;
    width: 50%;
    justify-content: end;
 }
 
 .title-heading {
  color: #000000;
    font-family: 'Optima LT W02 Roman', sans-serif;
    font-size: 24px;
 }
 
 .mc-page-title {
   text-transform: uppercase;
   margin-bottom: 20px;
   line-height: 1.5;
 }
 
 .mc-years-line-chart {
   color: #9D9D9C;
     font-family: 'Lato', 'Open Sans', sans-serif;
     font-size: 12px;
     letter-spacing: 2px;
   text-transform: uppercase;
 }
 
 .mc-years-line-chart.mc-year-from,
 .mc-line-chart-notations {
   /*margin-left: 65px;*/
 }
 
 .section-amortization-chart {
   margin-top: 30px;
   margin-bottom: 30px;
 }
 
 .std-mc-desc {
  color: #232323;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
 }
 
 .rec-linec-rbal {
  height: 18px;
  width: 18px;
  background-color: #B18500;
  display: inline-block;
 }
 
 .rec-linec-rinterest {
  height: 18px;
  width: 18px;
  background-color: #3FBAC2;
  display: inline-block;
}
 
 .rec-linec-principal {
  height: 18px;
  width: 18px;
  background-color: #071C35;
  display: inline-block;
 }
 
 .linechart-notations {
  color: #181717;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
 }
 
 .mc-line-chart-notations-inner {
  display:inline-block;
    margin-right: 50px; 
 }
 
 .mc-line-chart-notations-inner::last-of-type {
  margin-right: 0;  
 }
 
 .total-payments {
  color: #232323;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
 }
 
 hr.mc-line-divider {
  border: 1px solid rgba(7,28,53,0.05); 
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
 }
 
 .value-total-payments,
 .value-total-interest,
 .currency-textbold
 {
  font-weight: 500;
 }
 
 .stdmc-downpayment-info {
   font-size: 18px;
   margin-top: 45px;
 }
 
 .stdmc-plusminus {
   padding: 18px;
 }
 
 .mcnew-label {
  margin-bottom: 10px;
 }
 
 #ui-datepicker-div .ui-state-active {background: #e9e9e9!important; color: #333333;}
 
 #ui-datepicker-div td span, .ui-datepicker td a { text-align: center;}

.startDate-datepicker { background: #fff url('inc/assets/images/calendar.svg') no-repeat 94% 18px; background-size:17px; border: 1px solid rgb(118, 118, 118); }

.page-template-mortgage-calculator .ui-datepicker { width: 18em!important; }

.advance-payment { margin-bottom: 20px; }

@media only screen and (max-width: 768px)
{  
  .std-mortgage-right .container-plus, .interest-plus {
    margin-left: 5px;
  }
   
   .std-mc-left {
    padding-right: 15px;
   }
   
   .std-mc-right {
   padding-left: 15px;  
   }
   
   .mc-line-chart-notations-inner {
    display: block;
   }
   
   .mc-start-date {
     margin-bottom: 15px;
   }
     
}


@media only screen and (max-width: 767px) {
  .sticky-estimated-payment-mobile {
    height: auto;
    bottom: 0;
    position: fixed;
    z-index: 1000000;
    background-color: #FFFFFF;
    box-shadow: 0 -2px 8px 0 rgba(7,28,53,0.05);
    margin-left: -15px;
  }

  .estimated-payment-block {
    background-color: none;    
  }

  .page-template-mortgage-calculator footer#colophon {
    padding-bottom: 71px;
  }

  .estimated-payment-block input[type="submit"] {
    white-space: normal;
  }
}

@media(max-width: 480px){
  .std-mortgage-right {
    text-align: right;
    padding-left: 0px;
  }
  .std-mortgage-right .plus-minus-container {
    padding: 19px 15px;
  }
}

/* END Standalone Mortgage Calculator */

.disabled{
 pointer-events: none;
 color:#abaaaa !important;
}
.disabled-parent:hover {
 cursor:not-allowed;
}
/* Wishlist */
.page-template-property-wishlist .wishlist-wrapper .availability-template-right .property-count-section h1{
  font-size: 36px;
}
.wishlist .slick-prev.slick-arrow { left: 0 }
.wishlistHeart,
.wishlisted {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: -3px;
}
.wishlistHeart i,
.wishlisted i{
    font-size: 20px;
}
.wishlistHeart i.fas.fa-heart,
.wishlisted i.fas.fa-heart{
    color: #cdab6e;
    will-change: font-size;
    animation: heart 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@keyframes heart {
    0%,
    17.5% {
        font-size: 0;
    }
}
.stickyWishlistBtn {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 20px;
    border-radius: 50%;
    padding: 10px 14px;
    border: none;
    font-size: 19px;
    border: 2px solid #071c35;
    background: #fff;
    z-index: 3;
}
.stickyWishlistBtn i {
    color: #071c35
}
.stickyWishlistBtn:hover i {
    color: #fff
}
.stickyWishlistBtn:after {
    display: none
}
.stickyWishlistBtn:hover {
    background: #071c35;
    border: 2px solid #071c35;
    border-radius: 50%
}
.stickyWishlistBtn .wishlistCounter {
    position: absolute;
    top: -7px;
    right: -5px;
    display: block;
    border-radius: 50%;
    background-color: #cdab6e;
    color: #fff;
    font-size: 11px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 19px
}

.unit-search-wrapper .availability-template-right.new-availability-right .unit-dtl span.unit-loc{
  display: flex;
  padding-right: 75px;
}
.unit-search-wrapper .availability-template-right.new-availability-right .unit-dtl span.unit-loc i{
  align-self: center;
  margin-right: 5px;
}
.unit-search-wrapper .availability-template-right.new-availability-right .unit-dtl span.unit-loc a{
  line-height: 18px;
  padding-right: 22px;
}
@media(max-width: 1024px){
  .page-template-property-wishlist .wishlist-wrapper .availability-template-right .property-count-section h1 {
    margin-bottom: 0;
  }
}
@media(max-width: 767px){
  .page-template-property-wishlist .wishlist-wrapper .availability-template-right .property-count-section h1 {
    font-size: 28px;
  }
}

/* START: Compare Properties Page 1 */

.compare-container,
.compare-mobile-container {
  font-family: 'Optima LT W02 Roman';
  color: #232323;
  font-weight:  400;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.compare-container .row:nth-of-type(2n) {
  background-color: #F8F9FB;
}

.compare-container .col-3,
.compare-container .col-9 {
  padding: 20px;
}

.prop-name-row {
  top: 0;
  position: sticky;
  z-index: 2;
  background: #fff !important;
}

.compare-container .top-col {
  border-color: #dee2e6;
  border-width:  1px 1px 1px 0;
  border-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
}

.compare-container .top-col h3 {
  margin-bottom: 0;
  /*overflow: hidden;
  width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}

.compare-container h4 {
  margin-bottom: 0;
}

.compare-container .comp-prop-val {
  position: relative;
  padding: 0 0 0 45px;
}

.compare-container .comp-prop-val span.icon {
  padding-right: 10px;
  position: absolute;
  left: 0;
  width: 39px;
  top: 3px;
  text-align: center;
}

.comp-prop-val.offers-list {
  padding: 0;
}

.comp-prop-val.offers-list ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 45px;
}

.comp-prop-val ul.offers-list li {
  margin-bottom: 10px;
}

.compare-container span.icon {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  text-align: center;
}

.compare-container span.icon i {
  font-size: 20px;
  position: relative;
  top: 2px;
}

.compare-container span.short-desc {
  display: block;
  font-family: 'Optima LT W02 Roman', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 45px;
  margin-top: 5px;
  letter-spacing: 1px;
  font-weight: normal;
}

.comp-unit-loc {
  text-transform: uppercase;
  font-size: 12px;
  /*margin-bottom: 5px;*/
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
  padding-left: 20px;
  text-indent: -10px;
  padding-right: 10px;
  color: #9D9D9C;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 16px !important;
}

.comp-unit-loc i {
  font-size: 14px;
  vertical-align: middle;
  vertical-align: text-top;
  padding-left: 1px;
}

.compare-prop-tab .comp-unit-loc {
  width: 85%;
  font-size: 10px;
}

.gold-text * {
  color: #CDAB6E;
}

.prop-comp-amenities ul li {
  margin-bottom: 20px;
  position: relative;
  padding: 0 0 0 45px;
  letter-spacing: 1px;
}

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

.prop-book-row {
  position: sticky;
  bottom: 0;
  z-index: 99;
}

.prop-book-row .col-3 {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.prop-book-row .btn-book {
  min-width: 140px;
}

button.close-comp {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 3px 12px;
  background: #eee;
  border-radius: 0 2px 0 2px;
}

button.close-comp:hover {
  background-color: #9d9d9c;
  color: #fff;
}

button.close-comp:focus {
  outline: 0;
}

.compare-tab {
  position: absolute;
  top: 0;
  right: 45px;
  width:  36px;
  /*height: 36px;*/
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
}

.compare-tab.active i,
.compare-tab:hover i {
  /*background-color: #CDAB6E;
  color: #fff;*/
  color: #CDAB6E;
  font-weight: 900;
}

.compare-sel {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255,255,255, 0.9);
  border-radius: 2px;
  padding: 10px 10px 0px;
  text-transform: uppercase;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 24px;
}

.unit-img-block .compare-sel label {
  margin-bottom: 0;
  line-height: 26px;
}

.comparison-sticky-bar {
  position: fixed;
  bottom: 0;
  background-color: #f8f9fb;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
  width: 100%;
  padding: 10px 0 10px;
  z-index: 9;
  display:block;
}

.compare-prop-card {
  padding: 10px;
  border: 1px solid #dee2e6;
  height: 100%;
}

.compare-prop-tab .card {
  background-color: inherit;
}

.compare-prop-tab .compare-prop-card {
  background-color: #fff;
}

.compare-prop-card h3 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 28px;
  overflow: hidden;
  width: 85%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.compare-prop-card .comp-unit-loc {
  line-height: 16px;
}

.compare-accordion-mobile {
  display: none;
}

.clear-btn {
  font-size: 16px;
  letter-spacing: 2px;
}

.compare-prop-items {
  font-size: 12px;
  font-weight: 400;
  margin-top: 6px;
}

.compare-prop-items span {
  display: inline-block;
}

.compare-prop-items span.comp-bed {
  margin-right: 25px;
}

.compare-prop-items span i {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

.warning-modal .modal-header {
  display: block;
  border: 0;
  padding-top: 30px;
}

.warning-modal .modal-body {
  min-height: 100px;
}

input.btn-blue-compare:hover {
  border: 1px solid #fff;
}

.warning-modal .modal-header {
  display: block;
  border: 0;
  padding-top: 30px;
}

.warning-modal .modal-body {
  min-height: 100px;
}

input.btn-blue-compare:hover {
  border: 1px solid #fff;
}

.compare-clear-btn {
  font-size: 12px;
}

.comp-location-row #map {
  height: 400px;
  width: 100%;
}

.comparison-sticky-bar .compare-prop-tab .btn-compare {
  margin-left: auto;
}

.comparison-sticky-bar .compare-prop-tab .btn-compare input {
  white-space: normal;
}


@media only screen and (max-width: 767px) {
  .mob-top-row .col-6:first-of-type {
    padding-right: 8px;
  }

  .mob-top-row .col-6:last-of-type {
    padding-left: 8px;
  }

  .mob-top-row .col-6 .card {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    height: 100%;
    padding: 15px;
  }

  .comp-unit-loc {
    height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .mob-top-row h3 {
    font-size: 18px;
    line-height: 26px;
  }

  button.close-comp {
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    height: 35px;
    z-index: 1;
    top: inherit;
    border-radius: 5px;
  }

  a.collapse-tab {
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #f8f9fb;
    display: block;
    padding: 15px;
    border-radius: 4px;
    font-family: 'Optima LT W02 Roman', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    color: #CDAB6E;
  }

  .collapse-tab i {
    position: absolute;
    right: 15px;
    top: 16px;
  }

  .collapse-tab[aria-expanded="true"] i:before {
    content: "\f106";
  }

  .compare-mobile-container .row .col-6:first-of-type {
    border-right:  1px solid #dee2e6;
  }

  .compare-mobile-container .row.mob-top-row .col-6:first-of-type {
    border-right: none;
  }

  h4.comp-prop-label {
/*    margin-top: 20px;*/
    margin-bottom: 15px;
    opacity: 0.4;
    letter-spacing: 1px;
    font-size: 16px;
  }

  h4.comp-prop-label i {
    margin-right: 5px;
    font-size: 18px;
  }

  h4.comp-prop-label img {
    margin-right: 5px;
  }

  .prop-info-row {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 12px;
    margin-bottom:  20px;
  }

  span.converted-value {
    display: block;
  }

  .prop-img-row .col-6:first-of-type {
    padding-left: 0;
  }

  .prop-img-row .col-6:last-of-type {
    padding-right: 0;
  }

  .prop-comp-amenities ul li {
    padding: 0 0 0 35px;
    hyphens: auto;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
  }

  .prop-comp-amenities i {
    font-size: 16px;
    padding-right: 10px;
    width: 35px;
    top: 3px;
}

  .prop-book-row {
    background-color: #f8f9fb;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .comparison-sticky-bar {
    padding-top: 13px;
  }

  .compare-accordion-mobile {
    display: block;
    color: #CDAB6E;
    font-weight: bold;
    font-family: 'Optima LT W02 Roman', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .compare-prop-tab {
    display:none;
    margin-top: 15px;
  }

  .compare-accordion-mobile i {
    position: absolute;
    right: 15px;
    font-size: 26px;
  }

  .compare-accordion-mobile.active i {
    transform: rotate(180deg);
  }

  .compare-mobile-container ul.offers-list {
    margin: 0 0 0 20px;
  }

  .compare-mobile-container ul.offers-list li {
    list-style-type: disc;
    text-align: left;
    margin-bottom: 10px;
  }

  .comparison-sticky-bar .col-12 {
    margin-bottom: 10px;
  }

  .comparison-sticky-bar button.close-comp {
    left: inherit;
    transform: inherit;
    bottom: inherit;
    height: 35px;
    z-index: 1;
    border-radius: 2px;
    top: 0;
  }

  .emr-search-block .unit-dtl span.unit-loc {
    width: calc(100% - 35px);
  }

  .compare-sel-mobile {
    margin-bottom: 10px;
  }

  .compare-sel-mobile label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .stickyWishlistBtn {
    bottom: 75px;
  }

  .compare-tab:hover i {
    color: #232323;
    font-weight: normal;
  }

  .compare-tab:hover i.fa-balance-scale:before {
    content: "\f24e";
    font-weight: 300;
  }

  .compare-tab.active:hover i {
    color: #cdab6e;
  }

  .compare-tab.active:hover i.fa-balance-scale:before {
    font-weight: 900;
  }

}


@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
}


#map{
  height: 400px;
    width: 100%;
}

:host {
  z-index: 2 !important;
}
/* END: Compare Properties Page 1 */

/* EXPO TAB */
.expo-tab {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1001;
  position: fixed;
  font-size: 12px;
}

.expo-tab a {
  padding: 13px 10px 13px 60px;
  display: block;
  background: #ccc url('../../../../staticassets.azureedge.net/assets/expo-2020-img.png') no-repeat 10px 9px;
  background-size: 40px auto;
  border-radius: 5px 0 0 5px;
}

.expo-tab span {
  color: #3F1500;
  display: block;
  line-height: 16px;
  text-transform: uppercase;
}

.expo-tab span.expo-hdng {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.expo-tab span.expo-txt {
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 400;
}


/* START: Property Alerts */

.property-alert-select {
  position: relative;
}

.property-alert-select .select-sec {
  border: 1px solid #232323;
  border-radius: 2px;
}

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

.property-alert-select .area-options, 
.property-alert-select .bedroom-options, 
.property-alert-select .community-options,
.property-alert-select .floor-options,
.property-alert-select .price-options,
.property-alert-select .property-options,
.property-alert-select .property-type-options {
  top: 60px;
  width: 100.25%;
  left: -1px;
  z-index: 2;
}

.area-options, .bedroom-options, .community-options, .floor-options, .price-options, .property-options, .property-type-options{
	top:58px;
}

.community-options{
	top:68px;
}

.property-alert-select .select-sec li label {
  padding-left: 35px;
  padding-top: 2px;
}

.property-alert-select .community-options-list {
  display: inherit;
  grid-template-columns: inherit;
  grid-template-rows: inherit;
  grid-auto-columns: inherit;
  grid-auto-flow: inherit;
}

.property-alert-select .bedroom-options {
  width: 100%;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html .property-alert-select .select-sec-options ul {
  list-style-type: none !important;
  margin: 0 !important;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html .property-alert-select .select-sec-options ul li {
  list-style-type: none !important;
}

/* END: Property Alerts */
#gform_16 img.gform_ajax_spinner{
  display: none !important;
}

/* SOF Unit Details */
.hero-slider-block{
  padding-bottom:2.5rem
}
#unitImgSlider .slick-list.draggable{
  padding:0!important
}
#unitImgSlider .slick-slide{
  max-height: 705px;
}
#unitImgSlider .slick-next,#unitImgSlider .slick-prev{
  display:inline-block;
  width:40px;
  height:65px;
  background:rgba(6,27,54,.71);
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:1
}
#unitImgSlider .slick-next,#unitImgSlider .slick-prev{
  color:#fff;
  padding:17px 17px
}
#unitImgSlider .slick-next i,#unitImgSlider .slick-prev i{
  color:#fff;
  vertical-align:middle;
  font-size:1rem
}
#unitImgSlider .slick-next{
  right:0
}
.unit-title-block h1{
  color:#9d9d9c;
  font-weight:700;
  font-family: 'Lato', 'Open Sans', sans-serif;
  display:flex;
  line-height:1.5rem;
  font-size:.75rem;
  letter-spacing:2px;
  text-transform:uppercase;
  margin:0
}
.unit-title-block h1:after{
  display:block;
  content:"";
  height:1px;
  width:120px;
  background-color:#9d9d9c;
  margin-top:11px;
  margin-left:10px
}
.unit-cost-blk{
  display:flex;
  justify-content: space-between;
}
.unit-title-block .curencyType,.unit-title-block .unitCost{
  display:inline-block;
  color:#000;
  font-family:'Optima LT W02 Roman';
  font-size:2.875rem;
  letter-spacing:0;
  line-height:60px;
  text-align:right;
  margin: 10px 0 30px;
}
.unit-title-block span.unitCost{
  color:#cdab6e;
  margin-left:1rem
}
.unit-detail-lft-blk{
  border-right:1px solid #cacaca
}
.unit-detail-lft-blk hr{
  border-color:#cacaca
}
.unit-detail-lft-blk .unitAttrbs{
  display:flex;
  flex-flow:column wrap;
  padding:20px 0 60px
}
.unit-detail-lft-blk .unitAttrbs ul.propStats li{
  display:flex;
  justify-content:space-between;
  align-items: center;
  margin-bottom:20px
}
.unit-detail-lft-blk .unitAttrbs ul.propStats li:last-child{
  margin-bottom:0
}
.unit-detail-lft-blk .unitAttrbs ul.propStats li span{
  color:#000
}
.unit-detail-lft-blk .unitAttrbs ul.propStats li span:nth-child(1){
  opacity:.6;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size:.875rem;
  font-weight:500;
  letter-spacing:2.33px;
  line-height:1.5rem;
  text-transform:uppercase
}
.unit-detail-lft-blk .unitAttrbs ul.propStats li span:nth-child(2){
  font-family: 'Optima LT W02 Roman';
  font-size:1.5rem;
  letter-spacing:0;
  line-height:2.25rem;
  text-align:right;
  white-space:nowrap
}
.unit-detail-lft-blk .unitAttrbs ul.propAttrbs{
  display:flex;
  flex-flow:row wrap;
  /* justify-content: space-between; */
  margin:30px 0 40px
}
.unit-detail-lft-blk .unitAttrbs ul.propAttrbs li{
  display:flex;
  flex-flow:column wrap;
  flex: 1 1 auto;
}
.unit-detail-lft-blk .unitAttrbs ul.propAttrbs li span:nth-child(1){
  font-size:26px;
  line-height:26px;
  font-weight:300
}
.unit-detail-lft-blk .unitAttrbs ul.propAttrbs li span:nth-child(2){
  color:#000;
  font-family:'Optima LT W02 Roman';
  font-size:1.625rem;
  letter-spacing:0;
  line-height:3.75rem
}
.unit-detail-lft-blk .unitAttrbs ul.propAttrbs li:last-child{
  margin-right: 0;
}
.unit-detail-lft-blk .unitsAmenities{
  padding:34px 0 40px
}
.unit-detail-lft-blk .unitsAmenities h2{
  margin-bottom:40px
}
.unit-detail-lft-blk .unitsAmenities ul{
  display:flex;
  flex-flow:row wrap
}
.unit-detail-lft-blk .unitsAmenities ul li{
  display:flex;
  flex:1 1 50%;
  align-items:center;
  margin-bottom:20px
}
.unit-detail-lft-blk .unitsAmenities ul li:last-child{
  margin-bottom:0
}
.unit-detail-lft-blk .unitsAmenities ul li i{
  margin-right:30px;
  color:#000;
  font-size:20px;
  font-weight:300;
  letter-spacing:0;
  line-height:1.313rem;
  height:21px;
  width:26px
}
.unit-detail-lft-blk .unitsAmenities ul li{
  color:#000;
  text-transform:uppercase;
  font-family: 'Optima LT W02 Roman';
  font-size:1.5rem;
  letter-spacing:0;
  line-height:2.25rem;
  padding-right: 20px
}
.unit-detail-lft-blk .unitsPayPlan{
  padding:34px 0 40px
}
.unit-detail-lft-blk .unitsPayPlan .payment-plan-container table .table-heading td span{
  opacity:.6;
  color:#000;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size:1rem;
  font-weight:600;
  letter-spacing:.167rem;
  line-height:1.5rem;
  text-transform:uppercase
}
.unit-detail-lft-blk .unitsPayPlan .payment-plan-container table,
.unit-detail-lft-blk .unitsPayPlan .payment-plan-container tr td{
  border: none;
  font-family: 'Optima LT W02 Roman';
}
.unit-detail-lft-blk .unitsPayPlan .payment-plan-container tr td span{
  color:#000;
  font-family:'Optima LT W02 Roman';
  font-size:1.5rem;
  letter-spacing:0;
  line-height:2.25rem
}
.unit-detail-lft-blk .unitsPayPlan .payment-plan-container tr td:nth-child(1){
  width: 60%;
  padding-left: 0 !important;
}
.unit-detail-lft-blk .unitsPayPlan .payment-plan-container tr td:nth-child(2){
  width: 20%;
}
.unit-detail-lft-blk .unitsPayPlan .payment-plan-container tr td:nth-child(3){
  width: 20%;
}
.unit-detail-lft-blk .unitsPayPlan .payment-plan-container.spinner-body{
  position: relative;
}
.unit-detail-rht-blk{
  padding-left:40px
}
.unit-detail-rht-blk .offers-blk{
  padding-top:40px
}
.unit-detail-rht-blk .offers-blk ul li{
  display:flex;
  flex-flow:column wrap;
  margin-bottom:40px
}
.unit-detail-rht-blk .offers-blk ul li span:nth-child(1){
  color:#000;
  font-family:'Optima LT W02 Roman';
  font-size:2.125rem;
  letter-spacing:0;
  line-height:2.25rem;
  margin-bottom:18px;
  text-transform:uppercase
}
.unit-detail-rht-blk .offers-blk ul li span:nth-child(2){
  color:#232323;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size:1rem;
  letter-spacing:2px;
  line-height:1.5rem;
  text-transform:uppercase
}
.unit-detail-rht-blk .brochure-blk,.unit-detail-rht-blk .floorPlan-blk, .unit-detail-rht-blk .map-blk, .unit-detail-rht-blk .offers-blk{
  margin-bottom:3.75rem
}
.unit-detail-rht-blk .map-blk .img-blk{
  display: block;
  max-height: 340px;
  overflow: hidden;
}
.unit-detail-rht-blk .map-blk .img-blk #sectionMap .acf-map{
  min-height: 270px;
}
.unit-detail-rht-blk .img-blk{
  position:relative;
  display:flex;
  flex-flow:column wrap;
  justify-content:center;
  margin-bottom:20px;
  max-height: 220px;
  overflow: hidden;
}
.unit-detail-rht-blk .img-blk img{
  width: 100%;
}
.unit-detail-rht-blk .img-blk .cricle-icon{
  position:absolute;
  left:0;
  right:0;
  background-color:#fff;
  color:#000;
  width:9.375rem;
  height:9.375rem;
  border-radius:50%;
  margin:0 auto;
  display:flex;
  align-self:center;
  justify-content:center
}
.unit-detail-rht-blk .img-blk .cricle-icon i{
  display:flex;
  align-self:center;
  font-size:4.625rem;
  line-height:4.625rem;
  font-weight:300
}
.unit-detail-rht-blk .map-blk .img-blk h4{
  color:#000;
  font-family:'Optima LT W02 Roman';
  font-size:2.875rem;
  letter-spacing:0;
  line-height:3.75rem
}
.unit-detail-rht-blk .text-blk{
  text-align:center
}
.unit-detail-rht-blk .text-blk h4{
  font-family:'Optima LT W02 Roman';
  font-weight:400;
  font-size:2.25rem;
  line-height:2.75rem
}
.unit-detail-rht-blk .text-blk span{
  color:#000;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size:.938rem;
  font-weight:300;
  letter-spacing:0;
  line-height:1.375rem;
  text-align:center
}
.unit-detail-rht-blk .text-blk a{
  margin-top:20px
}
.unit-detail-rht-blk .map-blk .text-blk a{
  margin-top:00px
}
.unitCostBlkLft span.prztitle{
  color: #9d9d9c;
  font-weight: 700;
  font-family: 'Lato', 'Open Sans', sans-serif;
  display: flex;
  line-height: 1.5rem;
  font-size: .75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.unitCostBlkRht a{
  width: 160px
}
@media(min-width:991px){
  .unit-detail-lft-blk{
      padding-right:80px
  }
  .unitCostBlkRht a{
      margin-top: 36px;
  }
}
@media (max-width:768px){
  .unit-detail-lft-blk,.unit-detail-rht-blk{
      padding-left:15px;
      padding-right:15px
  }
  .unit-detail-lft-blk .unitsAmenities ul li i{
      margin-right:20px
  }
  .mobile-unit-cost-blk{
      position:fixed;
      bottom:0;
      z-index:2;
      background:#fff;
      padding:20px;
      -webkit-box-shadow:0 -3px 8px rgb(0 0 0 / 24%),0 3px 8px rgb(0 0 0 / 24%);
      box-shadow:0 -3px 8px rgb(0 0 0 / 24%),0 3px 8px rgb(0 0 0 / 24%)
  }
  .mobile-unit-cost-blk .mCostBlk{
      display:flex;
      align-items:center
  }
  .mobile-unit-cost-blk span{
      color:#000;
      font-family:'Optima LT W02 Roman';
      font-size:20px;
      letter-spacing:0;
      line-height:40px;
      margin-right:10px
  }
  .mobile-unit-cost-blk span:nth-child(2){
      color:#cdab6e
  }
  .unit-detail-lft-blk .offers-blk ul li{
      flex:1 1 50%
  }
  .unit-detail-lft-blk .offers-blk{
      padding-top:40px
  }
  .unit-detail-lft-blk .offers-blk ul{
      display:flex;
      flex-flow:row wrap
  }
  .unit-detail-lft-blk .offers-blk ul li{
      display:flex;
      flex-flow:column wrap;
      margin-bottom:40px
  }
  .unit-detail-lft-blk .offers-blk ul li:last-child{
      margin-bottom:0
  }
  .unit-detail-lft-blk .offers-blk ul li span:nth-child(1){
      color:#000;
      font-family:'Optima LT W02 Roman';
      font-size:2.125rem;
      letter-spacing:0;
      line-height:2.25rem;
      margin-bottom:18px;
      text-transform:uppercase
  }
  .unit-detail-lft-blk .offers-blk ul li span:nth-child(2){
      color:#232323;
      font-family: 'Lato', 'Open Sans', sans-serif;
      font-size:1rem;
      letter-spacing:2px;
      line-height:1.5rem;
      text-transform:uppercase
  }
  .unit-detail-lft-blk .offers-blk{
      margin-bottom:25px;
      padding-top:25px
  }
  .unit-detail-lft-blk .unitAttrbs{
      padding:0 0 25px
  }
  .unit-detail-lft-blk .unitAttrbs ul.propAttrbs{
      margin:0;
  }
  .unit-detail-lft-blk{
      border:none
  }
  .unit-detail-lft-blk .unitsAmenities,.unit-detail-lft-blk .unitsPayPlan{
      padding:15px 0 30px
  }
  .unit-detail-lft-blk .unitsAmenities ul li span{
      font-size:20px
  }
  .unit-detail-lft-blk .unitAttrbs ul.propStats li span:nth-child(2){
      font-size:14px
  }
  .unit-detail-rht-blk .text-blk span,.unitsPayPlan .payment-plan-container .table tr td span{
      font-size:14px
  }
  .unit-detail-lft-blk .unitAttrbs ul.propStats li span:nth-child(1){
      letter-spacing:1.67px;
      padding-right: 50px;
  }
  .hero-slider-block{
      padding-bottom:20px
  }
  .unit-cost-blk{
      position:fixed;
      bottom:0;
      z-index:2;
      background:#fff;
      padding:20px;
      -webkit-box-shadow:0 -3px 8px rgb(0 0 0 / 24%),0 3px 8px rgb(0 0 0 / 24%);
      box-shadow:0 -3px 8px rgb(0 0 0 / 24%),0 3px 8px rgb(0 0 0 / 24%)
  }
  .unit-cost-blk .unitCostBlkLft .prztitle{
      display:none
  }
  .unit-cost-blk .unitCostBlkLft span{
      color:#000;
      font-family:'Optima LT W02 Roman';
      font-size:20px;
      letter-spacing:0;
      line-height:40px;
      margin:0
  }
  .unit-cost-blk .unitCostBlkLft span:nth-child(3){
      color:#cdab6e;
      margin-left:10px
  }
  .unit-cost-blk .unitCostBlkLft{
      display:flex;
      align-items:center
  }
  body.page-template-unit-details .footer-bottom{
      margin-bottom:90px
  }
  .unit-detail-lft-blk .unitsPayPlan .payment-plan-container tr td:nth-child(1){
      padding-right: 40px;
  }
  .unit-detail-lft-blk .unitsPayPlan .payment-plan-container tr td:nth-child(1) span{
      line-height: 18px;
  }
}
@media (max-width:767px) {
  .unit-detail-lft-blk .unitAttrbs ul.propAttrbs li{
      margin-bottom:30px
  }
}
@media(max-width:480px){
  .unit-detail-lft-blk .unitAttrbs ul.propAttrbs li{
      flex: 1 1 50%;
  }
  .unit-detail-lft-blk .unitsAmenities ul li{
      flex:1 1 100%!important
  }
}
.unit-dtl h3 a i.far.fa-external-link{font-size: 16px; vertical-align: middle;}
/* EOF Unit Details */
.nav-band-right li.wishlist-tab {
  position: relative;
  margin-right: 25px;
}

.wishlist-tab i {
  font-size: 20px;
}

.wishlist-tab .wishlistCounter {
  position: absolute;
  top: -7px;
  right: -6px;
  display: block;
  border-radius: 50%;
  background-color: #071c35;
  color: #fff;
  font-size: 10px;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}

@media screen and (max-width: 767px) {
  .nav-band-right li.wishlist-tab {
    margin-right: 15px;
  }
}


/* Blog Breadcrumb */

.active-post {
  color: #232323;
}

.breadcrumb-div .back_link {
  font-weight: 400;
  color: #9D9D9C;
}

.breadcrumb-div span.back_link a {
  color: #9D9D9C;
}

/* SOF Recommended Properties */

.rp-blocks {
  padding-top: 2.5rem;
  padding-bottom: 4rem
}

.rp-blocks span.section-tagline {
  margin-bottom: 30px
}

.rp-blocks .rp-block img {
  margin-bottom: 1rem
}

.rp-blocks .rp-block span {
  display: block;
  color: #232323;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: .875rem;
  letter-spacing: 2px;
  line-height: 1.5rem;
  margin-bottom: 5px;
  text-transform: uppercase
}

.rp-blocks .rp-block span i {
  font-size: 1rem;
  margin-right: 5px
}

.rp-blocks .rp-block h5 {
  color: #000;
  font-family: 'Optima LT W02 Roman';
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 2.25rem;
  margin-bottom: 10px;
  text-transform: uppercase
}

@media(max-width:600px) {
  .rp-blocks .rp-block {
      padding-bottom: 2rem
  }
  .rp-blocks .rp-block:last-child {
      padding-bottom: 0
  }
}
/* EOF Recommended Properties */

.datepicker-show{position: relative;}
@media (max-width: 975px){
  .calendly-overlay .calendly-popup-close {
    top: 75px !important;
  } 
}

.book-unit-new .gform_validation_errors>h2 {
  color: #e81717;
}

.gform_validation_errors>h2:before {
  background: none !important;
}

.book-unit-new .gform_wrapper div.validation_error {
  border: 0;
}

/* START: Header V2 */
/* .home .site .site-content .home-hero-section .hero-content-wrapper {
  height: calc(100vh - 0px)
} */

.cookie-disclaimer.stick-top {
  z-index: 1002;
  position: relative
}

body header.headerV2 {
  position: fixed;
  width: 100%
}

body.headerFeatueV2 header.headerV2 {
  background: transparent !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.headerV2.stickyHeader+.site-content .unit-search-wrapper .listSearchWrapper .availability-template-left .prop-search-bar-left .search-sticky {
  top: 74px
}

body header.headerV2 {
  background: transparent !important;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band a {
  color: #fff !important
}

body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band a[data-target='#registerModal'] {
  background: #fff;
  color: #232323 !important;
  border: 0
}

body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band a[data-target='#registerModal'].btn-blue:after {
  border-radius: 1px;
  border: 0
}

body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band a[data-target='#registerModal'].btn-blue:focus:after,
body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band a[data-target='#registerModal'].btn-blue:hover:after {
  border: 1px solid #071c35 !important;
  margin: 1px 1px 1px 1px;
  width: 98%;
  height: 96%
}

body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band .js-wpml-ls-item-toggle.wpml-ls-item-toggle {
  background: 0 0 !important
}

body.headerFeatueV2 #masthead.headerV2 .communities-menu {
  top: 72px
}

body.headerFeatueV2 #masthead.headerV2 .navbar-nav>li.communities-tab.active>a:after,
body.headerFeatueV2 #masthead.headerV2 .navbar-nav>li.current_page_item>a:after,
body.headerFeatueV2 #masthead.headerV2 .navbar-nav>li>a:hover:after {
  border-bottom: 1px solid #071c35
}

#masthead.stickyHeader,
body.headerFeatueV2 #masthead.stickyHeader {
  position: fixed;
  background: #fff !important;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  box-shadow: 0 0 3px #e0e0e0;
  width: 100%;
  z-index: 1001
}

body.headerFeatueV2 #masthead.site-header.stickyHeader .navbar .nav-band a,
body.headerFeatueV2 #masthead.site-header.stickyHeader .navbar-nav>li>a,
header#masthead.site-header.stickyHeader .navbar .nav-band a,
header#masthead.site-header.stickyHeader .navbar-nav>li>a {
  color: #000 !important
}

body.headerFeatueV2 #masthead.site-header.headerV2 .navbar .navbar-brand a svg path{
  fill: #ffffff;
}

body.headerFeatueV2 #masthead.site-header.headerV2.stickyHeader .navbar .navbar-brand a svg path{
  fill: #3c3d3f;
}

body.headerFeatueV2 #masthead.site-header.stickyHeader .navbar .nav-band a[data-target='#registerModal'],
header#masthead.site-header.stickyHeader .navbar .nav-band a[data-target='#registerModal'] {
  color: #fff !important;
  background: #071c35
}

body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band a[data-target='#registerModal'].btn-blue:focus:after,
body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band a[data-target='#registerModal'].btn-blue:hover:after {
  border: 2px solid #fff;
  border-radius: 1px
}

body.headerFeatueV2 #masthead.headerV2 .navbar-nav>li.communities-tab.active>a:after,
body.headerFeatueV2 #masthead.headerV2 .navbar-nav>li.current_page_item>a:after,
body.headerFeatueV2 #masthead.headerV2 .navbar-nav>li>a:hover:after {
  border-bottom: 1px solid #fff
}

body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  color: #232323 !important
}

@media (max-width:991px) {
  body.headerFeatueV2 #masthead.headerV2 a.hamburger-menu,
  #masthead.headerV2 a.hamburger-menu {
      background-color: transparent
  }    
  body.headerFeatueV2 #masthead.headerV2 a.hamburger-menu span,
  body.headerFeatueV2 #masthead.headerV2 a.hamburger-menu:after,
  body.headerFeatueV2 #masthead.headerV2 a.hamburger-menu:before {
      background: #fff
  }
  body.headerFeatueV2 header#masthead.site-header.stickyHeader a.hamburger-menu {
      background-color: transparent
  }
  body.headerFeatueV2 #masthead.site-header.stickyHeader a.hamburger-menu span,
  body.headerFeatueV2 #masthead.site-header.stickyHeader a.hamburger-menu:after,
  body.headerFeatueV2 #masthead.site-header.stickyHeader a.hamburger-menu:before {
      background: #000
  }
  body.headerFeatueV2 .site .site-footer .homepage-sticky-search.noBg {
      background: 0 0 !important;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      transition: all .5s;
      display:none;
  }
  a.mm-btn_close{
    background: transparent;
    margin-left: 0;
  }
  /*.phone-tab.mm-listitem,*/
  .watsapp-tab.mm-listitem{display: none}
}

@media (max-width:767px) {
  body.headerFeatueV2.single-properties header.headerV2 {
      position: relative
  }
  body.headerFeatueV2.single-properties header#masthead.site-header.stickyHeader a.hamburger-menu {
      background-color: #fff
  }
  body.headerFeatueV2.single-properties #masthead.site-header.stickyHeader a.hamburger-menu span,
  body.headerFeatueV2.single-properties #masthead.site-header.stickyHeader a.hamburger-menu:after,
  body.headerFeatueV2.single-properties #masthead.site-header.stickyHeader a.hamburger-menu:before,
  body.single-properties #masthead.headerV2 a.hamburger-menu span,
  body.single-properties #masthead.headerV2 a.hamburger-menu:after,
  body.single-properties #masthead.headerV2 a.hamburger-menu:before {
      background: #000
  }
  body.headerFeatueV2.single-properties #masthead.site-header.stickyHeader .navbar .nav-band li.watsapp-tab .fa-whatsapp {
      color: #000 !important
  }
  body.headerFeatueV2.single-properties #masthead.site-header.stickyHeader .navbar-nav>li>a {
      color: #fff !important
  }
  body.headerFeatueV2.single-properties #masthead.headerV2 .navbar .nav-band .phone-tab a.instant-video-call,
  body.headerFeatueV2.single-properties #masthead.headerV2 .navbar .nav-band .nav-band-right ul li a {
      color: #000 !important
  }
  body.headerFeatueV2.single-properties.properties-template-single-properties-v2 #masthead.headerV2 .navbar .navbar-brand a svg path{
    fill: #ffffff;
  }
  body.headerFeatueV2.single-properties #masthead.headerV2 .navbar .navbar-brand a svg path,
  body.headerFeatueV2.single-properties #masthead.headerV2.stickyHeader .navbar .navbar-brand a svg path{
    fill: #3c3d3f;
  }
}

@media (min-width:567px) and (max-width:767px) {
  body.headerFeatueV2.single-properties #masthead.headerV2 .navbar .nav-band a {
      color: #000 !important
  }
}

@media(max-width:576px) {
  #masthead.headerV2 .navbar .nav-band .watsapp-tab {
      background-color: transparent !important;
      margin-right: 8px
  }
  body.single-properties.headerFeatueV2 {
      color: #000
  }
  body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band .phone-tab,
  body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band .watsapp-tab {
      background: 0 0 !important;
      margin-right: 0
  }
  #masthead.headerV2 .navbar .nav-band .phone-tab a.instant-video-call,
  body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band .phone-tab a.instant-video-call {
      font-size: 18px
  }
  #masthead.headerV2 .navbar .nav-band li.watsapp-tab .fa-whatsapp,
  body.headerFeatueV2 #masthead.site-header.stickyHeader .navbar .nav-band li.watsapp-tab .fa-whatsapp,
  body.headerFeatueV2.single-properties #masthead.headerV2 .navbar .nav-band li.watsapp-tab .fa-whatsapp {
      color: #000
  }
  body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band li.watsapp-tab .fa-whatsapp {
      color: #fff
  }
  #masthead.headerV2 .navbar .nav-band .phone-tab {
      background-color: transparent !important;
      margin-right: 8px
  }
  .get-touch-btn {
      padding: 10px 20px 10px
  }
}

@media(min-width:991px) {
  body.headerFeatueV2 header.headerV2+#content.site-content {
      top: 0
  }
}

body.headerFeatueV2 .site-content .home-hero-section .hero-content-wrapper .hero-background-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: unset;
  background-color: rgba(0, 0, 0, .3)
}

@media(min-width:768px) {
  body.headerFeatueV2 .site .site-content .feature-image-fullwidth:before {
      content: '';
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, .3)
  }
}

/* END: Header V2 */

/* START: Header Alignment fixes */
.lifestyle.container > .row{margin: 0;}
.onboard-communities-menu > .container,
.vr-tour-listing-partners > .container {
    padding: 0;
}
@media only screen and (max-width: 991px){
    a.hamburger-menu {
        padding: 19px 0 0 0;
    }
    .nav-band-right li.watsapp-tab {
        margin-right: 0;
    }
    .homepage-sticky-search {
        padding: 15px 15px;
        height: auto;
    }
    .hamburger-wrap {
        max-width: 52px;
        flex: 0 0 52px;
    }
    .navbar-brand {
        max-width: calc(24.999% - 52px);
        width: calc(24.999% - 52px) !important;
        flex: 0 0 calc(24.999% - 52px);
        padding-left: 0 !important;
    }
    .nav-band-right li {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px){
    .navbar-brand {
        max-width: calc(33.333% - 52px);
        flex: 0 0 calc(33.333% - 52px);
        width: calc(33.333% - 52px) !important;
    }
    .onboard-communities-menu .communities-featured-block {
        padding-right: 15px;
    }
    .single-properties .sticky-prop-bar,.sticky-prop-bar {
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
    }
    .sticky-prop-bar .pr-3 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 576px){
    .navbar-brand {
        max-width: calc(41.666% - 52px);
        flex: 0 0 calc(41.666% - 52px);
        width: calc(41.666% - 52px) !important;
    }
    .navbar-brand a {
        margin-left: 0;
    }
    li.phone-tab, li.watsapp-tab {
        text-align: right;
        width: auto;
    }
    body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band li.phone-tab,
    #masthead.headerV2 .navbar .nav-band li.phone-tab,
    body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band li,
    #masthead.headerV2 .navbar .nav-band li {
        margin-right: 5px;
        padding-top: 0;
    }
    body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band .watsapp-tab,
    #masthead.headerV2 .navbar .nav-band .watsapp-tab {
        margin-right: -5px;
    }
    body.headerFeatueV2 #masthead.headerV2 .navbar .nav-band .nav-band-right a,
    #masthead.headerV2 .navbar .nav-band .nav-band-right a {
        padding-left: 5px;
        padding-right: 5px;
        display: block;
        line-height: 52px;
    }
    .wishlist-tab .wishlistCounter {
        top: 6px;
        right: -1px;
    }
}
/* END:  Header Aignment fixes */

/* START: Footer Fixes */
.menu-legal-menu-container,.menu-legal-menu-container ul,footer .menu {
    padding-left: 0;
}
@media only screen and (max-width: 991px){
    #footer-widget .nav-accordion p.widget-title {
        padding: 20px 0 20px 0;
    }
}
@media only screen and (max-width: 767px){
    .footer-social-icons {
        position: relative;
    }
    .footer-social-icons .social-media-icons-sections li:first-of-type::before {
        left: -41px;
    }
}
@media only screen and (max-width: 360px){ 
    .footer-logo {
        margin-right: 28px;
    }
    .footer-social-icons {
        margin-left: 28px;
    }
    .footer-social-icons .social-media-icons-sections li:first-of-type::before {
        left: -28px;
    }
}
/* END: Footer Fixes */

/* START: Property V2 */
.feature-image-fullwidth.feature-image-v2 {
    z-index: 1;
}
.feature-image-fullwidth video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.single-property-hero:not(.slick-initialized) {
  display:flex;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, .8) url('inc/assets/images/loading.gif') 50% 50% no-repeat;
  background-color: #bcbcbc;
}
.single-property-hero:not(.slick-initialized) > div { opacity:0; }
.feature-image-v2,.single-property-hero .slick-slide,.single-property-hero .video-slide,.single-property-hero .image-slide {
    position: relative;
}
.single-property-hero.slick-initialized .slick-slide:after,
.single-property-hero.slick-initialized .video-slide:after,
.single-property-hero.slick-initialized .image-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.3);
  z-index: 2;
}
.single-property-hero .hero-v2 {
  height: 100%;
}
.sticky-btn-v2 {
    position: fixed;
    right: 0;
    top: 50%;
    width: 70px;
    height: auto;
    transform: translateY(-50%);
    text-align: center;
    z-index: 99;
    display: none;
    border-radius: 4px 0 0 4px;
    background-color: #FFFFFF;
    box-shadow: -3px 1px 5px 0 rgba(0,0,0,0.24);
}
.sticky-btn-v2 li a {
    padding: 12px 10px;
    color: #071C35;
    display: block;
    border-bottom: 1px solid rgba(223, 223, 223, .4);
}
.sticky-btn-v2 span {
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin-top: 5px;
    color: #232323;
}
.single-property-hero .slick-dots {
    border-radius: 0;
    /*overflow: hidden;*/
    position: absolute;
    bottom: 45px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    height: 6px;
    line-height: 6px;
    display: inline-flex;
}
.single-property-hero .slick-slide,.single-property-hero .video-slide,.single-property-hero .image-slide {
    height: calc(100vh - 120px);
}
.single-property-hero .slick-dots li {
    width: 15px;
    height: 15px;
    margin-right: 12px;
    border-radius: 2px;
    overflow: hidden;
}
.single-property-hero .slick-dots li:last-child {
  margin-right: 0px
}
.single-property-hero .slick-dots li button {
    height: 15px;
    width: 15px;
    border-radius: 0;
    background: #E9E9E9;
    padding: 0;
}
.single-property-hero .slick-dots li.slick-active button {
    background: #000;
}
.single-property-hero .slick-dots li button:before {
    display: none;
}
.single-property-hero .slick-list.draggable {
    padding: 0 !important;
}
.single-property-section-oneV2 {
    padding-top: 100px;
    padding-bottom: 60px;
}
.single-property-section-oneV2 h2 {
    margin: 22px 0 30px;;
}
.text-with-imageV2 {
    background: rgba(33,33,33,.02);
    padding: 45px 0 45px;
}
.text-with-imageV2 p {
  line-height: 1.5;
}
.living-space-v2 + .text-with-imageV2 {
    margin-top: 30px;
}
.text-with-imageV2 + .living-space-v2 {
    margin-top: 30px;
}
.text-with-imageV2 + .text-with-imageV2 {
    padding-top: 0px;
}
.text-with-imageV2 .card-deck .card {
    background: none;
}
.prop-detailsV2 {
    padding: 115px 0 70px;
}
.prop-detailsV2 ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.prop-detailsV2 ul li {
    width: 33.3%;
    padding: 15px 15px;
}
.prop-detailsV2 ul li span {
    border: 1px solid #CACACA;
      border-radius: 4px;
      background-color: #FFFFFF;
      display: flex;
      font-family: 'Optima LT W02 Roman';
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  align-items: center;
    padding: 29px 20px;
    text-transform: uppercase;
    height: 100%;
}
.prop-detailsV2 ul li span i {
    margin-right: 15px;
    color: #CDAB6E;
  font-size: 24px;
}
.living-space-v2 {
    padding: 30px 0;
}
.prop-galleryV2 {
    background: rgba(33,33,33,.02);
    padding: 58px 0 20px;
}
.prop-galleryV2 span.gallery-view {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Optima LT W02 Roman';
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 24px;
}
.gallery-slider-wrap .slider-controls {
    margin-top: 50px;
    margin-bottom: 30px;
}
.gallery-slider-wrap .slider-controls .slick-next,
.gallery-slider-wrap .slider-controls .slick-prev {
  position: unset;
  font-size: 0;
  content: "";
  width: 36px;
  height: 20px;
  border: 0;
}
.gallery-slider-wrap .slider-controls .slick-next,
.gallery-slider-wrap .slider-controls .slick-prev {
  top: -50px;
}
.gallery-slider-wrap .slider-controls .slick-next {
  background: url('inc/assets/images/arrow-right-active.svg') no-repeat left center / 36px;
}
.gallery-slider-wrap .slider-controls .slick-prev {
  background: url('inc/assets/images/arrow-left-active.svg') no-repeat left center / 36px;
}
.gallery-slider-wrap .slider-controls .slick-next.slick-disabled {
  background: url('inc/assets/images/arrow-right-disabled.svg') no-repeat left center / 36px;
}
.gallery-slider-wrap .slider-controls .slick-prev.slick-disabled {
  background: url('inc/assets/images/arrow-left-disabled.svg') no-repeat left center / 36px;
}
.gallery-slider-wrap .slick-list.draggable {
    padding: 0 !important;
}
.gallery-slider-wrap .slider-controls .slide-m-dots{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.gallery-slider-wrap .slider-controls .slide-m-dots ul li{
  height: 10px;
  width: 10px;
  margin: 0 5px;
}
.gallery-slider-wrap .slider-controls .slide-m-dots ul li:first-child{
  margin-left: 10px;
}
.gallery-slider-wrap .slider-controls .slide-m-dots ul li.slick-active button{
  background: #071C35;
}
.gallery-slider-wrap .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;
}
.gallery-slider-wrap .slider-controls button:focus{
 outline: none;
}
.prop-vrtourV2 {
    padding: 100px 0;
}
.prop-vrtourV2 h5 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 32px;
}
.prop-vrtourV2 p {
    font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
}
.prop-community p {
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 20px;
  font-weight: 300;
}
.mattr i {
    font-size: 18px;
}
.mattr .new-vr-tour {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    border-radius:20px;
}
.tour-video-wrapper {
    position: relative;
}
.tour-video-wrapper .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
  text-align: center;
}
.tour-video-wrapper .play-btn i {
    font-size: 98px;
    color: #fff;
}
.tour-video-wrapper.video-playing .play-btn {
    opacity: 0;
}
.tour-video-wrapper .play-btn span {
    display: block;
    color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.prop-amenitiesV2 {
    padding: 50px 0 40px;
    background: rgba(33,33,33,.02);
}
.prop-amenitiesV2 ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.prop-amenitiesV2 ul li {
    width: auto;
    padding: 25px 15px;
    text-align: center;
    justify-content: center;
    width: 25%;
    margin-bottom: 12px;
}
.prop-amenitiesV2 ul li span {
    font-family: 'Optima LT W02 Roman';
      font-size: 20px;
      line-height: 20px;
}
.prop-amenitiesV2 ul li em {
    display: flex;
    margin-bottom: 28px;
    align-items: center;
    justify-content: center;
}
.prop-amenitiesV2 ul li i {
    color: #CDAB6E;
  font-size: 40px;
}
.prop-community {
    padding: 108px 0 90px;
}
.prop-community h2 {
    font-size: 42px;
    margin: 4px 0 15px;
}
.prop-community .community-features {
    list-style: none;
    margin: 0;
    padding: 0;
}
.prop-community .community-features li {
    margin-bottom: 22px;
    display: flex;
}
.prop-community .community-features li .icon {
    width: 46px;
    text-align: center;
    margin-right: 16px;
    min-width:46px;
    margin-top: 10px;
}
.prop-community .community-features li .icon img {
    max-height: 46px;
}
.prop-community .community-features li strong {
    display: block;
    color: #000000;
  font-family: 'Optima LT W02 Roman';
  font-size: 34px;
  letter-spacing: 0;
  line-height: 36px;
}
.prop-community .community-features li span {
    display: block;
    color: #232323;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 18px;
  /*letter-spacing: 3px;*/
  line-height: 32px;
  font-weight: 400;
}
.prop-community .community-features li span.fw-light {
  font-weight:300;
}
.prop-floar-plan {
    padding: 96px 0;
} 
.prop-floar-plan h2 {
    margin-bottom: 44px;
}
.floor-plan-views {
    border:1px solid #EDEEF0;
    border-radius: 5px;
}
.floor-plan-views  iframe {
    height: 360px ;
    min-height: 240px;
}
.planTypes-tabs {
    border-bottom:1px solid #EDEEF0;
    display: flex;
}
.planTypes-tabs li {
    flex: 1;
}
.planTypes-tabs li a.nav-link {
    display: block;
    text-align: center;
    color: #A2A2A2;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    position: relative;
    border: none;
    border-radius: 0;
    padding: 26px 20px;
    text-transform: uppercase;
}
.planTypes-tabs li a.nav-link:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 24px;
    margin-right: 12px;
    background: url(inc/assets/images/3d-icon.svg) no-repeat center / 27px auto;
}
.main-plan a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 24px;
    margin-right: 12px;
    background: url(inc/assets/images/room-icon.svg) no-repeat center / 32px auto;
}
.planTypes-tabs li a.nav-link.active {
    color: #071C35;
}
.planTypes-tabs li a.nav-link:after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: transparent;
}
.planTypes-tabs li a.nav-link.active:after {
    background-color: #CDAB6E;
}
.foor-plan-content .tab-content>.tab-pane {
    padding: 30px;
}
.floor-plans {
    border-radius: 4px;
  background-color: #071C35;
}
/* width */
.floor-plans ::-webkit-scrollbar {
  width: 6px;
  background: #071C35;
}
/* Track */
.floor-plans ::-webkit-scrollbar-track {
  background: rgba(255,255,255,.4);
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* Handle */
.floor-plans ::-webkit-scrollbar-thumb {
  background: #D8D8D8;
  border-radius: 4px;
}
/* Handle on hover */
.floor-plans ::-webkit-scrollbar-thumb:hover {
  background: #E8E8E8;
}
.plans-list {
    max-height: 500px;
    overflow-y: auto;
    padding-bottom: 50px;
}

.plan-wrap {
    border-bottom: .5px solid rgba(255,255,255,.4);
}
.plan-wrap:last-child {
    border-bottom: none;
}
.main-plan a {
    color: #FFFFFF;
    font-family: 'Optima LT W02 Roman';
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 25px 20px;
}
.floor-plans .main-plan a:after {
  display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f107";
    pointer-events: none;
    position: absolute;
    font-size: 15px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 5px;
}
.floor-plans .main-plan.active a:after {
    content: "\f106";
}
.sub-plans {
    margin-top: -10px;
    margin-bottom: 15px;
    display: none;
}
.sub-plans ul.nav-tabs {
    border: none;
    width: 100%;
}
.sub-plans ul.nav-tabs li {
    margin-bottom: 0;
    width: 100%;
}
.sub-plans ul.nav-tabs li a.nav-link {
    color: #FFFFFF;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.15px;
  line-height: 16px;
  padding: 18px 20px 18px 60px;
  display: block;
  position: relative;
  border: none;
    border-radius: 0;
}
.sub-plans ul.nav-tabs li a.nav-link:after {
    content: "";
    display: block;
    height: 1px;
    background: rgba(255,255,255,.4);
    width: 50px;
    position: absolute;
    bottom: 9px;
    left: 60px;
}
.sub-plans ul.nav-tabs li a.nav-link:hover,.sub-plans ul.nav-tabs li a.nav-link.active {
    background-color: rgba(255,255,255,0.08);
}
.foor-plan-content .tab-content>.tab-pane .plan-img {
  height: 360px;
  max-width: 608px;
  border: 1px solid rgba(231,231,231,0.5);
  margin: 0 auto;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-property-section-oneV2 figure {
    margin-bottom: 20px;
}
.single-property-section-oneV2 .get-brochure-btn{
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .single-property-section-oneV2 figure {
    margin-top: 46px;
  }
}
.gallery-slider-wrap .slick-slide img {
    width: 100%;
}
.prop-galleryV2 p {
    text-align: center;
}
.gallery-swiper-light-box {
    background: rgba(0,0,0.72);
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100vh;
}
.gallery-swiper-light-box .swiper-container {
    height: calc( 100vh - 140px);
}
.gallery-swiper-light-box .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.swiper-header {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    height: 40px;
}
.gallery-swiper-light-box button.close-gallery-swiper {
    height: 40px;
    width: 40px;
    background: none;
    color: #fff;
    top: 0px;
    right: 0px;
    border: 0;
    font-size: 28px;
    padding: 0!important;
    position: absolute;
}
.gallery-swiper-light-box button.close-gallery-swiper:focus,
.gallery-swiper-light-box .swiper-button-next:focus,
.gallery-swiper-light-box .swiper-button-prev:focus,
.gallery-swiper-light-box .swiper-button-next-3:focus,
.gallery-swiper-light-box .swiper-button-prev-3:focus {
    outline: none;
}
.gallery-swiper-light-box .swiper-pagination {
    position: static !important;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    margin: 0 auto;
}
.gallery-swiper-light-box .swiper-button-next,.gallery-swiper-light-box .swiper-button-prev,
.gallery-swiper-light-box .swiper-button-next-3,.gallery-swiper-light-box .swiper-button-prev-3 {
    position: static !important;
    background: none;
    box-shadow: none;
    border: none;
    width: 48px;
    margin-top: 0;
}
.swiper-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.swiper-footer .swiper-pagination2,
.swiper-footer .swiper-pagination3 {
    margin: 0 14px;
    display: flex;
    align-items: center;
}
.swiper-footer .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    border-radius: 1px;
    background-color: #fff;
    margin: 0 5px;
    opacity: 1;
    font-size: 0;
    display: block;
}
.swiper-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #CDAB6E;
}
.swiper-button-next-3.swiper-button-disabled, .swiper-button-prev-3.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

/*.sb-container {
  position: relative;
  overflow: hidden;
}*/
/*.sb-content {
  height: 100%;
  width: calc(100% + 18px);
  padding-right: 10px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.sb-scrollbar-container {
  position: absolute;
  right: 0px;
  bottom: 5px;
  top: 5px;
  width: 10px;
  background: rgba(250,250,250,.4);
}
.sb-scrollbar-container-hide { right: -20px; }
.sb-scrollbar {
  position: absolute;
  right: 1px;
  height: 30px;
  width: 8px;
  border-radius: 10px;
  background: #D8D8D8;
}
.sb-scrollbar:hover { background: #D8D8D8; }*/

.prop-mortgage-modal form {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.prop-mortgage-modal input[type=submit] {
    font-size: 15px;
    line-height: 2;
}
@media (max-width: 991px) {
    .prop-amenitiesV2 ul li {
        width: 25%;
    }
    .prop-detailsV2 ul li {
        width: 100%;
        padding: 15px 15px;
    }
    .single-property-hero .slick-slide,.single-property-hero .video-slide,.single-property-hero .image-slide {
      height: 65vh;
    }
}
@media (max-width: 767px) {
    .sticky-btn-v2 {
        display: none;
    }
    .single-property-section-oneV2 {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .text-with-imageV2 {
        background: none;
        padding: 25px 0 30px;
    }
    .prop-mortgage-modal form {
        padding-left: 0;
        padding-right: 0;
    }
    .prop-mortgage-modal input[type=submit] {
        font-size: 14px;
        line-height: 1.4;
    }
    .text-with-imageV2 .card-deck {
        flex-direction: column;
    }
    .text-with-imageV2 .card-deck.badrooms-block-deck {
        flex-direction: column-reverse;
    }
    .text-with-imageV2 .card-deck .card {
        padding: 0;
        margin-bottom: 0;
    }
    .prop-detailsV2 {
        padding: 25px 0 30px;
    }
    .prop-detailsV2 ul li {
        width: 100%;
        padding: 11px 15px;
    }
    .prop-galleryV2 {
        background: none;
        padding: 18px 0 20px;
    }
    .prop-vrtourV2 {
        padding: 30px 0;
    }
     .prop-vrtourV2 .mattr {
        margin-bottom: 15px;
    }
     .prop-vrtourV2 .new-vr-tour {
        margin-bottom: 0;
        font-size: 10px;
     }
     .planTypes-tabs li a.nav-link:before {
        display: none;
     }
     .planTypes-tabs li a.nav-link {
        padding: 25px 15px;
     }
    .prop-amenitiesV2 {
        padding: 30px 0 20px;
        background: none;
    }
    .prop-amenitiesV2 ul,
    .prop-amenitiesV2 ul li em {
        justify-content: flex-start;
    }
    .prop-amenitiesV2 ul {
        margin: 0 -15px;
    }
    .prop-amenitiesV2 ul li {
        width: auto;
        padding: 0 15px 15px;
        text-align: left;
        justify-content: flex-start;
        width: 50%;
    }
    .prop-amenitiesV2 ul li em {
        margin-bottom: 14px;
    }
    .prop-amenitiesV2 ul li span {
        font-size: 16px;
    }
    .prop-floar-plan {
        padding: 26px 0;
    }
    .prop-floar-plan h2 {
        margin-bottom: 32px;
    }
    .floor-plans {
        border-radius: 4px 4px 0 0;
    }
    .plans-list {
        padding-bottom: 0;
    }
    .prop-community {
        padding: 50px 0 50px;
    }
    .single-property-section-oneV2 h2 {
        margin: 10px 0 20px;
    }
    .single-property-section-oneV2 figure {
        margin-top: 24px;
        margin-bottom: 20px;
    }
    .prop-detailsV2 ul li span {
        font-size: 20px;
        line-height: 30px;
        padding: 22px 15px;
    }
    .gallery-slider-wrap .slider-controls {
        display: flex;
        margin-top: 34px;
    }
    .prop-galleryV2 span.gallery-view {
        padding-top: 10px;
    }
    .prop-vrtourV2 h5 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 24px;
    }
    .prop-vrtourV2 p {
        font-size: 15px;
        line-height: 24px;
    }
    .tour-video-wrapper {
        margin-top: 18px;
    }
    .tour-video-wrapper .play-btn i {
        font-size: 64px;
    }
    .tour-video-wrapper .play-btn span {
        font-size: 14px;
        line-height: 24px;
    }
    .prop-community h2 {
        font-size: 28px;
        margin: 4px 0 10px;
    }
    .prop-community .community-features li strong {
        font-size: 28px;
    }
    .prop-community .btn {
        margin-top: 24px;
    }
    .single-property-hero .slick-dots {
        bottom: 26px;
    }
    .foor-plan-content + .btn {
      margin-top: 24px;
    }
    .prop-cummunities-slider .prop-block {
        padding: 0 15px 0 0;
    }
    .gallery-swiper-light-box .swiper-container {
        display: flex;
        align-items: center;
        height: calc(100vh - 140px);
    }
    .foor-plan-content .tab-content>.tab-pane {
      padding: 10px;
    }
    #floor-plan-hash { 
      margin-top: -80px;        /* Size of fixed header */
      padding-bottom: 80px; 
      display: block; 
    }
    .foor-plan-content .tab-content>.tab-pane .plan-img {
      border: none;
      padding: 0;
    }
}
@media (max-width: 374px) {
    .prop-community .community-features li {
        margin-bottom: 18px;
        width: 100%;
    }
    .prop-amenitiesV2 ul li {
        width: 100%;
        max-width: 100%;
    }
    .prop-amenitiesV2 ul li em {
        margin-bottom: 4px;
    }
}

/* START: Map */
.prop-map-view{
  position: relative;
}
.map-section{position: relative;}
.prop-map-view .acf-map {
  width: 100%;
  height: 670px;
  border: #ccc solid 1px;
  margin: 20px 0 0;
box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.prop-map-view .acf-map img {
 max-width: inherit !important;
}
.prop-map-view .map-section {
  margin: 50px 0 0px;
}
.prop-map-view .map-section .acf-map{
  margin-top:-48px;
}
.prop-map-view .nearby-filter {
  position:relative;
  z-index:1;
  padding:0 0 0 15px; 
  margin:0;
  width: 100%;
  text-align: right;
}
.prop-map-view .nearby-filter li a {
  font-size:14px;
  padding: 5px 15px;
  margin-right: 10px;
  border-radius: 20px;
  letter-spacing: 0;
  color: #071C35;
  text-transform: initial;
  font-weight: 400;
}
.prop-map-view .btn-ghost {
  border: 1px solid rgba(7,28,53,0.7);
  background-color: #fff;
  color: #232323;
}
.prop-map-view .nearby-filter li {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 6px;
}
.prop-map-view .nearby-filter li.selected a{
background:#232323;
color:#fff;
}
.prop-map-view .amenitiesBtn{
position:relative;
top:0;
float:right;
  z-index:8;
}
.prop-map-view .nearby-filter.mobile{
padding:0;
display:none;
}
.prop-map-view .nearby-filter.mobile ul li{
padding:0;
position:relative;
}
.prop-map-view .nearby-filter.mobile li a{
margin:0;
border:0;   
padding:0;
text-align:left;
display:flex;
}
.prop-map-view .nearby-filter.mobile li input[type=checkbox]+label {
  font-size: 14px;
  padding-left: 10px;
  line-height: 20px;
  margin-top: -3px;
}
.prop-map-view .gm-style-iw-d {
  font-family: 'Lato', 'Open Sans', sans-serif !important;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  text-transform: none;
  color: #071C35;
  text-align: left !important;
  min-width: 100px;
  padding: 0px 5px 0px 15px !important;
background-color: #fff;
  min-height: 0;
  border-radius: 4px;
  max-width: 250px;
  display: inline-block;
  z-index: 1000;
}
.prop-map-view .maps-info-window-mini__content--search-container{
display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  /*-webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: -5px;*/
}
.prop-map-view .maps-info-window-mini__content--image{
width: 44px;
  height: 44px;
  background-color: #e6e6e6;
  margin-right: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
}
/* .prop-map-view .maps-info-window-mini__content--text {
  margin-right: 8px;
} */
.prop-map-view .maps-info-window-mini__content--search-container .maps-info-window-mini__content-title {
  max-width: 160px;
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: block;
}
.prop-map-view .maps-info-window-mini__direction-item {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #6b6b6b;
  white-space: nowrap;
}
.prop-map-view .maps-info-window-mini__direction-icon {
  width: 16px;
  height: 16px;
  fill: #6b6b6b;
  position: relative;
  bottom: 1px;
margin-right:5px;
}
.prop-map-view .maps-info-window-mini__direction-item::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #bdbdbd;
  position: relative;
  bottom: 2px;
  margin: 0 5px;
  border-radius: 50%;
}
.prop-map-view .maps-info-window-mini__direction-item:last-child::after{display:none}
.prop-map-view .gm-ui-hover-effect span{
  margin:0 auto !important;
  width: 18px !important;
  height: 18px !important;
  background-repeat: no-repeat !important;
}
.prop-map-view .pulse {
z-index: -1;
position: absolute;
margin-top: -43px;
margin-left: -22px;
}
.prop-map-view .pulse::after {
display: block;
width: 44px;
height: 44px;
content: "";
-webkit-animation: pulsate 1s ease-out;
        animation: pulsate 1s ease-out;
-webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
-webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
opacity: 0;
border-radius: 50%;
box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 6px 3px #848282;
}
@-webkit-keyframes pulsate {
0% {
  transform: scale(0.1, 0.1);
  opacity: 0;
}
50% {
  opacity: 1;
}
100% {
  transform: scale(1.2, 1.2);
  opacity: 0;
}
}
@keyframes pulsate {
0% {
  transform: scale(0.1, 0.1);
  opacity: 0;
}
50% {
  opacity: 1;
}
100% {
  transform: scale(1.2, 1.2);
  opacity: 0;
}
}
@media only screen and (max-width: 991px) {
.prop-map-view .nearby-filter.mobile{
  display:block;
}
  .prop-map-view #nearby-filter{
    display:none;
  }
}
.connect-container{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.connectivity-blocks{
  display: grid;
  max-width: 1229px;
  border: 1px solid #CDAB6E;
  border-radius: 4px;
  background-color: #FFFFFF;  
  margin-bottom: 20px;
  margin: 0 auto;
  grid-auto-flow: column;
}
@media (min-width: 992px){
  .connectivity-blocks{
    grid-template-columns: auto auto auto auto;
    column-gap: 30px;
  }  
}
@media (min-width: 1200px){
  .connectivity-blocks{
    grid-template-columns: auto auto auto auto auto;
    column-gap: 50px;
  }
  .connectivity-blocks{
    justify-content: center;
  }
}
@media (max-width: 991px){
  .connect-container{
    display: none;
  }
  .mapHeader{
    grid-template-columns: 30px;
    width: 100%;
    justify-content: flex-end;
  }
}
.con-block{
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
.con-block img{
  max-width: 30px;
  max-height: 30px;
  height: 100%;
  width: 100%;
}
.con-block .info{
  display: flex;
  flex-flow: column wrap;
  margin-left: 15px;
}
.con-block .info span:first-child{
  font-family: 'Lato', 'Open Sans', sans-serif;
  color: #CDAB6E;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.22px;
  line-height: 24px;
}
.con-block .info span:first-child small{
  margin-left: 4px;
  font-size: 16px;
}
.con-block .info span:nth-child(2){
  color: #071C35;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0.78px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 400;
}
.mapHeader{
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  padding: 0 15px;
}
.prop-map-view .amenitiesBtn .dropdown .btn{
  border: 1px solid rgba(0,0,0,0.7);
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #232323;
  width: 100%;
  font-weight: 700;
}
.prop-map-view .amenitiesBtn .dropdown .btn i {
  margin-left: 12px;
}
.prop-map-view .amenitiesBtn .dropdown .btn:after{
  display: none;
}
.prop-map-view .amenitiesBtn .amenities-options ul li{
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.prop-map-view .amenitiesBtn .amenities-options ul li label{
  padding-bottom: 0;
  margin-bottom: 0;
}
.prop-map-view .amenities-options ul.amentis {
    text-align: left;
}
#mortgageMobileModal .mortgage-calculator .mcalculator-field label[for=loan-duration], 
#mortgageMobileModal .mortgage-calculator .mcalculator-field label[for=property-price]{
  text-align: left;
}
.mortgage-calculator .mcalculator-field:last-child {
    margin-bottom: 20px;
}
#mortgageMobileModal .mortgage-calculator.property-prices-b {
  margin-top: 5rem;
}
#mortgageMobileModal .modal-content .btn-secondary.modal-close{
  font-size: 1.7rem;
  padding: 25px;
}
#mortgageMobileModal .modal-content .mcalculator-field .estMonthlyPay{
  text-align: left;
}
#mortgageMobileModal .modal-content .mcalculator-field .mcalculator-right .container-plus,
#mortgageMobileModal .modal-content .mcalculator-field .mcalculator-right .interest-plus {
  margin-left: 5px;
}
#mortgageMobileModal .modal-content .mcalculator-field span.section-tagline{
  text-align: left;
}
.prop-map-view .amenitiesBtn{width: 100%;}
@media (max-width: 768px) {
  .prop-map-view .amenitiesBtn .nearby-filter.mobile li a.btn{
    border: 0;
  }
  .prop-map-view .amenitiesBtn .nearby-filter.mobile li a.btn label{
    font-size: 1rem;
    padding-left: 33px;
    line-height: 28px;
    margin-top: -3px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 300;
    margin-bottom: 15px;
  }
  #mortgageMobileModal .modal-content .mcalculator-field .mproperty-price + .mcalculator-right {
    padding-left: 0px;
  }
  #mortgageMobileModal .modal-content .mcalculator-field span.section-tagline{
    text-align: left;
  }
}
.prop-mortgage-cal .promotions-section .promotions-block{ min-height: 0;}
@media (max-width: 767px){
  .prop-mortgage-cal .promotions-section .promotions-block{ padding: 0; min-height: auto;}
  .prop-mortgage-cal .promotions-section .promotions-block-content{padding-bottom: 25px;}
  .prop-mortgage-cal .promotions-section .promotions-block a.btn.try-btn {width: 100%;}
  .prop-mortgage-cal .promotions-section .promotions-block.grey-bg{
    background: transparent;
  }
  .property-prices-bb .property-feature-block>div {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .property-prices-bb {
    margin-top: -25px;
    margin-bottom: 30px;
  }
  .prop-map-view .amenitiesBtn .amenities-options ul li label {
    line-height: 1.5;
    min-height: 29px;
    display: flex;
    align-items: center;
  }
  .prop-map-view .amenitiesBtn .amenities-options ul input[type=checkbox]:checked+label:before {
    top: 50%;
    margin-top: -9px;
  }
  .prop-map-view .amenitiesBtn .amenities-options ul input[type=checkbox]:checked+label:after,
  .prop-map-view .amenitiesBtn .amenities-options ul input[type=checkbox]:not(:checked)+label:after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width:767px) {
  body.headerFeatueV2.single-properties.properties-template-single-properties-v2 header.headerV2 {
      position: absolute
  }
  body.headerFeatueV2.single-properties.properties-template-single-properties-v2 header#masthead.site-header.stickyHeader a.hamburger-menu {
      background-color: transparent
  }
  .property-feature-block {
    margin-top: 15px;
    text-align: left !important;
}
#mortgageMobileModal .mortgage-calculator.property-prices-b {
    margin-top: 30px;
}
.prop-map-view .amenitiesBtn .dropdown .btn {
    padding: 8px 12px;
}
  body.single-properties.properties-template-single-properties-v2 #masthead.headerV2 a.hamburger-menu span,
  body.single-properties.properties-template-single-properties-v2 #masthead.headerV2 a.hamburger-menu:after,
  body.single-properties.properties-template-single-properties-v2 #masthead.headerV2 a.hamburger-menu:before {
      background: #fff
  }
  body.headerFeatueV2.single-properties.properties-template-single-properties-v2 #masthead.site-header.stickyHeader a.hamburger-menu span,
  body.headerFeatueV2.single-properties.properties-template-single-properties-v2 #masthead.site-header.stickyHeader a.hamburger-menu:after,
  body.headerFeatueV2.single-properties.properties-template-single-properties-v2 #masthead.site-header.stickyHeader a.hamburger-menu:before {
    background: #000;
  }
  body.headerFeatueV2.single-properties.properties-template-single-properties-v2 #masthead.site-header.stickyHeader .navbar .nav-band li.watsapp-tab .fa-whatsapp {
      color: #000 !important
  }
  body.headerFeatueV2.single-properties #masthead.site-header.stickyHeader .navbar-nav>li>a {
      color: #fff !important
  }
  body.headerFeatueV2.single-properties.properties-template-single-properties-v2 #masthead.headerV2 .navbar .nav-band .phone-tab a.instant-video-call,
  body.headerFeatueV2.single-properties.properties-template-single-properties-v2 #masthead.headerV2 .navbar .nav-band .nav-band-right ul li a {
      color: #fff !important;
  }
  body.headerFeatueV2.properties-template-single-properties-v2 #masthead.headerV2 .navbar .nav-band li.watsapp-tab .fa-whatsapp {
    color: #fff !important;
  }
  body.headerFeatueV2.single-properties.properties-template-single-properties-v2 #masthead.site-header.stickyHeader .navbar .nav-band a, 
  body.headerFeatueV2.single-properties.properties-template-single-properties-v2 #masthead.site-header.stickyHeader .navbar-nav>li>a, 
  body.headerFeatueV2.single-properties.properties-template-single-properties-v2 header#masthead.site-header.stickyHeader .navbar .nav-band a, 
  body.headerFeatueV2.single-properties.properties-template-single-properties-v2 header#masthead.site-header.stickyHeader .navbar-nav>li>a,
  body.headerFeatueV2.single-properties.properties-template-single-properties-v2 #masthead.headerV2.stickyHeader .navbar .nav-band .phone-tab a.instant-video-call, 
  body.headerFeatueV2.single-properties.properties-template-single-properties-v2 #masthead.headerV2.stickyHeader .navbar .nav-band .nav-band-right ul li a {
    color: #000 !important;
  }
  .prop-map-view .amenitiesBtn .dropdown-menu.show{
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 270px;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .modal-dialog{max-width: 650px;}
  .prop-map-view .amenitiesBtn .amenities-options ul li:first-child{margin-top: 15px}
}
.prop-map-view .amenitiesBtn .dropdown.show #dropdownamenities[aria-expanded="true"]{
  background: #071c35; 
  color: #fff;
}
.prop-map-view .amenitiesBtn .dropdown.show #dropdownamenities[aria-expanded="true"] i{
  transform: rotate(180deg)
}
@media (max-width: 991px) {.modal-dialog{max-width: 650px;}}

.prop-map-view .gm-style-iw {
   border-radius: 14px !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.2) !important;
  padding: 0 !important; 
}
.prop-map-view .gm-style .gm-style-iw-t::after {
    display: none !Important;
}
.prop-map-view .gm-style-iw button {
  top: 5px !important;
  right: 5px !important;
  width: 20px !important;
  height: 20px !important;
}
.prop-map-view .gm-style-iw-ch{
  padding: 0;
}
.prop-map-view .gm-style-iw button:focus {
    outline: none !important;
}
.prop-map-view .maps-info-window-mini__content--search-container .maps-info-window-mini__content--icon {
    margin-right: 12px;
}
.prop-map-view .maps-info-window-mini__content--search-container .maps-info-window-mini__content--icon i {
    font-size: 24px;
    color: #CDAB6E;
}
/* END: Property V2 */
/* START: Book online Gform Fixes */
.book-unit-online .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.form-intro:first-child{
  margin-bottom: 0px;
}
@media(min-width: 560px) {
  .book-unit-online .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield {
      margin-bottom: 42px;
  }
  .book-unit-online .gform_wrapper.gform_validation_error .field_description_below.booking-phone-intl-code .gfield_description {
    padding-top: 18px;
  }
}

@media (min-width: 1024px) {
  .book-unit-online .gform_wrapper .field_description_below.booking-phone-intl-code .gfield_description {
      padding-top: 2px;
  }
}
@media (max-width: 560px) {
  .book-unit-online .gform_wrapper .field_description_below .gfield_description {
      padding-top: 0px;
  }
}
.book-unit-online .gform_wrapper .field_description_below.booking-phone-intl-code .gfield_label,
.book-unit-online .gform_wrapper .field_description_below.booking-phone-number .gfield_label{display: none;}
.book-unit-online .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield.booking-phone-intl-code, 
.book-unit-online .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.phone-title, 
.book-unit-online .gform_wrapper.gform_validation_error div.gform_body ul.gform_fields li.booking-fee-block{margin-bottom: 0;}
.book-unit-online .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield .checkout-details .checkout-info{margin-bottom: -20px;}
@media only screen and  (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .site .gform_wrapper ul.gform_fields li.gfield.booking-phone-intl-code {
      width: 15%;
      padding-right: 0;
  }
  .book-unit-online .gform_wrapper ul.gform_fields li.gfield.passport-date-picker{
      margin-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .unit-booking .gform_wrapper ul.gform_fields li.gfield.terms-conditions-block,
  .unit-booking .gform_wrapper ul.gform_fields li.gfield.booking-fee-block{
    margin-top: 16px;
  }
  .book-unit-online .gform_wrapper ul.gform_fields li.gfield.passport-date-picker{
    margin-bottom: 16px;
  }
}
.unit-booking .gform_wrapper ul.gform_fields li.gfield.booking-phone-intl-code.field_description_below .gfield_description {
  position: absolute;
  top: 0;
  padding-top: 0px;
}
/* END: Book online Gform Fixes */
footer .legal-menu-block ul li{display: inline-block; position: relative; padding-right: 25px; margin-right: 25px; margin-bottom: 0}
footer .legal-menu-block ul li:after {display: block; content: ''; width: 1px; height: 20px; border-right: 1px solid #cacaca; position: absolute; top: 3px; right: 0}
footer .legal-menu-block ul li:last-of-type{padding-right: 0; margin-right: 0}
footer .legal-menu-block ul li:last-of-type:after {display: none}
@media(max-width: 600px){
  footer .legal-menu-block ul li {display: inherit; margin-right: 0; margin-bottom: 15px; padding-right: 0;}
  footer .legal-menu-block ul li:after{ display: none}
  html[lang="ru-RU"] .site-footer .homepage-sticky-search .col-6:nth-child(1){
    flex: 0 0 35%;
    max-width: 35%;
  }
  html[lang="ru-RU"] .site-footer .homepage-sticky-search .col-6:nth-child(2){
    flex: 0 0 65%;
    max-width: 65%;
  }
  html[lang="ru-RU"] .site-footer .homepage-sticky-search a.footer-search-prop-btn {
    padding: 10px 15px;
  }
  .homesearch_mobile_filter form[name='prop_search_mobile_form'] .prop-search-mobile-form .filter-bottom .apply-btn{
    width: auto;
    min-width: 150px;
    padding: 12px 15px;
  }
  .homesearch_mobile_filter form[name='prop_search_mobile_form'] .prop-search-mobile-form.search-sticky{
    z-index: 1002;
  }
  .book-unit-online .gform_wrapper.gform_validation_error .gform_body .gform_fields .gfield .checkout-details .checkout-info{
    margin-bottom: 0px;
  }
  html[lang="ru-RU"] #prop_search_mobile_form .filter-bottom .apply-btn{width: auto}
  html[lang="ru-RU"] .prop-search-mobile-form .filter-bottom{
    padding-left: 15px;
    padding-right: 15px;
  }
}
html[lang="ru-RU"] .no-blog-post{text-align: left}
html[lang="ru-RU"] .contact_form_container_wrapper input[type="submit"]{width: 50% !important;}
html[lang="ru-RU"] .popUpFilter .w-75.applyFilterBtn{
  min-width: 275px;
  width: auto !important;
}
html[lang="ru-RU"] .single-properties .sticky-prop-bar .btn-ghost,
html[lang="ru-RU"] .single-properties .sticky-prop-bar .get-touch-btn{
  white-space: normal
}

/* Property search new and Compare properties common styles */

.unit-search-wrapper button.gm-ui-hover-effect,
.unit-search-wrapper button.gm-ui-hover-effect:focus,
.unit-search-wrapper button.gm-ui-hover-effect:hover,
.compare-wrapper button.gm-ui-hover-effect,
.compare-wrapper button.gm-ui-hover-effect:focus,
.compare-wrapper button.gm-ui-hover-effect:hover{
    box-shadow: none;
    outline: none;
}
.unit-search-wrapper .btn:focus,
.compare-wrapper .btn:focus{
    box-shadow: none;
}
.unit-search-wrapper .gm-style-iw.gm-style-iw-c,
.compare-wrapper .gm-style-iw.gm-style-iw-c{
    padding: 0 !important;
}
.unit-search-wrapper .gm-style-iw-d{
  font-family: 'Lato', 'Open Sans', sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #071C35;
  font-size: 0.75rem;
  text-align: center !important;
  min-width: 100px;
  padding: 15px 0px 2px 10px;	
}
.compare-wrapper .gm-style-iw-d{
    min-width: 110px;
    padding: 10px 0px 0px 0px;
}
.unit-search-wrapper .gm-ui-hover-effect,
.compare-wrapper .gm-ui-hover-effect{
    top: 4px !important;
    right: 4px !important;
    width: 15px !important;
    height: 15px !important;
    text-align: center;
}
.unit-search-wrapper .gm-ui-hover-effect span{
  margin: 0 0px 0 -5px !important;
  width: 20px !important;
  height: 20px !important;
}
.compare-wrapper .gm-style img {
    max-width: none;
    margin: 0 !important;
}

.unit-search-wrapper .amenitiesBtn{
    position: absolute;
    top: 53px;
    right: 60px;    
    z-index: 2;
}
.compare-wrapper .amenitiesBtn{
    position: absolute;
    top: 10px;
    right: 60px;
    z-index:1;
}
.amenitiesBtn .dropdown .dropdown-toggle{
    background: #fff;
    color: #333;
    border-radius: 2px;
    border: 0;
    padding: 10px 15px 10px 15px;
    width: 159px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 1px;
}
.amenitiesBtn .dropdown-toggle:focus{
    box-shadow: none;
}
.amenitiesBtn .dropdown-toggle:hover,
.amenitiesBtn .dropdown-toggle[aria-expanded="true"]{
    background: #212529;
    color: #fff;
}
.amenitiesBtn .dropdown-toggle[aria-expanded="false"]{
    background: #fff;
    color: #333;
    border-radius: 3px;
    box-shadow: 0px 0px 4px #a3a3a3;
}
.amenitiesBtn .dropdown-toggle::after{
    display: none;
}
.amenitiesBtn .amentis{
    padding: 15px;
    box-shadow: 0px 0px 2px #9d9d9c;
    max-height: 182px;
    overflow-y: auto;
}
.amenitiesBtn .amentis li input[type=checkbox]+label{
    font-size: 14px;
    padding-left: 30px;
    line-height: 20px;
    letter-spacing: 1px;
}
.amenitiesBtn .amentis li input[type=checkbox]+label:before{
    top: 0px;
    left: 3px;
    width: 5px;
    height: 10px;
}
.amenitiesBtn .amentis li input[type=checkbox]+label:after{
    top: 0;
    width: 20px;
    height: 20px;
}
.amenitiesBtn .amentis li:last-child label{
    margin-bottom: 0px;
}
.amenitiesBtn .amentis::-webkit-scrollbar {
    width: 5px;
    background: #fff;
}
.amenitiesBtn .amentis::-webkit-scrollbar-thumb {
    background-color: #9d9d9c;
    outline: 1px solid white;
}
html[lang="ru-RU"] .page-template-compare-properties .amenitiesBtn .dropdown .dropdown-toggle{
    width: 215px;
}
@media (max-width: 567px){
    .amenitiesBtn {
        top: 15px;
        right: unset;
        left: 10px;
    }
    .slider.slider-emaar-country-flags.card-deck{
      flex-flow: row wrap;
    }
    .slider.slider-emaar-country-flags.card-deck .card{
      width: 50%;
    }
    .onboarding-who-we-are .slider-emaar-groups .card img{
      width: 100%;
    }
    .onboarding-blocks-flowchart .when-how-icon-block{
      width: 100%;
    }
}
html[lang="ru-RU"] .no-blog-post{text-align: left}
html[lang="ru-RU"] .contact_form_container_wrapper input[type="submit"]{width: 50% !important;}
img.lazyload[src=""] {
    display: block !important;
    background: url(inc/assets/images/loading.gif);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    background-color: #f9f9f9;
    margin: 0px 0 -4px;
    opacity: 0.85
}
img {opacity: 1;transition: opacity 0.15s}
@media(min-width: 992px){
  .single-properties .single-property-section-one .section-amenities div:first-child{
    padding-bottom: 130px
  }
}
/*multiple-section template changes */
.mintro-section {
    margin: 80px 0 70px;
}
.mintro-section .btn {
    margin-bottom: 10px !important;
}
.mintro-section .sub-title {
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
    .mintro-section {
        margin: 50px 0 40px;text-align: center;
    }
    .mintro-section .main-title {
        font-size: 28px  !important;
        line-height: 40px !important;
    }
    .mintro-section .sub-title {
        font-size: 22px  !important;
        line-height: 28px !important;
        margin-bottom: 20px !important;
    }
    .mintro-section .btn {
        min-width: 250px;
        margin-top: 30px;
        margin-bottom: 0 !important;
    }
}

@media(min-width: 1281px) and (max-width: 1460px){
  .overlay-happiness-center {
      position: absolute;
      top: -80px;
  }
}

@media(min-width: 992px) and (max-width: 1280px){
  .overlay-happiness-center {
      position: relative;
      top: 0;
      padding: 10px 50px;
  }
}

#registerModal .gform_wrapper ul.gform_fields li.gfield.no-of-beds-ryi .ginput_container_select{
  position: relative;
}

#registerModal .gform_wrapper ul.gform_fields li.gfield.no-of-beds-ryi .ginput_container_select select{
  background: none;
  text-indent: inherit;
}

#registerModal .gform_wrapper ul.gform_fields li.gfield.no-of-beds-ryi .ginput_container_select:after{
  top: 10px;
  right: 10px;
}

#registerModal .gform_wrapper ul.gform_fields li.gfield .ginput_container_fileupload input[type="file"],
#registerModal .gform_wrapper ul.gform_fields li.gfield .ginput_container_fileupload span.gform_fileupload_rules
{
  font-size: 14px;
}

#registerModal .gform_wrapper ul.gform_fields li.gfield.phone-num-txt,
.employee-referral ul.gform_fields li.gfield.phone-num-txt{
  margin-bottom: 8px;
}
#registerModal .gform_wrapper ul.gform_fields li.gfield.phone-intl-code .gfield_description,
.employee-referral ul.gform_fields li.gfield.phone-intl-code .gfield_description{
  padding-top: 0px;
}
.gform_wrapper ul.gform_fields li.gfield .ginput_container_select select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #222222;
  border: 1px solid #222222;
}
.gform_wrapper ul.gform_fields li.gfield .ginput_container_fileupload input[type="file"]::file-selector-button {
	border: 1px solid #232323;
	color: #232323;
}
.gform_wrapper ul.gform_fields li.gfield.inline-checkbox .ginput_container_checkbox{
  margin-bottom: 0 !important;
}
.gform_wrapper ul.gform_fields li.gfield.inline-checkbox .gchoice {
  display:inline;
  margin-right: 15px;
}
.gform_wrapper ul.gform_fields li.gfield.inline-checkbox .gchoice:last-of-type{
  margin-right: 0;
}
.site .gform_wrapper ul.gform_fields li.gfield.inline-checkbox .gfield_label_before_complex{
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0;
}
.gform_legacy_markup_wrapper li.inline-checkbox.gfield_error ul.gfield_checkbox .gchoice label{
  color: #232323;
}
@media only screen and (max-width: 641px){
  .gform_legacy_markup_wrapper li.inline-checkbox ul.gfield_checkbox li label,
  .gform_legacy_markup_wrapper li.inline-checkbox ul.gfield_radio li label{
    width: auto;
  }
}
.gform_legacy_markup_wrapper li.gfield .ginput_container_fileupload .ginput_preview{
  font-size: 14px;
}
.gform_legacy_markup_wrapper li.gfield .ginput_container_fileupload .ginput_preview .gform_delete{
    width: 12px;
    height: 17px;
    background: url('inc/assets/htmlpages-images/close.svg') no-repeat;
    background-size: 10px;
    background-position: 4px 4px;
    border: 1px solid #222222;
    border-radius: 50px;
    padding: 9px;
    margin-right: 5px;
}
.gform_wrapper ul.gform_fields li.gfield.passport-file-upload .ginput_container_fileupload {
  position: relative;
}
.gform_wrapper ul.gform_fields li.gfield.passport-file-upload .ginput_container_fileupload img.scan-loader {
  position: absolute;
  right: 0;
  top: -20px;
}
.gform_wrapper ul.gform_fields li.gfield.passport-file-upload .ginput_container_fileupload .validation_message{
  line-height: 18px;
  margin-top: 5px;
}

.properties-template-single-properties-v2 .heroPropertyVideo video{
  position: relative;
  margin-bottom: -5px;
  z-index: unset;
}
@media(max-width: 991px){
  .properties-template-single-properties-v2 .heroPropertyVideo video{
    height: 100%;
  }
  .single-property-section-oneV2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media(min-width: 992px) and (max-width: 1024px){
  .properties-template-single-properties-v2 .heroPropertyVideo video{
    height: 100%;
  }
}
@media(min-width: 1025px){
  .properties-template-single-properties-v2 .heroPropertyVideo video{
    height: calc(100vh - 6rem);
    object-fit: cover;
    object-position: 50% 50%;
  }
}
.properties-template-single-properties-v2 .heroPropertyVideo video{
  min-height: 100%;
}
.properties-template-single-properties-v2 .heroPropertyVideo:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.30);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}/*
.properties-template-single-properties-v2 .heroPropertyVideo:not(.video-playing):after {
  content: "";
  display: inline-block;
  height: 120px;
  width: 120px;
  background: url(inc/assets/images/play-icon.svg) no-repeat center / 120px;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  pointer-events: none;
}
@media(max-width: 991px){
  .properties-template-single-properties-v2 .heroPropertyVideo:not(.video-playing):after {
    background: url(inc/assets/images/play-icon.svg) no-repeat center / 60px;
  }
}*/
.gform_wrapper .ginput_container_textarea textarea{
  font-weight: 300;
  font-size: 16px;
}

#investor .documents .tableListings td.document-cta-link {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
#investor .documents .tableListings td.document-cta-link .view-online,
  #investor .documents .tableListings td.document-cta-link .download-pdf{
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  width: 15px;
  height: 20px;
}
#investor .documents .tableListings td.document-cta-link .view-online i{
  font-size: 17px;
}
#investor .documents .tableListings td.document-cta-link a{
  display: block;
  margin: 0px;
}
#investor .documents .tableListings .view-online-icon,
#investor .documents .tableListings .download-pdf-icon{  
  width: 18px;
  height: 20px;
}
#investor .documents .tableListings .view-online-icon{
  background: url('inc/assets/images/globe-solid.svg') no-repeat; 
  background-size: 100%;
  background-position: center;
}
#investor .documents .tableListings .download-pdf-icon{
  background: url('inc/assets/htmlpages-images/pdf.svg') no-repeat;
}
.anual-btns {
  padding-bottom: 20px;
}
.anual-btns .btn {
  margin-right: 15px;
  margin-bottom: 15px;
}
.anual-btns .btn .glob-icon {
  width: 26px;
  height: 26px;
  margin-right: 5px;
  display: inline-block;
  background: url('inc/assets/htmlpages-images/glob-icon-wh.png') no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
.sustainable-comm-name{
  display: block;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2px;
  margin-top: 10px;
  padding-right: 80px;
}
.sustainable-comm-name:after {
  display: block;
  content: "";
  height: 1px;
  width: 80px;
  background-color: #9D9D9C;  
  position: absolute;
  right: 0;
  top: 7px;
}
.sustainable-btn {
  text-align: center;
  max-width: 250px;
  width: 100%;
  padding: 17px 17px;
  line-height: 1.5;
}
.sustainable-btn i{
  float: right;
  line-height: 1.5;
}
.sidebar-menu{
  margin-top: 12px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.sidebar-menu li{
  margin-bottom: 4px;
}
.sidebar-menu li:last-child{
  margin-bottom: 0;
}
.sidebar-menu li a{
  font-family: 'Optima LT W02 Roman';
  display: block;
  padding: 26px 20px 23px;
  background-color: #f8f9fb;
  border: 1px solid #CBCBCB;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1567px;
  color: #071C35;
  text-transform: uppercase;
  border-radius: 3px;
}
.sidebar-menu li a:hover,
.sidebar-menu li a.active{
  background-color: #071D35;
  color: #ffffff;
  font-weight: 700;
}
.back-button i{
  margin-right: 10px;
}
.back-button{
  display: block;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #071C35;
  margin-bottom: 27px;
}
h4.block-sub-title{
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #232323;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.title-icon{
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #071C35;  
  vertical-align: middle;
  margin-right: 20px;
  text-align: center;
}
.title-icon i{
  padding: 13px 0px;
}
#employee-accordion .card {
  border: 1px solid rgba(7, 28, 53, 0.1);
  margin-bottom: 40px;
}
#employee-accordion .card .card-header {
  background: #F8F9FB;
  border-bottom: 1px solid rgba(7, 28, 53, 0.051945);
  padding: 13px 30px;
}
#employee-accordion .card .card-header h5 button{
  display: flex;
  justify-content: space-between;
  color: #232323;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2.66667px;
  text-transform: uppercase;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  text-decoration: unset;
}
#employee-accordion .card .card-header h5 button:after {
  font-family: "Font Awesome 6 Pro";
  content: "\2b";
  vertical-align: middle;
  font-size: 27px;
  font-weight: 600;
  text-align: right;
  position: unset;
  width: 20px;
}
#employee-accordion .card .card-header h5 button[aria-expanded='true']:after {
  content: "\f068";
  font-weight: 300;
  font-size: 20px;
}
.heading.main-title {
  margin-bottom: 30px;
}
.story-detail-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 22px;
  font-weight: 300;
  z-index: 1;
  color:#fff !important;
  cursor: pointer;
}
.story-detail-modal {
  max-width: 920px;
}
.story-detail-modal .story-tags ul {
  padding-bottom: 30px;
}
.stories-lists {
  padding-top:30px;
}
.story-summery {
  padding:40px 60px 40px 40px;
}
.story-tags ul {
  list-style: none;
  margin:0px -4px;
  display: flex;
  flex-wrap: wrap;
}
.story-tags li {
  padding:5px 4px;
}
.story-tags span {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.12px;
  color: #FFFFFF;
  background: #071D35;
  border-radius: 8px;
  padding:9px 12px;
  display: block;
}
.story-block {
  margin-bottom: 40px;
}
.story-block .story-name {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 2px;
  padding: 14px 0 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.story-block .story-name:after {
  display: block;
  content: "";
  height: 1px;
  width: 80px;
  background-color: #9D9D9C;
  margin-bottom: 5px;
}
a.btn.sust-btn {
  min-width: 200px;
}
.heading-goals {
  padding-top: 30px;
    padding-bottom: 30px;
}
.environment-goals {
  display: flex;
  flex-wrap: wrap;
  margin:0 -15px;
}
.environment-goals .goal {
  padding:0 15px 30px;
  width: 230px;
}
.environment-goals .goal-wrap {
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  border-radius: 2px;
  padding:30px 20px 20px;
  height:100%;
}
.environment-goals .goal-icon {
  height:68px;
  margin-bottom: 30px;
  display: block;
}
.environment-goals .goal-icon img {
  width:auto;
  height:auto;
  max-height: 68px;
}
.environment-goals .goal-name {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.14px;
  color: #071C35;
  font-weight: 700;
}
.download-sustainability ul {
  list-style: none;
  margin: 0 -15px;
  padding: 20px 0 20px;
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
}
.download-sustainability ul li {
  display: inline-flex;
  align-items: center;
  padding:0 15px;
  margin-bottom: 30px;
}
.download-sustainability ul li + li:before {
  content:"";
  background:rgba(0, 0, 0, 0.3);
  margin-right:32px;
  height:26px;width:1px;
}
.download-sustainability ul li a{
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.375px;
  color: #071C35;
  padding-left:10px;
}
.sustainability-challenge-video-wrap {
  display: flex;
  justify-content: space-between;
}
.challenge-video-wrap {
  min-width: 300px;
}
.story-block a,.story-block a .view {
  cursor: pointer;
}
@media (max-width:991px){
  .sustainability-challenge-video-wrap {
    display: block;
  }
  .challenge-video-wrap {
    min-width: 300px;
  }
  .download-sustainability ul li + li:before {
    display: none;
  }
}
@media (max-width:767px) {
  .heading.main-title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .heading-goals {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .environment-goals .goal {
    max-width:50%;
  }
  .download-sustainability ul li {
    width:50%;
  }
  .download-sustainability ul li + li:before {
    display: none;
  }
  .sidebar-menu{
    margin-bottom: 40px;
  }
  .back-button {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.sustainability-wrapper p {
  line-height: 1.6;
}
.sustainability-wrapper .story-summery p, .approach-wrapper p {
  font-size: 18px;
}
@media(max-width: 991px){
  .contact_form_container_wrapper.gform_validation_error form.contact_form_container .gfield.gfield_error {
    margin-top: 5px !important;
  }
  .contact_form_container_wrapper.gform_validation_error form.contact_form_container .gfield.gfield_error input,
  .contact_form_container_wrapper.gform_validation_error form.contact_form_container .gfield.gfield_error select,
  .contact_form_container_wrapper.gform_validation_error form.contact_form_container .gfield.gfield_error textarea{
    margin-bottom: 0;
  }
  .contact_form_container_wrapper form.contact_form_container .gfield.gsection h2.gsection_title{
    margin-top: 20px !important;
  }
}

.landing-qr-code-wrap {
  margin-top: 34px;
    display: flex;
    align-items: center;
}
.landing-qr-code-wrap h4 {
      max-width: 250px;
    line-height: 1.4;
    text-align: left;
}
.landing-qr-code {
  max-width: 180px;
  margin-left: 20px;
}

/* SEO Landing */
.seo-section-one {
  margin-top: 60px;
  margin-bottom: 80px;
}
.seo-section-one h1 {
  margin-top: 15px;
  margin-bottom: 40px;
}
.seo-section-one h2,
.seo-section-one h3,
.seo-section-one h4{
  margin-top: 80px;
}
.seo-section-one h4{
  margin-bottom: 15px;
}
.seo-section-one h5,
.seo-section-one h6{
  margin-top: 60px;
  margin-bottom: 10px;
}
.seo-section-one p {
  color:#000;
  font-size: 20px;
  line-height: 32px;
}
.seo-section-one p:last-child{
  margin-bottom: 0;
}
.seo-section-one ul{
	padding-left: 1.7rem
}
.seo-section-one ul li{
	color: #000;
  font-size: 20px;
  list-style: disc;
  line-height: 32px;
}
.seo-communities {
  margin-bottom: 80px;
}
.seo-communities .seo-comm-txt h2:not(:nth-of-type(1)){
  margin-top: 80px;
}
.seo-communities .seo-comm-txt h3,
.seo-communities .seo-comm-txt h4,
.seo-communities .seo-comm-txt h5,
.seo-communities .seo-comm-txt h6{
  margin-top: 60px;
}
.seo-communities p{
  color: #000;
  font-size: 20px;
  line-height: 32px;
}
.seo-community {
  margin-top:22px;
}
.seo-community-summery {
  padding:40px 10px 15px;
}
.seo-community-summery h3 {
  margin-bottom: 14px;
}
.seo-community-summery span {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 400;
}
.seo-result-wrap {
  margin-bottom: 65px;
}
.seo-result-inner {
  padding-top: 30px;
  position:relative;
}
.seo-result-inner h3 {
  margin-bottom: 10px;
}
.seo-result-inner h3 a,
.seo-community-summery h3 a {
  color:#000;
}
.result-prop {
  display: block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #232323;
  padding-bottom: 18px;
  font-weight: 400;
}
.result-btns .btn {
  flex:1 1 auto;
  margin-bottom: 15px;
}
.result-btns .btn + .btn {
  margin-left:20px;
}
.seo-results .btn-ghost {
  border-color:#071C35;
  color:#071C35;
}
.seo-results .btn-ghost.load-more {
  min-width: 200px;
}
#seo-faq-accordion .card {
  border: 1px solid #DBDBDB;
  margin-bottom: 10px;
  border-radius: 0;
}
.seo-results .load-more{
  margin-bottom: 70px;
}
#seo-faq-accordion .card .card-header {
  background: #F7F7F7;
  border-bottom: 1px solid #DBDBDB;
  padding: 28px 40px;
}
#seo-faq-accordion .card .card-header h4 button{
  display: flex;
  justify-content: space-between;
  color: #232323;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2.66667px;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  text-align: left;
  text-decoration: unset;
}
#seo-faq-accordion .card-body {
  padding:38px 40px;
  color: #000;
}
#seo-faq-accordion .card .card-header h4 button:after {
  font-family: "Font Awesome 5 Pro";
  content: "\2b";
  vertical-align: middle;
  font-size: 27px;
  font-weight: 600;
  text-align: right;
  position: unset;
  width: 20px;
  margin-left:15px;
  color: #6C6C6C;
}
#seo-faq-accordion .card .card-header h4 button[aria-expanded='true']:after {
  content: "\f068";
  font-weight: 300;
  font-size: 20px;
}
.seo-faqs {
  margin-bottom: 80px;
}
.seo-faqs p {
  color:#000;
  font-size: 20px;
  line-height: 32px;
}
.trending-menus ul {
  display: flex;
  flex-wrap: wrap;
  margin:0 -10px;
}
.trending-menus ul li {
  width:25%;
  padding:0 10px;
}
@media(max-width: 1199px){
  .trending-menus ul li {
    width:33.3%;
  }
}
@media(max-width: 991px){
  .seo-section-one {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .seo-section-one h1{
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .seo-section-one h2,
  .seo-section-one h3,
  .seo-section-one h4{
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .seo-section-one h5,
  .seo-section-one h6{
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .seo-communities {
    margin-bottom: 60px;
  }
  .seo-communities .seo-comm-txt h2:not(:nth-of-type(1)){
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .seo-communities .seo-comm-txt h3,
  .seo-communities .seo-comm-txt h4,
  .seo-communities .seo-comm-txt h5,
  .seo-communities .seo-comm-txt h6{
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .seo-results .load-more{
    margin-bottom: 50px;
  }
  .seo-results .property-block .seo-result-wrap {
    margin-bottom: 40px;
  }
  .seo-faqs{
    margin-bottom: 60px;
  }
  .trending-menus ul li {
    width:100%;
  }
}
@media (max-width:767px) {
  .seo-community {
    padding-top: 0;
  }
  .seo-section-one p,.seo-faqs p {
    font-size: 16px;
    line-height: 24px;
  }
  .seo-community-summery {
    padding: 26px 10px 36px;
  }
  .seo-community-summery h3,.seo-result-inner h3 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 36px;
  }
  .seo-community-summery span {
    display: block;
    margin-bottom: 2px;
  }
  .seo-result-inner {
      padding: 12px 0 0;
  }
  .result-prop {
    padding-bottom: 18px;
  }
  .seo-result-wrap {
    margin-bottom: 40px;
  }
  #seo-faq-accordion .card .card-header {
    padding:12px 20px;
  }
  #seo-faq-accordion .card-body {
    padding: 20px 20px;
  }
  #seo-faq-accordion .card .card-header h4 button{
    line-height: 26px;
    letter-spacing: 1px;
  }
  .seo-faqs {
    margin-bottom: 50px;
  }
}
.seo-communities .communities-menu-featured .slider-controls{
  margin-top: 30px;
}
/*.seo-communities .communities-menu-featured .slider-controls .slick-prev,
.seo-communities .communities-menu-featured .slider-controls .slick-next{
  width: 48px;
  height: 20px;
}
.seo-communities .communities-menu-featured .slider-controls .slick-prev{
  background: url(inc/assets/images/arrow-left-active.svg) no-repeat left top;
}
.seo-communities .communities-menu-featured .slider-controls .slick-next{
  background: url(inc/assets/images/arrow-right-active.svg) no-repeat left top;
}
.seo-communities .communities-menu-featured .slider-controls .slick-prev.slick-disabled{
  background: url(inc/assets/images/arrow-left-disabled.svg) no-repeat left top;
}
.seo-communities .communities-menu-featured .slider-controls .slick-next.slick-disabled{
  background: url(inc/assets/images/arrow-right-disabled.svg) no-repeat left top;
}*/
.seo-communities .communities-menu-featured .slider-controls .slick-prev.slick-arrow{
  order: 1
}
.seo-communities .communities-menu-featured .slider-controls .slick-dots{
  order: 2
}
.seo-communities .communities-menu-featured .slider-controls .slick-next.slick-arrow{
  order: 3
}
.seo-communities .communities-menu-featured .slider-controls .slick-dots {
  position: relative;
  bottom: unset;
  display: flex;
  width: unset;
  /*padding: 0px 10px;*/
  margin: 0;
  align-items: center;
}
/*.seo-communities .communities-menu-featured .slider-controls .slick-dots li button:before {
  content: '■';
  line-height: 15px;
  opacity: .1;
  color: #071c35;
  font-size: 22px;
  list-style: none;
  font-family: none;
}*/
/*.seo-communities .communities-menu-featured .slider-controls .slick-dots li.slick-active button:before {
  opacity: 1; 
}*/
.seo-communities .communities-menu-featured .slider-controls .slick-next-2.slick-arrow {
  display: none !important;
}
.seo-results .property-block .seo-result-inner span.scarcity-alert{
  height: 28px;
  display: block;
  width: 116px;
  border-radius: 2px;
  background-color: #CDAB6E;
  color: #FFFFFF;
  font-family: Lato;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 27px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (min-width:768px) {
  .seo-results .property-block .seo-result-inner span.scarcity-alert{
    position:absolute;
    top:-14px;
    left:0;
  }
}
@media (max-width: 767px) {
  .seo-communities .communities-menu-featured .slider-controls{
    display: flex;
  }
  .seo-communities .communities-menu-featured .slider-controls {
    margin-top: 10px;
  }
}
.global-swiper-light-box.communities-light-box {
  padding:0px;
  overflow-y: scroll;
}
.communities-light-box .close-global-swiper {
  position: relative;
  top: auto;
  right:auto;
  width:100%;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lato','Open Sans',sans-serif;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #9D9D9C;
  font-weight: 700;
  height:auto !important;
  background:#fcfcfc;
  border:none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.communities-light-box .close-global-swiper i {
    margin-right: 5px;
    margin-top: 1px;
}
.communities-light-box .close-global-swiper:focus {
  outline: none;
}
.communities-light-box .modal-close-container {
  padding-bottom: 0px;
}
.communities-light-box .vrtour-gallery-container {
  height:calc(100vh - 28px) !important;
}
.communities-light-box .vrfullscreen {
    position: absolute;
    top: 5px;
    right: 5px;
}
@media (max-width:767px) {
  .vr-tour-listing-partners {
    margin-top: 28px;
  }
  .partners-vr-tour-list > div.card-deck {
    margin-bottom: 50px;
  }
  .communities-light-box .vrtour-gallery-container {
    min-height:calc(100vh - 23px) !important;
    height: auto;
  }
}
.communities-light-box button.close-global-swiper:hover {
  color: #071C35;
}
/* Investor Relation V2 */
.investor-landing-v2 .mb-5{
  margin-bottom: 5rem !important;
}
.investor-head-V2{
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  background-color: inherit;
  padding: 12px 0;
  box-shadow: inherit;
}
.investor-head-V2 .navbar-brand a svg{
  display: block;
}
.investor-head-V2 .nav-band-right{
  align-items: center;
}
.investor-head-V2 .nav-band-right .lang-tab,
.investor-head-V2 .nav-band-right .investor-primary-menu li{
  margin-right: 30px
}
.investor-head-V2 .navbar-brand a,
.investor-head-V2 .navbar-brand span{
  display: inline-block;
  font: 400 26px/38px "Optima LT W02 Roman";
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  vertical-align: middle;
}
.investor-head-V2 .navbar-brand .page-name{
  padding-top: 4px;
}
.investor-header{
  position: sticky;
  top: 0;
  z-index: 13;
  width: 100%;
  padding: 15px 0;
  background: #fff;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}
.ir-sub-header{
  display: grid;
  gap: 0;
}
.investor-header .investor-info-menu{
  background: none;
  font: 400 14px/18px 'Lato', 'Open Sans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
}
html[lang="ru-RU"] .investor-header .investor-info-menu{
  letter-spacing: 1px;
}
.investor-header .investor-info-menu span{
  margin-left: 5px;
}
.investor-header .investor-info-menu[aria-expanded="true"] span{
  transform: rotate(180deg);
}
.investor-header .investor-menu-dropdown .dropdown-menu.show{
  box-shadow: 0px 4px 4px 0px #00000040;
  border: none;
  border-radius: 0;
}
.investor-header .investor-menu-dropdown .dropdown-menu .dropdown-item{
  white-space: nowrap;
  padding: 12px 16px;
  font: 400 16px/30px 'Lato', 'Open Sans', sans-serif;
}
.investor-header .investor-menu-dropdown .dropdown-menu .dropdown-item.active,
.investor-header .investor-menu-dropdown .dropdown-menu .dropdown-item:hover,
.investor-header .investor-menu-dropdown .dropdown-menu .dropdown-item:focus{
  color: #fff;
  text-decoration: none;
  background-color: #071C35;
}
.investor-header .investor-nav{
  display: block;
  overflow: hidden;
  background: #f3f4f5;
  padding: 8px 12px 0;
}
.investor-header .investor-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
}
/* Track */
.investor-header .investor-nav::-webkit-scrollbar-track {
  width: 0;
  height: 0;
}
/* Handle */
.investor-header .investor-nav::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}
.investor-header .investor-nav li{
  display: inline-block;  
  margin-bottom: 8px;
}
.investor-header .investor-nav li a{
  display: block;
  font: 400 14px/18px 'Lato', 'Open Sans', sans-serif;
  padding: 12px 15px;
  color: #232323;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}
.investor-header .investor-nav li.menu-item a[aria-current="page"],
.investor-header .investor-nav li.menu-item.current-page-ancestor a{
  font-weight: 700;
  background: #071c35;
  color: #fff;
}
.investor-header .investor-nav li.menu-item a:hover{
  background: #071c35;
  color: #fff;
}
.investor-hero-block {
  position: relative;
  height: 75vh;
  overflow: hidden;
}
.investor-hero-block:after {
  content:"";
  position: absolute;
  top: 0;
  left:0;
  height:100%;
  width:100%;
  background: rgba(0, 0, 0, 0.60);
  z-index: 1;
}
.investor-hero-block .ir-hero-img{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.investor-hero-block .ir-hero-img img{
  width: 100%;
  height: 100%;
}
.investor-hero-block .ir-hero-text{
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.investor-hero-block .ir-hero-text .page-titles h2{
  font: 400 64px/60px "Optima LT W02 Roman";
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
.investor-hero-block .ir-hero-text .page-titles h1{
  font: 400 24px/36px 'Lato', 'Open Sans', sans-serif;
  letter-spacing: 0px;
  color: #fff;
}
.investor-hero-block .ir-hero-text .share-info-col{
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;    
  align-items: flex-end;
  row-gap: 10px;
}
.investor-hero-block .ir-hero-text .share-info-col .share-price,
.investor-hero-block .ir-hero-text .share-info-col .market-status{
  padding-right: 15px
}
.investor-hero-block .ir-hero-text .share-info-col .share-price small{
  font: 700 18px/24px 'Lato', 'Open Sans', sans-serif;
  letter-spacing: 2px;
  color: #fff;
  text-align: right;
  padding-right: 10px;
}
.investor-hero-block .ir-hero-text .share-info-col .share-price span{
  font: 800 36px/24px 'Lato', 'Open Sans', sans-serif;
  letter-spacing: 2px;
  color: #fff;
  text-align: right;
}
.investor-hero-block .ir-hero-text .share-info-col .market-status span{
  font: 400 18px/24px 'Lato', 'Open Sans', sans-serif;
  letter-spacing: 2px;
  color: #fff;
  text-align: right;
}
.investor-header .investor-menu-dropdown button.investor-info-menu:focus{
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #232323;
}

.ir-stat-content{
  flex-flow: column;
  justify-content: space-between;
  min-height: 190px;
  height: 100%;
}
.ir-stat-content h3{
  display: flex;
  align-items: flex-end;
  font: 700 34px/30px 'Lato', 'Open Sans', sans-serif;
  letter-spacing: 0px;
  margin-bottom: 0;
}
html[lang="ru-RU"] .ir-stat-content h3{
  font: 700 28px/30px 'Lato', 'Open Sans', sans-serif;
}
.ir-stat-content h3 small{
  font: 400 16px/19px "Optima LT W02 Roman";
  letter-spacing: 0px;
  margin-left: 10px;
}
.ir-stat-content span{
  font: 400 18px/22px "Optima LT W02 Roman";
  letter-spacing: 0px;
  margin-top: 5px;
  display: block;
}
.ir-stat-content span.year{
  font: 400 14px/18px 'Lato', 'Open Sans', sans-serif;
  background: #F8F9FA;
  letter-spacing: 0px;
  padding: 2px 5px;
  text-align: right;
}
.report-stats ul.cards{
  display: grid;
  margin: 0 auto;  
  gap: 1.5rem;
}
.report-stats .annual-report-blk .ir-stat-content{
  background-color: #071c35;
  color: #fff;
}
.report-stats .annual-report-blk .ir-stat-content h3{
  text-transform: capitalize;
}
.report-stats .annual-report-blk .ir-stat-content a.anchor-block{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.report-stats .annual-report-blk h3{
  font: 700 24px/30px 'Lato', 'Open Sans', sans-serif;
  color: #fff;
  display: block;
}
.report-stats .annual-report-blk h3 i{
  transform: rotate(320deg);
  font-weight: 300;
  margin-left: 10px;
}
html[lang="ru-RU"] .report-stats .annual-report-blk h3{
  font: 700 22px/30px 'Lato', 'Open Sans', sans-serif;
}
.report-stats .ir-stat-content .content-footer{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.report-types .report-type{
  position: relative;
  /* min-height: 300px; */
  border: 1px solid #fff;
  padding: 0px;
  border-radius: 0;
}
.report-types .report-type .card-body{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.report-types .report-type a:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 54.35%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  z-index: 1;
}
.report-type h4{
  color: #fff;
  font: 400 24px/36px "Optima LT W02 Roman";
  letter-spacing: 0px;
  margin-bottom: 5px;
}
.report-type span{
  font: 400 12px/24px 'Lato', 'Open Sans', sans-serif;
  color: #fff;
  letter-spacing: 2px;
}
html[lang="ru-RU"] .report-type span{
  letter-spacing: 1px;
}
.report-stats .col-6.border:not(:last-child) {
  margin-right: 20px;
}
.ir-contact-queries {
  border: 1px solid #CACACA;
  background-color: #F8F9FA;
}
.ir-contact-queries h4{
  font: 400 34px/51px "Optima LT W02 Roman";
}
.ir-contact-queries p{
  margin-bottom: 16px;
}
.grey-bg{
  background: linear-gradient(0deg, #F8F9FB, #F8F9FB),
linear-gradient(0deg, #FFFFFF, #FFFFFF);
}
.ir-contact-queries #gform_8 #field_8_15{
  visibility: hidden;
  height: 0;
}
.ir-contact-queries #gform_wrapper_8.gform_legacy_markup_wrapper{
  margin-top: 12px !important;
  width: 100% !important;
}

.ir-card-section .card .card-body .fact-sheet{
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
.ir-card-section .card .card-body .fact-sheet p strong{
  font: 400 18px/24px "Optima LT W02 Roman";
}
.ir-card-section .card .card-body .fact-sheet span strong{
  font: 700 28px/30px 'Lato', 'Open Sans', sans-serif;
}
.ir-card-section .card .card-body{
  border-color: #DFDFDF !important;
  background: #F8F9FA;  
}
.ir-card-section .card.cr-rating .card-body span {
  display: flex;
  align-items: center;
}
.ir-card-section .card .card-body span .currency{
  font: 300 16px/24px 'Lato', 'Open Sans', sans-serif;
  display: inline-block;
}
.ir-card-section .card.cr-rating .card-body li span + span{ 
  font: 400 16px/24px 'Lato', 'Open Sans', sans-serif;
}
.ir-card-section .card .card-body ul li span .report-stats{  
  font: 400 12px/17px 'Lato', 'Open Sans', sans-serif;
  text-transform: initial;
  background: #D9F6D2;
  padding: 5px 10px;
}
.ir-card-section .card .card-body .dividend-type .dividend-type-text{
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.ir-card-section .card.share-dividend .card-body .dividend-type ul li{
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
}
.ir-card-section .card .card-body .dividend-type span .currency{
  font: 300 20px/30px 'Lato', 'Open Sans', sans-serif;
}

.ir-card-section .card.share-dividend .card-body ul li div span {
  align-items: baseline;
}
.ir-card-section .card.share-dividend ul li{
  align-items: end;
}
.ir-card-section .dividend-type-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.ir-card-section .card .card-body .dividend-type .dividend-type-title span{
  font: 400 18px/24px "Optima LT W02 Roman";
}
.ir-card-section .card .card-body .dividend-type .dividend-type-title span + span{
  font: 700 28px/30px 'Lato', 'Open Sans', sans-serif;
}
.ir-card-section .card .card-body .dividend-type .dividend-type-text span{
  font: 300 14px/21px 'Lato', 'Open Sans', sans-serif;
}
.ir-card-section .card .card-body .dividend-type ul li span,
.ir-card-section .card .card-body .dividend-type ul li strong,
.ir-card-section .card.share-dividend .card-body ul li div span.per-share-txt {
  font: 16px/24px 'Lato', 'Open Sans', sans-serif;
}
.ir-card-section .card .card-body .dividend-type ul li{
  display: flex;
  justify-content: space-between;
}
.ir-card-section .card .card-body .dividend-yield .dividend-yield-title{
  font: 400 18px/24px "Optima LT W02 Roman";
}
.ir-card-section .card .card-body .dividend-yield span{
  font: 400 28px/30px 'Lato', 'Open Sans', sans-serif;
}
.ir-card-section .card .card-body .dividend-yield span.per-share-txt{
  font: 400 14px/21px 'Lato', 'Open Sans', sans-serif;
}
.ir-card-section .card .card-footer p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  overflow: hidden;
}
/* .ir-card-section .card .card-footer {
  flex: 1 1 auto;
  width: 100%;
} */
.ir-card-section .card .card-footer .card-title{
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 0px;
  align-items: center;
}
.ir-card-section .card .card-footer .title-info{
  display: block;
  font: 400 12px/12px 'Lato', 'Open Sans', sans-serif;
  background-color: #F8F9FA;
  margin-bottom: 10px;
}
.ir-read-more {
  display: block;
  font: 600 12px/24px 'Lato', 'Open Sans', sans-serif;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.ir-read-more i{
  line-height: 24px;
}
html[lang="ru-RU"] .ir-read-more {
  letter-spacing: 1px;
}
.ir-card-section .card-footer{
  /* flex: 1 1 auto; */
  border-color: #DFDFDF !important;
  background: none;
  flex-basis: 190px;
}
.investor-header .investor-menu-dropdown .dropdown-menu.show::-webkit-scrollbar {
  width: 0;
  height: 0;
}
/* Track */
.investor-header .investor-menu-dropdown .dropdown-menu.show::-webkit-scrollbar-track {
  width: 0;
  height: 0;
}
/* Handle */
.investor-header .investor-menu-dropdown .dropdown-menu.show::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
}
@media(min-width: 768px){
  .investor-hero-block .ir-hero-text{
    display: flex;
    align-items: flex-end;
  }
  .investor-header .investor-menu-dropdown .dropdown-menu.show {
    border-radius: 0;
  }
}
@media(min-width: 576px){
  .investor-header .investor-menu-dropdown .dropdown-menu.show{
    left: -16px !important;
  }
  .ir-sub-header{
    grid-template-rows: 1fr;
    grid-template-columns: 21% 79%;
  }
  .report-stats ul.cards { 
    grid-template-columns: repeat(2, 1fr);
  }
  .investor-enquries-cta{
    display: none;
  }
}
@media (min-width: 1050px) {
  .report-stats ul.cards { grid-template-columns: repeat(4, 1fr); }
}
@media(max-width: 1024px){
  .investor-head-V2 .navbar-expand-xl{
    padding: 0px 15px;
  }
  .investor-head-V2 .navbar-expand-xl a.hamburger-menu{
    padding-top: 20px;
  }
  #menu-investor-mobile-menu .menu-item a{
    border: none;
  }
  .investor-header .investor-nav{
    display: inline-flex;
    overflow-x: scroll;
    width: 100%;
    margin-bottom: 0;
    background: none;
  }
  .investor-head-V2 .nav-band-right .lang-tab,
  .investor-head-V2 .nav-band-right .investor-primary-menu li{
    margin-right: 15px;
  }
  .investor-header .investor-nav li.menu-item a{
      border-radius: 20px;
      border: 1px solid #CACACA;
  }
  .investor-hero-block .ir-hero-text{
    bottom: 0px
  }
  .investor-hero-block .ir-hero-text .page-titles{
      bottom: 30px;
      position: absolute;
  }
  .investor-hero-block .ir-hero-text .share-info-col {
      position: absolute;
      top: 30px;
      right: 0;
      max-width: 320px;
  }
  .investor-header .investor-menu-dropdown .dropdown-menu .dropdown-item{
    font-size: 16px;
  }
  .report-stats .ir-stat-content .content-head h3{
    font: 700 24px/30px 'Lato', 'Open Sans', sans-serif;
  }
  .report-stats .annual-report-blk .ir-stat-content h3{
    font: 700 20px/30px 'Lato', 'Open Sans', sans-serif;
  }
  .report-stats .ir-stat-content .content-head h3 small{
    font: 400 16px/19px "Optima LT W02 Roman";
  }
  .report-stats .ir-stat-content .content-head span,
  .report-stats .ir-stat-content .content-footer span{
    font: 400 16px/19px "Optima LT W02 Roman";
    margin-bottom: 0;
    margin-top: 8px;
  }
  .report-stats .ir-stat-content .content-footer span.year{
    font: 400 14px/17px 'Lato', 'Open Sans', sans-serif;
    margin-top: 14px;
  }
  .ir-contact-queries h5{
    font: 400 20px/30px "Optima LT W02 Roman";
  }
  .report-types .report-type h4{
    font: 400 20px/30px "Optima LT W02 Roman";
  }
  .report-types .report-type span{
    font: 400 12px/24px 'Lato', 'Open Sans', sans-serif;
  }
  .investor-head-V2 .navbar a.hamburger-menu{
    width: auto;
    background: none;
  }
  .investor-header .investor-nav li{
    margin-right: 15px;
  }
  .ir-contact-queries .global-presence-blk .country-list li{
    font: 300 14px/21px 'Lato', 'Open Sans', sans-serif;
  }
  .ir-card-section .card:not(:nth-child(3)){
    margin-bottom: 30px;
  }
  .ir-card-section .card .card-body .fact-sheet span strong {
    font: 700 24px/30px 'Lato', 'Open Sans', sans-serif;
  }
  .ir-card-section .card-footer{
    flex-basis: 170px;
  }
}
@media(max-width: 1070px) and (min-width: 1024px){
  .ir-sub-header{
    grid-template-columns: 18% 82%;
  }
}
@media(max-width: 767px) and (min-width: 576px){
  .ir-sub-header{
    grid-template-columns: 24% 76%;
  }
}
@media (max-width: 991px){
  .investor-header .investor-menu-dropdown .dropdown-menu.show {
    overflow-y: scroll;
    max-height: 400px;
  }
}

@media(max-width: 767px){
  .investor-head-V2 .navbar-brand a:first-child {
    max-width: 110px;
    vertical-align: middle;
  }
  .investor-header .investor-nav {
    padding-left: 0;
  }
  .ir-card-section .card .card-footer p {
    font: 300 16px/24px 'Lato', 'Open Sans', sans-serif;
  }
  .report-stats ul.cards{
    gap: 1.2rem;
  }
  .report-types .report-type a:after{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.86) 11.89%, rgba(0, 0, 0, 0.00) 54.35%);
  }
  .ir-card-section .card-footer{
    flex-basis: auto;
  }
}
@media(max-width: 575px){
  .investor-head-V2 .navbar-brand{
    padding: 0;
  }
  .investor-head-V2 .navbar-brand a svg{
      width: 90px;
  }
  .investor-head-V2 .navbar-brand a, 
  .investor-head-V2 .navbar-brand span{
      font: 400 18px/38px "Optima LT W02 Roman";
      display: inline-block;
      vertical-align: middle;
  }
  .investor-hero-block{
    height: 65vh;
  } 
  .investor-hero-block .ir-hero-text .page-titles h1 {
    font: 400 16px/30px 'Lato', 'Open Sans', sans-serif;
    margin-bottom: 0;
  }
  .investor-hero-block .ir-hero-text .page-titles h2{
    font: 400 48px/62px "Optima LT W02 Roman";
  }
  .investor-hero-block .ir-hero-text .share-info-col{
    row-gap: 0px;
  }
  .investor-hero-block .ir-hero-text .share-info-col .share-price span {
    font: 800 20px/24px 'Lato', 'Open Sans', sans-serif;
  }
  .investor-hero-block .ir-hero-text .share-info-col .share-price small {
    font: 700 12px/24px 'Lato', 'Open Sans', sans-serif;
  }
  .investor-hero-block .ir-hero-text .share-info-col .market-status span {
    font: 400 12px/24px 'Lato', 'Open Sans', sans-serif;
  }
  .investor-hero-block .ir-hero-text .share-info-col:after {
    height: 50px;
  }
  .investor-hero-block .ir-hero-text .share-info-col .market-status img{
    width: 16px;
    margin-right: 5px;
  }
  .ir-sub-header{
    grid-template-rows: 2fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 100%;
  }
  .investor-header .investor-menu-dropdown .dropdown-menu.show {
      width: 100%;
  }
  .investor-header .investor-menu-dropdown .dropdown-menu.show .dropdown-item{
      padding: 10px 15px;
  }   
  .investor-header .investor-menu-dropdown{
      width: 100%;
  }
  .investor-header .investor-info-menu{
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding: 15px 15px;
    border: 1px solid #000;
    align-items: center;
  }
  .report-stats .ir-stat-content .content-footer{
    flex-flow: column;
    align-items: flex-start !important;
  }
  .ir-contact-queries h5{
    font: 400 20px/30px "Optima LT W02 Roman";
  }
  .ir-contact-queries h5{
    font: 400 20px/30px "Optima LT W02 Roman";
  }
  .report-stats ul.cards{ grid-template-columns: repeat(2, 1fr); }
  .ir-contact-queries h4{
    font: 400 20px/30px "Optima LT W02 Roman";
  }
  .report-types .report-type:nth-child(2){
    order: 3 !important;
    flex: 0 0 100% !important;
    max-width: 100%;
  }
  .report-types .report-type:nth-child(3){
    order: 2 !important;
  }
  .site .ir-contact-queries .investor-contact-form .gform_wrapper .gform_footer{
    padding-right: 0px !important;
  }
  .report-types .report-type h4{
    word-break: break-word;
  }
  .investor-header .investor-menu-dropdown button.investor-info-menu,
  .investor-header .investor-menu-dropdown button.investor-info-menu:focus{
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #232323;
    border: 1px solid #CACACA;
  }
  .investor-header .investor-info-menu span{
    color: #CACACA;
  }
  .investor-enquries-cta{
    display: none;
  }
}

/* investor relations inner pages style */
.investor-inner-hero-block {
    position: relative;
    height: 75vh;
    overflow: hidden;
}
.investor-inner-hero-block:after {
  content:"";
  position: absolute;
  top: 0;
  left:0;
  height:100%;
  width:100%;
  background: rgba(0, 0, 0, 0.60);
  z-index: 1;
}
.investor-inner-hero-block .ir-inner-hero-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.investor-inner-hero-block .ir-inner-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ir-inner-hero-text {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.hero-notification {
  border-radius: 2px;
  border: 1px solid #CACACA;
  background: #F8F9FB;
  display: inline-flex;
  padding: 2px 4px;
  color: #090909;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
}
.investor-inner-hero-block .page-titles {
    width: 945px;
    max-width: 100%;
    margin: 0 auto;
    padding:10px 15px;
    text-align: center;
}
.ir-inner-hero-text h1, .ir-inner-hero-text p {
    color:#fff;
}
.ir-inner-hero-text h1 {
    font-size: 64px;
    line-height: 60px;
}
.ir-inner-hero-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 2px;
}
.share-information-block {
    padding:52px 0;
}
.ir-nav-tabs.nav-tabs {
    border-bottom: 1px solid #dfdfdf;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.ir-nav-tabs.nav-tabs li {
    margin:0 15px;
}
.ir-nav-tabs.nav-tabs li:first-child {
    margin-left: 0;
}
.ir-nav-tabs.nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px 0px 30px;
    background: none;
    font-size: 18px;
    font-weight:400;
    color:rgba(0,0,0,.5);
    white-space: nowrap;
} 
.ir-nav-tabs.nav-tabs .nav-link:focus,
.ir-nav-pills.nav-pills .nav-link:focus {
    outline:none;
}
.ir-nav-tabs.nav-tabs .nav-item.show .nav-link, 
.ir-nav-tabs.nav-tabs .nav-link.active {
    color: #071C35;
    font-weight:700;
    background-color: #fff;
    border-color: #071C35;
}
.ir-tab-contet-info .tab-pane {
  padding: 55px 0 0;
}
.ir-tab-content .tab-pane {
    padding: 32px 0 0;
}
.malls-dividends-section{
  border: 1px solid #CACACA;
  padding: 2rem;
}
.malls-dividends-section ul{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}
.malls-dividends-section ul li p{
  font: 400 18px/27px "Optima LT W02 Roman";
  text-align: left;
}
.malls-dividends-section ul li strong{
  font: 700 24px/36px 'Lato', 'Open Sans', sans-serif;
  text-align: left;
}
.ir-nav-pills > li {
    border:1px solid #dfdfdf;
    border-right:none;
}
.ir-nav-pills > li:last-child,.ir-nav-pills > li.dropdown {
    border-right:1px solid #dfdfdf;
}
.ir-nav-pills.nav-pills .nav-link {
    border-radius: 0;
    font-weight:400;
    color: #071C35;
    border: 0;
    background: none;
    padding: 13px 24px;
    display: block;
    width: 100%;
    text-align: left;
    white-space: nowrap;
}
.ir-nav-pills.nav-pills .nav-link.active, 
.ir-nav-pills.nav-pills .show:not(.dropdown-menu)>.nav-link,
.ir-nav-pills.nav-pills .nav-link:hover {
    color: #fff;
    background-color: #071C35;
}
.ir-nav-pills .dropdown-toggle::after {
    display: inline-block;
    margin-left: 8px;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 1px solid #071C35;
    border-bottom: 1px solid #071C35;
    border-left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
}
.ir-nav-pills.nav-pills .nav-link.active:after, 
.ir-nav-pills.nav-pills .show>.nav-link:after, 
.ir-nav-pills.nav-pills .nav-link:hover:after {
    border-color: #fff;
}
.ir-nav-pills .dropdown-menu {
    min-width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #dfdfdf;
    border-radius: 0;    
    box-shadow: 0px 4px 4px 0px #dfdfdf;
}
.ir-nav-pills.overflow-active .dropdown-menu.show{
    max-height: 260px;
    overflow-y: scroll;
}
.ir-nav-pills.overflow-active .dropdown-menu.show::-webkit-scrollbar {
  width: 4px;
  background: #f1f1f1;
}
/* Track */
.ir-nav-pills.overflow-active .dropdown-menu.show::-webkit-scrollbar-track {
  background: rgba(255,255,255,.4);
  border-radius: 10px;
}
/* Handle */
.ir-nav-pills.overflow-active .dropdown-menu.show::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 0px;
}
.ir-report-box {
    padding:24px 30px;
    border: 1px solid #dfdfdf;
        height: 100%;
}
.ir-report-box .h3 {
    font-family: 'Lato', 'Open Sans', sans-serif;
    text-transform: unset;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
}
.ir-report-list {
    list-style: none;
    margin: 0 -15px;
    padding:0;
    display: flex;
    flex-wrap: wrap;
}
.ir-report-list > li {
    width:100%;
    position: relative;
    padding:9px 15px 9px 45px;
}
.ir-report-list > li:last-child {
  padding-bottom: 0;
}
.ir-report-list > li:before {
    content:"";
    position: absolute;
    left:15px;
    top:8px;
    height:24px;
    width: 24px;
    background: url(inc/assets/images/file.png) no-repeat center /20px;
}
.ir-report-list > li.external-link:before {
  background: url(inc/assets/images/external-link.png) no-repeat center /24px;
}
.ir-report-list.col2 > li {
    width:48%;
}
.ir-report-list > li a{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    color: #000;
}

.ir-card {
  border:1px solid #dfdfdf;
  height:100%;
  min-height:160px;
  padding:24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2px;
}
.ir-card.blue {
  background: #071C35;;
}
.ir-card h3 {
  color: #000;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
  text-transform: unset;
}
.ir-card.blue h3,
.ir-card.blue .cop-name {
  color:#fff;
}
.cr-status {
  display: inline-block;
  padding:6px 8px;
  color:#fff;
/*font-family: 'Optima LT W02 Roman';*/
font-size: 16px;
background: #3F9628;
line-height: 1;
}
.ir-card-bottom {
  display: flex;
  justify-content: space-between;
  margin-top:40px;
}
.credit-year {
  display: inline-block;
  padding: 2px 4px;
  color: #000;
font-family: 'Lato', 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 18px;
border-radius: 2px;
background: #F8F9FA;
}
.cg-card h3 {
  font-size: 24px;
  display: flex;
  align-items: center;
}
.cg-card.blue h3 i{  
  transform: rotate(320deg);
  font-weight: 300;
  margin-left: 10px;
}
.cg-card.blue h3:after{
  display: none;
}
.cg-card h3:after {
  content: "";
  display:inline-block;
  margin-left:15px;
    height: 28px;
    width: 28px;
    background: url(inc/assets/images/external-link.png) no-repeat center /24px;
}
.cg-card.blue h3:after {
  background: url(inc/assets/images/external-link-wh.png) no-repeat center /24px;
}
.cop-name {
  color: #000;
font-family: 'Optima LT W02 Roman';
font-size: 18px;
font-weight: 400;
line-height: 1.2;
}
@media (max-width:991px) {
  .ir-report-list.col2 > li {
    width:50%;
  }
  .malls-dividends-section ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .malls-dividends-section ul li p{
    font: 400 16px/27px "Optima LT W02 Roman";
  }
  .malls-dividends-section ul li strong{
    font: 700 20px/36px 'Lato', 'Open Sans', sans-serif;
  }
}
@media (max-width:767px) {
  .ir-inner-hero-text {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .ir-inner-hero-text h1 {
    font-size: 42px;
    line-height:52px;
    margin-bottom: 10px;
  }
  .ir-stitle {
    margin-bottom: 12px;
}
  .investor-inner-hero-block .page-titles {
    text-align: left;
  }
  .ir-report-list.col2 > li {
    width:100%;
  }
  .malls-dividends-section ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  /*.dates-mobile-toggler {
    border:1px solid #dfdfdf;
    padding:10px 30px 10px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
  }
  .dates-mobile-toggler:after {
    display: inline-block;
    position: absolute;
    right:15px;
    top:12px;
    content: "";
    border-right: 1px solid #071C35;
    border-bottom: 1px solid #071C35;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
  }
  .ir-nav-pills-wrap {
    position: relative;
    background: #fff;
    z-index: 9;
  }
  .ir-nav-pills {
    width:100%;
    border:1px solid #dfdfdf;
     background: #fff;
  }
  .ir-nav-pills.nav-pills .nav-link {
    font-size: 16px;
    padding: 11px 20px;
  }
  .ir-nav-pills .dropdown-menu {
    border: none;
    position: relative;
    display: block;
    top: auto;
  }
  .ir-nav-pills > li {
    border: none;
  }*/
  .ir-tab-content .tab-pane,.ir-tab-contet-info .tab-pane {
    padding: 22px 0 0;
  }
  /*.ir-nav-pills.nav-pills .nav-link.active, .ir-nav-pills.nav-pills .show>.nav-link, .ir-nav-pills.nav-pills .nav-link:hover {
    color: #000;
    background-color: #fff;
  }*/
  .ir-nav-tabs.nav-tabs .nav-link {
    padding: 0px 0px 16px;
    font-size: 16px;
  }
  .ir-nav-pills.nav-pills .nav-link {
    padding: 10px 20px;
    font-size: 16px;
  }
  .ir-report-box {
    padding: 20px 20px;
  }
  .ir-nav-pills > li {
    border: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;;
    margin-right: 3px;
    margin-bottom: 10px;
  }
  .ir-report-list > li:before {
    top: 10px;
  }

}
/*@media (min-width: 768px) {
    .responsive-tabs .dropdown-arrow {
        display: none; 
    } 
}
@media screen and (max-width: 767px) {
    .responsive-tabs {
        position: relative; 
        border: 1px solid #ccc;
    }
    .responsive-tabs li {
        width: 100%; 
        margin: 0 !important; 
    }
    .responsive-tabs li > button,
    .ir-nav-pills.nav-pills.responsive-tabs .nav-link {
        display: none; 
        border: 0 !important; 
        border-radius: 0 !important;
    }
    .ir-nav-pills.nav-pills.responsive-tabs.open .nav-link, .ir-nav-pills.nav-pills.responsive-tabs .nav-link.active {
        display: block;
    }
    .responsive-tabs .dropdown-arrow { 
        position: absolute;
        top: 15px;
        right: 15px; 
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 5px;
        vertical-align: middle;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all ease .5s;
        cursor: pointer; 
    }
    .responsive-tabs.open .dropdown-arrow {
        transform: rotate(-135deg);
        transition: all ease .5s; 
    } 
}*/
.ir-sustainability {
  background: #ffffff;
  border-bottom:1px solid #CACACA;
      overflow: hidden;
} 
.stust-summery {
  position: relative;
}
.stust-summery .text-wrap {
  position: relative;
  z-index: 2;
  padding-right: 30px;
}
.stust-summery:after {
  content:"";
  height:100%;
  width:400%;
  position: absolute;
  top:0;
  right:0;
  background: #F8F9FA;
}
.ir-stitle {
  font-size: 34px;
    line-height: 51px;
    text-transform: uppercase;
}
/*.ir-sustainability p {
  letter-spacing: 2px;
}*/
.ir-sustainability .btn-white {
  border-radius: 2px;
  border: 1px solid #232323;
  background: #FFF;
  display: inline-flex;
    align-items: center;
}
.ir-sustainability .btn-white:after {
      content: "";
    display: inline-block;
    margin-left: 10px;
    height: 18px;
    width: 18px;
    background: url(inc/assets/images/arrow-up-right.svg) no-repeat center /18px;
        position: static;
}
.ir-sus-title {
  font-weight: 700;
  text-transform: unset;
      font-family: 'Lato', 'Open Sans', sans-serif;
}
.ir-contact-queries .ir-hide-msg-title{
  display: none !important;
}
.ir-contact-queries .ir-hide-contact-details-title{
  text-align: left;
  border-top: 0 !important;
}
.site .ir-contact-queries .gform_wrapper .gform_footer{
  padding-right: 16px;
}
.site .ir-contact-queries .gform_wrapper .gform_footer input[type="submit"]{
  width: 100% !important;
  height: 50px !important;
  background-color: #071c35 !important;
  margin-top: 16px !important;
}
.site .ir-contact-queries .gform_wrapper .gform_footer input[type="submit"]:hover{
  border: 1px solid #fff !important;
}

.ir-contact-queries .global-presence-blk h5{
  font: 400 34px/51px "Optima LT W02 Roman";
}
.ir-contact-queries .global-presence-blk{
  background-color: #fff;
  padding: 50px 40px;
}
.ir-contact-queries .global-presence-blk .country-list{
  max-width: 400px;
  margin: 0 auto 3rem;
}
.ir-contact-queries .global-presence-blk .country-list li{
  position: relative;
  display: inline-block;
  font: 300 16px/24px 'Lato', 'Open Sans', sans-serif;
  padding: 5px 10px;
}
.ir-contact-queries .global-presence-blk .country-list li:not(:last-child)::after{
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: #CACACA;
  bottom: 0;
  top: 0;
  margin: auto;
}
.ir-contact-queries .investor-contact-form .gform_wrapper .gfield .ginput_container{
  margin-top: 0px;
}
.ir-contact-queries .investor-contact-form .gform_wrapper .gfield .ginput_container input{
  margin-bottom: 0px;
}
.ir-contact-queries .investor-contact-form .gform_wrapper .gfield .ginput_container select,
.ir-contact-queries .investor-contact-form .gform_wrapper .gfield .ginput_container textarea,
.ir-contact-queries .investor-contact-form .gform_wrapper .gfield .ginput_container input{
  border: 1px solid rgba(202, 202, 202, 1) !important;
}
.ir-contact-queries .investor-contact-form  .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html{
  margin-top: 0px;
  text-align: left;
}
.ir-contact-queries .investor-contact-form .gform_wrapper ul.gform_fields li.gfield{
  margin-top: 16px;
}
.ir-contact-queries .investor-contact-form .gform_wrapper ul.gform_fields li.consent-privacy-policy{
  margin-top: 16px !important;
}
.ir-contact-queries .investor-contact-form .gform_wrapper.gform_validation_error ul.gform_fields li.gfield{
  margin-top: 0;
  padding: 0;
}
.site .ir-contact-queries .investor-contact-form .gform_wrapper.gform_validation_error ul.gform_fields li.gfield.phone-intl-code{
  padding-right: 16px !important;
}
.ir-contact-queries .investor-contact-form .gform_wrapper .field_description_below .gfield_description{
  padding: 0;
}
.ir-contact-queries .investor-contact-form .gform_wrapper textarea.large{
  height: 100px;
  margin-bottom: 0;
  padding: 10px 15px;
}
.ir-contact-queries .investor-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
  margin-bottom: 0px;
  text-align: left;
  padding: 3px 15px 13px;
}
.site .ir-contact-queries .investor-contact-form .gform_wrapper.gform_validation_error li.gfield .ginput_container{
  margin-bottom: 0px;
}
.ir-contact-queries .investor-contact-form .gform_wrapper ul.gform_fields li.gfield.gsection{
  padding-bottom: 0;
}
.ir-contact-queries .investor-contact-form .gform_wrapper ul.gform_fields li.gfield .gsection_title{
  font: 700 16px/24px 'Lato', 'Open Sans', sans-serif !important;
  text-transform: capitalize;
}
.irstitle1 {
  font-size:32px;
  line-height: 48px;
  text-transform: unset;
}

@media(max-width: 991px) and (min-width: 768px){
  .ir-card-section .card:nth-child(3){
    flex-flow: nowrap;
  }
  .ir-card-section .card:nth-child(3) .card-body,
  .ir-card-section .card:nth-child(3) .card-footer{
    flex: 1 1 50%;
  }
}
@media(min-width: 992px){
  .ir-contact-queries .investor-contact-form{
    border-right: 1px solid #CACACA;
  }
}
.ir-rp-box .h3 {
  font-size:24px;
}
.ir-report-box.ir-rp-box {
    padding: 36px 30px;
}
.ir-rp-box .btn-white {
    border-radius: 2px;
    border: 1px solid #232323;
    background: #FFF;
    display: inline-flex;
    align-items: center;
}
.ir-rp-box .btn-white:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    height: 18px;
    width: 18px;
    background: url(inc/assets/images/arrow-up-right.svg) no-repeat center /18px;
    position: static;
    vertical-align: middle;
}
.ir-rp-box .btn-download:after {
  background: url(inc/assets/images/arrow-down.svg) no-repeat center /18px;
}
.report-sum {
  padding: 40px 30px;
    border: 1px solid #dfdfdf;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.report-sum .icon {
  font-size:38px;
}
.count-rp {
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  margin: 23px 0 10px;
}
.count-rp span {
  font-family: 'Optima LT W02 Roman';
  font-size: 16px;
  line-height: 19px;
}
.sub-rp {
font-size: 18px;
font-weight: 400;
line-height: 27px;
}
.rp-other {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  color: #656565;
  margin-top: 5px;
}
@media (max-width:767px) {
  .report-icon {
    text-align: left !important;
    margin-bottom: 18px;
  }
  .report-icon img {
    max-width: 42px;
  }
  .ir-card h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .ir-rp-box .h3,.ir-report-box .h3 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .ir-report-box.ir-rp-box,
  .ir-report-box,.report-sum,.ir-card {
    padding: 20px 15px;
  }
  .count-rp {
    font-size: 24px;
    margin: 14px 0 10px;
  }
  .sub-rp,.cop-name {
    font-size: 16px;
    line-height: 20px;
  }
  .rp-other {
    font-size: 14px;
    line-height: 20px;
  }
  .count-rp span {
    font-size: 14px;
    line-height: 19px;
  }
  .stust-summery:after {
    right:-15px;
  }
  .stust-summery .text-wrap {
    padding-right: 0;
  }
}
.cta-anchor-btn{  
  font: 700 12px/24px 'Lato', 'Open Sans', sans-serif;
  background-color: transparent;
}
.cta-anchor-btn i{
  transform: rotate(320deg);
  margin-left: 10px !important;
}
html[lang="ru-RU"] .cta-anchor-btn{
  letter-spacing: 1px;
}
@media (max-width: 380px){
  .ir-nav-pills.nav-pills .nav-link {
      padding: 8px 12px;
      font-size: 14px;
  }
  .ir-inner-hero-text h1{
    font-size: 38px;
    line-height: 50px;
  }
  .investor-head-V2 .navbar-brand a:first-child {
      max-width: 90px;
  }
  .investor-head-V2 .navbar-brand a, .investor-head-V2 .navbar-brand span {
    font: 400 16px/38px "Optima LT W02 Roman" !important;
  }
  .investor-header .investor-menu-dropdown .dropdown-menu.show {
    max-height: 360px;
  }
  .report-stats .ir-stat-content .content-head h3{
    font: 700 20px/26px 'Lato', 'Open Sans', sans-serif;
  }
}
@media (max-width: 767px){
.report-stats li:not(.annual-report-blk) .ir-stat-content h3 {
    white-space: nowrap;
  }
  .ir-calender-section .container h3{
    font: 400 30px/40px "Optima LT W02 Roman";
  }
  html[lang="ru-RU"] .report-stats li:not(.annual-report-blk) .ir-stat-content h3,
  html[lang="ru-RU"] .report-stats .annual-report-blk h3 {
    font: 700 20px/26px 'Lato', 'Open Sans', sans-serif;
  }
  html[lang="ru-RU"] .report-type span {
    letter-spacing: normal;
  }
  html[lang="ru-RU"] .report-type span i{
    margin-left: 3px;
  }
  html[lang="ru-RU"] .ir-read-more i{
    margin-left: 3px;
  }
}
.ir-calender-section h3{
  font: 400 46px/54px "Optima LT W02 Roman";
}
.launches-slider-wrap .slider-controls {
    margin-top: 20px;
    margin-bottom: 20px;
}
.launches-slider-wrap .slick-slide {
  padding-right:15px;
}
.launches-slider-wrap .slider-controls .slick-next,
.launches-slider-wrap .slider-controls .slick-prev {
  position: unset;
  font-size: 0;
  content: "";
  width: 36px;
  height: 20px;
  border: 0;
}
.launches-slider-wrap .slider-controls .slick-next,
.launches-slider-wrap .slider-controls .slick-prev {
  top: -50px;
}
.launches-slider-wrap .slider-controls .slick-next {
  background: url('inc/assets/images/arrow-right-active.svg') no-repeat left center / 36px;
}
.launches-slider-wrap .slider-controls .slick-prev {
  background: url('inc/assets/images/arrow-left-active.svg') no-repeat left center / 36px;
}
.launches-slider-wrap .slider-controls .slick-next.slick-disabled {
  background: url('inc/assets/images/arrow-right-disabled.svg') no-repeat left center / 36px;
}
.launches-slider-wrap .slider-controls .slick-prev.slick-disabled {
  background: url('inc/assets/images/arrow-left-disabled.svg') no-repeat left center / 36px;
}
.launches-slider-wrap .slider-controls .slide-m-dots{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.launches-slider-wrap .slider-controls .slide-m-dots ul li{
  height: 10px;
  width: 10px;
  margin: 0 5px;
}
.launches-slider-wrap .slider-controls .slide-m-dots ul li:first-child{
  margin-left: 10px;
}
.launches-slider-wrap .slider-controls .slide-m-dots ul li.slick-active button{
  background: #071C35;
}
.launches-slider-wrap .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;
}
.launches-slider-wrap .slider-controls button:focus{
 outline: none;
} 
.ir-prop-name {
  padding:12px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 2px;
  opacity:0;
  text-transform: uppercase;
  color: #9D9D9C;
}
.ir-prop-name a {
  color:#232323
}

.slick-active .ir-prop-name {
  opacity: 1;
}
.launches-slider-wrap .slider-controls {
    display: flex; 
}
.global-presence-blk .d-block.mb-5 {
  margin-bottom: 2.5rem !important;
}
.global-presence-blk {
  display: flex;
  flex-direction: column;
}

.ir-faqs-contnet .card {
  border: 1px solid #E6E6E6;
  background: #F8F9FB;
  margin-bottom: 18px;
  border-radius: 0;
}
.ir-faqs-contnet .btn-link,.ir-faqs-list li .ir-fqes {
  color: #000;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px; 
  display: block;
  width: 100%;
  letter-spacing: initial;
  text-transform: initial;
  text-align: initial;
}
.ir-faqs-contnet .btn-link {
  padding: 23px 32px;
  display: flex;
  justify-content: space-between;  
}
.ir-faqs-contnet .btn-link:hover,.ir-faqs-contnet .btn-link:focus {
  text-decoration: none;
}
.ir-faqs-contnet .btn-link:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  vertical-align: middle;
  font-size: 20px;
  font-weight: 400;
  text-align: right;
  position: unset;
  width: 24px;
  color: #232323;
  transition: .4s all;
}
.ir-faqs-contnet .btn-link[aria-expanded='true']:after {
  /*content: "\f077";*/
  transform: rotate(180deg);
}
.ir-faqs-contnet .card-header {
  border-radius: 0;
  background:none;
  border: none;
}
.ir-faqs-contnet .card-body {
  padding: 0 32px 24px;
}
.ir-faqs-list {
  padding-left:16px;
  margin-bottom: 0;
  margin-top: 8px;
}
.ir-faqs-list li .ir-fqes {
  margin-bottom: 8px;
}
.ir-faqs-list li:last-child p:last-of-type {
  margin-bottom: 0;
}
.ir-faqs-list li {
  padding-left:5px;
}
.ir-faqs-list li::marker {
  color: #000;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.ir-faqs-contnet .tab-pane {
    padding: 48px 0 0;
}
@media (max-width:767px) {
  .ir-faqs-contnet .btn-link {
    padding: 23px 20px;
  }
  .ir-faqs-contnet .tab-pane {
    padding: 30px 0 0;
  }
  .ir-faqs-contnet .card-body {
    padding: 0 20px 24px;
  }
  #menu-investor-mobile-menu .menu-item a{
    border: none;
  }
  .ir-faqs-contnet .btn-link, .ir-faqs-list li .ir-fqes {
    font-size: 16px;
    line-height:24px;
  }
  .ir-faqs-contnet .btn-link:after,.ir-faqs-list li::marker {
    font-size:16px;
  }
}
.digital-exp h2{
  font-size:32px;
  margin-bottom: 10px;
}
.digital-exp .store-section .app-logo{
  padding-left: 0px;
}
.digital-exp .store-section .app-logo a img{
  max-height: 27px;
  width: auto;
}
/*.digital-exp .store-section .app-logo:nth-child(2),
.digital-exp .store-section .app-logo:nth-child(3){
    padding-right: 0px;
}*/
@media(max-width: 560px){
  /*.digital-exp .store-section .app-logo a img{
    max-width: 150px;
  }*/
  /*.digital-exp .store-section .app-logo{
    margin-bottom: 15px;
  }*/
  /*.digital-exp .store-section .app-logo:nth-child(3) a img{
    max-width: 160px;
  }*/
}

.career-wrap{
  padding:70px 0 70px;
}
/*.career-wrap .main-title {
  margin-bottom: 15px;
}
.career-wrap .sub-title {
    color: #000000!important;
    font-size: 24px!important;
    font-family: 'Optima LT W02 Roman'!important;
    line-height: 36px!important;
    font-weight: 400!important;
    margin: 0 0 24px;
}*/
@media (max-width:1169px){
  .career-wrap {
    padding: 60px 0;
  }
}

.ir-anouncement-event {
  border: 1px solid #CACACA;
  background-color: #F8F9FA;
  margin: 0;
}
.ir-anouncement-event .card {
  background:none;
  margin: 0;
}
.ir-anouncement-event .card.investor-announcements-blk {
  background: #071C35;
}
.ir-anouncement-event h4 {
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px; 
  margin-bottom: 0;
}
.ir-celender-heading {
  padding:30px 25px 24px;
}
.ir-anouncement-event .card-footer {
  border: none;
  padding:24px 25px 25px !important;
  background: none;
}
.anc-readmore-wrapper .ir-read-more {
  color:#fff;
}
.lists-key-features-availibility .section-tagline {
  margin-bottom: 6px;
}
.lists-key-features-availibility ul li,p.availability-list-title {
  line-height: 22px;
}
.key-ul-list {
  margin-bottom: 28px;
}
.lists-key-features-availibility ul li {
  margin-bottom: 15px;
}
.offers-single-right .cta-btn-register {
  margin-bottom:40px;
}
.required-docs-section {
    margin-bottom: 40px;
}
.wpml-ls-item-ar a{
  letter-spacing: normal;
}
.jumbotron.home-digital-experience{
  padding:0;
  background: #F8F8F8;
}
.jumbotron.home-digital-experience .container > .row{
  justify-content: center;
}
.digital-features [class*="col-"] {
    margin-bottom: 35px;
}
.emaar-one-wrapper span {
  color: #000;
  font-size: 12px;
  font-weight:500;
  text-transform: uppercase;
  margin-left:35px;
  width:130px;
  line-height: 22px;
}
.emaar-one-wrapper img {
  max-width:36px;
  max-height: 36px;
}
.digital-app-border {
  border-color:#9d9d9c;
}
.digital-img {
  position: relative;
  top:-40px;
  overflow: visible;
}
.digital-img img{
  max-width: 140px;
}
.digital-exp {
  position: relative;
}
.digital-exp .store-section > .row{
  align-items: center;
}
.digital-exp .store-section .app-logo {
  margin-bottom: 15px;
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .digital-img {
    right:0;
    text-align:right;
  }
  .digital-img img{
    width:100%;
  }
  .digital-exp h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .emaar-one-wrapper img{
    max-width: 40px;
    max-height: 40px;
  }
}
@media (max-width:576px) {
  .emaar-one-wrapper span {
    font-size: 10px;
    line-height: 18px;
    margin-left: 10px;
    margin-top: 10px;
    width:400px;
  }
}


.seo-communities .slider-controls .slick-next,
.seo-communities .slider-controls .slick-prev {
  position: unset;
  font-size: 0;
  content: "";
  width: 48px;
  height: 20px;
  border: 0;
}
.seo-communities .slider-controls .slick-next {
  background: url('inc/assets/images/arrow-right-active.svg') no-repeat left top;
}
.seo-communities .slider-controls .slick-prev {
  background: url('inc/assets/images/arrow-left-active.svg') no-repeat left top;
}
.seo-communities .slider-controls .slick-next.slick-disabled {
  background: url('inc/assets/images/arrow-right-disabled.svg') no-repeat left top;
}
.seo-communities .slider-controls .slick-prev.slick-disabled {
  background: url('inc/assets/images/arrow-left-disabled.svg') no-repeat left top;
}
.seo-communities .slider-controls .slick-next-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  font-size: 0;
}
.seo-communities .slider-controls .slick-next-2 {
  width: 90px;
}
.seo-communities .slider-controls .slick-next-2.slick-disabled,
.seo-communities .slider-controls .slick-next-2.slick-disabled {
  display: none !important;
  width: 0 !important;
  position: relative !important;
}
.seo-communities .slider-controls .slide-m-dots{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.seo-communities .slider-controls ul li{
  height: 10px;
  width: 10px;
  margin-right: 10px;
}
.seo-communities .slider-controls ul li:first-child{
  margin-left: 10px;
}
.seo-communities .slider-controls ul li.slick-active button{
  background: #071C35;
}
.seo-communities .slider-controls ul li button {
  height: 10px;
  width: 10px;
  border-radius: 1px;
  background-color: #E9E9E9;
  text-indent: -9999px;
  overflow:hidden;
  border: 0;
  padding: 0;
}
.seo-communities .slider-controls button:focus{
 outline: none;
}
@media (min-width:992px) and (max-width: 1300px) {
  .nav-band-right li {
    margin-right: 15px;
  }
  li.phone-tab .header_call.instant-video-call span,
  li.watsapp-tab span
  {
    display: none;
  }
}

.home-hero-slider:not(.slick-initialized) {
  display:flex;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, .8) url('inc/assets/images/loading.gif') 50% 50% no-repeat;
  background-color: #bcbcbc;
}
.home-hero-slider:not(.slick-initialized) > div { opacity:0; }
.home-hero-slider .slick-slide {
    position: relative;
    width: 100%;
    height: 100%;
}
.home-hero-slider.slick-initialized .slick-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: radial-gradient(127.18% 107.82% at 52.52% 100%, rgba(42, 60, 68, 0.00) 0%, rgba(42, 60, 68, 0.00) 66.59%, rgba(42, 60, 68, 0.48) 99.98%), linear-gradient(99deg, rgba(7, 28, 53, 0.70) 5.93%, rgba(7, 28, 53, 0.14) 80.83%);
  z-index: 2;
}
/* .home-hero-slider .hero-v2 {
  min-height: 100vh;
}
.home-hero-slider .slick-slide {
    height: 100vh;
} */
.home-hero-slider .slick-list.draggable {
    padding: 0 !important;
}
.home-hero-slider .slide-caption{
  position: absolute;
  max-width: 820px;
  bottom: 30%;
  z-index: 3;
}
.home-hero-slider .slide-caption h2{
  color: #FFF;
  font-family: 'Optima LT W02 Roman';
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 130.435% */
  text-transform: uppercase;
  margin:0 0 0;
}
.home-hero-slider .slide-caption p{
  color: #FFF;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 35.2px; /* 160% */
  margin-bottom: 40px;
}
/*.home-hero-slider .slide-caption a.btn-ghost:hover{
  background-color: #071C35;
  color: #fff !important;
  border: 1px solid #071C35;
}*/
.home-hero-slider .slide-caption a.btn-ghost:hover:after{
    border: 1px solid #071c35 !important;
    margin: 1px 1px 1px 1px;
    width: 98%;
    height: 96%;
    border-radius: 1px;
}
.home-hero-slider .slick-dots{
  bottom: 4vh;
}
.home-hero-slider .slick-dots li button {
  height: 15px;
  width: 15px;
  border-radius: 0;
  background: #E9E9E9;
  padding: 0;
}
.home-hero-slider .slick-dots li.slick-active button {
  background: #000;
}
.home-hero-slider .slick-dots li button:before{
  visibility: hidden;
}
.home-hero-slider .slick-dots li {
    width: 15px;
    height: 15px;
    margin-right: 12px;
    border-radius: 2px;
    overflow: hidden;
}
.home-hero-slider .slide-logo {
  margin-bottom: 40px;
}
.home-hero-slider .slide-logo img {
  height:40px;
  width: auto;
}
.home-hero-slider .slick-slide .slide-badge{
  width: 164px;
  height: 28px;
  margin-bottom: 12px;
}
.home-hero-section .home-hero-slider .image-slide .slide-img{
  object-fit: cover;
  object-position: center;
  height: 100vh;
}
.nav-band-right .phone-tab i.far.fa-video, 
.nav-band-right .header_whatsapp .fab.fa-whatsapp {
  height: 14px;
  width: 15px;
  display: inline-block;
}
@media(min-width: 560px){
  .home-hero-slider .slide-caption a.btn-ghost {
    min-width: 150px;
    padding-left: 25px;
    padding-right: 25px;
  }  
}
@media(max-width: 767px){  
  .home-hero-slider .slide-caption h2{
    font-size: 24px;
    line-height: 34px; /* 141.667% */
    margin-bottom: 5px;
  }
  .home-hero-slider .slide-caption p{
    font-size: 14px;
    line-height: 22.4px; /* 160% */
    margin-bottom: 18px;
  }
  .home-hero-slider.slick-initialized .slick-slide:after {
    background: linear-gradient(0deg, rgba(7, 28, 53, 0.80) 4.77%, rgba(7, 28, 53, 0.35) 61.35%) no-repeat;
  }
  .home-hero-slider .slide-logo {
    margin-bottom: 18px;
  }
  .home-hero-slider .slide-logo img {
    height:40px;
    width: auto;
  }
}
@media(max-width: 480px){  
  .home-hero-slider .slide-caption {
    width: 100%;
    max-width: 93%;
  }
  .home-hero-slider .slide-caption a.btn-ghost {
    width: 100%;
  }
  .nav-band-right .phone-tab i.far.fa-video, .nav-band-right .header_whatsapp .fab.fa-whatsapp {
    height: 20px;
    width: 20px;
  }
}
@media(min-width: 768px){
  .site .employee-referral ul.gform_fields li.gfield.phone-intl-code span.phone-mask{
    width: 85%;
  }
}
@media(min-width: 1024px){
  .employee-referral ul.gform_fields li.gfield.phone-intl-code.cls_country_code{
    width: 20% !important;
  }
  .employee-referral ul.gform_fields li.gfield.phone-number.allow-only-numbers{
    padding-right: 51%;
    width: 80% !important;
  }
}
#content .employee-referral .gform_fields li.gfield .ginput_container_select select{
  font-size: 16px;
  font-family: 'Lato', 'Open Sans', sans-serif;
  text-transform: initial;
}
.sitemap-wrapper {
  padding:60px 0;
}
.sitemap-wrapper ul {
  margin-left: 20px;
}
.sitemap-wrapper ul li {
  margin-bottom: 10px;
  list-style: disc;
}
.sitemap-wrapper ul li a {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: capitalize !important;
}
.sitemap-wrapper h2 {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 20px;
}
/* All Launches */
.all-launches-description {
  padding:66px 0 18px;
  border-top: 1px solid #D3D3D3;
}
.all-launches-description h1 {
  margin-bottom: 16px;
}
.launches-filter {
  width: 100%;
  overflow: auto;
  margin-bottom: 58px;
}
.launches-filter ul {
  list-style: none;
  margin:0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
.launches-filter li a{
  color: #071C35;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 19.5px;
  border: 1px solid #D6D4D4;
  background: #FFF;
  padding:13px 15px;
  margin-right:16px;
  display: block;
  white-space: nowrap;
  min-width: 180px;
  text-align: center;
}
.launches-filter li:first-child a {
  min-width: 118px;
}
.launches-filter li.active a,
.launches-filter li a:hover {
  background: #071C35;
  color:#fff;
}
.launches-details {
  padding-left: 6%;
}
.launches-details .launch-tag {
  display: inline-block;
  margin-bottom: 15px;
  border: 1px solid rgba(7, 28, 53, 0.35);
  padding: 1px 2px 0px;
  color: #071C35;
  text-transform: uppercase;
  font-family: 'Optima LT W02 Roman';
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1.8px;
  min-width: 164px;
  text-align: center;
}
.launches-details h2 {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 0;
}
.launches-details p {
  font-size: 16px;
  line-height: 1.5;
}
.all-launches-row {
  margin-bottom: 60px;
}
.launches-image {
  position: relative;
}
.launches-availibility {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #F8F9FB;
  padding: 7px;
  justify-content: flex-end;
  align-items: center;
  color: #232323;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.launches-availibility i {
  font-style: normal;
  /* padding: 3px 2px 3px 4px; */
  margin-left: 7px;
  padding: 0px 4px;
  color: #FFF;
  background:#232323;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
.launches-details .btn-group{
  gap: 15px;
}
.launches-details .btn {
  /* margin-right:24px; */
  letter-spacing: 1.2px;
  min-width:188px;
  flex-grow: 1;
  border-radius: 2px !important;
}
.launches-details .btn:last-child {
  margin-right: 0;
}
.launches-details .learn-more {
  color:#071C35;
  position: static;
  text-decoration: underline;
  white-space: nowrap;
  font-weight: 400 !important;
}
@media (max-width:991px) {
  .launches-details {
    padding-left: 0;
  }

}
@media (max-width:767px){
  .launches-availibility{
    top: 15px;
    right: 15px;
  }
  .all-launches-description {
    padding:32px 0 5px;
  }
  .launches-details .btn-group {
    width:100%;
    gap: 15px;
  }
  .launches-filter {
    margin-bottom: 32px;
  }
  .launches-details h2 {
    font-size: 28px;
  }
  .launches-details .btn {
    /* margin-right: 7px; */
    padding: 12px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
  }
}
.community-features-text h2,
.seo-faqs .card .card-body h2{
  font-size: 36px;
}
.community-features-text h3
.seo-faqs .card .card-body h3{
  font-size: 28px;
}
.community-features-text h4,
.community-features-text h5,
.community-features-text h6{
  font-size: 18px;  
}
.community-features-text h2,
.community-features-text h3,
.community-features-text h4,
.community-features-text h5,
.community-features-text h6{
  margin: 10px 0 10px;
  line-height: 1.5;
}
.community-features-text ul,
.seo-faqs .card .card-body ul{
  padding-left: 1.3rem;
  margin-bottom: 30px;
}
.community-features-text ul li,
.seo-faqs .card .card-body ul li{
  list-style-type: disc;
  line-height: 1.5;
  margin-bottom: 5px;
}
.standalone-wrapper{
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center; 
}
.standalone-wrapper .standalone-ryi-form{
  background: #fff;
  display: flex;
  flex-flow: column;
  width: 420px;
  min-height: 530px;
  margin-top: 64px;
  margin-bottom: 120px;
  position: relative;
}
.standalone-wrapper .bg-img{
  position: absolute;
  width: 100%;
  min-height: 100vh;
}
.standalone-wrapper.destination_banner .ryi-banner {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: center center;
}
.page-template-standalone-ryi .site-footer{
  margin-top: 0px;
}
.page-template-standalone-ryi .site-header{
  padding: 20px 15px !important;
}
.page-template-standalone-ryi header#masthead .navbar-brand{
  padding-bottom: 0;
}
.page-template-standalone-ryi .gform_legacy_markup_wrapper{
  margin-top: 0px;
  margin-bottom: 0px;
}
.standalone-wrapper .standalone-ryi-form .gform_heading .gform_title{
  font-size: 32px;
  margin-bottom: 0;
  line-height: 48px;
}
.standalone-wrapper .standalone-ryi-form .gform_wrapper ul.gform_fields li.gfield.phone-intl-code{
  width: 33.33% !important;
  padding-right: 15px !important; 
}
.standalone-wrapper .standalone-ryi-form .gform_wrapper ul.gform_fields li.gfield.phone-intl-code,
.standalone-wrapper .standalone-ryi-form .gform_wrapper ul.gform_fields li.gfield.phone-number{
  margin-top: 8px;
}
.standalone-wrapper .standalone-ryi-form .gform_wrapper ul.gform_fields li.gfield.phone-intl-code span.phone-mask{
  width: 67%;
}
.standalone-wrapper .standalone-ryi-form .gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc{
  margin-top: 16px;
}
.page-template-standalone-ryi .gform_legacy_markup_wrapper span.ginput_left,
.page-template-standalone-ryi .gform_legacy_markup_wrapper ul.gform_fields li.gfield{
  padding-left: 0;
  padding-right: 0;
}
.standalone-wrapper .standalone-ryi-form .gform_confirmation_message .modal-close{
  display: none;
}
.standalone-ryi-form .gform_wrapper .gform_footer .gform_ajax_spinner{
  position: fixed !important;
}
body.loader-active{
  overflow: hidden;
}
.footer-ryi-menu li {
  color: #232323;
}
.menu-item-copyright:after {
  top:-2px !important;
}
.footer-ryi-menu li:last-child:after{
  display:none;
}
.standalone-wrapper .copyright-text p{
  font-family: 'Lato', 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 12px;
}
.text-height-0{
  line-height: 0 !important;
}
.page-template-standalone-ryi .site-footer .legal-menu-block ul li:after {
  display: block;
  content: '';
  width: 1px;
  height: 15px;
  border-right: 1px solid #cacaca;
  position: absolute;
  top: 5px;
  right: 0;
}
.page-template-standalone-ryi .site-footer .legal-menu-block ul li:last-child:after {
  display: none;
}
@media(max-width: 991px){
  .page-template-standalone-ryi .site-footer .legal-menu-block ul{
    display: flex;
    justify-content: center;
  }
  .page-template-standalone-ryi .site-footer .legal-menu-block ul li{
    padding: 0 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .page-template-standalone-ryi .footer-bottom{
    margin-bottom: 0;
  }
}
@media(max-width: 576px){
  .standalone-wrapper .standalone-ryi-form .gform_heading .gform_title {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 34px;
  }
  .standalone-wrapper .copyright-text {
    max-width: 300px;
  }
  .standalone-wrapper .standalone-ryi-form{
    margin-top: 32px;
    margin-bottom: 48px;
  }
  .standalone-wrapper .standalone-ryi-form{
    width: 100%;
    min-height: 530px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .standalone-wrapper .standalone-ryi-form .gform_wrapper .gform_footer input[type="submit"]{
    margin-bottom: 0;
  }
  .page-template-standalone-ryi .site-footer .legal-menu-block ul{
    display: block;
    text-align: center;
  }
  .page-template-standalone-ryi .site-footer .legal-menu-block ul li:first-child{
    padding-left: 0;
  }
  .page-template-standalone-ryi .site-footer .legal-menu-block ul li{
    display: inline;
    text-align: center;
  }
  .page-template-standalone-ryi .site-footer .legal-menu-block ul li:after {
    top: 0px;
  }
}
@media(max-width: 480px){
  .page-template-standalone-ryi .site-footer .legal-menu-block ul{
    display: block;
  }
  .page-template-standalone-ryi .site-footer .legal-menu-block ul li{
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .page-template-standalone-ryi .site-footer .legal-menu-block ul li:first-child{
    padding-left: 20px;
  }
  .page-template-standalone-ryi .site-footer .legal-menu-block ul li:last-child{
    margin-bottom: 0;    
  }
  .page-template-standalone-ryi .site-footer .legal-menu-block ul li:after {
    display: none;
  }
}

#innovation-faq-accordion .card {
  border: 1px solid rgba(7, 28, 53, 0.1);
  margin-bottom: 10px;
  border-radius: 0;
}
#innovation-faq-accordion .card .card-header {
  background: #F8F9FB;
  border-bottom: 1px solid rgba(7, 28, 53, 0.1);
  padding: 28px 40px;
}
#innovation-faq-accordion .card .card-header h4 button{
  display: flex;
  justify-content: space-between;
  color: #232323;
  font-family: 'Lato';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2.66667px;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  text-align: left;
  text-decoration: unset;
}
#innovation-faq-accordion .card-body {
  padding:38px 40px;
}
#innovation-faq-accordion .card .card-header h4 button:after {
  font-family: "Font Awesome 5 Pro";
  content: "\2b";
  vertical-align: middle;
  font-size: 27px;
  font-weight: 600;
  text-align: right;
  position: unset;
  width: 20px;
  margin-left:15px;
  color: #232323;
}
#innovation-faq-accordion .card .card-header h4 button[aria-expanded='true']:after {
  content: "\f068";
  font-weight: 300;
  font-size: 20px;
}
@media (max-width:767px) {
  #innovation-faq-accordion .card .card-header {
    padding:12px 20px;
  }
  #innovation-faq-accordion .card-body {
    padding: 20px 20px;
  }
  #innovation-faq-accordion .card .card-header h4 button{
    line-height: 26px;
    letter-spacing: 1px;
  }
}
.sustainability-wrapper .sustainable-content-area ul{
  margin-left: 20px;
  margin-bottom: 40px;
}
.sustainability-wrapper .sustainable-content-area ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}
.faq-more-btn{
  cursor: pointer;
}
.faq-more-btn i{
  transform: rotate(0deg);
}
.mcalc-gray-bg ul {
  padding-left: 1.3rem;
  margin-bottom: 30px;
}
.mcalc-gray-bg ul li {
  list-style-type: disc;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media(max-width: 576px){
  img.alignleft,
  img.alignright,
  img.aligncenter{
    display: block;
    float: none;
    margin: 0;
    margin-bottom: 30px;
  }
}

.section-awards .slider-controls {
    display: flex !important;
    margin-top: 50px;
  }
.section-awards .slider-controls .slide-m-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.section-awards .slider-controls .slick-next,
.section-awards .slider-controls .slick-prev {
  position: unset;
  font-size: 0;
  content: "";
  width: 48px;
  height: 20px;
  border: 0;
}

.section-awards .slider-controls .slick-next,
.section-awards .slider-controls .slick-prev {
  top: -50px;
}

.section-awards .slider-controls .slick-next {
  background: url('inc/assets/images/arrow-right-active.svg') no-repeat left top;
}

.section-awards .slider-controls .slick-prev {
  background: url('inc/assets/images/arrow-left-active.svg') no-repeat left top;
  right: 70px;
}

.section-awards .slider-controls .slick-next.slick-disabled {
  background: url('inc/assets/images/arrow-right-disabled.svg') no-repeat left top;
}

.section-awards .slider-controls .slick-prev.slick-disabled {
  background: url('inc/assets/images/arrow-left-disabled.svg') no-repeat left top;
}

.section-awards .slider-controls .slick-next-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  font-size: 0;
}

.section-awards .slider-controls .slick-next-2 {
  width: 90px;
}

.section-awards .slider-controls .slick-next-2 {
  width: 90px;
}

.section-awards .slider-controls .slick-next-2.slick-disabled,
.section-awards .slider-controls .slick-next-2.slick-disabled {
  display: none !important;
  width: 0 !important;
  position: relative !important;
}

.section-awards .slider-controls .slide-m-dots{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section-awards .slider-controls .slide-m-dots ul li{
  height: 10px;
  width: 10px;
  margin-right: 10px;
}

.section-awards .slider-controls .slide-m-dots ul li:first-child{
  margin-left: 10px;
}

.section-awards .slider-controls .slide-m-dots ul li.slick-active button{
  background: #071C35;
}

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

.section-awards .slider-controls button:focus{
 outline: none;
}
@media(min-width: 768px){
  .site .employee-referral-form ul.gform_fields li.gfield.phone-intl-code span.phone-mask{
    width: 85%;
  }
}
@media(min-width: 1024px){
  .employee-referral-form ul.gform_fields li.gfield.phone-intl-code.cls_country_code{
    width: 20% !important;
  }
  .employee-referral-form ul.gform_fields li.gfield.phone-number.allow-only-numbers{
    padding-right: 51%;
    width: 80% !important;
  }
}

.sale-results .card,.sale-results .card-img-top,.sale-results .card-footer {
  border:none;
  border-radius: 0;
}
.sale-results .card-body {
  padding:15px 0 0;
}
.sale-results .card-footer {
  padding:10px 0 0;
  background: none;
}
.sale-results .unitAttrbs {
  display:flex;
  padding-bottom: 12px;
}
.sale-results .unitAttrbs li + li {
  margin-left:20px;
}
.sale-results .unitAttrbs li {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-flex;
  align-items: center
}
.sale-results .unitAttrbs span.icon {
  display: inline-flex;
  align-items: center;
}
.sale-results .unitAttrbs li i {
    font-size: 16px;
    color: #000;
    margin-right: 7px;
}
.sale-results .unitAttrbs span.value {
    font-weight: 700;
}
.psearch-comm-section {
  background: rgba(33,33,33,.02);
}
.seo-results.sale-results .btn-ghost.explore-more {
  min-width:280px;
}
/* Yoast SEO FAQs */
.wp-block-yoast-faq-block .schema-faq-section{
  margin-bottom: 10px;
}
.wp-block-yoast-faq-block .schema-faq-answer{
  display: none;
  margin:0;
  padding: 30px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, .125);
  border-top: 0;
}
.wp-block-yoast-faq-block .schema-faq-question {
  display:block;
  position:relative;
  border: 1px solid #dbdbdb !important;  
  border-radius: 0;
  margin:0;
  background: #F7F7F7;
  padding: 30px;
  border-bottom: none;
}
.wp-block-yoast-faq-block .schema-faq-question:before {
  position: absolute;
  top: 30px;
  transition: all 0.3s 0.3s ease;
  right: 40px;
  left: unset;  
  font-family: "Font Awesome 6 Pro";
  content: "\2b";
  font-size: 22px;
  font-weight: 300;
}
.wp-block-yoast-faq-block .schema-faq-section.fcp-opened .schema-faq-question:before {
  content: "\f068";  
}

.popular-posts-wrapper aside{
  margin-bottom: 3rem;
}
.help  .we-care-heading{
  color: #232323;
  text-align: center;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  margin-top: 50px;
  text-transform: capitalize;
}
.we-care-accordian {
  position: relative;
  padding-top: 50px;
}
.we-care-accordian .card{
  margin-bottom: 50px;
  border-radius: unset;
}
.we-care-accordian:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #cacaca;
  height: 1px;
}
.we-care-accordian .card-header{
  background: #CACACA;
  border: none;
  border-radius: unset;
}
.we-care-accordian .card-header h4{
  text-transform: unset;
}
.we-care-accordian .card-header button{
  display: flex;
  justify-content: space-between;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #232323;
  text-transform: unset;
  width: 100%;
  align-items: center;
  letter-spacing: unset;
  text-decoration: none;
  text-align: left;
}
.we-care-accordian .card-header button[aria-expanded="true"] i{
  transform: rotate(180deg);
}
.we-care-accordian .card-body .col-lft{
  display: flex;
  align-items: center;
  width: 100%;
  flex-flow: column;
  border-bottom: 1px solid #CACACA;
  justify-content: center;
}
.we-care-accordian .card-body .row:last-child .col-lft,
.we-care-accordian .card-body .row:last-child .col-rht{
  border-bottom: none;
}
#wecare-contact.we-care-accordian .card-body .col-lft ul{
  width: 100%;
  margin: 0 !important;
}
#wecare-contact.we-care-accordian .card-body .col-lft ul li{
  color: #232323;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  border-bottom: 1px solid #cacaca;
  padding: 4px 16px !important;
  list-style-type: none !important;
  text-align: left;
  margin-bottom: 0;
}
#wecare-contact.we-care-accordian .card-body .col-lft ul li:last-child{
  border-bottom: 0;
}

.we-care-accordian .card-body .col-rht{
  border-bottom: 1px solid #CACACA;
  border-left: 1px solid #CACACA;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.we-care-accordian .card-body .col-rht .timings-info{
  color: #232323;
  text-align: center !important;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.we-care-accordian .card-body .col-rht .divider{
  width: 80%;
  background-color: #CACACA;
}
.we-care-accordian .card-body .col-rht p,
.we-care-accordian .card-body .col-rht p a{
  text-align: center !important;
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  direction: ltr !important;
}
@media(max-width: 991px){
  .we-care-accordian .card {
    margin-bottom: 25px;
  }
  .help .we-care-accordian {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .we-care-accordian .card-header button,
  .card-body .col-rht i{
    font-size: 16px;
  }
  .we-care-accordian .card-body .col-lft ul li,
  .we-care-accordian .card-header button,
  .we-care-accordian .card-body .col-rht .timings-info,
  .we-care-accordian .card-body .col-rht p,
  .we-care-accordian .card-body .col-rht p a
  {
    font-size: 14px;
  }
}
.single-communities .community-features-text ol{
  padding-left: 1.3rem;
  margin-bottom: 30px;
}
.single-communities .community-features-text ol li::marker{
  font-weight: 400;
}
.single-communities .community-features-text ol li{
  list-style-type: decimal;
}
.single-communities .community-features-text ul li,
.single-communities .community-features-text ol li{
  line-height: 24px;
  margin-bottom: 10px;
}
.single-communities .community-features-text ul li strong,
.single-communities .community-features-text ol li strong{
  font-weight: 400;
}
.esg-pillars-heading{
  display: flex;  
  padding: 20px 25px;
  align-items: center;
  color: #fff;
  margin-bottom: 20px;
  min-height: 112px;  
}
.esg-pillars-heading i{
  font-size: 2rem;
}
.esg-pillars-heading h3{
  margin-left: 20px;
  color: #fff;
  margin-bottom: 0;
  max-width: 300px;
}

/* Brand Guidlines */
.brand-guide-container{
  position: absolute;
  width: 100%;
  height: 100%;
}
.brand-guide-container .brand-guide-lft{
  background-color: #F2F2F2;
  height: 100%;
}
.brand-guide-rht{
  background-color: #fff;
  height: 100%;
}
.brand-guidlines .lft-block .navigate{
  z-index: 2;
}
.brand-guidlines .lft-block::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #F2F2F2;
  z-index: 1;
}
.brand-guidlines .lft-block,
.brand-guidlines .rht-block {
  padding-top: 90px;
}
.brand-guidlines .lft-block .main-title{
  font-family: 'Optima LT W02 Roman';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-transform: uppercase;
}
.brand-guidlines .lft-block .sidebar-navigation{
  display: flex;
  padding: 4px 0px 4px 4px;
  align-items: flex-start;
  gap: 20px;
  flex-flow: column;
}
.brand-guidlines .lft-block ul.sidebar-navigation li {
  position: relative;
}
.brand-guidlines .lft-block ul.sidebar-navigation li a{
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.brand-guidlines .lft-block ul.sidebar-navigation li.btn-pdf{
  display: block;
  width:100%;
  max-width: 250px;
  margin-top: 20px;
}
.brand-guidlines .lft-block ul.sidebar-navigation li a.brand-link.active:after{
  content: '\f101';
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  line-height: 18px;
  margin-left: 5px;
  margin-top: 5px;
}
.brand-guidlines div.single-featured{
  display: block;
}
.brand-guidlines .rht-block h1{
  font-family: 'Optima LT W02 Roman';
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
}
.brand-guidlines .rht-block{
  position: relative;
}
.brand-guidlines span.section-tagline{
  margin-bottom: 12px;
}
.brand-guidlines .rht-block span.sub-title-text{
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
  display: block;
}
.brand-guidlines .rht-block .brand-values .sub-title, .brand-guidlines .rht-block .brand-values h3{
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  text-transform: capitalize;
}
.brand-guidlines .rht-block .sub-title, .brand-guidlines .rht-block h3{
  margin-bottom: 16px;
  line-height: 32px;
}
.brand-guidlines .rht-block .vertical-allign p{
  font-family: 'Lato', 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 16px;
}
.brand-guidlines .section-spacing{
  margin-bottom: 160px;
}
.brand-guidlines .brand-promise .middle-allign .vertical-allign,
.brand-guidlines .logo-zone .middle-allign .vertical-allign,
.brand-guidlines .co-branding .middle-allign .vertical-allign,
.brand-guidlines .color-pallate .middle-allign .vertical-allign{
  padding-left: 70px;
}
.brand-guidlines .brand-mission .middle-allign .vertical-allign,
.brand-guidlines .wordmark .middle-allign .vertical-allign,
.brand-guidlines .brand-lock-up .middle-allign .vertical-allign,
.brand-guidlines .the-font .middle-allign .vertical-allign{
  padding-right: 70px;
}
.brand-guidlines img{
  margin-bottom: 36px;
}
.brand-guidlines .the-font .featured_image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.brand-guidlines .the-font img{
  margin-bottom: 0px;
}
.typefaces-column-bg{
  background-color: #F2F2F2;
}
@media (max-width: 767px) {
  .brand-guidlines .brand-promise .middle-allign .vertical-allign,
  .brand-guidlines .logo-zone .middle-allign .vertical-allign,
  .brand-guidlines .co-branding .middle-allign .vertical-allign,
  .brand-guidlines .color-pallate .middle-allign .vertical-allign{
    padding-left: 0px;
  }
  .brand-guidlines .brand-mission .middle-allign .vertical-allign,
  .brand-guidlines .wordmark .middle-allign .vertical-allign,
  .brand-guidlines .brand-lock-up .middle-allign .vertical-allign,
  .brand-guidlines .the-font .middle-allign .vertical-allign{
    padding-right: 0px;
  }
  .brand-guidlines .rht-bloc .navigate{
    /* display: none; */
    background-color: #F2F2F2;
  }
  .brand-guidlines .lft-block,
  .brand-guidlines .lft-block .navigate,
  .brand-guide-container {
    display: none;
  }
  .brand-guidlines .the-font img{
    margin-bottom: 24px;
  }
  .typefaces-column-bg{
    background-color: transparent;
  }
  .brand-guidlines .section-spacing{
    margin-bottom:56px;
  }
}
.page-template-brand-guidlines .footer{
  z-index: 3;
  position: relative;
}
.brand-guidlines .lft-block.mobile .mobile-navigation{
  display: none;
  position: fixed;
  bottom: 0px;
  background: #f4f4f4;
  width: 100%;
  height: 70%;
  left: 0;
  padding: 20px 20px !important;
  z-index: 2;
}
@media(max-width: 767px){
  .brand-guidlines .lft-block{
    display: block;
  }
  .brand-guidlines .lft-block.mobile .mobile-navigation li{
    margin-bottom: 16px;
  }
  .mobile-nav-btn{
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 3;
  }
  .mobile-nav-btn .brand-btn{
    background-color: #071C35;
    border-radius: 50px;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 14px 10px;
    flex-direction: column;
    align-items: center;
  }
  .mobile-nav-btn .brand-btn span{
    color: #FFF;
    font-family: 'Lato', 'Open Sans', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 2px;
  }
  .mobile-nav-btn .brand-btn i{
    color: #fff;
  }
}
.site .gform_wrapper .gfield--input-type-fileupload{
  font-size: 13px !important;
}
.site .gform_wrapper .gfield--input-type-fileupload .gform-field-label{
  display: block !important;
  font-size: 15px;
  text-transform: capitalize;
}
.site .gform_wrapper .gfield_description.gform_fileupload_rules{
  display: none !important;
}
.investor-inner-hero-block.faq-hero-block{
  height: 55vh;
}
.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border-right:1px solid #dddddd;
}
.styled-table th:last-child,
.styled-table td:last-child {
  border-right:0;
}
.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.styled-table tbody tr:last-child {
border-bottom:0;
}
.styled-table tbody tr:first-child {
  background-color: #f3f3f3;
}
body .gutentoc{
  width: 100%;
  border:0;
  background:none;
  padding:0;
}
body .gutentoc-toc-title-wrap{
  border:1px solid #e7e6e5;
  padding:12px;
  margin-bottom:12px;
}
body .gutentoc-toc__list-wrap ul{
  border:1px solid #e7e6e5;
  margin:0 !important;
  width:100%;
  margin-bottom: 12px !important; 
}
body .gutentoc-toc__list-wrap ul li{
  padding:12px 12px 0 12px;
  width:100%;
  list-style-type:none !important;
  margin-bottom: 0 !important;
  text-indent: 0 !important;
}
body .gutentoc-toc__list-wrap ul li a{
  border-bottom:1px solid #e7e6e5;
  padding:12px;
  width:100%;
  display:block;
  text-decoration:none;
  font-weight: 500 !important;
  font-size: 16px !important;
}
body .gutentoc-toc__list-wrap ul li:last-child a{
  border-bottom:0;
}
.wp-element-button {
    cursor: pointer;
    background-color: #071C35;
    color: #fff !important;
    border: 1px solid #071C35;
    text-decoration: none !important;
    font-family: 'Lato', 'Open Sans', 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;
}
.wp-element-button:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border: 2px solid #071C35;
}
.wp-element-button:hover:after, .wp-element-button:focus:after, .wp-element-button:hover:after, .wp-element-button:focus:after, .wp-element-button:hover:after, .wp-element-button:focus:after {
    border: 2px solid #fff;
    border-radius: 1px;
}
.page-template-standalone-ryi-new .prop-detailsV2 {
    padding: 70px 0 0 0;
    width:100%;
}

.page-template-standalone-ryi-new .prop-detailsV2 .container h2, .page-template-standalone-ryi-new .prop-detailsV2 .container .about-text{
  text-align:center;
}

.page-template-standalone-ryi-new .prop-detailsV2 .container .about-text{
  max-width:760px;
  margin:0 auto;
}

.page-template-standalone-ryi-new .standalone-wrapper {
  background-color: #F8F9FB;
  border-bottom: 1px solid #CACACA;
}

.page-template-standalone-ryi-new .standalone-ryi-form {
  padding: 4% 5% 5% 5%;
  width: 100%;
  max-width: 760px;
  margin-top:50px;
}

.page-template-standalone-ryi-new .site-header {
    padding: 20px 15px !important;
}

.page-template-standalone-ryi-new .standalone-ryi-form {
  padding: 4% 5% 5% 5%;
  width: 100%;
  max-width: 760px;
  margin-top:50px;
}

.page-template-standalone-ryi-new .site-header {
    padding: 20px 15px !important;
}

.handover-filter{
  margin-bottom: 40px;
  margin-top:10px;
  min-height: 68px;
}

.handover-select{
  position: relative;
}

.handover-repository .handover-dropdown {
    position: absolute;
    z-index: 1;
    display: flex;
    text-transform: uppercase;
    flex-direction: column;
    padding: 10px 25px;
    margin: 0;
    border-radius: 2px;
    left: 0;
    background: #fff !important;
    width: 100%;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
    font-size:12px;
    background: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 15px;
}

.handover-repository .handover-dropdown .dropdown-icon{
  top:32px;
}

.handover-repository .select-sec label{
  padding:0;
  display: flex;
  flex-direction: column;
  margin:0;
}

.handover-repository .select-sec-options li label{
  padding-left:35px;
}

.handover-repository .select-sec label.search-fld .search-val{
  font-weight:600;
}

.handover-repository .select-items{
  max-height:420px;
  overflow-y: scroll;
}

.lifestyle.handover-repository .desc h3{
  margin:10px 0 0 0;
}
.lifestyle.handover-repository .desc{
  min-height:auto; 
}

.lifestyle.handover-repository .community-options, .lifestyle.handover-repository .property-options{
  position: relative;
  top:0;
  padding:0;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
}

.handover-search-box {
    position: relative;
    margin: 15px 0 30px 0;
    width: 100%;
}

.handover-search-box .search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
}

.handover-search-box input {
    width: 100%;
    padding: 8px 12px 8px 36px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 12px;
    outline: none;
    color:#8c8c8c;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    border: 0.2px solid #8C8C8C;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
}

.handover-search-box input:focus {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.video-thumb img{
  height: 383px;
  object-fit: cover;
}
.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 4.5rem;
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	pointer-events: none;
}
.video-popup-overlay {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
  padding:0 15px;
}
.video-popup-content {
	position: relative;
  width:100%;
	max-width: 1360px;
  background-color: #fff;
}
.video-popup-content video {
	width: 100%;
  max-height: calc(100vh - 250px);
}
.video-popup-content .desc h3{
  margin:10px 0 0 0;
}
.video-popup-content .desc span{
  color: #232323;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 0;
}
.video-popup-content .desc{
  padding: 2.5%;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}
.close-popup {
  position: relative;
  float:right;
  color: #000;
  padding: 5px 12px;
  cursor: pointer;
  font-size: 36px;
}
.filter-close {
  display:none;
  width: auto;
  position: absolute;
  top: 0;
  right: 5px;
  background: none !important;
  color: #071C35 !important;
  border: 0 !important;
  box-shadow: unset !important;
  font-size: 22px;
  z-index: 1;
}
.lifestyle.handover-repository .filter-bottom{
  border: 0;
  padding: 20px;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  display: none;
}
.handover-repository #load-more-btn{
  font-weight: normal;
  padding:14px 47px;
}
.filter-btn-close{
  color:#fff !important;
  display: flex;
  padding: 14px 47px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 2px;
  background: #071C35;
  z-index: 999999;
  position: relative;
}

@media (max-width: 768px) {
  .video-thumb img{
    height:auto;
  }
  .handover-repository .handover-dropdown{
    z-index: unset;
  }
  .filter-close, .filter-bottom {
    display:block;
  }
  .lifestyle.handover-repository .community-options, .lifestyle.handover-repository .property-options{
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    outline: 0;
    bottom:0;
    top:unset;
    height:100%;
    padding:40px 20px;
    z-index: 999999;
  }
  .handover-repository .select-items{
    max-height: 100%;
  }
}

/* Sound toggle button */
.sound-toggle {
	background: transparent;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border: 1px solid #fff !important;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10001;
}

.sound-toggle img {
	pointer-events: none;
}

@media (min-width: 992px) {
  .header_call,
  .header_whatsapp {
    display: inline-block;
    max-width: 20px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    transition: max-width 0.4s ease, padding 0.3s ease;
  }

  .header_call:hover,
  .header_whatsapp:hover {
    max-width: 200px;
    padding-right: 10px;
  }

  .header_call span,
  .header_whatsapp span {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .header_call:hover span,
  .header_whatsapp:hover span {
    opacity: 1;
  }
}

/* VIDEO */
.hero-video-outer {
    aspect-ratio: 2;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.hero-video-outer._1920x1080 {
    aspect-ratio: 16/9;
}
.vimeo-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}
.control-btn.mute {
    z-index: 1;
    color: var(--base-color-brand--white);
    cursor: pointer;
    background-color: #fff3;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    bottom: 5%;
    right: 5%;
}
.control-btn.mute:hover {
    background-color: #fff9;
}
.video-container {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}
._1080x1920 {
	aspect-ratio: 9/16;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.communities-featured-block img{
    height: 180px;
    object-fit: cover;
}

@media only screen and (min-width: 991px) {
  .store-section{
    display: flex;
  }
  .store-section .d-flex{
    margin-left: 30px;
  }
}

@media (max-width:576px) {
	body.home, html{
		overflow-x: hidden !important;
	}
}

@media only screen and (max-width: 767px) {
	.mb-md-5 {
		margin-bottom: 2rem !important;
	}
	.digital-exp .store-section .app-logo a img {
	    max-height:20px;
	}
  .digital-img {
    top:0;
  }
}

.slick-slider {
    opacity: 0;
    transition: opacity .3s ease;
}
.slick-initialized {
    opacity: 1;
}