
   .faqp{
       margin:0;
   }

.site-content {
    padding-top: 80px;
    padding-bottom: 100px;
}
.pbmit-title-bar-wrapper, .pbmit-title-bar-content {
    min-height: 350px;
}
.faq-section {
  padding: 60px 0;
  
  /*background: #f7fafc;*/
}

.faq-heading {
  font-weight: 600;
  margin-bottom: 25px;
  color: #0a2540;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
 width: 100%;
  overflow: hidden;
}


.faq-question {
  width: 100%;
  padding: 18px 22px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #0a2540;
}

.faq-icon {
  font-size: 22px;
  font-weight: 600;
  transition: transform 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 22px;
}

.faq-answer p {
  padding-bottom: 18px;
  font-size: 14px;
  color: #5f6c7b;
  line-height: 1.7;
}
.treatment-cta {
    border-radius: 20px;
    background: white;
    padding: 20px 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.faq-section .container {
  max-width: 1140px;   /* match your theme container */
}

.pbmit-title {
    text-transform:capitalize;
}
  @media (max-width: 1366px) {
  .faqs .container {
    padding: 0 !important;
    max-width: 100%;
  }
}


