/*=== Team testimonialbox style 3 ===*/
.thsn-testimonial-style-3 {
    text-align: center;
    overflow: hidden;
}
.thsn-testimonial-style-3 .themesion-box-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 15px;
}
.thsn-testimonial-style-3 .themesion-box-content{
    border-radius: 4px;
    color: #fff;
    padding: 30px;
    position: relative;
    margin-bottom: 35px;
}
.thsn-testimonial-style-3 blockquote {
    padding: 0;
    margin: 0;
    border-left: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #fff;
    position: relative;
}
.owl-carousel .owl-item .thsn-testimonial-style-3 .themesion-box-img img,
.thsn-testimonial-style-3 .themesion-box-img img{
    border-radius: 50%;
    height: 70px;
    width: 70px;
    max-width: none;
    display: inline-block;
}
.thsn-testimonial-style-3 .themesion-box-content:before {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.thsn-testimonial-style-3 .thsn-designation{
    font-size: 13px;
}
.thsn-testimonial-style-3 .themesion-box-content {
	background-color: var(--thsn-dentiq-global-color);
}
.thsn-testimonial-style-3:after{
	color: var(--thsn-dentiq-global-color);
}
.thsn-testimonial-style-3 .themesion-box-content:before{
	border-color: var(--thsn-dentiq-global-color);
}
.thsn-testimonial-style-3 .themesion-box-content:before{
	border-color: var(--thsn-dentiq-global-color);
}

[data-columns="6"] .thsn-testimonial-style-3 .themesion-box-content,
[data-columns="5"] .thsn-testimonial-style-3 .themesion-box-content {
	padding: 20px;
}