@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light');
.testimonial{
    background-color: #fff;
    padding: 30px;
    margin:20% 15px 5%;
	height:330px;
	font-family: 'Roboto', sans-serif;
}
.testimonial .pic{
    width: 72px;
    height: 72px;
    margin: 0 30px 15px 0;
    float: left;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-title{
    font-size: 22px;
	line-height: 26px;
	font-weight: 600;
    margin-top:9px;
	color: rgba(0,0,0,1.00);
}
.testimonial .testimonial-title small{
    display: block;
    font-size: 22px;
	line-height: 26px;
	font-weight: 400;
    margin-top: 2px;
	color: rgba(0,0,0,1.00);
}
.testimonial .testimonial-review p{
    font-size:22px;
	font-weight: 400;
	line-height: 32px;
    margin-bottom: 0;margin-top: 30px;
	color: rgba(0,0,0,1.00)
}
.owl-theme .owl-controls .owl-page span{
    width: 10px;
    height: 10px;
    opacity: 1;display: none;
}
@media screen and (max-width: 990px){
    .testimonial-parallax h2{
        margin-bottom: 40px;
    }
    .testimonial{
        margin: 0;
    }
}

@media(min-width:769px) and (max-width:880px){
/*	.testimonial {margin: 20% 2px 5%;height:450px;}*/
	.testimonial {height:450px;}
	.testimonial .testimonial-review p {line-height: 32px;}
}

@media(min-width:881px) and (max-width:979px){
/*	.testimonial {margin: 20% 2px 5%;height:380px;}*/
	.testimonial {height:380px;}
	.testimonial .testimonial-review p {line-height: 32px;}
}

/*@media(min-width:980px) and (max-width:1200px){.testimonial {margin: 20% 2px 5%;height:525px;}}*/
@media(min-width:980px) and (max-width:1200px){.testimonial {height:525px;}}

/*@media(min-width:1201px) and (max-width:1750px){.testimonial {margin: 20% 2px 5%;height:400px;}}*/
@media(min-width:1201px) and (max-width:1750px){.testimonial {height:400px;}}

/* Considering i-phone 8 plus (lesser than ipad-mini)*/
@media(min-width:10px) and (max-width:767px){
	.testimonial {margin: 168px 2px 0px;padding: 0px;height: 430px;}
	.testimonial .testimonial-review p{font-size: 18px;line-height: 1.453}
	}

/* Considering ipad-mini n ipad (lesser than ipad-pro)*/
@media(min-width:768px) and (max-width:1023px){
	.testimonial {margin: 168px 2px 0px;}
	.testimonial .testimonial-review p{font-size: 18px;line-height: 1.453}
	}
/* Considering ipad-pro n full web*/
@media(min-width:1024px){
	.testimonial {margin: 168px 2px 0px;}
	}