.no-padder {
  padding: 0px !important;
}

button.deleteFamilyMember,
button.deleteIncomeSource {
  background: none !important;
  padding: 0px !important;
}
button.deleteFamilyMember i,
button.deleteIncomeSource i {
  color: #ff0000 !important;
  padding: 10px !important;
  margin: 15px 0px !important;
}

/* Progress bar */
.wizard > .steps > ul > li {
  width: 14%;
  position: relative;
  font-size: 15px;
  text-align: center;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
  background: transparent;
  color: #333;
  cursor: pointer;
}

.wizard > .steps .current a .number, .wizard > .steps .current a:hover .number, .wizard > .steps .current a:active .number {
  background: #1f6e91;
  color: #fff;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
  background: transparent;
  color: #ccc;
  cursor: pointer;
}

.wizard > .steps .disabled a .number, .wizard > .steps .disabled a:hover .number, .wizard > .steps .disabled a:active .number {
  background: #ccc;
  color: #ffffff;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
  background: transparent;
  color: #ccc;
  cursor: pointer;
}

.wizard > .steps .done a .number, .wizard > .steps .done a:hover .number, .wizard > .steps .done a:active .number {
  background: #269267;
  color: #ccc;
}

.wizard > .content > .body input.error {
  background: transparent;
  color: #333;
}

.wizard > .content > .body p.error {
  margin: -12px 0px 30px 0px !important;
  font-size: 13px;
  color: #ff0000;
}

.wizard > .content > .body > #btnApplicantImageUpload > p.error {
  margin: 0px 0px 30px 10px !important;
}

.wizard > .content > .body {
  padding: 20px !important;
}

#kycForm .steps ul {
  display: flex;
  justify-content: center;
}
#kycForm .steps ul li a {
  margin: 0;
  position: relative;
}
#kycForm .steps ul li a:before {
  position: absolute;
  color: #fff;
  z-index: 999;
  top: 27px;
  left: 0;
  right: 0;
  font-size: 18px;
}
#kycForm .steps ul li a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: -99;
}
#kycForm .steps ul li a .number {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 18px;
  border-radius: 50%;
  margin: 0 auto 10px auto !important;
  padding: 12px 18px;
  z-index: 1;
  position: relative;
  text-indent: -99999em;
  float: none !important;
}
#kycForm .steps ul li #kycForm-t-0:before {
  content: "1";
}
#kycForm .steps ul li #kycForm-t-1:before {
  content: "2";
}
#kycForm .steps ul li #kycForm-t-2:before {
  content: "3";
}
#kycForm .steps ul li #kycForm-t-3:before {
  content: "4";
}
#kycForm .steps ul li #kycForm-t-4:before {
  content: "5";
}
#kycForm .steps ul li #kycForm-t-5:before {
  content: "6";
}
#kycForm .steps ul li #kycForm-t-6:before {
  content: "7";
}
#kycForm .steps ul li #kycForm-t-7:before {
  content: "8";
}
#kycForm .steps ul .current a {
  color: #1f6e91;
}
#kycForm .steps ul .current a:after {
  background: #1f6e91;
}
#kycForm .steps ul .current a .number {
  color: #fff;
}
#kycForm .steps ul .done a {
  color: #269267;
}
#kycForm .steps ul .done a:after {
  background: #269267;
}
#kycForm .steps ul .done a .number {
  color: #fff;
}

/* Progress bar */
.kyc-page-details form {
  border: none !important;
  padding: 0px !important;
}

