.new-section-add .card{
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.new-section-add .card img{
  width: 50px;
  display: flex;
  margin: auto;
}
.new-section-add .card p{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
}

.new-section-add{
  padding: 30px 50px;
  box-shadow: 0px 2px 4px rgb(31 30 47 / 10%);
margin-bottom: 24px;
background-color: #fff;
border-radius: 0.25rem;
}

.new-img-add{
  width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #506ee4;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.new-section-add a{
  margin: 0 35px;
      padding: 20px 0;
}
.new-section-add a:hover{
    background: #d7d6d6;
    border-radius: 5px;
}
















/* wallet css add start */

.tp-box .ms-auto{
  margin-left: auto;
}

.tp-box-inn img{
  width: 60px;
}
.rs-edit p{
  margin: 0;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 500;
}
.rs-edit span{
  font-size: 15px;
  font-weight: 300;
}

.up-table{
  margin-top: 20px;
  margin-bottom: 20px;
  border:none;
}

.tp-box-up{
  border:2px solid;
  padding: 25px;
  border:none;
  border-radius: 15px;
}

.up-table table{
  width: 100%;
  border: 1px solid #dbdbdb;
}

.up-table th,.up-table td{
  /* border-bottom: 1px solid #dbdbdb; */
    padding: 12px;
}

.tr-padd{
  padding: 0 50px;
}
.up-table tr{
  text-align: center;

}

.tp-box-up button{
  border: none;
  border-radius: 10px;
  background: #0092e0;
    padding: 15px 30px;
    color: #fff;
    margin-left: 25px;
}

.tp-box-up input{
  border: 1px solid #dbdbdb;
  /* background: #dee5ff; */
  padding: 15px 35px;
  border-radius: 10px;
}

.wallet-input{
  position: relative;
}
.wallet-input img{
  position: absolute;
left: 7px;
width: 19px;
top: 15px;
}
.table-new .table .thead-light th{
  background: none ;
  border:#fff;
}
.table-new .card-body{
  padding: 1rem;
}

.table-new .card{
  border-radius: 15px;
}

i.fa-wallet{
  color:#0092e0;
  font-size:52px;
}




/* wallet css end */








/* index css add start */

.page-title-move{
  text-align: center;
}





.g-tc .card, .b-tc .card{
  box-shadow: none;
}

.g-tc .card p, .b-tc .card p{
  text-align: center;
}


.g-tc h4, .b-tc h4{
      font-size: 25px;
      padding: 15px 33px;
    }

    .g-tc img, .b-tc img{
      width: 35px;
    height: 35px;
    object-fit: cover;
    }

    .g-tc, .b-tc{
    border-radius: 15px;
    }






    /*pabitra css*/

    .wizard > .actions  ul li:last-child
    {
        display: none!important;
    }
    .btn-submit button{
        position: absolute;
        right: 2px;
        bottom: 0;
        background: linear-gradient(14deg, #506ee4 0%, rgba(80,110,228,0.6));
        border-radius: 4px;
        padding: 5px 0;
    }
    
    .wizard > .actions  ul li:first-child{
        position: absolute;
        right: 85px;
        bottom: 39px;
    }
    .wizard > .actions  ul li:nth-child(2){
        position: absolute;
        right: 14px;
        display: none!important;
        bottom: 38px;
    }

    #form-horizontal fieldset{
        padding-bottom: 50px;
    }

    .steps-form ul{
        display: flex;
        gap:25px;
        margin-left: -40px;
    }
    .steps-form ul li{
        list-style: none;
    }
    .steps-form ul li a {
        text-decoration: none;
        background: #d8e5e9;
        color: #054f62;
        padding: 10px 20px 10px 2px;
        -webkit-box-shadow: 0px 3px 10px 0 rgb(80 110 228 / 40%);
        box-shadow: 0px 3px 10px 0 rgb(80 110 228 / 40%);
        border-radius: 30px;
        border: 2px solid #80cee3;
    }

    .steps-form ul li a.active {
        text-decoration: none;
        background: #14a6cc;
        color: #fff;
        padding: 10px 20px 10px 2px;
        -webkit-box-shadow: 0px 3px 10px 0 rgb(80 110 228 / 40%);
        box-shadow: 0px 3px 10px 0 rgb(80 110 228 / 40%);
        border-radius: 30px;
        border: 2px solid #14a6cc;
    }

    .steps-form ul li a.active span{
        border: 2px solid #fff;
    }


    .steps-form{
        padding-top: 50px;
    }
    .steps{
        display: none!important;
    }

    
        .tablist-items span {
    border: 2px solid #14a6cc;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: inline-flex;
    padding-left: 10px;
    padding-top: 6px;

    }

    .actions{
        display: none!important;
    }

    .btn-submit {
        position: relative;
    }
    .btn-submit button.btn-pre{
        position: absolute;
        bottom: -39px;
        /* left: 0; */
        right: 100px;
        background: #14a6cc;
        padding: 8px 20px;

    }
    .btn-submit button.btn-pre a,.btn-submit button.btn-nxt a{
        color: #fff;
    }
    .btn-submit button.btn-nxt{
        position: absolute;
        bottom: -39px;
        /* left: 0; */
        background: #95cd2d;
        padding: 8px 20px;
    }

    .btn-submit button.disabled{
        cursor: not-allowed;
        background: #90d3e5;
    }
    .form-wizard-wrapper label {
        font-size: 14px;
        font-weight: 500;
        color: #303e67;
        padding-left: 0;
    }
    
    .form-wizard-wrapper input{
      padding-left: 20px;
      padding-right: 20px;
    }

    .error
    {
        color: #df0000!important;
        padding: 5px 0px 0px 0px;
    }
    label#mobile_no-error {
      margin: 75px 0px 0px;
      position: absolute;
    }


    .attachment_details_form .form-control{
      height: calc(1.8em + 0.75rem + 25px);
    }


    button.final
    {
      background: #95cd2d;
      padding: 8px 20px;
    }

    button.final1
    {
      background: #14a6cc;
      padding: 8px 20px;
    }
    label#final_check-error {
      margin: 60px 0px 32px;
      position: absolute;
  }