*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-weight: 500;
}


.iqra-header{
    background: #dfdfdf;
   }
   .logo img{
    width: 220px;
   }
   .iqra_b_img img{
    width: 100%;
   }

.iqra_atoz_img img{
    width: 100%;
    border-radius: 15px;
}

.displayblock{
    display: block;
   }
   .displaynone{
    display: none;
   }
/* a to z */
/* .iqra_text_left-col6 {
    padding-left: 45px;
} */
/* .page-logo {
    padding-bottom: 30px;
} */
.page-logo h2 {
    font-size: 30px;
    font-weight: 700;
    color: #c12b1f;
}
.iqra_des_text h5 {
    color: #c12b1f;
    font-size: 20px;
}
.iqra_des_text p {
    margin-bottom: 10px !important;
    font-size: 16px;
}
small {
    font-size: .75em !important;
}

.fontsize {
    font-size: 32px !important;
}
.iqra_regist{
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_btn .regist_btn {
    background: #1f365c !important;
    color: #fff !important;
    font-size: 20px;
  
}
.back_btn .regist_btn:hover {
    background: #1f365c !important;
    color: #ffb536 !important;
}

/* crash course */
/* .iqra_text_right-col6{
    padding-right: 45px;
} */


/* footer */

   .iqra-footer{
    background: #dfdfdf;
}

.offer_text{
    background-color: #ffb536;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px #999;
}
.offer_text .offer{
    font-size: 50px;
    color: #c12b1f;
    text-shadow: 0px 4px #000;
}
.hr_line{
    border: 2px solid #999 !important;
}


@media (min-width: 992px) and (max-width: 1024px) {
    .iqra_text_right-col6{
    padding-right: 0px !important;
}
.iqra_text_left-col6 {
    padding-left: 0px;
}
.page-logo h2 {
    font-size: 24px;
  
}
.fontsize {
    font-size: 24px !important;
}
.offer_text .offer{
    font-size: 40px;
    color: #c12b1f;
}
/* .displayblock{
        display: none !important;
       }
       .displaynone{
        display: block !important;
       } */
}

@media (min-width: 768px) and (max-width: 991px) {
    .iqra_text_right-col6{
    padding-right: 0px !important;
}
.iqra_text_left-col6 {
    padding-left: 0px;
}
.page-logo h2 {
    font-size: 24px;
  
}
.fontsize {
    font-size: 24px !important;
}
.offer_text .offer{
    font-size: 40px;
    color: #c12b1f;
}
/* .displayblock{
        display: none !important;
       }
       .displaynone{
        display: block !important;
       } */
}

@media (min-width: 481px) and (max-width: 767px) {
    .iqra_text_right-col6{
    padding-right: 0px !important;
}
.iqra_text_left-col6 {
    padding-left: 0px;
}
.displayblock{
        display: none !important;
       }
       .displaynone{
        display: block !important;
       }
       .page-logo h2 {
    font-size: 24px;
  
}
.fontsize {
    font-size: 24px !important;
}

.offer_text{
    padding: 10px;
  }
  
  .offer_text .offer{
      font-size: 30px;
      color: #c12b1f;
  }
}


@media (min-width: 320px) and (max-width: 480px) {
    .iqra_text_right-col6{
    padding-right: 0px !important;
}
.iqra_text_left-col6 {
    padding-left: 0px;
}
.displayblock{
        display: none !important;
       }
       .displaynone{
        display: block !important;
       }
       .page-logo h2 {
    font-size: 24px;
  
}
.fontsize {
    font-size: 24px !important;
}
.offer_text{
  padding: 10px;
}

.offer_text .offer{
    font-size: 30px;
    color: #c12b1f;
}

}