@charset UTF-8;

@font-face {
    font-family: 'robotolight';    
    src: url('../fonts/Roboto-Light-webfont.woff') format('woff');         
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
}

.montserrat{
  font-family: "Montserrat";
}


.robotolight{
  font-family: "robotolight";
  line-height: normal;
}



body{
  font-family: "Montserrat";
  background: darkturquoise;
}



footer{ 
  z-index:1;
  line-height:2.5em;    
  background-color: darkturquoise;
  color: dimgray;    
}


.bold{
    font-weight: 700;
}

.card {    
    border-radius: 9px;    
    /*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
    box-shadow: 0px 2px 5px -1px paleturquoise, 0px 1px 3px -1px paleturquoise;
    margin-bottom: 20px;
    position: relative;
    border: 0 none;    
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}
.no-shadow{
  box-shadow: none !important;
}
.card-foot{
  background-color: inherit;
  box-shadow: none;  
}

.card .card-footer {
    /* background-color: transparent; */
    border: 0;
    border-radius: 7px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.card-stats .card-body .numbers .card-category { 
    font-weight: 300;
}

.card:hover{      
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset; 
}


.card-header {
    border-bottom: 0px solid rgba(0, 0, 0, 0);
}


.card-footer {    
    border-top: 0px solid rgba(0, 0, 0, 0);
}
.card-deco{
  /*background: url('../images/bg-texture.jpg');  
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;*/
  background-color: ghostwhite;  
}
.card-deco .card-body{
  background-color: transparent;
}
.card-deco .numbers, .icon-big, a{  
  /*text-shadow: 0px 1px 1px oldlace;*/
}
.card-deco .card-footer{
  opacity: 85%;
}
.header-deco{
  background: url('../images/bg-waves.jpg');  
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;  
}
.stats{
  padding: 5px;
}

legend{
  color: #ccc;
  font-size: 13px;
}

.contain{
  padding: 50px 30px;  
}

.jumbotron {
    margin-bottom: 0px;    
}

.jumbofoot{
  background-color: #fff;
  padding: 20px;
}

.searchbar{
  background-color: #fff;
  padding-top: 20px;
}

.news{
  padding: 20px;
  /*background:url('../images/bg-news.jpg') bottom center;
  background-size: cover;  */
}

.title{  
  height: auto;
  width: 350px;
}



.img-fatwa{
  margin:auto;
  display: block;
  max-width: 100%;
}

.pagination {
  margin: 13px 0;
}

.navbar-inverse .navbar-nav > li > a {    
  text-shadow: 2px 2px 1px #000;
}
.contact {
	border-radius: 3px;
	text-shadow: -1px -0px #e1e1e1, 1px 1px #fff;
	box-shadow:1px 1px 2px #999;	
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,.7) 35%, rgba(214,214,214,.7) 100%);

	padding: 5px 12px;
	font-size: 14px;  
	text-align: center;
	position: absolute;
	top: 32px;
	right: 200px;
	z-index: 9999;

}

.myicon{
  width: 150px;
  height: 150px;
  line-height: 150px !important;
  padding: 0;
  background-color: transparent; 
  border: 2px solid; 
  margin: auto;  
  transition: all 0.3s linear 0s;
}

.myicon:hover{
  width: 145px;
  height: 145px;  
  line-height: 145px !important;  
  transform: rotate(360deg);
  }

.textbox{
    margin: 1.5% auto;
    background: rgba(0,0,0, 0.3);
    border-radius: 7px;
    border: 1px solid;
    border-color: #333;
    box-shadow: 1px 2px 3px 0px #000;
}

.profile{
  margin: auto;
  margin-top: -70px;
  display: block;
  max-width: 150px;
}

.contact-panel{
  max-width: 760px;
  margin: auto;
}

.hr {
  background: #000;
  box-shadow: 1px 1px #333;
  width: 100%;
  color: #000;
  height: 1px;
  border: none;
}
.hr-dark {
    background: #000;
    box-shadow: 1px 1px #666;
    width: 100%;    
    height: 1px;
    border: none;
    margin-bottom: 5px;
} 
.hr-light {
  background: #999;
  box-shadow: 1px 1px #ccc;
  width: 90%;
  color: #000;
  height: 1px;
  border-top: 1px solid #fff;
  margin-bottom: 25px;
} 



