.banner-container {
  background-image: url(/assets/img/eclipse-bottom-right-2.svg) !important;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}

#about-membership .has-curly-line::after {
  content: url("/assets/img/text-decor-2.svg");
  /*width: 133px; */
  filter: grayscale(1) brightness(0);
  transform: scaleX(-1);
  position: absolute;
  left: -50px;
  top: -40px;
}

table.about-membership-table tr:last-child {
  border-bottom: 0px solid #D4D4D4 !important;
}

table.about-membership-table {
  width: 100%;
}

button.accordion.is-open {
  border-top: 0 !important;
}
.accordion-content {
  border: none !important;
}
.accordion-content.is-open {
  border-bottom: 1px solid var(--lightgrey) !important;
}

.modal-content {
  top: 5%;
}

.faq-section .faq-content h2:after {
  left: -120px;
}

.rating-stars img {
  height: 30px !important;
  margin: 0 !important;
}

.rating-stars {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-decor::after {
  content: url(/assets/img/curly-line.svg?v=123422);
  position: absolute;
  top: -60px;
  left: 800px;
}

#about-membership .col-content:after {
  content: ""
}

.site-main p {
  font-size: 16px;
}

/* old css below */


.title-decor-1:after {
  content: url(/assets/img/text-decor-2.svg);
  position: absolute;
  top: 17px;
  left: 310px;
  transform: scale(1.2);
}

.title-decor-2:after {
  content: url(/assets/img/curly-line.svg);
  position: absolute;
  top: -20px;
  left: 580px;
  transform: scale(1.5);
}

.slider-section {
  padding: unset;
}

.rtl-section.exec-plus-bg {
  background-size: 720px;
}

.insider-section {
  background-color: var(--black);
}

.insider-card {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

table.about-membership-table.two {
  width: 100%;
}

.faq-section.bg-white .accordion-content p {
  margin-bottom: 24px;
}

@media screen and (max-width: 1200px) {
  .rtl-section.exec-plus-bg {
    background-size: 500px;
  }
}

@media all and (max-width: 1024px) {
  #about-membership .has-curly-line::after {
    content: "";
  }

  .title-decor-2:after {
    content: "";
  }
}

@media all and (max-width: 820px) {
  .faq-section {
    padding: 56px 32px;
  }

  .faq-section .faq-content {
    flex-direction: column;
    gap: 40px;
  }

  .faq-section .faq-content h2:after {
    content: "";
    display: none;
  }

  .page-banner h1>span {
    letter-spacing: -0;
  }

  .banner-container {
    background-image: none !important
  }
}

@media (max-width: 600px) {

  .rtl-section.exec-plus-bg {
    background-size: 300px;
  }

  .pro-plus .btn-group {
    gap: 16px
  }
}

.cta-section.exec-plus .logos img {
  height: 48px;
  width: auto;
}

#about-exec-plus {
  background-color: var(--white);
  background-image: url(/assets/img/eclipse-left-bottom-light.svg?v=123422);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.page-banner {
  background-position: top -300px right 0;
}

.page-banner .side-links:before {
  right: 200px;
  top: 150px;
}

.course-section {
  overflow: hidden;
}

table tr td:not(:first-of-type) {
  text-align: left;
}