.innerpageBreadcrums {
  background: #edffe8;
  position: relative;
  background-size: contain;
  height: 490px;
  background-position: right top;
  background-repeat: no-repeat;
}
.innerpageBreadcrums img {
  max-width: 100%;
  height: auto;
}
.innerpageBreadcrums .bread-conte {
  height: 100%;
  top: 1rem;
  position: absolute;
  width: 100%;
  padding-top: 1.5rem;
}
.innerpageBreadcrums .bread-conte .breadcrumbs {
  margin: 0;
  padding: 0;
  display: flex;
}
.innerpageBreadcrums .bread-conte .breadcrumbs li {
  list-style: none;
  position: relative;
  padding: 0 0.7rem;
}
.innerpageBreadcrums .bread-conte .breadcrumbs li a {
  font-size: 0.75rem;
  font-weight: 600;
  color: #797878;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
  text-decoration: none;
}
.innerpageBreadcrums .bread-conte .breadcrumbs li a::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: -0.4rem;
  top: 0.35rem;
  background-image: url("/icons/right-arrow.svg");
  background-size: cover;
  filter: invert(1);
  opacity: 0.5;
}
.innerpageBreadcrums .bread-conte .breadcrumbs li:last-child a {
  color: #3f3f3f !important;
}
.innerpageBreadcrums .bread-conte .breadcrumbs li:last-child a::after {
  display: none;
}
.innerpageBreadcrums .bread-conte h1 {
  position: relative;
  top: 3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #004135;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
}

@media (max-width: 768px) {
  .innerpageBreadcrums {
    background: none !important;
    background-color: #edffe8 !important;
    height: 125px;
  }
  .innerpageBreadcrums .bread-conte {
    top: 0;
    padding-top: 0.6rem;
  }
  .innerpageBreadcrums .bread-conte .breadcrumbs li {
    margin: 0.3125rem 0;
  }
  .innerpageBreadcrums .bread-conte .breadcrumbs li a {
    font-size: 0.75rem;
    font-weight: 600;
    color: #797878;
    line-height: 1.5rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .innerpageBreadcrums .bread-conte h1 {
    position: relative;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #004135;
    line-height: 1.2rem;
    font-family: var(--main-font, "Filson Pro");
  }
}
.investor-breadcumb {
  position: relative;
  background-size: cover;
}
.investor-breadcumb img {
  max-width: 100%;
  height: auto;
}
.investor-breadcumb .bread-conte {
  height: 100%;
  top: 1rem;
  position: absolute;
  width: 100%;
  padding-top: 1.5rem;
}
.investor-breadcumb .bread-conte .breadcrumbs {
  margin: 0;
  padding: 0;
  display: flex;
}
.investor-breadcumb .bread-conte .breadcrumbs li {
  list-style: none;
  position: relative;
  padding: 0 0.7rem;
}
.investor-breadcumb .bread-conte .breadcrumbs li a {
  font-size: 0.75rem;
  font-weight: 600;
  color: #797878;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
  text-decoration: none;
}
.investor-breadcumb .bread-conte .breadcrumbs li a::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: -0.4rem;
  top: 0.35rem;
  background-image: url("/icons/right-arrow.svg");
  background-size: cover;
  filter: invert(1);
  opacity: 0.5;
}
.investor-breadcumb .bread-conte .breadcrumbs li:last-child a {
  color: #3f3f3f !important;
}
.investor-breadcumb .bread-conte .breadcrumbs li:last-child a::after {
  display: none;
}
.investor-breadcumb .bread-conte h1 {
  position: relative;
  top: 3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #004135;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
}

