/*Testimonial*/
.rswpthemes-book-reviews-area .section-title-area .section-title h2 {
    margin: 0;
    padding-bottom: 0.5em;
    margin-bottom: 1.2em;
    position: relative;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: left;
}

.testimonial--item-inner h4.client-name {
    margin: 0;
    font-size: 1.2rem;
}

.testimonial--item-inner {
    text-align: left;
    padding: 1em;
    background: #f4f4ec;
    margin-bottom: 1.5em;
}

.testimonial--item-inner .client-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.client-rating {
    color: #fea300;
    margin-top: 10px;
}

.client-rating span {
    font-size: 1rem;
    display: inline-block;
}

p.client-feedback {
    margin-top: 5px;
}

.testimonial--item-inner h5 {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}

.testimonial--item-inner .client-company-logo {
    width: 80px;
    margin-top: 10px;
}

/*Author Page Header*/

.rswpthemes-book-showcase-page-title {
    margin-bottom: 0;
}

.rswpthemes-book-author-social-profiles {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}

.rswpthemes-book-author-social-profiles .social-link a {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ddd;
    line-height: 40px;
    margin-right: 5px;
    border-radius: 50px;
    color: #fff;
}

.rswpthemes-book-author-social-profiles .social-link a.fa-facebook {
    background: #1878f1;
}

.rswpthemes-book-author-social-profiles .social-link a.fa-twitter {
    background: #55acef;
}

.rswpthemes-book-author-social-profiles .social-link a.fa-linkedin {
    background: #0177b5;
}

.rswpthemes-book-author-social-profiles .social-link a.fa-instagram {
    background: #8441b2;
}

.rswpthemes-book-author-social-profiles .social-link a.fa-amazon {
    background: #db4a39;
}

.rswpthemes-book-author-social-profiles .social-link a.fa-pinterest {
    background: #bd2125;
}

.rswpthemes-book-author-social-profiles .social-link a.fa-quora {
    background: #a62300;
}

.rswpthemes-book-author-social-profiles .social-link a.fa-whatsapp {
    background: #2ab53f;
}
.book-also-available-websites-wrapper {padding-top: 15px;}
.book-also-available-websites-wrapper h4 {font-size: 1rem;}
.book-also-available-website-list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 82%;
}