.main-text {
}
.section-instant {
  padding: 5.7rem 0;
}
.main-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 50px;
  color: #003569;
  width: 60%;
}
.instant-textbox {
  padding-top: 5rem;
}
.instant-desc {
  font-weight: 500;
  line-height: 3rem;
  font-size: 1.5rem;
  margin: 1.7rem 0 2rem;
  color: #00000082;
}
.instant-loan_herocta {
  display: flex;
  gap: 20px;
}
.modal__footer a {
  color: #6577d8;
}
.instant-textbox > .instant-loan_herocta > button {
  color: #fff;
  font-weight: 700;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  background: #01934a;
  /* display: inline-block; */
  text-decoration: none;
  padding: 1.8rem 4rem;
  border-radius: 1rem;
}
.main-pictures {
  position: relative;
}
.main-pictures img:nth-child(2) {
  position: absolute;
  bottom: -15%;
  left: -20%;
}
.progressContainer {
  background: #eeee;
  width: 420px;
  height: 420px;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transition: all 0.3s; */
}
.progress {
  position: relative;
  height: 270px;
  width: 270px;
  border-radius: 50%;
  display: flex;
  align-items: center;

  justify-content: center;
  transition: all ease 0.3s;
  background: conic-gradient(#01934a, 2deg, #003569bf 0deg);
}
.progress::before {
  content: "";
  height: 210px;
  width: 210px;
  border-radius: 50%;
  background: #f1f1f1;
  position: absolute;
}
.progress > h3 {
  position: relative;
  color: #003569;
  /* font-family: Inter; */
  font-size: 22px;
  font-style: normal;
  font-weight: 600;

  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
}

.main-pictures img:nth-child(3) {
  position: absolute;
  top: -10%;
  right: -40%;
}
#bnpl2 {
  position: relative;
  width: 70%;
}
#bnpl1 {
  position: absolute;
  z-index: 10;
  bottom: -50%;
  left: -40%;
  width: 70%;
}
.modal.open {
  display: flex;
}

.checker-section {
  padding: 7.1rem 0;
  background: rgba(217, 217, 217, 0.26);
}
.checker {
  display: flex;
  gap: 60px;
}
.checker__left {
  width: 50%;
  margin-right: auto;
}
.checker__left > h1 {
  color: #003569;
  font-size: 3rem;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 3rem;
}
.timeline__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.timeline {
  display: flex;
  align-items: flex-start;
  gap: 27px;
  height: 100%;
}
.timeline-circle {
  /* overflow: hidden; */
  position: relative;
  height: 100%;
  /* display: block; */
  /* z-index: 9 !important; */
}
.timeline-circle > svg {
  /* overflow: hidden; */
}

