@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic&display=swap');

body {
    font-family: 'PT Sans', sans-serif;
    text-align: justify;
    /* background: radial-gradient(ellipse at center,#0264d6 1%,#1c2b5a 100%); */
    /* background-color: #143d81; */
    background-color: #ef1a1a;
    /* position: fixed;
    width: 100%; */
}
.urdu{
  font-family: 'Noto Nastaliq Urdu';
}
/* .urdu-heading{
  font-family: 'Noto Kufi Arabic', sans-serif;
} */
.card-body {
    background-color: #f7f7f7;
}
.card{
  height:80vh;
}
.scroll {
    overflow-y: scroll;
  }
  .scroll-2{
    height: 55vh;
    overflow-y: scroll;
  }


  .logo{
    height: 150px;
    align-items: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: 5%;
    left: 25%;
    right: 25%;
    position: fixed;
  } 
  
  
/*  @media only screen and (max-width: 768px){
.logo {
    background-color: none !important;
    width: 50% !important;
    height: 100px !important;
}
}*/
  
  
  .bd-center{
    display: flex !important;
    justify-content: center !important;
  }
  .d-flex {
    display: flex;
  }
  
  .justify-content-center {
    justify-content: center;
  }
  .g-color{
    color: #fff;
  }
  .img-size{
    height: 50px;
  }
  .footer{
    color: #fff;
    text-align: center;
    background-color: #a80303;
    font-size: 20px;
    padding: 30px;
    position: fixed;
    left: 0;
    bottom: -16px;
    width: 100%;
    border-bottom: 1px solid #8d8d8d;
    border-top:  1px solid #8d8d8d;
  }
  .lang{
    margin-top: 25px;
    left: 0;
    right: 0;
    top: 65%;
    position: fixed;
  }
  .lang-english{
    left: 0;
    right: 0;
    top: 30%;
    position: fixed;

  }
  
  
  .lang-urdu{
    left: 0;
    right: 0;
    top: 45%;
    position: fixed;
    font-family: 'Noto Naskh Arabic', serif;    }