/* Variables for mobile first media query */
/*  Variables For Font Weight */
/* colors */
/*  gradient colors */
/* transition */
.cart-section button.purple-bg-btn.fs-18.fw-600.shop-now-btn.w-100:after {
  content: "Join Now";
  font-size: 1.125rem !important;
}

.cart-section button.purple-bg-btn.fs-18.fw-600.shop-now-btn.w-100 {
  font-size: 0 !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  display: none;
}

.single.single-lp_course .course-card-section .btn-section {
  flex-wrap: nowrap !important;
}

.calender-details-section .slots-section .slots.active {
  background-color: #7853dc;
  color: #fff;
}

.grecaptcha-badge {
  display: none !important;
}

.about-section.container-xl.mt-150.mb-150 {
  margin-bottom: 0px !important;
}

.about-section .courses-details.row.align-items-center.mb-150 {
  margin-bottom: 100px !important;
}

/* Top courses display button in bottom */
.card-inner-section .card {
  height: 100%;
}

.card-inner-section .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* .top-courses-section {
    padding-top: 50px !important;
} */
.card-hover-inner .what-you-learn-list {
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Top courses display button in bottom */
.review-stars-rated {
  display: flex;
}
.review-stars-rated .review-stars-rated {
  margin-left: 5px !important;
}
.review-stars-rated .review-star {
  display: inline-flex;
}
.review-stars-rated .far.lp-review-svg-star {
  position: absolute;
  overflow: hidden;
}
.review-stars-rated .fas.lp-review-svg-star {
  overflow: hidden;
}

.highlight-ielts img {
  width: 225px;
  position: relative;
  top: -9px;
  animation: blinkScale 1s infinite;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.main-active-menu.highlight-ielts img {
  animation: none;
}

@keyframes blinkScale {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
}
/*  header-notice */
.header-notice {
  z-index: 10;
  background: #7950e2;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .header-notice {
    padding: 15px 30px;
  }
}
.header-notice p {
  margin: 0;
  color: #fff;
  font-family: Be Vietnam Pro;
  font-weight: 500;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
@media (min-width: 620px) {
  .header-notice p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
  }
}
.header-notice p a {
  margin-left: 5px;
  font-weight: 700;
  padding: 5px 10px;
  background: #fff;
  color: #7950e2;
  border-radius: 20px;
  display: inline-block;
}
@media (min-width: 620px) {
  .header-notice p a {
    margin-left: 10px;
  }
}
.header-notice .close-notice {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
  display: none;
}
@media (min-width: 620px) {
  .header-notice .close-notice {
    right: 30px;
  }
}

@media (max-width: 1024px) {
  #wishlist-container-main .cart-listing-section .cart-listing-table td {
    width: 100% !important;
    min-width: unset !important;
  }
  #wishlist-container-main .cart-listing-table.table-responsive tbody tr td div.card .card-body .card-details span {
    min-height: unset !important;
  }
  .cart-listing-table.table-responsive {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .cart-listing-table.table-responsive thead,
  .cart-listing-table.table-responsive th {
    width: 100%;
    display: block;
  }
  .cart-listing-table.table-responsive tr {
    width: 100%;
    display: flex;
  }
  .cart-listing-table.table-responsive thead th {
    padding: 1.25rem !important;
  }
  .cart-listing-table.table-responsive thead td {
    width: 33.333%;
  }
  .cart-listing-table.table-responsive tbody tr td {
    display: block;
    width: 33.333% !important;
    padding: 1.25rem !important;
    min-width: auto !important;
  }
  .cart-listing-table.table-responsive tbody tr td:first-child div.card {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
  }
  .cart-listing-table.table-responsive tbody tr td div.card .card-body {
    margin: 0 !important;
  }
  .cart-listing-table.table-responsive tbody tr td div.card .card-body .card-details span {
    min-height: 1.9rem;
  }
}
@media (max-width: 767px) {
  .cart-listing-table.table-responsive thead {
    display: none !important;
  }
  #wishlist-container-main .cart-listing-table.table-responsive tbody tr td div.card .card-body h5 a {
    width: 200px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #wishlist-container-main .cart-listing-table.table-responsive tbody {
    overflow: auto;
  }
  #wishlist-container-main .cart-listing-table.table-responsive tr {
    width: auto !important;
  }
  #wishlist-container-main .cart-listing-table.table-responsive tbody {
    width: auto !important;
  }
  #wishlist-container-main td .image-section {
    min-width: 190px !important;
    max-width: 190px !important;
  }
  #wishlist-container-main .cart-listing-section .cart-listing-table td {
    width: 100% !important;
    min-width: 225px !important;
  }
  td .image-section {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .card #myImage a img {
    width: 100% !important;
    max-height: 150px !important;
  }
  .woocommerce .cart-listing-section .container {
    padding: 0 !important;
  }
  .cart-listing-table.table-responsive {
    display: flex;
    flex-direction: row;
    overflow: hidden;
  }
  .cart-listing-table.table-responsive thead {
    width: 30%;
  }
  .cart-listing-table.table-responsive tbody {
    width: 100%;
    flex-direction: column !important;
  }
  .cart-listing-table.table-responsive thead,
  .cart-listing-table.table-responsive tbody {
    display: flex;
    align-items: stretch;
  }
  .cart-listing-table.table-responsive tr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cart-listing-table.table-responsive thead th {
    flex: 1;
  }
  .cart-listing-table.table-responsive thead td {
    width: 100%;
  }
  .cart-listing-table.table-responsive tbody tr td {
    width: 100% !important;
    flex: 1;
    padding: 10px !important;
    min-width: auto !important;
  }
  .cart-listing-table.table-responsive thead th {
    word-wrap: break-word;
    padding: 10px !important;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (min-width: 768px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    margin-top: 5rem !important;
  }
}

/* Top courses display button in bottom */
.top-courses-section .development-section {
  overflow: hidden;
}

.tab-pane .top-courses-section .development-section {
  overflow: visible;
}

.development-section.development-section-margin h2 {
  margin-bottom: 30px;
}

.accordion-button::after {
  transform: rotate(0deg) !important;
}

.header .left-section .categories-section p {
  color: #000;
}

.carousel-control-next,
.carousel-control-prev {
  background-color: #7950E2 !important;
  border-color: #7950E2 !important;
  box-shadow: none !important;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 1 !important;
}
.carousel-control-next img,
.carousel-control-prev img {
  filter: brightness(0) invert(1);
}

.slick-prev:before,
.slick-next:before {
  opacity: 1 !important;
}

.banner-bg {
  padding: 40px 0 !important;
}
@media (min-width: 768px) {
  .banner-bg {
    padding: 60px 0 !important;
  }
}
.banner-bg .breadcrumb li {
  font-size: clamp(0.875rem, 0.179vw + 0.839rem, 1rem);
  color: #939393;
}
.banner-bg .breadcrumb li a {
  color: #939393;
}
.banner-bg .breadcrumb li:last-child {
  font-weight: 500;
}
.banner-bg .breadcrumb li.active a {
  color: #7950e2;
}
.banner-bg .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #939393 !important;
}
.banner-bg .banner-section {
  padding: 0 !important;
}
.banner-bg .banner-section .banner-title {
  color: #000 !important;
  font-size: clamp(1.875rem, 0.893vw + 1.696rem, 2.5rem) !important;
  line-height: 1.27;
}

