/*---Testimonial style1---*/
.themetechmount-box-testimonial.themetechmount-testimonialbox-styleone {
    background-color: var(--ttm-whitecolor);
    padding: 50px 50px 59px 50px;
    margin: 2px 1px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.themetechmount-testimonialbox-styleone .themetechmount-box-author {
    padding: 0 0 0 90px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styleone .themetechmount-box-content {
    padding: 0px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styleone .themetechmount-box-content .themetechmount-box-author .tm-box-footer .themetechmount-box-img img {
    height: 80px;
    width: 80px;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styleone .themetechmount-box-content .themetechmount-box-author .themetechmount-box-desc {
    position: relative;
}
.themetechmount-box-testimonial.themetechmount-testimonialbox-styleone .themetechmount-box-content .themetechmount-box-author .themetechmount-box-desc:before {
    content: "\f101";
    position: absolute;
    font-family: 'flaticon_lawyer2024';
    left: -80px;
    right: 0;
    top: 17px;
    color: var(--ttm-skincolor);
    font-size: 50px;
    font-style: normal;
}

.themetechmount-box-testimonial.themetechmount-testimonialbox-styleone .themetechmount-box-content .themetechmount-box-author .themetechmount-ratting-star .tm-counselr-icon-star-1.tm-active {
    font-size: 16px;
    color: #ffae00;
    margin: 0 3px;
}

.themetechmount-testimonialbox-styleone .themetechmount-box-title {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .themetechmount-boxes-testimonial .themetechmount-boxes-row-wrapper .slick-arrow {
        display: none;
        opacity: 0;
    }
}

@media (max-width: 480px) {
    .themetechmount-testimonialbox-styleone .themetechmount-box-author {
        padding: 0;
    }
    .themetechmount-box-testimonial.themetechmount-testimonialbox-styleone .themetechmount-box-content .themetechmount-box-author .themetechmount-box-desc:before {
        content: unset;
    }
}