@media(min-width: 992px){
    .carousel {
        margin: 50px auto;
        padding: 0 70px;
    }

}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #E88073;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 30px 0 10px;
}

.carousel .overview {
    font-style: italic;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control i {
    font-size: 40px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none!important;
}

.carousel .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {

    margin: 1px 3px;
    border-radius: 50% !important;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: none!important;
}

.carousel-indicators li.active {
    background: #E85A50;
    box-shadow: none !important;
}

.overview span {
    color: #E88073;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
}

.carousel-indicators li.active {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    opacity: 1;
    border: 1px solid #E85A50!important;

}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto !important;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    background-color: #fff;
    opacity: .5;
    transition: opacity .6s ease;
    border: 1px solid grey !important;
}

.carousel-indicators {
    margin-right: auto !important;
    margin-left: auto !important;

}

@media (max-width: 768px) {
    a.carousel-control.left.carousel-control-prev,
    a.carousel-control.right.carousel-control-next {
        display: none;
    }
}

