
.dm_car .carousel {
    width: auto;
    margin: 0 auto;
    padding-bottom: 50px;
}
.dm_car .carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
    padding: 50px;
}
.dm_car .carousel .carousel-item a {
    color: #eb7245;
}
.dm_car .carousel .img-box { 
    margin: 0 auto;
    border-radius: 50%;
}
.dm_car .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
} 

.dm_car .carousel .testimonial {
    line-height: 1.5;
    padding: 0px 100px; 
    font-size: 22px;
    color: #0c0c0c;
    font-weight: 300;
}

.dm_car .carousel .overview {	
    text-align: center;
    padding-bottom: 5px;
}
.dm_car .carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;	
    padding-bottom: 5px;
}
.dm_car .carousel .star-rating i { 
    font-size: 18px;
    color: #ffdc12;
}
.dm_car .carousel-control-prev, .dm_car .carousel-control-next {
    width: 34px;
    height: 34px; 
    background: #3292dd;
    text-shadow: none;
    top: 4px;
} 

.dm_car .carousel-control-prev i, .dm_car .carousel-control-next i {
    font-size: 20px; 
}

.dm_car .carousel-control-prev{
    left: 2%;
    top: 50%;
    right: auto;
    text-decoration: none;
}
.dm_car .carousel-control-next{
    right: 2%;
    top: 50%;
    left: auto;
    text-decoration: none;
}
.dm_car .carousel-control-prev:hover,
.dm_car .carousel-control-next:hover{
    color: #000;
    background: #092c3f;
    border: 2px solid #fff;
} 
.dm_car .carousel .carousel-indicators {
    bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}
.carousel-indicators li {	
    background: #e2e2e2;
    border: none;
}
.carousel-indicators li.active {		
    background: #888;		
}

.dm_testm {
    border-radius: 15px; 
    background-color: #fff;
    position: relative;
    overflow: hidden; 
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); 
}
.dm_testm .img-box i {
    width: 70px;
    height: 70px;
    background-color: #3292dd;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 44px;
    border-radius: 5px;
    margin-bottom: 30px;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) { 
    .dm_car .carousel .testimonial { 
        padding: 0px 50px !important; 
    }
    .dm_car .carousel .testimonial { 
        font-size: 20px !important;  
    }
} 
    
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .dm_car .carousel .testimonial { 
        padding: 0px 30px !important; 
    }
    .dm_car .carousel { 
        padding-bottom: 20px !important;
    }
    .dm_testm .img-box i {
        width: 60px !important;
        height: 60px !important; 
        line-height: 60px !important; 
        font-size: 36px !important;
    }
    .dm_car .carousel .testimonial { 
        font-size: 18px !important;  
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dm_car .carousel .testimonial { 
        padding: 0px 20px !important; 
    }
    .dm_car .carousel { 
        padding-bottom: 10px !important;
    }
    .dm_testm .img-box i {
        width: 50px !important;
        height: 50px !important; 
        line-height: 50px !important; 
        font-size: 30px !important;
    }
    .dm_car .carousel .testimonial { 
        font-size: 16px !important;  
    }
}
    
@media (max-width: 575px) {
    .dm_car .carousel .testimonial { 
        padding: 0px 5px !important; 
    }
    .dm_car .carousel { 
        padding-bottom: 4px !important;
    }
    .dm_testm .img-box i {
        width: 30px !important;
        height: 30px !important; 
        line-height: 30px !important; 
        font-size: 15px !important;
    } 
    .dm_car .carousel .testimonial { 
        font-size: 15px !important;  
    }
}