@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --primary-color: #2C8560;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #666666;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

a:hover {
  color: var(--primary-color) !important;
}

.btn-primary {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 1rem 2rem;
  border-radius: 0.6rem;
  width: -moz-max-content;
  width: max-content;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #000000;
  border-color: #000000;
}

.text-right {
  text-align: right;
}

.text-btn {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  margin-top: 1rem;
  display: inline-block;
}

.logo-text {
  color: #000000;
  font-size: 23.5px;
  font-weight: 800;
  letter-spacing: 2px;
}

.logo-text img {
  max-width: 100px;
}

.logo-text.white {
  color: #fff;
  font-weight: 600;
  margin-bottom: 2rem;
}

.wrap-reverse {
  flex-wrap: wrap-reverse;
}

.heading {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.5rem;
  color: #000000;
  margin-bottom: 1rem;
}

.subheading {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #666666;
}

.subheading-2 {
  font-weight: 400;
  font-size: 1.8rem;
  color: #18191F;
  line-height: 2.7rem;
}

ul li {
  font-size: 13px;
  line-height: 18px;
  color: #474747;
  margin-bottom: 1rem;
  font-weight: 400;
}

.translate {
  margin-left: 10px;
}

.translate a {
  color: #000;
  font-size: 13px;
  text-decoration: none;
  padding-right: 8px;
}

.translate a:first-child {
  border-right: 1px solid #000;
}

.translate a.active {
  color: var(--primary-color);
}

.list-item {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.list-item li {
  position: relative;
  padding-left: 3rem;
  font-weight: 400;
  font-size: 13px;
  line-height: 2.6rem;
  color: #474747;
}

.list-item li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url(../images/check-yellow.svg);
  background-size: contain;
  width: 18px;
  height: 18px;
}

.list-item.blue li::before {
  background-image: url(../images/check-blue.svg);
}

.line {
  width: 100%;
  height: 1px;
  background-color: rgba(136, 136, 136, 0.5411764706);
  margin: 3rem 0;
}

section.s1,
section.s2 {
  max-width: 1050px;
  margin: auto;
}

section.s1 .img-wrap,
section.s2 .img-wrap {
  position: relative;
  text-align: center;
}

section.s1 .img-wrap img,
section.s2 .img-wrap img {
  margin-top: -4rem;
  width: 100%;
}

section.s1 .img-wrap::after,
section.s2 .img-wrap::after {
  content: "";
  position: absolute;
  bottom: -4rem;
  height: 60%;
  background: #F3ECDA;
  border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  left: 50%;
  z-index: -1;
  max-width: 470px;
  transform: translateX(-50%);
}

section.s1 {
  padding-top: 12rem;
  padding-bottom: 8rem;
}

section.s1 .content-wrap {
  max-width: 466px;
  margin: auto;
}

section.s2 {
  padding-top: 12rem;
  padding-bottom: 8rem;
}

section.s2 .img-wrap::after {
  background-color: #83B1D6;
  opacity: 0.3;
}

section.s2 .content-wrap {
  max-width: 455px;
  margin-right: auto;
}

.home header {
  background: #FFFFFF;
  box-shadow: 0px 1px 0px #e5e9f2;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E9F2;
}

.home header .logo {
  max-width: 9.2rem;
}

.home header .nav-link {
  color: #18191F;
  font-size: 1.4rem;
}

.home header .btn {
  margin-left: 3rem;
}

.home header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.home header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero {
  background-color: #f5fff7;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero h1 {
  font-size: 4.7rem;
  line-height: 6.3rem;
  font-weight: 600;
  letter-spacing: -0.2rem;
  color: #000000;
  max-width: 591px;
}

.hero h1 span {
  color: var(--primary-color);
  font-weight: 600;
  position: relative;
}

.hero h1 span::before {
  content: "";
  position: absolute;
  background-image: url(../images/sketch.svg);
  background-size: contain;
  width: 100%;
  height: 22px;
  background-repeat: no-repeat;
  bottom: -20px;
  transition: width 4s ease-in-out;
}

.hero p {
  font-size: 1.8rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: #4A4A4A;
  max-width: 556px;
}

