@charset "UTF-8";
/* ===== BASE ====== */
/* CONTAINER'S MAX WIDTH */
/* FONTS */
/* FONT-SIZE */
:root {
  --fontSize-regular: 1.125rem;
  --fontSize-xxlarge: 4.875rem;
  --fontSize-xxlarge-02: 4.25rem;
  --fontSize-xlarge: 3.625rem;
  --fontSize-xlarge-02: 2.375rem;
  --fontSize-large: 1.75rem;
  --fontSize-medium: 1.375rem;
  --fontSize-small: 0.875rem;
  --fontSize-xsmall: 0.5rem;
}
@media (max-width: 640px) {
  :root {
    --fontSize-regular: 0.875rem;
    --fontSize-xlarge: 2.375rem;
    --fontSize-large: 2rem;
    --fontSize-medium: 1.125rem;
    --fontSize-small: 0.875rem;
    --fontSize-xsmall: 0.5rem;
  }
}

/* LINE HEIGHT */
/* COLORS */
/* BRANDS COLOR */
/* STATUS COLOR */
/* FOR SPACING (MARGIN AND PADDING) */
/* IMAGE SPRITE */
/* ICONS */
/* PROPERTY GENERAL SECTIONS */
/* ======= PROPERTY DETAILS PAGE BANNER ====== */
@media (max-width: 991px) {
  .property-banner .container {
    padding: 0 30px;
  }
}

