@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap");

@font-face {
  font-family: "Galano Grotesque W00 Medium";
  src: url("../fonts/Galano-Grotesque-medium.woff2") format("woff2"), url("../fonts/Galano-Grotesque-medium.woff") format("woff");
}

body {
  font-family: 'Galano Grotesque';
  color: black;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
}

.section-title {
  margin-bottom: 65px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 32px;
  }
}

.section-title h2 {
  font-size: 48px;
  color: #142602;
}

@media screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 36px;
  }
}

.section-title h3 {
  font-size: 40px;
  color: #142602;
}

@media screen and (max-width: 768px) {
  .section-title h3 {
    font-size: 32px;
  }
}

.section-title p {
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: #142602;
  width: 80%;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .section-title p {
    width: 100%;
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .hide-large {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .hide-medium {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .hide-mobile {
    display: none;
  }
}

.app-download-links {
  display: inline-block;
  width: 100%;
}

.app-download-links h5 {
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
  font-size: 20px;
  line-height: 160%;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .app-download-links h5 {
    font-size: 18px;
  }
}

.app-download-links h5 span {
  font-weight: 600;
}

.app-download-links a img {
  width: 170px;
}

@media screen and (min-width: 1200px) {
  .app-download-links a img {
    transform: scale(1);
    border: 2px solid transparent;
    border-radius: 4px;
    transition: all ease-in-out 0.4s;
  }
}

.app-download-links a:hover img {
  transform: scale(0.96);
}

@media screen and (min-width: 1200px) {
  .app-download-links a.appstore {
    margin-left: -2.5px;
  }
}

.home-page-hero-section {
  background: #fafaf5;
  position: relative;
  padding: 170px 0 80px;
}

@media screen and (max-width: 768px) {
  .home-page-hero-section {
    padding: 135px 0 0px;
  }
}

.home-page-hero-section:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  border-radius: 0 0 64px 0;
  background-color: #FFECBA;
}

@media screen and (max-width: 992px) {
  .home-page-hero-section:after {
    width: 100%;
    height: 80%;
    border-radius: 0;
  }
}

.home-page-hero-section .banner-content {
  position: relative;
  z-index: 9;
}

.home-page-hero-section .banner-content h1 {
  color: #142602;
  font-size: 58px;
}

@media screen and (max-width: 768px) {
  .home-page-hero-section .banner-content h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 385px) {
  .home-page-hero-section .banner-content h1 {
    font-size: 36px;
  }
}

.home-page-hero-section .banner-content h1 span {
  display: inline-block;
  width: 100%;
}

.home-page-hero-section .banner-content p {
  font-size: 20px;
  margin-bottom: 50px;
  line-height: 28.8px;
}

@media screen and (min-width: 768px) {
  .home-page-hero-section .banner-content p {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .home-page-hero-section .banner-content p {
    margin-bottom: 22px;
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .home-page-hero-section .app-download-links {
    margin-bottom: 50px;
  }
}

.location-search {
  padding-bottom: 50px;
  border-bottom: 2px solid #e8d9a8;
  margin-bottom: 40px;
  position: relative;
  /**
* Input field
*/
  /**
* Arrow
*/
  /**
* When opened
*/
  /**
* When focused
*/
  /**
* Hide native select
*/
  /**
* Selected option
*/
  /**
* Hovered option
*/
  /**
* Option item
*/
}

.location-search ::selection {
  color: black;
}

@media screen and (min-width: 1200px) {
  .location-search {
    width: 83%;
  }
}

.location-search .combo-select {
  position: relative;
  border-bottom: solid 1px #d2d2d2;
  max-width: 400px;
  font-size: 16px;
}

.location-search .combo-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 34px;
  background-color: #fff;
}

.location-search .combo-select .combo-input {
  margin-bottom: 0;
  width: 100%;
  height: 60px;
  color: #142602;
  border: 2px solid #509111;
  border-radius: 8px;
  padding: 16px;
  position: relative;
  z-index: 99;
  background-color: #fff;
}

.location-search .combo-input:focus {
  outline: none;
}

.location-search .combo-select .combo-input:focus {
  color: #142602;
}

.location-search .field-error .combo-select .combo-input {
  border-color: #e95c5c !important;
  box-shadow: 0 0 4px rgba(233, 92, 92, 0.56) !important;
}

.location-search .combo-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
  width: 40px;
  color: #999999;
  z-index: 999;
}

.location-search .combo-arrow:before {
  content: "";
  top: 50%;
  display: block;
  bottom: 0;
  position: absolute;
  color: #66aa1a;
  z-index: 100;
  width: 16px;
  height: 15px;
  background-image: url(../images/select-arrow.svg);
  background-repeat: no-repeat;
  transform: translateY(-50%);
  background-position: center center;
}

.location-search .combo-open .combo-arrow:before {
  transform: translateY(-50%) rotate(-180deg);
}

.location-search .combo-focus {
  box-shadow: none;
}

.location-search .combo-focus input {
  color: #000;
}

.location-search .combo-select select {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  opacity: 0;
}

@media only screen and (min-width: 960px) {
  .location-search .combo-select select {
    left: -1px;
    top: -1px;
    width: 0;
    height: 0;
    margin: 0;
  }
}

.location-search .option-selected {
  background-color: #eee;
}

.location-search .option-hover {
  background-color: RGB(239, 243, 235);
  color: black;
}

.location-search .option-item {
  cursor: pointer;
  /*border-bottom: 1px #e3e3e3 solid;*/
}

.location-search .option-item:hover {
  background-color: #efefef;
  color: #454545;
}

.location-search .option-item:last-child {
  border-bottom: none;
}

.location-search .combo-dropdown {
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-width: 300px;
  max-height: 270px;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  /*display: none;*/
  overflow-y: auto;
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

@media only screen and (max-width: 768px) {
  .location-search .combo-dropdown {
    border: 1px solid #509111;
    border-top: 0;
    box-shadow: none;
  }
}

.location-search .combo-dropdown li {
  list-style: none;
  padding: 10px 15px;
  margin: 0 !important;
}

.location-search .combo-open .combo-dropdown {
  /*display: block; */
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.location-search .combo-marker {
  text-decoration: underline;
}

.location-search .loaction-search-form h3 {
  display: inline-block;
  font-weight: 600;
  width: 100%;
  font-size: 18px;
  margin-bottom: 12px;
}

.location-search .loaction-search-form .custom-select-box {
  position: relative;
  display: inline-block;
  width: 335px;
  border-radius: 8px;
  margin-right: 8px;
}

.location-search .loaction-search-form .location-search-field {
  width: 100%;
  height: 60px;
  color: #142602;
  background: top;
  border: 2px solid #509111;
  border-radius: 8px;
  padding: 16px;
  position: relative;
  z-index: 99;
}

.location-search .loaction-search-form .location-search-field:focus,
.location-search .loaction-search-form .location-search-field:hover {
  outline: none;
}

.location-search .loaction-search-form .location-search-field.field-error {
  border-color: #e95c5c !important;
  box-shadow: 0 0 4px rgba(233, 92, 92, 0.56) !important;
}

.location-search .loaction-search-form .search-button {
  cursor: pointer;
  min-width: 165px;
  height: 60px;
  line-height: 60px;
  background: #509111;
  border-radius: 8px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #fff;
  transition: all ease-in-out 0.4s;
}

.location-search .loaction-search-form .search-button:hover {
  background-color: #66aa1a;
}

.location-search .autocomplete-suggestions {
  display: none;
  transition: all ease-in-out 0.4s;
  position: absolute;
  width: 100%;
  border: 1px solid #509111;
  border-radius: 8px;
  background: #fff;
  min-height: 160px;
  z-index: 9;
  margin-top: 10px;
}

.location-search .autocomplete-suggestions .autocomplete-suggestion {
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
}

.location-search .autocomplete-suggestions .autocomplete-suggestion:nth-child(1) {
  border-radius: 8px 8px 0 0;
}

.location-search .autocomplete-suggestions #res li:hover,
.location-search .autocomplete-suggestions #res li.highligt,
.location-search .autocomplete-suggestions #res div:hover,
.location-search .autocomplete-suggestions #res div.highligt {
  background-color: #EFF3EB;
  color: #142602;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .location-search .loaction-search-form .custom-select-box {
    width: 100%;
    margin-bottom: 9px;
  }

  .location-search .loaction-search-form .location-search-field {
    width: 100%;
    margin-right: 0;
    z-index: 99;
    position: relative;
  }

  .location-search .loaction-search-form .search-button {
    width: 100%;
    max-width: 400px;
  }

  .location-search .loaction-search-form .autocomplete-suggestions {
    padding-top: 10px;
    width: 100%;
    top: auto;
    margin-top: -71px;
    border-radius: 0 0 8px 8px;
    z-index: 1;
  }

  .location-search .loaction-search-form .autocomplete-suggestions .autocomplete-suggestion:nth-child(1) {
    border-radius: 0;
  }
}

/*Profile slider */
.slider-holder {
  margin-left: auto;
  margin-right: 0;
  padding-left: 15px;
}

.maid-profile-slider .slick-slide {
  margin-right: 30px;
  width: 370px !important;
  padding: 25px 0
}

@media screen and (max-width:1400px) {
  .maid-profile-slider .slick-slide {
    width: 349px !important
  }
}

@media screen and (max-width:992px) {
  .maid-profile-slider .slick-slide {
    width: 330px !important;
    margin-right: 20px
  }
}

@media screen and (max-width:768px) {
  .maid-profile-slider .slick-slide {
    width: 290px !important;
    margin-right: 20px
  }
}

.maid-profile-slider .slick-list {
  padding-left: 0 !important
}

.maid-profile-slider.slick-slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background-color: #142602;
  right: 25%;
  bottom: -115px;
  background-image: url(../images/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 2px
}

@media screen and (max-width:992px) {
  .maid-profile-slider.slick-slider .slick-arrow {
    display: none !important
  }
}

.maid-profile-slider.slick-slider .slick-arrow.slick-prev {
  margin-right: 52px;
  background-color: rgba(20, 38, 2, .25);
  background-image: url(../images/arrow-right.svg)
}

.profile-card {
  display: block;
  background: #fff;
  box-shadow: 0 2px 16px rgba(20, 38, 2, .08);
  border-radius: 8px;
  padding: 24px 24px 29px
}

.profile-card .profile-photo {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 20px
}

.profile-card .profile-photo img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%
}

.profile-card .profile-photo .bio {
  width: 75%;
  padding-left: 20px
}

.profile-card .profile-photo .bio h5 {
  font-size: 18px
}

@media screen and (max-width:768px) {
  .profile-card .profile-photo .bio {
    width: 70%
  }
}

.profile-card .maid-info li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-size: 17px
}

