.results_box {
    background: inherit;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    /* height: 200px; */
    overflow: hidden !important;
    border-radius: 12px;
    padding: 0px;
    display: none;
    z-index: 1000;
}

.results {
    max-height: 150px;
    overflow: auto;
    position: relative;
}

.option_city button {
    display: block;
    width: 100%;
    text-align: left;
}

.option_city button:hover {
    background-color: #0b3eb1 !important;
}

.dropdown-toggle.final-count,.dropdown {
    width: 100%;
    text-align: left;
}
