

@media only screen and (min-width:768px){  /* for widths greater than 768 */
	.mobile-form {
		display: none;
	}

	h2.title{
		font-size: 2rem;
	}

	.mobile-ads {
		display: none;
	}

}





@media only screen and (max-width:991px){
	.product-section .box{
	    max-width: 31.33%;
	    margin: 0 1%;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:767px){  /* for widths less than 768 */
	h2.title{
		font-size: 1.5rem;
		
	}

	.my-sidebar {
		display: none !important;
	}	
	
	.product-section .box{
	    max-width: 48%;
	}
	.header .left{
		text-align: center;
	}
	.header .right{
		display: none;
	}
	.subscribe .search {
		margin: auto;
	}
	.subscribe .check {
		margin: auto;
	}



	footer .f1 .box{
		margin-bottom: 20px;
	}

}

@media only screen and (max-width:575px){
	body h4{
		font-size: 1.4rem;
	}
	.subscribe .check span{
		font-size: 13px;
	}
	body h5{
		font-size: 17px;
	}
	
	.my-sidebar {
		display: none !important;
	}	
}

@media only screen and (max-width:480px){
	.product-section .box{
	    max-width: 100%;
	    margin-left: 0; 
	    margin-right: 0; 

	}

	.my-sidebar {
		display: none !important;
	}	
	
	.row {
		margin-left: 0px !important;
	}
}