@media(max-width: 786px){

	.inner{
		margin-top: 2%;
	}
	
	.inner .product-container{
		width: 100%;
		
	}
	
	.inner .side-catagorey{
		width: 100%;
	}
	
	.inner .side-catagorey .list ul li{
		display: flex;
		justify-content: center;
		align-items: center;
		border: none;
	}
	
	.form-container form{
		width: 87.3%;
	}
	
	footer{
		flex-direction: column;
	}
	
	footer .box2, .box3{
		border-top: 0.5rem solid white;
	}
	
	.contact-container{
		flex-wrap: wrap;
	}
	
	.contact-container .contact-box1, .contact-box2{
		width: 80%;
	}
}

@media(max-width: 480px){
	.header{
		flex-direction: column;
		justify-content: center;

	}
	.header .menu{
		justify-content: center;
		width: 100%;
	}
	
.header .social-container{
	justify-content: center;
}
	.header .logo{
		width: 100%;
	}
	.header .logo .logo-shape{
		width: 18rem;
	}
	.inner{
		margin-top: 2%;
	}
	.form-container{
		margin-top: 10%;
	}
	
	.form-container form{
		width: 89%;
	}
	
	.contact-container .contact-box1 li{
		font-size: 1.5rem;
	}
	
	footer{
		flex-direction: column;
	}
	footer .box2, .box3{
		border-top: 0.2rem solid white;
	}
}