@media print {
  * {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    border: none !important;
    opacity: 1 !important;
    transform: translate(0) !important;
    height: auto !important;
    position: relative !important;
    visibility: visible !important;
    float: none !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
  a:after,
  br,
  img,
  form,
  audio,
  iframe,
  .footer,
  .header,
  .back-top,
  .fa {
    display: none !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  li,
  ol,
  dl,
  table {
    text-align: left !important;
    height: auto !important;
    width: 100% !important;
    display: block !important;
    margin: 0 0 15px !important;
    /* font-family: 'Calibri' !important; */
    font-weight: normal !important;
  }
  h1 {
    font-size: 30px;
    margin-bottom: 20px !important;
  }
  h2 {
    font-size: 17px;
    margin-bottom: 20px !important;
  }
  h3 {
    font-size: 15px;
    margin-bottom: 20px !important;
  }
  h4 {
    font-size: 14px;
    margin-bottom: 20px !important;
  }
  h5 {
    font-size: 12px;
    margin-bottom: 20px !important;
  }
  h6 {
    font-size: 10px;
    margin-bottom: 20px !important;
  }
  p {
    margin-bottom: 20px !important;
  }
  li,
  p {
    font-weight: normal !important;
    font-size: 14px !important;
  }
  ul {
    list-style: disc !important;
  }
  ul>li {
    list-style: disc !important;
  }
}