.new-hero-section {
  width: 100%;
  background: url("/img/hero_section_bg.webp") no-repeat top center;
  background-size: cover;
  object-fit: cover;
}
.new-hero-section .star-image {
  position: absolute;
  top: -44px;
}
.new-hero-section .outer-ellipse {
  position: absolute;
  right: -8px;
  bottom: -28px;
}
.new-hero-section .inner-ellipse {
  position: absolute;
  right: 20px;
  bottom: -1px;
}
.new-hero-section .components-wrapper {
  padding: 3.2rem 0 0;
  display: flex;
  align-items: start;
}
.new-hero-section .components-wrapper .hero-section {
  max-width: 49%;
}
.new-hero-section .components-wrapper .hero-section .breadcrumbs {
  margin: 0;
  padding: 0;
  display: flex;
}
.new-hero-section .components-wrapper .hero-section .breadcrumbs li {
  list-style: none;
  position: relative;
  padding: 0 0.7rem;
}
.new-hero-section .components-wrapper .hero-section .breadcrumbs li a {
  font-size: 0.75rem;
  font-weight: 600;
  color: #797878;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
  text-decoration: none;
}
.new-hero-section .components-wrapper .hero-section .breadcrumbs li a::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: -0.4rem;
  top: 0.35rem;
  background-image: url("/icons/right-arrow.svg");
  background-size: cover;
  filter: invert(1);
  opacity: 0.5;
}
.new-hero-section .components-wrapper .hero-section .breadcrumbs li:last-child a {
  color: #3f3f3f !important;
}
.new-hero-section .components-wrapper .hero-section .breadcrumbs li:last-child a::after {
  display: none;
}
.new-hero-section .components-wrapper .hero-section h1 {
  top: 2rem;
  line-height: normal !important;
  font-size: 2rem;
  font-weight: 700;
  color: #004135;
  line-height: 1.5rem;
  font-family: var(--main-font, "Filson Pro");
}
.new-hero-section .components-wrapper .hero-section .product-details {
  padding-left: 0.6rem;
  padding-top: 3rem;
}
.new-hero-section .components-wrapper .hero-section .product-details .description p {
  font-size: 12px;
  font-weight: 400;
  color: #004135;
  line-height: 1.8rem;
  font-family: var(--main-font, "Filson Pro");
  padding: 0 !important;
  margin: 0 !important;
}
.new-hero-section .components-wrapper .hero-section .product-details .feature-wrapper {
  margin-top: 1.3rem;
}
.new-hero-section .components-wrapper .hero-section .product-details .feature-wrapper .feature {
  font-weight: 500;
  color: #004135;
  font-size: 13px;
  display: flex;
  justify-content: start;
  align-items: center;
  border: 1px solid rgba(40, 255, 10, 0.5019607843);
  padding: 8px;
  margin-bottom: 12px;
  border-radius: 30px;
  background: transparent;
}
.new-hero-section .components-wrapper .hero-section .product-details .feature-wrapper .feature img {
  margin-right: 5px;
}
.new-hero-section .components-wrapper .hero-section .product-details .other-description {
  margin-top: 2rem;
}
.new-hero-section .components-wrapper .hero-section .product-details .other-description p {
  font-size: 12px;
  font-weight: 400;
  color: #004135;
  line-height: 1.2rem;
  font-family: var(--main-font, "Filson Pro");
}
.new-hero-section .components-wrapper .calculator-section {
  padding-left: 2rem;
  max-width: 49%;
  margin: 0 3.2rem;
  z-index: 99;
}
.new-hero-section .components-wrapper .calculator-section .calculator-wrapper {
  border: 1px solid rgba(0, 65, 53, 0.3019607843);
  border-radius: 12px;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.2509803922);
  width: 480px;
  background-color: #fff;
  padding: 18px;
}
.new-hero-section .components-wrapper .appcta {
  margin-top: 30px;
}
.new-hero-section .components-wrapper .appcta .headingAppCta {
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.25rem;
  font-family: var(--main-font, "Filson Pro");
}
.new-hero-section .components-wrapper .appcta .appIconsWrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.new-hero-section .components-wrapper .appcta .appIconsWrap .apIConta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.new-hero-section .components-wrapper .appcta .appIconsWrap .apIConta .qrAPP {
  width: 125px;
  height: 125px;
}
.new-hero-section .components-wrapper .appcta .appIconsWrap .apIConta .iconap {
  height: 60px;
}
.new-hero-section .components-wrapper .cta_srb_section {
  max-width: 49%;
  z-index: 99;
}
.new-hero-section .components-wrapper .cta_srb_section img {
  width: 100%;
  height: 100%;
}