.sidebar .mobile-button-section ul li {
  margin: 0;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .lp-archive-courses .lp-content-area .sorting-section {
    margin-top: 0 !important;
  }
}
@media (max-width: 576px) {
  .lp-archive-courses .lp-content-area .sorting-section .course-accordion .accordion-collapse .accordion-body .filter-group .form-check {
    margin-bottom: 10px !important;
  }
}
.lp-archive-courses .lp-content-area .sorting-section .course-accordion .accordion-collapse .accordion-body .price .rdio:last-child {
  margin-bottom: 0;
}
.lp-archive-courses .lp-content-area .right-section {
  margin-top: 0px !important;
}
@media (max-width: 576px) {
  .lp-archive-courses .course-summary .course-detail-page .course-detail-content {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .lp-archive-courses .course-summary .course-detail-page .course-detail-content {
    padding-top: 30px;
  }
}
.lp-archive-courses .course-summary .course-detail-page .course-detail-content .course-detail-tab .nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.lp-archive-courses .course-summary .course-detail-page .course-detail-content .course-detail-tab .nav-tabs .nav-link {
  width: auto !important;
  flex: 1;
}
.lp-archive-courses .course-summary .course-detail-page .banner-bg .banner-title {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .lp-archive-courses .course-summary .course-detail-page .banner-bg .banner-title {
    padding-left: 15px;
  }
}
.lp-archive-courses .course-summary .course-detail-page .banner-bg .banner-title::after {
  left: 0 !important;
}
.lp-archive-courses .custom-accordion .accordion-item {
  border-radius: 0 !important;
  border-color: #e3e3e8 !important;
}
.lp-archive-courses .custom-accordion .accordion-item .accordion-header .accordion-button::after {
  left: 30px !important;
}
@media (max-width: 992px) {
  .lp-archive-courses .custom-accordion .accordion-item .accordion-header .accordion-button::after {
    left: 7px !important;
  }
}

@media (max-width: 391px) {
  .webinar-card-footer .icon-section {
    gap: 10px;
  }
}
@media (max-width: 391px) {
  .webinar-card-footer .icon-section .social-media-icons .norm_row {
    justify-content: center;
  }
}

.my-profile-section .edit-main-section .input-field-flex {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .my-profile-section .edit-main-section .input-field-flex {
    flex-wrap: nowrap;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .my-profile-section .left-section {
    display: flex;
    gap: 15px;
  }
}
.my-profile-section .left-section .edit,
.my-profile-section .left-section .password {
  flex: 1;
}

@media (max-width: 576px) {
  .auth-page .right-section {
    margin-top: 20px !important;
    padding: 3rem 1rem 1rem !important;
  }
}
@media (max-width: 576px) {
  .auth-page .right-section-content {
    overflow: inherit !important;
  }
}
.auth-page .right-section-content .auth-wrapper {
  width: 100% !important;
}
.auth-page .right-section-inner.has-login-page {
  height: 100%;
}
.auth-page .right-section-inner.has-login-page .form-section {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.auth-page .right-section-inner #teacher-registration-form > div {
  width: 100%;
}
@media (max-width: 576px) {
  .auth-page .form-section {
    overflow: hidden !important;
    overflow-y: auto !important;
  }
}
.auth-page .form-section::-webkit-scrollbar {
  width: 0px !important;
  height: 1px !important;
}
.auth-page .form-section form {
  max-width: 560px !important;
}

@media (max-width: 1025px) {
  .course-detail-tab {
    margin-top: 30px !important;
    margin-bottom: 30px;
  }
}
.course-detail-tab .text-nowrap {
  white-space: inherit !important;
}
.course-detail-tab .nav-tabs {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 992px) {
  .course-detail-tab .nav-tabs .nav-link {
    width: auto !important;
    flex: 1;
  }
}
.course-detail-tab .card-main-section {
  margin: 0 !important;
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 0 30px 0;
}
.course-detail-tab .card-main-section:first-child {
  padding-top: 0;
}
.course-detail-tab .card-main-section:last-child {
  padding-bottom: 0;
  border: none;
}

.tab-content-section .card-inner-section .webinar-card .webinarThubnail {
  width: 18.75rem;
  height: 11.25rem;
  border: 1px solid #e9e9e9;
}
.tab-content-section .card-inner-section .webinar-card .webinarThubnail img {
  height: 11rem !important;
}
.tab-content-section .card-inner-section .card .card-thumbnail a .img-section img {
  object-fit: contain;
  border: 1px solid #e9e9e9;
  padding: 7px;
}

.cart-listing-section .cart-listing-table .image-section #myImage img,
.cart-listing-section .cart-listing-table .image-section .wishlist-image {
  object-fit: contain;
  border: 1px solid #e9e9e9;
  padding: 7px;
}

.modal-dialog.couponmodal-open {
  width: auto !important;
}

.woocommerce-checkout .wc-block-checkout__terms span {
  padding-left: 0 !important;
}

.wc-block-components-form .wc-block-components-checkout-step {
  margin-bottom: 20px !important;
}

.is-large .wc-block-checkout__sidebar {
  top: 100px !important;
}
@media (min-width: 1199px) {
  .is-large .wc-block-checkout__sidebar {
    top: 120px !important;
  }
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
  padding-left: 0 !important;
}

@media (max-width: 1025px) {
  .order-detail-section {
    margin-top: 30px !important;
  }
}
@media (max-width: 1025px) {
  .order-detail-section .mb-150 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 476px) {
  .order-detail-section .order-date-section {
    justify-content: flex-start !important;
  }
}
@media (max-width: 768px) {
  .order-detail-section .order-date-section {
    justify-content: space-between !important;
  }
}
@media (min-width: 476px) and (max-width: 992px) {
  .order-detail-section .order-date-section {
    gap: 15px;
  }
}
.order-detail-section .order-history-table {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 768px) {
  .order-detail-section .order-history-section {
    gap: 10px;
  }
}

.btn-section .join-now-btn {
  font-size: inherit !important;
}

.hover-section .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 576px) {
  .fileDetails {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.fileDetails .fileName {
  overflow-wrap: anywhere;
}
.fileDetails .deleteIcon img {
  width: 15px !important;
  height: 15px !important;
}
@media (min-width: 768px) {
  .fileDetails .deleteIcon img {
    width: 20px !important;
    height: 20px !important;
  }
}
@media (max-width: 1071px) {
  .fileDetails .upload-file {
    flex-direction: column !important;
  }
}

.userimage img {
  object-position: top;
}

@media (max-width: 576px) {
  .drop-zone {
    padding: 25px 10px !important;
  }
}

.teacher-expertise .form-style .coachingBtn {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.teacher-expertise .form-style .experianceBox3 .experianceBox4 div {
  word-break: break-word;
}

.upload-left-section .d-align-items,
.upload-right-section .video-btn-container {
  align-items: flex-start;
}
@media (max-width: 1281px) {
  .upload-left-section .d-align-items .upload-image-section,
  .upload-right-section .video-btn-container .upload-image-section {
    margin-left: 0 !important;
  }
}

.upload-right-section.margin-l-setting {
  margin-left: 0 !important;
}
.upload-right-section.margin-l-setting .video-icon-div {
  left: 7px !important;
  position: relative;
}

.MuiTabs-flexContainer::-webkit-scrollbar {
  width: 0px !important;
  height: 2px !important;
}

.close-icon {
  right: -12px !important;
}

@media (max-width: 992px) {
  .instructor-left-section {
    gap: 12px !important;
  }
}

@media (max-width: 576px) {
  .instructor-logo {
    margin-right: 0 !important;
  }
}
.instructor-logo img {
  object-fit: cover;
  object-position: top;
}

@media (max-width: 576px) {
  .instructor-page .instructor-card {
    padding: 20px !important;
  }
}

#loginModal .close-button {
  right: -7px !important;
}

.social-media-icons .sfsi_shortcode_container .sfsi_wicons {
  z-index: 4 !important;
}

@media (max-width: 992px) {
  .popup-overlay .popup-box {
    width: calc(100% - 20px) !important;
  }
}
.popup-overlay .popup-box .batch-popup-wrapper {
  overflow: auto;
  width: 100%;
}
.popup-overlay .popup-box .popup-box-batch-schedule-inner {
  overflow: auto;
}

.mobile-header .sidebar .categories-section ul li {
  margin: 0 !important;
  padding-bottom: 5px;
  margin-bottom: 5px !important;
  border-bottom: 1px solid #E1E1E1;
}
.mobile-header .sidebar .categories-section ul li a {
  color: #000;
}
.mobile-header .sidebar .categories-section ul li:hover a {
  color: #7950E2;
}
@media (max-width: 1071px) {
  .mobile-header .sidebar .categories-section .wp-block-button.fill-dark-alt {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .sidebar .back h2,
  .list-dropdown-section .back h2 {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .sidebar .back img,
  .list-dropdown-section .back img {
    margin-right: 6px;
  }
}

.order-history-table::-webkit-scrollbar {
  width: 2px !important;
  height: 4px !important;
}

.main-wrapper-ielts,
body {
  /*  Track */
  /*  Handle */
  /* Handle on hover */
  /* buttons */
  /* typography */
}
.main-wrapper-ielts ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 2px !important;
  height: 1px !important;
}
.main-wrapper-ielts ::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
  background: transparent !important;
}
.main-wrapper-ielts ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background: #E1E1E1 !important;
  border-radius: 100px !important;
}
.main-wrapper-ielts ::-webkit-scrollbar-thumb:hover,
body ::-webkit-scrollbar-thumb:hover {
  background: #E1E1E1 !important;
}
.main-wrapper-ielts .wp-block-button,
body .wp-block-button {
  width: fit-content;
}
.main-wrapper-ielts .wp-block-button a,
body .wp-block-button a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
  border: transparent;
  padding: 12px 18px !important;
  border-radius: 50px;
  font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
  line-height: 1;
  font-weight: 600 !important;
  transition: all 300ms linear;
}
@media (min-width: 992px) {
  .main-wrapper-ielts .wp-block-button a,
  body .wp-block-button a {
    padding: 14px 20px !important;
  }
}
.main-wrapper-ielts .wp-block-button a .gp-arrow,
body .wp-block-button a .gp-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms linear;
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .main-wrapper-ielts .wp-block-button a .gp-arrow,
  body .wp-block-button a .gp-arrow {
    width: 24px;
    height: 24px;
  }
}
.main-wrapper-ielts .wp-block-button.fill-light-alt a,
body .wp-block-button.fill-light-alt a {
  background: #fff;
  color: #7950E2 !important;
  border: 1px solid #fff;
}
.main-wrapper-ielts .wp-block-button.fill-light-alt a:hover,
body .wp-block-button.fill-light-alt a:hover {
  background: transparent;
  color: #fff !important;
  transition: all 300ms linear;
}
.main-wrapper-ielts .wp-block-button.fill-light-alt a:hover .gp-arrow svg path,
body .wp-block-button.fill-light-alt a:hover .gp-arrow svg path {
  transition: all 300ms linear;
  fill: #fff;
}
.main-wrapper-ielts .wp-block-button.fill-dark-alt a,
body .wp-block-button.fill-dark-alt a {
  background: #7950E2;
  color: #fff !important;
  border: 1px solid #7950E2;
}
.main-wrapper-ielts .wp-block-button.fill-dark-alt a .gp-arrow svg path,
body .wp-block-button.fill-dark-alt a .gp-arrow svg path {
  fill: #fff;
}
.main-wrapper-ielts .wp-block-button.fill-dark-alt a:hover,
body .wp-block-button.fill-dark-alt a:hover {
  background: #fff;
  color: #7950E2 !important;
  transition: all 300ms linear;
}
.main-wrapper-ielts .wp-block-button.fill-dark-alt a:hover .gp-arrow svg path,
body .wp-block-button.fill-dark-alt a:hover .gp-arrow svg path {
  transition: all 300ms linear;
  fill: #7950E2;
}
.main-wrapper-ielts .wp-block-button.fill-outline-alt a,
body .wp-block-button.fill-outline-alt a {
  background: transparent;
  color: #7950E2 !important;
  border: 1px solid #7950E2;
}
.main-wrapper-ielts .wp-block-button.fill-outline-alt a:hover,
body .wp-block-button.fill-outline-alt a:hover {
  background: #7950E2;
  color: #fff !important;
  transition: all 300ms linear;
}
.main-wrapper-ielts .wp-block-button.fill-outline-alt a:hover .gp-arrow svg path,
body .wp-block-button.fill-outline-alt a:hover .gp-arrow svg path {
  transition: all 300ms linear;
  fill: #fff;
}
.main-wrapper-ielts .wp-block-button.is-style-link a,
body .wp-block-button.is-style-link a {
  padding: 0 !important;
  color: #7950E2;
  font-size: 14px;
  display: flex;
  gap: 9px;
}
.main-wrapper-ielts .wp-block-button.is-style-link a .gp-arrow,
body .wp-block-button.is-style-link a .gp-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms linear;
  width: 16px;
  height: 16px;
}
@media (min-width: 992px) {
  .main-wrapper-ielts .wp-block-button.is-style-link a .gp-arrow,
  body .wp-block-button.is-style-link a .gp-arrow {
    width: 18px;
    height: 18px;
  }
}
.main-wrapper-ielts h1,
.main-wrapper-ielts .h1-size,
body h1,
body .h1-size {
  font-size: clamp(1.875rem, 1.786vw + 1.518rem, 3.125rem) !important;
  font-weight: 600;
  line-height: 1.3334;
  margin-top: 0;
}
.main-wrapper-ielts .h1-big,
body .h1-big {
  font-size: clamp(2.813rem, 1.25vw + 2.563rem, 4.063rem) !important;
  line-height: 1.2614;
  font-weight: 600;
}
.main-wrapper-ielts h2,
.main-wrapper-ielts .h2-size,
body h2,
body .h2-size {
  font-size: clamp(1.875rem, 0.893vw + 1.696rem, 2.5rem);
  font-weight: 600;
  color: #000;
  line-height: 1.27;
  margin-bottom: 20px;
}
.main-wrapper-ielts h2.dark-bg,
.main-wrapper-ielts .h2-size.dark-bg,
body h2.dark-bg,
body .h2-size.dark-bg {
  color: #fff;
}
.main-wrapper-ielts h2 span,
.main-wrapper-ielts .h2-size span,
body h2 span,
body .h2-size span {
  color: #7950E2;
  margin-bottom: 0;
}
.main-wrapper-ielts h3,
.main-wrapper-ielts .h3-size,
body h3,
body .h3-size {
  font-size: clamp(1.25rem, 0.625vw + 1.125rem, 1.875rem);
  line-height: normal;
}
.main-wrapper-ielts h3.dark-bg,
.main-wrapper-ielts .h3-size.dark-bg,
body h3.dark-bg,
body .h3-size.dark-bg {
  color: #fff;
}
.main-wrapper-ielts h4,
.main-wrapper-ielts .h4-size,
.main-wrapper-ielts .blogs-section .card-title,
body h4,
body .h4-size,
body .blogs-section .card-title {
  font-size: clamp(1.125rem, 0.375vw + 1.05rem, 1.5rem);
  line-height: 1.25;
}
.main-wrapper-ielts h5,
.main-wrapper-ielts .h5-size,
body h5,
body .h5-size {
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  font-weight: 700;
  line-height: 1.7;
  color: #000;
}
.main-wrapper-ielts h5.dark-bg,
.main-wrapper-ielts .h5-size.dark-bg,
body h5.dark-bg,
body .h5-size.dark-bg {
  color: #fff;
}
.main-wrapper-ielts h6,
.main-wrapper-ielts .h6-size,
body h6,
body .h6-size {
  font-size: clamp(1rem, 0.125vw + 0.975rem, 1.125rem);
  line-height: 1.438;
  font-weight: 600;
}
.main-wrapper-ielts p,
body p {
  font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.688;
}
.main-wrapper-ielts p.dark-bg,
body p.dark-bg {
  color: #fff;
}
.main-wrapper-ielts .small,
body .small {
  font-size: 14px;
  line-height: 1.286;
  font-weight: 400;
}
.main-wrapper-ielts .container,
.main-wrapper-ielts .container-lg,
.main-wrapper-ielts .container-md,
.main-wrapper-ielts .container-sm,
.main-wrapper-ielts .container-xl:not(.banner-bg .container-xl),
.main-wrapper-ielts .container-xxl,
body .container,
body .container-lg,
body .container-md,
body .container-sm,
body .container-xl:not(.banner-bg .container-xl),
body .container-xxl {
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .main-wrapper-ielts .container,
  .main-wrapper-ielts .container-lg,
  .main-wrapper-ielts .container-md,
  .main-wrapper-ielts .container-sm,
  .main-wrapper-ielts .container-xl:not(.banner-bg .container-xl),
  .main-wrapper-ielts .container-xxl,
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container-xl:not(.banner-bg .container-xl),
  body .container-xxl {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1200px) {
  .main-wrapper-ielts .container,
  .main-wrapper-ielts .container-lg,
  .main-wrapper-ielts .container-md,
  .main-wrapper-ielts .container-sm,
  .main-wrapper-ielts .container-xl:not(.banner-bg .container-xl),
  .main-wrapper-ielts .container-xxl,
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container-xl:not(.banner-bg .container-xl),
  body .container-xxl {
    max-width: 1140px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media (min-width: 1400px) {
  .main-wrapper-ielts .container,
  .main-wrapper-ielts .container-lg,
  .main-wrapper-ielts .container-md,
  .main-wrapper-ielts .container-sm,
  .main-wrapper-ielts .container-xl:not(.banner-bg .container-xl),
  .main-wrapper-ielts .container-xxl,
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container-xl:not(.banner-bg .container-xl),
  body .container-xxl {
    max-width: 1320px !important;
  }
}
@media (min-width: 1799px) {
  .main-wrapper-ielts .container,
  .main-wrapper-ielts .container-lg,
  .main-wrapper-ielts .container-md,
  .main-wrapper-ielts .container-sm,
  .main-wrapper-ielts .container-xl:not(.banner-bg .container-xl),
  .main-wrapper-ielts .container-xxl,
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container-xl:not(.banner-bg .container-xl),
  body .container-xxl {
    max-width: 1320px !important;
  }
}

.main-wrapper-ielts .container,
.main-wrapper-ielts .container-lg,
.main-wrapper-ielts .container-md,
.main-wrapper-ielts .container-sm,
.main-wrapper-ielts .container-xl,
.main-wrapper-ielts .container-xxl {
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .main-wrapper-ielts .container,
  .main-wrapper-ielts .container-lg,
  .main-wrapper-ielts .container-md,
  .main-wrapper-ielts .container-sm,
  .main-wrapper-ielts .container-xl,
  .main-wrapper-ielts .container-xxl {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1200px) {
  .main-wrapper-ielts .container,
  .main-wrapper-ielts .container-lg,
  .main-wrapper-ielts .container-md,
  .main-wrapper-ielts .container-sm,
  .main-wrapper-ielts .container-xl,
  .main-wrapper-ielts .container-xxl {
    max-width: 1140px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media (min-width: 1400px) {
  .main-wrapper-ielts .container,
  .main-wrapper-ielts .container-lg,
  .main-wrapper-ielts .container-md,
  .main-wrapper-ielts .container-sm,
  .main-wrapper-ielts .container-xl,
  .main-wrapper-ielts .container-xxl {
    max-width: 1320px !important;
  }
}
@media (min-width: 1799px) {
  .main-wrapper-ielts .container,
  .main-wrapper-ielts .container-lg,
  .main-wrapper-ielts .container-md,
  .main-wrapper-ielts .container-sm,
  .main-wrapper-ielts .container-xl,
  .main-wrapper-ielts .container-xxl {
    max-width: 1320px !important;
  }
}

.ielts-masthead {
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .ielts-masthead {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .ielts-masthead {
    margin-bottom: 45px;
  }
}
@media (min-width: 1439px) {
  .ielts-masthead {
    margin-bottom: 60px;
  }
}
.ielts-masthead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #7950E2;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .ielts-masthead::before {
    background: linear-gradient(90deg, #6440FB 0%, rgba(100, 64, 251, 0) 76.82%);
  }
}
.ielts-masthead--content {
  position: relative;
  z-index: 5;
  padding: 20px 0 50px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .ielts-masthead--content {
    padding: 90px 0;
    max-width: 650px;
  }
}
@media (min-width: 1499px) {
  .ielts-masthead--content {
    padding: 133px 0;
    max-width: 909px;
  }
}
.ielts-masthead--content h1 {
  position: relative;
  z-index: 4;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.3334;
  margin-top: 0;
}
@media (min-width: 768px) {
  .ielts-masthead--content h1 {
    margin-bottom: 3rem;
  }
}
.ielts-masthead--content p {
  font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
  position: relative;
  z-index: 4;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1.688;
}
@media (min-width: 768px) {
  .ielts-masthead--content p {
    margin-bottom: 3rem;
  }
}
.ielts-masthead--bg-img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (min-width: 992px) {
  .ielts-masthead--bg-img {
    position: absolute;
  }
}
.ielts-masthead--bg-img-mobile {
  display: block;
  z-index: 4;
  position: relative;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .ielts-masthead--bg-img-mobile {
    display: none;
  }
}
.ielts-masthead--bg-img-desk {
  display: none;
}
@media (min-width: 992px) {
  .ielts-masthead--bg-img-desk {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: absolute;
  }
}

.ielts-success {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .ielts-success {
    padding: 35px 0;
  }
}
@media (min-width: 992px) {
  .ielts-success {
    padding: 45px 0;
  }
}
@media (min-width: 1439px) {
  .ielts-success {
    padding: 70px 0;
  }
}
.ielts-success p {
  font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
  font-weight: 400;
  line-height: 1.688;
}
.ielts-success h2 {
  text-align: center;
  margin-bottom: 20px;
}
.ielts-success h2 span {
  color: #7950E2;
  margin-bottom: 0;
}
.ielts-success h5 {
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  font-weight: 700;
  line-height: 1.7;
  color: #000;
}
.ielts-success--heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .ielts-success--heading {
    margin-bottom: 35px;
  }
}
@media (min-width: 1439px) {
  .ielts-success--heading {
    margin-bottom: 50px;
  }
}
.ielts-success--heading p {
  text-align: center;
  margin-bottom: 20px;
}
.ielts-success--heading p:only-child, .ielts-success--heading p:last-child {
  margin-bottom: 0;
}
.ielts-success--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 992px) {
  .ielts-success--wrapper {
    gap: 30px;
  }
}
.ielts-success--wrapper-box {
  max-width: 100%;
  flex: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
}
@media (min-width: 450px) {
  .ielts-success--wrapper-box {
    max-width: calc((100% - 20px) / 2);
    flex: calc((100% - 20px) / 2);
  }
}
@media (min-width: 768px) {
  .ielts-success--wrapper-box {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .ielts-success--wrapper-box {
    max-width: calc((100% - 60px) / 3);
    flex: calc((100% - 60px) / 3);
  }
}
@media (min-width: 1380px) {
  .ielts-success--wrapper-box {
    max-width: calc((100% - 90px) / 4);
    flex: calc((100% - 90px) / 4);
  }
}
.ielts-success--wrapper-box-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F0ECFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ielts-success--wrapper-box-icon {
    width: 70px;
    height: 70px;
  }
}
.ielts-success--wrapper-box-icon svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .ielts-success--wrapper-box-icon svg {
    width: 30px;
    height: 30px;
  }
}
.ielts-success--wrapper-box h5,
.ielts-success--wrapper-box p {
  max-width: 264px;
  text-align: center;
  color: #000;
}
.ielts-success--wrapper-box h5 {
  margin-bottom: 10px;
}
.ielts-success--wrapper-box p:only-child, .ielts-success--wrapper-box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .container-xl {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .footer-section .links-section ul,
  .footer-section .social-profiles-section ul {
    padding: 0;
  }
}

.lp-archive-courses .lp-main-content .sorting-section {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .lp-archive-courses .lp-main-content .sorting-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.horizontal-cards .card-inner-section {
  display: flex;
  margin-bottom: 0;
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 0 30px 0;
}
.horizontal-cards .course-image {
  border: 1px solid #e9e9e9;
}
.horizontal-cards .course-image img {
  object-fit: contain;
}
.horizontal-cards .course-details .course-category,
.horizontal-cards .course-details .course-author,
.horizontal-cards .course-details .course-language {
  margin-bottom: 5px;
}
.horizontal-cards .card-inner-section .course-details .w-75 {
  width: 100% !important;
}
@media (min-width: 768px) {
  .horizontal-cards .card-inner-section .course-details .w-75 {
    width: 75% !important;
  }
}

.accordion-header button {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 576px) {
  .accordion-header button {
    font-size: 20px;
    line-height: 26px;
  }
}

.filter-heading {
  position: relative;
  z-index: 8;
}
@media (min-width: 992px) {
  .filter-heading {
    z-index: auto;
  }
}
@media (min-width: 1199px) {
  .filter-heading {
    padding-bottom: 40px;
  }
}

.filter-section {
  position: relative;
}

@media (max-width: 768px) {
  .right-section {
    padding-top: 20px !important;
  }
}

#accordionFlushExample {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  background: #fff;
  gap: 10px;
  padding: 15px 0 30px;
}
@media (min-width: 768px) {
  #accordionFlushExample {
    gap: 15px;
    padding: 15px 12px 50px;
  }
}
@media (min-width: 992px) {
  #accordionFlushExample {
    gap: unset;
    position: relative;
    top: unset;
    z-index: unset;
    display: block;
  }
}
#accordionFlushExample.active {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #accordionFlushExample.active {
    flex-direction: row;
  }
}
#accordionFlushExample.active .accordion-item {
  flex: 1;
}
#accordionFlushExample.active .accordion-item .accordion-collapse .filter-group {
  display: grid;
  grid-template-columns: auto auto;
}
@media (min-width: 768px) {
  #accordionFlushExample.active .accordion-item .accordion-collapse .filter-group {
    grid-template-columns: auto auto;
  }
}

