.new-landing-section {
  /* background:  url('top-bg.png');
  background: linear-gradient(0deg, #d5a56f 0%, #f9ebc1 100%); */
  /* background-image: url('../images/landing-imgs/top-bg.png') no-repeat top; */
  background: url('../images/landing-imgs/indian-flag.webp') no-repeat right 1rem top 1rem;
  background-size: 205px;
  height: 100%;
  width: 100%;
  z-index: 99;
  overflow: hidden;

  /* background: ; */
  /* background-image: radial-gradient(at center right, #2173ff5c 0%, #2173ff00 44%); */
}

.live-classroom-online {
  display: flex;
  align-items: center;
  position: absolute;
  /* font-family: 'Berkshire Script', cursive; */
  top: 34px;
  left: -55px;
  transform: rotate(-30deg);
  z-index: 10;
  background-color: #fffaf5;
  padding: 12px 76px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.live-classroom-online::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  z-index: 11;
  left: 55px;
  content: '';
  background-color: #349222;
}

.color-orange {
  color: #ff7d04;
  transition: 0.3s all;
}

.color-orange:hover {
  color: #349222;
}

.sale-heading {
  text-align: center;
  margin-top: 30px;
  color: #ff7d04;
}

.sale-heading p {
  /* font-family: 'Berkshire Script', cursive; */
  color: #333;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
}

.sale-heading p span {
  font-family: 'Berkshire Script', cursive;
  font-size: 18px;
}

.sale-heading h1 {
  font-family: 'Kaushan Script', cursive;
  color: #ff7d04;
  font-size: 44px;
}

.sale-heading span {
  font-family: 'Kaushan Script', cursive;
  color: #349222;
  font-size: 24px;
}

.sale-heading b {
  font-family: 'Berkshire Script', cursive;
  font-weight: 700;
  color: #c82020;
  font-size: 14px;
  text-transform: uppercase;
}

