@charset "UTF-8";
.propertyhive.single-property #container {
  max-width: 1500px;
}
.propertyhive #page-wrap {
  overflow: unset;
}
.propertyhive #container {
  max-width: none;
  padding: 0 clamp(20px, 5vw, 50px);
}
.propertyhive #container ul, .propertyhive #container li {
  list-style: none;
  border: none;
  margin: 0;
  padding: 0;
}
.propertyhive #container ul:before, .propertyhive #container li:before {
  display: none;
}
.propertyhive #container .btn {
  background: #FF0E21;
  color: white;
  height: 40px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Conv_Circular-Std-Black";
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
}
.propertyhive #container .btn:hover {
  background: black;
}
.propertyhive #container .archiveTitle {
  padding: 0;
  text-align: center;
}
.propertyhive #container #shortlist-count {
  font-family: "Conv_Circular-Std-Black";
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  color: #7F726A;
}
.propertyhive #container #shortlist-count .count {
  background: white;
  padding: 0 10px;
  height: 25px;
  min-width: 25px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 25px;
  margin-left: 5px;
}
.propertyhive #container .propertyhive-shortlist-enquiry-button {
  margin: 10px 0;
}
.propertyhive #container .banner {
  background: #4AFFFF;
  color: black;
  padding: 40px;
  grid-column: span 2;
  grid-row: 2;
  text-align: center;
}
.propertyhive #container .banner h3 {
  font-size: 25px;
  line-height: 1.2;
}
.propertyhive #container .banner p {
  font-size: 16px;
  line-height: 1.4;
}
.propertyhive #container .resultsSection {
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
@media (max-width: 950px) {
  .propertyhive #container .resultsSection {
    grid-template-columns: none;
    gap: 30px;
  }
}
.propertyhive #container .resultsSection .propertyhive-shortlist-enquiry-button {
  display: none;
}
.propertyhive #container .resultsSection .half-map-view {
  width: 100%;
  float: none;
  order: 9999;
}
@media (max-width: 950px) {
  .propertyhive #container .resultsSection .half-map-view {
    order: -9999;
    display: none;
  }
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper {
  height: calc(100vh - 100px);
  position: sticky;
  top: 100px;
  width: 100%;
}
@media (max-width: 950px) {
  .propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper {
    width: 100%;
    height: 65vw;
    position: relative;
    top: auto;
  }
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup {
  max-width: 400px;
  width: calc(100% - 30px);
  max-height: 220px;
  border: none !important;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .title-close {
  background: transparent;
  top: 10px;
  right: 10px;
  padding: 0;
  position: absolute;
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .title-close .close a {
  width: 12px;
  height: 12px;
  display: block;
  font-size: 0;
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .title-close .close a:after {
  content: url(assets/img/close_grey.svg);
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .properties {
  max-width: none;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .properties .property {
  background: white;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  padding: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
  gap: 0 !important;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr) !important;
  display: grid;
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .image {
  width: 100%;
  height: 100%;
  padding: 0 0 65%;
  float: none;
  border: none;
  position: relative;
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .image .status {
  position: absolute;
  z-index: 10;
  background: #FF0E21;
  color: white;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .image img {
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details {
  width: 100%;
  padding: 15px;
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .address .propertyTitle {
  margin: 0 0 15px;
  text-decoration: none;
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .address .propertyTitle .title, .propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .address .propertyTitle .title * {
  text-transform: uppercase;
  font-weight: 700;
  color: #FF0E21;
  font-size: 18px;
  font-family: "Conv_Circular-Std-Black";
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .address .propertyTitle p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-family: "Conv_ApercuMono", Sans-Serif;
  font-weight: 400;
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .propertyLocation {
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: white;
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .propertyInfo {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 2px;
}
.propertyhive #container .resultsSection .half-map-view .propertyhive-map-canvas-wrapper .properties-map-popup .properties .property .details .propertyInfo li {
  padding: 0;
  margin: 2px !important;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 400;
  font-family: "Conv_ApercuMono", Sans-Serif;
}
.propertyhive #container .resultsSection .half-list-view {
  width: 100%;
  float: none;
  padding-right: 50px;
}
@media (max-width: 950px) {
  .propertyhive #container .resultsSection .half-list-view {
    padding-right: 0;
  }
}
.propertyhive #container .resultsSection > div:first-child, .propertyhive #container .resultsSection > div:last-child {
  display: none;
}
.propertyhive #container .property-search-form {
  position: sticky;
  top: 99px;
  z-index: 99;
  background: #E9E9E9;
  padding: 50px 50px 0;
  width: 100vw;
  margin-left: -50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 950px) {
  .propertyhive #container .property-search-form {
    top: auto;
    position: relative;
    z-index: 1;
    flex-direction: column;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 30px 0 0;
  }
}
.propertyhive #container .property-search-form .control {
  flex-grow: 1;
}
.propertyhive #container .property-search-form .control label {
  display: none;
}
.propertyhive #container .property-search-form .control input, .propertyhive #container .property-search-form .control select {
  height: 50px;
  line-height: 1;
  display: inline-flex;
  font-size: 14px;
  text-transform: uppercase;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
  width: 100%;
}
.propertyhive #container input[type=submit] {
  background: #FF0E21;
  color: white;
  height: 50px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  padding: 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Conv_Circular-Std-Black";
  outline: none;
  border: none;
  cursor: pointer;
}
.propertyhive #container input[type=submit]:hover {
  background: black;
}
.propertyhive #container .properties {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 1400px) {
  .propertyhive #container .properties {
    grid-template-columns: none;
  }
  .propertyhive #container .properties .banner {
    grid-column: auto;
  }
}
.propertyhive #container .properties .property {
  display: flex;
  flex-direction: column;
  background: white;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.propertyhive #container .properties .property .thumbnail {
  width: 100%;
  float: none;
  position: relative;
}
.propertyhive #container .properties .property .thumbnail .shortlistBtn {
  font-size: 14px;
}
.propertyhive #container .properties .property .thumbnail .shortlistBtn * {
  color: white;
}
.propertyhive #container .properties .property .thumbnail .shortlistBtn .button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  display: inline-flex;
  height: auto;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
  align-items: center;
}
.propertyhive #container .properties .property .thumbnail .shortlistBtn .button svg {
  height: 25px;
  width: auto;
}
.propertyhive #container .properties .property .thumbnail .shortlistBtn .button svg polygon, .propertyhive #container .properties .property .thumbnail .shortlistBtn .button svg path {
  fill: white;
}
.propertyhive #container .properties .property .thumbnail .status {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: white;
  color: black;
  z-index: 55;
  font-size: 13px;
  padding: 0 10px;
  height: 25px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: "Conv_Circular-Std-Black";
  text-transform: uppercase;
  border-radius: 25px;
}
.propertyhive #container .properties .property .thumbnail > a {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 60%;
  display: block;
}
.propertyhive #container .properties .property .thumbnail > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.propertyhive #container .properties .property .details {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  float: none;
  flex-grow: 1;
}
.propertyhive #container .properties .property .details h3 {
  margin: 5px 0;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Conv_Circular-Std-Black";
  letter-spacing: -1px;
}
.propertyhive #container .properties .property .details h3 a {
  text-decoration: none;
}
.propertyhive #container .properties .property .details h3 a:hover {
  text-decoration: underline;
}
.propertyhive #container .properties .property .details p, .propertyhive #container .properties .property .details li {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Conv_ApercuMono", Sans-Serif;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.propertyhive #container .properties .property .details ul {
  display: inline-flex;
  margin: 10px 0 0;
  padding: 0;
}
.propertyhive #container .properties .property .details ul li:first-of-type:not(:only-child):after {
  content: "•";
  margin: 0 5px;
  color: #FF0E21;
}
.propertyhive #container .properties .property .details li {
  list-style: none;
  border: none;
  margin: 0;
  padding: 0;
}
.propertyhive #container .properties .property .details li:before {
  display: none;
}
.propertyhive #container .properties .property .details .buttons {
  padding: 20px 0 0;
  display: flex;
  margin: -5px;
}
.propertyhive #container .properties .property .details .buttons .btn {
  flex-grow: 1;
  margin: 5px;
}
.propertyhive #container .type-property {
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.propertyhive #container #breadcrumbs {
  padding: 20px 0;
}
.propertyhive #container #breadcrumbs * {
  font-size: 16px;
}
.propertyhive #container .photoGallery {
  position: relative;
  overflow: hidden;
}
.propertyhive #container .photoGallery .shortlistBtn {
  font-size: 14px;
}
.propertyhive #container .photoGallery .shortlistBtn * {
  color: white;
}
.propertyhive #container .photoGallery .shortlistBtn .button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  display: inline-flex;
  height: auto;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
  align-items: center;
}
.propertyhive #container .photoGallery .shortlistBtn .button svg {
  height: 25px;
  width: auto;
}
.propertyhive #container .photoGallery .shortlistBtn .button svg polygon, .propertyhive #container .photoGallery .shortlistBtn .button svg path {
  fill: white;
}
.propertyhive #container .photoGallery .img {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  position: relative;
  display: block;
}
.propertyhive #container .photoGallery .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  object-fit: cover;
}
.propertyhive #container .singlePropertyGrid {
  background: white;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  padding: clamp(30px, 5vw, 50px);
}
@media (max-width: 1200px) {
  .propertyhive #container .singlePropertyGrid {
    grid-template-columns: none;
  }
}
.propertyhive #container .singlePropertyGrid .column > div:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.propertyhive #container .singlePropertyGrid .column > div.property-details {
  padding-bottom: 50px;
}
.propertyhive #container .singlePropertyGrid .column h2 {
  font-size: clamp(30px, 5vw, 50px);
  line-height: 1.2;
  letter-spacing: -1px;
}
.propertyhive #container .singlePropertyGrid .column h3 {
  font-size: clamp(18px, 3vw, 20px);
  line-height: 1.2;
  letter-spacing: -1px;
}
.propertyhive #container .singlePropertyGrid .column p, .propertyhive #container .singlePropertyGrid .column li {
  font-size: 16px;
  line-height: 1.4;
}
.propertyhive #container .singlePropertyGrid .property-amenities ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
}
.propertyhive #container .singlePropertyGrid .property-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  float: none;
  flex-grow: 1;
}
.propertyhive #container .singlePropertyGrid .property-details h2 {
  margin: 5px 0;
  font-size: clamp(30px, 5vw, 50px);
  line-height: 1.2;
  font-family: "Conv_Circular-Std-Black";
  letter-spacing: -1px;
  color: #FF0E21;
}
.propertyhive #container .singlePropertyGrid .property-details p, .propertyhive #container .singlePropertyGrid .property-details li {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Conv_ApercuMono", Sans-Serif;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.propertyhive #container .singlePropertyGrid .property-details ul {
  display: flex;
  margin: 10px 0 0;
}
.propertyhive #container .singlePropertyGrid .property-details ul li:first-of-type:not(:only-child):after {
  content: "•";
  margin: 0 5px;
  color: #FF0E21;
}
.propertyhive #container .singlePropertyGrid .property-details li {
  list-style: none;
  border: none;
  margin: 0;
  padding: 0;
}
.propertyhive #container .singlePropertyGrid .property-details li:before {
  display: none;
}
.propertyhive #container .singlePropertyGrid .property-details .buttons {
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  margin: -5px;
}
.propertyhive #container .singlePropertyGrid .property-details .buttons .btn {
  margin: 5px;
}
.propertyhive #container .singlePropertyGrid .property-details .buttons .shortlistBtn {
  font-size: 14px;
  margin-left: 10px;
  display: flex;
}
.propertyhive #container .singlePropertyGrid .property-details .buttons .shortlistBtn * {
  color: #FF0E21;
}
.propertyhive #container .singlePropertyGrid .property-details .buttons .shortlistBtn .button {
  z-index: 5;
  display: inline-flex;
  height: auto;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
  align-items: center;
}
.propertyhive #container .singlePropertyGrid .property-details .buttons .shortlistBtn .button svg {
  height: 25px;
  width: auto;
}
.propertyhive #container .singlePropertyGrid .property-details .buttons .shortlistBtn .button svg polygon, .propertyhive #container .singlePropertyGrid .property-details .buttons .shortlistBtn .button svg path {
  fill: #FF0E21;
}
.propertyhive #container .singlePropertyGrid .property-table table {
  width: 100%;
}
@media (max-width: 750px) {
  .propertyhive #container .singlePropertyGrid .property-table table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 750px) {
  .propertyhive #container .singlePropertyGrid .property-table table thead tr {
    display: flex;
    flex-direction: column;
  }
}
.propertyhive #container .singlePropertyGrid .property-table table thead tr td {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Conv_Circular-Std-Black";
  text-transform: uppercase;
  padding: 2px 0;
}
@media (max-width: 750px) {
  .propertyhive #container .singlePropertyGrid .property-table table tbody tr {
    display: flex;
    flex-direction: column;
  }
}
.propertyhive #container .singlePropertyGrid .property-table table tbody tr td {
  font-size: 16px;
  line-height: 1.2;
  padding: 2px 0;
}
.propertyhive #container .singlePropertyGrid .property-table table tbody tr td:nth-child(3) {
  text-transform: capitalize;
}
.propertyhive #container .recentProperties {
  padding: clamp(30px, 5vw, 75px) 0;
}
.propertyhive #container .recentProperties .sectionTitle {
  padding-bottom: clamp(20px, 5vw, 50px);
}
.propertyhive #container .recentProperties .sectionTitle h3 {
  font-size: clamp(30px, 5vw, 50px);
}
.propertyhive #container .recentProperties p {
  font-size: 16px;
}
.propertyhive #container .recentProperties .properties {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 950px) {
  .propertyhive #container .recentProperties .properties {
    grid-template-columns: none;
  }
}
.propertyhive #container .propertyhive-pagination ul li:before {
  display: none;
}

