.autocomplete-list {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
    color: #e3aa1e;
    width: 250px;
    height: 30vh;
    padding: 10px;
    display: none;
    overflow-x: hidden;
    overflow-y: scroll;
}
.header .header-logo img {
    width: 80px!important;
}
.bread-crumb{
    padding-top: 100px;
    padding-bottom: 10px;
}


@media(min-width: 768px){
    .desk-none{
        display: none;
    }
}