/** Coerver banner google places autocomplete */
#autocomplete-results {
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 99;
}
#autocomplete-results > div {
    cursor: pointer;
    padding: 5px;
}
#autocomplete-results > div:hover {
    background-color: #f5f5f5;
}
#autocomplete-results p {
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 7px 6px;
}
#autocomplete-results p:hover {
    background: #f1f1f1;
    cursor: pointer;
}
/* @media only screen and (max-width: 767px) and (min-width: 300px) {
    #autocomplete-results {
        width: 94%;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    #autocomplete-results {
        width: 60%;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    #autocomplete-results {
        width: 46%;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px) {
    #autocomplete-results {
        width: 41%;
    }
} */
