Hello Shinju-
Thanks for reaching out, and thanks for using the Post and Page Builder for WordPress.
It looks like your theme, Customify, is overriding some of the styles for the slider. Navigate to your theme’s Customize > Additional CSS menu, and paste these lines there:
button[id^='slick'] {
line-height: unset;
min-height: unset;
padding: 0;
}
button[id^='slick']:before {
top: unset !important;
}
button[id^='slick']:hover {
box-shadow: none !important;
}
ul.slick-dots {
margin: 0;
}