@import url(https://fonts.googleapis.com/css?family=Nunito);
.navbar-lc, .navbar-lc .container {
    height: 68px;
    transition: all 0.3s ease-in-out;
}
#navbar-lc.shrink, #navbar-lc.shrink .navbar-lc .container {
    transition: all 0.3s ease-in-out;
}
.navbar-lc .nav-cart iconify-icon {
    font-size: 24px;
}

.img-logo-lc {
    height: 80px;
    width: 200px;
}
#navbarlc.shrink .img-logo-lc {
    height: 57px;
    width: 140px;
}
.navbar, div#navcol-2 {
    background-color: #fffdee;
}
.nav-link {
    font-size: 1.2em;
    white-space: nowrap;
}
.lazy {
    opacity: 0;
    transition: opacity 300ms ease-in-out;
    min-height: 1px;
}

.loaded {
    opacity: 1;
}

.footer .img-fluid {
    max-width: 260px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
}

.choose-slider-texts {
    height: 55px;
}

.home .promo .regular {
    font-size: 11px;
}

.home .promo-photo-container {
    height: auto;
}

@media screen and (min-width: 768px) {
    .nav-link {
        font-size: 0.8em !important;
    }
    .mobile-summary-hide {
        display: none;
    }
    .members-profile {
        margin-top: 10vh;
    }
    .promotion-title {
        height: 120px;
    }
    .carousel-row-content {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (min-width: 920px) {
    .nav-link {
        font-size: 1.5em !important;
    }
}
.active a {
    color: #ed962c !important;
}
@media (min-width: 576px) {
    .lc-logo-subtext,
    .lc-logo-text {
        display: block !important;
    }
}
a {
    color: inherit;
    text-decoration: none;
}
.lc-logo-text {
    display: none;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0;
    width: 206px;
}
.lc-logo-subtext {
    display: none;
    font-size: 0.8em;
}
.btn-lc-orange {
    background-color: #ee952d !important;
    border: 0 !important;
    border-radius: 35px !important;
    padding: 7px 30px !important;
}
.btn-lc-orange:active,
.btn-lc-orange:hover {
    background-color: #fff !important;
    border: 1px solid !important;
    color: #ee952d !important;
}
@media (min-width: 1200px) {
    .btn-lc-orange {
        padding: 18px 45px !important;
    }
}
.btn-lc-white {
    background-color: #fff !important;
    border: 1px solid #ee952d !important;
    border-radius: 35px !important;
    color: #ee952d !important;
}
.btn-lc-white:active,
.btn-lc-white:hover {
    background-color: #ee952d !important;
    border: 1px solid #ee952d !important;
    border-radius: 35px !important;
    color: #fff !important;
}
@media (min-width: 1200px) {
    .btn-lc-white {
        padding: 18px 45px !important;
    }
}
.footer-container-fluid {
    background-color: #1e2327;
    padding-bottom: 50px;
    padding-top: 50px;
}

.footer-container-fluid iconify-icon {
    font-size: 20px;
    color: #eedb21;
}

.footer-container-fluid .footer-links li {
    padding: 3px;
}

.footer-texts {
    color: #bfbfbf;
}

.footer-texts.footer-header {
    font-weight: 700;
}

.footer-links {
    list-style-type: none;
    padding: 0;
}

@media only screen and (max-width: 1100px) {
    .lc-logo-text {
        font-size: 1em !important;
    }
}
@font-face {
    font-family: 'Visby Round CF Regular';
    font-weight: 400;
    src: url("/fonts/VisbyRoundCF-Regular.woff2") format("woff2");
    unicode-range: U+0025-00FF;
}
@font-face {
    font-family: 'Visby Round CF Medium';
    font-weight: 500;
    src: url("/fonts/VisbyRoundCF-Medium.woff2") format("woff2");
    unicode-range: U+0025-00FF;
}
@font-face {
    font-family: 'Visby Round CF Semi-Bold';
    font-weight: 600;
    src: url("/fonts/VisbyRoundCF-DemiBold.woff2") format("woff2");
    unicode-range: U+0025-00FF;
}
@font-face {
    font-family: 'Visby Round CF Bold';
    font-weight: 700;
    src: url("/fonts/VisbyRoundCF-Bold.woff2") format("woff2");
    unicode-range: U+0025-00FF;
}
@font-face {
    font-family: 'Visby Round CF Extra Bold';
    font-weight: 800;
    src: url("/fonts/VisbyRoundCF-ExtraBold.woff2") format("woff2");
    unicode-range: U+0025-00FF;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    font-family: Visby Round CF Regular;
    font-size: 12px;
    overflow-x: hidden;
}
body {
    background-color: #fffdee;
}
.home {
    margin-top: 8vh;
}
.logo-lc img {
    max-width: 15em;
    transition: max-height 0.3s ease-in-out;
}

.promotion-title {
    font-size: 40px;
    padding-bottom: 10px;
}

.breadcrumb-item {
    font-size: 1.2em;
}

.breadcrumb-item.active {
    color: #d55e19;
}

hr {
    color: #9e9e9e;
}
.required {
    color: red;
}
.cart,
.checkout,
.home .call-action,
.home .choose-us,
.home .contact-us,
.home .container-fluid.call-to-action,
.home .gallery,
.home .learning-exp,
.home .our-approach,
.home .promo,
.programs {
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Visby Round CF Extra Bold;
}
.home h1 {
    font-size: 30px;
}
.home h2 {
    font-size: 25px;
}
.home h3 {
    font-size: 20px;
}
.sub-text {
    font-size: 13px;
}
i.fa-solid.fa-thumbtack.fa-xs,
iconify-icon {
    margin-right: 0.15em;
    vertical-align: middle !important;
}
.home .call-to-action,
.home .choose-us,
.home .home-program-container,
.home .landing-container .container-fluid,
.home .learning-exp,
.home .our-approach,
.home .promo,
.home .testimonials {
    overflow-x: hidden;
    position: relative;
}
.home .landing-container {
    height: 660px;
    position: relative;
    text-align: center;
}
.home h1 {
    padding-top: 10vh;
}
.home .sub-title {
    font-family: 'Visby Round CF Bold';
    font-size: 1.5em;
    line-height: 1.2em;
}
.home .enroll-button {
    position: relative;
    width: 100%;
    z-index: 5;
    margin-top: 40px;
}
.home #freetrial .enroll-button {
    text-align: right;
}
.home .landing-container .enroll-button a {
    display: flex;
    justify-content: center;
    margin: auto;
    text-decoration: none;
}
.home #freetrial .enroll-button .btn,
.home .choose-us .enroll-button .btn,
.home .landing-container .enroll-button .btn {
    background-color: #eb962f;
    color: #fff;
}
.home #registration .enroll-button .btn,
.home .choose-us .enroll-button .btn,
.home .landing-container .enroll-button .btn,
.home .promo .enroll-button .btn {
    border-radius: 50px;
    font-size: 1.5em;
    padding: 10px 0;
    width: 80%;
}
.home .landing-container .enroll-button .btn {
    font-family: Visby Round CF Bold;
    font-size: 1.5em;
    margin-bottom: 10px;
}
.home .enroll-button .see-more {
    color: #eb962f;
    font-family: Visby Round CF Bold;
    font-size: 1.2em;
    padding-top: 10px;
    line-height: 1.2em;
}
.home .bee2,
.home .bee3,
.home .bee4,
.home .bee5,
.home .bee6,
.home .bee7,
.home .bee8,
.home .blob,
.home .kid,
.home .kid-2,
.home .mascot,
img.bee-line,
.promo-bg {
    position: absolute;
}
.home .blob {
    bottom: 0;
    right: 0;
    width: 150%;
}
.home .kid {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    z-index: 1;
}
.home .bee3 {
    bottom: 35vh;
    right: 0;
    width: 20%;
}
.home .bee2 {
    bottom: 10vh;
    left: -10vw;
    width: 40%;
}
.home .container {
    width: 100%;
}
swiper-container {
    height: 240px;
    margin: 100px auto;
    width: 320px;
}
swiper-slide {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    justify-content: center;
}
swiper-container.mySwiper.swiper-creative.swiper-3d.swiper-initialized.swiper-horizontal.swiper-ios.swiper-watch-progress {
    background-color: #fff;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
}
swiper-container.mySwiper.swiper-creative.swiper-3d.swiper-initialized.swiper-horizontal.swiper-watch-progress {
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
}
.home .testimonials.desktop-testimonials {
    display: none;
}
.home .testimonials.mobile-testimonials {
    display: block;
}
.home .promo .container,
.home .testimonials .container {
    width: 85%;
}
.home .testimonials {
    background-color: #fff;
    padding: 10vh 0 5vh;
}
.home .testimonials .regular {
    margin: auto;
    padding-top: 3vh;
    width: 75%;
}
.home .testimonials h5 {
    padding-top: 2vh;
}
.home .testimonials .regular {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 1.5em;
    overflow: hidden;
}
.home .testimonials .carousel-inner {
    text-align: center;
}
.home .carousel-control-2 {
    display: none;
}
.home .testimonials button.testimonial-modal {
    background: none;
    border: none;
    color: crimson;
    font-size: 1.3em;
    padding: 0 0 2em;
}
.home .carousel-indicators [data-bs-target] {
    background-color: #efd922;
    border-radius: 50%;
    padding-top: 7px;
    width: 10px;
}
.home .testimonials .carousel-indicators {
    bottom: -5vh;
}
.home .testimonials .img-fluid {
    transform: rotate(-5.15deg);
    width: 90%;
    background: url(/images/home_page/testimony-bg.png) no-repeat;
    background-position: center;
    padding: 11px 35px 50px 35px;
    background-size: contain;
}
.home .testimonials .carousel-text-container {
    display: flex;
    flex-direction: column;
}
.home .promo {
    padding: 5vh 0;
    overflow-y: hidden;
}
.home .call-to-action .enroll-button .btn,
.home .promo .enroll-button .btn {
    background-color: #fff;
    color: #eb962f;
    width: 100%;
}
.home .promo .col-sm-12.col-md-6:first-child {
    background-color: #f7d2a6;
    border-radius: 20px;
    padding: 30px;
}
.home .bee4 {
    right: 0;
    width: 40%;
}
/* .home .promo .regular {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
} */
.home .promo .carousel-indicators {
    bottom: -7vh;
}
.home .choose-us .my-5 {
    margin-bottom: 0 !important;
}
.home .program-content .row.program-row {
    align-items: center;
    display: flex;
    padding-bottom: 1.2em;
}
.home .program-content .programs-img {
    position: relative;
    width: 5em;
}
.home .linepath {
    height: -webkit-fill-available;
    left: -3em;
    position: absolute;
    top: 9em;
    width: 27%;
}
.home .program-content b {
    font-size: 1em;
    margin-left: 2em;
}
.home .program-content .color-1 {
    color: #ee4c3b;
    margin-top: 0;
}
.home .program-content .color-2 {
    color: #ea7748;
    margin-top: 0;
}
.home .program-content .color-3 {
    color: #846202;
    margin-top: 0;
}
.home .program-content .color-4 {
    color: #0a6;
    margin-top: 0;
}
.home .program-content .color-5 {
    color: #f46688;
    margin-top: 0;
}
.home .program-content .card {
    background: none;
    border: none;
    font-size: 1.2em;
    padding-top: 0;
}
.home .statistics-container {
    position: relative;
    width: 100%;
}
.home .statistics-container .stat-content {
    align-items: center;
    display: flex;
}
.home .statistics-container .count-text {
    font-size: 3em;
    line-height: 0.7em;
    margin: 0 !important;
}
.home .statistics-container .stat-content img {
    height: 45px;
    margin-right: 1em;
    width: 45px;
}
.home
    .statistics-container
    .col-12.col-md-4.d-flex.align-items-center.flex-column {
    margin-bottom: 2em;
}
.home .choose-us .col-sm-12.col-md-4.text-center {
    align-items: center;
    display: flex;
    padding-bottom: 3vh;
}
.home .choose-us .col-sm-12.col-md-4.text-center .img-fluid {
    padding-right: 10px;
    width: 30%;
}
.home .choose-us p.text-center.regular {
    border-left: 3px dotted #eb962f;
    font-size: 1.2em;
    margin-bottom: 0;
    padding-left: 10px;
    text-align: left !important;
}
.home .choose-us .enroll-button .btn {
    margin-bottom: 0 !important;
}
.home .our-approach {
    text-align: center;
}
.home .our-approach .bee5-2,
.home .our-approach .bee6-2,
.home .trial-mascot {
    display: none;
}
.home .our-approach .bee5 {
    left: 0;
    width: 15%;
}
.home .our-approach .bee6 {
    bottom: 0;
    right: 0;
    width: 20%;
}
.home .our-approach .title {
    padding-top: 0 !important;
}
.home .our-approach .col-sm-12.col-md-6.text-center {
    display: flex;
}
.home .our-approach .row.d-flex.align-items-center:nth-child(3) {
    flex-direction: column-reverse;
    margin: 5vh 0;
}
.home .our-approach p.regular {
    text-align: left;
}
.home .bee7 {
    left: -15px;
    width: 30%;
}
.home .learning-exp .row {
    margin: auto;
}
.col-sm-6.col-lg-3 {
    padding: 0;
    width: 50%;
}
.home form, .freetrial-modal form {
    border-radius: 10px;
    padding: 3%;
}

.freetrial-modal {
    font-size: 12px;
}
.home #freetrial .modal-header,
.programs #registration .modal-header {
    background-color: #eb962f;
}
.home #freetrial .modal-header span:hover {
    cursor: pointer;
}
.home .form-check-inputradio,
.home form .btn,
.freetrial-modal .btn,
.home input,
.home select,
.home textarea,
.freetrial-modal input,
.freetrial-modal select,
.freetrial-modal textarea {
    box-shadow: 2px 3px rgba(0, 0, 0, 0.3);
}
input.form-control::-moz-placeholder {
    color: #dedede;
}
input.form-control::placeholder {
    color: #dedede;
}
.home #registration .enroll-button {
    margin: 2vh 0 3vh;
    text-align: center;
}
.home .call-to-action .container {
    background-image: url(/images/call_to_action_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.home .call-to-action .row {
    padding: 5% 0;
}
.home .container-fluid.call-to-action {
    padding: 130px 0 0;
}
.home .call-to-action .kid-2 {
    bottom: 0;
    right: -4vw;
    width: 40%;
}
.home .call-to-action .mascot {
    bottom: 0;
    left: 0;
    width: 30%;
}
.home img.img-fluid.bee8 {
    position: absolute;
    top: 10vh;
    width: 44%;
    z-index: 1;
}
.home .call-to-action .enroll-button .btn {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    width: 50%;
}
.footer-container p.regular.text-light {
    font-size: 1.7em;
}
#freetrial .form-select:disabled,
#freetrial select#hour,
#freetrial select#minute,
#freetrial select#time,
.freetrial-modal .form-select:disabled,
.freetrial-modal select#hour,
.freetrial-modal select#minute,
.freetrial-modal select#time {
    width: 5em;
}
.home .choose-us .container {
    width: 100%;
}

.colored-text {
  color: #FBB90A;
}

.home .learning-exp .container {
    padding-bottom: 0 !important;
}

.home .learning-exp .video-container {
    background: url(/images/home_page/video-bg-2.png) no-repeat;
    background-size: contain;
    padding: 4% 2% 3% 4%;
    margin-top: 45px;
    position: relative;
}

lite-youtube {
    border-radius: 30px;
}

.home .learning-exp {
    padding: 50px 10px;
}

img.bee-line.line-2 {
    left: 0;
    top: 120px;
    width: 40%;
    z-index: 0;
}

img.bee-line.line-1 {
    top: 113px;
    right: 0;
    width: 20%;
    transform: scaleX(-1) rotate(-50deg);
}
figcaption {
    font-size: 2.3em;
    line-height: 1.2em;
    text-align: center;
    font-family: 'Visby Round CF Heavy';
}
p.section-description {
    font-size: 1.2em;
    text-align: center;
}

.wlc-container {
    position: relative;
    border-radius: 20px;
    width: -webkit-fill-available;
    max-width: 370px;
    font-size: .8em;
    margin-bottom: 30px;
}

.wlc-container.wlc-container-1 {
    background-color: rgba(54, 197, 240, 0.2);
}

.wlc-container.wlc-container-2 {
    background-color: rgba(224, 30, 90, 0.2);
}

.wlc-container.wlc-container-3 {
    background-color: rgba(46, 182, 125, 0.2);
}

.wlc-container.wlc-container-4 {
    background-color: rgba(236, 178, 46, 0.2);
}

.wlc-container.wlc-container-5 {
    background-color: rgba(234, 119, 72, 0.2);
}

.wlc-container.wlc-container-6 {
    background-color: rgba(183, 169, 223, 0.2);
}

.why-choose {
    position: relative;
    overflow-x: hidden;
    margin-top: 75px;
    text-align: -webkit-center;
    padding: 0 15px;
}

.why-choose .why-images{
    padding: 45px 0px 0 20px;
}

.why-bee {
    position: absolute;
}

img.img-fluid.why-bee.why-bee-2 {
    top: 115px;
    right: -60px;
}

img.img-fluid.why-bee.why-bee-1 {
    top: -5px;
    width: 11em;
    left: -60px;
    transform: rotate(5deg);
}

img.img-fluid.wlc {
    border: 10px solid #fff;
    border-radius: 35px;
    width: 125px;
    height: 90px;
    position: absolute;
    top: -10px;
    left: -30px;
}

.why-images p {
    padding: 10px 10px 22px 102px;
    text-align: left;
    font-size: 1.3em;
    letter-spacing: 0.5px;
    font-family: 'Visby Round CF Medium';
}

.home .our-approach h3 {
    text-align: left;
    font-family: 'Visby Round CF Medium';
    font-weight: 600;
}

.home .our-approach h3:nth-child(1) {
    padding: 50px 0 0 0;
}

.home .mobile-testimonials figcaption {
    padding: 0 25px;
}

.home .testimonials {
    overflow-x: hidden;
    position: relative;
    padding: 30px 25px;
    z-index: 1;
}

.home .testimonials::before {
    content: '';
    position: absolute;
    background: url(/images/home_page/blob-2.png) no-repeat;
    inset: 0;
    transform: scaleX(-1);
    background-position: right;
    z-index: -1;
}

section.testimony-text {
    font-family: 'Visby Round CF Regular';
    font-size: 1.2em;
}

section.guardian-name, section.guardian-job {
    font-size: 1.2em;
}


section.testimony-text {
    font-family: 'Visby Round CF Regular';
    font-size: 1.2em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-align: left;
    margin: 5vh 0 2vh;
}

section.guardian-name, section.guardian-job {
    text-align: left;
    font-size: 1.2em;
    font-family: "Visby Round CF Medium";
    font-weight: 600;
}

.home .container-fluid.promotional-section {
    padding: 45px 20px 0;
    background: url(/images/home_page/blob-2.png) no-repeat;
    background-position: 100% 80%;
}
.promo-photo-container {
    position: relative;
    width: 300px;
    height: -webkit-fill-available;
    margin: auto;
    margin-bottom: 60px;
}

.home .promotional-section img.img-fluid.promo-pic {
    position: relative;
    z-index: 2;
    border-radius: 25% / 17% 20% 13% 17%;
}

.home .row.row-promo {
    padding: 25px 0;
}

img.promo-bg.promo-bg-1.img {
    top: -20px;
    left: -10px;
    width: 90%;
}

img.promo-bg.promo-bg-2.img {
    bottom: -40px;
    right: -10px;
    width: 90%;
}

.home .promotional-section figcaption {
    text-align: left;
    padding-bottom: 0.5em;
}

.promotional-section .promo-wrapper p {
    font-size: 1.2em;
}

.lc-btn {
    background-color: #FBB90A;
    padding: 10px 25px;
    color: #fff;
    border: none;
    border-radius: 15px;
    margin: auto;
    font-family: 'Visby Round CF Heavy';
    font-size: 1.3em;
}

@media only screen and (min-width: 355px) {
    .home .program-content .programs-img {
        width: 6em;
    }
    .home .program-content b {
        display: block;
        font-size: 1.3em;
        margin-left: 1.2em;
    }
}
@media only screen and (min-width: 385px) {
    .home .container {
        padding-top: 2em;
    }
    .home .landing-container {
        height: 750px;
    }
    .home .landing-container h1 {
        padding: 4vh 20px 0;
    }
    .home .call-to-action h2.pb-5.text-light {
        font-size: 2em;
        margin: auto;
        width: 80%;
    }
    .home .enroll-button {
        padding-top: 2em;
    }
}
@media only screen and (min-width: 419px) {
    .home .linepath {
        left: -4em;
        position: absolute;
        top: 10em;
        width: 26%;
    }
    .home .landing-container {
        margin-top: 8vh;
    }
    .footer-container p.regular.text-light {
        font-size: 1.9em;
    }
    .footer-container p.regular.text-secondary {
        font-size: 1.7em;
    }
}
@media only screen and (min-width: 465px) {
    .home .landing-container {
        height: 700px;
    }
    .home .linepath {
        position: absolute;
        top: 10em;
        width: 23%;
    }
    .home .program-content b {
        font-size: 1.5em;
        margin-left: 0.7em;
    }
    section.testimony-text, section.guardian-name, section.guardian-job {
        font-size: 1.4em;
    }
}
@media only screen and (min-width: 560px) {
    .row.gx-1.program-content {
        width: 95%;
    }
    .home .linepath {
        left: -2em;
        position: absolute;
        top: 10em;
        width: 19%;
    }
}
@media only screen and (min-width: 575px) {
    .home .testimonials.mobile-testimonials {
        display: none;
    }
    .home .testimonials.desktop-testimonials {
        display: block;
    }
    .home .landing-container {
        height: 400px;
    }
    .home .landing-section {
        text-align: left;
    }
    .landing-container h1 {
        padding-top: 0;
    }
    .home .landing-section h1 {
        line-height: 1.2em;
        width: 80%;
    }
    .home .kid {
        width: 25em;
    }
    .home .blob {
        width: 45em;
    }
    .home .bee3 {
        width: 15%;
    }
    .home .bee2 {
        display: none;
    }
    .home .landing-container .enroll-button .btn {
        padding: 0.6em;
        width: 50%;
    }
    .home .landing-container .enroll-button a {
        display: flex;
        justify-content: center;
        margin: 0;
        text-decoration: none;
    }
    .home .landing-container .enroll-button .trynow {
        justify-content: start;
    }
    .home .carousel-row-content .col-sm-12.col-md-5 {
        width: 40%;
    }
    .home .carousel-row-content .col-sm-12.col-md-7 {
        width: 60%;
    }
    .home h5 {
        font-size: 0.8rem;
    }
    .home .promo .container {
        max-width: 100%;
    }
    .home .promo .col-sm-12.col-md-6:first-child {
        border-radius: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15px 25px;
        width: 50%;
    }
    .home .promo .col-sm-12.col-md-6:nth-child(2) {
        padding-left: 0;
        width: 50%;
    }
    .row.gx-1.program-content {
        width: 85%;
    }
    .home .linepath {
        left: 0;
        position: absolute;
        top: 12em;
        width: 18%;
    }
    .home .home-program-container-fluid h2 {
        width: 80%;
    }
    .home .bee4 {
        right: 0;
        width: 20%;
    }
    .home .our-approach .col-sm-12.col-md-6:first-child {
        text-align: right;
        width: 40%;
    }
    .home .our-approach .col-sm-12.col-md-6:nth-child(2) {
        text-align: left;
        width: 60%;
    }
    .home .contact-us form .col-sm-12, {
        width: 50%;
    }
    .home .our-approach .row.d-flex.align-items-center:nth-child(3) {
        flex-direction: unset;
    }
    .home .our-approach .bee6 {
        width: 10%;
    }
    .home .learning-exp .row {
        width: 80%;
    }
    .home .bee7 {
        width: 15%;
    }
    .home .gallery .col-sm-6.col-lg-3 {
        width: 25%;
    }
    .home .call-to-action .kid-2 {
        right: 0;
        width: 30%;
    }
    .home img.img-fluid.bee8 {
        width: 30%;
    }
}
@media only screen and (min-width: 576px) {
    .footer-container p.regular.text-light {
        font-size: 0.7em;
        margin-bottom: 0.3rem;
    }
    .footer-container p.regular.text-secondary {
        font-size: 0.5em;
    }
}
@media (min-width:651px) {
    .home .promo .regular {
        font-size: 11px;
    }
}
@media only screen and (min-width: 645px) {
    .home .linepath {
        left: 0;
        position: absolute;
        top: 0;
        width: 17%;
    }
    .why-choose .why-images {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    img.img-fluid.wlc {
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        height: auto;
    }
    .why-images p {
        padding: 90px 15px 10px 15px;
        font-size: 1.7em;
    }
    .why-choose .why-images {
        padding: 85px 0px 0 20px;
    }
    .home .kid {
        right: 0;
        transform: none;
        left: unset;
        top: unset;
        bottom: 0;
    }
    .home .landing-container h1 {
        padding: 4vh 0 0;
    }
}
@media only screen and (min-width: 725px) {
    .home .home-program-container-fluid h2,
    .home .row.gx-1.program-content {
        width: 75%;
    }
    .home .linepath {
        left: 3.5em;
        top: 0;
        width: 15%;
    }
    .home .promo .regular {
        font-size: 13px;
    }
}

.free-trial-texts {
    font-size: 14px;
    margin-bottom: 10px;
}
select#country_code {
    font-size: 12px;
    height: 37px;
}
@media only screen and (min-width: 768px) {
    .home .landing-container h1 {
        font-size: 3em;
    }
    .home .choose-us .col-sm-12.col-md-4.text-center,
    .home .landing-container .enroll-button .btn {
        width: 50%;
    }
    .home .landing-section {
        width: 85%;
    }
    .home .promo h2 {
        font-size: 2.8em;
    }
    /* .home .promo .regular {
        margin-top: 2em;
    } */
    .home .testimonials .img-fluid {
        border-radius: unset;
        height: auto;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
    }
    .home .statistics-container .count-text {
        font-size: 2.5em;
    }
    .count-subtext {
        font-size: 1.35em;
    }
    .home .statistics-container .stat-content img {
        height: 35px;
        margin-right: 0.5em;
        width: 35px;
    }
    .statistics-container {
        background-color: #eb962f;
        padding: 50px 50px 20px;
    }
    .home .choose-us .enroll-button .btn {
        box-shadow: 2px 5px 7px 0 rgba(0, 0, 0, 0.3);
        font-size: 1.5em;
        font-weight: 600;
        margin: auto;
        width: 30%;
    }
    .footer-container p.regular.text-light {
        font-size: 0.8em;
        margin-bottom: 0.5rem;
    }
    .footer-container p.regular.text-secondary {
        font-size: 0.7em;
    }
    img.bee-line.line-1 {
        top: 65px;
    }
    p.section-description {
        padding: 0 25px;
    }
    img.bee-line.line-2 {
        top: 75px;
        width: 34%;
        transform: rotate(-12deg);
    }
    .home .testimonials::before {
        transform: scaleX(1);
        background-position: -10% 50%;
    }
    .container-fluid.testimonials.desktop-testimonials {
        padding: 60px 0;
    }
    .home .row-promo {
        display: flex;
        flex-direction: row-reverse;
        padding: 25px 50px
    }
    .home .promo-photo-container {
        width: 30%;
    }
    .home .promo-body-container {
        width: 60%;
        padding-left: 30px;
    }
    .home .container-fluid.promotional-section {
        background: none;
    }
    img.promo-bg.promo-bg-1.img {
        top: -9px;
        left: -1px;
        width: 84%;
    }
    img.promo-bg.promo-bg-2.img {
        bottom: -30px;
        right: 0px;
        width: 90%;
    }
    .home .enroll-button {
        padding-top: unset;
        margin-top: 20px;
        font-size: 0.8em;
    }
}
@media screen and (min-width: 976px and max-width: 1099px) {
    .home .landing-container {
        height: 580px;
    }
    .home .landing-container h1 {
        padding-top: 5vh;
    }
    .home .kid {
        bottom: 0;
    }
    .home .landing-section h1 {
        font-size: 3em;
    }
    .home .kid {
        width: 30em;
    }
    .home .bee3 {
        width: 10%;
    }
    .home .bee2 {
        bottom: 0;
        display: block;
        left: 0;
        width: 15%;
    }
    .home .promo .regular {
        font-size: 16px;
    }
    .home .testimonials {
        padding: 4vh 0;
    }
    .home .choose-us .container {
        max-width: 85%;
    }
    .home .choose-us .my-5 {
        margin-bottom: 0 !important;
    }
    .home .call-to-action h2.pb-5.text-light {
        font-size: 3em;
        margin: auto;
        width: 80%;
    }
    .home .call-to-action .container {
        height: 400px;
    }
    .home .call-to-action .kid-2 {
        right: 0;
        width: 22%;
    }
    .home img.img-fluid.bee8 {
        width: 20%;
    }
    .home .call-to-action .mascot {
        bottom: 0;
        left: 5em;
        width: 20%;
    }
    .why-choose .why-images {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}
@media only screen and (min-width: 1100px) {
    .home {
        margin-top: 0;
    }
    .home h2 {
        font-size: 3em;
    }
    .home .landing-container .enroll-button {
        align-items: baseline;
        display: flex;
        flex-direction: column;
    }
    .home .landing-container .enroll-button .btn {
        display: block;
    }
        .home .landing-container {
        height: 700px;
    }
    .home .landing-section h1 {
        font-size: 5em;
        width: 65%;
    }
    .home .landing-container .enroll-button {
        align-items: baseline;
        display: flex;
    }
    .home .landing-container .enroll-button .btn {
        margin-right: 2em;
        width: 25%;
    }
    .home .kid {
        width: 45em;
    }
    .home .blob {
        width: 70em;
    }
    .home .carousel-row-content .col-sm-12.col-md-7 {
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .home .testimonials .regular {
        font-size: 1.3em;
        padding-bottom: 3em;
        width: 100%;
    }
    .home .testimonials a {
        display: none;
    }
    .home .testimonials .carousel-inner {
        text-align: left;
    }
    .home h5 {
        font-size: 1.5em;
    }
    .home .promo h2 {
        font-size: 4.5em;
    }
    .home .promo .enroll-button {
        padding-bottom: 3em;
        width: 60%;
    }
    .home .promo .col-sm-12.col-md-6:first-child {
        padding: 3em;
    }
    .home .call-to-action .enroll-button .btn,
    .home .choose-us .enroll-button .btn,
    .home .promo .enroll-button .btn {
        font-size: 1.5em;
        font-weight: 600;
    }
    .home .statistics-container .stat-content {
        flex-direction: column;
    }
    .home .choose-us .col-sm-12.col-md-4.text-center {
        display: inline;
        padding-bottom: 3vh;
        width: 33%;
    }
    .home .choose-us .col-sm-12.col-md-4.text-center .img-fluid {
        padding-right: 10px;
        width: 100%;
    }
    .home .choose-us p.text-center.regular {
        border: none;
        font-size: 1.5em;
        padding: 1.5em 0;
        text-align: center !important;
    }
    .home .our-approach .bee5,
    .home .our-approach .bee6 {
        display: none;
    }
    .home .our-approach .bee5-2 {
        display: block;
        left: 0;
        position: absolute;
        transform: scaleX(-1);
        width: 15%;
    }
    .home .our-approach .bee6-2 {
        display: block;
        position: absolute;
        right: 0;
        width: 12%;
    }
    .home .our-approach .col-sm-12.col-md-6 {
        width: 50%;
    }
    .home .our-approach h3 {
        font-size: 3em;
        width: 100%;
    }
    .home .our-approach p.regular {
        font-size: 1.5em;
        margin-bottom: 1rem;
        margin-top: 2em;
    }
    .home .our-approach .col-sm-12.col-md-6:first-child {
        align-items: end;
        display: flex;
        flex-direction: column;
    }
    .home .learning-exp .row {
        width: 70%;
    }
    .home .bee7 {
        top: 0;
        width: 12%;
    }
    /* #registration .enroll-button .btn {
        width: 40% !important;
    } */
    .home .call-to-action {
        overflow-y: hidden;
    }
    .home .call-to-action .container {
        height: 500px;
    }
    .home .call-to-action h2 {
        padding: 0 5em;
    }
    .home .call-to-action .kid-2 {
        right: 3em;
    }
    .home .call-to-action .enroll-button .btn {
        width: 25%;
    }
    .home .statistics-container .stat-content img {
        height: 80px;
        margin-right: 0;
        width: 80px;
    }
    .home .statistics-container .count-text {
        font-size: 4.5em;
        padding: 15px 0;
    }
    .home .count-subtext {
        font-size: 1.6em;
    }
    .home .testimonials button.testimonial-modal {
        display: none;
    }
    .footer-container p.regular.text-light {
        font-size: 1em;
        margin-bottom: 0.8rem;
    }
    .footer-container p.regular.text-secondary {
        font-size: 0.9em;
    }
    .home .promo .regular,
    .home .testimonials .regular {
        -webkit-box-orient: inherit;
        -webkit-line-clamp: unset;
        display: -webkit-box;
        font-size: 1.2em;
        overflow: hidden;
    }
    .home .promo .regular {
        font-size: 17px;
    }
    p.section-description {
        font-size: 1.5em;
        padding: 0 50px;
    }
    figcaption {
        font-size: 3em;
    }
    .container-fluid.video-section {
        display: flex;
        flex-direction: row-reverse;
        align-items: anchor-center;
        width: 90%;
        margin: auto;
        height: 300px;
    }
    .home .row.row-promo {
        width: 85%;
        margin: auto;
        padding: 60px 0 90px;
    }
    .home .promotional-section figcaption {
        font-size: 5em;
    }
    .promotional-section .promo-wrapper p {
        font-size: 1.7em;
    }
        .home .enroll-button {
        padding-top: unset;
        font-size: 1.4em;
    }
    img.promo-bg.promo-bg-1.img {
        top: -20px;
        left: -10px;
        width: 90%;
    }

    img.promo-bg.promo-bg-2.img {
        bottom: -15px;
        right: -8px;
        width: 90%;
    }
    .home .enroll-button .see-more {
        font-size: 0.8em;
    }
    .home .landing-section .enroll-button {
        padding-top: 3em;
        font-size: 1em;
    }
    .home .landing-section .enroll-button .see-more {
        font-size: 1.1em;
    }
    .home .bee3 {
        width: 10%;
    }
    .home .our-approach img.img-fluid.lazy.loaded {
        width: 85%;
    }
    .home img.img-fluid.bee8 {
        width: 15%;
    }
    .home .testimonials::before {
        background-position: -3% 70%;
        background-size: 60%;
    }
}
@media only screen and (min-width: 1200px) {
    .home .landing-container {
        height: 750px;
    }
}
@media only screen and (min-width: 1400px) {
    .footer-container p.regular.text-light {
        font-size: 1.5em;
        margin-bottom: 0.8rem;
    }
    .footer-container p.regular.text-secondary {
        font-size: 1.3em;
    }
}
.home-program-container {
    padding: 20px;
}
.home-program-container-fluid {
    background-color: #fffbe8;
}
.program-header {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
@media (min-width: 1400px) {
    .program-header {
        font-size: 2em;
    }
}
@media (min-width: 1700px) {
    .home .landing-container h1 {
        padding-top: 15vh;
    }
    .home .blob {
        width: 110em;
    }
    .home .kid {
        width: 65em;
    }
    .home .landing-section h1 {
        font-size: 6em;
        width: 65%;
    }
    .home .sub-title {
        font-size: 2.5em;
        margin-top: 5vh;
    }
    .home .landing-container .enroll-button .btn {
        font-size: 2em;
        margin-right: 2em;
        width: 25%;
    }
    .home .choose-us .enroll-button .btn,
    .home .landing-container .enroll-button .trynow h6 {
        font-size: 2em;
    }
    .home .testimonials .regular {
        font-size: 1.7em;
    }
    .home .choose-us .enroll-button .btn {
        padding: 0.8em 0;
    }
    .home .call-to-action .kid-2 {
        right: 15em;
        width: 19%;
    }
}
@media (min-width: 1800px) {
    .home .call-to-action .mascot {
        left: 10em;
    }
}
@media (min-width: 992px) {
    .program-header {
        display: none;
    }
    .large-banner-program {
        font-size: 2em;
        font-weight: 800;
        width: 506px;
    }
}
@media (max-width: 990px) {
    .large-banner-program-container {
        display: none;
    }
}
.large-banner-program-container {
    position: absolute;
}
@media only screen and (min-width: 900px) {
    .home .bee3 {
        width: 10%;
    }
}
@media (min-width: 992px) {
    .program-content {
        display: none !important;
    }
    .why-choose .why-images {
        grid-template-columns: repeat(3, 1fr);
    }
}
.program-item {
    position: absolute;
}
.program-item-header.program-item h1 {
    font-size: 1.5em;
    font-weight: 700;
}
.program-item-header.program-item p {
    width: 436px;
}
@media (max-width: 990px) {
    .program-item-header.program-item {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .large-program-subtext {
        width: 404px;
    }
}
.program-item:hover {
    color: #ee4c3b;
    cursor: pointer;
}
.bee-program {
    max-height: 1039.06px;
    max-width: 1862.97px;
}
@media (max-width: 990px) {
    .bee-program {
        display: none;
    }
}
.count-text {
    font-weight: 700;
    line-height: 84px;
}
.count-subtext,
.count-text {
    color: #fff;
    font-family: Visby Round CF;
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
}
.count-subtext {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}
.statistics-container {
    background-color: #eb962f;
    padding: 50px;
}
.nav-link {
    font-size: 1.5em;
}
div#app {
    background-color: #fff;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.programs .content-range .regular {
    line-height: 1em;
}
.programs {
    margin-top: 5vh;
}
.cart,
.checkout,
.error {
    margin-top: 8vh;
}
.programs div#programs-title {
    margin-top: 12vh !important;
    height: 105px;
}
.thank-you {
    background-color: #fffdee !important;
    padding-top: 95px;
}
.thank-you.thanks-trial {
    padding-top: 55px;
}
.login-container.forgot {
    margin-top: 150px;
}
.members-profile {
    background-color: #fff;
}
.members-profile .container {
    width: 100%;
}
.cart .landing-section,
.checkout .landing-section,
.error .landing-container,
.landing-container,
.programs .call-to-action,
.programs .landing-container,
.thank-you .landing-container {
    background-color: #fffdee;
    position: relative;
}
.cart button.minus-btn,
.cart button.plus-btn,
.programs button.minus-btn,
.programs button.plus-btn {
    height: 1.5em;
    vertical-align: middle;
}
.cart .buy-now .btn,
.cart .checkout,
.enroll-button .btn,
.programs .right .right-content .enroll-button a {
    border: none;
    border-radius: 35px;
    font-size: 18px;
    margin-right: 15px;
    padding: 18px 45px;
}
.see-more {
    color: #eb962f;
    display: flex;
    font-size: 18px;
}
.enroll-button {
    align-items: center;
}
td {
    vertical-align: baseline;
}
.btn:hover {
    box-shadow: 2px 3px rgba(0, 0, 0, 0.3);
}
.x-arrow {
    display: none;
}
.error .landing-container,
.members-profile,
.programs .landing-container,
.thank-you .landing-container {
    height: 92vh;
}
.cart .buy-now .btn,
.cart .checkout,
.cart .enroll-button a,
.checkout .file-upload .btn,
.error .enroll-button .btn,
.members-profile .enroll-button .btn,
.programs .call-to-action .enroll-button a,
.programs .right .right-content .enroll-button a,
.thank-you .enroll-button .btn {
    background-color: #eb962f;
    color: #fff;
}
.landing-container h1 {
    padding-top: 20vh;
}
.programs .bg_img {
    width: 55%;
}
.p-bee {
    position: absolute;
    right: 0;
    top: 150px;
    width: 15%;
}
.programs .curriculum-section ul li {
    line-height: 1.7em;
    list-style-type: none;
    margin-right: 2em;
}
.programs ul li {
    line-height: 1em;
    list-style-type: none;
}
.programs ul li a {
    text-decoration: none;
}
.programs ul li a:hover {
    color: #d55e19 !important;
}
.programs ul.side-ul {
    background-color: #fafafa;
    padding: 15%;
}
.programs .programs-content p.regular {
    display: flex;
    padding: 0;
}
.programs .programs-text .regular strong {
    position: absolute;
    width: 125px;
}
.programs .right .right-content .enroll-button .add-to-cart {
    background: none;
    border: 2px solid #d55e19;
    color: #d55e19;
    font-size: 18px;
    margin-left: 1em;
    padding: 20px 45px;
}
.programs .programs-text {
    margin-left: 3%;
}
.programs .programs-img {
    width: 20em;
}
.programs .eyfs-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.programs .right .regular {
    font-size: 16px;
}
.programs img.img.eyfs-image {
    border-radius: 35px;
    width: 300px;
}
.programs .container-fluid.call-to-action {
    padding: 15px 0 50px;
}
.programs .call-to-action .regular {
    padding: 1% 15%;
}
.programs .curriculum-section .regular {
    text-align: left;
}
.flag {
    width: 30%;
}
.programs .sidebar {
    height: 200px;
    top: 0;
    width: 300px;
}
#registration .enroll-button .btn,
.programs .call-to-action button.btn.see-more {
    background: #eb962f;
    color: #fff;
    margin: auto;
}
/* #registration .enroll-button .btn {
    width: 100%;
} */
#registration .enroll-button {
    text-align: end;
}
/* #registration .enroll-button .btn {
    padding: 0.5em;
} */
/* #registration .form-label {
    font-size: 1.2em;
} */
.checkout .cright {
    height: 200px;
    left: 0;
    position: fixed;
    top: 0;
    width: 300px;
}
.this-is-sticky {
    background-color: #fff;
    position: sticky;
    top: 7vh;
    width: 100%;
    z-index: 3;
}

.row.title-header-collapse {
    font-size: 1.2em;
}
.programs .sidebar {
    position: sticky;
    top: 84px;
}
.programs .bg-body-tertiary {
    background-color: #fcf4be !important;
}
.programs .right {
    flex: 1;
}
.programs .areas-of-learning ul li {
    align-items: center;
    display: flex;
}
.cart button.minus-btn,
.cart button.plus-btn,
.programs button.minus-btn,
.programs button.plus-btn {
    background-color: #d55e19;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    padding: 1px 3px;
}
.cart .add-qty .quantity,
.programs .add-qty .quantity {
    background: none;
    border: none;
    margin: 0;
    width: 25px;
}
.cart .quantity-control,
.programs .quantity-control {
    text-align: center;
}
.programs .quantity-control {
    padding: 0.5em;
}
.programs .add-qty {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 0.5em;
}
.programs button.minus-btn,
.programs button.plus-btn {
    height: auto;
    padding: 0.3em;
}
.programs .learning-areas {
    align-items: center;
    display: flex;
    margin: auto;
}
.programs ul.horizontal-menu {
    align-items: baseline;
    display: flex;
    overflow-x: auto;
    padding: 0;
    width: auto;
}
.container-fluid.programs-x-scroll {
    position: relative;
}
.programs ul.horizontal-menu li a {
    display: block;
    font-size: 1.5em;
    margin-right: 2em;
    text-decoration: none;
    width: -moz-max-content;
    width: max-content;
}
.bg_img,
.blob-2,
.error .bee3,
.mascot-2,
.members-profile .bg_img {
    bottom: 0;
    position: absolute;
    right: 0;
}
.error .bee4,
.flag,
.thank-you .ty_mascot {
    bottom: 0;
    left: 0;
    position: absolute;
}
.programs .fa-solid {
    line-height: inherit;
}
.programs-add-to-cart {
    display: contents;
}
.programs select.form-select.w-100 {
    background-color: #fff;
    border: 2px solid #dee2e6;
    border-radius: 10px;
    color: #000;
}
.navbar-lc .container,
.programs .container {
    width: 100%;
}
.programs .sub-text {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
.programs button.program-selection {
    background: none;
    border: 2px solid #d55e19;
    border-radius: 25px;
    color: #eb962f;
    margin-bottom: 2em;
    padding: 2em;
    text-align: left;
    width: 100%;
}
.programs button.program-selection.pre-kindergarten {
    border: 2px solid #ee4c3b;
    color: #ee4c3b;
}
.programs button.program-selection.pre-kindergarten .btn.btn-primary,
.programs button.program-selection.pre-kindergarten .btn.btn-primary:hover {
    background-color: #ee4c3b;
    border-color: #ee4c3b;
}
.programs button.program-selection.tutorial {
    border: 2px solid #846202;
    color: #846202;
}
.programs button.program-selection.tutorial .btn.btn-primary,
.programs button.program-selection.tutorial .btn.btn-primary:hover {
    background-color: #846202;
    border-color: #846202;
}
.programs button.program-selection.playgroup {
    border: 2px solid #0a6;
    color: #0a6;
}
.programs button.program-selection.playgroup .btn.btn-primary,
.programs button.program-selection.playgroup .btn.btn-primary:hover {
    background-color: #0a6;
    border-color: #0a6;
}
.programs button.program-selection.kindergarten {
    border: 2px solid chocolate;
    color: chocolate;
}
.programs button.program-selection.kindergarten .btn.btn-primary,
.programs button.program-selection.kindergarten .btn.btn-primary:hover {
    background-color: chocolate;
    border-color: chocolate;
}
.programs .duration-container {
    display: flex;
    gap: 1em;
}
.programs .price-compare.desktop.d-flex.mt-4 {
    align-items: center;
    gap: 1.5em;
}
.programs .old-price.regular {
    text-decoration: line-through;
}
.programs .new-price.regular {
    color: #d55e19;
    font-size: 1.5em !important;
}
.programs .price-off {
    background-color: #d55e19;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}
.btn-outline-dark:hover,
.programs .btn-check:checked + .btn-outline-dark {
    background-color: #d55e19;
    border-color: #d55e19;
    color: #fff;
}
label.btn.btn-outline-dark {
    border-color: #d55e19;
}
.btn.btn-primary.choose-programs {
    padding: 0.8em 0.5em;
}
.cart .cta,
.checkout .cta,
.programs .cta {
    background: none;
    border: none;
}
.cart .cta span,
.checkout .cta span,
.programs .cta span {
    font-size: 14px;
    letter-spacing: 4px;
    padding-bottom: 7px;
    padding-right: 15px;
    text-transform: uppercase;
}
.cart .cta svg,
.checkout .cta svg,
.programs .cta svg {
    transform: translateX(-7px);
    transition: all 0.3s ease;
}
.cart .cta:hover svg,
.checkout .cta:hover svg,
.programs .cta:hover svg {
    color: #d55e19;
    transform: translateX(0);
}
.cart .cta:active svg,
.checkout .cta:active svg,
.programs .cta:active svg {
    transform: scale(0.9);
}
.cart .hover-underline-animation,
.checkout .hover-underline-animation,
.programs .hover-underline-animation {
    color: #000;
    padding-bottom: 20px;
    position: relative;
}
.cart .hover-underline-animation:after,
.checkout .hover-underline-animation:after,
.programs .hover-underline-animation:after {
    background-color: #d55e19;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    width: 97%;
}
.cart .cta:hover .hover-underline-animation:after,
.checkout .cta:hover .hover-underline-animation:after,
.programs .cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.programs button.show-all-programs {
    background: transparent;
    background: #eb962f;
    border: 0;
    border-radius: 1.625rem;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    height: auto;
    outline: none;
    padding: 0;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 14rem;
}
.programs button.show-all-programs .circle {
    background: #eb962f;
    border-radius: 1.625rem;
    display: block;
    height: 2rem;
    margin: 0;
    position: relative;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    width: 2rem;
}
.programs button.show-all-programs .circle .icon {
    background: #fff;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.programs button.show-all-programs .circle .icon.arrow {
    background: none;
    color: #000;
    height: 0.125rem;
    left: 0.3rem;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    width: 1.125rem;
}
.programs button.show-all-programs .circle .icon.arrow:before {
    border-right: 0.125rem solid #fff;
    border-top: 0.125rem solid #fff;
    content: "";
    height: 0.625rem;
    position: absolute;
    right: 0.0625rem;
    top: -0.29rem;
    transform: rotate(45deg);
    width: 0.625rem;
}
.programs button.show-all-programs .button-text {
    bottom: 0;
    color: #fff;
    font-weight: 700;
    left: 0;
    line-height: 1.6;
    margin: 0 0 0 1.85rem;
    padding: 0.75rem 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: -7px;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.programs button.show-all-programs:hover .circle {
    width: 100%;
}
.programs button.show-all-programs:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem);
}
.programs button.show-all-programs:hover .button-text {
    color: #fff;
}
.error .bee2,
.thank-you .bee2 {
    position: absolute;
    right: 0;
    top: 0;
}
.error .bee1 {
    left: 0;
    position: absolute;
    top: 0;
}
.error p.regular,
.thank-you p.regular {
    width: 50%;
}
.cart .landing-section,
.checkout .landing-section,
.members-profile .landing-container {
    height: 60vh;
}
.cart .landing-section h1,
.checkout .landing-section h1 {
    padding-top: 0.6em;
}
.mascot-2 {
    width: 35em;
}
.blob-2 {
    width: 70em;
}
.cart input[type="number"] {
    width: 30%;
}
.cart .prod-price,
.cart .total,
.cart .total-price,
.cart table tfoot strong {
    color: #d55e19;
}
.cart span.total-price {
    font-size: 45px;
    padding-left: 1.5rem;
}
.cart .total {
    font-family: Visby Round CF Heavy;
    font-size: 22px;
}
.active-link,
.cart .fa.fa-trash {
    color: #eb962f;
}
.cart .table > td {
    padding: 1rem;
}
.cart input.form-control.me-2 {
    width: 60%;
}
.cart tfoot .btn.apply-promo:hover {
    background-color: #d55e19;
    color: #fff !important;
}
.cart .apply-promo {
    background-color: #fff;
    border-color: #d55e19;
    color: #d55e19 !important;
    padding: 0.375rem 0.75rem;
}
.cart h3.card-text.prod-price {
    padding: 0.5rem 0 2rem;
}
.cart tr {
    background-color: #fafafa;
    border-bottom: 10px solid #fff;
}
.cart tfoot tr {
    border-bottom: 10px solid hsla(0, 0%, 100%, 0);
}
.cart span.breakdown-amount {
    display: flex;
    flex-direction: column;
    text-align: end;
}
.cart tfoot .regular {
    padding: 1% 0;
}
.cart .qty-button {
    padding: 0.8em 0;
}
.cart .add-qty {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 0.8em 0.2em;
    width: -moz-max-content;
    width: max-content;
}
.cart .promo-code {
    display: flex;
}
.cart .btn.checkout {
    margin-top: 0;
}
.cart iconify-icon.empty-cart,
.checkout iconify-icon.empty-cart {
    font-size: 20em !important;
    margin: auto;
    opacity: 5%;
}
.cart .promo-code-input .card.card-body {
    border: none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 1em;
}
.cart .promo-code-input input.form-control.me-2 {
    width: 100%;
}
.cart .promo-container {
    display: flex;
}
.cart tfoot tr td {
    font-size: 1.5em;
}
.cart .this-promo-code {
    text-align: left !important;
}
.cart .breakdown table tr td .row .col-6:first-child {
    text-align: left;
}
.cart .breakdown table tr td .row .col-6:nth-child(2) {
    text-align: right;
}
.cart table.total-data {
    float: right;
}
.cart tfoot tbody tr:nth-child(2n) {
    background: none;
}
.cart table.table.program-details-table td.td-view-programs a {
    width: 15em;
}
.cart table.table.program-details-table td {
    font-size: 0.9em !important;
    position: relative;
}
.cart table.table.program-details-table td:before {
    color: #d55e19;
    content: attr(data-label);
    font-family: Visby Round CF Bold;
    left: 0;
    position: absolute;
    text-align: left !important;
    width: 50%;
}
.cart table.table.program-details-table td {
    display: block;
    text-align: right;
}
.error .error404 {
    font-size: 300px;
}
.thank-you .thankYou {
    font-size: 50px;
}
.error .landing-container .container,
.thank-you .landing-container .container {
    background-image: url(/images/404_blob.webp?3a2592f869251d32c52806920ab2109b);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 2em;
}
.error .bee2,
.error .bee4,
.thank-you .bee2 {
    transform: scaleX(-1);
}
.error .bee,
.thank-you .bee {
    width: 20em;
}
.thank-you .ty_mascot {
    width: 25em;
}
.checkout .checkout-container {
    background-color: #fafafa;
    border-radius: 10px;
}
.checkout .breakdown,
.checkout .form-checkout,
.checkout .payment-method,
.checkout .right .title,
.checkout .row-summary,
.checkout .summary {
    /* border-bottom: 1px solid #d3d3d3; */
    margin-bottom: 2em;
    /* padding-bottom: 2em; */
}
.checkout .col-sm-12.col-md-5.right {
    background-color: #d55e19;
    color: #fff;
}
.checkout .checkout-title {
    background-color: rgba(239, 217, 34, 0.2);
    border-radius: 10px 10px 0 0;
    padding: 2%;
}
.checkout .payment-option {
    padding: 2% 0;
}
.checkout .img-payment {
    padding-right: 0.5em;
    width: 4em;
}
.checkout .payment-option {
    align-items: center;
    border: 2px solid #bfbfbf;
    border-radius: 10px;
    display: flex;
    height: 100%;
    padding: 1em;
}
.checkout .upload-button {
    align-content: center;
    height: 100%;
    text-align: center;
}
.checkout .checkout-button .btn,
.checkout .upload-button .btn {
    border-radius: 50px;
    padding: 1em;
}
.checkout .breakdown-summary,
.checkout .row-content-summary,
.checkout .total-amount {
    align-items: end;
    display: flex;
    justify-content: space-between;
}
.cart-summary-1 p,
.checkout .breakdown p,
.checkout .cart-summary p {
    margin: 0;
}
.checkout .cart-summary-1 p {
    color: #fff;
    text-align: end;
}
.checkout .right table {
    border-color: #d55e19;
}
.checkout .prod-img {
    border: 1px solid;
    width: 3em;
}
.checkout .img-qr {
    width: 8rem;
}
.checkout .checkout-button-mobile .btn {
    background-color: #d55e19;
    color: #fff;
    width: 25%;
    position: fixed;
    right: 0;
    bottom: 0;
    height: 8vh;
    border-radius: 0;
    z-index: 5;
}
div#checkout-right-mobile .sub-text {
    font-size: 1.2em !important;
    font-weight: 600;
}

.checkout #checkout-right-mobile h4#total-payment {
    padding-right: 13vh;
}
.checkout a.programs-title-btn:hover {
    color: #000 !important;
}
.checkout .checkout-button .btn {
    background-color: #fff;
    color: #d55e19;
    width: 100%;
}
.checkout .col-sm-12.col-md-7.left {
    padding: 2em;
}
.checkout .col-sm-12.col-md-5.right {
    border-top-right-radius: 10px;
    box-shadow: 0 6px 10px 3px rgba(0, 0, 0, 0.2);
    padding: 1em 2em;
    top: auto;
}
.checkout .upload-payment .upload-button form {
    margin: 1em;
}
.checkout-text {
    font-size: 12px;
    margin-bottom: 0;
}
.checkout-container {
    max-width: 85vw;
    position: relative;
}
.checkoutRight.fixed {
    position: fixed;
    right: 10%;
    top: 0;
    width: 33.3%;
}
.checkout .regular {
    margin-bottom: 0;
}
.checkout table td {
    display: block !important;
    font-size: 1.2em;
    padding: 0.2em !important;
    text-align: right !important;
}
.checkout table td:before {
    content: attr(data-label) !important;
    display: block;
    font-family: Visby Round CF Bold !important;
    font-size: 1em !important;
    position: absolute !important;
    text-align: left !important;
    width: 50% !important;
}

#checkout-right-mobile {
    border-top-right-radius: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
    left: 0;
    background-color: #f8f3cf;
    color: black;
}

