body {
  font-family: Inter, sans-serif !important;
  color: #0a0a0a;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1170px !important;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1300px !important;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    max-width: 1400px !important;
  }
}
.container img {
  display: initial;
}

.text-1 {
  font-size: calc(32px + 32 * (100vw - 320px) / 1600);
  line-height: calc(38px + 39 * (100vw - 320px) / 1600);
  letter-spacing: -2.56px;
  font-weight: 700;
}

.text-2 {
  font-size: calc(28px + 16 * (100vw - 320px) / 1600);
  line-height: calc(33px + 35 * (100vw - 320px) / 1600);
  letter-spacing: -0.88px;
  font-weight: 700;
}

.text-3 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  line-height: 27px;
  font-weight: 500;
}

.text-4 {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  line-height: calc(27px + 17 * (100vw - 320px) / 1600);
  letter-spacing: -0.48px;
  font-weight: 500;
}

.text-5 {
  font-size: calc(20px + 20 * (100vw - 320px) / 1600);
  line-height: calc(28px + 28 * (100vw - 320px) / 1600);
  font-weight: 700;
}

.primary-button {
  padding: 1rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.26px;
  color: #fff;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.primary-button.green-colored {
  background: #29b34b;
}
.primary-button.green-colored:hover {
  background: #29b34b;
}
.primary-button.black-colored {
  background: #181818;
}
.primary-button.black-colored:hover {
  background: #414141;
}
.primary-button::after {
  position: absolute;
  content: url();
}

a {
  color: #29b34b;
  text-decoration: none;
  background-color: transparent;
}

li {
  list-style: none;
}

.black-button {
  background: #181818;
  border-radius: 7px;
  padding: 20px 50px 20px 22px;
  border: none;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.26px;
  position: relative;
}
@media screen and (max-width: 375px) {
  .black-button {
    padding: 20px 40px 20px 15px;
    font-size: 12px;
  }
}
.black-button::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/button_arrow.svg);
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  right: 15px;
  bottom: 17px;
}

.green-colored {
  padding: 20px 50px 20px 22px;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.25));
}
.green-colored:hover {
  background: #29b34b;
  color: #fff;
  text-decoration: none;
}
.green-colored::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/button_arrow.svg);
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  right: 15px;
  bottom: 17px;
}

