/*---Free Trail Section Start---*/
.free_trail {
    position: relative;
}

.hero img {
    margin-top: -110px;
    margin-left: auto;
    display: block;
}

.hero p {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 30px 0;
    display: block;
}

.free_trail .btn_2 {
    font-weight: 400;
    min-height: 50px;
    line-height: 28px;
    background-color: #25984E;
}

.hero small {
    display: block;
    margin-top: 20px;
    color: #878787;
    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: red;
    font-size: 20px;
}

    .input-cross i.fa-circle-check {
        color: #24984e;
    }

.spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
}
/*---Free Trail Section End---*/

/*---Default Section Start---*/
.traning {
    background-color: #f7f7f7;
}

    .traning ul li {
        position: relative;
        padding-left: 55px;
        margin-bottom: 30px;
    }

        .traning ul li:last-of-type {
            margin-bottom: 0;
        }

        .traning ul li::before {
            position: absolute;
            content: "\f105";
            left: 0px;
            font-family: FontAwesome;
            color: #25984E;
            font-weight: 900;
            font-size: 40px;
            top: -6px;
        }

        .traning ul li:nth-child(2)::before {
            color: #d5d5d5;
        }

.lorem ul li {
    position: relative;
    padding-left: 55px;
}

    .lorem ul li:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .lorem ul li::before {
        position: absolute;
        content: "\f105";
        left: 0px;
        font-family: FontAwesome;
        color: #25984E;
        font-size: 40px;
        font-weight: 900;
        top: -6px;
    }

.courses {
    background-color: #f7f7f7;
}

    .courses ul li {
        position: relative;
        padding-left: 40px;
        margin-bottom: 20px;
    }

        .courses ul li:last-of-type {
            margin-bottom: 0;
        }

        .courses ul li::before {
            position: absolute;
            content: "";
            height: 10px;
            width: 10px;
            border-radius: 3px;
            left: 10px;
            background-color: #25984E;
            top: 22px;
        }

        .courses ul li p strong {
            font-size: 30px;
        }

.cta {
    background-color: #25984E;
}

    .cta .btn_1 {
        font-size: 23px;
        min-width: 213px;
        min-height: 60px;
        line-height: 45px;
        padding: 12px 48px;
        color: #fff;
    }

    .cta .title {
        margin-bottom: 0;
        font-size: 30px;
    }

.digital_learning {
    background-color: #f4f7eb;
}

    .digital_learning .img_top {
        margin-bottom: 30px;
    }
    /*
.learning .img_top img {
    width: 75px;
    height: 80px;
}*/

    .digital_learning figcaption .image_heading {
        margin: 20px 0;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        min-height: 70px;
    }

    .digital_learning .section-para {
        color: #000;
    }

.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 {
    background-color: #f7f7f7;
}

    .testimonial .item {
        position: relative;
    }

        .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 .valut .sub-title {
    text-align: left;
}

.my-plans .valut {
    margin-top: 15px;
    display: none;
}

#memory_Vault .sub-title {
    font-size: 20px;
}

.box-monthly, .box-yearly {
    margin-top: 30px;
}

.my-plans .section-para {
    padding: 15px;
    text-align: center;
    color: #000;
}


.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: 250px;
    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;
        /* color: #000; */
    }

.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: 0px 0 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 .list li:last-of-type {
            margin-bottom: 0;
        }

.my-plans .card-body li:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: -2%;
    background-color: #25984E;
    top: 10px;
}

.my-plans .list li:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: -6px;
    background-color: #25984E;
    top: 8px;
}

.my-plans .btn_1 {
    color: #fff;
    font-size: 23px;
    min-width: 213px;
    min-height: 60px;
    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: 43px;
        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: 0.57rem 1.63rem;
        margin-left: auto;
    }
/*.cta1 .btn_try_now:hover {
    background-color: #008C8A;
    border-color: #008C8A;
}*/


.cta h2.title {
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 500;
}

.verification .row {
    background: linear-gradient(to right, #f4f7eb 50%, #F8F8F8 50%);
    border-radius: 25px;
}

    .verification .row .col-lg-6:first-child {
        padding: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.verification .content-div {
    padding: 25px 0;
    padding-left: 50px;
}

    .verification .content-div ul {
        padding-left: 45px;
    }

    .verification .content-div .section-para {
        position: relative;
    }

        .verification .content-div .section-para:not(:last-of-type) {
            margin-bottom: 15px;
        }

        .verification .content-div .section-para:before {
            position: absolute;
            content: '\f00c';
            font-family: "FontAwesome";
            left: -45px;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            background-color: #25984E;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            top: 6px;
            font-size: 18px;
            font-weight: 900;
        }

#clientCarousel .item {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
}

.master-plan li {
    font-size: 20px;
    position: relative;
    padding-left: 20px;
}

    .master-plan li:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .master-plan li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        height: 10px;
        width: 10px;
        background-color: #fff;
        border-radius: 50%;
    }

