/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team.
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */




/* review image modal */
.bsui .carousel-control-prev,
.bsui .carousel-control-next {
    width: 100px !important;
    padding: 20px !important;
}

.bsui .carousel-control-prev span,
.bsui .carousel-control-next span {
    padding: 20px !important;
}

/* review inage modal */


html,
body {
    scroll-behavior: auto !important;
}

.bm-banner-gallery .slide-list {
    display: flex;
    font-size: 0;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
    overflow-y: hidden;
    scroll-behavior: auto !important;
}

.geodir-review-ratings .gd-rating-foreground {
    max-height: 20px !important;
    display: flex;
    border-radius: 5px;
}

.geodir-review-ratings .gd-rating-foreground img {
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    border-radius: 5px !important;
}

/* banner gallery start */
.bm-banner-gallery {
    max-height: 500px;
    margin: auto;
}

.bm-banner-gallery .slide-list {
    display: flex;
    font-size: 0;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
}

.bm-banner-gallery .slide-list.dragging {
    scroll-behavior: auto;
    cursor: grab;
}

.bm-banner-gallery .slide-list .slide-item {
    min-width: 400px;
    height: 500px;
    width: auto;
}

.bm-banner-gallery .slide-list .slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
}

.bm-banner-gallery .slide-button {
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    z-index: 5;
    color: #fff;
    display: flex;
    cursor: pointer;
    font-size: 2.2rem;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: 0.2s;
}

.bm-banner-gallery .slide-button:hover {
    background: #404040;
}

.bm-banner-gallery .slide-button#prev-slide {
    left: 15px;
}

.bm-banner-gallery .slide-button#next-slide {
    right: 15px;
}

.bm-banner-gallery .slide-list::-webkit-scrollbar {
    display: none;
}

.bm-banner-gallery .slider-scrollbar {
    display: none !important;
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.bm-banner-gallery .slider-scrollbar .scrollbar-track {
    background: #ccc;
    width: 100%;
    height: 5px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
}

.bm-banner-gallery .slider-scrollbar:hover .scrollbar-track {
    height: 5px;
}

.bm-banner-gallery .slider-scrollbar .scrollbar-thumb {
    position: absolute;
    background: #000;
    top: 0;
    bottom: 0;
    width: 10%;
    height: 100%;
    cursor: grab;
    border-radius: inherit;
}

.bm-banner-gallery .slider-scrollbar .scrollbar-thumb:hover {
    cursor: grabbing;
    height: 8px;
    top: -2px;
}

.bm-banner-gallery .slider-scrollbar .scrollbar-thumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
}

.bm-banner-gallery .slider-scrollbar .scrollbar-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
}

/* count single page*/
.bm-banner-gallery .gallery-total-count {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9 !important;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 20px;
}

/* modal */
.modal-alt {
    position: relative;
}

.madal-alt-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.bppm-modal-alt-prev-slide,
.bppm-modal-alt-next-slide {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    padding: 5px;
    height: 40px;
    width: 40px;
    border: 0;
    border-radius: 5px;
    background: #40465f82;
    color: #fff;
    transform: translateY(-50%);
    z-index: 9999;
    transition: .3s;
}

.bppm-modal-alt-prev-slide:hover,
.bppm-modal-alt-next-slide:hover {
    background: #40465f;

}

.bppm-modal-alt-prev-slide {
    left: 25px;
}

.bppm-modal-alt-next-slide {
    right: 25px;
}

.modal-alt {
    display: none;
    flex-direction: column !important;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.fullscreen-image {
    max-width: 100%;
    max-height: 100%;
    z-index: 9999;
    transition: transform 0.3s ease;
}

.fullscreen-image.zoomed-in {
    transform: scale(1.5);
}

.modal-alt .zoom-hint {
    display: none;
    position: absolute;
    text-align: center;
    left: auto;
    bottom: 10px;
    color: gray;
    z-index: 9999;
}

.bm-banner-gallery .close {
    color: #db3535;
    position: absolute;
    top: 55px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    background: #ffffff20;
    width: 25px;
    height: 30px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.bm-banner-gallery .close:hover,
.bppm-listing-all-photos-modal .close:hover {
    background: #ffffff30;
}

/* modal */





@media screen and (max-width: 768px) {
    .bm-banner-gallery {
        max-height: 350px;
        min-height: 350px;
    }

    .bm-banner-gallery .slide-list .slide-item {
        max-height: 350px;
        min-height: 350px;
    }

    .bm-banner-gallery .slide-button {
        font-size: 16px;
        height: 35px;
        width: 30px;
    }

    .bm-banner-gallery .slide-button#next-slide {
        right: 0;
    }

    .bm-banner-gallery .slide-button#prev-slide {
        left: 0;
    }

    .bm-banner-gallery .slide-list {
        scroll-snap-type: x mandatory;
    }

    .bm-banner-gallery .slider-scrollbar .scrollbar-thumb {
        width: 20%;
    }

    .bm-banner-gallery .slider-scrollbar {
        display: none !important;
    }

    .bm-banner-gallery .gallery-total-count {
        right: 15px;
        top: 15px;
        font-size: 20px;
    }

    .bm-banner-gallery .close {
        top: 20px !important;
        right: 20px !important;
    }
}

