* {
    box-sizing: border-box;
}    
html {
    width: 100%;
    padding: 0;
    margin: 0;  
}
body {
    /*font-family: 'Poppins', sans-serif!important;*/
    font-family: 'Poppins', sans-serif;
    color: #231F20;
    background-color: #f4f6f9;
    width: 100%;
    padding: 0;
    margin: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
select {
    -webkit-appearance: none;
}
.bg-blue {
    background-color: #5367fc;
}  
.bg-green {
    background-color:#00FFC1;
}
.color-blue {
    color: #5367fc;
}
.color-black, .text-black {
    color:#4F4F4F;
}
.input-box select.input-form option.color-black {
    color:#4F4F4F;
}
.color-green {
    color:#00FFC1;
}
.color-dark-green {
    color: #008490;
}
.color-light-gray {
    color: #C9C9C9;
}
.position-relative {
    position: relative;
}
input, input:focus {
    outline: none;
}
.title-1.mb-42 {
    margin-bottom: 42px;
}
.title-1.mb-36, 
.title-2.mb-36 {
    margin-bottom: 36px;
}
.title-1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #231F20;  
 }
 h1.title-1 {
    margin-bottom: 1rem;
 }
 .title-2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #231F20;  
 }
 .title-big {
    font-size: 33px;
    line-height: 51px;
    font-weight: 700;
    color: #231F20; 
 }
 .modal-title-4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #231F20;
    max-width: 422px;
    width: 100%;
    margin-bottom:0;
    text-align: center;
 }
