.home-hero {
  min-height: 714px;
  position: relative;
  display: flex;
  align-items: center;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-hero-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
.home-hero-button {
  padding: 10px 24px;
  border: 2px solid #d9f5df;
  border-radius: 100px;
  color: #d9f5df;
  float: right;
}
.home-hero-button:hover {
  background: #d9f5df;
}
.home-hero-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  bottom: 100px;
  text-align: center;
  z-index: 5;
  cursor: pointer;
}
.home-hero-scroll:hover {
  opacity: 0.85;
}
.home-hero-top,
.home-hero-bottom {
  position: absolute;
  width: 100%;
  left: 0;
}
.home-hero-top {
  top: -1px;
}
.home-hero-bottom {
  bottom: -1px;
}
.home-hero-sub {
  font-family: "Averia Serif Libre", serif;
  font-weight: 700;
  color: #ffd025;
  font-size: 64px;
  text-align: right;
}
.home-hero h1 {
  font-size: 96px;
  color: #fff;
  font-weight: 700;
  text-align: right;
}
.form-group.facility {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px 32px;
}
.form-group.facility label {
  border-radius: 20px;
  border: 1px solid #1d192b80;
  display: flex;
  align-items: center;
}
.listing-page .form-control {
  width: 250px;
  border-radius: 100px;
  padding: 10px 24px;
  height: auto;
}
.listing-page select.form-control {
  border: 2px solid #004348;
  color: #004348;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 10px;
}
.topSearch {
  margin-bottom: 20px;
}
.normalSearch {
  display: flex;
  column-gap: 32px;
  justify-content: center;
}
.btnBlock button {
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
  background-color: #ffd025;
  border-color: #ffd025;
}
.btnBlock button:hover {
  background-color: #ee185e;
  border-color: #ee185e;
}
.btnBlock button:hover svg path {
  fill: #fff;
}
.home-filter .btn-wrapper {
  text-align: center;
}
.home-filter .btn-wrapper button {
  background-color: #ee185e;
  border-color: #ee185e;
  color: #fff;
  padding: 7px 52px;
  border-radius: 2px;
}
.home-filter .btn-wrapper button:hover {
  opacity: 0.85;
}
.countCenter {
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 44px;
}
.centerListing .col-lg-12:nth-child(1),
.centerListing .col-lg-12:nth-child(2) {
  position: relative;
  padding-top: 30px;
}
.centerListing .col-lg-12:nth-child(1)::before,
.centerListing .col-lg-12:nth-child(2)::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0%, #004348 100%);
  left: 0;
  top: 0;
}
.centerListing .col-lg-12:nth-child(2)::before {
  background: linear-gradient(90deg, #004348 0%, #ffffff 100%);
}
.premiumCenter h3 {
  font-family: Inter, "Arial Narrow Bold", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.reviewSlide {
  color: #009afa;
}

@media screen and (max-width: 767px) {
  .home-hero {
    min-height: 230px;
  }
  .home-hero h1 {
    font-size: 30px;
    margin: 4px 0 8px;
  }
  .home-hero-sub {
    font-size: 22px;
  }
  .home-hero-button {
    padding: 3px 14px;
    border-width: 1px;
    font-size: 14px;
  }
  .home-hero-scroll {
    bottom: 26px;
  }
  .home-hero-scroll svg {
    width: 30px;
    height: auto;
  }
  .normalSearch {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .form-group.facility {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .centerListing {
    grid-template-columns: 1fr;
  }
  .form-group.facility label {
    font-size: 13px;
  }
}
