@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

.Ocolor {
    color: #f58220 !important;
}
.required:after {
    content: " *";
    color: red;
    display: contents;
}
input[required]:before {
    content: " *";
    color: red;

}

.ajaxloading {
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 50px;
    background-image: url(../images/ajax-loading.gif?ver=2);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
    position: fixed;
    margin: auto;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    top: -120px;

    z-index: 999999;
/*    left: 0px;
    right: 0px;
    top: 0px !important;
    bottom: 0px;
    border-radius: 0px;*/
}

 .privacy-policy-text {
    font-size: 13px !important;
}



#loadingContentId {
    display: none;
}

.Lblcontainer input.error ~ span {
    border-color: #f00 !important;
}

html {
    font-size: 62.5%;
}

   .container-fluid1 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    line-height: 1.85;
    color: #546274;
    position: relative;
    min-height: 100vh;
    height: 100%
}
    body::after {
        content: '';
        display: block;
        height: 50px;
    }

.footer-bottom {
    background: #363636;
    padding: 2px 0px;
    color: #b7b7b7;
    margin-top: 2%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}



  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Open Sans', sans-serif;
    
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
  }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
  }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    color: inherit;
  }
  
  h1 {
    font-size: 6.4rem;
  }
  
  h2 {
    font-size: 4.8rem;
  }
  
  h3 {
    font-size: 3.6rem;
  }
  
  h4 {
    font-size: 2.8rem;
  }
  
  h5 {
    font-size: 2.2rem;
  }
  
  h6 {
    font-size: 1.8rem;
  }
  
  p {
    line-height: 1.85;
    font-size: 1.8rem;
    color: #546274;
    margin: 0;
    padding: 0;
  }
  
  a {
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    outline: none;
    text-decoration: none;
  }
  
  a,
  a:hover,
  a:focus {
    text-decoration: none;
    display: inline-block;
    color: inherit;
    outline: none;
  }
.pt30 {
  padding-top: 30px; }

.pb30 {
  padding-bottom: 30px; }

.pt40 {
  padding-top: 40px; }

.pb40 {
  padding-bottom: 40px; }

.pt60 {
  padding-top: 60px; }

.pb60 {
  padding-bottom: 60px; }

.pt70 {
  padding-top: 70px; }

.pb70 {
  padding-bottom: 70px; }

.pt130 {
  padding-top: 130px; }

.pb130 {
  padding-bottom: 130px; }

.pt150 {
  padding-top: 150px; }

.pb150 {
  padding-bottom: 150px; }

.pt180 {
  padding-top: 180px; }

.pb180 {
  padding-bottom: 180px; }

.pt200 {
  padding-top: 200px; }

