html {
    height: 100%;
}

#downloadBtn {
    position: absolute;
    bottom: 0;
}

.pagination li a {
    color: var(--darkclr);
    padding: .4rem 1rem !important;
}

.pagination li.active a,
.pagination li a:hover {
    color: var(--plainclr);
    background: var(--themeprimaryclr) !important;
    border-color: var(--themeprimaryclr);
}

.owl-nav.disabled {
    display: none !important;
}


.carousel-item {
    transition: transform 0.5s ease-in-out;
}

@media (max-width:767px) {
    .banr-img {
        display: none !important;
    }

    .banr-img-two {
        display: block !important;
    }

    .carousel-indicators {
        bottom: 3px !important;
    }
}

.banr-img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.banr-img-two {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: none;
}

#location {
    color: var(--plainclr) !important;
}

.search-input button span,
.search-input button i {
    color: var(--themeprimaryclr) !important;
}

.search-input button:hover span,
.search-input button:hover i {
    color: var(--plainclr) !important;
}

.carousel-banner .carousel-control-prev {
    width: 3rem;
    height: 3rem;
    top: 40%;
    left: 2%;
    color: var(--darkclr);
    border-radius: 50%;
    opacity: 1;
    border: none;
}

.carousel-banner .carousel-control-next {
    width: 3rem;
    height: 3rem;
    top: 40%;
    right: 2%;
    color: var(--darkclr);
    border-radius: 50%;
    opacity: 1;
    border: none;
}

.carousel-indicators {
    bottom: 36px !important;
    z-index: 1 !important;
}

.carousel-indicators [data-bs-target] {
    background-color: red !important;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

@media (max-width:380px) {
    .carousel-indicators {
        bottom: -8px !important;
    }
}


.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    font-family: var(--primaryfont);
    color: #808080;
}

.breadcrumb-item a {
    font-size: 1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #212121;
    content: ">";
    font-weight: 600;
}

.breadcrumb .breadcrumb-item .active,
.breadcrumb .breadcrumb-item .active span {
    color: var(--themeprimaryclr) !important;
    font-weight: 700;
}

.breadcrumb .breadcrumb-item a:hover {
    color: var(--darkclr);
}

@media (max-width: 1100px) {
    .breadcrumb-item a {
        font-size: 0.8rem;
    }
}

.desk-mob {
    display: none;
}

.breadcrumbbb {
    background-color: #e9ecef;
}

.breadcrumbbb a.active span {
    color: var(--themeprimaryclr) !important;
}

@media (max-width: 767px) {
    .breadcrumb-item a {
        font-size: 0.9rem;
    }

    .desk-bred {
        display: none;
    }

    .desk-mob {
        display: block;
    }
}


.map-store iframe {
    width: 100%;
    height: 400px
}


.hover-color-change {
    transition: all 0.4ms ease-in-out;
}

.hover-color-change:hover {
    color: var(--themehoverclr);
}


@media (max-width:600px) {
    .map-btn-ftr {
        padding: 4px;
    }
}

@media (max-width:450px) {
    .gm-style-iw-t .gm-style-iw.gm-style-iw-c {
        max-width: 350px !important;
    }
}

@media (min-width:350px) and (max-width:500px) {
    .gm-style-iw-t .gm-style-iw.gm-style-iw-c {
        max-width: 300px !important;
    }
}

.gm-style .gm-style-iw-d {
    padding-top: .4rem;
}

.hcard_buttons button {
    border: none !important;
    outline: none !important;

}

.hcard_buttons a {
    border: none !important;
    outline: none !important;
}

.hcard_buttons button a {
    border: none !important;
    outline: none !important;
}


.gm-style .gm-style-iw-d {
    padding-top: .4rem;
}



.hcard_buttons button {
    border: none !important;
    outline: none !important;

}

.hcard_buttons a {
    border: none !important;
    outline: none !important;
}

.hcard_buttons button a {
    border: none !important;
    outline: none !important;
}

@media (max-width:500px) {

    table.tablemap p,
    table.tablemap span,
    table.tablemap a,
    table.tablemap td,
    table.tablemap tr,
    table.tablemap th,
    table.tablemap button {
        font-size: .7rem !important;
    }


    .map-col .hcard_buttons.d-flex.gap-2.justify-content-between {
        gap: .6rem !important;
        justify-content: unset !important;
    }

    .map-col .card-title {
        font-size: 1rem;
        margin-right: 10px;
    }
}

.hcard_buttons .btn-theme-one {
    text-transform: uppercase !important;
}

@media (min-width: 350px) and (max-width: 500px) {
    .gm-style-iw-t .gm-style-iw.gm-style-iw-c {
        max-width: 300px !important;
    }

    .map-col .card-title {
        font-size: 1rem;
        margin-right: 10px !important;
    }
}


/* new disable btn css  */

.map-footer .btn-theme-one.disabled-link {
    pointer-events: none;
    background-color: #9fa5aa !important;
    text-decoration: none;
    opacity: 0.5;
    text-decoration: none;
    cursor: not-allowed !important;

}


.map-footer .btn-theme-one.disabled-link:hover {
    pointer-events: none;
    background-color: #9fa5aa !important;
    text-decoration: none;
    opacity: 0.5;
    text-decoration: none;
    cursor: not-allowed !important;
}
