.nexlyr-stars span {
    font-size: 22px;
    cursor: pointer;
    color: #ccc;
}
.nexlyr-stars span.active {
    color: #f5a623;
}

.nx-card {
    /* padding: 20px;
    text-align: center;
    border-radius: 12px; */
}

.testimonial__content {
    padding: 30px 20px 20px;
    text-align: center;
    border-radius: 12px;
    margin-top: -20px;
}

/* Styles */
/* .nexlyr-modern .nx-card {
    background: #20a1db;
    color: #fff;
} */

.nexlyr-modern .testimonial__content {
    background: #20a1db;
    color: #fff;
}

.nexlyr-glass .nx-card {
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.2);
}

.nexlyr-minimal .nx-card {
    border-bottom: 1px solid #eee;
}

.nexlyr-slider.nexlyr-modern {
    max-width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.nx-card ._title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.nx-card ._designation {
    font-weight: 100;
    font-size: 15px;
    margin-bottom: 0;
}

.nx-card ._review {
    font-weight: 100;
    font-size: 15px;
    margin: 15px 0 10px;
}

.nx-card ._company {
    font-weight: 100;
    font-size: 15px;
    margin-bottom: 0;
}

.img__client {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.img__client img {
    height: 60px;
    width: 60px;
    border-radius: 50px;
}

.img__placeholder {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}