.suggest {
  color: #001e4b;
  position: absolute;
  list-style: none;
  max-height: 250px;
  width: auto;
  overflow: auto;
  z-index: 100000; 
}

.suggest li {
  margin: 5px 5px 5px -30px;
  cursor: pointer; 
}

.suggest li:hover {
  background: #e11a1a;
  color: #FFF;
}
.loading-sm {
    width: 50px;
    position: relative;
    margin: -64px 0px 0px 150px;
    z-index: 999999999;
    display: none; 
}