.hero .tagline {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #534E4E;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.features {
  background-color: #f5fff7;
  padding-top: 7rem;
  padding-bottom: 3rem;
  margin-top: 5rem;
}

.features .heading {
  font-weight: 800;
  line-height: 4.9rem;
  max-width: 53rem;
}

.features .box {
  max-width: 90%;
  position: relative;
  padding-left: 5rem;
  margin-bottom: 5rem;
}

.features .box .icon {
  position: absolute;
  left: 0;
}

.features .box h4 {
  font-weight: 800;
  color: #18191F;
  font-size: 2rem;
  line-height: 2.8rem;
}

.features .box p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #18191F;
}

.cta {
  color: #fff;
  margin-top: 18rem;
  margin-bottom: 20rem;
}

.cta .bg {
  background: #2C8560;
  border-radius: 1.6rem;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  min-height: 424px;
}

.cta .heading {
  color: #fff;
  font-size: 4rem;
  line-height: 5.4rem;
  max-width: 40rem;
}

.cta .text-wrap {
  max-width: 85%;
  margin: auto;
}

.cta p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  max-width: 533px;
  color: #F1F2F6;
}

.cta .featured-img {
  position: absolute;
  top: -100px;
  right: 10%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.space {
  background-color: #f5fff7;
  height: 100px;
}

.pay-bills {
  background-color: #f5fff7;
  padding-top: 6rem;
  padding-bottom: 12rem;
}

.pay-bills .box {
  background: #FFFFFF;
  border-radius: 20px;
  max-width: 570px;
  text-align: center;
  overflow: hidden;
}

.pay-bills .box .heading {
  max-width: 45.2rem;
  margin: auto;
  font-size: 4.8rem;
  line-height: 5.8rem;
  margin-bottom: 2rem;
}

.pay-bills .box .heading span {
  color: #2C8560;
  font-weight: 700;
}

.pay-bills .box p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #666666;
  max-width: 400px;
  margin: auto;
}

.pay-bills .box.second img {
  max-height: 450px;
  margin-bottom: -18px;
}

.review {
  background: #F1F1F1;
}

.review .inner-wrap {
  min-height: 500px;
  background-color: #fff;
  max-width: 580px;
  padding: 4rem;
  margin-top: 3rem;
}

.review .inner-wrap .owl-nav {
  margin-top: 6rem;
  text-align: right;
}

