/* testimonialbox style 1 */
.themetechmount-testimonialbox-styleone {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 25px;
    padding: 27px 33px 38px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleone .themetechmount-ratting-star {
    padding: 9px 0px 37px 0px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleone .themetechmount-author-name {
    margin-bottom: -3px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleone .ttm-medisat-icon-star-1.tm-active {
    color: #ff9c00;
    font-size: 16px;
    width: 15px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleone .themetechmount-box-desc blockquote {
    font-size: 20px;
    line-height: 32px;
    z-index: 1;
}
.themetechmount-testimonialbox-style15 .tm-box-footer,
.themetechmount-testimonialbox-styleone .tm-box-footer {
    display: flex;
    align-items: center;
}
.themetechmount-testimonialbox-style15 .themetechmount-box-title,
.themetechmount-testimonialbox-styleone .themetechmount-box-title {
    padding-left: 20px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleone:hover .themetechmount-box-desc blockquote:after {
    background-color: var(--ttm-skincolor);
    opacity: 0.30;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleone .themetechmount-box-desc blockquote:after {
    position: absolute;
    -webkit-mask: url(../images/quote.svg) no-repeat 100% 100%;
    mask: url(../images/quote.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    bottom: -29px;
    right: 5px;
    width: 100px;
    height: 100px;
    content: '';
    background-color: #ebebeb;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style15 .themetechmount-author-name {
    font-size: 24px;
	line-height: 34px;
	color: #fff;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style15 .themetechmount-box-footer {
    font-size: 16px;
    color: #fff;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style15 .themetechmount-box-desc blockquote {
    font-size: 24px;
    line-height: 34px;
    color: #fff !important;
}
.themetechmount-testimonialbox-style15 .tm-box-footer {
    padding-top: 26px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style15 .themetechmount-box-desc blockquote:after {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: -1;
    font-style: normal;
    line-height: 1;
    opacity: 0.08;
    -webkit-mask: url(../images/quotes-04.svg) no-repeat 100% 100%;
    width: 95px;
    height: 73px;
    background-color: #fff;
    content: '';
    transform: rotateX(180deg);
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style15 .themetechmount-box-img .themetechmount-item-thumbnail {
    width: 72px;
    height: 72px;
}

@media (max-width: 991px) {
    .themetechmount-testimonialbox-styleone .themetechmount-box-title {
        padding-left: 12px;
    }
}




/*styletwo*/

.themetechmount-testimonialbox-styletwo {
    position: relative;
    text-align: center;
}

.themetechmount-testimonialbox-styletwo .themetechmount-box-content .themetechmount-box-img .themetechmount-item-thumbnail {
    width: auto;
    height: auto;
}

.themetechmount-testimonialbox-styletwo .themetechmount-box-content .themetechmount-box-img .themetechmount-item-thumbnail img {
    margin: 0 auto;
    border-radius: 0px;
}

.themetechmount-testimonialbox-styletwo .themetechmount-box-content .themetechmount-box-author .themetechmount-box-desc .themetechmount-testimonial-text {
   margin: 14px 0 20px 0px;
    text-align: center;
    font-size: 34px;
    line-height: 50px;
    font-family: var(--special-element-fontfamily);
}

.tm-bgcolor-skincolor.tm-textcolor-white .themetechmount-testimonialbox-styletwo .themetechmount-box-content .themetechmount-box-author 
.themetechmount-box-desc .themetechmount-testimonial-text {
    color: var(--ttm-whitecolor);
}
.tm-bgcolor-skincolor.tm-textcolor-white .themetechmount-testimonialbox-styletwo .themetechmount-box-content .themetechmount-box-author 
.themetechmount-box-footer {
    color: rgba(255,255,255,.50);
}

.themetechmount-testimonialbox-styletwo .themetechmount-box-author .themetechmount-box-title .themetechmount-author-name {
    font-size: 19px;
    line-height: 32px;
    font-weight: 400;
    margin-right: 15px;
}

/*testimonial style 3*/
.themetechmount-testimonialbox-stylethree {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    padding: 30px 30px 37px;
    border-radius: 10px;
    background-color: var(--prt-whitecolor);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.themetechmount-testimonialbox-stylethree .ttm-medisat-icon-star-1.tm-active,
.themetechmount-testimonialbox-stylethree .ttm-medisat-icon-star-empty-1 {
    color: #ffa200;
    font-size: 15px;
}
.themetechmount-testimonialbox-stylethree .themetechmount-box-desc .themetechmount-testimonial-text {
    position: relative;
    margin-bottom: 20px;
    color: var(--body-blackfont-color);
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);    
    font-size: 19px;
    line-height: 27px;
}
.themetechmount-testimonialbox-stylethree .tm-box-footer {
    display: flex;
    align-items: center;
}
.themetechmount-testimonialbox-stylethree .themetechmount-box-img {
    margin-right: 20px;
}
.themetechmount-testimonialbox-stylethree .themetechmount-box-img img {
    border-radius: 50%;
    width: 58px;
}


@media (max-width:768px) { 

    .themetechmount-testimonialbox-styletwo .themetechmount-box-content .themetechmount-box-author .themetechmount-box-desc .themetechmount-testimonial-text {
        font-size: 28px;
        line-height: 40px;
}


}
/*testimonial style 3*/

/*---testimonial style4---*/
.themetechmount-testimonialbox-stylefour .tm-box-footer {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: center;
}
.themetechmount-testimonialbox-stylefour .themetechmount-box-desc {
    display: table-cell;
    padding-left: 100px;
}
.themetechmount-testimonialbox-stylefour .themetechmount-author-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.themetechmount-testimonialbox-stylefour .ttm-medisat-icon-star-1.tm-active {
    color: #ef7c01;
    margin: 0;
}
.themetechmount-testimonialbox-stylefour .themetechmount-ratting-star {
    padding: 2px 20px 2px 10px;
    display: inline-block;
    text-align: center;
    background-color: var(--ttm-greycolor);
    border-radius: 20px;
    margin: -20px auto 0;
}
.themetechmount-testimonialbox-stylefour .themetechmount-box-img .themetechmount-item-thumbnail {
    width: 200px;
    height: 200px;
}
.themetechmount-testimonialbox-stylefour .themetechmount-box-img img {
    border-radius: 50%;
    margin: 0 auto;
    width: auto;
    height: 200px;
    object-fit: cover;
}
.themetechmount-testimonialbox-stylefour .themetechmount-box-desc .themetechmount-testimonial-text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: var(--body-blackfont-color);
}
.themetechmount-testimonialbox-stylefour .themetechmount-box-desc blockquote:after {
    position: absolute;
    -webkit-mask: url(../images/test-quote.svg) no-repeat 100% 100%;
    mask: url(../images/quote.test-quote) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    top: 7px;
    bottom: auto;
    right: auto;
    left: -44px;
    width: 25px;
    height: 20px;
    content: '';
    background-color: #000;
    z-index: -1;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-stylefour .themetechmount-box-img .themetechmount-item-thumbnail {
    width: 200px;
    height: 200px;
}

@media (max-width:768px) {
.themetechmount-testimonialbox-stylefour .tm-box-footer {
    display: block;
    width: 100%;
}
.themetechmount-testimonialbox-stylefour .themetechmount-box-desc {
    display: block;
    width: 100%;
    padding: 20px 0px 20px 50px;
}
}  
/* testimonial style 5  */
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-stylefive .themetechmount-box-desc blockquote {
    font-size: 26px;
    line-height: 40px;
    color: var(--ttm-secondarycolor);
    text-align: center;
    padding: 104px 0px 0;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-stylefive .themetechmount-author-name {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding-right: 5px;
}
.themetechmount-testimonialbox-stylefive .themetechmount-box-title {
    border: 1px solid #e3e3e3;
    display: inline;
    padding: 15px 25px;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 20px;
}
.themetechmount-testimonialbox-stylefive .tm-box-footer {
    display: inline-flex;
}
.themetechmount-testimonialbox-stylefive .themetechmount-box-content {
    text-align: center;
}
.themetechmount-testimonialbox-stylefive blockquote.themetechmount-testimonial-text:after {
    position: absolute;
    content: "\e860";
    font-family: 'ttm-medisat-icons';
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 36px;
    line-height: 80px;
    font-style: normal;
    color: #fff;
    background-color: var(--ttm-skincolor);
    height: 80px;
    border-radius: 10px;
    width: 80px;
}
/*---testimonial style6---*/
.themetechmount-testimonialbox-stylesix .themetechmount-box-desc .themetechmount-testimonial-text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 26px;
    font-style: normal;
}
.themetechmount-testimonialbox-stylesix {
    position: relative;
    overflow: hidden;
    padding: 26px 30px 30px;
    border-radius: 20px;
    background-color: var(--ttm-greycolor);
}
.themetechmount-testimonialbox-stylesix .tm-box-footer {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.themetechmount-testimonialbox-stylesix .themetechmount-item-thumbnail-inner {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.themetechmount-testimonialbox-stylesix .themetechmount-box-img img {
    border-radius: 5px;
    width: auto;
    height: auto;
}
.themetechmount-testimonialbox-stylesix .themetechmount-box-title {
    padding-left: 15px;
}
.themetechmount-testimonialbox-stylesix .themetechmount-box-title .themetechmount-author-name {
    font-size: 16px;
    line-height: 26px;
}
.themetechmount-testimonialbox-stylesix .themetechmount-box-author {
    padding-top: 0;
}
.themetechmount-testimonialbox-stylesix  .themetechmount-ratting-star {
    padding: 0px 0px 12px 0px;
}
.themetechmount-testimonialbox-stylesix .themetechmount-ratting-star .ttm-medisat-icon-star-1 {
    font-size: 18px;
    margin: 0 7px 0 0;
}
.themetechmount-testimonialbox-stylesix .ttm-medisat-icon-star-1.tm-active, 
.themetechmount-testimonialbox-stylesix .ttm-medisat-icon-star-empty-1 {
    color: #ef7c01;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-stylesix span.themetechmount-item-thumbnail {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

/*testimonial style 7*/

.themetechmount-testimonialbox-styleseven .themetechmount-box-desc .themetechmount-testimonial-text {
    font-size: 34px;
    line-height: 48px;
    font-weight: 300;
}
.themetechmount-testimonialbox-styleseven .themetechmount-box-title {
    display: flex;
    justify-content: left;
    align-items: baseline;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleseven .themetechmount-box-author .themetechmount-box-title .themetechmount-author-name {
    font-size: 24px;
    line-height: 40px;
    margin-right: 25px;
}
.themetechmount-testimonialbox-styleseven .themetechmount-box-desc {
    padding-bottom: 10px;
}
.themetechmount-testimonialbox-styleseven .themetechmount-box-footer {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
}
.themetechmount-testimonialbox-styleseven .themetechmount-box-footer:before {
    position: absolute;
    content: "/";
    left: -10px;
    right: auto;
}
.themetechmount-testimonialbox-styleseven .themetechmount-post-item{
    position: relative;
    padding:60px 0;
}
.themetechmount-testimonialbox-styleseven .themetechmount-post-item:before {
    content: "";
    background-color: #000000;
    -webkit-mask: url(../images/quote-02.svg) no-repeat 100% 100%;
    mask: url(../images/quote-02.svg) no-repeat 100% 100%;
    width: 58%;
    height: 410px;
    opacity: 0.05;
    position: absolute;
    left: 0px;
    top: 0;
    right: 0px;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}
/*testimonail style 7*/
/* testimonial style 8 slick style  */
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .testimonials-info:before,
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .testimonials-info:after{
    content: '';
    position: absolute;
    top: 0;
     right: 0;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    height: 100%;
    z-index: 2;
    font-size: ;
    box-shadow: 0 0 150px #011958;
}
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .testimonials-info:before{
     background: linear-gradient(90deg, rgb(1 25 88 / 30%), #011958);
    width: 20%;
     right: 0;
}
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .testimonials-info:after{
    left: 0;
    width: 16%;
     background: linear-gradient(90deg, rgb(1 25 88 / 30%), #011958);
}


.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .testimonials-nav .nav_item_wrap.slick-center .themetechmount-box-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border: 5px solid var(--ttm-whitecolor);
    position: relative;
    opacity: 1;
}
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .testimonials-nav .nav_item_wrap .themetechmount-box-img img {    border-radius: 15px;
    border-radius: 15px;
}
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .themetechmount-boxes-row-wrapper{
    background-color: transparent;
    color: var(--ttm-whitecolor);
}
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    position: relative;
    padding: 0px 0 20px;
    margin-top: 0px;
    text-align: center;
}
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .themetechmount-box-desc .themetechmount-testimonial-text:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 93px;
    height: 74px;
    background-image: url('https://themetechmount.com/medisat/dm5/wp-content/uploads/sites/5/2023/09/icon04-1.png');
    background-repeat: no-repeat;
    margin: 0 auto;
      background-color: transparent;
}
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .testimonial_wrapper .themetechmount-box-desc {
    border: none;
    text-align: center;
    padding: 70px 50px 40px 50px;
}
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .themetechmount-box-title{
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 5px;
    padding: 10px 30px;
    border: 1px solid rgb(255 255 255 / 15%);
    background-color: rgb(255 255 255 / 6%);
}
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .testimonials-nav{
    max-width: 414px;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 0px;
    display: block;
    z-index: 1;
    margin: 0 auto;
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-8 .themetechmount-box-img .themetechmount-item-thumbnail{
    width: 102px;
    height: 102px;
}
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .themetechmount-author-name {
    color: var(--ttm-whitecolor);
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .themetechmount-author-name:after{
    content: '/';
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    color: #fff;
}
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .themetechmount-box-footer{
    padding-left: 8px;
}
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .slick-active{
    padding: 0;
    outline: none;
    float: left;
}
.themetechmount-element-testimonialbox-style-8.themetechmount-boxes-view-slickview .slick-center .testimonial_item{
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleten .themetechmount-box-desc blockquote {
    color: #fff;
    font-size: 30px;
    line-height: 44px;
	padding-top: 60px;
	font-family: var(--special-element-fontfamily);
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleten .themetechmount-author-name {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleten .themetechmount-box-footer {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.themetechmount-testimonialbox-styleten .tm-box-footer {
    padding-top: 25px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleten .themetechmount-box-desc blockquote:after {
    position: absolute;
    top: 0;
    font-style: normal;
    font-size: 42px;
	height: 41px;
	width: 63px;
	background-color: var(--ttm-whitecolor);
    -webkit-mask: url(../images/quote-06.svg) no-repeat 100% 100%;
    mask: url(../images/quote-06.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}

@media (max-width: 767px) {
    .themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleone .themetechmount-author-name {
        font-size: 17px;
        line-height: 27px;
    }
    .themetechmount-testimonialbox-styleone {
        padding: 20px 20px 20px;
    }
	.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleten .themetechmount-box-desc blockquote {
		font-size: 25px;
		line-height: 38px;    
	}
	.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleten .themetechmount-author-name {
		font-size: 22px;
		line-height: 32px;
	}
	.themetechmount-testimonialbox-styleten .tm-box-footer {
		padding-top: 10px;
	}
}

/************neurology testimonial style 9 css*************/
.themetechmount-testimonialbox-stylenine {
    position: relative;
    overflow: hidden;
    padding-right: 30px;
}
.themetechmount-testimonialbox-stylenine .themetechmount-box-content  .themetechmount-box-title .themetechmount-author-name {
    font-size: 22px;
    line-height: 32px;
}
.themetechmount-testimonialbox-stylenine .themetechmount-box-content .tm-highlight-text .themetechmount-box-highlight h2 {
    font-size: 19px;
    line-height: 80px;
    font-family: var(--body-font-family);
    font-weight: 300;
}
.themetechmount-testimonialbox-stylenine .themetechmount-box-content .tm-box-footer .themetechmount-box-img {
    display: inline-block;
    margin-right: 10px;
}
.themetechmount-testimonialbox-stylenine .themetechmount-box-content .tm-box-footer .tm-highlight-text {
    display: inline-block;
}
.themetechmount-testimonialbox-stylenine .themetechmount-box-content .themetechmount-box-desc blockquote {
    font-size: 19px;
    line-height: 30px;
    font-weight: 300;
}
.themetechmount-element-testimonialbox-style-9 .themetechmount-boxes-inner .tm-box-col-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.themetechmount-testimonialbox-stylenine .themetechmount-box-content .tm-testimonial-border {
    position: relative;
    margin: 10px 0 20px;
    width: 110%;
    height: 1px;
    background-color: #000;
}
.themetechmount-testimonialbox-stylenine .themetechmount-box-content .tm-testimonial-border:after {
    position: absolute;
    content: ' ';
    left: 15%;
    margin-left: -14px;
    height: 7px;
    width: 7px;
    z-index: 1;
    border-radius: 50px;
    background-color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    top: 25px;
    bottom: auto;
}
.themetechmount-testimonialbox-stylenine .themetechmount-box-content .tm-testimonial-border:before {
    position: absolute;
    content: ' ';
    left: 15%;
    margin-left: -11px;
    height: 30px;
    width: 1px;
    z-index: 1;
    border-radius: 50px;
    background-color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    top: 0;
}
.themetechmount-testimonialbox-stylenine .themetechmount-box-content .tm-box-footer {
    padding-top: 20px;
    padding-left: 25px;
}
.themetechmount-testimonialbox-stylenine .themetechmount-box-content .themetechmount-box-desc {
    padding-left: 20px;
}
.themetechmount-testimonialbox-stylenine .themetechmount-box-title {
    padding-left: 20px;
}
.themetechmount-testimonialbox-stylenine .themetechmount-box-content .tm-box-footer .themetechmount-box-img .themetechmount-item-thumbnail {
    width: auto;
    height: auto;
}

.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style13 .themetechmount-testimonial-text {
    text-align: center;
    font-size: 24px;
    line-height:38px;
    font-family: var(--special-element-fontfamily);	
	margin-bottom: 22px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style13 .themetechmount-box-img .themetechmount-item-thumbnail {
    width: 70px;
    height: 70px;
	margin-bottom: 25px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style13 .themetechmount-author-name {
    font-size:20px;
    line-height:28px;
    display: inline-block;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style13 .themetechmount-box-footer {
    font-size: 15px;
    margin-left: 15px;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style13 .themetechmount-box-footer:before,
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style13 .themetechmount-box-footer:after {
	display: inline-block;
    position: absolute;
    font-size: 15px;
    left: 0;
    content: '(';
    line-height: 30px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style13 .themetechmount-box-footer:after {
	left:auto;
	right:0;
	content: ')';
}
.themetechmount-testimonialbox-stylenine .themetechmount-box-content .tm-box-footer .themetechmount-box-img .themetechmount-item-thumbnail img {
    width: 68px;
    height: 68px;
}

/***style12***/

.themetechmount-testimonialbox-style12 {
    position: relative;
}

.themetechmount-testimonialbox-style12 .themetechmount-box-content .tm-box-footer {
    padding-right: 80px;
}

.themetechmount-testimonialbox-style12 .themetechmount-box-content .tm-box-footer .themetechmount-testimonial-text {
    margin: 0px;
    background-color: transparent;
    padding: 0px;
    border-left: 0px;
    font-size: 18px;
    line-height: 28px;
    color: var(--ttm-secondarycolor);
    font-family: var(--body-font-family);
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.themetechmount-testimonialbox-style12 .themetechmount-box-content .tm-box-footer .themetechmount-ratting-star  {
    padding-bottom: 15px;
}

.themetechmount-testimonialbox-style12 .themetechmount-box-content .tm-box-footer .themetechmount-ratting-star .ttm-medisat-icon-star-1.tm-active {
    color: #f3c91f;
    width: 20px;
    font-size: 20px;
}

.themetechmount-testimonialbox-style12 .themetechmount-box-content .tm-box-footer .themetechmount-box-title:before {
     content: '';
    -webkit-mask: url(../images/quote-09-img.svg) no-repeat 100% 100%;
    mask: url(../images/quote-09-img.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    bottom: 0px;
    right: auto;
    left: 0px;
    width: 70px;
    height: 53px;
   
    background-color: var(--ttm-skincolortwo);
    z-index: -1;
    transition: all 0.5s ease 0s;
}


.themetechmount-testimonialbox-style12 .themetechmount-box-content .themetechmount-box-img {
    width: 20%;
    text-align: center;
}

.themetechmount-testimonialbox-style12 .themetechmount-box-content .themetechmount-box-img .themetechmount-item-thumbnail ,
.themetechmount-testimonialbox-style12 .themetechmount-box-content .themetechmount-box-img .themetechmount-item-thumbnail .themetechmount-item-thumbnail-inner img {
    width: 300px;
    height: 300px;
}

.themetechmount-testimonialbox-style12 .themetechmount-box-content .tm-box-footer .themetechmount-box-title {
    position: relative;
    margin: 30px 0 0px 0;
    padding: 30px 0 0px 100px;
    border-top: 1px solid var(--ttm-bordercolor);
}


/* testimonial style 14 */
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style14 .themetechmount-box-desc .themetechmount-testimonial-text {
    position: relative;
    font-size: 34px;
    line-height: 48px;
    color: var(--body-blackfont-color);
	text-align: center;
	margin: 0 119px;
}
.themetechmount-testimonialbox-style14 .themetechmount-box-content {
    text-align: center;
}
.themetechmount-box-testimonial.themetechmount-testimonialbox-style14 .themetechmount-box-img img {
    display: inline-block;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style14 .themetechmount-author-name {
    font-size: 24px;
    line-height: 34px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style14 .themetechmount-box-footer {
    font-size: 18px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style14 .themetechmount-box-author {
    padding-top: 100px;
}
.themetechmount-testimonialbox-style14 .themetechmount-box-desc {
    padding: 0 76px;
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-14 .themetechmount-boxes-row-wrapper .slick-arrow {
    background-color: transparent;
    box-shadow: none;
}
.themetechmount-element-testimonialbox-style-14 .themetechmount-boxes-row-wrapper .slick-prev:before,
.themetechmount-element-testimonialbox-style-14 .themetechmount-boxes-row-wrapper .slick-next:before {   
    font-size: 42px;
}
.themetechmount-element-testimonialbox-style-14 .themetechmount-boxes-row-wrapper .slick-next:before {
    content: "\f14a";
    font-family: flaticon_medical-new !important;
}
.themetechmount-boxes-testimonial.themetechmount-element-testimonialbox-style-14 .themetechmount-boxes-row-wrapper .slick-prev:before {
    content: "\f14a";
    font-family: flaticon_medical-new !important;
    transform: rotateY(-180deg);
    display: block;
}
.themetechmount-element-testimonialbox-style-14.themetechmount-boxes-view-carousel .themetechmount-boxes-row-wrapper .slick-arrow:hover:before {
    color: var(--body-blackfont-color);
}
.themetechmount-testimonialbox-style14 blockquote.themetechmount-testimonial-text:after {
    position: absolute;
    content: "";
    top: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
	-webkit-mask: url(../images/double-quotes.svg) no-repeat 100% 100%;
    width: 97px;
    height: 73px;
	background-color: var(--body-blackfont-color);
}
.themetechmount-testimonialbox-style14 .tm-box-footer {
    padding-top: 40px;
}
.themetechmount-testimonialbox-style14 .themetechmount-box-title {
    padding-top: 20px;
}
.themetechmount-element-testimonialbox-style-14 .slick-prev,
.themetechmount-element-testimonialbox-style-14 .slick-next {
    top: 38%;   
}

@media (max-width:1339px) {
	.themetechmount-boxes-testimonial .themetechmount-testimonialbox-style14 .themetechmount-box-desc .themetechmount-testimonial-text {
		margin: 0;
	}
	.themetechmount-testimonialbox-style14 .themetechmount-box-desc {
		padding: 0;
	}
}

/*---testimonial style11---*/
.themetechmount-testimonialbox-style11 .themetechmount-box-img .themetechmount-item-thumbnail {
    margin: 0;
    width: 95px;
    height: 80px;
}
.themetechmount-testimonialbox-style11 .themetechmount-box-img img {
    border-radius: 10px;
}
.themetechmount-testimonialbox-style11 .themetechmount-box-img {
    width: 12%;
}
.themetechmount-testimonialbox-style11 .themetechmount-box-title {
    padding-left: 22px;
}
.themetechmount-testimonialbox-style11 .themetechmount-author-name {
    font-size: 22px;
    line-height: 32px;
}
.themetechmount-testimonialbox-style11 .themetechmount-box-footer {
    font-size: 15px;
    font-weight: 300;
}
.themetechmount-testimonialbox-style11 .tm-box-footer {
    background-color: var(--ttm-greycolor);
    padding: 15px 46px;
    border-radius: 0 0 10px 10px;
}
.themetechmount-box-testimonial.themetechmount-testimonialbox-style11 {
    border: 1px solid rgba(0 , 0 , 0 , 0.10);
    border-radius: 10px;
}
.themetechmount-testimonialbox-style11 .themetechmount-box-desc {
    padding: 50px 45px 68px;
}
.themetechmount-testimonialbox-style11 .themetechmount-box-desc blockquote {
    font-size: 22px;
    line-height: 36px;
    font-weight: 300;
    color: var(--body-blackfont-color);
}
.themetechmount-element-testimonialbox-style-11 .themetechmount-boxes-row-wrapper .slick-prev {
    left: auto;
    right: 135px;
    top: 87%;
}
.themetechmount-element-testimonialbox-style-11 .themetechmount-boxes-row-wrapper .slick-next {
    right: 67px;
    top: 87%;
}
.themetechmount-element-testimonialbox-style-11 .themetechmount-boxes-row-wrapper .slick-arrow {
    border-radius: 50%;
    box-shadow: unset;
    border: 1px solid rgba(0 , 0 , 0 , 0.10);
    height: 50px;
}
.themetechmount-element-testimonialbox-style-11 .themetechmount-boxes-row-wrapper .slick-prev:before {
    content: "\e808";
    font-family: 'ttm-medisat-icons';
    font-size: 30px;
}
.themetechmount-element-testimonialbox-style-11 .themetechmount-boxes-row-wrapper .slick-next:before {
    content: "\e809";
    font-family: 'ttm-medisat-icons';
    font-size: 30px;
}
@media (max-width:680px) {
.themetechmount-testimonialbox-style11 .themetechmount-box-desc {
    padding: 35px 30px 40px;
}
.themetechmount-element-testimonialbox-style-11 .themetechmount-boxes-row-wrapper .slick-arrow {
    display: none !important;
}
}

/******************testimonial style18 css**************/
.themetechmount-testimonialbox-style18 .themetechmount-box-desc blockquote {
    font-family: var(--body-font-family);
    color: var(--ttm-whitecolor) !important;
    font-size: 18px;
    line-height: 32px;
    padding-top: 60px;
    padding-bottom: 20px;
}
.themetechmount-testimonialbox-style18 .themetechmount-box-desc blockquote:after {
    position: absolute;
    top: -10px;
    font-style: normal;
    font-size: 36px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: var(--ttm-whitecolor);
    -webkit-mask: url(../images/left-quote.svg) no-repeat 100% 100%;
    mask: url(../images/left-quote.svg) no-repeat 100% 100%;
    mask-size: cover;
}
.themetechmount-testimonialbox-style18 .tm-box-footer .themetechmount-box-title .themetechmount-author-name {
    font-size: 22px;
    line-height: 32px;
}
.themetechmount-testimonialbox-style18 .tm-box-footer .themetechmount-box-title .themetechmount-box-footer {
    font-size: 15px;
    line-height: 26px;
    font-family: var(--body-font-family);
}

/******************testimonial style 20 css******************/
.themetechmount-testimonialbox-style20 .themetechmount-box-content {
    display: flex;
    width: 100%;
}
.themetechmount-testimonialbox-style20 .themetechmount-box-content .themetechmount-box-img {
    display: block;
    text-align: left;
    width: 40%;
}
.themetechmount-testimonialbox-style20 .themetechmount-box-content .themetechmount-item-thumbnail {
    padding-right: 30px;
    margin: 0;
    width: auto;
    height: auto;
    text-align: left;
}
.themetechmount-testimonialbox-style20 .themetechmount-box-content .themetechmount-item-thumbnail img {
    width: 100%;
    border-radius: unset;
}
.themetechmount-testimonialbox-style20 {
    position: relative;
}
.themetechmount-testimonialbox-style20 .themetechmount-box-author {
    width: 60%;
}
.themetechmount-testimonialbox-style20 {
    position: relative;
    padding: 40px 30px 40px 30px;
    background-color: var(--ttm-whitecolor);
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
    margin-top: 30px;
    margin-bottom: 30px;
}
.themetechmount-testimonialbox-style20 .themetechmount-box-desc blockquote {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.themetechmount-testimonialbox-style20 .tm-box-footer .themetechmount-ratting-star i {
    color: #e59c00;
}
.themetechmount-testimonialbox-style20 .themetechmount-box-content:before {
    content: '';
    position: absolute;
    -webkit-mask: url(../images/test-quote.svg) no-repeat 100% 100%;
    mask: url(../images/test-quote.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    top: -5px;
    bottom: auto;
    right: auto;
    left: 30px;
    width: 25px;
    height: 20px;
    content: '';
    background-color: #e7e7e7;
    z-index: 1;
}
.themetechmount-testimonialbox-style20 .themetechmount-box-content:after {
    content: '';
    position: absolute;
    -webkit-mask: url(../images/test-quote.svg) no-repeat 100% 100%;
    mask: url(../images/test-quote.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    bottom: -3px;
    top: auto;
    left: auto;
    right: 30px;
    width: 25px;
    height: 20px;
    content: '';
    background-color: #e7e7e7;
    z-index: 1;
    transform: rotateZ(180deg);
}
/**************testimonial stle21 css************/
.themetechmount-box-testimonial.themetechmount-testimonialbox-style21 .themetechmount-post-item .themetechmount-box-desc blockquote:after {
    border-radius: 50%;
}
.themetechmount-box-testimonial.themetechmount-testimonialbox-style21 .themetechmount-post-item .themetechmount-box-desc blockquote {
    font-size: 20px;
    line-height: 40px;
    color: var(--body-blackfont-color);
    font-style: italic;
    width: 75%;
    margin: auto;
}
.themetechmount-testimonialbox-style21 .themetechmount-post-item .themetechmount-box-author .tm-box-footer .themetechmount-box-title {
    border: unset;
    background-color: transparent;
    padding: 0;
}
.themetechmount-testimonialbox-style21 .themetechmount-post-item .themetechmount-box-author .tm-box-footer .themetechmount-box-title .themetechmount-author-name {
    font-size: 22px;
    line-height: 32px;
    color: var(--body-blackfont-color);
    font-weight: 600;
    display: block;
}
.themetechmount-testimonialbox-style21 .themetechmount-post-item .themetechmount-box-author .tm-box-footer .themetechmount-box-title .themetechmount-box-footer {
    font-size: 14px;
    line-height: 24px;
}

/*testimonialbox-style23*/

.themetechmount-testimonialbox-style23 {
    position: relative;
    padding: 40px 80px;
}

.themetechmount-testimonialbox-style23 .themetechmount-box-content .themetechmount-box-desc blockquote {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--ttm-secondarycolor);
}

.themetechmount-testimonialbox-style23 .themetechmount-box-content .themetechmount-box-desc blockquote:before ,
.themetechmount-testimonialbox-style23 .themetechmount-box-content .themetechmount-box-desc blockquote:after {
    content: '';
    position: absolute;
    -webkit-mask: url(../images/testi23-quote-1.svg) no-repeat 100% 100%;
    mask: url(../images/testi23-quote-1.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    top: -30px;
    bottom: auto;
    right: auto;
    left: -50px;
    width: 40px;
    height: 75px;
    content: '';
    background-color: #e7e7e7;
    z-index: 1;
}
.themetechmount-testimonialbox-style23 .themetechmount-box-content .themetechmount-box-desc blockquote:after {
    -webkit-mask: url(../images/testi23-quote-2.svg) no-repeat 100% 100%;
    mask: url(../images/testi23-quote-2.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    bottom: -20px;
    top: auto;
    left: auto;
    right: -40px;
    width: 40px;
    height: 75px;
}

.themetechmount-testimonialbox-style23 .themetechmount-box-content .themetechmount-box-author .tm-box-footer {
    display: flex;
    align-items: center;
}

.themetechmount-testimonialbox-style23 .themetechmount-box-content .themetechmount-box-desc {
    margin-bottom: 20px;
}
.themetechmount-testimonialbox-style23 .themetechmount-box-content .themetechmount-box-author .tm-box-footer .themetechmount-box-title {
    padding-left: 15px;
}