/* Begin ielts courses page */
.ielts-courses-india {
  position: relative;
  overflow: hidden;
  padding-bottom: 6rem; }
  @media (max-width: 767px) {
    .ielts-courses-india {
      overflow: hidden; } }
  .ielts-courses-india section {
    position: relative; }
  .ielts-courses-india .quiz-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 30px;
    background: rgba(46, 75, 104, 0.61);
    border-radius: 10px;
    border: 1px solid #f9a95a;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: boxTada;
    animation-name: boxTada; }
    @media (max-width: 767px) {
      .ielts-courses-india .quiz-box {
        padding: 20px;
        background: rgba(46, 75, 104, 0.71); } }
    .ielts-courses-india .quiz-box__title {
      font-weight: bold;
      color: #fff;
      font-size: 24px;
      width: 60%;
      padding-right: 20px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .ielts-courses-india .quiz-box__title {
          font-size: 22px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-courses-india .quiz-box__title {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .ielts-courses-india .quiz-box__title {
          width: 100%;
          order: 2;
          padding-right: 0;
          margin-top: 10px; } }
    .ielts-courses-india .quiz-box__question-title {
      display: block; }
    .ielts-courses-india .quiz-box__congrat-title {
      display: none; }
    .ielts-courses-india .quiz-box__wrong-title {
      display: none; }
    .ielts-courses-india .quiz-box__promo-code {
      font-size: 16px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      top: 50%;
      bottom: 0;
      transform: translateY(-50%);
      color: #F9A95A;
      z-index: 9;
      font-weight: bold;
      line-height: 1;
      display: none; }
    .ielts-courses-india .quiz-box__intro {
      width: 100%;
      color: #f9a95a;
      margin-bottom: 10px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .ielts-courses-india .quiz-box__intro {
          margin-bottom: 50px;
          text-align: center; } }
    .ielts-courses-india .quiz-box .tag-choice {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .ielts-courses-india .quiz-box .tag-choice {
          order: 3; } }
      .ielts-courses-india .quiz-box .tag-choice div.ui-draggable {
        color: #284664; }
    .ielts-courses-india .quiz-box .answer-wp {
      width: 40%;
      line-height: 0; }
      @media (max-width: 767px) {
        .ielts-courses-india .quiz-box .answer-wp {
          width: 100%;
          order: 1; } }
    .ielts-courses-india .quiz-box .answer-slot {
      border: 2px dashed #fff;
      transform: none; }
      @media (max-width: 767px) {
        .ielts-courses-india .quiz-box .answer-slot {
          max-width: 100%; } }
      .ielts-courses-india .quiz-box .answer-slot.answered .answer-gap {
        background: rgba(255, 255, 255, 0.78); }
      .ielts-courses-india .quiz-box .answer-slot.demo:before {
        top: -37px;
        border-radius: 4px 4px 0 0; }
    .ielts-courses-india .quiz-box .answer-gap {
      background: rgba(249, 169, 90, 0.45); }
  .ielts-courses-india .gaussian-blur-bg {
    position: absolute;
    z-index: -1;
    animation: gradientMove 30s infinite linear;
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */ }
    .ielts-courses-india .gaussian-blur-bg.-bg-1 {
      top: -20%;
      left: -17%;
      animation: gradientMove2 70s infinite linear; }
    .ielts-courses-india .gaussian-blur-bg.-bg-2 {
      top: 22%;
      right: -18%;
      animation: gradientMove3 30s infinite linear; }
    .ielts-courses-india .gaussian-blur-bg.-bg-3 {
      top: -6%;
      right: -11%;
      animation-delay: 0.5s;
      animation-duration: 25s; }
    .ielts-courses-india .gaussian-blur-bg.-bg-4 {
      top: -7%;
      left: -14%;
      animation-delay: 1.5s;
      animation: gradientMove2 35s infinite linear; }
    .ielts-courses-india .gaussian-blur-bg.-bg-5 {
      top: 20%;
      right: 33%;
      animation-duration: 40s; }
    .ielts-courses-india .gaussian-blur-bg.-bg-6 {
      top: 33%;
      right: -21%;
      animation: gradientMove2 30s infinite linear; }
    .ielts-courses-india .gaussian-blur-bg.-bg-7 {
      top: 26%;
      right: -9%;
      animation-duration: 25s; }
    .ielts-courses-india .gaussian-blur-bg.-bg-8 {
      top: 81%;
      left: -35%;
      animation: none; }
  .ielts-courses-india__reg-btn.iot-bt {
    display: block;
    max-width: 192px;
    font-size: 32px;
    font-weight: bold;
    margin: 6rem auto 2rem;
    height: 64px;
    line-height: 64px;
    border-radius: 9px; }
  .ielts-courses-india .section-title {
    font-size: 26px;
    font-weight: bold;
    color: #284664; }
    @media (max-width: 767px) {
      .ielts-courses-india .section-title {
        font-size: 22px; } }
  .ielts-courses-india .course-hero {
    display: flex;
    padding: 25px 0 10px;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .ielts-courses-india .course-hero {
        padding: 25px 0 0; } }
    .ielts-courses-india .course-hero__animate-line {
      position: absolute; }
      .ielts-courses-india .course-hero__animate-line:nth-child(1) {
        top: 0;
        right: -100%;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, #fff, transparent);
        animation: animateLine1 2s linear infinite;
        animation-delay: 0s; }
      .ielts-courses-india .course-hero__animate-line:nth-child(2) {
        top: -100%;
        right: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(180deg, transparent, #fff);
        animation: animateLine2 2s linear infinite;
        animation-delay: 0s; }
      .ielts-courses-india .course-hero__animate-line:nth-child(3) {
        bottom: 0;
        left: -100%;
        width: 100%;
        height: 2px;
        background: linear-gradient(270deg, #fff, transparent);
        animation: animateLine3 2s linear infinite;
        animation-delay: 0s; }
      .ielts-courses-india .course-hero__animate-line:nth-child(4) {
        bottom: -100%;
        left: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(360deg, transparent, #fff);
        animation: animateLine4 2s linear infinite;
        animation-delay: 0s; }
    .ielts-courses-india .course-hero__banne-item + img {
      margin-left: 20px; }
    .ielts-courses-india .course-hero__img-congrat {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2);
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s; }
    .ielts-courses-india .course-hero__left {
      position: relative;
      padding-right: 27px;
      width: 40.79%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-courses-india .course-hero__left {
          width: 100%;
          padding-right: 0; } }
      @media (max-width: 767px) {
        .ielts-courses-india .course-hero__left {
          width: 100%;
          padding-right: 0; } }
      .ielts-courses-india .course-hero__left:after {
        content: '';
        width: 2px;
        height: 273px;
        background-color: #284664;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          .ielts-courses-india .course-hero__left:after {
            display: none; } }
        @media (max-width: 767px) {
          .ielts-courses-india .course-hero__left:after {
            display: none; } }
    .ielts-courses-india .course-hero__right {
      position: relative;
      flex-grow: 1;
      width: 59.21%;
      padding-left: 20px;
      display: flex;
      align-items: flex-end; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-courses-india .course-hero__right {
          margin: 20px 0;
          width: 100%;
          padding-left: 0; } }
      @media (max-width: 767px) {
        .ielts-courses-india .course-hero__right {
          margin: 20px 0;
          width: 100%;
          padding-left: 0;
          flex-wrap: wrap; } }
      .ielts-courses-india .course-hero__right.congrat .answer-slot {
        background: rgba(255, 255, 255, 0.78); }
      .ielts-courses-india .course-hero__right.congrat .answer-gap, .ielts-courses-india .course-hero__right.congrat .quiz-box__question-title, .ielts-courses-india .course-hero__right.congrat .tag-choice, .ielts-courses-india .course-hero__right.congrat .quiz-box__intro, .ielts-courses-india .course-hero__right.congrat .figure-group {
        display: none; }
      .ielts-courses-india .course-hero__right.congrat .quiz-box__promo-code, .ielts-courses-india .course-hero__right.congrat .quiz-box__congrat-title {
        display: block; }
      .ielts-courses-india .course-hero__right.congrat .course-hero__img-congrat {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .ielts-courses-india .course-hero__right.wrong-answered {
        pointer-events: none; }
        .ielts-courses-india .course-hero__right.wrong-answered .quiz-box__question-title {
          display: none; }
        .ielts-courses-india .course-hero__right.wrong-answered .quiz-box__wrong-title {
          display: block; }
    .ielts-courses-india .course-hero__banner {
      display: flex;
      margin-top: 15px; }
    .ielts-courses-india .course-hero__banner-wrap {
      height: 66px;
      display: flex;
      align-items: center; }
      .ielts-courses-india .course-hero__banner-wrap.-izone {
        margin-right: 0;
        width: 50px; }
    .ielts-courses-india .course-hero__title {
      font-weight: bold;
      font-size: 50px;
      line-height: 1.2;
      color: #284664;
      max-width: 438px;
      position: relative;
      margin: 0 0 10px;
      padding-bottom: 22px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .ielts-courses-india .course-hero__title {
          font-size: 52px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-courses-india .course-hero__title {
          max-width: initial; } }
      @media (max-width: 767px) {
        .ielts-courses-india .course-hero__title {
          padding-bottom: 20px;
          font-size: 38px; } }
      .ielts-courses-india .course-hero__title:after {
        content: '';
        width: 196px;
        height: 2px;
        background-color: #284664;
        position: absolute;
        bottom: 0;
        left: 0; }
        @media (max-width: 767px) {
          .ielts-courses-india .course-hero__title:after {
            width: 100%; } }
    .ielts-courses-india .course-hero__caption {
      color: #C76378;
      margin-top: 30px;
      font-size: 21px;
      font-family: "Montserrat", Helvetica, Arial, sans-serif; }
      @media (max-width: 767px) {
        .ielts-courses-india .course-hero__caption {
          margin-top: 40px; } }
    .ielts-courses-india .course-hero__star {
      padding: 25px 50px 0; }
      @media (max-width: 767px) {
        .ielts-courses-india .course-hero__star {
          display: none; } }
    .ielts-courses-india .course-hero__slogan {
      border-radius: 11.6px;
      padding: 9.1px 25.5px;
      background-color: #284664;
      color: #F9A95A;
      font-size: 38px;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-weight: bold;
      line-height: 1;
      position: absolute;
      white-space: nowrap;
      overflow: hidden; }
      @media (max-width: 767px) {
        .ielts-courses-india .course-hero__slogan {
          font-size: 28px;
          position: relative;
          transform: rotate(0deg);
          margin-bottom: 8px;
          width: 100%;
          animation: none !important; } }
      .ielts-courses-india .course-hero__slogan.-blue {
        top: 23.5%;
        right: -7%;
        transform: rotate(-8deg); }
        @media (min-width: 992px) and (max-width: 1199px) {
          .ielts-courses-india .course-hero__slogan.-blue {
            font-size: 26px; } }
        @media (max-width: 767px) {
          .ielts-courses-india .course-hero__slogan.-blue {
            transform: rotate(0deg);
            top: initial;
            right: initial;
            font-size: 20px; } }
      .ielts-courses-india .course-hero__slogan.-orange {
        background-color: #F9A95A;
        color: #fff;
        font-size: 30.9px;
        top: 50%;
        left: 22px;
        transform: rotate(18deg); }
        @media (max-width: 767px) {
          .ielts-courses-india .course-hero__slogan.-orange {
            font-size: 20px;
            transform: rotate(0deg);
            top: initial;
            left: initial; } }
        .ielts-courses-india .course-hero__slogan.-orange span {
          color: #C76378; }
      .ielts-courses-india .course-hero__slogan.-pink {
        background-color: #C76378;
        color: #284664;
        font-size: 36.4px;
        top: 76%;
        left: 8%;
        transform: rotate(-7deg); }
        @media (min-width: 992px) and (max-width: 1199px) {
          .ielts-courses-india .course-hero__slogan.-pink {
            font-size: 27.6px; } }
        @media (max-width: 767px) {
          .ielts-courses-india .course-hero__slogan.-pink {
            font-size: 16px;
            transform: rotate(0deg);
            top: initial;
            left: initial; } }
  .ielts-courses-india .figure-group {
    width: 100%;
    max-width: 723px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .ielts-courses-india .figure-group__img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
      .ielts-courses-india .figure-group__img.-img-bg {
        top: 1.7%; }
      .ielts-courses-india .figure-group__img.-img-stars {
        top: 3.5%;
        left: -6.7%;
        max-width: 80.64%; }
      .ielts-courses-india .figure-group__img.-img-ex-mark {
        top: 18%;
        left: -23%;
        max-width: 9.41%;
        animation: elmSwing2 28s ease-in-out 0.3s infinite alternate;
        transform-origin: center bottom; }
      .ielts-courses-india .figure-group__img.-img-question-mark {
        top: 16.5%;
        left: 24.4%;
        max-width: 17.84%;
        animation: elmSwing1 20s ease-in-out infinite alternate;
        transform-origin: center bottom; }
      .ielts-courses-india .figure-group__img.-img-persons {
        top: 3.7%;
        left: -6.6%;
        max-width: 80.64%; }
  .ielts-courses-india .edu-program {
    margin-top: 80px; }
    .ielts-courses-india .edu-program .col-sm-8 {
      width: 63.666667%;
      padding-right: 60px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-courses-india .edu-program .col-sm-8 {
          width: 50%; } }
      @media (max-width: 767px) {
        .ielts-courses-india .edu-program .col-sm-8 {
          padding-right: 0;
          width: 100%; } }
    .ielts-courses-india .edu-program .col-sm-4 {
      width: 36.333333%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .ielts-courses-india .edu-program .col-sm-4 {
          width: 50%; } }
      @media (max-width: 767px) {
        .ielts-courses-india .edu-program .col-sm-4 {
          margin-top: 40px;
          width: 100%; } }
    .ielts-courses-india .edu-program ul li {
      position: relative;
      padding-left: 12px;
      margin-bottom: 0; }
      .ielts-courses-india .edu-program ul li + li {
        margin-top: 6px; }
      .ielts-courses-india .edu-program ul li:before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #C76378;
        position: absolute;
        left: 0;
        top: 9px; }
    .ielts-courses-india .edu-program__sm-title {
      font-size: 18px;
      font-weight: bold;
      color: #C76378;
      margin-bottom: 10px; }
    .ielts-courses-india .edu-program__title {
      margin: 0 0 26px;
      position: relative;
      padding: 6px 0; }
      .ielts-courses-india .edu-program__title.-bordered {
        text-align: center;
        margin-bottom: 36px; }
        @media (max-width: 767px) {
          .ielts-courses-india .edu-program__title.-bordered {
            margin-bottom: 26px; } }
        .ielts-courses-india .edu-program__title.-bordered:after, .ielts-courses-india .edu-program__title.-bordered:before {
          content: '';
          width: 268px;
          height: 1px;
          background-color: #284664;
          position: absolute;
          left: 0;
          right: 0;
          margin: 0 auto;
          top: 0; }
        .ielts-courses-india .edu-program__title.-bordered:before {
          top: auto;
          bottom: 0; }
    .ielts-courses-india .edu-program__desc {
      color: #1e1e1e;
      margin-bottom: 4rem; }
      .ielts-courses-india .edu-program__desc:last-child {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .ielts-courses-india .edu-program__desc {
          margin-bottom: 2rem; } }
    .ielts-courses-india .edu-program__table {
      border-radius: 14.5px;
      overflow: hidden;
      border: solid 1px #ddd;
      margin-bottom: 75px;
      border-collapse: unset; }
      .ielts-courses-india .edu-program__table > thead {
        background-color: #c7c9cb;
        border-bottom: solid 1px #8e8e8e; }
        .ielts-courses-india .edu-program__table > thead > tr th {
          font-weight: normal;
          color: #284664;
          font-family: "Montserrat", Helvetica, Arial, sans-serif;
          font-size: 12px;
          font-weight: bold;
          padding: 8px;
          border-bottom: 1px solid #8e8e8e; }
          .ielts-courses-india .edu-program__table > thead > tr th:first-child {
            width: 25%; }
          .ielts-courses-india .edu-program__table > thead > tr th:last-child {
            min-width: 98px; }
      .ielts-courses-india .edu-program__table tbody tr td {
        font-size: 14px;
        color: #646464;
        padding: 8px 10px;
        vertical-align: middle;
        border: none; }
        @media (max-width: 767px) {
          .ielts-courses-india .edu-program__table tbody tr td {
            font-size: 12px;
            padding: 8px 5px; } }
        .ielts-courses-india .edu-program__table tbody tr td:first-child {
          font-weight: bold; }
      .ielts-courses-india .edu-program__table tbody tr:nth-child(odd), .ielts-courses-india .edu-program__table tbody tr:nth-child(even) {
        background-color: #fff; }
    .ielts-courses-india .edu-program__btn {
      display: block;
      max-width: 168px;
      margin: 0 auto;
      height: 50px;
      line-height: 50px;
      border-radius: 9px;
      width: 100%; }
      @media (max-width: 767px) {
        .ielts-courses-india .edu-program__btn {
          margin-bottom: 20px;
          font-size: 14px; } }
  .ielts-courses-india .promotion-card {
    border-radius: 14.5px;
    background-color: #284664;
    padding: 38px 22px 22px;
    color: #fff;
    margin-bottom: 36px;
    position: relative;
    z-index: 9; }
    @media (max-width: 767px) {
      .ielts-courses-india .promotion-card {
        margin-bottom: 26px; } }
    .ielts-courses-india .promotion-card.affix {
      width: 100%;
      max-width: 395.09px;
      top: 22px; }
    .ielts-courses-india .promotion-card__title {
      font-size: 18px;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      line-height: 1.34;
      background-color: #C76378;
      padding: 8px 18px;
      border-radius: 14.5px 14.5px 0 14.5px;
      position: absolute;
      top: -20px;
      max-width: 300px;
      right: 0;
      font-weight: bold; }
      @media (max-width: 767px) {
        .ielts-courses-india .promotion-card__title {
          font-size: 16px; } }
      .ielts-courses-india .promotion-card__title:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 30px solid #C76378;
        border-left: 36px solid transparent;
        position: absolute;
        right: 0;
        top: 100%; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .ielts-courses-india .promotion-card__contents {
        font-size: 14px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .ielts-courses-india .promotion-card__contents {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .ielts-courses-india .promotion-card__contents {
        font-size: 14px; } }
  .ielts-courses-india .we-do {
    margin-top: 80px; }
    .ielts-courses-india .we-do__title {
      margin: 0 0 26px;
      text-align: center; }
    .ielts-courses-india .we-do li {
      position: relative;
      padding-left: 12px;
      margin-bottom: 15px; }
      .ielts-courses-india .we-do li:before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #C76378;
        position: absolute;
        left: 0;
        top: 9px; }
  .ielts-courses-india .course-register > ul > li:before {
    content: "\f00c";
    color: #f9a95a;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    top: 0; }

@keyframes gradientMove2 {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg); }
  10% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(-25%, -25%, 0) rotate3d(0, 0, 1, 36deg);
    transform: scale3d(2, 2, 2) translate3d(-25%, -25%, 0) rotate3d(0, 0, 1, 36deg); }
  20% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -25%, 0) rotate3d(0, 0, 1, 72deg);
    transform: scale3d(1, 1, 1) translate3d(-50%, -25%, 0) rotate3d(0, 0, 1, 72deg); }
  30% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(-50%, 25%, 0) rotate3d(0, 0, 1, 108deg);
    transform: scale3d(1.2, 1.2, 1.2) translate3d(-50%, 25%, 0) rotate3d(0, 0, 1, 108deg); }
  40% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-25%, 50%, 0) rotate3d(0, 0, 1, 144deg);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-25%, 50%, 0) rotate3d(0, 0, 1, 144deg); }
  50% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(0, 50%, 0) rotate3d(0, 0, 1, 180deg);
    transform: scale3d(2, 2, 2) translate3d(0, 50%, 0) rotate3d(0, 0, 1, 180deg); }
  60% {
    -webkit-transform: scale3d(2.5, 2.5, 2.5) translate3d(25%, 25%, 0) rotate3d(0, 0, 1, 216deg);
    transform: scale3d(2.5, 2.5, 2.5) translate3d(25%, 25%, 0) rotate3d(0, 0, 1, 216deg); }
  70% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(50%, 50%, 0) rotate3d(0, 0, 1, 252deg);
    transform: scale3d(2, 2, 2) translate3d(50%, 50%, 0) rotate3d(0, 0, 1, 252deg); }
  80% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(50%, 50%, 0) rotate3d(0, 0, 1, 288deg);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(50%, 50%, 0) rotate3d(0, 0, 1, 288deg); }
  90% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(25%, 25%, 0) rotate3d(0, 0, 1, 324deg);
    transform: scale3d(1.2, 1.2, 1.2) translate3d(25%, 25%, 0) rotate3d(0, 0, 1, 324deg); }
  to {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(0, 0, 0) rotate3d(0, 0, 1, 360deg);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(0, 0, 0) rotate3d(0, 0, 1, 360deg); } }

