body{background-color:transparent} 
.testimonial-slider-9{
    background: rgb(247 247 247);
    padding: 20px;
    margin: 0 15px 10px 15px;
    position: relative;
}
.testimonial-slider-9:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #0e6db0;
    position: absolute;
    top: 4%;
    left: 2%;
    /* opacity: 0.7; */
    z-index: -1;
}
.testimonial-slider-9 .title{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
}
.testimonial-slider-9 .description{
    font-size: 17px;
    color: #000000;
    line-height: 30px;
    min-height: 170px;
}
.testimonial-slider-9 .testimonial-content{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0px;
    text-align: left;
}
.testimonial-slider-9 .testimonial-content:after{
    content: "\f10e";
    font-family: fontawesome; 
    font-weight: 900;
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 45px;
    color: #a8a8a8;
}
.testimonial-slider-9 .pic{
    display: inline-block;
    float: left;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}
.testimonial-slider-9 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-slider-9 .content{
    display: inline-block;
    margin: 10px 0;
}
.testimonial-slider-9 .name{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
.testimonial-slider-9 .post{
    font-size: 15px;
    color: #1d9c72;
    line-height: 24px;
    margin: 4px 0;
    display: block;
}
.testimonial-slider-9 .rating{
    padding: 0;
    margin: 0;
    list-style: none;
    float: none;
    width: auto;
    vertical-align: initial;
}
.testimonial-slider-9 .rating li{
    display: inline-block;
    color: #ffc207;
    margin: 0;
    width: auto;
}
.testimonial-slider-9 .owl-theme .owl-controls{
    margin-top: 20px;
}
.testimonial-slider-9 .owl-theme .owl-controls .owl-page span{
    background: #0d8a63;
}
@media only screen and (max-width: 479px){
    .testimonial-slider-9 .testimonial-content:after{
        content: "";
    }
}
.testimonial-module-slider-9 .owl-buttons {
    position: absolute;
    width: 100%;
    top: calc(50% - 30px);
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.testimonial-module-slider-9 .owl-buttons .owl-prev {
    background: none!important;
    position: absolute;
    left: 5px;
    padding: 3px !important;
    z-index: 9;
}

.testimonial-module-slider-9 .owl-buttons .owl-next {
    background: none!important;
    position: absolute;
    right: 5px;
    padding: 3px !important;
    z-index: 9;
}
.testimonial-module-slider-9 .owl-carousel .owl-prev {
    left: -95px;
}
.testimonial-module-slider-9 .owl-buttons .nav-button i {
    background: transparent;
    padding: 8px 10px!important;
    font-size: 22px;
    margin-right: 0px;
    color: #000;
}
.testimonial-module-slider-9.owl-theme .owl-controls .owl-buttons div {
    margin: 5px 0;
}
.testimonial-module-slider-9 .owl-pagination {
    position: relative;
    z-index: 9;
}
.testimonial-module-slider-9:hover .owl-buttons{
    opacity: 1;
}
.testimonial-module-slider-9 .owl-buttons .nav-button:hover i {
    background-color: #808080;
    color: #fff;
}
@media only screen and (max-width: 767px){
    div.testimonial-module-slider-9.owl-carousel .nav-button {
        display: none !important;
 } 
 .testimonial_module_slider_iframe, .testimonial-module-slider {
    padding: 0!important;
}
}

.owl-carousel .owl-wrapper-outer{
    z-index: 9;
}