#kycForm {
  display: block;
  float: left;
  width: 100% !important;
  overflow: visible;
  margin: 0px 0px 50px 0px !important;
}
#kycForm .content {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 3px 13px -5px rgba(0, 0, 0, 0.15);
  margin: 10px 0px 35px;
  text-align: left;
  color: #9E9E9E;
  position: relative;
  min-height: 27em;
}
#kycForm .content .body {
  position: initial;
  width: 100%;
  height: 100%;
}
#kycForm .content .body .title-main {
  display: block;
  float: left !important;
  width: 100% !important;
}
#kycForm .content .body .title-main .fs-title {
  display: block;
  float: left !important;
  width: auto !important;
  color: #1f6e91 !important;
  position: relative;
  line-height: normal !important;
  font-size: 22px !important;
  margin-bottom: 25px !important;
}
#kycForm .content .body .title-main .fs-title i {
  padding: 0px 5px 0px 0px !important;
  font-size: 19px !important;
}
#kycForm .content .body .title-main .fs-title:before {
  height: 40px;
  width: 8px;
  background: #1f6e91;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.9s ease-in-out !important;
}
#kycForm .content .body .form {
  display: block;
  float: left !important;
  width: 100% !important;
  padding: 0px !important;
}
#kycForm .content .body .form .title-main {
  margin: 0px 0px 0px 20px !important;
}
#kycForm .content .body .form.income-details {
  display: block;
  float: left !important;
  width: 100% !important;
  padding: 0px !important;
  margin: 0px 0px 30px 0px !important;
}
#kycForm .content .body .form.income-details .input-wrapper input {
  display: inline !important;
  float: left !important;
  width: auto !important;
  margin: 0px 10px 0px 0px !important;
}
#kycForm .content .body .form.income-details .input-wrapper label {
  margin: 5px 0px 5px 10px !important;
}
#kycForm .content .body .form.income-details #IncomeSourceDetails {
  display: block;
  float: left;
  width: 100% !important;
}
#kycForm .content .body .form.income-details #IncomeSourceDetails .income-source {
  float: left;
  width: 100% !important;
  margin: 0px 0px 30px 0px !important;
}
#kycForm .content .body .form.income-details #IncomeSourceDetails .income-source .input-wrapper input {
  width: 100% !important;
  margin: 0px 0px 10px 0px !important;
  padding: 16px 10px 10px 10px !important;
}
#kycForm .content .body .input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
#kycForm .content .body .input-wrapper span.red {
  display: inline !important;
  float: right;
  width: auto;
  color: #ff0000 !important;
}
#kycForm .content .body .input-wrapper input, #kycForm .content .body .input-wrapper textarea {
  display: block;
  padding: 10px 10px;
  border: none;
  border-bottom: 1px solid #999;
  width: 100% !important;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto 25px !important;
}
#kycForm .content .body .input-wrapper input:focus, #kycForm .content .body .input-wrapper textarea:focus {
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid #1f6e91;
  outline-width: 0;
}
#kycForm .content .body .input-wrapper label {
  color: #999;
  position: absolute;
  z-index: 2;
  left: 8px;
  top: 8px;
  padding: 0 2px;
  pointer-events: none;
  background: #fff;
  transition: transform 100ms ease;
  transform: translateY(-20px);
}
#kycForm .content .body .input-wrapper input:invalid + label {
  transform: translateY(0);
}
#kycForm .content .body .input-wrapper input:-moz-placeholder + label {
  transform: translateY(0);
}
#kycForm .content .body .input-wrapper input:placeholder-shown + label {
  transform: translateY(0);
}
#kycForm .content .body .input-wrapper input:focus + label {
  color: #1f6e91;
  font-size: 14px;
  transform: translateY(-20px);
}
#kycForm .content .body #demat-disclaimer {
  display: block;
  float: left !important;
  width: 100% !important;
}
#kycForm .content .body #demat-disclaimer .form-check-inline {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px !important;
}
#kycForm .content .body #demat-disclaimer .form-check-inline label.title {
  display: block;
  float: left !important;
  width: 100% !important;
  font-size: 20px !important;
  color: #333 !important;
}
#kycForm .content .body #demat-disclaimer .form-check-inline input {
  display: block !important;
  float: left;
  width: auto !important;
}
#kycForm .content .body #demat-disclaimer .form-check-inline p {
  display: block;
  float: left !important;
  width: calc(100% - 60px) !important;
  padding: 0px 0px 0px 10px !important;
  margin: -7px 0px 0px 0px !important;
}
#kycForm .content .body .input-wrapper.sub-option label {
  position: initial;
  color: #333;
  transform: translateY(0);
}
#kycForm .content .body .input-wrapper.sub-option .title {
  color: #333;
  transform: translateY(-7px);
  transform: translateY(-7px);
  display: block;
  float: left;
  width: auto !important;
  margin: 0px 20px 0px 0px !important;
  color: #333 !important;
}
#kycForm .content .body .input-wrapper.sub-option input {
  width: auto;
  margin: 5px 0;
}
#kycForm .content .body .input-wrapper.sub-option input:focus + label {
  color: #333;
  font-size: 16px;
  transform: translateY(0);
}
#kycForm .content .body .input-wrapper.sub-option .options {
  margin-top: -18px;
}
#kycForm .content .body .input-wrapper.sub-option .options select {
  display: block;
  padding: 10px;
  width: 100%;
  border-color: #999;
  color: #999;
  border-radius: 3px;
  border: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 0 auto 40px;
  height: 45px !important;
}
#kycForm .content .body .input-wrapper.sub-option .options select:focus {
  border: 1px solid #1f6e91;
  border-bottom: 1px solid #1f6e91;
}
#kycForm .content .body .input-wrapper.sub-option .options select:focus-visible {
  outline: none;
  color: #333;
}
#kycForm .content .body .input-wrapper.sub-option .yes-no {
  display: block;
  width: auto;
  float: left;
  margin: 0px 30px 10px 0px !important;
}
#kycForm .content .body .input-wrapper.sub-option .yes-no input {
  display: block;
  float: left !important;
  width: auto !important;
  margin: 0px 10px 30px 0px !important;
  transform: scale(1.3);
}
#kycForm .content .body .input-wrapper.sub-option .yes-no label {
  display: block;
  float: left;
  width: auto;
  margin: -5px 0px 0px 0px !important;
}
#kycForm .content .body .input-wrapper.minorcase {
  display: block;
  float: left;
  width: 100% !important;
  margin: 10px 0px 0px 0px !important;
}
#kycForm .content .body .input-wrapper.minorcase input {
  display: block;
  float: left;
  width: auto !important;
  margin: -5px 0px 0px 0px !important;
}
#kycForm .content .body .input-wrapper.minorcase label {
  position: relative;
}
#kycForm .content .body .input-wrapper-lg label {
  white-space: nowrap;
}
#kycForm .content .body .if-option .input-wrapper input, #kycForm .content .body .if-option .input-wrapper textarea, #kycForm .content .body .if-option .input-wrapper span, #kycForm .content .body .if-option .input-wrapper label, #kycForm .content .body .if-option .input-wrapper option, #kycForm .content .body .if-option .input-wrapper select {
  background: #f6f6f6;
}
#kycForm .content .body .otp {
  padding-top: 20px;
}
#kycForm .content .body .contact-details, #kycForm .content .body .occupation-details, #kycForm .content .body .money-laundry {
  padding-top: 30px !important;
}
#kycForm .content .body .contact-details .same-address {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#kycForm .content .body .contact-details .same-address input, #kycForm .content .body .contact-details .same-address label {
  display: block;
  width: auto;
  float: left;
  margin-right: 10px;
  line-height: 1;
}
#kycForm .content .body .form.doc-upload {
  padding-top: 20px !important;
}
#kycForm .content .body .form.doc-upload p.sub-title {
  display: block;
  float: left;
  width: 100% !important;
}
#kycForm .content .body .form.doc-upload .sub-title {
  font-size: 22px;
  color: #1f6e91 !important;
  position: relative;
  font-weight: bold;
}
#kycForm .content .body .form.doc-upload .input-wrapper {
  margin-bottom: 30px;
}
#kycForm .content .body .form.doc-upload .input-wrapper label {
  position: initial;
  transform: translateY(0px);
  padding-bottom: 12px;
  margin: 0;
  width: 100%;
}
#kycForm .content .body .form.doc-upload .input-wrapper label span {
  font-size: 14px;
  color: #ccc;
  font-style: oblique;
}
#kycForm .content .body .form.doc-upload .input-wrapper .fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #ccc;
  cursor: pointer;
}
#kycForm .content .body .form.doc-upload .input-wrapper .fileinput-button .image-uploader {
  display: block;
  border: 1px solid #ccc !important;
  width: 100% !important;
  background: none !important;
  box-shadow: none !important;
  padding: 5px 10px !important;
  border-radius: 0px !important;
  height: 40px !important;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
