.footer {
  background: #f7f6ff;
  padding: 4rem 0 2rem;
}

.footer2 {
  background: #f7f6ff;
  padding: 1.5rem;
}

.footer_division {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-bottom-partition {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom a {
  display: block;
  color: #393885;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.footer-bottom a:not(:last-child) {
  border-right: 1px solid #b6b6da;
  padding-right: 1rem;
  margin-right: 1rem;
}

.footer_div_1 a {
  display: block;
  color: #393885;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.footer_division a {
  display: block;
  color: #393885;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.footer_division .flex-container {
  display: flex;
  gap: 0.5rem;
  margin-top: 2rem;
}

.footerLogo {
  margin-bottom: 1.5rem;
}

.footer_div_1,
.footer_div_2,
.footer_div_3,
.footer_div_4 {
  width: 25%;
}

.footer-productName {
  color: #9696bd;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.footer_division .footer-category {
  color: #393885;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}

.footer_division .d-flex {
  gap: 0.5rem;
}

.footer_div_4 .footer-category:first-child {
  margin-top: 0;
}

.footer_div_4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.footer_div_4 .d-flex {
  gap: 0.5rem;
  width: 100%;
}

.footer_div_4 .d-flex img {
  width: calc(25% - (1.5rem / 4));
  height: auto;
}

.linkportCard {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 6px;
  background: linear-gradient(118deg, #d7d7ff 0.61%, #ebebff 63.93%);
  padding: 1rem 1.6rem 1rem 1.06rem;
  margin-top: 1.5rem;
}

.linkportCard img {
  width: 3rem;
  height: 3rem;
}

.linkport_text_head {
  color: #393885;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.linkport_text_head span {
  border-radius: 34px;
  background: #1aa36b;
  padding: 1px 6px;
  color: #fff;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  top: -2px;
}

.downloadText {
  color: #504ee4;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.footer hr {
  border-top: 1px solid #e8e8fc !important;
  margin: 2.5rem 0 1.5rem;
}

.copyRightText {
  color: #8585ad;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

/* lp footer css */

.k-lp-footer {
  padding: 0px 15px 0px !important;
}

.k-lp-footer .k-footer-end {
  margin-top: 0px;
  padding-top: 30px !important;
}

.k-footer {
  padding: 80px 15px 0px;
}

.k-footer-end {
  margin-top: 80px;
  padding-top: 20px;
}

.k-footer-end-row {
  display: flex;
  justify-content: space-between;
}

.k-footer-end-left {
  display: flex;
}

.k-footer-end p,
.k-footer-end a {
  font-size: 12px;
}

.k-footer-end-left p {
  padding-bottom: 10px;
}
.k-footer-end p,
.k-footer-end a {
  font-size: 14px;
  color: #464646 !important;
}

.k-footer-end-left p a {
  text-decoration: none;
  margin-right: 30px;
}

.k-footer-end p,
.k-footer-end a {
  font-size: 12px;
  color: #464646 !important;
}

@media only screen and (min-width: 1200px) {
  .k-footer-wraper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
  }
}

/*  */
@media only screen and (max-width: 786px) {
  .footer_division {
    row-gap: 3rem;
    column-gap: 1rem;
  }
  .footer_div_1,
  .footer_div_2,
  .footer_div_3,
  .footer_div_4 {
    width: 100%;
  }
  .footer_division .borderBottom {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 1rem;
  }
  .footer_division .footer-category {
    font-size: 1.175rem;
  }
  .footer_div_4 {
    align-items: flex-start;
    gap: 2rem;
  }
  .footer_div_4 .d-flex {
    gap: 1rem;
  }
  .footer_div_4 .d-flex img {
    width: calc(25% - (3rem / 4));
  }
  .footer-bottom-partition {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
