:root {
  --primary: #fff;
    --secondary: #fff;
    --tertiary: #fff;
    --quaternary_color: #fff;
    --border: #fff;
    --txtbox_label: #fff;
    --txtcolor: #000;
  }
  
  /*body {
      --font-family-sans-serif:"source_sans_proregular", sans-serif !important;
      font-family:"source_sans_proregular", sans-serif !important;
      color: #444444;
      font-size: 14px;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      color: #444444;
      text-transform: uppercase;
  }*/
  
  body {
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: var(--txtcolor);
  }
  
  .section .row {
    display: flex;
  }
  
  p {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  
  /*#login-page {
      background-color: #f9f9f9;
      min-height: 100vh;
  }*/
  
  #all_details {
    background-color: #f9f9f9;
  }
  
  #successs h2 {
    color: #06517c;
    font-size: 29px;
    margin-bottom: 25px;
  }
  
  #successs h5 {
    font-size: 23px;
    text-align: justify;
    margin-bottom: 25px;
    line-height: 2.5em;
  }
  
  .header-image {
    padding: 40px 40px;
  }
  
  .header-image img {
    width: 200px;
  }
  
  .header-img {
    padding: 10px 10px;
  }
  
  .header-img img {
    width: 120px;
  }
  
  .scroll {
    position: fixed;
    top: 0;
    z-index: 98;
    background: #fff;
    padding: 22px 0;
    width: 100%;
  }
  
  h1.header-w3ls {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    letter-spacing: 2px;
  }
  
  .mid-cls {
    margin: 0 auto;
    -webkit-box-shadow: 1px 1px 4px #eee;
    -moz-box-shadow: 1px 1px 4px #eee;
    box-shadow: 1px 1px 4px #eee;
    background: #fff;
    width: 45%;
    padding: 2em 2em 2em;
  }
  
  .signmid-cls {
    margin: 0 auto;
    -webkit-box-shadow: 1px 1px 4px #000;
    -moz-box-shadow: 1px 1px 4px #000;
    box-shadow: 1px 1px 4px #000;
    background: #fff;
    margin-bottom: 1rem;
    width: 44%;
  }
  
  @media (max-width: 1680px) {
    .signmid-cls {
      width: 60%;
    }
  }
  
  @media (max-width: 1600px) {
    .signmid-cls {
      width: 60%;
    }
  }
  
  @media (max-width: 1440px) {
    .signmid-cls {
      width: 60%;
    }
  }
  
  @media (max-width: 1366px) {
    .signmid-cls {
      width: 60%;
    }
  }
  
  @media (max-width: 1080px) {
    .signmid-cls {
      width: 60%;
    }
  }
  
  @media (max-width: 1024px) {
    .signmid-cls {
      width: 60%;
    }
  }
  
  @media (max-width: 900px) {
    .signmid-cls {
      width: 60%;
    }
  }
  
  @media (max-width: 800px) {
    .signmid-cls {
      width: 60%;
    }
  }
  
  @media (max-width: 736px) {
    .signmid-cls {
      width: 60%;
    }
  }
  
  @media (max-width: 640px) {
    .signmid-cls {
      width: 50%;
    }
  }
  
  @media (max-width: 600px) {
    .signmid-cls {
      width: 65%;
    }
  }
  
  @media (max-width: 568px) {
    .signmid-cls {
      width: 65%;
    }
  }
  
  @media (max-width: 480px) {
    .signmid-cls {
      width: 70%;
    }
  }
  
  @media (max-width: 440px) {
    .signmid-cls {
      width: 70%;
    }
  }
  
  @media (max-width: 414px) {
    .signmid-cls {
      width: 71%;
    }
  }
  
  @media (max-width: 375px) {
    .signmid-cls {
      width: 80%;
    }
  }
  
  @media (max-width: 320px) {
    .signmid-cls {
      width: 80%;
    }
  }
  
  .width_auto {
    width: max-content;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 4px #535050;
    -moz-box-shadow: 0px 0px 4px #535050;
    box-shadow: 0px 0px 4px #535050;
    background: #fff;
  }
  
  .width-auto {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .kyc_container {
    margin: 0 auto;
    background: #fff;
    margin-top: 55px;
    margin-bottom: 55px;
  }
  
  /* label {
    font-size: 15px;
    padding: 6px 0px;
  } */
  .form-check-label {
    cursor: pointer;
  }
  .form-left-to-w3l input[type="text"],
  .form-left-to-w3l input[type="number"] {
    width: 100%;
    color: #000;
    outline: none;
    font-size: 14px;
    padding: 0.6em 0.7em;
    margin: 0px 0px 23px;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
    display: inline-block;
    background: rgb(255, 255, 255);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    box-sizing: border-box;
  }
  
  .btnn {
    margin: 6px 0px 24px;
  }
  
  .loginbtn {
    background: #06517c;
    outline: none;
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
    padding: 9px 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }
  
  .loginbtn:hover {
    color: #fff;
  }
  
  #page {
    text-align: center;
    font-size: 16px;
    margin: 150px auto;
  }
  
  @media (max-width: 1920px) {
    .form-left-to-w3l input[type="text"],
    .form-left-to-w3l input[type="number"] {
      padding: 1em 0.7em;
      margin: 0px 0px 31px;
    }
  }
  
  @media (max-width: 1680px) {
    .mid-cls {
      width: 45%;
    }
  }
  
  @media (max-width: 1600px) {
    h1.header-w3ls {
      font-size: 46px;
      padding: 46px 0px 53px;
    }
    .mid-cls {
      width: 20%;
      padding: 2em 2em 2em;
    }
    .form-left-to-w3l input[type="text"],
    .form-left-to-w3l input[type="number"] {
      padding: 0.6em 0.7em;
      margin: 0px 0px 23px;
    }
    .personal-info {
      padding-top: 22px;
    }
  }
  
  @media (max-width: 1440px) {
    .mid-cls {
      width: 24%;
    }
    h1.header-w3ls {
      font-size: 44px;
    }
    .form-check:nth-child(2) {
      margin-bottom: 11px;
    }
  }
  
  @media (max-width: 1366px) {
    .mid-cls {
      width: 45%;
    }
    h1.header-w3ls {
      padding: 40px 0px 48px;
    }
  }
  
  @media (max-width: 1280px) {
    .personal-info p {
      font-size: 19px;
      margin-bottom: 13px;
    }
    h1.header-w3ls {
      font-size: 42px;
    }
  }
  
  @media (max-width: 1080px) {
    .mid-cls {
      width: 31%;
    }
    h1.header-w3ls {
      padding: 38px 0px 44px;
    }
  }
  
  @media (max-width: 1050px) {
    .mid-cls {
      padding: 1.8em 2em 1.8em;
    }
  }
  
  @media (max-width: 1024px) {
    h1.header-w3ls {
      padding: 35px 0px 41px;
    }
    .mid-cls {
      width: 34%;
    }
    .form-left-to-w3l input[type="text"],
    .form-left-to-w3l input[type="number"] {
      margin: 0px 0px 21px;
    }
  }
  
  @media (max-width: 900px) {
    .mid-cls {
      width: 38%;
    }
    .icon-head-wthree {
      margin-bottom: 1.7em;
    }
  }
  
  @media (max-width: 800px) {
    .mid-cls {
      width: 43%;
    }
    .form-left-to-w3l input[type="text"],
    .form-left-to-w3l input[type="number"] {
      padding: 0.6em 0.6em;
    }
    h1.header-w3ls {
      font-size: 40px;
    }
  }
  
  @media (max-width: 768px) {
    h1.header-w3ls {
      padding: 32px 0px 39px;
    }
  }
  
  @media (max-width: 736px) {
    .mid-cls {
      width: 45%;
    }
    h1.header-w3ls {
      font-size: 38px;
    }
  }
  
  @media (max-width: 667px) {
    h1.header-w3ls {
      letter-spacing: 1px;
    }
    .mid-cls {
      padding: 1.8em 1.7em 1.8em;
    }
  }
  
  @media (max-width: 640px) {
    .mid-cls {
      width: 50%;
    }
  }
  
  @media (max-width: 600px) {
    .mid-cls {
      width: 56%;
    }
    h1.header-w3ls {
      font-size: 36px;
    }
  }
  
  @media (max-width: 568px) {
    .mid-cls {
      width: 59%;
    }
  }
  
  @media (max-width: 480px) {
    .mid-cls {
      width: 65%;
    }
    h1.header-w3ls {
      font-size: 35px;
      line-height: 51px;
      padding: 31px 0px 36px;
    }
  }
  
  @media (max-width: 440px) {
    .mid-cls {
      padding: 1.6em 1.5em 1.6em;
    }
    .mid-cls {
      width: 68%;
    }
  }
  
  @media (max-width: 414px) {
    .mid-cls {
      width: 71%;
    }
  }
  
  @media (max-width: 384px) {
    h1.header-w3ls {
      font-size: 33px;
      padding: 31px 0px 33px;
    }
    .form-left-to-w3l input[type="text"],
    .form-left-to-w3l input[type="number"] {
      font-size: 13px;
    }
  }
  
  @media (max-width: 375px) {
    .mid-cls {
      width: 74%;
    }
  }
  
  @media (max-width: 320px) {
    .mid-cls {
      width: 74%;
    }
    .btnn {
      margin: 6px 0px 19px;
    }
    h1.header-w3ls {
      font-size: 30px;
      line-height: 46px;
    }
  }
  
  /*--//responsive--*/
  
  .top-head {
    border-bottom: 1px solid #e2e2e2;
  }
  
  .menu-head {
    border-bottom: 1px solid #e2e2e2;
    display: flex;
  }
  
  .edit-head {
    border-bottom: 1px solid #e2e2e2;
  }
  
  .edit-head h5 {
    text-align: left;
  }
  
  .menu-head h5 {
    padding: 7px 0;
  }
  
  .detail-head h5 {
    padding: 7px 0;
  }
  
  .profile-details {
    padding: 18px 0;
  }
  
  .profile-details label {
    margin: 0;
  }
  
  .profile {
    width: 45px;
    margin: 8px;
  }
  
  .profile img {
    width: 100%;
    border-radius: 50px;
  }
  
  .profile-name {
    display: inline-flex;
  }
  
  .profile-name .name {
    margin-left: 15px;
  }
  
  .kyc_container li {
    list-style: none;
  }
  
  .nav-link {
    color: #000;
  }
  
  .side_menu {
    border-right: 1px solid #e2e2e2;
    padding: 0 47px 0 0;
  }
  
  .side_menu .nav-item {
    padding: 3px 8px;
    border-bottom: 1px solid #e2e2e2;
  }
  
  /*.side_menu .nav-item:hover
  {
      background-color: #EFF0F0;
      color: #288FDE;
  }*/
  
  .alert_div {
    margin: 15px 0;
    font-size: 15px;
    border-left: 4px solid #fdd394;
  }
  
  .alert_div p {
    margin-bottom: 5px;
  }
  
  .per-item {
    margin-bottom: 15px;
  }
  
  .per-item label {
    margin: 0;
  }
  
  .per-item strong {
    font-weight: 600;
  }
  
  .per-item img {
    width: 20px;
    margin-left: 5px;
    margin-bottom: 8px;
    cursor: pointer;
  }
  
  .details-item {
    margin-bottom: 2px;
  }
  
  .details-item label {
    margin: 0;
    font-size: 13px;
  }
  
  .details-item strong {
    font-weight: 600;
  }
  
  .bank_pen_edit {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-top: 11px;
    cursor: pointer;
  }
  
  .bank_div {
    display: none;
  }
  
  /* .edit_div {
    background: #fff;
    width: 37%;
    height: auto;
    padding: 1.5em;
    text-align: left;
    overflow-wrap: anywhere;
    border-radius: 10px;
  } */
  #aadhar_name .edit_div {
    width: 25%;
  }
  #aadhar_name .edit_div p {
    font-size: 16px;
  }
  
  .depository_acc_detail {
    background: #fff;
    width: 50%;
    padding: 1.5em;
  }
  .edit_div.guar_div {
    width: 70%;
    border-radius: 10px;
  }
  
  .edit_div.aadharerror {
    width: 50%;
  }
  
  .preview {
    width: 80%;
  }
  .preview iframe {
    width: 100%;
    height: 82vh;
    border: 0;
  }
  
  .editrm_div {
    background: #fff;
    width: 55%;
    height: auto;
    padding: 1.5em;
    text-align: left;
  }
  
  .succ_div {
    background: #fff;
    width: 25%;
    height: auto;
    padding: 1.5em;
    text-align: center;
  }
  
  #takeimage .edit_div {
    width: 25%;
  }
  
  #captured_img,
  #btn-capture {
    display: none;
  }
  
  @media (max-width: 568px) {
    #id_pan .edit_div {
      width: 100% !important;
    }
    #id_pan .edit_div #pan_msg {
      font-size: 2rem;
      margin: 4px 0;
    }
  }
  
  @media (max-width: 568px) {
   
    .succ_div,
    .preview,
    .editrm_div,
    .depository_acc_detail {
      width: 100% !important;
    }
  
    .edit_div.guar_div {
      width: 90%;
    }
  
    #takeimage .edit_div {
      width: 100% !important;
    }
  }
  
  .edit_emaildiv {
    background: #fff;
    width: 40%;
    height: 75%;
    padding: 1.5em;
    text-align: left;
  }
  
  @media (max-width: 568px) {
    .edit_emaildiv {
      width: 100%;
    }
  }
  
  .edit_emaildiv img {
    width: 25%;
  }
  
  .edit_emaildiv h5 {
    padding: 31px 0 0 0;
  }
  
  .edit_emaildiv p {
    font-weight: 500;
  }
  
  .edit_emaildiv .email_div {
    margin: 10px 0;
  }
  
  .edit-head p {
    padding: 31px 0 0 0;
    font-weight: 400;
    color: #8a8686;
  }
  
  .edit_emaildiv .resend_p {
    font-weight: 400;
    color: #8a8686;
    font-size: 13px;
    margin: 0;
  }
  
  .resend_p a {
    color: #8a8686;
  }
  
  .showData {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    /*padding-top: 60px;*/
    justify-content: center;
    align-items: center;
  }
  
  .showData {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
  }
  .position-relative {
    position: relative;
  }
  
  .verified-icon {
    display: none;
        position: absolute;
          top: 0;
          right: 0;
          font-size: 1.2em;
          color: white;
          margin-right: 264px;
          margin-top: 116px;
  }
  .edit_div {
    background: #fff;
    width: 627px;
    height: auto;
    padding: 1.5em;
    z-index: 99;
    text-align: center;
    overflow-wrap: anywhere;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* overflow-y: scroll; */
  }
  

  .edit_div .success_button {
    background-color: #1d49b8;
    color: #fff;
  }
  
  .edit_div .delete_button {
    background-color: red;
    color: #fff;
  }
  .canvasPreviewDyn{
    max-height: 500px;
    overflow-y: scroll;
  }
  .close {
    position: absolute;
    top: 0px;
    right: 13px;
    color: #000;
    font-size: 2em;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #6a6666;
    text-decoration: none;
    cursor: pointer;
  }
  
  @media screen and (max-width: 768px) {
    .edit_div {
      width: 89%;
    }
  }
  
  .aadhar_card {
    background-color: rgba(231, 231, 231);
  }
  
  /* The Close Button (x) */
  
  .clo_se {
    font-family: "source_sans_proregular", sans-serif;
    height: 44px !important;
    width: 83px !important;
    padding: 12px 16px !important;
    transition: 0.3s all ease;
    background: var(--primary) !important;
    font-size: 15px !important;
    color: #ffffff !important;
    text-align: center;
    border-radius: 0 !important;
    vertical-align: -webkit-baseline-middle;
  }
  
  .clo_se:hover,
  .clo_se:focus {
    cursor: pointer;
    background-color: #2da5dc !important;
    color: #fff !important;
    cursor: pointer;
  }
  
  .effect8 {
    position: relative;
  }
  
  .effect8:before,
  .effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    /*bottom:10px;*/
    left: 0;
    right: 0;
  }
  
  #fatca {
    display: none;
  }
  
  .check_container {
    /*display: block;*/
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    text-align: justify;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .segment_check {
    padding-left: 25px;
    padding-top: 12px;
    padding-right: 12px;
  }
  
  /* Hide the browser's default checkbox */
  
  .check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  
  .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: var(--tertiary);
    border: 1px solid var(--primary);
  }
  
  /* On mouse-over, add a grey background color */
  
  .check_container:hover input ~ .checkmark {
    background-color: var(--tertiary);
  }
  
  /* When the checkbox is checked, add a blue background */
  
  .check_container input:checked ~ .checkmark {
    background-color: var(--primary);
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  
  .check_container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  
  .check_container .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p-b-33 {
    padding-bottom: 33px;
  }
  .p-r-55 {
    padding-right: 55px;
  }
  .p-l-55 {
    padding-left: 55px;
  }
  .p-b-50 {
    padding-bottom: 50px;
  }
  .p-t-29 {
    padding-top: 29px;
  }
  
  .continue1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    width: 100%;
    /*height: 44px;*/
    background-color: var(--primary);
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    border-width: 2px;
    border-style: outset;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: 2px outset rgb(118, 118, 118);
  }
  
  .continue1:hover {
    color: #fff;
    background-color: #c30e28;
    transition: 0.3s all ease;
  }
  
  .continue {
    display: inline-block;
    justify-content: center;
    align-items: center;
    padding: 12px 35px;
    /*height: 44px;*/
    background-color: var(--primary);
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    border: none;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .btnContinue {
    background-color: var(--primary);
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .btnContinue:hover {
    background-color: var(--primary);
    outline: none;
    color: #fff;
    background-color: #c30e28;
    transition: 0.3s all ease;
  }
  .btnContinue:focus {
    color: #fff;
    outline: none;
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: none;
  }
  .continue:hover {
    color: #fff;
    background-color: #c30e28;
    transition: 0.3s all ease;
  }
  
  .container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }
  .login100-form {
    width: 100%;
  }
  
  .login100-form-title {
    color: #0074bd;
    font-size: 18px;
    margin: 0;
    position: relative;
    padding-left: 18px;
    font-family: "source_sans_proregular", sans-serif;
    display: flex;
    line-height: 1.3;
    text-align: left;
    font-weight: 600;
  }
  
  .login100-form-title::before {
    width: 3px;
    height: 22px;
    background: var(--primary);
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
  }
  .input100 {
    display: block;
    width: 100%;
    height: 44px;
    cursor: pointer;
  
    font-size: 15px;
    color: #666666;
    line-height: 1.2;
    margin-bottom: 15px;
    background-color: transparent;
    border: 2px solid #cccccc;
    padding-left: 15px;
  }
  .container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .wrap-login100 {
    width: 384px;
    background: #fff;
    padding: 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    overflow: hidden;
    margin: auto;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.5);
  }
  @media only screen and (max-width: 600px) {
    .wrap-login100 {
      width: 100%;
      padding: 12px;
      margin-bottom: 12px;
    }
    .container-login100 {
      padding: 0px;
    }
  }
  .validate-input {
    position: relative;
  }
  .wrap-input100 {
    width: 100%;
    position: relative;
  }
  
  .cancel-btn {
    background-color: #c83333;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    border-radius: 3px;
    padding: 10px 30px;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
  }
  .btn-disabeld:hover {
    background-color: #b9b9b8;
  }
  
  .btn-success {
    border-radius: 30px;
    padding: 12px 35px;
  }
  
  .cancel-btn:hover {
    background-color: #9c2424;
  }
  
  .email_update {
    display: none;
  }
  
  .phone_update {
    display: none;
  }
  
  .email_verify {
    display: none;
  }
  
  .phone_verify {
    display: none;
  }
  
  .account_div {
    margin-top: 20px;
  }
  .account_div p {
    font-size: 14px;
    margin: 0.6rem 0;
  }
  
  .account_detail {
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    border-color: rgb(211, 211, 211);
    width: 60%;
  }
  
  .account_detail p {
    margin-top: -10px;
    background: white;
    width: fit-content;
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 13px;
  }
  
  .account_detail .account_input {
    border: none;
    outline: none;
    margin-left: 10px;
  }
  
  .document_div {
    display: none;
  }
  
  .doc_row {
    margin-top: 12px;
  }
  
  /*.form-group label {
    margin: 10px 0px;
    font-weight: bold;
    font-size: 12px;
  }
  */
  .form-item.form-group input {
    width: 100%;
  }
  .d-none {
    display: none;
  }
  
  .form-group {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0 2em 0 0;
  }
  
  .file-upload {
    position: relative;
    width: fit-content;
    padding: 0;
    margin: 0;
    height: 32px;
  }
  
  .btn-upload {
    margin-top: 10px;
    width: 100%;
    height: 35px;
    color: #6c7293;
    background: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #799fc0;
    border-radius: 3px 3px 3px 10px;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0px 31px 0px 5px;
    border-bottom: 3px solid #799fc0;
    border-left: 1px solid #799fc0;
    overflow: hidden;
  }
  
  /*---==>Browse Text-==>*/
  
  .text-browse {
    background: #ebebeb;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 2px 2px 2px 5px;
  }
  
  .btn-upload:active {
    border-bottom-width: 2px;
    outline: none;
  }
  
  .text-browse:hover {
    background: #e0e0e0;
    color: #78838d;
  }
  
  .btn-upload:active .text-browse {
    background: #e0e0e0;
    color: #78838d;
    padding-left: 6px;
  }
  
  .btn-upload:active + .i-pic-upload {
    padding: 8.5px 8px;
  }
  
  .text-file-name {
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    text-align: left;
    font-size: 14px;
  }
  
  .auto {
    width: auto;
  }
  
  .segment_div {
    display: none;
  }
  
  .segment_row {
    margin-top: 30px;
  }
  
  .segment-item {
    margin-bottom: 20px;
  }
  
  @keyframes ripple {
    0% {
      box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    }
    50% {
      box-shadow: 0px 0px 0px 20px rgba(0, 0, 0, 0.1);
    }
    100% {
      box-shadow: 0px 0px 0px 20px rgba(0, 0, 0, 0);
    }
  }
  
  .md-radio {
    margin: 8px 0;
  }
  
  .md-radio-inline {
    display: inline-block;
  }
   
  
  input[type="radio"]:checked + label:before {
    border-color: rgb(51, 122, 183);
    animation: ripple 0.2s linear forwards;
  }
  
  input[type="radio"]:checked + label:after {
    transform: scale(1);
  }
  
  .segment_label {
    display: inline-block;
    min-height: 20px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
  }
  
  .segment_label:before,
  .segment_label:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: all 0.3s ease;
    transition-property: transform, border-color;
  }
  
  .segment_label:before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.54);
  }
  
  .segment_label:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    background: rgb(51, 122, 183);
  }
  
  .nav_details {
    bottom: 0px;
    right: 0px;
    z-index: 4;
    width: 100%;
    /*height: 100vh;*/
    background-color: #ced4da;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  
  .header {
    display: inline-flex;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 20px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
  }
  
  .basic_left {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 451px;
    margin: 0 auto;
    padding-bottom: 12px;
    border-right: 3px solid #ced4da;
  }
  
  #bank_left {
    display: none;
  }
  
  #add_left {
    display: none;
  }
  
  #trading_left {
    display: none;
  }
  
  #dp_left {
    display: none;
  }
  
  #other_left {
    display: none;
  }
  
  #nominee_left {
    display: none;
  }
  #nominee_dec,
  #nominee2,
  #nominee3,
  #nomineecheck_select {
    display: none;
  }
  #right_nominee1_div {
    display: none;
  }
  
  #right_nominee2_div {
    display: none;
  }
  
  #right_nominee3_div {
    display: none;
  }
  .btn-next {
    float: right;
    margin-top: 10px;
    height: 40px;
    color: #6c7293;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #799fc0;
    border-radius: 3px 3px 3px 10px;
    outline: none;
    cursor: pointer;
    border-bottom: 3px solid #799fc0;
    border-left: 1px solid #799fc0;
  }
  
  .left {
    float: left;
  }
  
  .text_box {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #0c64a8;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .main_details {
    margin: 10px 20px 0 20px;
    background-color: #fff;
  }
  
  .p-0 {
    padding: 0;
  }
  
  /*.right_header {
      display: inline-flex;
      position: sticky;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100;
      border-bottom: 1px solid #ced4da;
  }
  
  .right_header .nav-link {
      border-right: 1px solid #ced4da;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.5;
      color: #0c64a8;
      padding: 8px 8px;
  }*/
  
  .right_header {
    display: inline-flex;
    /*position: sticky;*/
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px;
    z-index: 100;
    border-bottom: 1px solid #ced4da;
    flex-flow: wrap;
  }
  
  .right_header .nav-link {
    border-right: 1px solid #ced4da;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #0c64a8;
    border-bottom: 1px solid #ced4da;
  }
  
  .right_scroll {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 407px;
    margin: 0 auto;
    padding: 12px;
  }
  
  .row_width {
    width: 100%;
    margin: 0;
  }
  
  .approve-item {
    margin-bottom: 20px;
  }
  
  .approve_label {
    display: inline-block;
    min-height: 20px;
    position: relative;
    padding: 0 22px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
    font-size: 13px;
  }
  
  .approve_label:before,
  .approve_label:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: all 0.3s ease;
    transition-property: transform, border-color;
  }
  
  .approve_label:before {
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 2px solid rgba(0, 0, 0, 0.54);
  }
  
  .approve_label:after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    transform: scale(0);
    background: rgb(51, 122, 183);
  }
  
  #verify_details {
    display: none;
  }
  
  #right_add_div {
    display: none;
  }
  
  #right_sign_div {
    display: none;
  }
  
  #right_cheque_div,
  #right_cheque_div2,
  #right_cheque_div3 {
    display: none;
  }
  #logout {
    display: block;
  }
  #right_client_div {
    display: none;
  }
  
  #right_other_div {
    display: none;
  }
  
  #iframe_div {
    height: 100%;
  }
  
  #iframe_div iframe {
    width: 100% !important;
    margin-top: 12px;
    border: none;
  }
  
  iframe img {
    width: 100%;
  }
  
  .upload_img img {
    height: 275px;
    margin-top: 0.25em;
    margin-left: 1.25em;
    cursor: zoom-in;
    border: 1px solid #e9e4e4;
  }
  
  .zoomin-zoomout {
    display: flex;
  }
  
  .zoomin-zoomout button:nth-child(2) {
    height: 30px;
    width: 30px;
    border-radius: 14px;
    vertical-align: revert;
    bottom: -13px;
    position: relative;
    outline: 0;
  }
  .zoomin-zoomout button:nth-child(3) {
    height: 30px;
    width: 30px;
    border-radius: 14px;
    vertical-align: revert;
    bottom: -13px;
    position: relative;
    outline: 0;
  }
  .remark {
    font-size: 12px;
  }
  
  .flex-rw {
    display: inline-flex;
    padding: 4px 10px;
  }
  
  .footer-bottom-section {
    width: 100%;
  }
  
  .footer-bottom-section > div:first-child {
    margin-right: auto;
  }
  
  .footer-bottom-wrapper {
    font-size: 14px;
    color: #000;
  }
  
  .btn-footer {
    background-color: white;
    border: 1px solid;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
  }
  
  #loginotp {
    display: none;
  }
  
  #loginotpup {
    display: none;
  }
  
  /*#login
  {
    display: none;
  }
  */
  
  .card_header {
    padding: 2px 6px;
    position: relative;
    background: #06517c;
    width: 100%;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 2px solid rgba(44, 103, 167, 0.5);
    border-top: 1px solid rgba(44, 103, 167, 0.8);
  }
  
  .card_header h1 {
    font-size: 26px;
  }
  
  .card-div {
    padding: 12px;
  }
  
  .card-image {
    border: 5px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .card-detail h2 {
    color: #515355;
    float: left;
    margin: 0 5px 15px 0;
    font-weight: normal;
    padding: 0 0 8px 0;
    width: 450px;
  }
  
  .card_table {
    border: none;
  }
  
  .card_table tr {
    vertical-align: baseline;
  }
  
  .card_table tr td:first-child {
    white-space: nowrap;
  }
  
  .card_table tr td:nth-child(1){
    text-transform:capitalize;
  }
  .card_table tr td:nth-child(3){
    text-align: left;
  }
  .mt-21 {
    margin-top: 21px;
  }
  
  .mt-42 {
    margin-top: 42px;
  }
  
  .mr-10 {
    margin-right: 10px;
  }
  
  .mt-5rem {
    margin-top: 6rem;
  }
  
  .mt-65 {
    margin-top: 70px;
  }
  .mt-9 {
    margin-top: 9em;
  }
  
  @media (max-width: 568px) {
    .mt-65 {
      margin-top: 0;
    }
    .header-image img {
      width: 50%;
    }
    .header-image .head_img {
      width: 50%;
    }
  }
  
  .se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/static/{{company_name}}/images/loader-64x/loader.gif) center
      no-repeat #fff;
  }
  
  .edit_emaildiv .otp-msg {
    padding: 15px;
  }
  
  #signup-page {
    background-color: #fff;
    margin-bottom: 15px;
  }
  
  .signup_emaildiv {
    background: #fff;
    padding: 1.5em;
    text-align: left;
  }
  
  .signup_emaildiv h5 {
    font-size: 1.7rem;
    color: #424242;
    font-weight: 500;
  }
  
  .signup_emaildiv h5 span {
    color: #06517c;
  }
  
  @media (max-width: 568px) {
    .signup_emaildiv {
      width: 100%;
    }
  }
  
  .signup_emaildiv img {
    width: 50%;
  }
  
  .signup_emaildiv p {
    padding: 5px 0;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
  }
  
  #signup_doc1 p {
    padding: 0;
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 14px;
    margin-top: 10px;
  }
  
  /*#signup_doc1 input
  {
    margin-top: 49px;
  }*/
  
  .signup_emaildiv .email_div {
    margin: 10px 0;
  }
  
  .signup_emaildiv .resend_p {
    font-weight: 400;
    color: #8a8686;
    font-size: 13px;
  }
  
  .otp-msg {
    padding: 7px 0;
    color: #666;
    font-size: 14px;
  }
  .otp-msg i{ 
    color: #666;
    font-size: 14px;
  }
  
  .form-control {
    font-size: 14px;
  }
  
  .password {
    width: 65%;
    border: none;
    background-color: rgb(232, 240, 254);
    margin-top: 12px;
  }
  
  input:focus,
  input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  textarea:focus,
  .focus_menu {
    background-color: rgb(232, 240, 254);
  }
  
  .w-34 {
    width: 26%;
  }
  
  .w-60 {
    width: 60%;
  }
  
  .pd-13 {
    padding-right: 13px;
  }
  
  #signup_rmlogin {
    display: none;
  }
  #signup_otpdiv,
  #signup_rmotpdiv {
    display: none;
  }
  
  #signup_rmotp,
  #signup_rmresend {
    display: none;
  }
  
  #signup_otp {
    display: none;
  }
  
  #signup_resend {
    display: none;
  }
  
  .sign_btn {
    display: inline-flex;
    /*float: right;*/
    margin-top: 10px;
  }
  
  .detail_btn {
    display: inline-flex;
    margin-top: 10px;
  }
  
  .detail_btn button {
    border-radius: 0px;
    padding: 6px 22px;
    margin-left: 7px;
  }
  
  .sign_btn button {
    border-radius: 0px;
    padding: 6px 22px;
    /*margin-left: 7px;*/
  }
  
  #signup_per_details {
    display: none;
  }
  
  .check_padding {
    padding: 6px 0px 6px 20px;
  }
  
  #all_details,
  #img_upload_div {
    display: none;
  }
  
  #all_details img {
    width: 100%;
  }
  
  .plr-35 {
    padding: 0 35px;
  }
  
  .pan_div {
    /* background: #fff; */
    width: 25%;
    height: auto;
    padding: 1.5em;
  }
  .pan_div1 {
    background: #fff;
    width: 25%;
    height: auto;
    padding: 1.5em;
  }
  @media only screen and (max-width: 700px) {
    .pan_div1 {
      width: 50%;
    }
  }
  
  .pan_div img {
    width: 100%;
  }
  
  .pan_div h6 {
    padding: 0 0 12px 0;
  }
  
  .pan_div h4 {
    padding: 12px;
  }
  
  .confirm_msg {
    width: 20%;
    height: auto;
    padding: 1.5em;
    color: #c2c2c2;
  }
  
  .confirm_msg img {
    width: 80px;
    height: 80px;
  }
  
  .confirm_msg p {
    color: #fff;
    font-size: 22px;
    margin-top: 0.5em;
  }
  
  .confirm_msg span {
    color: #fff;
    font-size: 14px;
    padding-bottom: 12px;
  }
  
  @media (max-width: 568px) {
    .pan_div {
      width: 100%;
    }
    .confirm_msg {
      width: 100%;
    }
  }
  
  #signup_equity_div {
    display: none;
  }
  
  #signup_aadhar {
    display: none;
  }
  
  #signup_doc1 {
    display: none;
  }
  
  .select {
    margin-top: 10px;
    width: 100%;
    height: 35px;
    color: #6c7293;
    background: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #799fc0;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0px 31px 0px 5px;
    overflow: hidden;
  }
  
  .error_msg {
    color: red;
    font-weight: 500;
    font-size: 11px;
    display: block;
  }
  .error_date,.invalid-feedback {
    color: red;
    font-weight: 500;
    font-size: 11px;
  }

  .error_green_msg {
    color: green;
    font-weight: 500;
    font-size: 12px;
  }
  .error_msgotp {
    color: green;
    font-weight: 500;
    font-size: 12px;
  }
  
  .add_error {
    color: red;
    font-weight: 500;
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
  }
  
  .com_txt {
    color: #06517c;
    font-weight: 500;
  }
  
  .w-17 {
    width: 17px;
  }
  
  #add_req {
    display: none;
  }
  
  #email_req {
    display: none;
  }
  
  #phone_req {
    display: none;
  }
  
  #bank_req {
    display: none;
  }
  
  .equity_como p {
    font-size: 12px;
    padding: 7px 0;
  }
  
  #comodity_div {
    display: none;
  }
  
  #signup_equity_proceed {
    display: none;
  }
  
  .equi_como_btn {
    width: auto;
    font-weight: 600;
    text-align: center;
    padding: 3px 7px;
    color: #000;
    border-radius: 3px;
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0);
    background: #fff;
    border: none;
    font-size: 12px;
    margin-bottom: 10px;
  }
  
  .equi_como_btn:hover {
    margin-top: -2px;
    margin-left: 0px;
    box-shadow: 1px 4px 6px 0px rgba(0, 0, 0, 0.25);
  }
  
  .ml_5 {
    margin-left: 5px;
  }
  
  .brokrage_head {
    width: 100%;
    background: #06517c;
    text-align: left;
    color: #fff;
    padding: 4px 9px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  
  .brokrage_head h2 {
    font-size: 26px;
  }
  
  /* .brokrage {
    background: #fff;
    width: 30%;
    height: auto;
    padding: 1rem 1.5rem;
    text-align: left;
    padding-top: 4rem;
  } */
  
  
  .brokrage_tradesapp {
    background: #fff;
    width: 80%;
    height: auto;
    padding: 0.5rem 1.5rem;
    text-align: left;
    padding-top: 3.5rem;
  }
  
  @media (max-width: 568px) {
    .brokrage {
      width: 100%;
    }
    .brokrage_tradesapp {
      width: 100%;
    }
  }
  
  .brokrage_jm {
    background: #fff;
    width: 80%;
    height: auto;
    padding: 0.5rem 1.5rem;
    text-align: left;
    padding-top: 3.5rem;
  }
  
  @media (max-width: 568px) {
    .brokrage {
      width: 100%;
    }
    .brokrage_jm {
      width: 100%;
    }
  }
  
  .brokrage_comodity {
    background: #fff;
    width: 60%;
    height: auto;
    padding: 1rem 1.5rem;
    text-align: left;
    padding-top: 4rem;
    margin-top: 7rem;
  }
  
  @media (max-width: 568px) {
    .brokrage_comodity {
      width: 100%;
    }
  }
  
  .p_5 {
    padding: 0 5px;
  }
  
  .plan_head {
    width: 100%;
    background: #06517c;
    text-align: center;
    color: #fff;
    padding: 1px;
    margin: 5px 0;
  }
  
  .plan_head h3 {
    font-size: 18px;
    margin: auto;
    padding: 5px 3px;
  }
  
  .card {
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 5px;
  }
  
  .card-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  
  .card-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
  
  .card-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }
  
  .card p {
    margin-bottom: 13px;
  }
  
  .left_side {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
  }
  
  .right_side {
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    color: orange;
    padding: 0;
  }
  
  .select_btn {
    margin-bottom: 5px;
  }
  
  .close_plan {
    position: absolute;
    right: 2px;
    top: -5px;
    color: #fff;
    font-size: 35px;
  }
  .depository_acc_detail .close_plan {
    color: #000;
  }
  
  .close_plan:hover,
  .close_plan:focus {
    color: #000;
    cursor: pointer;
  }
  
  .plan_div {
    display: inline-block;
  }
  
  .plan_div b {
    color: orange;
    margin: 0 6px;
  }
  
  .edit {
    border-radius: 50em;
    background: #fff;
    padding: 0 19px;
    border: solid 2px transparent;
    background-image: linear-gradient(
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0)
      ),
      linear-gradient(325deg, #5b467e 0, #3365a7 50%, #47cca6 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
  }
  .edit:hover {
    background: var(--primary);
    color: #fff;
    box-shadow: none;
  }
  
  /*#plan_div
  {
    display: none;
  }*/
  
  .form-left {
    background: var(--primary);
    color: #fff;
    padding: 2em 2em 2em 2em;
  }
  
  .form-right {
    padding: 2em 2em 2em 2em;
  }
  
  .form-left h2 {
    padding: 15px 70px 10px 70px;
  }
  
  .form-left h4 {
    color: #fff;
    font-size: 19px;
    padding-top: 50px;
  }
  /* 
  .form-left h6 {
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    margin-top: -13px;
  } */
  
  .form-left .fa {
    font-size: 5px;
    display: block;
    padding-top: 7px;
  }
  
  .divider {
    width: 98%;
    height: 1px;
    background: #fff;
  }
  
  .divider_blue {
    width: 98%;
    height: 1px;
    background: #0067ab;
  }
  
  .blue {
    color: #0067ab;
  }
  
  .form-left h5 {
    padding: 20px 0 15px 0;
    font-size: 16px;
  }
  
  #count_otp {
    display: none;
  }
  
  #count_emailotp {
    display: none;
  }
  
  .signup_emaildiv .digi_text {
    font-weight: 400;
    font-size: 1rem;
  }
  
  .p-12 {
    padding: 12px 0;
  }
  
  /* Chrome, Safari, Edge, Opera */
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  
  input[type="number"] {
    -moz-appearance: textfield;
  }
  
  .success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
  }
  
  .success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #06517c;
  }
  
  .success-checkmark .check-icon::before,
  .success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #ffffff;
    transform: rotate(-45deg);
  }
  
  .success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
  }
  
  .success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
  }
  
  .success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
  }
  
  .success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #06517c;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
  }
  
  .success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
  }
  
  .success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(44, 103, 167, 0.5);
  }
  
  .success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #ffffff;
  }
  
  @keyframes rotate-circle {
    0% {
      transform: rotate(-45deg);
    }
    5% {
      transform: rotate(-45deg);
    }
    12% {
      transform: rotate(-405deg);
    }
    100% {
      transform: rotate(-405deg);
    }
  }
  
  @keyframes icon-line-tip {
    0% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    54% {
      width: 0;
      left: 1px;
      top: 19px;
    }
    70% {
      width: 50px;
      left: -8px;
      top: 37px;
    }
    84% {
      width: 17px;
      left: 21px;
      top: 48px;
    }
    100% {
      width: 25px;
      left: 14px;
      top: 45px;
    }
  }
  
  @keyframes icon-line-long {
    0% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    65% {
      width: 0;
      right: 46px;
      top: 54px;
    }
    84% {
      width: 55px;
      right: 0px;
      top: 35px;
    }
    100% {
      width: 47px;
      right: 8px;
      top: 38px;
    }
  }
  
  #upload_pan {
    display: none;
  }
  
  #upload_financial {
    display: none;
  }
  
  #upload_sign {
    display: none;
  }
  
  #upload_clientimage {
    display: none;
  }
  
  #upload_bank,
  #upload_bank2,
  #upload_bank3 {
    display: none;
  }
  
  .pointer-event {
    pointer-events: none;
  }
  
  #income_proof {
    display: none;
  }
  
  #bank_proof {
    display: none;
  }
  
  #sign_upload {
    display: none;
  }
  
  #pancard_upload {
    display: none;
  }
  
  #clientimg_upload {
    display: none;
  }
  
  #non-comodity {
    display: none;
  }
  
  #comodity {
    display: none;
  }
  
  #spouse_div {
    display: none;
  }
  
  #financial_pass {
    display: none;
  }
  
  #bankproof_pass,
  #bankproof_pass2,
  #bankproof_pass3 {
    display: none;
  }
  
  #signup_off_on {
    display: none;
  }
  
  .note {
    font-size: 11px;
    color: grey;
  }
  
  .panhead {
    color: grey;
    margin-bottom: 0;
  }
  
  .mt-15 {
    margin-top: 15px;
  }
  
  .white {
    color: #fff;
  }
  
  .pl-15 {
    padding-left: 15px;
  }
  
  .pr-0 {
    padding-right: 0;
  }
  
  .upload_head {
    text-align: center;
    margin-bottom: 10px;
    text-decoration: underline;
  }
  
  /*== start of code for tooltips ==*/
  
  .tool {
    color: #06517c;
    text-decoration: underline;
    pointer-events: all;
  }
  
  .popover {
    max-width: 27%;
    font-size: 10px;
  }
  
  @media (max-width: 760px) {
    .popover {
      max-width: 80%;
    }
    .w-34 {
      width: 100%;
    }
  }
  
  .pricing-features {
    margin-top: 2rem;
  }
  
  .pricing-features .feature {
    margin: 1rem 0;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    display: flow-root;
  }
  
  .pricing-features .feature span {
    display: inline-block;
    float: right;
    width: 60%;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    color: orange;
    padding: 0;
  }
  
  #signuppan,
  #signupclientimg,
  #pancard {
    display: none;
  }
  
  #video {
    border: 1px solid black;
    width: 320px;
    height: 240px;
  }
  
  #photo {
    border: 1px solid black;
    width: 320px;
    height: 240px;
  }
  
  #canvas {
    display: none;
  }
  
  .camera {
    width: 340px;
    display: inline-block;
  }
  
  .output {
    width: 340px;
    display: inline-block;
  }
  
  #startbutton {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    bottom: 36px;
    padding: 5px;
    background-color: #6a67ce;
    border: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
  }
  
  .contentarea {
    font-size: 16px;
    font-family: Arial;
    text-align: center;
  }
  
  #right_fin_div {
    display: none;
  }
  
  .error_label {
    display: inline-flex;
  }
  
  .error_label p {
    margin: 0;
    margin-left: 10px;
    padding-top: 2px;
  }
  
  .change_icon {
    color: #0056b3;
    padding-left: 10px;
    font-weight: 500;
  }
  
  .change_bankicon {
    color: #0056b3;
    padding-left: 10px;
    font-weight: 500;
    font-size: 1rem;
  }
  
  #emailotp,
  #phoneotp {
    padding: 0 0 0 12px;
    align-self: center;
  }
  
  .p-6 {
    padding: 6px;
  }
  
  #previous_details,
  #previous_segment,
  #previous_bank {
    float: left;
  }
  
  .fs-12 {
    font-size: 12px;
  }
  
  .row_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-left: 15px;
  }
  
  #notification {
    display: none;
  }
  
  #notification .pan_notification {
    height: 57px;
    border-left: solid 18px #ff0404;
    border-radius: 0px;
    background: #fff;
    width: 295px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    text-align: center;
    font-size: 17px;
    position: fixed;
    right: 6px;
    top: 10%;
    color: #ff0404;
    /*font-family: "Roboto", helvetica, arial, sans-serif;*/
    z-index: 999999;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15) !important;
  }
  
  .select_disable {
    -webkit-appearance: none;
  }
  
  .signup_emaildiv .capture_div {
    width: 240px;
    height: 240px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
  }
  
  .overlay-bg , .overlay-bg-meon {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.7;
    z-index: 99999;
    text-align: center;
    color: #fff;
  }
  
  .loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid var(--primary);
    border-bottom: 5px solid var(--secondary);
    border-left: 5px solid var(--tertiary);
    border-right: 5px solid var(--quaternary_color);
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
    margin: auto;
    margin-top: 17em;
  }
  .loaders {
    /* border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #ffc107;
    border-bottom: 5px solid #c8060d;
    border-left: 5px solid #c8060d;
    border-right: 5px solid #28a745;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
    margin: auto; */
    margin-top: 17em;
  }
  .overlay-bg img , .overlay-bg-meon img {
    width: 61px;
    height: 61px;
    position: relative;
    top: -65px;
    border-radius: 50%;
  }
  /* Safari */
  
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  * {
    box-sizing: border-box;
  }
  
  .button {
    margin: auto;
    padding: 0.25em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .button_custom {
    overflow: hidden;
    color: var(--primary);
    border-color: var(--primary);
  }
  .button_border_thick {
    border: 3px solid;
  }
  .button_text_thick {
    font-weight: 600;
  }
  
  .button_custom::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    color: #fff;
    padding-top: 0.25em;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .button_custom::before,
  .button_custom > span {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
  .button_custom:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .feedback {
    background-color: var(--primary);
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    border-color: var(--primary);
  }
  #mybutton {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #fff;
    padding: 0.5em;
    width: 300px;
    border-radius: 5px;
  }
  
  #count_email,
  #count_phone,
  #count_reotp,
  #count_main {
    display: none;
  }
  
  #resend_email,
  #resend_phone {
    display: none;
    cursor: pointer;
    color: blue;
    font-weight: 700;
    padding: 15px;
  }
  
  #resend_otp,
  #resendotp {
    display: none;
  }
  
  .nav_image {
    cursor: pointer;
  }
  
  .reset {
    font-size: 12px;
    text-align: right;
    display: block;
  }
  
  .reset a {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .reset a:hover {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
  }
  
  #logout_rm {
    margin-left: auto;
  }
  #logout_diy {
    margin-left: auto;
    display: flex;
    margin-top: -52px;
    margin-bottom: 1em;
  }
  sup {
    color: red;
    font-size: 12px;
    top: -0.2em;
  }
  .remove_txt {
    color: red;
    cursor: pointer;
    font-weight: 600;
  }
  
  .success_page {
    background-color: hsl(0deg 0% 97%);
  }
  .success_text {
    display: inline-flex;
    justify-content: center;
    text-align: center;
  }
  .success_text img {
    width: 67px;
    height: 67px;
  }
  .success_text h1 {
    font-weight: 500;
    font-size: 3em;
    color: #01b200;
  }
  .success_h2 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
  }
  .success_p {
    font-size: 1.5em;
  }
  .success_h5 {
    padding: 1.25em;
  }
  .success_warning {
    font-size: 1.1em;
    color: #aeaeae;
  }
  #success_div {
    display: none;
  }
  
  .invalid_text h1 {
    font-weight: 800;
    font-size: 8em;
    color: #2c67a7;
    text-align: center;
  }
  
  .timeout_text img {
    width: 70%;
  }
  
  #successs h5 {
    font-size: 23px;
    text-align: justify;
    margin-bottom: 25px;
    line-height: 2.5em;
  }
  
  .nav_details {
    position: unset !important;
  }
  
  .form-control[readonly] {
    background-color: transparent;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  
  /* Add Zoom Animation */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
    /*border: 5px solid #9AD3DE;*/ /*
      box-shadow: 0px 1px 1px rgba(000,000,000,0.5),inset 1px 2px 0px rgba(255,255,255,0.4);*/
  }
  
  @-webkit-keyframes animatezoom {
    from {
      -webkit-transform: scale(0);
    }
    to {
      -webkit-transform: scale(1);
    }
  }
  
  @keyframes animatezoom {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }
  #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  #myImg:hover {
    opacity: 0.7;
  }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 8rem; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: transparent; /* Fallback color */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 75%;
    cursor: zoom-out;
    /*max-width: 75%;*/
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content,
  #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  .out {
    animation-name: zoom-out;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1);
    }
    to {
      -webkit-transform: scale(2);
    }
  }
  
  @keyframes zoom {
    from {
      transform: scale(0.4);
    }
    to {
      transform: scale(1);
    }
  }
  
  @keyframes zoom-out {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(0);
    }
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #000;
    font-size: 2em;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px) {
    .modal-content {
      width: 100%;
    }
  }
  
  #equity_brokrage {
    padding-top: 44px;
  }
  .nav_head {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
  }
  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 4.5rem;
    }
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }
  
  .navbar-nav .nav-link {
    font-size: 22px;
  }
  
  .nav-img img {
    width: 160px;
  }
  
  .input-group .input-group-addon {
    padding: 0;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
  }
  
  .input-group input {
    width: 100%;
    margin-bottom: 0;
    outline: none;
    border: none;
  }
  
  .input-group-addon.prefix {
    border-radius: 4px 0px 0px 4px;
    border-right: 0;
  }
  .input-group {
    display: table;
  }
  
  #bank_loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.9;
    z-index: 9999;
    text-align: center;
    color: #fff;
  }
  
  #bank_loader .loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #475927;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
    margin: auto;
    margin-top: 14em;
  }
  
  .loader_txt {
    margin: auto;
    margin-top: 17em;
    color: #c2c2c2;
  }
  
  .confirm_btn {
    justify-content: center;
    align-items: center;
    padding: 7px 30px;
    background-color: #ff6f41;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .confirm_btn:hover {
    color: #fff;
    background-color: #ff6f41;
    transition: 0.3s all ease;
  }
  
  #minor_detail1,
  #minor_detail2,
  #minor_detail3 {
    padding-top: 5em;
  }
  
  @media only screen and (max-width: 700px) {
    #minor_detail1,
    #minor_detail2,
    #minor_detail3 {
      padding-top: 0;
    }
  }
  
  .astric {
    color: #ff0707;
    font-size: 11px;
  }
  
  #esign_loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.9;
    z-index: 9999;
    text-align: center;
    color: #fff;
  }
  
  .loader_txt1 {
    margin: auto;
    margin-top: 17em;
    color: #c2c2c2;
  }
  
  #kyc-details {
    display: none;
  }
  
  /* ########## utility classes ##############  */
  
  .one {
    margin-top: 0px;
  }
  .text_dark {
    color: rgba(89, 87, 87, 0.89);
  }
  .r_content {
    font-weight: 700;
    text-align: right;
  }
  
  .h2_2nd {
    text-align: right;
    width: inherit;
    font-weight: 400;
  }
  .hori {
    height: 2px;
    width: 30%;
    margin-left: 22rem;
    background-color: rgba(89, 87, 87, 0.89);
  }
  /* hr {
    display: inline-block;
  } */
  
  /* ########## Top section styling ###########  */
  .top_section {
    background-color: rgb(248, 249, 249);
  }
  
  /* ############ Top left styling ######## */
  .top_left {
    background: #1a5dba;
    color: rgba(255, 255, 255, 0.97);
    padding: 2em 2em 2em 2em;
    border-radius: 250px 0px 0px 250px;
    margin-top: 2.5rem;
  }
  .top_left_content {
    padding: 0 6rem;
    text-align: right;
  }
  
  .top_left_content p {
    font-size: 1.2rem;
    text-align: right;
    font-weight: 400;
    margin: 0 0 1rem 6rem;
  }
  /* ############# top right styling ##############  */
  .right {
    background-color: #555;
    border-radius: 40px;
    margin-left: -4rem;
    box-shadow: 5px 1px 20px #aaa;
  }
  .right_top {
    width: 100%;
    background-color: #fff;
    padding: 0em 2em 0 2em;
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .right_top h2 {
    position: relative;
    top: -110px;
  }
  .right_toplabel,
  #mobile {
    position: relative;
    top: 2rem;
  }
  .right_top .ekyc_h2dark {
    font-size: 3.5rem;
    font-weight: 350;
  }
  .right_top .ekyc_h2 {
    font-size: 3.5rem;
    font-weight: 700;
  }
  .mobile_l {
    font-size: 1.6rem;
    font-weight: 600;
    width: 100%;
    color: #5a4d4d;
    padding-left: 1.5em;
    top: -60px;
  }
  .mob {
    color: red;
  }
  .sel {
    font-size: 20px;
    margin-left: -102px;
    font-weight: bold;
    margin-top: -60px;
  }
  .right .right_top .mobile_l {
    font-size: 1.6rem;
    font-weight: 600;
    width: 100%;
    color: #5a4d4d;
    padding-left: 1.5em;
    margin: 2rem 0 0 0;
  }
  
  .right_top input {
    height: 2.6rem;
    border: 2px solid var(--primary);
    border-radius: 10px;
    font-size: 1.3rem;
    padding: 0px 55px 0px 13px;
    margin-top: -190px;
    margin-left: 11px;
  }
  
  .right_top .reg_button {
    width: 60%;
    background-color: var(--primary);
    border: var(--primary);
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    text-decoration: none;
    padding: 5px 0px;
    border-radius: 25px;
  }
  
  .ekyc:after {
    content: "eKYC";
    position: relative;
    font-weight: 600;
    color: #80808017;
    font-size: 8rem;
    top: -60px;
    left: -80px;
  }
  .right .right_botton {
    width: 100%;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
  }
  
  .right .right_botton .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
  }
  .para {
    font-size: 10px;
    margin-top: 1px;
    margin-bottom: 15px;
  }
  
  /* ############ container_2 styling ##############  */
  .container_2 {
    margin-top: 4rem;
  }
  .row_2,
  .row_3 {
    margin-top: 6rem;
  }
  .box {
    padding: 2em;
  }
  .box img {
    width: 100%;
    padding: 1rem;
    border-radius: 25px;
  }
  .text_l {
    font-weight: 700;
    margin: 0;
  }
  /* ########## middle section styling ###########  */
  
  .middle_section {
    background-color: #fff;
  }
  .section_2 {
    margin: 8rem 8rem;
  }
  .hdao h2 {
    font-size: 3rem;
    font-weight: 700;
  }
  .hdao p {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .hdao a {
    display: inline-block;
    background-color: var(--primary);
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 0.4em 1.5em;
    border-radius: 25px;
    margin-top: 2rem;
  }
  .video_box {
    height: 500px;
  }
  
  .video_box .vedio {
    width: 100%;
    height: 75%;
    border-radius: 50px;
    background-color: #c2c6c84f;
  }
  /* ########## bottom section styling ###########  */
  .bottom_sectio {
  }
  
  .section_3 {
    padding: 10rem;
  }
  .inst_heading p {
    font-size: 1.7rem;
  }
  .inst_heading hr {
    margin-top: 2rem;
  }
  .instructions ul li {
    font-size: 1.2rem;
  }
  .instructions ul {
    margin: 0;
    padding: 0 0px 0 12px;
  }
  
  .instructions ul li::before {
    content: "\2011";
    color: var(--primary);
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
  }
  .inst_bottom ul li,
  .inst_bottom p {
    font-size: 1.8rem;
  }
  .process_imgbox img {
    width: 100%;
    padding: 0;
  }
  .lab1 {
    font-weight: bold;
  }
  
  /* ########### list styling ########  */
  /* ul {
    list-style: none;
  } */
  
  /* ########## media Queries ###########  */
  @media (max-width: 500px) {
    html {
      font-size: 50%;
    }
  
    .ekyc:after {
      top: -30px;
      left: -80px;
    }
    .right_top h2 {
      margin-top: 30px;
    }
    .lab1 {
      margin-top: 40px;
    }
    .top_left {
      border-radius: 40px 40px 0px 0px;
    }
    .top_left_content p {
      font-size: 1.6rem;
    }
    .box img {
      width: 50%;
      margin: 0 auto;
    }
    .right {
      height: 60rem;
      background-color: #555;
      border-radius: 0px;
      margin-left: 0rem;
      box-shadow: 5px 1px 20px #aaa;
    }
    .right_top {
      border-radius: 0px 0px 40px 40px;
    }
    .row_2 h1,
    p,
    .row_3 h1,
    p {
      text-align: center;
    }
    .hdao p {
      text-align: left;
    }
    .top_left_content .h1_size {
      font-size: 4rem;
    }
    .right_top input {
      height: 2.6rem;
      border: 2px solid var(--primary);
      border-radius: 10px;
      font-size: 1.2rem;
      padding: 0px 55px 0px 35px;
      margin-top: -190px;
      margin-left: 5px;
    }
    .right_top .reg_button {
      width: 60%;
      background-color: var(--primary);
      border: var(--primary);
      color: #fff;
      font-weight: 700;
      font-size: 1.5rem;
      text-decoration: none;
      padding: 5px 0px;
      border-radius: 25px;
    }
  }
  
  @media (min-width: 501px) and (max-width: 768px) {
    .box img {
      width: 50%;
      margin: 0 auto;
    }
    .right {
      margin-left: 0rem;
    }
    .top_left_content p {
      font-size: 1rem;
      margin: 0rem 0rem 1rem 3rem;
    }
    .right_top input {
      height: 2.6rem;
      border: 2px solid var(--primary);
      border-radius: 10px;
      font-size: 17px;
      padding: 0px 65px 0px 25px;
      margin-top: -190px;
      margin-left: 5px;
    }
  }
  
  @media (min-width: 1025px) and (max-width: 1200px) {
    .top_left_content p {
      font-size: 1.2rem;
      padding: 0px;
      margin-bottom: 26px;
    }
    .ekyc:after {
      content: "eKYC";
      position: relative;
      font-weight: 600;
      color: #80808017;
      font-size: 8rem;
      top: -60px;
      left: -60px;
    }
  }
  @media (min-width: 768px) and (max-width: 1025) {
    .ekyc:after {
      content: "eKYC";
      position: relative;
      font-weight: 600;
      color: #80808017;
      font-size: 8rem;
      top: -60px;
      left: -60px;
    }
    .top_left_content p {
      font-size: 1.2rem;
      padding: 0px;
      margin-bottom: 26px;
    }
  }
  @media (max-width: 576px) {
    .sel {
      margin-left: -300px;
      font-weight: bold;
      margin-top: -60px;
    }
    .one {
      padding-left: 0px;
    }
    .top_left_content p {
      font-size: 1.3rem;
      text-align: right;
      font-weight: 400;
      margin: 0 0 1rem 1rem;
    }
    .right_top input {
      height: 4rem;
      border: 2px solid var(--primary);
      border-radius: 10px;
      font-size: 1.2rem;
      padding: 0px 75px 0px 35px;
      margin-top: -190px;
      margin-left: 5px;
    }
  }
  @media (max-width: 552px) {
    .top_left_content p {
      font-size: 13px;
      text-align: right;
      font-weight: 400;
      margin: 0 0 1rem 1rem;
      padding: 0 0rem;
    }
  }
  @media (max-width: 499px) {
    .top_left_content p {
      font-size: 13px;
      text-align: right;
      font-weight: 400;
      margin: 0 0 1rem 1rem;
      padding: 0 0rem;
    }
    .right_top input {
      height: 4rem;
      border: 2px solid var(--primary);
      border-radius: 10px;
      font-size: 1.5rem;
      padding: 0px 75px 0px 35px;
      margin-top: -190px;
      margin-left: 5px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .top_left {
      background: #1a5dba;
      color: rgba(255, 255, 255, 0.97);
      padding: 2em 2em 2em 2em;
      border-radius: 250px 0px 0px 250px;
      margin-top: 2.5rem;
    }
    .right {
      margin-left: 0rem;
    }
  
    .top_left_content {
      padding: 16px 2px 10px 1px;
    }
    .sel {
      margin-left: -300px;
      font-weight: bold;
      margin-top: -60px;
    }
    .one {
      padding-left: 0px;
    }
    .top_left_content p {
      font-size: 13px;
      text-align: right;
      font-weight: 400;
      margin: 0 0 1rem 0.5rem;
      padding-bottom: 10px;
    }
    .right_top input {
      height: 2.6rem;
      border: 2px solid var(--primary);
      border-radius: 10px;
      font-size: 1rem;
      padding: 0px 10px 0px 27px;
      margin-top: -190px;
      margin-left: 5px;
    }
  }
  @media (min-width: 576px) and (max-width: 768px) {
    .sel {
      margin-left: -300px;
      font-weight: bold;
      margin-top: -60px;
    }
    .one {
      padding-left: 0px;
    }
    .top_left_content p {
      font-size: 13px;
      text-align: right;
      font-weight: 400;
      margin: 0 0 1rem 1rem;
      padding: 0 0rem;
    }
    .right_top input {
      height: 2.6rem;
      border: 2px solid var(--primary);
      border-radius: 10px;
      font-size: 17px;
      padding: 0px 58px 0px 35px;
      margin-top: -190px;
      margin-left: 5px;
    }
  }
  
  .box_padding_l {
    align-self: center;
  }
  
  #edit_newmob,
  #edit_newemail,
  #account_num {
    -webkit-text-security: disc;
  }
  
  #banks {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  #banks .col-sm-6 .per-item:first-of-type .radio:first-of-type {
    display: none;
  }
  #banks .col-sm-6 .per-item:first-of-type > label:first-of-type {
    display: none;
  }
  
  #document_div .per-item {
    margin: 0;
  }
  
  #banks span {
    color: #a9a5a5;
  }
  
  #banks .per-item {
    margin: 0;
    border-right: 2px solid #e2e2e2;
  }
  
  .upload_btn {
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    border-radius: 4px;
    border: 1px solid var(--primary);
    line-height: 1.2;
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .upload_btn:hover {
    color: #fff;
    background-color: #0066af;
    transition: 0.3s all ease;
  }
  .cancel_btn {
    justify-content: center;
    align-items: center;
    padding: 7px 30px;
    background-color: #5f5f5f;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .cancel_btn:hover {
    color: #fff;
    background-color: #5f5f5f;
    transition: 0.3s all ease;
  }
  .confirm_btn {
    justify-content: center;
    align-items: center;
    padding: 7px 30px;
    background-color: #ff6f41;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .confirm_btn:hover {
    color: #fff;
    background-color: #ff6f41;
    transition: 0.3s all ease;
  }
  .signup_div {
    background: #fff;
    padding: 1.5em;
    text-align: left;
    border-radius: 10px;
    width: 40%;
    margin: auto;
  }
  
  @media (max-width: 1680px) {
    .signup_div {
      width: 50%;
    }
  }
  
  @media (max-width: 1600px) {
    .signup_div {
      width: 50%;
    }
  }
  
  @media (max-width: 1440px) {
    .signup_div {
      width: 50%;
    }
  }
  
  @media (max-width: 1366px) {
    .signup_div {
      width: 50%;
    }
  }
  
  @media (max-width: 1080px) {
    .signup_div {
      width: 60%;
    }
  }
  
  @media (max-width: 1024px) {
    .signup_div {
      width: 80%;
    }
  }
  
  @media (max-width: 900px) {
    .signup_div {
      width: 80%;
    }
  }
  
  @media (max-width: 800px) {
    .signup_div {
      width: 100%;
    }
  }
  
  @media (max-width: 736px) {
    .signup_div {
      width: 100%;
    }
  }
  
  @media (max-width: 640px) {
    .signup_div {
      width: 100%;
    }
  }
  
  @media (max-width: 600px) {
    .signup_div {
      width: 100%;
    }
  }
  
  @media (max-width: 568px) {
    .signup_div {
      width: 100%;
    }
  }
  
  @media (max-width: 480px) {
    .signup_div {
      width: 100%;
    }
  }
  
  @media (max-width: 440px) {
    .signup_div {
      width: 100%;
    }
  }
  
  @media (max-width: 414px) {
    .signup_div {
      width: 100%;
    }
  }
  
  @media (max-width: 375px) {
    .signup_div {
      width: 100%;
    }
  }
  
  @media (max-width: 320px) {
    .signup_div {
      width: 100%;
    }
  }
  
  .signup_div h5 {
    color: #0078be;
    padding: 12px;
    margin: 0;
  }
  .signup_viamob {
    padding: 12px;
  }
  
  
  
  .data-container .upload_box p {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
  }
  
  .data-container .upload_box li {
    font-size: 12px;
    list-style: none;
    font-weight: 700;
    padding-left: 12px;
  }
  #pass_div,
  #bank_pass_div {
    display: none;
  }
  .sign_each_tabs {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
  }
  
  .sign_each_tabs li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .sign_each_tabs li a {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    font-weight: 600;
    padding: 0 20px;
    min-height: 44px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e8effc;
    border-radius: 4px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    will-change: transition;
    position: relative;
  }
  
  .sign_each_tabs li.active a {
    color: #01135c;
    background: #f6f9ff;
  }
  
  .sign_each_tabs li.active a::before {
    height: 2px;
  }
  
  .sign_each_tabs li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 40px;
    background: linear-gradient(to bottom, #0c9e9b 0%, #2ad0c9 100%);
  }
  .upload_img {
    width: 28%;
  }
  
  label input[type="file"] {
    display: none !important;
  }
  
  .error {
    color: red;
  }
  .bg_color {
    margin: 0;
  }
  
  .footer_meon {
    float: right;
    text-align: right;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: white;
  }
  .footer_meon a {
    padding-right: 0.5em;
  }
  .footer_meon a img {
    width: auto;
  }
  @media only screen and (max-width: 700px) {
    .footer_meon {
      float: none;
      text-align: -webkit-center;
    }
  }
  
  #buttonDiv .uaxL4e-RbRzK {
    min-width: 308px;
    width: 100%;
  }
  
  @media only screen and (max-width: 700px) {
    #buttonDiv .uaxL4e-RbRzK {
      min-width: 232px;
      width: 100%;
    }
  }
  
  .text-right {
    text-align: right;
  }
  
  *,
  *:focus {
    outline: none;
  }
  .form-item {
    position: relative;
    margin-bottom: 15px;
  }
  
  .main-head h2 {
    font-size: 3em;
    font-weight: 700;
  }
  .main-head .color_s {
    color: var(--primary);
  }
  .main-head p {
    font-size: 16px;
    font-weight: 400;
    margin: 12px 0;
  }
  
  /* Chrome/Opera/Safari */
  /* ::-webkit-input-placeholder {
    color: #cbd5e0;
    opacity: 0;
  } */
  
  /* Firefox 19+ */
  /* ::-moz-placeholder {
    color: #cbd5e0;
    opacity: 0;
  } */
  
  /* IE 10+ */
  /* :-ms-input-placeholder {
    color: #cbd5e0;
    opacity: 0;
  } */
  
  /* Firefox 18- */
  /* :-moz-placeholder {
    color: #cbd5e0;
    opacity: 0;
  } */
  
  /* input::-webkit-input-placeholder {
    color: #cbd5e0;
    opacity: 0;
  } */
  
  input:focus::-webkit-input-placeholder {
    opacity: 1;
  }
  
  input:focus::-moz-placeholder {
    opacity: 1;
  }
  
  input:focus:-ms-input-placeholder {
    opacity: 1;
  }
  
  input:focus:-moz-placeholder {
    opacity: 1;
  }
  
  .data-container h3 {
    font-size: 32px;
  }
  .data-container p {
    text-align: left;
    font-size: 16px;
  }
  
  .ekycsignup {
    width: 400px;
    height: 40px;
    background: transparent;
    border: solid 1px #ccc;
    transition: all 0.3s ease;
    padding: 0 15px;
    border-radius: 0.25rem;
    font-size: 16px;
  }
  a.continue-btn {
    text-decoration: none;
    color: #fff;
  }
  .continue-btn {
    background-color: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
    border-radius: 3px;
    padding: 10px 30px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2em;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
  }
  .continue-btn:hover {
    color: var(--primary);
    background: #fff;
  }
  .password-btn {
    background-color: #808080;
    color: #fff;
    border: 1px solid #808080;
    border-radius: 3px;
    padding: 7px 11px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2em;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 12px;
    float: right;
  }
  .btn-disabeld {
    background-color: #b9b9b8;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    border-radius: 3px;
    padding: 10px 30px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2em;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
  }
  
  .btn-red {
    background: #ff0000;
    border: #ff0000 1px solid;
    border-radius: 3px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 10px 30px;
    z-index: 1;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2em;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    will-change: transition;
  }
  
  .btn-red:hover {
    color: #ff0000;
    background: #fff;
  }
  
  .form-item .select_label {
    position: absolute;
    cursor: text;
    z-index: 2;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    color: var(--txtbox_label);
    left: 0.75rem;
    top: -9px;
    transition: all 0.4s ease;
    padding: 0 0.2rem;
    /*color: rgb(66, 153, 225);*/
  }
  .form-item .select_label.c-grey {
    color: var(--txtbox_label);
  }
  .select_box {
    border-color: rgb(66, 153, 225);
  }
  .note p {
    font-size: 11px;
    text-align: justify;
  }
  .my-margin {
    margin: 15px 0;
  }
  .form-item p {
    font-size: 13px;
    line-height: 18px !important;
    color: #9b9b9b;
  }
  .link {
    color: var(--primary);
    cursor: pointer;
  }
  .hr {
    margin: 1.5rem 0 1.5rem 0 !important;
    border-width: 0;
    border-top: 1px solid #e1e1e1;
    width: 100%;
  }
  .txt-grey {
    color: #9b9b9b;
  }
  .txt-12 {
    font-size: 13px;
    line-height: 18px !important;
    margin: 0 0 1rem 0;
  }
  .container-row p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 6px;
    color: #000;
    font-weight: 600;
  }
  .container-row h6 {
    font-size: 12px;
    line-height: 1.3125rem;
  }
  .digitxt p {
    font-size: 16px;
  }
  .aadhar_txt_grey {
    font-weight: 500;
    font-size: 16px;
    margin-top: 19px;
    color: #9b9b9b;
  }
  .upload_btn input[type="file"] {
    display: none;
  }
  
  @media only screen and (max-width: 700px) {
    /*.data-container
    {
      padding-left: 3em;
    }*/
    .data-container p {
      text-align: left;
      font-size: 16px;
    }
    .ekycsignup {
      width: 100%;
      height: 40px;
    }
    .note p {
      font-size: 11px;
      text-align: justify;
    }
    .form-item p {
      font-size: 13px;
      line-height: 18px !important;
      color: #9b9b9b;
    }
  }
  
  .uploadcheckmark {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px var(--primary);
    animation: fill 0.4s ease-in-out 0.4s forwards,
      scale 0.3s ease-in-out 0.9s both;
    position: relative;
    top: 0px;
    right: 5px;
    margin: 0 auto;
  }
  
  .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: var(--primary);
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }
  
  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }
  
  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes scale {
    0%,
    100% {
      transform: none;
    }
  
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  
  @keyframes fill {
    100% {
      box-shadow: inset 0px 0px 0px 30px var(--primary);
    }
  }
  
  .add_btn {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary);
  }
  .add_btn i {
    cursor: pointer;
    margin-left: 1em;
  }
  .details_div {
    border: 1px solid #ccc;
    padding: 11px;
  }
  .details_div p {
    margin: 0;
    padding: 10px;
    font-size: 15px;
    display: flex;
    position: relative;
  }
  .details_div i {
    margin-right: 10px;
    height: 100%;
    top: 5px;
    position: relative;
  }
  
  /*@media (max-width: 800px){
    .personal-box-container {
        position: fixed;
        bottom: 0;
        height: auto;
        left: 0;
        right: 0;
        background: #fff;
        -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.2);
        box-shadow: 1px 2px 6px rgba(0,0,0,.2);
        z-index: 10;
    }
  }*/
  
  .wraptxt {
    overflow-wrap: anywhere;
  }
  .ifsc-box {
    height: 104px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  #ifscadress {
    padding: 0 10px;
    color: #000;
  }
  .custom_google_btn {
    border-radius: 1px;
    text-decoration: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
    background: #fff;
    border: 0;
    width: 400px;
    height: 50px;
    padding: 0 12px;
  }
  .custom_google_btn .logo-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .custom_google_btn .logo-wrapper img {
    width: 30px;
    height: 30px;
  }
  .custom_google_btn .logo-wrapper .text-container {
    margin: auto;
    line-height: 1;
    letter-spacing: 0.21px;
    text-align: center;
    font-weight: 500;
  }
  
  .title-around {
    text-align: center !important;
    color: var(--secondary);
    width: 328px;
    font-weight: 500;
  }
  .title-around:before,
  .title-around:after {
    content: "";
    display: inline-block;
    width: 122px;
    height: 2px;
    vertical-align: middle;
    background-color: currentColor;
  }
  .title-around:before {
    margin-right: 10px;
  }
  .title-around:after {
    margin-left: 10px;
  }
  
  @media only screen and (max-width: 700px) {
    .custom_google_btn {
      width: 100%;
      height: 40px;
    }
    .title-around {
      width: 100%;
    }
  }
  
  .selected {
    background: var(--primary);
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    padding: 4px 23px;
    border-radius: 6px;
  }
  
  .selected:hover {
    background: var(--primary);
    border: none;
    color: #fff;
  }
  
  .non_selected {
    background: #fff;
    border: 1px solid #0a5193;
    color: #0a5193;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    padding: 4px 23px;
    border-radius: 6px;
  }
  .non_selected:hover {
    background: #fff;
    border: 1px solid #0a5193;
    color: #0a5193;
  }
  .uploaded_document {
    height: 200px;
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
  }
  
  #digital_sign_only_div {
    border: 1px solid #ccc;
  }
  
  .complete_img {
    margin: auto;
    display: block;
    width: 27%;
  }
  
  @media only screen and (max-width: 700px) {
    .complete_img {
      width: 65%;
    }
    .success_h2 {
      font-size: 20px;
    }
  }
  
  .pass_verify {
    text-wrap: nowrap;
    border: 0;
    background: none;
    font-size: 12px;
    color: var(--primary);
    font-weight: 500;
    margin-top: 12px;
    outline: none;
  }
  .pass_verify span {
    font-size: 16px;
    font-weight: 900;
  }
  
  .nominee_head {
    font-size: 18px;
  }
  .nominee_head i {
    color: var(--primary);
    margin: 0 0 0 10px;
    cursor: pointer;
  }
  
  @media only screen and (max-width: 700px) {
    .nominee_txt h3 {
      font-size: 30px;
    }
  
    .nominee_txt p {
      font-size: 19px;
      text-align: left;
    }
  }
  
  .nagetive_margin {
    margin-top: -15px;
  }
  .company_logo {
    width: 200px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
  .loginbg {
    background: #f9fbff;
    height: 100vh;
    display: flex;
  }
  
  .unsuccess_text {
    display: inline-flex;
    justify-content: center;
  }
  .unsuccess_text img {
    width: 67px;
    height: 67px;
  }
  .unsuccess_text h1 {
    font-weight: 300;
    font-size: 2.5em;
    color: #ffc107;
    margin-top: auto;
    margin-bottom: auto;
  }
  .depository_div {
    text-align: left;
  }
  .depository_div p {
    font-size: 16px;
    margin: 0;
  }
  .depository_div .depository-item {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  .pass_txt i {
    padding-right: 10px;
  }
  .pass_txt {
    margin: 0 0 5px 5px;
    font-size: 16px;
  }
  
  .signup_viamob {
    padding: 12px;
  }
  
  
  .data-container .upload_box p {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
  }
  
  .data-container .upload_box li {
    font-size: 12px;
    list-style: none;
    font-weight: 700;
    padding-left: 12px;
  }
  
  .data-container h3 {
    font-size: 32px;
  }
  
  .data-container p {
    text-align: left;
    font-size: 16px;
  }
  
  .data-container p {
    text-align: left;
    font-size: 16px;
  }
  
  .sign_each_tabs {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
  }
  
  .sign_each_tabs li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .sign_each_tabs li a {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    font-weight: 600;
    padding: 0 20px;
    min-height: 44px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e8effc;
    border-radius: 4px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    will-change: transition;
    position: relative;
  }
  
  .sign_each_tabs li.active a {
    color: #01135c;
    background: #f6f9ff;
  }
  
  .sign_each_tabs li.active a::before {
    height: 2px;
  }
  
  .sign_each_tabs li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 40px;
    background: linear-gradient(to bottom, #0c9e9b 0%, #2ad0c9 100%);
  }
  
  #digital_sign_only_div {
    border: 1px solid #ccc;
  }
  
  .upload_btn {
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    border-radius: 4px;
    border: 1px solid var(--primary);
    line-height: 1.2;
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  
  .upload_btn:hover {
    color: #fff;
    background-color: #0066af;
    transition: 0.3s all ease;
  }
  
  digitalSignature
  .signup_viamob {
    padding: 12px;
  }
  
  /* .signup_viamob span {
    font-size: 12px;
  } */
  
  .data-container .upload_box p {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
  }
  
  .data-container .upload_box li {
    font-size: 12px;
    list-style: none;
    font-weight: 700;
    padding-left: 12px;
  }
  .data-container h3 {
    font-size: 32px;
  }
  .data-container p {
    text-align: left;
    font-size: 16px;
  }
  .data-container p {
    text-align: left;
    font-size: 16px;
  }
  
  .sign_each_tabs {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
  }
  
  .sign_each_tabs li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .sign_each_tabs li a {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    font-weight: 600;
    padding: 0 20px;
    min-height: 44px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e8effc;
    border-radius: 4px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    will-change: transition;
    position: relative;
  }
  
  .sign_each_tabs li.active a {
    color: #01135c;
    background: #f6f9ff;
  }
  
  .sign_each_tabs li.active a::before {
    height: 2px;
  }
  
  .sign_each_tabs li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 40px;
    background: linear-gradient(to bottom, #0c9e9b 0%, #2ad0c9 100%);
  }
  
  #digital_sign_only_div {
    border: 1px solid #ccc;
  }
  
  .upload_btn {
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    border-radius: 4px;
    border: 1px solid var(--primary);
    line-height: 1.2;
    text-align: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .upload_btn:hover {
    color: #fff;
    background-color: #0066af;
    transition: 0.3s all ease;
  }
  #digitalSignatureSave{
    display: none;
  }
  
  
  .show_pdf_preview {
    position: relative;
    display: inline-block;
  }
  
  .show_pdf_preview button {
    display: none;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    text-align: center;
    font-size: 8px;
    color: #fff;
    height: -webkit-fill-available;
    width: 100%;
  }
  
  .show_pdf_preview:hover button {
    display: inline-block;
  }
  .preview {
    display: none;
    width: 11%;
    top: 31%;
    position: absolute;
    left: 102%;
  }
  
  
  .ButtonMain[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
  }
  

  .document-preview,  #document-preview{
    display: none;
  }



  .file-toggle-password {
    position: absolute;
    right: 10px;
    top: 20%;
    transform: translateY(-50%);
    cursor: pointer;
  }



  .canvas-container {
    width: 100%; 
  }



  #image-preview-crop {
    width: 100%;
    max-width: 500px;
    margin: 20px 0;
  }
  #image-preview-crop-container {
    width: 100%;  
    display: flex;
    justify-content: center;
  }
  #preview-crop {
    max-width: 100%;
    max-height: 300px;
  }

  #myModalCrop{
    margin: 20px 0;
  }

  select {
    -webkit-appearance: listbox !important;
    -webkit-appearance: listbox !important;  
    -moz-appearance: listbox !important;
    appearance: listbox !important;
    }

    .dynamicCloseFile{
      display: none;
    }

    .dynLengthSet input{
      padding: 0 !important;
    }

    .datePreview{
      position: absolute;
      top: 70px;
      left: 14px;
    }



    
    .dropdown-list-multiselect {
      display: none;
      position: absolute;
      width: 100%;
      border: 1px solid #ccc;
      background: white;
      max-height: 200px;
      overflow-y: auto;
      z-index: 10;
      list-style: none;
      padding: 0;
      margin-top: 2px;
  }

  .dropdown-list-multiselect li {
      padding: 8px;
      cursor: pointer;
      border-bottom: 1px solid #f0f0f0;
  }

  .dropdown-list-multiselect li:hover {
      background: #f0f0f0;
  } 
   /* CUSTOM RADIO BUTTON OPTION */

   .custom-radio-group {
    display: flex;
    gap: 10px;
    margin-top: 5px;
  }

  .custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .custom-radio-box {
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    background-color: white; /* Default unselected */
  }

  .custom-radio-box.selected {
    background-color: #007bff;
     width: 24px;
    height: 24px; 
    padding: 2px;
}

  .custom-radio-box::after {
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    display: none;
  }

  .custom-radio-box.selected::after {
    display: block;
  }
  /* END CUSTOM RADIO BUTTON OPTION */



  .digilocker-container{
      max-width: 375px;
      margin: 0 auto;
      background-color: #fff;
      padding: 20px;
      box-sizing: border-box;
      border-radius: 8px;
      text-align: left;
      
  }
   .digilocker-header {
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 5px;
      text-align: left;
    }
    .digilocker-sub-header {
      font-size: 14px;
      color: #666;
      margin-bottom: 20px;
      text-align: left;
    }
    .digilocker-profile-img {
      width: 90px;
      height: 90px;
      object-fit: contain;
      border-radius:2px;
      margin-bottom: 2px;
    }
    .digilocker-field-label {
      position: relative;
      font-size: 12px;
      color: #555;
      margin-bottom: 4px;
      margin-top: 12px;
      top: 14px;
      left: 7px;
      background: white;
      width: fit-content;
      padding: 0 2px;
    }
    .digilocker-input-field {
      width: 100%;
      padding: 10px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 6px;
      background-color: #fff;
      color: #333;
      box-sizing: border-box;
    }
    .digilocker-display-field {
      width: 100%;
      padding: 10px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 6px;
      background-color: #fff;
      color: #333;
      box-sizing: border-box;
      min-height: 40px;
    }
    .digilocker-row {
      display: flex;
      gap: 10px;
    }
    .digilocker-button-container {
      text-align: center;
      margin-top: 25px;
    }
    .digilocker-button {
      background-color: #28a745;
      color: white;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      padding: 14px;
      width: 100%;
      max-width: 300px;
    }