@charset "utf-8";
/* CSS Document */

@media(max-width:320px)
{
	
}

@media(min-width:411px) and (max-width:415px) {
	
}
@media(min-width:320px) and (max-width:574px) 
{
	.slider img {	height: 175px; }
	.green-div,.orange-div,.blue-div{
		margin: 15px 0 0 0;
		font-size: 14px;
	}
	.breadcrumb-div h1 {
    	font-size: 30px;
	}
	.breadcrumb-div h1 + h4{
    	font-size: 20px;    
	}
	.contact-form{	
		margin-top: 30px;
	}
	

}

@media(min-width:575px) and (max-width:767px) {
	.slider img {	height: 250px; }
	.green-div,.orange-div,.blue-div{
		margin: 15px 0 0 0;
	}
	.breadcrumb-div h1 {
    	font-size: 40px;    
	}
	.breadcrumb-div h1 + h4{
    	font-size: 20px;    
	}
	.contact-form{	
		margin-top: 30px;
	}
	
		
}

/*produts.html use only*/
@media(min-width:0px) and (max-width:1199px){
	.btn-contact{
		font-size: 20px;
	}
	
	.card-header{
		font-size: 17px;
	}
	
	.img-size{
		height: 65% !important;
	}
}
@media(min-width:768px) and (max-width:1022px) {
	.slider img {	height: 320px; }
	.green-div,.orange-div,.blue-div{
		margin-left: 0;
		margin-right: 0;
		font-size: 14px;
	}
	.more-products-nav{
		width: 50%;
		margin: 50px auto;
	}
}

@media(min-width:1023px) and (max-width:1170px) {
	.menu li a {
    font-size: 16px;
    color: #000047!important;
    font-weight: bold;
    transition: all 0.5s;
     margin-left: 0px; 
     margin-right: 0px; 
}
	
}