@keyframes gradientMove {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg); }
  10% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) translate3d(-5%, -5%, 0) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(0.9, 0.9, 0.9) translate3d(-5%, -5%, 0) rotate3d(0, 0, 1, 10deg); }
  20% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(-10%, -20%, 0) rotate3d(0, 0, 1, 20deg);
    transform: scale3d(0.8, 0.8, 0.8) translate3d(-10%, -20%, 0) rotate3d(0, 0, 1, 20deg); }
  30% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7) translate3d(-15%, -10%, 0) rotate3d(0, 0, 1, 30deg);
    transform: scale3d(0.7, 0.7, 0.7) translate3d(-15%, -10%, 0) rotate3d(0, 0, 1, 30deg); }
  40% {
    -webkit-transform: scale3d(0.6, 0.6, 0.6) translate3d(-20%, -5%, 0) rotate3d(0, 0, 1, 40deg);
    transform: scale3d(0.6, 0.6, 0.6) translate3d(-20%, -5%, 0) rotate3d(0, 0, 1, 40deg); }
  50% {
    -webkit-transform: scale3d(0.5, 0.5, 0.6) translate3d(-25%, 0, 0) rotate3d(0, 0, 1, 50deg);
    transform: scale3d(0.5, 0.5, 0.6) translate3d(-25%, 0, 0) rotate3d(0, 0, 1, 50deg); }
  60% {
    -webkit-transform: scale3d(0.6, 0.6, 0.6) translate3d(-20%, 5%, 0) rotate3d(0, 0, 1, 40deg);
    transform: scale3d(0.6, 0.6, 0.6) translate3d(-20%, 5%, 0) rotate3d(0, 0, 1, 40deg); }
  70% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7) translate3d(-10%, 10%, 0) rotate3d(0, 0, 1, 30deg);
    transform: scale3d(0.7, 0.7, 0.7) translate3d(-10%, 10%, 0) rotate3d(0, 0, 1, 30deg); }
  80% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(-5%, 15%, 0) rotate3d(0, 0, 1, 20deg);
    transform: scale3d(0.8, 0.8, 0.8) translate3d(-5%, 15%, 0) rotate3d(0, 0, 1, 20deg); }
  90% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) translate3d(0, 20%, 0) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(0.9, 0.9, 0.9) translate3d(0, 20%, 0) rotate3d(0, 0, 1, 10deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg); } }