#kycForm .content .body .form.doc-upload .input-wrapper .ImageHolder {
  margin-top: 20px;
}
#kycForm .content .body .form.doc-upload .input-wrapper .upload-button {
  background: #ccc;
}
#kycForm .content .body .form.doc-upload .input-wrapper .upload-button button {
  display: block;
  padding: 8px 15px;
  border: 1px solid #eee;
  background: #eee;
  color: #999;
  border-radius: 4px;
}
#kycForm .content .body .form.doc-upload .input-wrapper .upload-button button i {
  padding-right: 10px;
}
#kycForm .content .body .form.user-agreement .disclaimer {
  margin: 20px 0px 0px 0px !important;
  position: relative;
}
#kycForm .content .body .form.user-agreement .disclaimer input.valid {
  margin: 6px 0px 0px 0px !important;
}
#kycForm .content .body .form.user-agreement .disclaimer label {
  float: right;
  width: 95%;
  position: absolute !important;
  left: 30px !important;
  top: 0px !important;
  background: transparent !important;
}
#kycForm .content .body .form.user-agreement .disclaimer p.error {
  display: block;
  float: left;
  width: 100% !important;
  margin: 41px 0px 0px 0px !important;
}
#kycForm .content .body .resend-btn p {
  width: auto;
  float: left;
  margin: 0;
  padding: 8px 20px 8px 0px;
}
#kycForm .content .body .resend-btn button {
  float: left;
  border: none;
  background: #07b2ce;
  padding: 8px 20px;
  border-radius: 5px;
  color: #fff;
}
#kycForm .content .body .captcha .captcha-img {
  padding-bottom: 25px;
}
#kycForm .content .body .captcha .captcha-img button {
  border: none;
  background: #07b2ce;
  padding: 8px 20px;
  border-radius: 5px;
  color: #fff;
  margin-left: 20px;
}
#kycForm .content .body .captcha .captcha-img button i {
  padding-right: 10px;
}
#kycForm .actions {
  text-align: center;
}
#kycForm .actions ul li {
  margin: 0px 10px 0px 0px !important;
}

