#testimonialCarousel{
    margin: 0 auto;
    padding: 0 70px;
}

#testimonialCarousel .item {
    color: #999;
    overflow: hidden;
    min-height: 200px;
    font-size: 13px;
}

#testimonialCarousel .media {
    position: relative;
    padding: 0 0 0 0px;
}
#testimonialCarousel .media img {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
}

#testimonialCarousel .testimonial-wrapper {
    padding: 0 10px;
}

#testimonialCarousel .testimonial {
    color: #808080;
    position: relative;
    padding: 15px;
    background: #f1f1f1;
    border: 1px solid #efefef;
    border-radius: 3px;
    margin-bottom: 15px;
}

#testimonialCarousel .testimonial::after {
    content: "";
    width: 15px;
    height: auto;
    display: block;
    background: #f1f1f1;
    border: 1px solid #efefef;
    border-width: 0 0 1px 1px;

}
#testimonialCarousel .star-rating li {
    padding: 0 2px;
}
#testimonialCarousel .star-rating i {
    font-size: 16px;
    color: #ffdc12;
}
#testimonialCarousel .overview {
    padding: 3px 0 0 15px;
}
#testimonialCarousel .overview .details {
    padding: 5px 0 8px;
}
#testimonialCarousel .overview b {
    text-transform: uppercase;
    color: #f7751f;
}

.panel-warea .section-heading h2.testimonial-header {
    position: relative;
    margin: 0 0 60px;
}

#testimonialCarousel .carousel-inner .item {
    height: auto;
    background: none;
}

#testimonialCarousel .carousel-indicators {
    bottom: -17px;
}

#testimonialCarousel .carousel-indicators li, #testimonialCarousel .carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 1px 2px;
}

#testimonialCarousel .carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}

#testimonialCarousel .carousel-indicators li.active {
    color: #fff;
    background: #f7751f;
    border: 5px double;    
}