.search-ctr {
  height: 730px;
}

.search-ctr .col-10.col-md-8.bg-white.p-5 {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(7.25px);
  border-radius: 15px;
}

.home-two-bg {
  background-image: url(../images/home/1.webp);
  background-size: cover;
  background-position: center 150%;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 100%;
}

@media (max-width: 768px) {
  .formheading {
    font-size: 1.5rem;
    line-height: unset;
  }

  .search-ctr p {
    font-size: 0.5rem;
  }

  .home-two-bg {
    background-position: center -100px;
  }

  .search-ctr {
    height: 950px;
  }

  .text-center.mb10.formheading {
    font-size: 24px;
  }

  .search-ctr .col-10.col-md-8.bg-white.p-5 {
    padding: 2rem !important;
  }

  /* .search-container {
        flex-direction: column;
    } */

  /* .search-container input,
    .search-container select,
    .search-container button {
        width: 100%;
        max-width: 100%;
    } */

  .search-container input,
  .search-container select,
  .search-container button,
  select#location-select {
    font-size: 0.75rem;
  }

  .main-title.mb20.text-start.d-flex.justify-content-between.align-items-center
    h2 {
    flex-basis: 70%;
  }
}

@media (max-width: 480px) {
  .formheading {
    font-size: 2rem;
  }

  .search-ctr p {
    font-size: 0.9rem;
  }
}

.search-container select {
  outline: none;
  border: none;
}

.search-container .d-flex {
  background: #007bff;

  i {
    font-size: 20px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
    color: white;
  }
}

.search-container {
  position: relative;
}

.search-results {
  position: absolute;
  background: white;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 1rem;
  max-height: 200px;
  overflow-y: scroll;
  flex-direction: column;
  left: 0;
  right: 0;
  display: none;
}

#stats-section {
  position: static;
}

.home-seven.home7-overlay.home-two-bg {
  padding-bottom: 0 !important;
}
#hero-form {
  background: rgba(138, 137, 137, 0.16);
}
#modal-form {
  background: #fff;
}

#hero-form h4,
#modal-form h4 {
  font-size: 2rem;
  font-weight: bold;
}

#hero-form p,
#modal-form p {
  font-size: 0.8rem;
}

#hero-form input,
#hero-form select,
#hero-form textarea,
#modal-form input,
#modal-form select,
#modal-form textarea {
  width: 100%;
  background: rgba(58, 58, 58, 0.08);
  border: 1px solid rgba(0, 102, 255, 0.21);
  font-size: 1rem;
  border-radius: 15px;
  height: 50px;
}

#hero-form input::placeholder,
#hero-form select,
#hero-form textarea::placeholder,
#modal-form input::placeholder,
#modal-form select,
#modal-form textarea::placeholder {
  color: #666;
}

#hero-form select,
#modal-form select {
  padding: 0 10px;
}

#hero-form textarea,
#modal-form textarea {
  padding: 12px;
}

#hero-form button,
#modal-form button {
  height: 50px;
  width: 100%;
  border-radius: 15px;
}

#hero-form.hero-form input,
#hero-form select,
#modal-form.hero-form input,
#modal-form select {
  height: 35px;
}

#hero-form.hero-form button,
#modal-form.hero-form button {
  font-size: 14px;
  width: auto;
  font-weight: bold;
}

#job_description {
  min-height: 70px;
}

.btn.btn-primary.btn-lg.mobileQuoteButton {
  height: 50px;
  border-radius: 15px;
}

.owl-carousel.services-carousel .owl-stage {
  display: flex;
}

.owl-carousel.services-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.owl-carousel.services-carousel .item {
  display: flex;
  align-items: stretch;
}

.owl-carousel.services-carousel .owl-item .item a {
  display: flex;
}
