.ais-Hits-item a {
    display: flex;
}

.algolia-type-booking-type-img img {
    width: 30px;
}

.ais-Hits-item img.algolia-thumbnil {
    width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 7px;
    background-color: #c9c9c9;
    margin-right: 20px;
}

input.ais-SearchBox-input::placeholder {
    color: #7d7878;
}

.ais-Hits-item h4 {
    margin: 0;
    font-size: 16px;
    color: #313030;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 24px;
}

.search_all_and_pagination {
    display: flex;
    align-items: center;
}

#algolia_search_all ,#algolia_search_all_mobile{
    width: 80%;
    text-align: center;
    font-family: poppins;
    background: rgb(255, 146, 6);
    margin-left: 15px;
    border-radius: 10px;
    color: white;
    padding: 4px 0;
    cursor: pointer;
    transition: 0.2s;
}

#algolia_search_all:hover {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

.search_all_and_pagination .ais-Pagination-link {
    margin: 0 4px;
    padding: 0;
}

.search_all_and_pagination .ais-Pagination-item.ais-Pagination-item--page {
    display: none;
}

.ais-Hits-item {
    padding: 11px 15px;
}

.ais-SearchBox-input {
    border: 1px solid #e1e5eba1 !important;
    border-radius: 50px !important;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26) !important;
    font-size: 16px !important;
    padding-right: 50px !important;
    font-family: 'Poppins' !important;
    padding-left: 15px !important;
}

input.ais-SearchBox-input:focus {
    border: 1px solid #f69624 !important;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.27);
}

.algolia-result-area .ais-Hits-item {
    margin: 0;
    padding: 11px 15px;
}

.right-panel {
    padding: 1;
    position: relative;
}

.ais-Hits.ais-Hits--empty {
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: 'Poppins';
    padding: 15%;
}

mark.ais-Highlight-highlighted {
    color: #ff9206;
    background: #faebd7ed !important;
}

.ais-Pagination-link {
    display: none !important;
}

.ais-Pagination-item--previousPage .ais-Pagination-link {
    display: block !important;
}

.ais-Pagination-item--nextPage .ais-Pagination-link {
    display: block !important;
}


div#hits-per-page {
    display: none;
}

.algolia-type-head-title p {
    margin: 0;
    font-size: 14px;
    font-family: 'Poppins';
    color: #8a8181;
}

div#pagination, #pagination-for-mobile {
    display: flex;
    justify-content: right;
    padding: 10px;
    background: white;
}

.mobile_search_btn .jet-button__container {
    display: flex;
    align-items: center;
    justify-content: center !important;
    top: 10px;
    position: relative;
}

.algolia-result-area {
    position: absolute;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 67%);
    border-radius: 21px;
    border: none;
    margin-top: 3px;
    width: 100%;
    overflow: hidden;
    height: 100;
    background: white;
}

.ais-Hits-list li.ais-Hits-item:last-child {
    border-top: 1px solid #efeff0;
    box-shadow: unset;
}

.ais-Pagination-link svg {
    background: #2b5387;
    border-radius: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.ais-Pagination-link {
    background-image: unset !important;
    margin: 0;
    padding: 0px 5px;
    border: none !important;
}

.ais-Pagination-item--disabled svg {
    opacity: 0.3;
    cursor: not-allowed;
}

.ais-Pagination-link:active {
    box-shadow: unset !important;
}

.ais-Hits-item:hover {
    background: #f4fafe;
}

.algolia-result-area {
    display: none
}

#pagination svg {
    width: 26px;
    height: 26px;
}

.ais-SearchBox-form::before {
    right: -2.4rem !important;
    background-color: #2b5387 !important;
    padding: 18px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: 0.6rem !important;
    border-radius: 100px !important;
    cursor: pointer !important;
    background: #2b5387 url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2216.65%22%20y2%3D%2216.65%22%3E%3C%2Fline%3E%3C%2Fsvg%3E') no-repeat center !important;
    left: unset !important;
}

.ais-Pagination-link svg:hover {
    background: #ff9206;
}

.ais-Pagination-item--disabled svg:hover {
    background-color: #2b5387;
}

.ais-Pagination-item--disabled .ais-Pagination-link {
    display: none !important;
}

.ais-SearchBox-form {
    background: unset;
}

.ais-InstantSearch {
    width: 91%;
}

.ais-SearchBox-input {
    width: 100%;
}

form.ais-SearchBox-form {
    background: unset;
}

#home_page_search_banner .algolia-result-area {
    z-index: 999;
}

@media only screen and (max-width:767px) {
    .algolia-header-typehead {
        max-width: 100% !important;
        width: 100% !important;
    }

    .ais-InstantSearch {
        display: none;
        position: absolute;
        right: 50%;
        width: 100%;
    }

    .ais-SearchBox-input {
        width: 100%;
    }

    .ais-SearchBox-form::before {
        display: none
    }

    .add_overlay_for_search {
        background: #0000006e;
    }

    .ais-SearchBox-loadingIndicator {
        display: none;
    }

    .algolia-result-area {
        width: 80vw;
        left: -40%;
        top: 40px;
    }

    .ais-SearchBox-form {
        width: 80vw;
        left: -40%;
        position: absolute;
    }
}