.checkout #checkout-right-mobile .row.title-header-collapse {
    height: 8vh;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    padding-left: 5vw;
}

.checkout #promoCodeCollapseMobile .card,
#promoCodeCollapse .card {
    background: transparent;
    border: none;
    box-shadow: none;
}

.checkout #promoCodeCollapseMobile .promo-container,
#promoCodeCollapse .promo-container {
    display: flex;
}

.checkout #promoCodeCollapse .promo-container button.btn.apply-promo {
    background-color: rgb(255, 255, 255);
    color: #000000;
}

.checkout #promoCodeCollapseMobile .promo-container button.btn.apply-promo {
    background-color: chocolate;
    color: #ffffff;
}

.checkout #viewOrderdetails .discounted-container h4 {
    padding-right: 13vh;
}

.checkout .order-details-desktop table tr td {
    border-bottom: 1px solid #fff;
}

.checkout .promo-code-container {
    padding: 0.5em 1em;
    background: white;
    font-size: 1.1em;
    border-top: 2px solid chocolate;
}

.members-profile .p-bee {
    top: 0;
}
.members-profile .content-left-down,
.members-profile .content-left-up {
    background-color: #fafafa;
    display: grid;
}
.members-profile .left-up {
    padding: 2rem 0;
}
.members-profile .profile_img {
    margin: auto;
}
.members-profile .content-left-up .regular {
    padding: 0 2rem;
}
.members-profile .content-left-up a {
    align-items: center;
    color: #eb962f;
    display: flex;
    padding-left: 2rem;
    padding-top: 1.5em;
    text-decoration: none;
}
.members-profile .content-left-down {
    padding: 2rem 0;
}
.members-profile .content-left-down a {
    color: #000;
    text-decoration: none;
}
.members-profile .sidebar-link.active {
    color: #eb962f;
}
.members-profile ul {
    margin-bottom: 0;
}
.members-profile ul li {
    list-style-type: none;
}
.members-profile .profile .col-sm-12.col-md-9 {
    background-color: #fafafa;
    padding: 2em;
}
.members-profile .landing-container {
    height: 50vh;
}
.members-profile .landing-container h1 {
    padding-top: 5vh;
}
.members-profile .sub-text {
    font-size: 1.5em;
}
.members-profile .enroll-button {
    align-items: baseline;
    display: flex;
    justify-content: end;
}
.members-profile button.see-more {
    background: none;
    border: none;
}
.members-profile .nav-tabs .nav-item.show .nav-link,
.members-profile .nav-tabs .nav-link.active {
    background-color: #eb962f;
    border: none;
    border-radius: 35px;
    color: #fff;
}
.members-profile .failed,
.members-profile .nav-tabs .nav-link {
    color: #eb962f;
}
.members-profile ul#myOrdersTab {
    border: none;
}
.members-profile .nav-tabs .nav-link:focus,
.members-profile .nav-tabs .nav-link:hover {
    border-color: #eb962f;
    border-radius: 35px;
    isolation: isolate;
}
input.form-control::-moz-placeholder {
    color: #dfdfdf;
}
input.form-control::placeholder {
    color: #dfdfdf;
}
.members-profile .my-orders {
    display: block;
}
.members-profile .enroll-button .btn {
    margin-left: 1em;
}

