/*Default Css*/
body, article, h1, h2, h3, h4, h5, h6, textarea, input, select, form span.required, .print-date, .print-title, .print-copyright {
  font-family: 'SolaimanLipi', sans-serif !important;
}
.content-center{
  text-align: center;
  margin: auto;
  border: 2px solid #9a9a9a;
}
body.print {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background: #efefef;
}
body.print p{
  font-size: 18px;
  text-align: justify;
  background: white;
  margin-top:0;
}
body.print img{
  text-align: center;
}

/*Main Css*/
.print {
  width: 210mm;
}
.container {
  background: #ffffff;
}

.print-logo{
  padding: 20px 0;
}
.print-date {
    color: #fff;
    padding: 5px 0;
    width: 100%;
    background-color: #0575bc;
}

.print-title h2{
    font-weight: 700;
    text-align: center;
    padding: 0;
    font-size: 20px;
    margin-bottom: 10px
}
.print-publish-date{}

.print-content{
  column-count: 1;
  padding: 15px;
}
.print-content img {
    height: auto!important;
    width: 100%!important;
}
.no-print h2{
  font-size: 22px;
}
.no-print a{
  text-decoration: none;
  color:#ff0000
}
.print-copyright{
  text-align: center;
  margin: 10px!important;
}

@media print{    
  .no-print, .no-print *{
      display: none !important;
  }
}