$(document).ready(function () { $('.slider-container').slick({ infinite: true, slidesToShow: 3, slidesToScroll: 1, dots: false, prevArrow: $('.prev-arrow'), nextArrow: $('.next-arrow'), responsive: [ { breakpoint: 970, settings: { slidesToShow: 2, slidesToScroll: 1 } }, { breakpoint: 750, settings: { slidesToShow: 1, slidesToScroll: 1 } } ] }); function scrollToAnchor(aid) { var aTag = $(aid); $('html,body').animate({ scrollTop: aTag.offset().top }, 'slow'); } $(".scroll-btn").click(function () { scrollToAnchor("#scrollstop") }) }); !function (i) { "use strict"; "function" == typeof define && define.amd ? define(["jquery"], i) : "undefined" != typeof exports ? module.exports = i(require("jquery")) : i(jQuery) }(function (i) { "use strict"; var e = window.Slick || {}; (e = function () { var e = 0; return function (t, o) { var s, n = this; n.defaults = { accessibility: !0, adaptiveHeight: !1, appendArrows: i(t), appendDots: i(t), arrows: !0, asNavFor: null, prevArrow: '', nextArrow: '', autoplay: !1, autoplaySpeed: 3e3, centerMode: !1, centerPadding: "50px", cssEase: "ease", customPaging: function (e, t) { return i('