﻿.lorem ul li, .traning ul li {
    padding-left: 55px
}

    .lorem ul li::before, .traning ul li::before {
        content: "\f105";
        font-size: 40px;
        font-weight: 900;
        top: -6px;
        font-family: FontAwesome;
        left: 0
    }

    .congrats .congrats_detail:last-of-type, .courses ul li:last-of-type, .cta .title, .my-plans .list li:last-of-type, .traning ul li:last-of-type {
        margin-bottom: 0
    }

.courses ul li, .free_trail, .lorem ul li, .testimonial .item, .traning ul li {
    position: relative
}

.hero img {
    margin-top: -110px;
    margin-left: auto;
    display: block
}

.hero p {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 30px;
    display: block
}

.free_trail .btn_2 {
    font-weight: 400;
    min-height: 50px;
    line-height: 28px
}

.cta .btn_1, .my-plans .btn_1 {
    min-width: 213px;
    min-height: 60px
}

.hero small {
    display: block;
    margin-top: 20px;
    color: #595959;
    font-size: 16px
}

#errorIcon {
    position: absolute;
    top: 50%;
    right: 15px;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    cursor: pointer
}

.input-cross i {
    color: #ff0000;
    font-size: 20px
}

    .input-cross i.fa-circle-check {
        color: #25984E
    }

.spinner {
    -webkit-animation: 2s linear infinite rotate;
    animation: 2s linear infinite rotate;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px
}

.courses, .testimonial, .traning {
    background-color: #f7f7f7
}

    .courses ul li::before, .cta {
        background-color: #25984E
    }

    .digital_learning .img_top, .traning ul li {
        margin-bottom: 30px
    }

    .courses ul li, .lorem ul li:not(:last-of-type) {
        margin-bottom: 20px
    }

    .lorem ul li::before, .traning ul li::before {
        position: absolute;
        color: #25984E
    }

    .traning ul li:nth-child(2)::before {
        color: #d5d5d5
    }

    .courses ul li {
        padding-left: 40px
    }

        .courses ul li::before {
            position: absolute;
            content: "";
            height: 10px;
            width: 10px;
            border-radius: 3px;
            left: 10px;
            top: 22px
        }

        .courses ul li p strong, .cta .title {
            font-size: 30px
        }

.cta .btn_1 {
    font-size: 23px;
    line-height: 45px;
    padding: 12px 48px;
    color: #fff
}

.digital_learning {
    background-color: #f4f7eb
}

.learning .img_top img {
    width: 80px;
    height: 80px
}

.digital_learning figcaption .image_heading {
    margin: 20px 0;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    min-height: 70px
}

.congrats .congrats_detail {
    margin-left: 80px;
    position: relative;
    margin-bottom: 50px
}

.congrats_detail::before {
    position: absolute;
    content: "";
    left: -20px;
    width: 3px;
    height: 100%;
    top: -2px;
    background-color: #25984E
}

.lesson {
    background-color: #25984E
}

    .lesson .title {
        color: #fff
    }

    .lesson .section-para {
        font-size: 30px;
        color: #fff;
        line-height: 1.3
    }

.testimonial .item .slider-title {
    font-size: 45px;
    line-height: 60px;
    color: #000;
    font-weight: 400;
    position: relative;
    width: 90%;
    padding: 26px 15px;
    margin: 0 auto
}

    .testimonial .item .slider-title::before {
        content: "\f10d";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: -40px
    }

    .testimonial .item .slider-title::after {
        content: "\f10e";
        font-family: FontAwesome;
        position: absolute;
        bottom: 0;
        right: 0
    }

.testimonial .item .slider-author {
    color: #25984E;
    font-weight: 900;
    text-align: end;
    padding-top: 5px;
    font-size: 20px
}

.my-plans .top {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.my-plans .sub-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize
}

.my-plans .section-para {
    padding: 15px;
    text-align: center;
    color: #000
}

.toggle-btn {
    margin-top: 20px
}

    .toggle-btn span {
        font-size: 20px;
        font-weight: 500
    }

        .toggle-btn span:first-child {
            color: #25984E
        }

.my-plans .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    vertical-align: middle;
    margin: 10px 0
}

    .my-plans .switch input {
        opacity: 1;
        width: 0;
        height: 0
    }

.my-plans .slider.round {
    border-radius: 34px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e2321;
    -webkit-transition: .4s;
    transform: translate(0,0);
    transition: transform .6s,box-shadow .6s
}

.my-plans .card-body li:before, .my-plans .list li:before, .my-plans .slider:before {
    position: absolute;
    content: "";
    border-radius: 50%
}

.my-plans .slider:before {
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.my-plans input:focus + .slider {
    box-shadow: 0 0 1px #25984E
}

.my-plans input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.my-plans input:checked + .slider {
    background-color: #25984E
}

.my-plans .packages {
    width: 100%;
    height: 100%;
    background-color: #edf4db;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    flex-wrap: wrap;
    color: #000;
    padding: 40px
}

.plan-value-section {
    min-height: 335px;
    text-align: center
}

.packages .sub-title {
    padding-top: 30px;
    margin-bottom: 10px
}

.my-plans .packages .price {
    color: #25984E;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 15px
}

    .my-plans .packages .price sub {
        font-size: 16px;
        font-weight: 700
    }

.desc-txt {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    color: #000
}

.packages h5 {
    color: #0000008c;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase
}

.packages h6 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
    text-transform: capitalize;
    margin-bottom: 12px
}

