@media screen and (min-width : 769px) {
    #sli_autocomplete{
        width: 621px !important;
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }
}

@media screen and (max-width : 768px) {
    #sli_autocomplete{
        width: calc(100% - 32px);
    }
}

body #sli_autocomplete{
border-radius: 4px;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.20);
border:none
}

html body .sli_ac_title{
color:#373737;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px
}

html body #sli_autocomplete .sli_ac_sugg{
color:  #373737;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 400 ;
line-height: 18px; 
}

html body #sli_autocomplete .sli_ac_section{
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
padding-left: 0;
border-bottom: none !important;
}

html body #sli_autocomplete .grid .view-more-link a{
background-color: #005B9C;
font-family: Lato;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 18px;
width: 364px ;
line-height: 26px;
}