.para-1 {
    color:#797979;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.para-13 {
    color:#797979;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}
.para-12 {
    color:#797979;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}
.ml-135 {
    margin-left: 135px;
}
.btn-action-box {
    display: block;
}
.btn-action-box .btn {
    display: inline-block;
    text-decoration: none;
    line-height: 38px;
    cursor: pointer;
    -webkit-appearance: button;
}
.btn-action-box a {
    display: inline-block;
    text-decoration: none;
}
.btn-plane {
    border: none;
    background: transparent;
    height: 50px;
    color:#231F20;
}
.btn-full {
    height: 50px;
    width: 100%;
    max-width: 398px;
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
}
.btn-plane {
    line-height: 50px;
}
.btn-action-box .btn-plane {
    margin-top: 10px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-28 {
    font-size: 28px;
}
.font-32 {
    font-size: 32px;
}
.font-36 {
    font-size: 36px;
}
.mt-70 {
    margin-top: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.font-300 {
    font-weight: 300;
}
.font-400 {
    font-weight: 400;
}
.font-500 {
    font-weight: 500;
}
.font-600 {
    font-weight: 600;
}
.font-700 {
    font-weight: 700;
}
.text-muted {
    opacity: 0.4;
}
.mr-1 {
    margin-right: 5px;
}
.mr-2 {
    margin-right: 10px;
}
.mr-3 {
    margin-right: 15px;
}
.mr-4 {
    margin-right: 20px;
}
.mr-5 {
    margin-right: 30px;
}
.ml-1 {
    margin-left: 5px;
}
.ml-2 {
    margin-left: 10px;
}
.ml-3 {
    margin-left: 15px;
}
.ml-4 {
    margin-left: 20px;
}
.ml-5 {
    margin-left: 30px;
}



.text-decoration {
    text-decoration: none;
}
.img-center, .block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.site-header {
    position: absolute;
    width: 100%;
    padding-left: 40%;
    top: 0;
    right: 0;
    padding-top: 45px;
    padding-right: 45px;
}
.site-header .site-header-wrap {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.site-header .site-header-wrap p {
    color: #797979;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom:0;
    width: 100%;
    text-align: center;    
}
.site-header .site-header-wrap div p {
    font-size: 18px;
    line-height: 27px;   
}
.index-page .site-header {
    padding-top: 70px;
    padding-bottom: 55px;
}
.index-page .login-box {
    padding-top: 205px;
}
.main-wraper {
    display: flex;
}
.sidebar-box {
    width: 40%;
    /* height: 100%; */
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bg-shape-white-line::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-image: url(../public/images/bg-shape-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-shape-white-line::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-image: url(../public/images/bg-shape-white-line.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.sidebar-box-wrap {
    width: 100%;
    height: 100%;    
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sidebar-box .sidebox-main-img {
    width: auto;
    height: auto;
    max-width: 100%;
    z-index: 3;
}
.sidebar-img-text {
    position: absolute;
    top: 45px;
    left: 45px;
    max-width: 469px;    
}
.sidebar-img-text p {
   text-align: left;
   color: #4F4F4F;
   font-weight: 700;
   font-size: 18px;
   line-height: 27px;
}
.body-content-box {
    width: 60%;
    height: 100%;
    min-height: 100vh;
    background-color: #fff;
}

.login-box {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 150px 70px 0px 70px;
}
.login-box-wrap {    
    width: 100%;
}
.login-box .logo-box {
    margin-bottom: 56px;
}
.login-box .logo-box img {
    max-width: 100%;
    height: auto;
}
.login-box {
    padding-bottom: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
 }
.login-box .content-text{
    font-size:14px;
}
 .login-box .login-box-wrap {
     max-width: 400px;
     margin-left: auto;
     margin-right: auto;
 }
.login-box .login-box-wrap .msg{
    font-size:14px;
    margin-top:10px;
    margin-bottom:0;
}
.login-box .login-box-wrap .msg a{
   font-weight:600;
   color:#5367fc;
   text-decoration:none;
}
 .login-box .btn-action-box {
     padding-bottom: 40px;
     padding-top: 15px;
     width: 100%;
     max-width: 400px;
     margin-left: auto;
     margin-right: auto;    
     background: #fff;
 }
.title-box {
    margin-bottom: 50px;
}
.login-box a.color-blue {
    font-weight: 400;
}
.login-box a.color-blue.font-600 {
    font-weight: 600;
}
.font-18-14 {
    font-size: 18px;
}
.modal-content{
    background-image: url(../public/images/bg-mobile-pattern.svg);
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: cover;
    border-radius: 20px;
}
.bb-none {
    border-bottom: none;
}
.mw-468 {
    max-width: 468px;
}
.login-box .login-box-wrap.mw-468 {
    max-width: 468px;
}
.mw-445 {
    max-width: 445px;
}
.mw-400 {
    max-width: 400px;
} 
.mw-250 {
    max-width: 250px; 
}
.mw-100 {
    max-width: 100%;
}

.form-box {
     margin-bottom: 16px;
}
.form-box p {  
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.085em;
}

.input-box .input-form {
   width: 100%;
   max-width: 468px;
   height: 50px;
   border: 1px solid #5367FC;
   border-radius:55px;
   padding-left: 30px;
   padding-right: 30px;
   font-size: 16px;
   line-height: 24px;
   font-weight: 500;
   color: #231F20;
}
.index-page .input-box .input-form {    
    height: 55px;
}    
.input-box .input-form.color-blue {
   color: #5367fc;
}
.input-box .input-form.input-verified {
    background-image: url(../public/images/input-verified.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 15px);
}
.input-box select.input-form {
    background-image: url(../public/images/select-down-arrow.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 27px);
    font-weight: 500;
}
input[type=date]::placeholder {
    text-transform: uppercase;
}
.input-box .input-form:disabled  {
    background-color: #DFDFDF;
    color: #AEAEAE;
    border-color: #DFDFDF;
}
.btn.disabled {
    color:#FFFFFF;    
    background-color: #C9C9C9;
    border-color: #C9C9C9;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
}
.input-box .input-form::placeholder,
input[type=date]::placeholder {   
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;     
    color: #9E9E9E;
}
.progress-inner .input-box .input-form::placeholder {
    font-size: 16px;
}
.input-box.get-otp .input-form {
    padding-right: 190px;
}
.input-box.get-otp {
    margin-bottom: 55px;
}
.input-box.get-otp .input-get-otp {
    background-color: #5367FC;
    color: #fff;
    font-weight: 700;
    border-radius: 55px;
    height: 51px;
    border: none;
    width: 165px;
    font-size: 18px;
    position: absolute;
    right: 2px;
    top: 2px;
}
.input-box select.input-form option {
    padding: 10px;
    color: #5367FC;
    font-size: 16px;
    line-height: 27px;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    height: 50px;
}
input[type=checkbox] {
    width:21px;
    height: 21px;
    min-width:21px;
    min-height: 21px;
    border: 2px solid #444;
}
.or-box {
    margin-bottom: 55px;
}
.or-box span {
    display: inline-block;
    width: 60px;
}
.index-page .or-box span {
    font-size: 25px;
    color: #231F20;
    opacity: 0.5;
    font-weight: 500;
}
.or-box span::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 195px;
    background: #231F20;
    left: 87px;
    top: 11px;
}
.or-box span::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 195px;
    background: #231F20;
    right: 87px;
    top: 11px;
}
.index-page .or-box span::before,
.index-page .or-box span::after { 
    top:21px;
}
.google-signin-box {
    background: #FAFAFA;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 37.5px;
    width: 468px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 60px;
}
.google-signin-box img {
    max-width: 100%;
    margin-right: 41px;
}
.google-signin-box p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.54);
    margin: 0;    
}
.enter-otp-box > input {
    margin-right:10px;
}
.enter-otp-box > input:last-child {
    margin-right:0px;
}
.enter-otp-box input {
    background: #FFFFFF;
    border: 1px solid rgba(35, 31, 32, 0.25);
    border-radius: 5px;
    width: 64px;
    height: 84px;
    color:#575757;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    padding-bottom: 0px;
    font-weight: 700;
}

 
.w-90px {
    width: 90px;
}
.text-left {
    text-align: left;
}
.index-sub-title {
    max-width: 400px;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

input[type=date] {
    text-transform: uppercase;
}

.progress-list {
    margin: 22px 0 0 15px;
    padding: 0;
    display: flex;
}
.progress-list > li {
    list-style: none;
    width: 57px;
    height: 11px;
    background: #E9E9E9;
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    cursor: pointer;
}
.progress-list > li > a {
    display: block;
    cursor: pointer;
}
.progress-list  > li.current {
    border-color:#5367FC;
    background: #fff;
}
.progress-list  > li.selected {
    border-color:#5367FC;
    background: #5367FC;
}

.continue-on-mobile {
    display: none;
    position: absolute;
    bottom: 55px;
    left: 45px;
    z-index: 3;
    width: 250px;
    height: 50px;
}
.continue-on-mobile a {
    color: #5367FC;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    background-color: #fff;   
    border-radius: 50px;
    line-height: 50px;    
}
.continue-on-mobile a img {
    width: 30px;
    height: 25px;
    margin-right: 9px;
}
.bank-detail-box {
    background: rgba(0, 132, 144, 0.02);
    width: 100%;    
    border: 0.5px solid #5367FC;
    border-radius: 5px;
    padding: 10px 23px;
}
.bank-detail-box .bank-detai-name {
    color: #231F20;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.bank-detail-box .bank-detai-name img {
    margin-right: 15px;   
}
.bank-detail-box .bank-detail-branch {
    color: #797979;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
}
.bank-detail-box .bank-detail-ifsc {
    color: #797979;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
}
.terms-selection-box label {
    cursor: pointer;    
}
.terms-selection-box {
    padding: 30px 20px 20px 20px;    
}
.terms-selection-box .terms-selection-wrap {
    max-height: 220px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    overflow: auto;    
}
.terms-selection-box .terms-selection-wrap::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none; 
    scrollbar-width: none;  
}
.terms-selection-box .i-accept-terms-box {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}



.selfie-box {
    max-width: 270px;
}
.selfie-btn-box {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
.selfie-btn-box .btn {
    height: 50px;
    line-height: 38px;
    width: 175px;
    border-radius: 50px;
}
.selfie-or-box {
    margin-bottom: 20px;
    position: relative;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}
.selfie-or-box span {
    display: inline-block;
    width: 30px;
    position: relative;
    font-size: 14px;
}
.selfie-or-box span::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 95px;
    background: #231F20;
    left: 40px;
    top: 10px;
    opacity: 0.45;
}
.selfie-or-box span::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 95px;
    background: #231F20;
    right: 40px;
    top: 10px;
    opacity: 0.45;
}
.selfie-or-box a {
    color: #C9C9C9;
    font-size: 18px;
    line-height: 27px;
    position: absolute;
    right: -95px;
    margin-top: -4px;
}
.selfie-guide-text {
    text-align: left;
    max-width: 280px;
    margin: 0 auto;
    position: relative;
}
p.selfie-guide-text::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #797979;
    left: -10px;
    top: 7px;
    position: absolute;
}

.upload-input {
    position: absolute;   
    height: 80px;
    width: 175px;
    border-radius: 20px;
    right: 0;   
    cursor: pointer;
    color: #212121;
    line-height: 75px;
    padding-top: 20px;
    font-size: 13px;
    text-align: center;
}
.upload-input::file-selector-button {
  opacity: 0;
  width: 1px;
}
.our-service-box {
   display: flex;
   justify-content: space-evenly;
}
.our-service-1 {
    background-color: #F2FFFC;
}
.our-service-2 {
    background-color: #FFFEF9;
}
.our-service-3 {
    background-color: #FFFAFA;
}
.our-service-4 {
    background-color: #F8F9FF;
}

.our-service-box .our-service-1.active,
.our-service-box .our-service-1.active .checkbox-container .checkmark {
    border: 1px solid #00FFC1;
}
.our-service-box .our-service-1.active .checkbox-container input:checked ~ .checkmark  {
    background: #00FFC1;
}
.our-service-box .our-service-2.active,
.our-service-box .our-service-2.active .checkbox-container .checkmark {
    border: 1px solid #FFC727;
}
.our-service-box .our-service-2.active .checkbox-container input:checked ~ .checkmark  {
    background: #FFC727;
}
.our-service-box .our-service-3.active,
.our-service-box .our-service-3.active .checkbox-container .checkmark {
    border: 1px solid #F15B4D;
}
.our-service-box .our-service-3.active .checkbox-container input:checked ~ .checkmark  {
    background: #F15B4D;
}
.our-service-box .our-service-4.active,
.our-service-box .our-service-4.active .checkbox-container .checkmark {
    border: 1px solid #5367FC;
}
.our-service-box .our-service-4.active .checkbox-container input:checked ~ .checkmark  {
    background: #5367FC;
}
.our-service-box .trading-service-item {
    width: 180px;
    height: 110px;
    box-shadow: 2px 2px 10px rgba(17, 69, 56, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #eee;
}
.our-service-box .trading-service-item:first-child {
   margin-right: 10px;
}
.our-service-box .trading-service-item label {
    cursor: pointer;
    height: 110px;
    width: 180px;
    border-radius: 8px;
}
.our-service-box .trading-service-item input {
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 21px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.our-service-box .trading-service-item img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    margin-top: 15px;
}
.our-service-box .trading-service-item span {
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #231F20;
    cursor: pointer;
    font-weight: 500;
}
.input-form:focus-visible {
    outline: none;
}

/** Custome checkbox **/
.checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }  
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }  
  .checkbox-container .checkmark {
    position: absolute;
    top: 3px;
    left: 3px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #797979;
  }  
  .checkbox-container:hover input ~ .checkmark {
    /* background-color: #eee; */
  }  
  .checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  } 
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }  
  .checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /** // Custome checkbox **/

  .checkbox-nationality span.checkbox-text {
      padding-left: 28px;
  }
  .checkbox-nationality .checkbox-container .checkmark {   
      border-radius: 2px;
  }    
  .checkbox-nationality .checkbox-container input:checked ~ .checkmark {
      background-color: #797979;
  }

  .custom-select .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.custom-select .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #231F20;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #5367FC;
}
.custom-select .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 0px 15px;
    line-height: 50px;
    border-radius: 50px;
    background-image: url(../public/images/select-down-arrow.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 27px);
    font-weight: 500;
}
.custom-select .select-options {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border: 0.25px solid rgb(35 31 32 / 25%);
    border-top: none;
    border-radius: 0px 0px 25px 25px;
    box-shadow: 0px 4px 15px 2px rgba(201, 201, 201, 0.15);
    overflow: hidden;
}
.custom-select .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;	
    border-top: 0.25px solid rgb(35 31 32 / 25%);
    color: #5367FC;
    font-size: 16px;
    font-weight: 500;
}
.custom-select .select-options li:hover, .select-options li.is-selected {
    color: #5367FC;
    background: #f3f3f3;
}
.custom-select .select-options li[rel="hide"] {
    display: none;
}