.family-details {
  display: block;
  float: left;
  width: 100% !important;
}
.family-details #familyMembersContainer {
  display: block;
  float: left;
  width: 100% !important;
}
.family-details button.addFamilyMember {
  display: block;
  float: none !important;
  text-align: center !important;
  position: static !important;
  color: #1f6e91 !important;
  background: none !important;
  margin: 0 auto;
}
.family-details button.addFamilyMember span {
  display: inline;
  float: none !important;
  width: auto !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.minor-details {
  display: block;
  float: left;
  width: 100% !important;
  padding: 25px 15px 0px 15px;
  border-radius: 10px !important;
  background: #f6f6f6;
  margin-bottom: 40px;
}
.minor-details h6 {
  padding: 0px 0px 0px 20px !important;
  display: block;
  float: left;
  width: 100% !important;
  color: #333 !important;
  font-size: 20px !important;
  margin: 0px 0px 10px 0px !important;
}

select.form-control.individualKYCFieldSelect,
select.form-control.individualKYCFieldSelect.error {
  height: 50px !important;
  margin: 0px 0px 15px 0px !important;
}

#politicianFilter,
#politicianAffiliatedFilter {
  display: block;
  float: left;
  width: 80% !important;
}
#politicianFilter .input-wrapper label,
#politicianAffiliatedFilter .input-wrapper label {
  background: #fff !important;
}
#politicianFilter .input-wrapper input,
#politicianAffiliatedFilter .input-wrapper input {
  background: #fff !important;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
  background: #1f6e91;
}

.form-title {
  text-align: center;
}

a.form-back {
  display: flex;
  flex-wrap: wrap !important;
  flex-direction: row-reverse !important;
  font-size: 17px !important;
  background: #1f6e91 !important;
  color: #fff !important;
  float: right !important;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  position: absolute;
  right: 30px !important;
}

#success-message {
  text-align: center;
}
#success-message i {
  display: block;
  float: left;
  width: 100% !important;
  font-size: 120px;
  color: #4bb046;
}
#success-message .thank-you {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
}
#success-message p {
  display: block;
  float: left;
  width: 100% !important;
}
#success-message a {
  max-width: 0 auto !important;
  padding: 10px !important;
  font-size: 16px !important;
  background: #1f6e91 !important;
  display: inline-block;
  width: auto !important;
  text-align: center !important;
  margin: 10px auto 0px auto !important;
  border-radius: 10px !important;
  color: #fff !important;
}

