@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');


html {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    position: relative;
    min-height: 100%;
    padding-bottom: 5.60rem;
}

/* Topbar Navbar Css */


.appheader {
    height: 80px;
    background-color: #02A229;
}

.appheader .content {
    padding-top: 15px;
    align-items: center;
}

.appheader .right .signin {

    border-radius: 10px;
    border: 1px solid #FFF;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    font-family: "Inter";
    padding: 10px 30px;
}

.appheader .right .signup {

    border-radius: 10px;
    border: 1px solid #FFF;
    color: #02A229;
    font-size: 1rem;
    text-decoration: none;
    background-color: #fff;
    font-family: "Inter";
    padding: 10px 30px;
}

.appheader .right .signin:hover {
    color: #02A229;
    background-color: #fff;
}

.appheader .right .signup:hover {
    color: #fff;
    background-color: transparent;

}

.appheader .anchor_tag {
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
    font-family: "Poppins";
    margin: 0;
    padding: 0;
}

.appheader .anchor_tag:hover {
    text-decoration: none;
}


.appheader img {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
}

/* Topbar Responsive*/

@media screen and (max-width: 768px) {
    .appheader .anchor_tag {
        font-size: 1rem;
    }

    .appheader .right .signup,
    .appheader .right .signin {
        font-size: 1rem;
        padding: 5px 20px;
    }


}

@media screen and (max-width: 600px) {

    .appheader .right .signin,
    .appheader .right .signup {
        padding: 5px 15px !important;
        font-size: 12px !important;
    }

    .appheader {
        height: 60px;
    }

    .loginpagebody {
        padding-top: 30px;
    }

    .appheader .content {
        padding-top: 5px;
    }
}


/* Topbar Responsive*/



/* Topbar Navbar Css */




/* Login Page Design */

.loginpagebody {
    margin: auto;
    text-align: center;
    padding-top: 60px;

}

.loginpagebody img {
    width: 100px;
    height: 100px;
}

.loginpagebody h6 {
    color: #454D66;
    text-align: center;
    font-family: "Poppins";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.64px;
    margin-top: 14px;
    margin-bottom: 4px;
}

.login_form .form-control {
    width: 444px;
    height: 48px;
    padding: 27px 22px !important;
    border-radius: 10px;
    border: 2px solid #D0D0D0;
    margin: auto;

}


.login_form form {
    width: 444px;
    margin: auto;
}

.bodycontent {
    background-size: cover;
    background-position: center;
    height: 81.8vh;
    background-repeat: no-repeat;

}

.login_form button {
    width: 100%;
    height: 58px;
    margin-top: 15px;
    border: none;
    border-radius: 10px;
    background: rgb(232, 10, 81);
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.72px;
}

span {
    width: 30px;
    height: 20px;
}


.password {
    position: relative;
}

.password span i {
    position: absolute;
    top: 20%;
    right: 5%;
    font-size: 21px;
    color: #666666;
}

input::placeholder {
    color: #D0D0D0;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.48px;
}

.login_form p {
    color: #666666;
    text-align: center;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
    letter-spacing: 0.48px;
    margin-bottom: 45px;
}

.login_form a {
    color: #666;
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.48px;

}

.login_form a:hover {
    text-decoration: #666;
    cursor: pointer;
}



.login_form .forgetPassword p {
    color: #666;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 25px;
}

.login_form .forgetPassword span {
    font-weight: 700;
}




/* Login Page Design */


/* Login Page Resonsive */

@media screen and (max-width: 768px) {
    .login_form form {
        width: 80%;

    }

    .login_form .form-control {
        width: 90%;
    }

    .password span i {
        right: 9%;

    }

    .login_form button {
        width: 90%;
    }

    .appheader .right .signup,
    .appheader .right .signin {
        font-size: 1rem;
        padding: 5px 20px;

    }

}


@media screen and (max-width: 600px) {
    .login_form .form-control {
        padding: 8px 14px !important;
        height: 2.rem;
    }


    .login_form a {
        font-size: 0.675rem;
    }

    .login_form button {
        height: 2.5rem;
        font-size: 0.75rem;
        margin-top: 0;
    }

    .loginpagebody img {
        width: 80px;
        height: 80px;
    }

    .loginpagebody h6 {
        font-size: 0.75rem;
        margin: 0;
        padding: 0;
    }

    .login_form p {
        font-size: 0.675rem;
        margin-bottom: 1rem;
    }

    .login_form .forgetPassword p {
        font-size: 0.675rem;
    }

    input::placeholder {

        font-size: 0.675rem;
        line-height: 0;
        align-items: center;

    }

    .password span i {
        font-size: 14px;
    }

    .password span i {
        top: 20%;
    }

    .loginpagebody img {
        width: 60px;
        height: 60px;
    }
}

/* Login Page Responsive */

/* Registration Page */

