@import url("./fonts.css");

@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  cursor: default;
}

:focus,
.form-control:focus,
input:focus {
  outline: none !important;
  box-shadow: none;
}

button,
button:hover,
a,
a:focus,
a:active,
a:hover {
  /* cursor: url("../images/partner/pointer.svg"), pointer !important; */
  cursor: pointer;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

a,
a:hover {
  text-decoration: none;
}

/* all margin */

.mr0 {
  margin: 0px;
}

.mr10 {
  margin: 10px;
}

.mr20 {
  margin: 20px;
}

.mr30 {
  margin: 30px;
}

.mr40 {
  margin: 40px;
}

.mr50 {
  margin: 50px;
}

.mr60 {
  margin: 60px;
}

.mr70 {
  margin: 70px;
}

.mr80 {
  margin: 80px;
}

.mr90 {
  margin: 90px;
}

.mr100 {
  margin: 100px;
}

/* margin top */

.mr-t0 {
  margin-top: 0px;
}

.mr-t10 {
  margin-top: 10px !important;
}

.mr-t20 {
  margin-top: 20px !important;
}

.mr-t30 {
  margin-top: 30px !important;
}

.mr-t40 {
  margin-top: 40px;
}

.mr-t50 {
  margin-top: 50px;
}

.mr-t60 {
  margin-top: 60px;
}

.mr-t70 {
  margin-top: 70px;
}

.mr-t80 {
  margin-top: 80px;
}

.mr-t90 {
  margin-top: 90px;
}

.mr-t100 {
  margin-top: 100px;
}

/* margin right */

.mr-r0 {
  margin-right: 0px;
}

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

.mr-r20 {
  margin-right: 20px;
}

.mr-r30 {
  margin-right: 30px;
}

.mr-r40 {
  margin-right: 40px;
}

.mr-r50 {
  margin-right: 50px;
}

.mr-r60 {
  margin-right: 60px;
}

.mr-r70 {
  margin-right: 70px;
}

.mr-r80 {
  margin-right: 80px;
}

.mr-r90 {
  margin-right: 90px;
}

.mr-r100 {
  margin-right: 100px;
}

/* margin bottom */

.mr-b0 {
  margin-bottom: 0px !important;
}

.mr-b10 {
  margin-bottom: 10px;
}

.mr-b20 {
  margin-bottom: 20px;
}

.mr-b30 {
  margin-bottom: 30px;
}

.mr-b15 {
  margin-bottom: 15px;
}

.mr-b40 {
  margin-bottom: 40px;
}

.mr-b50 {
  margin-bottom: 50px;
}

.mr-b60 {
  margin-bottom: 60px;
}

.mr-b70 {
  margin-bottom: 70px;
}

.mr-b80 {
  margin-bottom: 80px;
}

.mr-b90 {
  margin-bottom: 90px;
}

.mr-b100 {
  margin-bottom: 100px;
}

/* margin left */

.mr-l0 {
  margin-left: 0px;
}

.mr-l10 {
  margin-left: 10px;
}

.mr-l20 {
  margin-left: 20px;
}

.mr-l30 {
  margin-left: 30px;
}

.mr-l40 {
  margin-left: 40px;
}

.mr-l50 {
  margin-left: 50px;
}

.mr-l60 {
  margin-left: 60px;
}

.mr-l70 {
  margin-left: 70px;
}

.mr-l80 {
  margin-left: 80px;
}

.mr-l90 {
  margin-left: 90px;
}

.mr-l100 {
  margin-left: 100px;
}

/* padding  */

.pd0 {
  padding: 0px;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.pd30 {
  padding: 30px;
}

.pd40 {
  padding: 40px;
}

.pd50 {
  padding: 50px;
}

.pd60 {
  padding: 60px;
}

.pd70 {
  padding: 70px;
}

.pd80 {
  padding: 80px;
}

.pd90 {
  padding: 90px;
}

.pd100 {
  padding: 100px;
}

/* padding top */

.pd-t0 {
  padding-top: 0px;
}

.pd-t10 {
  padding-top: 10px;
}

.pd-t20 {
  padding-top: 20px;
}

.pd-t30 {
  padding-top: 30px;
}

.pd-t40 {
  padding-top: 40px;
}

.pd-t50 {
  padding-top: 50px;
}

.pd-t60 {
  padding-top: 60px;
}

.pd-t70 {
  padding-top: 70px;
}

.pd-t80 {
  padding-top: 80px;
}

.pd-t90 {
  padding-top: 90px;
}

.pd-t100 {
  padding-top: 100px;
}

/* padding right */

.pd-r0 {
  padding-right: 0px;
}

.pd-r10 {
  padding-right: 10px;
}

.pd-r20 {
  padding-right: 20px;
}

.pd-r30 {
  padding-right: 30px;
}

.pd-r40 {
  padding-right: 40px;
}

.pd-r50 {
  padding-right: 50px;
}

.pd-r60 {
  padding-right: 60px;
}

.pd-r70 {
  padding-right: 70px;
}

.pd-r80 {
  padding-right: 80px;
}

.pd-r90 {
  padding-right: 90px;
}

.pd-r100 {
  padding-right: 100px;
}

.pd-r170 {
  padding-right: 170px;
}

/* padding bottom */

.pd-b0 {
  padding-bottom: 0px;
}

.pd-b10 {
  padding-bottom: 10px;
}

.pd-b20 {
  padding-bottom: 20px;
}

.pd-b30 {
  padding-bottom: 30px;
}

.pd-b40 {
  padding-bottom: 40px;
}

.pd-b50 {
  padding-bottom: 50px;
}

.pd-b60 {
  padding-bottom: 60px;
}

.pd-b70 {
  padding-bottom: 70px;
}

.pd-b80 {
  padding-bottom: 80px;
}

.pd-b90 {
  padding-bottom: 90px;
}

.pd-b100 {
  padding-bottom: 100px;
}

/* padding left */

.pd-l0 {
  padding-left: 0px;
}

.pd-l10 {
  padding-left: 10px;
}

.pd-l20 {
  padding-left: 20px;
}

.pd-l30 {
  padding-left: 30px;
}

.pd-l40 {
  padding-left: 40px;
}

.pd-l50 {
  padding-left: 50px;
}

.pd-l60 {
  padding-left: 60px;
}

.pd-l70 {
  padding-left: 70px;
}

.pd-l80 {
  padding-left: 80px;
}

.pd-l90 {
  padding-left: 90px;
}

.pd-l100 {
  padding-left: 100px;
}

.body-wrap {
  min-height: 100vh;
  background: #e5e5e5;
  display: flex;
  flex-direction: column;
}

/* header css start */

.top-white-row {
  /* height: 40px; */
  background: #ffffff;
  box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
  display: flex;
  align-items: center;
  width: 100%;
  /* position: absolute; */
}

.top-blue-row {
  height: 60px;
  background: #2dc3e8;
  box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
  display: flex;
  align-items: center;
  width: 100%;
  /* position: absolute; */
}

.t-w-appid h5 {
  font-size: 13px;
  color: #848484;
  font-family: OpenSans-Regular;
}

.t-w-appid span {
  color: #5c5353;
}

/* header css end */

.white-box {
  background: #ffffff;
  /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12); */
  border-radius: 8px;
}

/* application form css start */

.application-body-wrap {
  padding: 30px 0px 23px;
}

.app-title h3 {
  font-size: 18px;
  color: #606060;
  font-family: OpenSans-SemiBold;
}

.app-title h5 {
  font-size: 14px;
  color: #606060;
  font-family: OpenSans-Regular;
}

.app-title h5 a {
  color: #2dc3e8;
}

.tabs-nav-block {
  min-height: 424px;
  padding: 15px 0px;
  position: sticky;
  top: 50px;
  min-width: 234px;
}

.applicaion-form-wrap {
  position: sticky;
  top: 50px;
  height: calc(100vh - 14.6em);
  overflow: auto;
  border-radius: 10px;
}
.applicaion-form-wrap::-webkit-scrollbar {
  width: 0px;
}

.s-tab-list .nav-tabs .nav-item.show .nav-link,
.s-tab-list .nav-tabs .nav-link.active,
.s-tab-list .nav-tabs .nav-link:focus,
.s-tab-list .nav-tabs .nav-link:hover,
.s-tab-list .nav-tabs .nav-link,
.s-tab-list .nav-tabs {
  border: 0px;
}

.s-tab-list .nav-tabs .nav-link {
  font-size: 14px;
  color: #848484;
  font-family: OpenSans-Regular;
  padding: 0px 25px;
  margin-bottom: 13px;
  height: 30px;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  border-radius: 0px;
  box-sizing: border-box;
}

.s-tab-list .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  height: 100%;
  background: #2dc3e8;
  border-radius: 0px 4px 4px 0px;
  width: 10px;
  left: 0px;
  z-index: 111;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.3s linear 0s;
}

