:root {
  --primary: #eb2f2a;
  --secondary: #db3629;
  --ternery: #e60000;
}
body {
  --font-family-sans-serif: "source_sans_proregular", sans-serif !important;
  font-family: "source_sans_proregular", sans-serif !important;
  color: #444444;
  font-size: 15px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #444444;
}

.section .row {
  display: flex;
}

p {
  margin-top: 1rem;
  margin-bottom: 0;
}

#login-page {
  /* background-image: url("../../static/images/lock.jpg") ; */
  background-size: cover;
  /* min-height: 83vh; */
}

#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;
}
#kyc-details {
  display: none;
}
.header-image {
  padding: 40px 40px;
  margin-top: 2%;
}

/* .header-image img {
	width: 100%;
} */

.header-image .tradesapp_logo {
  width: 220px;
}

.header-image .jmfl_logo {
  width: 220px;
}

.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: 1px 1px 4px #eee;
  -moz-box-shadow: 1px 1px 4px #eee;
  box-shadow: 1px 1px 4px #eee;
  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-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;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.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: #000;
}

#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: 40%;
  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) {
  .edit_div,
  .succ_div {
    width: 100%;
  }
  #takeimage .edit_div {
    width: 100%;
  }
}

.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 {
  padding: 12px 0;
  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;
}

.resend_p a {
  color: #8a8686;
}

.showData {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  padding-top: 60px;
}

.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: #185cb7 !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 {
  color: #000;
  cursor: pointer;
  background-color: #58c627 !important;
  color: #5e5e5e !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;
}

/* 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);
  }
}

#fatca {
  display: none;
}

.check_container {
  display: block;
  position: relative;
  padding-left: 35px;
  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: 10px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #8e8c8c;
}

/* On mouse-over, add a grey background color */

.check_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.check_container input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* 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: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  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: 5px 13px;
  width: 55%;
  height: 44px;
  background-color: #185cb7;
  font-size: 14px;
  color: #fff !important;
  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 {
  font-family: inherit;
  color: #fff;
  background-color: #c30e28;
  transition: 0.3s all ease;
}

.continue {
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 44px;
  background-color: #185cb7;
  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);
}

.continue:hover {
  font-family: inherit;
  color: #000;
  background-color: #185cb7;
  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;
  margin-bottom: 74px;
  /* padding: 132px; */
}
.login100-form {
  width: 100%;
}

.login100-form-title {
  color: #007cc2;
  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: #007cc2;
  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: 500px;
  background: #fff;
  padding: 16px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  overflow: hidden;
  margin: auto;
  margin-top: 31px;
  border-radius: 20px;
  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;
}
.btn-disabeld {
  background-color: #b9b9b8;
  border-radius: 0px;
  padding: 12px 16px;
}

.btn-success {
  border-radius: 0px;
  padding: 6px 22px;
}

.btn-disabeld:hover {
  background-color: #b9b9b8;
}

.email_update {
  display: none;
}

.phone_update {
  display: none;
}

.email_verify {
  display: none;
}

.phone_verify {
  display: none;
}

.account_div {
  margin-top: 20px;
}

.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;
}

.d-none {
  display: none;
}

.form-group {
  position: relative;
  right: 0;
  bottom: 0;
  width: fit-content;
}

.file-upload {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 32px;
}

.btn-upload {
  margin-top: 10px;
  width: 100%;
  height: 35px;
  color: #1a1a1a;
  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;
}

.file-upload .btn-upload:hover,
.file-upload .btn-upload:focus,
.file-upload .btn-upload:focus-visible,
.file-upload .btn-upload:active {
  background: #e0e0e0;
  border-color: #4b5563;
  border-bottom-color: #4b5563;
  color: #1f2937;
}

/*---==>Browse Text-==>*/

.text-browse {
  background: #ebebeb;
  color: #374151;
  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;
}

.file-upload .btn-upload:hover .text-browse,
.file-upload .btn-upload:hover .text-file-name,
.file-upload .btn-upload:focus .text-browse,
.file-upload .btn-upload:focus .text-file-name,
.file-upload .btn-upload:focus-visible .text-browse,
.file-upload .btn-upload:focus-visible .text-file-name,
.file-upload .btn-upload:active .text-browse,
.file-upload .btn-upload:active .text-file-name {
  color: #374151;
}

.text-browse:hover {
  background: #e0e0e0;
  color: #374151;
}

.btn-upload:active .text-browse {
  background: #e0e0e0;
  color: #374151;
  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;
  color: #1f2937;
}

.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"] {
  display: none;
}

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: 100%;
  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;
}

.header_closer {
  background-color: #fff;
  padding: 15px 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.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;
}
#all_details {
  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;
}

#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: 21px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* 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: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  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%;
  }
}
.p-0 {
  padding: 0;
}

.right_header {
  display: inline-flex;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3px;
  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;
}

.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 {
  display: none;
}