@media only screen and (min-width: 1700px) {
    .this-is-sticky {
        top: 105px;
    }
    .cart,
    .checkout,
    .error {
        background-color: #fff;
        margin-top: 130px;
    }
    .cart-wrapper,
    .thank-you {
        background-color: #fff;
        padding-bottom: 20vh;
    }
    .container-fluid.no-items {
        padding-bottom: 5vh;
        padding-top: 8vh;
    }
    .home .container-fluid.call-to-action {
        padding: 18em 0 0;
    }
    .thank-you.thanks-trial {
        padding-top: 100px;
    }
}
@media (min-width: 992px) {
    .program-banner {
        display: none;
    }
    #navbar-lc.shrink {
        max-height: 10vh;
        transition: all 0.3s ease-in-out;
    }
    .promotion-title {
        height: 180px;
    }
}
@media only screen and (max-width: 992px) {
    .col-sm-12.col-lg-7.eyfs-right {
        margin: auto;
        width: 90%;
    }
    .programs .landing-container {
        height: 450px;
    }
}
@media only screen and (max-width: 994px) {
    .programs ul.horizontal-menu li.active a {
        background-color: #d55e19;
        border-radius: 25px;
        color: #fff !important;
        font-family: Visby Round CF Extra Bold;
        padding: 0.7em 1em;
        text-decoration: none !important;
    }
    .programs ul.horizontal-menu li a {
        color: #d55e19 !important;
        font-family: Visby Round CF Extra Bold;
        text-decoration: underline;
    }
    i.fa-solid.fa-thumbtack.fa-xs {
        margin-right: 0.7em;
    }
    .programs .program-title-desktop,
    .programs .programs-inclusions-desktop {
        display: none;
    }
}
@media only screen and (min-width: 995px) {
    .programs .programs-nav,
    .programs ul.horizontal-menu {
        display: none;
    }
    .cart table thead strong.regular {
        font-size: 2.5em;
    }
    .cart table tbody tr td {
        font-size: 1.5em;
    }
    .programs .program-title-mobile,
    .programs .programs-inclusions-mobile {
        display: none;
    }
    .cart,
    .checkout,
    .error {
        margin-top: 15vh;
    }
    
}
@media only screen and (max-width: 995px) {
    .landing-container h1 {
        padding-top: 14vh;
    }
    .programs .landing-container h1 {
        padding-top: 50px;
    }
    .members-profile .regular.left-up {
        font-size: 1.4em;
    }
    .programs .sidebar {
        display: none;
    }
    #registration .enroll-button {
        text-align: center;
    }
    .programs .right-content {
        display: flex;
        flex-direction: column;
    }
    .programs .bg_img {
        width: 75%;
    }
    .blob-2 {
        width: 100%;
    }
    .cart .product {
        display: flex;
        flex-direction: column;
    }
    .cart .product img {
        width: 50%;
    }
    .cart span.total-price {
        font-size: 25px;
    }
    .cart .card {
        margin: 0.5rem 2rem;
    }
    .error .error404 {
        font-size: 200px;
    }
    .error .bee,
    .thank-you .bee {
        width: 20%;
    }
    .thank-you p.regular {
        width: 80%;
    }
    .programs .program-img {
        text-align: center;
    }
    .checkout .payment-col {
        margin-bottom: 1em;
    }
    .checkout .payment-option {
        display: block;
        padding: 1em;
    }
    .checkout label.form-label,
    .checkout td {
        font-size: 12px;
    }
    .cart .add-qty {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    #navbarlc .container-fluid {
        height: 9vh;
    }
    .members-profile {
        padding-top: 8vh;
    }
    .members-profile .content-left-down {
        border-radius: 50px;
        padding: 1rem 0;
    }
    .members-profile .content-left-down ul {
        display: flex;
    }
    .members-profile .content-left-down ul li {
        margin-right: 1.5em;
    }
    .members-profile h2.mb-5 {
        font-size: 2em;
        text-align: center;
    }
    .col-sm-12.col-md-3.profile-and-menu {
        padding: 0;
    }
    .members-profile .content-left-up .regular {
        padding: 1em 2rem;
    }
    .members-profile #myOrdersTab strong {
        font-size: 0.8em;
    }
    .members-profile .p-bee {
        top: 12em;
    }
    .desktop-summary-hide {
        display: none;
    }
    .category-item {
        height: 250px;
    }
    button.program-selection {
        height: 240px;
    }
    .program-img {
        width: 350px;
        height: 240px;
    }
}
@media only screen and (min-width: 776px) {
    .cart .footer-total {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    span.material-icons-outlined.x-arrow {
        display: none;
    }
    .home {
        margin-top: 0;
        padding-top: 25px;
    }
    .home .landing-container {
        margin-top: 5vh;
    }
    .home .kid {
        width: 35em;
    }
}
@media only screen and (max-width: 774px) {
    .cart button.minus-btn,
    .cart button.plus-btn {
        padding: 1px 10px;
    }
    .cart .add-qty,
    .programs .add-qty {
        border: 0;
        padding: 0;
    }
    .checkout .order-details-desktop {
        display: none;
    }
}
@media only screen and (min-width: 775px) {
    .cart th {
        color: #d55e19;
        font-size: 1em;
    }
    .cart td,
    .cart th {
        text-align: center;
    }
    .cart .this-promo-code {
        vertical-align: inherit;
    }
    .cart .td-view-programs .collapse {
        padding-top: 1em;
        width: 200px;
    }
    .checkout .checkout-button-mobile .btn,
    .checkout .privacy-mobile,
    .checkout div#checkout-right-mobile {
        display: none !important;
    }
}
@media only screen and (max-width: 775px) {
    span.material-icons-outlined.x-arrow {
        animation: arrow-move 1s linear infinite;
        box-sizing: border-box;
        color: #d55e19;
        position: absolute;
        right: 25px;
        top: 24px;
        width: 0;
    }
    @keyframes arrow-move {
        0% {
            left: 90%;
        }
        to {
            left: 97%;
        }
    }
    .checkout table tbody tr td:nth-child(3) {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .cart .checkout {
        margin: 10px 0 0;
        width: 100%;
    }
    .our-approach .row.d-flex.align-items-center:nth-child(3) {
        flex-direction: column-reverse;
    }
    h1 {
        font-size: 35px;
    }
    .call-to-action .row {
        padding: 5%;
    }
    .kid-2 {
        right: 0;
        width: 170px;
    }
    .call-to-action h2 {
        font-size: 22px;
    }
    .programs .right {
        flex-direction: column;
    }
    .programs .landing-container .row {
        text-align: left;
    }
    .cart input[type="number"],
    .mascot-2 {
        width: 55%;
    }
    .cart .landing-section,
    .checkout .landing-section {
        height: 500px;
    }
    .cart input.form-control.me-2 {
        width: 100%;
    }
    .cart .d-flex {
        display: inline-block !important;
    }
    .checkout .form-group,
    .checkout .payment-content {
        flex-direction: column;
    }
    .checkout .sub-text {
        font-size: 12px;
    }
    .checkout .right .breakdown-price,
    .checkout .right img {
        display: none;
    }
    .checkout .cart-summary-1 {
        display: contents;
    }
    .programs .eyfs-right {
        margin-top: 2em;
        text-align: center;
    }
    .cart table thead {
        display: none;
    }
    .cart table tbody,
    .cart table td,
    .cart table tr {
        display: block;
    }
    .cart table td {
        border-bottom: unset;
        clear: both;
        padding-right: 15px !important;
        position: relative;
        text-align: right;
    }
    .cart table td:before {
        color: #d55e19;
        content: attr(data-label);
        font-family: Visby Round CF Bold;
        font-size: 1em;
        left: 0;
        padding-left: 15px;
        position: absolute;
        text-align: left;
        width: 50%;
    }
    .cart table td {
        font-size: 1.3em !important;
        font-weight: 600;
    }
    .cart .product {
        align-items: end;
    }
    .cart .product img {
        width: 25%;
    }
    .cart .add-qty {
        float: right;
        width: auto;
    }
    .programs .quantity-control {
        padding: 1em 0;
    }
    .checkoutRight.fixed {
        position: unset;
        width: 100%;
    }
    .programs h2 {
        font-size: 2.5em;
    }
    .programs h3 {
        font-size: 1.6em;
    }
    .programs h4 {
        font-size: 1.4em;
    }
}
@media only screen and (min-width: 575px) {
    .programs {
        margin-top: 8vh;
    }
    .programs .p-content select,
    .programs .total-lessons {
        width: 60% !important;
    }
}
@media only screen and (max-width: 575px) {
    .home .bee3 {
        bottom: 25vh;
    }
    .programs h1 {
        font-size: 3.5em;
    }
    .programs .call-to-action .regular {
        padding: 1%;
    }
    .programs .call-to-action button.btn.see-more {
        justify-content: center;
        width: 50%;
    }
    .programs .landing-container:first-child {
        overflow: hidden;
    }
    .programs .landing-container {
        height: 650px;
        overflow: hidden;
    }
    .programs .right strong.regular {
        display: block;
        width: 7em;
    }
    .cart .container,
    .checkout .container,
    .programs .container {
        width: 100%;
    }
    .kid-2 {
        right: 0;
        width: 135px;
    }
    .landing-container h1 {
        padding-top: 6vh;
    }
    .programs .landing-container h1 {
        padding-top: 90px;
    }
    .cart .landing-section,
    .checkout .landing-section,
    .programs .landing-container .row {
        text-align: center;
    }
    .programs .right .right-content .enroll-button .add-to-cart {
        background: none;
        border: 2px solid #d55e19;
        color: #d55e19;
        margin-left: 0;
        width: 100%;
    }
    .programs .enroll-button {
        align-items: stretch;
        flex-direction: column;
        text-align: center;
    }
    .enroll-button {
        justify-content: center;
    }
    .enroll-button .btn {
        font-size: 14px;
        padding: 12px 20px;
    }
    .see-more {
        font-size: 14px;
    }
    .programs .bg_img {
        right: -60px;
        width: 600px;
    }
    .p-bee {
        top: 335px;
        width: 35%;
    }
    img.blob-2 {
        width: 35em;
    }
    .mascot-2 {
        width: 25em;
    }
    .cart .card {
        margin: 0.5rem 2rem;
    }
    .cart .table > :not(caption) > * > * {
        padding: 0.5rem 0.2rem;
    }
    .cart input[type="number"] {
        width: 80%;
    }
    .error .error404 {
        font-size: 100px;
    }
    .error .bee {
        width: 40%;
    }
    .error .landing-container .container {
        padding: 10em 2em;
    }
    .thank-you .landing-container .container {
        padding: 0;
    }
    .checkout .payment-col {
        padding: 3% 6%;
    }
    .checkout .payment-content {
        align-items: center;
        display: grid;
    }
    .programs-add-to-cart {
        display: flex;
        margin-top: 1em;
    }
    .programs-add-to-cart .add-qty {
        width: 30%;
    }
    .programs-add-to-cart .add-to-cart {
        padding: 1em !important;
        width: 70%;
    }
    .thank-you .ty_mascot {
        bottom: -4em;
        width: 10em;
    }
    .members-profile .landing-container .regular {
        font-size: 14px;
    }
    .checkout .checkout-container {
        max-width: 100%;
        padding-top: 3em !important;
    }
    .checkout .no-items .btn.btn-primary {
        width: 100%;
    }
    .cart .promo-container {
        display: inline !important;
    }
    .cart input#promo-code {
        margin-bottom: 0.5em;
    }
    .cart button.btn.apply-promo {
        float: right;
    }
    .programs .range-container {
        margin: auto;
        position: relative;
        width: 97%;
        z-index: 0;
    }
    .programs input[type="range"] {
        -webkit-appearance: none;
        width: 97%;
    }
    .programs button.program-selection {
        padding: 1em 2em;
    }
}
@media only screen and (min-width: 1101px) {
    .cart table.total-data {
        width: 350px;
    }
    .cart th {
        font-size: 1.5em !important;
    }
    .cart table.table.program-details-table {
        width: 320px;
    }
}
@media only screen and (max-width: 1100px) {

    h1 {
        font-size: 45px;
    }
    .enroll-button .btn {
        font-size: 15px;
        padding: 10px 25px;
    }
    .kid-2 {
        width: 40%;
    }
    .mascot {
        width: 30%;
    }
    .mascot-2 {
        width: 50%;
    }
    .cart .checkout {
        font-size: 15px;
        padding: 0.8em 1em;
    }
    .thank-you .thankYou {
        font-size: 50px;
        line-height: 1em;
    }
    .thank-you.thanks-trial .thankYou {
        font-size: 25px;
    }
    .thank-you .container {
        width: 100%;
    }
    .cart .add-qty {
        width: 70%;
    }
    .thank-you .ty_mascot {
        width: 15em;
    }
    .programs .programs-image {
        height: 240px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 0 0;
        object-position: 0 0;
        width: 330px;
    }
}
@media only screen and (min-width: 1200px) {
    .no-transaction {
        padding-top: 22vh !important;
    }
    .container-fluid.no-items {
        padding-top: 8vh;
    }
    .cart-wrapper,
    .checkout,
    .thank-you {
        background-color: #fff;
    }
    .promotion-title {
        height: 220px;
    }
    .home .kid {
        width: 60em;
    }
    .row.video-container {
        background: url(/images/home_page/video-bg-2.png) no-repeat;
        background-size: contain;
        padding: 3% 2% 2% 3% !important;
    }
        .home .promo-photo-container {
        width: 35%;
    }
    img.promo-bg.promo-bg-1.img {
        top: -40px;
        left: -25px;
    }
    img.promo-bg.promo-bg-2.img {
        bottom: -55px;
        right: -28px;
        width: 90%;
    }
    .wlc-container {
        max-width: -webkit-fill-available;
        font-size: 0.9em;
        margin-bottom: 10em;
        padding: 35px 20px 10px;
    }
    .why-choose .why-images {
        gap: 60px;
    }
}
@media only screen and (max-width: 1200px) {
    .programs .right .right-content {
        display: grid;
    }
    .programs h2 {
        font-size: 3em;
    }
    .members-profile h2,
    .programs h3 {
        font-size: 2.5em;
    }
    .programs h4 {
        font-size: 1.6em;
    }
}
.checkout thead tr {
    background-color: unset !important;
}
.checkout tbody tr:nth-child(2n) {
    background: none;
    color: #fff !important;
}