/*-------------------------------------------*/



.navbar-nav > li {
	list-style: none;
	line-height:30px;
}

nav li a:hover, nav li .current{
	color:#999;
  border-radius: 3px;
	text-shadow: -1px -1px #e1e1e1, 1px 1px #fff;
	box-shadow:1px 1px 2px #999;
}


.thumbnail {
  background-color: rgba(255,255,255, 0.0);
  border: 1px solid transparent;
}




.btn-my{
	border-radius:50%;
	height:5em;
	width:5em;
	line-height:5em;
	padding:0;
	font-size:36px;
}

.btn-my:hover{
	height:4em;
	width:4em;	
	padding:7px;
	box-shadow:1px 1px  5px #ccc;
	border-color:#666;
}
#google-mape{
	height:100%;
	width:100%;
	}


.container-full{	
	background: rgba(255,255,255,0.3);
	background: transparent -moz-linear-gradient(center bottom , rgba(225,225,225, 0.7) 0%, rgba(255,255,255, 0.7) 100%) repeat scroll 0px 0px;
	width:100%;
	border-top: 1px solid;
	border-bottom: 1px solid;	
	border-color: #D5D5D5;
	padding:50px ;
}
.icon-circle{
	padding:20px; 
	width:110px; 
	height:110px; 
	margin:auto; 
	text-align:center; 
	border-radius:50%; 
	border:2px solid #666;
}
.icon-center{
	padding:30px; 
	width:140px; 
	height:140px; 
	margin:auto; 
	text-align:center; 	
	
	border-radius:50%; 
  
  transition: all 0.3s linear 0s; 
  border-color: #c7c7c7 #999 #999 #c7c7c7;
  
}

.icon-center:hover{
  text-shadow: 2px 2px 3px gray;
}


.badge{	
	background-color: transparent;
	position: fixed;
	top: -3px;
	left:-7px;
	
}
.badge img{
	max-width: 300px;
	height:auto;
}







/*-------------------- THEME*/
nav{
  background-color: darkcyan;
}
.navbar-brand {
  color: floralwhite;
}
.navbar-brand:hover, .navbar-brand:focus {
    color: bisque;
}
nav a{
  color: floralwhite;
}
.nav-link {
  color: floralwhite; 
}
.nav-link:hover {
  color: bisque; 
}

.footer-foot{
  line-height:50px;  
  background-color: darkcyan;
  color: white;
}

.news{

}

.jumbotron{  
  background-color: darkturquoise;
  border-bottom: 1px solid #e3e3e3;
  padding: 90px 20px;
}

.jumbotron h1, .jumbotron .h1, .jumbotron p {
  color: #666 ;  
}



.panel-default {
	background: rgba(255,255,255,0.5);	
	transition: all 0.7s linear 0s;	
	border-color: #c7c7c7 #999 #999 #c7c7c7;
  
}
.panel-default:hover, .icon-center:hover{
	border-color: #DADADA #DBDBDB #DBDBDB #C7C7C7;	
}

.panel-heading {    
    border-bottom: 0px solid transparent;    
    background: rgba(255,255,255,0.5);    
}

.panel-footer {
     border-top: 0px solid transparent;
     background-color:transparent;
}


.profile-user-img {
    width: 170px;    
    padding: 3px;
    border: 1px solid #d2d6de;
}

.footer ul li a:hover {
  color: #fff;  
  text-shadow: none;
  box-shadow: none;

}

.card-foot{
  background-color: inherit;
  box-shadow: none;
}

.card-foot:hover{    
    box-shadow: none !important;
}

nav li a:hover, nav li .current {

    color: #ccc;
    border-radius: 3px;
    text-shadow: none;
    box-shadow: none;

}

ul, li{
  list-style: none;
}


.top-margin{
  margin-top: 20px;  
}
.bottom-margin{
  margin-bottom: 20px;
}
.both-margin{
  margin-bottom: 20px;
  margin-top: 20px;
}



a {
  color: darkslategrey;
  text-decoration: none !important;
}

a:hover {
  color: var(--gray);  
}

.print-only{
  display: none;
}
.writer-thumb{
  width: 200px;
  height: auto;
}

.qr-img{
    max-width: 80px;
  }


