.test-info h1,
.testimonial-text h1,
h2.indus-heading {
    font-size: 26px;
    padding: 10px 0;
    overflow: hidden;
    font-weight: 600;
}
.testimonial-box .testimo-txt p {
    margin: 0 0 10px;
}
.more-testimonial,
.other-testimonial {
    padding: 2em 0;
}
.more-testimonial .testimonial-box,
.other-testimonial .testimonial-box {
    margin: 10px;
    box-shadow: 0 2px 10px #ccc;
    height: 250px;
}
.testimonial-box .testimo-txt .btn-warning {
    color: white;
    background: #f0ad4e;
    border-color: #f0ad4e;
    border-radius: unset;
}
.other-testimonial a#loadMore,
.other-testimonial a#showLess {
    border-radius: unset;
    background: #ec6e03;
    border-color: #ec6e03;
    padding: 10px 20px;
    color: white;
}
.other-testimonial a#showLess {
    background: #f0ad4e;
    border-color: #f0ad4e;
}
.share-social-icons ul {
    list-style: none;
    padding: 0;
}
.share-social-icons ul li {
    display: inline-block;
    margin: 0 0 6px 0;
    padding: 3px;
}
.share-social-icons ul li a {
    color: #fff;
    text-decoration: none;
    line-height: normal;
}
.share-social-icons ul li i {
    border-radius: 8px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.share-social-icons ul li i.fa.fa-facebook {
    background: #3b5998;
}
.share-social-icons ul li i.fa.fa-pinterest {
    background: #cc2026;
}
.share-social-icons ul li i.fa.fa-linkedin {
    background: #0083be;
}
.share-social-icons ul li i.fa.fa-instagram {
    background: #9b6954;
}
.share-social-icons ul li i.fa.fa-twitter {
    background: #42c8f4;
}
.share-social-icons ul li i.fa.fa-whatsapp {
    background: #04a60f;
}
.testimonial-box .testimo-txt {
    padding: 10px;
}
@media screen and (max-width: 980px) {
    .testimonial-img {
        padding-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .share-social-icons {
        text-align: center;
        padding-top: 1em;
    }
    .testimonial-detail {
        padding: 1em 0;
    }
    .row.master-test .col-md-6.tab {
        padding: 0;
    }
    .testimonial-text h2,
    h2.indus-heading {
        font-size: 18px;
        text-align: center;
    }
    .more-testimonial .col-md-3.text-center,
    .other-testimonial .col-md-3.text-center {
        padding: 0;
    }
    .pricing_detail video {
        width: 100%;
        height: 300px;
    }
}
