/* Begin ielts prep page */
.-videos-page {
  --main-color: #294563; }
  .-videos-page .service-card__btn.-buy-now {
    background: var(--primary-gradient); }
  .-videos-page div.need-help__icon {
    background-image: url(../../images/icons/help-icon-pink.svg); }
  .-videos-page div.service-card__tag:before {
    background-image: url(../../images/icons/certified-badge-dark-blue.svg); }
  .-videos-page .service-card__list li:before {
    color: #C76378 !important; }

.-reading-page {
  --main-color: #37854D; }
  .-reading-page .service-card__btn.-buy-now {
    background: var(--reading-gradient); }
  .-reading-page div.need-help__icon {
    background-image: url(../../images/icons/help-icon-green.svg); }
  .-reading-page div.service-card__tag:before {
    background-image: url(../../images/icons/certified-badge-green.svg); }

.-listening-page {
  --main-color: #32B4C8; }
  .-listening-page .service-card__btn.-buy-now {
    background: var(--listening-gradient); }
  .-listening-page div.need-help__icon {
    background-image: url(../../images/icons/help-icon-blue.svg); }
  .-listening-page div.service-card__tag:before {
    background-image: url(../../images/icons/certified-badge-blue.svg); }

.-speaking-page {
  --main-color: #C76378; }

.-writing-page {
  --main-color: #F9A95A; }
  .-writing-page .service-card__btn.-buy-now {
    background: var(--writing-gradient); }
  .-writing-page div.need-help__icon {
    background-image: url(../../images/icons/help-icon-orange.svg); }
  .-writing-page div.service-card__tag:before {
    background-image: url(../../images/icons/certified-badge-orange.svg); }

.ielts-prep {
  background-color: #F6F6F6; }
  .ielts-prep__contents {
    display: flex;
    flex-wrap: wrap;
    gap: 5.8%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-prep__contents {
        flex-direction: column-reverse; } }
    @media (max-width: 767px) {
      .ielts-prep__contents {
        flex-direction: column-reverse; } }
  .ielts-prep__col-left {
    width: 60%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-prep__col-left {
        width: 100%; } }
    @media (max-width: 767px) {
      .ielts-prep__col-left {
        width: 100%; } }
  .ielts-prep__col-right {
    width: 34.2%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-prep__col-right {
        width: 100%; } }
    @media (max-width: 767px) {
      .ielts-prep__col-right {
        width: 100%; } }
  .ielts-prep .section-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 2.4rem; }
  .ielts-prep .hero {
    padding: 4rem 0 9.6rem;
    background: url(../../images/hero-product-banner.jpg) center top no-repeat;
    background-size: cover;
    height: 350px;
    color: #fff; }
    @media (max-width: 767px) {
      .ielts-prep .hero {
        height: initial;
        padding: 4rem 0; } }
    .ielts-prep .hero__ready-tag {
      display: flex;
      padding: var(--Space-sm, 4px) 8px var(--Space-sm, 4px) 6px;
      align-items: center;
      gap: 8px;
      border-radius: var(--Space-sm, 4px) var(--Space-lg, 16px) var(--Space-lg, 16px) var(--Space-sm, 4px);
      background: rgba(255, 255, 255, 0.2);
      color: var(--System-White, #FFF);
      font-size: 16px;
      font-weight: 700;
      position: relative;
      align-items: center;
      width: max-content; }
      .ielts-prep .hero__ready-tag:before {
        content: '';
        position: relative;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
        flex-shrink: 0;
        vertical-align: middle; }
    .ielts-prep .hero__contents {
      max-width: 60%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-prep .hero__contents {
          max-width: initial; } }
      @media (max-width: 767px) {
        .ielts-prep .hero__contents {
          max-width: initial; } }
    .ielts-prep .hero__title {
      font-size: 44px;
      font-weight: 700;
      color: #fff;
      margin: 0; }
      @media (max-width: 767px) {
        .ielts-prep .hero__title {
          font-size: 38px; } }
    .ielts-prep .hero__desc {
      margin-top: 1.8rem;
      color: rgba(255, 255, 255, 0.7);
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical; }
      @media (max-width: 767px) {
        .ielts-prep .hero__desc {
          overflow: initial;
          text-overflow: initial;
          display: initial;
          -webkit-line-clamp: initial;
          -webkit-box-orient: initial; } }
      .ielts-prep .hero__desc strong {
        color: #fff; }
  .ielts-prep .how-work {
    padding: 3.2rem 0 4.0rem; }
    .ielts-prep .how-work__title {
      margin: 0 0 2.4rem; }
    .ielts-prep .how-work__contents {
      --spacing: 2.4rem;
      --columns: 3; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-prep .how-work__contents {
          --spacing: 10px;
          --columns: 3; } }
      @media (max-width: 767px) {
        .ielts-prep .how-work__contents {
          --spacing: 0px;
          --columns: 1; } }
    .ielts-prep .how-work__img-wrap img {
      min-height: 200px; }
  .ielts-prep .howwork-item {
    position: relative; }
    @media (max-width: 767px) {
      .ielts-prep .howwork-item {
        padding-left: 40%;
        margin-bottom: 2rem; } }
    .ielts-prep .howwork-item__img-wrap {
      height: 200px;
      display: flex;
      align-items: flex-end; }
      @media (max-width: 767px) {
        .ielts-prep .howwork-item__img-wrap {
          position: absolute;
          left: 0;
          width: 30%;
          padding: 0 15px 0 0;
          align-items: flex-start; } }
      .ielts-prep .howwork-item__img-wrap img {
        object-fit: contain; }
        @media (max-width: 767px) {
          .ielts-prep .howwork-item__img-wrap img {
            max-height: 107px; } }
    .ielts-prep .howwork-item__title {
      font-size: 20px;
      font-weight: 700;
      display: flex;
      gap: 2rem;
      margin: 2.4rem 0 0;
      position: relative; }
      @media (max-width: 767px) {
        .ielts-prep .howwork-item__title br {
          display: none; } }
      @media (max-width: 767px) {
        .ielts-prep .howwork-item__title {
          margin: 0; } }
      .ielts-prep .howwork-item__title span {
        font-size: 44px;
        color: #C76378;
        font-weight: 700;
        line-height: 1; }
        @media (max-width: 767px) {
          .ielts-prep .howwork-item__title span {
            position: absolute;
            left: 0;
            transform: translateX(calc(-100% - 1rem)); } }
    .ielts-prep .howwork-item__desc {
      margin: 2.4rem 0 0; }
      @media (max-width: 767px) {
        .ielts-prep .howwork-item__desc {
          margin: 1.4rem 0 0; } }
      .ielts-prep .howwork-item__desc .link {
        font-weight: bold;
        text-decoration: underline; }
  .ielts-prep .students-feedback {
    padding: 2.4rem 0;
    margin-top: 4rem;
    border-top: 1px solid #d5d5d5; }
  .ielts-prep .feedback-item {
    text-align: center;
    padding: 21px 15px; }
    .ielts-prep .feedback-item__avatar {
      display: inline-block;
      width: 80px;
      height: 80px;
      line-height: 0;
      border-radius: 50%;
      overflow: hidden;
      margin-bottom: 10px; }
      .ielts-prep .feedback-item__avatar img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .ielts-prep .feedback-item__user-name {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: 0.3px;
      color: #294563;
      font-weight: bold;
      margin-bottom: 4px; }
    .ielts-prep .feedback-item__desc {
      font-size: 14px;
      line-height: 1.57;
      letter-spacing: 0.2px;
      text-align: center;
      color: #4a4a4a; }
  .ielts-prep .need-help {
    border-radius: 16px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding: 24px;
    justify-content: center;
    align-items: center;
    margin: 2.4rem 0 0; }
    .ielts-prep .need-help.-qrcode {
      flex-direction: row;
      gap: 2.4rem; }
      @media (max-width: 767px) {
        .ielts-prep .need-help.-qrcode {
          flex-direction: column; } }
    .ielts-prep .need-help__contents {
      display: flex;
      text-align: center;
      flex-direction: column;
      text-align: center;
      align-items: center; }
    .ielts-prep .need-help__qr {
      display: flex;
      flex-direction: column;
      text-align: center;
      align-items: center; }
      .ielts-prep .need-help__qr img {
        width: 160px;
        height: 160px;
        display: flex;
        padding: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        border-radius: 12px;
        border: 1px solid var(--main-color);
        box-shadow: 0px 0px 10px 0px rgba(40, 70, 100, 0.08);
        object-fit: contain; }
    .ielts-prep .need-help__qr-text {
      font-size: 14px;
      font-weight: 500;
      background: var(--Gradient-Primary, linear-gradient(180deg, #294563 0%, #172636 100%));
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-top: 8px; }
    .ielts-prep .need-help__icon {
      width: 64px;
      height: 64px;
      background: url(../../images/icons/help-icon-green.svg) center no-repeat;
      background-size: contain; }
    .ielts-prep .need-help__title {
      font-size: 24px;
      font-weight: 700;
      margin: 0; }
    .ielts-prep .need-help__desc {
      max-width: 448px;
      margin: 0 auto;
      text-align: center; }
    .ielts-prep .need-help__btn {
      margin: 1.6rem 0 0;
      text-transform: uppercase;
      height: 40px; }
  .ielts-prep .service-card {
    border-radius: 16px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    overflow: hidden;
    position: relative;
    top: -31rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-prep .service-card {
        top: initial;
        max-width: 400px;
        margin: 2rem auto; } }
    @media (max-width: 767px) {
      .ielts-prep .service-card {
        top: initial;
        margin-top: 2.4rem; } }
    .ielts-prep .service-card__img-wrap {
      position: relative; }
      .ielts-prep .service-card__img-wrap:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        z-index: 0;
        left: 0;
        top: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 76.91%, #FFF 100%); }
    .ielts-prep .service-card__tag {
      font-size: 12px;
      color: #FFF;
      font-weight: 700;
      background: #294563;
      padding: 4px 8px;
      border-radius: 32px;
      position: absolute;
      left: 2.4rem;
      bottom: 1.6rem;
      z-index: 9;
      padding-left: 3.5rem;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      line-height: 1.2; }
      @media (max-width: 767px) {
        .ielts-prep .service-card__tag {
          font-size: 11px; } }
      .ielts-prep .service-card__tag:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 40px;
        height: 40px;
        left: 0;
        top: 50%;
        transform: translate(-5px, -50%);
        background: url(../../images/icons/certified-badge-green.svg) center no-repeat;
        background-size: contain; }
    .ielts-prep .service-card__contents {
      padding: 8px 24px 24px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-prep .service-card__contents {
          padding: 8px 15px; } }
    .ielts-prep .service-card__btns {
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .ielts-prep .service-card__btns .iot-grbt {
        margin: initial; }
    .ielts-prep .service-card__btn {
      text-transform: uppercase;
      height: 50px;
      font-size: 16px;
      gap: 8px; }
      .ielts-prep .service-card__btn span {
        font-size: 24px; }
    .ielts-prep .service-card__price-wrap {
      display: flex;
      justify-content: space-between;
      margin: 1.6rem 0 0; }
    .ielts-prep .service-card__price {
      font-size: 26px;
      font-weight: 700;
      color: #294563;
      font-family: "Montserrat", Helvetica, Arial, sans-serif; }
    .ielts-prep .service-card__price-ex {
      font-size: 14px;
      color: #9D9D9D;
      font-weight: 700; }
    .ielts-prep .service-card__sold-qty {
      font-size: 12px;
      font-weight: 700;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      color: #F9A95A; }
      .ielts-prep .service-card__sold-qty span {
        font-size: 22px;
        vertical-align: middle;
        margin-right: 6px; }
    .ielts-prep .service-card__list {
      margin: 1.6rem 0 0; }
      .ielts-prep .service-card__list.-checked li:before {
        font-family: 'iot-fonts' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        content: "\e9bc";
        font-size: 22px;
        width: initial;
        height: initial;
        background: initial;
        position: initial;
        color: var(--main-color); }
      .ielts-prep .service-card__list li {
        display: flex;
        position: relative;
        align-items: flex-start; }
        .ielts-prep .service-card__list li + li {
          margin-top: 5px; }
        .ielts-prep .service-card__list li:before {
          content: '';
          position: relative;
          display: inline-block;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: var(--main-color);
          top: 9px;
          margin-right: 6px;
          flex-shrink: 0; }
  .ielts-prep .owl-dots {
    position: absolute;
    left: 0px;
    text-align: center;
    right: 0px; }
    .ielts-prep .owl-dots .owl-dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin: 0px 6px;
      background-color: #7d90a0;
      opacity: 0.6;
      border: 0;
      padding: 0; }
      .ielts-prep .owl-dots .owl-dot.active {
        opacity: 1; }
      .ielts-prep .owl-dots .owl-dot:focus {
        outline: none; }
  .ielts-prep .faq {
    margin-top: 56px;
    border-top: 1px solid #d5d5d5;
    padding: 4rem 0; }
    .ielts-prep .faq #accordion-faq-cate {
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .ielts-prep .faq #accordion-faq-cate {
          font-size: 30px; } }
    .ielts-prep .faq h3 {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.2;
      letter-spacing: 0.3px;
      color: #294563;
      margin-bottom: 12px; }
    .ielts-prep .faq .panel-default > .panel-heading {
      background-color: #f3f3f3;
      padding: 0; }
    .ielts-prep .faq .panel-group .panel + .panel {
      margin-top: -1px; }
    .ielts-prep .faq .panel-group .panel {
      border-radius: 0; }
    .ielts-prep .faq .panel-default {
      border-color: #e8e8e8; }
    .ielts-prep .faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top: none; }
    .ielts-prep .faq .faq-class-room {
      margin-bottom: 69px; }
    .ielts-prep .faq .panel-body p {
      font-size: 14px;
      line-height: 1.57;
      letter-spacing: 0.2px;
      color: #4a4a4a; }

/* End ielts prep page */

/*# sourceMappingURL=ielts-prep-services.css.map */