@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    width: 100%;
}

.LiteBlue {
    background-color: #CAF4FF;
}

.LiteYellow {
    background-color: #FFE6B5;
}

.LiteGreen {
    background-color: #D2F9C3;
}

.DarkBlue {
    background-color: #AAC6FC;
}

.blue-text {
    color: #5f6da1;
    font-weight: 700;
}

.emailto {
    color: inherit;
    text-decoration: none;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.container {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    padding: 23px 20px;
}

.mb-5 {
    margin-bottom: 26px;
}

.educator-page-content-paragraph a {
    text-decoration: none;
    color: #4255ff;
}

.idbkumi {
    float: left;
    margin: 0 1.5rem 1rem 0;
}


ul {
    padding-left: 40px;
    position: relative;
}

ul:before {
    content: '';
    height: 100%;
    width: 10px;
    background-color: rgb(255, 239, 207);
    position: absolute;
    left: 0;
    top: 0;
}

ul li {
    margin-bottom: 20px;
}

ol {
    padding-left: 40px;
    font-size: 16px;
}

.cms-paragraph, .sub-page-contant-wrapper {
    color: #2C3761;
    text-align: justify;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}

.cms-paragraph a {
    text-decoration: none;
    color: #4255ff;
}



/* Header Section */
.header-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 23px 20px 19px 20px;
}

.header-links-wrapper-mobile {
    display: none;
}

.burger-lines-wrapper {
    display: none;
}

.line-one,
.line-two,
.line-three {
    height: 2px;
    background-color: #000000;
    width: 20px;
}

.txt-no-wrap {
    text-wrap: nowrap !important;
    white-space: nowrap;
}

.logo-wrapper {
    max-width: 237px;
    width: 100%;
}

.header-social-media-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26px;
}

.social-meadia-links {
    max-width: 24px;
    width: 100%;
    height: 24px;
}

.header-links {
    color: #2C3761;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    position: relative;
}

.header-links.active:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 52px;
    background: #5392FB;
    position: absolute;
    bottom: -10px;
    left: calc(100% / 2);
}

.header-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
}

.side-menu-wrapper {
    display: none;
}

@media (max-width: 1500px) {
    .container {
        max-width: 1000px;
    }

    .logo-wrapper {
        max-width: 200px;
    }

    .header-links-wrapper {
        gap: 40px;
    }

    .header-links {
        font-size: 16px;
    }

    .header-social-meadia-links-wrapper {
        gap: 20px;
    }

    .social-meadia-links {
        max-width: 20px;
        height: 20px;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 1000px;
    }

    .logo-wrapper {
        max-width: 200px;
    }

    .header-links-wrapper {
        gap: 40px;
    }

    .header-links {
        font-size: 16px;
    }

    .header-social-meadia-links-wrapper {
        gap: 20px;
    }

    .social-meadia-links {
        max-width: 20px;
        height: 20px;
    }

    .cms-paragraph,
    .sub-page-contant-wrapper {
        font-size: 16px !important;
    }

    .sub-page-contant-wrapper b {
        font-size: 18px !important;
    }
}

