/* Start custom CSS *//* Hero Slider */
.hero-slider .swiper-slide-inner {
    max-width: 1140px;
}
.hero-slider .elementor-slide-description{
    max-width: 470px;
}
.hero-slider .swiper-pagination-bullets {
    bottom: 50px;
}

/* Testimonial */
.testimonial-slider
    .swiper-pagination-bullets {
    left: -20%;
    bottom: 00px;
    width: 50%;
}

@media (max-width:768px){
    .hero-slider .swiper-slide-inner {
   margin-left: 50px;
 }
 .hero-slider .swiper-pagination-bullets {
    bottom: 30px;
}
}
@media (max-width:375px){
    .hero-slider .swiper-slide-inner {
   margin-left: 20px;
}
/* Testimonial */
.testimonial-slider
    .swiper-pagination-bullets {
    left: -17%;
    bottom: 00px;
    width: 50%;
}
}/* End custom CSS */