


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth; 
}

.nav-logo{
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 12;
}
.logo-image {
  position: fixed;
 width: 300px;
 height: 100px; 
}

@media screen and (max-width: 600px) {
  .logo-image {
    width: 200px;
    height: 70px;
   }
}

@media screen and (max-width: 500px) {
  .logo-image {
    width: 180px;
    height: 60px;
   }
}

@media screen and (max-width: 400px) {
  .logo-image{
    width: 160px;
    height: 55px;
   }
}

@media screen and (max-width: 300px) {
  .logo-image {
  width: 150px;
    height: 50px;
   }
}



.payment-qr-code {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 150px;
    justify-content: center;
  }
  
  
  .payment-qr-code img {
  width: auto;
  height: auto;
  margin: 5px;
  
  }
  @media only screen and (max-width: 600px) {
      .payment-qr-code img {
        width: 400px;
      }
    }

    @media only screen and (max-width: 550px) {
      .payment-qr-code img {
        width: 380px;
      }
    }

    @media only screen and (max-width: 500px) {
      .payment-qr-code img {
        width: 360px;
      }
    }
    
    @media only screen and (max-width: 450px) {
      .payment-qr-code img {
        width: 340px;
      }
    }
    
    @media only screen and (max-width: 400px) {
      .payment-qr-code img {
        width: 320px;
      }
    }
  
  @media only screen and (max-width: 350px) {
      .payment-qr-code img {
        width: 300px;
      }
    }
  
  @media only screen and (max-width: 300px) {
      .payment-qr-code img {
        width: 280px;
      }
    }



  
/*-------------------------------end adindia.online qr code image---------------------------*/








/*-------------------------------start bank details table---------------------------*/



/*-------------------------------end bank details table---------------------------*/