.my-plans .packages p {
    text-align: center;
    margin: 15px 0;
    font-size: 15px;
    font-weight: 400;
    color: #000
}

.my-plans .list {
    margin: 30px 0;
    width: 100%
}

    .my-plans .list li {
        font-size: 23px;
        font-weight: 600;
        line-height: 28px;
        color: #000;
        margin-bottom: 15px;
        position: relative;
        padding: 0 15px
    }

.my-plans .card-body li:before {
    height: 10px;
    width: 10px;
    left: -2%;
    background-color: #25984E;
    top: 10px
}

.my-plans .list li:before {
    height: 10px;
    width: 10px;
    left: -6px;
    background-color: #25984E;
    top: 8px
}

.my-plans .btn_1 {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 44px;
    font-weight: 600;
    display: flex;
    padding: 12px 50px;
    justify-content: center;
    align-items: center
}

.cta1 {
    padding-top: 0
}

    .cta1 .title {
        font-size: 46px;
        font-weight: 700;
        margin: auto
    }

        .cta1 .title strong {
            color: #25984E;
            font-weight: 600 !important
        }

    .cta1 .btn_try_now {
        font-size: 28px;
        width: 280px;
        display: block;
        min-height: 80px;
        line-height: 60px;
        background-color: #25984E;
        border-color: #25984E;
        color: #fff;
        border-radius: 10px;
        padding: .57rem 1.63rem;
        margin-left: auto
    }

.cta h2.title {
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 500
}

@media(min-width:1800px) {
    .cta1 .title {
        font-size: 56px
    }
}

@media (max-width:1439px) {
    .cta1 .title {
        font-size: 36px
    }

    .cta1 .btn_try_now {
        font-size: 22px;
        width: 200px;
        min-height: 60px;
        line-height: 40px
    }
}

@media (max-width:1399px) {
    .free_trail .btn_2 {
        font-size: 14px;
        padding: 10px 14px
    }
}

@media (max-width:1199px) {
    .free_trail button.btn_2 {
        font-size: 12px;
        padding: 10px 8px
    }

    .digital_learning figcaption .image_heading {
        min-height: 70px
    }

    .cta .btn_1 {
        padding: 14px 40px
    }
}

@media (max-width:992px) {
    .cta h2.title, .cta1 .title {
        font-size: 30px
    }

    .plan-value-section {
        min-height: unset
    }

    .learning {
        margin-bottom: 50px
    }

    .lesson .section-para, .main-heading-style-one .section-para span a, .testimonial .item .slider-author {
        font-size: 16px
    }

    .hero {
        padding-top: 0
    }

        .hero .form-control {
            padding-right: 168px
        }

        .hero small {
            margin-top: 10px
        }

    .free_trail button.btn_2 {
        font-size: 15px;
        padding: 8px;
        min-height: auto;
        position: absolute;
        top: 3px;
        right: 3px;
        border-radius: 8px;
        border: 0
    }

    .hero img {
        margin-top: 30px;
        margin-right: auto
    }

    .traning ul li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 30px
    }

        .traning ul li::before {
            font-size: 30px;
            top: -10px
        }

    .lorem ul li {
        padding-left: 20px;
        margin-bottom: 30px
    }

        .lorem ul li::before {
            font-size: 28px;
            top: -8px
        }

    .courses ul li {
        padding-left: 25px
    }

        .courses ul li::before {
            left: 0;
            top: 9px
        }

        .courses ul li p strong {
            font-size: 18px
        }

    .digital_learning .img_top {
        margin-bottom: 0
    }

    .digital_learning figcaption .image_heading {
        min-height: auto;
        font-size: 24px;
        margin: 20px 0 10px !important;
        height: auto
    }

    .congrats .congrats_detail {
        margin-left: 20px
    }

    .testimonial .item .slider-title {
        font-size: 16px;
        line-height: 1.7
    }

        .testimonial .item .slider-title::before {
            left: 0
        }

    .my-plans .sub-title {
        font-size: 25px
    }

    .packages .title {
        font-size: 30px;
        margin-bottom: 10px
    }

    .my-plans .list li {
        font-size: 18px;
        margin-bottom: 10px
    }

    .my-plans .packages {
        padding: 20px
    }

    .cta1 .btn_try_now {
        font-size: 18px;
        font-weight: 400;
        width: 200px;
        min-height: 47px;
        line-height: 30px
    }

    .cta .btn_1 {
        padding: 14px 32px;
        font-size: 18px
    }
}

@media (max-width:767px) {
    .cta .title {
        margin-bottom: 40px;
        text-align: center;
        font-size: 30px
    }

    .cta1 .btn_try_now {
        margin: auto
    }

    .cta .btn_1 {
        padding: 10px 20px;
        font-size: 16px;
        min-width: auto;
        min-height: auto;
        line-height: normal;
        font-weight: 400
    }
   .cta1 .title {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width:992px) {
    #errorExist, #errorInvalid {
        position: absolute;
        left: 0;
        bottom: -25px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .plan-value-section {
        min-height: 380px
    }
}
