
.overlay.searchOpen {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.customnav.searchOpen {
    display: block;
}
.overlay-content {
    position: relative;
    top: 35%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.custom-search-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.custom-autocomplete-outer {
    width: 50%;
    font-size: 16px;
}
.custom-autocomplete-outer input {
    height: 50px;
    font-size: 18px;
}

.custom-autocomplete-outer input {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 45px;
    height: 60px;
    width: 100%;
    color: #fff;
    padding: 0 30px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
.custom-autocomplete-outer ul {
    border: 1px solid #ddd;
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
}
.pushhSearchReult li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 10px;
    border-bottom: solid 1px #fff;
}