/*=== pbmit-testimonial-style-6  ===*/

.pbmit-testimonial-style-6 .pbminfotech-post-item {
    position: relative;
    overflow: hidden;
    padding: 60px 45px 45px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    opacity: 0.7;
    transition: all .6s ease-in-out;
}

.pbmit-testimonial-style-6 .pbmit-featured-wrapper::after {
    content: '\e864';
    font-size: 28px;
    font-family: "pbminfotech-base-icons";
    position: absolute;
    right: 25px;
    bottom: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: var(--pbmit-xido-white-color);
    background-color: var(--pbmit-xido-global-color);
}

.rtl .pbmit-testimonial-style-6 .pbmit-featured-wrapper::after {
    left: 25px;
    right: inherit;
}

.pbmit-testimonial-style-6 .pbmit-featured-wrapper {
    position: relative;
    width: 256px;
}

.pbmit-testimonial-style-6 .pbmit-featured-wrapper img {
    width: 100%;
}

.pbmit-testimonial-style-6 .pbmit-featured-wrapper::after,
.pbmit-testimonial-style-6 .pbmit-featured-wrapper img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pbmit-testimonial-style-6 .pbminfotech-box-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    transition: all .6s ease-in-out;
}

.pbmit-testimonial-style-6 .pbminfotech-box-desc blockquote {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}

.pbmit-testimonial-style-6 .pbminfotech-box-author {
    margin-top: 25px;
}

.pbmit-testimonial-style-6 .pbminfotech-box-content {
    padding-left: 60px;
}

.rtl .pbmit-testimonial-style-6 .pbminfotech-box-content {
    padding-left: 0;
    padding-right: 60px;
}

.pbmit-testimonial-style-6 .pbminfotech-box-star-ratings {
    font-size: 18px;
    margin-bottom: 15px;
}

.pbmit-testimonial-style-6 .pbminfotech-box-star-ratings i::before {
    margin: 0 2px;
}

.pbmit-testimonial-style-6 .pbminfotech-box-star-ratings i.pbmit-active {
    color: #febf45;
}

.pbmit-testimonial-style-6 .pbminfotech-testimonial-detail {
    position: relative;
    padding-left: 15px;
}

.rtl .pbmit-testimonial-style-6 .pbminfotech-testimonial-detail {
    padding-left: 0;
    padding-right: 15px;
}

.pbmit-testimonial-style-6 .pbminfotech-testimonial-detail::before {
    content: '-';
    margin-right: 10px;
}

.rtl .pbmit-testimonial-style-6 .pbminfotech-testimonial-detail::before {
    margin-left: 10px;
    margin-right: 0;
}

.pbmit-testimonial-style-6.swiper-slide-active .pbminfotech-post-item {
    background-color: rgb(255 255 255 / 80%);
    opacity: 1;
}

.pbmit-element-testimonial-style-6 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -60px;
}

/*=== Responsive ===*/

@media (max-width: 1500px) {
    .pbmit-testimonial-style-6 .pbminfotech-post-item.d-flex {
        display: block !important;
        text-align: center;
    }

    .rtl .pbmit-testimonial-style-6 .pbminfotech-box-content,
    .pbmit-testimonial-style-6 .pbminfotech-box-content {
        padding: 40px 0 0 0;
    }

    .pbmit-testimonial-style-6 .pbminfotech-box-img .pbmit-featured-wrapper {
        margin: 0 auto;
    }

    .pbmit-testimonial-style-6 .pbminfotech-box-author {
        justify-content: center;
    }
}

@media (max-width:360px) {
    .pbmit-testimonial-style-6 .pbmit-featured-wrapper {
        width: auto;
    }

    .pbmit-testimonial-style-6 .pbminfotech-box-author {
        flex-direction: column;
    }

    .pbmit-testimonial-style-6 .pbminfotech-testimonial-detail {
        padding-left: 0;
    }

    .rtl .pbmit-testimonial-style-6 .pbminfotech-testimonial-detail {
        padding-right: 0;
    }

    .pbmit-testimonial-style-6 .pbminfotech-testimonial-detail::before {
        display: none;
    }
}