.gep-search-form {
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0; left: 0;
    z-index: 999;
    background-color: var(--g-blue);
    background-image: url(../jpg/search-form-bg-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.gep-search-form .close-search {
    padding: 6px 12px;
    position: absolute;
    z-index: 11;
    top: 10vh;
    left: 10vw;
    font-size: 1.4rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    color: #fff;
}
.gep-search-form form#search-block-form {
    width: 70%;
    margin: 45vh auto; position: relative;
}
.gep-search-form form#search-block-form .input-group{ border: 1px soldi var(--g-grey); border-radius: 1rem; overflow: hidden;}
.gep-search-form form#search-block-form input {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 1.2rem;
    margin: 0; border: 0;
}
.gep-search-form form#search-block-form .btn.btn-primary {
    height: 58px;
    background: #fff;
    border: 0;
   /* width: 34px;
    */
    padding: 0;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.gep-search-form form#search-block-form .btn.btn-primary .icon-search {
    padding: 1rem;
    color: #363636;
    font-size: 1.5rem;
}
.gep-search-form form#search-block-form ul#custom-block-search {
    width: 100% !important;
    padding-left: 0.75rem;
    padding-right: 0.75rem; list-style: none; border: 0; 
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    top: auto !important;
    margin: 0 auto!important;
    left: auto !important;
}
.gep-search-form form#search-block-form ul#custom-block-search li {
    padding: 0.35rem 0; list-style: none;
    border-bottom: 1px solid #eee;
}
.gep-search-form form#search-block-form ul#custom-block-search li .autocomplete-suggestion-suggestion-suffix {
    font-size: 0.85rem;
}

@media screen and (max-width: 768px){

    .gep-search-form form#search-block-form {
        margin: 35vh auto;
        width: 80%;
   }
    .serch-banner-form .search-form-wrapper {
        width: 70%;
        left: 12%;
   }
    
}