.pb200 {
  padding-bottom: 200px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

  /* External css */



  
  textarea {
    resize: none;
  }
  
  input::-webkit-input-placeholder,
  .form-control::-webkit-input-placeholder {
    color: #546274;
  }
  input:-moz-placeholder,
  .form-control:-moz-placeholder {
    color: #546274;
  }
  input::-moz-placeholder,
  .form-control::-moz-placeholder {
    color: #546274;
  }
  input:-ms-input-placeholder,
  .form-control:-ms-input-placeholder {
    color: #546274;
  }
  
  button, .btn {
    border: 0;
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .primary-color {
    color: #1e85ff;
  }
  
  .primary-bg {
    background: #1e85ff;
  }
  
  .white-text {
    color: #ffffff;
  }
  
  .white-bg {
    background: #ffffff;
  }
  
  .ekyc-bg {
    background-size: cover;
  }


  /*  */
.ugf-nav {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 5%);
  box-shadow:0px 2px 5px 0px rgb(0 0 0 / 5%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9; }

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0; }
  .navigation .logo a span {
    background: #e5e5e5;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 1.8rem; }
    .navigation .nav-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navigation .nav-btns .back {
      font-size: 1.4rem;
      font-weight: 400;
      color: #546274;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: "Roboto", sans-serif;
      flex-flow: "Roboto", sans-serif;
      margin-right: 25px; }
      .navigation .nav-btns .back:hover {
        color: #1e85ff; }
    .navigation .nav-btns .get {
      background: #1e85ff;
      color: #ffffff;
      height: 50px;
      padding: 0 30px;
      border-radius: 5px;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      font-size: 1.5rem;
      font-weight: 700;
      font-family: "Roboto", sans-serif;
      line-height: 50px; }



.Ekyc-form .input-block + .input-block {
  margin-top: 50px; }
  .Ekyc-form .input-block .form-group .select-input span {
    position: absolute;
    top: 27px;
    right: 15px;
    height: 0;
    width: 0;
    border-top: 6px solid #b2becc;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.Ekyc-form .input-block h4 {
  font-size: 23px;
    font-family: 'Open Sans', Regular;
  color: #333333; }
  .Ekyc-form .input-block h4 + div {
    margin-top: 40px; }
    .Ekyc-form .input-block h6{
      font-family: 'Open Sans', Regular;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    }
.Ekyc-form .input-block p {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  margin-top: 5px; }
  .Ekyc-form .input-block p + div {
    margin-top: 40px; }
    .light-gray{ color: #999999 !important;}
    .line-height{ line-height: 18px;}

    .circle-name{
      border: 2px #3590e2 solid;
    border-radius: 65%;
    width: 120px;
    height: 120px;
    text-align: center;
    display: inline-block;
    background-color: #ebf4fc;
    vertical-align: middle;  
    }
    .circle-name p{line-height: 110px; font-size: 30px !important;}
    

.Ekyc-form .input-block .country-select-wrap .country-select {
  width: 100%; }
  .Ekyc-form .input-block .country-select-wrap .country-select .flag-dropdown .selected-flag {
    padding-left: 22px; }
    .Ekyc-form .input-block .country-select-wrap .country-select .flag-dropdown .selected-flag:hover {
      background: #ffffff; }
    .Ekyc-form .input-block .country-select-wrap .country-select .flag-dropdown .selected-flag .flag:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 32px;
      width: 44px;
      background: url(../images/flag-circle.png);
      content: ''; }
    .Ekyc-form .input-block .country-select-wrap .country-select .flag-dropdown .selected-flag .arrow {
      border: 0; }
  .Ekyc-form .input-block .country-select-wrap .country-select #country {
    height: 70px;
    width: 100%;
    display: block;
    padding-left: 80px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
    border: 0;
    outline: none;
    border-radius: 5px; }
    .Ekyc-form .input-block .country-select-wrap .country-select #country:focus {
      -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
      box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
      border: 0 !important;
      outline: none; }
  .Ekyc-form .input-block .country-select-wrap .country-select .country-list {
    max-height: 300px;
    border-radius: 5px;
    border: 0;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.08);
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .Ekyc-form .input-block .country-select-wrap .country-select .country-list::-webkit-scrollbar {
      display: none; }
    .Ekyc-form .input-block .country-select-wrap .country-select .country-list .country {
      padding: 10px; }
      .Ekyc-form .input-block .country-select-wrap .country-select .country-list .country .flag {
        position: relative; }
        .Ekyc-form .input-block .country-select-wrap .country-select .country-list .country .flag:before {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 32px;
          width: 44px;
          background: url(../images/flag-circle.png);
          content: ''; }

.Ekyc-form .input-block .country-select-wrap .country-select .flag {
  width: 40px; }

.Ekyc-form .input-block .country-select-wrap .country-select.inside .flag-dropdown:hover .selected-flag {
  background: #ffffff; }

.Ekyc-form .input-block .custom-form-group {
  position: relative;
  margin-bottom: 25px; }
  .Ekyc-form .input-block .custom-form-group .custom-form-control {
    display: none; }
    .Ekyc-form .input-block .custom-form-group .custom-form-control:checked ~ label {
      border-color: rgba(30, 133, 255, 0.5); }
      .Ekyc-form .input-block .custom-form-group .custom-form-control:checked ~ label .text {
        color: #1e85ff; }
      .Ekyc-form .input-block .custom-form-group .custom-form-control:checked ~ label .icon {
        opacity: 1; }
      .Ekyc-form .input-block .custom-form-group .custom-form-control:checked ~ label:before {
        background: #1e85ff;
        border-color: transparent; }
      .Ekyc-form .input-block .custom-form-group .custom-form-control:checked ~ label:after {
        opacity: 1; }
  .Ekyc-form .input-block .custom-form-group label {
    margin-bottom: 0;
    width: 100%;
    border: 0;
    border-radius: 5px;
    line-height: 60px;
    padding: 0 25px;
    text-align: left;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
    background: #ffffff;
    height: 60px; }
    .Ekyc-form .input-block .custom-form-group label .text {
      font-size: 1.5rem;
      font-family: "Roboto", sans-serif;
      color: #546274;
      font-weight: 700;
      text-transform: uppercase;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .Ekyc-form .input-block .custom-form-group label .icon {
      opacity: .5;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .Ekyc-form .input-block .custom-form-group label:before {
      position: absolute;
      top: 25px;
      left: 20px;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      border: 2px solid rgba(0, 0, 0, 0.08);
      content: '';
      opacity: 1; }
    .Ekyc-form .input-block .custom-form-group label:after {
      opacity: 0;
      position: absolute;
      top: 10px;
      left: 21px;
      border-radius: 50%;
      content: url("../images/check-white.svg"); }

.Ekyc-form .input-block .file-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .Ekyc-form .input-block .file-input-wrap .custom-file {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 10px);
    flex: 0 0 calc(33.33% - 10px);
    height: auto;
    text-align: center;
    margin-bottom: 25px; }
    .Ekyc-form .input-block .file-input-wrap .custom-file .custom-file-input {
      display: none; }
    .Ekyc-form .input-block .file-input-wrap .custom-file .custom-file-label {
      position: relative;
      height: 170px;
      padding: 0;
      -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
      box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
      border: 0;
      border-radius: 5px;
      background: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      margin-bottom: 0; }
      .Ekyc-form .input-block .file-input-wrap .custom-file .custom-file-label:after {
        content: '';
        padding: 0;
        height: 70px;
        width: 70px;
        border-radius: 5px;
        border: 1px dashed rgba(178, 190, 204, 0.5);
        background: transparent;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .Ekyc-form .input-block .file-input-wrap .custom-file .text {
      margin-top: 10px;
      display: inline-block;
      font-size: 1.3rem;
      font-weight: 400;
      color: #546274;
      font-family: "Roboto", sans-serif; }

.Ekyc-form .input-block .conditions {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 10px;
  background: #e6e6e6; }

  
.Ekyc-form .input-block .conditions1 {
    margin: 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 10px 20px;
    background: #fafafa;
    height: 38vh;
}
.nominee-dFlex {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}
.add-nominee {
    font-size: 15px !important;
    padding: 0px 20px !important;
   /* width: 150px !important;*/
    text-align: center;
}
.close-icon {
    color: red;
    font-size: 22px;
}
 .sign-your ul li{ margin: 8px 0px; line-height: 24px;}

.conditions h5{ text-align: center; font-size: 19px;}
.conditions p{ font-size: 16px !important;}

  .Ekyc-form .input-block .conditions {
    position: relative;
 
    margin-bottom: 10px; }
    .Ekyc-form .input-block .conditions ul li:before {
      position: absolute;
      top: 3px;
      left: 0;
      content: url(../images/check-grey.svg); }
    .Ekyc-form .input-block .conditions ul li.complete:before {
      content: url(../images/check-green.svg); }
    .Ekyc-form .input-block .conditions ul li:nth-child(odd) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%; }
    .Ekyc-form .input-block .conditions ul li:nth-child(even) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%; }
      .shadow {
        box-shadow: 0 0px 5px rgba(0,0,0,.10)!important;
    }
.Ekyc-form .input-block .form-group {
  margin-bottom: 30px;
  width: 100%; }
  .Ekyc-form .input-block .form-group label {
    font-size: 16px;
    margin-bottom: 3px;
    color: #999999;
    font-family: 'Open Sans', sans-serif; }
    .Ekyc-form .input-block .form-group label a{ font-size: 14px; margin-left: auto;}
  .Ekyc-form .input-block .form-group .form-control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-weight: 700;
    background: #ffffff;
    font-family: 'Open Sans', Regular;
    padding: 0 20px;
    box-shadow: 0 0px 5px rgba(0,0,0,.10);
    font-size: 16px;
    color: #333333; }
    .Ekyc-form .input-block .form-group .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #b2becc; }
    .Ekyc-form .input-block .form-group .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #b2becc; }
    .Ekyc-form .input-block .form-group .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #b2becc; }
    .Ekyc-form .input-block .form-group .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #b2becc; }
  .Ekyc-form .input-block .form-group .custom-checkbox {
    margin-bottom: 10px; }
    .Ekyc-form .input-block .form-group .custom-checkbox .custom-control-input {
      height: 18px;
      width: 18px;
      border-radius: 3px;
      border: 3px solid rgba(0, 0, 0, 0.08);
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .Ekyc-form .input-block .form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        background: #1e85ff; }
    .Ekyc-form .input-block .form-group .custom-checkbox .custom-control-label {
      width: auto;
      text-align: left;
      position: static;
      top: auto;
      left: auto;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      padding-left: 10px;
      cursor: default;
      font-weight: 400;
      color: #546274; }
      .Ekyc-form .input-block .form-group .custom-checkbox .custom-control-label:before {
        top: 2px;
        left: 0;
        height: 18px;
        width: 18px;
        border-radius: 3px;
        border: 2px solid rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none; }
      .Ekyc-form .input-block .form-group .custom-checkbox .custom-control-label:after {
        top: 2px;
        left: 0;
        height: 18px;
        width: 18px; }
      .Ekyc-form .input-block .form-group .custom-checkbox .custom-control-label a {
        color: #1e85ff; }
  .Ekyc-form .input-block .form-group .select-input {
    position: relative; }
    .small-input{border-right: 0 !important; border-radius: 5px 0px 0px 5px !important;
      }
    .Ekyc-form .input-block .form-group .select-input span {
      position: absolute;
      top: 23px;
      right: 15px;
      height: 0;
      width: 0;
      border-top: 6px solid #b2becc;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent; }
      .Ekyc-form .input-block .form-group .select-input .span {
        position: absolute;
        top: 23px;
        right: 15px;
        height: 0;
        width: 0;
        border-top: 6px solid #b2becc;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent; }
    .Ekyc-form .input-block .form-group .select-input .form-control {
      width: 100%;
      padding-right: 0;
      padding-left: 15px;
      color: #333333;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none; }
      .Ekyc-form .input-block .form-group .select-input .form-control option {
        color: #546274; }
  .Ekyc-form .input-block .form-group .birth-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .Ekyc-form .input-block .form-group .birth-date .select-input {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 10px);
      flex: 0 0 calc(33.33% - 10px); }
  .Ekyc-form .input-block .form-group .check-gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .Ekyc-form .input-block .form-group .check-gender .custom-radio {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
      flex: 0 0 135px;
      margin-right: 20px; }
      .Ekyc-form .input-block .form-group .check-gender .custom-radio .custom-control-input {
        display: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none; }
        .Ekyc-form .input-block .form-group .check-gender .custom-radio .custom-control-input:checked ~ .custom-control-label {
          border-color: rgba(30, 133, 255, 0.5);
          color: #1e85ff; }
        .Ekyc-form .input-block .form-group .check-gender .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
          background: #1e85ff; }
        .Ekyc-form .input-block .form-group .check-gender .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
          background-image: none;
          content: url(../images/check-white.svg); }
      .Ekyc-form .input-block .form-group .check-gender .custom-radio .custom-control-label {
        background: #ffffff;
        height: 60px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.5rem;
        font-weight: 400;
        color: #b2becc;
        padding-left: 58px;
        text-transform: capitalize; }
        .Ekyc-form .input-block .form-group .check-gender .custom-radio .custom-control-label:before {
          height: 18px;
          width: 18px;
          border-radius: 2px;
          background: #e1e7ee;
          border: none;
          top: 19px;
          left: 20px; }
        .Ekyc-form .input-block .form-group .check-gender .custom-radio .custom-control-label:after {
          height: 18px;
          width: 18px;
          top: 20px;
          left: 20px; }
          .my-radio { display: flex; justify-content: space-between; margin: 10px 0px;}
          .my-radio .form-check-input{margin-top: 0.5em;}

.Ekyc-form .input-block  .label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1c2437;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  margin-bottom: 5px; }

.Ekyc-form .input-block .documents-upload-wrap .nav-tabs {
  border-bottom: 0;
  margin-bottom: 25px; }
  .Ekyc-form .input-block .documents-upload-wrap .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 20px;
    margin-bottom: 15px; }
    .Ekyc-form .input-block .documents-upload-wrap .nav-tabs .nav-item:last-child {
      margin-right: 0; }
    .Ekyc-form .input-block .documents-upload-wrap .nav-tabs .nav-item .nav-link {
      border: 1px solid rgba(0, 0, 0, 0.08);
      background: transparent;
      border-radius: 5px;
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-transform: uppercase;
      font-size: 1.4rem;
      font-weight: 700;
      color: #546274;
      font-family: 'Open Sans', sans-serif; }
      .Ekyc-form .input-block .documents-upload-wrap .nav-tabs .nav-item .nav-link img {
        margin-right: 15px;
        opacity: .5;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .Ekyc-form .input-block .documents-upload-wrap .nav-tabs .nav-item .nav-link.active {
        color: #1e85ff;
        border-color: rgba(30, 133, 255, 0.4); }
        .Ekyc-form .input-block .documents-upload-wrap .nav-tabs .nav-item .nav-link.active img {
          opacity: 1; }

.Ekyc-form .input-block .documents-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .Ekyc-form .input-block .documents-upload .upload-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 10px);
    flex: 0 0 calc(49.33% - 10px);
    height: auto;
    text-align: center;
    margin-bottom: 25px; }
    .Ekyc-form .input-block .documents-upload .upload-item .btn-upload {
      position: relative;
      height: 180px;
      padding: 0;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      background: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      /* align-items: center; */
      cursor: pointer;
      margin-bottom: 0; }
      /* .Ekyc-form .input-block .documents-upload .upload-item .btn-upload:after {
        content: '';
        padding: 0;
        border-radius: 68%;
        background: #e7f2fc;
        top: 30px;
        left: 15%; 
        width: 35px;
        height: 35px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute; } */
      .Ekyc-form .input-block .documents-upload .upload-item .btn-upload img {
        position: absolute;
        z-index: 2;
        color: #1e85ff;
        top: 23px;
        left: 5%; }
      .Ekyc-form .input-block .documents-upload .upload-item .btn-upload .preview-box {
        position: relative;
        left: 35%;
         top: 75%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        max-width: 80%;
        max-height: 80%;
        overflow: hidden;
        z-index: 1;
      text-align: left;
      }
      .ihaveread{ font-size: 13px !important;}
      .preview-box p{ font-size: 12px !important; line-height: 18px;}
        .preview-box h6{ font-size: 14px;}
    .Ekyc-form .input-block .documents-upload .upload-item .upload-direction {
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-top: 0;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      padding: 10px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .Ekyc-form .input-block  .documents-upload .upload-item .upload-direction .text {
        font-size: 1.2rem;
        font-weight: 700;
        color: #1c2437;
        font-family: 'Open Sans', sans-serif; }

.Ekyc-form .input-block .custom-checkbox {
  margin-bottom: 10px;
  margin-top: 30px; }
  .Ekyc-form .input-block .custom-checkbox .custom-control-input {
    height: 18px;
    width: 18px;
    border-radius: 3px;
    border: 3px solid rgba(0, 0, 0, 0.08);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .Ekyc-form .input-block .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
      background: #1e85ff; }
  .Ekyc-form .input-block .custom-checkbox .custom-control-label {
    width: auto;
    text-align: left;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-left: 30px;
    cursor: default;
    font-weight: 400;
    color: #546274;
    font-size: 1.4rem; }
    .Ekyc-form .input-block .custom-checkbox .custom-control-label:before {
      top: 2px;
      left: 0;
      height: 18px;
      width: 18px;
      border-radius: 3px;
      border: 2px solid rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
    .Ekyc-form .input-block .custom-checkbox .custom-control-label:after {
      top: 2px;
      left: 0;
      height: 18px;
      width: 18px; }
    .Ekyc-form .input-block .custom-checkbox .custom-control-label a {
      color: #1e85ff; }
label{ color: #999999;}
.Ekyc-form .btn {
  height: auto;
  width: 100%;
  line-height: 40px;
  padding: 0;
  border-radius: 30px;
  background: #3590e2;
  color: #ffffff;
  font-size: 17px;
  font-family: 'Open Sans', Semi Bold;
  outline: none;
  display: block;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin: auto;
  -webkit-box-shadow: none;
  box-shadow: none; }
.Ekyc-form1 .btn {
    height: auto;
    width: 100%;
    line-height: 40px;
    padding: 0;
    border-radius: 30px;
    background: #3590e2;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Open Sans', Semi Bold;
    outline: none;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}
  .Ekyc-form .btn-gray {
    height: auto;
    width: 100%;
    font-weight: 500;
    line-height: 40px;
    padding: 0;
    border-radius: 30px;
    background: #e6e6e6;
    color: #666;
    font-size: 17px;
    font-family: 'Open Sans', Semi Bold;
    outline: none;
    display: block;
    letter-spacing: 0.5px;
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none; }

.final-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding: 120px 0;
  text-align: center; }
  .final-content .icon {
    margin-bottom: 20px; }
  .final-content h2 {
    font-size: 3.6rem;
    font-weight: 700;
    color: #1c2437;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px; }
  .final-content p {
    font-size: 1.5rem;
    max-width: 500px;
    margin: 0 auto;
    font-weight: 400;
    color: #546274;
    font-family: 'Open Sans', sans-serif; }
  .final-content .btn {
    margin-top: 30px;
    height: 60px;
    width: 200px;
    text-align: center;
    line-height: 60px;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #1e85ff;
    border-radius: 5px; }

    .fa-Style{
      background-image: linear-gradient(#ffd66b, #f26f00);
      color: #fff;
      border-radius: 68%;
      margin-top: 3px;
      font-size: 17px !important;
      margin-right: 6px;
      width: 35px;
      height: 35px;
      line-height: 30px !important;
      text-align: center;
    }
    .link-text{ color: #127cdd !important; font-size: 16px;}
    .text-small p{  line-height: 20px;}
    .text-small p small{ font-size: 13px !important; color: #999999;}
    small{ font-size: 15px }
    .take-selfie .conditions{ height: auto;}

    .line{ text-align: center; margin: 8px 0px;}
   /* .line::before,
    .line::after {
      display: inline-block;
      content: "";
      border-top: 0.1rem solid #c1c1c1;
      width: 12rem;
      margin: 0 1rem;
      transform: translateY(-0.5rem);
    }*/
    .Ullist{ list-style-type: none; margin: 0px; padding: 0px;}
    .Ullist li{ display: flex;line-height: 20px; margin-bottom: 5px; }
    .Ullist li i{margin-right: 10px; margin-top: 3px;}
    .photo-list{ margin: 0px; padding: 0px; list-style-type: none; }
    .photo-list li{width: 25%; position: relative; display: inline-block; margin-right: 10px;}
    .photo-list li p{font-size: 1.4rem; line-height: 18px !important; }
    .photo-list li div{  border: 1px #e6e6e6 solid;
      border-radius: 5px;
      padding: 12px 2px;}
    .photo-list li .active{border: 1px #127cdd solid !important;}
    .photo-list li img{ text-align: center; margin: auto;}
    .img-check-icon{ 
      position: absolute;
    right: -5px;
    top: -8px;
    width: 20px !important;
    height: 20px !important;
    }
    .photo-list .check-icon{ 
      position: absolute;
    right: -8px;
    top: -12px;
    
    }
    .photo-box li{ text-align: center;}
    .photo-box li span{ font-size: 18px;}
    .photo-box li img{ text-align: center; margin: auto; height: 70px; }
    .bank-proof  li p{font-size: 1.2rem !important; line-height: 19px !important; text-align: center; }
    .bank-proof li div{ height: 140px;}
    .button-section{ margin: 0px; display: flex; justify-content: space-between; padding: 0px; list-style-type: none;}
    .button-section li:nth-child(2) a{ border-radius: 50px; padding: 5px 30px;}
    .button-section li:nth-child(1) a{ border-radius: 50px; padding: 5px 30px;}
    .button-section li{ width: 48%; display: grid; text-align: center; font-size: 18px;}
    .fS{ font-size: 15px;}
    .fS12{ font-size: 14px;}
    .fS10{ font-size: 10px !important;}
    .text-color{color: #999999;}
    .Upload-section .fa{ font-size: 20px;}
    .Upload-section label:before{ display: none;}
    .Upload-section label{padding-left: 15px !important; box-shadow: 0px 1px 3px 2px rgb(0 0 0 / 6%) !important;}
    .logo{display: contents;}
    .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    margin-top: 14px;
    margin-left: 10px;
}
.has-search .form-control {
  padding-left: 4.375rem !important;
  position: relative;
}
.bank-list{ list-style-type: none; margin: 0px; padding: 0px;}
.bank-list li{ width: 48%;     border: 1px solid rgba(0, 0, 0, 0.12); padding: 10px 10px;
  display: inline-flex;
  margin: 10px 0px;
  border-radius: 10px;
  height: 100%;
  line-height: 22px;}
  .bank-list li:nth-child(even) { float: right;}
.bank-list li img{ width: 45px; height: 45px;}
.bank-list li span{ font-size: 15px; padding-left: 5px; margin-top: 12px;}
.bank-list li a{ display: flex; width:100%;}


.main-bank-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .main-bank-list li span {
        font-size: 15px;
        padding-left: 5px;
        margin-top: 12px;
    }

    .main-bank-list li a {
        display: flex;
    }

    .main-bank-list li img {
        width: 45px;
        height: 45px;
    }

    .main-bank-list li {
        width: 31%;
        border: 1px solid rgba(0, 0, 0, 0.12);
        padding: 10px 10px;
        display: inline-flex;
        margin: 7px 5px;
        border-radius: 10px;
        height: 100%;
        line-height: 22px;
    }

.Group-button a{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px !important;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -webkit-transform-origin: 0 0;
  box-shadow: 0px 0px 0 100px rgb(255 255 255) inset;
  text-align: left;
  margin-bottom: 20px !important;
}
.Group-button ul {
  list-style-type: none;
  margin: 4px 0px;
  padding: 0px;
}
.Group-button ul li {
  line-height: 15px;
}
.Group-button ul li .fa {
  background: #e7f2fc;
  color: #127cdd;
  border-radius: 68%;
  margin-top: 3px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.Group-button ul li .icon {
  margin-top: 3px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.Group-button ul li span {
  font-size: 14px;
    color: #333333;
}
.Group-button ul li small {
  color: #999999;
  font-size: 13px;
}
.Group-button ul li:nth-child(3) {
  margin-top: 9px;
  margin-left: auto;
}
.Group-button ul li:nth-child(2) {
  margin-top: 3px;
}
.Group-button .fa-chevron-circle-right{color: #127cdd; background-color: transparent !important; margin-top: 0px !important; 
  line-height: inherit !important;}
  input[type=file]::file-selector-button {
    border: 2px solid #fff;
    background-color: #fff;
    transition: 1s;
    margin-top: 12px;
  }
.Pl50 {
    padding-left: 50px !important;
}
  .btn-download{
    position: absolute;
    right: 15px;
    top: 38%;
  }
.Lblerror {
    color: #f00 !important;
    text-transform: inherit !important;
    display: block !important;
    text-align: center !important;
}

.LblSuccess {
    color: #28a745 !important;
    text-transform: inherit !important;
    display: block !important;
    text-align: center !important;
}

label.error {
    display: none !important;
}

input.error, select.error, textarea.error {
    border: 1px solid #f00 !important;
    background: #fff5f5 !important;
    box-shadow: 0px 0px 7px rgb(255 0 0 / 50%) !important;
}

input[type="radio"].error {
    outline: 1px solid #F00 !important;
}




  .bank-details{
    border: #127cdd solid 1px;
    border-radius: 10px;
    padding: 20px;
    position: relative;
  }
  .bank-details h4{ font-size: 18px; color: #333333;}
  .bank-details h5{ font-size: 18px;}
  .bank-details p{ font-size: 16px; line-height: 26px;}
  .bank-details .check-box{ position: absolute; right: 20px; top: 10px;}
.label-flex{ display: flex; justify-content: space-between;}
.icon-flex{ position: absolute;
  top: 45%;
  right: 10px;
  font-size: 20px;
  color: #999999;}
  .Pl50{padding-left: 50px !important; }
  .alink{color: #127cdd;
    font-size: 16px;}
    .otp-text{ color: #999999 !important;}

    .mymodal h4{ font-size: 14px; color: #127cdd;}
    .mybtns-groups .btn{ background-color: transparent; border: #f8f9fa 1px solid !important;}

    .verifying-box h3{ font-size: 18px; color: #127cdd; font-weight: normal;}
    .verifying-box h4{ font-size: 24px; color: #3da23f !important; font-weight: normal;}
    .verifying-box h4 .fa{color: #3da23f; font-size: 28px;}
    .verifying-box small{ line-height: 20px; margin-top: 10px;}
    .income-list {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      display: block;
      justify-content: space-between;
  }
        .income-list li {
            width: 15%;
            display: inline-block;
            /*height: 100%;*/
            margin-right: 5px;
            margin-bottom: 12px;
        }

            .income-list li div {
                border: 1px #e6e6e6 solid;
                border-radius: 5px;
                padding: 12px 2px;
            }

                .income-list li div p {
                    font-size: 15px !important;
                    color: #999999 !important;
                }

.income-list1 li span {
    width: 35px;
    height: 35px;
    background-color: #f5f5f5;
    transform: rotate(45deg);
    display: inline-block;
}

.income-list1 li .fa {
    color: #999999;
    font-size: 18px;
    vertical-align: -webkit-baseline-middle;
    transform: rotate(-50grad);
    padding-top: 4px;
}

    .income-list li img{     
      color: #999999;
      font-size: 18px;
      vertical-align: -webkit-baseline-middle;
      /*transform: rotate(-50grad);*/
      padding-top: 2px;}
  .shape-icon
  {
    width: 100px;
	height: 100px;
	transform: rotate(45deg);
	background: #ffd700;
}
.well-done{color: #333333; font-size: 28px; font-weight: 400; font-family: Open Sans Regular;}

.login-details{ background-color: #e5f6fa; padding: 15px 20px;}
.login-details ul{list-style-type: none; margin: 0px; display: flex; justify-content: space-between; padding: 0px;}
.login-details ul li{display: inline-block; line-height: 20px; text-align: center; padding: 0px 15px;}
.login-details ul li p{color: #333333; font-size: 17px !important; margin: 0px !important; padding: 0px;}
.login-details ul li span{color: #127cdd; font-size: 15px;}

.well-done-box .box1 {
    display: flex;
    justify-content: space-between;
}

    .well-done-box .box1 h3 {
        font-size: 18px;
        color: #333333;
        text-align: start;
        margin-top: 5px;
        font-weight: 500;
    }

    .well-done-box .box1 p {
        color: #333333;
        font-size: 16px;
        text-align: start;
        line-height: 20px;
    }

.well-done-box .box2 p {
    color: #353641;
    font-size: 15px;
    margin-bottom: 15px;
}

.well-done-box .box2 ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
}

    .well-done-box .box2 ul li span {
        color: #127cdd;
        font-size: 28px;
        font-weight: bold;
    }

    .well-done-box .box2 ul li {
        line-height: 20px;
    }

        .well-done-box .box2 ul li img {
            margin-top: 10px;
        }

        .well-done-box .box2 ul li p {
            color: #333333;
            font-size: 18px;
        }

.care-share{ background-color: #fef3e9; padding: 10px 15px;}

/*.secure-icon{
  position: absolute;
    right: 0px;
    bottom: 0;
    top: 95%;
    width: 45px;
}*/
.ekyc-main-container {
  padding: 100px 0 10px 0;
}

.hide-icon{ display: none !important;}

@media all and (min-width: 991px) {
    .ekyc-main-container {
        padding: 100px 0 10px 0;
    }
}

@media all and (max-width: 991px) {
  .hide-icon{ display: block !important; padding-right: 8px; margin-top: 5px;}
}



@media all and (min-width: 768px) {
    .ekyc-main-container {
        padding: 10px 0 10px 0px !important;
    }
    .box {
        background-color: #fff;
        width: 560px;
        margin: auto;
        height: 100%;
        box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
        padding-bottom: 10%;
        margin-top: 0px;
        border-radius: 6px;
    }
    .Ekyc-form {
        background-color: #fff;
        width: auto;
        margin: auto;
        height: 100%;
        box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
        padding-bottom: 10%;
        margin-top: 10px;
        border-radius: 6px;
        padding: 40px 70px;
    }

    .bg {
        width: 100%;
        background: url(../images/bg.png) top center;
        background-size: cover;
       /* margin-top: 107px;*/
        padding: 80px 0px;
        background-repeat:no-repeat;
    }

    .ugf-nav {
        background: #fff !important;
        -webkit-box-shadow: none;
        box-shadow: 0px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }
}

@media all and (max-width: 767px) {

  .ekyc-main-container {
    padding: 70px 0px 10px 0px;
}
 
  .navigation .nav-btns .back {
    display: none; }
  .navigation .nav-btns .get {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem; }
  .Ekyc-form .input-block .documents-upload {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .Ekyc-form .input-block  .documents-upload .upload-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
      flex: 0 0 calc(50% - 15px); } }
      @media screen and  (max-width: 575px) {
        .Ekyc-form .input-block h6{ font-size: 16px;}
        .header-user-name{ width:55%; text-align:start;}
        /*.nav-btns img {
            width: 25px;
        }*/
        .Ekyc-form .input-block .form-group .select-input .span {
          top: 24px;
          right: 0px;}
        .Ekyc-form .input-block h4, .Ekyc-form .input-block p{ text-align: center;}
        .Ekyc-form .btn{ width: 100%;}
        .Ekyc-form{ padding: 0px 10px;}
        /* .navigation{padding: 5px 5px;} */
        .photo-list li p{font-size: 11px !important;}
        .Ekyc-form .input-block p {
          font-size: 15px;
        }

        .footer-bottom{ bottom:0px}
             }

      @media screen and  (max-width: 500px) {
        .secure-icon{
          position: absolute;
            right: 13px;
            
        }
        .mybtns {
            width: inherit;
            margin: auto;
        }

        .bank-list li{  width: 100%;}
        .bank-list li span {
          font-size: 16px;
          }
  .Ekyc-form .input-block .file-input-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .Ekyc-form .input-block .file-input-wrap .custom-file {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
      flex: 0 0 calc(50% - 10px); }
  .Ekyc-form .input-block .conditions ul {
    display: block; }
    .Ekyc-form .input-block .conditions ul li + li {
      margin-top: 5px; } }

@media all and (max-width: 461px) {
    .footer-bottom span {
        font-size: 11px !important
    }
}

    @media all and (max-width: 439px) {
        
        /*popup css*/
        .mybtns-groups .btn {
            padding: 5px 6px !important;
        }

        .mymodal .modal-body {
            padding: 1rem !important;
        }

        .mymodal {
            /*  bottom: -81% !important;*/
           /* top: initial;*/
        }


        .Ekyc-form .input-block .documents-upload {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .Ekyc-form .input-block .documents-upload .upload-item {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
            }
    }

    @media all and (max-width: 400px) {
        .photo-box li {
            width: 31%;
            margin-right: 5px;
            display: inline-block;
        }
        /* .photo-box{ display: inherit;} */
    }

@media all and (max-width: 380px) {
    .navigation .miraelogo {
        width: 125px;
    }
}

    @media all and (max-width: 375px) {
       
        /*popup css*/
        .mybtns-groups .btn {
            font-size: 11px !important;
        }

        .mybtns-groups .btn {
            margin-right: 5px !important;
        }

        .mymodal .modal-body {
            padding: 1rem 0rem !important;
        }

        .mybtns-groups {
            padding: 10px 0px;
        }


        .my-radio .one, .my-radio .two {
            display: inline-block;
        }

        .Ekyc-form .input-block .form-group label {
            font-size: 15px;
        }

        .link-text {
            font-size: 15px;
        }

        .Ekyc-form .input-block p {
            font-size: 17px;
            line-height: 23px;
        }

        .Ekyc-form .input-block .form-group .form-control {
            height: 50px;
        }

        .login-details ul li {
            padding: 0px 9px;
        }
    }

    .box-shadow-right {
        box-shadow: -3px 0px 4px rgb(233 233 233 / 75%) !important;
        margin-left: 2px;
    }



    /* The Lblcontainer */
    .Lblcontainer {
        display: block;
        position: relative;
        padding-left: 24px;
        margin-bottom: 11px;
        cursor: pointer;
        font-size: 13px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #333;
    }

        /* Hide the browser's default checkbox */
        .Lblcontainer input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 4px;
        left: 3px;
        height: 16px;
        width: 16px;
        background-color: #fff;
        border: 1px solid #127cdd;
    }

    /* On mouse-over, add a grey background color */
    .Lblcontainer:hover input ~ .checkmark {
        background-color: #fff;
    }

    .blue-btn:hover {
        color: #fff !important;
    }

    .header-user-name {
        white-space: nowrap;
        overflow: hidden;
        Text-overflow: ellipsis;
        display: inline-block;
    }
    /* When the checkbox is checked, add a blue background */
    .Lblcontainer input:checked ~ .checkmark {
        background-color: #fff;
        border: 1px solid #127cdd;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .Lblcontainer input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .Lblcontainer .checkmark:after {
        left: 5px;
        top: 0px;
        width: 5px;
        height: 10px;
        border: solid #127cdd;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate( 45deg);
        -ms-transform: rotate(45deg);
        transform: rotate( 45deg);
    }





    /* popup modal css */
    .mymodal h4 {
        font-size: 20px;
        color: #127cdd;
    }

    .mybtns-groups .btn {
        background-color: transparent;
        border: #f2f2f2 1px solid !important;
        font-size: 13px;
        margin-right: 15px;
        padding: 5px 15px;
        height: auto;
        line-height: inherit;
        border-radius: 30px;
        width: 100%;
    }

    .mymodal .modal-header {
        border-bottom: 1px solid #f2f2f2 !important;
    }

    .mymodal .modal-content {
        border-radius: 10px;
    }

    .mybtns-groups {
        padding: 10px 10px;
    }

    .mymodal {
        z-index: 999999999999999 !important;
        /*  bottom: -75%;
    top: initial;*/
    }

        .mymodal .modal-body {
            padding: 3rem 2rem;
        }



    /* Modal Secound */
    .mypopup h4 {
        font-size: 18px;
        color: #127cdd;
    }

    .mypopup .modal-content {
        border-radius: 15px;
    }

    .popup-text p:nth-child(1) {
        color: #333;
        line-height: 25px;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .popup-text p:nth-child(2) {
        color: #999;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .popup-text a {
        color: #127cdd;
        font-size: 15px;
    }

    .popup-text {
        text-align: center;
        padding: 20px 30px;
    }

    .mybtns {
        width: 80%;
        margin: auto;
    }

        .mybtns .btn {
            font-weight: 500;
            color: #000 !important;
            font-size: 16px !important;
        }