header {
  padding: 25px;
  border-bottom: 1px solid #e4e4e4;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
header .btn-wrapper .login_btn {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
header .btn-wrapper .login_btn::after {
  display: none;
}
header .btn-wrapper a:hover {
  color: #fff;
  text-decoration: none;
}
header .btn-wrapper a.lang {
  color: #a7a7a7;
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  header .btn-wrapper a.lang {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  header .btn-wrapper {
    margin-top: -20px;
    float: right;
  }
}

.banner {
  background-image: url(../images/assist_banner_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  padding: 9rem 0 5rem 0;
  overflow: hidden;
}
.banner a:hover {
  color: #fff;
  text-decoration: none;
}
.banner .title {
  max-width: 950px;
  margin: 0px auto;
}
.banner .title .heading {
  font-size: calc(32px + 24 * (100vw - 320px) / 1600);
  line-height: 1.3;
  font-weight: 700;
}
.banner .title .heading span {
  color: #29b34b;
}
.banner .title .sub-heading {
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  line-height: calc(27px + 17 * (100vw - 320px) / 1600);
  letter-spacing: -0.48px;
  font-weight: 500;
  color: #414141;
  margin-bottom: 10px;
  position: relative;
}

.premium-help {
  padding: 6rem 0;
}
@media (max-width: 991px) {
  .premium-help {
    padding: 3rem 0;
  }
}
@media (max-width: 991px) {
  .premium-help .left-inner {
    margin-top: 60px;
  }
}
.premium-help .heading {
  color: #181818;
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  line-height: 1.3;
}
.premium-help .description {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: #414141;
  margin-top: 10px;
  margin-bottom: 10px;
}
.premium-help .outer-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.premium-help .outer-box .list {
  color: #181818;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
  margin: 5px 0;
  width: 50%;
}
@media (max-width: 767px) {
  .premium-help .outer-box .list {
    width: 100%;
  }
}
.premium-help .outer-box .list::before {
  content: url("../images/Checkbox.svg");
  font-family: fontAwesome;
  left: 0;
  top: 2px;
  position: absolute;
  color: #00bc8b;
}

.max-chances {
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .max-chances {
    padding-bottom: 3rem;
  }
}
.max-chances .heading {
  color: #181818;
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.3;
}
.max-chances .outer-box {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .max-chances .outer-box {
    flex-wrap: wrap;
  }
}
.max-chances .outer-box .inner {
  display: flex;
  flex-direction: column;
  align-content: center;
  text-align: center;
}
.max-chances .outer-box .inner .value {
  color: #18B557;
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  font-weight: 700;
  border-bottom: 2px solid #18B557;
  position: relative;
  margin-bottom: 30px;
}
.max-chances .outer-box .inner .value::after {
  content: "";
  width: 2px;
  height: 24px;
  bottom: -26px;
  position: absolute;
  left: calc(50% - 1px);
  background: #18B557;
}
.max-chances .outer-box .inner .content {
  color: #414141;
  font-weight: 500;
  font-size: 16px;
  max-width: 90%;
  margin: auto;
}

.better-credit {
  background: #F8F8F8;
  padding: 6rem 0;
}
@media (max-width: 991px) {
  .better-credit {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 576px) {
  .better-credit {
    padding: 3rem 0 2rem 0;
  }
}
.better-credit .heading {
  color: #181818;
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.3;
}
.better-credit .sub-heading {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: #181818;
  max-width: 620px;
  margin: auto;
}
.better-credit .outer-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 64px;
  align-items: center;
  gap: 100px;
  margin: 40px 0;
  display: flex;
}
@media (max-width: 991px) {
  .better-credit .outer-box {
    padding: 30px;
    gap: 65px;
  }
}
@media screen and (max-width: 576px) {
  .better-credit .outer-box {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.better-credit .outer-box .inner-left {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .better-credit .outer-box .inner-left {
    width: 100%;
  }
}
.better-credit .outer-box .inner-left .tagline {
  font-size: 14px;
  background: #FFE7CF;
  padding: 8px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
.better-credit .outer-box .inner-left .title {
  color: #181818;
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin: 8px 0;
}
.better-credit .outer-box .inner-left .description {
  color: #414141;
}
.better-credit .outer-box .inner-left .list {
  color: #181818;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
  margin: 10px 0;
}
.better-credit .outer-box .inner-left .list::before {
  content: url(../images/Checkbox.svg);
  left: 0;
  top: 3px;
  position: absolute;
  color: #00bc8b;
}
.better-credit .outer-box .inner-right {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .better-credit .outer-box .inner-right {
    width: 100%;
  }
}
.better-credit .outer-box:nth-child(even) {
  flex-direction: row-reverse;
}

.feature-sec {
  padding: 6rem 0;
  background: url(../images/feture-sec-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 375px) {
  .feature-sec {
    padding: 60px 0;
  }
}
.feature-sec .text-2 {
  color: #181818;
  max-width: 810px;
  line-height: 1.3;
  margin: auto auto 16px auto;
}
.feature-sec .text-2 span {
  color: #29B34B;
}
.feature-sec .text-4 {
  color: #414141;
  margin-bottom: 52px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.feature-sec .title {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #181818;
}
.feature-sec .content {
  margin-top: 0;
  color: #414141;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .feature-sec .desk_sec {
    display: none;
  }
}
.feature-sec .mob_sec {
  display: none;
}
@media (max-width: 991px) {
  .feature-sec .mob_sec {
    display: block;
  }
}
.feature-sec .mob_sec .feature_box {
  text-align: left;
  padding-bottom: 20px;
}
@media screen and (max-width: 375px) {
  .feature-sec .mob_sec .feature_box {
    padding-bottom: 10px;
  }
}
.feature-sec .mob_sec .feature_box.box1 .image_wrapper::before {
  content: "";
  width: 3px;
  height: 100%;
  background: linear-gradient(90deg, #FD8105 0%, #39E57E 100%);
  position: absolute;
  left: 38px;
  bottom: -23px;
}
@media screen and (max-width: 375px) {
  .feature-sec .mob_sec .feature_box.box1 .image_wrapper::before {
    left: 30px;
  }
}
.feature-sec .mob_sec .feature_box.box2 .image_wrapper::before {
  content: "";
  width: 3px;
  height: 100%;
  background: linear-gradient(270deg, #0267FF -0.01%, #39E57E 100%);
  position: absolute;
  left: 34px;
  top: 21px;
}
@media screen and (max-width: 375px) {
  .feature-sec .mob_sec .feature_box.box2 .image_wrapper::before {
    left: 28px;
  }
}
.feature-sec .mob_sec .feature_box .image_wrapper {
  height: 100%;
  position: relative;
}
.feature-sec .mob_sec .feature_box .image_wrapper img {
  width: 80px;
  position: relative;
}
.feature-sec .feature_image {
  width: 75%;
  margin-bottom: 30px;
}
.feature-sec .btn {
  margin-top: 60px;
}

.credit-assistance {
  background-color: #fff;
  padding: 6rem 0;
}
@media (max-width: 991px) {
  .credit-assistance {
    padding: 3rem 0;
    background: transparent;
  }
}
.credit-assistance .heading {
  color: #181818;
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.3;
}
.credit-assistance .sub-heading {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: #181818;
  max-width: 700px;
  margin: auto;
  margin-bottom: 22px;
}
.credit-assistance .experience_box {
  align-items: center;
  margin: auto;
  max-width: 1052px;
}
.credit-assistance .experience_box:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .credit-assistance .experience_box:nth-child(odd) {
    flex-direction: row;
  }
}
.credit-assistance .experience_box .content_box {
  position: relative;
  padding-left: 50px;
  max-width: 500px;
  margin: 30px 0;
}
@media (max-width: 991px) {
  .credit-assistance .experience_box .content_box {
    padding-left: 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .credit-assistance .experience_box .content_box {
    padding-left: 0px;
  }
}
.credit-assistance .experience_box .content_box .icon_img {
  position: absolute;
  left: -50px;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .credit-assistance .experience_box .content_box .icon_img {
    left: 0px;
    position: relative;
    margin-bottom: 10px;
  }
}
.credit-assistance .experience_box .content_box .title {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.credit-assistance .box1 .left_bar:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  border-left: 3px dashed #D0D0D0;
  width: 3px;
  height: 100%;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .credit-assistance .box1 .left_bar:after {
    border: 0;
  }
}
.credit-assistance .box2 .right_bar {
  border-top: 3px dashed #D0D0D0;
  padding: 40px 80px 40px 0;
  border-bottom: 3px dashed #D0D0D0;
  border-right: 3px dashed #D0D0D0;
}
@media (max-width: 991px) {
  .credit-assistance .box2 .right_bar {
    border: 0;
    padding: 0;
  }
}
.credit-assistance .box3 .left_bar {
  padding: 100px 40px 100px 20px;
  border-left: 3px dashed #D0D0D0;
}
@media (max-width: 991px) {
  .credit-assistance .box3 .left_bar {
    border: 0;
    padding: 0;
  }
}
.credit-assistance .box4 .right_bar {
  border-top: 3px dashed #D0D0D0;
  padding: 40px 80px 40px 0;
}
@media screen and (max-width: 991px) {
  .credit-assistance .box4 .right_bar {
    border: 0;
    padding: 0;
  }
}
.credit-assistance .box4 .left_bar:after {
  border-left: 3px dashed #ddd;
  position: absolute;
  left: 0;
  top: -75%;
  content: "";
  width: 3px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .credit-assistance .box4 .left_bar:after {
    top: -62%;
  }
}
@media screen and (max-width: 991px) {
  .credit-assistance .box4 .left_bar:after {
    border: 0;
  }
}

.cta {
  padding: 5rem 0 6rem;
  background: url(../images/cta-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  text-align: center;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}
.cta .text-2 {
  color: #fff;
  max-width: 617px;
  margin: 0 auto 2rem;
  line-height: 1.5;
}
.cta .black-button:hover {
  color: #fff;
  text-decoration: none;
}

.post-footer {
  background-color: #fff;
  padding: 15px 0;
}
.post-footer .post-footer-content {
  align-items: center;
}
.post-footer .post-footer-content .post-footer-left p {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .post-footer .post-footer-content .post-footer-left p {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .post-footer .post-footer-content {
    text-align: center;
    flex-direction: column-reverse;
    margin: 0px 50px;
  }
}
.post-footer .post-footer-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .post-footer .post-footer-right {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .post-footer .post-footer-right {
    flex-wrap: wrap;
  }
}
.post-footer .post-footer-right a {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.post-footer .post-footer-right .social-buttons a {
  padding: 2px 8px;
}

.modal-dialog {
  max-width: 712px;
  width: 712px;
}
@media screen and (max-width: 991px) {
  .modal-dialog {
    max-width: 450px;
    margin: auto;
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    max-width: 300px;
    width: 300px;
    margin: 0 auto;
  }
}

.modal-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.modal-body .cont-left {
  background-color: #29b34b;
  background-image: url(../images/modal-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding: 50px 30px 100px;
  color: #fff;
}
.modal-body .cont-left h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.modal-body .cont-left .download-app-btn {
  width: 100%;
  color: #fff;
  display: block;
  margin: 30px 0;
}
.modal-body .cont-left a {
  margin-bottom: 15px;
}
.modal-body .cont-left a img {
  max-width: 150px;
}
.modal-body .cont-left .play-store {
  max-width: 130px;
  display: block;
  margin-bottom: 15px;
}
.modal-body .cont-left .app-store {
  max-width: 130px;
  display: block;
}
.modal-body .scanner {
  padding: 3rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .modal-body .scanner {
    padding: 16px 0px 0px;
  }
}
.modal-body .scanner .qr-code {
  max-width: 200px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .modal-body .scanner .qr-code {
    display: none;
  }
}
.modal-body .scanner .scanner-text {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 58px 16px;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 991px) {
  .modal-body .scanner .scanner-text {
    display: none;
  }
}
.modal-body .scanner .weblogin a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #0267ff;
  text-decoration: none;
}
.modal-body .scanner .weblogin a img {
  margin-left: 8px;
}
@media screen and (max-width: 991px) {
  .modal-body .scanner .weblogin {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .modal-body {
    display: block;
  }
}

.close {
  z-index: 9;
}
.close .cross-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #d9d9d9;
  padding: 5px 4px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
}

.download-outer {
  border-radius: 0;
  border: unset;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .download-outer {
    padding: 0px 15px 0 15px;
  }
}/*# sourceMappingURL=style.css.map */