@charset "utf-8";
/* CSS Document */

.suburb-search-form {
  max-width: 504px;
  position: relative;
  max-height: 50px;
  margin-bottom: 20px;
}
.suburb-search-form > input {
  width: 100%;
  /* padding: 15px 20px; */
  height: 52px;
  background: #ffffff;
  color: #292929;
  letter-spacing: 0.28px;
  line-height: 100%;
  border-radius: 2px;
  border: 0px solid transparent;
  font-family: "Poppins";
  font-weight: normal;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 14px;
  color: #444444;
  padding: 15px 118px 15px 40px;
  position: relative;
  height: 50px;
}
.suburb-search-form::before {
  content: "";
  position: absolute;
  top: calc(50% - 9.5px);
  left: 18px;
  width: 15px;
  height: 19px;
  background: transparent url("../images/map-marker.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}
.suburb-search-form > button {
  position: absolute;
  right: 5px;
  height: 40px;
  top: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  min-width: 114px;
  text-transform: capitalize;
  margin-right: 0;
  background-color: #060623;
  color: #ffffff;
  font-weight: 500;
  border: 2px solid var(--btndarkcol);
  border-radius: 4px;
}

/* -------------------------------------------------------content-img-sec darkbg-------------------- */
.content-img-sec.darkbg {
  background-color: #edf6ff;
}
.content-img-sec.darkbg .helf-section {
  align-items: center;
}
/* -------------------------------------------------------content-img-sec darkbg-------------------- */
/* -------------------------------------------------------content-img-sec darkbg-------------------- */
.areas_list_sec {
  padding-top: 80px;
}
.areas_list_sec .helf-section .right-side {
  width: 50%;
  max-width: 640px;
  margin-bottom: 80px;
}
.areas_list_sec .helf-section .left-side {
  width: 50%;
  max-width: 640px;
  margin-bottom: 80px;
}
.areas_list_sec .helf-section .left-side .heading30 {
  margin-bottom: 15px;
  font-weight: 900;
  letter-spacing: 0.6px;
}
.areas-list {
  /* column-gap: 60px; */
  column-count: 2;
}
.areas-list:has(+ *) {
  margin-bottom: 15px;
}
.areas-list > li {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 0 !important;
}
.areas-list > li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  background: transparent url(../images/map-marker.svg) no-repeat center center;
  background-size: contain;
  height: 17px;
  width: 13px;
}
.areas-list > li:hover > a,
.areas-list > li.active {
  color: var(--blue);
}
.areas-list > li.active {
  padding-left: 23px !important;
}
.areas-list > li:hover::before,
.areas-list > li.active::before {
  filter: invert(10%) sepia(100%) saturate(7490%) hue-rotate(247deg)
    brightness(83%) contrast(141%);
}
.areas-list > li > a,
.areas-list > li {
  padding-left: 23px;
  display: inline-flex;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.28px;
  line-height: 1.2;
  color: #484848;
}
.map-wrap {
  width: 100%;
  max-width: 100%;
}
.map-wrap > iframe {
  max-width: 100%;
}
.content-img-sec .doubleborderline {
  margin: 00px 0 0 0;
}
/* -------------------------------------------------------content-img-sec darkbg-------------------- */

/* -------------------------------------------------------content-img-sec common-signs-needs-underpinning-------------------- */
.case_studies_slider_sec + .content-img-sec.common-signs-needs-underpinning {
  padding-top: 80px;
}
.ptag
  .content-img-sec.common-signs-needs-underpinning
  ul:not([class])
  li:before {
  content: "\f054";
  height: 12px;
  width: 12px;
  top: 7px;
  font: normal normal normal 12px / 1 FontAwesome;
  background: none;
}
.ptag .content-img-sec.common-signs-needs-underpinning ul:not([class]) li {
  padding-left: 15px;
  margin-bottom: 15px;
}
.ptag .content-img-sec.common-signs-needs-underpinning ul:not([class]) {
  margin: 0px 0 22px;
}
.content-img-sec.common-signs-needs-underpinning
  > .container
  > .helf-section:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#suburb-search-popup-content {
  display: inline-block;
  padding: 30px 25px;
}
#suburb-search-popup-content .wpcf7 form .wpcf7-response-output {
  color: #1a1a1a;
}

#suburb-search-popup-content input[type="text"],
#suburb-search-popup-content input[type="email"],
#suburb-search-popup-content input[type="tel"],
#suburb-search-popup-content select,
#suburb-search-popup-content textarea {
  border: 1px solid lightgray;
}
#suburb-search-popup-content input[type="submit"] {
  color: #fff;
  background: var(--btndarkcol);
}
#suburb-search-popup-content input[type="submit"]:hover {
  background: var(--blue);
}
/* -------------------------------------------------------content-img-sec common-signs-needs-underpinning-------------------- */

/*----- MEDIA QUERIES  -----*/

@media (max-width: 1439.98px) {
  .areas_list_sec .helf-section .left-side {
    width: calc(50% - 20px);
    margin-bottom: 60px;
  }
  .areas_list_sec .helf-section .right-side {
    width: calc(50% - 20px);
    margin-bottom: 60px;
  }
  .areas_list_sec {
    padding-top: 60px;
  }
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
  .areas_list_sec {
    padding-top: 40px;
  }
  .areas_list_sec .helf-section {
    justify-content: center;
  }
  .areas_list_sec .helf-section .left-side {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .areas_list_sec .helf-section .right-side {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 575.98px) {
  .areas_list_sec {
    padding-top: 35px;
  }
  .areas_list_sec .helf-section .left-side {
    margin-bottom: 10px;
  }
  .areas_list_sec .helf-section .right-side {
    margin-bottom: 35px;
  }
  .areas-list {
    column-count: 1;
  }
  .areas-list > li {
    width: 100%;
  }
}