@media (max-width: 768px) {
    .side-menu-wrapper {
        display: block;
    }

    .burger-lines-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 4px;
    }

    .side-menu-wrapper {
        position: absolute;
        height: 100vh;
        min-height: 500px;
        top: 74px;
        left: -250px;
        z-index: 5;
        background-color: #ffffff;
    }

    .side-menu-wrapper.open {
        left: 0;
        display: block;
        -webkit-box-shadow: -8px 12px 6px 6px rgb(255 133 72 / 50%);
                box-shadow: -8px 12px 6px 6px rgb(255 133 72 / 50%);
        z-index: 12;
    }

    .burger-menu-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 40px;
        gap: 20px;
    }

    .burger-menu-wrapper .header-links {
        padding: 10px;

    }

    .burger-menu-wrapper .header-links.active {
        background-color: #5392FB;
        border-radius: 8px;
        color: #ffffff;
    }

    .burger-menu-wrapper .header-links.active:after {
        content: '';
        display: none;
    }

    .container {
        max-width: 1000px;
    }

    .header-links-wrapper {
        gap: 40px;
    }

    .header-links {
        font-size: 16px;
    }

    .header-social-meadia-links-wrapper {
        gap: 10px;
    }

    .social-meadia-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .header-links-wrapper-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-links-wrapper {
        display: none;
    }

    .logo-wrapper {
        margin-right: auto;
        margin-left: 20px;
        max-width: 150px;
    }

    .social-meadia-links svg {
        max-width: 15px;
    }

    .word-break-mobile {
        word-break: break-all;
    }

    ul {
        padding-left: 10px;
    }

    ol {
        padding-left: 20px;
        font-size: 12px;
    }

    .cms-paragraph,
    .sub-page-contant-wrapper {
        font-size: 14px !important;
    }

    .sub-page-contant-wrapper b {
        font-size: 16px !important;
    }

    ul li, ol li {
        text-align: left;
    }
}

/* Hero Section */
.hero-section {
    background-color: rgb(255, 239, 207);
    padding: 172px 0px 235px;
    position: relative;
    background-image: url(../Assets/Images/image-line-top-left.png), url(../Assets/Images/image-line-center.png), url(../Assets/Images/leaf-bottom-left.png);
    background-repeat: no-repeat;
    background-size: 188px, 110px, 200px;
    background-position: 0px 0px, 168px 330px, 0px 574px;
}

.hero-section .container {
    position: relative;
}

