.autocomplete input {
  width: 100% !important;
}

.autocomplete-result-list {
  border: 0 !important;
  max-width: 80vw;
  /* box-shadow: none !important; */
  padding: 0 !important;
}

.autocomplete-result {
  padding: 12px !important;
  background-image: none !important;
}

.autocomplete-input::-moz-placeholder {
  color: #000 !important;
  font-weight: 400;
  font-size: 13px;
}

.autocomplete-input::placeholder {
  color: #000 !important;
  font-weight: 400;
  font-size: 13px;
}

.viiiSearchForm .o_searchForm.light select, .viiiSearchForm .o_searchForm.light .o_city {
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}
.viiiSearchForm .o_searchForm.light select::-moz-placeholder, .viiiSearchForm .o_searchForm.light .o_city::-moz-placeholder {
  color: #fff !important;
}
.viiiSearchForm .o_searchForm.light select::placeholder, .viiiSearchForm .o_searchForm.light .o_city::placeholder {
  color: #fff !important;
}
.viiiSearchForm .o_searchForm.light select option {
  color: #000 !important;
}
.viiiSearchForm .o_searchForm.light .searchFormContainer .citySearchContainer .autocomplete-input {
  border-bottom: 1px solid #fff !important;
}
.viiiSearchForm .o_searchForm.light .searchFormContainer .citySearchContainer .autocomplete-input::-moz-placeholder {
  color: #fff !important;
}
.viiiSearchForm .o_searchForm.light .searchFormContainer .citySearchContainer .autocomplete-input::placeholder {
  color: #fff !important;
}
.viiiSearchForm .o_searchForm.light .searchFormContainer .singleSearchContainer:last-child input[type=submit], .viiiSearchForm .o_searchForm.light .searchFormContainer .singleSearchContainer:last-child button {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.viiiSearchForm .o_searchForm.light .searchFormContainer .singleSearchContainer:last-child input[type=submit]:hover, .viiiSearchForm .o_searchForm.light .searchFormContainer .singleSearchContainer:last-child button:hover {
  border: 1px solid blue !important;
  color: blue !important;
}
.viiiSearchForm .o_searchForm {
  display: flex;
}
.viiiSearchForm .o_searchForm select, .viiiSearchForm .o_searchForm .o_city {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  background: transparent !important;
  height: 44px !important;
}
.viiiSearchForm .o_searchForm select::-moz-placeholder, .viiiSearchForm .o_searchForm .o_city::-moz-placeholder {
  color: #000 !important;
  font-weight: 400;
  font-size: 16px;
}
.viiiSearchForm .o_searchForm select::placeholder, .viiiSearchForm .o_searchForm .o_city::placeholder {
  color: #000 !important;
  font-weight: 400;
  font-size: 16px;
}
.viiiSearchForm .o_searchForm .searchFormContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.viiiSearchForm .o_searchForm .searchFormContainer .singleSearchContainer {
  margin: 10px 0;
}
.viiiSearchForm .o_searchForm .searchFormContainer .singleSearchContainer select {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
       appearance: auto !important;
  min-width: 100% !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.viiiSearchForm .o_searchForm .searchFormContainer .singleSearchContainer.propertyTypeSearch {
  width: 49%;
}
.viiiSearchForm .o_searchForm .searchFormContainer .singleSearchContainer.propertyTypeSearch select {
  width: 100% !important;
}
.viiiSearchForm .o_searchForm .searchFormContainer .singleSearchContainer {
  width: 24%;
}
.viiiSearchForm .o_searchForm .searchFormContainer .singleSearchContainer select {
  width: 100% !important;
}
.viiiSearchForm .o_searchForm .searchFormContainer .citySearchContainer {
  width: 49%;
  margin: 10px 0;
}
.viiiSearchForm .o_searchForm .searchFormContainer .citySearchContainer .o_city {
  width: 100%;
  padding: 10px 12px 12px 20px !important;
}
.viiiSearchForm .o_searchForm .searchFormContainer .citySearchContainer .autocomplete-input {
  background-image: none !important;
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  background-color: transparent !important;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  height: 44px !important;
  box-shadow: none !important;
  padding: 5px 15px;
  margin-top: 10px;
}
.viiiSearchForm .o_searchForm .searchFormContainer .citySearchContainer .autocomplete-input::-moz-placeholder {
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.viiiSearchForm .o_searchForm .searchFormContainer .citySearchContainer .autocomplete-input::placeholder {
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.viiiSearchForm .o_searchForm .searchFormContainer .singleSearchContainer:last-child {
  width: 100%;
  max-width: 175px;
  margin: 25px auto;
}
.viiiSearchForm .o_searchForm .searchFormContainer .singleSearchContainer:last-child input[type=submit], .viiiSearchForm .o_searchForm .searchFormContainer .singleSearchContainer:last-child button {
  background: transparent !important;
  color: #000 !important;
  width: 100%;
  padding: 20px 5px;
  border: 1px solid #000 !important;
  font-size: 16px !important;
  text-transform: uppercase;
  transition: 0.3s ease-in-out all;
  margin-top: 0;
  max-width: 100%;
}
.viiiSearchForm .o_searchForm .searchFormContainer .singleSearchContainer:last-child input[type=submit]:hover, .viiiSearchForm .o_searchForm .searchFormContainer .singleSearchContainer:last-child button:hover {
  border: 1px solid blue !important;
  color: blue !important;
}
@media only screen and (max-width: 600px) {
  .viiiSearchForm .o_searchForm .searchFormContainer .singleSearchContainer {
    width: 49%;
  }
  .viiiSearchForm .o_searchForm .searchFormContainer .citySearchContainer {
    width: 100%;
  }
  .viiiSearchForm .o_searchForm .searchFormContainer .singleSearchContainer.propertyTypeSearch {
    width: 100%;
  }
}/*# sourceMappingURL=template.css.map */