*{
    padding:0;
    margin: :0;
}




/*---register-start---*/
.sign-up{
    
   font-size: 30px;
    border-bottom:2px solid red;
    width: 100px;
    padding-bottom: 5px;
    
    margin: 50px 0;
}

.signup-btn{
    
 font-size: 30px;
    border:2px solid #000;  
    
  padding: 10px  
    
}

.signup-btn:hover{
    
    background: red;
     border:2px solid red;  
    color: #fff;
    
    
}


.after-verify {
  width: 77px;
  background: red;
  color: #fff;
  border-radius: 3px;
  padding-right: 15px;
  float: right;
  cursor: pointer;
  position: absolute;
  right: 14px;
}

.resend-btn{
   width: 77px;
    background: red;
    color: #fff;
    border-radius: 3px;
    padding-right: 15px;
    float: left;
    cursor: pointer;
    
    
}

.resend-hide {
    position: absolute;
    left: 0;
    margin-left: 23px;
}

#register_form{
    
   max-width: 700px;
   background:#fff;
   
    margin: auto;
    padding: 15px;
    
}

.section-title h1 {
    font-family: Arial;
    font-size: 44px;
    font-weight: 500;
    color: #404040;
    padding-bottom: 16px;
    background-image: url(../images/stroke.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.section-title span {
    font-family: Arial;
    font-size: 28px;
    font-weight: 500;
    color: #404040;
}

.form-reg {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
   
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    padding: 5px;
   
    
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




.regster-hol span{
    color: red;
    position: absolute;
    top:10px;
    left: -5px;
}







button:not(:disabled) {
    cursor: pointer;
    text-align: right;
}

/*---register-end---*/

/* Custom height class */
.custom-height {
    height: calc(100% - 20px);
}

/* Example extra styling if needed */
.custom-box {
    background: #f8f9fa; /* Bootstrap light gray */
    border: 1px solid #dee2e6;
    border-radius: .25rem; /* Bootstrap rounded */
    padding: 15px;
}


/*--------Address book start-----*/
    h5 {
        border-bottom: 2px solid red;
        display: inline-block;
        padding-bottom: 2px;
        margin-bottom: 20px;
    }
    .saved-address {
        border: 1px solid black;
        padding: 15px;
        margin-bottom: 15px;
    }
    label {
        font-weight: bold;
    }
    .btn-save {
        border: 1px solid black;
        padding: 6px 20px;
        background: white;
    }
    
   /*--------Address book end-----*/ 
/*--------important-start-----*/
  
  
    table th, table td {
      text-align: center;
      vertical-align: middle;
    }
    .upload-box {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 20px;
    }
    .btn-outline-dark {
      border-radius: 30px;
      padding: 8px 25px;
    }
    /*--------important-start-----*/

  /*---signup--form--start---*/
    .nav-tabs .nav-link {
        border: none;
        color: black;
        font-size: 1.2rem;
    }
    .nav-tabs .nav-link.active {
        border-bottom: 3px solid red;
        font-weight: bold;
    }
    .section-title {
        font-size: 1.3rem;
        font-weight: bold;
        border-bottom: 3px solid red;
        display: inline-block;
        margin-bottom: 15px;
    }
    .form-control {
        border: 1px solid black;
        border-radius: 0;
    }
    
    .bank-hold{
        max-width: 800px;
    }
    
    
  
    .save-btn {
        background: white;
        border: 1px solid black;
        padding: 5px 30px;
        font-size: 1.1rem;
        cursor: pointer;
    }
     /*---signup--form--start---*/