.review .inner-wrap .owl-nav div {
  color: #171717;
  font-size: 21px;
  margin: 5px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.review .left {
  background-color: var(--primary-color);
}

.review .left .wrap {
  min-height: 56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 44.5rem;
  margin: auto;
}

.review .left .heading {
  font-size: 4.8rem;
  line-height: 6.4rem;
  max-width: 445px;
  color: #fff;
  margin: 1rem auto;
}

.review .left p {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 400;
}

.review .right .wrap {
  position: relative;
  background-color: #fff;
  height: calc(100% - 6rem);
  margin: 3rem;
  overflow: hidden;
  margin-left: 0;
  padding: 3rem;
  max-width: 57rem;
  box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
}

.review .right .item .quote {
  opacity: 0.3;
  max-width: 8rem;
  margin-left: auto;
}

.review .right .item .top {
  display: flex;
  align-items: center;
  flex-shrink: 1;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.review .right .item .profile {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.review .right .item .profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review .right .item .name {
  color: #18191F;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
}

.review .right .item .title {
  color: #474A57;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.review .right .item p {
  color: #18191F;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  max-width: 48rem;
}

.review .swiper-button-next:after,
.review .swiper-button-prev:after {
  font-size: 1.6rem;
  color: #18191F;
  font-weight: 800;
}

.review .swiper-button-next,
.review .swiper-button-prev {
  position: absolute;
  bottom: 5rem;
  top: auto;
  right: 4rem;
}

.review .swiper-button-prev {
  right: 8rem;
  left: auto;
}

.download-app {
  background: #ADD3C1;
  position: relative;
}

.download-app .text-wrap {
  padding-top: 12rem;
  padding-bottom: 12rem;
  max-width: 528px;
}

.download-app .heading {
  color: #18191F;
  font-size: 4.6rem;
  line-height: 5.6rem;
}

.download-app p {
  font-size: 1.6rem;
  color: #18191F;
  line-height: 3.2rem;
  font-weight: 400;
}

.download-app .img-wrap {
  position: relative;
  height: 100%;
}

.download-app .img-wrap .first {
  position: absolute;
  top: 0;
  right: 263px;
}

.download-app .img-wrap .second {
  right: 0;
  position: absolute;
  bottom: 0;
}

footer {
  padding-top: 4rem;
  background: #000000;
  padding-bottom: 4rem;
}

footer .logo {
  max-width: 9.2rem;
  margin-bottom: 2.5rem;
}

footer .copyright {
  color: #D9DBE1;
  font-size: 1.4rem;
  font-weight: 400;
}

footer .nav-link {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #D9DBE1;
  padding: 0;
  margin-bottom: 1rem;
}

footer .widget1 {
  max-width: 150px;
  margin-left: auto;
}

footer .social-links ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0;
}

footer .social-links ul li {
  width: 25px;
  height: 25px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 2px;
}

footer .social-links ul li a {
  color: #000;
}

.get-it {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 19px;
}

.get-it .text {
  margin-right: 20px;
  color: #fff;
  font-size: 15px;
}

.get-it img {
  width: 272px;
}

.wait-list {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.wait-list .tagline {
  color: #667085;
  font-size: 14px;
  line-height: 2rem;
}

.wait-list h1 {
  color: #101828;
  font-size: 4.4rem;
  line-height: 5.4rem;
  font-weight: 800;
  position: relative;
}

.wait-list h1::before {
  content: "";
  position: absolute;
  background-image: url(../images/sketch-small.svg);
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  right: -10px;
  top: -3rem;
}

.wait-list h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 14px;
  color: #667085;
}

.wait-list h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
}

.wait-list .email {
  font-weight: 600;
}

.wait-list a {
  color: #000000;
  text-decoration: none;
}

.wait-list p,
.wait-list ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #667085;
}

.wait-list ul li {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #667085;
}

.wait-list .text-block {
  max-width: 56rem;
}

.wait-list .form-wrap {
  background: #F5F5F5;
  padding: 1.5rem 3rem 2.5rem;
  border-radius: 1.4rem;
  max-width: 54rem;
  margin-left: auto;
}

.wait-list .form-group {
  padding-bottom: 2.5rem;
  position: relative;
}

.wait-list .form-group label {
  color: #344054;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2px;
}

.wait-list .form-control {
  background: #FFFFFF;
  border: 1px solid #BDE0C1;
  border-radius: 8px;
  padding: 13px 10px;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
}

.wait-list .form-control:focus {
  box-shadow: none;
}

.wait-list button {
  width: 100%;
  padding: 19px;
  font-size: 1.6rem;
  font-weight: 500;
}

.wait-list .input-group-prepend .input-group-text {
  background-color: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-color: #BDE0C1;
  position: relative;
}

.wait-list .input-group-prepend .input-group-text::before {
  content: "";
  position: absolute;
  left: 61px;
  top: 50%;
  width: 1px;
  height: 21px;
  background-color: #9c9c9c;
  transform: translateY(-50%);
}

.wait-list .input-group-prepend select {
  border: 0;
  outline: none;
  box-shadow: none;
}

.wait-list .input-group input {
  border-left: 0;
}

.modal .modal-content {
  background: #FFFFFF;
  border-radius: 20px;
  border: 0;
  padding: 1rem;
  text-align: center;
  max-width: 42rem;
  margin: auto;
}

.modal .modal-content h3 {
  color: #101828;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
}

.modal .modal-content h4 {
  color: #101828;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.modal .modal-content p {
  font-size: 20px;
  color: #667085;
  line-height: 3.2rem;
  font-weight: 400;
}

.modal button {
  width: 100%;
  font-size: 1.6rem;
  padding: 1.8rem;
  margin: 2rem auto 0;
}

.modal .close-modal {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}