.popupBgrd {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 8888;
  visibility: hidden;
  opacity: 0;
  color: white;
}
.popupBgrd.active {
  visibility: visible;
  opacity: 1;
}

.property-enquire-now-form, .property-shortlist-form {
  padding: clamp(30px, 5vw, 75px) 0 0;
}
.property-enquire-now-form.popupForm, .property-shortlist-form.popupForm {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: transparent;
  z-index: 9999;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(30px, 5vw, 75px);
}
.property-enquire-now-form.popupForm.active, .property-shortlist-form.popupForm.active {
  transform: translateY(0);
}
.property-enquire-now-form.popupForm .inner, .property-shortlist-form.popupForm .inner {
  width: 100%;
}
.property-enquire-now-form .inner, .property-shortlist-form .inner {
  background: white;
  padding: clamp(30px, 5vw, 50px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 50px;
  position: relative;
}
@media (max-width: 1200px) {
  .property-enquire-now-form .inner, .property-shortlist-form .inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 950px) {
  .property-enquire-now-form .inner, .property-shortlist-form .inner {
    grid-template-columns: none;
  }
}
.property-enquire-now-form .inner .closeBtn, .property-shortlist-form .inner .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: red;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 5;
}
.property-enquire-now-form .inner .closeBtn:before, .property-enquire-now-form .inner .closeBtn:after, .property-shortlist-form .inner .closeBtn:before, .property-shortlist-form .inner .closeBtn:after {
  content: "";
  width: 30px;
  height: 2px;
  background: white;
  display: block;
  position: absolute;
  top: 23px;
  left: 11px;
  transform: rotate(-45deg);
}
.property-enquire-now-form .inner .closeBtn:after, .property-shortlist-form .inner .closeBtn:after {
  transform: rotate(45deg);
}
.property-enquire-now-form .inner .closeBtn:hover, .property-shortlist-form .inner .closeBtn:hover {
  background: black;
}
.property-enquire-now-form .inner .form, .property-shortlist-form .inner .form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 50px;
}
@media (max-width: 1200px) {
  .property-enquire-now-form .inner .form, .property-shortlist-form .inner .form {
    grid-template-columns: none;
  }
}
.property-enquire-now-form .inner .form .gform_heading, .property-shortlist-form .inner .form .gform_heading {
  display: none;
}
.property-enquire-now-form .inner .form label, .property-shortlist-form .inner .form label {
  font-size: 14px;
  text-transform: uppercase;
}
.property-enquire-now-form .inner .form input[type=text],
.property-enquire-now-form .inner .form input[type=email],
.property-enquire-now-form .inner .form input[type=tel],
.property-enquire-now-form .inner .form select, .property-shortlist-form .inner .form input[type=text],
.property-shortlist-form .inner .form input[type=email],
.property-shortlist-form .inner .form input[type=tel],
.property-shortlist-form .inner .form select {
  color: black;
}
.property-enquire-now-form .inner .gform_confirmation_message, .property-shortlist-form .inner .gform_confirmation_message {
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  background: none;
  color: black;
}
.property-enquire-now-form .inner .gform_validation_errors, .property-shortlist-form .inner .gform_validation_errors {
  display: none !important;
}
.property-enquire-now-form .inner .calendar p, .property-shortlist-form .inner .calendar p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.property-enquire-now-form .inner .banner, .property-shortlist-form .inner .banner {
  margin: 0;
}
@media (max-width: 950px) {
  .property-enquire-now-form .inner .banner, .property-shortlist-form .inner .banner {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
.property-enquire-now-form .inner .contact, .property-shortlist-form .inner .contact {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.property-enquire-now-form .inner .contact .img, .property-shortlist-form .inner .contact .img {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  position: relative;
  display: block;
}
.property-enquire-now-form .inner .contact .img img, .property-shortlist-form .inner .contact .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  object-fit: cover;
}
.property-enquire-now-form .inner .contact .text, .property-shortlist-form .inner .contact .text {
  padding: 30px;
}
.property-enquire-now-form .inner .contact .text h4, .property-shortlist-form .inner .contact .text h4 {
  font-size: 30px;
}
.property-enquire-now-form .inner .contact .text p, .property-shortlist-form .inner .contact .text p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.resultsSection div[style*="clear:both"] {
  display: none !important;
}

.propertyhive-shortlist-enquiry-button {
  background: #FF0E21;
  color: white;
}

#enquiry-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
}

.modal-content {
  background: #fff;
  padding: 50px;
  width: 100%;
  position: relative;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
}

.property-shortlist-form {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: transparent;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(30px, 5vw, 75px);
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
}
.property-shortlist-form.active {
  background: rgba(0, 0, 0, 0.75);
  visibility: visible;
}
.property-shortlist-form.active .inner {
  transform: translateY(0);
}
.property-shortlist-form .inner {
  width: 100%;
  max-width: 1400px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 950px) {
  .property-shortlist-form .inner {
    grid-template-columns: none;
  }
}
.property-shortlist-form .inner .form {
  grid-template-columns: none;
}
.property-shortlist-form .inner .form .shortlistBanner {
  background: #4AFFFF;
  padding: 30px;
  text-align: center;
}
.property-shortlist-form .inner .form .shortlistBanner h3 {
  font-size: 25px;
  margin: 0 0 10px;
  color: black;
}
.property-shortlist-form .inner .form .shortlistBanner p {
  font-size: 16px;
  line-height: 1.4;
  color: black;
  margin: 0;
}

#shortlistEnquiry {
  padding: 50px;
}
#shortlistEnquiry h2 {
  font-size: clamp(25px, 3vw, 40px);
  color: #FF0E21;
}
#shortlistEnquiry p {
  font-size: 16px;
}
#shortlistEnquiry form label {
  font-size: 14px;
}
#shortlistEnquiry form input[type=text],
#shortlistEnquiry form input[type=tel],
#shortlistEnquiry form input[type=email],
#shortlistEnquiry form textarea {
  font-size: 14px;
  height: 40px;
  line-height: 1;
  padding: 0 20px;
  color: black;
}
#shortlistEnquiry form textarea {
  height: 120px;
  padding: 15px 20px;
}
#shortlistEnquiry form input[type=submit] {
  background: #FF0E21;
  color: white;
  height: 40px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Conv_Circular-Std-Black";
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 20px 0 0;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: auto;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 10px 50px !important;
  width: auto !important;
  height: auto !important;
}
.slick-dots li:only-child {
  display: none;
}
@media all and (max-width: 750px) {
  .slick-dots li {
    margin: 20px 10px 0;
  }
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border-radius: 10px;
  background: white;
  position: relative;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  content: "";
  background: #FF0E21;
}
.slick-dots li.slick-active button {
  background: #FF0E21;
}
.slick-dots li.slick-active button:before {
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 2px solid #FF0E21;
  margin: auto;
}

