.ts-testimonialbox-style-5 .themestek-box-content{
    position: relative;
    padding: 80px 20px 0px 25px;
    color: #fff;
 }
.ts-testimonialbox-style-5 .themestek-box-author {
    display: flex;
    align-items: center;
}
.ts-testimonialbox-style-5 .themestek-box-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.ts-testimonialbox-style-5 blockquote.themestek-testimonial-text {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 38px;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
}
.ts-testimonialbox-style-5 .ts-labtechco-icon-star:before{
    margin: 0;
}
.ts-testimonialbox-style-5 .themestek-box-star i {
    color: #fff;
    font-size: 1.2em;
}
.ts-testimonialbox-style-5.themestek-box-testimonial .themestek-box-content:after{
    position: absolute;
    font-family: "ts-labtechco-icons";
    content: "\e84a";
    font-size: 100px;
    line-height: 100px;
    top: 30px;
    right: 23px;
    opacity: 0.2;
    transform: scaleX(-1);
    color: rgba(255,255,255,0.5);
} 
.ts-testimonialbox-style-5 .themestek-box-desc {
    margin-top: 20px;
    margin-bottom: 35px;
}
.ts-testimonialbox-style-5 .themestek-box-author h3.themestek-author-name a,
.ts-testimonialbox-style-5 .themestek-box-author h3.themestek-author-name {
    font-size: 15px;
    color: white;
    line-height: 18px;
    font-weight: 700;
}
.ts-testimonialbox-style-5 .themestek-box-star i.ts-active {
    color: var(--tste-labtechco-skincolor-dark);
}