:root {
    --rv-primary: #2e3192;
    --rv-secondary: #ff7a01;
    --rv-white: #fff;
    --rv-black: #000;
}
#showformdata {
  display: none;
}

.showformdata {
  overflow: hidden;
  max-height: 100vh;
}
.showformdata footer,
.showformdata header {
  position: relative;
  z-index: 0;
}
.showformdata #showformdata {
  display: block;
}
.showformdata #showformdata .health-risk {
  z-index: 9999;
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}
.showformdata #showformdata .health-risk .modalbg {
  background: rgba(0, 0, 0, 0.5411764706);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: auto;
  top: 0;
}
.showformdata #showformdata .health-risk .modaldatashow {
  display: block;
}
.showformdata #showformdata .health-risk .modaldatashow h3 {
  background: var(--rv-primary);
  color: var(--rv-white);
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.showformdata #showformdata .health-risk .modaldatashow .pop-body {
  padding: 30px;
}
.showformdata #showformdata .health-risk .form-control {
  margin-bottom: 20px;
}
.showformdata #showformdata .health-risk  .form-group {
    margin-bottom: 5px;
}
.showformdata #showformdata .health-risk input {
  border: 1px solid #ddd;
  padding: 15px 20px;
  border-radius: 5px;
	    height: auto;
}
.showformdata #showformdata .health-risk .captcha_code {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.showformdata #showformdata .health-risk .captcha_code #captcha_code {
  width: 70px;
}
.showformdata #showformdata .health-risk .captcha_code .btn-refresh {
  background: var(--rv-secondary);
  border: unset;
  border-radius: 5px;
  color: var(--rv-white);
  display: flex;
  align-items: center;
  padding: 10px 20px;
	    height: max-content;
}
.showformdata #showformdata .health-risk .captcha_code .captcha_box {
  width: 100%;
	    align-items: anchor-center;
  gap: 15px;
  display: flex;
}
.showformdata #showformdata .health-risk .captcha_code .captcha_box input {
  width: 100%;    margin-bottom: 0;
}

.wizard-stape-body {
  background: var(--rv-white);
  box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  max-width: 767px;
  margin: 0 auto;
}
.wizard-stape-body .back-links {
  padding: 20px 30px;
  border-bottom: 1px solid #F3F3F3;
}
.wizard-stape-body .back-links a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #2A2A2A;
}
.wizard-stape-body .content-box {
  padding: 30px;
}
.wizard-stape-body .content-box h3 {
  margin-bottom: 20px;
}
.wizard-stape-body .content-box ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.wizard-stape-body .content-box ul li {
  width: 100%;
  margin-bottom: 10px;
  list-style: none;
}
.wizard-stape-body .content-box ul li label {
  color: var(--rv-black);
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.wizard-stape-body .content-box ul li label::before {
  content: "";
  width: 20px;
  display: block;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  margin-top: 4px;
}
.wizard-stape-body .content-box ul li label::after {
  content: "";
  width: 10px;
  display: block;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  margin-top: 4px;
}
.wizard-stape-body .content-box ul li input[type=radio] {
  display: none;
}
.wizard-stape-body .content-box ul li input[type=radio]:checked + label::before {
  border: 2px solid var(--rv-primary);
}
.wizard-stape-body .content-box ul li input[type=radio]:checked + label::after {
  background: var(--rv-primary);
}
.wizard-stape-body .content-box.active .btn-netx {
  pointer-events: visible;
  opacity: 1;
}
.wizard-stape-body .content-box .btn-netx {
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  opacity: 0.5;
}

.close-back-btn {
  background-color: #fff;
  box-shadow: 0 0 10px #ddd;
  position: absolute;
  right: -15px;
  top: -15px;
  border-radius: 5px;
}
.close-back-btn a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-back-btn a span {
  position: relative;
}
.close-back-btn a span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  margin-left: -7px;
  margin-top: -5px;
  transform: rotate(-45deg);
}
.close-back-btn a span::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: -6px;
  top: -1px;
}