.property-banner.banner-navbar {
  height: 100vh;
  min-height: 750px;
}
@media screen and (max-width: 1199px) {
  .property-banner.banner-navbar {
    height: 40vh;
    min-height: 600px;
  }
}
@media (max-width: 640px) {
  .property-banner.banner-navbar {
    height: 100%;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .property-banner.banner-navbar {
    min-height: 0;
  }
}

@media (max-width: 480px) {
  .property-banner .table-wrap {
    position: relative;
  }
}

@media (max-width: 640px) {
  .property-banner .coverimage img {
    height: 100%;
  }
}

@media (max-width: 640px) {
  .property-banner::after {
    width: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #000), color-stop(70%, rgba(0, 0, 0, 0.75)), to(rgba(16, 57, 142, 0)));
    background-image: linear-gradient(to top, #000 15%, rgba(0, 0, 0, 0.75) 70%, rgba(16, 57, 142, 0) 100%);
  }
}

.property-banner .bnnr-content {
  max-width: 75%;
}
@media (max-width: 767px) {
  .property-banner .bnnr-content {
    margin: 0 auto;
    max-width: 80%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .property-banner .bnnr-content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .property-banner .bnnr-content .bnnr-logo img {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .property-banner .bnnr-content .bnnr-logo img {
    max-width: 185px;
  }
}
@media (max-width: 767px) {
  .property-banner .bnnr-content .bnnr-icons ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .property-banner .bnnr-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.property-banner .bnnr-info h1, .property-banner .bnnr-info h2 {
  font-size: 3.625rem;
  line-height: 1.17;
}
@media (max-width: 640px) {
  .property-banner .bnnr-info h1, .property-banner .bnnr-info h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .property-banner .bnnr-info h1, .property-banner .bnnr-info h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .property-banner .bnnr-info p {
    line-height: 1.57;
    margin-top: 20px;
  }
}

/* SWITCH VIEW */
.switch-view {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 1002;
  padding: 3px 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.switch-view div.active-pov {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.switch-view div.active-pov input[type=radio]:checked + label::after {
  -webkit-transform-origin: right;
  transform-origin: right;
}
@media (max-width: 991px) {
  .switch-view {
    bottom: 160px;
    left: 15px;
  }
}
.switch-view .switch-close {
  margin-left: 10px;
  background: #595959;
  color: #ffffff;
  font-size: 8px;
  height: 15px;
  width: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  display: none;
}
.switch-view .switch-open {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background-color: #10398e;
  border-radius: 6px;
  width: 30px;
  height: 30px;
}

@media (max-width: 640px) {
  .switch-view.mob-switch {
    min-width: 37px;
    min-height: 37px;
  }
  .switch-view.mob-switch > div {
    display: none;
  }
}
@media (max-width: 640px) {
  .switch-view.mob-switch .switch-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.switch-view.mob-switch.active::after {
  display: none;
}
@media (max-width: 640px) {
  .switch-view.mob-switch.active > div {
    display: block;
  }
}
@media (max-width: 640px) {
  .switch-view.mob-switch.active .switch-open {
    display: none;
  }
}
@media (max-width: 640px) {
  .switch-view.mob-switch.active .switch-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* SWITCH VIEW MODAL */
.switch-view-modal {
  display: none;
  position: relative;
  max-width: 767px;
  text-align: center;
}
@media (max-width: 767px) {
  .switch-view-modal {
    padding: 30px 0;
    text-align: left;
  }
}
.switch-view-modal h2 {
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .switch-view-modal h2 {
    font-size: 1.875rem;
  }
}
.switch-view-modal p {
  margin-top: 20px;
  color: #595959;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .switch-view-modal p {
    margin-top: 10px;
  }
}
.switch-view-modal p:first-of-type {
  font-size: 1.5625rem;
  color: #212121;
}
@media (max-width: 767px) {
  .switch-view-modal p:first-of-type {
    font-size: 1.25rem;
  }
}
.switch-view-modal .close-view {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
}
@media (max-width: 767px) {
  .switch-view-modal .close-view {
    top: 30px;
  }
}

/* PROPERTY PAGEMENU */
.property-pagemenu {
  position: fixed;
  top: 20%;
  right: 15px;
  z-index: 100;
}
@media (max-width: 991px) {
  .property-pagemenu {
    z-index: 1002;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .property-pagemenu {
    display: none;
  }
}
@media (max-width: 991px) {
  .property-pagemenu {
    display: block;
    position: fixed;
    width: 100%;
    max-width: unset;
    top: unset;
    right: unset;
    bottom: 67px;
    left: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  }
}

@media (min-width: 992px) {
  .property-pagemenu ul li {
    position: relative;
    padding-bottom: 15px;
    text-align: right;
  }
  .property-pagemenu ul li::before, .property-pagemenu ul li::after {
    position: absolute;
    content: "";
  }
  .property-pagemenu ul li::before {
    top: 0;
    right: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #595959;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  .property-pagemenu ul li::after {
    bottom: 0;
    right: 8.5px;
    height: 100%;
    width: 1px;
    background-color: #595959;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  .property-pagemenu ul li:last-child::after {
    display: none;
  }
  .property-pagemenu ul a {
    padding-right: 30px;
  }
  .property-pagemenu ul a span {
    padding: 5px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #595959;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .property-pagemenu ul li.active a span,
.property-pagemenu ul a:hover span {
    color: #ffffff;
    background-color: #53a700;
  }
  .property-pagemenu ul li.active::before {
    background-color: #53a700;
  }
}

/* MOBILE LAYOUT */
@media (max-width: 991px) {
  .property-pagemenu .mob-pagemenu {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
    max-height: 500px;
  }
}
@media (max-width: 991px) {
  .property-pagemenu .mob-pagemenu ul {
    max-height: 500px;
    overflow-y: auto;
  }
  .property-pagemenu .mob-pagemenu ul > li {
    position: relative;
    padding-bottom: 20px;
  }
  .property-pagemenu .mob-pagemenu ul > li:not(:first-of-type) {
    padding-top: 20px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .property-pagemenu .mob-pagemenu ul > li {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .property-pagemenu .mob-pagemenu ul > li::after {
    position: absolute;
    content: "";
    background-color: #c7c7c7;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 991px) {
  .property-pagemenu .mob-pagemenu ul > li > a {
    display: block;
    font-weight: 600;
    color: #595959;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media (max-width: 991px) {
  .property-pagemenu .mob-pagemenu ul > li.active > a,
.property-pagemenu .mob-pagemenu ul > li > a:hover {
    color: #53a700;
  }
}
@media (max-width: 991px) {
  .property-pagemenu .mob-pagemenu sup {
    font-size: 50%;
    vertical-align: top;
    margin: 0 5px 0 -5px;
  }
}

.property-pagemenu .toc-mob {
  position: relative;
  display: none;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 10px 20px;
  color: #53a700;
  z-index: 1;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .property-pagemenu .toc-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.property-pagemenu .toc-mob-exit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  background-color: #ffffff;
  border-radius: 50%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--fontSize-medium);
  color: #212121;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.property-pagemenu .toc-mob i,
.property-pagemenu .toc-mob-exit i {
  font-size: 2rem;
  font-weight: 600;
  color: #212121;
}

.property-pagemenu.show-pagemenu {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .property-pagemenu.show-pagemenu .toc-mob {
    display: none;
  }
}
@media (max-width: 991px) {
  .property-pagemenu.show-pagemenu .toc-mob-exit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  .property-pagemenu.show-pagemenu .mob-pagemenu {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}

/* ====== PROPERTY SUMMARY (ps) ====== */
.property-summary .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .property-summary .details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.property-summary .details:nth-child(2) {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .property-summary .details:nth-child(2) {
    margin-top: 0;
  }
}
.property-summary .details > div {
  position: relative;
  padding: 0 30px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1200px) {
  .property-summary .details > div {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .property-summary .details > div {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .property-summary .details > div {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .property-summary .details:nth-child(1) > div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .property-summary .details:nth-child(1) > div {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 481px) {
  .property-summary .details:nth-child(2) > div {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .property-summary .details:nth-child(2) > div {
    width: 100%;
  }
}
.property-summary .details > div:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 70%;
  background-color: #757575;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .property-summary .details > div:not(:last-of-type)::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .property-summary .details:nth-child(1) > div {
    padding: 0;
  }
}
.property-summary .details .label {
  margin-top: 5px;
  font-weight: 700;
  color: #595959;
}
@media (max-width: 640px) {
  .property-summary .details .label {
    text-align: center;
  }
}

/* PRICES */
.ps-prices {
  width: auto;
  min-width: 370px;
}
.ps-prices p {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  text-align: left;
}
@media (max-width: 640px) {
  .ps-prices p {
    font-size: 1.75rem;
  }
}
@media (max-width: 1200px) {
  .ps-prices p {
    text-align: center;
  }
}
.ps-prices .toggle-switch {
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .ps-prices .toggle-switch {
    margin: 10px auto 0;
  }
}

/* UNITS */
.ps-units {
  margin-top: 5px;
  padding-top: 3px;
}
@media (max-width: 767px) {
  .ps-units {
    margin: 35px 0 0;
  }
}
.ps-units ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .ps-units ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ps-units ul li {
  position: relative;
  padding: 3px 5px;
  font-weight: 700;
  border: 1px solid #212121;
  border-radius: 6px;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ps-units ul li:not(:last-of-type) {
  margin-right: 10px;
}
.ps-units ul li a {
  position: relative;
  color: #212121;
}
.ps-units ul li:hover,
.ps-units ul li.active {
  background-color: #10398e;
  border-color: #10398e;
}
.ps-units ul li:hover a,
.ps-units ul li.active a {
  color: #ffffff;
}
.ps-units ul li.disabled {
  background-color: #e1e1f0;
  border-color: transparent;
}
.ps-units ul li.disabled a {
  color: #595959;
}
.ps-units ul li.disabled a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #595959;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* STATUS */
@media (max-width: 1130px) {
  .ps-status {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .ps-status {
    margin: 30px 0 60px;
  }
}
@media (max-width: 640px) {
  .ps-status {
    margin: 30px 0 0;
  }
}
.ps-status, .ps-status > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .ps-status {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ps-status > div:not(:last-of-type) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .ps-status > div:not(:last-of-type) {
    margin-right: 5px;
  }
}
.ps-status i {
  font-size: 62px;
}
.ps-status img {
  width: auto;
  height: 100px;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ps-status p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100px;
  padding-left: 15px;
  font-weight: 700;
  color: #212121;
}
@media (max-width: 767px) {
  .ps-status p {
    font-size: 1rem;
  }
}

/* LOCATION */
@media (max-width: 991px) {
  .ps-location {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .ps-location {
    margin-top: 30px;
  }
}

/* DEV TYPE */
@media (max-width: 991px) {
  .ps-dev-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .ps-dev-type {
    margin-top: 30px;
  }
}

/* LAND AREA */
@media (max-width: 991px) {
  .ps-land-area {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 60px;
  }
}

/* LAND AREA */
@media (max-width: 991px) {
  .ps-arch-theme {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .ps-location,
.ps-land-area,
.ps-land-area,
.ps-arch-theme {
    margin-top: 30px;
  }
}

/* ====== PROPERTY MAP (pm) ===== */
.property-map {
  position: relative;
}
.property-map::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #ffffff), to(rgba(236, 236, 244, 0)));
  background-image: linear-gradient(to top, #ffffff 33%, rgba(236, 236, 244, 0));
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 480px) {
  .property-map::after {
    height: 8%;
  }
}
.property-map h3, .property-map .h3-text {
  margin-bottom: 50px;
  color: #212121;
}
@media (max-width: 640px) {
  .property-map .container:nth-child(2) {
    max-width: unset;
    padding: 0;
  }
}

.property-map .sec-header.with-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .property-map .sec-header.with-cta {
    max-width: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991px) {
  .property-map .sec-header.with-cta {
    padding-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .property-map .sec-header.with-cta div {
    width: 100%;
    margin: 0 0 30px;
  }
}
.property-map .sec-header.with-cta h3, .property-map .sec-header.with-cta .h3-text {
  margin-bottom: 0;
  max-width: 430px;
  line-height: 1.2;
}
@media (max-width: 800px) {
  .property-map .sec-header.with-cta h3, .property-map .sec-header.with-cta .h3-text {
    position: relative;
    margin: 10px 0 0;
    max-width: unset;
  }
}
.property-map .sec-header.with-cta ul {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
@media (max-width: 1280px) {
  .property-map .sec-header.with-cta ul {
    margin: 0 auto;
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  .property-map .sec-header.with-cta ul {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .property-map .sec-header.with-cta ul {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 20px;
    padding-left: 0;
  }
}
.property-map .sec-header.with-cta ul li:not(:last-of-type) {
  margin-right: 25px;
}
.property-map .sec-header.with-cta .map-filter.hide {
  display: none;
}
.property-map .sec-header.with-cta .button--primary {
  margin: 0 auto;
  margin-right: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 800px) {
  .property-map .sec-header.with-cta .button--primary {
    margin-right: auto;
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 640px) {
  .property-map .sec-header.with-cta .button--primary {
    margin-top: 0;
    width: 100%;
  }
}
.property-map .sec-header.with-cta .button--primary i {
  font-size: 1.5625rem;
}

.property-map .default-map {
  position: relative;
}
.property-map .default-map::before, .property-map .default-map::after {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.property-map .default-map::before {
  content: "Click here to activate google map";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.5rem;
  z-index: 3;
}
.property-map .default-map::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 2;
}
.property-map .default-map:hover::before, .property-map .default-map:hover::after {
  opacity: 1;
}

.property-map #property-map-wrapper {
  display: none;
  width: 100%;
  height: 748px;
  max-height: 748px;
  outline: 0;
}
.property-map #property-map-wrapper.activate-map {
  display: block;
}

/* KEY PLACES - MODAL */
.key-places {
  position: relative;
  display: none;
  padding: 0;
  width: 100%;
  max-width: 767px;
}
.key-places .fancybox-close-small::after {
  color: #212121;
  font-size: 1rem;
}

.key-places .head-filter {
  position: relative;
  padding: 30px 15px;
  background-color: #ffffff;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .key-places .head-filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.key-places .head-filter h2 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .key-places .head-filter h2 {
    line-height: 1.2;
  }
}
.key-places .head-filter h2 span {
  color: #53a700;
}
.key-places .head-filter .custom-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 0;
  margin-left: 15px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .key-places .head-filter .custom-select {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
}
.key-places .head-filter .custom-select > select {
  padding: 0 10px;
  font-weight: 600;
}
.key-places .head-filter .custom-select > label {
  position: relative;
  margin: 0;
  margin-right: 10px;
  right: unset;
  left: unset;
}
.key-places .head-filter .custom-select > label:before {
  content: "";
  font-size: 1.5625rem;
  color: #595959;
}

.key-places .content-wrap {
  padding: 0 15px;
}

.key-places .table-container {
  overflow: auto;
  white-space: nowrap;
  max-height: 350px;
}
@media (max-width: 767px) {
  .key-places .table-container {
    margin-top: 0;
  }
}
.key-places .table-container table {
  min-width: 800px;
}
.key-places .table-container thead th {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 2;
  padding-right: 15px;
}
.key-places .table-container thead th::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #c7c7c7;
}
.key-places .table-container thead th .icon-sort-arrow {
  display: none;
}
.key-places .table-container thead th:nth-of-type(3),
.key-places .table-container thead th:nth-of-type(4) {
  text-align: right;
}
.key-places .table-container thead tr th:nth-of-type(2),
.key-places .table-container tbody tr td:nth-of-type(1) {
  min-width: 350px;
  max-width: 350px;
  white-space: wrap;
}
.key-places .table-container thead th a {
  position: relative;
  font-weight: 600;
  color: #212121;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.key-places .table-container thead th a i {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(30px, -50%);
  transform: translate(30px, -50%);
  margin-left: 0;
  opacity: 0;
  font-size: 1.375rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.key-places .table-container thead th:hover a i {
  opacity: 1;
}
@media (max-width: 640px) {
  .key-places .table-container thead tr th:first-of-type,
.key-places .table-container tbody th {
    position: sticky;
    left: 0;
    background-color: white;
    z-index: 1;
  }
}
.key-places .table-container tbody th {
  font-weight: 400;
  color: #595959;
}
.key-places .table-container th, .key-places .table-container td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.key-places .table-container tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #c7c7c7;
}
.key-places .table-container th, .key-places .table-container td {
  padding-left: 10px;
  padding-right: 15px;
}
.key-places .table-container tr th:first-of-type {
  padding-left: 0;
}
.key-places .table-container tr.hide {
  display: none;
}

/* AREA DETAILS */
.area-details {
  max-width: 380px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  padding-left: 5px;
}
.area-details div:nth-child(2),
.area-details div:nth-child(3) {
  padding: 20px 0 20px 0;
}

.area-details .asset {
  max-height: 126px;
}
.area-details .asset img {
  width: 100%;
  height: 126px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.area-details .info h3 {
  font-size: 1.375rem;
  font-weight: 500;
  color: #10398e;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .area-details .info h3 {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.area-details .info p, .area-details .info span {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .area-details .info p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.area-details .info span {
  width: 50%;
}
@media (max-width: 640px) {
  .area-details .info span {
    width: 100%;
    margin-bottom: 10px;
  }
}
.area-details .info span i {
  color: #10398e;
  margin-right: 5px;
}
.area-details .info p span:first-of-type {
  position: relative;
  padding-right: 80px;
}
.area-details .info p span:first-of-type::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #c7c7c7;
  top: 50%;
  right: 15px;
}
@media (max-width: 640px) {
  .area-details .info p span:first-of-type::after {
    display: none;
  }
}

.area-details .eta {
  border-top: 2px solid #c7c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 640px) {
  .area-details .eta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.area-details .eta p:nth-child(1) {
  padding-right: 30px;
}
@media (max-width: 640px) {
  .area-details .eta p:nth-child(1) {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .area-details .eta p {
    width: 100%;
    margin-bottom: 15px;
  }
}
.area-details .eta p > * {
  font-size: 1rem;
  display: block;
}
.area-details .eta p strong {
  margin-bottom: 5px;
}
.area-details .eta p strong i {
  margin-right: 5px;
  color: #10398e;
}
.area-details .eta p span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #595959;
}

/* PROPERTY PIN */
.property-pin-image {
  position: absolute;
  left: -1000%;
  top: -100%;
  width: 200px;
  height: 274px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/* PROPERTY INFOWINDOW */
.property-infowindow {
  max-width: 300px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.property-infowindow h3, .property-infowindow .h3-text {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.property-infowindow p i {
  color: #53a700;
  margin-right: 8px;
}
.property-infowindow p a {
  text-decoration: underline;
  color: #212121;
  font-weight: 500;
  font-size: 0.875rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.property-infowindow p a:hover {
  color: #10398e;
}

.area-details .gm-style-iw-ch {
  display: none;
}

.area-details .eta {
  display: none;
}

/* ====== PROPERTY INFO (pi) ===== */
.property-info {
  position: relative;
}
.property-info .container {
  position: relative;
}

/* CONTENT */
.property-info .pi-content {
  width: 100%;
  max-width: 410px;
  z-index: 2;
}
@media (max-width: 767px) {
  .property-info .pi-content {
    max-width: 100%;
  }
}
.property-info .pi-content h2 {
  margin: 0 0 20px;
  color: #212121;
}
.property-info .pi-content p {
  margin-bottom: 10px;
}
.property-info .pi-content .building-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 90%;
  z-index: 1;
  -webkit-transform: translateX(-41%);
  transform: translateX(-41%);
}
@media (max-width: 991px) {
  .property-info .pi-content .building-img {
    -webkit-transform: translate(10%, 30%);
    transform: translate(10%, 30%);
  }
}
@media (max-width: 767px) {
  .property-info .pi-content .building-img {
    position: relative;
    top: unset;
    right: unset;
    margin: 80px auto;
    min-height: 300px;
    -webkit-transform: unset;
    transform: unset;
  }
}
.property-info .pi-content .building-img img {
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 991px) {
  .property-info .pi-content .building-img img {
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
  }
}
@media (max-width: 767px) {
  .property-info .pi-content .building-img img {
    width: 800px;
    -webkit-transform: translateX(-58%);
    transform: translateX(-58%);
  }
}

/* CONTENT - LOGO */
.property-info .pi-logo {
  width: 100%;
  height: 100%;
  max-height: 106px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
}

/* CONTENT - DETAILS */
.property-info .pi-details {
  margin: 50px 0 -60px;
}

@media (max-width: 991px) {
  .property-info .pi-details .cardlist-04 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .property-info .pi-details .cardlist-04 > li {
    width: calc(33.3333333% - 10px);
  }
}
@media (max-width: 640px) {
  .property-info .pi-details .cardlist-04 > li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .property-info .pi-details .cardlist-04 > li {
    width: 100%;
  }
}

.property-info .pi-details > ul > li > div {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .property-info .pi-details > ul > li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.property-info .pi-details > ul > li > div i {
  display: block;
  font-size: var(--fontSize-large);
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .property-info .pi-details > ul > li > div i {
    margin-bottom: 0;
    margin-right: 20px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .property-info .pi-details > ul > li > div p {
    color: #595959;
    font-weight: 700;
  }
}
.property-info .pi-details > ul > li > div p > strong {
  color: #212121;
}
@media (max-width: nobile) {
  .property-info .pi-details > ul > li > div p > strong {
    font-size: 1.125rem;
  }
}
.property-info .pi-details > ul > li > div p:last-of-type {
  margin-top: 5px;
  color: #595959;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media (max-width: 480px) {
  .property-info .pi-details > ul > li > div p:last-of-type {
    margin-top: 3px;
  }
}
.property-info .pi-details > ul > li > div.pi-units div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.property-info .pi-details > ul > li > div.pi-units div ul li {
  position: relative;
  margin-right: 5px;
  padding: 3px 5px;
  font-weight: 700;
  border: 1px solid #212121;
  border-radius: 6px;
  white-space: nowrap;
}
.property-info .pi-details > ul > li > div.pi-units div ul li:first-of-type {
  padding-left: 0;
}
@media (max-width: 991px) {
  .property-info .pi-details > ul > li > div.pi-units div ul li:first-of-type {
    padding-left: 3px;
  }
}
@media (max-width: 480px) {
  .property-info .pi-details > ul > li > div.pi-units i {
    font-size: 1rem;
  }
}
.property-info .pi-details > ul > li > div.pi-status p, .property-info .pi-details > ul > li > div.pi-status p > strong {
  color: #10398e;
}

/* ====== PROPERTY MASTER PLAN (pmp) ===== */
/* ====== PROPERTY COMPARISON (pc) ===== */
.pc-table {
  position: relative;
  overflow: auto;
}
@media (max-width: 991px) {
  .pc-table {
    padding-bottom: 15px;
  }
}

.pc-table table {
  width: 100%;
}
@media (max-width: 1024px) {
  .pc-table table > * > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pc-table table thead tr,
.pc-table table tbody tr:not(:last-of-type) {
  position: relative;
}
.pc-table table thead tr::after,
.pc-table table tbody tr:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(101%, #ececf4), color-stop(39%, #cbced5));
  background-image: linear-gradient(to left, #ececf4 101%, #cbced5 39%);
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .pc-table table thead tr th:nth-child(3) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.pc-table table thead th {
  font-size: var(--fontSize-medium);
  padding-top: 60px;
  height: 60px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .pc-table table thead th {
    padding-top: 50px;
    height: auto;
  }
}
.pc-table table thead th p {
  font-size: var(--fontSize-regular);
}
.pc-table table th img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .pc-table table tbody tr th:nth-child(3) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.pc-table table th, .pc-table table td {
  padding: 20px 25px;
  text-align: center;
  border-bottom: 1px solid #cbced5;
}
@media (max-width: 1024px) {
  .pc-table table th, .pc-table table td {
    min-width: 200px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .pc-table table th, .pc-table table td {
    border-bottom: 2px solid #c7c7c7;
  }
}
@media (max-width: 640px) {
  .pc-table table th, .pc-table table td {
    min-width: 150px;
    padding: 15px 15px 15px 0;
  }
}
.pc-table table tbody tr:last-of-type td,
.pc-table table tbody tr:last-of-type th {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .pc-table table tbody tr:last-of-type td,
.pc-table table tbody tr:last-of-type th {
    border-bottom: 0;
  }
}
.pc-table table td p > strong {
  color: #000000;
}
.pc-table table td p:last-of-type,
.pc-table table tbody th p:last-of-type {
  color: #595959;
}
.pc-table table tr:last-of-type td {
  padding-bottom: 40px;
}
.pc-table table tr:last-of-type td p:last-of-type,
.pc-table table tbody tr:last-of-type th p:last-of-type {
  margin-top: 15px;
  font-size: 10px;
  line-height: 1.8;
}
.pc-table table tbody tr th:nth-child(3) p > strong {
  color: #53a700;
}
.pc-table table thead th:nth-child(3),
.pc-table table tbody th {
  border-right: 1px solid #cbced5;
  border-left: 1px solid #cbced5;
}
@media (max-width: 1024px) {
  .pc-table table thead th:nth-child(3),
.pc-table table tbody th {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #f4f4fb;
  }
  .pc-table table thead th:nth-child(3)::after,
.pc-table table tbody th::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 991px) {
  .pc-table table thead th:nth-child(3)::after,
.pc-table table tbody th::after {
    background-color: #e2e2eb;
  }
}
@media (max-width: 991px) {
  .pc-table table thead th:nth-child(3),
.pc-table table tbody th {
    border-left: 0;
  }
}

/* ====== PROPERTY SITE PROGRESS ===== */
.property-siteprogress .sec-header p.h2-text {
  padding-right: 10px;
  color: #10398e;
}
@media (max-width: 767px) {
  .property-siteprogress .sec-header p.h2-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .property-siteprogress .sec-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.property-siteprogress .sec-header .button--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 767px) {
  .property-siteprogress .sec-header .button--primary {
    margin-top: 20px;
  }
}
.property-siteprogress .sec-header .button--primary img {
  width: 100%;
  max-width: 20px;
  margin-right: 10px;
}
.property-siteprogress .container p {
  color: #737d93;
  margin-bottom: 5px;
}
.property-siteprogress .container p:last-of-type {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .property-siteprogress .owl-nav {
    display: block;
  }
}

.property-siteprogress .owl-nav button,
.siteprogress-gallery .content-wrap .carousel-wrap .owl-nav button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #53a700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .property-siteprogress .owl-nav button,
.siteprogress-gallery .content-wrap .carousel-wrap .owl-nav button {
    width: 40px;
    height: 40px;
  }
}
.property-siteprogress .owl-nav button i::before,
.siteprogress-gallery .content-wrap .carousel-wrap .owl-nav button i::before {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .property-siteprogress .owl-nav button i::before,
.siteprogress-gallery .content-wrap .carousel-wrap .owl-nav button i::before {
    font-size: 20px;
  }
}
.property-siteprogress .owl-nav button:not(.disabled),
.siteprogress-gallery .content-wrap .carousel-wrap .owl-nav button:not(.disabled) {
  opacity: 1;
}
.property-siteprogress .owl-nav button.owl-prev,
.siteprogress-gallery .content-wrap .carousel-wrap .owl-nav button.owl-prev {
  left: 30px;
  right: auto;
}
.property-siteprogress .owl-nav button.owl-next,
.siteprogress-gallery .content-wrap .carousel-wrap .owl-nav button.owl-next {
  right: 30px;
  left: auto;
}

.property-siteprogress .card-item {
  margin-bottom: 0;
}
.property-siteprogress .card-item .info .numbers a {
  direction: ltr;
}
@media (max-width: 640px) {
  .property-siteprogress .card-item .info .numbers a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .property-siteprogress .card-item .info .numbers a p:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 0.875rem;
  }
}

/* SITE PROGRESS GALLERY */
.siteprogress-gallery {
  display: none;
  padding: 0;
  max-width: 767px;
  width: 100%;
}
.siteprogress-gallery .fancybox-close-small {
  top: 5px;
  right: 5px;
}
.siteprogress-gallery .fancybox-close-small::after {
  color: #212121;
  font-size: 0.75rem;
}

.siteprogress-gallery .content-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1180px;
}
@media (min-width: 768px) {
  .siteprogress-gallery .content-wrap {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .siteprogress-gallery .content-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.siteprogress-gallery .content-wrap .carousel-wrap {
  width: 75%;
  background-color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .siteprogress-gallery .content-wrap .carousel-wrap {
    width: 100%;
  }
}
.siteprogress-gallery .content-wrap .carousel-wrap .item {
  position: relative;
  width: 100%;
}

.siteprogress-gallery .content-wrap .carousel-wrap .item .asset img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.siteprogress-gallery .content-wrap .carousel-wrap .item .info {
  position: absolute;
  padding: 15px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(13, 143, 255, 0.7);
  color: #ffffff;
}

.siteprogress-gallery .content-wrap .carousel-wrap .owl-nav button {
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.siteprogress-gallery .content-wrap .carousel-wrap .owl-nav button i::before {
  font-size: 20px;
}

.siteprogress-gallery .content-wrap .thumbnails-wrap {
  position: relative;
  width: 25%;
  padding: 30px 15px;
  overflow-y: auto;
  max-height: 550px;
}
@media (max-width: 991px) {
  .siteprogress-gallery .content-wrap .thumbnails-wrap {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .siteprogress-gallery .content-wrap .thumbnails-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .siteprogress-gallery .content-wrap .thumbnails-wrap ul {
    -ms-touch-action: auto;
        touch-action: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-y: unset;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.siteprogress-gallery .content-wrap .thumbnails-wrap .thumb {
  border: 3px solid transparent;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  max-width: 240px;
  max-height: 140px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .siteprogress-gallery .content-wrap .thumbnails-wrap .thumb:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .siteprogress-gallery .content-wrap .thumbnails-wrap .thumb {
    margin-bottom: 0;
    min-width: 100px;
    max-width: 100px;
  }
}
.siteprogress-gallery .content-wrap .thumbnails-wrap .thumb figure,
.siteprogress-gallery .content-wrap .thumbnails-wrap .thumb img {
  width: 100%;
  height: 100%;
}
.siteprogress-gallery .content-wrap .thumbnails-wrap .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.siteprogress-gallery .content-wrap .thumbnails-wrap .thumb.active {
  border-color: #53a700;
}

/* ====== PROPERTY SPLASH (ps) ===== */
.property-splash {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 0 90px;
  background-color: #ececf4;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: -1;
}
.property-splash > div {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  text-align: center;
}
.property-splash::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(105, 105, 126, 0)), to(#69697e));
  background-image: linear-gradient(to bottom, rgba(105, 105, 126, 0), #69697e);
  z-index: -1;
}

.property-splash.show-splash {
  z-index: 10015;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.property-splash.show-splash::after {
  height: 150%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* CONTENT */
.property-splash .ps-info {
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  .property-splash .ps-info {
    max-width: 320px;
    margin: 0 auto 35px;
  }
}
.property-splash .ps-info h2 {
  line-height: 1.36;
}
@media (max-width: 640px) {
  .property-splash .ps-info h2 {
    font-size: 1.375rem;
  }
}

/* CTAS */
.property-splash .ps-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .property-splash .ps-ctas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.property-splash .ps-ctas > div {
  position: relative;
}
@media (max-width: 640px) {
  .property-splash .ps-ctas > div {
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
  }
}
.property-splash .ps-ctas > div:first-child {
  padding-right: 40px;
}
@media (max-width: 640px) {
  .property-splash .ps-ctas > div:first-child {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.property-splash .ps-ctas > div:first-child::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 70%;
  width: 1px;
  background-color: #757575;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  .property-splash .ps-ctas > div:first-child::before {
    display: none;
  }
}
.property-splash .ps-ctas > div:last-child {
  padding-left: 40px;
}
@media (max-width: 640px) {
  .property-splash .ps-ctas > div:last-child {
    padding-left: 0;
  }
}
.property-splash .ps-ctas p {
  margin-bottom: 20px;
  font-size: var(--fontSize-medium);
}

/* ====== PROPERTY ABOUT CITY (pas) ====== */
.property-city {
  position: relative;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.property-city img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.property-city::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(89deg, rgba(9, 31, 78, 0.62) 50%, rgba(9, 31, 78, 0) 100%);
  background-repeat: no-repeat;
  z-index: 2;
}
.property-city .content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  width: 100%;
}
.property-city .content .title {
  margin-bottom: 10px;
}
.property-city .content p {
  max-width: 50%;
  line-height: 1.5;
  margin-bottom: 10px;
}
.property-city .content p a:link,
.property-city .content p a:visited {
  color: #53a700;
}
.property-city .content .button--primary {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .property-city {
    min-height: 400px;
  }
  .property-city .content p {
    max-width: 100%;
  }
}

/* PROPERTY INVESTMENT */
.property-investment {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .property-investment {
    padding-top: 20px;
  }
}

.property-investment .cardlist-03 {
  margin: 0 -15px;
}
.property-investment .cardlist-03 li {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .property-investment .cardlist-03 li {
    width: 100%;
    padding: 30px 15px;
  }
}
.property-investment .cardlist-03 li:not(:nth-child(2)) {
  width: 30%;
}
@media (max-width: 767px) {
  .property-investment .cardlist-03 li:not(:nth-child(2)) {
    width: 100%;
  }
}
.property-investment .cardlist-03 li:nth-child(2) {
  position: relative;
  width: 40%;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .property-investment .cardlist-03 li:nth-child(2) {
    width: 100%;
    padding: 30px 15px;
  }
}
.property-investment .cardlist-03 li:nth-child(2)::before, .property-investment .cardlist-03 li:nth-child(2)::after {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(89, 89, 89, 0.3);
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
}
@media (max-width: 767px) {
  .property-investment .cardlist-03 li:nth-child(2)::before, .property-investment .cardlist-03 li:nth-child(2)::after {
    width: 100%;
    height: 1px;
  }
}
.property-investment .cardlist-03 li:nth-child(2)::before {
  left: 10px;
}
@media (max-width: 767px) {
  .property-investment .cardlist-03 li:nth-child(2)::before {
    left: unset;
  }
}
.property-investment .cardlist-03 li:nth-child(2)::after {
  right: 10px;
}
@media (max-width: 767px) {
  .property-investment .cardlist-03 li:nth-child(2)::after {
    top: unset;
    right: unset;
    bottom: 0;
  }
}
.property-investment .cardlist-03 p {
  margin-bottom: 20px;
  line-height: 1.76;
  color: #595959;
}
.property-investment .cardlist-03 p.h3-text {
  font-size: 1.75rem;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #212121;
}

/* PROPERTY INVESTMENT GRAPH */
.property-investgraph .invest-graph {
  position: relative;
  margin: auto;
}
.property-investgraph .invest-graph canvas {
  width: 100%;
  height: 500px;
}
.property-investgraph .content--body {
  padding: 20px;
}
.property-investgraph .content--body * {
  max-width: 100%;
}
.property-investgraph .content--body p {
  margin-bottom: 10px;
  font-size: 0.875rem;
  color: #757575;
}
@media (max-width: 767px) {
  .property-investgraph .invest-graph {
    overflow: scroll;
  }
  .property-investgraph .invest-graph .wrapper {
    position: relative;
    width: 790px;
  }
  .property-investgraph .invest-graph canvas {
    width: 790px;
  }
}

/* PROPERTY NEAREST */
.property-nearest .cardlist-03 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .property-nearest .cardlist-03 > div:last-of-type {
    margin-left: 0;
  }
}

/* PROPERTY WORK WTIH */
.property-workwith .table-container thead th,
.property-workwith .table-container tbody td {
  position: relative;
  padding: 15px 0;
}
.property-workwith .table-container thead th:first-of-type,
.property-workwith .table-container tbody tr td:first-of-type {
  color: #212121;
  font-weight: 600;
  padding-left: 0;
  width: 30%;
}
@media (max-width: 640px) {
  .property-workwith .table-container thead th:first-of-type,
.property-workwith .table-container tbody tr td:first-of-type {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .property-workwith .table-container thead th:first-of-type,
.property-workwith .table-container thead th {
    color: #595959;
    border-bottom: 1px solid #c7c7c7;
  }
}
@media (max-width: 640px) {
  .property-workwith .table-container tbody td {
    color: #212121;
    font-weight: 600;
  }
}
@media (max-width: 640px) {
  .property-workwith .table-container thead th:first-of-type::after,
.property-workwith .table-container tbody tr td:first-of-type::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #c7c7c7;
    top: 0;
    right: 0;
  }
}
.property-workwith .table-container tbody tr:not(:last-child) {
  border-bottom: 1px solid #c7c7c7;
}

@media (max-width: 640px) {
  .property-amenities .cardlist-04 {
    margin: 0 -20px;
  }
}
@media (max-width: 640px) {
  .property-amenities .cardlist-04 li {
    width: calc(50% - 10px);
    padding: 0 8px;
  }
}

@media (max-width: 640px) {
  .property-amenities .card-item .asset {
    padding-bottom: 75%;
  }
}
@media (max-width: 640px) {
  .property-amenities .card-item .asset, .property-amenities .card-item .asset img {
    min-height: unset;
  }
}
@media (max-width: 640px) {
  .property-amenities .card-item .asset .property-info {
    padding: 20px 10px;
  }
}
.property-amenities .card-item .asset .property-info h3 {
  line-height: 1.2;
  font-size: 1.25rem;
}
@media (max-width: 640px) {
  .property-amenities .card-item .asset .property-info {
    padding: 10px;
  }
  .property-amenities .card-item .asset .property-info h3 {
    font-size: line-height 0;
    font-size: 0.875rem;
  }
}

.property-buildings .cardlist-03 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .property-buildings .cardlist-03 > div:last-of-type {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .property-buildings .cardlist--carousel,
.property-buildings .cardlist--carousel .owl-item {
    max-width: 280px;
  }
}
@media (max-width: 480px) {
  .property-buildings .cardlist--carousel .card-item .asset > a figure img,
.property-buildings .cardlist--carousel .owl-item .card-item .asset > a figure img {
    min-width: 300px;
  }
}
.property-buildings .cardlist--carousel .card-item .asset:not(.no-dark)::after,
.property-buildings .cardlist--carousel .owl-item .card-item .asset:not(.no-dark)::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, rgba(0, 0, 0, 0.6)), color-stop(70%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0) 70%);
}

.property-buildings .card-item .asset {
  background-color: #10398e;
}
@media (max-width: 640px) {
  .property-buildings .card-item .asset .property-info h3 {
    font-size: 1.125rem;
    line-height: 1;
  }
}
.property-buildings .card-item .asset .property-info > .meta {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .property-buildings .card-item .asset .property-info > .meta {
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .property-media .cardlist-04 {
    margin: 0 -20px;
  }
}
@media (max-width: 640px) {
  .property-media .cardlist-04 li {
    width: calc(50% - 10px);
    padding: 0 8px;
    margin-bottom: 20px;
  }
  .property-media .cardlist-04 li:nth-last-of-type(2), .property-media .cardlist-04 li:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .property-media .card-item {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .property-media .card-item .asset {
    padding-bottom: 100%;
  }
}
@media (max-width: 640px) {
  .property-media .card-item .asset, .property-media .card-item .asset img {
    min-height: unset;
  }
}
.property-media .card-item .asset .property-info h3 {
  line-height: 1.2;
}
@media (max-width: 640px) {
  .property-media .card-item .asset .property-info {
    padding: 10px;
  }
  .property-media .card-item .asset .property-info h3 {
    font-size: line-height 0;
    font-size: 0.875rem;
  }
}

/* PROPERTY THEME */
.property-theme .box-item--gradient .box-assets {
  width: 60%;
}
@media (max-width: 991px) {
  .property-theme .box-item--gradient .box-assets {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .property-theme .box-item--gradient .box-assets {
    width: 100%;
  }
}
.property-theme .box-item--gradient .box-assets img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 991px) {
  .property-theme .box-item--gradient .box-assets img {
    top: 50%;
    -webkit-transform: scale(1.8) translateY(-20%);
    transform: scale(1.8) translateY(-20%);
  }
}
@media (max-width: 767px) {
  .property-theme .box-item--gradient .box-assets img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.property-theme .box-item-wrapper .box-item:nth-of-type(odd) .box-assets {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .property-theme .box-item-wrapper .box-item:nth-of-type(odd) .box-assets {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.property-theme .box-item--gradient .box-content {
  width: 40%;
}
@media (max-width: 991px) {
  .property-theme .box-item--gradient .box-content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .property-theme .box-item--gradient .box-content {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .property-theme .box-item--gradient .box-content.content--body > * {
    margin-left: 0;
  }
}
.property-theme .box-item--gradient .box-content h3.h2-text {
  font-size: 3.625rem;
  font-weight: 600;
  color: #10398e;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .property-theme .box-item--gradient .box-content h3.h2-text {
    font-size: 2.375rem;
  }
}
@media (max-width: 767px) {
  .property-theme .box-item--gradient .box-content h2:first-of-type {
    margin-top: 0;
  }
}

/* ====== PROPERTY EXPLORE (pe) ===== */
.property-explore .box-item--gradient .box-assets {
  width: 60%;
}
@media (max-width: 991px) {
  .property-explore .box-item--gradient .box-assets {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .property-explore .box-item--gradient .box-assets {
    width: 100%;
  }
}
.property-explore .box-item--gradient .box-assets img {
  position: relative;
}

.property-explore .box-item-wrapper .box-item:nth-of-type(odd) .box-assets {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .property-explore .box-item-wrapper .box-item:nth-of-type(odd) .box-assets {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.property-explore .box-item--gradient .box-content {
  width: 40%;
}
@media (max-width: 991px) {
  .property-explore .box-item--gradient .box-content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .property-explore .box-item--gradient .box-content {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .property-explore .box-item--gradient .box-content.content--body > * {
    margin-left: 0;
  }
}
.property-explore .box-item--gradient .box-content h2 {
  font-size: 3.625rem;
  font-weight: 600;
  color: #10398e;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .property-explore .box-item--gradient .box-content h2 {
    font-size: 2.375rem;
  }
}
@media (max-width: 767px) {
  .property-explore .box-item--gradient .box-content h2:first-of-type {
    margin-top: 0;
  }
}

/* ====== PROPERTY UNITS (pu) ===== */
.property-units .hide {
  display: none;
}
.property-units .sec-header {
  padding-bottom: 20px;
}

/* FILTERS */
@media (max-width: 1200px) {
  .property-units .pu-filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.property-units .pu-filters, .property-units .pu-filters > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  .property-units .pu-filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.property-units .pu-filters .toggle-switch.ts-gray {
  background-color: #94a2bf;
  border-color: #94a2bf;
}
.property-units .pu-filters .toggle-switch.ts-gray input[type=radio] + label {
  color: #ffffff;
}
.property-units .pu-filters .toggle-switch.ts-gray input[type=radio]:checked + label::after {
  background-color: #ffffff;
}
.property-units .pu-filters .toggle-switch.ts-gray input[type=radio]:checked + label {
  color: #94a2bf;
}
@media (max-width: 640px) {
  .property-units .pu-filters .toggle-switch.ts-gray {
    width: 100%;
    max-width: unset;
    margin: 10px 0 0;
  }
  .property-units .pu-filters .toggle-switch.ts-gray > div {
    width: 50%;
  }
  .property-units .pu-filters .toggle-switch.ts-gray input[type=radio] + label {
    padding: 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* FILTERS - AVAILABILITY */
.property-units .pu-filters .filter-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1200px) {
  .property-units .pu-filters .filter-by {
    margin-right: 30px;
  }
}
@media (max-width: 640px) {
  .property-units .pu-filters .filter-by {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .property-units .pu-filters .filter-by {
    margin-right: 0;
  }
}
.property-units .pu-filters .filter-by li:not(:last-of-type) {
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .property-units .pu-filters .filter-by li:not(:last-of-type) {
    margin-right: 20px;
  }
}
.property-units .pu-filters .filter-by li > a {
  position: relative;
  font-size: var(--fontSize-regular);
  font-weight: 700;
}
.property-units .pu-filters .filter-by li > a:link, .property-units .pu-filters .filter-by li > a:visited {
  color: #595959;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.property-units .pu-filters .filter-by li > a:link::before, .property-units .pu-filters .filter-by li > a:visited::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #53a700;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (min-width: 991px) {
  .property-units .pu-filters .filter-by li > a.active, .property-units .pu-filters .filter-by li > a:hover, .property-units .pu-filters .filter-by li > a:active {
    color: #53a700;
  }
  .property-units .pu-filters .filter-by li > a.active::before, .property-units .pu-filters .filter-by li > a:hover::before, .property-units .pu-filters .filter-by li > a:active::before {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.property-units .pu-filters .filter-by li > a i,
.property-units .pu-filters .filter-by li > a span {
  display: none;
}
.property-units .pu-filters .filter-by li > a i.show-icon,
.property-units .pu-filters .filter-by li > a span.show-icon {
  display: inline;
}
.property-units .pu-filters .filter-by li > a i::before {
  color: #595959;
  font-size: 1.375rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.property-units .pu-filters .filter-by li > a:hover i::before,
.property-units .pu-filters .filter-by li > a.active i::before {
  color: #53a700;
}
.property-units .pu-filters .filter-by a.active {
  color: #53a700;
}
.property-units .pu-filters .filter-by a.active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.property-units .pu-filters .filter-by a.active i::before {
  font-size: 0.875rem;
}

/* FILTERS - DETAILS */
.property-units .pu-filters > div:nth-child(2) {
  margin: 0 auto;
  margin-right: 100px;
}
@media (max-width: 991px) {
  .property-units .pu-filters > div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
    margin-right: auto;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .property-units .pu-filters > div:nth-child(2) {
    width: 100%;
  }
}

/* FILTERS - VIEW TYPE */
.property-units .pu-filters > div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.property-units .pu-filters > div:nth-child(3) > label {
  margin-right: 10px;
  font-weight: 700;
  color: #595959;
}
@media (max-width: 480px) {
  .property-units .pu-filters > div:nth-child(3) > label {
    display: none;
  }
}
@media (max-width: 991px) {
  .property-units .pu-filters > div:nth-child(3) {
    margin-right: 20px;
  }
}
@media (max-width: 640px) {
  .property-units .pu-filters > div:nth-child(3) {
    width: 100%;
    margin-right: 0;
  }
}

/* CARDS */
.property-units .pu-cards {
  margin: 40px 0 -20px;
}
.property-units .pu-cards .cardlist-04 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.property-units .pu-cards .cardlist-04 .card-unit {
  margin-bottom: 0;
  height: 100%;
}
.property-units .pu-cards div.js-view-unit {
  cursor: pointer;
}

/* TABLE */
.property-units .pu-lists {
  margin: 40px 0 -20px;
  position: relative;
  overflow: auto;
}

.property-units .pu-table {
  width: 100%;
  white-space: nowrap;
}
.property-units .pu-table .js-view-unit {
  cursor: pointer;
}
.property-units .pu-table thead th {
  font-weight: 700;
  text-align: left;
}
@media (max-width: 640px) {
  .property-units .pu-table thead th {
    white-space: wrap;
    min-width: 95px;
    text-align: left;
  }
}
.property-units .pu-table thead th,
.property-units .pu-table tbody th,
.property-units .pu-table tbody td {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2eb;
}
.property-units .pu-table thead th:first-child,
.property-units .pu-table tbody th {
  position: sticky;
  left: 0;
  z-index: 2;
  text-align: left;
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .property-units .pu-table thead th:first-child,
.property-units .pu-table tbody th {
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .property-units .pu-table thead th:first-child,
.property-units .pu-table tbody th {
    background-color: #ffffff;
  }
}
.property-units .pu-table thead th:first-child::after,
.property-units .pu-table tbody th::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
@media (max-width: 991px) {
  .property-units .pu-table thead th:first-child::after,
.property-units .pu-table tbody th::after {
    background-color: #e2e2eb;
  }
}
.property-units .pu-table tbody th {
  width: 300px;
  min-width: 110px;
  padding-right: 20px;
  white-space: break-spaces;
}
@media (max-width: 767px) {
  .property-units .pu-table tbody th {
    padding-right: 10px;
  }
}
.property-units .pu-table tbody th a {
  color: #212121;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.property-units .pu-table tbody th a:hover {
  color: #10398e;
}
.property-units .pu-table thead th, .property-units .pu-table tbody td {
  text-align: left;
}
@media (max-width: 640px) {
  .property-units .pu-table thead th, .property-units .pu-table tbody td {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .property-units .pu-table thead th:not(:last-of-type), .property-units .pu-table tbody td:not(:last-of-type) {
    border-right: 1px solid #c7c7c7;
  }
}
.property-units .pu-table thead tr th:not(:first-of-type),
.property-units .pu-table tbody td {
  padding: 15px 20px;
}
@media (max-width: 640px) {
  .property-units .pu-table thead tr th:not(:first-of-type),
.property-units .pu-table tbody td {
    padding: 15px 10px;
  }
}
@media (max-width: 640px) {
  .property-units .pu-table tbody tr td {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .property-units .pu-table tbody tr td:nth-child(1), .property-units .pu-table tbody tr td:nth-child(2) {
    min-width: 95px;
    max-width: 300px;
    white-space: wrap;
  }
}
.property-units .pu-table tr {
  position: relative;
}
.property-units .pu-table tr:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(101%, #ececf4), color-stop(39%, #cbced5));
  background-image: linear-gradient(to left, #ececf4 101%, #cbced5 39%);
  bottom: 0;
  left: 0;
  z-index: 2;
}
.property-units .pu-table td.price a,
.property-units .pu-table td.size a {
  color: #595959;
}
.property-units .pu-table td.price strong,
.property-units .pu-table td.size strong {
  font-weight: 500;
}
@media (max-width: 640px) {
  .property-units .pu-table td.price strong,
.property-units .pu-table td.size strong {
    font-weight: 600;
  }
}
@media (max-width: 640px) {
  .property-units .pu-table td.price,
.property-units .pu-table td.size {
    color: #212121;
  }
}
.property-units .pu-table td.available a {
  color: #212121;
}
.property-units .pu-table td.available.few a, .property-units .pu-table td.available.few span {
  color: #ff9d00;
}
.property-units .pu-table tbody tr.not-available {
  background-color: #e2e2eb;
}
.property-units .pu-table tbody tr.not-available::after {
  background-image: none;
}
.property-units .pu-table tbody tr.not-available td.name {
  color: #595959;
}
.property-units .pu-table tbody tr.not-available th {
  background-color: #e2e2eb;
}

/* UNIT DETAILS (MODAL */
.unit-details {
  position: relative;
  padding: 0;
  display: none;
  width: 100%;
  max-width: 991px;
}
.unit-details .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.unit-details .content-wrap > div {
  padding: 30px;
}
.unit-details .close-details {
  position: absolute;
  top: 40px;
  right: 30px;
  background: transparent;
}

.unit-details .info {
  width: 40%;
  border-right: 1px solid #c7c7c7;
}
@media (max-width: 991px) {
  .unit-details .info {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #c7c7c7;
  }
}
.unit-details .info .h3-text {
  color: #10398e;
}
.unit-details .info p {
  margin-top: 5px;
  font-weight: 600;
  color: #595959;
  line-height: 1.4;
}
.unit-details .info p.warning {
  color: #fc7e00;
}
.unit-details .info img {
  margin: 20px 0 30px;
}

.unit-details .view-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .unit-details .view-unit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.unit-details .view-unit a {
  width: 50%;
  text-align: center;
  font-size: 1.125rem;
}
@media (max-width: 991px) {
  .unit-details .view-unit a {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .unit-details .view-unit a {
    margin-top: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .unit-details .view-unit a {
    margin-top: 20px;
    width: 100%;
  }
}
.unit-details .view-unit a:not(.button--secondary) {
  font-weight: 600;
  color: #53a700;
}

.unit-details .features {
  width: 60%;
}
@media (max-width: 991px) {
  .unit-details .features {
    width: 100%;
  }
}

.unit-details .features .more-features {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.unit-details .features #unitComputation .button--primary {
  margin-top: 30px;
}

.unit-details .features .cardlist-03 {
  margin-bottom: -15px;
}
.unit-details .features .cardlist-03 li {
  margin-bottom: 15px;
  border-radius: 5px;
}

.unit-details .features .button--primary {
  width: 100%;
}

.unit-details .cta {
  width: 100%;
  text-align: center;
  border-top: 1px solid #c7c7c7;
}
.unit-details .cta p {
  color: #595959;
  font-weight: 500;
}
.unit-details .cta .button--primary {
  margin-top: 20px;
}

/* ====== PROPERTY DETAILS PAGE (pdp) ===== */
main .container {
  max-width: 1200px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  main .container {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  main .sec-header {
    max-width: 100%;
  }
}

/* SEPARATOR BG */
.sp-bg {
  background-color: #f4f4fb;
}

/* FOR BUILDINGS AND AMENITIES MORE FEATURE */
.more-features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
}
@media (max-width: 991px) {
  .more-features {
    padding-left: 20px;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .more-features {
    padding-left: 0;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .more-features {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.more-features li {
  position: relative;
  color: #595959;
  padding-left: 15px;
}
.more-features li::after {
  position: absolute;
  content: "";
  background-color: #595959;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  top: 8px;
  left: 3px;
}

/* SUMMARY */
.pdp-summary {
  padding: 65px 0 70px;
  background: #f4f4fb;
}
@media (max-width: 640px) {
  .pdp-summary {
    padding: 45px 0;
  }
}

/* MAP */
.pdp-map {
  padding-top: 60px;
}
@media (max-width: 640px) {
  .pdp-map {
    padding-top: 40px;
  }
}
.pdp-map .sec-header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pdp-map .sec-header > div {
  margin-right: 50px;
}
@media (max-width: 1024px) {
  .pdp-map .sec-header > div {
    margin-right: 30px;
  }
}

/* MAP - INVESTORS */
.pdp-map--investors::after {
  height: 25%;
}
@media (max-width: 640px) {
  .pdp-map--investors::after {
    height: 12%;
  }
}

/* MASTER PLAN */
.pdp-masterplan.pdp-masterplan--investor {
  padding-top: 65px;
}
.pdp-masterplan.pdp-masterplan--resident {
  padding-top: 30px;
}
.pdp-masterplan .sec-header {
  padding-top: 0;
}
@media (max-width: 640px) {
  .pdp-masterplan.pdp-masterplan--investor {
    padding-top: 45px;
  }
}

/* MASTER PLAN - INVESTORS */
.pdp-masterplan--investors {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 640px) {
  .pdp-masterplan--investors {
    padding-bottom: 60px;
  }
}

/* THEMES */
.pdp-theme {
  padding: 70px 0 0;
}
@media (max-width: 640px) {
  .pdp-theme {
    padding: 20px 0 0;
  }
  .pdp-theme.pdp-theme--investor {
    padding: 45px 0 0;
  }
}

.pdp-theme--investors {
  padding-top: 50px;
}

/* UNITS */
.pdp-units {
  padding-top: 65px;
}
@media (max-width: 640px) {
  .pdp-units {
    padding-top: 45px;
  }
}
@media (max-width: 640px) {
  .pdp-units .sec-header {
    max-width: 100%;
  }
}

/* SITE PROGRESS */
.pdp-progress {
  padding-top: 85px;
}
@media (max-width: 640px) {
  .pdp-progress.pdp-progress--investor {
    padding-top: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .pdp-progress .owl-carousel {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
  }
}

/* EXPLORE */
.pdp-explore {
  padding: 75px 0;
}
@media (max-width: 991px) {
  .pdp-explore {
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  .pdp-explore {
    padding-top: 50px;
  }
}

/* COMPARISON */
.pdp-comparison {
  padding-top: 65px;
}
.pdp-comparison.pdp-comparison--resident {
  padding-bottom: 70px;
}
.pdp-comparison.pdp-comparison--investor {
  padding-top: 20px;
}
@media (max-width: 640px) {
  .pdp-comparison {
    padding-top: 45px;
  }
  .pdp-comparison.pdp-comparison--resident {
    padding-bottom: 50px;
  }
  .pdp-comparison.pdp-comparison--investor {
    padding-top: 25px;
  }
}

/* INVEST */
@media (max-width: 991px) {
  .pdp-invest {
    padding-top: 70px;
  }
}
@media (max-width: 640px) {
  .pdp-invest {
    padding-top: 35px;
  }
}

.pdp-invest--resident {
  background-color: #f4f4fb;
}
.pdp-invest--resident.pdp-invest {
  padding-top: 90px;
}
.pdp-invest--resident.pdp-investgraph {
  padding-top: 70px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .pdp-invest--resident.pdp-invest {
    padding-top: 20px;
  }
  .pdp-invest--resident.pdp-investgraph {
    padding-top: 30px;
  }
}

.pdp-invest--investor.pdp-invest {
  padding-top: 90px;
}
.pdp-invest--investor.pdp-investgraph {
  padding-top: 70px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .pdp-invest--investor.pdp-invest {
    padding-top: 20px;
  }
  .pdp-invest--investor.pdp-investgraph {
    padding-top: 30px;
  }
}

/* BUILDINGS */
.pdp-buildings.pdp-buildings--investor {
  padding-top: 65px;
}
.pdp-buildings.pdp-buildings--resident {
  padding-top: 65px;
}
.pdp-buildings .owl-carousel ~ .sec-header {
  margin-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  .pdp-buildings {
    padding-top: 45px;
  }
  .pdp-buildings.pdp-buildings--investor {
    padding-top: 45px;
  }
}

/* AMENITIES */
.pdp-amenities.pdp-amenities--investor {
  padding-top: 85px;
}
.pdp-amenities.pdp-amenities--resident {
  padding-top: 65px;
}
.pdp-amenities .cardlist-04 ~ .sec-header {
  margin-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  .pdp-amenities.pdp-amenities--resident {
    padding-top: 45px;
  }
  .pdp-amenities.pdp-amenities--investor {
    padding-top: 65px;
  }
}

/* NEWS */
.pdp-news.pdp-news--resident {
  padding-top: 45px;
}
.pdp-news.pdp-news--investor {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 640px) {
  .pdp-news.pdp-news--investor {
    padding-top: 40px;
  }
}
@media (max-width: 640px) {
  .pdp-news .sec-header {
    max-width: 100%;
  }
}
.pdp-news .sec-header.with-cta .view-more {
  color: #53a700;
}
@media (max-width: 640px) {
  .pdp-news .sec-header.with-cta .view-more span {
    display: none;
  }
}

/* MEDIA */
.pdp-media.pdp-media--resident {
  padding-top: 55px;
  padding-bottom: 60px;
}
.pdp-media.pdp-media--investor {
  padding-top: 60px;
}
@media (max-width: 640px) {
  .pdp-media.pdp-media--resident {
    padding-bottom: 50px;
  }
  .pdp-media.pdp-media--investor {
    padding-top: 40px;
  }
}

/* CITY */
.pdp-aboutcity {
  padding-top: 50px;
}
@media (max-width: 640px) {
  .pdp-aboutcity {
    padding-top: 35px;
  }
}

/* WORK WITH */
.pdp-workwith.pdp-workwith--resident {
  padding-top: 60px;
}
.pdp-workwith.pdp-workwith--investor {
  padding-top: 60px;
}
@media (max-width: 640px) {
  .pdp-workwith.pdp-workwith--resident {
    padding-top: 30px;
  }
}

/* NEAREST */
.pdp-nearest {
  padding-top: 65px;
}
.pdp-nearest.pdp-nearest--resident {
  padding-bottom: 70px;
}
.pdp-nearest.pdp-nearest--investor {
  padding-bottom: 70px;
}
@media (max-width: 640px) {
  .pdp-nearest {
    padding-top: 45px;
  }
  .pdp-nearest.pdp-nearest--resident {
    padding-bottom: 50px;
  }
  .pdp-nearest.pdp-nearest--investor {
    padding-bottom: 50px;
  }
}

/* CONTACT */
@media (min-width: 1200px) {
  .pl-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .pl-contact {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

/* Property Skin Types */
body.property-exclusive .navbar-logo .blue,
body.property-exclusive .navbar-logo .white {
  display: none !important;
}
body.property-exclusive header .navbar .navbar-logo a img.exclusive-dark {
  display: block;
}
body.property-exclusive header.banner-navbar .navbar .navbar-logo a img.exclusive-white {
  display: block;
}
body.property-exclusive header.banner-navbar .navbar .navbar-logo a img.exclusive-dark {
  display: none;
}
body.property-exclusive .c--blue {
  color: #212121;
}
body.property-exclusive .toggle-switch.ts-white input[type=radio]:checked + label::after {
  background-color: #262626;
}
body.property-exclusive .toggle-switch.ts-white input[type=radio] + label {
  color: #262626;
}
body.property-exclusive .toggle-switch.ts-white input[type=radio]:checked + label {
  color: #fff;
}
body.property-exclusive .switch-view .switch-open {
  background-color: #262626;
}
body.property-exclusive header.banner-navbar::after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(41%, #262626), color-stop(81%, rgba(16, 57, 142, 0)));
  background-image: linear-gradient(to bottom, #262626 41%, rgba(16, 57, 142, 0) 81%);
}
body.property-exclusive .property-banner::after {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #262626), color-stop(70%, rgba(38, 38, 38, 0.62)), to(rgba(16, 57, 142, 0)));
  background-image: linear-gradient(to top, #262626 15%, rgba(38, 38, 38, 0.62) 70%, rgba(16, 57, 142, 0) 100%);
}
body.property-exclusive .property-city::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #262626bd), to(rgba(9, 31, 78, 0)));
  background-image: linear-gradient(90deg, #262626bd 50%, rgba(9, 31, 78, 0) 100%);
}
body.property-exclusive footer {
  background: #262626;
}
body.property-exclusive footer .cardlist-03 > li:nth-child(1) .footer-contact:nth-child(2) .info p:nth-child(even),
body.property-exclusive footer .cardlist-03 > li:nth-child(2) .footer-contact:nth-child(2) .info p:nth-child(even),
body.property-exclusive footer .cardlist-03 > li:nth-child(1) .footer-contact:nth-child(2) .info p:nth-child(odd),
body.property-exclusive footer .cardlist-03 > li:nth-child(2) .footer-contact:nth-child(2) .info p:nth-child(odd) {
  background-color: #262626;
}
@media screen and (min-width: 641px) {
  body.property-exclusive header.banner-navbar .header-cta {
    background: transparent;
  }
  body.property-exclusive .property-banner::after {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(43%, #262626), color-stop(70%, rgba(38, 38, 38, 0.62)), to(rgba(16, 57, 142, 0)));
    background-image: linear-gradient(to top, #262626 43%, rgba(38, 38, 38, 0.62) 70%, rgba(16, 57, 142, 0) 100%);
  }
  body.property-exclusive .banner.property-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 62%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #262626), to(rgba(38, 38, 38, 0)));
    background-image: linear-gradient(90deg, #262626 50%, rgba(38, 38, 38, 0) 100%);
    z-index: 2;
  }
  body.property-exclusive .banner.property-banner::after {
    background-image: url(../images/page_template/dmci-exclusive-overlay.png);
    opacity: 0.25;
  }
}

body.property-leisure .navbar-logo .blue,
body.property-leisure .navbar-logo .white {
  display: none !important;
}
body.property-leisure header .navbar .navbar-logo a img.leisure-dark {
  display: block;
}
body.property-leisure header.banner-navbar .navbar .navbar-logo a img.leisure-white {
  display: block;
}
body.property-leisure header.banner-navbar .navbar .navbar-logo a img.leisure-dark {
  display: none;
}
@media screen and (min-width: 641px) {
  body.property-leisure header.banner-navbar .header-cta {
    background: transparent;
  }
  body.property-leisure .banner.property-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 62%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0f2d55), to(rgba(38, 38, 38, 0)));
    background-image: linear-gradient(90deg, #0f2d55 50%, rgba(38, 38, 38, 0) 100%);
    z-index: 2;
  }
  body.property-leisure .banner.property-banner::after {
    background-image: url("../images/page_template/dmci-leasure-overlay.png");
    opacity: 0.9;
  }
}