// Home 2 Testimonial jQuery(document).ready(function() { var owl = jQuery('.streamlined-testimonial-section .owl-carousel'); owl.owlCarousel({ margin: 30, nav: false, loop: true, dots: false, autoplay: true, autoplayTimeout: 4500, responsive: { 0: { items: 1 }, 360: { items: 1 }, 576: { items: 2 }, 768: { items: 2 }, 992: { items: 3 } } }) }); // Home 3 Testimonial jQuery(document).ready(function() { var owl = jQuery('.seamless-testimonial-section .owl-carousel'); owl.owlCarousel({ margin: 30, nav: false, loop: true, dots: true, autoplay: false, autoplayTimeout: 4500, responsive: { 0: { items: 1 }, 360: { items: 1 }, 576: { items: 1 }, 768: { items: 2 }, 992: { items: 2 } } }) });