.demo{
    background:#fff;
}
.top-icon,
.bottom-icon{
    display: block;
    font-size: 70px;
    color: #C1C1C1;
    text-align: center;
    margin: 0 auto;
}
.testimonial{
    padding: 0 40px;
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1;
}
.testimonial:after{
    content: "";
    width: 150px;
    height: 107%;
    background: #2c3e50;
    position: absolute;
    top: -20px;
    left: -60px;
    transform: matrix(1, 0, 0.5, 1, 150, 0);
    z-index: -1;
}
.testimonial .pic{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 10px 25px 0 0;
    position: relative;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content{
    width: 60%;
    float: right;
    padding: 30px 0;
}
.testimonial .testimonial-title{
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.testimonial .description{
    font-size: 18px;
    line-height: 26px;
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #2c3e50;
}
.owl-theme .owl-controls .owl-page:active span{
    color: #1ec4f3;
}
#testimonial-table {
    text-align: center;
    width: 100%;
    font-size: 27px;
    margin: 9px 0 4% 0;
}
.testimonial-lines {
    height: 7px;
    border-bottom: 1px solid;
    width: 36%;
    border-top: 1px solid;
    margin: 13px 0 0 0;
    float: left;
}
@media only screen and (max-width: 767px){
    .testimonial{
        text-align: center;
    }
    .testimonial .pic{
        float: none;
        margin: 20px auto 0;
    }
    .testimonial .testimonial-content{
        width: 100%;
        float: none;
        padding: 20px 0;
    }
    .testimonial .description{
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px){
    .testimonial{ padding: 0 20px; }
    .testimonial .testimonial-title{
        font-size: 22px;
    }
	.testimonial-heading h3 {
    float: left;
    width: 48%;
   }
   .testimonial-lines {
    height: 7px;
    border-bottom: 1px solid;
    width: 26%;
    border-top: 1px solid;
    margin: 13px 0 0 0;
    float: left;
}
}