@font-face {
  font-family: "AlbertSans";
  src: url("../fonts/Albert_Sans/AlbertSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AlbertSans-SemiBold";
  src: url("../fonts/Albert_Sans/AlbertSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "AlbertSans-Thin";
  src: url("../fonts/Albert_Sans/AlbertSans-Light.ttf") format("truetype");
  font-weight: 300 !important;
}
h1 {
  font-size: 3rem !important;
  letter-spacing: -0.32px !important;
  font-family: AlbertSans-SemiBold !important;
}
@media (min-width: 460px) and (max-width: 767px) {
  h1 {
    font-size: 36px !important;
  }
}
@media (min-width: 320px) and (max-width: 459px) {
  h1 {
    font-size: 26px !important;
  }
}

h2 {
  font-size: 2.25rem !important;
}
@media (min-width: 460px) and (max-width: 767px) {
  h2 {
    font-size: 32px !important;
  }
}
@media (min-width: 320px) and (max-width: 459px) {
  h2 {
    font-size: 18px !important;
  }
}

h3 {
  font-size: 2.25rem !important;
  text-wrap: balance;
}
@media (max-width: 576px) {
  h3 {
    font-size: 1.5rem !important;
  }
}

h4 {
  font-size: 1.5rem !important;
}
@media (max-width: 576px) {
  h4 {
    font-size: 1.25rem !important;
  }
}

h5 {
  font-size: 1.25rem !important;
}
@media (min-width: 320px) and (max-width: 420px) {
  h5 {
    font-size: 1.125rem !important;
  }
}

h6 {
  font-size: 1.125rem !important;
}
@media (min-width: 320px) and (max-width: 420px) {
  h6 {
    font-size: 1rem !important;
  }
}

.mtc-8 {
  margin-top: 8px !important;
}

.mtc-12 {
  margin-top: 12px !important;
}

.mtc-16 {
  margin-top: 16px !important;
}

.mtc-18 {
  margin-top: 18px !important;
}

.mtc-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px;
}

.mtc-36 {
  margin-top: 36px !important;
}

.mtc-48 {
  margin-top: 48px !important;
}
@media (max-width: 576px) {
  .mtc-48 {
    margin-top: 36px !important;
  }
}

.mtc-60 {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .mtc-60 {
    margin-top: 36px;
  }
}

.mtc-64 {
  margin-top: 64px;
}

.mtc-90 {
  margin-top: 90px !important;
}
@media (max-width: 576px) {
  .mtc-90 {
    margin-top: 46px !important;
  }
}

.mtc-80 {
  margin-top: 80px;
}

.my-80 {
  margin: 80px 0;
}
@media (min-width: 280px) and (max-width: 576px) {
  .my-80 {
    margin: 24px 0;
  }
}

.mb-90 {
  margin-bottom: 90px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff !important;
  margin: 0;
}

body {
  font-family: AlbertSans, sans-serif;
  color: white;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 !important;
  padding: 0 !important;
}

input,
button,
textarea,
select {
  font: inherit;
  margin: 0;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a {
  text-decoration: none !important;
}

button {
  outline: none;
  border: none;
}

.c-primary-btn {
  padding: 16px 32px !important;
  gap: 8px;
  min-width: 160px;
  background: #01b27c;
  box-shadow: 0px 3px 12px rgba(1, 178, 124, 0.18);
  border-radius: 56px;
  color: #fff !important;
}
.c-primary-btn:hover {
  background-color: rgba(1, 178, 125, 0.5882352941);
  color: #01b27c;
  min-width: 160px;
}
.c-primary-btn a {
  color: #ffffff !important;
}
@media (max-width: 430px) {
  .c-primary-btn {
    font-size: 12px !important;
    min-width: 120px !important;
    padding: 10px 16px !important;
  }
}

.c-primary-btn-2 {
  padding: 16px 32px !important;
  gap: 8px;
  min-width: 160px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 56px;
  color: #ffffff !important;
}
.c-primary-btn-2:hover {
  background-color: #ffffff;
  border: 1px solid #01b27c;
  color: #01b27c !important;
}
.c-primary-btn-2 a {
  color: #ffffff !important;
}
@media (max-width: 430px) {
  .c-primary-btn-2 {
    font-size: 12px !important;
    min-width: 120px !important;
    padding: 10px 16px !important;
  }
}

.svg-size {
  width: 15px !important;
  height: 15px !important;
  color: white;
  fill: white;
}

.label-text {
  font-size: 1.25rem !important;
  color: #aeaeae !important;
  font-weight: 400 !important;
  text-wrap: pretty;
}
@media (min-width: 577px) and (max-width: 767px) {
  .label-text {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 576px) {
  .label-text {
    font-size: 0.875rem !important;
  }
}

.container-lg,
.container-md,
.container-sm {
  max-width: 910px;
}

.main-page {
  background-image: url(../images/header-image1.png);
  background-repeat: no-repeat;
  background-position: 50%, -50%;
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  /* Gray dotted line for inactive steps */
  /* Last step has no line after it */
}
@media (max-width: 576px) {
  .main-page {
    background-position: center;
  }
}
.main-page .navbar-logo:hover path {
  fill: #01b27c;
}
.main-page .logo-text {
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .main-page .logo-text {
    width: 132px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.main-page .tabs-row {
  padding-bottom: 56px;
}
@media (min-width: 280px) and (max-width: 576px) {
  .main-page .tabs-row {
    padding-bottom: 24px;
  }
}
.main-page .logo {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .main-page .logo {
    height: 50px;
    width: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.main-page .first-screen .label-item {
  color: #d2d2d2;
}
@media (max-width: 576px) {
  .main-page .first-screen .label-item {
    font-size: 12px;
  }
}
.main-page .card-input {
  border-radius: 24px;
  padding: 0 30px !important;
}
.main-page .card-bg {
  background: rgba(255, 255, 255, 0.2);
  padding: 48px 24px;
  border-radius: 16px;
}
@media (max-width: 576px) {
  .main-page .card-bg {
    padding: 24px 8px !important;
  }
}
.main-page .top-bar {
  width: 80%;
  margin: auto;
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-page .top-bar {
    width: 95% !important;
  }
}
@media (min-width: 280px) and (max-width: 575px) {
  .main-page .top-bar {
    width: 98%;
  }
}
.main-page .top-bar .navbar-icons {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-page .top-bar .navbar-icons {
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 280px) and (max-width: 575px) {
  .main-page .top-bar .navbar-icons {
    width: 36px;
    height: 36px;
  }
}
.main-page .bottom-border {
  border: 1px solid rgba(255, 255, 255, 0.186);
  width: 100%;
}
.main-page .card0 {
  background-color: #f5f5f5;
  border-radius: 8px;
  z-index: 0;
}
.main-page .card00 {
  z-index: 0;
}
.main-page .card1 {
  z-index: 0;
  display: flex;
  gap: 12px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.04), 1px 1px 4px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 24px;
  height: 330px;
}
@media (min-width: 280px) and (max-width: 991px) {
  .main-page .card1 {
    display: block;
    height: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .main-page .card1 {
    padding: 24px 56px;
  }
}
@media (min-width: 280px) and (max-width: 575px) {
  .main-page .card1 {
    padding: 16px 24px;
  }
}
.main-page .pac-target-input::-moz-placeholder {
  color: rgb(156, 156, 156) !important;
}
.main-page .pac-target-input::placeholder {
  color: rgb(156, 156, 156) !important;
}
.main-page .right-side-parent {
  display: flex;
  min-height: 330px;
  position: relative;
}
@media (min-width: 280px) and (max-width: 991px) {
  .main-page .right-side-parent {
    margin-top: 24px;
    min-height: 100%;
  }
}
.main-page .card2 {
  border-radius: 16px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  min-width: 100%;
  position: absolute;
  left: 0;
}
@media (max-width: 576px) {
  .main-page .card2 {
    margin-top: 24px;
  }
}
.main-page .card2.show {
  opacity: 1;
  position: relative;
  z-index: 111;
}
.main-page .social {
  border-radius: 50%;
  background-color: #ffcdd2;
  color: #e53935;
  height: 47px;
  width: 47px;
  padding-top: 16px;
  cursor: pointer;
}
.main-page input,
.main-page select {
  padding: 2px;
  border-radius: 0px;
  box-sizing: border-box;
  color: #9e9e9e;
  border: 1px solid #bdbdbd;
  font-size: 16px;
  letter-spacing: 1px;
  height: 50px !important;
}
.main-page select {
  width: 100%;
  margin-bottom: 85px;
}
.main-page input:focus,
.main-page select:focus {
  box-shadow: none !important;
  border: 1px solid #01b27c !important;
  outline-width: 0 !important;
}
.main-page .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #01b27c;
}
.main-page .form-group {
  position: relative;
  padding-bottom: 1.5rem;
  width: 90%;
  margin: auto;
}
@media (min-width: 280px) and (max-width: 576px) {
  .main-page .form-group {
    width: 96%;
  }
}
.main-page .form-control-placeholder {
  position: absolute;
  top: 0px;
  padding: 12px 2px 0 2px;
  transition: all 300ms;
  opacity: 0.5;
}
.main-page .form-control:focus + .form-control-placeholder,
.main-page .form-control:valid + .form-control-placeholder {
  font-size: 95%;
  top: 10px;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  background-color: #fff;
}
.main-page .get-bonus {
  margin-left: 154px;
}
.main-page .pic {
  width: 230px;
  height: 110px;
}
.main-page #progressbar {
  overflow: hidden;
  color: #01b27c;
  position: relative;
}
@media (min-width: 280px) and (max-width: 991px) {
  .main-page #progressbar {
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
}
.main-page #progressbar:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  border: 1px dotted #01b27c;
  z-index: 0;
}
.main-page #progressbar li {
  list-style-type: none;
  font-size: 8px;
  font-weight: 400;
  margin-bottom: 70px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 280px) and (max-width: 991px) {
  .main-page #progressbar li {
    margin-bottom: 0px !important;
  }
}
.main-page #progressbar li:nth-child(3) {
  margin-bottom: 88px;
}
@media (min-width: 280px) and (max-width: 991px) {
  .main-page #progressbar li:nth-child(3) {
    margin-bottom: 0px !important;
  }
}
.main-page #progressbar .step0:before {
  content: "";
  color: #fff;
}
.main-page #progressbar li:before {
  background-image: url("../images/svg/circle-bg-fill3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "";
  z-index: 11 !important;
  position: relative;
}
@media (min-width: 280px) and (max-width: 576px) {
  .main-page #progressbar li:before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .main-page .icons-heading {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 280px) and (max-width: 577px) {
  .main-page .icons-heading {
    display: none;
  }
}
.main-page .icons-heading span {
  color: #9e9e9e;
  font-size: 0.75rem;
}
@media (min-width: 650px) and (max-width: 991px) {
  .main-page .icons-heading .text-parent {
    width: 125px;
  }
}
@media (min-width: 280px) and (max-width: 649px) {
  .main-page .icons-heading .text-parent {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .main-page .icons-heading .text-parent:nth-child(1) {
    text-align: left !important;
  }
}
@media (max-width: 991px) {
  .main-page .icons-heading .text-parent:nth-child(3) {
    text-align: right !important;
  }
}
.main-page .icons-heading h6 {
  margin-bottom: 64px;
}
@media (min-width: 280px) and (max-width: 991px) {
  .main-page .icons-heading h6 {
    margin-bottom: 0px;
    font-size: 12px !important;
  }
}
.main-page #progressbar li:last-child:before {
  width: 40px;
  height: 40px;
}
@media (min-width: 280px) and (max-width: 576px) {
  .main-page #progressbar li:last-child:before {
    width: 24px;
    height: 24px;
  }
}
.main-page #progressbar li:first-child:after {
  position: absolute;
  top: 0;
  transform: translate(-50%);
}
@media (min-width: 280px) and (max-width: 991px) {
  .main-page #progressbar li:first-child:after {
    transform: rotate(90deg) !important;
    top: -29%;
    left: 0;
    display: none;
  }
}
.main-page #progressbar li.active::before {
  background-image: url("../images/svg/fill-circle-image.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "";
  z-index: 11;
  position: relative;
}
@media (min-width: 280px) and (max-width: 576px) {
  .main-page #progressbar li.active::before {
    width: 24px;
    height: 24px;
  }
}
.main-page #progressbar li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  border-left: 2px dotted gray;
  height: 40px;
  z-index: 1;
}
@media (min-width: 280px) and (max-width: 991px) {
  .main-page #progressbar li::after {
    position: relative;
  }
}
.main-page #progressbar li:after {
  content: "";
  height: 113px;
}
@media (min-width: 280px) and (max-width: 991px) {
  .main-page #progressbar li:after {
    transform: rotate(90deg);
  }
}
.main-page #progressbar li.active::after {
  border-left-color: #01b27c;
}
.main-page #progressbar li:last-child::after {
  content: none;
}
.main-page #progressbar li:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%);
  border-left: 2px dotted gray;
  /* Gray for inactive */
  height: 72px;
  z-index: 1;
}
@media (min-width: 280px) and (max-width: 991px) {
  .main-page #progressbar li:nth-child(2)::after {
    transform: rotate(90deg);
    top: -13%;
    left: 63%;
    display: none;
  }
}
.main-page #progressbar li:nth-child(2).active::after {
  border-left-color: #01b27c;
}
.main-page .tick {
  width: 100px;
  height: 100px;
}
.main-page .prev {
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 912px) {
  .main-page .card00 {
    padding-top: 30px;
  }
  .main-page .social {
    height: 30px;
    width: 30px;
    font-size: 15px;
    padding-top: 8px;
    margin-top: 7px;
  }
  .main-page .get-bonus {
    margin-top: 40px !important;
    margin-left: 75px;
  }
}
.main-page .custom-checkbox {
  gap: 24px;
}
.main-page .custom-checkbox .input-text-parent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-page .custom-checkbox .input-names {
  width: 130px;
  margin-top: 12px !important;
  text-align: center;
}
@media (max-width: 576px) {
  .main-page .custom-checkbox .input-names {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .main-page .custom-checkbox {
    flex-wrap: wrap;
  }
}
.main-page .custom-checkbox .checkbox {
  border: 1px solid #fff;
  height: 140px;
  width: 140px;
  padding-top: 3px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  border-radius: 12px;
  padding: 42px 24px;
  border: 1px solid rgba(174, 174, 174, 0.2);
  cursor: pointer;
  position: relative;
  background-color: white;
}
@media (min-width: 668px) and (max-width: 1200px) {
  .main-page .custom-checkbox .checkbox {
    min-height: 112px;
    min-width: 112px;
    padding: 24px 12px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .main-page .custom-checkbox .checkbox {
    height: 100px;
    width: 100px;
    padding: 24px 12px;
  }
}
@media (min-width: 280px) and (max-width: 480px) {
  .main-page .custom-checkbox .checkbox {
    height: 90px;
    width: 90px;
    padding: 24px 4px;
  }
}
.main-page .custom-checkbox .checkbox .checkbox-image {
  width: 100%;
  height: 100%;
}
.main-page .custom-checkbox .checkbox:hover {
  color: #01b27c;
}
@media (max-width: 576px) {
  .main-page .custom-checkbox .checkbox h5 {
    font-size: 16px !important;
  }
}
@media (min-width: 381px) and (max-width: 420px) {
  .main-page .custom-checkbox .checkbox h5 {
    font-size: 14px !important;
  }
}
@media (min-width: 320px) and (max-width: 380px) {
  .main-page .custom-checkbox .checkbox h5 {
    font-size: 12px !important;
  }
}
.main-page .custom-checkbox input {
  display: none;
}
.main-page .custom-checkbox input:checked + .checkbox {
  border: 3px solid #01b27c;
  color: #01b27c;
}
.main-page .custom-checkbox input:checked + .checkbox h5 {
  color: #01b27c !important;
}
.main-page .custom-checkbox input:checked + .checkbox .tick-image {
  display: block;
  z-index: 111111 !important;
}
.main-page .custom-checkbox input:checked + .checkbox svg path {
  fill: #01b27c;
}

.output-parent {
  background-color: rgba(255, 255, 255, 0.26);
  padding: 64px 64px;
  border-radius: 16px;
}
@media (min-width: 451px) and (max-width: 767px) {
  .output-parent {
    padding: 36px 24px !important;
  }
}
@media (min-width: 280px) and (max-width: 450px) {
  .output-parent {
    padding: 36px 12px !important;
  }
}
.output-parent .single-output-div {
  background: #092832;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
}
.output-parent .single-output-div h5 {
  font-weight: 600 !important;
}
.output-parent .single-output-div h6 {
  margin-top: 12px;
  font-family: AlbertSans-Thin !important;
  font-weight: 300 !important;
  margin-top: 8px;
}
.output-parent .single-output-div .label-item {
  color: #d2d2d2 !important;
  font-size: 12px !important;
}

.footer .footer-content-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .footer .footer-content-parent {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
}
.footer .footer-content-parent .text-div {
  font-size: 14px !important;
}
.footer .links {
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer .text-div span {
    text-align: center;
  }
}

.output-result-parent {
  width: 80%;
  margin: auto;
}
@media (max-width: 576px) {
  .output-result-parent {
    width: 100%;
  }
}
.output-result-parent .output-result-email {
  background: #ffffff;
  border-radius: 36px;
  display: flex;
  padding: 4px 4px 4px 30px;
}
.output-result-parent .output-result-email input {
  background: none !important;
  border: none !important;
  width: 100%;
}
.output-result-parent .output-result-email input:focus {
  border: none !important;
}
.output-result-parent .output-result-email .output-result-btn {
  background: #01b27c;
  border-radius: 56px;
  padding: 4px 36px;
  color: #ffffff;
}
@media (max-width: 576px) {
  .output-result-parent .output-result-email .output-result-btn {
    padding: 4px 24px;
  }
}

.back-btn-parent {
  display: flex;
  justify-content: center;
}
.back-btn-parent .back-page-btn {
  text-decoration: underline;
  color: #d2d2d2;
  background: none !important;
  margin-top: 40px;
}

.navigation-buttons {
  position: relative;
  z-index: 11 !important;
  margin-top: 24px !important;
}

/* Add this to your CSS file or inside a <style> tag */
button:disabled,
button.disabled {
  background-color: gray !important;
  /* Set the background color to gray */
  pointer-events: none !important;
  /* Show "not-allowed" cursor when disabled */
  color: white !important;
  /* Optional: Set the text color for visibility */
  opacity: 0.7 !important;
  cursor: not-allowed !important;
  /* Optional: Add some transparency */
}

.spinner-border {
  width: 20px;
  height: 20px;
}

.attention-grabber {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  color: transparent;
  background: linear-gradient(90deg, #b9fff2, #93cdbc);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 12px !important;
  font-weight: bold;
}

.attention-grabber .highlight {
  color: #01b27d;
  font-weight: 500;
}

.legal-pages-parent {
  padding: 90px 0;
}
@media (max-width: 576px) {
  .legal-pages-parent {
    padding: 56px 0;
  }
}

.terms-and-conditions .terms-single-box {
  margin-top: 44px;
}
.terms-and-conditions .terms-single-box li {
  margin-top: 10px;
  line-height: 32px;
}
.terms-and-conditions .terms-single-box h4,
.terms-and-conditions .terms-single-box h5 {
  margin-bottom: 8px;
  font-weight: 700;
  color: #7ae6ff !important;
}/*# sourceMappingURL=style.css.map */