@media only screen and (max-width: 600px) {
	.Address-div {
		display: none;
	}
	.c-content-title-1 {
	  	/*display: none;*/
	  	font-size: 20px !important;
	}
	.c-content-feedback-1 {
	  	padding: 0 !important;
	}
	.headerheight{
	  	height: 24px;
	}
	.c-font-bold{
		font-size: 20px !important;
	}
	.font-color{
		color: black !important;
	}
	.content-box{
		padding-top: 0px !important;
	}
	.font-bold{
		font-size: 12px !important;
	}
	.c-mega-menu{
		max-height: 380px !important;
	}
}