.timeline-circle::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  top: 86%;
  left: 45%;
  background: #003569;
  height: 130px;
}
.top:after {
  height: 0px;
  bottom: 0;
  background: transparent;
}
.last-line:after {
  height: 0px;
}
.timeline_textbox {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.timeline_textbox > h1 {
  color: rgba(0, 53, 105, 0.79);
  font-size: 22px;
  font-weight: 600;
}
.timeline_textbox > p {
  color: rgba(0, 0, 0, 0.38);
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  max-width: 52.8rem;
}
.checker__right {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.checker__right input {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  padding: 2rem 1.9rem;
}
.balance-box {
  border-radius: 0px 0px 10px 10px;
  width: 100%;
  display: flex;
  height: 300px;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
}
.loan-bal-btn:link,
.loan-bal-btn:visited {
  border: solid 0.2rem #01934a;
  display: inline-block;
  text-decoration: none;
  color: #01934a;
  font-size: 1.4rem;
  padding: 1.8rem 2rem;
  font-weight: 700;

  border-radius: 1rem;
}
.progress-bar {
  width: 240px;
  height: 240px;
  position: relative;
  border-radius: 50%;
  color: #000;
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(#003569bf 30%, #6c95bdbf 30%);
}
.ex_link {
  color: #01934a;
}
.download_files {
  display: flex;
  align-items: center;
  gap: 10px;
}
.download-debit {
  font-size: 1.6rem;
  letter-spacing: -0.9px;
  color: rgba(40, 68, 140, 0.65);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.download-debit > a {
  color: rgba(40, 68, 140, 0.65);
  text-decoration: none;
  display: inline-block;
}
.checker__right input:focus {
  outline: none;
  border: none;
  box-shadow: 1px 0px 2px 4px rgb(85, 233, 129);
}
.date_container {
  margin-bottom: 3.2rem;
}
.progress-text {
  position: absolute;
  /* content: "₦0"; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #003569;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
}
.loan_checker_alert {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.loan_checker_alert > img {
  height: 43px;
  width: 24px;
}

.check-loan-balance-button {
  cursor: pointer;
}
.check-loan-balance-button:disabled {
  opacity: 0.9;
}
.success {
  padding: 17px;
  background-color: rgb(240 253 244);
}

.success > h1 {
  color: rgb(22 101 52);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.9px;
}
.success > svg {
  height: 24px;
  width: 24px;
}
.error {
  background: #fbe2e2;
}
.error > h1 {
  color: rgba(144, 66, 66, 0.64);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.9px;
}
.check-balance {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.check-balance > label {
  font-size: 1.6rem;
  font-weight: 600;
}
.checker__right button {
  border-radius: 1rem;
  color: #fff;
  cursor: pointer;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  padding: 2rem 0;
  border: none;
  background: #01934a;
}
.x {
  position: absolute;
  top: 2%;
  right: 2%;
  cursor: pointer;
  padding: 1rem;
  color: white;
  font-size: 30px;
}
.form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25vw;
  min-height: 80vh;
  background: white;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding: 1rem 4rem;
  z-index: 10;
  overflow: hidden;
  overflow-y: scroll;
}
.form-logo {
  border-bottom: 1px solid #0000004f;
  height: fit-content;
  z-index: 1000;
  width: 90%;
  display: flex;
  justify-content: center;
  padding: 0 0 1rem;
}
#agreeBtn {
  margin-bottom: 1rem;
}
.form-content {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: absolute;
  transition: 0.5s;
  max-height: fit-content;
}
#form2 {
  left: 630px;
  max-height: fit-content;
}
#form3 {
  left: 1300px;
}
#form4 {
  left: 2000px;
}
#form1 .form-field {
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
  gap: 1rem;
  width: 80%;
  max-height: fit-content;
}
.form-field {
  background: white;
  max-height: fit-content;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}
#form1 .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  border-bottom: 1px solid #0000004f;
  padding-bottom: 0.5rem;
}
#form1 .text {
  font-weight: 500;
  font-size: 10px;
  line-height: 23px;
}
#form1 .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000ab;
}
.agree label {
  font-weight: 500;
  font-size: 15px;
  line-height: 10px;
  color: #00000075;
}
.form-btn {
  background: #01934a;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 1rem 3rem;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 1rem;
  line-height: 24px;
}
.input-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.input-field > label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
label span {
  color: #e13030;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
select,
input {
  padding: 1rem 1rem;
  border-radius: 5px;
  border: 1px solid #967a7a;
}
input:disabled {
  background: #eeeeee;
}
input::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #544545a6;
}
.radio-options label {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #544545;
}
.final-part .box {
  display: flex;
  align-items: center;
  background: #eeeeee;
  border-left: 8px solid #556aeb70;
  margin-bottom: 2px;
  padding: 0rem 0.5rem;
}
.final-part .box p {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  color: #292727cc;
}
p.resend {
  color: #5445459e;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}
p.resend span {
  color: #9d0c0c9e;
}

.benefits-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 125rem;
  padding: 5.7rem 2.5rem;
  margin: 0 auto;
  /* gap: 4rem; */
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  column-gap: 7rem;
  row-gap: 10rem;
  margin-top: 4.2rem;
}
.benefit {
  max-width: 36.2rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.benefit .icon {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  background: #003569c9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.7rem;
}
.benefit .icon > img {
  height: 4rem;
  width: 4rem;
}

.benefit h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #003569c9;
  margin-bottom: 1rem;
}
.benefit p {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  line-height: 3rem;
}
.section-wta {
  padding: 5.7rem 0;
}
.ways-to-apply .main-title {
  text-align: center;
  margin-bottom: 4.5rem;
  width: 100%;
}
.ways {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
}
.ways:first-child {
}
.ways:not(:last-child) {
  margin-bottom: 6rem;
}
.wta-header {
  text-align: center;
  margin-bottom: 8rem;
}
.wta-header > p {
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  line-height: 3rem;
  margin-top: 2rem;
}
.way-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
}
.way-title {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 5rem;
  color: #003569b0;
}
.way-desc {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;

  color: rgba(0, 0, 0, 0.9);
}
.way-pic {
  margin-top: 1rem;
}
.way-pic img {
  width: 100%;
}
.way-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.way-number {
  font-weight: 500;
  font-size: 12.8rem;
  /* line-height: 30px; */
  color: #003569;
  margin-bottom: 4rem;
}
.way-media {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.media:link,
.media:visited {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 3rem;
  width: 100%;
  border-radius: 12px;
  color: white;
  text-decoration: none;
}
.media:link > img,
.media:visited > img {
  /* width: 35.111px; */
  object-fit: cover;
  height: 30px;
}
.media:nth-child(1) {
  background-color: #4769b0;
}
.media:nth-child(2) {
  background-color: #3ebe57;
}
.media:nth-child(3) {
  background: linear-gradient(
    to left,
    #444fdc,
    #8134af,
    #dd2a7b,
    #f0893c,
    #feda77
  );
}
.way2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.way2 .way-number {
  margin-bottom: 0;
}
.way-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.way-link a {
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  transition: all ease 0.2s;
  color: #568dce;
  border-bottom: 1px solid #568dce;
}
.way-link a:hover,
.way-link a:active {
  margin-right: 1rem;
}
.section-cta {
  padding: 10rem 0;
}
.section-buynow {
  padding: 10rem 0;
}
.buynow-textbox {
}
.buynow-desc {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  margin: 3.3rem 0 2rem;
  color: rgba(0, 0, 0, 0.9);
}
.buynow-textbox > a:link,
.buynow-textbox > a:visited {
  font-size: 1.4rem;
  color: #ffff;
  padding: 2.3rem 3.2rem;
  border-radius: 1rem;
  display: inline-block;
  background-color: #01934a;
  text-decoration: none;
}

.buynow-textbox > button#pay-merchant-btn {
  color: #fff;
  font-weight: 700;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  background: #01934a;
  /* display: inline-block; */
  text-decoration: none;
  padding: 1.8rem 4rem;
  border-radius: 1rem;
}

.criteria-to-apply {
  margin-bottom: 3rem;
}
.criteria-to-apply .main-title {
  margin-bottom: 3rem;
}
.criteria-to-apply p {
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 2rem;
}
.criterias {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-top: 4rem;
}
.criteria {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.criteria-title {
  font-weight: 600;
  font-size: 2rem;
  color: #003569b0;
}

.criteria-desc {
  font-weight: 500;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.9);
  line-height: 3rem;
}
@media screen and (max-width: 1104px) {
  .section-buynow {
    padding-top: 5.7rem;
  }
  .instant-loan_herocta {
    justify-content: center;
    flex-wrap: wrap;
    /* gap: 10px; */
  }
  .instant-textbox {
    padding-top: 0;
  }
  .main-pictures > img {
    width: 90%;
  }
  .benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .checker {
    flex-direction: column;
    gap: 50px;
  }
  .checker__left {
    width: 100%;
  }
  .timeline_textbox > p {
    width: 100%;
    max-width: unset;
  }
  .checker__right {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .instant-textbox > button {
    padding: 1.8rem 2.6rem;
  }
  .media:link,
  .media:visited {
    padding: 1rem 3rem;
    width: 100%;
  }
  .benefits {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 4rem;
  }
  .benefit {
    max-width: 100%;
  }
  .wta-header > p {
    margin: 1.5rem 0;
  }
  .ways {
    flex-direction: column;
  }
  .ways:nth-child(2),
  .f-ways,
  .ways:last-child {
    flex-direction: column-reverse;
  }
  .timeline__wrapper {
    gap: 20px;
  }
  .checker__left > h1 {
    font-size: 22px;
  }
  .timeline_textbox > h1 {
    font-size: 18px;
  }
  .timeline_textbox > p {
    font-size: 16px;
    line-height: 28px;
  }
  .timeline {
    gap: 12px;
  }
  .timeline-circle::after {
    display: none;
  }

  #thruWeb {
  }
  .way-left {
    width: 100%;
  }
  .way-number {
    font-size: 10rem;
  }
  .criterias {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .section-buynow {
    /* padding-top: 4rem; */
  }
  .buynow-textbox > a:link,
  .buynow-textbox > a:visited {
    padding: 1.5rem 2.5rem;
  }
  .benefits-section {
    text-align: center;
    padding: 5.7rem 1.5rem;
  }
  .main-pictures > img {
    width: 100%;
  }
  .ways {
    gap: 4rem;
  }

  .way-right {
    width: 100%;
  }
  .criterias {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 389px) {
}