#successModal {
  top: 65px !important;
  z-index: 100000000000000000 !important;
}

.wizard .actions ul li a {
  background: #1f6e91;
  border-radius: 10px !important;
  color: #fff !important;
}
.wizard .actions ul li a.disabled {
  background: #eee !important;
  color: #aaa !important;
}
.wizard .actions ul li:hover a {
  background: #1a6281 !important;
  border-radius: 10px !important;
}

#NRNApplicantPhotoImgHolder a.fa-window-close:before {
  display: none !important;
}

.form.doc-upload a.fas.fa-window-close:before {
  display: none !important;
}

/*print*/
body#pdf-sample {
  margin: 30px 10px 30px 10px !important;
}

.header .company-logo {
  display: block;
  float: left;
  width: auto;
  position: absolute !important;
  top: 0px !important;
}
.header .company-logo img {
  width: 120px !important;
  filter: grayscale(1) !important;
}
.header .header-right {
  display: block;
  float: left;
  width: 100%;
  text-align: center !important;
  margin: -25px 0px 10px 0px !important;
}
.header .header-right h2 {
  margin: 5px 0px 5px 0px !important;
  font-size: 15px !important;
}
.header .header-right p {
  margin: 0px !important;
  font-size: 13px !important;
}

.form-sample {
  display: block;
  float: left;
  width: 100% !important;
  margin: 0px 0px 10px 0px !important;
}
.form-sample #wrapper h3 {
  font-size: 14px !important;
}
.form-sample #wrapper .row .col-md-12 {
  display: block;
  float: left;
  width: 100% !important;
}
.form-sample #wrapper .row .col-md-6 {
  display: block;
  float: left;
  width: 50% !important;
}
.form-sample #wrapper .row .col-md-6 .form-group label {
  display: block;
  float: left;
  width: 100% !important;
}
.form-sample #wrapper .row .col-md-6 .form-group input {
  display: block;
  float: left;
  width: 100% !important;
}
.form-sample #wrapper .row .col-md-3 {
  display: block;
  float: left;
  width: 25% !important;
}
.form-sample #wrapper .row .col-md-3 .form-group label {
  display: block;
  float: left;
  width: 100% !important;
}
.form-sample #wrapper .row .col-md-3 .form-group input {
  display: block;
  float: left;
  width: 100% !important;
}

.form-sample.money-laundry #wrapper h3 {
  margin: 0px !important;
  padding: 5px !important;
  font-size: 13px !important;
}
.form-sample.money-laundry #wrapper .row .col-md-12.option2 {
  display: block;
  float: left;
  width: 100% !important;
}
.form-sample.money-laundry #wrapper .row .col-md-12.option2 input {
  border: none !important;
}
.form-sample.money-laundry #wrapper .row .income-section {
  display: block;
  float: left;
  width: 100% !important;
  padding: 0px 0px 10px 0px !important;
  border-bottom: 1px solid #000 !important;
}
.form-sample.money-laundry #wrapper .row .col-md-4 {
  display: block;
  float: left;
  width: 33.33% !important;
}
.form-sample.money-laundry #wrapper .row .col-md-4 .form-group {
  padding: 5px 5px !important;
}
.form-sample.money-laundry #wrapper .row .col-md-4 .form-group label {
  display: block;
  float: left;
  width: auto !important;
}
.form-sample.money-laundry #wrapper .row .col-md-4 .form-group input {
  display: block;
  float: left;
  width: calc(100% - 104px) !important;
  margin: 0px 0px 0px 5px !important;
  border: none !important;
}
.form-sample.money-laundry #wrapper .row .col-md-2 {
  display: block;
  float: left;
  width: 16.5% !important;
}
.form-sample.money-laundry #wrapper .row .col-md-2 .form-group label {
  display: block;
  float: left;
  width: 100% !important;
}
.form-sample.money-laundry #wrapper .row .col-md-2 .form-group input {
  display: block;
  float: left;
  width: 100% !important;
}
.form-sample.money-laundry #wrapper .row .col-md-6 .form-group label {
  display: block;
  float: left;
  width: auto !important;
}
.form-sample.money-laundry #wrapper .row .col-md-6 .form-group input {
  display: block;
  float: left;
  width: calc(100% - 80px) !important;
  margin: 0px 0px 0px 5px !important;
  border: none !important;
}

