@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic);
@import url(../styles/navbar.css);
@import url(../styles/application.css);
@import url(../styles/app.css);
@import url(../styles/footer.css);

.rightside-credit_image,.-howitem__icon {
  width: 48px !important;
  height: 48px !important;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
}

.title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
}

.title3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  margin: 0;
}

.title4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}

.title2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}

.subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}
.button {
  padding: 8px 24px;
  color: white;
  background-color: #FF7528;
  border-radius: 12px;
  border: none;
    text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.button:hover, .download-btn:hover {
    background-color: #017CFF;
}
.main {
  display: flex;
  background: #f4f4f4;

  flex-direction: column;
}
.pt96 {
  padding-top: 96px;
}
.pt72 {
  padding-top: 72px;
}
.pt24 {
  padding-top: 24px;
}
.creditBg {
  background-color: #F1FAF5;
}
.credit {
}
.credit__body {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.leftside-credit {
  padding: 48px 0 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  border-radius: 20px;
  width: 100%;
}
.leftside-credit_content {
  margin-top: -9px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  max-width: 400px;
}
.leftside-credit_items {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.leftside-credit_header {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.leftside-credit_upsubtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
.leftside-credit_title {
}
.leftside-credit_subtitle {
}

.leftside-credit_image {
}
.rightside-credit {
}
.rightside-credit_row {
  display: flex;
  align-items: start;
  gap: 24px;
  justify-content: center;
  height: 100%;
}
.rightside-credit_col {
  background-color: white;
  border-radius: 20px;
  padding: 24px;
  width: 416px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.rightside-credit_image {
}
.rightside-credit_items {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.rightside-credit_title {
}

.rightside-credit_subtitle {
}

.container {
}
.cash {
}
.cash__body {
  display: flex;
  gap: 24px;
}
.leftside-cash {
  border-radius: 20px;
  width: 100%;
}
.rightside-cash {
  border-radius: 20px;
  background-color: white;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: start;
  width: 100%;
}
.rightside-cash_header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
}
.rightside-cash_title {
}

.rightside-cash_subtitle {
}
.rightside-cash_subtitle33 {
    display: none;
}
.rightside-cash_footer {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: start;
}
.rightside-cash_items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
}

.docs {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.docs__title {
  text-align: center;
}

.docs__row {
}

.justify-content-center {
}

.docs__column {
  background-color: white;
  border-radius: 24px;
  width: 636px;
  padding: 0 !important;
}

.item-docs {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}

.-howitem__icon {
}
.item-docs__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.item-docs__title {
  margin: 0;
}

.item-docs__subtitle {
  margin: 0;
}


@media screen and (max-width: 1200px) {
  .credit__body {
    flex-direction: column;
    align-items: center;
    gap: 96px;
  }
  .leftside-credit {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 40px 0 40px;
    gap: 48px;
  }
  .leftside-credit_title,
  .leftside-credit_upsubtitle,
  .leftside-credit_subtitle {
    text-align: center;

    margin: auto;
  }
  .leftside-credit_image {
    max-height: 242px;
  }
  .leftside-credit_content {
    align-items: center;
  }
  .rightside-credit_row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    gap: 24px;
  }

  .cash__body {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .leftside-cash {
    width: 75%;
  }
  .rightside-cash {
    width: 75%;
    align-items: center;
  }

  .rightside-cash_subtitle {
    text-align: center;
    margin: auto;
  }

  .rightside-cash_title {
    margin: auto;
    text-align: center;
}

.rightside-cash_header {
    align-items: center;
    gap: 8px;
}
.rightside-cash_footer {
    align-items: center;
    gap: 8px;
}




  .docs__row {
    flex-direction: column-reverse;
    align-items: center;
  }

}
@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 992px) {

  .absolute__title {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
}

@media screen and (max-width: 768px) {
}
@media screen and (min-width: 768px) {
}

@media screen and (min-width: 576px) {
}
@media screen and (max-width: 576px) {

  .leftside-credit {
    padding: 0 !important;
  }
  .pt72{
    padding-top: 48px !important;
  }
  .cash,.docs {
    padding: 0 16px !important;
  }
  .leftside-cash,.rightside-cash {
    width: 100% !important;
    align-items: center;

  }
  .creditblocks {
    width: 100% !important;
    padding: 0 16px !important;
  }
  .rightside-credit_row {
    width: 100% !important;
  }
  .rightside-credit_col {
    flex-direction: row;
    align-items: center !important;
    width: 100% !important;
  }
  .leftside-credit_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
    
  }

  .rightside-cash_header {
    align-items: center;
    gap: 0px;
}
.rightside-cash_title {
    margin-bottom: 16px;
font-size: 20px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
white-space: nowrap;

}
.cash button {
    margin-top: 32px;
}
.rightside-cash_items {
    align-items: center;
    gap: 0px;
}
.rightside-cash_footer {
    align-items: center;
    gap: 32px;
}
.rightside-cash_subtitle3 {
    display: none;
}
.rightside-cash_subtitle33 {
    display: flex;
}
  .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    margin: auto;
  }


  .docs__row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .docs__column {
    width: 95%;
    min-height: max-content;
  }

  .br {
    display: none;
  }
  .item-docs {
  }

}

@media screen and (max-width: 430px) {

  .dollar {
    max-width: 172px;
  }


}