.courses-section-gp {
  position: relative;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .courses-section-gp {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .courses-section-gp {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1199px) {
  .courses-section-gp {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.courses-section-gp .slick-slider {
  margin: 0 -10px !important;
}
.courses-section-gp .slick-slider .slick-list {
  margin: 0 !important;
  /* padding: 0 10px !important; */
  position: relative;
}
.courses-section-gp .slick-slider .slick-arrow {
  bottom: -50px !important;
  top: auto !important;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #7950E2 !important;
}
@media (min-width: 992px) {
  .courses-section-gp .slick-slider .slick-arrow {
    display: none !important;
  }
}
.courses-section-gp .slick-slider .slick-arrow.slick-next {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 0 !important;
}
.courses-section-gp .slick-slider .slick-arrow.slick-prev {
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.courses-section-gp .slick-slider .slick-prev.slick-disabled:before,
.courses-section-gp .slick-slider .slick-next.slick-disabled:before {
  opacity: 0.5 !important;
}
.courses-section-gp-heading h2 {
  /* font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0px; */
  margin-bottom: 30px;
}
.courses-section-gp--row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.courses-section-gp--row.slick-slider .courses-section-gp--item {
  flex: unset !important;
  max-width: 100% !important;
}
.courses-section-gp--item {
  transition: all 0.3ms all;
  border: 1px solid #7950e2;
  transition: all 0.3s all;
  background: transparent;
  padding: 5px !important;
  position: relative;
  flex: 0 0 calc(25% - 30px) !important;
  max-width: calc(25% - 30px) !important;
  margin: 0 15px;
  border-radius: 10px;
  position: relative;
}
.courses-section-gp--item a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.courses-section-gp--item a .courses-section-gp--item-content {
  height: 100%;
  justify-content: space-between;
}
.courses-section-gp--item a .courses-section-gp--item-content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.courses-section-gp--item a .courses-section-gp--item-content-title {
  line-height: inherit;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.courses-section-gp--item a .courses-section-gp--item-img {
  flex: 0 0 180px;
  max-height: 180px;
}
.courses-section-gp--item a .courses-section-gp--item-img img {
  width: 100%;
  height: 100%;
}
.courses-section-gp--item:hover {
  background: #7950e2;
  transition: all 0.3ms all;
}
.courses-section-gp--item:hover div .count,
.courses-section-gp--item:hover div .star {
  color: #fff;
}
.courses-section-gp--item:hover .courses-section-gp--item-content-title {
  line-height: inherit;
}
.courses-section-gp--item:hover .courses-section-gp--item-content-title,
.courses-section-gp--item:hover .courses-section-gp--item-content-price {
  color: #fff !important;
}
.courses-section-gp--item:hover .courses-section-gp--item-content-para {
  color: rgba(255, 255, 255, 0.5);
}
.courses-section-gp--item-label {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  padding: 4.5px 8px;
  background: #933023;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 5px;
}
.courses-section-gp--item-label.red {
  background: #933023;
}
.courses-section-gp--item-label.green {
  background: #30b11d;
}
.courses-section-gp--item * {
  text-align: left;
}
.courses-section-gp--item-img {
  overflow: hidden;
}
.courses-section-gp--item-img img {
  border-radius: 10px;
  aspect-ratio: 1.63;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.courses-section-gp--item-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 15px 10px 10px;
}
.courses-section-gp--item-content-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.courses-section-gp--item-content-title, .courses-section-gp--item-content-price {
  color: #2d2f31 !important;
}
.courses-section-gp--item-content-price {
  margin-top: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 0;
}
.courses-section-gp--item-content-para {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(45, 47, 49, 0.5);
}
.courses-section-gp--item-content div {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.courses-section-gp--item-content div .full,
.courses-section-gp--item-content div .half {
  display: flex;
}
.courses-section-gp--item-content div .count,
.courses-section-gp--item-content div .star {
  display: flex;
  color: #2d2f31;
}

.courses-details-gp {
  position: relative;
  padding-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .courses-details-gp {
    padding-top: 35px;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .courses-details-gp {
    padding-top: 45px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1199px) {
  .courses-details-gp {
    margin-bottom: 60px;
    padding-top: 60px;
  }
}
.courses-details-gp .wrapper {
  padding-top: 50px;
  padding-bottom: 30px;
  max-width: 100%;
  margin: 0 auto;
  background-image: url(../img/bg-gradient.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .courses-details-gp .wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.courses-details-gp .wrapper .container-xl {
  position: relative;
  z-index: 2;
}
.courses-details-gp--bg-img {
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1071px) {
  .courses-details-gp--bg-img {
    display: none;
  }
}
.courses-details-gp--row-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.courses-details-gp--row-col-label {
  font-weight: 500;
  color: #7950e2;
}
.courses-details-gp--row-col-para {
  font-weight: 400;
  color: #000;
  font-size: clamp(0.875rem, 0.179vw + 0.839rem, 1rem);
}
.courses-details-gp--row-col * {
  margin: 0 !important;
}
.courses-details-gp--row-two {
  margin-top: 30px !important;
}
@media (min-width: 768px) {
  .courses-details-gp--row-two {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
.courses-details-gp--row-two span.h1-big {
  font-size: clamp(2.188rem, 2.589vw + 1.67rem, 4rem) !important;
  line-height: 1.2614;
}
.courses-details-gp--row-two-col {
  border: 1px solid #7950E2;
  flex: 0 0 calc(50% - 15px) !important;
  max-width: calc(50% - 15px) !important;
  background: #7950e2;
  margin: 0 7.5px;
  margin-bottom: 20px !important;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 !important;
}
@media (min-width: 576px) {
  .courses-details-gp--row-two-col {
    border: 1px solid #dbdbdb;
    margin: 0 15px;
    flex: 0 0 calc(33.33333% - 30px) !important;
    max-width: calc(33.333333% - 30px) !important;
  }
}
@media (min-width: 992px) {
  .courses-details-gp--row-two-col {
    margin-bottom: 0px !important;
    flex: 0 0 calc(20% - 30px) !important;
    max-width: calc(20% - 30px) !important;
  }
}
@media (min-width: 1199px) {
  .courses-details-gp--row-two-col {
    margin-bottom: 0px !important;
    flex: 0 0 calc(20% - 40px) !important;
    max-width: calc(20% - 40px) !important;
  }
}
.courses-details-gp--row-two-col-wrp:hover .courses-details-gp--row-two-col-div img {
  transform: scale(0.9);
  transition: all 300ms linear;
}
.courses-details-gp--row-two-col-wrp:hover .btn span {
  transition: all 300ms linear;
  transform: translateX(5px);
}
.courses-details-gp--row-two-col-wrp .btn {
  font-weight: 600;
}
.courses-details-gp--row-two-col-div {
  position: relative;
  padding: 10px;
  background: #fff;
  border-radius: 13px 13px 10px 10px;
}
@media (min-width: 992px) {
  .courses-details-gp--row-two-col-div {
    padding: 20px;
  }
}
@media (min-width: 1199px) {
  .courses-details-gp--row-two-col-div {
    padding: 20px;
  }
}
.courses-details-gp--row-two-col-div span {
  color: rgba(121, 80, 226, 0.1);
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: 0;
}
.courses-details-gp--row-two-col-div img {
  width: 50px;
  height: 50px;
  display: block;
  object-fit: cover;
  margin-bottom: 30px;
  transition: all 300ms linear;
}
.courses-details-gp--row-two-col-div h6 {
  color: #000;
  margin-bottom: 0;
}
.courses-details-gp--row-two-col .btn {
  color: #fff;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .courses-details-gp--row-two-col .btn {
    padding: 10px 30px;
  }
}
.courses-details-gp--row-two-col .btn span {
  transition: all 300ms linear;
}
.courses-details-gp--row-two-col .btn:hover {
  color: #fff;
}

body .development-section--heading,
body .top-courses-section--heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap !important;
  margin-bottom: 30px;
}
body .development-section--heading h2,
body .top-courses-section--heading h2 {
  margin-bottom: 0;
}
body .development-section--gp,
body .our-blogs-section {
  overflow: hidden;
  padding-top: 25px !important;
  padding-bottom: 50px !important;
}
@media (min-width: 768px) {
  body .development-section--gp,
  body .our-blogs-section {
    padding-top: 35px !important;
    padding-bottom: 70px !important;
  }
}
@media (min-width: 992px) {
  body .development-section--gp,
  body .our-blogs-section {
    padding-top: 45px !important;
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1199px) {
  body .development-section--gp,
  body .our-blogs-section {
    padding-top: 60px !important;
    padding-bottom: 120px !important;
  }
}
body .slick-next {
  right: 0 !important;
}
body .slick-prev {
  left: 0 !important;
}

.about-section--gp {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
@media (min-width: 768px) {
  .about-section--gp {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (min-width: 992px) {
  .about-section--gp {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1439px) {
  .about-section--gp {
    padding-top: 120px !important;
    padding-bottom: 60px !important;
  }
}
.about-section--gp .container-xl {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-section--gp--row-col {
  /* margin-right: 15px;
  margin-left: 15px; */
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .about-section--gp--row-col {
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .about-section--gp--row-col {
    gap: 50px;
  }
}
.about-section--gp--row-col h5 {
  margin-bottom: 20px;
  font-weight: 400;
}
.about-section--gp--row-col p {
  color: #939393 !important;
}
@media (min-width: 768px) {
  .about-section--gp--row-col > div {
    flex: 0 0 calc(50% - 17.5px);
  }
}
@media (min-width: 992px) {
  .about-section--gp--row-col > div {
    flex: 0 0 calc(50% - 25px);
  }
}
.about-section--gp--row-col-img img {
  object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .about-section--gp--row-col-img img {
    /* min-height: 500px; */
    border-radius: 20px;
  }
}
@media (min-width: 1199px) {
  .about-section--gp--row-col-img.margin-minus img {
    transform: translateY(-40px);
  }
}
@media (min-width: 1380px) {
  .about-section--gp--row-col-img.margin-minus img {
    transform: translateY(-60px);
  }
}
.about-section--gp--row-col-heading p {
  color: #000 !important;
}
.about-section--gp--row-col-heading p:last-child {
  margin-bottom: 0;
}

.testimonials--gp {
  overflow: hidden;
  padding-top: 25px !important;
  padding-bottom: 50px !important;
  position: relative;
}
@media (min-width: 768px) {
  .testimonials--gp {
    padding-top: 50px !important;
  }
}
@media (min-width: 992px) {
  .testimonials--gp {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1439px) {
  .testimonials--gp {
    padding-top: 60px !important;
    padding-bottom: 120px !important;
  }
}
.testimonials--gp-title {
  margin-bottom: 30px;
}
.testimonials--gp-slider .slick-list {
  padding: 0 30px !important;
}
@media (min-width: 1199px) {
  .testimonials--gp-slider .slick-list {
    padding: 0 !important;
  }
}
.testimonials--gp-slider .slick-slide {
  margin: 0 10px !important;
}
.testimonials--gp-slider .slick-prev,
.testimonials--gp-slider .slick-next {
  background-color: #7950E2 !important;
}
.testimonials--gp-slider .slick-prev {
  left: 0 !important;
}
@media (min-width: 1199px) {
  .testimonials--gp-slider .slick-prev {
    left: -10px !important;
  }
}
.testimonials--gp-slider .slick-next {
  right: 0 !important;
}
@media (min-width: 1199px) {
  .testimonials--gp-slider .slick-next {
    right: -10px !important;
  }
}
.testimonials--gp-slider-card {
  border: 1px solid #e4e8eb;
  padding: 15px;
}
@media (min-width: 1199px) {
  .testimonials--gp-slider-card {
    padding: 30px;
  }
}
.testimonials--gp-slider-card-inner-body {
  display: flex;
  gap: 20px;
}
.testimonials--gp-slider-card-inner-body .card-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials--gp-slider-card-inner-body .card-img img {
  display: block;
}
.testimonials--gp-slider-card-inner * {
  color: #000;
}

.work-section--gp:has(+ .our-blogs-section) {
  padding-top: 25px !important;
  margin-bottom: 25px !important;
}
@media (min-width: 768px) {
  .work-section--gp:has(+ .our-blogs-section) {
    padding-top: 35px !important;
    margin-bottom: 35px !important;
  }
}
@media (min-width: 992px) {
  .work-section--gp:has(+ .our-blogs-section) {
    padding-top: 45px !important;
    margin-bottom: 45px !important;
  }
}
@media (min-width: 1439px) {
  .work-section--gp:has(+ .our-blogs-section) {
    padding-top: 60px !important;
    margin-bottom: 60px !important;
  }
}
.work-section--gp.pb-150 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media (min-width: 768px) {
  .work-section--gp.pb-150 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (min-width: 992px) {
  .work-section--gp.pb-150 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1439px) {
  .work-section--gp.pb-150 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
.work-section--gp-row {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .work-section--gp-row.justify-content-between {
    justify-content: center !important;
  }
}
.work-section--gp-row .col-md-3 {
  justify-content: flex-start !important;
  max-width: 300px !important;
}
@media (max-width: 768px) {
  .work-section--gp-row .col-md-3 {
    margin-bottom: 30px;
  }
}
.work-section--gp-row .col-md-3:last-child {
  margin-bottom: 0;
}
.work-section--gp-row-dotted-line {
  position: absolute;
  top: calc(50% - 44px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  max-width: 53% !important;
  width: 100% !important;
  display: none;
}
@media (min-width: 768px) {
  .work-section--gp-row-dotted-line {
    display: block;
  }
}
@media (min-width: 1071px) {
  .work-section--gp-row-dotted-line {
    max-width: 63% !important;
  }
}
@media (min-width: 768px) {
  .work-section--gp-col {
    flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
  }
}
.work-section--gp-col-img {
  margin-top: 0 !important;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .work-section--gp-col-img {
    width: 130px;
    height: 130px;
  }
}
.work-section--gp-col-img img {
  width: 100%;
  flex: 0 0 40px;
  max-width: 40px;
  min-width: 40px;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .work-section--gp-col-img img {
    flex: 0 0 70px;
    max-width: 70px;
    min-width: 70px;
  }
}
.work-section--gp-col-content {
  text-align: center;
  margin-top: 20px;
}
.work-section--gp .browse-section::before, .work-section--gp .browse-section::after,
.work-section--gp .purchase-section::before,
.work-section--gp .purchase-section::after {
  display: none !important;
}
.work-section--gp .heading {
  padding-top: 0 !important;
  padding-bottom: 25px !important;
}
@media (min-width: 1199px) {
  .work-section--gp .heading {
    padding-bottom: 50px !important;
  }
}
.work-section--gp .heading h2 {
  font-weight: 600 !important;
}

.our-blogs-section .top-courses-section .card .blogs-img img {
  border-radius: 10px;
  object-fit: cover;
}
.our-blogs-section .top-courses-section .card .card-details .lets-read-btn a {
  color: #000;
  font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
}
.our-blogs-section .top-courses-section .card .card-details .lets-read-btn a .gp-arrow {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .our-blogs-section .top-courses-section .card .card-details .lets-read-btn a .gp-arrow {
    width: 24px;
    height: 24px;
  }
}
.our-blogs-section .top-courses-section .card .card-details .lets-read-btn a:hover {
  color: #7950E2;
}
.our-blogs-section .top-courses-section .card .card-details .lets-read-btn a:hover .gp-arrow svg path {
  fill: #7950E2;
}
.our-blogs-section .top-courses-section .card .card-details .lets-read-btn::after {
  display: none;
}
.our-blogs-section .top-courses-section .button-section a {
  margin-top: 0;
}
.development-section-main + .our-blogs-section {
  padding-top: 0 !important;
}

.blogs-section .button-section .view-btn {
  height: inherit !important;
}

.development-section .slick-prev,
.development-section .slick-next,
.development-section .card-inner-section {
  box-shadow: none !important;
  background-color: #7950E2 !important;
  border-color: #7950E2 !important;
}
.development-section .card-inner-section {
  border-color: #e9e9e9 !important;
}
.development-section .card-inner-section .card-body {
  padding: 15px 10px 10px !important;
}

.development-section--gp .carousal-item .slick-track .slick-slide {
  border: 1px solid #7950E2;
  padding: 5px;
  border-radius: 10px;
}
.development-section--gp .carousal-item .slick-track .slick-slide .card-inner-section {
  border: none !important;
}
.development-section--gp .carousal-item .slick-track .slick-slide .card-inner-section .img-section img {
  border-radius: 10px;
  object-fit: cover;
}
.development-section--gp .carousal-item .slick-track .slick-slide .card-inner-section .card-body .course-tag {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 5px;
  margin-top: 0;
}
.development-section--gp .carousal-item .slick-track .slick-slide .card-inner-section .card-title {
  line-height: inherit;
}
.development-section--gp .carousal-item .slick-track .slick-slide .card-inner-section .card-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.development-section--gp .carousal-item .slick-track .slick-slide .card-hover-section {
  border-radius: 10px;
}
.development-section--gp .carousal-item .slick-track .slick-slide .card-hover-section .hover-heart-btn {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
}
.development-section--gp .carousal-item .slick-track .slick-slide .card-hover-section .add-cart-btn-section > .add-to-cart-btn,
.development-section--gp .carousal-item .slick-track .slick-slide .card-hover-section .add-cart-btn-section > button,
.development-section--gp .carousal-item .slick-track .slick-slide .card-hover-section .add-cart-btn-section > a {
  border-radius: 33px !important;
  font-weight: 600 !important;
}

.slider-section .btn-wrapper {
  gap: 10px;
}
@media (min-width: 768px) {
  .slider-section .btn-wrapper {
    gap: 20px;
  }
}
.slider-section .btn-wrapper .btn-section a {
  margin-left: 0 !important;
  margin-right: 0;
}

.ielts-masthead {
  position: relative;
  /* margin-bottom: 25px;

    @media (min-width: $md) {
        margin-bottom: 35px;
    }

    @media (min-width: $lg) {
        margin-bottom: 45px;
    }

    @media (min-width: $xls-lap) {
        margin-bottom: 70px;
    } */
}
.ielts-masthead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #7950E2;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .ielts-masthead::before {
    background: linear-gradient(90deg, #6440FB 0%, rgba(100, 64, 251, 0) 76.82%);
  }
}
.ielts-masthead--content {
  position: relative;
  z-index: 2;
  padding: 20px 0 30px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .ielts-masthead--content {
    padding: 90px 0 50px;
  }
}
@media (min-width: 992px) {
  .ielts-masthead--content {
    padding: 90px 0;
    max-width: 650px;
  }
}
@media (min-width: 1280px) and (max-width: 1699px) {
  .ielts-masthead--content {
    padding: 90px 0 90px 9% !important;
  }
}
@media (min-width: 1499px) {
  .ielts-masthead--content {
    padding-top: 133px;
    padding-bottom: 133px;
    max-width: 909px;
  }
}
@media (min-width: 1699px) {
  .ielts-masthead--content {
    padding: 133px 0;
    max-width: 909px;
  }
}
.ielts-masthead--content h1 {
  position: relative;
  z-index: 4;
  margin-bottom: 20px;
  color: #fff;
}
.ielts-masthead--content p {
  position: relative;
  z-index: 4;
  margin-bottom: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .ielts-masthead--content p {
    margin-bottom: 30px;
  }
}
.ielts-masthead--content-inner {
  display: flex;
  flex-direction: column-reverse;
}
.ielts-masthead--bg-img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (min-width: 992px) {
  .ielts-masthead--bg-img {
    position: absolute;
  }
}
.ielts-masthead--bg-img-mobile {
  display: block;
  z-index: 4;
  position: relative;
  padding-top: 0;
  object-fit: cover;
  object-position: right;
  height: 250px;
}
@media (min-width: 576px) {
  .ielts-masthead--bg-img-mobile {
    margin: 0 auto;
    height: 350px;
  }
}
@media (min-width: 992px) {
  .ielts-masthead--bg-img-mobile {
    display: none;
    padding-top: 50px;
  }
}
.ielts-masthead--bg-img-desk {
  display: none;
}
@media (min-width: 992px) {
  .ielts-masthead--bg-img-desk {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: absolute;
  }
}

.ielts-success {
  padding: 25px 0 50px;
}
@media (min-width: 768px) {
  .ielts-success {
    padding: 35px 0 70px;
  }
}
@media (min-width: 992px) {
  .ielts-success {
    padding: 45px 0 90px;
  }
}
@media (min-width: 1199px) {
  .ielts-success {
    padding: 60px 0 120px;
  }
}
.ielts-success p {
  font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
  font-weight: 400;
  line-height: 1.688;
}
.ielts-success h2 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.ielts-success h2 span {
  color: #7950E2;
  margin-bottom: 0;
}
.ielts-success--heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .ielts-success--heading {
    margin-bottom: 35px;
  }
}
@media (min-width: 1439px) {
  .ielts-success--heading {
    margin-bottom: 50px;
  }
}
.ielts-success--heading p {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.ielts-success--heading p:only-child, .ielts-success--heading p:last-child {
  margin-bottom: 0;
}
.ielts-success--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1199px) {
  .ielts-success--wrapper {
    gap: 30px;
  }
}
.ielts-success--wrapper-box {
  max-width: 100%;
  flex: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  transition: all 300ms linear;
}
@media (min-width: 450px) {
  .ielts-success--wrapper-box {
    max-width: calc((100% - 20px) / 2);
    flex: calc((100% - 20px) / 2);
  }
}
@media (min-width: 768px) {
  .ielts-success--wrapper-box {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .ielts-success--wrapper-box {
    max-width: calc((100% - 40px) / 3);
    flex: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1199px) {
  .ielts-success--wrapper-box {
    max-width: calc((100% - 60px) / 3);
    flex: calc((100% - 60px) / 3);
  }
}
@media (min-width: 1380px) {
  .ielts-success--wrapper-box {
    max-width: calc((100% - 90px) / 4);
    flex: calc((100% - 90px) / 4);
  }
}
.ielts-success--wrapper-box:hover {
  transition: all 300ms linear;
  background: #7950E2;
  border: 1px solid #7950E2;
}
.ielts-success--wrapper-box:hover h5,
.ielts-success--wrapper-box:hover p {
  transition: all 300ms linear;
  color: #fff;
}
.ielts-success--wrapper-box:hover .ielts-success--wrapper-box-icon {
  background: #fff;
  transition: all 300ms linear;
}
.ielts-success--wrapper-box:hover .ielts-success--wrapper-box-icon svg path {
  fill: #7950E2;
  transition: all 300ms linear;
}
.ielts-success--wrapper-box-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F0ECFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  .ielts-success--wrapper-box-icon {
    width: 70px;
    height: 70px;
  }
}
.ielts-success--wrapper-box-icon svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  .ielts-success--wrapper-box-icon svg {
    width: 30px;
    height: 30px;
  }
}
.ielts-success--wrapper-box h5,
.ielts-success--wrapper-box p {
  max-width: 264px;
  text-align: center;
  color: #000;
  transition: all 300ms linear;
}
.ielts-success--wrapper-box h5 {
  margin-bottom: 10px;
}
.ielts-success--wrapper-box p:only-child, .ielts-success--wrapper-box p:last-child {
  margin-bottom: 0;
}

.ielts-Breakthrough {
  background: rgba(121, 80, 226, 0.05);
  padding: 25px 0;
}
@media (min-width: 768px) {
  .ielts-Breakthrough {
    padding: 35px 0;
  }
}
@media (min-width: 992px) {
  .ielts-Breakthrough {
    padding: 45px 0;
  }
}
@media (min-width: 1199px) {
  .ielts-Breakthrough {
    padding: 60px 0;
  }
}
.ielts-Breakthrough h2 {
  color: #000;
  margin-bottom: 20px;
}
.ielts-Breakthrough--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .ielts-Breakthrough--wrapper {
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .ielts-Breakthrough--wrapper {
    gap: 50px;
  }
}
@media (min-width: 1199px) {
  .ielts-Breakthrough--wrapper {
    gap: 70px;
  }
}
@media (min-width: 1699px) {
  .ielts-Breakthrough--wrapper {
    gap: 100px;
  }
}
.ielts-Breakthrough--wrapper-img {
  max-width: 100%;
  flex: 100%;
}
@media (min-width: 768px) {
  .ielts-Breakthrough--wrapper-img {
    max-width: 50.61%;
    flex: 50.61%;
  }
}
.ielts-Breakthrough--wrapper-img img {
  aspect-ratio: 1.952;
}
.ielts-Breakthrough--wrapper-content {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .ielts-Breakthrough--wrapper-content {
    max-width: 44.44%;
    flex: 0 0 44.44%;
  }
}
.ielts-Breakthrough--wrapper-content h2,
.ielts-Breakthrough--wrapper-content p {
  color: #000;
  margin-bottom: 20px;
}

.ielts-course {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .ielts-course {
    padding: 70px 0;
  }
}
@media (min-width: 992px) {
  .ielts-course {
    padding: 90px 0;
  }
}
@media (min-width: 1199px) {
  .ielts-course {
    padding: 120px 0;
  }
}
.ielts-course--wrapper {
  display: flex;
  gap: 25px;
  flex-direction: column;
  gap: 0.304%;
}
@media (min-width: 768px) {
  .ielts-course--wrapper {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
.ielts-course--wrapper-left {
  max-width: 100%;
  flex: 0 0 100%;
  order: 2;
}
@media (min-width: 768px) {
  .ielts-course--wrapper-left {
    order: 1;
    max-width: 53.048%;
    flex: 0 0 53.048%;
  }
}
.ielts-course--wrapper-left p {
  color: #000;
}
.ielts-course--wrapper-left-box {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #E1E1E1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 300ms linear;
}
@media (min-width: 576px) {
  .ielts-course--wrapper-left-box {
    align-items: center;
    flex-direction: row;
  }
}
.ielts-course--wrapper-left-box:hover {
  background: #7950E2;
  border-color: #7950E2;
  transition: all 300ms linear;
}
.ielts-course--wrapper-left-box:hover h5,
.ielts-course--wrapper-left-box:hover p {
  color: #fff;
  transition: all 300ms linear;
}
.ielts-course--wrapper-left-box:hover .ielts-course--wrapper-left-box-icon {
  background: #fff;
  transition: all 300ms linear;
}
.ielts-course--wrapper-left-box:hover .ielts-course--wrapper-left-box-icon svg path {
  fill: #7950E2;
  transition: all 300ms linear;
}
.ielts-course--wrapper-left-box:last-child, .ielts-course--wrapper-left-box:only-child {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .ielts-course--wrapper-left-box:last-child, .ielts-course--wrapper-left-box:only-child {
    margin-bottom: 40px;
  }
}
@media (min-width: 1380px) {
  .ielts-course--wrapper-left-box:last-child, .ielts-course--wrapper-left-box:only-child {
    margin-bottom: 50px;
  }
}
.ielts-course--wrapper-left-box:first-of-type {
  margin-top: 30px;
}
.ielts-course--wrapper-left-box-icon {
  width: 50px;
  flex: 0 0 50px;
  height: 50px;
  border-radius: 50%;
  background: #F0ECFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  .ielts-course--wrapper-left-box-icon {
    margin-bottom: 0;
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
  }
}
@media (min-width: 1380px) {
  .ielts-course--wrapper-left-box-icon {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
  }
}
.ielts-course--wrapper-left-box-icon svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  .ielts-course--wrapper-left-box-icon svg {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1380px) {
  .ielts-course--wrapper-left-box-icon svg {
    width: 30px;
    height: 30px;
  }
}
.ielts-course--wrapper-left-box-content h5,
.ielts-course--wrapper-left-box-content p {
  transition: all 300ms linear;
}
.ielts-course--wrapper-left-box-content h5 {
  margin-bottom: 6px;
}
@media (min-width: 1380px) {
  .ielts-course--wrapper-left-box-content h5 {
    margin-bottom: 10px;
  }
}
.ielts-course--wrapper-left-box-content p {
  margin-bottom: 0;
}
.ielts-course--wrapper-left .wp-block-button.fill-dark-alt {
  margin-top: 30px;
  display: block;
}
.ielts-course--wrapper-right {
  max-width: 100%;
  flex: 0 0 100%;
  order: 1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ielts-course--wrapper-right {
    margin-bottom: 0;
    order: 2;
    max-width: 43.902%;
    flex: 0 0 43.902%;
  }
}
.ielts-course--wrapper-right-img {
  aspect-ratio: 0.887;
  position: relative;
  border-radius: 20px;
}
.ielts-course--wrapper-right-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(100, 64, 251, 0) 0%, #6440FB 100%);
  border-radius: 20px;
}
.ielts-course--wrapper-right-img img {
  aspect-ratio: 0.887;
  position: absolute;
  bottom: 0;
  z-index: 3;
  border-radius: 20px;
}

.ielts-resources {
  background: rgba(121, 80, 226, 0.05);
  padding: 50px 0;
}
@media (min-width: 768px) {
  .ielts-resources {
    padding: 70px 0;
  }
}
@media (min-width: 992px) {
  .ielts-resources {
    padding: 90px 0;
  }
}
@media (min-width: 1199px) {
  .ielts-resources {
    padding: 120px 0;
  }
}
.ielts-resources .row:first-child {
  align-items: center;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .ielts-resources .row:first-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 1199px) {
  .ielts-resources .row:first-child {
    margin-bottom: 50px;
  }
}
.ielts-resources .row:first-child h2 {
  max-width: 680px;
}
@media (min-width: 768px) {
  .ielts-resources .row:first-child h2 {
    margin-bottom: 0;
  }
}
.ielts-resources--heading-text {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .ielts-resources--heading-text {
    flex-direction: row;
  }
}
.ielts-resources--heading-text .h5-size {
  color: #7950E2 !important;
  margin-bottom: 0 !important;
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem) !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
}
.ielts-resources--heading-text svg {
  flex: 0 0 96px;
  max-width: 96px;
  height: 87px;
  rotate: 9deg;
}
@media (max-width: 767px) {
  .ielts-resources--heading-text svg {
    flex: 0 0 70px;
    max-width: 70px;
    height: 80px;
    rotate: 352deg;
    transform: scaleX(-1);
  }
}
.ielts-resources--left {
  width: 100%;
  height: 420px;
  overflow: auto;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .ielts-resources--left {
    height: 753px;
    max-width: 500px;
  }
}
.ielts-resources--left-item {
  padding: 15px;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  transition: all 300ms linear;
}
.ielts-resources--left-item:last-child, .ielts-resources--left-item:only-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .ielts-resources--left-item {
    gap: 20px;
    padding: 20px;
  }
}
.ielts-resources--left-item:hover, .ielts-resources--left-item.active {
  background: #7950E2;
  border: 1px solid #7950E2;
  transition: all 300ms linear;
}
.ielts-resources--left-item:hover .ielts-resources--left-item-icon, .ielts-resources--left-item.active .ielts-resources--left-item-icon {
  background: #fff;
  transition: all 300ms linear;
}
.ielts-resources--left-item:hover .ielts-resources--left-item-icon svg path, .ielts-resources--left-item.active .ielts-resources--left-item-icon svg path {
  fill: #7950E2;
  transition: all 300ms linear;
}
.ielts-resources--left-item:hover .h5-size,
.ielts-resources--left-item:hover p, .ielts-resources--left-item.active .h5-size,
.ielts-resources--left-item.active p {
  color: #fff;
  transition: all 300ms linear;
}
.ielts-resources--left-item-icon {
  width: 50px;
  flex: 0 0 50px;
  height: 50px;
  border-radius: 50%;
  background: #F0ECFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  .ielts-resources--left-item-icon {
    margin-bottom: 0;
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
  }
}
@media (min-width: 1380px) {
  .ielts-resources--left-item-icon {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
  }
}
.ielts-resources--left-item-icon svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  .ielts-resources--left-item-icon svg {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1380px) {
  .ielts-resources--left-item-icon svg {
    width: 30px;
    height: 30px;
  }
}
.ielts-resources--left-item-text .h5-size,
.ielts-resources--left-item-text p {
  color: #000;
  transition: all 300ms linear;
}
.ielts-resources--left-item-text .h5-size {
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .ielts-resources--left-item-text .h5-size {
    margin-bottom: 10px;
  }
}
.ielts-resources--left-item-text p {
  margin-bottom: 0;
}
.ielts-resources--right {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .ielts-resources--right {
    height: 100%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .ielts-resources--right {
    padding: 30px;
  }
}
@media (min-width: 1199px) {
  .ielts-resources--right {
    padding: 50px;
  }
}
.ielts-resources--right-content {
  height: 100%;
}
.ielts-resources--right-content .h3-size {
  margin-bottom: 10px;
}
.ielts-resources--right-content .section-content * {
  color: #000;
}
.ielts-resources--right-content p:only-of-type, .ielts-resources--right-content p:last-child {
  margin-bottom: 0;
}
.ielts-resources--right-content a {
  display: flex;
}
.ielts-resources--right-content-outer {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  height: 375px;
  overflow: auto;
}
@media (min-width: 768px) {
  .ielts-resources--right-content-outer {
    height: 530px;
    margin-top: 30px;
  }
}
.ielts-resources--right-content-outer-box {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
  border: 1px solid #7950E2;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .ielts-resources--right-content-outer-box {
    margin-bottom: 20px;
    gap: 30px;
    padding: 20px;
  }
}
.ielts-resources--right-content-outer-box:last-child, .ielts-resources--right-content-outer-box:only-child {
  margin-bottom: 0;
}
.ielts-resources--right-content-outer-box-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ielts-resources--right-content-outer-box-title p {
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
}
.ielts-resources--right-content-outer-box-title svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ielts-offer {
  padding: 50px 0 25px;
}
@media (min-width: 768px) {
  .ielts-offer {
    padding: 70px 0 35px;
  }
}
@media (min-width: 992px) {
  .ielts-offer {
    padding: 90px 0 45px;
  }
}
@media (min-width: 1199px) {
  .ielts-offer {
    padding: 176px 0 60px;
  }
}
.ielts-offer h2 {
  font-weight: 700;
}
.ielts-offer--wrapper {
  border-radius: 20px;
  background: #7950E2;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
}
@media (min-width: 768px) {
  .ielts-offer--wrapper {
    padding: 35px;
  }
}
@media (min-width: 992px) {
  .ielts-offer--wrapper {
    flex-wrap: nowrap;
    gap: 30px;
    flex-direction: row;
    padding: 0 45px;
  }
}
@media (min-width: 1439px) {
  .ielts-offer--wrapper {
    padding: 0 50px;
  }
}
.ielts-offer--wrapper-left {
  order: 3;
}
@media (min-width: 992px) {
  .ielts-offer--wrapper-left {
    order: 1;
    padding: 45px 0;
  }
}
@media (min-width: 1439px) {
  .ielts-offer--wrapper-left {
    padding: 50px 0;
  }
}
.ielts-offer--wrapper-left h2 {
  font-size: clamp(1.875rem, 0.125vw + 1.85rem, 2rem);
}
.ielts-offer--wrapper-left h2,
.ielts-offer--wrapper-left p {
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 1380px) {
  .ielts-offer--wrapper-left h2,
  .ielts-offer--wrapper-left p {
    margin-bottom: 30px;
  }
}
.ielts-offer--wrapper-left-list {
  display: grid;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 576px) {
  .ielts-offer--wrapper-left-list {
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 1380px) {
  .ielts-offer--wrapper-left-list {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 20px;
  }
}
.ielts-offer--wrapper-left-list-text {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ielts-offer--wrapper-left-list-text svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.ielts-offer--wrapper-left-list-text p {
  color: #fff;
  margin-bottom: 0;
}
.ielts-offer--wrapper-img {
  flex: 0 0 100%;
  max-width: 100%;
  order: 1;
}
@media (min-width: 450px) {
  .ielts-offer--wrapper-img {
    flex: 0 0 calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 992px) {
  .ielts-offer--wrapper-img {
    order: 2;
    flex: 0 0 29.987%;
    max-width: 29.987%;
    height: auto;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media (min-width: 1439px) {
  .ielts-offer--wrapper-img {
    align-items: flex-end;
  }
}
.ielts-offer--wrapper-img img {
  aspect-ratio: 0.855;
}
@media (min-width: 992px) {
  .ielts-offer--wrapper-img img {
    margin-top: -130px;
  }
}
.ielts-offer--wrapper-right {
  order: 2;
}
@media (min-width: 420px) {
  .ielts-offer--wrapper-right {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .ielts-offer--wrapper-right {
    flex: 0 0 calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 420px) {
  .ielts-offer--wrapper-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .ielts-offer--wrapper-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: 3;
    padding: 45px 0;
  }
}
@media (min-width: 1439px) {
  .ielts-offer--wrapper-right {
    padding: 70px 0;
  }
}
.ielts-offer--wrapper-right h3 {
  color: #fff !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
}
@media (min-width: 992px) {
  .ielts-offer--wrapper-right h3 {
    margin-bottom: 40px !important;
  }
}
.ielts-offer--wrapper-right .wp-block-button a {
  white-space: nowrap;
}

.ielts-quotes {
  overflow: hidden;
  padding: 25px 0 50px;
}
@media (min-width: 768px) {
  .ielts-quotes {
    padding: 35px 0 70px;
  }
}
@media (min-width: 992px) {
  .ielts-quotes {
    padding: 45px 0 90px;
  }
}
@media (min-width: 1199px) {
  .ielts-quotes {
    padding: 60px 0 120px;
  }
}
.ielts-quotes--heading {
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  .ielts-quotes--heading {
    margin-bottom: 65px;
  }
}
@media (min-width: 1380px) {
  .ielts-quotes--heading {
    margin-bottom: 86px;
  }
}
.ielts-quotes--heading h2 {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .ielts-quotes--heading h2 {
    text-align: center;
  }
}
.ielts-quotes--heading p {
  color: #000;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .ielts-quotes--heading p {
    text-align: center;
  }
}
.ielts-quotes .slick-arrow {
  display: none !important;
}
.ielts-quotes .ielts-quotes--wrapper {
  overflow: visible;
}
.ielts-quotes .slick-list {
  overflow: visible !important;
}
.ielts-quotes--wrapper {
  display: flex;
  gap: 25px;
}
@media (min-width: 768px) {
  .ielts-quotes--wrapper {
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .ielts-quotes--wrapper {
    gap: 40px;
  }
}
@media (min-width: 1439px) {
  .ielts-quotes--wrapper {
    gap: 50px;
  }
}
.ielts-quotes--wrapper-box {
  padding: 10px 20px 20px;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.ielts-quotes--wrapper-box p {
  font-style: italic;
  color: #000;
}
.ielts-quotes--wrapper-box-img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ielts-quotes--wrapper-box-img:has(.ielts-quotes--wrapper-box-img-name) {
  background: #7950E2;
}
@media (min-width: 992px) {
  .ielts-quotes--wrapper-box-img {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
  }
}
.ielts-quotes--wrapper-box-img img {
  border-radius: 50%;
  object-fit: cover;
}
.ielts-quotes--wrapper-box-img-name {
  color: #fff;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  line-height: 1.7;
}
.ielts-quotes--wrapper-box-icon {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}
.ielts-quotes--wrapper-box-icon svg {
  max-width: 35px;
  max-height: 25px;
  flex: 0 0 35px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .ielts-quotes--wrapper-box-icon svg {
    max-width: 42px;
    max-height: 30px;
    flex: 0 0 42px;
  }
}
.ielts-quotes--wrapper-box p.quote {
  font-style: italic;
  margin-bottom: 20px;
  color: #000;
}
.ielts-quotes--wrapper-box p.name {
  margin-bottom: 0;
  color: #7950E2;
  font-weight: 600;
}

.ielts-formula {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .ielts-formula {
    padding: 70px 0;
  }
}
@media (min-width: 992px) {
  .ielts-formula {
    padding: 90px 0;
  }
}
@media (min-width: 1439px) {
  .ielts-formula {
    padding: 120px 0;
  }
}
.ielts-formula--bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: cover;
}
.ielts-formula::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(121, 80, 226, 0.8);
  z-index: 3;
}
.ielts-formula .wp-block-button {
  position: relative;
  z-index: 4;
}
.ielts-formula .h1-big {
  z-index: 4;
  position: relative;
  color: #fff;
}
.ielts-formula h2,
.ielts-formula p {
  z-index: 4;
  position: relative;
  color: #fff;
  max-width: 1318px;
  margin-bottom: 20px;
}
@media (min-width: 1380px) {
  .ielts-formula h2,
  .ielts-formula p {
    margin-bottom: 30px;
  }
}

.ielts-faq {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .ielts-faq {
    padding: 70px 0;
  }
}
@media (min-width: 992px) {
  .ielts-faq {
    padding: 90px 0;
  }
}
@media (min-width: 1439px) {
  .ielts-faq {
    padding: 120px 0;
  }
}
.ielts-faq h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .ielts-faq h2 {
    margin-bottom: 3rem;
  }
}
.ielts-faq--wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.ielts-faq--wrapper-details {
  cursor: pointer;
  margin-bottom: 15px;
  padding: 15px 40px 15px 15px;
  position: relative;
  transition: all 300ms linear;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .ielts-faq--wrapper-details {
    margin-bottom: 20px;
    padding: 20px 50px 20px 20px;
  }
}
.ielts-faq--wrapper-details:last-child {
  margin-bottom: 0;
}
.ielts-faq--wrapper-details.active {
  background: #7950E2;
  border-color: #7950E2;
  cursor: default;
  transition: all 300ms linear;
}
.ielts-faq--wrapper-details.active .ielts-faq--wrapper-details-cont-icon svg {
  rotate: 0deg;
  transition: all 300ms linear;
}
.ielts-faq--wrapper-details.active .ielts-faq--wrapper-details-cont-icon svg path {
  fill: #fff;
}
.ielts-faq--wrapper-details.active h6 {
  color: #fff;
  font-weight: 600;
}
.ielts-faq--wrapper-details.active .ielts-faq--wrapper-details-answer * {
  color: #fff;
}
.ielts-faq--wrapper-details.active p {
  color: #fff;
}
.ielts-faq--wrapper-details-cont {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: space-between;
}
.ielts-faq--wrapper-details-cont h6 {
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
.ielts-faq--wrapper-details-cont-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .ielts-faq--wrapper-details-cont-icon {
    right: 20px;
  }
}
.ielts-faq--wrapper-details-cont-icon svg {
  transition: all 300ms linear;
  width: 20px;
  rotate: 180deg;
  flex: 0 0 20px;
  height: 20px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .ielts-faq--wrapper-details-cont-icon svg {
    width: 24px;
    flex: 0 0 24px;
    height: 24px;
  }
}
.ielts-faq--wrapper-details-cont-icon svg path {
  fill: #7950E2;
}
.ielts-faq--wrapper-details-answer {
  margin-top: 10px;
}
.ielts-faq--wrapper-details-answer ul {
  margin: 0 0 20px 5px;
}
.ielts-faq--wrapper-details-answer p {
  color: #000;
}
.ielts-faq--wrapper-details-answer p:only-child, .ielts-faq--wrapper-details-answer p:last-child {
  margin-bottom: 0;
}

.papper-popup {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s ease, visibility 0.6s ease, z-index 0s linear 0.6s;
  pointer-events: none;
  z-index: -1;
}
.papper-popup .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  border-radius: 20px;
}
.papper-popup.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
  transition: opacity 0.6s ease, visibility 0s, z-index 0s;
}
.papper-popup.active .papper-popup--wrap {
  transform: scale(1);
  pointer-events: auto;
}
.papper-popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
.papper-popup--wrap {
  position: relative;
  z-index: 999;
  background: #fff;
  border-radius: 20px;
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
  transform: scale(0.25);
  transition: transform 0.6s ease;
}
.papper-popup--wrap-heading {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #fff;
  /* popup middile btn */
  /* end */
}
@media (min-width: 992px) {
  .papper-popup--wrap-heading {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 1439px) {
  .papper-popup--wrap-heading {
    padding: 30px;
  }
}
.papper-popup--wrap-heading-text p {
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.papper-popup--wrap-heading-text p.small {
  margin-bottom: 0;
  color: #B0B0B0;
}
.papper-popup--wrap-heading-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}
.papper-popup--wrap-heading-data div {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.papper-popup--wrap-heading-data .is-style-check a {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #7950E2;
  padding: 11px 15px;
  border-radius: 45px;
  font-size: 14px;
  color: #7950E2;
  line-height: 1.286;
  font-weight: 600;
  transition: all 300ms linear;
}
.papper-popup--wrap-heading-data .is-style-check a .gp-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms linear;
  width: 18px;
  height: 18px;
}
@media (min-width: 992px) {
  .papper-popup--wrap-heading-data .is-style-check a .gp-arrow {
    width: 20px;
    height: 20px;
  }
}
.papper-popup--wrap-heading-data .is-style-check a .gp-arrow svg path {
  fill: #7950E2;
  stroke: #7950E2;
}
.papper-popup--wrap-heading-data .is-style-check a .gp-arrow svg circle {
  stroke: #7950E2;
}
.papper-popup--wrap-heading-data .is-style-check a.completed {
  background: #7950E2;
  color: #fff;
}
.papper-popup--wrap-heading-data .is-style-check a.completed .gp-arrow svg path {
  fill: #7950E2;
  stroke: #7950E2;
}
.papper-popup--wrap-heading-data .is-style-check a.completed .gp-arrow svg circle {
  stroke: #fff;
  fill: #fff;
}
.papper-popup--wrap-heading-data .outer {
  display: flex;
  align-items: center;
}
.papper-popup--wrap-heading-data .outer .timming-btn {
  display: flex;
  gap: 10px;
  align-items: center;
}
.papper-popup--wrap-heading-data .outer .timming-btn img,
.papper-popup--wrap-heading-data .outer .timming-btn .warning-img {
  cursor: pointer;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.papper-popup--wrap-heading-data .outer .timming-btn .warning-text {
  z-index: 100;
  display: none;
  padding: 10px;
  position: absolute;
  max-width: 336px;
  width: 336px;
  border-radius: 20px;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.papper-popup--wrap-heading-data .outer .timming-btn .warning-text p.small {
  cursor: default;
  color: #777777;
  margin-bottom: 0;
}
.papper-popup--wrap-heading-data .outer .timming-btn .stopwatch-button a {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #7950E2;
  padding: 11px 20px;
  border-radius: 45px;
  font-size: 14px;
  color: #7950E2;
  line-height: 1.286;
  font-weight: 600;
  transition: all 300ms linear;
}
@media (min-width: 992px) {
  .papper-popup--wrap-heading-data .outer .timming-btn .stopwatch-button a {
    padding: 12px 20px;
  }
}
.papper-popup--wrap-heading-data .outer .timming-btn .stopwatch-button a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .papper-popup--wrap-heading-data .outer .timming-btn .stopwatch-button a img {
    width: 24px;
    height: 24px;
  }
}
.papper-popup--wrap-heading-data .outer .timmer {
  display: none;
}
.papper-popup--wrap-heading-data .outer .timmer-activity {
  display: flex;
  gap: 8px;
  align-items: center;
}
.papper-popup--wrap-heading-data .outer .timmer-activity p,
.papper-popup--wrap-heading-data .outer .timmer-activity p.clock-time {
  margin-bottom: 0;
  color: #7950E2;
  font-size: clamp(1.125rem, 0.25vw + 1.075rem, 1.375rem);
  line-height: 1.273;
  font-weight: 600;
  width: 6.7ch;
}
.papper-popup--wrap-heading-data .outer .timmer-activity .actions .pause-icon {
  display: none;
}
.papper-popup--wrap-heading-data .outer .timmer-activity img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  cursor: pointer;
}
.papper-popup--wrap-heading-cancel img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  cursor: pointer;
}
.papper-popup--wrap:not(:has(.papper-popup--wrap-bottom)) .papper-popup--wrap-media-video video, .papper-popup--wrap:not(:has(.papper-popup--wrap-bottom)) .papper-popup--wrap-media-video::before {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.papper-popup--wrap-media-image {
  display: none;
  height: calc(100vh - 250px);
}
@media (min-width: 1439px) {
  .papper-popup--wrap-media-image {
    height: calc(100vh - 300px);
  }
}
@media (min-width: 1540px) {
  .papper-popup--wrap-media-image {
    height: 583px;
  }
}
.papper-popup--wrap-media-image iframe {
  height: 100% !important;
}
.papper-popup--wrap-media-image-answer {
  display: none;
  height: calc(100vh - 250px);
}
@media (min-width: 1439px) {
  .papper-popup--wrap-media-image-answer {
    height: calc(100vh - 300px);
  }
}
@media (min-width: 1540px) {
  .papper-popup--wrap-media-image-answer {
    height: 583px;
  }
}
.papper-popup--wrap-media-image-answer iframe {
  height: 100% !important;
}
.papper-popup--wrap-media-image-answer img {
  width: 100%;
  object-fit: cover;
  height: calc(100vh - 250px);
}
@media (min-width: 1439px) {
  .papper-popup--wrap-media-image-answer img {
    height: calc(100vh - 300px);
  }
}
@media (min-width: 1540px) {
  .papper-popup--wrap-media-image-answer img {
    height: 583px;
  }
}
.papper-popup--wrap-media-image img {
  width: 100%;
  object-fit: cover;
  height: calc(100vh - 250px);
}
@media (min-width: 1439px) {
  .papper-popup--wrap-media-image img {
    height: calc(100vh - 300px);
  }
}
@media (min-width: 1540px) {
  .papper-popup--wrap-media-image img {
    height: 583px;
  }
}
.papper-popup--wrap-media-video {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 250px);
}
@media (min-width: 1439px) {
  .papper-popup--wrap-media-video {
    max-height: calc(100vh - 300px);
  }
}
@media (min-width: 1540px) {
  .papper-popup--wrap-media-video {
    max-height: 583px;
  }
}
.papper-popup--wrap-media-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 5px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media (min-width: 1071px) {
  .papper-popup--wrap-media-video::before {
    height: calc(100% - 0px);
  }
}
.papper-popup--wrap-media-video.played::before {
  display: none;
}
.papper-popup--wrap-media-video video {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: relative;
  z-index: 1;
  max-height: calc(100vh - 250px);
}
@media (min-width: 1439px) {
  .papper-popup--wrap-media-video video {
    max-height: calc(100vh - 300px);
  }
}
@media (min-width: 1540px) {
  .papper-popup--wrap-media-video video {
    max-height: 583px;
  }
}
.papper-popup--wrap-media-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: transparent;
  z-index: 4;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.papper-popup--wrap-media-video-btn.hidden {
  display: none;
}
.papper-popup--wrap-media-video-btn p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .papper-popup--wrap-media-video-btn p {
    margin-top: 15px;
  }
}
.papper-popup--wrap-media-video-btn svg {
  max-width: 50px;
  flex: 0 0 50px;
  max-height: 50px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .papper-popup--wrap-media-video-btn svg {
    max-width: 60px;
    flex: 0 0 60px;
    max-height: 60px;
  }
}
@media (min-width: 1380px) {
  .papper-popup--wrap-media-video-btn svg {
    max-width: 80px;
    flex: 0 0 80px;
    max-height: 80px;
  }
}
.papper-popup--wrap-bottom {
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  /* notes btn */
  /* end */
}
.papper-popup--wrap-bottom.only-back {
  justify-content: flex-end;
}
@media (min-width: 1439px) {
  .papper-popup--wrap-bottom {
    padding: 30px;
  }
}
.papper-popup--wrap-bottom:has(> div:only-of-type) {
  justify-content: center;
}
.papper-popup--wrap-bottom .actions {
  display: flex;
}
.papper-popup--wrap-bottom .actions .wp-block-button a {
  padding: 10px 17px;
  background: #F0ECFF;
  border-radius: 45px;
  color: #7950E2;
  display: flex;
  gap: 10px;
  align-items: center;
}
.papper-popup--wrap-bottom .actions .wp-block-button a svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .papper-popup--wrap-bottom .actions .wp-block-button a svg {
    width: 24px;
    height: 24px;
  }
}
.papper-popup--wrap-bottom .actions .show-video-btn {
  display: none;
}
.papper-popup--wrap-bottom .notes .wp-block-button a {
  padding: 10px 17px;
  background: #7950E2;
  border-radius: 45px;
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}
.papper-popup--wrap-bottom .notes .wp-block-button a svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.papper-popup--wrap-bottom .back-link .back-video-link {
  display: none;
}
.papper-popup--wrap-bottom .back-link .back-paper-link {
  display: none;
}

.ielts-mega-course {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .ielts-mega-course {
    padding: 70px 0;
  }
}
@media (min-width: 992px) {
  .ielts-mega-course {
    padding: 90px 0;
  }
}
@media (min-width: 1439px) {
  .ielts-mega-course {
    padding: 120px 0;
  }
}
.ielts-mega-course p {
  font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
  font-weight: 400;
  line-height: 1.688;
}
.ielts-mega-course h2 {
  white-space: pre-line;
  color: #000;
  margin-bottom: 20px;
}
.ielts-mega-course h2 span {
  color: #7950E2;
  margin-bottom: 0;
}
.ielts-mega-course--heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  max-width: 1016px;
}
@media (min-width: 992px) {
  .ielts-mega-course--heading {
    margin-bottom: 35px;
  }
}
@media (min-width: 1439px) {
  .ielts-mega-course--heading {
    margin-bottom: 50px;
  }
}
.ielts-mega-course--heading p {
  color: #000;
  margin-bottom: 20px;
}
.ielts-mega-course--heading p:only-child, .ielts-mega-course--heading p:last-child {
  margin-bottom: 0;
}
.ielts-mega-course--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 992px) {
  .ielts-mega-course--wrapper {
    gap: 30px;
  }
}
@media (min-width: 1380px) {
  .ielts-mega-course--wrapper {
    gap: 50px;
  }
}
.ielts-mega-course--wrapper-box {
  max-width: 100%;
  flex: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  transition: all 300ms linear;
}
@media (min-width: 450px) {
  .ielts-mega-course--wrapper-box {
    max-width: calc((100% - 20px) / 2);
    flex: calc((100% - 20px) / 2);
  }
}
@media (min-width: 992px) {
  .ielts-mega-course--wrapper-box {
    max-width: calc((100% - 60px) / 3);
    flex: calc((100% - 60px) / 3);
    padding: 30px 20px;
  }
}
@media (min-width: 1380px) {
  .ielts-mega-course--wrapper-box {
    max-width: calc((100% - 150px) / 4);
    flex: calc((100% - 150px) / 4);
  }
}
.ielts-mega-course--wrapper-box:hover {
  transition: all 300ms linear;
  background: #7950E2;
  border: 1px solid #7950E2;
}
.ielts-mega-course--wrapper-box:hover h5,
.ielts-mega-course--wrapper-box:hover p {
  transition: all 300ms linear;
  color: #fff;
}
.ielts-mega-course--wrapper-box:hover .ielts-success--wrapper-box-icon {
  background: #fff;
  transition: all 300ms linear;
}
.ielts-mega-course--wrapper-box:hover .ielts-success--wrapper-box-icon svg path {
  fill: #7950E2;
  transition: all 300ms linear;
}
.ielts-mega-course--wrapper-box:hover .fill-dark-alt a {
  border: 1px solid #fff;
}
.ielts-mega-course--wrapper-box-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F0ECFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  .ielts-mega-course--wrapper-box-icon {
    width: 70px;
    height: 70px;
  }
}
.ielts-mega-course--wrapper-box-icon svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  .ielts-mega-course--wrapper-box-icon svg {
    width: 30px;
    height: 30px;
  }
}
.ielts-mega-course--wrapper-box h5,
.ielts-mega-course--wrapper-box p {
  text-align: center;
  color: #000;
  transition: all 300ms linear;
}
.ielts-mega-course--wrapper-box h5 {
  margin-bottom: 10px;
}
.ielts-mega-course--wrapper-box p {
  flex: 1;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .ielts-mega-course--wrapper-box p {
    margin-bottom: 20px;
  }
}
.ielts-mega-course--wrapper-box p:only-child, .ielts-mega-course--wrapper-box p:last-child {
  margin-bottom: 0;
}

.ielts-test-group {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  /* Page Overlay */
}
@media (min-width: 768px) {
  .ielts-test-group {
    padding: 70px 0;
  }
}
@media (min-width: 992px) {
  .ielts-test-group {
    padding: 90px 0;
  }
}
@media (min-width: 1439px) {
  .ielts-test-group {
    padding: 120px 0;
  }
}
.ielts-test-group .back-btn {
  margin-bottom: 20px;
}
.ielts-test-group .back-btn svg {
  rotate: 180deg;
}
.ielts-test-group--heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .ielts-test-group--heading {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .ielts-test-group--heading {
    margin-bottom: 35px;
  }
}
@media (min-width: 1439px) {
  .ielts-test-group--heading {
    margin-bottom: 50px;
  }
}
.ielts-test-group--heading-text {
  max-width: 909px;
}
.ielts-test-group--heading-text h2 {
  margin-bottom: 20px;
}
.ielts-test-group--heading-text p {
  color: #000;
}
.ielts-test-group--heading-text p:only-of-type, .ielts-test-group--heading-text p:last-child {
  margin-bottom: 0;
}
.ielts-test-group--heading-select {
  max-width: 275px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.ielts-test-group--heading-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: visible;
  cursor: pointer;
  border: 1px solid #E1E1E1;
  background: #fff;
  padding: 20px 50px 20px 20px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  color: #7950E2;
  font-weight: 600;
}
.ielts-test-group--heading-select select:focus {
  box-shadow: none;
  border-color: #e1e1e1;
}
.ielts-test-group--heading-select select option {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1002;
  padding-left: 200px;
}
.ielts-test-group--heading-select-trigger {
  position: relative;
}
.ielts-test-group--heading-select-trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  object-fit: contain;
  overflow: visible;
  pointer-events: none;
  background: url("../asset/img/dark-down-arrow.svg");
}
.ielts-test-group--heading-select-trigger p {
  color: #7950E2;
  margin-bottom: 0;
}
.ielts-test-group--heading-select-trigger svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
  overflow: visible;
  rotate: 180deg;
}
.ielts-test-group--heading-select-trigger svg path {
  fill: #7950E2;
}
.ielts-test-group--heading-select-options {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1002;
  padding: 20px;
}
.ielts-test-group--heading-select-options-text {
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
  cursor: pointer;
  display: block;
}
.ielts-test-group--heading-select-options-text:last-child, .ielts-test-group--heading-select-options-text:only-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.ielts-test-group--wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  overflow: visible;
}
@media (min-width: 768px) {
  .ielts-test-group--wrapper {
    column-gap: 20px;
    flex-direction: row;
  }
}
@media (min-width: 1199px) {
  .ielts-test-group--wrapper {
    column-gap: 30px;
  }
}
.ielts-test-group--wrapper-left {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .ielts-test-group--wrapper-left {
    max-width: calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
  }
}
@media (min-width: 1199px) {
  .ielts-test-group--wrapper-left {
    max-width: calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
  }
}
.ielts-test-group--wrapper-left-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  margin-bottom: 15px;
  transition: all 300ms linear;
}
@media (min-width: 992px) {
  .ielts-test-group--wrapper-left-item {
    gap: 20px;
  }
}
.ielts-test-group--wrapper-left-item:last-child, .ielts-test-group--wrapper-left-item:only-of-type {
  margin-bottom: 0;
}
.ielts-test-group--wrapper-left-item:hover, .ielts-test-group--wrapper-left-item.active {
  background: #7950E2;
  border: 1px solid #7950E2;
  transition: all 300ms linear;
}
.ielts-test-group--wrapper-left-item:hover p, .ielts-test-group--wrapper-left-item.active p {
  color: #fff;
  transition: all 300ms linear;
}
.ielts-test-group--wrapper-left-item.active {
  cursor: not-allowed;
}
.ielts-test-group--wrapper-left-item.completed svg path {
  fill: #fff;
  stroke: #fff;
}
.ielts-test-group--wrapper-left-item.completed svg circle {
  stroke: #7950E2;
  fill: #7950E2;
}
.ielts-test-group--wrapper-left-item.completed:hover svg path {
  fill: #7950E2;
  stroke: #7950E2;
}
.ielts-test-group--wrapper-left-item.completed:hover svg circle {
  stroke: #fff;
  fill: #fff;
}
.ielts-test-group--wrapper-left-item.completed.active svg path {
  fill: #7950E2;
  stroke: #7950E2;
}
.ielts-test-group--wrapper-left-item.completed.active svg circle {
  stroke: #fff;
  fill: #fff;
}
.ielts-test-group--wrapper-left-item-text p {
  transition: all 300ms linear;
  margin-bottom: 6px;
  color: #000;
  font-weight: 600;
}
@media (min-width: 992px) {
  .ielts-test-group--wrapper-left-item-text p {
    margin-bottom: 10px;
  }
}
.ielts-test-group--wrapper-left-item-text p.small {
  margin-bottom: 0;
  color: #B0B0B0;
}
.ielts-test-group--wrapper-left-item svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.ielts-test-group--wrapper-left-pagination {
  margin-top: 0 !important;
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.ielts-test-group--wrapper-left-pagination .prev-btn svg {
  rotate: 180deg;
}
.ielts-test-group--wrapper-right {
  max-width: 100%;
  flex: 0 0 100%;
  height: 100%;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ielts-test-group--wrapper-right {
    margin-top: 0;
    max-width: calc(75% - 10px);
    flex: 0 0 calc(75% - 10px);
  }
}
@media (min-width: 1199px) {
  .ielts-test-group--wrapper-right {
    max-width: calc(75% - 15px);
    flex: 0 0 calc(75% - 15px);
  }
}
.ielts-test-group--wrapper-right-box {
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  background: #fff;
  display: none;
}
.ielts-test-group--wrapper-right-box:first-of-type {
  display: block;
}
.ielts-test-group--wrapper-right-box-heading {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .ielts-test-group--wrapper-right-box-heading {
    flex-direction: row;
    align-items: center;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .ielts-test-group--wrapper-right-box-heading {
    padding: 30px;
  }
}
.ielts-test-group--wrapper-right-box-heading-text {
  max-width: 650px;
}
.ielts-test-group--wrapper-right-box-heading-text p {
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.ielts-test-group--wrapper-right-box-heading-text p:first-child {
  font-size: clamp(0.875rem, 0.536vw + 0.768rem, 1.25rem);
  line-height: 1.25;
}
.ielts-test-group--wrapper-right-box-heading-text p.module-subtitle {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  overflow-wrap: break-word;
}
.ielts-test-group--wrapper-right-box-heading-text p.small {
  margin-bottom: 0;
  color: #B0B0B0;
}
.ielts-test-group--wrapper-right-box-heading-data {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 768px) {
  .ielts-test-group--wrapper-right-box-heading-data {
    justify-content: flex-end;
    gap: 20px;
  }
}
.ielts-test-group--wrapper-right-box-heading-data .is-style-check a {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #7950E2;
  padding: 11px 15px;
  border-radius: 45px;
  font-size: 14px;
  color: #7950E2;
  line-height: 1.286;
  font-weight: 600;
  transition: all 300ms linear;
}
.ielts-test-group--wrapper-right-box-heading-data .is-style-check a .gp-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms linear;
  width: 18px;
  height: 18px;
}
@media (min-width: 992px) {
  .ielts-test-group--wrapper-right-box-heading-data .is-style-check a .gp-arrow {
    width: 20px;
    height: 20px;
  }
}
.ielts-test-group--wrapper-right-box-heading-data .is-style-check a .gp-arrow svg path {
  fill: #7950E2;
  stroke: #7950E2;
}
.ielts-test-group--wrapper-right-box-heading-data .is-style-check a .gp-arrow svg circle {
  stroke: #7950E2;
}
.ielts-test-group--wrapper-right-box-heading-data .is-style-check a.completed {
  background: #7950E2;
  color: #fff;
}
.ielts-test-group--wrapper-right-box-heading-data .is-style-check a.completed .gp-arrow svg path {
  fill: #7950E2;
  stroke: #7950E2;
}
.ielts-test-group--wrapper-right-box-heading-data .is-style-check a.completed .gp-arrow svg circle {
  stroke: #fff;
  fill: #fff;
}
.ielts-test-group--wrapper-right-box-heading-data .outer {
  display: flex;
  align-items: center;
}
.ielts-test-group--wrapper-right-box-heading-data .outer .timming-btn {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ielts-test-group--wrapper-right-box-heading-data .outer .timming-btn img,
.ielts-test-group--wrapper-right-box-heading-data .outer .timming-btn .warning-img {
  cursor: pointer;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.ielts-test-group--wrapper-right-box-heading-data .outer .timming-btn .warning-text {
  z-index: 100;
  display: none;
  padding: 10px;
  position: absolute;
  max-width: 336px;
  width: 336px;
  border-radius: 20px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.ielts-test-group--wrapper-right-box-heading-data .outer .timming-btn .warning-text p.small {
  cursor: default;
  color: #777777;
  margin-bottom: 0;
}
.ielts-test-group--wrapper-right-box-heading-data .outer .timming-btn .stopwatch-button a {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #7950E2;
  padding: 11px 20px;
  border-radius: 45px;
  font-size: 14px;
  color: #7950E2;
  line-height: 1.286;
  font-weight: 600;
  transition: all 300ms linear;
}
@media (min-width: 992px) {
  .ielts-test-group--wrapper-right-box-heading-data .outer .timming-btn .stopwatch-button a {
    padding: 12px 20px;
  }
}
.ielts-test-group--wrapper-right-box-heading-data .outer .timming-btn .stopwatch-button a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (min-width: 992px) {
  .ielts-test-group--wrapper-right-box-heading-data .outer .timming-btn .stopwatch-button a img {
    width: 24px;
    height: 24px;
  }
}
.ielts-test-group--wrapper-right-box-heading-data .outer .timmer {
  display: none;
}
.ielts-test-group--wrapper-right-box-heading-data .outer .timmer-activity {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ielts-test-group--wrapper-right-box-heading-data .outer .timmer-activity p,
.ielts-test-group--wrapper-right-box-heading-data .outer .timmer-activity p.clock-time {
  margin-bottom: 0;
  color: #7950E2;
  font-size: clamp(1.125rem, 0.25vw + 1.075rem, 1.375rem);
  line-height: 1.273;
  font-weight: 600;
  width: 6.7ch;
}
.ielts-test-group--wrapper-right-box-heading-data .outer .timmer-activity .actions .pause-icon {
  display: none;
}
.ielts-test-group--wrapper-right-box-heading-data .outer .timmer-activity img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  cursor: pointer;
}
.ielts-test-group--wrapper-right-box-media-image {
  display: none;
}
.ielts-test-group--wrapper-right-box-media-image-answer {
  display: none;
}
.ielts-test-group--wrapper-right-box-media-image-answer .wonderplugin-pdf-iframe {
  object-fit: cover;
}
.ielts-test-group--wrapper-right-box-media-image-answer img {
  width: 100%;
  height: 583px;
  object-fit: cover;
}
.ielts-test-group--wrapper-right-box-media-image img {
  width: 100%;
  height: 583px;
  object-fit: cover;
}
.ielts-test-group--wrapper-right-box-media-video {
  position: relative;
}
.ielts-test-group--wrapper-right-box-media-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.ielts-test-group--wrapper-right-box-media-video.played::before {
  display: none;
}
.ielts-test-group--wrapper-right-box-media-video video {
  width: 100%;
  max-height: 583px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ielts-test-group--wrapper-right-box-media-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: transparent;
  z-index: 4;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ielts-test-group--wrapper-right-box-media-video-btn.hidden {
  display: none;
}
.ielts-test-group--wrapper-right-box-media-video-btn p {
  margin-top: 15px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}
.ielts-test-group--wrapper-right-box-media-video-btn svg {
  max-width: 50px;
  flex: 0 0 50px;
  max-height: 50px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .ielts-test-group--wrapper-right-box-media-video-btn svg {
    max-width: 60px;
    flex: 0 0 60px;
    max-height: 60px;
  }
}
@media (min-width: 1380px) {
  .ielts-test-group--wrapper-right-box-media-video-btn svg {
    max-width: 80px;
    flex: 0 0 80px;
    max-height: 80px;
  }
}
.ielts-test-group--wrapper-right-box-bottom {
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .ielts-test-group--wrapper-right-box-bottom {
    padding: 30px;
  }
}
.ielts-test-group--wrapper-right-box-bottom:has(> div:only-of-type) {
  justify-content: center;
}
.ielts-test-group--wrapper-right-box-bottom .actions {
  display: flex;
}
.ielts-test-group--wrapper-right-box-bottom .actions .wp-block-button a {
  padding: 10px 17px;
  background: #F0ECFF;
  border-radius: 45px;
  color: #7950E2;
  display: flex;
  gap: 10px;
  align-items: center;
}
.ielts-test-group--wrapper-right-box-bottom .actions .wp-block-button a svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.ielts-test-group--wrapper-right-box-bottom .actions .show-video-btn {
  display: none;
}
.ielts-test-group--wrapper-right-box-bottom .notes .wp-block-button a {
  padding: 10px 17px;
  background: #7950E2;
  border-radius: 45px;
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center;
}
.ielts-test-group--wrapper-right-box-bottom .notes .wp-block-button a svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.ielts-test-group--wrapper-right-box-bottom .back-link .back-video-link {
  display: none;
}
.ielts-test-group--wrapper-right-box-bottom .back-link .back-paper-link {
  display: none;
}
.ielts-test-group .overlay,
.ielts-test-group .select-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.ielts-test-group .notes-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
  height: 30dvh;
}
.ielts-test-group .notes-wrapper .editor-cancel-icon {
  margin-bottom: 20px;
  width: 30px;
  height: 30px;
  object-fit: contain;
  float: right;
  margin-right: 20px;
  position: absolute;
  top: -45px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}
@media (min-width: 992px) {
  .ielts-test-group .notes-wrapper .editor-cancel-icon {
    width: 40px;
    height: 40px;
    top: -55px;
    right: 20px;
  }
}
.ielts-test-group .notes-wrapper.notes-full-screen {
  height: 70dvh;
  bottom: 0;
  top: auto !important;
}
.ielts-test-group .notes-wrapper .mce-panel.mce-fullscreen {
  width: 100%;
}
.ielts-test-group .notes-wrapper .mce-panel.mce-fullscreen > .mce-container-body.mce-stack-layout {
  bottom: 0;
  left: 0;
  position: fixed;
  height: 70dvh;
  width: 100%;
}
.ielts-test-group .notes-wrapper:not(.notes-full-screen) .mce-container-body .mce-edit-area iframe {
  min-height: 200px !important;
}
@media (min-width: 1699px) {
  .ielts-test-group .notes-wrapper:not(.notes-full-screen) .mce-container-body .mce-edit-area iframe {
    min-height: 330px !important;
  }
}

.mce-fullscreen {
  overflow: visible !important;
  bottom: 0;
  left: 0;
  top: auto !important;
}

.textLayer {
  width: 100% !important;
}

.ielts-test-group--wrapper-right-box-media-image,
.ielts-test-group--wrapper-right-box-media-image-answer {
  height: 583px !important;
  min-height: 583px !important;
  width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
}
.ielts-test-group--wrapper-right-box-media-image iframe.wonderplugin-pdf-iframe,
.ielts-test-group--wrapper-right-box-media-image-answer iframe.wonderplugin-pdf-iframe {
  width: 100% !important;
  height: 583px !important;
  min-height: 583px !important;
  border: none !important;
  display: block !important;
}
.ielts-test-group--wrapper-right-box-media-image iframe.wonderplugin-pdf-iframe + iframe.wonderplugin-pdf-iframe,
.ielts-test-group--wrapper-right-box-media-image-answer iframe.wonderplugin-pdf-iframe + iframe.wonderplugin-pdf-iframe {
  display: none !important;
}

/*# sourceMappingURL=style-scss.css.map */