.form-sample #wrapper .row .col-md-6 {
  display: block;
  float: left;
  width: 50% !important;
}
.form-sample #wrapper .row .col-md-6 .form-group label {
  display: block;
  float: left;
  width: 100% !important;
}
.form-sample #wrapper .row .col-md-6 .form-group input {
  display: block;
  float: left;
  width: 100% !important;
}
.form-sample #wrapper .row .col-md-2 {
  display: block;
  float: left;
  width: 16.5% !important;
}
.form-sample #wrapper .row .col-md-2 .form-group label {
  display: block;
  float: left;
  width: 100% !important;
}
.form-sample #wrapper .row .col-md-2 .form-group input {
  display: block;
  float: left;
  width: 100% !important;
}

.form-sample.contact-details {
  display: block;
  float: left;
  width: 100% !important;
  border: 1px solid #000 !important;
  border-bottom: 0px solid #fff !important;
  margin: 0px !important;
}
.form-sample.contact-details #wrapper .row {
  display: block;
  float: left;
  width: 100% !important;
}
.form-sample.contact-details #wrapper .row .col-md-6 .form-group {
  display: block;
  float: left;
  width: 100% !important;
  border-bottom: 1px solid #000 !important;
}
.form-sample.contact-details #wrapper .row .col-md-6 .form-group label {
  display: block;
  float: left;
  width: auto !important;
  padding: 5px 0px 5px 5px !important;
}
.form-sample.contact-details #wrapper .row .col-md-6 .form-group input {
  display: inline;
  float: left;
  width: calc(100% - 261px) !important;
  border: 0 !important;
  background: transparent !important;
  margin: 0px 0px 0px 10px !important;
  padding: 5px 0px 5px 5px !important;
}
.form-sample.contact-details #wrapper .row .col-md-6 .form-group input:focus {
  border: none !important;
  outline: none !important;
}
.form-sample.contact-details #wrapper .row .col-md-2 .form-group {
  display: block;
  float: left;
  width: 100% !important;
  padding: 5px 5px !important;
  border-bottom: 1px solid #000 !important;
}
.form-sample.contact-details #wrapper .row .col-md-2 .form-group label {
  display: block;
  float: left;
  width: auto !important;
}
.form-sample.contact-details #wrapper .row .col-md-2 .form-group input {
  display: inline;
  float: left;
  width: calc(100% - 52px) !important;
  border: 0 !important;
  background: transparent !important;
  margin: 0px 0px 0px 10px !important;
}
.form-sample.contact-details #wrapper .row .col-md-2 .form-group input:focus {
  border: none !important;
  outline: none !important;
}

.form-sample.money-laundry {
  display: block;
  float: left;
  width: 100% !important;
  border: 1px solid #000 !important;
  margin: 5px 0px 0px 0px !important;
}
.form-sample.money-laundry #wrapper .row .col-md-12 .form-group {
  display: block;
  float: left;
  width: 100% !important;
  padding: 5px 5px !important;
}

.form-sample.family-member.contact-details {
  display: block;
  float: left;
  width: 100% !important;
  border: 1px solid #000 !important;
  margin: 5px 0px 0px 0px !important;
  border-bottom: none !important;
}
.form-sample.family-member.contact-details #wrapper .row .header {
  display: block;
  float: left;
  width: 100% !important;
  background: #000 !important;
  border-bottom: 1px solid #000 !important;
}
.form-sample.family-member.contact-details #wrapper .row .header label {
  color: #fff !important;
}
.form-sample.family-member.contact-details #wrapper .row .col-md-4 {
  display: block;
  float: left;
  width: 25% !important;
}
.form-sample.family-member.contact-details #wrapper .row .col-md-4 .form-group {
  display: block;
  float: left;
  width: 100% !important;
  padding: 5px 5px !important;
}
.form-sample.family-member.contact-details #wrapper .row .family-content {
  display: block;
  float: left;
  width: 100% !important;
}
.form-sample.family-member.contact-details #wrapper .row .family-content .col-md-4 {
  border-bottom: 1px solid #000 !important;
}
.form-sample.family-member.contact-details #wrapper .row .family-content .col-md-4 .form-group {
  width: 96% !important;
}
.form-sample.family-member.contact-details #wrapper .row .family-content .col-md-4 .form-group input {
  border: none !important;
}
.form-sample.family-member.contact-details #wrapper .row .family-content .col-md-4 .form-group input:focus {
  border: none !important;
  outline: none !important;
}

