.custom-search-container {
    /* display: flex; */

    padding: 0;
}

.custom-search {

    position: fixed !important;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 999;
    background-color: #0c0c0cd6 !important;
}

.custom-search form {
    background: #3fa0d9;
    position: relative;
    padding: 30px 20px;
    margin: 0px 31px;
    width: 100%;
}

.zeus.tparrows {
    background: rgb(63 160 217 / 28%);
}

.zeus .tp-title-wrap {
    background: rgb(63 160 217);
}

.navbar-nav>li.has-sub:hover>ul {
    max-width: 200px;
}

.modal-popup {
    z-index: 9999999999 !important;
}