.afeb-testimonial-carousel,
.afeb-testimonial-carousel-item {
    position: relative
}

.afeb-testimonial-carousel.afeb-has-paginate-progressbar .swiper {
    padding-top: 40px
}

.afeb-testimonial-carousel.afeb-has-navigate {
    padding: 0 2em
}

.afeb-testimonial-carousel.afeb-has-navigate .swiper {
    position: unset
}

.afeb-testimonial-carousel .afeb-tc-swiper-pagination {
    margin-top: 1em;
    text-align: center
}

.afeb-testimonial-carousel .afeb-tc-swiper-pagination.swiper-pagination-bullets span {
    height: 10px;
    margin: 4px;
    width: 10px
}

.afeb-testimonial-carousel .afeb-swiper-nav-button {
    color: #000;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 30px;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 1
}

.afeb-testimonial-carousel .afeb-swiper-nav-button.afeb-tc-swiper-button-next {
    left: 0;
    right: unset
}

.afeb-testimonial-carousel-item-content {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 17px;
    padding: 23px;
    position: relative;
    transition: .4s
}

.afeb-testimonial-carousel-item-content .afeb-head {
    display: flex
}

.afeb-testimonial-carousel-item-content .afeb-stars {
    color: #ddd
}

.afeb-testimonial-carousel-item-content .afeb-stars span {
    font-size: 13px
}

.afeb-testimonial-carousel-item-content .afeb-head .afeb-avatar {
    align-items: center;
    display: flex;
    padding-right: 4%
}

.afeb-testimonial-carousel-item-content .afeb-head .afeb-avatar img {
    border-radius: 15px;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .13);
    width: 74px
}

.afeb-testimonial-carousel-item-content .afeb-head .afeb-meta {
    padding-left: 10px;
    width: 73%
}

.afeb-testimonial-carousel-item-content .afeb-icon {
    right: 0;
    margin: 15px;
    position: absolute;
    top: 0
}

.afeb-testimonial-carousel-item-content .afeb-icon svg {
    fill: #ffce00;
    height: 40px;
    width: 40px
}

.afeb-testimonial-carousel-item-content .afeb-rate {
    display: inline-block;
    text-align: left
}

.afeb-testimonial-carousel-item-content .afeb-rate .afeb-num {
    font-size: 15px
}

.afeb-testimonial-carousel-item-content .afeb-head .afeb-name {
    color: #000;
    font-size: 17px;
    font-weight: 700
}

.afeb-testimonial-carousel-item-content .afeb-head .afeb-site-name {
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 300
}

.afeb-testimonial-carousel-item-content .afeb-content {
    color: #979797;
    font-size: 13px;
    font-weight: 300;
    margin: 18px 0 0
}

.afeb-testimonial-carousel-item-content .afeb-rate .afeb-stars span.checked {
    color: #ffce00
}