.flag-input {
  position: relative;
}

.flag-input img {
  width: 30px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.flag-input input {
  padding-left: 50px !important;
}

.privacy-policy h1 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
}

.privacy-policy h2 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.privacy-policy h3 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 30px;
}

.privacy-policy ol li ul {
  margin-top: 10px;
}

.privacy-policy h4 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4 {
  color: #000;
  font-weight: 600;
}

.privacy-policy p,
.privacy-policy ul li,
.privacy-policy ol li {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px;
}

.privacy-policy ul,
.privacy-policy ol {
  margin-left: 20px;
}

.privacy-policy ul ul,
.privacy-policy ol ol {
  margin-top: 20px;
}

.privacy-policy ul li,
.privacy-policy ol li {
  margin-bottom: 10px;
}

.privacy-policy .block h4 {
  margin-bottom: 25px;
}

.privacy-policy .block h5 {
  font-size: 17px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
}

.cgt-policy {
  background: transparent;
}

.cgt-policy .cgt-hero {
  padding: 26px;
}

.cgt-policy .cgt-tag {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: #2c8560;
  background: #edf8f2;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.cgt-policy .cgt-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cgt-policy .cgt-meta span {
  font-size: 13px;
  line-height: 20px;
  color: #15462f;
  background-color: #edf8f2;
  border: 1px solid #d6ecde;
  border-radius: 20px;
  padding: 4px 11px;
}

.cgt-policy .cgt-toc {
  position: sticky;
  top: 20px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 20px;
  max-height: calc(100vh - 40px);
  overflow: auto;
}

.cgt-policy .cgt-toc h3 {
  margin-top: 0;
  font-size: 19px;
  line-height: 28px;
}

.cgt-policy .cgt-toc ol {
  margin-left: 18px;
}

.cgt-policy .cgt-toc li {
  margin-bottom: 7px;
}

.cgt-policy .cgt-toc a {
  color: #2c8560;
  text-decoration: none;
}

.cgt-policy .cgt-toc a:hover {
  text-decoration: underline;
}

.cgt-policy .cgt-articles {
  display: grid;
  gap: 16px;
}

.cgt-policy .cgt-card {
  background: #ffffff;
  border: 0;
  border-radius: 12px;
  padding: 22px;
}

.cgt-policy .cgt-card h2 {
  margin-top: 0;
  font-size: 22px;
  line-height: 30px;
}

.cgt-policy.cgt-single-document .cgt-articles {
  gap: 0;
}

.cgt-policy.cgt-single-document .cgt-card {
  border-radius: 0;
  border-top: 0;
}

.cgt-policy.cgt-single-document .cgt-card:first-child {
  border-top: 0;
  border-radius: 12px 12px 0 0;
}

.cgt-policy.cgt-single-document .cgt-card:last-child {
  border-radius: 0 0 12px 12px;
}

.cgt-policy .table td,
.cgt-policy .table th {
  font-size: 14px;
  line-height: 22px;
}

.cookies-modal .modal-content {
  max-width: 430px;
  border-radius: 10px;
  text-align: left;
  padding: 0;
  overflow: hidden;
}

.cookies-modal .modal-content .modal-body {
  padding: 0px;
}

.cookies-modal .modal-content .text {
  max-width: 80%;
  padding: 20px 20px;
}

.cookies-modal .modal-content h4 {
  color: #101828;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.cookies-modal .modal-content h3 {
  margin-bottom: 13px;
}

.cookies-modal .modal-content h5 {
  font-size: 14px;
  font-weight: 400;
  color: #4b4747;
  margin: 0px 0px 10px;
  border-top: 1px solid #ddd;
  padding: 10px 0px 0;
}

.cookies-modal .modal-content p {
  font-size: 15px;
  color: #667085;
  line-height: 24px;
  font-weight: 400;
}

.cookies-modal .modal-content ul {
  margin: 0;
  padding: 0;
}

.cookies-modal .modal-content ul li {
  list-style-type: none;
  margin: 0;
  font-size: 13px;
  line-height: 23px;
  color: #6a6a6a;
}