.s-tab-list .nav-tabs .site-active .nav-link:hover::before,
.s-tab-list .nav-tabs .site-active .nav-link::before {
  transform: translateX(0%);
  transition: all 0.3s linear 0s;
}

.s-tab-list .nav-tabs .site-active .nav-link {
  font-size: 16px;
  color: #2dc3e8;
  font-family: OpenSans-Bold;
}

.form-w-block {
  padding: 24px 15px;
}

.red {
  color: #ff8585;
}

.cus-input-group label {
  font-size: 13px;
  color: #606060;
  font-family: OpenSans-SemiBold;
  margin-bottom: 3px;
}

.cus-input-control {
  font-size: 14px;
  color: #606060;
  font-family: OpenSans-Regular;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  border-radius: 4px;
  height: 36px;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
}

.red-input {
  background: #fff8f8;
  border: 1px solid rgba(255, 133, 133, 0.37);
}

.cus-select {
  background: url("../images/d-arrow.png") no-repeat 98% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #999 !important;
  font-weight: 100 !important;
}

::-moz-placeholder {
  color: #999 !important;
  font-weight: 100 !important;
}

:-ms-input-placeholder {
  color: #999 !important;
  font-weight: 100 !important;
}

:-moz-placeholder {
  color: #999 !important;
  font-weight: 100 !important;
}

.blue-in-box {
  background: #f5fdff;
  border-radius: 8px;
  padding: 15px;
}

.add-text-btn button {
  background-color: transparent;
  font-size: 16px;
  color: #2dc3e8;
  font-family: OpenSans-Bold;
  padding: 0px;
  border: 0px;
}

.add-m-row {
  display: flex;
  align-items: center;
}

.mo-i-box {
  width: 60%;
  max-width: 60%;
  min-width: 60%;

  flex: 1 1 300px;
}