.checkout #checkout-right-mobile tbody tr:nth-child(2n) {
    background: none;
    color: #000 !important;
}
.active-payment {
    background-color: #d55e19 !important;
    color: #fff !important;
}

@media only screen and (min-width: 665px) {
    .home {
        padding-top: 5px;
    }
}
@media only screen and (min-width: 676px) {
    .programs ul.horizontal-menu {
        justify-content: space-evenly;
    }
}
@media only screen and (min-width: 800px) {
    .home {
        padding-top: 55px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .programs .right .right-content .enroll-button a {
        padding: 10px 17px;
        text-align: center;
        width: 275px;
    }
    .programs .right .right-content .enroll-button .add-to-cart {
        padding: 13px 30px;
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
.admin-body {
    background-color: #fff;
    box-sizing: border-box;
    color: #666;
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0;
}
.material-icons-outlined {
    line-height: 1px;
    vertical-align: middle;
}
.font-weight-bold {
    font-weight: 600;
}
.grid-container {
    display: grid;
    grid-template-areas: "sidebar header header header" "sidebar main main main";
    grid-template-columns: 220px 1fr 1fr 1fr;
    grid-template-rows: 0.1fr 3fr;
    height: 100vh;
}
.table-hover > tbody > tr:hover > * {
    --bs-table-hover-bg: none !important;
    background-color: #f7e6d1 !important;
}
.header {
    align-items: center;
    background-color: #e08b2d;
    box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2);
    display: flex;
    grid-area: header;
    height: 50px;
    justify-content: end;
    padding: 0 30px;
}
.menu-icon {
    display: none;
}
.header-icon {
    color: #fff;
}
#sidebar {
    background-color: #e08b2d;
    color: #fafafc;
    grid-area: sidebar;
    height: 100%;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sidebar-title {
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
}
.sidebar-title > span {
    display: none;
}
.sidebar-brand {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}
.sidebar-brand > p {
    margin: 0;
}
.sidebar-list {
    list-style-type: none;
    margin-top: 15px;
    padding: 0;
}
.active-link,
.sidebar-list-item {
    padding: 15px 20px;
}
.active-link > a,
.sidebar-list-item a:hover {
    color: #e08b2d !important;
}
.active-link,
.sidebar-list-item:hover {
    background-color: #fff;
    cursor: pointer !important;
}
.sidebar-list-item > a {
    color: #fff;
    padding: 3vh 3vw 3vh 0;
    text-decoration: none;
}
.sidebar-responsive {
    display: inline !important;
    position: absolute;
    z-index: 12 !important;
}
.main-container {
    grid-area: main;
    overflow-y: auto;
    padding: 20px;
}
.main-title {
    display: flex;
    justify-content: flex-start;
}
.main-title > p {
    font-size: 20px;
}
.main-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 20px 0;
}
.card {
    background-color: #fff;
    border: 1px solid #d2d2d3;
    border-left: 7px solid #f5c425;
    border-radius: 5px;
    box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 25px;
}
.card > span {
    font-size: 20px;
    font-weight: 600;
}
.card-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.card-inner > p {
    font-size: 18px;
}
.card-inner > span {
    font-size: 35px;
}
.charts {
    display: grid;
    grid-template-columns: 1fr;
}
.charts-card {
    -webkit-column-break-inside: avoid;
    background-color: #fff;
    border: 1px solid #d2d2d3;
    border-radius: 5px;
    box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 25px;
}
.chart-title {
    align-items: center;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    justify-content: center;
}
.admin-programs,
.orders,
.promotion {
    margin: 10px 20px 50px 10px;
}
.btn.btn-primary {
    background-color: #eb962f;
    border: none;
}
.btn.btn-primary:hover {
    background-color: #eb962f;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
.main-content button,
.nav-tabs .nav-link {
    color: #e08b2d;
}
.search-box {
    animation: slide-in 0.5s ease-out;
    animation-fill-mode: forwards;
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    opacity: 0;
    transform: translateX(-100%);
}
@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.search {
    height: -moz-fit-content;
    height: fit-content;
}
.search-form {
    margin-right: 10px;
}
thead td {
    color: #e08b2d;
    font-weight: 700;
}
thead tr {
    background-color: #f7e6d1;
}
div#myTabContent {
    margin-top: 30px;
}
tbody tr:nth-child(2n) {
    background-color: #f4f4f4;
}
table button {
    background-color: #e08b2d;
    border: none;
    border-radius: 5px;
    color: #fff !important;
}
.admin-programs table td,
.orders table td {
    font-size: 13px;
    padding: 15px 5px;
}
.settings form {
    width: 80%;
}
.contact-info form {
    display: contents;
}
.contact-info .col-sm-4,
.contact-info .col-sm-6 {
    padding: 10px;
}
@media screen and (max-width: 992px) {
    .grid-container {
        grid-template-areas: "header" "main";
        grid-template-columns: 1fr;
        grid-template-rows: 0.2fr 3fr;
    }
    #sidebar {
        display: none;
    }
    .menu-icon {
        display: inline;
    }
    .menu-icon:hover,
    .sidebar-title > span:hover {
        cursor: pointer;
    }
    .sidebar-title > span {
        display: flex;
        justify-content: end;
    }
    .main-content {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 768px) {
    .main-cards {
        gap: 10px;
        margin-bottom: 0;
    }
    .charts,
    .main-cards {
        grid-template-columns: 1fr;
    }
    .charts {
        margin-top: 30px;
    }
    .main-content,
    .main-content-admin-programs,
    .main-content-orders {
        display: inline;
    }
}
@media screen and (max-width: 576px) {
    .header-left {
        display: none;
    }
}

@media (max-width: 650px) {
    .promo .row-promo {
        flex-direction: column;
    }
    .home .promo .col-sm-12.col-md-6:first-child, .home .promo .col-sm-12.col-md-6:nth-child(2) {
        width: 100%;
    }
    .home .promo .regular {
        font-size: 13px;
    }
}

.bs-icon {
    --bs-icon-size: 0.75rem;
    align-items: center;
    color: var(--bs-primary);
    display: flex;
    flex-shrink: 0;
    font-size: var(--bs-icon-size);
    height: calc(var(--bs-icon-size) * 2);
    justify-content: center;
    width: calc(var(--bs-icon-size) * 2);
}
.bs-icon-xs {
    height: calc(var(--bs-icon-size) * 1.5);
    width: calc(var(--bs-icon-size) * 1.5);
}
.bs-icon-sm,
.bs-icon-xs {
    --bs-icon-size: 1rem;
}
.bs-icon-md {
    --bs-icon-size: 1.5rem;
}
.bs-icon-lg {
    --bs-icon-size: 2rem;
}
.bs-icon-xl {
    --bs-icon-size: 2.5rem;
}
.bs-icon.bs-icon-primary {
    background: var(--bs-primary);
    color: var(--bs-white);
}
.bs-icon.bs-icon-primary-light {
    background: rgba(var(--bs-primary-rgb), 0.2);
    color: var(--bs-primary);
}
.bs-icon.bs-icon-semi-white {
    background: hsla(0, 0%, 100%, 0.5);
    color: var(--bs-primary);
}
.bs-icon.bs-icon-rounded {
    border-radius: 0.5rem;
}
.bs-icon.bs-icon-circle {
    border-radius: 50%;
}
.navbar-lc {
    background-color: #fffdee !important;
    position: fixed;
    top: 0;
    z-index: 10;
}
.navbar {
    padding: 0;
}
.img-logo-lc {
    height: 60px;
    width: 160px;
    transition: all 0.3s ease-in-out;
}
#navbarlc.shrink .img-logo-lc {
    height: 50px;
    width: 120px;
}

