.bj-testimonials #bjTmCarousel{
	    margin-bottom: 60px;
}
.carousel{
	    position: relative;
}
.bj-testimonials #bjTmCarousel .carousel-indicators{
	margin: 0;
    bottom: -60px;
}
@media (min-width: 1600px){
.bj-testimonials #bjTmCarousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 8px;
}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active{
	    display: block;
	    background:transparent;
}
.bj-testimonials #bjTmCarousel .carousel-indicators li{
/* 	width: 10px; */
/*     height: 10px; */
    background-color: #6236ff;
    border-radius: 100%;
/*     margin: 0 5px; */
}
.carousel-inner{
	    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item{
	position: relative;
	background:transparent;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
/*     transition: -webkit-transform .6s ease-in-out; */
/*     transition: transform .6s ease-in-out; */
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

@media (min-width: 1600px){
.bj-testimonials .bj-tm-comment {
    font-size: 22px;
    line-height: 1.5;
    max-width: 700px;
}
}
@media (min-width: 1200px){
.bj-testimonials .bj-tm-comment {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
}
.bj-testimonials .bj-tm-name{
	margin-top: 40px;
    display: block;
    font-weight: 500;
/*     font-size: 24px; */
/*     line-height: 26px; */
    color: #333333;
}
.bj-testimonials .bj-tm-more-details{
	    margin-top: 5px;
    display: block;
/*     font-size: 20px; */
/*     line-height: 26px; */
    color: #666666;

}
.bj-testimonials .bj-tm-comment{
	font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
/*     MAX-WIDTH: 500PX; */
    display: inline-block;
}
  .bj-testimonials .bj-tm-name{
     margin-top: 40px;
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #333333;
}
  .bj-testimonials .bj-tm-more-details{
      margin-top: 5px;
    display: block;
/*     font-size: 20px; */
/*     line-height: 26px; */
    color: #666666;
  } 