@font-face {
  font-family: urdu;
  font-style: normal;
  src:  url('../fonts/MehrNastaliq/Mehr_Nastaliq_Web2.0.woff') format('woff'),
        url('../fonts/MehrNastaliq/Mehr_Nastaliq_Web2.0.ttf') format('truetype');
}

@font-face {
  font-family: kufi;
  font-style: normal;
  font-weight: 300;
  src:  url('../fonts/DroidKufi-Regular.woff2') format('woff2'),
        url('../fonts/DroidKufi-Regular.woff') format('woff'),
        url('../fonts/DroidKufi-Regular.ttf') format('truetype');
}

@font-face {
    font-family: amiri;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/amiri-regular.eot?') format('eot'),
         url('../fonts/amiri-regular.woff2') format('woff2'),
         url('../fonts/amiri-regular.woff') format('woff'),
         url('../fonts/amiri-regular.ttf')  format('truetype');
}
.urdu{
    font-family: "urdu";
    font-weight: 700;
    font-size: 15px !important;
    color: #000;

}

.kufi{
  font-family: "kufi";
  font-weight: 700;
  color: #000;
}

.amiri{
  font-family: amiri;
  font-style: normal;
  font-weight: 400;  
  color: #000;
}

html, body {
    margin: 0;
    color: #000 !important;
    background-color: #fff !important;
    text-align: right;
    direction: rtl;
  }

head, title, header, footer, aside, nav, .sidebar, .sidebar-menu, .breadcrumb, .btn, .footer-foot, .jumbotron, .jumbotron-fluid{
  display: none !important;
}

.main-panel {
  width: 100%;
  float: none;
  background-color: #fff;
}

h1,h2,h3{
	text-align: center;
}
table{
	width: 100%;
}
td{
	border-bottom: none;
    color: #000;
}
.prnt-header{
	background-color: #ccc;
}
.fatwa-qry{    
  font-size: 16.7px;
  font-weight: 700;
}
.lbl, .txt{
    font-size: 17px !important;
    font-weight: 700;
}
.fatwa {
    border-bottom: 0px;
    margin: 5px 20px;
    padding: 10px 15px;
    overflow: auto;
    color: #000;
}

.fatwa-titles {
    margin-left: 10px;
    width: 100px;
    float: right;    
}

.fatwa-title-print{
    max-width: 100%;
    border-radius: 0px;
    vertical-align: middle;
    border-style: none;
}
.card-header {
    padding: 0;      
    border-bottom: 0px;
}

.card {    
    border:0;
    border-radius: 0;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
}
.card-body {
     padding: 0;
}
.screen-only{
  display: none !important;
}
.print-only{
  display: block !important;
}


.text-center {
    text-align: center !important;
}

.urdu-pera {
    font-family: "Urdu";
    color: #000;
    line-height: normal;
    font-weight: bolder;
    text-indent: 50px;
    text-align: justify;
    padding: 0 50px;
}

.hawala {
    font-family: "amiri";
    color: #000;
    line-height: normal;
    font-weight: bolder;
    text-indent: 50px;
    text-align: justify;
    padding: 0 150px;
}

 .eng-prnt-justify{
    text-align: justify;
    padding: 5px 50px;
    text-indent: 50px;
 }