@media print {
	.header,
	.navbar-header,
	.banner-form,
	#sidepanel,
	.img-wrap,
	.service-img-wrap,
	.btn-solution,
	footer,
	.get-in-touch,
	.footer-links,
	.modal {
			display: none;
	}
	
	a[href]:after { 
			content: none !important; 
	}
}