.c-pointer {
    cursor: pointer !important;
}
.w-pre {
    white-space: pre-line;
}
body {
    background-color: #fff;
    box-sizing: border-box;
    font-family: Visby Round CF Medium;
    margin: 0;
    padding: 0;
    position: relative;
    scroll-behavior: smooth;
}
#navbarlc .btn .badge {
    background-color: #eb962f;
    border-radius: 100%;
    color: #fff;
    font-size: 1em;
    padding: 0.2em 0.3em;
    position: absolute;
    right: 7px;
    top: -0.5em;
}
#navbarlc button.btn.btn-primary.nav-cart {
    background-color: #fffdee;
    position: relative;
}
#navbarlc li.nav-item:last-child {
    margin: auto;
}
.navbar-lc,
.navbar-lc .container {
    padding: 0;
}
#navbarlc span.material-icons-outlined.shopping_cart {
    color: #73726b !important;
}
.btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1em;
}
.btn,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: Visby Round CF Heavy;
}
h1 {
    font-size: 80px;
}
h2 {
    font-size: 45px;
}
h3 {
    font-size: 35px;
}
.sub-title {
    font-size: 22px;
}
.regular {
    font-size: 18px;
}
.sub-text {
    font-size: 16px;
}
.container {
    width: 80%;
}
@font-face {
    font-family: Visby Round CF Bold;
    font-weight: 700;
    src: url(/fonts/VisbyRoundCF-Bold.woff2) format("woff2");
}
@font-face {
    font-family: Visby Round CF Heavy;
    font-weight: 800;
    src: url(/fonts/VisbyRoundCF-Heavy.woff2) format("woff2");
}
@font-face {
    font-family: Visby Round CF Medium;
    font-weight: 500;
    src: url(/fonts/VisbyRoundCF-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Visby Round CF Regular;
    font-weight: 400;
    src: url(/fonts/VisbyRoundCF-Regular.woff2) format("woff2");
}
.loading {
    bottom: 0;
    height: 2em;
    left: 0;
    margin: auto;
    overflow: show;
    position: fixed;
    right: 0;
    top: 0;
    width: 2em;
    z-index: 999;
}
.slide-fade-enter-active {
    transition: all 0.3s ease;
}
.slide-fade-leave-active {
    transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
    opacity: 0;
    transform: translateX(30px);
}
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
    opacity: 0;
}
.loading:before {
    background-color: rgba(0, 0, 0, 0.75);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.loading:not(:required) {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}
span.user-login-status {
    align-items: center;
    background-color: #eb962f;
    border-radius: 50%;
    display: inline-flex;
    font-size: 14px;
    height: 25px;
    justify-content: center;
    width: 25px;
}
.loading:not(:required):after {
    animation: spinner 0.15s linear infinite;
    border-radius: 0.5em;
    box-shadow: 1.5em 0 0 0 hsla(0, 0%, 100%, 0.75),
        1.1em 1.1em 0 0 hsla(0, 0%, 100%, 0.75),
        0 1.5em 0 0 hsla(0, 0%, 100%, 0.75),
        -1.1em 1.1em 0 0 hsla(0, 0%, 100%, 0.75),
        -1.5em 0 0 0 hsla(0, 0%, 100%, 0.75),
        -1.1em -1.1em 0 0 hsla(0, 0%, 100%, 0.75),
        0 -1.5em 0 0 hsla(0, 0%, 100%, 0.75),
        1.1em -1.1em 0 0 hsla(0, 0%, 100%, 0.75);
    content: "";
    display: block;
    font-size: 10px;
    height: 1em;
    margin-top: -0.5em;
    width: 1em;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@media screen and (max-width: 600px) {
    table {
        border: 0;
    }
    table caption {
        font-size: 1.3em;
    }
    table thead {
        clip: rect(0 0 0 0);
        border: none;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
    }
    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
        text-align: right;
    }
    table td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase;
    }
    table td:last-child {
        border-bottom: 0;
    }
}
@media only screen and (min-width: 767px) {
    .navbar-lc .nav-cart-mobile {
        display: none;
    }
    .img-logo-lc {
        height: 100%;
        width: 10em;
        transition: all 0.3s ease-in-out;
    }
    #navbarlc.shrink .img-logo-lc {
        height: 100%;
        width: 7em;
    }
    .home .landing-container {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .navbar-lc ul .nav-cart-desktop {
        display: none;
    }
    img.programs-title {
        width: 250px;
        height: 70px;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
@media only screen and (min-width: 1700px) {
    .img-logo-lc {
        height: 100%;
        max-width: 15em;
        transition: all 0.3s ease-in-out;
    }
    #navbarlc.shrink .img-logo-lc {
        max-width: 12em;
    }
    .nav-link {
        font-size: 2em !important;
    }
}

.checkout table > :not(caption) > * > * {
    color: unset;
    background-color: unset;
}


#checkout-right-mobile a.programs-title-btn, #checkout-right a.programs-title-btn {
    font-size: 15px;
}

