body {
  margin: 0;
  padding: 0;
  background-color: #2476e90f;
  font-size: 13px;
  color: #333;
}
.heading6 {
    font-size:13px;
    font-weight:700;
}
.main {
    padding: 0 20px;
}

.blue-back {
  background-image: url('../images/blue-back.png');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 50px 70px 50px;
}

.blue-back img {
  width: 180px;
}

.log-heading {
  font-family: 'Inter', sans-serif;
  color: #2D2D2D;
  font-size: 25px;
  margin: 20px 0 25px 0;
}

.otp-input {
  border-radius: 0;
  height: 50px;
  border: none;

}

span#addon-wrapping {
  padding: 0 5px;
  font-size: 29px;
  background: transparent;
  border-radius: 0;
  border: none;
  color: #909090;

}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ffffff !important;
  outline: 0;
  box-shadow: none !important;
  border-bottom: 1px solid #4D4D4D !important;
}

.otp-btn {
  padding: 11px 5px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  border-radius: 0;
  border: none;

}

.otp-btn a {
  text-decoration: none;
  color: #0041C3;
}

.otp-main {
  border-radius: 0;
  border-bottom: 1px solid #DCDCDC;
}

.time {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0041C3;


}

.otp-alert {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0;
  position: relative;
  top: 12px;
}

.proceed-btn {
  background-color: #0041C3;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  color: #fff;
  padding: 20px 0;
  margin: 50px 0 50px 0;
}

.back-btn {
  width: 42px !important;
  position: absolute;
  top: 25px;
  left: 40px;
}

.f-pass {
  color: #2475E9 !important;
}



input {
  font-size: 20px;
  color: #d1d1d1;
  font-weight: 400;
}

input.number-input {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  padding: 0 20px;
  border-radius: 10px;
  border: 0;
  -webkit-box-shadow: 0px 0px 17px -1px rgba(132, 132, 132, 0.15);
  -moz-box-shadow: 0px 0px 17px -1px rgba(132, 132, 132, 0.15);
  box-shadow: 0px 0px 17px -1px rgba(132, 132, 132, 0.15);
}

.wrapper {
  width: 100%;
  margin: 5px 0 0 0;
}

.wrapper .phone {
  width: 100%;
  margin: 40px auto 0 auto;
  position: relative;
}

.wrapper .phone span.title {
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  text-align: center;
}

.wrapper .phone .phone-container {
  width: 100%;
  margin-top: 30px;
}

.wrapper .phone .phone-container .keyboard {
  width: 90%;
  margin-left: 5%;
  margin-top: 40px;
}

.wrapper .phone .phone-container .keyboard .number {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.wrapper .phone .phone-container .keyboard .number.aling-right {
  text-align: right;
  width: 100%;
}

.wrapper .phone .phone-container .keyboard .number span {
  font-size: 24px;
  color: #4D4D4D;
  display: inline-block;
  width: 33%;
  text-align: center;
  margin-bottom: 10px;
}

.wrapper .phone .phone-container .keyboard .number span.call-button {
  opacity: 0;
  transition: 250ms;
}

.wrapper .phone .phone-container .keyboard .number span.call-button.show {
  opacity: 1;
}

.wrapper .phone .phone-container .keyboard .number span.call-button img {
  display: inline-block;
  vertical-align: middle;
}

.wrapper .phone .phone-container .keyboard .number span i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-style: normal !important;
  font-family: 'Inter', sans-serif;
  font-size: 25px;
  font-weight: 700;
  background: white;
  cursor: pointer;
  border-radius: 100%;
  transition: 250ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* -webkit-box-shadow: 8px 8px 24px 0px rgba(132, 132, 132, 0.09);
    -moz-box-shadow: 8px 8px 24px 0px rgba(132, 132, 132, 0.09);
    box-shadow: 8px 8px 24px 0px rgba(132, 132, 132, 0.09); */
}

.wrapper .phone .phone-container .keyboard .number span i.delete {
  background: transparent;
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  color: #4D4D4D;
}

.wrapper .phone .phone-container .keyboard .number span i.delete img {
  display: inline-block;
  vertical-align: middle;
}

.wrapper .phone .phone-container .keyboard .number span:hover i {
  color: black;
}

.wrapper .phone .phone-container .keyboard .number span:active i {
  transform: translateY(1px);
  -webkit-box-shadow: 5px 5px 24px 0px rgba(132, 132, 132, 0.18);
  -moz-box-shadow: 5px 5px 16px 0px rgba(132, 132, 132, 0.18);
  box-shadow: 5px 5px 16px 0px rgba(132, 132, 132, 0.18);
}

.wrapper .phone .phone-container .keyboard .number span:active i.delete {
  box-shadow: 0 0 0 0;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  -ms-box-shadow: 0 0 0 0;
  transform: translateY(0px);
}

.wrapper .phone .phone-container .keyboard .number span:active i.delete img {
  transtiion: 250ms;
}

.wrapper .phone .phone-container .keyboard .number span:active i.delete:active img {
  transform: translateY(2px);
}

.pin-dot {
  margin: 0 20px;
}