.form-group.captcha-code {
  display: flex;
  gap: 10px;
}
.form-group.captcha-code .btnRefresh {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-group.captcha-code img#captcha_code {
  width: 100px;
}
.form-group.captcha-code .form-control {
  width: 100%;
  max-width: 100%;
}
.form-group.captcha-code .captcha-box {
  width: 100%;
  display: flex;
  gap: 10px;
}

.modal-open .modalbody {
  z-index: 1;
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}

.showmodal .modalbody {
  z-index: 99;
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}

.modalbody {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalbody .modalbg {
  background: rgba(0, 0, 0, 0.5411764706);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  top: 0;
}
.modalbody .Cmodalcard {
  max-width: 500px;
  width: 100%;
  z-index: 9;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.modalbody .Cmodalcard .maincontentmodal {
  background: #fff;
  position: relative;
  box-shadow: 0 0 15px 0 #bbb;
  border-radius: 10px;
}
.modalbody .Cmodalcard .maincontentmodal .cmodalclose {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  box-shadow: 0 0 15px 0 #ddd;
  cursor: pointer;
  right: -15px;
  border: unset;
  font-size: 28px;
  top: -15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  z-index: 9;
  align-items: center;
}
.modalbody .Cmodalcard .maincontentmodal .cmodalclose span {
  position: relative;
  transform: rotate(45deg);
}
.modalbody .Cmodalcard .maincontentmodal .cmodalclose span::before, .modalbody .Cmodalcard .maincontentmodal .cmodalclose span::after {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  background: #000;
  top: -1px;
  left: -6px;
}
.modalbody .Cmodalcard .maincontentmodal .cmodalclose span::after {
  transform: rotate(90deg);
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards {
  padding: 20px;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdForm .form-group:last-child {
  margin-bottom: 0;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify {
  text-align: center;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify div p {
  font-size: 16px;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify div:last-child {
  width: 100% !important;
  max-width: 90%;
  margin: 0 auto;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify label {
  display: block;
  -moz-text-align-last: left;
       text-align-last: left;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify button {
  background-color: var(--rv-primary);
  border: 1px solid var(--rv-primary);
  color: #fff;
  display: inline-block !important;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 5px;
  transition: 0.5s;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify button :hover {
  transition: 0.5s;
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.modalbody .Cmodalcard .maincontentmodal .cm-cards #forgetPwdFormVerify #mobileOtp {
  display: block;
  width: 100%;
  background-color: #fff;
  outline: none;
  padding: 10px 15px;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  margin-bottom: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modalbody .Cmodalcard .maincontentmodal .modalheader {
  width: 100%;
  background: var(--rv-primary);
  border-radius: 10px 10px 0 0;
  padding: 8px 20px;
}
.modalbody .Cmodalcard .maincontentmodal .modalheader h4,
.modalbody .Cmodalcard .maincontentmodal .modalheader h3 {
  color: var(--rv-white);
  font-size: 20px;
  margin-bottom: 0;
}
.modalbody .Cmodalcard .maincontentmodal .modalheader h6 {
  color: var(--rv-white);
}
.modalbody .Cmodalcard .maincontentmodal .modaldatashow {
  display: none;
}
.modalbody .Cmodalcard .maincontentmodal .modaldatashow.show {
  display: block;
}
.modalbody .Cmodalcard .maincontentmodal .modaldatashow .image {
  margin-bottom: 15px;
  text-align: center;
}
.modalbody .Cmodalcard .maincontentmodal .modaldatashow .image img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 50%;
  margin: 0 auto;
}
.modalbody .Cmodalcard .maincontentmodal .modaldatashow .content {
  padding: 25px;
}
.modaldatashow .form-group .form-control {
    width: 100%;
}
.tools-page-section {
    padding: 50px 0;
}
section.top-banner-section {
    text-align: center;
}
.rv-container
 {
    max-width: 600px;
    margin: 0 auto;
}
section.section.thanks-section {
    padding: 80px 0;
}