.plan-listing-section {
  padding: 85px 0 48px 0;
}
.pricing-plan-boxes {
  padding: 24px 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}
.pricing-plan-boxes h4 span{
  font-size: 14px;
}
ul {
  list-style: none;
}
.plan-ul {
  padding: 0;
  margin: 24px 0;
}
.plan-ul li {
  display: flex;
  padding: 8px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 0.2px solid rgba(28, 28, 28, 0.13);
  background: #f5fff0;
  font-size: 16px;
}
/* .plan-ul li:hover {
  background-color: var(--orange);
  color: white;
} */
.plan-ul li.active {
  background-color: var(--green);
  color: white;
  border: transparent;
}
.features-ul li {
  color: #707070;
  font-size: 14px;
  margin-bottom: 20px;
}
.pricing-plan-section .btn-tertiary {
  width: 100%;
  padding: 12px 24px;
  /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.most-popular-box {
  padding: 8px;
  color: white;
  background-color: var(--primary);
  position: absolute;
  top: -37px;
  width: 100%;
  left: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.sponsorship-section {
  padding: 32px 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 24px 0;
}
.sponsorship-section .flex-items {
  gap: 15px;
}
.sponsorship-section select {
  min-width: 350px;
  background: var(--bg-primary);
}

@media(max-width:767px){
  .sponsorship-section select{
    min-width: 100%;
  }
}
.plans-testimonials {
  background-color: var(--bg-primary);
  padding: 40px 0;
  margin: 40px 0;
}
.frow {
  overflow: hidden;
}
.plans-testimonials-boxes {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  height: 100%;
}
/* .plans-testimonials-boxes p {
  height: 4.6em;
  overflow: hidden;
} */
.butterfly-image {
  position: absolute;
  top: 55px;
  right: 0;
  height: 125px;
}
.faq-section {
  padding: 48px 0 94px 0;
}
@media (min-width: 1024px) {
  .faq-section {
    padding: 48px 175px 94px 175px;
  }
}
.accordion {
  padding: 16px;
  background-color: var(--bg-primary);
  border-radius: 16px;
}
.accordion-item {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #0808087e;
  background-color: var(--bg-primary);
  padding: 16px;
}
.accordion-item:last-child {
  border-bottom: 0;
}
.accordion-button,
.accordion-button:not(.collapsed) {
  background: none;
  font-size: 16px !important;
  color: black;
  padding: 0;
  font-weight: 500;
}
.accordion-body {
  padding: 0;
}
.accordion {
  --bs-accordion-border-width: 0 !important;
  --bs-accordion-border-radius: 0 !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.faq-footer {
  margin-top: 48px;
}
.faq-footer p {
  font-weight: 500;
  text-align: center;
}
.faq-footer a {
  font-weight: 700;
}
.signUp-btn {
  background-color: transparent !important;
  color: var(--primary);
  width: 100% !important;
}
.signUp-btn:hover {
  background-color: var(--primary) !important;
  color: white !important;
  opacity: 1 !important;
}
.sponsorship-div {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sponsorship-div:nth-child(even) {
  background-color: var(--bg-primary);
}
.sponsorship-div h4 {
  font-size: 16px !important;
}
.ribbon-top-right {
  background: var(--primary);
  color: #fff;
  transform: rotate(45deg);
  text-align: center;
  position: absolute;
  top: -35px;
  right: -51px;
  width: 122px;
  height: 90px;
  padding-top: 60px;
}
.ribbon-top-right span {
  font-size: 14px;
}
.price-growth {
  position: absolute;
  top: 4px;
  right: 0;
}
.user-saying {
  transform: translate(0, 50%);
  padding: 0 0 0 30px;
  width: 90%;
}
.user-saying h2 {
  line-height: 44px;
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .pricing-plan-boxes h4 {
    font-size: 14px !important;
  }
  .butterfly-image {
    right: 0;
    height: 100px;
    width: auto;
    top: 75px;
  }
}
@media (max-width: 1024px) {
  .sponsorship-section .flex-items {
    justify-content: end;
  }
  .butterfly-image {
    /* display: none; */
    width: 100px;
    height: auto;
    top: 80px;
  }
  .most-popular-box {
    top: 0px;
  }
  .price-growth {
    position: absolute;
    top: 42px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .price-growth {
    position: absolute;
    top: 34px;
    right: 0;
  }
  .butterfly-image {
    display: none;
  }
  .user-saying {
    padding-left: 0px;
  }
  .sponsorship-section select {
    width: 100%;
  }
  .faq-section {
    padding: 48px 0px;
  }
  .butterfly-image {
    position: absolute;
    top: 33px;
    left: 60px;
    height: 60px;
    width: 75px;
  }
  .accordion-button,
  .accordion-button:not(.collapsed) {
    background: none;
    font-size: 16px;
    color: black;
    padding: 0;
  }
  .accordion-item {
    padding: 12px 0;
  }
  .sponsorship-section .flex-items {
    gap: 15px !important;
    width: 100%;
    margin-top: 20px;
  }
}
.plan-listing-section .pricing-plan-boxes h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  padding: 10px 0 15px;
  white-space: nowrap;
}
.plan-listing-section .pricing-plan-boxes h4 span {
  font-weight: 500;
  font-size: 16px;
}