.registrationbodycontent {
    background: url("./images/background.jpg");
    background-size: cover;
    background-position: center;

    background-repeat: no-repeat;

}

.registration_form .registrationpagebody {
    margin: auto;
    text-align: center;
    padding-top: 9px;


}

.registrationpagebody img {
    width: 100px;
    height: 100px;


}

.registrationpagebody h6 {
    color: #454D66;
    text-align: center;
    font-family: "Poppins";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.64px;
    margin: 0;
    padding: 0;
}

.registrationbodycontent .bannerimage {
    width: 500px;
    height: 500px;
}

.registrationpagebody .form-control {
    width: 100%;
    height: 48px;
    padding: 27px 22px !important;
    border-radius: 10px;
    border: 2px solid #D0D0D0;
    margin: auto;
}

.registrationbodycontent form {
    width: 100%;
}

.registrationbodycontent form .form-control {
    height: 58px;
    padding-left: 22px;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #454D66;
}


.registrationbodycontent form .form-control::placeholder {
    color: #D0D0D0;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;

    letter-spacing: 0.48px;
}


.registrationbodycontent button {
    width: 100%;
    height: 56px;
    color: #fff;
    background: #E80A51;
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.48px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}



.registrationbodycontent form p {
    color: #666;
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
    letter-spacing: 0.48px;
}


.registrationbodycontent form a {
    color: #454D66;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.48px;

}


.registration_form h6 {
    color: #454D66;
    text-align: center;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.64px;
    margin-top: 10px;
    margin-bottom: 0;

}

.registration_form p {
    color: #666666;
    text-align: center;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
    letter-spacing: 0.48px;
    margin-bottom: 10px;
}


.registrationbodycontent form a:hover {
    text-decoration: none;
}



/* Registration Page */


/* Registration Page Responsive */