/* banner gallery */



/* main image */
#single-main-image-background {
    min-height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(2px);
}

#single-main-image.main-image {
    max-height: 500px;
    width: 100%;
}

#single-main-image.main-image img {
    height: 500px;
    object-fit: contain;
}

#single-main-image {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width:768px) {
    #single-main-image-background {
        min-height: 350px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        filter: blur(2px);
    }

    #single-main-image.main-image {
        max-height: 350px;
        min-height: 350px;
        width: 100%;
    }

    #single-main-image.main-image img {
        height: 350px;
        object-fit: contain;
    }
}

/* main image end */





/* related links */
.bm-directory-related-links {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: space-between;
}

.bm-directory-related-links .bm-group-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bm-directory-related-links .bm-states-links {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}

.bm-directory-related-links .bm-group-links a {
    font-size: 18px;
    font-weight: 300;
    color: #616161;
}

.bm-directory-related-links .bm-group-links a {
    font-size: 18px;
    font-weight: 300;
    color: #616161;
}

.bm-directory-related-links .bm-group-links a:hover {
    color: #616161 !important;
}

@media screen and (max-width:767px) {
    .bm-directory-related-links {
        grid-template-columns: 30% 70%;
        gap: 10px;
    }
}

/* related links */





/* .bm-red-button */
.bm-red-button {
    display: inline-block;
    background: #FD3838;
    padding: 12px 18px;
    border-radius: 7px;
    color: white !important;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1 !important;
    transition: .3s;
    text-decoration: none !important;
    font-family: 'outfit';
    transition: .3s;
    cursor: pointer;

}

.bm-red-button:hover {
    background: #e40000;
}

/* bm-red-button */



/* bm-blue-button */
.bm-blue-button {
    font-size: 18px;
    font-weight: 400 !important;
    color: white !important;
    text-decoration: none !important;
    background: #27a5dd;
    border-radius: 5px;
    padding: 8px 14px;
    line-height: 1;
    transition: 0.3s;
    cursor: pointer;
}

.bm-blue-button:hover {
    background: #1590c5;
}

/* bm-blue-button */


/* classic button */
.bm-classic-button {
    display: inline-block;
    color: #007BFF !important;
    background: transparent;
    padding: 5px 10px;
    font-size: 16px;
    border: 2px solid #007BFF !important;
    border-radius: 5px;
    text-decoration: none !important;
    transition: 0.3s ease;
    margin: 10px 0;
    font-weight: 600;
}

.bm-classic-button:hover {
    background: #007BFF30;
}

/* classic button */





/* wc products - market place */
.geodir-wc-marketplace-container .product img {
    width: 100%;
}

.geodir-wc-marketplace-container .products.columns-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 !important;
    margin: 20px 0;
}

.geodir-wc-marketplace-container .products.columns-3 li {
    margin: 0 !important;
    list-style-type: none;
}

.geodir-wc-marketplace-container .widget-title {
    color: #000;
}

.geodir-wc-marketplace-container .woocommerce-loop-product__title {
    margin-top: 5px;
}

.geodir-wc-marketplace-container .woocommerce-pagination {
    display: flex;
    justify-content: center;
    margin: 50px;
}

.geodir-wc-marketplace-container a:hover {
    text-decoration: none !important;
}

.geodir-wc-marketplace-container .woocommerce-pagination ul {
    display: flex;
    list-style-type: none;
    padding: 0 !important;
}

.geodir-wc-marketplace-container .woocommerce-pagination ul li {
    margin: 0 5px;
}

.geodir-wc-marketplace-container .woocommerce-pagination ul li a {
    padding: 10px 15px !important;
    border: 1px solid lightgray;
    font-weight: bold;
}

.geodir-wc-marketplace-container .woocommerce-pagination ul li a:hover {
    padding: 10px 15px !important;
    border: 1px solid #2aa2dd;
    text-decoration: none;
}

.geodir-wc-marketplace-container .woocommerce-pagination ul li span {
    padding: 10px 15px;
    border: 1px solid #2aa2dd;
    color: #2aa2dd;
    font-weight: bold;
}

