/* font add css  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  color: #535353;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.card {
  border: none;
  background-color: unset;
}

.card .card-body {
  padding: 0;
}

section {
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
}

body ul li {
  list-style: none;
}

body ul li a {
  text-decoration: none;
}

body section.row, body header.row, body footer.row {
  margin: 0;
}

body #success {
  display: none;
}

body #error {
  display: none;
}

body iframe {
  border: none;
}

body i:before {
  margin-left: 0px !important;
}

body a, body .btn, body button {
  outline: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  text-decoration: none;
}

body a:before, body a:after, body .btn:before, body .btn:after, body button:before, body button:after {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

body a:focus, body a:hover, body .btn:focus, body .btn:hover, body button:focus, body button:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

section {
  overflow: hidden;
}

.header-section {
  background: var(--Backgrounds-Tertiary, #FFF);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(30, 121, 230, 0.06);
          box-shadow: 0px 4px 4px 0px rgba(30, 121, 230, 0.06);
  padding: 10px 0;
}

.header-wrapper {
  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;
}
.header-wrapper .header-logo h2 {
  color: #1E79E6;
  font-family: "Segoe UI";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header-wrapper .header-logo small {
  font-size: 16px;
  font-family: "Segoe UI";
  font-weight: 400;
  letter-spacing: 4px;
}
.header-wrapper .header-logo span {
  color: var(--Color-2, #FF7F00);
  font-family: "Segoe UI";
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header-right span {
  color: #0B4284;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 25px;
  border-radius: 6px;
  background: #1E79E6;
  gap: 12px;
  text-align: center;
  animation: pulsered 2s infinite;
}
@keyframes pulsered {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 121, 230, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(30, 121, 230, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(30, 121, 230, 0);
  }
}
.header-button b {
  color: var(--Backgrounds-Tertiary, #FFF);
  text-align: center;
  font-family: "Segoe UI";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.header-button small {
  color: var(--Backgrounds-Tertiary, #FFF);
  font-family: "Segoe UI";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header-button img {
  height: 40px;
  width: 40px;
}

body {
  background: #F0F7FF;
}

.progress-section {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #F0F7FF;
}
.progress-section h2 {
  color: #1E79E6;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.progress-section p {
  color: var(--Color-3, #728193);
  text-align: center;
  font-family: "Segoe UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.progress-section .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-top: 35px;
  margin-bottom: 45px;
}
.progress-section .button-group a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 168px;
  height: 112px;
  padding: 30px 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid #1E79E6;
  background: var(--Backgrounds-Tertiary, #FFF);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(11, 66, 132, 0.16);
          box-shadow: 0px 0px 7px 0px rgba(11, 66, 132, 0.16);
  color: #1E79E6;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.progress-section h3 {
  color: #0B4284;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.progress-section .header-button b{
  font-size: 26px;
}
.progress-area {
  max-width: 220px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.progress-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.progress-area ul li {
  height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
  border: 1px solid #728193;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--Color-3, #728193);
  text-align: center;
  font-family: "Segoe UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  background: #F0F7FF;
  z-index: 1;
}
.progress-area ul li::after {
  position: absolute;
  content: "";
  display: block;
  right: -31px;
  top: 14px;
  height: 2px;
  width: 31px;
  background: #1E79E6;
  z-index: -1;
  opacity: 0;
}
.progress-area ul li:last-child::after {
  display: none;
}
.progress-area ul li.active {
  background: #1E79E6;
  border-color: #1E79E6;
}
.progress-area ul li.active::after {
  opacity: 1;
}

.middle-section {
  padding: 30px 0;
  background: #1E79E6;
}
.middle-section a {
  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;
  gap: 12px;
}
.middle-section a b {
  color: var(--Color, #FFF);
  text-align: center;
  font-family: "Segoe UI";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.middle-section a img {
  height: 32px;
  width: 32px;
}
.middle-section small {
  color: var(--Color, #FFF);
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: block;
  text-align: center;
}
.middle-section p {
  color: var(--Color, #FFF);
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 25px;
  text-align: center;
}

.senion-health-section {
  padding: 35px 0;
  background: #F8FBFF;
}
.senion-health-section h1 {
  color: #0B4284;
  font-family: "Segoe UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 33px;
  text-align: center;
}
.senion-health-section p {
  color: var(--Color, #636363);
  font-family: "Segoe UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
  text-transform: capitalize;
}
.senion-health-section p .policy {
  color: var(--Color, #FF7F00);
  font-family: "Segoe UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration-line: underline;
  text-transform: capitalize;
}
.senion-health-section p .partner {
  color: var(--Color, #1E79E6);
  font-family: "Segoe UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration-line: underline;
  text-transform: capitalize;
}
.senion-health-section h3 {
  color: var(--Primary, #0B4284);
  text-align: center;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 138.889% */
  text-transform: capitalize;
  margin-top: 30px;
}