@media screen and (max-width: 768px) {
    .registrationbodycontent form .form-control {
        height: 50px;
        padding-left: 15px;

    }

    .registrationpagebody img {
        width: 80px;
        height: 80px;
    }

    .registration_form h6 {
        line-height: 1rem;
        font-size: 1rem;
    }

    .registration_form p {
        font-size: 0.675rem;
    }

    .registrationbodycontent form .form-control::placeholder {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 600px) {
    .registrationbodycontent form .form-control {
        height: 40px;

    }

    .registrationbodycontent form .form-control::placeholder {
        font-size: 0.675rem;
        align-content: center;
        top: 30%;
        position: absolute;
    }

    .registrationbodycontent button {
        height: 40px;
        font-size: 0.75rem;
    }
}

/* Registration Page Responsive */

/* Home Page */

.homePageTop {
    height: 100%;
    width: 100%;
    background-image: url("../images/overlay.png");
    background-color: #E6F6EA;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.homePage {
    margin: auto;
    text-align: center;
}

.homePage .homePageTop h2 {
    color: var(--foundation-blue-darker, #181B24);
    text-align: center;
    font-family: "Poppins";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 83.333% */
    letter-spacing: 1.08px;
}

.homePage .homePageTop .image {
    width: 100px;
    height: 100px;
}

.homePage .homePageTop p {
    color: var(--foundation-grey-normal, #666);
    text-align: center;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 214.286% */
    letter-spacing: 0.42px;
}

.homePage .selectOption {
    width: 460px;
    background-color: #fff;
    border-radius: 10px;
    margin: auto;
}

.homePage .selectOptions select {
    width: 444px;
    height: 56px;
    padding: 10px 10px;
    color: #666;
    background: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.48px;
    border: none;
    border-radius: 10px;
}

.homePage .selectOptions select:focus-visible {
    outline: none;
}


.homePage .button {
    width: 150px;
    height: 45px;
    background: #E80A51;
    border: none;
    border-radius: 10px;
    font-family: "Poppins";
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}


.homePage .svg1 {
    position: absolute;
    top: 15%;
    left: 5%;
    width: 50px;
    height: 55px;
}

.homePage .svg2 {
    position: absolute;
    width: 50px;
    height: 55px;
    right: 10%;
    top: 50%;
}

.carouselheader h5 {
    color: #454D66;
    text-align: center;
    font-family: "Poppins";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    /* 140% */
    letter-spacing: 1.2px;
}


.carousel {
    width: 80%;
    height: 100%;
    background-color: #fff;
    margin: auto;
    justify-content: center;
    box-shadow: 10px 10px 40px 0px rgba(2, 162, 41, 0.16);
    height: 100%;
    margin-bottom: 20px;
}

.carousel img {
    width: 120px !important;
    height: 120px;
    border-radius: 50%;
    margin: auto;
}

.carousel p {
    color: #181B24;
    text-align: center;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;

    letter-spacing: 0.32px;
    padding: 20px 60px 0px 60px;
    text-align: justify;
    word-break: break-all;
    text-align: center;

}

.carousel .carouselposition {
    position: relative;
}

.carousel .fa-quote-left {
    position: absolute;
    display: inline-block;
    top: 5%;
    left: 5%;
    color: #02A229;
}

.carousel .fa-quote-right {
    position: absolute;
    display: inline-block;
    top: 100%;
    right: 20%;
    color: #02A229;
}


.carousel-inner {
    height: 350px !important;
    position: relative;
}

.carousel-control-prev {
    position: absolute;
    top: 63px !important;
    left: -17% !important;
    padding: 10px 10px;
}

.carousel-control-next {
    position: absolute !important;
    top: 63px !important;
    right: -17% !important;
    padding: 10px 10px;
}


.carousel span i {

    padding: 8px 12px;
    font-size: 21px;
    color: #02A229;
    border: 1px solid #02A229;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.carousel span i:hover {
    background: #02A229;
    color: #fff;
    border: none;
}

.aftercarousel h5 {
    color: #454D66;
    text-align: center;
    font-family: "Poppins";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1.2px;
}

.achievement {
    width: 100%;
    height: 240px;
    background-image: url('../images/achievementbackground.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #02a22a;
    opacity: 0.8;
}


.achievement h1 {
    font-size: 24px;
    align-self: center;
    font-family: "Poppins";
    color: #fff;
    font-weight: 800;
    margin-top: 83px !important;
}

.achievement h6 {
    font-size: 20px;
    align-self: center;
    font-family: "Poppins";
    color: #fff;
    font-weight: 400;
}

.emailSection {
    height: 300px;
    background-color: #454D66;
    background-image: url(./images/emailsection.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: -31px 35px;
}


.emailSection h6 {
    color: #FFF;
    text-align: center;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    padding-top: 70px !important;
}

.emailSection input {
    width: 324px;
    height: 50px;
    padding: 0px 17px;
    border-radius: 10px;
    border: none;
}

.emailSection .button {
    width: 123px;
    height: 50px;
    background: #E80A51;
    color: white;
    border-radius: 10px;
    margin-left: 14px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-family: "Poppins";
}

.emailSection .rectangle {
    position: absolute;
    top: 15%;
    left: 5%;
    width: 50px;
}

.emailSection .circle {
    position: absolute;
    right: 5%;
    top: 70%;
    width: 35px;
}

/* Home Page */

/* Home Page Responsive*/
@media screen and (max-width: 768px) {
    .homePage .homePageTop h2 {
        font-size: 1.5rem;
    }

    .homePage .homePageTop p {
        font-size: 0.75rem;
    }

    .homePage .selectOption {
        width: 100%;
    }

    .homePage .selectOption select {
        width: 90%;
        font-size: 0.75rem;
    }

    .homePage .button {
        width: 120px;
        height: 40px;
        font-size: 0.75rem;
    }

    .carouselheader h5 {
        font-size: 1.5rem;
    }

    .carousel img {
        width: 100px !important;
        height: 100px;
    }

    .carousel-inner {
        height: 400px !important;
    }


    .carousel p {
        font-size: 0.75rem;
    }

    .aftercarousel h5 {
        font-size: 1.4rem;
    }

    .carousel span i {
        padding: 3px 7px;
        font-size: 1rem;
    }

    .achievement h1,
    .achievement h6 {
        font-size: 1rem;
    }

    .achievement {
        height: 200px;
    }

    .emailSection h6 {
        font-size: 1.2rem;
    }

    .emailSection input {
        width: 220px;
        height: 40px;
    }

    .emailSection .button {
        width: 100px;
        height: 40px;
        font-size: 0.75rem;
    }

    .emailSection .rectangle,
    .emailSection .circle {
        width: 35px;
    }

    .homePage .svg1 {
        width: 40px;
        height: 45px;
    }
}

@media screen and (max-width: 600px) {
    .homePage .homePageTop .image {
        width: 80px;
        height: 80px;
    }

    .homePage .homePageTop h2 {
        font-size: 1rem;
    }

    .homePage .homePageTop p {
        font-size: 0.675rem;
        line-height: 0;
    }

    .homePage .selectOption select {
        font-size: 0.675rem;
    }

    .homePage .button {
        width: 100px;
        height: 38px;
        font-size: 0.675rem;
    }

    .carouselheader h5 {
        font-size: 1rem;
    }

    .carousel img {
        width: 80px !important;
        height: 80px;
    }

    .carousel p {
        padding: 30px 15px 0px 15px;
    }

    .carousel-inner {
        height: 350px !important;
    }

    .aftercarousel h5 {
        font-size: 1rem;
    }

    .carousel span i {
        font-size: 0.90rem;
    }

    .achievement h1,
    .achievement h6 {
        font-size: 0.675rem;
    }

    .achievement {
        height: 180px;
    }

    .emailSection h6 {
        font-size: 1rem;
    }

    .emailSection .rectangle,
    .emailSection .circle {
        width: 30px;
    }

    .emailSection input {
        width: 200px;
        height: 38px;
    }

    .emailSection .button {
        width: 90px;
        height: 38px;
        font-size: 0.675rem;
    }

    .homePage .svg1 {
        width: 35px;
        height: 40px;
    }
}

@media screen and (max-width: 420px) {
    .emailSection {
        height: 270px;
    }
}

/* Home Page Responsive*/


/* Free Course */

.freeCourseMiddle {
    position: relative;
}


.freeCourseMiddle .left {
    position: fixed;
    top: 45%;
    left: 0%;
    transform: rotate(180deg);
}

.freeCourseMiddle .right {
    position: fixed;
    top: 45%;
    right: 0%;

}

.freeCourse .freeCourseTop {
    height: 200px;
    background-image: url("/images/freecourseoverlay.png");
    background-position: 100% 7%;
    background-size: cover;
    background-repeat: no-repeat;


}

.freeCourse .freeCourseTop .freeCourseTop-overlay {
    background: #e6f6eab0;
    height: 100%;


}

.freeCourseTop-overlay img {
    height: 100px;
    width: 100px;
}

.freeCourse .freeCourseTop .freeCourseTop-overlay .button {
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 10px
}


.freeCourseMiddle .cardsection .pTag {
    background: #B1E2BD;
    padding: 10px;
    border-radius: 5px 12px 5px 5px;
    color: #454D66;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.freeCourseMiddle .cardsection {
    padding: 10px 5px;
    background-color: #E6F6EA;
    border-radius: 10px;
}

.freeCourseMiddle .cardsection img {
    width: 165px;
    height: 180px;
    border-radius: 10px;
}


.freeCourseMiddle .cardsection ul li {
    color: #02A229;
}

.freeCourseMiddle .cardsection ul li p {
    color: #454D66;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}


.freeCourseBottom {
    background: var(--foundation-green-light, #E6F6EA);
    height: 200px;

}

.freeCourse .button {
    background: #02A229;
    border: none;
    color: var(--foundation-white-normal, #FFF);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 20px;
}

.freeCourse .freeCourseBottom .button {
    width: 185px;
}

.freeCourse .button:focus {
    outline: none;
}

.freeCourse .freeCourseBottom .button img {
    height: 24px;
    width: 24px;
}

/* Free Course */

/* Free Course Responsive*/
@media screen and (max-width: 992px) {
    .freeCourseMiddle .cardsection ul li p {
        font-size: 10px;
    }

    .freeCourseMiddle .cardsection img {
        width: 100px;
        height: 130px;

    }

    .freeCourseMiddle .cardsection .pTag {
        padding: 6px;
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .freeCourseMiddle .right,
    .freeCourseMiddle .left {
        width: 45px;
    }
}


@media screen and (max-width: 768px) {
    .freeCourse .freeCourseTop .freeCourseTop-overlay .button {
        font-size: 14px;
        padding: 6px 10px;
    }
}

@media screen and (max-width: 600px) {
    .freeCourse .freeCourseTop .freeCourseTop-overlay .button {
        font-size: 10px;
        padding: 4px 10px;
    }

    .freeCourse .freeCourseBottom .button {
        width: 130px;
        padding: 10px 0px;
        line-height: 12px;
        font-size: 14px;

    }

    .freeCourse .freeCourseBottom .button img {
        height: 12px;
        width: 14px;
    }

    .freeCourseBottom {
        height: 150px;
    }
}




@media screen and (max-width: 450px) {
    .freeCourseMiddle .cardsection {
        width: 300px;
    }
}



/* Free Course Responsive*/

/* Paid Course */

.freeCourse h6 {
    color: #02A229;
    font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    /* 158.333% */
}

.subscribe {
    background: #E6F6EA;
    height: 321px;
    width: 590px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    border: 2px solid #02A229;
}


.subscribe h2 {
    color: #02A229;
    text-align: center;
    font-family: "Inter";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    /* 183.333% */
    margin-top: 50px;

}

.subscribe .button {
    width: 200px;
    height: 56px;
    color: #fff;
    background: #E80A51;
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.48px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}


/* Paid Course */

/* Paid Course Subscription */

.paymentDetailsLeft {
    background: #E6F6EA;
}

.paymentDetailsLeft input {
    width: 189px;
    height: 48px;
    border: none;
    border-radius: 10px;
    margin-top: 20px;
}

.paymentDetailsLeft .totalAmount {
    width: 80%;
    padding: 0 20px 20px 0;
}

.paymentDetailsLeft h2 {
    color: #343A4D;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 133.333% */
    letter-spacing: 0.72px;
}

.paymentDetailsLeft h6 {

    color: rgba(102, 102, 102, 0.60);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    letter-spacing: 0.6px;
}

.paymentDetailsLeft .totalAmount h6 {
    color: var(--foundation-grey-dark, #4D4D4D);
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.48px;
}


.paymentDetailsLeft .totalAmount span {
    color: #01390E;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.48px;
}

.paymentDetailsLeft .totalAmount .button {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: #E80A51;
    border: none;
    color: #fff;

}

.paymentDetailsRight {
    position: relative;
}

.paymentDetailsRight .top {
    height: 50%;
    background: #02A229;
    position: relative;
}

.paymentDetailsRight .top .vector {
    position: absolute;
    top: 0;
    left: 76%;
}

.paymentDetailsRight .top .logoimage {
    width: 86px;
    height: 78px;
    background: #fff;
    border-radius: 5px;
    margin: auto;
    position: relative;
    top: 20%;

}

.paymentDetailsRight .top .logoimage img {
    width: 60px;
    height: 60px;
    margin: 10px;
}


.paymentDetailsRight .top h6 {
    color: #FFF;
    text-align: center;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
    letter-spacing: 0.6px;
    margin-top: 70px !important;
}


.paymentDetailsRight .bottom {
    height: 50%;
    background: #D9F1DF;
}

.paymentDetailsMiddle {
    width: 80%;
    background: #fff;
    height: 106px;
    position: absolute;
    top: 41%;
    left: 10%;
    z-index: 100;
    border-radius: 10px;
    padding: 25px 20px;

}

.paymentDetailsMiddle .outer_div {
    height: 56px;
    width: 56px;
    position: relative;
    background: #B1E2BD;
    border-radius: 5px;
}

.paymentDetailsMiddle .outer_div .inner_center_div {
    position: absolute;
    width: 18px;
    height: 16px;
    background: #02A229;
    top: 35%;
    left: 33%;
    z-index: 100;
    border-radius: 5px;
}

.paymentDetailsMiddle .outer_div .inner_bottom_div {
    width: 28px;
    height: 26px;
    border-radius: 5px;
    background: #01390E;
    position: absolute;
    top: 52%;
    left: 48%;
}

.paymentDetailsMiddle .right h6 {
    color: #02A229;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

}

.paymentDetailsMiddle .right span {
    color: #000;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}


.paymentDetailsRight .bottom ul li {
    color: #454D66;
}

.paymentDetailsRight .bottom ul li p {
    color: #000;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.48px;
}

/* Paid Course Subscription */

/* Paid Course Subscription Responsive */
@media screen and (max-width: 1200px) {
    .paymentDetailsRight .top .vector {
        left: 71.5%;
    }
}

@media screen and (max-width: 768px) {
    .paymentDetailsLeft .totalAmount {
        width: 100%;
    }

    .paymentDetailsLeft .totalAmount {
        width: 90%;
    }

    .paymentDetailsLeft h2 {
        font-size: 1rem;
        line-height: 10px;
    }

    .paymentDetailsLeft h6 {
        font-size: 0.75rem;
        line-height: 22px;
    }

    input[type='checkbox'] {
        height: 18px;
        width: 18px;
    }

    .paymentDetailsLeft input {
        width: 150px;
        height: 38px;
        padding: 0px 10px;
    }

    .paymentDetailsLeft .totalAmount h6,
    .paymentDetailsLeft .totalAmount span {
        font-size: 0.75rem;
        font-style: normal;
        line-height: 12px;
    }

    .paymentDetailsLeft .totalAmount .button {
        height: 40px;
    }

}

@media screen and (max-width: 600px) {
    .paymentDetailsLeft input {
        width: 120px;
        height: 30px;
    }
}



/* Paid Course Subscription Responsive */

/* User Profile */
.userprofile .profile {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 67px;
    padding: 4px;
    background: transparent;
    border: 1px solid #02A229;

}

.userprofile h1 {

    color: #000;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    /* 137.5% */
    letter-spacing: 0.96px;
    margin-bottom: 0;
}


.userprofile p {
    color: #666;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
    letter-spacing: 0.48px;
}

.userprofile .userprofilebutton {
    width: 92px;
    height: auto;
    background: #02A229;
    color: #FFF;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    border-radius: 10px;
    line-height: 24px;
    /* 150% */
    border: none;
}

.userprofile .freeCourseTop {
    height: 200px;
    /* background-image: url(./images/freecourseoverlay.png); */
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background: #e6f6eab0;

}


.contributedcard .card {
    border: none;
    cursor: pointer;
    background: #E6F6EA;
    border-radius: 10px;
    padding: 10px 20px;
    position: relative;
    border: none !important;
    height: 163px;
    width: 100%;
}

.contributedcard img {
    position: absolute;
    border-bottom-right-radius: 10px;
    top: 61%;
    right: 0;
    z-index: 0;
}

.contributedcard .card:hover {
    background: #02A229;
    z-index: 100;

}


.contributedcard .card:hover h1 {
    color: #fff;
}

.contributedcard .card:hover span {
    background: #fff;
    color: #E80A51;
}



.contributedcard .card h1 {
    color: #181B24;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    /* 158.333% */
}

.contributedcard .card.hover h1 {
    color: #fff;
    /* Text color on hover */
}



.contributedcard .card span {
    width: 109px;
    height: 38px;
    border-radius: 5px;
    background: #E80A51;
    border: none;
    cursor: pointer;
    color: #FFF;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;

}

.contributedcard .card button:focus {
    outline: none;
}

.subscriptioncardh1 {

    color: #02A229;
    font-family: "Poppins";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    /* 141.176% */
    letter-spacing: 1.02px;
}

.subscriptioncard .content {
    text-align: center;
    padding: 20px;
}

.subscriptioncard .card {
    border-radius: 10px;
    border: 1px solid #02A229;
    background: #E6F6EA;
}

.subscriptioncard .content h1 {
    color: #343A4D;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 177.778% */
}

.subscriptioncard .content p {
    color: #4D4D4D;
    text-align: center;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.subscriptioncard .buttonsection .button1 {
    width: 117px;
    height: 40px;
    color: #FFF;
    text-align: center;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    border-radius: 5px;
    background: #02A229;
    border: none;
    cursor: pointer;
}

.subscriptioncard .buttonsection .button1:focus,
.button2:focus {
    outline: none;
}

.subscriptioncard .buttonsection .button1:hover {
    background: #E80A51;
}

.subscriptioncard .buttonsection .button2 {
    width: 117px;
    height: 40px;
    color: #FFF;
    text-align: center;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    border-radius: 5px;
    background: #E80A51;
    border: none;
    cursor: pointer;
}


.subscriptioncard .buttonsection .button2:hover {
    background: #02A229;
}

.button3 {

    color: #FFF;
    text-align: center;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    background: #02A229;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    width: 117px;
}

.subscriptioncard .button3:focus {
    outline: none;
}

/* User Profile */

/* User Profile Responsive */
@media screen and (max-width: 1200px) {
    .contributedcard .card h1 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {

    .contributedcard .card h1,
    .subscriptioncard .content h1 {
        font-size: 14px;
        line-height: 70px;
    }

    .contributedcard .card span,
    .subscriptioncard .buttonsection .button1,
    .subscriptioncard .buttonsection .button2 {
        width: 80px;
        font-size: 14px;
    }

    .subscriptioncard .content {
        padding: 10px;
    }

    .button3 {
        padding: 10px 0px;
        font-size: 14px;
    }

    .subscriptioncardh1 {

        font-size: 18px;
        text-align: center;
    }

    .userprofile .profile {
        width: 80px;
        height: 80px;
    }

    .userprofile h1 {
        font-size: 16px;
        line-height: 18px;

    }

    .userprofile p {
        font-size: 15px;
    }

    .userprofile .userprofilebutton {
        width: 72px;
        height: auto;
    }
}

@media screen and (max-width: 578px) {
    .contributedcard .card {
        height: 140px;
    }

    .contributedcard img {
        top: 54%;
    }
}

/* User Profile Responsive */


/* Exam Details */

.examdetails {
    color: #454D66;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
}

.questiondetails{
    position: relative;
}

.questiondetails h1 {
    color: #02A229;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 116.667% */
}

.questiondetails .questionsection {
    width: 100%;
    min-height: 200px;
    background: #E6F6EA;
    border-radius: 10px;
}

.questiondetails .questionsection span {
    color: #02A229;
    font-family: "Poppins";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
}

.questiondetails .questionsection p {
    color: #343A4D;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}


.questionsection .fa-check-circle {
    color: #02A229;
}

.questionsection .fa-circle {
    color: #100f0f;
}

.questionsection .partial {
    color: #d29006;
}

.questionsection .correct_answer {
    color: #c20467;
}

.questionsection .fa-times-circle {
    color: #E80A51;
}


.questionsection ul li {
    list-style: none;
}

/* Exam Details */

/* Exam Details Responsive */
@media screen and (max-width: 768px) {
    .examdetails {
        font-size: 1rem;
    }

    .questiondetails .questionsection p {
        font-size: 12px;
        line-height: 16px;
    }

    .questiondetails .questionsection span {
        font-size: 15px;
    }

    .questionsection .fa-check-circle,
    .questionsection .fa-times-circle {
        font-size: 13px;
    }

}

@media screen and (max-width: 600px) {
    .examdetails {
        font-size: 0.75rem;
    }

    .questiondetails .questionsection span {
        font-size: 12px;
    }

    .questiondetails .questionsection p {
        margin-top: 5px;
        font-size: 10px;
    }

    .questionsection .fa-check-circle,
    .questionsection .fa-times-circle {
        font-size: 10px;
    }

    .questionsection ul {
        padding-left: 20px;
    }

}

/* Exam Details Responsive */


/* Exam Page */
.alert {
    background: #E6F6EA;
    border-left: 6px solid #02A229 !important;
    border-radius: 10px !important;
    padding: 1.25rem 1.25rem !important;
    position: relative !important;
}

.alert p {
    margin: 8px;
    color: #02A229;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.alert .alertleft i {
    margin-top: 10px;
    color: #E80A51;
    font-size: 22px;
}

.alert .alertright i {
    position: absolute;
    top: -9px;
    right: 0;
    font-size: 22px;
    color: #02A229;
    cursor: pointer;
}


.questions {
    border-radius: 5px;
    border: 1px solid #02A229;
}

.questions .questionsTop {
    align-items: baseline;
}

.questions .questionsTop p {
    color: #E80A51;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #E80A51;
    padding: 10px;
}


.questions .questionsTop .icon i {
    align-self: center;
    font-size: 30px;
}

.questions .questionsTop .icon span {
    color: var(--dark, #666);
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 112.5% */
    display: block;
}

.questions .question .title p {
    color: #343A4D;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 4px;
}

.questions .question .description p {
    color: #343A4D;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.questions .question .image img {
    width: 50%;
    height: auto;
    border-radius: 10px;
}





.radiocontainer {
    display: block;
    position: relative;
    padding-left: 27PX;
    margin-bottom: 12px;
    cursor: pointer;
    /* -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; */
    color: #000;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 112.5% */
}

/* Hide the browser's default radio button */
.radiocontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/* .radiocontainer:hover input ~ .checkmark {
        background-color: #ccc;
      }
       */
/* When the radio button is checked, add a blue background */
.radiocontainer input:checked~.checkmark {
    background-color: #E80A51;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;

}



.questions .question .questioncontrolbutton .prev button,
.next button {
    background: #fff;
    border: none;
    color: #000;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 187.5% */
    letter-spacing: 0.48px;
    border-radius: 10px;
    border: 1px solid #02A229;
    padding: 4px 10px;
    cursor: pointer;
}


.questions .question .questioncontrolbutton .prev button:hover,
.next button:hover {
    background: #02A229;
    color: #fff;
    outline: none;
}


.questions .question .questioncontrolbutton .submit button {
    background: #E80A51;
    color: #fff;
    border: none;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 187.5% */
    letter-spacing: 0.48px;
    border-radius: 10px;
    border: none;
    padding: 4px 10px;
    cursor: pointer;
}

.questions .question .questioncontrolbutton .submit button:focus,
.prev button:focus,
.next button:focus {
    outline: none;
}

/* Exam Page */

/* Exam Page Responsive*/

@media screen and (max-width: 768px) {
    .alert {
        padding: 0.25rem 0.25rem !important;
    }

    .alert p {
        font-size: 12px;
        line-height: 20px;
    }

    .alert .alertleft i {
        font-size: 16px;
    }

    .alert .alertright i {
        top: 5px;
        font-size: 16px;

    }

    .questions .questionsTop p {
        font-size: 12px;
        padding: 6px 12px;
    }

    .questions .questionsTop .icon i {
        font-size: 22px;
    }

    .questions .questionsTop .icon span {
        font-size: 14px;
    }

    .questions .question .title p {
        font-size: 14px;
    }

    .questions .question .description p {
        font-size: 0.75rem;
        line-height: 1.2rem;
    }

    .checkmark {
        height: 12px;
        width: 12px;
    }

    .radiocontainer {
        padding-left: 20PX;
        font-size: 14px;
        line-height: 14px;
    }

    .questions .question .questioncontrolbutton .prev button,
    .next button {
        font-size: 12px;
        line-height: 20px;
    }

    .questions .question .questioncontrolbutton .submit button {
        font-size: 12px;
        line-height: 22px;
    }
    .page-link {
        padding: 0.25rem 0.5rem !important;
        line-height: 1 !important;
        font-size: 10px !important;

    }
    .page-item:last-child .page-link,   .page-item:first-child .page-link {
      width: 60px  !important;
    }
}

@media screen and (max-width: 600px) {
    .alert p {
        font-size: 10px;
    }

    .questions .questionsTop p {
        font-size: 10px;
        padding: 4px 10px;
    }

    .questions .questionsTop p {
        font-size: 10px;
        padding: 4px 10px;
    }

    .questions .questionsTop .icon i {
        font-size: 20px;
    }

    .questions .questionsTop .icon span {
        font-size: 12px;
    }

    .questions .question .title p {
        font-size: 12px;
    }

    .questions .question .description p {
        font-size: 0.675rem;
    }

    .checkmark {
        height: 10px;
        width: 10px;
    }

    .radiocontainer {
        padding-left: 15px;
        font-size: 12px;
        line-height: 12px;
    }

    .questions .question .questioncontrolbutton .submit button {
        font-size: 9px;
        line-height: 15px;
    }
    .questions .question .questioncontrolbutton .prev button, .next button {
        font-size: 9px;
        line-height: 15px;
    }
    .page-link {
        padding: 0.2rem 0.35rem !important;
        line-height: 1 !important;
        font-size: 9px !important;

    }
    .page-item:last-child .page-link,   .page-item:first-child .page-link {
      width: 50px  !important;
    }
}


/* Exam Page Responsive*/


/* Pagination */
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #02A229 !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin: 0 5px;
    border-radius: 5px;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #02A229 !important;
    border: none;
}

.pagination .disabled{
    cursor: none;
    background: #bababa;
}
.pagination .disabled:hover{
    cursor: none;
    background: #bababa;
}

.pagination-disabled .page-link{
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/* Pagination */



.footer {
    height: 88px;
    background-color: #454D66;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.footer h6 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    /* 166.667% */
    letter-spacing: 0.9px;

}

.footer .content {
    padding-top: 18px;
}

.footerright ul {
    align-items: center;
    list-style: none;
}

.footerright ul li {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50px;
    margin-right: 26px;
}

.footerright ul li a {
    color: #02A229;
    position: relative;
    top: 20%;
    left: 28%;
    font-size: 18px;

}

/* Footer Responsive */
@media screen and (max-width: 600px) {
    .footer h6 {
        font-size: 16px;
    }

    .footerright ul {
        padding-left: 0;
    }

    .footerright ul li {
        width: 30px;
        height: 30px;
        margin-right: 18px;
    }

    .footerright ul li a {
        top: 15%;
        font-size: 14px;
    }

}

/* Footer Responsive */


input[type='checkbox'] {

    appearance: none;
    border: 2px solid rgb(252, 211, 211);
    height: 22px;
    width: 22px;
    font-size: 20px;
    border-radius: 5px;
    background: #fff;
}

input[type='checkbox']:checked:before {
    content: '\2713';
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #02A229;
    font-weight: bold;
}



/* User History */

.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
    border: none;
}

.table-borderless>thead>tr>th {
    background: #02A229;
    border: 1px solid #C5C8D0;
    height: 50px !important;
    color: #fff;
    padding: 25px 10px;

}

.fixed-width-table {
    table-layout: fixed;
}

th,
td {
    border-right: 2px solid #C5C8D0 !important;
    /* Add a right-side border to all th and td elements */
}

th:last-child,
td:last-child {
    border-right: none !important;
}

.table-row-color tr:nth-child(odd) {
    background-color: #e6f6ea !important;
}

.table-row-color tr:nth-child(even) {
    background-color: #fde7ee98;
    /* Set the background color for even rows */
}

th {
    color: #FFF;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */

}

td {
    color: #343A4D;
    font-family: "Poppins";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
}

.first-column-data {
    text-align: left !important;
    /* Set the font size for the first column's data */
    padding-left: 20px !important;
}

.badge-success {

    width: 30% !important;
}

.badge-danger,
.badge-primary {

    width: 30% !important;
}

.badge {
    padding: 0.7em 0.4em !important;
    font-weight: 400 !important;
}

/* User History */

/* User History Responsive */
@media screen and (max-width: 1200px) {

    .badge-danger,
    .badge-success,
    .badge-primary {
        width: 75% !important;
    }
}

@media screen and (max-width: 768px) {
    .fixed-width-table {
        table-layout: auto !important;
        overflow: scroll !important;
    }

    .table td,
    .table tr {
        padding: 10px 42px !important;
    }

    .table-borderless>thead>tr>th {
        padding: 0px 10px;
        font-size: 10px;
    }

    .table-borderless>tbody>tr>td {
        font-size: 10px;
    }

    .badge-danger,
    .badge-success,
    .badge-primary {
        width: 100% !important;
    }
}

/* User History Responsive */



/* Drop Down Menu */

.dropdown{
    position: relative;
}
.dropdown-content {
    position: absolute;
    display: none;
    top: 49px;
    right: 0;
    background: #fff;
    padding: 10px;
    height:max-content;
    width: 220px;
    z-index: 100;
    padding: 0px 10px;
    border-radius: 10px;

  }


  .dropdown-content ul{
    padding: 10px 0px;
    margin: 0;
    list-style: none;
    text-align-last: center;
    text-decoration: none;
  }
  .dropdown-content ul li{
    padding: 20px 23px;
    text-decoration: none;
    cursor: pointer;
  }


  .dropdown-content ul li a:hover{
    text-decoration: none;
    cursor: pointer;
  }

  .dropbtn{
    border: none;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }
  .dropdown-content ul li:hover{
    background: #ded6e738;
  }
  .dropdown-content ul li a{
    color: #02A229;
  }
  @media screen and (max-width: 600px){
    .dropdown-content {
        top: 42px;
    }
  }

/* Drop Down Menu #f8f9fa */
