html {
    font-size: 1rem;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.42857143;
    color: #454545;
    background-color: #fff;
    padding-top: 3rem;
}

.b-btn {
    border-radius: 2rem;
    color: #ffffff;
    padding: 0.7rem 3rem;
    box-shadow: 0 2px 3px 0 rgba(247, 95, 30, 0.2);
    background-color: #ff9231;
    background-image: linear-gradient(to right, #FD8E59, #F7C500);
}

.b-btn.b-btn-md {
    border-radius: 3rem;
    padding: 1rem 3rem;
    font-size: 1.5rem;
}

@media (max-width: 575.98px) {
    .b-btn.b-btn-md {
        padding: 1rem 1.5rem;
        font-size: 1.2rem;
    }
}

.b-btn:hover,
.b-btn:visited,
.b-btn:focus,
.b-btn:active {
    color: #fff;
    background-color: #ff9231;
    background-image: linear-gradient(to right, #FD8E59, #F7C500);
    outline: none;
}

.orange-gradient {
    box-shadow: 0 2px 3px 0 rgba(247, 95, 30, 0.2);
    background-color: #ff9231;
    background-image: linear-gradient(to right, #e9872f, #ff7062);
}

.orange-gradient:hover,
.orange-gradient:visited,
.orange-gradient:focus,
.orange-gradient:active {
    color: #fff;
    background-color: #ff9231;
    background-image: linear-gradient(to right, #e9872f, #ff7062);
    outline: none;
}

.blue-gradient {
    box-shadow: 0 2px 3px 0 rgba(247, 95, 30, 0.2);
    background-color: #ff9231;
    background-image: linear-gradient(to right, #5c72ff, #8c3fff);
}

.blue-gradient:hover,
.blue-gradient:visited,
.blue-gradient:focus,
.blue-gradient:active {
    color: #fff;
    background-color: #ff9231;
    background-image: linear-gradient(to right, #5c72ff, #8c3fff);
    outline: none;
}

@media (min-width: 768px) {
    .row-verticle-middle {
        display: flex;
        align-items: center;
    }

    .row-verticle-middle>div {
        float: none;
    }
}

@media (max-width: 767.98px) {
    .row-verticle-middle {
        text-align: center;
    }

    .row-verticle-middle img {
        max-width: 28rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3rem;
    }
}

@media (max-width: 575.98px) {
    .row-verticle-middle img {
        max-width: 100%;
    }
}

.row-inline {
    font-size: 0;
}

.row-inline>div {
    float: none;
    display: inline-block;
}

@media (min-width: 1200px) {
    .row-verticle-middle img {
        width: auto;
        max-height: 30rem;
    }

    .container-lg {
        width: 1000px;
    }
}

.top-header {
    padding: 2rem 1rem 1.5rem;
    background-color: #6c2b74;
    position: fixed;
    width: 100%;
    z-index: 1024;
    border-bottom: 0;
    top: 0;
    transition: 0.2s ease-In-Out padding;
    -webkit-transition: 0.1s ease-In-Out padding;
    -moz-transition: 0.6s ease-In-Out padding;
    -o-transition: 0.6s ease-In-Out padding;
    -ms-transition: 0.6s ease-In-Out padding;
}

.top-header img {
    display: inline-block;
    max-width: 24rem;
    transition: 0.6s ease-In-Out padding;
    -webkit-transition: 0.3s ease-In-Out all;
    -moz-transition: 0.6s ease-In-Out all;
    -o-transition: 0.6s ease-In-Out all;
    -ms-transition: 0.6s ease-In-Out all;
}

@media (max-width: 575.98px) {
    .top-header img {
        max-width: 100%;
    }
}

body.header-animation .top-header {
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0, 0, 0, 0.4);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

body.header-animation .top-header>img {
    max-width: 16rem;
}

.jumbotron-section {
    padding: 2rem 0rem 2.5rem;
    margin-bottom: -1rem;
    background-size: 114%;
    background-repeat: no-repeat;
    position: relative;
    /* background-position: 0% bottom;
    background-size: cover;
    background-image: url('https://cdn1.byjus.com/byjusweb/img/classes/banner-bg.svg'); */
    background-color: #672672;
    background-image: linear-gradient(to bottom, #672672, #823187);
}

.jumbotron-image {
    padding-top: 7rem;
}

.jumbotron-image img {
    width: 100%;
}

.jumbotron-form-desc {
    text-align: center;
    color: #fff;
    margin-top: 3rem;
    padding-top: 0.5rem;
}

.jumbotron-form-desc img {
    margin-top: 1rem;
    max-width: 100%;
}

.jumbotron-form-desc h1 {
    font-size: 3rem;
}

.jumbotron-form-desc p {
    font-size: 1.2rem;
}

.jumbotron-form-desc .description {
    padding-top: 1.5rem;
}

@media (min-width:768px){
    .jumbotron-section{
        padding: 0rem;
    }
    .jumbotron-image {
        padding-top: 3rem;
        margin-bottom: -5rem;
    }
    .jumbotron-image img {
        width: 100%;
        margin-bottom: -5rem;
    }
}

@media (min-width:992px){
    .jumbotron-section{
        padding: 2rem 0rem 0.5rem;
    }
    .jumbotron-image {
        padding-top: 5rem;
        margin-bottom: -5rem;
    }
    .jumbotron-image img {
        width: 100%;
        margin-bottom: -5rem;
    }
}

.hero-form {
    padding: 1.4rem 2rem;
    margin-left: auto;
    margin-right: auto;
}

.hero-form .success-message {
    color: #404040;
    min-height: 24rem;
    display: table;
    width: 100%;
    font-size: 1.2rem;
}

.hero-form .success-message>div {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.hero-form .success-message h4 {
    font-size: 3rem;
    font-weight: 400;
}

.hero-form-desc {
    color: #464646;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.hero-form .input-error-msg {
    bottom: 0rem;
}

.hero-form .pr {
    position: relative;
}

.hero-form .form-control {
    border-radius: 0.4rem;
    margin-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2.5rem;
}

.hero-form .form-group {
    margin-bottom: 1.2rem;
    display: table;
    width: 100%;
}

.hero-form .pr>.input-error-msg {
    margin-bottom: -1rem;
}

.hero-form .pr:after {
    content: '*';
    display: block;
    position: absolute;
    right: -0.4rem;
    top: -0.3rem;
    font-size: 0.8rem;
    color: red;
    z-index: 1;
}

.hero-form .pr.optional:after {
    display: none;
}

.hero-form button {
    font-weight: bold;
    padding: 0.5rem 3rem;
    font-size: 1.3rem;
    margin-top: 0.5rem;
    margin-bottom: -0.5rem;
}


@media (max-width: 1199.98px) {
    .jumbotron-form-desc h1 {
        font-size: 2.5rem;
    }

    .jumbotron-form-desc p {
        font-size: 1rem
    }
}

@media (max-width: 991.98px) {
    .hero-form .success-message>div br {
        display: none;
    }

    .jumbotron-form-desc {
        margin-top: 3rem;

    }

    .jumbotron-form-desc h1 {
        font-size: 2rem;
    }

    .jumbotron-form-desc p {
        font-size: 1rem;
    }

    .hero-form {
        margin-top: 1rem;
        padding: 1rem 1.2rem;
    }

    .hero-form button {
        padding: 0.5rem 1.5rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    .jumbotron-section {
        margin-bottom: -3rem;
        background-position: 16% bottom;
    }

    .jumbotron-form-desc {
        margin-top: 2rem;
        padding-top: 0rem;
    }

    .jumbotron-form-desc .description {
        padding-top: 1rem;
    }

    .jumbotron-image {
        padding-top: 0rem;
    }

    .jumbotron-image img {
        max-width: 23rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 462.98px) {
    .jumbotron-section {
        background-image: url('https://cdn1.byjus.com/byjusweb/img/classes/banner-bg-small.svg');
        background-position: 40% 0%;
        background-size: cover;
    }
}

.hero-city-auto-suggestions {
    position: relative;
}

.hero-city-auto-suggestions>input {
    text-transform: capitalize;
}

.hero-city-auto-suggestions>ul {
    padding-left: 0;
    background-color: #fff;
    padding: 0.5rem 1rem;
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
    text-align: left;
}

.hero-city-auto-suggestions>ul>li {
    list-style-type: none;
}

.hero-city-auto-suggestions>ul>li>a {
    padding: 0.5rem 0rem;
    display: block;
    color: #404040;
    font-size: 0.8rem;
}

.hero-city-auto-suggestions>ul>li>a:hover,
.hero-city-auto-suggestions>ul>li>a:focus,
.hero-city-auto-suggestions>ul>li.auto-active>a {
    background-color: #eee;
    color: #464646;
    text-decoration: none;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (max-width: 767.98px) {}

.section {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.section.py0 {
    padding-bottom: 0;
    padding-top: 0;
    background-color: #eefaff;
}

.video-section-title {
    text-align: center;
    padding-bottom: 1.5rem;
}

.video-section-demo-btn {
    margin: 2.5rem 0rem;
}

.section.bg {
    background-color: #fff;
    padding-bottom: 5rem;
    margin-bottom: 2rem;
}

.section-title {
    font-size: 2rem;
    color: #454545;
    font-weight: bold;
    margin-bottom: 3.5rem;
    margin-top: 2rem;
    text-align: center;
    line-height: 1.4;
}

.section-sub-title {
    margin: 0rem 0rem 2rem;
    font-weight: bold;
    font-size: 1.8rem;
}

.feature-section {
    padding-top: 5rem;
}

.innovation-section-card img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 360px;
}

.left-section-carousel {
    position: absolute;
    top: 14rem;
    left: -0.5rem;
    bottom: 0;
}

.right-section-carousel {
    position: absolute;
    top: 14rem;
    right: -0.5rem;
    bottom: 0;
}

@media (max-width: 991.98px) {
    .section-title {
        font-size: 1.8rem;
    }

    .section-sub-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 767.98px) {
    .section-sub-title {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .section-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
        font-weight: 600;
    }

    .section-sub-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 379.98px) {
    .section-sub-title {
        font-size: 1.3rem;
    }
}

.purple-bg {
    background-image: url('https://cdn1.byjus.com/byjusweb/img/classes/purple.svg');
    background-repeat: repeat-x;
}

@media (max-width: 1439.98px) {
    .purple-bg {
        background-size: cover;
    }

    .section.bg {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
}

.section.skyblue-bg {
    background-color: #eefaff;
}

.cards {
    display: flex;
    justify-content: space-around;
}

.cards-section .icon {
    padding-bottom: 1rem;
    min-width: 13rem;
}

.classes-card {
    width: 250px;
    height: 340px;
    line-height: 1.33;
    text-align: center;
    color: #58595b;
    margin-bottom: 3rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 10px 20px 5px rgba(192, 192, 192, 0.2);
}

.classes-card.one {
    background-image: linear-gradient(to bottom, #fff4b5, #fffce4);
}

.classes-card.two {
    background-image: linear-gradient(to bottom, #eaddff, #ffd4ed);
}

.classes-card.three {
    background-image: linear-gradient(to top, #ffecdc, #ffcdc5);
}

.classes-card.four {
    background-image: linear-gradient(to bottom, #caebff, #c7fbff 100%);
}

.classes-card.five {
    background-image: linear-gradient(to bottom, #d0ffc0, #fffcde);
}

.img-cards {
    text-align: center;
}

.img-card {
    font-size: 1rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.img-card>img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
}

ul.c-list {
    font-size: 1rem;
    padding-left: 2rem;
    margin: 0;
    text-align: left;
    margin-bottom: 2rem;
    list-style: none;
}

ul.c-list>li {
    margin-bottom: 1.5rem;
    position: relative;
    list-style-type: none;
    padding-left: 1rem;
}

ul.c-list>li>.icon {
    position: absolute;
    left: -30px;
}

ul.c-list h4 {
    font-weight: bold;
    font-size: 20px;
}

.pointer-list-title {
    padding-bottom: 1rem;
    cursor: pointer;
}

.li-caption {
    display: none;
}

.li-caption.active {
    display: block;
}

.pointer-list-title.active::after {
    content: '';
    display: block;
    margin: 0.2rem 0rem;
    width: 60px;
    height: 1px;
    border: solid 1.5px #6236ff;
}

@media (max-width: 1199.98px) {
    .cards-section .icon {
        min-width: 12rem;
    }
}

@media (max-width: 991.98px) {
    .cards-section .icon {
        min-width: 9rem;
    }

    .classes-card {
        width: 220px;
    }

    ul.c-list {
        margin-bottom: 1rem;
        min-height: 140px;
    }

    ul.c-list>li {
        margin-bottom: 1rem;
    }

    ul.c-list br {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .cards {
        flex-direction: column;
    }

    .cards-section p {
        padding-bottom: 1rem;
    }

    .classes-card {
        display: inline-block;
        margin-right: 0.6rem;
        vertical-align: middle;
        width: 250px;
    }

    .horizontal-cards-wrapper {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    ul.c-list>li {
        padding: 0;
        font-size: 1.2rem;
        padding-left: 1.5rem;
    }

    ul.c-list>li>.icon {
        left: -20px;
    }

    ul.c-list>li:before {
        position: static;
        display: inline-block;
        margin-right: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    ul.c-list>li {
        font-size: 1rem;
        padding-bottom: 1rem;
    }
}

.video-thumbnail {
    display: block;
    position: relative;
    margin-bottom: 1.5rem;
}

.video-thumbnail:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.video-thumbnail-img {
    width: 100%;
    height: auto;
}

.video-thumbnail:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.75rem;
    margin-left: -1.75rem;
    z-index: 0;
    width: 3.5rem;
    height: 3.5rem;
    background-image: url('https://cdn1.byjus.com/byjusweb/img/blue-gradient-bg-play-btn.svg');
    background-position: center;
    background-size: cover;
}

.video-selector {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
}

.video-selection {
    border-radius: 0.5rem;
    height: 50px;
    border: solid 1px #979797;
    background-color: #ffffff;
}

.b-btn.fixed-cta-bottom-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    z-index: 2;
}

.b-btn.fixed-cta-bottom-button.hidden {
    display: none !important;
}

.byjus-classes-carousel-indicators {
    bottom: -3.5rem;
}

.byjus-classes-carousel-indicators .active {
    background-color: #6236ff;
}

.byjus-classes-carousel-indicators li {
    border-color: #ede8ff;
    width: 10px;
    height: 10px;
}

.left-carousel.left {
    position: absolute;
    top: 6rem;
    left: 0;
    bottom: 0;
}

.right-carousel.right {
    position: absolute;
    top: 6rem;
    right: 0;
    bottom: 0;
}

.parents-section-card {
    background-color: #fff;
    margin: 0rem 1rem 1rem;
    padding-left: 2rem;
}

.parents-section-card .parent-img {
    margin-bottom: 1rem;
}

.parents-section-card .video-icon-section {
    display: inline-block;
    position: relative;
}

.video-icon-section .video-icon {
    position: absolute;
    bottom: 0rem;
    left: 50%;
    margin-left: -2rem;
    display: block;
}

.parents-section-card .title {
    font-size: 1rem;
    color: #636466;
    margin-bottom: 1rem;
}

.faq-section {
    text-align: center;
    margin-bottom: 4rem;
}

.faq-section .btn {
    font-size: 1.2rem;
    font-weight: bold;
}

.panel-faq.panel {
    border-color: rgba(112, 112, 112, 0.2);
    margin-bottom: 2rem;
}

.panel-faq>.panel-heading a {
    display: block;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    color: #5f70ff;
    padding: 1rem 3.1rem 1rem 1.5rem;
}

.panel-faq>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgba(151, 151, 151, 0.5);
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
}

.panel-faq>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #2B2B2B;
}

.panel-faq>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: rgba(151, 151, 151, 0.5);
}

.panel-faq .panel-body {
    padding: 1.5rem 2.5rem;
    font-size: 1.5rem;
}

.panel-faq .panel-body ol {
    padding-left: 0;
}

.panel-faq .panel-title a {
    position: relative;
}

.panel-faq .panel-title a:after {
    content: '';
    width: 1.2rem;
    height: 0.2rem;
    background-color: #5f70ff;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.panel-faq .panel-title a:before {
    content: '';
    width: 0.2rem;
    height: 1.2rem;
    background-color: #5f70ff;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.panel-faq .panel-title.no-action a:before,
.panel-faq .panel-title.no-action a:after {
    display: none;
}

.panel-faq .panel-title a[aria-expanded="true"]:before {
    display: none;
}

@media (max-width: 991.98px) {
    .parents-section-card {
        margin: 0rem;
        padding-left: 0.4rem;
        text-align: center;
    }

    .parents-section-card .title {
        font-size: 0.8rem;
    }
}

@media (max-width: 767.98px) {
    .parents-section-card .parent-img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .learning-journey {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    .learning-journey .journey-steps {
        display: inline-block;
        margin-bottom: 2rem;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        width: auto;
        height: 260px;
    }

    .journey-steps img {
        display: inline;
    }
}

@media (max-width: 379.98px) {
    .panel-faq>.panel-heading a {
        font-size: 1.2rem;
    }

    .panel-faq .panel-body {
        font-size: 1.2rem;
    }

    .learning-journey .journey-steps {
        margin-left: 0rem;
        margin-right: 0rem;
    }

    .journey-steps.arrow {
        width: 100px;
    }
}

/* BEGIN: campaignVersion 2 */
.learn-classes-card {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.14);
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.learn-classes-card .divider {
    border-left: 0.1rem #b4b4b6 dashed;
}

.learn-classes-card .learn-classes-gradient-btn {
    box-shadow: 0 2px 3px 0 rgba(247, 95, 30, 0.2);
    background-color: #ff9231;
    background-image: linear-gradient(to right, #b4b4b6, #b4aebd);
    max-width: 40rem;
}

.learn-classes-card .learn-classes-card-btn {
    border-radius: 2rem;
    color: #ffffff;
    padding: 0.7rem 0rem;
    width: 12rem;
    font-size: 1rem;
    font-weight: bold;
}

.learn-classes-card .learn-btn {
    border-radius: 3rem;
    font-size: 1rem;
    width: 100%;
    background: #eee;
    box-shadow: none;
    font-weight: bold;
    cursor: auto;
}

.learn-class-text-left {
    padding: 1rem 5rem 0rem 12rem;
    color: #8560a8;
    font-size: 1rem;
    font-weight: 500;
}

.learn-class-text-right {
    padding: 1rem 12rem 0rem 5rem;
    color: #672772;
    font-size: 1rem;
    font-weight: 500;
}

.learn-classes-card .pd-1 {
    padding: 1rem;
}

.learn-classes-card .pd-left {
    padding-left: 8.5rem;
}

.learn-classes-card .pd-right {
    padding-right: 8.5rem;
}

.learn-classes-card .learn-classes-card-left-gradient-btn {
    box-shadow: 0 8px 15px 0 rgba(145, 145, 145, 0.37);
    background-color: #8560a8;
    cursor: auto;
}

.learn-classes-card .learn-classes-card-left-gradient-btn:hover {
    background: #8560a8;
    color: #fff;
}

.learn-classes-card .learn-classes-card-right-gradient-btn {
    box-shadow: 0 8px 15px 0 rgba(145, 145, 145, 0.37);
    background-color: #672772;
    cursor: auto;
}

.learn-classes-card .learn-classes-card-right-gradient-btn:hover {
    background: #672772;
    color: #fff;
}

.learn-classes-card .classes-header-btn {
    position: fixed;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 3.7rem;
    background-color: #ffffff;
    box-shadow: inherit;
    z-index: 999;
    margin: 0;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.learn-classes-card .stickyBtn {
    background-color: #ffffff;
    font-size: 1.5em;
    text-align: center;
    box-shadow: inherit;
    -webkit-border-radius: 10px;
    border-radius: 1rem;
    padding: 0.5rem;
    width: 60.6rem;
    margin: 0;
}

.learn-classes-card .stickyBtn.stick {
    margin-top: 0.1rem;
    top: 3.9rem;
    z-index: 9999;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    width: 60.6rem;
}

.learn-classes-card .stickyBtn.stick {
    width: 61.3%;
}

.m-top {
    margin-top: 6rem;
}

.mb1 {
    margin-bottom: 1rem;
}

.card-margin {
    margin: 0rem;
}

button {
    outline: none !important;
}

.video-text {
    font-size: 1.2rem;
    padding-top: 1.5rem;
}

@media (max-width: 1199.98px) {
    .learn-class-text-left {
        padding: 1rem 1rem 1rem 9rem;
        color: #b086b5;
        font-size: 1rem;
        font-weight: 500;
    }

    .learn-class-text-right {
        padding: 1rem 9rem 1rem 2rem;
        color: #6c2b74;
        font-size: 1rem;
        font-weight: 500;
    }

    .learn-classes-card .stickyBtn.stick {
        width: 93%;
        top: 3.6rem;
    }

    .learn-classes-card .stickyBtn {
        width: 58.8rem;
    }

    .learn-classes-card .pd-1 {
        padding: 1rem;
    }

    .video-text {
        font-size: 1rem;
    }
}

@media (max-width: 991.98px) {
    .learn-classes-card .learn-classes-card-btn {
        border-radius: 2rem;
        color: #ffffff;
        padding: 0.7rem 0rem;
        width: 18rem;
    }

    .learn-class-text-left {
        padding: 1rem 1rem 1rem 9rem;
        color: #b086b5;
        font-size: 1rem;
        font-weight: 500;
    }

    .learn-class-text-right {
        padding: 1rem 9rem 1rem 2rem;
        color: #6c2b74;
        font-size: 1rem;
        font-weight: 500;
    }

    .learn-classes-card .stickyBtn.stick {
        width: 94%;
        top: 3rem;
    }

    .learn-classes-card .stickyBtn {
        width: 44.8rem;
    }

    .learn-classes-card .pd-1 {
        padding: 1rem;
    }

    .video-text {
        font-size: 1.2rem;
    }

    .learn-classes-card .pd-left {
        padding-left: 2.5rem;
    }

    .learn-classes-card .pd-right {
        padding-right: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .learn-classes-card .learn-classes-card-btn {
        border-radius: 2rem;
        color: #ffffff;
        padding: 0.7rem 0rem;
        width: 10rem;
    }

    .learn-classes-card .stickyBtn.stick {
        width: 94%;
    }

    .learn-classes-card .pd-left {
        padding-left: 1.5rem;
    }

    .learn-classes-card .pd-right {
        padding-right: 1.5rem;
    }

    .learn-classes-card .stickyBtn {
        width: 34rem;
    }
}

@media (max-width: 575.98px) {
    .learn-classes-card .learn-classes-card-btn {
        border-radius: 2rem;
        color: #ffffff;
        padding: 0.7rem 0rem;
        width: 9rem;
        font-size: 0.8rem;
        font-weight: bold;
    }

    .learn-class-text-left {
        padding: 0rem 0rem 0rem 1rem;
    }

    .learn-class-text-right {
        padding: 0rem 1rem 0rem 0rem;
    }

    .learn-classes-card .pd-left {
        padding-left: 0.5rem;
    }

    .learn-classes-card .pd-right {
        padding-right: 2rem;
    }

    .learn-classes-card .stickyBtn.stick {
        width: 93%;
        top: 3rem;
    }

    .learn-classes-card .stickyBtn {
        width: 22rem;
    }
}

@media (max-width: 379.98px) {
    .learn-classes-card .learn-classes-card-btn {
        border-radius: 2rem;
        color: #ffffff;
        padding: 0.7rem 0rem;
        width: 7.5rem;
    }

    .learn-classes-card .pd-left {
        padding-left: 0rem;
    }

    .learn-classes-card .pd-right {
        padding-right: 0.5rem;
    }

    .learn-classes-card .stickyBtn.stick {
        width: 91.8%;
        top: 3rem;
    }

    .learn-classes-card .stickyBtn {
        width: 21.6rem;
    }
}

@media (max-width: 360px) {
    .learn-classes-card .stickyBtn {
        width: 18rem;
    }
}

@media (max-width: 320px) {
    .learn-classes-card .stickyBtn {
        width: 18rem;
    }
}

/* END: campaignVersion 2 */