.sub-checkbox-menu .checkbox-dropdown-icon {   
    width: 20px;   
    padding: 0px 0px; 
    background-image: url(../public/images/select-down-arrow.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 0px);
    font-weight: 500;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
    cursor: pointer;
}
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-container .radiomark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #ccc;
}
.radio-container:hover input ~ .radiomark {
    background-color: #fff;
}
.radio-container input:checked ~ .radiomark {
    background-color: #fff;
    border: 2px solid #5367FC;
}
.radio-container input:checked ~ .radiomark + .radiomark-text {
    font-weight: 500;
}
.radio-container .radiomark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-container input:checked ~ .radiomark:after {
    display: block;
}
.radio-container .radiomark:after {
    top: 4px;
    left: 4px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #5367FC;
}
.radio-container .radiomark-text {
   font-size: 16px;
   margin-left: 10px;
}
.radio-container .radio-actions {
   display: none;
}
.radio-container input:checked ~ .radiomark-text .radio-actions {
   display: block;
}
.mobile-link {

}
.mobile-link .or-box span::before {
    content: "";   
    max-width: 165px;   
    left: 60px;   
}
.mobile-link .or-box span::after {
    content: "";   
    max-width: 165px;   
    right: 60px;   
}
.mobile-link .input-box.get-otp .input-get-otp {
   max-width: 120px;
   height: 45px;
}
.mobile-link  .input-box.get-otp .input-form {
   padding-right: 130px;
   padding-left: 20px;
}