.footer-section {
  padding: 25px 0;
  background: #0B4284;
}

.footer-wrapper {
  max-width: 740px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-wrapper p {
  color: var(--Backgrounds-Tertiary, #FFF);
  text-align: left;
  font-family: "Segoe UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer-wrapper li {
  display: inline-block;
  margin-left: 35px;
}
.footer-wrapper li a {
  display: block;
  color: var(--Backgrounds-Tertiary, var(--Backgrounds-Tertiary, #FFF));
  font-family: "Segoe UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}

.skip-button {
  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;
  gap: 40px;
}
.skip-button a {
  color: var(--Color-3, #728193);
  text-align: center;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.skip-button a:nth-child(2) {
  color: #1E79E6;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.zipcode-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
.zipcode-area input {
  width: 100%;
  height: 62px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #1E79E6;
  background: var(--Backgrounds-Tertiary, #FFF);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(11, 66, 132, 0.16);
          box-shadow: 0px 0px 7px 0px rgba(11, 66, 132, 0.16);
  outline: none;
  font-size: 20px;
  text-align: center;
}
.zipcode-area button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  height: 62px;
  padding: 9px 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background: var(--second, #1E79E6);
  color: var(--Backgrounds-Tertiary, #FFF);
  text-align: center;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  outline: none;
}

.new-content {
  margin-top: 20px;
}
.new-content p {
  margin-bottom: 10px;
  color: var(--Color-3, #728193);
  text-align: center;
  font-family: "Segoe UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 178.571% */
  text-transform: capitalize;
}

.progress-section h6 {
  color: #0B4284;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 20px;
}
.progress-section h5 {
  color: #1E79E6;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.progress-animation {
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  background: #f5f5f5;
  background-color: #f5f5f5;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  height: 25px;
  line-height: 36px;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}
.progress-animation .progress-inner {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
  background-size: 40px 40px !important;
  -webkit-animation: progress-bar-animation 100s linear infinite;
          animation: progress-bar-animation 100s linear infinite;
  background: #1E79E6;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  float: left;
  font-size: 14px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@-webkit-keyframes progress-bar-animation {
  to {
    background-position: 0 -3000px;
  }
}

@keyframes progress-bar-animation {
  to {
    background-position: 0 -3000px;
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.middle-title h2{
    color: #0B4284;
    font-family: "Segoe UI";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.middle-title{
  padding: 60px 0;
  text-align: center;
  background: #F5F5F5;
}
.terms-section{
    color: var(--Color, #636363);
    font-family: "Segoe UI";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}
.terms-section h3{
    color: #0B4284;
    font-family: "Segoe UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0;
}
.partner-list li{
  list-style: disc;
  margin-bottom: 10px;
}
.partner-list{
  padding-left: 15px;
}
@media (max-width: 999.99px) {
  .header-wrapper .header-logo h2 {
    font-size: 18px;
  }
  .header-wrapper .header-logo small{
    font-size: 12px;
  }
  .header-wrapper .header-logo span {
    font-size: 16px;
  }
  .header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header-right span {
    font-size: 12px;
  }
  .header-button b {
    font-size: 13px;
  }
  .header-button small {
    font-size: 8px;
  }
  .header-button img {
    height: 20px;
    width: 20px;
  }
  .header-button {
    padding: 7px 10px;
    border-radius: 6px;
    gap: 7px;
  }
  .progress-section h2 {
    font-size: 35px;
  }
  .progress-section .button-group a {
    height: 80px;
    padding: 16px 35px;
    font-size: 25px;
  }
  .progress-section p {
    font-size: 25px;
  }
  .middle-section p br {
    display: none;
  }
  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .footer-wrapper li {
    margin: 0;
    margin: 0 20px;
  }
  .progress-section .header-button img {
    height: 30px;
    width: 30px;
  }
  .progress-section .header-button b {
    font-size: 22px;
  }
  .progress-section .header-button small {
    font-size: 12px;
  }
  .header-wrapper .header-logo small {
    letter-spacing: 1px;
  }
  .progress-section .header-button img{
    height: 40px;
    width: 70px;
  }
  .progress-section h5 br{
    display: none;
  }
}
.senion-health-section b{color: #0B4284;
    font-family: "Segoe UI";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
   }