.thumb-section h3 {
  text-align: center !important;
}
.thumb-section .col-md-8 {
  display: block;
  float: left;
  width: 65% !important;
}
.thumb-section .col-md-4 {
  display: block;
  float: left;
  width: 35% !important;
}
.thumb-section .thumb-section-right {
  display: block;
  width: 100% !important;
  margin: 20px auto 20px auto !important;
  float: left;
  text-align: center;
}
.thumb-section .thumb-section-right p {
  display: block;
  float: left;
  width: 100% !important;
  text-align: center !important;
}
.thumb-section .thumb-section-right .thumb-right {
  display: inline-block;
  float: none;
  width: 120px !important;
  height: 160px !important;
  border: 1px solid #000 !important;
}
.thumb-section .thumb-section-right .thumb-left {
  display: inline-block;
  float: none;
  width: 120px !important;
  height: 160px !important;
  border: 1px solid #000 !important;
}

.main-location #wrapper h3 {
  text-align: center !important;
  margin: 10px 0px 0px 0px !important;
}
.main-location #wrapper .location {
  display: block;
  float: left;
  width: 100% !important;
  border: 1px solid #222 !important;
  height: 200px !important;
  position: relative !important;
}
.main-location #wrapper .location p {
  position: absolute !important;
  bottom: 0px !important;
  font-size: 13px !important;
  margin: 0 auto !important;
  text-align: center !important;
  width: 100% !important;
}

.form-sample #wrapper .form-card .row p, .form-sample #wrapper .form-card .row span {
  font-size: 13px !important;
}
.form-sample #wrapper .form-card .row .form-group label {
  font-size: 13px !important;
}

.office-section {
  display: block;
  float: left;
  width: 100% !important;
}
.office-section h3 {
  text-align: center !important;
  position: relative !important;
  margin: 0px 0px 0px 0px !important;
}
.office-section h3:before {
  content: "";
  position: absolute;
  left: 0 !important;
  top: 10px !important;
  height: 2px !important;
  width: calc(50% - 90px);
  background: #000 !important;
}
.office-section h3:after {
  content: "";
  position: absolute;
  right: 0 !important;
  top: 10px !important;
  height: 2px !important;
  width: calc(50% - 90px);
  background: #000 !important;
}
.office-section span {
  display: inline;
  float: left;
  margin: 5px 0px 0px 0px !important;
}

