.page-title {
  display: none;
}

.help-me-choose .help-me-choose-bg {
  background-image: url("../images/help-me-choose-search-bg.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.help-me-choose h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #272660;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .help-me-choose h1 {
    font-size: 28px;
  }
}
.help-me-choose h4 {
  color: #272660;
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .help-me-choose h4 {
    font-size: 20px;
  }
}
.help-me-choose form .form-field {
  position: relative;
  margin: 0;
}
.help-me-choose form .form-field label {
  font-size: 16px;
}
.help-me-choose form .form-field .web-dropdown-value {
  min-height: 44px;
  border: 1px solid rgba(183, 183, 183, 0.5);
  padding: 0px 20px;
  border-radius: 10px;
  cursor: pointer;
  color: #000000;
  line-height: 50px;
  font-size: 14px;
  position: relative;
  min-width: 369px;
}
@media screen and (max-width: 767px) {
  .help-me-choose form .form-field .web-dropdown-value {
    min-width: 330px;
  }
}
.help-me-choose form .form-field .web-dropdown-value.open {
  border-radius: 10px 10px 0 0;
}
.help-me-choose form .form-field .web-dropdown-value::after {
  background-image: url(../images/dropdown-icon.png);
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.help-me-choose form .form-field .web-dropdown-value.open:after {
  background-image: url(../images/dropdown-up-icon.png);
}
.help-me-choose form .form-field .web-dropdown-list {
  z-index: 1;
  width: 100%;
  position: absolute;
  display: none;
  background: #FFFFFF;
  border: 1px solid rgba(183, 183, 183, 0.5);
  border-top: 0;
  margin-top: -1px;
  border-radius: 0 0 10px 10px;
  padding: 0 20px 10px 20px;
}
.help-me-choose form .form-field .web-dropdown-list li {
  list-style: none;
  padding-bottom: 7px;
  cursor: pointer;
  color: #808080;
  line-height: 24px;
  font-size: 14px;
}
.help-me-choose form .form-field .web-dropdown-list li:hover {
  color: #363636;
}
.help-me-choose .btn-testimonial {
  width: 369px;
}
@media screen and (max-width: 767px) {
  .help-me-choose .btn-testimonial {
    width: 250px;
    height: 55px;
  }
}

/*# sourceMappingURL=help-me-choose.css.map */