.fixed-client-box { 
    position: fixed;    
    left: 0;
    top: 0;
    width: 40%;
    z-index: 999;    
    display: block;
    text-align: left;
}
.fixed-client-box-content {
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    background-color: transparent;
    position: relative;
}
.fixed-client-mobile {
    position: relative;
}
.fixed-client-name {
    padding-left: 65px;
}
.fixed-client-box-content > div > label, 
.fixed-client-box-content > div > span { 
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.33px;
    text-align: left;
    color: #fff;
}
.fixed-client-box-content.content-text-black > div > label,
.fixed-client-box-content.content-text-black > div > span {
    color: #231f20;
}
.fixed-client-box-content.content-text-black .fixed-client-mobile::after {
    content: "";
    background-color: #231f20;
}    
.fixed-client-box-content > div > span {
    font-weight: 600;
}
.fixed-client-box-content .fixed-client-mobile::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 49px;
    background-color: #fff;
    right: -30px;
    top: 5px;
}
.sidebar-img-text {
    display: none;
}
.nominee-box{
    width: 100%;
    height: auto;
    position: relative;
}
.nominee-box .nominee-label{
    font-size: 16px;
    color: #231F20;
    font-weight: 600;
    margin-bottom: 5px;
}
.nominee-box .form-radio .form-check-input:checked{
    border-color:#5367FC;
    background: #fff;
    position: relative;
}
.nominee-box .form-radio .form-check-input:checked[type=radio]:before{
    content: '';
    background: #5367FC;
    position: absolute;
    width: 60%;
    height: 60%;
    border-radius: 50%;
    top: 19%;
    left: 19%;
}