.lft{
  direction: ltr;
}

.link-limit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}



.list-group-item {    
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    color: darkslategrey;
}

.table th, .table td { 
    border-top: 0px solid rgba(0, 0, 0, 0.0);
}


.cool{
    display: block;
    float: left; 
    margin-top: -62px; 
    margin-left: 21px;
}



.error{
  color:red;
  font-weight: normal;
}


.sidebar{
  text-shadow:1px 1px 1px #000; 
  color: #999;  
}

.sidebar .nav p:hover, .off-canvas-sidebar .nav p:hover { 
    text-shadow: 1px 3px 1px #000;
}


.logo{  
  max-width: 170px;
  height: auto;
  margin: 0 auto;  
  padding: 15px;
}

.form-select {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;    
    color: #66615b;        
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-item {
    background-color: inherit;     
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 0);
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.0 rgb(0 0 0 / 0%);
}


.modal-header .btn-close {
    padding: 0; 
    margin: 0; 
}


.toast-header {
    
    color: #6c757d;
    background-color: yellowgreen;    
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    
}


.form-control, .form-select {
  
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;    
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: transparent;
    border: 1px solid #999;
    outline: 0;
    box-shadow: none; 
}
.form-select:focus {
    border-color: transparent;
    border: 1px solid #999;
    outline: 0;
    box-shadow: none;
}

.form-group .form-control, .input-group .form-control {
    padding: 6px 6px 6px 6px;
}


.btn-primary:hover { 
    border-color: darkcyan;
}





/*--------------------------------FATWA VIEW */

