/**/
.themetechmount-box-testimonial.themetechmount-testimonialbox-styleone {
    background-color: var(--ttm-greycolor);
    border-radius: var(--ttm-globalradius);
    padding: 40px;
}
.themetechmount-box-testimonial.themetechmount-testimonialbox-styleone .themetechmount-box-content {
    padding: 0px;
}
.themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text {
    position: relative;
    font-family: var(--body-font-family);
    font-size: 20px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    padding-bottom:15px;
    color: var(--ttm-secondarycolor);
}
.themetechmount-box-testimonial.themetechmount-testimonialbox-styleone .themetechmount-box-content .themetechmount-box-author .tm-box-footer .themetechmount-box-img img {
    height: 60px;
    width: 60px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleone .themetechmount-box-img .themetechmount-item-thumbnail {
    width: 60px;
    height: 60px;
}
.themetechmount-box-testimonial.themetechmount-testimonialbox-styleone .themetechmount-box-content .themetechmount-box-author .themetechmount-rating {
    position: relative;
    margin-bottom: 15px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styleone .themetechmount-box-content  .themetechmount-rating:before {
    position: absolute;
    bottom: auto;
    top: 0;
    right: 0;
    content: "";
    left: auto;
    height: 40px;
    width: 56px;
    background-color: #A4B5BA;
    -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;
}
.themetechmount-box-testimonial.themetechmount-testimonialbox-styleone .themetechmount-box-content .themetechmount-box-author .themetechmount-ratting-star .tm-empiral-icon-star-1.tm-active {
    font-size: 14px;
    color: #FCBF29;
    margin: 0 1px;
}
.themetechmount-boxes-testimonial .themetechmount-testimonialbox-styleone .themetechmount-author-name {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;
}
.themetechmount-testimonialbox-styleone .tm-box-footer {
    display: flex;
    gap: 15px;
    align-items: center;
}
.tm-bgcolor-darkgrey .themetechmount-box-testimonial.themetechmount-testimonialbox-styleone {
    background-color: #33424B;
}
 .tm-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-box-desc .themetechmount-testimonial-text{
    color: #ffffff;
 }
  .tm-bgcolor-darkgrey  .themetechmount-boxes-testimonial .themetechmount-box-footer {
    color: rgb(255 255 255 / 70%);
}



@media (max-width: 767px){
.themetechmount-box-testimonial.themetechmount-testimonialbox-styleone {
    padding: 25px 15px;
}
}
/**/