#checkout-right a.programs-title-btn {
    background-color: #fff;
    color: #D55E18;
    padding: 5px 10px;
    border-radius: 20px;
}

input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    display: block;
    margin: auto;
    width: 97%;
    background: transparent;
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    width: 97%;
    height: 10px;
    color: transparent;
    background: chocolate;
    border-radius: 999px;
    border: none;
    margin: auto;
    position: relative;
    z-index: 1;
}

input[type="range"]::-moz-range-track {
    -webkit-appearance: none;
    width: 97%;
    height: 10px;
    color: transparent;
    background: chocolate;
    border-radius: 999px;
    border: none;
    margin: auto;
    position: relative;
    z-index: 1;
}

input[type="range"]::-ms-track {
    -webkit-appearance: none;
    width: 97%;
    height: 10px;
    color: transparent;
    background: chocolate;
    border-radius: 999px;
    border: none;
    margin: auto;
    position: relative;
    z-index: 1;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 22px;
    width: 22px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 2px 10px -2px black(1);
    cursor: pointer;
    top: -0.5em;
    position: relative;
    border: 5px solid chocolate;
    z-index: 4;
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    height: 22px;
    width: 22px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 2px 10px -2px black(1);
    cursor: pointer;
    top: -0.5em;
    position: relative;
    border: 5px solid chocolate;
    z-index: 4;
}