.scroll-wrapper {
  scroll-margin: 110px;
}

@media (min-width: 600px) and (max-width: 1024px) {
  .new-hero-section {
    width: 100%;
    background: url("/img/hero_section_bg_mob.webp") no-repeat center center;
  }
  .new-hero-section .components-wrapper {
    flex-direction: column;
  }
  .new-hero-section .components-wrapper .hero-section {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .new-hero-section .components-wrapper .hero-section .product-details {
    padding-left: 0 !important;
  }
  .new-hero-section .components-wrapper .calculator-section {
    margin: 0 !important;
    margin-top: 3.8rem !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .new-hero-section .components-wrapper .calculator-section .calculator-wrapper {
    width: 98% !important;
    margin: auto !important;
  }
  .new-hero-section .components-wrapper .appcta {
    margin-top: 10px;
  }
  .new-hero-section .components-wrapper .appcta .headingAppCta {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 1.25rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .new-hero-section .components-wrapper .appcta .appIconsWrap {
    margin-top: 10px;
    gap: 10px;
  }
  .new-hero-section .components-wrapper .appcta .appIconsWrap .apIConta .qrAPP {
    display: none;
  }
  .new-hero-section .components-wrapper .appcta .appIconsWrap .apIConta .iconap {
    width: 100%;
    height: 100%;
  }
  .new-hero-section .components-wrapper .cta_srb_section {
    max-width: 100%;
    margin: 0;
    margin-top: 2rem;
  }
  .new-hero-section .components-wrapper .cta_srb_section img {
    width: 100%;
  }
  .new-hero-section .components-wrapper .other-description {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .new-hero-section {
    background: url("/img/hero_section_bg_mob.webp") no-repeat bottom center;
  }
  .new-hero-section .components-wrapper {
    flex-direction: column;
  }
  .new-hero-section .components-wrapper .hero-section {
    width: 100%;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .new-hero-section .components-wrapper .hero-section .product-details {
    padding-left: 0 !important;
  }
  .new-hero-section .components-wrapper .hero-section .product-details .feature-wrapper .feature {
    padding: 5px;
    font-size: 11px;
    font-weight: 400;
    color: #004135;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .new-hero-section .components-wrapper .calculator-section {
    padding: 0 !important;
    max-width: 100%;
    margin: 0 !important;
    margin-top: 3.8rem !important;
  }
  .new-hero-section .components-wrapper .calculator-section .calculator-wrapper {
    width: 95% !important;
    margin: auto !important;
  }
  .new-hero-section .components-wrapper .calculator-section .calculator-wrapper .calc-data .heading {
    font-size: 1.3rem;
    font-weight: 700;
    color: #004135;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .new-hero-section .components-wrapper .appcta {
    margin-top: 10px;
  }
  .new-hero-section .components-wrapper .appcta .headingAppCta {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 1.25rem;
    font-family: var(--main-font, "Filson Pro");
  }
  .new-hero-section .components-wrapper .appcta .appIconsWrap {
    margin-top: 10px;
    gap: 10px;
  }
  .new-hero-section .components-wrapper .appcta .appIconsWrap .apIConta .qrAPP {
    display: none;
  }
  .new-hero-section .components-wrapper .appcta .appIconsWrap .apIConta .iconap {
    width: 100%;
    height: 100%;
  }
  .new-hero-section .components-wrapper .cta_srb_section {
    max-width: 100%;
    margin: 0;
    margin-top: 2rem;
  }
  .new-hero-section .components-wrapper .cta_srb_section img {
    width: 100%;
  }
  .new-hero-section .components-wrapper .other-description {
    margin-top: 1rem;
  }
}
