.ivis_testimonial .ivis_testimonial_row{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.ivis_testimonial_client_view {
    width: 40%;
}
.ivis_testimonial .ivis_testimonial_row .ivis_testimonial_client_view h3 {
   margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}
.ivis_testimonial .ivis_testimonial_row .ivis_testimonial_client_view p {
    margin-bottom: 17px;
}


.ivis_testimonial .ivis_testimonial_row .ivis_testimonial_card img.testimonial_image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.ivis_testimonial .ivis_testimonial_row .ivis_testimonial_card h4{
    margin-bottom: 14px;
}


.ivis_testimonial .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 314px;
    height: 310px;
    background-color: white;
    padding: 30px 5px 30px 30px;
    box-shadow: var(--IVIS-shadow-md);
    filter: blur(4px);
    position: relative;
}
.ivis_testimonial .swiper-slide .icons{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    height: 50px;
    opacity: 0.5;
}

  .ivis_testimonial .swiper{
    padding: 30px;
    padding-top: 0px;
}

.ivis_testimonial .swiper-slide-active{
   filter: blur(0px) ;
}
.ivis_testimonial .swiper-slide-shadow-left,
.ivis_testimonial .swiper-slide-shadow-right{
    background: none !important;
}

.ivis_testimonial .swiper-pagination{
    bottom: -5px;
}
.ivis_testimonial .swiper-pagination-bullet-active{
background-color: var(--IVIS-primary) !important;
}
.ivis_testimonial .swiper-pagination-bullet{
    background-color: var(--IVIS-slate-700);
}
.ivis_testimonial .swiper-wrapper {
    padding: 6px 0;
}


@media (max-width:900px) {
    .ivis_testimonial .ivis_testimonial_row .ivis_testimonial_client_view{
        display: none;
    }
   
}
@media (max-width:600px) {
    .ivis_testimonial .swiper-slide {
        width: 250px;
    }
}
