.read-more-btn {
    color: #0d6efd;
    text-decoration: none;
    background: none;
    border: none;
    font-size: 10px;
}

.read-more-btn:hover {
    color: #084298;
}

.testimonal_r .container .title-1 h2 {
    padding-top: 23px !important;
    margin-bottom: 0;
    padding-bottom: 35px !important;
}

.testimonal_r {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.testimonial-new .review-card {
    background: #f4f5f8;
    border: 1px solid #3155c4;
    border-radius: 12px;
    padding: 20px;
    min-width: 33.333%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-new .trust-box-tm .star-4-5 {
    background: url(/images/tpstar-light.webp);
    width: 140px;
    height: 27px;
    display: inline-block;
    background-size: 28px;
    position: relative;
}

.testimonial-new .trust-box-tm .star-4-5::after {
    content: "";
    background: url(/images/tpstar.webp);
    width: 126px;
    height: 27px;
    display: inline-block;
    background-size: 28px;
    position: absolute;
    left: 0;
}

/* Tablet */
@media (max-width: 992px) {
    .testimonial-new .review-card {
        min-width: 50%;
    }
    .testimonal_r .container .title-1 h2 {
        padding-top: 5px !important;
        margin-bottom: 0;
        padding-bottom: 8px !important;
    }
}

.testimonial-new .profile {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.testimonial-new .profile img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.testimonial-new .stars i {
    color: #00b67a;
    font-size: 14px;
}

.testimonial-new .trust-box-tm {
    text-align: center;
}

.testimonial-new .trust-box-tm h3 {
    font-weight: 700;
}

.testimonial-new .trust-stars {
    color: #00b67a;
    font-size: 22px;
}

.testimonial-new .review-count {
    font-size: 14px;
    margin-top: 8px;
}

.testimonial-new .star-box {
    width: 28px;
    height: 28px;
    background: #00b67a;
    /* Trustpilot green */
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-new .star-box i {
    color: #ffffff;
    font-size: 16px;
}

/* Half or grey star */
.testimonial-new .star-box.half {
    background: #dcdce6;
}

.testimonial-new .star-box.half i {
    color: #ffffff;
}

.testimonial-new .slider-3 .slick-track {
    display: flex !important;
}

.testimonial-new .slider-3 .slick-slide {
    height: inherit !important;
}
