
@media only screen and (max-width:575px) {
	.prod-banner-logos {
		top: 15%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.prod-banner-logos img {
		width: 25%;
	}
	.prod-therapy li {
		font-size: 12px;
		padding: 12px;
	}
	.all-product-logos {
		column-count: 2;
	  	column-gap: 10px;
	  	column-width: 50%;
	  	text-transform: capitalize;
	}
	.all-product-logos img {
		margin-bottom: 10px;
	}
	.mob-filters select {
		margin-bottom: 10px;
		border-color: #eee;
	}
	.footer {
		padding-top: 4rem;
		padding-bottom: 1rem;
		background-position: center center;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.prod-therapy li {
		font-size: 16px;
	}
	.prod-banner-logos {
		top: 15%;
	}
	.mob-filters select {
		margin-bottom: 10px;
		border-color: #eee;
	}
	.footer {
		padding-top: 4rem;
		padding-bottom: 1rem;
		background-position: center center;
	}
	.footer ul.list-style {
		margin-right: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.prod-banner-logos {
		top: 15%;
	}
	.mob-filters select {
		margin-bottom: 10px;
		border-color: #eee;
	}
	.all-cats {
	  	column-count: 2;
	  	column-gap: 30px;
	  	column-width: 50%;
	  	text-transform: capitalize;
	}
	.footer {
		padding-top: 4rem;
		padding-bottom: 1rem;
		background-position: center center;
	}
	.footer ul.list-style {
		margin-right: 3rem;
	}
	.footer-slogan {
		float: left;
	}
}


@media (min-width: 576px) and (max-width: 991px) {
	.all-product-logos {
		column-count: 2;
	  	column-gap: 30px;
	  	column-width: 50%;
	  	text-transform: capitalize;
	}
	.all-product-logos img {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-form > img {
		height: 30px;
	}
	.checkmark {
		top: 4px;
	}
	.prod-alphabets li {
		margin-right: 1rem;
	}
	.footer ul.list-style {
		margin-right: 3rem;
	}
	.footer {
		padding-top: 8rem;
		padding-bottom: 1rem;
		background-position: center center;
	}
	.footer-slogan {
		float: left;
	}
}

@media only screen and (min-width: 992px) {
	.all-cats {
	  	column-count: 2;
	  	column-gap: 30px;
	  	column-width: 50%;
	  	text-transform: capitalize;
	}
	.all-product-logos {
		column-count: 3;
	  	column-gap: 20px;
	  	column-width: 30%;
	  	text-transform: capitalize;
	}
	.all-product-logos img {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width:1200px) {
	
}

