@charset "utf-8";
/* CSS Document */

@media (min-width: 1401px) {
	
	 
 
	
	
	
}


@media (min-width: 1024px) {
	
	 
	
	 }

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
	
	 
 
	
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
	
	
	  
	
	 
	
	
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	
	.productsbox {margin: 0px 25px 30px 0px !important; width: 30% !important;}
	 
	 
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
	
	 
	.productsbox {margin: 0px 25px 30px 0px !important; width: 30% !important;}
	 
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	
		
	.productsbox {box-shadow: 2px 4px 5px 4px #03030347 !important;
border-radius: 10px !important;
margin: 10px 0px !important;
width: 100% !important;
 padding: 0 !important;
text-align: center !important;}	 
	 
.modal-dialog {
    width: 95% !important;
}	
	
	.formobile {
    margin: 0;
}
	
	.colors-a .heading {line-height: 60px;}
	
	.newfontwhy {
    line-height: 38px !important;
		font-size: 38px !important;
}
	
	.state1 #top-nav .menu-toggle {
    position: absolute;
    right: 0;
    top: 18px;
		
}
	
	.colors-f input, .colors-f textarea, .colors-f select {margin:10px 0px; }
  
}










