@media print {
  html,
  body {
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 0;
  }
  ul,
  ol,
  li {
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
  table,
  tr,
  td {
    page-break-before: avoid;
  }
  .site-header,
  .breadcrumbs,
  .widget-related-post,
  .social-share,
  .site-footer,
  .fixed-btn{
    display: none;
}