@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 992px){
	.header{
		display:none;
	}
	
	.btn_contact_us a{
	background-color:#1c7280;
	color: white;
	font-weight: 600;
	text-decoration: none;
	border-radius: 30px;
	font-size: 16px;
	padding: 10px 30px;
}
	
}

@media only screen and (max-width: 768px) {
	

.header{
		display: none;
	}	
	
	.footer-img{
		display: none;
	}
	
}