/*=== Testimonial style 2 ===*/

.thsn-testimonial-style-2 .thsn-featured-wrapper{
    position: relative;
    width:60px;
    height:60px;    
}
.thsn-testimonial-style-2 .thsn-featured-wrapper img{
    border-radius: 50%;
}
.thsn-testimonial-style-2 .themesion-box-img {
    margin-left: 50px;
}
.thsn-testimonial-style-2 .themesion-box-author{
    margin-left: 15px;
}
.thsn-testimonial-style-2 .themesion-box-title{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0px;
}
.thsn-testimonial-style-2 .themesion-box-author div {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    color: var(--thsn-helthify-global-color);
    text-transform: uppercase;
}
.thsn-testimonial-style-2 blockquote{
    font-size: 16px;   
    line-height: 24px; 
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 15px;
}
.thsn-testimonial-style-2 .themesion-box-desc {
    position: relative;
    padding: 85px 40px 35px;
    box-shadow: 4px 12px 12px 0px rgb(0 0 0 / 5%);
    background-color: #fff;
    margin-bottom: 30px;
}
.thsn-testimonial-style-2 .themesion-box-desc:before {
    position: absolute;
    top: 100%;
    left: 30px;
    margin-left: -8px;
    content: "";
    width: 0;
    height: 0;
    border: 12px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    /* box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 5%); */
}
.thsn-testimonial-style-2 .themesion-box-star-ratings .thsn-active{
    color: #e8bf00;
}
.thsn-testimonial-style-2 .themesion-box-desc:after {
    position: absolute;
    content: '\e83e';
    font-size: 40px;
    line-height: 40px;
    font-family: 'themesion-base-icons';
    top: 25px;
    color:var(--thsn-helthify-global-color);
    left: 40px;
    transform: rotate(180deg);
}
.thsn-element-testimonial-style-2 .thsn-carousel-navs{
    display: none;
}

.thsn-element-testimonial-style-2.themesion-element-viewtype-carousel .themesion-post-item {    
    margin: 15px;
}
