.carousel {
    margin: 50px auto;
    font-family: 'Gill Sans MT light';
}
.carousel-inner{
    margin-bottom: 100px;
}
.carousel .item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}
.carousel .media-holder{
    padding-top: 50px;
}
.carousel .media {
    position: relative;
}
.carousel .media img {
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    top:-50px;
/*    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;*/
}
.carousel .testimonial {
    margin: 0px 22px;
}
.overview{
    margin-top: 6px;
    margin-bottom: 14px;
    font-family: 'Gill Sans MT light';
}
.overview .name{
    font-size: 16px;
    color: #2e9bd4;
}
.overview .details{
    font-size: 14px;
    color: #777475;
}
.carousel .carousel-control {
    width: 34px;
    height: 30px;
    background: #0a92d1;
    text-shadow: none;
    bottom: -58px;
    top: unset;
    opacity: .9;
}
.carousel-control i {
    font-size: 16px;
}
.carousel-control.left {
    left: auto;
    right: 33px;
}
.carousel-control.right {
    left: auto;
}
.testimonial-curicon{
    width: 100%;
    height: auto;    
    padding: 14px;
}
.carousel-control-prev{
    border-radius: 50% 0% 0% 50%;
}
.carousel-control-next{
    border-radius: 0% 50% 50% 0%;
}
img.testimonialicon{
    width: 22px !important;
    height: auto !important;
    border-radius: 0 !important;
}
img.testimonialopen{    
    position: unset !important;
    margin: unset !important;
    margin-right: 8px !important;
}
img.testimonialclose{
    position: unset !important;
    margin: unset !important;
    margin-left: 8px !important;
    display: unset !important;
}
.testimonialdtl{
    font-family: 'Gill Sans MT light';
    font-size: 15px;
    text-align: left;
    color: #777475;
    line-height: normal;    
    margin-bottom: unset;
}