.customer-slider .top-banner {
    background-color: #f4f6f8;
    border-radius: 30px 30px 30px 30px;
    margin: 0 0 20px;
    width: 100%;
    display: block;
    padding: 20px 40px;
    align-items: center;
}

.customer-slider .testimonial-content-heading {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    margin: 16px 0;
}

.customer-slider .testimonial-content {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}

.customer-slider .testimonial-footer {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.customer-slider .author-box-img {
    margin-right: 14px;
}
.customer-slider .author-box-img figure {
    width: 58px;
}

.customer-slider .testimonial-footer figure {
    margin-right: 15px;
}
.customer-slider .testimonial-footer figure img {
    display: inline-block;
    height: auto;
}

.customer-slider .testimonial-author {
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    margin-right: 40px;
}

.customer-slider .testimonial-author span {
    display: block;
}
.customer-slider .company-logo {
    max-width: 125px;
}

.customer-testimonial-photo {
    position: relative;
}
.customer-testimonial-photo::before {
    content: "";
    background-image: url(/wp-content/themes/affise.com/images/img-quote-green.svg);
    width: 74px;
    height: 74px;
    display: block;
    position: absolute;
    top: -40px;
    right: 0;
    background-size: cover;
    z-index: 99;
}

.customer-slider .owl-nav {
    position: relative;
}

.customer-slider .owl-nav button {

}

.customer-slider button.owl-prev,
.customer-slider button.owl-next {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 6px;
    z-index: 2;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.customer-slider button.owl-prev span,
.customer-slider button.owl-next span {
    display: none;
}

.customer-slider button.owl-prev {
    background-image: url(/wp-content/themes/affise.com/images/ct-arrow-left.svg)!important;
    left: 0;
}
.customer-slider button.owl-next {
    background-image: url(/wp-content/themes/affise.com/images/ct-arrow-right.svg)!important; 
    right: 0;
}

.customer-slider .owl-stage-outer {
    margin-bottom: 30px;
}

.customer-slider .owl-dots button.owl-dot {
    background-color: #e2e2e2;

}

.customer-slider .owl-dots button.owl-dot.active {
    background-color: #666;
}

@media screen and (min-width: 730px) {        
    .customer-slider .top-banner {
        padding: 30px 60px;
        display: flex;
        margin: 0;
    }
    .customer-slider .top-banner-50 {
        width: 50%;
    }

    .customer-slider .testimonial-35 {
        width: 38%;
    }

    .customer-slider .testimonial-65 {
        width: 62%;
    }
    
    .customer-slider .testimonial-content-heading {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 20px;
    }

    .customer-slider .testimonial-content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .customer-slider .testimonial-author {
        font-size: 16px;
        line-height: 25px;
    }    
    .customer-testimonial {
        display: flex;
        margin-top: 30px;
    }
    .customer-testimonial {
        display: flex;
        margin-top: 20px;
    }
    .customer-slider .testimonial-content-wrap {
        margin-left: 50px;
        padding-top: 30px;
    }
    .top-banner-desc {
        font-size: 18px;
        line-height: 30px;
    }
        
    .customer-testimonial-photo::before {
        right: -20px;
    }

}