﻿/*testimonial style start*/
.testimonial_div{position: relative;border: 1px solid #cad3eb;padding: 15px;margin-bottom:35px;background: #f2f5ff;}
.testimonial_div span{display: inline-block;font-size: 14px;}
.testimonial_div p{font-size: 18px;line-height: 29px;}
.testimonial_div p:before { content: "\f10d";font: normal normal normal 14px/1 FontAwesome;    font-size: 36px;
    color:#cad2ea; position: absolute; top: -20px;}

.testimonial_div .test-img{
 display:block;
 float:left;
 width:14%;
 padding-right:15px;
 
}

.testiimg{
	
	width:100%;
	height:auto;
	margin-right:0px;
}
.testimonial_div .test-desc{
 display:block;
 float:left;
 position:relative;
 width:86%;
}
.testimonial_div .test-desc p{
 position:relative;
 padding-left:20px;
 font-size:16px;
}
.testimonial_div p:before{
 top: -5px;
 left: 0;
 font-size:18px;
 color:#c7ccda;
}
.testimonial_div .testi-name h5 {
   margin: 0 0 15px;
 float: right;
   padding: 10px;
   
}
/*testimonial style END*/