h3.Testimonial_heading { text-align: center; margin: 60px 0 50px; font-size: 36px; line-height: 40px; color: #0b0b0b; }
//.custom_testimonial_carousel {padding: 0 70px;}
.custom_testimonial_carousel { padding: 15px 70px; }
.custom_testimonial_carousel .testimonial-text { min-height: 155px; padding: 25px; background: #f6f6f6; border-radius: 15px; font-size: 18px; text-align: center; border: 1px solid #ddd; position: relative; margin: 0 0 35px; }
.custom_testimonial_carousel .testimonial-text:after { content: ''; position: absolute; left: 0; right: 0; margin: auto; height: 20px; width: 20px; background: #f6f6f6; border: 1px solid #ddd; transform: rotate(45deg); bottom: -10px; z-index: -1; }
.custom_testimonial_carousel .testimonial-author { margin: 20px 0 0; text-align:center; }
.custom_testimonial_carousel .testimonial-author img { width: 100px !important; height: 100px; border-radius: 20px; margin: auto; }
.custom_testimonial_carousel .testimonial-author h4 { font-size: 18px; color: #555; font-weight: 600; margin: 10px 0 0; }
.custom_testimonial_carousel .testimonial-author span.author-position { font-size: 15px; color: #888; }
.custom_testimonial_carousel .owl-dots { text-align: center; margin: 40px 0 0;}
.custom_testimonial_carousel .owl-dots button.owl-dot { height: 15px; width: 15px; border: 2px solid #2d3558; display: inline-block; border-radius: 15px; margin: 3px; vertical-align: middle; }
.custom_testimonial_carousel .owl-dots button.owl-dot.active{background:#2d3558;}

.custom_testimonial_carousel .owl-nav button.owl-prev { position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 40px !important; width: 35px; height: 35px; background: #2d3558 !important; line-height: 1 !important; display: flex; align-items: center; justify-content: center; color: #fff !important; }
.custom_testimonial_carousel .owl-nav button.owl-next { position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 40px !important; width: 35px; height: 35px; background: #2d3558 !important; line-height: 1 !important; display: flex; align-items: center; justify-content: center; color: #fff !important;}
.custom_testimonial_carousel .owl-nav button.owl-prev span, .custom_testimonial_carousel .owl-nav button.owl-next span { margin-bottom: 3px; }


@media (max-width:767px) {
    h3.Testimonial_heading { margin: 60px 0 30px; }
    .custom_testimonial_carousel {padding: 10px 30px;}
    .custom_testimonial_carousel .testimonial-text { padding: 15px; font-size: 16px; }
    .custom_testimonial_carousel .testimonial-author h4{font-size: 16px;}
    .custom_testimonial_carousel .testimonial-author img { width: 80px !important; height: 80px; }
    .custom_testimonial_carousel .testimonial-author span.author-position { font-size: 14px; }
    .custom_testimonial_carousel .owl-dots { text-align: center; margin: 20px 0 0; }
    .custom_testimonial_carousel .owl-dots button.owl-dot { height: 12px; width: 12px; }
    .custom_testimonial_carousel .owl-nav button.owl-prev, .custom_testimonial_carousel .owl-nav button.owl-next { width: 25px !important; height: 25px; font-size: 25px !important; }
}