#search-engine-wrap {
    position: relative;
}
.autocomplete-suggestions { 
    max-height: 325px; 
    width: 320px !important;
    left: unset !important;
    right: 15px !important;
}
.autocomplete-suggestion{
    font-size: 15px;
    padding: 0.6em;
}
.autocomplete-suggestion img {
    height: 50px;
    width: auto;
    float: left;
    margin-right: 10px;
}

.autocomplete-suggestion {
    white-space: normal !important
}

.autocomplete-suggestion p {
    word-break: break-word;
}

header.navbar-static-top li.navbar-search .dropdown-menu {
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
}

.show_load{
    display: block !important;
    top: 91px;
    /* left: 106.5px; */
    right: 20px;
    width: 260px;
}