/*** New CSS - Start ***/
.view-trade-modal .radio-container .radiomark {
    top: 3px;
    height: 14px;
    width: 14px;
    border-color:rgba(121, 121, 121, 1);
}
.view-trade-modal .radio-container .radiomark:after {
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px; 
}
.view-trade-modal .radio-container .radiomark-text {
    font-size: 14px;
    color: rgba(121, 121, 121, 1);
}
.view-trade-modal .fw-600i {
    font-weight:600;
}
.view-trade-modal .radio-container input:checked ~ .radiomark + .radiomark-text {
    font-weight: 400;
}
.view-trade-modal .modal-content {
    width: 100%;
    max-width: 360px;
    height: 600px;
}
.view-trade-modal .modal-content .modal-body {
    max-height: 550px;
    border-radius: 12px;
    padding-bottom: 5px !important;
    margin-bottom: 15px;
}
.view-trade-modal .i-accept-terms-box label {
    display: flex;
    font-size:14px;
}
.view-trade-modal .modal-content .radio-container {
    margin-bottom:8px;
}
.view-trade-modal .btn-pan {
    border-radius:8px;
}
.view-trade-modal .btn.btn-page-procced {
   border-radius:50px;
   font-size: 16px;
   font-weight: 500;
}
.view-trade-modal .max-file-text {
   background-color:rgba(245, 245, 245, 1);
   text-align:center;
   color:rgba(35, 31, 32, 1);
   font-size:12px;
   font-weight:400;
   border-radius:6px;
   margin-top:10px;
   margin-bottom:20px;
   height: 34px;
   line-height: 34px;
}
.view-trade-modal .btn {
   font-size:14px;
   font-weight:400; 
   height: 48px; 
   border-color:#5367fc;
   border-radius: 8px;
}
.view-trade-modal .btn-outline-primary {  
   color:#5367fc;
}
.view-trade-modal #digilocker-btn:hover {
   color:#fff;
}
.view-trade-modal #pan-upload-section .btn-primary,
.view-trade-modal #aadhaar-upload-section .btn-primary {  
   height: 38px; 
   display: flex;
   align-items: center;
   gap: 5px;
   min-width: 120px;
   justify-content: center;
}
.view-trade-modal .btn:hover {
   opacity:0.85
}
.view-trade-modal  .btn-photo-capture:hover {
   background: #fff;
   color:#5367fc;
}
.view-trade-modal  .btn-pan-upload {
   background: #5367fc;
}
.view-trade-modal a { 
   color:#5367fc;
}
.view-trade-modal .fs-14 {
   font-size:14px!important;
}
.max-file-upload {
    position: relative;
}
.view-trade-modal .max-file-upload-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
}
.view-trade-modal .max-file-upload-wrap > div {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    max-width: calc(100% - 30px);
}
.view-trade-modal .max-file-upload-wrap > div > span {
    color: rgba(121, 121, 121, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.view-trade-modal .max-file-upload-wrap > div > img {
    max-width: 100%;
}
.view-trade-modal .max-file-upload-wrap > .upload-cancel-icon {
    cursor:pointer;
    max-width: 100%;
}
.view-trade-modal .max-file-upload .border-width-p {
    height: 4px;
    background-color: #14a214;
    margin-top: 15px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}
.view-trade-modal .max-file-upload::after {
    content: "";
    position: absolute;
    height: 4px;
    bottom:0;
    left:13px;
    width:calc(100% - 26px);
    border-radius:4px;
    background-color: #13b11336;
    z-index: 0;
}
.view-trade-modal #pan-upload-section .max-file-upload::after,
.view-trade-modal #aadhaar-upload-section .max-file-upload::after {
    bottom:-8px;
    left:0px;
    width:100%;
}
.view-trade-modal #pan-upload-section {
    margin-bottom:15px;
}
.view-trade-modal .radio-container {
    padding-left:17px;
}
.view-trade-modal p {
    font-weight: 500;
}
.view-trade-modal {
    border: 1px solid rgba(83, 103, 252, 0.1);
    border-radius: 8px;
    padding: 20px 16px 20px 16px;
    width: 100%;
}
.view-trade-modal.viewtrade-thankyou-page {
    max-width:550px; 
    height: calc(100vh - 150px);
    margin:140px auto 0; 
    border:none;
}
.view-trade-modal .kyc-radio-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
}
.view-trade-modal .kyc-radio-list .radio-container {
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 16px 0px 8px !important;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-radius: 16px;
    transition: 0.4s;
}
.view-trade-modal .kyc-radio-list .radio-container.active,
.view-trade-modal .kyc-radio-list .radio-container:hover,
.view-trade-modal .kyc-radio-list .radio-container:focus {
    border-color:rgba(83, 103, 252, 0.5);
    background-color: rgba(83, 103, 252, 0.1);
    transition: 0.4s;
}
.view-trade-modal .kyc-radio-list .radio-container.active span,
.view-trade-modal .kyc-radio-list .radio-container:hover span,
.view-trade-modal .kyc-radio-list .radio-container:focus span {
    color:rgb(83 103 252);
    transition: 0.4s;
}
.view-trade-modal .border.br-8 {
    border-radius: 8px;
}
.vtd-list-box {
    max-width:600px;
    width: 100%;
    margin:130px auto 20px;
    padding: 0 20px;
}
.vtd-list-box .vtd-list-item {
   display:flex;
   justify-content:space-between;
   margin-bottom:16px;
   gap:10px;
}
.vtd-list-box .vtd-list-item label {
   display:flex;
   cursor: pointer;
}
.vtd-list-box .vtd-list-item label input{
   margin: 3px 0 0 0;
   width: 14px;
   height: 14px;
   min-width: 14px; 
   min-height: 14px;
}
.vtd-list-box .vtd-list-item label span.vtd-list-text {
   display:inline-block;
   margin-left:8px;
   color:rgb(75 75 75);
   font-weight:400;
   font-size:14px;
   line-height:18px;
}
.vtd-list-box .vtd-list-item .vtd-iicon {
   min-width: 18px;
   width: 18px;
   gap: 10px;
   cursor: pointer;
   text-align:center;
   padding: 0px;
}
.vtd-list-box .vtd-list-item .vtd-iicon img {
   width:20px;
   height:20px;
}
.vtd-list-box .vtd-title-h1 {
   text-align:center;
   font-size:20px;
   font-weight:600;
   color:rgba(35, 31, 32, 1);
   margin-bottom:16px; 
}
.vtd-list-box .vtd-list-buttons .btn-primary {
    border-radius:50px;
    background-color:rgba(83, 103, 252, 1);
}
.vtd-list-box  .para-p {
   color:rgba(121, 121, 121, 1);
   font-size:14px;
   line-height:18px;
   margin-bottom:15px;
   margin-top:0;
}
.view-trade-discloser-modal .modal-header {
    border:none;
}
.view-trade-discloser-modal .btn-close {
    font-size: 14px;
    margin-top: -21px;
    opacity: 0.75;
    outline: none;
    border: none;
}
.view-trade-discloser-modal .btn-close:focus {
   outline: none;
   box-shadow: none;
}
.view-trade-discloser-modal .modal-body p {
   font-size: 12px;
   line-height: 18px;
   font-weight: 400;
   color: rgba(121, 121, 121, 1);
   margin-bottom: 12px;
}
.kyc-checkbox-box {
    position: relative;
    cursor: pointer;
}
.kyc-checkbox-box .kyc-checkbox-input {
    opacity: 0;
    position: absolute;
    left: 0;
    border: none;
}
.kyc-checkbox-box .kyc-checkbox-mark {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    border: 1px solid #999;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    display: inline-block; 
}
.kyc-checkbox-box .kyc-checkbox-input:checked ~ .kyc-checkbox-mark {
    background-color: #5367fc;
    border: 1px solid #5367fc;
}
.kyc-checkbox-box .kyc-checkbox-input:checked ~ .kyc-checkbox-mark::after {
    content: "";
    width: 10px;
    height: 5px;
    border: 2px solid #fff;
    border-right-width: 0;
    border-top-width: 0;   
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    transform: rotate(-45deg);
}
.btn.text-gray {
    color: #666;
}
.text-primary {
    color: #5367fc !important;
}

