.breadcr {
  position: relative;
}
.breadcr::before {
  width: 100%;
  content: "";
  background-color: #004135;
  opacity: 0.9;
  position: absolute;
  top: 0;
  bottom: 0;
}
.breadcr img {
  height: auto;
  width: 100%;
}
.breadcr .secTitle3 {
  position: absolute;
  inset: 0;
  display: flex;
}
.breadcr .secTitle3 h2 {
  color: #fff;
  margin: auto;
}
.breadcr .secTitle3 h1 {
  color: #fff;
  margin: auto;
}

.plFaq {
  padding: 3rem 0;
}
.plFaq ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: none;
  margin-bottom: 1rem;
  gap: 10px;
}
.plFaq ul li {
  flex: 1;
  text-align: center;
}
.plFaq ul li button {
  padding: 0;
  border: none;
  width: 100%;
  font-size: 0.9rem !important;
  font-weight: 500;
  color: #b5b5b5;
  line-height: 2.5rem;
  font-family: var(--main-font, "Filson Pro");
}
.plFaq ul li button.active {
  border: 1px solid #dcdcdc !important;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #fff !important;
  line-height: 2.5rem;
  font-family: var(--main-font, "Filson Pro");
  background-color: #004135 !important;
}
.plFaq ul li img {
  width: 40px;
  height: auto;
  margin-right: 10px;
}
.plFaq .no-data {
  padding: 10px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 10px;
}

.inner-acc {
  width: 80%;
  margin: auto;
  margin-top: 2rem;
}

.accordion-item {
  margin-bottom: 1rem;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0 !important;
}
.accordion-item .accordion-header button .iconfa {
  width: 10px;
  margin-right: 1rem;
}
.accordion-item .accordion-header button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-item .accordion-header button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion-item .accordion-body {
  padding: 2rem 1rem;
  background-color: #f6f7f9;
}
.accordion-item .accordion-body a {
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 400;
  color: #000;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
}
.accordion-item .accordion-body a .iconfa {
  width: 15px;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .plFaq {
    padding: 2rem 0;
  }
  .plFaq ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: none;
    overflow-y: hidden;
    scrollbar-width: thin;
    margin-bottom: 1rem;
    padding: 0;
    gap: 10px;
    flex-wrap: nowrap;
  }
  .inner-acc {
    width: 100%;
    margin-top: 1rem;
  }
  .breadcr {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .res-btn {
    min-width: max-content;
    line-height: 1.5rem !important;
    padding: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}