input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 22px;
    width: 22px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 2px 10px -2px black(1);
    cursor: pointer;
    top: -0.5em;
    position: relative;
    border: 5px solid chocolate;
    z-index: 4;
}

.ticks {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 10px 10px;
}

.tick {
    position: relative;
    display: flex;
    justify-content: center;
    width: 17px;
    background: chocolate;
    height: 17px;
    line-height: 50px;
    margin-bottom: 20px;
    border-radius: 50%;
    top: -24px;
}

.finger-slider {
    position: absolute;
    left: -2vw;
    top: 2vh;
}

.finger-slider img {
    width: 20%;
}

@media only screen and (min-width: 1100px) {
    .ticks {
        width: 66% !important;
        margin: auto;
        position: relative;
    }

    input[type="range"] {
        width: 65% !important;
    }
    .why-choose .why-images {
        gap: 60px;
        width: 85%;
        margin-top: 2%;
    }
    img.img-fluid.wlc {
        width: 75%;
        height: auto;
    }
    .why-images p {
        padding: 130px 15px 10px 15px;
    }
    .wlc-container {
        margin-bottom: 65px;
    }
    .row.d-flex.align-items-center.op-section-1 {
        margin-top: 5%;
    }
    img.img-fluid.why-bee.why-bee-1 {
        width: 20em;
    }
    img.img-fluid.why-bee.why-bee-2 {
        top: 55px;
        width: 20em;
    }
}
.footer-container-fluid .img-fluid {
    width: 225px;
    height: 92px;
}

.promotion-title {
    font-weight: 900;
    line-height: normal;
    font-family: Visby Round CF Heavy;
}