.flex1 {
  flex: auto;
}
@media screen and (max-width: 576px) {
  .res-company-name {
    font-size: 10px;
  }
  .w-r-logo-img {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 576px) {
  .cus487 {
    -ms-flex: 0 0 517px;
    /* flex: 0 0 517px;
        max-width: 517px; */
    width: 100%;
  }
}

.cus-check input {
  display: none;
}

.cus-check label {
  position: relative;
  color: #606060;
  font-size: 13px;
  font-family: OpenSans-SemiBold;
  cursor: pointer;
  width: auto;
  padding-left: 25px;
}

.cus-check label span {
  display: block;
  background: url("../images/gray-c-box.png") no-repeat center;
  width: 18px;
  height: 18px;
  flex: 1 1 18px;
  max-width: 18px;
  position: absolute;
  left: 0;
  top: 1px;
}

.cus-check.red-check label span {
  display: block;
  background: url("../images/red-c-box.png") no-repeat center;
  width: 18px;
  height: 18px;
}

.cus-check input:checked ~ label span {
  background: url("../images/a-c-box.png") no-repeat center;
}

.doll-icon-in {
  position: relative;
}

.doll-icon-in span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.doll-icon-in input {
  padding-left: 23px;
}

.date-input input {
  background: url("../images/cal-icon.png") no-repeat 97% 50%;
}

.red-date-input input {
  background: #fff8f8 url("../images/cal-icon.png") no-repeat 97% 50%;
}

.pass-progress .progress {
  height: 9px;
  background: #e9e9e9;
  border-radius: 50px;
}

.progress-bar {
  background: #ff8585;
  border-radius: 50px;
}

.pass-msg-box {
  padding: 5px;
  background: #ffffff;
  box-shadow: 0px 0px 4.86875px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  margin-top: 6px;
}

.pass-msg-box h5 {
  font-size: 10px;
  color: #606060;
  font-family: OpenSans-Regular;
  margin: 0px;
}

.pass-msg-box h5 span {
  font-size: 12px;
  color: #ff8585;
}

.footer-wrap {
  background: #f5fdff;
  box-shadow: 0px -1px 12px rgba(0, 0, 0, 0.12);
  border-radius: 4px 4px 0px 0px;
  padding: 18px 0px;
  /* position: fixed; */
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.gray-btn {
  background: #bebebe;
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
  font-family: OpenSans-SemiBold;
  padding: 5px 20px;
}

.gray-btn:hover {
  background: #2dc3e8;
  color: #ffffff;
}

.blue-btn {
  background: #2dc3e8;
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
  font-family: OpenSans-SemiBold;
  padding: 5px 20px;
  border: 1px solid #2dc3e8;
}

.blue-btn:hover {
  color: #ffffff;
}

.blue-trans-btn {
  background: transparent;
  border-radius: 4px;
  font-size: 18px;
  border: 1px solid #2dc3e8;
  color: #2dc3e8;
  font-family: OpenSans-SemiBold;
  padding: 5px 20px;
}

.light-blue-btn {
  background: #e2f9ff;
  border-radius: 4px;
  font-size: 14px;
  color: #2dc3e8;
  font-family: OpenSans-SemiBold;
  padding: 5px 20px;
  border: 1px solid #2dc3e8;
  min-width: 128px;
}

.trans-gray-btn {
  background: transparent;
  border-radius: 4px;
  font-size: 14px;
  color: #b4b4b4;
  font-family: OpenSans-SemiBold;
  padding: 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  min-width: 128px;
}

.btn-h36 {
  height: 36px;
  box-sizing: border-box;
}

/* instructions.html css start */

.intro-t-wrap {
  padding: 15px;
}

.static-info p {
  font-size: 14px;
  color: #606060;
  line-height: 19px;
  font-family: OpenSans-Regular;
}

.regards-block pre {
  white-space: pre-line;
  font-size: 14px;
  color: #606060;
  font-family: OpenSans-Regular;
}

.regards-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pay-cacrd-row ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
  width: 100%;
  margin: 0px -3px;
}

.pay-cacrd-row ul li {
  list-style-type: none;
  max-width: 50%;
  flex: 50%;
  width: 100%;
  padding: 0px 3px;
}

.pay-cacrd-row ul li a {
  background: #eeeeee;
  border-radius: 8px;
  height: 44px;
  display: block;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tm-wrap {
  padding: 15px;
}

.tm-wrap h4 {
  font-size: 14px;
  color: #000000;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

/* identification.html start css */

.card-header {
  background: transparent;
  border-bottom: 0px;
}

.card {
  border-bottom: 0px;
  border: 0px;
}

.steper-left-block .btn-link {
  padding: 0px;
}

.accordion > .card > .card-header,
.card-body {
  padding: 0px;
}

.steper-left-block {
  padding: 30px 0px;
  /* position: sticky; */
  /* top: 71px; */
}

.card-header h2 .btn-link {
  font-size: 14px;
  color: #848484;
  font-family: OpenSans-Regular;
  padding: 0px 20px;
}

.btn-link:hover,
.btn.focus,
.btn:focus {
  text-decoration: none;
}

.card {
  margin-bottom: 40px;
}

.card-header .btn-link[data-toggle="collapse"] {
  color: #2dc0e5;
  font-size: 14px;
  font-family: OpenSans-Bold;
}

.card-header .btn-link[data-toggle="collapse"].collapsed {
  font-size: 14px;
  color: #848484;
  font-family: OpenSans-Regular;
}

.card-header h2 .btn-link .coll-no {
  width: 28px;
  height: 28px;
  border: 1px solid #848484;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 0;
  font-size: 13px;
  color: #848484;
  font-family: OpenSans-Regular;
  margin-right: 8px;
}

.card-header h2 .btn-link {
  display: flex;
  align-items: center;
}

.card-header .btn-link[data-toggle="collapse"] .coll-no {
  background: #2dc3e8;
  color: #ffffff;
  border: 1px solid #2dc3e8;
  z-index: 9;
}

.card-header .btn-link[data-toggle="collapse"].collapsed .coll-no {
  background: transparent;
  color: #848484;
  border: 1px solid #848484;
}

.acc-cus-tabs ul {
  flex-direction: column;
}

.acc-cus-tabs .nav-tabs .nav-link {
  padding: 0px 20px 0px 35px;
  border: 0px;
  padding-top: 0px;
  position: relative;
}

.acc-cus-tabs .nav-tabs {
  border: 0px;
  font-size: 12px;
  color: #848484;
  font-family: OpenSans-Regular;
}

.acc-cus-tabs .nav-tabs .nav-link .a-t-title {
  padding: 22px 20px 0px 0px;
  position: relative;
}

.acc-cus-tabs .nav-tabs .nav-link .a-t-title::before {
  content: "";
  width: 1px;
  background: transparent;
  height: 100%;
  top: -7px;
  position: absolute;
  left: 0px;
}

.acc-cus-tabs .nav-tabs .nav-link {
  color: #848484;
}

.acc-cus-tabs .nav-tabs .nav-item.show .nav-link,
.acc-cus-tabs .nav-tabs .nav-link.active {
  color: #2dc3e8;
  font-family: OpenSans-SemiBold;
}

.acc-cus-tabs .nav-tabs .nav-link.active .a-t-title::before {
  background: #2dc3e8;
}

.acc-cus-tabs .nav-tabs .nav-link.active .a-t-title svg path {
  fill: #2dc3e8;
}

.acc-cus-tabs .nav-tabs .nav-link.active::after {
  content: "";
  background: #2dc3e8;
  border-radius: 0px 4px 4px 0px;
  width: 9px;
  height: 25px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.note-block h5 {
  font-size: 12px;
  color: #848484;
  font-family: OpenSans-Regular;
  display: flex;
  line-height: 15px;
  justify-content: center;
}

.note-block h5 span {
  font-size: 14px;
  color: #ff8585;
  font-family: OpenSans-SemiBold;
}

.i-a-block h5 {
  font-size: 14px;
  color: #606060;
  font-family: OpenSans-SemiBold;
}

.i-a-block h5 small {
  font-size: 12px;
  color: #959595;
  font-family: OpenSans-Regular;
  display: block;
}

.licence-b-card {
  background: #f5fdff;
  border-radius: 8px;
  padding: 15px;
}

.identity-list ul {
  margin: 0px;
  padding: 0px;
}

.identity-list ul li {
  list-style-type: none;
  margin-bottom: 15px;
}

.info-btn {
  padding: 0px;
  border: 0px;
  background: transparent;
}

.cus-r-btn input {
  display: none;
}

.cus-r-btn {
  font-size: 14px;
  color: #606060;
  font-family: OpenSans-SemiBold;
  cursor: pointer;
}

.cus-r-btn span {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/u-r-btn.png") no-repeat center;
  background-size: 22px;
}

.cus-r-btn input:checked ~ span {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/a-r-btn.png") no-repeat center;
}

.mr-r6 {
  margin-right: 6px;
}

.info-lable {
  font-size: 10px;
  color: #d3af51;
  font-family: OpenSans-SemiBold;
}

.l-details-body {
  padding: 0px 31px;
}

.doc-side-info h4 {
  font-size: 14px;
  color: #606060;
  font-family: OpenSans-Regular;
}

.qr-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.q-img h5 {
  font-size: 12px;
  color: #606060;
  font-family: OpenSans-Regular;
  margin-bottom: 5px;
}

.q-inn-img {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.qr-block h4 {
  margin: 0px 30px 0px 10px;
  font-size: 14px;
  color: #848484;
  font-family: OpenSans-Regular;
  text-align: center;
}

.up-btn button {
  min-width: 160px;
  height: 36px;
  background: #2dc3e8;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  font-family: OpenSans-SemiBold;
  border: 1px solid #2dc3e8;
}

.qr-block {
  display: flex;
  align-items: center;
}

.up-btn {
  display: flex;
  flex-direction: column;
}

.dropdown-toggle::after {
  display: block;
}

.doc-option a {
  font-size: 14px;
  color: #606060;
  font-family: OpenSans-Regular;
  padding: 3px 17px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.doc-option {
  max-width: 217px;
  width: 100%;
  border: 0px;
  background: #ffffff;
  border-radius: 4px;
  padding: 10px 0px;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.12));
}

.t-address-wrap {
  padding: 20px;
}

.a-blue-box {
  background: #f5fdff;
  border-radius: 8px;
  padding: 15px;
}

.blue-box {
  background: #f5fdff;
  border-radius: 8px;
  padding: 15px;
}

.box-r-btn label {
  margin: 0px;
  cursor: pointer;
}

.box-r-btn label input {
  display: none;
}

.box-r-btn label span {
  display: block;
  color: #b4b4b4;
  min-width: 82px;
  height: 36px;
  font-size: 14px;
  font-family: OpenSans-Regular;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-r-btn label input:checked ~ span {
  background: #e2f9ff;
  border: 1px solid #2dc3e8;
  color: #2dc3e8;
  font-family: OpenSans-SemiBold;
}

.text-limit {
  color: #b4b4b4;
  font-size: 14px;
  font-family: OpenSans-Regular;
  font-style: normal;
}

.cus-o-btn label {
  min-width: 128px;
}

.ssn-text-block {
  line-height: 16px;
}

.ssn-up-b-box {
  background: #f5fdff;
  border-radius: 8px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ssn-text-block h4 {
  font-size: 14px;
  color: #606060;
  font-family: OpenSans-SemiBold;
}

.ssn-text-block h5 {
  font-family: OpenSans-SemiBold;
  color: #606060;
  font-size: 12px;
}

.ssn-text-block small {
  font-size: 10px;
  font-family: OpenSans-SemiBold;
  color: #d3af51;
}

.browse-btn {
  position: relative;
  width: 160px;
  height: 36px;
  background: #2dc3e8;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  font-family: OpenSans-SemiBold;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: none;
}

.browse-btn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.f-a-btn .blue-btn {
  width: auto;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.file-btn {
  background: #2dc3e8;
  border-radius: 4px;
  font-size: 12px;
  color: #ffffff;
  height: 36px;
  position: relative;
  font-size: 12px;
  color: #ffffff;
  font-family: OpenSans-SemiBold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-btn input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  font-size: 0px;
  top: 0;
}

.d-u-content h5 {
  font-size: 13px;
  color: #606060;
  font-family: OpenSans-SemiBold;
}

.doc-up-block small {
  font-size: 10px;
  color: #606060;
  font-family: OpenSans-SemiBold;
}

.doc-up-block {
  line-height: 14px;
}

.incom-info-block h4 {
  font-size: 14px;
  color: #606060;
  font-family: OpenSans-SemiBold;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}

.tc-check .cus-check label {
  color: #ff8585;
}

.tc-check .cus-check input:checked ~ label {
  color: #2dc3e8;
}

.billing-block label {
  margin-bottom: 10px;
  font-size: 12px;
  color: #606060;
  font-family: OpenSans-SemiBold;
}

.billing-block h5 {
  font-size: 14px;
  color: #606060;
  font-family: OpenSans-SemiBold;
}

.sign-block h5 {
  font-size: 14px;
  color: #606060;
  font-family: OpenSans-SemiBold;
}

.type-btn {
  width: 160px;
  height: 36px;
  border: 1px solid #2dc3e8;
  box-sizing: border-box;
  border-radius: 4px;
  background: transparent;
  font-size: 14px;
  color: #2dc3e8;
  font-family: OpenSans-SemiBold;
}

.cong-msg-wrap {
  background: #ffffff;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-block h5 {
  font-size: 24px;
  color: #22abd7;
  font-family: OpenSans-SemiBold;
}

.app-info-block {
  max-width: 350px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.app-bor-block {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 7px;
  width: 161px;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}

.app-bor-block span {
  font-size: 12px;
  color: #606060;
  font-family: OpenSans-Regular;
}

.app-bor-block h6 {
  font-size: 18px;
  color: #606060;
  font-family: OpenSans-Regular;
  margin-top: 15px;
}

.cong-msg-block {
  max-width: 668px;
  width: 100%;
}

.step-details h3 {
  font-size: 24px;
  color: #22abd7;
  font-family: OpenSans-SemiBold;
}

.step-details h5 {
  font-size: 14px;
  color: #606060;
  font-family: OpenSans-Regular;
  margin: 10px 0px;
}

.step-details p {
  font-size: 12px;
  color: #7b7b7b;
  font-family: OpenSans-Regular;
  line-height: 16px;
}

.doc-com-up h3 {
  font-size: 20px;
  color: #606060;
  font-family: OpenSans-Regular;
}

.doc-com-up h3 span {
  color: #2dc3e8;
  font-family: OpenSans-Bold;
  position: relative;
  cursor: pointer;
}

.doc-com-up h3 span input {
  opacity: 0;
  font-size: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.m-close-icon {
  position: absolute;
  top: 5px;
  left: 10px;
}

.d-u-modal-body {
  position: relative;
  padding: 0px;
}

.up-modal-content {
  padding: 20px;
}

.m-title h3 {
  font-size: 18px;
  color: #606060;
  font-family: OpenSans-SemiBold;
}

.m-title h5 {
  font-size: 12px;
  color: #d3af51;
  font-family: OpenSans-SemiBold;
}

.m-upload-list ul {
  margin: 0px;
  padding: 0px;
}

.m-upload-list ul li {
  list-style-type: none;
}

.list-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.list-title h4 {
  font-size: 14px;
  font-family: OpenSans-SemiBold;
  color: #606060;
  margin-bottom: 5px;
}

.list-title h5 {
  font-size: 12px;
  color: #a4a4a4;
  font-family: OpenSans-Regular;
}

.list-title .file-btn {
  flex: 1 1 120px;
  max-width: 120px;
}

.site-preview {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
  position: relative;
  padding-left: 20px;
}

.site-preview h5 {
  font-size: 14px;
  color: #606060;
  font-family: OpenSans-Regular;
  position: relative;
}

.d-view {
  position: relative;
  margin: 0px 10px;
}

.inn-view {
  width: 60px;
  height: 60px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)),
    url(image.png);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inn-view img {
  width: auto;
  max-height: 80px;
  object-fit: cover;
}

.v-btn {
  background-color: transparent;
  border: 0px;
  padding: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.trash-btn button {
  background: transparent;
  border: 1px solid #2dc3e8;
  box-sizing: border-box;
  border-radius: 4px;
  width: 36px;
  height: 36px;
}

.doc-action {
  display: flex;
  align-items: center;
}

.d-view {
  margin-right: 5px;
}

.d-site-block {
  position: relative;
  /* padding-left: 15px; */
}

.d-site-block::before {
  content: "";
  position: absolute;
  height: 81%;
  left: 1px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  top: -8px;
}

.d-arrow {
  position: absolute;
  left: -18px;
  top: 4px;
}

.m-d-up-foot {
  background: #f5fdff;
  box-shadow: 0px -1px 12px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  border: 0px;
}

.m-d-up-foot {
  justify-content: space-between;
}

.m-d-up-foot .app-v-text h5 {
  font-size: 12px;
  color: #a3a3a3;
  font-family: OpenSans-SemiBold;
}

.m-d-up-foot .app-v-text h5 a {
  color: #2dc3e8;
}

.save-btn {
  width: 120px;
  height: 30px;
  background: #bebebe;
  border-radius: 4px;
  border: 1px solid #bebebe;
  font-size: 12px;
  color: #ffffff;
  font-family: OpenSans-SemiBold;
}

@media (min-width: 576px) {
  .modal-dialog.dialog556 {
    max-width: 556px;
    margin: 1.75rem auto;
  }
  .modal-dialog.dialog820 {
    max-width: 823px;
    margin: 1.75rem auto;
  }
}

.sign-m-body {
  padding: 20px;
}

.sign-title h4 {
  font-size: 18px;
  color: #606060;
  font-family: OpenSans-SemiBold;
}

.font-list h5 {
  font-size: 14px;
  color: #606060;
  font-family: OpenSans-SemiBold;
}

.font-list ul {
  margin: 0px;
  padding: 0px;
}

.font-list ul li {
  list-style-type: none;
  margin-top: 10px;
}

.font-list ul li label {
  font-size: 14px;
  color: #848484;
  font-family: OpenSans-Regular;
  cursor: pointer;
  margin: 0px;
  display: flex;
  padding-left: 15px;
}

.font-list ul li input {
  display: none;
}

.font-list ul li label span {
  margin-right: 10px;
}

.font-list ul li input:checked ~ label {
  color: #2dc3e8;
}

.font-list ul li label.font-festive {
  font-family: Festive-Regular;
}

.font-list ul li label.font-surfer {
  font-family: OriginalSurfer-Regular;
}

.font-list ul li label.font-orbitron {
  font-family: Orbitron-Regular;
}

.font-list ul li label.font-swash {
  font-family: OleoScriptSwashCaps-Regular;
}

.modal-preview-block label {
  font-size: 12px;
  color: #848484;
  font-family: OpenSans-Regular;
  margin-bottom: 7px;
}

.d-preview-box {
  width: 100%;
  max-width: 371px;
  max-height: 264px;
  min-height: 264px;
  overflow: auto;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-preview-box h5 {
  font-size: 48px;
  color: #eaeaea;
  font-family: OpenSans-Regular;
}

.sign-foot-btn button {
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .card-header .btn-link[data-toggle="collapse"],
  .card-header .btn-link[data-toggle="collapse"].collapsed {
    font-size: 12px;
  }
  .acc-cus-tabs .nav-tabs {
    font-size: 10px;
  }
  .mo-i-box {
    /* max-width: 100%; */
    flex: 1;
  }

  .qr-block h4 {
    display: none;
  }
  .doc-side-info h4 {
    font-size: 10px;
  }
  .up-btn button {
    min-width: 100px;
    height: 31px;
    font-size: 11px;
  }
  .up-btn button svg {
    width: 15px;
  }
  .q-img {
    display: none;
  }
  .ad-body .note-block,
  .ei-body .note-block,
  .od-body .note-block {
    margin: 10px 0px;
  }
  .application-body-wrap {
    padding-bottom: 30px !important;
  }
  .browse-btn {
    width: 80px;
    height: 31px;
    font-size: 11px;
  }
  .browse-btn svg {
    width: 15px;
  }

  .res-company-name {
    font-size: 12px;
  }
}

.w-r-logo-img {
  width: 40px;
  height: 40px;
}

@media (max-width: 991px) {
  .intro-t-wrap {
    margin-bottom: 50px;
  }
  .tabs-nav-block {
    min-height: 232px;
  }
  .static-info p {
    font-size: 12px;
  }
  .body-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .w-r-logo-img {
    width: 40px;
    height: 40px;
  }
  .add-m-row {
    /* flex-direction: column; */
  }
  .mo-i-box {
    flex: auto;
  }
  .add-text-btn {
    margin-top: 15px;
  }
  .agent-row .cus-check {
    margin-bottom: 10px;
  }
  .cus-input-group {
    margin-bottom: 15px;
  }
  .application-body-wrap {
    padding: 20px 0px 0px;
    display: flex;
    flex: 1 auto;
  }
  .gray-btn {
    font-size: 12px;
  }
  .cus-check label {
    font-size: 10px;
  }
  .app-title h3 {
    font-size: 12px;
  }
  .app-title h5 {
    font-size: 10px;
  }
  .cus-input-group label,
  .cus-input-control {
    font-size: 10px;
  }
  .app-title {
    margin-bottom: 20px;
  }
  .add-text-btn button {
    font-size: 10px;
  }
  .t-w-appid h5 {
    font-size: 10px;
  }
  .cus487 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .form-w-block {
    padding: 14px 15px 6px;
  }
  .s-tab-list .nav-tabs .nav-link {
    font-size: 11px;
  }
  .s-tab-list .nav-tabs .nav-link.active {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .tabs-nav-block {
    display: none;
  }
  .static-info p {
    font-size: 10px;
  }
  .tm-wrap h4 {
    margin-bottom: 20px;
  }
}

/* tabs effect */

.xs-title-acc {
  display: none;
}

@media (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .fade:not(.show) {
    opacity: 1;
  }
  .xs-title-acc {
    position: relative;
    left: 0;
    top: 0;
    background: #ffffff url("../images/plus.png") no-repeat 98% 50%;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 12%);
    border-radius: 4px;
    width: 100%;
    min-height: 32px;
    padding: 10px;
    display: block;
  }
  .active-tab .xs-title-acc {
    background: #ffffff url("../images/minus.png") no-repeat 98% 50%;
  }
  .xs-title-acc h3 {
    font-size: 10px;
    color: #606060;
    font-family: OpenSans-Bold;
  }
  .xs-tabs-info {
    display: none;
    border-radius: 0px 0px 8px 8px;
    margin-top: -2px;
  }
  .active-tab .xs-tabs-info {
    display: block;
  }
  .f-a-btn {
    margin-top: 10px;
  }
  .acc-cus-tabs {
    display: none;
  }
  .regards-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .regards-block pre {
    font-size: 11px;
  }
  .xs-acc-flex {
    display: flex;
    justify-content: space-between;
  }
  .xs-acc-flex .card .btn-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 8px !important;
    line-height: 11px;
    text-align: center !important;
  }
  .card-header h2 .btn-link .coll-no {
    width: 22px;
    height: 22px;
    font-size: 10px;
    margin-bottom: 5px;
  }
  .xs-id-steper {
    background-color: transparent;
    box-shadow: none;
  }
  .xs-id-steper .card {
    margin-bottom: 0px;
    background: transparent;
  }
  .xs-id-steper.steper-left-block {
    padding: 0px;
    position: relative;
    z-index: 99;
  }
  .card-header .btn-link[data-toggle="collapse"] {
    background-color: #ffffff;
    padding: 4px;
    border-radius: 10px 10px 0px 0px;
  }
  .card-header .btn-link[data-toggle="collapse"].collapsed {
    background-color: transparent;
  }
  .card-header h2 .btn-link .coll-no {
    margin: 0px;
  }
  .tabs-wrap {
    /* margin: 0px -15px; */
  }
  .accordion > .card:not(:first-of-type) {
    border-radius: 0px;
  }

  .alias-btn button {
    min-width: 49%;
  }
  .xs-tabs-bg {
    background-color: #ffffff;
    padding: 20px 15px;
  }
  .xs-tabs-info {
    padding: 10px;
  }
  .i-a-block h5,
  .i-a-block h5 small,
  .cus-r-btn {
    font-size: 10px;
  }
  .q-img {
    display: none;
  }
  .info-btn img {
    width: 16px;
    height: 16px;
  }
  .cus-r-btn span,
  .cus-r-btn input:checked ~ span {
    width: 11px;
    height: 11px;
    background-size: 11px;
  }
  .qr-block h4 {
    display: none;
  }
  .doc-side-info h4 {
    font-size: 10px;
  }
  .up-btn button {
    min-width: 100px;
    height: 31px;
    font-size: 11px;
  }
  .up-btn button svg {
    width: 15px;
  }
  .l-details-body {
    padding: 0px 0px 0px 18px;
  }
  .t-r-box label {
    width: 32.03%;
  }
  .t-r-box label span {
    min-width: 100%;
    font-size: 10px;
    height: 30px;
  }
  .text-limit {
    font-size: 9px;
  }
  .ssn-up-b-box {
    padding: 10px;
  }
  .ssn-text-block h4 {
    font-size: 10px;
  }
  .ssn-text-block h5,
  .ssn-text-block small {
    font-size: 8px;
  }
  .browse-btn {
    width: 80px;
    height: 31px;
    font-size: 11px;
  }
  .browse-btn svg {
    width: 15px;
  }
  .ad-body .note-block,
  .ei-body .note-block,
  .od-body .note-block {
    margin: 10px 0px;
  }
  .box-r-btn label span {
    font-size: 10px;
    height: 30px;
  }
  .d-u-content h5 {
    font-size: 10px;
  }
  .doc-up-block small {
    font-size: 8px;
  }
  .incom-info-block h4 {
    font-size: 10px;
  }
  .ssn-text-block {
    line-height: 8px;
  }
  .note-block h5,
  .note-block h5 span {
    font-size: 10px;
  }
  .tc-check {
    margin-top: 10px;
  }
  .billing-block label {
    font-size: 8px;
    margin-bottom: 5px;
  }
  .billing-block h5 {
    font-size: 10px;
  }
  .sign-block h5 {
    font-size: 10px;
  }
  .type-btn {
    width: 100px;
  }
  .type-btn svg {
    width: 16px;
  }
  .footer-wrap {
    padding: 7px;
  }
  .f-a-btn {
    margin: 0px;
  }
  .f-a-btn .blue-btn {
    font-size: 12px;
    min-width: 120px;
  }

  .res-company-name {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .cus-o-btn label {
    min-width: 49%;
  }
}

/* congratulations.html page responsive */
@media (max-width: 767px) {
  .app-block img {
    width: 47px;
    height: 47px;
  }
  .app-bor-block {
    width: 132px;
  }
  .step-details h3 {
    font-size: 18px;
  }
  .step-details h5 {
    font-size: 12px;
  }
  .step-details p {
    font-size: 10px;
  }
  .step-details {
    margin-top: 30px;
  }
  .doc-com-up h3 {
    font-size: 14px;
  }
  .doc-com-up {
    margin: 20px 0px;
  }
  .blue-trans-btn {
    font-size: 12px;
  }
  .f-a-btn a {
    padding: 5px 10px;
  }
  .list-title h4 {
    font-size: 10px;
  }
  .list-title h5 {
    font-size: 8px;
  }
  .m-title h3 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .m-title h5,
  .m-d-up-foot .app-v-text h5 {
    font-size: 8px;
  }
  .modal-open .modal {
    padding-right: 0px;
  }
  .mo-i-box {
    flex: 1;
  }
}

/* login css strat */

.login-wrap {
  background: url("../images/login_bg.jpg") no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0px;
  flex-direction: column;
}

.login-cell {
  flex: 1 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.login-block {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 2px;
  padding: 20px 20px;
}

.f-link a {
  font-size: 11px;
  color: #0c2d48;
  text-align: right;
  font-family: Montserrat-Regular;
}

.l-btn {
  background: #0c2d48;
  height: 40px;
  border: 1px solid #0c2d48;
  width: 100%;
  margin-top: 1rem;
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
  font-family: OpenSans-SemiBold;
  padding: 5px 20px;
}

.l-foot-links {
  width: 100%;
}

.l-foot-links ul li a {
  color: #606060 !important;
}

.l-foot-links ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 360px;
  margin: 0 auto;
}

.l-foot-links ul li {
  list-style-type: none;
}

.l-foot-links ul li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat-Regular;
}

.l-foot-links p {
  margin: 0px;
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  margin: 20px 0px;
  font-family: Montserrat-Regular;
}

.is-invalid {
  background-color: #fff8f8;
}

.forgot-modal {
  max-width: 390px;
  height: 100vh;
  display: flex;
  align-items: center;
}

.modal-content {
  border-radius: 16px;
}

.mx-auto li a,
.f-link a {
  font-size: 13px !important;
  font-family: OpenSans-SemiBold !important;
}

/* Sub tabs navigation css start  */

.nav-sub-tabs {
  display: none;
}

.site-active .nav-sub-tabs {
  display: block;
}

.nav-sub-tabs ul {
  margin: 0px;
  padding: 0px;
  padding-left: 39px;
}

.nav-sub-tabs ul li {
  list-style-type: none;
  padding-top: 20px;
  position: relative;
  pointer-events: none;
}

.nav-sub-tabs ul li a {
  font-size: 12px;
  color: #848484;
  font-family: OpenSans-Regular;
  display: flex;
  align-items: center;
}

.nav-sub-tabs ul li a svg {
  /* margin-right: 8px; */
}

.nav-item {
  margin-bottom: 44px;
}

.s-no {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  line-height: 0;
}
.s-no-index {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  line-height: 0;
  border: 1px solid black;
}
.s-no-com {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  line-height: 0;
}
.sub-s-no-com {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  line-height: 0;
  color: #ffffff !important;
}
.s-no-in {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  line-height: 0;
}
.s-no-incomplete {
  border: 1px solid #848484;
}
.s-no-complete {
  border: 1px solid #848484;
  /* color: green; */
}
.sub-s-no-complete {
  border: 1px solid green;
  color: #fff !important;
  background-color: green;
}
.s-tab-list .nav-tabs .site-active .nav-link .s-no-in {
  background-color: #2dc3e8;
  border-color: #2dc3e8;
  color: #ffffff;
}
.s-tab-list .nav-tabs .site-active .nav-link .s-no-com {
  background-color: #848484;
  border-color: #848484;
  color: #ffffff;
}

.nav-sub-tabs ul li.active-sub a {
  font-size: 14px;
  color: #2dc3e8;
  font-family: OpenSans-SemiBold;
}

.nav-sub-tabs ul li.active-sub::before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #2dc3e8;
  height: 100%;
  top: -9px;
  left: 0px;
  z-index: -1;
}

.nav-sub-tabs ul li.active-sub,
.nav-sub-tabs ul li.active-sub + li {
  pointer-events: initial;
}

.nav-sub-tabs ul li.active-sub a svg path {
  fill: #2dc3e8;
}

/* #identification-details-tabs, #app-details-tabs, #income-bank-tabs, #con-pay-tabs {
    display: none;
} */

#identification-details-tabs {
  display: block;
}

.site-cus-tab {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .s-tab-list .nav-tabs .site-active .nav-link {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .tabs-nav-block {
    display: block;
  }
  .site-active .nav-sub-tabs {
    display: none;
  }
  .s-tab-list .nav-tabs .nav-link {
    flex-direction: column;
  }
  .s-tab-list .nav-tabs {
    flex-direction: row !important;
  }
  .s-tab-list .nav-tabs .nav-link,
  .s-tab-list .nav-tabs .nav-link.active,
  .s-tab-list .nav-tabs .site-active .nav-link {
    font-size: 7px;
    text-align: center;
    font-family: OpenSans-Regular;
  }
  .s-tab-list > ul li {
    width: 25%;
    flex: 1 1 25%;
    margin: 0px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .s-tab-list .nav-tabs .nav-link::before {
    display: none;
  }
  .tabs-nav-block {
    min-height: auto;
  }
  .s-no {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .s-tab-list .nav-tabs .nav-link {
    padding: 0px 0px;
  }
  .xs-tabs-btn {
    padding: 0px;
  }
  .xs-tabs-btn {
    background-color: transparent;
    box-shadow: none;
  }
  .s-tab-list .nav-tabs .nav-link {
    height: 35px;
  }
  .s-tab-list .nav-tabs .site-active {
    background-color: #ffffff;
    border-radius: 10px 10px 0px 0px;
  }
  .xs-tabs-btn .nav-tabs .nav-link.active {
    background-color: transparent;
  }
}

.backgroundCRD {
  background-color: #fff8f8 !important;
}

.add-num-icon {
  border: none;
  background: transparent;
  color: #2dc0e5;
  margin-left: 10px;
}
.add-num-number {
  border: none;
  background: transparent;
  color: #2dc3e8;
}

.f2 {
  flex: 0.2;
}
.f4 {
  flex: 0.4;
}

.f-12 {
  font-size: 12px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stripe-btn {
  border: 1px solid rgba(255, 133, 133, 0.37);

  border-radius: 4px;
  height: 36px;
}

.address-text {
  color: #606060;
  font-size: 13px;
  font-family: OpenSans-SemiBold;
  cursor: pointer;
  width: auto;
  padding-left: 10px;
}

.complete-step {
  color: #2b2a2a;
}
.notcomplete-step {
  color: green;
}

.header-text {
  font-size: 10px;
  color: #848484;
}

.subscriber-name {
  font-size: 12px;
  color: #848484;
}
.subscriber-logo {
  height: 40px;
}
.applicant-id {
  font-size: 12px;
  color: #848484;
}
.display-mobile-field-container {
  display: flex;
}
.p-d-f-wrap {
  padding: 20px;
}
.p-d-f-wrap {
  margin-bottom: 0px;
  border-radius: 6px 6px 0px 0px;
}
.note-section {
  margin-top: 0px;
}
/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .subscriber-name {
    font-size: 10px;
    color: #848484;
  }
  .subscriber-logo {
    height: 20px;
  }
  .applicant-id {
    font-size: 10px;
    color: #848484;
  }
  .show-sidebar {
    display: none;
  }
  .note-section {
    margin-top: 10px;
  }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .p-d-f-wrap {
    padding: 0px;
  }
  .p-d-f-wrap {
    margin-bottom: 0px;
    border-radius: 0px 0px 0px 0px;
  }
  .cus-input-group label,
  .cus-input-control {
    font-size: 13px;
  }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .subscriber-name {
    font-size: 12px;
    color: #848484;
  }
  .subscriber-logo {
    height: 40px;
  }
  .applicant-id {
    font-size: 12px;
    color: #848484;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.app-bg {
  background-color: #e5e5e5;
}

.fill-white {
  fill: white !important;
}

.react-tel-input .form-control {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.01rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 48px;
  margin-left: 0;
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 5px;
  line-height: 25px;
  height: 35px;
  width: 100% !important;
  outline: none;
}

.display-none {
  display: none;
}
.m-t-m-12 {
  margin-top: -12%;
}
.m-t-m-50 {
  margin-top: -50px !important;
}
.padding-left-zero {
  padding-left: 0% !important;
}
.padding-right-zero {
  padding-right: 0% !important;
}
.goog-te-gadget img {
  vertical-align: middle;
  border: none;
  display: none !important;
  /* background-image: url("../images/internet.png") !important; */
  left: 0;
}

.goog-te-gadget-simple {
  background-color: #2dc3e8 !important;
  border: none !important;
  font-size: 10pt;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 2px;
  cursor: pointer;
  zoom: 1;
  display: inline;
}

/* .t-w-appid span {
  color: #f8f8f8 !important;
  display: none;
} */

.font-10 {
  font-size: 10px;
}
.sub-title {
  font-size: 10px;
  color: #606060;
  font-family: OpenSans-SemiBold;
}
.text-underline {
  text-decoration: underline;
}

a {
  text-decoration: none !important;
}

.dropDownProfile {
  background: transparent;
  border: none;
}

a.dropdown-item.active {
  background: transparent;
  color: #2b2a2a;
}

.min-w-50 {
  min-width: 50% !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}

.update-desired-address-footer {
  background: #f5fdff;
  box-shadow: 0px -1px 12px rgba(0, 0, 0, 0.12);
  border-radius: 4px 4px 0px 0px;
  padding: 18px 0px;
  /* position: fixed; */
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.app-blue-color {
  color: #22abd7;
}
.text-underline {
  text-decoration: underline;
}
.click-here {
  color: #22abd7;
}
.click-here:hover {
  cursor: pointer;
  text-decoration: underline;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  min-height: 100px;
  max-height: 120px !important;
  /* width: 100%; */
}
.consent-payment-country-tags {
  text-decoration: underline;
  font-style: italic;
}

.para-format {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.margin-auto {
  margin: auto;
}

.register-mobile-input .mo-i-box {
  width: 100%;
  max-width: 100%;
}
.register-form-group .form-group {
  margin-bottom: 0rem;
}
.highlight-text-background {
  color: #000000 !important;
  background-color: yellow !important;
}