/*********** s:print ***************/
@media print {
	body {
    font-size: 16px;
    *line-height: 27px;
    line-height: 140%;
    color: #17222B;
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
body,
html {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0;
}

.single_post_heading h1 {
	line-height: 150%;
}
.row.justify-content-between .col-2.col-lg-9.align-self-center {
	width:100% !important;
}

.menu4  {
	display:none;
}

body {background-image: none;}

}
/*********** E:print ***************/