body, html {
  margin: 0px;
  padding: 0px; }

body * {
  box-sizing: border-box;
  font-family: "Montserrat" ,sans-serif; }

.container {
  max-width: 1245px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

footer {
  padding-top: 15px;
  padding-bottom: 24px;
  background-color: #FCFCFC; }
  footer .outer__footer ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    footer .outer__footer ul > li {
      margin-right: 40px; }
      footer .outer__footer ul > li > a {
        text-decoration: underline;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: #000000;
        transition: .3s ease all; }
        footer .outer__footer ul > li > a:hover {
          opacity: .7; }
      footer .outer__footer ul > li:last-child {
        margin-right: 0px; }
  footer .outer__footer > p {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 500; }

.quiz__main {
  min-height: calc(100vh - 255px); }
  .quiz__main .outer__quiz {
    padding-top: 64px;
    padding-bottom: 45px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto; }
    .quiz__main .outer__quiz .quiz__steps .step .group__submit {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 64px; }
      .quiz__main .outer__quiz .quiz__steps .step .group__submit + .back {
        margin-top: 24px; }
      .quiz__main .outer__quiz .quiz__steps .step .group__submit button {
        display: inline-flex;
        align-items: center;
        width: 100%;
        height: 56px;
        background-color: #132c40;
        border-radius: 12px;
        cursor: pointer;
        outline: none;
        border: 0px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: #FFFFFF;
        transition: .3s ease all;
        justify-content: center; }
        .quiz__main .outer__quiz .quiz__steps .step .group__submit button span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-left: 8px; }
        .quiz__main .outer__quiz .quiz__steps .step .group__submit button:hover {
          background-color: #132c40; }
    .quiz__main .outer__quiz .quiz__steps .step .group__input {
      margin-bottom: 16px; }
      .quiz__main .outer__quiz .quiz__steps .step .group__input.error > label {
        display: block; }
      .quiz__main .outer__quiz .quiz__steps .step .group__input.error > input {
        border-color: #B10505; }
      .quiz__main .outer__quiz .quiz__steps .step .group__input.error > p {
        color: #B10505; }
      .quiz__main .outer__quiz .quiz__steps .step .group__input > label {
        color: #B10505;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        display: none; }
      .quiz__main .outer__quiz .quiz__steps .step .group__input > p {
        margin-top: 0px;
        margin-bottom: 4px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 600;
        color: #202020; }
      .quiz__main .outer__quiz .quiz__steps .step .group__input > input {
        width: 100%;
        height: 56px;
        border-radius: 12px;
        border: 1px solid #D5D5D5;
        background-color: #fff;
        padding-left: 15px;
        padding-right: 15px;
        outline: none;
        font-size: 16px;
        line-height: 24px;
        color: #000; }
      .quiz__main .outer__quiz .quiz__steps .step .group__input:last-child {
        margin-bottom: 0px; }
    .quiz__main .outer__quiz .quiz__steps .step .back {
      margin-top: 64px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .quiz__main .outer__quiz .quiz__steps .step .back > a {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        text-decoration: none;
        transition: .3s ease all;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: #000000;
        letter-spacing: -0.02em; }
        .quiz__main .outer__quiz .quiz__steps .step .back > a:hover {
          color: #132c40; }
          .quiz__main .outer__quiz .quiz__steps .step .back > a:hover svg path {
            fill: #132c40; }
        .quiz__main .outer__quiz .quiz__steps .step .back > a span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 8px; }
          .quiz__main .outer__quiz .quiz__steps .step .back > a span svg path {
            transition: .3s ease all; }
    .quiz__main .outer__quiz .quiz__steps .step ul {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
      list-style-type: none;
      padding: 0px 15px; }
      .quiz__main .outer__quiz .quiz__steps .step ul > li {
        margin-bottom: 16px; }
        .quiz__main .outer__quiz .quiz__steps .step ul > li > a {
          border: 1px solid #D5D5D5;
          background-color: #FCFCFC;
          text-decoration: none;
          min-height: 56px;
          border-radius: 12px;
          font-size: 16px;
          line-height: 24px;
          color: #202020;
          font-weight: 600;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: .15s ease all; }
          .quiz__main .outer__quiz .quiz__steps .step ul > li > a:hover {
            background-color: #eee;
            border-color: #132c40;
            color: #fff; }
          .quiz__main .outer__quiz .quiz__steps .step ul > li > a.current {
            background-color: #132c40;
            border-color: #132c40;
            color: #fff; }
        .quiz__main .outer__quiz .quiz__steps .step ul > li:last-child {
          margin-bottom: 0px; }
    .quiz__main .outer__quiz .quiz__steps .step > p {
      margin-top: 0px;
      margin-bottom: 24px;
      font-size: 22px;
      line-height: 28px;
      color: #202020;
      font-weight: 600; }
    .quiz__main .outer__quiz .quiz__top {
      margin-bottom: 2em; }
      .quiz__main .outer__quiz .quiz__top ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 8px; }
        .quiz__main .outer__quiz .quiz__top ul > li {
          min-height: 6px;
          display: inline-flex;
          align-items: center;
          width: 100%;
          background-color: #ECECEC;
          border-radius: 250px; }
          .quiz__main .outer__quiz .quiz__top ul > li.current {
            background-color: #132c40; }
    .quiz__main .outer__quiz .top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 32px; }
      .quiz__main .outer__quiz .top > p {
        margin: 0px;
        font-size: 14px;
        line-height: 14px;
        color: #202020;
        font-weight: 500; }
      .quiz__main .outer__quiz .top > a {
        display: inline-flex;
        align-items: center;
        justify-content: center; }

header {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.08); }
  header .outer__header {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center; }
    header .outer__header > a {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      header .outer__header > a img {
        max-height: 48px; }

.thank__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .thank__wrapper .media {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px; }
    .thank__wrapper .media > img {
      max-width: 480px;
      position: relative;
      z-index: 2;
      left: -180px; }
    .thank__wrapper .media span {
      position: absolute;
      right: 0px;
      bottom: 0px; }
  .thank__wrapper .desc {
    max-width: 640px;
    padding: 32px 24px; }
    .thank__wrapper .desc .btn {
      margin-top: 24px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .thank__wrapper .desc .btn > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 56px;
        border-radius: 12px;
        background-color: #132c40;
        text-decoration: none;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        font-weight: 600;
        width: 100%;
        transition: .3s ease all; }
        .thank__wrapper .desc .btn > a:hover {
          background-color: #132c40; }
    .thank__wrapper .desc > h2 {
      margin-top: 0px;
      margin-bottom: 20px;
      font-size: 64px;
      line-height: 64px;
      font-weight: 600;
      color: #000000; }
    .thank__wrapper .desc > p {
      margin: 0px;
      font-size: 22px;
      line-height: 32px;
      color: #000000;
      font-weight: 500; }

.thank__wrapper .media span {
  pointer-events: none; }

.header_error {
  display: none;             /* Hidden initially */
  color: #1A2421;            /* dark jungle green text */
  background-color: #A8E4A0; /* Granny smith apple colour */
  padding: 10px 15px;
  border: 1px solid #D8000C;
  border-radius: 5px;
  margin-bottom: 1em;
  font-size: 14px;
}

.quiz__main .outer__quiz .quiz__steps .step .group__submit button {
  color: #fff; }
  .quiz__main .outer__quiz .quiz__steps .step .group__submit button:hover {
    background-color: #132c40; }

.quiz__main .outer__quiz .quiz__steps .step .group__submit button img {
  margin-left: 5px; }

.quiz__main .outer__quiz .quiz__steps .step ul > li > a:hover {
  color: #000; }

.thank__wrapper {
  min-height: 700px !important;
  position: relative; }

.thank__wrapper .media > img {
  max-width: 740px;
  left: 0px; }

.thank__wrapper .desc .btn > a {
  color: #000 !important; }

@media (max-width: 1640px) {
  .thank__wrapper {
    min-height: 600px !important; }

  .thank__wrapper .media span > img {
    max-width: 740px; }

  .thank__wrapper .media > img {
    max-width: 540px;
    left: 0px; } }
@media (max-width: 1200px) {
  .thank__wrapper .media {
    position: relative;
    transform: none;
    margin-left: auto;
    margin-right: -15px;
    display: flex;
    justify-content: flex-end; }

  .thank__wrapper {
    flex-direction: column; }

  .thank__wrapper .media > img {
    top: -3px; } }
@media (max-width: 991px) {
  .thank__wrapper .desc {
    padding-left: 8px;
    padding-right: 8px; }

  .quiz__main .outer__quiz {
    padding-top: 16px;
    padding-bottom: 16px; } }
@media (max-width: 767px) {
  .thank__wrapper .media {
    margin-top: 60px; }

  .thank__wrapper .media > img {
    left: 0px; }

  .thank__wrapper .media > img {
    left: 0px; } }
@media (max-width: 480px) {
  .thank__wrapper .media > img {
    left: 0px;
    max-width: 100%; }

  .thank__wrapper .media span img {
    max-width: 540px; } }

/*# sourceMappingURL=style.css.map */