.styles_container__CvGcZ {
  padding: 56px 16px 12px 16px;
  height: 419px;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 10px 32px -4px rgba(24, 39, 75, 0.1);
}

.styles_homeCardContainer__HST7h {
  width: 80% !important;
  margin: auto;
  @media screen and (min-width: 768px) {
    width: 90%;
  }
  
  @media screen and (min-width: 1024px) {
    width: 280px !important;
  }
}

.styles_header__KSey6 {
  position: absolute;
  top: -50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 90px;
  padding: 8px 12px;
}

.styles_footer__pPxfK {
  width: 88%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  bottom: 16px;
}

.styles_title__jYT3M {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.custom-dots li {
    position: relative;
    height: 6px !important;
    width: 6px !important;
    background: rgb(250, 231, 195);
    border-radius: 50%;
}

.custom-dots li:hover {
    background: rgb(255, 177, 33);
}

.custom-dots li.slick-active {
    background: rgb(255, 177, 33);
}

.custom-dots {
    bottom: 0px;
}

.slick-slide {
    row-gap: 16px !important;
}

.slick-arrow.slick-prev,.slick-arrow.slick-next{
    display: none !important;
}

.course-card-home{
   margin-left: auto;
   margin-right: auto;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/_next/static/media/slick.25572f22.eot);
    src: url(/_next/static/media/slick.25572f22.eot?#iefix) format('embedded-opentype'), url(/_next/static/media/slick.653a4cbb.woff) format('woff'), url(/_next/static/media/slick.6aa1ee46.ttf) format('truetype'), url(/_next/static/media/slick.f895cfdf.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.styles_container__8WLOe {
  border-radius: 1rem; 
  width: 267px; 
  padding: 56px 16px 12px 16px;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
  position: relative;
  margin-top: 4rem;
  margin-bottom: 2rem;
  /* border: 2px solid red; */
}

.styles_header__xN_ZE {
  justify-content: center;  
  align-items: center;
  position: absolute;
  top: -50px;
  left: 16px;
  border-radius: 8px; 
  width: 45%; 
  height: 95px;
}

.styles_titleSkeleton__PTinY {
  height: 16px;
  width: 40%;
  margin-bottom: 8px;
  margin-top: 20px;
}

.styles_targetEligibility__HipeE {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 14px;
  width: 100%;
}

.styles_targetYearBox__8kdhK {
  display: flex;
  flex-direction: column;
}

.styles_eligibilityBox__NV4b0 {
  text-align: right;
}

.styles_metaTags__XvGsW {
  display: flex;
  flex-direction: column;
  height: 178px;
  margin-bottom: 8px;
}

.styles_metaTagItem__q8zwU {
  display: flex;
  gap: 0.7rem;
  margin-bottom: 8px;
}

.styles_footerSkeleton__WZh_8 {
  display: flex;
  flex-direction: column;
}

.styles_priceSkeleton__xmsl5 {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
  margin-bottom: 8px;
}
/* .slide{
    width: 752px !important;
    border: 1px solid yellow;
} */
.captcha {
    /* margin: 0 auto; */
    width: 65%;
    margin-bottom: 8px; 
}

@media screen and (max-width: 480px) {
    .captcha {
        width: 70%;
        margin-bottom: 0px; 
    }
}

@media screen and (max-width: 425px) {
    .captcha {
        width: 80%;
    }
}

@media screen and (max-width: 375px) {
    .captcha {
        width: 93%;
    }
}

@media screen and (max-width: 375px) {
    .captcha {
        width: 100%;
    }
}

@media only screen  and (min-width: 768px) and (max-width:920px) {
    .small-captcha {
        transform:scale(0.5);
        transform-origin:0 0;
    }
}

@media only screen and (min-width: 920px) and (max-width:1240px) {
    .small-captcha {
        transform:scale(0.7);
        transform-origin:0 0;
    }
}


.header {
    font-size: 23px;
    font-weight: bold;
}

.button_styles {
    margin-bottom: 48px;
    background-color: var(--chakra-colors-secondary-hover);
    color: var(--chakra-colors-light-500);
    height: 48px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 16px;
}

@media screen and (max-width: 620px) {
    .callbackHeaderClass{
        font-size: 20px !important;
    }
}
.modal_content {
    position: absolute;
    top: 100px;
}

.modal_body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 24px 24px 48px;
}