.youtube-video iframe {
    width: 100%;
}

.master-plan {
    margin-bottom: 40px;
}

    .master-plan .sub-title {
        text-align: start;
    }

    .master-plan .btn_1 {
        min-width: auto;
        width: fit-content;
        margin: auto;
    }

.plan-body {
    background: #6ABE9D;
    padding: 40px;
    height: 100%;
}

.master-plan .row .col-xxl-4 .plan-body {
    background-color: #25984E;
}

#masterPlan .btn_2 {
    border-radius: 5px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#masterPlan .master-plan li::before {
    content: none;
}

.toggle-btn {
    margin-top: 20px;
}

    .input-cross i.fa-circle-check, .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;
    }

.congrats_detail::before, .lesson, .my-plans input:checked + .slider {
    background-color: #25984E;
}

    .my-plans input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

.my-plans .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.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;
}

.toggle-btn span {
    font-size: 20px;
    font-weight: 500;
}

@media (min-width:1800px) {
    .cta1 .title {
        font-size: 53px;
    }
}

@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) {
    .master-plan .row .col-xxl-4 .plan-body {
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }

    .master-plan .row .col-xxl-2 .plan-body {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .free_trail .btn_2 {
        font-size: 14px;
        padding: 10px 14px;
    }
}

@media (max-width: 1199px) {
    /*---Free Trail Section Start---*/
    .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: 991px) {
    .verification .content-div .section-para:before {
        left: -30px;
        height: 20px;
        width: 20px;
        top: 2px;
        font-size: 11px;
    }

    .verification .content-div ul {
        padding-left: 30px;
    }

    .verification .row {
        background: none;
        padding: 0 15px;
    }

        .verification .row .col-lg-6:first-child {
            background: #f4f7eb;
            margin-bottom: 0 !important;
            border-radius: 25px 25px 0 0px;
        }

        .verification .row .col-lg-6:last-child {
            background: #F8F8F8;
            border-radius: 0px 0px 25px 25px;
        }

    .verification .content-div {
        padding-left: 10px;
    }

    .cta h2.title {
        font-size: 30px;
    }

    .plan-value-section {
        min-height: unset;
    }

    .my-plans .list {
        margin: 25px 0 0;
        width: 100%;
    }

    .learning {
        margin-bottom: 50px;
    }

    .main-heading-style-one .section-para span a {
        font-size: 16px;
    }
    /*---Free Trail Section Start---*/
    .hero .form-control {
        padding-right: 168px;
    }

    .hero small {
        margin-top: 10px;
    }

    .free_trail button.btn_2 {
        font-size: 15px;
        padding: 8px 8px;
        min-height: auto;
        position: absolute;
        top: 3px;
        right: 3px;
        border-radius: 8px;
        border: 0;
    }

    .hero img {
        margin-top: 30px;
    }

    .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: 0px;
    }

    .digital_learning figcaption .image_heading {
        min-height: auto;
        font-size: 24px;
        margin: 20px 0 10px !important;
        height: auto;
    }

    .congrats .congrats_detail {
        margin-left: 20px;
    }

    .lesson .section-para {
        font-size: 16px;
    }

    .testimonial .item .slider-title {
        font-size: 16px;
        line-height: 1.7;
    }

    .testimonial .item .slider-author {
        font-size: 16px;
    }

    .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 .title {
        font-size: 30px;
    }

    .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 (max-width:575px) {
    .master-plan {
        margin-bottom: 20px;
    }

        .master-plan li {
            font-size: 16px;
        }

        .master-plan .sub-title {
            font-size: 20px;
            margin-bottom: 10px;
        }

    .modal .modal-dialog h2.title {
        font-size: 36px;
    }

    .youtube-video iframe {
        height: 40vh;
    }
}

@media only screen and (min-width: 992px) {
    /*---Free Trail Section Start---*/
    #errorInvalid,
    #errorExist {
        position: absolute;
        left: 0;
        bottom: -25px;
    }
}
/*
@media (min-width: 992px) and (max-width: 1200px) {
    .plan-value-section {
        min-height: 380px;
    }
}
*/
@media (min-width: 992px) and (max-width: 1399px) {
    .my-plans .packages {
        padding: 20px 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .my-plans .btn_1 {
        min-width: 170px;
        padding: 12px 35px;
    }
}

@media (min-width: 1400px) {
    .master-plan .row .col-xxl-4 .plan-body {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .master-plan .row .col-xxl-2 .plan-body {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

@media (max-width: 599px) {
    #clientCarousel .item {
        max-width: 100%;
    }
}
