body {
    font-family: inter;
    overflow-x: hidden
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.container-main {
    padding: 12% 5% 5% 5%;
    background: #fff
}

a:hover {
    text-decoration: none
}

.main-box {
    text-align: center
}

.lms-introduction-heaqding {
    color: #101010;
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    margin: 30px 0
}

.container-box {
    margin: 0 0 3% 0;
    padding: 0 10px
}

.box-course {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #93cefb;
    text-align: center
}

.box-course-heading {
    text-align: center;
    padding: 8px 0;
    font-size: 18px;
    color: #101010;
    line-height: 1.5;
    margin: 0;
    font-weight: 600
}

.box-course-text {
    color: #101010;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 30px auto;
    text-align: left;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5
}

.learner-images {
    width: 256px;
    height: auto
}

.box-course-button {
    width: 100%;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background-color: #fff;
    padding: 10px;
    color: #101010;
    font-size: 14px;
    border-radius: 0 0 9px 9px;
    text-align: center;
    display: block
}

.box-course-button:hover {
    color: #098ff8
}

.start-with-free-text {
    color: #101010;
    font-family: Inter;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    text-align: center
}

.toggel-lms-tubes {
    background-color: #fff;
    color: #101010;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    font-size: 20px;
    transition: .4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    border-radius: 12px;
    margin: 0;
    border: 1px solid #93cefb
}

.toggel-lms-tubes:hover {
    background-color: #dbeefd;
    color: #101010
}

.toggel-lms-tubes img {
    width: 26px;
    height: 26px
}

.toggeltextlms {
    max-height: 0;
    box-shadow: 0 3px 6px #0000001A;
    overflow: hidden;
    transition: max-height .2s ease-out;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    max-height: auto !important
}

.toggle-container {
    background: #f9fcff;
    padding: 20px;
    border-radius: 12px;
    margin: 50px auto
}

.toggle-bg {
    background: #e3f2fe;
    border-radius: 12px;
    margin: 20px 0;
    box-shadow: 0 0 4px 0 #00000029
}

.testiSpace {
    padding: 30px 50px;
    color: #101010;
    font-size: 16px
}

.testiSpace ul {
    line-height: 1.5
}

.testiSpace li {
    margin: 10px 0
}

.toggel-lms-tubes.active {
    background-color: #fff;
    color: #101010;
    border: 1px solid #93cefb;
    box-shadow: 0 0 4px 0 #00000029
}

.life-stylife-benefits {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.btn-txt-str {
    font-weight: 700
}

.start-with-free {
    width: 20%;
    padding: 14px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    display: block;
    border: none;
    text-align: center;
    margin: 30px auto;
    background: linear-gradient(180deg, #6e2cd8 0, #098ff8 100%);
    font-weight: 600;
    box-shadow: 0 5px 0 transparent;
    transition: transform .3s cubic-bezier(.5, 2.5, .7, .7), box-shadow .3s cubic-bezier(.5, 2.5, .7, .7);
    transform: translateY(0)
}

.start-with-free:hover {
    color: #fff;
    transform: translateY(calc(-1* var(--animation-depth, .375em)));
    box-shadow: 0 5px 0 #6436db;
    animation: bounce .4s ease-out
}

.start-with-free:active {
    color: #fff;
    transform: translateY(calc(-1* var(--animation-depth, .375em)));
    box-shadow: 0 5px 0 #6436db;
    animation: bounce .4s ease-out
}

#customers-testimonials .owl-dots {
    margin-top: 3%;
    text-align: center
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #101010;
    transform: none;
    opacity: 1
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #e5e5e5;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 5px 7px;
    opacity: 1;
    width: 8px;
    transform: none
}

.lms-introduction-text {
    color: #101010;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    width: 88%;
    margin: auto
}

.ls-caseStudy {
    text-align: center;
    padding: 20px;
    width: 25%
}

.smile-testimonial-container {
    display: flex;
    align-items: baseline;
    text-align: left
}

.smile-testimonial-container p {
    text-align: left
}

.smile-testimonial-container img {
    width: 100px !important;
    height: auto;
    border-radius: 50%
}

.smile-images-container {
    text-align: center;
    padding: 20px;
    width: 50%
}

.unnathi-toggle-main {
    display: flex;
    align-items: center
}

.unnathi-toggle-main img {
    width: 120px
}

.unnathi-achievment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 20px auto
}

.unnathi-achievemnt-card {
    width: 33%
}

.unnathi-achievemnt-card p {
    margin: 10px auto;
    font-weight: 600
}

.ls-caseStudy p, .partnerBx p, .smile-images-container p, .txtnd {
    margin: 0;
    padding: 10px 0;
    font-weight: 600
}

.smile-images-container p {
    font-weight: 400
}

.owl-carousel.owl-loaded {
    display: block;
    text-align: center
}

.txt-bld {
    font-weight: 700;
    font-size: 28px
}

.lms-introduction-heaqding-txt {
    color: #101010;
    text-align: center;
    margin: 30px auto;
    font-family: Inter;
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    text-align: center
}

.clinet_info {
    border-bottom: 1px solid #93cefb;
    padding: 20px
}

.clinet_info img {
    width: 126px !important;
    height: auto;
    margin: auto
}

footer {
    padding: 0
}

.partnerBx {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    text-align: center
}

.owl-carousel .owl-item {
    background: 0 0 !important
}

.pgmIpct {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.imgplc {
    width: 33%;
    text-align: center
}

.partbxSec {
    width: 20%
}

.logo-small-smile-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
    align-items: center
}

.txtbgstl {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    width: 20%;
    height: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: auto;
    justify-content: center
}

.brand-title {
    height: 65px;
    margin: auto 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5
}

.owl-carousel.owl-drag .owl-item {
    margin-right: 16px !important
}

.smile-img {
    display: flex;
    align-items: center
}

.performance-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px
}

