.search-result-listing .views-exposed-form {
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 1.875rem;
}
@media only screen and (min-width: 48rem) {
  .search-result-listing .views-exposed-form {
    margin: 0 0 4.25rem;
    max-width: 27.8125rem;
  }
}
.search-result-listing .views-exposed-form h2 {
  margin: 0 0 1.25rem;
  color: #2B2B2B;
}
@media only screen and (min-width: 48rem) {
  .search-result-listing .views-exposed-form h2 {
    margin: 0 0 1.75rem;
  }
}
.search-result-listing .views-exposed-form form {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.search-result-listing .views-exposed-form form label {
  display: none;
}
.search-result-listing .views-exposed-form form .form-text {
  width: 100%;
  height: 3rem;
  border-radius: 1.5rem;
  border-color: #F1F1F1;
  background-color: #F1F1F1;
}
.search-result-listing .views-exposed-form form .form-submit {
  border: 0;
  font-size: 0;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  background-size: 100%;
  left: calc(100% - 2.5rem);
  top: 1.25rem;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://cdnweb.ictsi.com/themes/custom/ictsi/img/svg/magnifying-glass/light.svg");
}

[dir=rtl] .search-result-listing .views-exposed-form form .form-submit {
  right: calc(100% - 2.5rem);
  left: auto;
  top: 1.25rem;
}
/*# sourceMappingURL=style.css.map */
