

.search-list {
    display: none;
    position: absolute;
    z-index: 10;
    background: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    top: 75px;
    -webkit-box-shadow: 5px 5px 6px -6px #000000;
    box-shadow: 5px 5px 6px -6px #000000;
    max-height: 300px;
    overflow-y: auto;
}

.search-list.active {
    display: block;
}

.search-list li {
    display: none;
    cursor: pointer;
    text-wrap: nowrap;
    padding: 5px 0;
}

.search-list li.active {
    display: block;
}

.input-list {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    height: 35px;
    padding: 0 15px;
    border: none;
}

.job-search-one.style-two .input-box {
    position: relative;
}