.hero-section .hero-main-content {
    max-width: 680px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-section .contant-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.hero-section .hero-contant-heading {
    color: #2C3761;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 30px;
}

.aboutus-hero-section .hero-contant-heading {
    color: #2C3761;
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 30px;
}

.hero-main-content .effective-date {
    color: #2C3761;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.hero-section .hero-contant-text {
    color: #2C3761;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

.hero-section .find-out-more-btn {
    max-width: 170px;
    width: 100%;
    height: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 10px;
    background: #FF8548;
    -webkit-box-shadow: 0px 20px 35px 0px rgba(255, 133, 72, 0.35);
            box-shadow: 0px 20px 35px 0px rgba(255, 133, 72, 0.35);
    border: none;
    color: #ffffff;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
}

.hero-section .find-out-more-btn:hover {
    -webkit-box-shadow: 0px 20px 35px 10px rgba(255, 133, 72, 0.35);
            box-shadow: 0px 20px 35px 10px rgba(255, 133, 72, 0.35);
}

.background-main-image-wrapper {
    max-width: 750px;
    width: 100%;
    height: 713px;
    position: absolute;
    bottom: -235px;
    right: -62px;
}

@media (max-width: 1604px) {
    .background-main-image-wrapper {
        right: 60px;
    }
}

@media (max-width: 1500px) {
    .hero-section {
        padding: 172px 0px 172px;
        background-position: 0px 0px, 90px 325px, 0px 510px;
    }

    .background-main-image-wrapper {
        max-width: 500px;
        bottom: -172px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: end;
            align-content: flex-end;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        right: -60px;
    }
}

@media (max-width: 1200px) {
    .hero-section {
        padding: 140px 0px 140px;
        background-position: 0px 0px, 90px 299px, 0px 496px;
        background-size: 140px, 90px, 150px;
        position: relative;
    }

    .background-main-image-wrapper {
        max-width: 380px;
        bottom: -140px;
        right: 0;
    }
}

@media (max-width: 1024px) {
    .hero-section {
        padding: 140px 0px 140px;
        background-position: 0px 0px, 90px 220px, 0px 406px;
    }

    .hero-section .container:before {
        position: relative;
        z-index: 5;
    }

    .hero-section .hero-main-content {
        z-index: 1;
    }

    /* .hero-section {
        background-image: unset;
    } */

    .hero-section:after {
        content: '';
        max-width: 100%;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background-color: rgb(0 0 0 / 20%);
        pointer-events: none;
        opacity: 0.5;
    }

    .background-main-image-wrapper {
        max-width: 500px;
        bottom: -140px;
        right: 100px;
        opacity: 0.6 !important;
        -webkit-filter: blur(4px);
                filter: blur(4px);
    }

    .hero-section .hero-main-content {
        max-width: 100%;
    }

    .mobile-display-none {
        display: none;
    }

    .hero-section .hero-contant-heading {
        font-size: 40px;
        text-align: center;
    }

    .hero-section .hero-contant-text {
        font-size: 14px;
        text-align: center;
        text-shadow: 0 0 4px rgb(44 55 97 / 40%);
    }

    .hero-section .find-out-more-btn {
        max-width: 160px;
        height: 55px;
        font-size: 16px;
    }

    .hero-section .contant-wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding: 140px 0px 140px;
        background-position: 0px 0px, 40px 210px, 0px 474px;
        background-size: 70px, 70px, 100px;
    }

    .background-main-image-wrapper {
        max-width: 500px;
        bottom: -140px;
        right: 100px;
        opacity: 0.6 !important;
        -webkit-filter: blur(4px);
                filter: blur(4px);
    }

    .hero-section .hero-contant-heading {
        font-size: 40px;
    }

    .hero-section .hero-contant-text {
        font-size: 14px;
    }

    .mobile-display-none {
        display: none;
    }

    .hero-section .find-out-more-btn {
        max-width: 160px;
        height: 55px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .hero-section .hero-contant-heading {
        font-size: 35px;
    }

    .hero-section .hero-contant-text {
        font-size: 12px;
    }

    .hero-section .find-out-more-btn {
        max-width: 151px;
        height: 50px;
        font-size: 14px;
    }

    .hero-section {
        padding: 100px 0px 100px;
        background-position: 0px 0px, 20px 155px, 0px 370px;
        background-size: 70px, 70px, 100px;
    }

    .background-main-image-wrapper {
        display: none;
    }
}

@media (max-width: 544px) {
    .hero-section .hero-contant-heading {
        font-size: 28px;
    }

    .hero-section {
        padding: 108px 0px 108px;
    }
}

@media (max-width: 442px) {
    .hero-section .hero-contant-heading {
        font-size: 20px;
    }

    .hero-section {
        padding: 100px 0px 120px;
    }
}

@media (max-width: 442px) {
    .background-main-image-wrapper {
        max-width: 180px;
        bottom: -120px;
        right: 30px;
    }

    .hero-section {
        background-position: 0px 0px, 20px 156px, 0px 346px;
        background-size: 80px, 50px, 80px;
    }

    .hero-section .container {
        padding: 10px;
    }
}

@media (max-width: 424px) {
    .hero-section {
        background-position: 0px 0px, 20px 156px, 0px 362px;
    }
}




/* Category Section */
.category-section {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(121, 121, 116, 0.03)), to(rgba(255, 255, 255, 0.00))), var(--white, #FFF);
    background: -o-linear-gradient(bottom, rgba(121, 121, 116, 0.03) 0%, rgba(255, 255, 255, 0.00) 100%), var(--white, #FFF);
    background: linear-gradient(0deg, rgba(121, 121, 116, 0.03) 0%, rgba(255, 255, 255, 0.00) 100%), var(--white, #FFF);
}

.category-section .background {
    max-width: 1920px;
    width: 100%;
    background-image: url(../Assets/Images/section-two-background-image.png), url(../Assets/Images/section-two-background-line-image.png);
    background-repeat: no-repeat;
    background-position: 1748px bottom, 1708px bottom;
    background-size: 174px, 45px;
}

.category-section .container {
    padding: 100px 0 74px;
}

.catogary-heading-wrapper {
    color: #FFBA41;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
}

.catogary-sub-heading-wrapper {
    color: #2C3761;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 60px;
}

.category-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 210px;
    gap: 60px;
}

.category-card-img-wrapper {
    max-width: 128px;
    width: 100%;
    height: 118px;
}

.category-card-heading {
    color: #2C3761;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.category-card-content-wrapper {
    color: #2C3761;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.category-card {
    max-width: 449px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media (max-width: 1500px) {
    .category-card {
        max-width: 450px;
    }

    .category-card-wrapper {
        padding: 0 0;
    }
}

@media (max-width: 991px) {
    .catogary-heading-wrapper {
        font-size: 16px;
    }

    .catogary-sub-heading-wrapper {
        font-size: 28px;
    }

    .category-card {
        max-width: 350px;
    }

    .category-card-wrapper {
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }

    .category-card-img-wrapper {
        max-width: 115px;
    }

    .category-card-heading {
        font-size: 18px;
    }

    .category-card-content-wrapper {
        font-size: 14px;
    }

    .category-section .container {
        padding: 80px 0;
    }

    .category-section .background {
        background-position: right bottom, bottom;
        background-size: 174px, 45px;
    }
}

@media (max-width: 768px) {
    .category-card-heading {
        font-size: 16px;
    }

    .category-card-content-wrapper {
        font-size: 12px;
        line-height: 20px;
    }

    .category-card {
        gap: 15px;
    }

    .category-section .container {
        padding: 60px 0;
    }

    .category-card-wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}


/* About Us Section */
.AboutUs-section {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(121, 121, 116, 0.03)), to(rgba(255, 255, 255, 0.00))), var(--white, #FFF) !important;
    background: -o-linear-gradient(bottom, rgba(121, 121, 116, 0.03) 0%, rgba(255, 255, 255, 0.00) 100%), var(--white, #FFF) !important;
    background: linear-gradient(0deg, rgba(121, 121, 116, 0.03) 0%, rgba(255, 255, 255, 0.00) 100%), var(--white, #FFF) !important;
}

.AboutUs-section .background {
    background-image: url(../Assets/Images/section-three-background-left-image.png);
    background-repeat: no-repeat;
    background-size: 240px;
    background-position: 0 bottom;
}

.AboutUs-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 100px 20px;
}

.AboutUs-left {
    max-width: 690px;
    width: 100%;
}

.AboutUs-heading-wrapper {
    color: #FFBA41;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.AboutUs-sub-heading-wrapper {
    color: #2C3761;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 26px;
}

.AboutUs-content-wrapper {
    color: #2C3761;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
}

.AboutUs-img-wrapper {
    max-width: 486px;
    width: 100%;
    margin-right: 2px;
}

@media (max-width: 1500px) {

    .AboutUs-left,
    .AboutUs-right {
        max-width: 49%;
        width: 100%;
    }

    .AboutUs-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

@media (max-width: 991px) {
    .AboutUs-heading-wrapper {
        font-size: 16px;
    }

    .AboutUs-sub-heading-wrapper {
        font-size: 28px;
    }

    .AboutUs-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .AboutUs-content-wrapper {
        font-size: 14px;
        line-height: 22px;
        gap: 20px;
    }

    .AboutUs-img-wrapper {
        max-width: 300px;
    }

    .AboutUs-section .container {
        padding: 100px 20px;
    }
}

@media (max-width: 768px) {
    .AboutUs-section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 20px;
    }

    .AboutUs-left,
    .AboutUs-right {
        max-width: 100%;
    }

    .AboutUs-img-wrapper {
        max-width: 100%;
    }

    .AboutUs-heading-wrapper,
    .AboutUs-sub-heading-wrapper,
    .AboutUs-content-wrapper {
        text-align: center;
    }
}



/* Quizzes Section */
.Quizzes-section {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(121, 121, 116, 0.03)), to(rgba(255, 255, 255, 0.00))), var(--white, #FFF) !important;
    background: -o-linear-gradient(bottom, rgba(121, 121, 116, 0.03) 0%, rgba(255, 255, 255, 0.00) 100%), var(--white, #FFF) !important;
    background: linear-gradient(0deg, rgba(121, 121, 116, 0.03) 0%, rgba(255, 255, 255, 0.00) 100%), var(--white, #FFF) !important;
}

.Quizzes-section .background {
    background-image: url(../Assets/Images/Section-three-background-left-image-two.png), url(../Assets/Images/section-three-background-right-image.png);
    background-repeat: no-repeat;
    background-position: 10px bottom, 1750px bottom;
    background-size: 147px, 174px;
}

.Quizzes-section .container {
    padding: 96px 20px 97px 20px;
}

.quizzes-heading-wrapper {
    color: #FFBA41;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.quizzes-sub-heading-wrapper {
    color: #2C3761;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 60px;
}

.slider-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 4px solid #F4F7FA;
    margin-bottom: 20px;
}

.sidebar-nav-links {
    color: #2C3761;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 22px 37.5px;
    border-radius: 12px 12px 0px 0px;
}

.sidebar-nav-links.active {
    background: #F1A501;
    color: #FFFFFF;
}

.slider-card-img-wrapper img {
    width: 149px;
    height: 146px;
}

.slider-card-img-wrapper {
    padding: 104px 0 74px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 24px 24px 0 0;
}

.slider-card {
    border-radius: 24px;
    border: 1px solid #F2F2F2;
    max-width: 330px;
    width: 100%;
    margin: 0 15px;
}

.slick-prev {
    background-image: url(../Assets/Images/Slider-arrow-left.png) !important;
    width: 67px !important;
    height: 67px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    left: -97px !important;
    top: 45.5% !important;
}

.slick-next {
    background-image: url(../Assets/Images/Slider-arrow-right.png) !important;
    width: 67px !important;
    height: 67px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    right: -97px !important;
    top: 45.5% !important;
}

.slick-prev:before,
.slick-next:before {
    opacity: 0 !important;
}

.slider-card-content-wrapper {
    padding: 21px 30px;
    background-color: #ffffff;
}

.slider-card-heading {
    color: #2C3761;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 6px;
}

.slider-card-text-wrapper {
    color: #2C3761;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.slider-card-button-wrapper button {
    border-radius: 44px;
    background: #F1A501;
    color: var(--white, #FFF);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 6px 13px;
    border: none;
}

@media (max-width: 1600px) {
    .slick-next {
        right: -70px !important;
    }

    .slick-prev {
        left: -70px !important;
    }
}

@media (max-width: 1560px) {

    .slick-next,
    .slick-prev {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .quizzes-heading-wrapper {
        font-size: 16px;
    }

    .quizzes-sub-heading-wrapper {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .sidebar-nav-links {
        font-size: 14px;
        padding: 18px 32px;
    }

    .slider-card-img-wrapper {
        padding: 90px 0 60px 0;
    }

    .slider-card-img-wrapper img {
        width: 130px;
        height: 130px;
    }

    .slider-card-heading {
        font-size: 18px;
    }

    .slider-card-button-wrapper button {
        font-size: 12px;
        padding: 5px 10px;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .Quizzes-section .background {
        background-position: left bottom, right bottom;
        background-size: 80px, 174px;
    }
}

@media (max-width: 768px) {
    .Quizzes-section .container {
        padding: 80px 20px;
    }

    .quizzes-heading-wrapper {
        font-size: 14px;
    }

    .sidebar-nav-links {
        font-size: 14px;
        padding: 12px 15px;
    }

    .slider-card-img-wrapper {
        padding: 60px 0;
    }

    .slider-card {
        max-width: 250px;
    }

    .slider-card-heading {
        font-size: 14px;
    }
}


/* Footer Section */
.footer-section {
    background-color: #2C3761;
}

.footer-section .background {
    background-image: url(../Assets/Images/Footer-right-background-image.png);
    background-repeat: no-repeat;
    background-position: 1723px bottom;
    background-size: 198px;
}

.footer-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 50px 19px 40px 20px;
}

.footer-section .footer-section-left {
    max-width: 50%;
    width: 100%;
}

.footer-section .footer-image-wrapper {
    max-width: 237px;
    width: 100%;
    margin-bottom: 26px;
}

.footer-contant-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
}

.footer-contant-wrapper span {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    text-align: justify;
    font-weight: 500;
    line-height: 30px;
    width: 100%;
}

.footer-links-heading {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}

.footer-section-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 47.7%;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
}

.footer-links-inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.footer-links-inner-wrapper a {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    margin-bottom: 8px;
}

.footer-section-copyright-social-wrapper {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 70px 0 0 0;
}

.copyright-wrapper {
    color: #FFBA41;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.cms-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* max-width: 100%;
    width: 100%; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* margin: 25px 0 0 0; */
    gap: 40px;
}

.cms-wrapper a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
}

.social-media-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (max-width: 1500px) {
    .footer-section-copyright-social-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .footer-section .footer-image-wrapper {
        max-width: 200px;
    }

    .footer-contant-wrapper span {
        font-size: 14px;
        line-height: 25px;
    }

    .footer-links-heading {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer-links-inner-wrapper a {
        font-size: 16px;
        margin-bottom: 0;
    }

    .social-media-wrapper {
        gap: 20px;
    }

    .social-media-wrapper svg {
        width: 20px;
    }

    .cms-wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 30px;
    }

    .footer-section-right {
        gap: 0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .footer-section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer-section .footer-image-wrapper {
        max-width: 150px;
    }

    .footer-contant-wrapper span {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-links-heading {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer-links-inner-wrapper a {
        font-size: 12px;
    }

    .social-media-wrapper svg {
        width: 15px;
    }

    .footer-section-right {
        gap: 40px;
        max-width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .footer-section .footer-section-left {
        max-width: 100%;
        width: 100%;
        margin-bottom: 40px;
    }

    .footer-section-copyright-social-wrapper {
        gap: 40px;
    }

    .cms-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-right: auto;
        gap: 20px;
    }
}




/* About Us Page */
.aboutus-hero-section {
    background-color: rgb(255, 239, 207);
    padding: 90px 0px;
    background-image: url(../Assets/Images/image-line-top-left.png), url(../Assets/Images/leaf-bottom-left.png), url(../Assets/Images/hero-section-plat.png);
    background-repeat: no-repeat;
    background-size: 89px, 110px, 153px;
    background-position: 0px 0px, 20px bottom, right bottom;
}

.about-hero-img-section,
.educator-hero-img-section {
    position: relative;
}

.about-hero-img-section:after {
    content: '';
    background-image: url(../Assets/Images/educators_hero_img_one.png);
    background-size: contain;
    position: absolute;
    left: 20%;
    z-index: 10;
    bottom: -40px;
    height: 200px;
    max-width: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about-hero-img-section:before {
    content: '';
    background-image: url(../Assets/Images/educators_hero_img_two.png);
    background-size: contain;
    position: absolute;
    right: 20%;
    z-index: 10;
    bottom: -20px;
    height: 200px;
    max-width: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.educator-hero-img-section:after {
    content: '';
    background-image: url(../Assets/Images/educators_hero_img_three.png);
    background-size: contain;
    position: absolute;
    left: 20%;
    z-index: 10;
    bottom: -24px;
    height: 200px;
    max-width: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.educator-hero-img-section:before {
    content: '';
    background-image: url(../Assets/Images/educators_hero_img_four.png);
    background-size: contain;
    position: absolute;
    right: 20%;
    z-index: 10;
    bottom: -30px;
    height: 200px;
    max-width: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1500px) {
    .about-hero-img-section:after, .educator-hero-img-section:after {
        left: 15%;
    }

    .about-hero-img-section:before, .educator-hero-img-section:before {
        right: 15%;
    }
}

@media (max-width: 1200px) {
    .about-hero-img-section:after, .educator-hero-img-section:after {
        left: 200px;
        height: 150px;
        max-width: 150px;
    }

    .about-hero-img-section:before, .educator-hero-img-section:before {
        right: 200px;
        height: 150px;
        max-width: 150px;
    }

    .educator-hero-img-section:before {
        bottom: -23px;
    }

    .educator-hero-img-section:after {
        bottom: -18px;
    }

    .about-hero-img-section:after {
        bottom: -30px;
    }

    .about-hero-img-section:before {
        bottom: -14px;
    }
}

@media (max-width: 991px) {
    .about-hero-img-section:after, .educator-hero-img-section:after {
        left: 17%;
        height: 130px;
        max-width: 130px;
    }

    .about-hero-img-section:before, .educator-hero-img-section:before {
        right: 17%;
        height: 130px;
        max-width: 130px;
    }

    .educator-hero-img-section:before {
        bottom: -20px;
    }

    .educator-hero-img-section:after {
        bottom: -16px;
    }

    .about-hero-img-section:after {
        bottom: -27px;
    }

    .about-hero-img-section:before {
        bottom: -14px;
    }
}

@media (max-width: 768px) {
    .about-hero-img-section:after, .educator-hero-img-section:after {
        left: 20%;
        left: 150px;
        height: 100px;
        max-width: 100px;
    }

    .about-hero-img-section:before, .educator-hero-img-section:before {
        right: 20%;
        height: 130px;
        max-width: 130px;
    }

    .about-hero-img-section:before, .educator-hero-img-section:before {
        right: 150px;
        height: 100px;
        max-width: 100px;
    }

    .educator-hero-img-section:before {
        bottom: -16px;
    }

    .educator-hero-img-section:after {
        bottom: -12px;
    }

    .about-hero-img-section:after {
        bottom: -20px;
    }

    .about-hero-img-section:before {
        bottom: -10px;
    }
}

@media (max-width: 650px) {
    .aboutus-hero-section {
        background-image: url(../Assets/Images/image-line-top-left.png), url(../Assets/Images/leaf-bottom-left.png);
        background-position: 0px 0px, calc(100% - 0px) bottom;
    }

    .educator-hero-img-section:before {
        top: -59px;
        height: 70px;
        max-width: 70px;
        right: 20px;
    }

    .educator-hero-img-section:after {
        right: unset;
        height: 100px;
        max-width: 100px;
        left: 20px;
        /* top: -59px; */
    }

    .about-hero-img-section:before {
        right: 20px;
        height: 70px;
        max-width: 70px;
        top: -62px;
    }

    .about-hero-img-section:after {
        left: 20px;
    }
}

.about-hero-img-section:after {
    content: '';
    background-image: url("../Assets/Images/educators_hero_img_one.png");
}

.aboutus-hero-section .hero-contant-heading {
    color: #2C3761;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.aboutus-page-img-wrapper {
    max-width: 150px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    color: #2C3761;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    gap: 20px;
    margin-bottom: 26px;
}

.aboutus-category-section {
    padding: 50px 0px 140px;
    background-image: url(../Assets/Images/Aboutus-contant-background-image.png);
    background-repeat: no-repeat;
    background-size: 214px;
    background-position: right center;
}

.aboutus-page-img-wrapper img {
    max-width: calc(100% - 28px);
    width: 100%;
}

.aboutus-page-content-paragraph p {
    color: #2C3761;
    text-align: justify;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 26px;
    padding: 0 25px;
}

.aboutus-page-contant-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 26px;
}

.contant-card {
    max-width: 673px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
    background-color: #ffffff;
    border-radius: 8px;
}

.card-numbers-wrapper {
    border-radius: 38px;
    background: #2C3761;
    max-width: 42px;
    width: 100%;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.card-numbers-wrapper span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card-paragraph {
    color: #2C3761;
    text-align: justify;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding: 0 15px;
}

@media (max-width: 1500px) {
    .contant-card {
        max-width: 460px;
    }
}

@media (max-width: 991px) {
    .aboutus-hero-section {
        background-size: 89px, 110px, 120px;
    }

    .contant-card {
        max-width: 350px;
    }

    .aboutus-hero-section .hero-contant-heading {
        font-size: 28px;
    }

    .aboutus-page-img-wrapper {
        font-size: 18px;
    }

    .aboutus-page-content-paragraph p {
        font-size: 16px;
    }

    .card-numbers-wrapper span {
        font-size: 18px;
    }

    .card-paragraph {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .aboutus-hero-section {
        background-size: 80px, 100px, 100px;
    }

    .aboutus-hero-section .hero-contant-heading {
        font-size: 26px;
    }

    .aboutus-page-img-wrapper img {
        max-width: calc(100% - 40px);
    }

    .aboutus-page-img-wrapper {
        font-size: 16px;
    }

    .aboutus-page-contant-card-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .contant-card {
        max-width: 100%;
    }

    .aboutus-page-content-paragraph p {
        font-size: 14px;
        padding: 0;
        margin-bottom: 40px;
    }

    .card-numbers-wrapper span {
        font-size: 16px;
    }

    .card-paragraph {
        font-size: 14px;
    }
}

/* Educator Page */
.image-educator-page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 48px;
}

.educator-page-image-wrapper {
    max-width: 256px;
}

.educator-category-section {
    padding: 44px 0;
}

.educator-page-content-heading {
    color: #2C3761;
    text-align: left;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 16px;
}

.educator-page-content-paragraph {
    color: #2C3761;
    text-align: justify;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}

.sub-page-contant-wrapper b {
    color: #2C3761;
    text-align: left;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-wrap: nowrap;
    margin-right: 10px;
}

.sub-page-contant-wrapper {
    padding-left: 30px;
    color: #2C3761;
    text-align: justify;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.information-link {
    text-decoration: none;
    color: #4255ff;
    font-weight: 700;
    cursor: pointer;
}

.sub-page-contant-wrapper div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.educator-page-content-paragraph p {
    margin-bottom: 26px;
}

.educator-page-content-wrapper {
    margin-bottom: 26px;
}

.flex-content {
    max-width: 1110px;
    width: 100%;
}

.Best-Regards-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.Best-Regards {
    color: #2C3761;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.The-StudyLimitless-Team {
    color: #2C3761;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.helpdesk-wrapper .background {
    background-color: #FFEFCF;
    padding: 54px 0 43px;
}

.helpdesk-contant-wrapper p {
    color: #2C3761;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.helpdesk-contant-wrapper span {
    color: #2C3761;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.helpdesk-contant-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 36px;
}

@media (max-width: 1500px) {
    .educator-page-content-paragraph {
        padding: 0;
    }

    .flex-content {
        max-width: 650px;
    }
}

@media (max-width: 991px) {
    .flex-content {
        max-width: 470px;
    }

    .educator-page-content-paragraph {
        padding: 0;
    }

    .educator-page-content-heading {
        font-size: 18px;
    }

    .educator-page-content-paragraph {
        font-size: 18px;
    }

    .Best-Regards {
        font-size: 14px;
    }

    .The-StudyLimitless-Team {
        font-size: 16px;
    }

    .helpdesk-contant-wrapper p {
        font-size: 20px;
    }

    .helpdesk-contant-wrapper span {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .image-educator-page-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0;
        gap: 26px;
    }

    .flex-content {
        max-width: 100%;
    }

    .educator-page-content-wrapper {
        margin-bottom: 0;
    }

    .image-educator-page-wrapper {
        margin-bottom: 0;
    }

    .aboutus-hero-section .hero-contant-heading {
        font-size: 24px;
    }

    .educator-page-content-heading {
        font-size: 16px;
        text-align: center;
    }

    .educator-page-content-paragraph {
        font-size: 16px;
    }

    ul li {
        margin-bottom: 10px;
    }

    ul:before {
        display: none;
    }

    .Best-Regards-wrapper {
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .Best-Regards {
        font-size: 12px;
    }

    .The-StudyLimitless-Team {
        font-size: 14px;
    }

    .helpdesk-contant-wrapper p {
        font-size: 16px;
    }

    .helpdesk-contant-wrapper span {
        font-size: 14px;
    }

    .sub-page-contant-wrapper b {
        text-wrap: wrap;
    }

    .sub-page-contant-wrapper {
        padding-left: 0;
        text-align: center;
    }
}