@keyframes gradientMove3 {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg); }
  10% {
    -webkit-transform: scale3d(1.4, 1.4, 1.4) translate3d(-5%, -5%, 0) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1.4, 1.4, 1.4) translate3d(-5%, -5%, 0) rotate3d(0, 0, 1, 10deg); }
  20% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3) translate3d(-10%, -20%, 0) rotate3d(0, 0, 1, 20deg);
    transform: scale3d(1.3, 1.3, 1.3) translate3d(-10%, -20%, 0) rotate3d(0, 0, 1, 20deg); }
  30% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(-15%, -10%, 0) rotate3d(0, 0, 1, 30deg);
    transform: scale3d(1.2, 1.2, 1.2) translate3d(-15%, -10%, 0) rotate3d(0, 0, 1, 30deg); }
  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(-20%, -5%, 0) rotate3d(0, 0, 1, 40deg);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(-20%, -5%, 0) rotate3d(0, 0, 1, 40deg); }
  50% {
    -webkit-transform: scale3d(1, 1, 1) translate3d(-25%, 0, 0) rotate3d(0, 0, 1, 50deg);
    transform: scale3d(1, 1, 1) translate3d(-25%, 0, 0) rotate3d(0, 0, 1, 50deg); }
  60% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(-20%, 5%, 0) rotate3d(0, 0, 1, 40deg);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(-20%, 5%, 0) rotate3d(0, 0, 1, 40deg); }
  70% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(-10%, 10%, 0) rotate3d(0, 0, 1, 30deg);
    transform: scale3d(1.2, 1.2, 1.2) translate3d(-10%, 10%, 0) rotate3d(0, 0, 1, 30deg); }
  80% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3) translate3d(-5%, 15%, 0) rotate3d(0, 0, 1, 20deg);
    transform: scale3d(1.3, 1.3, 1.3) translate3d(-5%, 15%, 0) rotate3d(0, 0, 1, 20deg); }
  90% {
    -webkit-transform: scale3d(1.4, 1.4, 1.4) translate3d(0, 20%, 0) rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1.4, 1.4, 1.4) translate3d(0, 20%, 0) rotate3d(0, 0, 1, 10deg); }
  to {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg); } }

