.comman-btn.comman-btn-red:after {
    border-color: #e31837;
  }
  .comman-btn.comman-btn-red::before,
  .ielts-product .core-preparations-tab-box ul li:after {
    background-color: #e31837;
  }
  .comman-btn.comman-btn-red:hover {
    color: #e31837;
  }
  .comman-btn.yellow-comman-btn {
    color: #ffc800 !important;
  }
  .comman-btn.yellow-comman-btn:after {
    border-color: #083156 !important;
  }
  .comman-btn.yellow-comman-btn::before {
    background-color: #083156 !important;
  }
  .comman-btn.yellow-comman-btn:hover {
    color: #083156 !important;
  }
  .comman-btn.brown-comman-btn {
    color: #fff !important;
  }
  .comman-btn.brown-comman-btn:after {
    border-color: #baa86b !important;
  }
  .comman-btn.brown-comman-btn::before {
    background-color: #baa86b !important;
  }
  .celpip-product .core-preparations-tab-box ul li.active,
  .comman-btn.brown-comman-btn:hover {
    color: #baa86b !important;
  }
  .ielts-product .heading-line {
    background: #f0ccd2;
  }
  .ielts-product .get-with-gurully-box:after,
  .ielts-product .get-with-icon {
    background: #e31837;
  }
  .ielts-product .get-with-gurully-box:hover .get-with-icon svg path {
    stroke: #e31837;
  }
  .duolingo-product .heading-line {
    background: #ffc80040;
  }
  .celpip-product .heading-line {
    background: #baa86b30;
  }
  .celpip-product.main-cta .custom-institute-software-inner {
    background-color: #baa86b;
    background-image: url(../svg/celpip-cta-bg.svg);
  }
  .ielts-product.main-cta .custom-institute-software-inner {
    background-color: #e31837;
    background-image: url(../svg/ielts-cta-bg.svg);
  }
  .duolingo-product.main-cta .custom-institute-software-inner {
    background-color: #ffc800;
    background-image: url(../svg/duolingo-cta-bg.svg);
  }
  .duolingo-product.main-cta .custom-institute-software-inner .main-heading h2 {
    color: #083156;
  }
  .duolingo-product.main-cta .custom-institute-software-inner .main-heading p {
    color: #3d4d5c;
  }
  .product-work-box-left p {
    line-height: 200%;
  }
  .product-work-box-left {
    max-width: 576px;
    position: relative;
  }
  .product-work-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    border-radius: 20px;
    background-image: none !important;
    margin-bottom: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .product-work-box-right {
    background: #ebf2ff;
    padding: 24px;
    border-radius: 10px;
  }
  .product-work-box:last-child {
    margin-bottom: 0;
  }
  .product-work-box-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    width: 100%;
    position: relative;
  }
  .product-work-box.product-work-box-rotate .product-work-box-inner {
    flex-direction: row-reverse;
  }
  .product-banner-img,
  .product-work-box-outer {
    position: relative;
  }
  .product-work-box-outerbar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 10px;
    background: #5d8fff;
    z-index: 1;
    content: "";
    transition: 0.5s;
    border-radius: 20px;
  }
  .product-work-count-work {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translatey(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #5d8fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: 0.4s;
  }
  .count-display,
  .pte-count-box {
    transform: translateX(-50%);
    font-size: 16px;
  }
  .count1.active,
  .count2.active,
  .count3.active {
    opacity: 1;
  }
  .product-work-box-left h3,
  .product-work-box-left span {
    font-size: 100px;
    font-weight: 600;
    font-family: pt-sans;
    color: rgb(13 86 249 / 10%);
  }
  .pte-product .product-work-box-left h3,
  .pte-product .product-work-box-left span {
    color: rgb(13 86 249 / 10%);
  }
  .ielts-product .product-work-box-left h3,
  .ielts-product .product-work-box-left span {
    color: rgba(227, 24, 55, 0.1);
  }
  .ielts-product .product-work-box-right {
    background: #e318371a;
  }
  .duolingo-product .product-work-box-left h3,
  .duolingo-product .product-work-box-left span {
    color: rgba(255, 200, 0, 0.2);
  }
  .duolingo-product .product-work-box-right {
    background: #ffc80024;
  }
  .celpip-product .product-work-box-left h3,
  .celpip-product .product-work-box-left span {
    color: rgba(186, 168, 107, 0.2);
  }
  .celpip-product .product-work-box-right {
    background: #baa86b24;
  }
  .pratice-box-outer {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    flex-flow: wrap;
  }
  .core-preparations-tab-box,
  .core-preparations-tab-box-left,
  .core-preparations-tab-box-right {
    align-items: center;
    display: flex;
  }
  .core-preparations-tab-box {
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 32px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    max-width: 1100px;
    margin: 0 auto 40px;
  }
  .core-preparations-tab-box-left ul,
  .core-preparations-tab-box-right ul {
    display: flex;
    width: 0;
    column-gap: 20px;
    overflow: hidden;
    padding: 10px 0;
    transition: 0.4s;
  }
  .core-preparations-tab-box-left.active ul,
  .core-preparations-tab-box-right.active ul {
    width: 362px;
    margin-left: 24px;
  }
  .core-preparations-tab-box-left a,
  .core-preparations-tab-box-right a {
    border-radius: 5px;
    background: 0 0;
    padding: 16px 20px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    border: 1px solid #0d56f9;
    width: 170px;
    cursor: pointer;
    color: #0d56f9;
    transition: 0.4s;
  }
  .core-preparations-tab-box ul li,
  .core-preparations-tab-content-box-left h4,
  .core-preparations-tab-content-box-left p,
  .count-display {
    color: #212121;
    font-style: normal;
    line-height: 150%;
  }
  .core-preparations-tab-box-left.active a,
  .core-preparations-tab-box-right.active a {
    color: #fff;
    background-color: #0d56f9;
  }
  .ielts-product .core-preparations-tab-box-left.active a,
  .ielts-product .core-preparations-tab-box-right.active a {
    color: #fff !important;
    background-color: #e31837;
  }
  .ielts-product .core-preparations-tab-box-left a,
  .ielts-product .core-preparations-tab-box-right a {
    border: 1px solid #e31837;
    color: #e31837;
  }
  .ielts-product .core-preparations-tab-box ul li.active {
    color: #e31837 !important;
  }
  .celpip-product .core-preparations-tab-box-left.active a,
  .celpip-product .core-preparations-tab-box-right.active a {
    background-color: #baa86b;
    color: #fff;
  }
  .celpip-product .core-preparations-tab-box-left a,
  .celpip-product .core-preparations-tab-box-right a {
    border: 1px solid #baa86b;
    color: #baa86b;
  }
  .celpip-product .core-preparations-tab-box ul li:after {
    background-color: #baa86b;
  }
  .core-preparations-tab-box ul li {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
  }
  .core-preparations-tab-content-box {
    display: flex;
    align-items: center;
    column-gap: 50px;
  }
  .core-preparations-tab-content-box-left {
    width: calc(100%);
  }
  .core-preparations-tab-content-box-left h4 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .core-preparations-tab-content-box-left p {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    max-width: 800px;
    margin: 20px auto 40px;
  }
  .core-preparations-tab-content-box-left ul {
    display: flex;
    column-gap: 40px;
    justify-content: center;
  }
  .core-preparations-tab-content-box-left ul h5,
  .core-preparations-tab-content-box-left ul h6 {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
  }
  .core-preparations-tab-content-box-left ul h5,
  .count-display,
  .pte-count-box {
    font-weight: 600;
  }
  .core-preparations-tab-box ul li.active {
    color: #0d56f9 !important;
  }
  .core-preparations-tab-box ul li:after {
    position: absolute;
    content: "";
    right: 0;
    left: auto;
    height: 2px;
    width: 0;
    background-color: #0d56f9;
    bottom: -2px;
    transition: 0.4s;
  }
  .core-preparations-tab-box ul li.active:after {
    right: auto;
    left: 0;
    width: 100%;
  }
  .count-display {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: -1px;
  }
  .core-preparations-tab-content-outer22 {
    display: none;
    position: relative;
  }
  .core-preparations-tab-box.box-left {
    justify-content: flex-start;
    column-gap: 30px;
  }
  .pte_academic_arrow_box {
    display: flex;
    align-items: center;
    column-gap: 50px;
    justify-content: center;
  }
  .pte_academic_arrow.slick-arrow {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
  }
  .core-preparations-tab-content {
    margin-bottom: 50px;
  }
  .pte_academic_arrow.slick-arrow svg {
    width: 40px;
    height: auto;
  }
  .pte_academic_arrow.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
  }
  .core-preparations-tab-content-academic {
    background: #ebf2ff;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
  }
  .core-preparations-tab-content-box-left ul li {
    background: #fff;
    padding: 30px;
    border-radius: 20px 20px 0;
    width: 33.33%;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .core-list-icon svg {
    width: 50px;
    height: 50px;
  }
  .core-preparations-tab-content-box-left ul li svg path {
    stroke: #e31837;
  }
  .core-preparations-tab-content-box-left ul li .core-list-icon.time-icon svg path,
  .core-preparations-tab-content-box-left ul li:nth-child(2) svg path {
    stroke: #baa86b;
  }
  .core-preparations-tab-content-box-left ul li:last-child svg path {
    stroke: #ffc800;
  }
  .celpip-product .core-preparations-tab-content-academic.writing,
  .celpip-product .core-preparations-tab-content-academic.writing2,
  .core-preparations-tab-content-academic.writing,
  .core-preparations-tab-content-academic.writing2,
  .ielts-product .core-preparations-tab-content-academic.speaking,
  .ielts-product .core-preparations-tab-content-academic.speaking2 {
    background: #fff0f1;
  }
  .celpip-product .core-preparations-tab-content-academic.reading,
  .celpip-product .core-preparations-tab-content-academic.reading2 {
    background: #fff8e3;
  }
  .celpip-product .core-preparations-tab-content-academic.listening,
  .celpip-product .core-preparations-tab-content-academic.listening2,
  .core-preparations-tab-content-academic.speaking,
  .core-preparations-tab-content-academic.speaking2,
  .ielts-product .core-preparations-tab-content-academic.writing,
  .ielts-product .core-preparations-tab-content-academic.writing2 {
    background: #ebf2ff;
  }
  .celpip-product .core-preparations-tab-content-academic.speaking,
  .celpip-product .core-preparations-tab-content-academic.speaking2,
  .core-preparations-tab-content-academic.listening,
  .core-preparations-tab-content-academic.listening2 {
    background: #baa86b29;
  }
  .core-preparations-tab-content-academic.reading,
  .core-preparations-tab-content-academic.reading2 {
    background: #ffc80025;
  }
  .core-preparations-tab-box-ielts .core-preparations-tab-box-left a,
  .core-preparations-tab-box-ielts .core-preparations-tab-box-right a {
    width: 180px;
  }
  .progress {
    background-color: #f1f7ff;
    border-radius: 20px;
    position: relative;
    height: 15px;
    width: calc(100% - 80px);
    margin: 0 40px 72px;
  }
  .progress-done {
    background: #0d56f9;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s 0.3s;
  }
  .try-gurully-box {
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    max-width: 1045px;
    margin: 0 auto;
    padding: 62px 25px 25px;
    border: 1px solid #000;
    border-radius: 20px;
  }
  .try-gurully-box-left-icon {
    position: absolute;
    display: flex;
    left: -50px;
    bottom: -20px;
  }
  .try-gurully-box-right-icon {
    position: absolute;
    display: flex;
    top: -28px;
    right: -27px;
  }
  .try-gurully-box-inner {
    position: relative;
    z-index: 1;
  }
  .try-gurully-box-content-input-box {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
  }
  .try-gurully-box-content-input-box p {
    color: #212121;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
  }
  .try-gurully-box-content-input-box input {
    width: 242px;
    height: 54px;
    border-radius: 10px;
    border: 1px solid #000;
  }
  .try-gurully-box-content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 74px 0 61px;
    column-gap: 68px;
  }
  .try-gurully-box-content ul li {
    background: #f1f7ff;
    border: 0.25px solid #000;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    padding: 14px;
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
  .try-gurully-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .shake-animation {
    animation: 2s infinite try_gurully;
  }
  @keyframes try_gurully {
    0%,
    40%,
    to {
      transform: rotate(0);
    }
    10% {
      transform: rotate(5deg);
    }
    30% {
      transform: rotate(-5deg);
    }
  }
  .hover-animation {
    animation: 0.3s forwards _2kXy3;
  }
  @keyframes _2kXy3 {
    0% {
      transform: scale(1);
    }
    to {
      transform: scale(1.07);
    }
  }
  .slide.core-preparations-tab-content-box-outer {
    height: inherit !important;
  }
  .core-preparations-tab-content .slick-track,
  .listening .pte-listening.pte-count-box,
  .listening2 .pte-core-listening.pte-count-box,
  .reading .pte-reading.pte-count-box,
  .reading2 .pte-core-reading.pte-count-box,
  .speaking .pte-speaking.pte-count-box,
  .speaking2 .pte-core-speaking.pte-count-box,
  .writing .pte-writing.pte-count-box,
  .writing2 .pte-core-writing.pte-count-box {
    display: flex;
  }
  .pte-count-box {
    display: none;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: -1px;
    color: #212121;
    font-style: normal;
    line-height: 150%;
  }
  .product-banner-img .container {
    position: relative;
    z-index: 2;
  }
  .banner-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .banner-bg-img svg {
    height: 100%;
    max-width: 100%;
  }
  a.know-more {
    margin-top: 10px !important;
  }
  a.know-more span {
    color: #0d56f9 !important;
    font-size: 18px;
  }
  .product-banner-img video {
    position: relative;
    max-width: 100%;
  }
  .result-slider ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.result-slider ul.slick-dots button {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
}
.result-slider ul.slick-dots button:before{
  display: none;
}
.result-slider ul.slick-dots .slick-active button {
  background: #0b24fb!important;
}
.result-slider .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}



  @media (min-width: 1440px) {
    .product-banner-inner {
      min-height: 295px;
    }
    .product-banner-content h1 {
      height: 120px;
    }
    .product-banner-img video {
      height: 536px;
      width: 100%;
    }
    .banner-bg-img {
      min-height: 539px;
    }
    .product-banner-img,
    .product-banner-img .container {
      min-height: 540px;
    }
  }
  @media (max-width: 1200px) {
    .product-work-box-left {
      max-width: 50%;
    }
    .core-preparations-tab-content-box-left ul li {
      padding: 20px;
      column-gap: 10px;
    }
  }
  @media (max-width: 991px) {
    .core-preparations-tab-content-academic {
      padding: 24px;
    }
    .core-list-icon svg {
      width: 40px;
      height: 40px;
    }
    .core-preparations-tab-box ul li,
    .core-preparations-tab-content-box-left ul h5,
    .core-preparations-tab-content-box-left ul h6 {
      font-size: 16px;
    }
    .core-preparations-tab-box-left a,
    .core-preparations-tab-box-right a {
      padding: 14px 12px;
      font-size: 14px;
      width: 150px;
    }
    .core-preparations-tab-box-left.active ul,
    .core-preparations-tab-box-right.active ul {
      width: 326px;
      margin-left: 20px;
    }
    .core-preparations-tab-box-left ul,
    .core-preparations-tab-box-right ul {
      column-gap: 16px;
    }
    .core-preparations-tab-box-ielts .core-preparations-tab-box-left a,
    .core-preparations-tab-box-ielts .core-preparations-tab-box-right a {
      width: 160px;
    }
  }
  @media (max-width: 767px) {
    .product-work-box-left h3,
    .product-work-box-left span {
      font-size: 64px;
    }
    .product-work-box {
      margin-bottom: 40px;
    }
    .product-heading {
      font-size: 24px;
      margin-bottom: 16px;
    }
    .product-work-box-inner {
      column-gap: 30px;
      padding: 0;
      flex-flow: wrap;
      row-gap: 30px;
    }
    .product-work-box-left {
      max-width: 100%;
      text-align: left;
    }
    .product-work-box-right {
      width: 100%;
      margin: 0 auto;
      text-align: center;
    }
    .core-preparations-tab-content-box-left ul li {
      flex-flow: wrap;
      text-align: center;
      row-gap: 0;
      padding: 14px;
      width: calc(50% - 15px);
    }
    .core-preparations-tab-content-box-left ul h5,
    .core-preparations-tab-content-box-left ul h6 {
      font-size: 14px;
      text-align: center;
    }
    .core-list-icon {
      text-align: center;
      margin: 0 auto;
    }
    .core-list-content {
      width: 100%;
    }
    .core-preparations-tab-content {
      margin-bottom: 30px;
    }
    .core-preparations-tab-content-box-left h4 {
      font-size: 22px;
      margin-bottom: 0;
    }
    .core-preparations-tab-content-box-left p {
      font-size: 16px;
      line-height: 170%;
      padding-bottom: 0;
      margin: 5px auto 20px;
    }
    .core-list-icon svg {
      width: 30px;
      height: 30px;
    }
    .core-preparations-tab-content-academic {
      padding: 50px 20px 24px;
    }
    .pte_academic_arrow_box {
      display: flex;
      align-items: center;
      column-gap: 50px;
      justify-content: center;
      position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
    }
    .pte_academic_arrow.slick-arrow svg {
      width: 30px;
      height: auto;
    }
    .core-preparations-tab-content-box-left ul {
      column-gap: 24px;
      flex-flow: wrap;
      row-gap: 20px;
    }
    .count-display,
    .pte-count-box {
      bottom: auto;
      font-size: 14px;
      top: -35px;
    }
    .core-preparations-tab-box {
      flex-flow: wrap;
      column-gap: 20px;
      row-gap: 20px;
      margin: 0 auto 20px;
    }
    .banner-bg-img {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .core-preparations-tab-box-ielts .core-preparations-tab-box-left a,
    .core-preparations-tab-box-ielts .core-preparations-tab-box-right a,
    .core-preparations-tab-box-left a,
    .core-preparations-tab-box-right a,
    .core-preparations-tab-content-box-left ul li {
      width: 100%;
    }
    .core-preparations-tab-box-left,
    .core-preparations-tab-box-right {
      flex-flow: wrap;
    }
    .core-preparations-tab-box-left.active ul,
    .core-preparations-tab-box-right.active ul {
      width: 100%;
      margin-left: 0;
      margin-top: 20px;
      max-height: 320px;
      height: 26px;
    }
    .core-preparations-tab-box-left ul,
    .core-preparations-tab-box-right ul {
      display: flex;
      width: 100%;
      column-gap: 10px;
      overflow: hidden;
      padding: 0 20px;
      transition: 0.4s;
      justify-content: space-between;
      height: 0;
      max-height: 0;
      align-items: flex-start;
      position: absolute;
      left: 0;
      bottom: 10px;
    }
    .core-preparations-tab-box-left,
    .core-preparations-tab-box-right {
      display: flex;
      align-items: flex-start;
      flex-flow: wrap;
      width: calc(50% - 10px);
    }
    .core-preparations-tab-box ul li {
      font-size: 14px;
    }
    .celpip-product .core-preparations-tab-box-right ul {
      width: 100%;
      max-width: 50%;
    }
    .core-preparations-tab-box a span {
      display: none;
    }
    .core-preparations-tab-box {
      flex-flow: nowrap;
      align-items: baseline;
      padding-bottom: 50px;
      position: relative;
    }
    .core-preparations-tab-box.box-left {
      column-gap: 20px;
    }
  }
  @media (max-width: 420px) {
    .product-banner-content {
      min-height: 324px;
    }
    .product-banner-inner.product-banner-inner-pte .product-banner-content {
      min-height: 248px;
    }
    .product-banner-img .container {
      min-height: 234px;
    }
    .product-banner.ielts-product .product-banner-content h1 {
      min-height: 192px;
    }
    .product-banner.ielts-product .product-banner-content p {
      min-height: 128px;
    }
  }
  @media (max-width: 400px) {
    .product-banner-img .container {
      min-height: auto;
    }
  }
  @media (min-width: 1200px) {
    .product-banner-content h1 {
      height: 120px;
    }
  }
  