.cookies-modal .modal-content ul a {
  color: #6a6a6a;
  text-decoration: none;
}

.cookies-modal .modal-content .links {
  display: flex;
  align-items: center;
  border-top: 1px solid #dfdfdf;
  margin-top: 10px;
}

.cookies-modal .modal-content .links button {
  border: 0;
  background-color: #fff;
  font-size: 13px;
  padding: 10px;
  margin: 0;
}

.cookies-modal .modal-content .links button.accept-all {
  background-color: #2C8560;
  color: #fff;
}

.cookies-modal.choose-modal .wrap {
  padding: 20px;
}

.cookies-modal.choose-modal ul {
  border: 1px solid #e0e0e0;
  padding-top: 2px;
  margin-top: 22px;
  border-radius: 7px;
  max-height: 175px;
  overflow-y: auto;
}

.cookies-modal.choose-modal ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 7px 15px;
}

.cookies-modal.choose-modal ul li .left {
  display: flex;
}

.cookies-modal.choose-modal ul li .left .logo1 {
  margin-right: 10px;
}

.cookies-modal.choose-modal ul li .left .name {
  font-size: 14px;
  line-height: 21px;
}

.cookies-modal.choose-modal ul li .left .use {
  font-size: 11px;
  font-family: "Inter", sans-serif;
  line-height: 17px;
}

.cookies-modal.choose-modal ul li:last-child {
  border-bottom: 0;
}

.cookies-modal .creative-checkbox {
  display: inline;
  position: relative;
  margin: 10px 10px;
  overflow: hidden;
  float: left;
  cursor: pointer;
}

.cookies-modal .creative-checkbox input {
  position: absolute;
  visibility: hidden;
}

.cookies-modal .creative-checkbox input+i {
  border: 2px solid #ccc;
  width: 40px;
  height: 20px;
  padding: 2px;
  float: left;
  border-radius: 20px;
  transition: all 0.25s;
}

.cookies-modal .creative-checkbox input+i:after {
  content: " ";
  background-color: #ccc;
  float: left;
  width: 13px;
  height: 13px;
  border-radius: inherit;
  transition: inherit;
}

.cookies-modal .onOff input+i {
  border: 2px solid #ccc;
}

.cookies-modal .onOff input+i:after {
  background-color: #ccc;
}

.cookies-modal .creative-checkbox input:checked+i {
  border-color: #2C8560;
}

.cookies-modal .creative-checkbox input:checked+i:after {
  background-color: #2C8560;
  margin-left: 50%;
}

.privacy-policy-link a {
  color: #fff;
  text-decoration: none;
  padding-left: 17px;
  border-left: 1px solid #fff;
  margin-left: 14px;
  white-space: nowrap;
  display: inline-block;
}

.no-hover:hover {
  color: #fff !important;
  cursor: auto;
}

.otp-verification .modal-content {
  padding: 20px;
  border-radius: 15px;
}

.otp-verification .modal-content h4 {
  font-size: 15px;
  line-height: 26px;
  color: #2c8560;
  margin-top: 12px;
}

.otp-verification .modal-content .enter {
  font-size: 15px;
  color: #000;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 20px;
}

.otp-verification .modal-content .otp-box {
  margin-bottom: 30px;
}

.otp-verification .modal-content .otp-box input {
  width: 40px;
  border: 0;
  border-radius: 0;
  height: 50px;
  margin-right: 6px;
  outline: none;
  text-align: center;
  border-bottom: 1px solid #000;
}

.otp-verification .modal-content .phone {
  border: 1px solid #b9b9b9;
  padding: 10px 10px;
  border-radius: 8px;
  width: 100%;
  margin-top: 6px;
  padding-left: 53px;
}

.otp-verification .modal-content .not-received {
  font-size: 15px;
}

.otp-verification .modal-content .not-received a {
  color: #2c8560;
  cursor: pointer;
}

.otp-verification .modal-content .time {
  font-size: 17px;
  color: #000;
}

