@media print {
	.header,
	.footer,
	.nb-form,
	.TextformatterVideoEmbed,
	.owl-dots,
	.owl-nav,
	.breadcrumb,
	.sidebar,
	.btn {
		display: none !important;
	}

	a[href]:after {
		content: "";
	}
}