/*#right_client_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;
}

.mt-21 {
  margin-top: 21px;
}

.mt-42 {
  margin-top: 42px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-7rem {
  margin-top: 7rem;
}

.mt-65 {
  margin-top: 70px;
}

@media (max-width: 568px) {
  .mt-65 {
    margin-top: 0;
  }
  .header-image img {
    width: 100%;
  }
  .contactSechead h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-family: var(--medium);
    line-height: 35px;
    color: #185cb7;
    text-transform: uppercase;
  }
  .hmcontactsdet h5 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #185cb7;
    text-transform: capitalize;
    padding-bottom: 3px;
    font-family: var(--medium);
    font-weight: 600;
  }
  .hmcontactsdet > span {
    color: #8c8b8c;
    font-size: 15px;
    display: block;
    padding: 0 0 15px;
  }
  .hmcontactsdet > p {
    color: #747273;
    margin: 0 0 10px;
  }
  .hmcontactsdet > .linkdet > a > i {
    font-style: normal;
    color: #185cb7;
    font-family: var(--regular);
    padding: 0 8px 0 0;
    text-decoration: none;
  }
  .hmcontactsdet > .linkdet > a:hover {
    color: #185cb7;
    text-decoration: none;
  }
  .hmcontactsdet > .linkdet > a {
    display: inline-block;
    color: #585556;
    padding: 0 20px 5px 0;
    font-size: 19px;
    font-family: var(--regular);
    transition: all 0.5s ease;
  }
  .hmcontactsdet > .helpdeskdet > h6 {
    margin: 0;
    padding: 0;
    font-size: 26px;
    color: #185cb7;
    text-transform: capitalize;
    padding-bottom: 8px;
    font-family: var(--medium);
  }
  .hmcontactsdet > .helpdeskdet > .linkdet > a {
    position: relative;
    padding: 0 10px 10px 40px;
    display: inline-block;
    color: #585556;
    font-family: var(--regular);
    font-size: 15px;
    transition: all 0.5s ease;
  }
  .hmcontactsdet > .helpdeskdet > .linkdet > a:hover {
    color: #185cb7;
    text-decoration: none;
  }
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/static/images/loader-64x/Preloader_2.gif) center no-repeat
    #fff;
}

.edit_emaildiv .otp-msg {
  padding: 15px;
}

#signup-page {
  background-color: #fff;
  min-height: 100vh;
}

.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: #185cb7;
  font-size: 1.25rem;
  font-weight: 600;
}

@media (max-width: 568px) {
  .signup_emaildiv {
    width: 100%;
  }
}

.signup_emaildiv img {
  width: 50%;
}

.signup_emaildiv p {
  padding: 12px 0;
  font-weight: 500;
  margin-bottom: 0;
}

#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;
}

.signup_emaildiv .otp-msg {
  padding: 7px 0;
  color: #666;
  font-size: 11px;
}

.form-control {
  border: none;
  border-bottom: 2px solid #06517c;
  border-radius: 0px;
  font-family: "Roboto", sans-serif !important;
  padding: 5px;
}

.password {
  width: 100%;
  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,
input::-webkit-input-placeholder {
  color: #666666;
}
.focus_menu {
  background-color: rgb(232, 240, 254);
}

.w-34 {
  width: 26%;
}

.w-60 {
  width: 60%;
}

.pd-13 {
  padding-right: 13px;
}

#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: 12px 0px 12px 30px;
}

#signup_email {
  display: none;
}

#signup_pan {
  display: none;
}

#all_details {
  display: none;
}

#all_details img {
  width: 100%;
}

.plr-35 {
  padding: 0 35px;
}

.pan_div {
  background: #fff;
  width: 25%;
  height: auto;
  padding: 1.5em;
}

.pan_div img {
  width: inherit;
}

.pan_div h6 {
  padding: 0 0 12px 0;
}

.pan_div h4 {
  padding: 12px;
}

@media (max-width: 568px) {
  .pan_div {
    width: 100%;
  }
}

#signup_equity_div {
  display: none;
}

#signup_aadhar {
  display: none;
}

#signup_personal {
  display: none;
}

#signup_bank {
  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;
}

hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}

.error_msg {
  color: red;
  font-weight: 500;
  font-size: 14px;
}

.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;
  transition: all 0.2s;
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  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: 55%;
  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: 22px;
}

.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;
}

.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: none;
  border-radius: 3px;
  background: #494949;
  color: #fff;
  padding: 0 7px;
}

/*#plan_div
{
  display: none;
}*/

/*.fa
{
  font-weight: 400;
}*/

.fa {
  display: inline-block;
  font: normal normal normal 6px/17px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  float: left;
}

.form-left {
  background: #0e75bd;
  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;
}

.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;
}

/* 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 {
  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 {
  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: 2rem 0;
  font-size: 12px;
  font-weight: 500;
  padding: 0;
}

.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;
}

.otp-inline-message {
  display: inline-block;
  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;
}

.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;
}

#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: 999;
  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 {
  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 #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 {
  width: 61px;
  height: 61px;
  position: relative;
  border-radius: 50%;
  top: -65px;
}
/* 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: #edac21;
  border-color: #edac21;
}
.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: #edac21;
  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: #edac21;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #edac21;
}
#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;
}

#resend_otp,
#resendotp {
  display: none;
}

#userdata {
  display: none;
}

#document_div {
  display: none;
}

#esign_div {
  display: none;
}

/* Card */
body {
  background-color: #f9f9fa;
}