.imgSlide .imgHolder {
  padding: 50px;
}

.property-enquire-now-form .calendar {
  /* Container styling */
  /* Hide header border */
  /* Day cell styling */
  /* Basic styling for day numbers */
  /* Hover effect */
  /* Selected date styling */
}
.property-enquire-now-form .calendar .ui-datepicker {
  background: #f5f5f5;
  /* Light grey background */
  border: none;
  /* Remove default borders */
  font-family: sans-serif;
  padding: 10px;
  box-shadow: none;
  margin: 0;
  width: 100%;
}
.property-enquire-now-form .calendar .ui-datepicker table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  margin: 0;
  font-family: "Conv_ApercuMono", Sans-Serif;
}
.property-enquire-now-form .calendar .ui-datepicker-header {
  background: none;
  border: none;
  color: #333;
  font-weight: bold;
}
.property-enquire-now-form .calendar .ui-datepicker td {
  border: none;
  padding: 0.4em;
}
.property-enquire-now-form .calendar .ui-datepicker thead th {
  width: 30px;
  height: 30px;
  line-height: 1;
  text-align: center;
}
.property-enquire-now-form .calendar .ui-datepicker .ui-datepicker-title {
  text-align: center;
  font-size: 18px;
  font-family: "Conv_Circular-Std-Black";
  text-transform: uppercase;
  margin: 0 0 10px;
}
.property-enquire-now-form .calendar .ui-datepicker td {
  text-align: center;
}
.property-enquire-now-form .calendar .ui-datepicker td a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  /* Circle shape */
  text-decoration: none;
  color: #000;
  border: none;
  transition: none;
}
.property-enquire-now-form .calendar .ui-datepicker td a:hover {
  background: #FF0E21;
  color: white;
}
.property-enquire-now-form .calendar .ui-datepicker .ui-state-active {
  background: #FF0E21;
  /* WordPress blue, or any other */
  color: white !important;
  transition: none;
}
.property-enquire-now-form .calendar .ui-datepicker .ui-datepicker-next span {
  background: url(../images/calendar_right.svg) no-repeat center/contain;
}
.property-enquire-now-form .calendar .ui-datepicker .ui-datepicker-prev span {
  background: url(../images/calendar_left.svg) no-repeat center/contain;
}
