.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body,html{
    max-width: 100%;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

.heading{
    font-size: 30px;
    line-height: 32px;
    color: #285B51;
    margin-bottom: 1rem;
}
p{
  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  line-height: 24px;  
  color: #285B51;
  margin-bottom: 1rem!important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
}

.accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease, padding 0.3s ease;
    }
    .accordion-item.active .accordion-content {
      max-height: 500px; /* adjust to fit content */
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.accordianF
{ font-size: 15px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}