.performance-summary-item {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    width: 33%;
    text-align: center
}

.page-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    margin: auto;
    color: #101010
}

@media only screen and (min-width:767px) {
    .mobileversion {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .desktopversion {
        display: none
    }

    .main-box {
        display: block
    }

    .container-main {
        padding: 32% 3% 5% 3%
    }

    .lms-introduction-heaqding {
        text-align: center;
        font-size: 36px;
        margin: 20px 0
    }

    .lms-introduction-text {
        text-align: c;
        font-size: 16px
    }

    .learner-images {
        border-radius: 0 0
    }

    .toggel-lms-tubes {
        line-height: 1.5;
        font-size: 16px
    }

    .lms-introduction-heaqding-txt {
        font-size: 26px !important;
        line-height: 1.3 !important;
        margin: 20px auto
    }

    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
        height: 8px;
        width: 8px
    }

    .start-with-free {
        width: 40%;
        padding: 10px;
        font-size: 14px;
        margin: 16px auto
    }

    .box-course-heading {
        margin: 0
    }

    #customers-testimonials .owl-dots {
        margin-top: 5%
    }

    .testiSpace {
        padding: 20px;
        font-size: 14px
    }

    .txt-bld {
        font-size: 24px
    }

    .ls-caseStudy {
        width: 100%;
        padding: 10px
    }

    .life-stylife-benefits img {
        width: 64px;
        height: 64px
    }

    .owl-carousel.owl-drag .owl-item {
        margin-right: 25px !important
    }

    .container-box {
        margin: 0;
        padding: 0
    }

    .start-with-free-text {
        font-size: 20px;
        margin: 20px auto
    }

    .logo-small-smile-row {
        display: block
    }

    .txtbgstl {
        width: 100%;
        height: auto;
        margin: 20px auto
    }

    .smile-images-container {
        padding: 10px;
        width: 100%
    }

    .partnerBx, .performance-summary, .pgmIpct, .smile-testimonial-container {
        display: block
    }

    .imgplc {
        width: 100%;
        margin: 30px 0
    }

    .partbxSec {
        width: 100%
    }

    .performance-summary-item {
        width: 100%;
        margin: 30px auto
    }
}

@media (min-width:500px) and (max-width:765px) {
    .container-main {
        padding: 22% 3% 5% 3%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .container-main {
        padding: 18% 2% 5% 2%
    }

    .lms-introduction-heaqding {
        font-size: 36px
    }

    .lms-introduction-text {
        font-size: 16px
    }

    .txt-bld {
        font-size: 22px
    }

    .toggel-lms-tubes {
        font-size: 18px
    }

    .testiSpace {
        padding: 20px;
        font-size: 14px
    }

    .life-stylife-benefits img {
        width: 64px;
        height: 64px
    }

    .lms-introduction-heaqding-txt {
        font-size: 28px
    }

    .owl-carousel.owl-drag .owl-item {
        margin-right: 25px !important
    }

    .start-with-free-text {
        font-size: 20px
    }

    .start-with-free {
        width: 40%
    }

    .performance-summary {
        gap: 10px
    }
}