/*print*/
/* RESPONSIVE CSS */
@media (min-width: 992px) and (max-width: 1200px) {
  /* Progress bar */
  .wizard > .steps > ul > li {
    width: 15%;
  }
  /* Progress bar */
  #kycForm .content .body.step1 .input-wrapper.long-text input, #kycForm .content .body.step1 .input-wrapper.long-text textarea {
    padding: 40px 10px 15px;
  }
  #kycForm .content .body.step1 .input-wrapper.long-text input:focus, #kycForm .content .body.step1 .input-wrapper.long-text textarea:focus {
    padding: 15px 10px;
  }
  #kycForm .content .body .input-wrapper.sub-option label {
    padding-right: 45px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  /* Progress bar */
  .wizard > .steps > ul > li {
    width: 14%;
  }
  /* Progress bar */
  #kycForm .content .body.step5 .input-wrapper.long-text input, #kycForm .content .body.step5 .input-wrapper.long-text textarea {
    padding: 40px 10px 15px;
  }
  #kycForm .content .body.step5 .input-wrapper.long-text input:focus, #kycForm .content .body.step5 .input-wrapper.long-text textarea:focus {
    padding: 15px 10px;
  }
  #kycForm .content .body.step5 .input-wrapper.long-text label {
    white-space: break-spaces;
    width: 590px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* Progress bar */
  .wizard > .steps > ul > li {
    width: 12%;
    overflow: hidden !important;
    margin: 4px;
  }
  #kycForm .steps ul {
    display: block;
  }
  #kycForm .steps ul li a {
    color: #ccc !important;
    padding: 10px 0px !important;
    height: 60px !important;
  }
  #kycForm .steps ul li a .number {
    display: block;
    width: auto;
    height: auto;
    font-size: 18px;
    border-radius: 0;
    margin: 0 auto 10px auto;
    padding: 0;
    z-index: 1;
    position: relative;
  }
  #kycForm .steps ul li a:after {
    content: none !important;
  }
  #kycForm .steps ul li a:before {
    top: 17px;
  }
  #kycForm .steps ul .current a, #kycForm .steps ul .done a {
    color: transparent !important;
    padding: 10px 0px !important;
  }
  .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #1f6e91;
    color: #fff;
  }
  .wizard > .steps .current a .number, .wizard > .steps .current a:hover .number, .wizard > .steps .current a:active .number {
    background: transparent;
  }
  .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #ccc;
    color: #ffffff;
  }
  .wizard > .steps .disabled a .number, .wizard > .steps .disabled a:hover .number, .wizard > .steps .disabled a:active .number {
    background: transparent;
  }
  .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #269267;
    color: #ccc;
  }
  .wizard > .steps .done a .number, .wizard > .steps .done a:hover .number, .wizard > .steps .done a:active .number {
    background: transparent;
    color: #ccc;
  }
  /* Progress bar */
  #kycForm .content .body .input-wrapper.sub-option label {
    white-space: break-spaces;
  }
  #kycForm .content .body .form.user-agreement .disclaimer label {
    width: 96%;
  }
  #kycForm .content .body.step5 .input-wrapper.long-text input, #kycForm .content .body.step5 .input-wrapper.long-text textarea {
    padding: 40px 10px 15px;
  }
  #kycForm .content .body.step5 .input-wrapper.long-text label {
    white-space: break-spaces;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  /* Progress bar */
  .wizard > .steps > ul > li {
    width: 11%;
    overflow: hidden !important;
    margin: 4px;
  }
  .kyc-page-section .kyc-page .kyc-page-details {
    padding: 20px 0px !important;
  }
  .kyc-page-section .kyc-page .kyc-page-details .form-title h2 {
    font-size: 22px !important;
  }
  #kycForm .steps ul {
    display: block;
  }
  #kycForm .steps ul li a {
    color: #ccc !important;
    padding: 10px 0px !important;
    height: 40px !important;
  }
  #kycForm .steps ul li a .number {
    display: block;
    width: auto;
    height: auto;
    font-size: 18px;
    border-radius: 0;
    margin: 0 auto 10px auto;
    padding: 0;
    z-index: 1;
    position: relative;
  }
  #kycForm .steps ul li a:after {
    content: none !important;
  }
  #kycForm .steps ul li a:before {
    top: 7px;
  }
  #kycForm .steps ul .current a, #kycForm .steps ul .done a {
    color: transparent !important;
    padding: 0px 0px !important;
  }
  .wizard > .content > .body {
    padding: 10px 10px !important;
  }
  .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #1f6e91;
    color: #fff;
  }
  .wizard > .steps .current a .number, .wizard > .steps .current a:hover .number, .wizard > .steps .current a:active .number {
    background: transparent;
  }
  .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #ccc;
    color: #ffffff;
  }
  .wizard > .steps .disabled a .number, .wizard > .steps .disabled a:hover .number, .wizard > .steps .disabled a:active .number {
    background: transparent;
  }
  .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #269267;
    color: #ccc;
  }
  .wizard > .steps .done a .number, .wizard > .steps .done a:hover .number, .wizard > .steps .done a:active .number {
    background: transparent;
    color: #ccc;
  }
  /* Progress bar */
  #kycForm .content .body .input-wrapper.sub-option label {
    white-space: break-spaces;
  }
  #kycForm .content .body .form.user-agreement .disclaimer label {
    width: 94%;
  }
  #kycForm .content .body.step5 .input-wrapper.long-text input, #kycForm .content .body.step5 .input-wrapper.long-text textarea {
    padding: 60px 10px 15px;
  }
  #kycForm .content .body.step5 .input-wrapper.long-text label {
    white-space: break-spaces;
  }
  a.form-back {
    position: static !important;
  }
}/*# sourceMappingURL=jquery.steps-overwrite.css.map */