@import url('https://fonts.maateen.me/solaiman-lipi/font.css');


.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 9px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}

body, article, h1, h2, h3, h4, h5, h6, textarea, input, select, .topbar, .main-menu, .breadcrumb, .copyrights-area, form span.required, .p-title {
        font-family: 'SolaimanLipi', Arial, sans-serif !important;
      }

body.print-body p{
  font-size: 18px;
  text-align: justify;
}

body.print-body {
  width: 230mm;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  margin: auto!important;
}
body.print-body img{
  text-align: center;
}


.time.text-center.p-date {
    color: #fff;
    padding: 5px 0;
    width: 100%;
    background-color: #106634;
}

.text-center {
    text-align: center;
}

@media print {
  body {
   
  }
}

h2.p-title {
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: 30px 0;
    font-size: 34px;
}

.content-center {
  margin: auto;
  border: 2px solid #106634;
}
.news-details-print{
  padding: 10px;
}

.news-details-print
  img {
    max-width: 100%;
    height: auto;
    width: 100%!important;
}


.print-float{
  position:fixed;
  width:auto;
  height:auto;
  bottom:40px;
  right:10%;

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

.print-copyright p{
  text-align: center;
  margin: 10px!important;
}