/* Responsive CSS */
@media (min-width: 767px) {
	.icons .elementor-grid-item:first-child {
		display:none;
		visibility:hidden;
		opacity:0;
	}
	
	.fa-arrow-alt-circle-left {
		opacity:0;
	}

	
}

@media (max-width: 1200px) { 
	.single-product-category,.entry-title {
	  margin-top: 60px;
	}
}


@media (max-width: 767px) {
	.iconContainer {
	  width: max-content;
	}
	.elementor-element-9a790df {
	  max-width: max-content;
	  margin: auto;
	}
	
	.iconImage img {
	  height: 15vw !important;
		
	}
	.iconImage {
	  width: 20vw !important;
	  padding-right: 5vw !important;
	}
	
	
	.makeBackgroundImage .wpr-grid-image-wrap {
		aspect-ratio:5 / 4 !important;
	}
	.wpr-grid-slider-prev-arrow {
	  left: 3vw !important;
	}
	
	.wpr-grid-slider-next-arrow {
	  right: 3vw !important;
	}
	.logoCol img {
		width:100% !important;
	}
}