.header-mobile-f {
    margin-bottom: 0px;
}

.cover {
    position: relative;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.dark .cover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.15);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.swiper-container {
    height: 100%;
}

.slider-product-desc {
    position: absolute;
    bottom: 60px;
    width: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
}

.owl-carousel .owl-item {
    margin: 0 auto;
}

.the-club-section .nav-link {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    text-decoration: none;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;

}

.the-club-section .nav-link.active {
    border-bottom: 1px solid #1abc9c;
    color: #1abc9c;
}

.tabbable .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

.tabbable .nav-tabs .nav-link {
    white-space: nowrap;
}


.owl-carousel-testi .owl-item {
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.owl-carousel-testi-d .owl-item .card {
    padding: 30px;
    position: relative;
    border-radius: 7px;
}


.owl-carousel-testi-m .owl-item .card {
    padding: 15px;
    position: relative;
    border-radius: 7px;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.owl-carousel-testi .owl-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.owl-carousel-testi .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #101c81;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}



.owl-carousel-testi .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel-testi .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel-testi .owl-item .card .name {
        left: 30%;
    }
}

.the-club-h-cont {
    width: 100%;
    margin: 0 auto;
}

.the-club-top-space {
    padding-top: 7rem;
}

.our-story-top-space {
    padding-top: 7rem;
}

.award-top-space {
    padding-top: 7rem;
}



@media (max-height: 1000px) {
    .the-club-h-cont {
        width: 70%;
        margin: 0 auto;
    }

    .the-club-top-space {
        padding-top: 5rem;
    }

    .our-story-top-space {
        padding-top: 4rem;
    }

    .award-top-space {
        padding-top: 2rem;
    }

    .col-12-custom {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .owl-carousel-testi-d .owl-item .card {
        padding: 0px 30px 0px 30px;
        height: 325px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

}




.testimonial {
    border: none;
    padding: 0;
    box-shadow: none;
}

.testi-paw {
    font-size: 210px;
    color: brown;
    position: absolute;
    bottom: -210px;
    width: 100%;
    height: 100%;
    right: -120px;
    color: rgba(0, 0, 0, 0.1);
}

.product-image>.badge,
.sale-flash {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    color: #fff;
}

.btn-product-action {
    border-radius: 0.375rem;
}

.product-desc {
    height: auto;
}

.owl-carousel-testi-d .owl-item {
    width: 300px;
}