.ftw-list{
        height: auto;
        padding: 5px;
        width: 100% !important;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 3px;
        margin-top: 0;
        margin-bottom: 7px;
        padding-left: 10px;
        padding-right: 10px;
        transition: auto;
        background: linear-gradient(#fff 0%, #efefef 100%) !important;
        border: 1px solid rgba(112, 112, 112, 0.20);
    }

  .ftw-list-active{
    background: linear-gradient(#fff 0%, #efefef 100%) !important;
    border: 1px solid rgba(255, 0, 0, 0.70);
  }
  .ftw-list-mute{
    background: linear-gradient(#fff 0%, #efefef 100%) !important;
    border: 1px solid rgba(112, 112, 112, 0.27);
  }
  .ftw-list-mute a, .ftw-list-mute p, .ftw-list-mute span{
    color: #ccc !important;
  }

    /* Style 9----------------------------- */
    .nine h5 {
      font-weight:300;
      text-align:center; 
      text-transform:uppercase; 
      color:#222; 
      letter-spacing:2px;
      font-family:"Raleway", sans-serif; 
    }
    .nine h5 span {
        letter-spacing:0px;
        text-transform:none;
        margin-top: 5px;
        font-size:15px; 
        color:#333;  
        font-family:"Raleway", sans-serif; 
        font-weight:300;
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        grid-template-rows: 27px 0;
        grid-gap: 20px;
        align-items: center;
    }
    .nine h5 span:after,.nine h5 span:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        height: 5px;
        background-color:#f8f8f8;
    }

    .muted-sm{
      color: silver;
      font-size: 12px;
    }

    .muted-sm:hover{
      color: gray;
    }

/*----------------------------------END FATWA VIEW*/



.bg-aliceblue{
  background-color: aliceblue;
}

.bg-antiquewhite{
  background-color: antiquewhite;
}

.bg-beige{
  background-color: beige;
}

.bg-brown{
  background-color: brown;
}

.bg-burlywood{
  background-color: burlywood;
}

.bg-cadetblue{
  background-color: cadetblue;
}

.bg-currentColor{
  background-color: currentColor;
}

.bg-darkcyan{
  background-color: darkcyan;
}

.bg-darkgoldenrod{
  background-color: darkgoldenrod;
}


.bg-darkolivegreen{
  background-color: darkolivegreen;
}

.bg-darkseagreen{
  background-color: darkseagreen;
}

.bg-darkslategray{
  background-color: darkslategray;
}

.bg-powderblue{
  background-color: powderblue;
}

.bg-dimgray{
  background-color: dimgray;
}

.bg-indianred{
  background-color: indianred;
}

.bg-khaki{
  background-color: khaki;
}

.bg-darkkhaki{
  background-color: darkkhaki;
}

.bg-lightblue{
  background-color: lightblue;
}

.bg-papayawhip{
  background-color: papayawhip;
}

.bg-seashell{
  background-color: seashell;
}

.bg-tan{
  background-color: tan;
}

.bg-teal{
  background-color: teal;
}

.bg-steelblue{
  background-color: steelblue;
}

.bg-slategray{
  background-color: slategray;
}

.bg-silver{
  background-color: silver;
}

.bg-linen{
  background-color: linen;
}

.bg-lightgoldenrodyellow{
  background-color: lightgoldenrodyellow;
}

.bg-cornsilk{
  background-color: cornsilk;
}

.bg-coral{
  background-color: coral;
}

.bg-bisque{
  background-color: bisque;
}

.bg-hotpink{
  background-color: hotpink;
}


.bg-mediumturquoise{
  background-color: mediumturquoise;
}

.bg-rebeccapurple{
  background-color: rebeccapurple;
}

.bg-lavender{
  background-color: lavender;
}

.bg-purple{
  background-color: purple;
}

.bg-palevioletred{
  background-color: palevioletred;
}

.bg-mediumvioletred{
  background-color: mediumvioletred;
}

.bg-yellowgreen{
  background-color: yellowgreen;
}

.bg-darkslategrey{
  background-color: darkslategrey;
}

.text-aliceblue{
  color: aliceblue;
}

.text-antiquewhite{
  color: antiquewhite;
}

.text-beige{
  color: beige;
}

.text-brown{
  color: brown;
}

.text-burlywood{
  color: burlywood;
}

.text-cadetblue{
  color: cadetblue !important;
}

.text-currentColor{
  color: currentColor;
}

.text-darkcyan{
  color: darkcyan;
}

.text-darkgoldenrod{
  color: darkgoldenrod;
}


.text-darkolivegreen{
  color: darkolivegreen;
}

.text-darkseagreen{
  color: darkseagreen;
}

.text-darkslategray{
  color: darkslategray;
}

.text-powderblue{
  color: powderblue;
}

.text-dimgray{
  color: dimgray;
}

.text-indianred{
  color: indianred;
}

.text-khaki{
  color: khaki;
}

.text-lightblue{
  color: lightblue;
}

.text-papayawhip{
  color: papayawhip;
}

.text-seashell{
  color: seashell;
}

.text-teal{
  color: teal !important;
}

.text-steelblue{
  color: steelblue !important;
}

.text-slategray{
  color: slategray;
}

.text-silver{
  color: silver;
}

.text-tan{
  color: tan !important;
}


.text-coral{
  color: coral;
}

.text-bisque{
  color: bisque !important;
}

.text-hotpink{
  color: hotpink !important;
}

.text-mediumturquoise{
  color: mediumturquoise !important;
}

.text-rebeccapurple{
  color: rebeccapurple !important;
}

.text-darkkhaki{
  color: darkkhaki !important;
}

.text-lavender{
  color: lavender !important;
}

.text-purple{
  color: purple !important;
}

.text-palevioletred{
  color: palevioletred;
}

.text-mediumvioletred{
  color: mediumvioletred;
}
.text-yellowgreen{
  color: yellowgreen;
}

.text-darkslategrey{
  color: darkslategrey;
}

.nav-tabs {
  border-bottom: 0px;
}


fieldset {
  min-width: 1; 
  padding: 5px;
  /* margin: 0; */
  margin-bottom: 10px;
  border: 1px solid #e7e7e7 !important;
  background-color: rgba(0, 0, 0, 0.02);
}

legend {
  float: none;
  width: initial;
  /* padding: 0; */
  margin-bottom: 0.5rem !important;
  font-size: 0.7rem; 
  font-weight: 300;
  color: #ccc;     
}


.dd-link {
  position: relative;
  display: inline-block;
  font-family: "Fira Mono", sans-serif;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gray);
  z-index: 1;
  transition: all .2s;
}
.dd-link::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all .15s;
  z-index: -1;
}
.dd-link.gradient {
  background: linear-gradient(-45deg, #96ceb4 20%, #dcc261 20%, #dcc261 40%, #ff6f69 40%, #ff6f69 60%, #ffcc5c 60%, #ffcc5c 80%, #88d8b0 80%, #88d8b0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all .75s;
}
.dd-link.gradient:hover {
  background-position: 0 0;
}


.error{
  color:red;
  font-weight: 700;
  font-family: 'Montserrat';
  font-size: 12px;
}

.bg-trans{
  background-color: rgba(255,255,255,0.7);
}

.fatwa-card{
  max-width: 100%;
  margin-bottom: 15px;
}

.home-card-footer{
  background-color: lightgrey;
}
.home-card-body{
  background-color: whitesmoke;
  color: dimgray;
}


img {
    max-width: 100%;
    border-radius: 3px;
}

.btn {    
    --bs-btn-border-radius: 0.2rem;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);    
}

