@media only screen and (max-width: 1200px) {
    .header .menu{
		background-repeat: no-repeat;
	}
	
}
@media only screen and (max-width: 992px) {
    .header .menu{
		background-repeat: no-repeat;
	}
	.feature_prd .feature_prd_box {
    margin-bottom: 25px;
}
    .our_categories .cat_bot{
        padding-bottom: 25px;
    }
}
@media only screen and (max-width: 768px) {
	.header .menu{
		background-repeat: no-repeat;
	}
	
}
@media only screen and (max-width: 544px) {
	.header .menu{
		background-repeat: no-repeat;
	}
	.display_none_in_lg{
		display: block;
	}
	.display_hide_in_small{
		display: none;
	}
	.header .menu{
		background-color: white;
	}

}



@media only screen and (max-width: 480px) {
	.header .menu{
		background-repeat: no-repeat;
		background-image: none;
	}
	.footer{
		background-image: none;
		background-color: #f7f7f7;
	}
	.feature_prd{
		background-image: none;
		background-color: #f7f7f7;
	}
    
    
    
    
}