.img {
    margin-top: 32px;
}

.header {
    font-size: 23px;
    font-weight: bold;
    margin-top: 24px;
}

.description {
    text-align: center;
    margin-top: 16px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_button {
    margin-bottom: 48px;
    background-color: var(--chakra-colors-secondary-hover);
    color: var(--chakra-colors-light-500);
    height: 48px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 16px;
}

.close_button {
    text-align: center;
    height: 16px;
    width: 16px;
    font-size: 20px;
    margin-top: -15px;
}

.out_button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-top: -50px;
    margin-left: 415px;
    height: 32px;
    width: 32px;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}
.slick-slide img {
    width: 100%;
    height: 100%;
}

.line-indicator li {
    position: relative;
    height: 4px;
    width: 30px;
    background: rgb(250, 231, 195);
    border-radius: 5px;
}

.line-indicator li:hover {
    background: rgb(255, 177, 33);
}

.line-indicator li.slick-active {
    background: rgb(255, 177, 33);
}

.buttonsWrapper{
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    gap: 8rem;
    margin: 14px auto;
}

.prevsBtn {
    position:initial !important;
    /* position: absolute; */
    left: 43.4%;
    bottom: -8px;
}

.nextBtn {
    position:initial !important;
    /* position: absolute; */
}

.line-indicator {
    bottom: -30px;
}


.slick-dots{
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    margin: -24px auto;
}

.slider-parent {
    min-width: 0;
    min-height: 0;
}

@keyframes progressAnimation {
    100% {
        background-size: 100%
    }
}

.feature_progress_bar_active {
    width: 100%;
    height: 6px;
    background: linear-gradient(#f48120 0 0) 0/0% no-repeat #fbcda8;
    animation: progressAnimation 3.6s infinite linear;
    border-radius: 10px;
    cursor:not-allowed !important;
    pointer-events: none !important;
}

.feature_progress_bar {
    width: 20px;
    height: 6px;
    background: linear-gradient(#f48120 0 0) 0/0% no-repeat #fbcda8;
    border-radius: 10px;
    transform: rotate(0deg);
    cursor: pointer;
}

.slick-dots{
    display: none !important;
}

@media screen and (max-width: 1600px) {
    .prevsBtn {
        left: 42.8%;
    }
}

@media screen and (max-width: 1550px) {
    .prevsBtn {
        left: 42%;
    }
}

@media screen and (max-width: 1530px) {
    .prevsBtn {
        left: 42%;
    }
}

@media screen and (max-width: 1404px) {
    .prevsBtn {
        left: 41.7%;
    }
}

@media screen and (max-width: 1393px) {
    .prevsBtn {
        left: 41%;
    }
}

@media screen and (max-width: 1388px) {
    .prevsBtn {
        left: 41.4%;
    }
}


@media screen and (max-width: 1320px) {
    .prevsBtn {
        left: 41%;
    }
}

@media screen and (max-width: 1244px) {
    .prevsBtn {
        left: 40.6%;
    }
}

@media screen and (max-width: 1240px) {
    .prevsBtn {
        left: 40.5%;
    }
}

@media screen and (max-width: 1170px) {
    .prevsBtn {
        left: 40%;
    }
}

@media screen and (max-width: 1121px) {
    .prevsBtn {
        left: 39.4%;
    }
}

@media screen and (max-width: 1086px) {
    .prevsBtn {
        left: 39%;
    }
}

@media screen and (max-width: 1060px) {
    .prevsBtn {
        left: 39%;
    }
}

@media screen and (max-width: 1013px) {
    .prevsBtn {
        left: 38.8%;
    }
}

@media screen and (max-width: 990px) {
    .prevsBtn {
        left: 38.6%;
    }
}

@media screen and (max-width: 990px) {
    .prevsBtn {
        left: 38.4%;
    }
}

@media screen and (max-width: 960px) {
    .prevsBtn {
        left: 38.5%;
    }
}

@media screen and (max-width: 960px) {
    .prevsBtn {
        left: 38%;
    }
}

.cc_slick_container {
    max-height: 380px;
}

@media screen and (min-width: 1920px) {
    .cc_slick_container {
        max-height: 450px;
    }
}

@media screen and (min-width: 2048px) {
    .cc_slick_container {
        max-height: 620px;
    }
}

@media screen and (min-width: 3000px) {
    .cc_slick_container {
        max-height: 840px;
    }
}
@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-60%);
  }
}
.scroll-container-fluid {
  width: 100%;
}
.scroll-container {
  width: 100%;
  overflow-x: hidden;
  display: flex;
}
.horizontal-scrolling-items {
  display: flex;
  animation-name: infiniteScroll;
  /* animation-duration: 26s; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin-left: 60px;
}
.horizontal-scrolling-items__item {
  white-space: nowrap;
}

@media screen and (max-width: 620px){
  .horizontal-scrolling-items{
    margin-left: 20px;
  }
}
/* .ribbon {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0.5rem;
  justify-content: flex-end;
}
  
.ribbon {
  --r: 0.8em; 

  border-block: 0.5em solid #0000;
  width: fit-content;
  padding-inline: 0.5em calc(var(--r) + .65em);
  line-height: 3;
  clip-path: polygon(
    100% 0,
    0 0,
    0 100%,
    100% 100%,
    calc(100% - var(--r)) calc(100% - 0.25em),
    100% 50%,
    calc(100% - var(--r)) 0.25em
  );
  background: radial-gradient(0.2em 50% at left, #000a, #0000) border-box,
    #f48120 padding-box;
} */

.arrows {
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  margin-top: 14px;
}

.arrows:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-right: calc(12px / 3) solid rgba(255, 255, 255, 0.7);
  border-top: calc(12px / 3) solid rgba(255, 255, 255, 0.7);
  transform: translate(calc(-12px * 3 / 3), calc(-12px / 4)) rotate(45deg);
  animation: arrows 3s linear infinite;
}