.btn-check:focus + .btn, .btn:focus {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: none;
}





.fatwa-logo{
  display: block;
  position: relative;
  left: -824px;
  top: 22px;
  width: 143px;
  height: auto;
}

.db-title{
    display: none;  
  }

.desktop{
    display: none !important;
}

.crp{
  cursor: pointer !important;
}
.desktop{
    display: none !important;
  }

  .card-top-border{
    border-top: 7px solid burlywood;
  }


/* ------------------------------------------------------------------MEDIA       */



/* Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
 .qr-img{
      max-width: 80px;
  } 
  .fa-3x {
    font-size: 2.5em;
  }
  .desktop{
    display: none !important;
  }

}


/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
  .qr-img{
      max-width: 130px;
  }

  .desktop{
    display: none !important;
  }

}


/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
  .qr-img{
    max-width: 120px;
  }

  .contact {            
    margin: auto auto 20px;                  
    position: static;            
  }
  .logo{
    max-width: 200px;
    margin: auto !important;
    text-align: center;
    display: block !important;
  }

  .title{
    margin: auto;
    margin-top: 25px;
    max-width: 300px;
    display: block;
  }
  .ct{
    text-align: center !important;
    margin-top: 15px;
    font-weight: 300;
  }
  
  
  .hawala{    
  padding: 0 60px;
  }  

  .desktop{
    display: none !important;
  }

}

.justify-content-media{
  justify-content: end !important;
}

@media (max-width: 580px) {

  .nb-n{
    padding: 20px !important;
  }

  .nv-i{
    margin: 10px;
    text-align: center;
    border: 1px solid double;
    background-color: gray;
  }
  .urdu{
    font-size: .9rem;
  }
  .qr-img{
    max-width: 200px;
  }
  .contact {            
    margin: auto auto 20px;                  
    position: static;            
  }

  .logo{
    max-width: 200px;
    margin: auto !important;
    text-align: center;
    display: block !important;
  }

  .title{
    margin-top: 25px;
    max-width: 300px;
    display: block;
  }

  .ct{
    text-align: center !important;
    margin-top: 15px;
    font-weight: 300;
  }
   
  .contain {
    padding-left: 10px;
    padding-right:10px;
  }

  .fa-3x {
    font-size: 2.1em;
  }

  .nav-link {
    display: block;
    padding: 0.5rem .5rem;
  }

  .hawala{    
  padding: 0 40px;
  }

  .urdu-pera {
      padding: 0 10px;
  }

  .hide-me{
    display: none;
  }

  .btn-center{
    margin: 10px auto;
    display: block !important;
    text-align: center;
    float: none !important;
  }

  .cool{
    float: none;
    margin: auto;
    margin-bottom: 10px; 
  }

  .navbar.navbar-transparent {
    background-color: dimgray !important;    
  }

  .navbar.navbar-transparent .nav-item .nav-link:not(.btn) {
      color: floralwhite;
  }

  .navbar.navbar-transparent a:not(.dropdown-item):not(.btn) {
      color: #ccc;
  }
  
  .mobile{
    display: none !important;
  }
  
  .desktop{
    display: block !important;
  }

  .db-title{
    display: block;  
  }
  .card-body {
    /*padding: 7px 3px !important;*/
  }

  .main-panel .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*----------------------*/
  .fatwa{
    padding: 10px 11px;
  }

  .fatwa-qry{
    padding: 3px 11px;
  }
  .txt {
    width:unset;
  }


  .fatwa-qry-ar {
    padding: 0;
  }


.justify-content-media{
  justify-content: center !important;
}


}


