/* add your css */
#auto .su__app{
    background-color: transparent;
}
#auto .su__app .su__container{
    max-width: 768px;
}
#auto .su__search_section{
  background: none;
  padding-bottom: 20px !important;
  padding-top: 0 !important;
  margin-bottom: 55px;
}
.su__input-search{
    background: #fff;
    height: 50px;
    box-shadow: none;
    padding: 0 140px 0 45px;
    outline: none;
    font-family: 'Open Sans';
}
.custom-search-icon{
    left: 17px;
    position: absolute;
    top: 17px;
}
.su__autoSuggestion.su__autocomplete-suggestion{
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    margin-top: 5px;
    border-radius: 0;
}
.su__suggestions-list{
    max-width: 768px;
    margin: 12px 12px 0;
    border-radius: 50px;
    padding: 0 0 0 8px;
    align-items: flex-start;
}
.su__autoSuggestion.su__autocomplete-suggestion .su__suggestions-list:last-child{
    margin-bottom: 12px;
}
.su__autoSuggestion.su__autocomplete-suggestion .su__suggestions-list .su__suggestion-title{
    font-size: 16px;
    font-weight: 600;
    color: #05003C;
}
.custom-suggested-result-label span{
    border-radius: 2px;
    background: rgba(0, 82, 204, 0.10);
    color: #0052CC;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding: 4px 7px;
}

.su__autocomplete-suggestion .su__suggesticon {
  top: 0px;
  margin-right: 5px;
}