/* Fold 1 - Style */

.accordion-item.active {
  text-shadow: 1px 1px 14px #000;
}

.faq-content {
  width: 70%;
  margin: 0 auto;
}

/*== == FAQs Page == ==*/

h1.fold-header.title {
  font-weight: 500;
}

.term-description {
  background: #d3d3d3c7;
  color: black;
  padding: 20px 0px;
}

.header-wrapper:hover {
    background: #0d836a;
}

.accordion-content a.readmore {
  width: 250px;
}

.faq-title {
  padding: 20px;
  margin: 20px 0px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.faq-title a {
  margin: auto;
}

.faq-title .title {
  margin-bottom: 10px !important;
}

.faq-title::before {
  content: "";
  position: absolute;
  background-color: #eae5dc61;
  width: 999%;
  height: 100%;
  top: 0px;
  left: -50%;
  pointer-events: none;
  z-index: -1;
}

.banner-content {
  background: rgb(255 255 255 / 75%);
  position: absolute;
  top: 10px;
  right: 0;
  width: 70%;
  height: 100%;
  max-width: 1100px;
  padding: 0px 50px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.banner-content p {
  margin-bottom: 0px;
}

.accordion-fold {
  padding: 100px 0px;
  /* background: whitesmoke; */
  position: relative;
  padding-top: 50px;
}
.accordion-fold.padding {
  padding: 50px 0px;
}

.accordion-fold .title {
  text-align: center;
  margin-bottom: 50px;
}

li#menu-item-215 {
  position: relative;
}

li#menu-item-215 ul.sub-menu {
  width: 275px;
}

li#menu-item-297 a {
  border-style: none;
}

li#menu-item-218 {
  position: relative;
}

ul.sub-menu ::marker {
  color: #ff000000;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 300ms ease;
  padding-bottom: 10px;
  background: #16a587;
  color: #fff;
  /* font-family: 'Poppins'; */
  padding: 15px;
  cursor: pointer;
}

.header-wrapper.active {
  color: #fff;
  background: #0d836a;
  transition: all 0.3 ease;
}

.header-wrapper.active .accordion-btn i {
  color: #fff;
}

h3.accordion-subtitle span {
  display: block;
  font-weight: 400;
  margin-top: 10px;
  color: #9d644c;
  font-size: 18px;
}

.accordion-btn p {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 5px;
  margin: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.open-btn i {
  color: #eb7b29;
}

.accordion-btn.opened p.close-btn {
  opacity: 1;
}

.accordion-btn.closed p.open-btn {
  opacity: 1;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-fold-wrapper.extended {
  max-height: 2500px;
}

.accordion-fold-wrapper {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-content {
  background: #ebebeb;
  color: #8f8f8f;
  padding: 20px;
}

.accordion-content a {
    color: var(--jungle);
    font-weight: 700;
}

.accordion-fold-wrapper.extended h3 {
  padding-top: 20px;
  border-style: solid;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-color: #cfb8b0;
  border-width: 2px;
}

.accordion-btn i {
  color: white;
  font-size: 40px;
  margin-top: 10px;
  cursor: pointer;
}

.accordion-header {
  font-size: 26px;
  padding-right: 70px;
  font-family: "times";
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 0px;
  font-family: "Poppins";
  font-weight: 500;
}
h3.accordion-subtitle {
  font-size: 26px;
}

.faq-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*== == FAQs Page END == ==*/
