#paga_sch #searchBox {
  float: left;
  width: 85%;
  height: 45px;
  padding-left: 10px;
  /*background: #fff url(../img/loc_sch_p.png) no-repeat right;*/
  font-size: 14px;
  color: #000;
  border: 1px solid #707070;
}

.help {
  margin-top: 15px;
}
@media all and (max-width:768px){
  #paga_sch #searchBox {
    width: 67%;
  }
  .help {
  font-size: 13px;
}
}
#suggestions {
  border: 1px solid #000;
  max-height: 200px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 86px;
  z-index: 999;
  background: #fff;
}
#suggestions li {
  padding: 8px 15px;
  text-align: left;
}
#suggestions li.selected {
  background-color: #eee;
}
#suggestions li.suggest-item {
  cursor: pointer;
}
.group-label {
  font-weight: bold;
  background-color: #f0f0f0;
  cursor: default;
}
#btnSearch {
  float: right;
  width: 80px;
  height: 45px;
  border: 0;
  background: #41478f;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Paperlogy-3Light';
  margin: 0px 0px 0px 15px;
}