.lang-action::-webkit-scrollbar {
    display: none;
}

.lang-action {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.overlay1 {
    position: fixed;
    top: 0;
    height: 0;
    width: 100%;
    z-index: 99999;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay__body {
    position: relative;
    width: 100%;
    text-align: center;
}

.overlay__section {
    height: 100%;
    width: 100%;
    padding: 4.5rem 3rem 0rem;
}

.overlay__hide__btn {
    position: absolute;
    top: 2em;
    right: 2em;
    background: transparent;
    border: none;
    transition: transform 200ms;
}

.overlay__hide__btn i {
    font-size: 1.4em;
    cursor: pointer;
}

#filtersList a {
    float: left;
    padding: 8px 20px;
    border-radius: 2px;
    min-width: 150px !important;
    color: #888da0;
    font-weight: 400;
    margin: 0 6px 6px 0;
    background: #f5f6fa;
    border: 1px solid #eee;
    transition: all 0.2s ease-in-out;
}

#filtersList a:hover {
    border-color: transparent;
    color: #fff;
    background: #ee141f;
}

#search {
    padding: 1.5rem 2rem;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#search-result {
    background: #fff;
    position: relative;
    border-radius: 0 0 10px 10px;
    /* max-height:600px; */
    max-height: 855px;
    margin-bottom: 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#search-result > ul::-webkit-scrollbar {
    display: none;
}

#search-result > ul {
    width: 100%;
    z-index: 999;
    /* max-height: 520px; */
    max-height: 285px;
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    list-style: none;
    background: white;
    border-top: 2px solid #d8d8da;
    border-bottom: 2px solid #d8d8da;
}

#search-result > ul:last-child {
    border-bottom: none;
    border-radius: 0 0 10px 10px;
}

#search-result > ul > li {
    padding: 1rem 1.5rem;
    text-align: left;
    cursor: pointer;
}

#search-result > ul > li:hover {
    color: black;
    font-weight: 500;
    background: #f3efef;
}

#recent-searches,
#popular-searches {
    margin: 1rem auto;
}

#recent-searches li,
#popular-searches li {
    padding: 0.5rem 1rem 0.5rem 0;
    list-style: none;
}

#recent-searches li a i,
#popular-searches li a i {
    margin-right: 10px;
}

.geodir-js-favorite_btn:hover i {
    font-weight: 900;
    color: #ee141f;
}

.geodir-js-favorite_btn.selected i {
    font-weight: 900;
    color: #ee141f;
}

.text-ellipsis {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#social-links {
    width: 210px;
} 

#social-links ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    /* padding: 10px 0; */
}

#social-links ul li {
    /* margin: 8px; */
}

#social-links ul li a span {
    font-size: 1.5rem !important;
    color: #034ea1 !important;
}

.sharemodal {
    padding: 25px 0px 15px;
    position: absolute;
    left: 0px;
    top: 50px;
    background: #fff;
    box-shadow: 0 9px 26px rgba(58, 87, 135, 0.15) !important;
    z-index: 20;
    width: 225px;
    border-radius: 4px;
    border: 1px solid #eee;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.sharemodal.visgdcc {
    opacity: 1;
    visibility: visible;
    display: block;
}

.recent-searches,
.popular-searches {
    padding-top: 10px;
}
.recent-searches li a i,
.popular-searches li a i {
    padding-right: 10px;
}

.listing-item.has_two_column .geodir-category-img-wrap {
    height: 240px !important;
}

.listing-item.has_one_column .geodir-category-img-wrap {
    height: 290px !important;
}

.listing-item.has_one_column .geodir-category-text {
    height: 160px !important;
}

/* 
.listing-item.has_one_column .geodir-category-listing .geodir-category-text {
    min-height:160px !important;
} */

.listing-item-container {
    position: relative;
}

.hover {
    bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.hover:hover {
    bottom: 15px;
}

.logo-holder img {
    height: 50px;
    width: auto;
}

.section-bg {
    background-image: url("../images/background.png") !important;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.eventribbon {
    position: absolute;
    top: 15px;
    right: -9px;
    z-index: 2;
    background: #ee141f;
    padding: 0.5rem 2rem 1rem;
    width: 150px;
    display: block;
    text-align: right;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        calc(100% - 10px) calc(100% - 10px),
        0 calc(100% - 10px),
        15px calc(50% - 10px / 2)
    );
    box-shadow: 0 calc(-1 * 10px) 0 inset #0005;
}

.color-bg2 {
    background: #ff6e31;
}

.detail-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

@media screen and (max-width: 480px) {
    .overlay__section {
        padding: 4.5rem 1rem 0;
    }

    .listing-carousel-button {
        margin-top: 0 !important;
    }

    #overlaySwiper {
        display: none;
    }
}

@media screen and (max-width: 769px) {
    .shb {
        top: 50% !important;
    }

    .footer-widget {
        margin-top: 2.5rem;
    }

    .logo-holder img {
        height: 35px !important;
    }

    #search-result {
        max-height: 660px;
    }

    #search-result > ul {
        max-height: 195px;
    }

    #search-result > ul > li {
        padding: 11px 1rem;
    }
}

.hero-slider-item {
    height: 534px;
}

.heroImage {
    width: 100%;
    height: 100%;
    max-height: 650px;
    /* object-fit: cover; */
    /* object-position: center; */
}

@media screen and (max-width: 1110px) {
    .no-vis-shadow {
        display: none;
    }
}

@media screen and (min-width: 1440px) {
   
    .hero-slider-item {
        height: 650px;
    }
     
}


@media screen and (max-width: 700px) {
    .register_btn {
        margin-left: 0px !important;
        width: 100% !important;
    }

        
    .hero-slider-item {
        height: 300px;
    }

    .heroImage {
        object-fit: cover !important;
        aspect-ratio: 16/9;
        object-position: center;
    }

    .listing-carousel_pagination.hero_pagination {
        bottom: -5px !important;
    }

}