/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2025 | 13:32:21 */
/* MOBILE ONLY */
@media (max-width: 767px) {
	.swiper-button-prev {display:none !important;}
	.swiper-button-next {display:none !important;}
	
	/* Hero Section Paginatino */
	.swiper-pagination {margin-bottom:4.5rem !important;}
}

/* DESKTOP ONLY */
@media (min-width: 1025px) {
	.swiper-pagination {display:none !important;}

/* Hide on Mobile (screen width less than 768px) */
._hide_mobile {
  display: none !important;
}

@media (min-width: 768px) {
  ._hide_mobile {
    display: initial !important;
  }
}

/* Hide on Tablet (screen width between 768px and 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  ._hide_tablet {
    display: none !important;
  }
}

/* Hide on Desktop (screen width greater than 1024px) */
@media (min-width: 1025px) {
  ._hide_desktop {
    display: none !important;
  }
}