@media screen and (max-width:992px) {
  .profile-card .maid-info li {
    font-size: 16px
  }
}

.profile-card .maid-info li.fee strong {
  font-weight: 600
}

.profile-card .maid-info li.fee span {
  font-size: 16px;
  color: #f27200
}

@media screen and (max-width:768px) {
  .profile-card .maid-info li.fee span {
    font-size: 15px
  }
}

.profile-card .maid-info li img {
  width: 21px;
  position: absolute;
  left: 0;
  top: 0
}

.profile-card .description-holder {
  margin-bottom: 25px
}

@media screen and (min-width:768px) {
  .profile-card .description-holder {
    min-height: 77px;
    max-height: 77px;
    overflow: hidden
  }
}

.profile-card .description {
  font-size: 15px;
  line-height: 24px;
  color: #404040
}

.profile-card .view-profile {
  display: block;
  font-family: Rubik, sans-serif;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  background-color: #68ab0c;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  transition: all ease-in-out .3s
}

.profile-card .view-profile:hover {
  background-color: #59930b
}

.cleaners-list {
  background-color: #fafaf5;
  padding: 100px 0;
  overflow: hidden
}

@media screen and (max-width:992px) {
  .cleaners-list {
    padding: 25px 0
  }
}

.cleaners-list h3 {
  font-size: 32px;
  margin-bottom: 20px
}