.pin-dot i {

  color: #D9D9D9;
}

.mpin-heading {
  font-family: 'Inter', sans-serif;
  color: #2D2D2D;
  font-size: 25px;
  margin: 20px 0 5px 0;
}

.input-dot {
  margin: 5px 0 5px 0;
}

.main-back {

  margin: 10px 0;
}

.notification {
  font-size: 18px;
}

.logo-width {
  width: 200px;
}

button.btn.navbar-toggler {
  padding: 0;
  border: none;
}

div#offcanvasExample {
  width: 80%;
  margin: 0px;
  padding: 0px;
  background-image: url('../images/off-canva-back.jpg');
  background-position: center;
  background-size: cover;
}

.offcanvas-ul li {
    padding: 5px 0;
    border-top: 1px solid #dee2e64f;
}

.offcanvas-ul li.nav-item {
  margin: 0 8px;
}

/* button.btn-close.text-reset {
    position: relative;
    top: -21px;
    width: -11px;
  } */
.offcanvas-header a img {
  width: 197px;
}

.offcanvas-ul li.nav-item a {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 300
}

.btn-close {
  box-sizing: content-box;
  width: 2em;
  height: 2em;
  padding: .25em .25em;
  color: #000;
  background-color: transparent !important;
  background-image: url('../images/close.png');
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: 1 !important;
  position: relative;
  top: 17px;
  left: 12px;
}

.pro-pik {
  background-color: #000;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  overflow: hidden;
}

.pro-pik img {
  width: 90px;
  height: 90px;
}

.pro-datils {
  vertical-align: middle;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
  padding: 20px 20px;

}

.m-num {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;

}

.top-header {
  padding: 15px 0;
  box-shadow: 0px 5px 25px -10px rgba(0, 0, 0, 0.3);
}

.top-header .bi {
  font-size: 20px;
  color: #0041c3;
  border: #0041c3 1px solid;
  padding: 2px 8px;
}

.top-header h2 {
  padding-top: 4px;
  font-size: 18px;
  font-weight: 500;
}

.partner {
  margin: 0px 10px;
  padding: 0 10px;
  border-left: 1px solid;
  border-right: 1px solid;
}

.blue-card {
  background-image: linear-gradient(#2475E9, #0041C3);
  margin: 0 0px;
  padding: 50px 0;
  border-radius: 20px;
  color: #fff;
  font-family: 'Inter', sans-serif;
}

.amount-botton a {

  text-decoration: none;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.amount-botton {
  margin: 30px 0 -20px 0;
}

.avail-h {
  text-decoration: none;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.saving_balance {
  text-decoration: none;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.serv-img {
  width: 67px;
  margin: 0 0px 13px -2px;
  padding: 0 0 0px 0;
  box-shadow: 0px 8px 8px 0px #c5c5c545;
  border-radius: 50px;
}

.serv-sec {
  margin: 30px 0;
}

.serv-sec h6 {
  color: #2D2D2D;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.serv-sec a {
  color: #2D2D2D;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.main-m-sec {
    position: fixed;
    bottom: 0;
    box-shadow: 0px -18px 22px 0px #c5c5c545;
    background: #fff;
    padding: 10px 0px 0 10px;
    border-radius: 22px;
    width: 100%;
    z-index: 1000;
    vertical-align: middle !important;
}

    .main-m-sec a {
        color: #818181;
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        vertical-align: middle !important;
    }

    .main-m-sec a.active {
        color: #0041C3!important;
    }

.main-m-img {
  width: 23px;
  margin: 0 0px 10px 4px;
  padding: 0 0 0px 0;
}

.btn-default {
  font-size: 14px !important;
  border-color: #c7c8ca !important;
}

.btn-default:hover {
  background: #0041c3 !important;
  color: #fff;
}

.AccountDetails {
  font-size: 13px;
}

.dat-tim {
    color: #909090;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    margin-bottom: 0px !important;
}


:root {
  --color-light: white;
  --color-dark: #212121;
  --color-signal: #000000;
  --color-background: var(--color-light);
  --color-text: var(--color-dark);
  --color-accent: var(--color-signal);
  --size-bezel: .5rem;
 
}
button#button-addon2 {
  background: #F4F8FE;
  border: none;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-left: 0px solid #ced4da;
  color: #4a4a4a;
}


.input {
  position: relative;
  width: 100%;
}
.input__label {
  position: absolute;
  left: 0;
  top: 0;
  padding: calc(var(--size-bezel) * 0.75) calc(var(--size-bezel) * .5);
  margin: calc(var(--size-bezel) * 0.75 + 3px) calc(var(--size-bezel) * .5);
  
  white-space: nowrap;
  transform: translate(0, 0);
  transform-origin: 0 0;
  background: #F4F8FE;
  transition: transform 120ms ease-in;
  font-weight: bold;
  line-height: 1.2;
}
.input__field {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 12px;
  color: currentColor;
  background: transparent;
  border-radius: var(--size-radius);
  border: none;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-left: 1px solid  #ced4da;
  border-radius: 7px 7px 7px 7px;
  background-color: #F4F8FE;
}
.input__field:not(:-moz-placeholder-shown) + .input__label {
  transform: translate(0.25rem, -65%) scale(0.8);
  color: var(--color-accent);
}
.input__field:not(:-ms-input-placeholder) + .input__label {
  transform: translate(0.25rem, -65%) scale(0.8);
  color: var(--color-accent);
}
.input__field:focus + .input__label, .input__field:not(:placeholder-shown) + .input__label {
  transform: translate(0.25rem, -65%) scale(0.8);
  color: #000;
}

.button-group {
  margin-top: calc(var(--size-bezel) * 2.5);
}



.my-f{
  height: 56px;

}

.my-f input, select, textarea{
 
  background: transparent!important;
}

.avl-b span{
  font-size: 20px!important;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  
}

div#offcanvasBottom {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

div#offcanvasBottom {
  height: auto;
}

p.check-icon {
  font-size: 107px;
  margin: 0 0 -14px 0;
  color: #00c375;
}

p.failed-icon{
  font-size: 107px;
  margin: 0 0 -14px 0;
  color: red;
}

p.panding-icon{
  font-size: 107px;
  margin: 0 0 -14px 0;
  color: rgb(255, 170, 0);
}

.full-height h6{
  line-height: 25px;
}

.btn-primary{
  background-color: #0041C3!important;
  color: #fff!important;
  border: none;
  padding: 15px 50px;
  margin: 0px 0;
  width: 100%;
}
div#offcanvasBottom-2 {
  height: auto;
}

div#offcanvasBottom-2{
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
div#offcanvasBottom-3 {
    height: auto;
}

