@media print {

	.print_header {
		display: block;
		float: left;
		position: relative;
		margin: 1rem 0;
		font-size: 20px;
		font-weight: bold;
		width: 100%;
	}

	.print_header1 {
		display: block;
		float: left;
		position: relative;
		font-size: 18px;
		font-weight: 300;
		width: 100%;
	}

	#kk {
		float: left;
		width: 99%;
		color: #fff;
		box-shadow: none;
		padding: 10px 0;
		font-size: 16px;
		position: absolute;
		top: 7.2rem;
		left: 0;
		right: 0;
		margin: 0 auto;

	}

	.textarea_sec {
		float: left;
		width: 100%;
		border-radius: 0 !important;
		margin: 1rem 0 !important;
		box-shadow: none !important;
	}

	.engage-container textarea {
		width: 100%;
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 8px;
		resize: none;
		margin-bottom: 15px;
		font-size: 14px;
		box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .2);
		background: #E5E3DD !important;
	}

	.mar_tops {
		margin-top: 10px;
	}

	.padd_tops {
		padding-top: 10px;
	}
	.submitclk,.print_btn_pg6{
		display: none;
	}
}