@media screen and (max-width:768px) {
  .cleaners-list h3 {
    font-size: 24px;
    margin-bottom: 25px
  }
}

.cleaners-list h2 span {
  color: #3b8700
}

.cleaners-list p.txt {
  margin-top: 25px;
  font-size: 18px;
  line-height: 160%
}

@media screen and (max-width:768px) {
  .cleaners-list p.txt {
    font-size: 16px;
    margin-top: 20px
  }
}

@media screen and (max-width:992px) {
  .cleaners-list .profile-card .description-holder {
    margin-bottom: 25px;
    min-height: 96px;
    max-height: 96px
  }
}

/* how's it working */
.how-it-work {
  background-color: #FAFAF5;
  padding: 90px 0;
}

.how-it-work .content-block {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
  .how-it-work .content-block {
    padding-left: 65px;
  }
}

.how-it-work .content-block .icon {
  display: inline-block;
  max-width: 100px;
}

.how-it-work .content-block .text-content {
  display: inline-block;
  width: calc(100% - 100px);
  padding-left: 25px;
}

@media screen and (max-width: 768px) {
  .how-it-work .content-block {
    margin-bottom: 20px;
  }
}

.how-it-work .content-block h4 {
  position: relative;
  font-size: 20px;
  color: #142602;
  margin: 0;
  line-height: 32px;
}

