 table tr td{
      line-height: 18px !important;
    }
    .logo_inner {
    height: 78px;
    padding: 1px 18px;
    margin-top: 59px;
}
    .bckpad{
      padding: 0px;
      
    }
    .banner-carousel .banner-carousel-item {
    height: 280px;
}
     table tr td{
      color: #000!important;
    }
    table tr{
      line-height: 10px;
    }
    h3{
      text-transform: none;
      margin-bottom: 10px;
    }
        .otpsize{
          font-size: 11px;
          font-weight: 500;
        }
        .otp_c{
          width: 370px; margin: 0 auto;
        }
        .otp_sent{
          color: #ce152a; font-weight: 600; font-size: 17px; margin-top: 8px;
        }
        .captcha_st {
              text-align: center;
              height: 50px;
              position: relative;
              top: 0px;
              background-image: url(assets/img/captcha_img.jpeg);
            }
        .select2-container--default .select2-selection--single .select2-selection__arrow b{
          margin-top: 5px!important;
        }

        @media screen and (max-width: 600px) {
          table tr{
            
            margin: 2px;
          }
          .navbar_right {
              top: 162px !important;
          }
          .banner-carousel .banner-carousel-item {
              padding: 62px 0;
              height: 298px !important;
          }
          .im_img{
            border: 1px solid #fff;
          height: 110px;
          width: 100%;
          }
          .logo_inner{
            margin-top: 0px;
          }
          table tr td{
            background: #041228 !important;
            line-height: 18px !important;
            text-align: left;
            width: 100%;
            font-size: 17px;
            display: flex;
          }
          table{
            width: 100%!important;
          }
      }

      @media only screen and (max-height: 575.98px) and (orientation: landscape)  {
  table tr td {
        background: #041228 !important;
        line-height: 18px !important;
        text-align: left;
        width: 100%;
        font-size: 17px;
        display: flex;
    }
  /* .banner-carousel .banner-carousel-item {
    height: 568px!important;
} */
  .logo_inner{
    margin-top:0px;
  }
  table{
    width: 100%;
  }
  .im_img {
        border: 1px solid #fff;
        height: 110px;
        width: 100%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .logo_inner{
    margin-top: 16px;
  }
  .im_img{
    border: 1px solid #fff;
    height: 110px;
    width: 100%;
  }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

.logo_inner{
    margin-top: 16px;
  }
  .im_img{
    border: 1px solid #fff;
    height: 110px;
    width: 100%;
  }
}