@-webkit-keyframes elmSwing1 {
  from {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  20%, 60% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  40%, 80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  to {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }

@keyframes elmSwing1 {
  from {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  20%, 60% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  40%, 80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  to {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }

@-webkit-keyframes elmSwing2 {
  from {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  20%, 60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  40%, 80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); } }

@keyframes elmSwing2 {
  from {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  20%, 60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  40%, 80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); } }

@-webkit-keyframes swell-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-webkit-calc(-100vw - 50%), 0, 0);
    transform: translate3d(calc(-100vw - 50%), 0, 0); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes swell-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-webkit-calc(-100vw - 50%), 0, 0);
    transform: translate3d(calc(-100vw - 50%), 0, 0); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes boxTada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes boxTada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes animateLine1 {
  0% {
    right: -100%; }
  50%,
  100% {
    right: 100%; } }

@keyframes animateLine2 {
  0% {
    top: -100%; }
  50%,
  100% {
    top: 100%; } }

@keyframes animateLine3 {
  0% {
    left: -100%; }
  50%,
  100% {
    left: 100%; } }

@keyframes animateLine4 {
  0% {
    bottom: -100%; }
  50%,
  100% {
    bottom: 100%; } }

@-webkit-keyframes tadaRotate {
  from {
    transform: scale3d(1, 1, 1) rotate(-7deg); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1) rotate(-7deg); } }

@keyframes tadaRotate {
  from {
    transform: scale3d(1, 1, 1) rotate(-7deg); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1) rotate(-7deg); } }

.tadaRotate {
  animation-name: tadaRotate; }

.ielts-table {
  width: auto;
  margin: 0; }
  @media (max-width: 767px) {
    .ielts-table.table-bordered > tbody > tr {
      display: flex; } }
  .ielts-table.table-bordered > tbody > tr > td {
    font-size: 14px;
    width: auto;
    text-align: center;
    border: none;
    padding: 0;
    text-align: center; }
  .ielts-table tbody tr:nth-child(odd) {
    background-color: transparent; }
  .ielts-table__cel {
    padding: 12px 15px;
    margin-left: 10px;
    margin-right: 0;
    background: #faaa5a;
    border-radius: 30px; }
    @media (max-width: 767px) {
      .ielts-table__cel {
        border-radius: 10px; } }
    .ielts-table__cel.-first {
      margin-left: 0;
      margin-right: 10px; }

/* End ielts courses page */

/*# sourceMappingURL=ielts-courses-india.css.map */