.form-group-search {
  background: white;
  border-radius: 5px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}
.form-group-search select {
  width: 100%;
  padding-right: 0;
  padding-left: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #495057;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  resize: none;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control-search {
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 10px;
  resize: none;
  border: none;
  border-radius: 5px;
  background: white;
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}

.form-group-search-properties {
  background: none;
  border-radius: 5px;
}

.form-control-search-properties {
  font-size: 1rem;
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 10px;
  resize: none;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: #2d3436;
  background: none;
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
.form-group-search-properties select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2d3436;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: none;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.bg-search{
  background: #2ecc71;
}
.btn-search{
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
}



.value {
  position: absolute;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  text-align: center;
  display: block;
  
  /* optional */
  
  font-weight: normal;
  font-family: Verdana,Arial,sans-serif;
  font-size: 14px;
  color: #333;
}

.price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 26px;
}

.price-range-both {
  display: block; 
}

.value i {
  font-style: normal;
}