.valuation-company-image {
  margin-top: -5px;
}

.airport-autocomplete-popup {
  border: 1px solid gray;
  position: absolute;
  width: 400px;
  overflow: scroll;
  top: 50px;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 100;
  height: 100px;
  background-color: white;
}

.airport-autocomplete-popup ul li:hover{
  background-color: gray;
  color: white;  
  cursor: pointer;
}
