body.widget-snippet .about-us{
    padding: 40px 0;
}

body.widget-snippet [data-cloneable="true"] {
    padding: 7px;
}
.testimonial-inner {
    padding: 100px 0 50px;
}
.testimonial-inner .testimonial-inner-wrap{
    padding: 54px 50px 54px;
    box-shadow: 0 0 13px rgba(0, 0, 0, .15);
    border: none;
    border-radius: 3px;
    margin-bottom: 50px;
    position: relative;
    background: #ffffff;
}
.testimonial-inner .col-md-6{
    padding: 0 30px;
z-index:1;
}
.testimonial-inner .testimonial-inner-wrap::before {
position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    background: #3cde96;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}
.testimonial-inner .col-md-6:nth-child(odd){
    float: left;
    clear: left;
}
.testimonial-inner .col-md-6:nth-child(even){
    float: right;
    clear: right;
}
.testimonial-inner .single-testimonial-content {
    padding-left: 36px;
    border-left: 1px solid #d6d6e2;
    position: relative;
}
.testimonial-inner .single-testimonial-content::before {
    position: absolute;
    content: "";
    width: 58px;
    height: 42px;
    background: transparent url('/template/5f212b88/images/quote.png') no-repeat;
    top: -64px;
    left: -29px;
display:none;
}
.testimonial-inner .single-testimonial-content .rating-icon {
    margin-bottom: 10px;
}
.testimonial-inner .single-testimonial-content .rating-icon i {
    font-size: 19px;
    color: #3de39a;
}
.testimonial-inner .single-testimonial-content .rating-icon i.fa-star-o {
    color: #cdcdde;
    font-weight: bold;
}
.testimonial-inner .single-testimonial-content .comments p{
    color: #252536;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Century Gothic', sans-serif;
}
.testimonial-inner .single-testimonial-content .comments h4{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 31px;
    margin: 0;
    padding: 35px 0 0;
    position: relative;
    text-transform: capitalize;
    font-family: 'Century Gothic', sans-serif;
}
body.widget-snippet .testimonial-inner .col-md-6 {
    z-index: auto;
}
