.testimonialBlock  .subTitle{
    text-transform: uppercase;
    margin-bottom: 60px;
    color: var(--secondary-color);
}
.testimonialBlock .quote{
    color: var(--primary-color);
    margin-bottom: 30px;
}
.testimonialBlock .hypen{
    margin-bottom: 30px;
    width: 20px;
    height: 2px;
    background-color: var(--primary-color);
    color: var(--primary-color);
}
.testimonialBlock .wrapper{
    background-color: #F4F5F0;
    padding: 100px 170px 100px 200px;
}
.testimonialBlock .innerWrapper{
    margin-left: 4.862%;
}
.testimonialBlock .row{
    column-gap: 30px;
    align-items: center;
}

.custom-bullet.active-bullet  {
    /* Your custom styles for the active slide */
    border: 2px solid red;
    color: red;
}



.testimonialBlock .swiperContainer {
    position: relative;
    overflow: hidden;
}


.testimonialBlock .swiper-pagination {
    position: absolute;
    right: 8.54%;
    top: 44%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    left: unset;
}

.testimonialBlock .custom-bullet {
    width: 6px;
    height: 6px;
    background-color: var(--secondary-color);
    /*opacity: 0.5; */
    margin: 14px 0 !important;
}

.testimonialBlock .swiper-pagination-bullet-active .custom-bullet {
    opacity: 1;
}
.testimonialBlock{
    position: relative;
}

.testimonialBlock .swiper-wrapper{
    overflow: hidden;
}
.testimonialBlock .swiper-pagination-bullet-active{
    position: relative;
}
.testimonialBlock span.swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    content: "";
    display: block;
    width: 100px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--secondary-color);
    position: absolute;
    /*top: -9px;
    left: -9px;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: auto;
}
/* .testimonialBlock .swiper-horizontal>.swiper-pagination-bullets,  .testimonialBlock .swiper-pagination-bullets.swiper-pagination-horizontal{
    left: -10%;
} */
.testimonialBlock img{
    width: 97px;
    height: 97px;
}
.testimonialBlock .swiper-pagination-fraction{
    top: 82%;
    left: unset;
    right: 6.79%;
    color: var(--secondary-color);
}
.testimonialBlock .swiper-pagination-fraction{
    font-weight: 400;
}
.testimonialBlock .swiper-pagination-fraction-current{
    font-weight: 600;
}
.testimonialBlock .swiper-pagination-bullet{
    opacity: 1;
}


@media (max-width: 1280px){
    
}

@media (max-width: 1100px){
    .testimonialBlock .subTitle{
        margin-bottom: 50px;
    }
}


@media (min-width: 992px) and (max-width: 1299.98px) { 
    
}


@media (max-width: 991.98px) { 
    .testimonialBlock .innerWrapper{
        margin-left: 0;
    }
    .testimonialBlock .wrapper{
        padding: 80px 100px;
    }
}


@media (max-width: 767.98px) { 
    .testimonialBlock .wrapper{
        padding: 80px 25px;
    }
    .testimonialBlock .subTitle {
        margin-bottom: 40px;
    }
    .testimonialBlock .quote, .testimonialBlock .hypen{
        margin-bottom: 20px;
    }
    .testimonialBlock .row {
        column-gap: 15px;
    }
    .bioWrapper {
        margin-bottom: 40px;
    }
    .testimonialBlock .sliderContainer::before{
        content: none;
    }
    .testimonialBlock .sliderContainer{
        margin-left: 0;
        max-width: 87.5%;
        margin: auto;
    }
    .testimonialBlock .sliderWrapper{
        background-color: var(--gray-color);
        padding: 80px 0;
    }
    .testimonialBlock .swiper-pagination {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        display: inline-block;
    }
    .testimonialBlock .custom-bullet{
        margin: 0 0px 0 28px !important;
    }
    .testimonialBlock .custom-bullet:first-child{
        margin: 0 !important;
    }
    .testimonialBlock .swiper-horizontal>.swiper-pagination-bullets, .testimonialBlock .swiper-pagination-bullets.swiper-pagination-horizontal{
        right: 0;
        left: 20px;
    }
    .testimonialBlock .paginationWrapper{
        justify-content: space-between;
    }
    .testimonialBlock .testimonial-pagination{
        width: 71%;
        margin-left: -12px;
        text-align: start;
    }
    .testimonialBlock .testimonial-fraction{
        width: 27%;
        text-align: end;
    }
    .testimonialBlock .testimonial-fraction span{
        margin-left: auto;
    }
}



@media (max-width: 575.98px) {

 }