.kya-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
  .kya-section .kya-wrapper {
    display: flex;
  }
  
  .kya-section .kya-wrapper .lhs {
    flex-basis: 54.4%;
  }
  
  .kya-section .kya-wrapper .lhs .lhs-wrap {
    width: 80%;
  }
  
  .kya-section .kya-wrapper .lhs .lhs-wrap .help-note {
    margin-top: 18px;
    font-family: "Helvetica";
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: -0.5px;
    color: #333333;
  }
  
  .kya-section .kya-wrapper .rhs {
    flex-basis: 32%;
  }
  
  .kya-section .kya-wrapper .rhs .ta-input-w {
    margin-bottom: 30px;
  }
  .ta-mobprefix {
    display: block;
    position: absolute;
    left: 0;
    top: 34px;
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    font-family: "HelveticaNeueLTStd-Md", sans-serif;
  }
  .mobileField {
    padding-left: 45px;
  }
  
  .kya-section .kya-wrapper .rhs .name-div {
    margin-bottom: 31px;
  }
  
  .kya-section .kya-wrapper .rhs .ip-div {
    margin-bottom: 40px;
  }
  
  .kya-section .kya-wrapper .rhs .mobile-div {
    margin-bottom: 31px;
  }
  
  .kya-section .kya-wrapper .rhs .mobile-div .mobile-inner {
    position: relative;
  }
  
  .kya-section .kya-wrapper .rhs .mobile-div .mobile-inner .ta-mobprefix {
    position: absolute;
    left: 0;
    top: 35px;
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    font-family: "HelveticaNeueLTStd-Md", sans-serif;
  }
  
  .kya-section .kya-wrapper .rhs .mobile-div .mobile-inner .mobile-input {
    padding-left: 50px;
  }
  
  .kya-section .kya-wrapper .rhs .mobile-div .mobile-inner .fa-check-circle-o {
    display: none;
    position: absolute;
    font-size: 30px;
    color: greenyellow;
    right: 0px;
  }
  
  .kya-section .kya-wrapper .rhs .submit-div .ta-submit-btn {
    padding: 10px 80px;
    font-family: "HelveticaNeueLTStd-Md", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.67px;
  }
  
  .kya-section .kya-wrapper .rhs .submit-div button:disabled {
    border-radius: 8.3px;
    border: solid 0.8px #e6e7e8;
    background-color: #e6e7e8;
    font-family: HelveticaNeueLTStd-Md;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.67px;
    text-align: center;
    color: #a7a9ac;
  }
  .reg-form-btn{
    text-align: left;
  }
  .reg-form-btn .btn-slct {
    box-shadow: 0 0 10px 0 rgba(214, 32, 73, 0.1);
    background-color: #d62049;
    color: #fff;
    font-size:18px;
    width:180px; height:50px;
  }
  
  @media screen and (max-width: 767.99px) {
    .kya-section {
      margin-top: 30px;
    }
    .ta-mobprefix {
      top: 26.5px;
      font-size: 16px;
      line-height: 16px;
    }
    .mobileField {
      padding-left: 33px;
    }
    .reg-form-btn{
      text-align: center;
    }
    .reg-form-btn .btn-slct {
      width:160px; height:40px;
    }
  
    .kya-section .kya-wrapper {
      display: block;
    }
  
    .kya-section .kya-wrapper .lhs .lhs-wrap {
      width: 100%;
      margin-bottom: 15px;
    }
  
    .kya-section .kya-wrapper .lhs .lhs-wrap .help-note {
      margin-top: 30px;
      font-size: 12px;
      font-weight: 300;
      line-height: 1.67;
      letter-spacing: -0.33px;
    }
  
    .kya-section .kya-wrapper .rhs .name-div {
      margin-bottom: 25px;
    }
  
    .kya-section .kya-wrapper .rhs .ip-div {
      margin-bottom: 122px;
    }
  
    .kya-section .kya-wrapper .rhs .mobile-div {
      margin-bottom: 25px;
    }
  
    .kya-section .kya-wrapper .rhs .mobile-div .mobile-inner .ta-mobprefix {
      font-size: 16px;
      top: 22px;
    }
  
    .kya-section .kya-wrapper .rhs .submit-div {
      display: flex;
      justify-content: center;
    }
  
    .kya-section .kya-wrapper .rhs .submit-div .ta-submit-btn {
      padding: 8px 50px;
    }
  }