div#offcanvasBottom-3 {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
.logo-cont{
    position:relative;
    top:154px;
}
.btn-downline {
    font-weight: 400 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
}

.subs-report-tbtn {
    padding: 10px 10px;
}

.subs-report input {
    box-shadow: 0px 3.6787564754486084px 9.196890830993652px 0px rgba(0, 0, 0, 0.10) inset;
    text-align: center;
}

.subs-report{
    padding:20px 10px;
}

.search-input {
    box-shadow: 0px 3.6787564754486084px 9.196890830993652px 0px rgba(0, 0, 0, 0.10) inset;
    text-align: center;
    color: #B8B8B8;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    padding: 13px 0 13px 20px;
}

.t-team {
    color: #4D4D4D;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight:500;
}

.card-cont .card {
    box-shadow: 0px 4px 24px -10px rgba(0, 0, 0, 0.25);
}

.se-s-so {
    color: #fff;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400;
}
.te-s-so {
    color: #fff;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400;
}

.t-m-s {
    color: #fff;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600;
}

.t-m-s-47 {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600;
}
.color-warning {
    color: #FF7A00!important;
}

.color-success {
    color:#008555!important;
}

.t-m-s-p {
    color: #fff;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600;
}

.t-m-s-p-47 {
    color: #E40000;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600;
}

.border-right{
    border-right:1px solid #b8b8b8;
}

.bi-arrow-up-right {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700;
    margin: 0 2px;
}

.shadow-inset {
    box-shadow: 0px 3.6787564754486084px 9.196890830993652px 0px rgba(0, 0, 0, 0.10) inset!important;
}

.ststus-btn {
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600;
    box-shadow: 0px 3.6787564754486084px 9.196890830993652px 0px rgba(0, 0, 0, 0.10) inset !important;
}

.dat-time {
    border-bottom: 1px solid #B8B8B8;
    padding: 10px 10px;
    color: #909090;
}

.v-details-btn {
    background: #0041C3;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px;
    color: #fff;
    box-shadow: 7px 5px 14px 0px rgba(0, 0, 0, 0.20) inset, 1px 4px 10px 0px rgba(0, 0, 0, 0.20) inset;
}


.white-back {
    background: #fff;
    margin: 20px 5px 0 5px;
    padding: 10px 30px 27px 24px;
    border-radius: 10px;
    box-shadow: 0px 4px 24px -10px rgba(0, 0, 0, 0.25);
}
.call-email li {
    color: #4D4D4D;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.262px;
    font-size: 13px;
    margin: 0 0 0 -13px;
}

    .call-email li i {
        color: #2475E9!important;
        margin:0 10px 0 0;
    }

.call-email{
   margin:0 0 0 -20px;
}

.white-back-down {
    background: #fff;
    margin: 20px 5px 20px 5px;
    padding: 10px 10px 27px 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 24px -10px rgba(0, 0, 0, 0.25);
}
.hr-tag-2{
    width:93%;
    margin:12px;
}

.tds-alert span {
    background: linear-gradient( to right, #fff 20%, #00FFFF 30%, #ffc10b 70%, #FFCD9F 80% );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.bottom-navi {
    list-style-type: none;
    margin-bottom: 0.5rem!important;
}
.bottom-navi li a i{
   display:block;
   text-align:center;
   font-size:16px;
}
.home-i {
    font-size: 19px!important;
}
table th {
    background: #e4ebf7 !important;
    color: #000000;
}