.search_bar {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.suburb-search-form {
  width: 315px;
}

.suburb-search-form {
  max-width: 100%;
  position: relative;
  max-height: 60px;
  margin-bottom: 20px;
  border-radius: 2px;
  width: 450px;
}

.ui-helper-hidden-accessible {
  display: none;
}

.suburb-search-form input {
  max-width: 619px;
  border-radius: 4px;
  margin: auto;
  min-height: 60px;
  width: 100%;
  border: none;
  background-image: url(../images/svg/search-icon.svg);
  z-index: 1;
  background-position-x: 96%;
  background-repeat: no-repeat;
  background-position-y: center;
  padding: 20px 85px 20px 25px;
}

.suburb-search-form button {
  font-size: 16px;
  line-height: 1;
  font-family: "Matangi";
  letter-spacing: 0.32px;
  padding-left: 0;
  color: var(--white);
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  height: 48px;
  /* background: var(--themecolor) url(../images/search-icon.svg) no-repeat center; */
}

.suburb-search-form>button {
  font-family: "Matangi";
  font-size: 16px;
  /* font-weight: 400; */
  min-height: 60px;
  display: inline-flex;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  text-transform: capitalize;
  margin-right: 0;
  background-color: var(--themecolor);
  color: #fff;
  border: 0 solid var(--themecolor);
  border-radius: 2px;
  padding: 10px;
  min-width: 80px;
  text-transform: capitalize;
  letter-spacing: 0.64px;
  cursor: pointer;
}

.areasbox {
  width: 661px;
  text-align: left;
}

.area-sec .half-section .left-side p {
  font-size: 16px;
  color: #223740;
}

.area-sec .half-section .right-side .map iframe {
  width: 100%;
  height: 371px;
  border-radius: 20px;
}

.area-sec .half-section .left-side {
  padding-right: 90px;
}

.areas-detail-pg.inner-wrap {
  padding-top: 70px;
}

.area-sec {
  background: #e9f9ff;
  padding: 100px 0;
}

/* new css */

form.suburb-search-form {
  width: 619px;
}

form.suburb-search-form input {
  width: 100%;
}

.suburb_desc {
  margin-top: 30px;
  text-align: center;
}


/* Super Large devices (large desktops, less than 1600px) */

@media (max-width: 1599.98px) {
  .area-sec {
    padding: 80px 0;
  }
}

/* Extra Large devices (large desktops, less than 1440px) */

@media (max-width: 1439.98px) {}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
  .area-sec {
    padding: 60px 0;
  }

  .area-sec .half-section .left-side {
    padding-right: 60px;
  }
}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
  .areas-pg .areasbox {
    width: 100%;
    text-align: left;
  }

  .area-sec .half-section {
    flex-direction: column;
  }

  .area-sec .half-section .left-side {
    padding-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  .area-sec .half-section .right-side {
    padding-right: 0;
    width: 100%;
  }

  .area-sec .half-section .right-side .map iframe {
    width: 100%;
    height: 500px;
  }

  .area-sec {
    padding: 40px 0;
  }

  .suburb-search-form input {
    height: 48px;
    min-height: 48px;
    padding: 12px 85px 12px 12px;
  }

  .suburb-search-form>button {
    min-height: 48px;
  }

  .suburb-search-form {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 12px;
  }

  .search_bar {
    margin-bottom: 0;
  }

  .area-sec .heading-18 {
    line-height: 1.6;
  }

}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
  .area-sec .half-section .right-side .map iframe {
    height: 400px;
  }

  .area-sec {
    padding: 40px 0;
  }
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  .areaslist ul {
    column-count: 2;
    column-gap: 20px;
  }

  .areaslist ul li {
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.18px;
    padding-left: 18px;
    width: 100%;
  }

  .areaslist ul li::before {
    width: 12px;
    height: 14px;
    top: 0;
  }

  .area-sec .half-section .right-side .map iframe {
    border-radius: 10px;
  }

  .area-sec {
    padding: 30px 0;
  }

  .area-sec .half-section .left-side {
    margin-bottom: 25px;
  }
}