.kyc-multiac-page .login-box .login-box-wrap.mw-468 {  max-width: 595px;margin-top: -60px; }
.kyc-multiac-page .kyc-multiac-item { border: 1px dashed rgba(171, 170, 170, 1); padding: 20px; border-radius: 16px;margin-bottom: 10px; width: 100%; display: flex; align-items: center; justify-content: space-between; text-align: left; gap: 10px; }
.kyc-multiac-page .kyc-multiac-item h4 { color:rgba(35, 31, 32, 1); font-size:20px; line-height:24px; font-weight:500; margin-bottom:3px; }
.kyc-multiac-page .kyc-multiac-item p { font-size: 16px; line-height: 24px; font-weight: 400; color: #797979; margin-bottom: 0; }
.kyc-multiac-page .kyc-multiac-item p strong {  color: #111; }
.kyc-multiac-page .kyc-multiac-item button  { border-radius: 40px; height: 50px; width: 175px; }
.kyc-multiac-page .form-check-input { width: 18px; height: 18px; min-width: 18px; min-height: 18px; }
.kyc-multiac-page .form-check-label { font-size:14px; line-height: 1.3; }
.kyc-multiac-page .form-check { display:flex; align-items:flex-start; }

.kyc-nominees-pages .text-success {
    color: rgba(0, 181, 137, 1)!important;
}
.kyc-nominees-pages .para-1 {
    font-size:16px;
    color:#797979;
    line-height: 1.5;
}
.kyc-nominees-pages .fs-14 {
    font-size:14px;
}
.kyc-nominees-pages .card {
    box-shadow:none;
    border-radius:8px;
}
.kyc-nominees-pages .btn-primary {
    background-color: rgba(83, 103, 252, 1);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    height: 42px;
    width: 148px;
}
.kyc-nominees-pages table td .btn-primary {
    height: 32px;
    width: 76px;
    font-size:12px;
}
.kyc-nominees-pages .nm-search-box {
    width: 100%;
    max-width: 315px;
    position: relative;
}
.kyc-nominees-pages .nm-search-box .nm-search-input {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 0 15px;
    font-size: 16px;
    transition: 0.3s;
}
.kyc-nominees-pages .nm-search-box .nm-search-input:focus {
    border-color:#666;
    transition: 0.3s;
}
.kyc-nominees-pages .nm-search-box .nm-search-input {
    font-size: 14px;
    color: #797979;
    font-weight: 400;
}
.kyc-nominees-pages .nm-search-box .nm-search-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-image: url(../public/nm-search.svg);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    cursor: pointer;
}

.kyc-nominees-pages .nm-date-filter-box {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.kyc-nominees-pages .nm-date-filter-box .nm-date-text {
    color: rgba(121, 121, 121, 1);
    font-size:14px;
    line-height: 18px;
    font-weight: 400;
}
.kyc-nominees-pages .nm-date-filter-box .nm-date-input {
    height: 44px;
    width: 140px; 
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0px 12px 0px 38px;
    position: relative;
    line-height: 44px;
    font-size: 14px;
    overflow: hidden;
}
.kyc-nominees-pages .nm-date-filter-box .nm-date-input input {
    opacity: 0;   
    transform: scale(2.5);
    width: 45px;
    height: 18px;
    position: absolute;
    left: -33px;
    z-index: 9;
    top: 10px;
    cursor: pointer;
}
.kyc-nominees-pages .nm-date-filter-box .nm-date-input .nm-date-icon {
    background-image: url(../public/nm-calendar.svg);
    height:44px;
    width:44px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    cursor: pointer;
}
.kyc-nominees-pages .nm-date-filter-box .nm-date-input .nm-date-value {
    font-size: 14px;
}
.kyc-nominees-pages .nm-date-filter-box .nm-select-input {
    height: 44px;
    width: 120px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 12px;
    position: relative;
    font-size: 14px;
    outline: none;
    background-image: url(../public/nm-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
}
.kyc-nominees-pages table {

}
.kyc-nominees-pages table tr th {
    color:rgba(121, 121, 121, 1);
    font-size:14px;
    line-height: 18px;
    font-weight: 400;
    padding: 8px;   
    border-top: none;
    padding-bottom: 12px;
}
.kyc-nominees-pages table tr td {
    font-size:12px;
    line-height: 18px;
    font-weight: 400;
    color: #111;
    padding: 12px 8px;
    vertical-align: middle;
}
.kyc-nominees-pages table tr .btn-primary-sm {
    height: 32px;
    width: 76px;
    background-color: rgba(83, 103, 252, 1);
    color: #fff;
    text-align: center;
    font-size:12px;
    border-radius: 8px;
}
.kyc-nominees-breadcrumb {
    display: flex;
    align-items: center;
    padding-left: 30px;
    gap: 12px;
    margin: 10px 0 20px;
}
.kyc-nominees-breadcrumb .nmb-title {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    display: inline-block;
    margin: 0;
}
.kyc-nominees-breadcrumb .nmb-home {
    display: inline-block;
}
.kyc-nominees-breadcrumb .nmb-home img {
    width: 20px;
    display: inline-block;
}
.kyc-nominees-breadcrumb .nmb-img {
    width: 10px;
    display: inline-block;
}
.kyc-nominees-breadcrumb .nmb-subtitle {
    display: inline-block;
    color: #797979;
    font-weight: 500;
    font-size: 16px;
}
.nm-inome-range-box {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 16px;
}
.nm-inome-range-box h4 { 
    font-size:16px;
    line-height:20px;
    font-weight: 500;
    color:#111; 
    margin: 0 0 3px 0;
}
.nm-inome-range-box p { 
    font-size:12px;
    line-height:16px;
    font-weight: 400;
    color:#797979;
    margin: 0 0 5px 0;
}
.nm-inome-range-box h5 { 
     font-size:14px;
    line-height:18px;
    font-weight: 500;
    color:#111;
    margin: 0;
}
.nm-inome-range-box h5 span { 
    color: #5367fc;
}
.nm-inome-range-box button  { 
    background: #5367fc;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}
.nm-inome-range-box button:hover,
.nm-inome-range-box button:focus  { 
    color: #fff;
}
.kyc-nominees-pages .tablist {
    display: flex;
    padding-left: 2px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.kyc-nominees-pages .tablist li {
    list-style: none;
    text-align: center;
}
.kyc-nominees-pages .tablist a {
    width: 100px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #797979;
    border-bottom: 3px solid transparent;
    padding: 14px 0;
}
.kyc-nominees-pages a.active {
    color: #111;
    border-color: #5367fc;
}
.nmb-status-box {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}
.nmb-status-box .nmb-status-item {
    width: calc(33.33% - 11px);
    max-width: calc(33.33% - 11px);
    background-color: rgba(245, 245, 245, 1);
    padding: 16px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.nmb-status-box h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #111;
    margin-bottom: 2px;
}
.nmb-status-box h6 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 4px;
}
.nmb-status-box h5 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 0px;
}
.nmb-status-box .nmb-status-bd h5 {
    color: #111;
    font-weight: 500;
}
.nmb-status-box .nmb-status-bd {
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 12px;
    width: 100%;
}
.nmb-status-box .nmb-status-bd > div {
    min-width: 50%;
}
.nmb-status-box .nmb-status-bd > div:last-child {
    padding-left: 16px;
    border-left: 1px solid #ccc;
}
.kyc-nominees-pages .nm-date-filter-box .nm-date-input.nm-select-date-drop {
    padding-left: 0px;
    padding-right: 0;

}
.kyc-nominees-pages .nm-date-filter-box .nm-date-input.nm-select-date-drop .nm-date-icon {
   display: none;
}
.kyc-nominees-pages  .nm-date-filter-box .nm-select-date-drop #date_dropdown {
    padding-left: 24px;
    padding-right: 10px;
    border: none;
    background-image: url(../public/nm-calendar.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: 15px;
    background-position-x: 5px;
    background-size: 16px;
}
/*** New CSS - End ***/
    section.main-wraper {
      position: relative;
    }
    .body-content-box form {
      margin-bottom:0; 
    }
    .sec-partner-view-trade {    
      display: block;
      position: absolute;
      bottom: 0px;
      right: 16px;
      height: auto;
      width: 175px;      
      text-align: center;
      padding: 10px 0;
   }
   .sec-partner-view-trade p { 
      margin:0;
      font-size:14px;
      font-weight:500;
      color:rgba(166, 166, 166, 1);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      font-family: 'poppins', sans-serif;
   }
   .sec-partner-view-trade p img { 
      width:95px;
      height:auto;
      margin-left:5px;
   }

@media(max-width:991px) {
   .nmb-status-box .nmb-status-item {
       width: calc(50% - 11px);
       max-width: calc(50% - 11px);
   }
} 
@media(max-width:768px) {
    .kyc-nominees-breadcrumb {
        padding-left: 30px;
        margin: 0px 0 20px;
        flex-wrap: wrap;
        padding-top: 24px;
        gap:10px;
        padding-left: 24px;
    }
    .container.kyc-nominees-pages {
        margin-left:auto!important;
        margin-right:auto!important;
        margin-bottom:15px;
        padding-left: 15px!important;;
        padding-right: 15px!important;
    }
    .kyc-nominees-pages .nm-search-box {
        margin-bottom:15px;
    }
    .kyc-nominees-pages > .card {   
         margin-bottom: 0px;
    }




      .login-box {
         padding-bottom: 100px;
      }
      section.main-wraper {
         position: relative;
      }      
      .sec-partner-view-trade {
         bottom: auto;
         left: 0;
         right: 0;
         width: 100%;
         text-align: center;
         position: relative;
      }
      .sec-partner-view-trade p { 
         font-size:12px;
      }
      .sec-partner-view-trade p img { 
         width:80px;
      }
}

@media(max-width:575px) {
   .nmb-status-box .nmb-status-item {
       width: 100%;
       max-width: 100%;
   } 
   .kyc-nominees-pages .tablist a {
       width: 80px;
   }
}