.arrows:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-right: calc(12px / 3) solid rgba(255, 255, 255, 0.7);
  border-top: calc(12px / 3) solid rgba(255, 255, 255, 0.7);
  transform: translate(calc(-12px / 3), calc(-12px / 4)) rotate(45deg);
  animation: arrows 3s linear infinite calc(-3s / 2);
}

@keyframes arrows {
  0% {
    border-right: calc(12px / 3) solid rgba(255, 255, 255, 0);
    border-top: calc(12px / 3) solid rgba(255, 255, 255, 0);
    transform: translate(calc(-12px * 3 / 3), calc(-12px / 4)) rotate(45deg);
  }
  10%,
  90% {
    border-right: calc(12px / 3) solid rgba(255, 255, 255, 0);
    border-top: calc(12px / 3) solid rgba(255, 255, 255, 0);
  }
  50% {
    border-right: calc(12px / 3) solid rgba(255, 255, 255, 0.7);
    border-top: calc(12px / 3) solid rgba(255, 255, 255, 0.7);
    transform: translate(calc(12px / 6), calc(-12px / 4)) rotate(45deg);
  }
  100% {
    border-right: calc(12px / 3) solid rgba(255, 255, 255, 0);
    border-top: calc(12px / 3) solid rgba(255, 255, 255, 0);
    transform: translate(calc(12px * 3 / 3), calc(-12px / 4)) rotate(45deg);
  }
}


.ribbon {
  --r: 0.8em;
  line-height: 2.2;
  width: 100%;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    calc(100% - var(--r)) 50%,
    100% 100%,
    0 100%,
    var(--r) 50%
  );
          clip-path: polygon(
    0 0,
    100% 0,
    calc(100% - var(--r)) 50%,
    100% 100%,
    0 100%,
    var(--r) 50%
  );
  background: #f48120;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  gap: 1rem;
  font-weight: bold;
  cursor: pointer;
  /* border: 20px solid red; */
}

.ribbon:hover {
  transform: scale(1.02);
  transition: all 0.4s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ribbon:active{
    transform: scale(1);
}

@media screen and (max-width: 480px) {
  .ribbon {
    /* margin: 0px 12px; */
    width: 94%;
  }
}

