.testimonials-con{
    margin-top: -256px;
    padding-top: 395px;
    background: #22125c;
}
.testimonials-con .generic-title h2{
    padding: 0 50px;
    margin-bottom: 70px;
}
.owl-carousel .owl-item img{
    width: auto;
}
.owl-nav{
    display: none;
}
.slider-box-item {
    border-radius: 10px;
    padding: 60px 39px 44px;
    background: var(--white-color);
    box-shadow: 30px 30px 30px rgb(0 0 0 / 15%);
    background: linear-gradient(to top, rgba(189, 189, 189, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.slider-box-item:hover{
    background: linear-gradient(to bottom, rgba(221, 87, 246, 1) 0%, rgba(96, 30, 157, 1) 100%);
}
.slider-box-item:hover *{
    color: var(--white-color);
}
.slider-box-item .comma-icon img{
    opacity: 0.2;
}
.slider-box-item:hover .star-img figure img,
.slider-box-item:hover .comma-icon img{
    opacity: 1;
    filter: brightness(0) invert(1);
}
.btn-wrap button {
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    background: transparent;
    color: rgb(255 255 255 / 30%);
    transition: all 0.4s ease-in-out;
    border: 1px solid rgb(255 255 255 / 30%);
}
.btn-wrap button:hover{
    border-color: var(--primary--color);
}
.btn-wrap button:hover i{
    color: var(--primary--color);
}
.btn-wrap button:focus{
    outline: none;
}
.slider-img {
    margin: 0 auto 40px;
}
.slider-img figure {
    width: 105px;
    height: 105px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 50%;
    outline-offset: 10px;
    outline: 1px solid #c0bbd1;
    box-shadow: 0 0 100px rgb(0 0 0 / 10%);
}
.comma-icon {
    top: 20px;
    right: 20px;
    position: absolute;
}
.owl-carousel .owl-item .slider-img figure img{
    width: 100%;
}
.star-img figure {
    margin-bottom: 26px;
    display: inline-block;
}
.slider-box-item p{
    line-height: 30px;
    margin-bottom: 16px;
    color: var(--secondary--color);
}
.auther-info h4{
    margin-bottom: 0;
    color: var(--black-color);
}
.auther-info span{
    font-size: 16px;
    line-height: 16px;
}
.owl-dots{
    display: none;
}
.slider-box{
    position: relative;
}
.btn-wrap{
    top: 50%;
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
}
.prev-btn{
    left: -57px;
}
.next-btn{
    right: -57px;
}
@media only screen and (max-width: 1440px) {
    .prev-btn {
        left:0;
    }
    .next-btn {
        right: 0;
    }
    .testimonials-con .generic-title h2 {
        padding: 0 90px;
        margin-bottom: 60px;
    }
    .slider-box-item {
        padding: 50px 39px 34px;
    }
    .testimonials-con {
        padding-top: 367px;
    }
    .slider-box .owl-carousel .owl-stage-outer {
        margin-bottom: 30px;
    }
    .btn-wrap {
        position: relative;
        margin: 50px auto 0;
        text-align: center;
    }
    .btn-wrap button {
        position: relative;
    }
}
@media only screen and (max-width: 1199px) {
    .testimonials-con .generic-title h2 {
        padding: 0 90px;
        margin-bottom: 50px;
    }
    .slider-img {
        margin: 0 auto 30px;
    }
    .star-img figure {
        margin-bottom: 10px;
    }
    .slider-box-item {
        padding: 40px 18px 24px;
    }
    .btn-wrap button {
        width: 35px;
        height: 35px;
    }
    .testimonials-con {
        padding-top: 347px;
    }
}
@media only screen and (max-width: 991px) {
    .slider-box-item {
        padding: 40px 28px 24px;
    }
    .testimonials-con .generic-title h2 {
        margin-bottom: 40px;
    }
    .star-img figure {
        margin-bottom: 16px;
    }
    .slider-img {
        margin: 0 auto 30px;
    }
    .testimonials-con {
        padding-top: 328px;
    }
}
@media only screen and (max-width: 767px) {
    .btn-wrap {
        margin: 0 auto 0;
    }
    .slider-box .owl-carousel .owl-stage-outer {
        margin-bottom: 20px;
    }
    .testimonials-con .generic-title h2 {
        padding: 0 40px;
        margin-bottom: 30px;
    }
    .slider-img figure {
        width: 85px;
        height: 85px;
        outline-offset: 6px;
    }
    .slider-box-item {
        padding: 30px 18px;
    }
    .slider-img {
        margin: 0 auto 20px;
    }
    .star-img figure {
        margin-bottom: 6px;
    }
    .star-img figure img{
        width: 80px !important;
    }
    .slider-box-item p {
        line-height: 20px;
        margin-bottom: 12px;
    }
    .testimonials-con {
        padding-top: 308px;
    }  
}
@media only screen and (max-width: 575px) {
    .testimonials-con .generic-title h2 {
        padding: 0;
        margin-bottom: 26px;
    }
    .testimonials-con {
        padding-top: 305px;
    }
    .slider-box .owl-carousel .owl-stage-outer {
        margin-bottom: 30px;
    }
}