.otp-verification .modal-content .btns {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.otp-verification .modal-content .btns button {
  padding: 12px 30px;
  width: auto;
  margin: 0px 10px;
}

.otp-verification .modal-content .btns button.cancel {
  background-color: transparent;
  border: 1px solid #2c8560;
  color: #2c8560;
  padding: 10px 29px;
}

.otp-verification .modal-content .btns button.cancel:hover {
  background-color: #2c8560;
  color: #fff;
}

@media (max-width: 991px) {
  .download-app .img-wrap img {
    height: 47%;
  }

  .download-app .img-wrap .first {
    right: 0;
  }

  .cta .featured-img {
    right: 5%;
  }
}

.form-group.phone label.error {
  bottom: -30px;
  line-height: 14px;
}

@media (max-width: 768px) {
  .row {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  header .btn {
    margin-left: 1rem;
  }

  .get-it {
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .get-it .text {
    margin-bottom: 10px;
  }

  .hero .tagline {
    font-size: 1.8rem;
  }

  .hero img {
    margin-bottom: 4rem;
  }

  .hero h1 {
    padding-bottom: 1rem;
    letter-spacing: 0px;
  }

  .hero h1 br {
    display: none;
  }

  .hero h1 span {
    display: block;
    min-height: 54px;
  }

  .hero h1 span::before {
    display: none;
  }

  .review .left .wrap {
    min-height: auto;
    padding: 3rem;
  }

  .cta .right-col {
    text-align: center;
  }

  .cta .right-col .featured-img {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 4rem;
    width: 100%;
  }

  .wait-list .form-wrap {
    padding: 1.5rem 1.5rem 2.5rem;
  }

  section.s1 {
    padding-bottom: 5rem;
    overflow-x: hidden;
  }

  section.s1 .img-wrap {
    margin-bottom: 7rem;
  }

  section.s2 {
    padding-top: 5rem;
    padding-bottom: 0;
    overflow-x: hidden;
  }

  section.s2 .img-wrap {
    margin-bottom: 7rem;
  }

  .features {
    padding-bottom: 2rem;
    padding-top: 6rem;
  }

  .features .box {
    max-width: 100%;
  }

  .features .subheading-2 {
    margin-bottom: 3rem;
  }

  .review .swiper-button-next,
  .review .swiper-button-prev {
    bottom: 0rem;
  }

  .download-app .img-wrap {
    display: none;
  }

  .cta {
    margin-top: -1rem;
    margin-bottom: 0;
  }

  .cta .bg {
    border-radius: 0;
    padding-top: 6rem;
  }

  .pay-bills .box .heading {
    font-size: 3.4rem;
    line-height: 4.8rem;
  }

  .wait-list ul li {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .wait-list .graphics {
    display: block;
    margin: 5rem auto !important;
  }

  .wait-list .see-soon {
    margin-bottom: 3rem;
  }

  .download-app {
    margin-top: 6rem;
  }

  .download-app .text-wrap {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }

  .pay-bills .box {
    padding: 5rem 2rem 0;
    margin-bottom: 4rem;
  }

  .pay-bills .box.first img {
    margin-bottom: -4rem;
  }

  .pay-bills .box.second {
    padding-top: 2rem;
  }

  section .img-wrap::after {
    width: 150% !important;
  }

  .space {
    display: none;
  }

  footer .row {
    flex-wrap: wrap-reverse;
  }

  footer .widget1 {
    margin-left: 0;
    margin-bottom: 31px;
  }

  .privacy-policy h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .privacy-policy h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .privacy-policy h3 {
    font-size: 18px;
    line-height: 27px;
  }

  .privacy-policy h4 {
    font-size: 16px;
  }

  .privacy-policy p,
  .privacy-policy ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .privacy-policy-link a {
    border: 0;
    padding: 0;
    margin: 9px 0 0px;
    display: block;
  }

  .cgt-policy .cgt-hero,
  .cgt-policy .cgt-toc,
  .cgt-policy .cgt-card {
    padding: 16px;
  }

  .cgt-policy .cgt-toc {
    position: static;
    max-height: none;
  }

  .cgt-policy .cgt-card h2 {
    font-size: 19px;
    line-height: 27px;
  }
}

@media (min-width: 768px) {
  .for-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .for-desktop {
    display: none;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 57.5%;
  }

  .wait-list h1::before {
    display: none;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 53.5%;
  }
}

@media (max-width: 1400px) {
  .wait-list h1 {
    font-size: 4rem;
  }

  .wait-list h1::before {
    right: -4.2rem;
  }
}

@media (max-width: 1200px) {
  .wait-list h1 {
    font-size: 3.4rem;
  }

  .wait-list h1::before {
    right: -5.2rem;
  }
}

@media (max-width: 580px) {
  .home header {
    padding-top: 10px;
    padding-bottom: 42px;
  }

  .home header .wrap {
    justify-content: center;
  }

  .home header .right .contact-us {
    position: absolute;
    top: 53px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -50px;
  }

  .home header .right .translate {
    position: absolute;
    left: 50%;
    top: 58px;
    transform: translateX(-50%);
    margin-left: 50px;
  }

  .btn-primary {
    padding: 1rem;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #2c8560;
  border-color: #2c8560;
}

#otpExpired {
  font-size: 15px;
  color: red;
}

.error-message {
  color: red;
  font-size: 13px;
  text-align: left;
}

#toast-container * {
  font-size: 15px;
}

.text-left {
  text-align: left;
}

.text-dark {
  color: #000;
}

.phone-number {
  position: relative;
  margin: auto;
}

.phone-number span {
  position: absolute;
  left: 8px;
  top: 20.8px;
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.phone-number input {
  font-size: 15px;
  color: #000;
  outline: none;
  border: 0;
  max-width: 145px;
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.phone-number .field {
  position: relative;
}

.phone-number .field span {
  position: absolute;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  left: 5px;
  top: 1px;
}

.get-verified {
  color: #fff;
  background-color: #2c8560;
  border-color: #2c8560;
  border: 0;
  padding: 2px 11px !important;
  border: 1px solid #e6e6e6;
  border-radius: 27px;
  font-size: 13px;
  margin-left: 5px;
}

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

.download-app-links {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}

.download-app-links .google-play {
  max-width: 180px;
  margin-left: -13px;
}

.download-app-links .app-store {
  max-width: 158px;
  width: 149px;
}

.download-app-links.french {
  gap: 10px;
}

.download-app-links.french .google-play {
  max-width: 160px;
  margin-left: 3px;

}

.download-app-links.french .app-store {
  max-width: 158px;
  width: 149px;
}

@media (max-width: 768px) {

  .download-app-links .google-play {
    max-width: 160px;
    margin-left: -13px;
  }

  .download-app-links .app-store {
    max-width: 140px;
  }

  .download-app-links.french .google-play {
    max-width: 160px;
    margin-left: 3px;

  }

  .download-app-links.french .app-store {
    max-width: 154px;
    width: 154px;

  }
}


.app-links-images {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.app-links-images img {
  max-width: 180px;
}

.app-separator {
  width: 1px;
  height: 30px;
  background-color: #D9DBE1;
  margin: 0 12px;
}

@media (max-width: 425px) {
  .app-links-images img {
    max-width: 150px;
  }
}

/* Referral Notification Styles */
.referral-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    z-index: 10000;
    animation: slideInRight 0.3s ease-out;
    max-width: 350px;
}

.referral-content {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    gap: 12px;
}

.referral-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.referral-text {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.referral-close {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    flex-shrink: 0;
}

.referral-close:hover {
    background-color: rgba(255,255,255,0.2);
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Referral Code Display Elements */
[data-referral-code] {
    display: none;
    background: #f0f4ff;
    color: #667eea;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #667eea;
}

/* Referral Form Styles */
.referral-form {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 400px;
    margin: 20px auto;
}

.referral-form h3 {
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.referral-input-group {
    margin-bottom: 20px;
}

.referral-input-group label {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-weight: 500;
}

.referral-input-group input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.referral-input-group input:focus {
    outline: none;
    border-color: #667eea;
}

.referral-submit-btn {
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.referral-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

@media (max-width: 768px) { 
  .hero .app-links-images .app-separator {
    margin-top: -30px;
 }
}