.padding {
  padding: 4rem 0rem !important;
}

.user-card-full {
  overflow: hidden;
}

.card {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  border: none;
  margin-bottom: 30px;
}

.m-r-0 {
  margin-right: 0px;
}

.m-l-0 {
  margin-left: 0px;
}

.user-card-full .user-profile {
  border-radius: 5px 0 0 5px;
}

.bg-c-lite-green {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0f6f73),
    to(#283386)
  );
}

.user-profile {
  padding: 20px 0;
}

.card-block {
  padding: 1.25rem;
}

.m-b-25 {
  margin-bottom: 25px;
}

.img-radius {
  border-radius: 5px;
}

h6 {
  font-size: 14px;
}

@media only screen and (min-width: 1400px) {
  p {
    font-size: 14px;
  }
}

.card-block {
  padding: 1.25rem;
}

.b-b-default {
  border-bottom: 1px solid #e0e0e0;
}

.m-b-20 {
  margin-bottom: 20px;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px;
}

.text-muted {
  color: #5f6670 !important;
}

.b-b-default {
  border-bottom: 1px solid #e0e0e0;
}

.f-w-600 {
  font-weight: 600;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-t-40 {
  margin-top: 20px;
}

.p-b-5 {
  padding-bottom: 1px !important;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-t-40 {
  margin-top: 0;
}

.user-card-full .social-link li {
  display: inline-block;
}

.user-card-full .social-link li a {
  font-size: 20px;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-proceed {
  background: #0f6f73;
  border: none;
  color: #fff !important;
}

.btn-proceed:hover,
.btn-proceed:focus,
.btn-proceed:focus-visible,
.btn-proceed:active {
  background: #0c5c60;
  color: #fff !important;
}

input[type="checkbox"]:focus,
input[type="checkbox"]:focus-visible,
input[type="radio"]:focus,
input[type="radio"]:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
.contactSechead h3 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 35px;
  font-family: var(--medium);
  line-height: 35px;
  color: #185cb7;
  text-transform: uppercase;
}
.hmcontactsdet h5 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #185cb7;
  text-transform: capitalize;
  padding-bottom: 3px;
  font-family: var(--medium);
  font-weight: 600;
}
.hmcontactsdet > span {
  color: #8c8b8c;
  font-size: 15px;
  display: block;
  padding: 0 0 15px;
}
.hmcontactsdet > p {
  color: #747273;
  margin: 0 0 10px;
  font-size: 14px;
  font-family: "merriweatherlight";
}
.hmcontactsdet > .linkdet > a > i {
  font-style: normal;
  color: #185cb7;
  font-family: var(--regular);
  padding: 0 8px 0 0;
  text-decoration: none;
}
.hmcontactsdet > .linkdet > a:hover {
  color: #185cb7;
  text-decoration: none;
}
.hmcontactsdet > .linkdet > a {
  display: inline-block;
  padding: 0px;
  color: #585556;
  font-size: 15px;
  font-family: "merriweatherregular";
  transition: all 0.5s ease;
}
.hmcontactsdet > .helpdeskdet > h6 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #185cb7;
  text-transform: capitalize;
  padding-bottom: 8px;
  font-family: var(--medium);
}
.hmcontactsdet > .helpdeskdet > .linkdet > a {
  position: relative;
  padding: 0 10px 10px 40px;
  display: inline-block;
  color: #585556;
  font-family: var(--regular);
  font-size: 15px;
  transition: all 0.5s ease;
}
.hmcontactsdet > .helpdeskdet > .linkdet > a:hover {
  color: #185cb7;
  text-decoration: none;
}

/* #faq_inputBse {
  display: none;
} */
#cml-note {
  display: none;
}
#faq_submitBse {
  display: none;
}

#forgetclientcodepopup {
  /* display: none; */
}

#forgetclientcodepopup #edit {
  background-color: #f7f7f7;
  /* display: none; */
  width: 31%;
  position: absolute;
  top: 23%;
  border-radius: 7px;
  box-shadow: 2px 1px 1px 1px grey;
  right: 34%;
}
#forgetclientcodepopupclosebtn {
  position: relative;
  top: -197px;
  right: -215px;
  border-radius: 6px !important;
  background-color: red !important;
  z-index: 999;
}

#forgetclientcodepopupsubmit {
  margin: 78px 95px 1px 110px;
}

#clientpopupcode button {
  color: #1034a6;
  background: white;
  border-color: #1034a6;
  border-radius: 4px;
}

#chkboth {
  display: flex !important;
  margin: 16px 0px 0px 0px;
}

#chk1 {
  margin: 0px 0px 0px 18px;
}
#chk2 {
  margin: 0px 0px 0px 18px;
  display: inline-flex;
}
#otheracccheck {
  margin: 0px 8px 0px 5px;
}
