.wac-swiper-right-wrap{
    padding-bottom: 100px ;
    padding-left: 0px;
}


@media (min-width: 1200px) {
    .wac-swiper-right-wrap{ 
        padding-left: 50px;
    }
    
}


.wac-testimonial-content-wrap .wac-testimonial-content{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0;
    padding-bottom: 25px;
}
.wac-testimonial-author{
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}
.wac-swiper-paginationnew{
    text-align: left !important;
    padding-left: 44px !important;
}
.wac-swiper-paginationnew .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.wac-swiper-paginationnew .swiper-pagination-bullet:hover{
    opacity: 1;
}

.wac-testimonial-content-wrap{
    position: relative;
    padding-top: 100px;
}
.svg-quote{
    position: absolute;
    top: 30px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60px' height='60px' viewBox='0 0 24 24' fill='%23fff' stroke='%23fff' style='&%2310; &%2310;'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cpath d='M4.583 17.321C3.553 16.227 3 15 3 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 0 1-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179zm10 0C13.553 16.227 13 15 13 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 0 1-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
}

/* *************************** */
.wac-testimonial-author{
    display: flex;
    align-items: center;
}
.wac-testimonial-author .author-image-wrap {
    width: 81px;
    height: 81px;
    border-radius: 50px;
    /* background-color: #fff; */
}
.wac-testimonial-author .author-image-wrap img{
    object-fit: cover;
    border-radius: 50px;
    width: 100%;
    height: 100%;
}
.wac-testimonial-author .author-details{
    margin-left: 20px;
    width: calc(100% - 120px);

}
.wac-testimonial-author  .author-details span{
    display: block;
}
.author-details .author-designtaion{
    font-weight: 400;
    font-size: 15px !important;
}