@charset "UTF-8";
.vacancy-rate-cta {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vw;
  max-height: 474px;
}
.vacancy-rate-cta::before {
  content: "";
  background: url("/themes/openspace/assets/img/openlot/vacancy-rate-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 100%;
  width: 100%;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.vacancy-rate-cta > button {
  position: absolute;
  z-index: 2;
}
.vacancy-rate-cta > button svg.ext {
  fill: #ffffff !important;
}

.ol-caption-left {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.ol-caption-right .fancybox-custom-button {
  font-size: 16px;
  min-height: 52px;
  padding: 12px 20px;
  border-radius: 30px;
  background: #19a665;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ol-caption-right .fancybox-custom-button:focus {
  outline: 2px solid rgba(25, 166, 101, 0.35);
  outline-offset: 2px;
}

@media (max-width: 576px) {
  .ol-caption-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .ol-caption-right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .ol-caption-right .fancybox-custom-button {
    width: 100%;
  }
}
.type-community h1 {
  margin-bottom: 15px;
  line-height: 34px;
  font-size: 22px;
}
@media (min-width: 992px) {
  .type-community h1 {
    font-size: 1.875rem;
    line-height: 1;
    font-size: 1.625rem;
    margin-bottom: 0;
  }
}
.type-community h2 {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1199.98px) {
  .type-community h2 {
    font-size: 20px;
    line-height: 23px;
  }
}
.type-community p {
  font-size: 14px;
}
.type-community a:not(.btn) {
  text-decoration: underline;
}
.type-community .sub-text {
  margin-bottom: 0;
  line-height: 1;
}
.type-community .sub-text a {
  font-size: 14px !important;
  color: #495057;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.type-community .breadcrumb a {
  text-decoration: none;
}
.type-community .breadcrumb a:hover {
  text-decoration: underline;
}
.type-community .helper {
  color: #495057;
  font-size: 10px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .type-community .helper {
    margin-top: 20px;
  }
}
.type-community .chart-container {
  height: 387px;
  margin-bottom: 20px;
}
.type-community .actions .actions--title {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.type-community .actions .actions--title h2 {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.type-community .land-release-section {
  margin-top: 0;
}
.type-community .land-release-container {
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .type-community .land-release-container {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .type-community .land-release-container::-webkit-scrollbar {
    height: 7px;
    background-color: #ffffff;
  }
  .type-community .land-release-container::-webkit-scrollbar-thumb:horizontal {
    border-radius: 5px;
    background-color: rgba(100, 111, 121, 0.57);
  }
}
.type-community .estate-images {
  height: 250px;
}
@media (min-width: 768px) {
  .type-community .estate-images {
    height: 430px;
  }
}
.type-community .estate-images .swiper-wrapper {
  align-items: center;
}
.type-community .estate-images .swiper-slide {
  display: inline-flex;
  align-items: center;
}
.type-community .estate-images .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
  background: #f7f8fc;
}
.type-community .estate-images .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.type-community .estate-images .swiper-pagination {
  text-align: right;
  padding-right: 6px;
  bottom: 0;
}
.type-community .community-details .heading {
  background: #f8f9fa;
  box-shadow: inset 0px -1px 0px #dee2e6;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .type-community .community-details .heading {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.type-community .community-details .heading .title {
  display: block;
}
@media (min-width: 992px) {
  .type-community .community-details .heading .title {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .type-community .community-details .col-gallery {
    max-width: 690px;
    max-height: 430px;
    flex: 0 0 690px;
  }
}
@media (max-width: 1199.98px) {
  .type-community .community-details .col-gallery .round-toggle {
    display: none;
  }
}
.type-community .community-details .col-gallery .round-toggle.next {
  right: -10px;
}
.type-community .community-details .col-gallery .round-toggle.prev {
  left: -10px;
}
.type-community .community-details .offer {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.type-community .community-details .offer span {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid;
  border-radius: 4px;
  margin-right: 10px;
  padding: 4px 8px;
  text-transform: uppercase;
}
.type-community .community-details ul.community-hooks {
  padding-left: 1rem;
  list-style: none;
}
.type-community .community-details ul.community-hooks li:before {
  content: "•";
  color: #212529;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.type-community .community-details .community-hooks {
  font-size: 14px;
  color: #212529;
}
.type-community .community-details .community-hooks.text-muted {
  font-size: 11px;
  color: #212529 !important;
}
.type-community .community-details .community-hooks.text-muted li:before {
  display: none !important;
}
.type-community .community-details .terms-conditions-wrapper button {
  text-decoration: underline;
}
.type-community .community-details .round-toggle {
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 99;
}
.type-community .community-details .round-toggle.js-next {
  right: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.type-community .community-details .round-toggle.js-prev {
  left: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.type-community .community-details .round-toggle.slick-disabled {
  opacity: 35%;
  cursor: default;
  pointer-events: none;
}
.type-community .landreport.trim > a:nth-child(n+4):not(.more-landreport) {
  display: none !important;
}
.type-community .landreport .more-landreport {
  text-decoration: none;
  margin-top: 10px;
}
.type-community .community-images {
  background: #646F79;
  overflow: hidden;
}
.type-community .community-images.js-slick-carousel {
  height: 250px;
}
@media (min-width: 992px) {
  .type-community .community-images.js-slick-carousel {
    height: 500px;
  }
}
.type-community .community-images .opendisplay-background .opendisplay-background-filter {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}
.type-community .community-images .opendisplay-background .opendisplay-background-filter:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.type-community .community-images .opendisplay-background .opendisplay-background-filter:after {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  transition: 1s opacity ease-out;
}
.type-community .community-images .opendisplay-background:hover .opendisplay-background-filter:after {
  opacity: 0;
}
.type-community .toast-trigger {
  text-decoration: underline;
  cursor: pointer;
}
.type-community .toast-project-container {
  position: absolute;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
@media (min-width: 576px) {
  .type-community .toast-project-container {
    top: 25px;
  }
}
.type-community .toast-project-container > div {
  margin-left: 15px;
  height: auto;
  bottom: 10px;
  padding: 10px 0;
  z-index: 99999;
}
.type-community .toast-project-container > div #toast-project {
  background: #F6F8FB;
  border: 1px solid #E3E6F0;
  box-sizing: border-box;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  min-height: 84px;
  max-width: 308px;
  width: 100%;
}
.type-community .toast-project-container > div #toast-project > .toast-body {
  padding: 0 10px 0 0;
}
.type-community .toast-project-container > div #toast-project > .toast-body p {
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
}
.type-community .project-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 10px;
}
@media (min-width: 992px) {
  .type-community .project-brand {
    height: 60px;
    padding: 12px;
  }
}
.type-community .project-brand > div {
  height: 100%;
  display: flex;
  place-content: center;
}
.type-community .project-brand img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.type-community.type-community-house-land .community-details .heading {
  background: #DEDBFE;
}
.type-community.type-community-townhouse .community-details .heading {
  background: #B5E1FF;
}

a.move_to_village_3d_tour_section .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  a.move_to_village_3d_tour_section .title {
    font-size: 22px;
  }
}

.no-images {
  background: #c4c4c4;
  color: white;
  min-height: 304px;
  margin-top: 8px;
  font-size: 18px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.no-images-thumbnail {
  width: 78px;
  height: 78px;
  background: #c4c4c4;
}

.gallery-display-homes {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .gallery-display-homes {
    top: 45px;
    right: auto;
    left: 15px;
  }
}

.community-section {
  font-size: 14px;
  max-width: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  .community-section {
    margin-top: 30px;
  }
}
.community-section h2 {
  margin-top: 30px;
  margin-bottom: 20px !important;
}
@media (max-width: 1199.98px) {
  .community-section h2 {
    margin-top: 40px;
    margin-bottom: 30px !important;
  }
}
.community-section table {
  font-size: 14px;
  margin-bottom: 1.25rem;
  border-top: 1px solid #E3E6EF;
  border-bottom: 1px solid #E3E6EF;
}
.community-section table td:first-child, .community-section table th:first-child {
  padding-left: 1.25rem;
}
.community-section.community-more-land-estates .section-title {
  margin-top: 40px;
  margin-bottom: 44px;
}
@media (max-width: 1199.98px) {
  .community-section.community-more-land-estates .section-title {
    margin-bottom: 30px;
  }
}
.community-section.community-more-land-estates .section-title > h2 {
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  .community-section.community-more-land-estates .section-title > h2 {
    margin-bottom: 20px !important;
  }
}
.community-section.community-more-land-estates .view-all {
  font-size: 14px;
  color: #495057;
  text-decoration: none;
}
.community-section.community-more-land-estates .view-all:hover {
  text-decoration: underline;
}
.community-section.vacant-land-prices .price-summary {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .community-section.vacant-land-prices .price-summary {
    margin-bottom: 40px;
  }
}
.community-section.vacant-land-prices .price-summary ul {
  padding-left: 1rem;
}
.community-section.vacant-land-prices .price-summary ul li {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
}

.community-settlement-updates .missing-land-wrapper {
  margin-bottom: 2.25rem;
}
.community-settlement-updates .view-more-updates {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 159px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.community-settlement-updates .view-more-updates:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), white);
  z-index: 3;
}
.community-settlement-updates .view-more-updates > button {
  position: relative;
  z-index: 5;
}
.community-settlement-updates table.trim tbody tr:nth-child(n+7) {
  display: none;
}
.community-settlement-updates table.trim tbody tr:nth-child(n+4) {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

@media (max-width: 767.98px) {
  .threed-tour-section .container.threed-tour-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.community-map-location {
  margin-bottom: 50px;
}
.community-map-location .map-container {
  position: relative;
  height: 537px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .community-map-location .map-container {
    height: 310px;
  }
}
.community-map-location .map-container .mapboxgl-popup-content a {
  text-decoration: none;
}
.community-map-location .map-container i.view-more {
  margin-left: 6px;
  margin-top: 4px;
}
.community-map-location #map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.community-map-location .load-nearby-container {
  margin-top: -75px;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.community-map-location .load-nearby-container button {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.95rem;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .community-map-location .load-nearby-container button {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .community-map-location .map-loader .spinner-border {
    margin-bottom: 0;
  }
}

.social-media-updates h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .social-media-updates h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.enquiryFormModal {
  padding: 0 !important;
  z-index: 99999 !important;
}
.enquiryFormModal .progress {
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.enquiryFormModal .progress .progress-bar {
  background: #28a745;
}
.enquiryFormModal .modal-header {
  border-bottom: 1px solid #e3e6f0;
  border-radius: 0;
}
.enquiryFormModal .modal-header .u-header__section {
  border-bottom: 0;
}
.enquiryFormModal .modal-header .close {
  opacity: 1;
  font-size: 29px;
  color: #212529;
}
.enquiryFormModal .modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 0;
}
.enquiryFormModal .modal-content {
  height: 100%;
  border-radius: 0;
  border: 0;
}
.enquiryFormModal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0;
}
@media (min-width: 992px) {
  .enquiryFormModal .contact-message-community-enquiry-form {
    margin-top: 0;
  }
}
.enquiryFormModal .contact-message-community-enquiry-form .form-item-field-requested-info-price-list,
.enquiryFormModal .contact-message-community-enquiry-form .form-item-field-requested-info-pricing--availability,
.enquiryFormModal .contact-message-community-enquiry-form .form-item-field-requested-info-price-list--stage-map,
.enquiryFormModal .contact-message-community-enquiry-form .form-item-field-requested-info-price-list--release-map,
.enquiryFormModal .contact-message-community-enquiry-form .form-item-field-requested-info-info-pack,
.enquiryFormModal .contact-message-community-enquiry-form .form-item-field-requested-info-price-list--floor-plans,
.enquiryFormModal .contact-message-community-enquiry-form .form-item-field-requested-info-new-releases {
  display: none;
  width: 100%;
}
.enquiryFormModal .contact-message-community-enquiry-form .custom-control.input-box-check {
  padding: 0;
}
.enquiryFormModal .contact-message-community-enquiry-form .custom-control.input-box-check input:checked ~ label {
  border: 1px solid #28a745;
}
.enquiryFormModal .contact-message-community-enquiry-form .custom-control.input-box-check input:checked ~ label:before {
  opacity: 1;
  border: 0;
  border-radius: 100%;
  background: #28a745;
  height: 20px;
  width: 20px;
  line-height: 20px;
  left: auto;
  top: calc(100% - 10px);
  right: -10px;
  bottom: auto;
}
@media (min-width: 992px) {
  .enquiryFormModal .contact-message-community-enquiry-form .custom-control.input-box-check input:checked ~ label:before {
    height: 30px;
    width: 30px;
    line-height: 30px;
    left: auto;
    top: calc(100% - 15px);
    right: -15px;
  }
}
.enquiryFormModal .contact-message-community-enquiry-form .custom-control.input-box-check input:checked ~ label:after {
  background-size: 75%;
  left: auto;
  top: calc(100% - 8px);
  right: -8px;
  bottom: auto;
}
@media (min-width: 992px) {
  .enquiryFormModal .contact-message-community-enquiry-form .custom-control.input-box-check input:checked ~ label:after {
    background-size: contain;
  }
}
.enquiryFormModal .contact-message-community-enquiry-form .custom-control-label {
  padding: 0 15px;
  font-size: 16px;
  height: 50px;
  background: #f8f9fa;
  border: 1px solid #E2E6F0;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 992px) {
  .enquiryFormModal .contact-message-community-enquiry-form .custom-control-label {
    height: 70px;
    font-size: 18px;
    line-height: 1.25;
  }
}
.enquiryFormModal .contact-message-community-enquiry-form .custom-control-label:before {
  opacity: 0;
}
.enquiryFormModal .contact-message-community-enquiry-form .custom-control-label:hover {
  border: 1px solid #28a745;
  cursor: pointer;
}
.enquiryFormModal .contact-message-community-enquiry-form .custom-control-input:disabled + .custom-control-label {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.enquiryFormModal .contact-message-community-enquiry-form .custom-control-input:disabled + .custom-control-label:hover {
  border: 1px solid #E2E6F0;
}
.enquiryFormModal .contact-message-community-enquiry-form .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
}
.enquiryFormModal .contact-message-community-enquiry-form .input-box-check {
  padding: 0 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .enquiryFormModal .contact-message-community-enquiry-form .input-box-check {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.enquiryFormModal .contact-message-community-enquiry-form .js-form-item {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .enquiryFormModal .contact-message-community-enquiry-form .js-form-item {
    margin-bottom: 30px;
  }
}
.enquiryFormModal .contact-message-community-enquiry-form .js-form-item .description {
  font-size: 14px;
  color: #495057;
  text-align: left;
}
.enquiryFormModal .contact-message-community-enquiry-form .js-form-item .js-error {
  color: #dc3545;
  text-align: left;
  font-size: 14px;
  display: block;
}
.enquiryFormModal .contact-message-community-enquiry-form .fieldgroup {
  margin-bottom: 0;
  align-items: flex-end;
}
.enquiryFormModal .contact-message-community-enquiry-form .step:not(.active) {
  display: none;
}
.enquiryFormModal .contact-message-community-enquiry-form .step:not(.final) {
  max-width: 604px;
}
.enquiryFormModal .contact-message-community-enquiry-form .step.final {
  max-width: 100vw;
}
.enquiryFormModal .contact-message-community-enquiry-form .step.final > div > div.font-size-14 {
  line-height: 20px;
}
.enquiryFormModal .contact-message-community-enquiry-form .step.final .community-popular-estates {
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .enquiryFormModal .contact-message-community-enquiry-form .step.final .community-popular-estates {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .enquiryFormModal .contact-message-community-enquiry-form .step.final .communities {
    margin: 0 -10px 50px;
    padding: 0 10px 10px 10px;
  }
}
.enquiryFormModal .contact-message-community-enquiry-form .js-form-item label {
  display: none;
}
.enquiryFormModal .contact-message-community-enquiry-form .js-form-item label.error {
  display: none !important;
  text-align: left;
  font-size: 14px;
}
.enquiryFormModal .contact-message-community-enquiry-form .has-error label.error {
  display: block !important;
}
.enquiryFormModal .contact-message-community-enquiry-form .input-box-check label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.enquiryFormModal .contact-message-community-enquiry-form label.error {
  color: #dc3545;
}
.enquiryFormModal .contact-message-community-enquiry-form legend {
  display: none;
}
.enquiryFormModal .contact-message-community-enquiry-form h2 {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 28px;
  text-align: left;
  font-weight: normal;
}
@media (min-width: 992px) {
  .enquiryFormModal .contact-message-community-enquiry-form h2 {
    font-size: 24px;
    text-align: center;
    line-height: 32px;
  }
}
@media (max-width: 575.98px) {
  .enquiryFormModal .contact-message-community-enquiry-form h2 {
    margin-bottom: 20px;
  }
}
.enquiryFormModal .contact-message-community-enquiry-form .btn {
  margin-top: 30px;
  font-size: 16px;
  min-width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  min-height: 50px;
}
@media (min-width: 992px) {
  .enquiryFormModal .contact-message-community-enquiry-form .btn {
    margin-top: 60px;
    font-size: 20px;
    min-height: 60px;
  }
}
.enquiryFormModal .contact-message-community-enquiry-form .btn.btn-call-sms {
  min-width: 200px;
}
@media (max-width: 767.98px) {
  .enquiryFormModal .contact-message-community-enquiry-form .btn.btn-call-sms {
    min-width: 159px;
  }
}
.enquiryFormModal .contact-message-community-enquiry-form .form-control {
  background: #f8f9fa;
  height: 50px;
  line-height: 1;
  border: 1px solid #E2E6F0;
  border-radius: 4px;
  margin: 0;
}
@media (min-width: 992px) {
  .enquiryFormModal .contact-message-community-enquiry-form .form-control {
    font-size: 20px;
    height: 70px;
  }
}
.enquiryFormModal .contact-message-community-enquiry-form .form-control:focus {
  border: 1px solid #E2E6F0;
}
.enquiryFormModal .contact-message-community-enquiry-form .input-group {
  background: #f8f9fa;
  border: 1px solid #E2E6F0;
  border-radius: 4px;
  align-items: center;
}
@media (min-width: 992px) {
  .enquiryFormModal .contact-message-community-enquiry-form .input-group {
    height: 70px;
  }
}
.enquiryFormModal .contact-message-community-enquiry-form .input-group.error {
  border-color: red;
}
.enquiryFormModal .contact-message-community-enquiry-form .input-group .input-group-prepend {
  border-right: 1px solid #E2E6F0;
}
.enquiryFormModal .contact-message-community-enquiry-form .input-group .input-group-prepend select {
  background: rgba(0, 0, 0, 0);
  border: 0;
  color: #212529;
}
.enquiryFormModal .contact-message-community-enquiry-form .input-group .input-group-prepend select[name=multi_country_code] {
  margin-right: 10px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../../img/openlot/dropdown-arrow.svg) no-repeat;
  background-position: calc(100% - 0px) center;
  background-repeat: no-repeat;
  background-size: 23%;
}
@media (max-width: 575.98px) {
  .enquiryFormModal .contact-message-community-enquiry-form .input-group .input-group-prepend select[name=multi_country_code] {
    margin-right: 6px;
    padding-right: 14px;
  }
}
.enquiryFormModal .contact-message-community-enquiry-form .input-group .input-group-text {
  background: transparent;
  border: 0;
}
.enquiryFormModal .contact-message-community-enquiry-form .input-group .form-control {
  border: 0;
  background: transparent;
  border-radius: 0;
  margin: 0;
}
.enquiryFormModal .contact-message-community-enquiry-form .input-group label.error {
  position: absolute;
  bottom: -40px;
}
.enquiryFormModal .contact-message-community-enquiry-form .privacy {
  font-size: 10px;
  color: #495057;
  margin-top: 15px;
}
.enquiryFormModal .contact-message-community-enquiry-form .privacy a {
  color: #495057;
  text-decoration: underline;
}
@media (max-width: 1199.98px) {
  .enquiryFormModal .contact-message-community-enquiry-form .community-popular-estates > .container {
    max-width: calc(100vw - 30px);
    padding: 0;
  }
}
.enquiryFormModal .back {
  background: transparent;
  border: 0;
  color: #646F79;
  font-size: 16px;
}
.enquiryFormModal .back:hover {
  color: #1CA766;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}
.animate-float {
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

.community-sticky-cta-wrapper {
  position: fixed;
  bottom: 0;
  background: #fff;
  padding: 10px 0;
  z-index: 99;
  width: 100%;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08), 0px -1px 0px #E2E6F0;
  color: #212529;
  font-size: 14px;
}
.community-sticky-cta-wrapper .community-sticky-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.community-sticky-cta-wrapper .community-sticky-cta .estate-name {
  font-size: 20px;
  line-height: 23px;
  display: none;
}
@media (min-width: 992px) {
  .community-sticky-cta-wrapper .community-sticky-cta .estate-name {
    display: block;
  }
}
.community-sticky-cta-wrapper .community-sticky-cta .info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .community-sticky-cta-wrapper .community-sticky-cta .info {
    width: auto;
  }
}
.community-sticky-cta-wrapper .community-sticky-cta .info > div > div {
  word-break: break-word;
}
@media (min-width: 992px) {
  .community-sticky-cta-wrapper .community-sticky-cta .info .land-size-info-container {
    width: 235px;
  }
}
.community-sticky-cta-wrapper .community-sticky-cta .btn {
  font-size: 16px;
  line-height: 19px;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .community-sticky-cta-wrapper .community-sticky-cta .btn {
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .community-sticky-cta-wrapper .community-sticky-cta .btn {
    padding: 14px 12px;
  }
}
.community-sticky-cta-wrapper .community-sticky-cta .btn-cashback {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 15px;
  height: 45px;
}
@media (max-width: 991.98px) {
  .community-sticky-cta-wrapper .community-sticky-cta .btn-cashback {
    height: 50px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 16px;
  }
}
@media only screen and (max-width: 380px) and (min-width: 321px) {
  .community-sticky-cta-wrapper .community-sticky-cta .btn-cashback {
    padding: 4px 7px;
  }
}
@media only screen and (max-width: 320px) {
  .community-sticky-cta-wrapper .community-sticky-cta .btn-cashback {
    margin-left: 0px;
    margin-right: 3px !important;
    width: 100px;
    height: auto;
  }
}

.land-ranges {
  font-size: 14px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .land-ranges {
    margin-bottom: 10px;
  }
}

.community-schools {
  position: relative;
}
@media (max-width: 1199.98px) {
  .community-schools.trim .school-wrapper:nth-child(5) {
    position: relative;
  }
  .community-schools.trim .school-wrapper:nth-child(5):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    -webkit-filter: blur(1px);
    filter: blur(1px);
    pointer-events: none;
  }
  .community-schools.trim .school-wrapper:nth-child(5) a {
    pointer-events: none;
  }
  .community-schools.trim .school-wrapper:nth-child(n+6) {
    display: none;
  }
}
.community-schools .view-all-schools-wrapper {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .community-schools .view-all-schools-wrapper {
    display: none;
  }
}

.community-details .container > .row {
  flex-wrap: unset;
  display: inherit;
}
.community-details .container > .row .actions {
  margin-left: 0;
}
@media (min-width: 992px) {
  .community-details .container > .row {
    flex-wrap: nowrap !important;
    display: flex !important;
  }
}
@media (max-width: 991.98px) {
  .community-details .land-info {
    padding: 20px;
    padding-bottom: 0px;
  }
}

.community > div {
  bottom: 76.19px;
  z-index: 6;
}

.cashback-modal .modal-dialog {
  max-width: 535px;
  width: 535px;
  height: 548px;
}
.cashback-modal .modal-dialog iframe {
  width: 464px;
  height: 258px;
}
.cashback-modal .modal-dialog .modal-body {
  padding: 15px 35px;
}
.cashback-modal .modal-dialog .modal-body > .cashback-description {
  height: 120px;
  text-align: justify;
  overflow-y: auto;
}
.cashback-modal .modal-dialog .modal-body > .cashback-description::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
.cashback-modal .modal-dialog .modal-body > .cashback-description::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.cashback-modal .modal-dialog .modal-body > .cashback-description::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: rgba(100, 111, 121, 0.57);
}
.cashback-modal .modal-dialog .modal-body > .cashback-description > p {
  padding-right: 7px;
}
@media (max-width: 575.98px) {
  .cashback-modal .modal-dialog {
    max-width: 90%;
    margin-left: 5%;
  }
  .cashback-modal .modal-dialog iframe {
    width: 100%;
    height: 173px;
  }
  .cashback-modal .modal-dialog .modal-body {
    padding: 20px 15px;
  }
  .cashback-modal .modal-dialog .modal-body > .cashback-description {
    height: 138px;
    overflow-y: scroll;
  }
}

.interactive-map-container {
  position: relative;
}
.interactive-map-container .interactive-map-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  box-shadow: 0px -4px 10px 10px rgba(255, 255, 255, 0.25);
}
.interactive-map-container .interactive-map-mask-button {
  margin-top: 240px;
}
.interactive-map-container iframe {
  border-width: 0px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: var(--mobile-map-height);
}
.interactive-map-container iframe body {
  overflow-y: auto;
}
.interactive-map-container iframe body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
.interactive-map-container iframe body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.interactive-map-container iframe body::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: rgba(100, 111, 121, 0.57);
}
@media (min-width: 768px) {
  .interactive-map-container iframe {
    height: var(--desktop-map-height);
    border-radius: 15px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  }
}
.interactive-map-container .spinner {
  position: absolute;
  width: 100%;
  margin-top: 120px;
  text-align: center;
}
.interactive-map-container .spinner .spinner-border {
  width: 3rem;
  height: 3rem;
}

.threed-title-button h3 {
  font-size: 16px;
  font-weight: 400;
}

.toast-latest-enquiry-wrapper {
  position: fixed;
  bottom: 68.19px;
  z-index: 100;
  width: 100%;
  pointer-events: none;
}

.toast-latest-enquiry-container > div {
  height: auto;
}
.toast-latest-enquiry-container > div .toast {
  width: 240px;
  height: 50px;
  background: linear-gradient(0deg, rgba(255, 188, 66, 0.3), rgba(255, 188, 66, 0.3)), #FFFFFF;
  border: 1px solid #FFC150;
  box-sizing: border-box;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  cursor: pointer;
}
.toast-latest-enquiry-container > div .toast > .toast-body {
  height: 100%;
  padding: 0;
}
.toast-latest-enquiry-container > div .toast > .toast-body .enq-close {
  right: 0;
}
.toast-latest-enquiry-container > div .toast > .toast-body p {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #DA4B48;
}

.view-more-availabilities-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 159px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-more-availabilities-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), white);
  z-index: 3;
}
.view-more-availabilities-container > button {
  position: relative;
  z-index: 5;
}

.view-more {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-more > button {
  position: relative;
  z-index: 5;
}

.display-homes-nearby .estates {
  overflow-x: auto;
}
@media (max-width: 575.98px) {
  .display-homes-nearby .estates {
    gap: 15px;
    margin: 0 -15px !important;
  }
}
@media (max-width: 575.98px) {
  .display-homes-nearby .estate-wrapper-state {
    min-width: 80vw;
    padding: 0;
    overflow: hidden;
  }
  .display-homes-nearby .estate-wrapper-state:first-child {
    margin-left: 15px;
  }
  .display-homes-nearby .estate-wrapper-state:last-child {
    margin-right: 15px;
  }
}

.hl-th-enquiry-btn {
  min-width: 250px;
}

.hl-th-enquiry-btn-2 {
  min-width: 230px;
}
@media (max-width: 575.98px) {
  .hl-th-enquiry-btn-2 {
    min-width: 263px;
  }
}

.floorplan-image-wrapper {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .floorplan-image-wrapper {
    max-width: 70%;
  }
}

.dxesktop-listing-items {
  position: relative;
}
@media (max-width: 767px) {
  .dxesktop-listing-items .views-element-container h1 {
    position: relative;
  }
  .dxesktop-listing-items .views-element-container h1 span {
    position: absolute;
    line-height: normal;
    bottom: 464px;
  }
}
.dxesktop-listing-items .term-filters-form-wrap {
  position: relative !important;
  top: 0 !important;
  position: absolute;
  width: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .dxesktop-listing-items .term-filters-form-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    text-align: left;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
}
.dxesktop-listing-items .term-filters-form-wrap .form-item {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  width: 135px;
}
.dxesktop-listing-items .term-filters-form-wrap .form-item .select2-container {
  width: 130px !important;
  font-size: 12px;
}
.dxesktop-listing-items .term-filters-form-wrap .form-item .select2-container .select2-selection--single {
  height: 30px;
}
.dxesktop-listing-items .term-filters-form-wrap .form-item .select2-container .select2-selection--single .select2-selection__rendered {
  color: #646F79;
}
@media (max-width: 1350px) {
  .dxesktop-listing-items .term-filters-form-wrap .form-item {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 1260px) {
  .dxesktop-listing-items .term-filters-form-wrap .form-item {
    width: 125px;
  }
  .dxesktop-listing-items .term-filters-form-wrap .form-item .select2-container {
    width: 115px !important;
  }
}
@media (max-width: 1199px) {
  .dxesktop-listing-items .term-filters-form-wrap .form-item {
    width: 115px;
  }
  .dxesktop-listing-items .term-filters-form-wrap .form-item .select2-container {
    width: 105px !important;
  }
}
.dxesktop-listing-items .term-filters-form-wrap .term-filters-form-wrap-inner {
  min-width: 509px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 15px;
}
@media (min-width: 768px) {
  .dxesktop-listing-items .term-filters-form-wrap .term-filters-form-wrap-inner {
    text-align: center;
  }
}

.projects-listing-items .views-exposed-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.projects-listing-items .views-exposed-form .sales-status {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.projects-listing-items .form-item {
  margin-right: 5px;
  margin-left: 5px;
}
.projects-listing-items .form-item .select2-container {
  width: 115px !important;
  font-size: 12px;
}
.projects-listing-items .form-item .select2-container .select2-selection--single {
  height: 30px;
}
.projects-listing-items .form-item .select2-container .select2-selection--single .select2-selection__rendered {
  color: #646F79;
}
@media (max-width: 1350px) {
  .projects-listing-items .form-item {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 1260px) {
  .projects-listing-items .form-item .select2-container {
    width: 115px !important;
  }
}
@media (max-width: 1199px) {
  .projects-listing-items .form-item .select2-container {
    width: 105px !important;
  }
}
.projects-listing-items .node-filters-form-wrap {
  position: relative !important;
  top: 0 !important;
  position: absolute;
  top: -47px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .projects-listing-items .node-filters-form-wrap {
    top: -47px;
    overflow: scroll;
    text-align: left;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .projects-listing-items .node-filters-form-wrap {
    top: -84px;
  }
}
@media (max-width: 767px) {
  .projects-listing-items .node-filters-form-wrap {
    top: -540px;
  }
}
.projects-listing-items .node-filters-form-wrap .form-item {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  width: 125px;
}
.projects-listing-items .node-filters-form-wrap .form-item .select2-container {
  width: 115px !important;
  font-size: 12px;
}
.projects-listing-items .node-filters-form-wrap .form-item .select2-container .select2-selection--single {
  height: 30px;
}
.projects-listing-items .node-filters-form-wrap .form-item .select2-container .select2-selection--single .select2-selection__rendered {
  color: #646F79;
}
@media (max-width: 1350px) {
  .projects-listing-items .node-filters-form-wrap .form-item {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 1260px) {
  .projects-listing-items .node-filters-form-wrap .form-item {
    width: 125px;
  }
  .projects-listing-items .node-filters-form-wrap .form-item .select2-container {
    width: 115px !important;
  }
}
@media (max-width: 1199px) {
  .projects-listing-items .node-filters-form-wrap .form-item {
    width: 115px;
  }
  .projects-listing-items .node-filters-form-wrap .form-item .select2-container {
    width: 105px !important;
  }
}
.projects-listing-items .node-filters-form-wrap .node-filters-form-wrap-inner {
  min-width: 592px;
}
@media (min-width: 768px) {
  .projects-listing-items .node-filters-form-wrap .node-filters-form-wrap-inner {
    text-align: center;
  }
}
.projects-listing-items .node-filters-form-wrap .node-filters-form-wrap-inner-land {
  min-width: 500px;
}