@media screen and (max-width:768px) {
    .geodir-wc-marketplace-container .products.columns-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media screen and (max-width:500px) {
    .geodir-wc-marketplace-container .products.columns-3 {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

/* market place */





/* add listing */
.quicktags-toolbar input[type="button"],
.wp-editor-tabs button {
    color: #222 !important;
}

.mce-container .mce-widget button {
    color: #222 !important;
    background: transparent !important;
}

.mce-container .mce-widget button:hover {
    background: lightgray !important;
}

/* add listing */




/* modern button */
.bm-modern-button {
    background-color: #007BFF !important;
    color: white !important;
    border: none;
    padding: 15px 30px;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 600;
    border-radius: 100px !important;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.bm-modern-button i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.bm-modern-button:hover i {
    transform: scale(1.2);
}

.bm-modern-button:hover {
    background-color: #0056b3 !important;
    transform: translateY(-2px);
}

/* modern button */






/* search page */
.bm-gd-search-page {
    z-index: 2 !important;
}

.search-results .bm-archive-item .card-info-bottom {
    gap: 10px !important;
}

.bm-gd-search-page .input-group-text {
    line-height: 2.5 !important;
}
.bm-gd-search-page button {
    height: 50px;
    border-radius: 0 !important;

}

.bm-gd-search-page button:hover {
    border-radius: 6px;
    padding-left: 17px !important;
    padding-right: 17px !important;
    height: 50px !important;
}

.bppm-listing-slider-top {
    margin-bottom: 20px;
}

.bm-gd-search-page select,
.bm-gd-search-page input {
    height: 50px;
    border-radius: 0 !important;

}

.bm-gd-search-page p {
    color: #fff !important;

}

.bm-gd-search-page .customize_filter_inner {
    border-radius: 0 !important;
}

/* search page */


/* checkout page */
.getpaid-checkout.bsui>form>.container-fluid>.row input:not([type='submit']) {
    padding: 30px 10px;
    background: #F0F0F1;
}

.getpaid-checkout.bsui>form>.container-fluid>.row select {
    background: #f0f0f1;
    padding: 20px 10px;
}

.getpaid-checkout.bsui>form>.container-fluid>.row label {
    font-weight: bold;
}

.getpaid-discount-field .submit-button {
    display: flex;
    align-items: center;
}

/* checkout page */



.bsui .form-select {
    background-image: unset;
    background-size: 0 !important;
}

.bsui .form-select option,
.widget select option {
    z-index: 9999 !important;
}





/* amazon auto links */
.sub-images {
    z-index: 99999 !important;
    position: sticky;
}

.sub-image-container img {
    border: 2px solid #2aa2dd;

}

.sub-image-container img:hover {
    border: 2px solid orange;
}

.amazon-auto-links-button {
    margin-left: inherit;
}

@media screen and (max-width:770px) {
    .amazon-auto-links {
        padding: 0 10px;
    }

    .amazon-auto-links-button {
        margin-left: auto;
    }
}

/* amazon */





/* claim listing */
.bm-claim-mobile {
    display: inline-block;
    background: #2aa2dd10;
    padding: 5px 10px;
    margin-bottom: 10px !important;
    border: 1px solid #2aa2dd;
    border-radius: 5px;

}

.bppm-claim-listing {
    background: #fff;
    padding-top: 10px;
    margin-bottom: 10px;
}

.bppm-claim-listing .block-title {
    border: none;
}

.bppm-claim-listing .block-title span {
    background: transparent;
    padding: 0;
    color: #111;
    font-size: 15px;
    line-height: 1.2;
}

/* claim listing */






/* biz */
.biz-container a:hover {
    text-decoration: none !important;
}
.biz-address {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.biz-content .geodir-field-phone a {
    font-weight: bold !important;
}

/* biz */



/* review loader */
.review-loader {
    width: 100%;
    height: 150px;
    display: block;
    margin: auto;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
}

.review-loader::after {
    content: '';
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    position: absolute;
    background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), radial-gradient(circle 28px at 28px 28px, #DDD 99%, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
    background-repeat: no-repeat;
    background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 100% 56px;
    background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    box-sizing: border-box;
    animation: animloaderreview 1s linear infinite;
}

@keyframes animloaderreview {
    0% {
        background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    }

    100% {
        background-position: 150% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
    }
}

/* review loader */



/* review tab */
.bppm-review-tab {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.bppm-review-tab span {
    padding: 5px 10px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-weight: bold;
}

.bppm-review-tab span:hover {
    background: #f2f2f2;
}

/* .bppm-review-tab span:nth-child(n+1) {
	border-right: 0 !important;
} */
/* .bppm-review-tab span:last-child {
	border-right: 0.5px solid #c4c4c4 !important;
} */
.bppm-review-tab span.bppm-tab-nav.active {
    border-bottom: 3px solid orange;
    background: #f2f2f2;

}

.bppm-tab-content {
    display: none;
}

.bppm-single-gallery-rating .bppm-item-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
}

.bppm-item-rating span {
    margin-left: 3px;

}

/* review tab */



/* comment */
.bppm-comment-section-button {
    display: inline-block;
    color: white !important;
    background: #20b812;
    padding: 0 10px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none !important;
    margin-top: 5px;
    display: none;
}

/* comment */



#bppm-hide {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    transition: all .2s;
    color: #fff;
    background-color: #ffffff10;
}

/* links loader */
.links-loader {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid rgba(2, 122, 151, 1);
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 0.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* links loader */



/* faq */
p.bppm-faq-answer {
    margin-bottom: 10px;
}

ul.bppm-faq-answer-list {
    margin-top: 0 !important;
}

ul.bppm-faq-answer-list li {
    margin-bottom: 0 !important;
}

ul.bppm-faq-answer-list li::marker {
    color: #888;
}

ul.bppm-faq-answer-list li a {
    color: #2aa2dd;
}

/* faq */


/* nearme links */
.bppm-links-group-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.bppm-links-group-container .bppm-links-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    column-gap: 50px;
}

.bppm-links-group-container .bppm-links-group .bppm-links-group-title {
    display: flex;
    gap: 10px;
    color: #333;
}

.bppm-links-group-container .show-links-container {
    margin-top: 20px;
}

a.blue-link,
.blue-links-container a.link-item {
    color: blue !important;
}

.near-me a.link-item {
    font-family: 'outfit';
    border-radius: 3px !important;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 600 !important;
    color: blue;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

a.link-item:hover {
    text-decoration: underline !important;
    color: blue;
}

.bppm-links-group-container .show-links-container a {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* near me links */





.page-template-default .google-auto-placed {
    width: 1068px !important;
    max-width: 1068px !important;
    margin: auto;
    overflow: hidden;
}







/* tags and cat */

.tags-and-category .geodir-field-post_category a {
    background: #00000010;
    padding: 1px 3px;
}

/* tags and cat */




/* loader */
.bppm-loader-wrapper {
    display: none;
    position: absolute;
    z-index: 999;
}

.skeleton-23hfl1sv181:empty {
    position: relative;
    height: 290px;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    background-image: linear-gradient(#cccccc 50px, transparent 0), linear-gradient(#cccccc 200px, transparent 0);
    background-repeat: repeat-y;
    background-size: 300px 290px, 300px 290px;
    background-position: left 10px top 226px, left 10px top 10px;
}

.skeleton-23hfl1sv181:empty:before {
    content: ' ';
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 290px;
    -webkit-mask-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 80%);
    -webkit-mask-repeat: repeat-y;
    -webkit-mask-size: 50px 290px;
    -webkit-mask-position: -20% 0;
    background-image: linear-gradient(rgba(102, 102, 102, 1) 50px, transparent 0), linear-gradient(rgba(102, 102, 102, 1) 200px, transparent 0);
    background-repeat: repeat-y;
    background-size: 300px 290px, 300px 290px;
    background-position: left 10px top 226px, left 10px top 10px;
    animation: shineForSkeleton-23hfl1sv181 2s infinite;
}

@keyframes shineForSkeleton-23hfl1sv181 {
    to {
        -webkit-mask-position: 120% 0
    }
}

.bppm-loader-wrapper .bppm-loader-container {
    display: flex;
    gap: 20px;
}

.skeleton {
    width: 232px;
}

/* loader */





/* expand business hours */
.bppm-single-overlay-hours {
    position: relative;
}

.bppm-single-overlay-hours .single-hour span.hour-click-prevent {
    display: block;
    position: absolute;
    background: #ffffff00;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 999;
}

.bppm-single-overlay-hours .expanded-hour {
    display: none;
    position: absolute;
    top: 25px;
    left: auto;
    z-index: 999;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateX(-10px);
}

.bppm-fade {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

/* expand business hours */






/* listing slider open */

.bppm-listing-slider-wrapper a {
    text-decoration: none !important
}

.bppm-listing-slider-wrapper a:hover {
    text-decoration: none;
    color: white;
}

.bppm-listing-slider-wrapper .swiper {
    width: 100%;
    height: 100%;
    transition: .3s;

}

.bppm-listing-slider-wrapper .swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: start;
    align-items: start;
}

.bppm-listing-slider-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
}

.bppm-listing-slider-wrapper .swiper-button-next::after,
.bppm-listing-slider-wrapper .swiper-button-prev::after {
    background: white;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 20px !important;
    color: #fff;
    font-weight: bold;
    background: #001c40bd;
}

.bppm-listing-slider-wrapper .swiper-button-next,
.bppm-listing-slider-wrapper .swiper-button-prev {
    transition: .2s;
    background-size: 0 !important;
    -webkit-background-size: 0 !important;
}

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

    .bppm-listing-slider-wrapper .swiper-button-next,
    .bppm-listing-slider-wrapper .swiper-button-prev {
        display: none !important;
    }
}

.bppm-listing-slider-wrapper .swiper-button-next {
    top: 180px;
}

.bppm-listing-slider-wrapper .swiper-button-prev {
    top: 180px;
}

.bppm-listing-slider-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.single .bppm-listing-slider-top {

    margin-bottom: 10px;
}

.bppm-listing-slider-show-all {
    font-size: 18px;
    font-weight: 400 !important;
    color: white !important;
    text-decoration: none !important;
    background: #27a5dd;
    border-radius: 5px;
    padding: 12px 18px;
    line-height: 1;
    transition: 0.3s;
}

.bppm-listing-slider-show-all a {
    color: white;
    font-weight: 400 !important;
}
.bppm-listing-slider-show-all:hover {
    background: #1590c5;
}
.bppm-listing-slider-show-all a:hover {
    text-decoration: none !important;
}
.bppm-listing-slider-bottom {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.bppm-listing-slider-wrapper .swiper-button-next:active {
    transform: translateX(2px);
}
.bppm-listing-slider-wrapper .swiper-button-prev:active {
    transform: translateX(-2px);
}
.bppm-listing-slider-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #2aa4dd;
    margin-top: 10px;
}



.bppm-slider-archive-item {
    min-height: 310px;
    width: 100%;
}

.bppm-slider-archive-item .bppm-item-text {
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 15px;
    font-weight: normal;
}

.bppm-slider-archive-item .bppm-item-text h4 {
    margin: 0 0 !important;
    font-size: 15px !important;
    line-height: 1.2;
    color: #000;
    font-weight: 600 !important;
}

.bppm-slider-archive-item .bppm-item-text h4 a {
    text-decoration: none;
    display: block;
    color: #000 !important;
}

.bppm-slider-archive-item .bppm-item-text h3 a:hover {
    text-decoration: none;
    color: #2aa4dd;
}

.bppm-slider-archive-item .bppm-item-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 14px !important;
}

.bppm-slider-archive-item .bppm-item-rating i {
    color: white !important;
    padding: 2px;
    background: #999;
    border-radius: 3px;
}

.bppm-item-rating span {
    margin-left: 6px;
}

.bppm-slider-archive-item .bppm-item-address p {
    margin: 0 !important;
    font-size: 18px;
}

.bppm-slider-archive-item .bppm-item-address {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end !important;
    color: #616161 !important;
    ;

}

.bppm-slider-archive-item .main-image img {
    border-radius: 10px;
}

.bppm-slider-archive-item .bm-archive-item-gallery {
    position: relative;
}

.bppm-slider-archive-item .bm-archive-item-gallery .gallery-total-count {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 2px 10px;
    border-radius: 20px;
}


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

    .bppm-listing-slider-wrapper .swiper-button-next,
    .bppm-listing-slider-wrapper .swiper-button-prev {
        display: none !important;
    }

}

/* listing slider close */



/* popular tags slider open */

.bppm-tags-slider-wrapper,
.bppm-tags-for-filter {
    padding: 0;
    position: relative;
    overflow-x: hidden;
    max-width: 100%;
    border-radius: 13px;
}

.bppm-tags-slider-wrapper .icon,
.bppm-tags-for-filter .icon {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.bppm-tags-slider-wrapper .icon:first-child,
.bppm-tags-for-filter .icon::first-child {
    left: 0;
    display: none;
}

.bppm-tags-slider-wrapper .icon:last-child,
.bppm-tags-for-filter .icon::first-child {
    right: 0;
    justify-content: flex-end;
}

.bppm-tags-slider-wrapper .icon i,
.bppm-tags-for-filter .icon i {
    width: 35px;
    height: 45px;
    cursor: pointer;
    text-align: center;
    line-height: 55px;
    background: #efedfb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bppm-tags-slider-wrapper .icon i:hover,
.bppm-tags-for-filter .icon i:hover {
    color: #2AA4DD;
}

.bppm-tags-slider-wrapper .tags-box,
.bppm-tags-for-filter .tags-box {
    display: flex;
    gap: 20px;
    list-style: none;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.bppm-tags-slider-wrapper ul.tags-box,
.bppm-tags-for-filter ul.tags-box {
    margin: 0px 0px 0px 0px !important;
    padding: 10px 0;
    color: black !important;
}

.tags-box.dragging {
    scroll-behavior: auto;
    cursor: grab;
}

.bppm-active-swipe-menu-item {
    background-color: #2aa2dd !important;
    color: white !important;
}

.bppm-tags-slider-wrapper .tags-box .tag,
.bppm-tags-for-filter .tags-box .tag {
    cursor: pointer;
    font-family: 'outfit';
    white-space: nowrap;
    border-radius: 8px;
    color: black;
}

.bppm-tags-slider-wrapper .tags-box .tag a,
.bppm-tags-for-filter .tags-box .tag a {
    color: #000;
    font-size: 16px !important;
    font-weight: 300;
    text-decoration: none !important;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 5px 10px;
}

.bppm-tags-slider-wrapper .tags-box .tag a:hover,
.bppm-tags-for-filter .tags-box .tag a:hover {
    text-decoration: none !important;
}
.bppm-tags-slider-wrapper .tags-box.dragging .tag,
.bppm-tags-for-filter .tags-box.dragging .tag {
    user-select: none;
    pointer-events: none;
}

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

    .bppm-tags-slider-wrapper ul.tags-box,
    .bppm-tags-for-filter ul.tags-box {
        overflow-x: auto !important;
    }

}

/* popular tags slider closed */








/* listing tags slider open */
.bppm-listing-tags-slider-wrapper {
    padding: 0;
    position: relative;
    overflow-x: hidden;
    max-width: 100%;
    border-radius: 13px;
}

.bppm-listing-tags-slider-wrapper .icon {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.bppm-listing-tags-slider-wrapper .icon:first-child {
    left: 0;
    display: none;
}

.bppm-listing-tags-slider-wrapper .icon:last-child {
    right: 0;
    justify-content: flex-end;
}

.bppm-listing-tags-slider-wrapper .icon i {
    width: 35px;
    height: 45px;
    cursor: pointer;
    text-align: center;
    line-height: 55px;
    background: #efedfb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bppm-listing-tags-slider-wrapper .icon i:hover {
    color: #2AA4DD;
}

.bppm-listing-tags-slider-wrapper .listing-tags-box {
    display: flex;
    gap: 12px;
    list-style: none;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.bppm-listing-tags-slider-wrapper ul.listing-tags-box {
    margin: 9px 0px 9px 0px !important;
    padding: 7px 0;
    color: black !important;
}

.listing-tags-box.dragging {
    scroll-behavior: auto;
    cursor: grab;
}

.bppm-listing-tags-slider-wrapper .listing-tags-box .listing-tag {
    cursor: pointer;
    font-size: .85rem;

    white-space: nowrap;
    padding: 2px 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bppm-listing-tags-slider-wrapper .listing-tags-box .listing-tag a {
    color: black;
    font-weight: 600;
    text-decoration: none !important;
}

.bppm-listing-tags-slider-wrapper .listing-tags-box .listing-tag a:hover {
    text-decoration: none !important;
}

.bppm-listing-tags-slider-wrapper .listing-tags-box .listing-tag:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 8px;
}

.bppm-listing-tags-slider-wrapper .listing-tags-box.dragging .listing-tag {
    user-select: none;
    pointer-events: none;
}



@media screen and (max-width:770px) {
    .bppm-listing-tags-slider-wrapper ul.listing-tags-box {
        overflow-x: auto !important;
    }

}

/* listing tags slider close */


/* modal alt */
.modal-alt {
    position: relative;
}

.madal-alt-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.bppm-modal-alt-prev-slide,
.bppm-modal-alt-next-slide {
    position: absolute;
    top: 50%;
    padding: 5px;
    height: 40px;
    width: 40px;
    border: 0;
    border-radius: 5px;
    background: #40465f82 !important;
    color: #fff;
    transform: translateY(-50%);
    z-index: 9999;
    transition: .3s;
}

.bppm-modal-alt-prev-slide:hover,
.bppm-modal-alt-next-slide:hover {
    background: #40465f;

}

.bppm-modal-alt-prev-slide {
    left: 25px;
}

.bppm-modal-alt-next-slide {
    right: 25px;
}

.modal-alt {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.fullscreen-image {
    max-width: 100%;
    max-height: 100%;
    z-index: 9999;
    transition: transform 0.3s ease;
}

.fullscreen-image.zoomed-in {
    transform: scale(1.5);
}

.modal-alt .zoom-hint {
    display: none;
    position: absolute;
    text-align: center;
    left: auto;
    bottom: 10px;
    color: gray;
    z-index: 9999;
}

/* post address */
.geodir-post-meta-container .geodir-field-address {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.geodir-post-meta-container .geodir-field-address span:last-child {
    display: none;
}

.bppr-info-container .geodir-post-meta-container .geodir-field-address span:nth-child(1)::after {
    content: ',';
}

.bppr-info-container .geodir-post-meta-container .geodir-field-address span:nth-child(5)::after {
    content: ',';
}

.bppr-info-container .geodir-post-meta-container .geodir-field-address span:nth-child(3)::after {
    content: ',';
}

.bm-archive-item .geodir-post-meta-container .geodir-field-address span:nth-child(2)::after {
    content: ',';
}

.bm-archive-item .geodir-post-meta-container .geodir-field-address span:nth-child(4)::after {
    content: ',';
}

.bm-archive-item .geodir-post-meta-container .geodir-field-address span:nth-child(6)::after {
    content: ',';
}


/* top review */
.ratting-and-ratting-count .gd-rating-info-wrap {
    border: none !important;
}

.ratting-and-ratting-count {

    margin-top: 0 !important;
}





.page-template-default .bppm-listing-slider-top {
    margin-bottom: 10px;
}

.page-template-default a {
    text-decoration: none;
}

.page-template-default .bppm-listing-slider-top a:hover {
    text-decoration: none;
    color: white;
}

.page-template-default ul.bppm-faq-answer-list {
    padding: 0 !important;
}



/* popular links */

.bbp-popular-links {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 20px;
}

/* popular links */




/* single list infos custom css */


.bppr-map-and-info-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 30px;
}

.bppr-map-container {
    grid-column: 1/3;
}

.bppr-direction-container {
    grid-column: 1/4;
}

.single-contact-details .geodir-output-location-detail {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}

.single-contact-details .geodir-output-location-detail div:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.single-contact-details .geodir-output-location-detail div:nth-child(4) {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.single-contact-details .geodir-output-location-detail div:nth-child(3) {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

@media screen and (max-width: 1180px) {
    .single-contact-details .geodir-output-location-detail {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 770px) {
    .bppr-map-and-info-wrapper {
        grid-template-columns: repeat(1, 1fr);

        gap: 20px;
    }

    .bppr-map-and-info-wrapper .bppr-map-container {
        grid-row: 2/3;
        grid-column: 1/4;
    }

    .bppr-map-and-info-wrapper .bppr-hours-container {
        grid-column: 1/4;
    }

    .single-contact-details .geodir-output-location-detail {
        display: unset !important;
    }



}

/* single list infos css end */



/* pagination */
.navigation.aui-pagination {
    display: block !important;
}

.geodir-loop-paging-container .aui-nav-links .pagination {
    justify-content: center;
}

.geodir-loop-paging-container .aui-nav-links .pagination li a {
    border: 1px solid #1E73BE;
}

/* pagination */




.geodir-loop-container .card {
    border: none !important;
}

.post-type-archive .mb-4 {
    margin-bottom: 0 !important;
}

.recomend {
    margin-bottom: 100px;
}

/* Business hours in single listing*/
.bbp_single_hours .gd-bh-open-hours {
    display: none;
}

/* Business hours in single listing*/

/* loop card */
.geodir-loop-container .card {
    display: block !important;
}

/* loop card */

/* more links */
.bbp-more-links .bbp-categories-from-current-location,
.bbp-more-links .bbp-locations-from-current-category .bbp_location_city,
.bbp-more-links .bbp-locations-from-current-category .bbp_location_neighbourhood {
    padding-top: 50px !important;
}

.bbp-more-links .bbp-categories-from-current-location .gd-categories-widget .card {
    box-shadow: none !important;
}

.bbp-more-links .bbp-categories-from-current-location .gd-categories-widget .card-body {
    border: 0 !important;
    padding: 0 15px !important;
    font-size: 15px;
    font-weight: normal;
    text-align: left !important;
    box-shadow: none !important;
    background: unset;
}

.bbp-more-links .bbp-categories-from-current-location .gd-categories-widget .card-body:hover {
    box-shadow: none !important;
    background: unset;
}

.bbp-more-links .bbp-categories-from-current-location .gd-categories-widget .card-body .gd-cptcat-cat-right a {
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    color: graytext !important;
    text-align: left !important;
}

.bbp-more-links .bbp-locations-from-current-category .gd-rows-popular-locations a {
    font-size: 15px;
    color: graytext !important;
}

.bbp-more-links .bbp-categories-from-current-location .gd-categories-widget .gd-cptcat-ul {
    margin-bottom: 15px !important;
}

.bbp-more-links .bbp-locations-from-current-category .bbp_location_city .gd-rows-popular-locations,
.bbp-more-links .bbp-locations-from-current-category .bbp_location_neighbourhood .gd-rows-popular-locations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

/* more links */



/* features */
.bm-directory-features .area-infos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.bm-directory-features .category h3 {
    font-size: 18px !important;
}

.bm-directory-features .category {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bm-directory-features .option {
    display: flex;
    align-items: start;
    font-size: 18px;
    gap: 3px;
}

.bm-directory-features .option span {
    line-height: 1 !important;
}

.bm-directory-features .option svg {
    margin-top: 2px !important;
    height: 14px !important;
    width: 14px !important;

}

@media screen and (max-width:1050px) {
    .bm-directory-features .area-infos {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px;
    }

    .bm-directory-features .category {
        gap: 6px;
    }

}

/* features end */



/* media query open */
@media screen and (max-width:770px) {
    .bppr-container-top {
        grid-template-columns: repeat(1, 1fr);
    }

}


/* mobile */
@media screen and (max-width:431px) {
    .bm-archive-item .card-left .card-image {
        width: 100%;
    }

    .bm-archive-item .card-left .card-image img {
        width: 100%;
        size: cover;
    }

    .bm-archive-item .ratting {

        font-size: 13px;
    }

    .bm-archive-item .card-info-bottom {
        flex-direction: row;
        font-size: 12px;
        justify-content: space-between;
        /* 		align-content: center; */
        gap: 5px;
    }


    .bm-archive-item .card-info-bottom .category {
        flex-wrap: wrap;
        gap: 11px;
    }

    .bm-archive-item .card-info-top,
    .bm-archive-item .card-info-middle {
        font-size: 12px;
    }

    /* more links */
    .bbp-more-links .bbp-locations-from-current-category .bbp_location_city .gd-rows-popular-locations,
    .bbp-more-links .bbp-locations-from-current-category .bbp_location_neighbourhood .gd-rows-popular-locations {
        display: grid;
        grid-template-columns: repeat(1, 1fr);

    }

}

/*///////////////////////////*/



.no-results {
    display: none;
}

.col {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.bsui .col {
    padding-left: 8px !important;
    padding-right: 8px !important;
}




@media screen and (min-width:1150px) {
    .nav-inline {
        display: inline-block;
    }

    .nav-block {
        display: none;
    }
}

@media screen and (max-width:1149px) {
    .nav-block {
        display: block;
    }

    .nav-inline {
        display: none;
    }
}





/* google ad wrapper */
.bppm-ad-wrapper {
    padding: 50px 0;
    max-width: 1170px;
    margin: auto;
}

@media screen and (max-width: 450px) {
    .bppm-ad-wrapper {
        padding: 30px auto;
        max-width: 400px;
        margin: auto;
    }
}

/* google ad wrapper */





/* map bubble */
.archive .geodir-map-canvas .gm-style .gm-style-iw-c,
.single .geodir-map-canvas .gm-style .gm-style-iw-c {
    max-height: 250px !important;
    min-width: 260px !important;
}

.arvhive .geodir-map-canvas .gm-style .gm-style-iw-d,

.single .geodir-map-canvas .gm-style .gm-style-iw-d {
    max-height: 230px !important;
}

.archive .geodir-map-canvas .gm-style .gm-style-iw-d .geodir-bubble_image img,
.single .geodir-map-canvas .gm-style .gm-style-iw-d .geodir-bubble_image img {
    max-height: 100px !important;
    min-height: 100px !important;
    width: 230px !important;
    object-fit: cover;
    border-radius: 5px;
}

.archive .geodir-map-canvas .gm-style .gm-style-iw-d,

.single .geodir-map-canvas .gm-style .gm-style-iw-d {
    min-height: 230px !important;
}

.geodir-output-location {
    margin-top: 30px;
}

.single-post .bsui .card {
    border: none !important;
}

/* main end */
/*/////////////////////////*/
/*/////////////////////////*/
















/* bobby css on single */
.bsui aside,
.bsui figcaption,
.bsui figure,
.bsui footer,
.bsui header,
.bsui hgroup,
.bsui main,
.gd_user_action.upgrade_link {
    display: none !important;
}

nav.geodir-tab-head,
.geodir-post-slider {
    display: none !important;
}

.icon {
    display: none !important;
}

.single-post .aioseo-author-bio-compact {
    display: none;
}

.aal-image-preview-tooltip {
    height: 350px !important;
}

.bppm-mobile-view-content {
    display: none;
}

@media screen and (max-width:767px) {
    .bppm-desktop-view-content {
        display: none !important;
    }

    .bppm-mobile-view-content {
        display: inline-block !important;
    }
}

.page-template-default .bppm-listing-slider-wrapper {
    margin-bottom: 50px;
}



.bm-mobile-content {
    display: none;
}

@media screen and (max-width:767px) {
    .bm-mobile-content {
        display: inline-block !important;
    }

    .bm-desktop-content {
        display: none !important;
    }
}