.input-container {
  position: relative;
background-color:transparent;
  width:500px;
 
  height: 4.4em;
  border-radius: 5px;
}
.input-text {
  outline: none;
  border: none;
  background-color:transparent;
  position: absolute;
  width: 500px;
  height: inherit;
  color: #0066CC;
  font-size: 25px;
  padding: 0 18px;
  z-index: 3;
}
#suggestion {
  width: inherit;
  height: inherit;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 18px;
  font-size: 25px;
  color: #868686;
}
.spacer-200 {
height:200px;

}
