/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1685420324
Updated: 2023-05-30 04:18:44

*/

.slick-slide{
  display: flex !important;
  flex-direction: column;
  row-gap: 20px;
}
.slick-track{
  display: flex;
}
.ppcSlider .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}
.carousel-arrow
{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.slick-dots li button:before{
	content: '' !important;
    height: 15px !important;
    width: 15px !important;
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: 1 !important;
}
.slick-dots li.slick-active button:before{
	background: #fff !important;
}