.tpl-tab .tab-row .tab {
  padding: 30px 15px;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .tpl-tab .tab-row .tab {
    padding: 25px 10px;
  }
}
.tpl-tab .tab-row .tab.active {
  color: #4b2699;
  background-color: #eaf5d5;
}
.tpl-tab .tab-row .tab .sty-word {
  width: 60px;
  margin-top: 0px;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .tpl-tab .tab-row .tab .sty-word {
    width: 45px;
    height: 60px;
  }
}
.tpl-tab .slider .slide {
  background-color: #eaf5d5;
}
.tpl-tab .slider .slide::before {
  background-image: url(../../img/ssmaths/tab-bg.svg);
}
.tpl-tab .slider .slide .col-desc .point .title::before {
  background-image: url(../../img/ssmaths/tick.svg);
}
.tpl-tab .slider .swiper-container .swiper-pagination-bullet {
  background: #81c100;
}
.tpl-tab .accordion .group.active .title-container {
  background-color: #eaf5d5;
}
.tpl-tab .accordion .group.active .title-container .title {
  color: #4b2699;
  border-top: 1px solid #4b2699;
  border-bottom: 1px solid #4b2699;
}
.tpl-tab .accordion .group .title-container .title::after {
  background-image: url(../../img/ssmaths/expand.svg);
}
.tpl-tab .accordion .group .title-container .title .sty-word img {
  margin-top: 0px;
}
.tpl-tab .accordion .group .details {
  background-image: none;
  background-color: #eaf5d5;
}
.tpl-tab .accordion .group .details .col-desc .wrap .point .title::before {
  background-image: url(../../img/ssmaths/tick.svg);
}

.resources .inner-container .section-head {
  background-color: transparent !important;
}
.resources .tab-wrap .tab.active {
  background-color: #4b2699;
}
.resources .accordion-desktop .group.active:nth-child(odd) {
  background-color: #f0edfc;
}
.resources .accordion-desktop .group.active:nth-child(even) {
  background-color: #ecf6d8;
}
.resources .accordion-desktop .group.active .title-container {
  color: #4b2699;
}
.resources .accordion-desktop .group.active .title-container::after {
  background-image: url(../../img/ssmaths/minus.svg);
}
.resources .accordion-desktop .group .col-details .swiper-container {
  height: auto;
  max-height: 480px;
}
.resources .accordion-desktop .group .col-details .subtitle-container.active::before {
  background-color: #fff;
}
.resources .accordion-desktop .group .col-details .subtitle-container.active::after {
  background-color: #4b2699;
}
.resources .accordion-desktop .group .col-details .subtitle-container .subtitle:after {
  border-color: transparent transparent transparent #4b2699;
}
.resources .accordion-desktop .group .col-details .swiper-button-prev::after {
  border-color: transparent transparent #4b2699 transparent;
}
.resources .accordion-desktop .group .col-details .swiper-button-next::after {
  border-color: #4b2699 transparent transparent transparent;
}
.resources .accordion-desktop .group .col-player .player-group .player {
  background-color: #fff;
  background-image: url(../../img/ssmaths/player-bg.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.resources .accordion-mobile .selection-dropdown select {
  background-image: url(../../img/ssmaths/triangle.svg);
}
.resources .accordion-mobile .accordion::before, .resources .accordion-mobile .accordion::after {
  background-color: #4b2699;
}
.resources .accordion-mobile .accordion .subtitle-container:not(:last-child) {
  border-bottom: 1px solid #4b2699;
}
.resources .accordion-mobile .accordion .subtitle::after {
  background-image: url(../../img/ssmaths/expand.svg);
}

html:lang(en-US) .tpl-tab .tab-row .tab {
  font-size: 1.2em;
}
@media (min-width: 992px) and (max-width: 1100px) {
  html:lang(en-US) .tpl-tab .tab-row .tab {
    font-size: 1em;
  }
}
html:lang(en-US) .tpl-tab .tab-row .tab.active {
  font-size: 1.4em;
}
@media (min-width: 992px) and (max-width: 1100px) {
  html:lang(en-US) .tpl-tab .tab-row .tab.active {
    font-size: 1.2em;
  }
}
html:lang(en-US) .tpl-tab .tab-row .tab .sty-word {
  width: 60px;
  margin-top: 0px;
}
@media (min-width: 992px) and (max-width: 1100px) {
  html:lang(en-US) .tpl-tab .tab-row .tab .sty-word {
    width: 40px;
    height: 60px;
  }
}/*# sourceMappingURL=ssmaths.css.map */