/* Medium Layout: 1250px-2200px. */
@media only screen and (min-width: 1250px) and (max-width: 2200px) { 
  
    
}


/* Medium Layout: 992px-1249px. */
@media only screen and (min-width: 992px) and (max-width: 1249px) { 
  
    
}



/* Tablet Layout: 700px-991px. */
@media only screen and (min-width: 700px) and (max-width: 991px) { 
	


}

/* Mobile Layout: 0px-699px. */
@media only screen and (max-width: 699px) {
	/*================================
	themesBazar col css Start
=================================*/
.themesbazar_m1{
	max-width: 100% !important;
}
.themesbazar_m2 {
	max-width: 50% !important;
}

.themesbazar_m3{
	max-width: 33.33% !important;
}

.themesbazar_m4{
	max-width: 25% !important;
}

.themesbazar_m6{
	max-width: 16.66% !important;
}


	

	
}


