.Statutory-bg {
  position: relative;
  background-image: url(../../assets/images/flexi-cap/darkbluebanner.jpg);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  padding-block: clamp(7rem, 9vw, 11rem);
  padding-inline: clamp(0rem, 9vw, 0rem);
}
.Statutory-bg h2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: clamp(2.4rem, 2.5vw, 3.6rem);
  line-height: clamp(3.2rem, 2.5vw, 5rem);
  color: #fff;
}

.StatutorySection {
  padding: 100px 8px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: var(--yellow-light-grey, #FBF8F0);
}
.StatutorySection .StatutoryInner {
  border-radius: 24px;
  background: #FFF;
}
.StatutorySection .inner_content {
  padding: 52px 48px;
  gap: 32px;
  height: 300px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .StatutorySection .inner_content {
    height: auto;
    padding: 24px 16px;
  }
}
.StatutorySection .inner_content .auditors-split {
  display: grid;
  justify-content: space-around;
  align-items: center;
  gap: 50px;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .StatutorySection .inner_content .auditors-split {
    grid-template-columns: 100%;
    gap: 48px;
  }
}
.StatutorySection .inner_content .auditors-split .left-auditors h5,
.StatutorySection .inner_content .auditors-split .right-auditors h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .StatutorySection .inner_content .auditors-split .left-auditors h5,
  .StatutorySection .inner_content .auditors-split .right-auditors h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
.StatutorySection .inner_content .auditors-split .left-auditors p,
.StatutorySection .inner_content .auditors-split .right-auditors p {
  margin: 15px 0 0;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .StatutorySection .inner_content .auditors-split .left-auditors p,
  .StatutorySection .inner_content .auditors-split .right-auditors p {
    font-size: 14px;
    line-height: 24px;
  }
}
.StatutorySection .inner_content .auditors-split .left-auditors p span,
.StatutorySection .inner_content .auditors-split .right-auditors p span {
  font-weight: 500;
  display: block;
}
.StatutorySection .inner_content .auditors-split .left-auditors {
  position: relative;
}
.StatutorySection .inner_content .auditors-split .left-auditors::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -15px;
  background: #E0DEDE;
  width: 1px;
  height: 196px;
}
@media (max-width: 767px) {
  .StatutorySection .inner_content .auditors-split .left-auditors::after {
    bottom: -25px;
    right: 0;
    background: #E0DEDE;
    width: 100%;
    height: 1px;
    top: unset;
  }
}
.heading-fluid {
  position: relative;
  background-image: url(../../assets/images/flexi-cap/darkbluebanner.jpg);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;

}
.heading-fluid  .breadcrumb {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.heading-fluid  .breadcrumb ul {
  padding: 0 2rem;
  margin: 0;
  display: flex;
  gap: 1rem;
  background: rgba(113, 113, 113, 0.6);
  list-style: none;
  border-radius: 0px 0px 10px 10px;
}
.floating-input.error {
  border: 1px solid #9ab5ff;
}
@media (max-width: 767px) {
  .heading-fluid  .breadcrumb ul {
    padding: 0 1rem;
    gap: 0.5rem;
  }
}
.heading-fluid  .breadcrumb ul li {
  padding: 1rem 0;
  color: white;
}
@media (max-width: 767px) {
  .heading-fluid  .breadcrumb ul li {
    padding: 0rem 0rem;
  }
}
.heading-fluid  .breadcrumb ul li a {
  color: white;
  font-size: 16px;
}
.heading-fluid  .breadcrumb ul li a:hover {
  color: #9ab5ff;
}
@media (max-width: 767px) {
  .heading-fluid  .breadcrumb ul li a {
    font-size: 12px;
  }
}
.heading-fluid .flexi-container {
  display: flex;
  padding: 10rem 0rem 14rem 0rem;
}

.heading-fluid  p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
@media (max-width: 575px) {
  .heading-fluid  p {
    font-size: 14px;
    line-height: 24px;
  }
}