.py-120 {
  padding: 120px 0px 120px 0px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.main-heading {
  color: #4e4e4e;
}

.base-color {
  color: #349222;
}

.py-120 {
  padding: 120px 0px 120px 0px;
}

.section-padding {
  padding: 70px 0px 70px 0px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.label-color-6 {
  color: #51565e;
}

/* .base-color {
  color: #2173ff;
} */

.apply-now-btn {
  /* padding: 20px 20px 20px 20px; */
  border-style: none;
  border-radius: 5px;
  transition: all 0.3s;
  /* background-image: linear-gradient(to right, #0575e6 0%, #021b79 51%, #0575e6 100%); */
  /* background-image: linear-gradient(to right, #34e89e 0%, #0f3443 51%, #34e89e 100%); */
  background-image: linear-gradient(to right, #000046 0%, #1cb5e0 51%, #000046 100%);
  /* background-image: linear-gradient(to right, #5c258d 0%, #4389a2 51%, #5c258d 100%); */
  /* background-image: linear-gradient(to right, #136a8a 0%, #267871  51%, #136a8a  100%); */
  /* background-image: linear-gradient(to right, #215f00 0%, #e4e4d9 51%, #215f00 100%); */
  /* background-image: linear-gradient(to right, #2b5876 0%, #4e4376  51%, #2b5876  100%); */
  /* background-image: linear-gradient(to right, #16A085 0%, #F4D03F  51%, #16A085  100%); */
  /* background-image: linear-gradient(to right, #348F50 0%, #56B4D3  51%, #348F50  100%); */
  /* background-image: linear-gradient(to right, #134E5E 0%, #71B280  51%, #134E5E  100%); */
  background-size: 200% auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.apply-now-btn:hover {
  background-position: right center;
  /* change the direction of the change here */
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
}

.course-box {
  border-radius: 10px;
  /* width: max-content; */
}

.course-box iframe {
  border-radius: 30px !important;
}

.course-box:before {
  /* content: ''; */
  position: absolute;
  top: -60px;
  left: -60px;
  height: 125px;
  width: 125px;
  background: url('../images/landing-imgs/orange.webp') no-repeat;
  background-size: contain;
}

.course-box:after {
  /* content: ''; */
  position: absolute;
  bottom: -60px;
  right: -60px;
  height: 125px;
  width: 125px;
  transform: rotate(180deg);
  background: url('../images/landing-imgs/green.webp') no-repeat;
  background-size: contain;
}

.overlay-bg {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  /* background-image: radial-gradient(at center right, #2173ff5c 0%, #2173ff00 44%); */
  opacity: 1;
  z-index: -1;
}

.mt-80 {
  margin-top: 80px;
}

.course-box .course-img {
  max-height: 260px;
}

.play-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.live-class-badge {
  width: max-content;
  padding: 6px 16px 6px 16px;
  background-color: rgb(255 255 255 / 70%);
  border: 2px solid #ff7d04;
  border-radius: 100px 100px 100px 100px;
}

.live-class-badge i {
  font-size: 8px;
}

.new-landing-modal {
  background: rgba(0, 0, 0, 0.9);
}

.new-landing-modal .btn-close {
  top: -40px;
}

.application-deadline-box {
  background-color: #ffd199 !important;
}

.application-date {
  border-color: #dfb885 !important;
}

/* Course Sale Price */
.offer-card {
  border: 1px solid #e9ecef;
  transition: all 0.2s;
  position: relative;
}

.offer-card::before {
  content: '';
  position: absolute;
  top: -11px;
  left: -17px;
  width: 120px;
  height: 120px;
  background: url('../images/landing-imgs/spacial-offer.webp') no-repeat;
  background-size: contain;
}

.common-card-border {
  border: 1px solid #e9ecef;
}

/* .offer-date-card {
  margin-top: -44px;
} */
.batch-schedules {
  background: url('../images/landing-imgs/filling-fast.png') no-repeat top 10px right 10px;
  background-color: #fffaf5;
  background-size: 90px;
  box-shadow: 0px 10px 73px 0px rgba(73, 73, 73, 0.1);
}

/* Level-up Your Career */
.section-padding {
  padding: 60px 0px 60px 0px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.attractive-bg {
  background: url(../images/spotlight-heading-bg.svg) bottom right no-repeat;
}

.offers-details-card {
  border: 1px solid #e9ecef;
  transition: all 0.2s;
}

.offers-details-card img {
  height: 70px;
  margin-bottom: 10px;
}

.card-img-box {
  min-width: 45px;
  min-height: 45px;
  max-height: 45px;
  background: #2699fb;
  border: 6px solid #e5f0fa;
}

.offers-details-card:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
}

.course-highlights {
  border-radius: 25px;
  width: 75%;
  box-shadow: 0px 20px 40px 0px rgba(63.99, 71.9, 81.9, 0.1);
}

.course-highlights li {
  flex: 0 0 auto;
  width: 50%;
}

.course-highlights li span {
  position: relative;
  display: block;
  padding: 0 15px;
}

.course-highlights li span:before {
  position: relative;
  content: '';
  position: absolute;
  left: -20px;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url('../images/landing-imgs/check-green.svg') no-repeat;
  background-size: contain;
}

/* FAQ Data */
.common-section-bg {
  background: #eff7fe;
}

.accordion-box .accordion-item {
  box-shadow: 0px 10px 20px 0px rgba(63.99, 71.99, 81.99, 0.1);
  margin-bottom: 40px;
  border-radius: 10px;
  background: #ffffff;
  border: none;
}

.accordion-box .accordion-item .accordion-header .accordion-button {
  padding: 28px 28px;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #e5f0fa;
  background: #f6faff;
}

.accordion-box .accordion-item .accordion-header .accordion-button.collapsed {
  border-radius: 10px;
  background: white;
}

.accordion-button:not(.collapsed) {
  color: #2173ff !important;
}

.chapter-box {
  top: -20px;
  z-index: 99;
  left: 3%;
}

.chapter-box span {
  background: #36507e;
  padding: 8px 10px;
}

.common-list-style {
  list-style: none;
  font-size: 15px;
  color: var(label-color-1);
  font-weight: 500;
  line-height: 28px;
  padding-left: 2.2rem;
}

.common-list-style li {
  position: relative;
  margin-bottom: 10px;
  padding-right: 30px;
}

.common-list-style li:before {
  content: '';
  position: absolute;
  left: -32px;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url('../images/landing-imgs/checked.svg');
  background-size: contain;
}

.sale-page-shadow {
  box-shadow: 0px 10px 73px 0px rgba(73, 73, 73, 0.1) !important;
}

/* How its work */
.timeline {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 35px;
  padding-bottom: 25px;

  margin: 0 auto 1.9rem auto;
  overflow: hidden;
}

.timeline:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  border-right: 3px dashed #4b546f;
  height: 100%;
  display: block;
}

.timeline-row {
  padding-left: 50%;
  position: relative;
  margin-bottom: 30px;
}

.timeline-row .timeline-time {
  position: absolute;
  right: 50%;
  top: 15px;
  text-align: right;
  margin-right: 20px;
  color: #bcd0f7;
  font-size: 1.5rem;
}

.timeline-row .timeline-time small {
  display: block;
  font-size: 0.8rem;
}

.timeline-row .timeline-content {
  position: relative;
  padding: 20px 30px;
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: right;
  box-shadow: 0px 10px 30px 0px rgba(63.99999999999993, 71.99999999999993, 81.99999999999991, 0.1);
  border-left: 3px solid #2173ff;
}

.timeline-row .timeline-content:after {
  content: '';
  position: absolute;
  top: 20px;
  height: 16px;
  width: 16px;
  background: white;
  box-shadow: 0px 10px 30px 0px rgba(63.99999999999993, 71.99999999999993, 81.99999999999991, 0.1);
  border: 1px solid #e9ecef;
}

.timeline-row .timeline-content:before {
  content: '';
  position: absolute;
  top: 20px;
  right: -52px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  z-index: 10;
  background: #2173ff;
  border: 2px solid #e5f0fa;
}

.timeline-row .timeline-content .badge {
  color: #ffffff;
  background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}

.timeline-row:nth-child(even) .timeline-content {
  margin-left: 40px;
  text-align: left;
  border-left: 0px;
  border-right: 3px solid #2173ff;
}

.timeline-row:nth-child(even) .timeline-content:after {
  left: -8px;
  right: initial;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
}

.timeline-row:nth-child(even) .timeline-content:before {
  left: -53px;
  right: initial;
}

.timeline-row:nth-child(odd) {
  padding-left: 0;
  padding-right: 50%;
}

.timeline-row:nth-child(odd) .timeline-time {
  right: auto;
  left: 50%;
  text-align: left;
  margin-right: 0;
  margin-left: 20px;
}

.timeline-row:nth-child(odd) .timeline-content {
  margin-right: 40px;
}

.timeline-row:nth-child(odd) .timeline-content:after {
  right: -8px;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

/* why learn section start */
.why-learn-card {
  box-shadow: 0px 20px 40px 0px rgba(63.99999999999993, 71.99999999999993, 81.99999999999991, 0.1);
  transition: all 0.3s;
}

.why-learn-card .img-box {
  border-radius: 7px;
  width: 65px;
  height: 65px;
  /* background: #eff7fe; */
}

.why-learn-card:hover {
  transform: translateY(-3px);
  box-shadow: 0px 20px 40px 0px rgba(63.99999999999993, 75.99999999999993, 85.99999999999991, 0.2);
}

.why-learn-card:hover .img-box {
  background: #eff7fe;
}

.why-learn-card:hover h3 {
  color: #2173ff;
}

/* CTAs section */
.common-shadow-box {
  box-shadow: 0px 20px 40px 0px rgba(63.99999999999993, 71.99999999999993, 81.99999999999991, 0.1);
}

.common-form-input {
  height: 50px;
  border: 1px solid #e1e2e4;
  background: #f3f4f6;
}

.common-form-input[type='text-area'] {
  min-height: 150px;
}

.enquiry-card-box .card-body {
  padding: 35px 35px !important;
}

.query-buttons {
  width: 50%;
  padding: 10px;
  background: #eff7fe;
  margin: 0px auto;
  border-radius: 100px 100px 100px 100px;
  overflow: hidden;
}

.query-buttons button {
  font-size: 16px;
  border: none;
  background: #fff;
  font-weight: 500;
  color: #2173ff;
  border-radius: 100px 100px 100px 100px;
  padding: 10px 20px;
  box-shadow: 0px 4px 16px 0px rgba(60.000000000000014, 66.00000000000003, 87.00000000000001, 0.1);
  transition: 0.5s;
}

.query-buttons button:hover {
  background: #2173ff;
  color: #fff;
}

/* 
.whats-app-btn:hover {
  color: #24c041;
  text-decoration: none;
}

.call-us-btn {
  background-image: linear-gradient(to right, #de6262 0%, #ffb88c 51%, #de6262 100%);
  padding: 13px 45px;
  text-align: center;
  transition: 0.5s;
}
.call-us-btn:hover {
  background-position: right center;
  background: #2173ff;
  color: #fff;
  text-decoration: none;
} */

.call-us-btn i {
  transform: rotate(90deg);
}

.subscribe-new-section {
  margin: 180px 0px 0 0px;
}

.subscribe-new-section .awards-box {
  margin-top: -50px;
}

.million-count {
  font-size: 60px;
}

.new-subscribe-count h4 {
  font-size: 140px;
  line-height: 146px;
  /* font-family: "Lexend Deca", sans-serif; */
  font-family: 'Berkshire Script', cursive;
  font-weight: 700;
}

.million-count h5 {
  font-size: 60px;
  line-height: 75px;
  text-align: start;
}

/* testmoinal section-start */
.learners-slider {
  background: url('../images/landing-imgs/banner_bg.webp');
}

.learners-slider .explore-courses-section {
  background: none;
  padding: 40px 0 40px 120px !important;
}

.learners-slider .explore-courses-section .owl-nav {
  top: -5.4rem;
}

.learners-slider-video {
  padding: 0px;
  border: 2px solid #ccc;
  cursor: pointer;
  border-radius: 10px;
}

.learners-slider-video .vdo-play-btn {
  bottom: 40%;
}

.learners-slider .explore-courses-section .card-img-top {
  border-radius: 0px;
}

.learners-slider-video img {
  border-radius: 0px;
}

.learners-slider-text p {
  font-size: 16px;
  font-style: oblique;
}

.learners-name {
  font-size: 16px;
  font-weight: bold;
}

/* .new-testimonial-slider-box .card{
  box-shadow: 0px 10px 20px 0px rgba(63.99999999999993, 71.99999999999993, 81.99999999999991, 0.1);

}

.new-owl-slider {
  overflow: hidden;
  padding: 40px 28px;
}
.new-owl-slider .owl-carousel .owl-stage-outer {
  overflow: unset;
} */

.border-lg-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.pre-book~.backToTop {
  bottom: 7rem !important;
}

.batch-bottom-box {
  border-radius: 20px;
  background-color: #fffaf5;
}

.batch-bottom-box span {
  border-radius: 10px;
  background-color: #fffaf5;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  left: 0;
  right: 0;
  font-size: 18px;
  font-weight: 500;
  margin: auto;
  width: max-content;
}

.review-user-icon {
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
  border: 2px solid #fff;
}

.review-user-icon img {
  min-width: 44px;
  max-width: 44px;
}

.sale-testimonial-slider .owl-item,
.sale-testimonial-slider .sale-testimonial {
  min-height: 230px !important;
}

.sale-testimonial-slider .owl-item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  text-overflow: ellipsis;
}

.brochModal .modal-content {
  min-width: 400px;
}



/* testmoinal section end */
@media (max-width: 991px) {
  .py-120 {
    padding: 60px 0px 60px 0px;
  }

  .course-box:before,
  .course-box:after {
    display: none;
  }

  .main-heading {
    font-size: 30px;
  }

  .main-sub-heading {
    font-size: 16px;
  }

  .Application-deadline-box .Application-date {
    border-right: none !important;
    border-bottom: 1px solid #d0d5dd;
  }

  .Application-deadline-box .section-heading {
    font-size: 30px;
  }

  .mt-80 {
    margin-top: 40px;
  }

  .common-list-style li {
    width: 100% !important;
  }

  .timeline {
    padding: 0px;
  }

  .timeline:after {
    border: 0;
  }

  .timeline .timeline-row:nth-child(odd) {
    padding: 0;
  }

  .timeline .timeline-row:nth-child(odd) .timeline-time {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 10px 0;
  }

  .timeline .timeline-row .timeline-content {
    box-shadow: unset;
    border: 1px solid #e5f0fa;
  }

  .timeline .timeline-row:nth-child(odd) .timeline-content {
    margin: 0;
    text-align: start;
  }

  .timeline .timeline-row:nth-child(odd) .timeline-content:before {
    display: none;
  }

  .timeline .timeline-row:nth-child(odd) .timeline-content:after {
    display: none;
  }

  .timeline .timeline-row:nth-child(even) {
    padding: 0;
  }

  .timeline .timeline-row:nth-child(even) .timeline-time {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 10px 0;
    text-align: left;
  }

  .timeline .timeline-row:nth-child(even) .timeline-content {
    margin: 0;
  }

  .timeline .timeline-row:nth-child(even) .timeline-content:before {
    display: none;
  }

  .timeline .timeline-row:nth-child(even) .timeline-content:after {
    display: none;
  }

  .new-landing-section {
    background: url('../images/header-logo.svg') no-repeat left 1rem top 1rem;
    background-size: 140px;
    padding-bottom: 15px !important;
  }

  .live-classroom-online {
    top: 32px;
    right: -49px;
    left: unset;
    padding: 11px 61px;
    font-size: 13px;
    transform: rotate(32deg);
  }

  .ytp-large-play-button {
    width: 56px;
    height: 45px;
  }

  .live-classroom-online::before {
    width: 6px;
    height: 6px;
    left: 49px;
  }

  .new-landing-section .company-logo img {
    width: 120px;
  }

  .sale-heading {
    margin-top: 110px;
  }

  .sale-heading h1 {
    font-size: 27px;
  }

  .sale-heading span {
    font-size: 19px;
  }

  .sale-heading p {
    font-size: 16px;
    margin-bottom: 0 !important;
  }

  .sale-heading p span {
    font-size: 15px;
    padding-left: 0 !important;
  }

  .new-landing-section .iframe-vdo-box {
    height: 190px;
  }

  .live-class-badge {
    font-size: 12px;
    margin: auto;
  }

  .new-landing-section .main-heading {
    font-size: 28px;
    text-align: center;
  }

  .banner-left-section {
    text-align: center;
  }

  .banner-left-section ul {
    justify-content: center;
  }

  .new-landing-section .apply-now-btn {
    margin: auto;
    font-size: 15px;
  }

  .rfd {
    font-size: 11px;
  }

  .border-lg-start {
    border-left: 0 !important;
  }

  .batchDate {
    font-size: 14px;
  }

  .batchDate~span {
    font-size: 16px;
  }

  .sale-course-section .fs-30 {
    font-size: 25px !important;
  }

  .sale-course-section .fs-35 {
    font-size: 28px !important;
    line-height: 40px;
  }

  .course-highlights,
  .course-highlights ul li {
    width: 100% !important;
  }

  .course-highlights ul {
    display: block !important;
  }

  .offer-section.section-padding {
    padding: 30px 0px 30px 0px;
  }

  .course-highlights li span:before {
    left: -15px;
    background-size: 15px;
  }

  .course-highlights li {
    font-size: 13px;
  }

  .course-highlights li:last-child {
    margin-bottom: 0 !important;
  }

  .offers-details-card .card-content {
    display: flex !important;
    align-items: center !important;
  }

  .hightlight-feature h3 {
    font-size: 16px;
  }

  .hightlight-feature p {
    font-size: 13px;
  }

  .card-img-box {
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .card-img-box img {
    width: 14px;
  }

  .offers-details-card img {
    height: unset;
    margin-bottom: 0;
    width: 55px;
    margin-right: 1rem;
  }

  .sale-course-section .offers-details-card h3 {
    font-size: 20px !important;
    margin-bottom: 0;
  }

  .offers-details-card p {
    font-size: 15px !important;
    margin-bottom: 0;
  }

  .accordion-box .accordion-item .accordion-header .accordion-button {
    padding: 20px 15px;
  }

  .how-its-work-section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .offer-date-card .card-body {
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-row .timeline-content {
    text-align: center !important;
  }

  .timeline-row .timeline-content p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }

  .timeline-row {
    margin-bottom: 15px;
  }

  .why-learn-card h3 {
    font-size: 17px !important;
  }

  .why-learn-card .img-box {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .why-learn-card .img-box img {
    width: 35px;
  }

  .why-learn-card .card-body {
    padding: 0 !important;
  }

  .why-learn-section {
    padding-bottom: 35px !important;
  }

  .subscribe-new-section {
    margin: 50px 0px 0 0px;
  }

  .new-subscribe-count h4 {
    margin-bottom: 10px !important;
  }

  .million-count h5 {
    text-align: center;
  }

  .sale-faq .accordion-item {
    margin-bottom: 20px;
  }

  .sale-faq {
    padding-bottom: 35px;
  }

  .query-buttons {
    width: 100%;
    padding: 25px;
    border-radius: 15px;
  }

  .query-buttons button {
    width: 100%;
    margin-bottom: 15px;
  }

  .sale-query-section {
    padding: 40px 0;
  }

  .pre-book h1 {
    font-size: 13px !important;
    margin-bottom: 0 !important;
  }

  .pre-book .col-12 {
    padding: 0 !important;
  }

  .pre-book .py-12 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 13px;
    margin: 5px auto 0 !important;
  }

  .pre-book .fs-14 {
    font-size: 11px !important;
  }

  .learners-slider {
    padding: 0 !important;
  }

  .learners-slider .explore-courses-section {
    padding: 40px 15px 175px 15px !important;
  }

  .learners-slider .explore-courses-section .owl-nav {
    top: unset !important;
  }

  .learners-slider .nav-btn img {
    width: 13px !important;
    height: 13px !important;
  }

  .pre-book~.backToTop {
    bottom: 7rem !important;
  }
}

@media (max-width: 458px) {
  .course-box {
    border-radius: 10px;
    width: unset;
  }
}

@media (max-width: 1400px) {
  .course-box:before {
    top: -50px;
    left: -50px;
    height: 80px;
    width: 80px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .course-box:after {
    bottom: -55px;
    right: -55px;
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (max-width: 576px) {
  .brochModal .modal-content {
    min-width: 100%;
    width: 100%;
  }
}

/*Jitendra*/
.discountOffer {
  background: #28d359;
  color: #fff;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 5px;
}

.batchDate {
  line-height: 24px !important;
}

.fsn-24 {
  font-size: 24px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.priceCut {
  position: relative;
  top: -2px;
}

.stickyFooter {
  position: fixed;
  z-index: 99 !important;
  bottom: 0;
  width: 100%;
  background: #fffaf5;
  box-shadow: 0px -8px 29px 0px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s, box-shadow 0.3s;
  opacity: 0;
  visibility: hidden;
}

.stickyFooter.show {
  opacity: 1;
  visibility: visible;
}

/* .footerBg {
  background: #ededed;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
} */

.backToTop {
  bottom: 5rem;
  z-index: 999;
}