.how-it-work .content-block p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 28.8px;
  color: #142602;
}

.how-it-work .app-download-links {
  margin-top: 45px;
}

.how-it-work .app-download-links h5 {
  margin-bottom: 20px;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .how-it-work .app-download-links {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 80px;
  }
}

.how-it-work .maidapp-intro-video {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 28px;
  max-width: 360px;
  display: inline-block;
}

@media only screen and (min-width: 1200px) {
  .how-it-work .maidapp-intro-video {
    min-width: 360px;
  }
}

.how-it-work .maidapp-intro-video video {
  display: block;
  width: 100% !important;
  object-fit: cover;
  height: auto !important;
  border-radius: 25px;
  max-width: 360px;
  padding: 0px;
}

@media screen and (max-width: 992px) {
  .how-it-work {
    padding: 50px 0;
  }

  .how-it-work .content-block .icon {
    max-width: none;
    text-align: center;
    width: 100%;
    margin-bottom: 22px;
  }

  .how-it-work .content-block .text-content {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .how-it-work .content-block .text-content p {
    font-size: 16px;
  }

  .how-it-work .order-xs-2 {
    order: 2;
  }

  .how-it-work .order-xs-3 {
    order: 3;
  }
}

.header-search-holder {
  position: relative;
  padding: 0px 0 0;
}

.header-search-holder ::-moz-selection {
  color: #000;
  background-color: #ffecba
}

.header-search-holder ::selection {
  color: #000;
  background-color: #ffecba
}

.header-search-holder .search-form label {
  display: inline-block;
  font-weight: 600;
  width: 100%;
  margin-bottom: 12px;
  font-size: 28px
}

.header-search-holder .search-form .search-field {
  display: inline-block;
  width: calc(100% - 180px)
}

@media screen and (max-width: 580px) {
  .header-search-holder .search-form .search-field {
    width: calc(100% - 30%)
  }
}

@media screen and (max-width: 330px) {
  .header-search-holder .search-form .search-field {
    width: calc(100% - 31%)
  }
}

.header-search-holder .search-form .search-field .text-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  font-weight: 500;
  margin-bottom: 0;
  width: 100%;
  height: 60px;
  color: #142602;
  border: 2px solid #66aa1a;
  border-radius: 8px;
  padding: 15px;
  position: relative;
  z-index: 8;
  background-color: #fff;
  font-size: 19px;
  vertical-align: middle
}

.header-search-holder .search-form .search-field .text-input.field-error {
  border-color: red !important;
}

@media screen and (max-width: 580px) {
  .header-search-holder .search-form .search-field .text-input {
    height: 55px;
    font-size: 18px
  }
}

@media screen and (max-width: 370px) {
  .header-search-holder .search-form .search-field .text-input {
    font-size: 15px
  }
}

.header-search-holder .search-form .search-field .text-input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.header-search-holder .search-form .search-field .text-input::-webkit-input-placeholder {
  opacity: 1;
  color: #aaa;

  font-weight: 500
}

