/*=== pbmit-testimonial-style-8  ===*/

.pbmit-testimonial-style-8 .pbminfotech-post-item {
    padding: 35px 40px;
    background-color: var(--pbmit-xido-white-color);
}

.pbmit-testimonial-style-8 .pbminfotech-box-desc blockquote {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}

.pbmit-testimonial-style-8 .pbminfotech-box-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
}

.pbmit-testimonial-style-8 .pbminfotech-testimonial-detail {
    position: relative;
    margin-left: 15px;
    color: var(--pbmit-xido-global-color);
}

.rtl .pbmit-testimonial-style-8 .pbminfotech-testimonial-detail {
    margin-left: 0;
    margin-right: 15px;
}

.pbmit-testimonial-style-8 .pbminfotech-testimonial-detail::before {
    content: '-';
    margin-right: 10px;
}

.rtl .pbmit-testimonial-style-8 .pbminfotech-testimonial-detail::before {
    margin-left: 10px;
    margin-right: 0;
}

.pbmit-testimonial-style-8 .pbminfotech-box-content {
    position: relative;
    padding-top: 90px;
}

.pbmit-testimonial-style-8 .pbminfotech-box-content::before {
    content: '\e864';
    font-size: 80px;
    font-family: "pbminfotech-base-icons";
    line-height: normal;
    position: absolute;
    left: 3px;
    top: 0;
    color: var(--pbmit-xido-blackish-color);
}

.rtl .pbmit-testimonial-style-8 .pbminfotech-box-content::before {
    left: inherit;
    right: 3px;
}

.pbmit-testimonial-style-8 .pbminfotech-author-wrapper {
    margin-top: 18px;
}

.pbmit-testimonial-style-8 .pbminfotech-box-star-ratings {
    font-size: 18px;
    margin-bottom: 10px;
}

.pbmit-testimonial-style-8 .pbminfotech-box-star-ratings i::before {
    margin: 0;
}

.pbmit-testimonial-style-8 .pbminfotech-box-star-ratings i.pbmit-active {
    color: #ffc107;
}

.pbmit-element-testimonial-style-8 .swiper-pagination-bullets {
    right: 0;
    left: auto !important;
    width: auto !important;
}

.pbmit-element-testimonial-style-8 .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 10px;
    border-radius: inherit;
    background-color: var(--pbmit-xido-blackish-bg-color);
}