var checkWidth = $(window).width();
if (checkWidth >= 768) {
$('.owl-carousel').slick({
dots: true,
infinite: true,
centerMode: true,
slidesToShow: 5,
slidesToScroll: 3,
ariableWidth: true
});
}
else{
}