.header-search-holder .search-form .search-field .text-input:-ms-input-placeholder {
  opacity: 1;
  color: #aaa;

  font-weight: 500
}

.header-search-holder .search-form .search-field .text-input::-ms-input-placeholder {
  opacity: 1;
  color: #aaa;

  font-weight: 500
}

.header-search-holder .search-form .search-field .text-input::placeholder {
  opacity: 1;
  color: #aaa;

  font-weight: 500
}

@media screen and (max-width: 340px) {
  .header-search-holder .search-form .search-field .text-input:-ms-input-placeholder {
    font-size: 14px
  }

  .header-search-holder .search-form .search-field .text-input::-webkit-input-placeholder {
    font-size: 14px
  }

  .header-search-holder .search-form .search-field .text-input::-ms-input-placeholder {
    font-size: 14px
  }

  .header-search-holder .search-form .search-field .text-input::placeholder {
    font-size: 14px
  }

  .header-search-holder .search-form .search-field .text-input::-webkit-input-placeholder {
    font-size: 14px
  }
}

.header-search-holder .search-form .search-button {
  margin-left: 8px;
  cursor: pointer;
  min-width: 165px;
  height: 60px;
  line-height: 60px;
  background: #509111;
  border-radius: 8px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  vertical-align: middle
}

.header-search-holder .search-form .search-button:hover {
  background-color: #66aa1a
}

@media screen and (max-width: 580px) {
  .header-search-holder .search-form .search-button {
    min-width: 74px;
    font-size: 17px;
    margin-left: 5px;
    height: 55px;
    line-height: 55px
  }
}

.home-page-hero-section .banner-content .app-download-links-mobile .button {
  margin-left: 0;
  cursor: pointer;
  min-width: 165px;
  height: 60px;
  line-height: 60px;
  background: rgb(80, 145, 17);
  border-radius: 8px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: rgb(255, 255, 255);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}

.home-page-hero-section .search-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}


.home-page-hero-section .mobile-banner img {
  width: 100%;
}

.home-page-hero-section .link-outer {
  display: block;
  margin-top: 15px
}

.home-page-hero-section .link {
  text-decoration: underline;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: rgb(0, 0, 0);
}



@media screen and (max-width: 992px) {
  .home-page-hero-section .location-search {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 1025px) {
  .mobile-banner {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .home-page-hero-section .mobile-banner img {
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
    object-position: top center;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .home-page-hero-section {
    padding: 100px 0 0px;
  }

  .home-page-hero-section .header-search-holder .search-form .search-button {
    cursor: pointer;
    min-width: 165px;
    height: 60px;
    line-height: 60px;
    background: #509111;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #fff;
    transition: all ease-in-out 0.4s;
    position: absolute;
    z-index: 9;
    right: 0;
    border: rebeccapurple;
    border-radius: 0px 8px 8px 0;
  }

  .header-search-holder .search-form .search-field .text-input {
    border-radius: 8px 0 0 8px;
  }

  .home-page-hero-section .app-download-links.app-download-links-mobile {
    margin-bottom: 30px;
    border-bottom: 1px solid #f0dcab;
    padding-bottom: 30px;
  }

  .home-page-hero-section .banner-content p {
    margin-bottom: 25px;
  }


  .header-search-holder .search-form .search-field {
    width: 100%;
    padding-right: 95px;
  }

  .home-page-hero-section::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .mobile-banner {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;

  }

  .desktop-banner-image {
    display: none;
  }

  .home-page-hero-section .location-search {
    border-bottom: 0
  }
}

@media screen and (max-width: 767px) {
  .home-page-hero-section {
    padding: 60px 0 0px;
  }

}

@media screen and (max-width: 580px) {
  .home-page-hero-section .mobile-banner img {
    width: 100%;
    object-fit: cover;
    object-position: top center;
    max-height: 440px;
  }

  .home-page-hero-section .header-search-holder .search-form .search-button {
    min-width: 100px;
    height: 55px;
    line-height: 55px;
  }

  .home-page-hero-section .header-search-holder .search-form h3 {
    font-size: 22px;
  }
}
@media screen and (max-width:460px) {
  .home-page-hero-section .mobile-banner img {
  
    max-height: 370px;
  }
}