.paddingtop {
    margin-top: -217px;
}

.formtop {
    position: absolute;
    top: 237px;
}

.autocomplete-items {
    position: absolute;
    background-color: #d9d3e3;
    z-index: 999;
    width: 185%;
    padding: 0px 0px 0px 10px;
    left: 0;
    cursor: pointer;
    height: 273px;
    overflow-y: auto;
    overflow-x: hidden;
}

.autocomplete-items div {
    border-top: 1px solid white;
    padding: 10px 0px;
}

@media only screen and (max-width: 700px) {
    .autocomplete-items {
        position: absolute;
        background-color: #d9d3e3;
        z-index: 999;
        width: 100%;
        padding: 0px 0px 0px 10px;
        left: 0;
        cursor: pointer;
        height: 273px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #home_one_banner {
        padding: 337px 0 177px 0;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        height: 223%;
        background-size: cover;
    }
}