.saas-testimonial-area {
    position: relative;
    z-index: 1;
}

.saas-testimonial-area .section-title span {
    display: inline-block;
    position: relative;
    color: #011a41;
    font-weight: 600;
    margin-bottom: 18px;
}

.saas-testimonial-area .section-title span::before {
    top: 12px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #011a41;
}

.saas-testimonial-area .section-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.saas-testimonial-area .testimonial-content {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.saas-testimonial-area .testimonial-content::before {
    display: none;
}

.saas-testimonial-area .testimonial-content p {
    margin-bottom: 25px;
}

.saas-testimonial-area .testimonial-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.thumbs .owl-thumb-item .testimonial-thumbs {
    position: absolute;
}

.thumbs .owl-thumb-item .testimonial-thumbs i {
    color: #011a41;
    font-size: 35px;
    position: relative;
    top: -30px;
    right: 10px;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.thumbs .owl-thumb-item .testimonial-thumbs img {
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.thumbs .owl-thumb-item .testimonial-thumbs.img-1 {
    z-index: 1;
}

.thumbs .owl-thumb-item .testimonial-thumbs.img-2 {
    left: 360px;
    top: -70px;
    z-index: 1;
}

.thumbs .owl-thumb-item .testimonial-thumbs.img-3 {
    left: 500px;
    top: 130px;
    z-index: 1;
}

.thumbs .owl-thumb-item .testimonial-thumbs.img-4 {
    left: 300px;
    top: 280px;
    z-index: 1;
}

.thumbs .owl-thumb-item .testimonial-thumbs.img-5 {
    left: 45px;
    top: 230px;
    z-index: 1;
}

.thumbs .owl-thumb-item .testimonial-thumbs.img-6 {
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.thumbs .owl-thumb-item.active .testimonial-thumbs img {
    border: 5px solid #011a41;
}

.thumbs .owl-thumb-item.active .testimonial-thumbs i {
    opacity: 1;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {

    .saas-testimonial-area .section-title h2 {
        font-size: 30px;
    }

    .thumbs {
        display: none;
    }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .saas-testimonial-area .section-title h2 {
        font-size: 30px;
    }

    .thumbs {
        display: none;
    }
}

.testimonial-area {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:992px) {
    .testimonial-area {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
