body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins;
}

.container {
    max-width: 1140px;
}

img {
    max-width: 100%;
    height: auto;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between !important;
    gap: 10px;
}

.navbar-nav li a {
    text-wrap: nowrap;
}

.navbar {
    padding: 10px;
}
.togglerclas{    width: 30px;
    height: 30px;
    padding: 0px;}

    .navbar-toggler-icon {
    width: 20px;
    height: 20px;
    }

.japneeslanguage_logo {
    width: 180px;
}

.searchdiv {
    display: flex;
    align-items: center;
}

.searchdiv {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 575px;
}

.search {
    display: flex;
    position: relative;
}

.passwordicon {
    position: absolute;
    top: 18px;
    right: 15px;
}

.search input {
    width: 280px;
    height: 42px;
    border-radius: 30px;
    border: 2px solid #efecec;
    outline: none;
    padding: 0 40px 0 20px;
}

.search button {
    background: rgba(202, 31, 31, 1);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

.navbar-nav li {
    list-style: none;
    display: inline-block;
}

.navbar-nav li a {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-decoration: none;
}

.button,
.buttoncls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buttoncls {
    margin-top: auto;
}

.buttonmaincls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.login {
    width: 191px;
    height: 40px;
    border-radius: 10px;
    opacity: 0px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 158, 255, 1);
}

.sign {
    border-radius: 10px;
    background: rgba(0, 158, 255, 1);
    border: 1px solid rgba(0, 158, 255, 1);
    padding: 7px 10px;
}

.login img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.login a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: rgba(0, 158, 255, 1);
    text-decoration: none;
}

.sign a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

/* footer */

.footer {
    background: rgba(45, 47, 49, 1);
    padding: 0px 0px 0px;
}

.head .heading {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    color: #fff;
}

.head img {
    width: 60px;
    height: 60px;
    margin-left: 10%;
}

.hr {
    width: 100%;
    background: white;
    height: 1px;
    margin: 50px 0;
}

.listBox {
    padding: 0 5%;
}

.list-unstyled {
    list-style: none;
    padding-left: 0;
}

.list-unstyled li a {
    color: #fef0f1;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-decoration: none;
}

.lang {
    border: 1px solid rgba(255, 255, 255, 1);
    width: 154px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang a {
    color: #fef0f1;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-decoration: none;
}

.lang a img {
    margin-right: 10px;
}

.copyright {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5% 5% 0px; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.llc {
    display: flex;
    gap: 10px;
    align-items: center;
}

.llc img {
    width: 24.44px;
    height: 22px;
}

.llc p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.location {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-top: 25px;
}

.location p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.location img {
    width: 27px;
    height: 27px;
}

.contact {
    display: flex;
    gap: 10px;
    align-items: center;
}

.contact p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.contact img.footerinfo {
    width: 27px;
    height: 20px;
}

/* home page */
.main-home {
    padding: 30px 0 0;
    /* padding: 60px 0 0; */
}

.practice {
    display: flex;
    justify-content: space-between;
}

.leftBox .heading {
    width: 486px;
    /* height: 200px; */
    font-family: Poppins;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 5, 105, 1);
    margin-bottom: 15px;
}

.leftBox .heading strong {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
}

.leftBox .text {
    color: rgba(239, 64, 0, 1);
    width: 486px;
    /* height: 200px; */
    font-family: Poppins;
    font-size: 33px;
    line-height: 38px;
    font-weight: 600;
}

.leftBox .use {
    display: flex;
    align-items: center;
}

.leftBox .use img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.leftBox .use p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(202, 31, 31, 1);
    margin-bottom: 0;
}

.quiz-percent .option {
    width: 234px;
}

.access .signUp p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.48px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 0;
}

.access .signUp p a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.48px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.access {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(239, 64, 0, 1);
    padding: 10px 20px;
}

.ques-head {
    /* padding-top: 60px; */
    padding-top: 40px;
}

.ques-count {
    position: relative;
}

.ques-head img {
    display: flex;
    margin: auto;
    width: 90%;
}

.ques-head .num-ques {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: center;
    position: absolute;
    left: 21%;
    top: 20%;
    rotate: 330deg;
    display: none;
}

.ques-head h2 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(239, 64, 0, 1);
    margin-top: 30px;
}

.ques-head p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: center;
    width: 614px;
    height: 48px;
    position: absolute;
    top: 46%;
    right: 18%;
}

.ques-head p strong {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(0, 35, 21, 1);
}

.parctice-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    gap: 15px;
}

.parctice-card .box {
    /* width: 200px;
    height: 260px; */
    width: 170px;
    /* height: 155px; */
    border-radius: 20px;
}
.qes{text-align: center;    margin: 10px 0px 0px 0px;}

.parctice-card .box .butn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 10px; */
}

.parctice-card .card-content {
    background: linear-gradient(0deg, #3f69ff 18.75%, #263f99 100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.header h4 {
    font-family: Poppins;
    /* font-size: 20px;
    font-weight: 700;
    line-height: 30px; */
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.header p {
    font-family: Poppins;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.header h1 {
    /* font-family: Hind; */
    /*   font-size: 50px;*/
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    /* font-size: 32px;
    font-weight: 700;
    line-height: 30px; */
    letter-spacing: 0em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    /* margin-bottom: 30px; */
}

.card-content .hr-line {
    width: 161.03px;
    border: 1px solid rgba(255, 255, 255, 1);
}

.card-content .qes {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 10px 0;
    color: rgba(255, 255, 255, 1);
}

.parctice-card .button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.colourRed {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: rgba(63, 105, 255, 1);
    text-decoration: none;
}

.arrowicon {
    margin-left: 15px;
}

.arrow {
    width: 8.66px;
    height: 25.3px;
    margin-left: 15px;
}

.card-content4 {
    background: linear-gradient(360deg, #78b87a 0%, #355236 100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.card-content4 .hr-line {
    width: 161.03px;
    border: 1px solid rgba(255, 255, 255, 1);
}

.card-content4 .qes {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 10px 0;
    color: rgba(255, 255, 255, 1);
}

.colourGreen {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: rgba(120, 184, 122, 1);
    text-decoration: none;
}

.arrow4 {
    width: 8.66px;
    height: 25.3px;
    margin-left: 15px;
}

.card-content3 {
    background: linear-gradient(0deg, #00698a 0%, #001b24 100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.card-content3 .hr-line {
    width: 161.03px;
    border: 1px solid rgba(255, 255, 255, 1);
}

.card-content3 .qes {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 10px 0;
    color: rgba(255, 255, 255, 1);
}

.colourDarkblue {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: rgba(0, 105, 138, 1);
    text-decoration: none;
}

.arrow3 {
    width: 8.66px;
    height: 25.3px;
    margin-left: 15px;
}

.card-content2 {
    background: rgba(229, 0, 110, 1);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.card-content2 .hr-line {
    width: 161.03px;
    border: 1px solid rgba(255, 255, 255, 1);
}

.card-content2 .qes {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 10px 0;
    color: rgba(255, 255, 255, 1);
}

.colourPink {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: rgba(229, 0, 110, 1);
    text-decoration: none;
}

.arrow2 {
    width: 8.66px;
    height: 25.3px;
    margin-left: 15px;
}

.card-content1 {
    background: linear-gradient(360deg, #fdcd3e 0%, #c99909 100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.card-content1 .hr-line {
    width: 161.03px;
    border: 1px solid rgba(255, 255, 255, 1);
}

.card-content1 .qes {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 10px 0;
    color: rgba(255, 255, 255, 1);
}

.colourYellow {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: rgba(253, 205, 62, 1);
    text-decoration: none;
}

.arrow1 {
    /* width: 8.66px;
    height: 25.3px; */
    margin-left: 15px;
}

.testimonials .trending {
    margin-bottom: 60px;
}

.testimonials .trending h2 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: center;
}

.testimonials .trending p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    color: rgba(84, 84, 84, 1);
    width: 475px;
    height: 48px;
    margin-left: 29%;
}

.trendcard {
    width: 360px;
    padding: 0;
}

.testimonials .card-container .card-content h3 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    margin: 20px 0;
}

.all-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 60px 0;
}

.all-btn .btn {
    border: 1px solid rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.02em;
}

.browse-btn .btn {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 0;
}

.browse-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.skill {
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    align-items: center;
}

.skill .leftDiv {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 425px;
    gap: 25px;
    margin-right: 60px;
}

.skill .rightDiv {
    margin-bottom: auto;
}

.skill .leftDiv>div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 224.63px;
    width: 200px;
}

.skill .leftDiv .box2 {
    top: 55px;
}

.skill .leftDiv .box3 {
    margin: -44px auto 44px;
}

.skill .leftDiv img {
    position: absolute;
    z-index: -1;
}

.skill .leftDiv h2 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(250, 163, 7, 1);
    margin-top: 10px;
    margin-bottom: 0;
}

.skill .leftDiv p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(84, 84, 84, 1);
}

.skill .rightDiv .heading {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.02em;
    margin-bottom: 50px;
}

.skill .rightDiv .p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: rgba(239, 64, 0, 1);
    border-radius: 10px;
    background: rgba(239, 64, 0, 0.1);
    display: flex;
    padding: 10px;
    margin-bottom: 22px;
}

.skill .rightDiv .p:before {
    border-left: 6px solid;
    width: 9px;
    height: auto;
    margin: 6px 10px 6px 10px;
    border-radius: 18px 26px 26px 18px;
    content: "";
}

@media (max-width: 1200px) {
    .skill .rightDiv .heading {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 30px;
    }

    .skill .rightDiv .p {
        font-size: 15px;
        line-height: 20px;
    }

    .skill .leftDiv>div {
        height: 168.47px;
        width: 150px;
    }

    .skill .leftDiv h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .skill .leftDiv p {
        font-size: 14px;
        line-height: 17px;
    }

    .skill .leftDiv {
        flex: 0 0 325px;
        gap: 25px;
        margin-right: 35px;
    }

    .skill .leftDiv .box3 {
        margin: -38px auto 44px;
    }
}

#recapcha {
    color: #c11717;
}

.student-testimonial {
    margin-top: 10%;
    background: rgba(25, 118, 210, 0.1);
    display: flex;
    align-items: center;
    padding: 40px 0;
    /* width: 1112px; */
    /* height: 450px; */
    border-radius: 20px;
    position: relative;
}

.student-testimonial .line {
    border: 6px solid rgba(236, 236, 236, 1);
    margin: 0;
}

.student-testimonial .bg-blue {
    width: 150px;
    height: 150px;
    background: rgba(25, 118, 210, 1);
    position: absolute;
    top: -70px;
    left: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.student-testimonial .person h1 {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: center;
}

.student-testimonial .person p {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(84, 84, 84, 1);
}

.student-testimonial .card-body .card-text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
}

.student-testimonial .card-body .name {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
}

.testimonialcard {
    border-radius: 10px;
}

.swiper {
    padding-right: 25px;
}

.swiper-slide {
    height: auto;
}

.swiper.mySwiper {
    padding: 0;
}

.mySwiper img {
    width: 100%;
}

.detail .person {
    padding: 0;
}

.student-testimonial .comma {
    width: 35px;
    height: 35px;
    background: rgba(25, 118, 210, 1);
    position: absolute;
    left: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -23px;
}

.testimonial-rating {
    width: 121px;
}

.testimonicalcardbody {
    position: relative;
}

.testimonial-rating .str-img i {
    color: rgba(255, 196, 0, 1);
}

.teach {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.title .h1 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: rgba(239, 64, 0, 1);
    margin-bottom: 1.5rem;
}

.title .h1 strong {
    font-weight: 800;
}

.cards .custom-card-img {
    height: 180px;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.cards .custom-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    height: 100%;
}

.cards .card-body h5 {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.cards .card-body p {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(84, 84, 84, 1);
}

.section_boxed {
    .content_box {
        display: flex;
        align-items: center;
        justify-content: space-between;

        .content_box_left {
            width: 100%;
            padding: 60px;

            img {
                width: 100%;
            }
        }

        .content_box_right {
            background-color: #EFF2F5;
            padding: 60px;

            .heading {
                margin-bottom: 20px;

                h2 {
                    font-size: 32px;
                    font-weight: 500;
                    color: #0E2B5C;
                }
            }

            .text {
                margin-bottom: 20px;

                p {
                    font-weight: 300;
                    color: #0E2B5C;
                }
            }

            .list_box {
                .list_box_items {
                    padding: 0;
                    margin: 0;

                    .list_item {

                        list-style: none;
                        padding-bottom: calc(50px / 2);
                        justify-content: flex-start;
                        text-align: left;
                        align-items: center;
                        display: flex;

                        .list_icon {
                            padding-right: 5px;
                        }

                        .list_text {
                            /* color: #0E2B5C; */
                        }
                    }
                }
            }
        }
    }
}

.faq_section{
    margin: 60px 0;
    h2{
        font-size: 32px;
        font-weight: 500;
        color: #0E2B5C;
        text-align: center;
    }
    .accordion{
        .accordion-item{
            border: none;
            .accordion-header{
                background: #fff0;
                margin-top: 25px;
                .accordion-button{
                    background: #EFF2F5;
                    font-weight: 400;
                    letter-spacing: 0;
                    border-style: solid;
                    border-width: 1px 1px 1px 1px;
                    border-color: #0E2B5C0A;
                    padding: 10px 20px 10px 20px;
                    color: #0E2B5C;
                    border-radius: 0 0 0 0;
                    outline: none;
                    box-shadow: none;
                    font-size: 20px;
                    line-height: 36px;
                    border: 1px solid #0E2B5C0A;
                }
                .accordion-button:not(.collapsed) {
                    background: #EFF2F5 !important;
                }
            }
            .accordion-collapse{
                .accordion-body{
                    p{
                        font-size: 16px;
                        line-height: 26px;
                        padding: 30px 30px 30px 30px;
                        color: #0E2B5C; 
                    }
                }
            }
        }
    }
}

/* modal */
.btn-primary1 {
    --bs-btn-color: rgba(63, 105, 255, 1);
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: none;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-color: none;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.btn1 {
    border: none;
    background: transparent;
    color: rgba(63, 105, 255, 1);
}

.btn1:hover {
    /* color: rgba(63, 105, 255, 1) !important; */
      color: #ffffff !important; 
    background-color: var(--bs-btn-hover-bg);
    border-color: none;
}

.btn-primary2 {
    --bs-btn-color: rgba(120, 184, 122, 1);
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: none;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-color: none;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.btn2 {
    border: none;
    background: transparent;
    color: rgba(120, 184, 122, 1);
}

.btn2:hover {
    /* color: rgba(120, 184, 122, 1) !important; */
    color: #ffffff !important; 
    background-color: var(--bs-btn-hover-bg);
    border-color: none;
}

.btn-primary3 {
    --bs-btn-color: rgba(0, 105, 138, 1);
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: none;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-color: none;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.btn3 {
    border: none;
    background: transparent;
    color: rgba(0, 105, 138, 1);
}

.btn3:hover {
    /* color: rgba(0, 105, 138, 1) !important; */
      color: #ffffff !important; 
    background-color: var(--bs-btn-hover-bg);
    border-color: none;
}

.btn-primary4 {
    --bs-btn-color: rgba(229, 0, 110, 1);
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: none;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-color: none;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.btn4 {
    border: none;
    background: transparent;
    color: rgba(229, 0, 110, 1);
}

.btn4:hover {
    /* color: rgba(229, 0, 110, 1) !important; */
      color: #ffffff !important; 
    background-color: var(--bs-btn-hover-bg);
    border-color: none;
}

.btn-primary5 {
    --bs-btn-color: rgba(253, 205, 62, 1);
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: none;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-color: none;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.btn5 {
    border: none;
    background: transparent;
    color: rgba(253, 205, 62, 1);
}

.btn5:hover {
    /* color: rgba(253, 205, 62, 1) !important; */
      color: #ffffff !important; 
    background-color: var(--bs-btn-hover-bg);
    border-color: none;
}

.modal-content1 {
    background-color: rgba(63, 105, 255, 1) !important;
    padding-top: 30px;
}

.custom-btn:hover {
    color: #fff;
}

.custom-btn {
    display: flex;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 30px;
    color: #fff;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    border: 0;
    line-height: 1;
    z-index: 1;
}

.custom-btn i {
    display: block;
}

.modal {
    --bs-modal-header-border-width: 0px;
    --bs-modal-footer-border-width: 0px;
    /* --bs-modal-width: 900px !important; */
}

.quizmodel {
    --bs-modal-width: 900px !important;
}

.quest {
    padding: 0 60px;
}

.modal-box {
    width: 741px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
}

.modal-box .line {
    width: 35%;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    background-color: #000;
    transform-origin: left;
    animation: grow 4s forwards;
}

@keyframes grow {
    0% {
        transform: scaleX(0.1);
    }

    25% {
        transform: scaleX(1);
    }
}

.quest p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
}

.quest .opt {
    margin: 0;
    height: auto;
    width: auto;
    flex: 1 1 calc(50% - 0.5rem);
    padding: 0;
    text-align: left;
    line-height: 1.2;
    border: 1px solid rgba(255, 255, 255, 1);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    /* line-height: 40px; */
    letter-spacing: 0em;
    /* text-align: center; */
    color: #ffffff;
    /* margin: 10px; */
}

.optioncheck:checked~label {
    display: block;
    background: #fff;
    color: #3f69ff;
}

.quest .opt label {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.optioncheck {
    display: none;
}

.quest .opt:hover {
    color: rgba(63, 105, 255, 1);
    background: #fff;
}

.modal-footer .btns {
    display: flex;
    width: -webkit-fill-available;
    justify-content: space-between;
}

.modal-footer .btns .btn-last {
    width: 184px;
    height: 49px;
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 1);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    border-radius: 0 !important;
}

.reportcardclass {
    --bs-modal-width: 900px !important;
}

.modal-footer .btns .btn-report,
.modal-footer .btns .btn-report:hover {
    width: 180px;
    height: 49px;
    background: rgba(76, 175, 80, 1);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border-radius: 0 !important;
}

.modal-footer .btns .btn-next {
    width: 184px;
    height: 49px;
    border: 1px solid rgba(26, 5, 105, 1);
    background: rgba(26, 5, 105, 1);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border-radius: 0 !important;
}

.modal-footer .btns .arrowImg {
    margin-right: 5px;
}

.modal-footer .btns .nextImg {
    margin-left: 5px;
}

.btn-close {
    --bs-btn-close-opacity: 1.5;
    --bs-btn-close-focus-shadow: none;
}

.report {
    border-radius: 30px;
    min-height: 1111px;
}

.report .modal-header {
    position: relative;
}

.report .modal-title {
    position: absolute;
    width: 225px;
    top: 0;
    background: rgba(0, 158, 255, 1);
    left: 0;
    height: 50px;
    border-radius: 30px 0 0 0;
    padding: 7px;
    font-family: poppins;
    font-size: 20px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}

.quiz-percent {
    width: 768px;
    height: 152px;
    border-radius: 10px;
    border: 0.5px solid rgba(220, 220, 220, 1);
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.quiz-percent .content p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: left;
}

.quiz-percent .content p strong {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: left;
}

.box .percent {
    position: relative;
    width: 150px;
    height: 150px;
}

.box .percent svg {
    position: relative;
    width: 150px;
    height: 150px;
}

.box .percent svg circle {
    width: 150px;
    height: 150px;
    fill: none;
    stroke-width: 10;
    transform: translate(17%, 50%);
    stroke-dasharray: 390;
    stroke-dashoffset: 390;
    stroke-linecap: round;
}

.box .percent svg circle:nth-child(1) {
    stroke-dashoffset: 0;
    stroke: rgba(202, 31, 31, 1);
}

.box .percent svg circle:nth-child(2) {
    stroke-dashoffset: calc(390 - (390 * 70) / 60);
    stroke: rgba(0, 147, 6, 1);
}

.box .percent .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.box .percent .number h2 {
    font-size: 40px;
}

.box .percent .number h2 span {
    font-size: 24px;
}

.quiz-percent .option .left {
    display: flex;
    align-items: center;
}

.quiz-percent .option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 185px;
}

.quiz-percent .option .left .blank {
    width: 15px;
    height: 15px;
    background: rgba(0, 147, 6, 1);
    border-radius: 50%;
    margin-right: 10px;
}

.quiz-percent .option .left p {
    margin: 0;
    font-family: poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 147, 6, 1);
}

.quiz-percent .option .right {
    display: flex;
    align-items: center;
}

.quiz-percent .option .right .blank {
    width: 15px;
    height: 15px;
    background: rgba(202, 31, 31, 1);
    border-radius: 50%;
    margin-right: 10px;
}

.quiz-percent .option .right p {
    margin: 0;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(202, 31, 31, 1);
}

.summary {
    padding: 30px 50px;
}

.summary h2 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: left;
    color: rgba(63, 105, 255, 1);
    margin-bottom: 20px;
}

.summary .ques ul li {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.summary .ques .correct {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 147, 6, 1);
    margin: 0;
}

.summary .ques .answer {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 35px;
}

.card {
    border-radius: 15px;
}

.course .imgText {
    font-size: 32px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
    word-break: break-word;
}

.box-header {
    display: flex;
    align-items: center;
    padding: 15px 16px;
    position: relative;
}

.instructor-dashboard .box-header {
    padding-top: 25px;
}

.box-header h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(84, 84, 84, 1);
    overflow: hidden;
}

.card-content {
    padding: 0 15px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    margin: 20px 0;
    text-align: left;
}

.card-content .duration .time {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    color: rgba(84, 84, 84, 1);
}

.card-content .duration .time img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.card-content .duration .fee {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    color: rgba(84, 84, 84, 1);
}

.card-content .duration .fee img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.card-content .button {
    padding: 20px 0;
}

.card-content .buttoncls .btn img {
    margin-left: 5px;
}

.about-inst {
    display: flex;
    justify-content: space-between;
}

.about-inst .leftBox h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0em;
    color: rgba(84, 84, 84, 1);
}

.about-inst .leftBox h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0em;
    word-break: break-word;
}

.about-inst .leftBox .about {
    margin-top: 30px;
}

.notespdf a {
    color: #212529;
    cursor: pointer;
}

.cart button.expireon {
    width: 215px;
}

.videostab {
    margin-bottom: 10px;
}

.aboutmargingtop {
    margin-top: 3rem !important;
}

.about-inst .leftBox .about h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
}

.about-inst .leftBox .about p {
    width: 520px;
    height: 120px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.about-inst .leftBox .exp p {
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

.about-inst .leftBox .exp p span {
    font-weight: 500;
}

.about-inst .leftBox .exp .member {
    margin-bottom: 15px;
}

.about-inst .leftBox .exp .member span {
    font-weight: 500;
}

.about-inst .leftBox .total {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.about-inst .leftBox .total p {
    border-radius: 10px;
    background: rgba(63, 105, 255, 0.1);
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 5px 15px;
    margin-bottom: 0;
}

.about-inst .leftBox .total p span {
    font-weight: 500;
}

.about-inst .leftBox .total .btn2 {
    background: rgba(237, 76, 92, 0.1);
}

/* course-deatil page */

.instructor {
    background: rgba(45, 47, 49, 1);
}

.instructor .container {
    max-width: 1140px;
}

.subBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 60px 0;
}

.subBox .header h2 {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    width: 454px;
}

.subBox .header p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    width: 431px;
}

.subBox .rating {
    background: rgba(250, 163, 7, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    margin: 24px 0 12px;
}

.star i {
    margin: 10px 0;
    color: rgba(250, 163, 7, 1);
}

.star .numrating {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    margin-left: 10px;
}

.star .aboutnumrating {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    margin-left: 10px;
}

.star .count {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    /* margin-left: 10px; */
}

.star .aboutcount {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    /* margin-left: 10px; */
}

.person {
    padding: 0 25px;
}

.person .name {
    margin: 0;
}

.person .name span {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #ffffff;
    text-decoration: underline;
}

.person .name strong {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #ffffff;
}

.person .name img {
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.cart {
    display: flex;
    margin-top: 60px;
    align-items: center;
}

.cart .actual_price {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
}

.cart .actual_price .price {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cart .actual_price .price:after {
    content: '';
    border-bottom: 3px solid red;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
}

.cart .discount {
    font-size: 28px;
    font-weight: 800;
    line-height: 30px;
    color: #ffffff;
}

.cart .actual_price span:not(.price),
.cart .discount span {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: -0.02em;
    display: block;
    line-height: 1;
}

.cart button {
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.02em;
    cursor: pointer;
    padding: 8px 14px;
}

.cart button img {
    margin-right: 10px;
    margin-top: 5px;
    width: 24.75px;
    height: 20px;
}

.courses {
    padding-bottom: 60px;
}

.courses .container {
    max-width: 1140px;
}

.courses .nav-tabs {
    margin: 5px auto;
    display: flex;
    justify-content: space-around;
    width: 100%;
    border: 0px;
    background: rgba(26, 5, 105, 0.1);
    --bs-nav-tabs-border-width: 0px;
}

.courses .nav-tabs li {
    margin-bottom: 0px !important;
    text-align: center;
    width: 222px;
}

.courses .nav-tabs .nav-link {
    background-color: transparent;
    font-weight: 600;
    font-size: 20px;
    color: #737983;
    margin-bottom: 0px;
}

.courses .nav-tabs .nav-link.active {
    background: #ffffff;
    border: 0px;
    color: #000;
    border-radius: 0;
}

.courses .tab-content .cards-course {
    width: 717px;
    /* height: 340px; */
}

#about {
    margin-top: 60px;
    padding: 0 0px;
}

.about1 {
    border: 0.5px solid rgba(228, 228, 228, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    padding: 0;
    height: -webkit-fill-available;
    margin-bottom: 10px;
}

#about .card-header {
    background: rgba(0, 158, 255, 0.1);
    border-radius: 15px 15px 0 0 !important;
}

#about .card-header .heading h2 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 5, 105, 1);
}

.card-header .heading h2 strong {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.cards-course .card {
    border-radius: 15px !important;
}

.heading1 h2 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.heading1 p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.heading1 a {
    text-decoration: none;
}

.search-course {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-course p {
    margin: 0;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.level {
    display: flex;
    column-gap: 25px;
}

.siml {
    padding: 20px;
    margin-bottom: 10px;
}

.box-header img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.box-header .heading-name {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(84, 84, 84, 1);
    margin: 0;
}

.download-btn button {
    background: rgba(26, 5, 105, 0.1);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(26, 5, 105, 1);
    border: none;
    margin-bottom: 30px;
    border-radius: 5px;
}

.download-btn button img {
    width: 15px;
    height: 19px;
    margin-right: 10px;
}

.profile h2 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.about-person {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about-person img {
    margin-right: 20px;
}

.about-person .txt .para {
    margin: 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
}

.about-person .txt a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-decoration: none;
    color: rgba(26, 5, 105, 1);
}

.feature {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 15px;
}

.feature img {
    margin-right: 15px;
}

/* courses page */

.card-content .buttoncls .btn {
    width: -webkit-fill-available;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(228, 228, 228, 1);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: rgba(26, 5, 105, 1);
}

.card-content .buttoncls .btn.btncourse {
    width: -webkit-fill-available;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(228, 228, 228, 1);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    color: rgba(26, 5, 105, 1);
}

.card-content .buttoncls .btn img {
    margin-left: 5px;
}

.course h2 {
    color: rgba(0, 158, 255, 1);
    font-family: Poppins;
    font-size: 50px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
}

.result {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 158, 255, 1);
}

.colorRed {
    color: #c02e00;
}

.sortdi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}

.search-box {
    position: relative;
}

.search-box input {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    width: 309px;
    height: 48px;
}

.form-control {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-box img {
    background-color: #c02e00;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    right: 8px;
    top: 8px;
}

.sortby {
    width: 293px;
    height: 48px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(217, 217, 217, 1);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sort p {
    margin: 0;
    font-family: Poppins;
    /* font-size: 16px;*/
    font-size: 13px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.01em;
}

.filter-by {
    width: 35px;
    height: 35px;
    border: 0.5px solid rgba(217, 217, 217, 1);
    border-radius: 5px;
    margin-left: 10px;
}

.filter-by img {
    width: 17px;
    height: 14px;
    margin: auto;
}

.dropdown {
    margin-left: 20px;
}

.btn:first-child:active {
    color: rgba(157, 157, 157, 1);
    background: rgba(255, 255, 255, 1);
    border: 0.5px solid rgba(217, 217, 217, 1);
}

.pagination {
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.pagination .btn1 {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid rgba(228, 228, 228, 1);
}

.pagination ul {
    margin: 0px;
    padding-left: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 0 10px;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.01em;
    cursor: pointer;
    border: 1px solid rgba(228, 228, 228, 1);
}

.pagination ul li:hover {
    background: rgba(26, 5, 105, 1);
    border: 1px solid rgba(26, 5, 105, 1);
    color: #fff;
}

.choose {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10%;
}

.choose .select span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.01em;
}

/* subscription page */
.main-subs {
    padding: 60px 0 0;
}

.limit {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.limit .left h2 {
    font-family: poppins;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 5, 105, 1);
    width: 440px;
    height: 88px;
}

.limit .left p {
    font-family: poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(84, 84, 84, 1);
    width: 670px;
    height: 52px;
}

.limit .right img {
    width: 186px;
    height: 150px;
}

.paymentmain {
    margin-top: 60px;
}

.paymentcards ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.paymentcards ul li {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.paymentcards ul li label {
    display: flex;
    align-items: center;
    gap: 10px;


    p {
        font-family: 'Poppins';
        margin: 0;
    }
}

/* .box {
    display: none;
} */

.payment_card {
    img {
        height: 24px;
    }
}

.default-visible {
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin: 1em 0;
    font-family: 'Poppins';
}

.box2_content {
    position: relative;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    display: flex
;
    /* align-items: center; */
    /* justify-content: center; */
    flex-direction: column;
    img {
        height: 24px;
    }

    p {
        font-family: 'Poppins';
        margin: 10px 0 0 0;
    }
}

.correct {
    border: 2px solid green;
    position: relative;
}
.mt-40{margin-top: 40px;}
.paymentcardcolr{background: #f6f6f6;}
.correct::after {
    content: "✔";
    color: green;
    font-weight: bold;
    position: absolute;
    top: 8px;
    right: 10px;
}

.wrong {
    border: 2px solid red;
    position: relative;
}

.wrong::after {
    content: "✖";
    color: red;
    font-weight: bold;
    position: absolute;
    top: 8px;
    right: 10px;
}

.p-Grid.u-mt-grid{display: none;}

#picker .radio {
    width: 7rem;
}
/*.paymentncolor1  {
    background: rgba(255, 255, 255, 1) !important;
}

.paymentncolor1  .card-header {
    background: rgba(84, 84, 84, 1) !important;;
    border: 1px solid rgba(228, 228, 228, 1) !important;;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;;
}

.paymentncolor1  .reachatext .rightsara {
    border: 1px solid rgba(84, 84, 84, 1) !important;
    background: rgba(255, 255, 255, 1) !important;
    color: black !important;
}

.paymentncolor1 .reachatext .rightsara a {
    color: black !important;
}
 .paymentncolor1 .py .price {
    color: rgba(84, 84, 84, 1) !important;
}
*/

/*1*/
.paymentncolor1 .card-header {
    background: rgba(84, 84, 84, 1) !important;
    border: 1px solid rgba(84, 84, 84, 1) !important;
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;;*/
}

.paymentncolor1 .reachatext .rightsara {
    border: 1px solid rgba(84, 84, 84, 1) !important;
    /*background: rgba(255, 255, 255, 1) !important;*/
    color: black !important;
}

.paymentncolor1 .reachatext .rightsara a {
    color: black !important;
}

.paymentncolor1 .py .price {
    color: rgba(84, 84, 84, 1) !important;
}

/*2*/
/*.paymentncolor2  {
    background: rgba(255, 193, 7, 1) !important;
}*/

.paymentncolor2 .card-header {
    background: rgba(255, 193, 7, 1) !important;
    border: 1px solid rgba(228, 228, 228, 1) !important;
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;;*/
}

.paymentncolor2 .reachatext .rightsara {
    border: 1px solid rgba(255, 193, 7, 1) !important;
    /*background: rgba(255, 255, 255, 1) !important;*/
    color: rgba(255, 193, 7, 1) !important;
}

.paymentncolor2 .reachatext .rightsara a {
    color: black !important;
}

.paymentncolor2 .py .price {
    color: rgba(255, 193, 7, 1) !important;
}

/*3*/
/*.paymentncolor3  {
    background: rgba(0, 147, 6, 1) !important;
}*/

.paymentncolor3 .card-header {
    background: rgba(63, 105, 255, 1) !important;
    border: 1px solid rgba(228, 228, 228, 1) !important;
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;;*/
}

.paymentncolor3 .reachatext .rightsara {
    border: 1px solid rgba(63, 105, 255, 1) !important;
    /*background: rgba(255, 255, 255, 1) !important;*/
    color: rgba(63, 105, 255, 1) !important;
}

.paymentncolor3 .reachatext .rightsara a {
    color: rgba(63, 105, 255, 1) !important;
}

.paymentncolor3 .py .price {
    color: rgba(63, 105, 255, 1) !important;
}

/*4*/
/*.paymentncolor4  {
    background: rgba(0, 147, 6, 1) !important;
}*/

.paymentncolor4 .card-header {
    background: rgba(244, 75, 156, 1) !important;
    border: 1px solid rgba(228, 228, 228, 1) !important;
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;;*/
}

.paymentncolor4 .reachatext .rightsara {
    border: 1px solid rgba(244, 75, 156, 1) !important;
    /*background:  rgba(255, 255, 255, 1) !important;*/
    color: rgba(244, 75, 156, 1) !important;
}

.paymentncolor4 .reachatext .rightsara a {
    color: black !important;
}

.paymentncolor4 .py .price {
    color: rgba(244, 75, 156, 1) !important;
}

/*5*/
/*.paymentncolor4  {
    background: rgba(0, 147, 6, 1) !important;
}*/

.paymentncolor5 .card-header {
    background: rgba(0, 147, 6, 1) !important;
    border: 1px solid rgba(228, 228, 228, 1) !important;
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;;*/
}

.paymentncolor5 .reachatext .rightsara {
    border: 1px solid rgba(0, 147, 6, 1) !important;
    /*background: rgba(255, 255, 255, 1) !important;*/
    color: rgba(0, 147, 6, 1) !important;
}

.paymentncolor5 .reachatext .rightsara a {
    color: black !important;
}

.paymentncolor5 .py .price {
    color: rgba(0, 147, 6, 1) !important;
}

/*6*/
.paymentncolor6 .card-header {
    background: rgb(103 58 183) !important;
    border: 1px solid rgb(103 58 183) !important;
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;;*/
}

.paymentncolor6 .reachatext .rightsara {
    border: 1px solid rgb(103 58 183) !important;
    /*background: rgba(255, 255, 255, 1) !important;*/
    color: rgb(103 58 183) !important;
}

.paymentncolor6 .reachatext .rightsara a {
    color: rgb(103 58 183) !important;
}

.paymentncolor6 .py .price {
    color: rgb(103 58 183) !important;
}

/*7*/
.paymentncolor7 .card-header {
    background: rgb(233 30 99) !important;
    border: 1px solid rgb(233 30 99) !important;
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;;*/
}

.paymentncolor7 .reachatext .rightsara {
    border: 1px solid rgb(233 30 99) !important;
    /*background: rgba(255, 255, 255, 1) !important;*/
    color: rgb(233 30 99) !important;
}

.paymentncolor7 .reachatext .rightsara a {
    color: rgb(233 30 99) !important;
}

.paymentncolor7 .py .price {
    color: rgb(233 30 99) !important;
}

/*8*/
.paymentncolor8 .card-header {
    background: rgb(139 195 74) !important;
    border: 1px solid rgb(139 195 74) !important;
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;;*/
}

.paymentncolor8 .reachatext .rightsara {
    border: 1px solid rgb(139 195 74) !important;
    /*background: rgba(255, 255, 255, 1) !important;*/
    color: rgb(139 195 74) !important;
}

.paymentncolor8 .reachatext .rightsara a {
    color: rgb(139 195 74) !important;
}

.paymentncolor8 .py .price {
    color: rgb(139 195 74) !important;
}

/*9*/
.paymentncolor9 .card-header {
    background: rgb(121 85 72) !important;
    border: 1px solid rgb(121 85 72) !important;
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;;*/
}

.paymentncolor9 .reachatext .rightsara {
    border: 1px solid rgb(121 85 72) !important;
    /*background: rgba(255, 255, 255, 1) !important;*/
    color: rgb(121 85 72) !important;
}

.paymentncolor9 .reachatext .rightsara a {
    color: rgb(121 85 72) !important;
}

.paymentncolor9 .py .price {
    color: rgb(121 85 72) !important;
}

/*10*/
.paymentncolor10 .card-header {
    background: rgb(215 70 24) !important;
    border: 1px solid rgb(215 70 24) !important;
    /*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;;*/
}

.paymentncolor10 .reachatext .rightsara {
    border: 1px solid rgb(215 70 24) !important;
    /*background: rgba(255, 255, 255, 1) !important;*/
    color: rgb(215 70 24) !important;
}

.paymentncolor10 .reachatext .rightsara a {
    color: rgb(215 70 24) !important;
}

.paymentncolor10 .py .price {
    color: rgb(215 70 24) !important;
}

/**/

.paymentn {
    margin-bottom: 50px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 15px;
}

.paymentn .card-header {
    border-bottom: none;
    background: rgba(84, 84, 84, 1);
    border: 1px solid rgba(228, 228, 228, 1);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px 15px 0 0 !important;
}

.paymentn .reachatext .rightsara {
    border: 1px solid rgba(84, 84, 84, 1);
    background: rgba(255, 255, 255, 1);
    width: 92px;
    height: 28px;
    border-radius: 20px;
    font-family: poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.iamsubcls {
    width: 20px;
    height: 20px;
}

.paymentn .reachatext .rightsara a {
    text-decoration: none;
    color: black;
}

.paymentn .py .price {
    float: right;
    font-family: poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(84, 84, 84, 1);
    margin-bottom: 10px;
}

/*.paymentn2 {
    margin-bottom: 50px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 15px;
}

.paymentn2 .card-header {
    border-bottom: none;
    background: rgba(255, 193, 7, 1);
    border: 1px solid rgba(228, 228, 228, 1);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px 15px 0 0 !important;
}

.paymentn2 .reachatext .rightsara {
    border: 1px solid rgba(255, 193, 7, 1);
    background: rgba(255, 255, 255, 1);
    width: 92px;
    height: 28px;
    border-radius: 20px;
    font-family: poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: black;
}

.paymentn2 .reachatext .rightsara a {
    text-decoration: none;
    color: rgba(255, 193, 7, 1);
}

.paymentn2 .py .price {
    float: right;
    font-family: poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 193, 7, 1);
    margin-bottom: 10px;
}


.paymentn3 {
    margin-bottom: 50px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 15px;
}

.paymentn3 .card-header {
    border-bottom: none;
    background: rgba(63, 105, 255, 1);
    border: 1px solid rgba(228, 228, 228, 1);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px 15px 0 0 !important;
}

.paymentn3 .reachatext .rightsara {
    border: 1px solid rgba(63, 105, 255, 1);
    background: rgba(255, 255, 255, 1);
    width: 92px;
    height: 28px;
    border-radius: 20px;
    font-family: poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: black;
}

.paymentn3 .reachatext .rightsara a {
    text-decoration: none;
    color: rgba(63, 105, 255, 1);
}

.paymentn3 .py .price {
    float: right;
    font-family: poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(63, 105, 255, 1);
    margin-bottom: 10px;
}


.paymentn4 {
    margin-bottom: 50px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 15px;
}

.paymentn4 .card-header {
    border-bottom: none;
    background: rgba(0, 147, 6, 1);
    border: 1px solid rgba(228, 228, 228, 1);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px 15px 0 0 !important;
}

.paymentn4 .reachatext .rightsara {
    border: 1px solid rgba(0, 147, 6, 1);
    background: rgba(255, 255, 255, 1);
    width: 92px;
    height: 28px;
    border-radius: 20px;
    font-family: poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: rgba(0, 147, 6, 1);
}

.paymentn4 .reachatext .rightsara a {
    text-decoration: none;
    color: rgba(0, 147, 6, 1);
}

.paymentn4 .py .price {
    float: right;
    font-family: poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 147, 6, 1);
    margin-bottom: 10px;
}



.paymentn5 {
    margin-bottom: 50px;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 15px;
}

.paymentn5 .card-header {
    border-bottom: none;
    background: rgba(244, 75, 156, 1);
    border: 1px solid rgba(228, 228, 228, 1);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px 15px 0 0 !important;
}

.paymentn5 .reachatext .rightsara {
    border: 1px solid rgba(244, 75, 156, 1);
    background: rgba(255, 255, 255, 1);
    width: 92px;
    height: 28px;
    border-radius: 20px;
    font-family: poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: rgba(244, 75, 156, 1);
}

.paymentn5 .reachatext .rightsara a {
    text-decoration: none;
    color: rgba(244, 75, 156, 1);
}

.paymentn5 .py .price {
    float: right;
    font-family: poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(244, 75, 156, 1);
    margin-bottom: 10px;
}*/

.heading h2 {
    font-family: poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}

.reachatext {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.reachatext .leftsara {
    width: 180px;
    font-family: poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.terms h2 {
    font-family: poppins;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.terms ul li {
    font-family: poppins;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

/* curriculum tab */

#curriculum {
    margin-top: 60px;
    padding: 0 0px;
}

#curriculum .cards {
    width: -webkit-fill-available;
}

#curriculum .card-header {
    background: rgba(0, 158, 255, 0.1);
    border-radius: 15px 15px 0 0;
}

#curriculum .card-header .heading h2 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 5, 105, 1);
}

#curriculum .accordion-header button {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

#curriculum .accordion-body .accept {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 15px;
}

#curriculum .accordion-body .accept img {
    margin-right: 10px;
}

/* video tab */

#video {
    margin-top: 60px;
    padding: 0 0px;
}

#video .cards {
    width: -webkit-fill-available;
}

.video1 .card-header {
    border-radius: 15px 15px 0 0 !important;
    background: rgba(0, 158, 255, 0.1);
}

.video1 .card-header .heading h2 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 5, 105, 1);
}

.video1 .list-group .list-group-item p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.video1 .list-group .list-group-item img {
    width: 200px;
    height: 100px;
}

/* notes tab */

#notes {
    margin-top: 60px;
    padding: 0 0px;
}

#notes .cards {
    width: -webkit-fill-available;
}

.notes1 .card-header {
    border-radius: 15px 15px 0 0 !important;
    background: rgba(0, 158, 255, 0.1);
}

.notes1 .card-header .heading h2 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(26, 5, 105, 1);
}

.notes1 .list-group .list-group-item p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.notes1 .list-group .list-group-item .note {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 15px;
}

.notes1 .list-group .list-group-item .note img {
    margin-right: 20px;
}

/* ratings tab */

#ratings {
    margin-top: 60px;
    padding: 0 0px;
}

#ratings .cards {
    width: -webkit-fill-available;
}

.rating1 {
    border: 1px solid rgba(228, 228, 228, 1) !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 20px;
}

.rating1 .card-header {
    border-radius: 15px 15px 0 0 !important;
    background: rgba(0, 158, 255, 0.1) sssssss;
}

#ratings .cards-course .title-course h2 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left !important;
    margin-bottom: 5px;
    color: #000;
}

#ratings .num-rating {
    display: flex;
    margin-bottom: 28px;
    align-items: center;
}

#ratings .num-rating .str-img {
    margin-right: 15px;
}

#ratings .num-rating .str-img i {
    color: rgba(250, 163, 7, 1);
}

#ratings .num-rating .str-img i:last-child {
    color: rgba(45, 47, 49, 1);
}

#ratings .num-rating .str-img2 {
    margin-right: 15px;
}

#ratings .num-rating .str-img2 i {
    color: rgba(250, 163, 7, 1);
}

#ratings .num-rating .str-img2 i:last-child {
    color: rgba(250, 163, 7, 1);
}

#ratings .num-rating .num p {
    margin: 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
}

.review-btn {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(0, 0, 0, 1);
    width: 165px;
    height: 38px;
    margin-bottom: 30px;
}

.review-btn2 {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(0, 0, 0, 1);
    margin-bottom: 30px;
    text-decoration: none;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    padding: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.review-btn a {
    text-decoration: none;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    padding: 10px;
}

.review-btn a img {
    margin-right: 10px;
}

.rating1 .auth {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.rating1 .auth .left {
    display: flex;
    align-items: center;
}

.rating1 .auth .left img {
    margin-right: 15px;
}

.rating1 .auth .left .profile .name {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

.rating1 .auth .left .profile .date {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(84, 84, 84, 1);
    margin: 0;
}

.rating1 .auth .right i {
    color: rgba(250, 163, 7, 1);
}

.rating1 .auth .right i:last-child {
    color: rgba(45, 47, 49, 1);
}

/**/

.rating1 .auth2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.rating1 .auth2 .left {
    display: flex;
    align-items: center;
}

.rating1 .auth2 .left img {
    margin-right: 15px;
}

.rating1 .auth2 .left .profile .name {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0;
}

.rating1 .auth2 .left .profile .date {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(84, 84, 84, 1);
    margin: 0;
}

.rating1 .auth2 .right i {
    color: rgba(250, 163, 7, 1);
}

.rating1 .auth2 .right i:last-child {
    color: rgba(250, 163, 7, 1);
}

.select-file {
    display: block !important;
}

#file-input {
    display: block !important;
}

.displayflex {
    display: flex;
}

/* quiz page */

.comp {
    width: 400px;
    height: 460px;
    margin: 0px 60px 0px 60px;
    gap: 0px;
    border-radius: 30px;
    opacity: 0px;
    background-image: url(quiz/flying.svg);
    background-color: #f5f5f5;
}

.comp-header {
    position: relative;
}

.comp-header .compBtn-close {
    --bs-btn-close-bg: url(quiz/close.svg);
    box-sizing: border-box;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    padding: 0.25em 0.25em;
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
}

.comp-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comp-body img {
    margin-top: 40px;
    width: 162.12px;
    height: 200px;
    gap: 0px;
    opacity: 0px;
}

.comp-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.comp-footer h2 {
    font-family: Poppins;
    font-size: 28px;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: center;
}

.comp-footer p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.comp-footer .comp-btn {
    width: 185px;
    height: 37px;
    gap: 0px;
    border-radius: 34px;
    opacity: 0px;
    background: rgba(63, 105, 255, 1);
}

.comp-footer .comp-btn a {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 22px;
}

.partner {
    display: flex;
    justify-content: flex-start;
}

.partner .text p {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    color: #fff;
    margin: 0 !important;
}

.partner .services {
    /* margin-left: 20px; */
}

.service-partner {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

/* .service-partner .service:hover {
    color: #ffee10;
    box-shadow: 0 0 5px #ffee10;
    text-shadow: 0 0 5px #ffee10;
} */
.play-video a {
    text-decoration: none;
}

.use {
    width: 154px;
    height: 42px;
    border-radius: 1px;
    border: 1px solid rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.use img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.use p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
    text-decoration: none;
}

/* subscribe-modal */

.modal-content {
    /* background-color: rgba(63, 105, 255, 1) !important; */
}

.modal-content3 .modal {
    --bs-modal-header-border-width: 0px;
    --bs-modal-footer-border-width: 0px;
    --bs-modal-width: 900px !important;
}

.subs {
    padding: 0 60px;
}

.modal-content .subs .ques-count p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    /* color: rgba(255, 255, 255, 1); */
}

.modal-content .subs .modal-box {
    width: 380px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
}

.modal-content .subs .modal-box .line {
    width: 100%;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    background-color: #000;
    transform-origin: left;
    animation: grow 4s forwards;
}

.modal-content .subs .text {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    /* color: rgba(255, 255, 255, 1); */
}

.modal-content .subs .text strong {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    text-align: center;
    /* color: rgba(255, 255, 255, 1); */
}

@keyframes grow {
    0% {
        transform: scaleX(0.1);
    }

    25% {
        transform: scaleX(1);
    }
}

.subscribe .modal-footer {
    justify-content: center !important;
}

.subscribe .modal-footer .buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 600px;
}

.subscribe .modal-footer .buttons .subs-btn .para {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    /* color: rgba(255, 255, 255, 1); */
    width: 300px;
    height: 60px;
}

.subscribe .modal-footer .buttons .subs-btn .para strong {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    /* color: rgba(255, 255, 255, 1); */
}

.subscribe .modal-footer .buttons .btn-subs {
    background: rgba(250, 163, 7, 1);
    width: 184px;
    height: 48px;
    border-radius: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
}

/* login signup */

.close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 16px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    border: 1.5px solid rgba(0, 0, 0, 1);
    border-radius: 50px;
    text-align: center;
    padding: 2px;
}

.container .text .heading {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    margin: 0;
}

.container .text p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: rgba(102, 102, 102, 1);
}

.container form .data {
    height: 45px;
    width: 100%;
    margin: 22px 0 10px;
    position: relative;
}

form .data label {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: rgba(102, 102, 102, 1);
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 10px;
    transition: 0.5s;
}

form .data input:focus~label,
form .data input:valid~label {
    top: -12px;
    left: 0;
}

form .data input {
    height: 100%;
    width: 100%;
    padding-left: 10px;
    font-size: 16px;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 5px;
    outline: none;
}

form .forgot-pass {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form .forgot-pass span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #000;
    display: flex;
    gap: 10px;
}

form .forgot-pass a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-decoration: none;
    color: #000;
}

form .btnblueclass {
    margin: 35px 0 10px;
    width: 100%;
    height: 46px;
    border-radius: 10px;
    background: rgba(0, 158, 255, 1);
}

form .btnblueclass button {
    height: 100%;
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
}

form .signup-link {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
    color: rgba(102, 102, 102, 1);
}

form .signup-link a {
    text-decoration: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: #000;
}

form .signup-link a:hover {
    text-decoration: underline;
}

form .other-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.other-linkgoogle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.other-linkgoogle p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: rgba(102, 102, 102, 1);
}

.other-linkgoogle .image {
    width: 86px;
    height: 46px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(217, 217, 217, 1);
}

.other-linkgoogle .image img {
    padding: 10px;
    margin-left: 20px;
}

.terms p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: rgba(102, 102, 102, 1);
}

.terms p strong {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.terms p span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
}

.otp-form {
    margin-top: 30px;
}

.otp-form p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: rgba(102, 102, 102, 1);
}

.otp-form .input-field {
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-form .input-field input {
    width: 46px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid rgba(217, 217, 217, 1);
    outline: none;
    text-align: center;
}

.otp-form .input-field input::-webkit-inner-spin-button,
.otp-form .input-field input::-webkit-outer-spin-button {
    display: none;
}

/* header page */
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-combo {
    width: 100%;
    height: 40px;
    border-radius: 5px;
}

.goog-te-gadget {
    color: #040f1c00;
}

.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
    font-size: 12px;
    font-weight: bold;
    color: #040f1c00;
    text-decoration: none;
    visibility: hidden;
}

#google_translate_element {
    color: transparent;
}

#google_translate_element a {
    display: none;
}

.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon {
    display: none !important;
}

.skiptranslate .skiptranslate {
    display: none !important;
}

#goog-gt-tt {
    display: none !important;
    top: 0px !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-combo {
    width: 100%;
    height: 40px;
    border-radius: 5px;
}

.goog-te-gadget {
    color: #040f1c00;
}

.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
    font-size: 12px;
    font-weight: bold;
    color: #040f1c00;
    text-decoration: none;
    visibility: hidden;
}

.skiptranslate .goog-te-gadget {
    display: none !important;
}

.goog-te-gadget .goog-te-combo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    padding: 0.5rem 1rem;
    cursor: pointer;
    width: 300px;
    color: #fff;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

#google_translate_element {
    float: right;
    text-align: right;
    display: block;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

#goog-gt-tt {
    display: none !important;
    top: 0px !important;
}

.goog-tooltip skiptranslate {
    display: none !important;
    top: 0px !important;
}

.activity-root {
    display: hide !important;
}

.status-message {
    display: hide !important;
}

.started-activity-container {
    display: hide !important;
}

.loginpopup {
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 158, 255, 1);
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
}

.loginpopup span {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: rgba(0, 158, 255, 1);
    text-decoration: none;
}

.sign span {
    border-radius: 25px;
    background: #009eff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    border: #009eff;
}

.glob-btn {
    cursor: pointer;
    max-width: 40px;
    flex: 1 0 40px;
}

form .signup-link span {
    text-decoration: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: #000;
    cursor: pointer;
}

form .forgot-pass span {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.privacycount h2 {
    text-align: center;
    padding: 20px;
    color: rgba(202, 31, 31, 1);
}

.privacyhead {
    padding: 10px 10px 10px 0px;
}

.privacysection {
    padding: 0px 0px 30px 0px;
}

label .error {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: rgb(192 18 18) !important;
}

/* header page end */

.pagination ul li a {
    text-decoration: none;
}

.iaminstcls {
    width: 30px;
}

/**/
.hidden {
    display: none;
}

#payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
}

#payment-form {
    width: 30vw;
    min-width: 500px;
    align-self: center;
    border-radius: 7px;
    padding: 40px;
}

#payment-element {
    margin-bottom: 24px;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}

.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.spinner:before,
.spinner:after {
    position: absolute;
    content: "";
}

.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #5469d4;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #5469d4;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Buttons and links */
.paymentbutton {
    background: #5469d4;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

.paymentbutton:hover {
    filter: contrast(115%);
}

.paymentbutton:disabled {
    opacity: 0.5;
    cursor: default;
}

#stripe-token-handler {
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
    padding: 20px 30px;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
        0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    transform: translateY(0);
    opacity: 1;
    background-color: white;
}

#stripe-token-handler.is-hidden {
    opacity: 0;
    transform: translateY(-80px);
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    /*background-color: white;*/
    padding: 12px 12px;
    border-radius: 4px;
    border: 1px solid #000;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.paymentn1 .reachatext .rightsara span {
    text-decoration: none;
    color: black;
}

/*anshulika*/

.modallg {
    --bs-modal-width: 900px !important;
}

form .btn .btn-save {
    color: white;
    width: 182px;
    height: 48px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 25px;
}

.skiptranslate.goog-te-gadget,
.skiptranslate.goog-te-gadget>div {
    display: inline-block;
}

.dropdownmenumargin {
    margin-left: -72px !important;
}

.dropdown-toggle:hover {
    color: #000;
    background: transparent;
    border-color: #d7d7d8;
}

.dropdown-toggle {
    color: #000;
    background: transparent;
    border-color: #d7d7d8;
}

form .data input:focus~label.error,
form .data input:valid~label.error {
    top: 35px;
    left: -5px;
    color: red;
}

.dropdown-toggle:active {
    color: #000;
    background: transparent;
    border-color: #d7d7d8;
}

/* after-login */
.user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user h3 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0;
}

/**/
.user-info {
    position: relative;
}

.user-info button {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}

.sub-menu-wrap2 {
    z-index: -99999;
    position: absolute;
    top: 100%;
    right: 0;
    width: 260px;
    overflow: hidden;
    border-radius: 5px;
    padding: 0;
    background: transparent;
    opacity: 0;
    visibility: hidden;
}

.sub-menu-wrap2.open-menu {
    z-index: 99999;
    max-height: 400px;
    opacity: 1;
    visibility: visible;
}

.sub-menu-link2 {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #001b24;
}

.sub-menu-link2 p {
    width: 100%;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0;
}

.sub-menu-link2 img {
    width: 40px;
    padding: 8px;
    margin-right: 15px;
}

.sub-menu2 .active {
    font-weight: 600;
    background: rgba(0, 158, 255, 1);
    color: #fff;
}

.sub-menu2 a:hover {
    font-weight: 600;
    background: rgba(0, 158, 255, 1);
    color: #fff;
}

/**/
.sub-menu-wrap {
    z-index: -9999;
    position: absolute;
    top: 160%;
    right: 0;
    width: 260px;
    overflow: hidden;
    border-radius: 5px;
    padding: 10px 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

.sub-menu-wrap.open-menu {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}

.sub-menu-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #001b24;
    padding: 10px;
    gap: 10px;
}

.sub-menu-link svg {
    width: 20px;
    height: 20px;
}

.sub-menu-link span {
    width: 100%;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0;
}

.sub-menu-link img {
    width: 40px;
    padding: 8px;
    margin-right: 15px;
}

.sub-menu .active {
    font-weight: 600;
    background: rgba(0, 158, 255, 1);
    color: #fff;
}

.sub-menu a:hover {
    font-weight: 600;
    background: rgba(0, 158, 255, 1);
    color: #fff;
}

.iti__country-list {
    width: 350px;
}

label.error {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: rgb(192 18 18) !important;
}

.logout-modal .modal-content {
    /* width: 500px; */
    height: 200px;
    border-radius: 20px;
    margin-top: 120px;
}

.logout-modal .modal-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.instructor-curveImg,
.student-curveImg {
    position: absolute;
    margin-left: 24rem;
    border-radius: 20px;
}

.logout-modal .modal-button {
    margin-top: 25px;
}

.logout-modal .modal-body {
    text-align: center;
    margin-top: 2.5rem;
}

.logout-modal .modal-button {
    margin-top: 25px;
}

.logout-modal .btn-cancel {
    font-size: 16px;
    font-weight: 500;
    color: #ca1f1f;
}

.logout-modal .btn-logout {
    font-size: 16px;
    font-weight: 600;
    background-color: #009eff;
    color: #ffffff;
    border-radius: 30px;
    padding: 6px 20px;
}

a {
    text-decoration: none;
}

.userpointer {
    cursor: pointer;
}

/*  */

#languageModalopen {
    --bs-modal-width: 300px !important;
}

#languageModalopen .modal-content {
    background-color: transparent !important;
    border: none;
}

.savechanges {
    color: #fff;
    background: rgba(0, 158, 255, 1);
    border-color: rgba(0, 158, 255, 1);
}

.savechanges:hover {
    color: rgba(0, 158, 255, 1);
    border-color: rgba(0, 158, 255, 1);
}

.parctice-card .card-content1 {
    background: linear-gradient(0deg, #3f69ff 18.75%, #263f99 100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.card-content2 {
    background: linear-gradient(360deg, #78b87a 0%, #355236 100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.card-content3 {
    background: linear-gradient(0deg, #00698a 0%, #001b24 100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.card-content4 {
    background: rgba(229, 0, 110, 1);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.card-content5 {
    background: linear-gradient(360deg, #fdcd3e 0%, #c99909 100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.card-content6 {
    background: linear-gradient(360deg, #00bcd4 0%, #00bcd4 100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.btn6 {
    border: none;
    background: transparent;
    color: rgb(0 188 212);
}

.btn-primary6 {
    --bs-btn-color: rgba(63, 105, 255, 1);
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: none;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-color: none;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.card-content7 {
    background: linear-gradient(360deg, #607d8b 0%, #607d8b 100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.btn7 {
    border: none;
    background: transparent;
    color: rgba(96, 125, 139, 1);
}

.btn-primary7 {
    --bs-btn-color: rgba(96, 125, 139, 1);
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: none;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-color: none;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.card-content8 {
    background: linear-gradient(360deg, #ff5722 0%, #ff5722 100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.btn8 {
    border: none;
    background: transparent;
    color: rgb(255, 87, 34, 1);
}

.btn-primary8 {
    --bs-btn-color: rgb(255, 87, 34, 1);
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: none;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-color: none;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
}


.card-content9 {
    background: linear-gradient(360deg, #4eca2c  0%, #4eca2c  100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.btn9 {
    border: none;
    background: transparent;
    color: rgb(78, 202, 44, 1);
}

.btn-primary9 {
    --bs-btn-color: rgb(78, 202, 44, 1);
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: none;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-color: none;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
}


.card-content10 {
    background: linear-gradient(360deg, #1c32ac   0%, rgb(28, 50, 172)   100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.btn10 {
    border: none;
    background: transparent;
    color: rgb(28, 50, 172, 1);
}

.btn-primary10{
    --bs-btn-color: rgb(28, 50, 172, 1);
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: none;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-color: none;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
}


.card-content11 {
    background: linear-gradient(360deg, #b926b3   0%, #b926b3   100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.btn11 {
    border: none;
    background: transparent;
    color: #b926b3;
}

.btn-primary11{
    --bs-btn-color: #b926b3;
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: none;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-color: none;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.card-content12{
    background: linear-gradient(360deg, #1b8c81d4   0%, #1b8c81d4   100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.btn12 {
    border: none;
    background: transparent;
    color: #1b8c81d4;
}

.btn-primary12{
    --bs-btn-color: #1b8c81d4;
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: none;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-color: none;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.card-content13 {
    background: linear-gradient(360deg, #1d2231d4 0%, #1d4a45d4 100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.btn13 {
    border: none;
    background: transparent;
    color: #1d4a45d4;
}

.btn-primary13{
    --bs-btn-color: #1d4a45d4;
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: none;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-color: none;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
}
.card-content14 {
    background: linear-gradient(360deg, #d3285bd4 0%, #4a1d2d75 100%);
    border-radius: 20px 20px 0 0;
    padding: 15px;
}

.btn14 {
    border: none;
    background: transparent;
    color: #4a1d2d75;
}

.btn-primary14{
    --bs-btn-color: #4a1d2d75;
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: none;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-active-color: none;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: none;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
}
.bordr .hr-line {
    /* width: 161.03px; */
    width: 135px;
    border: 1px solid rgba(255, 255, 255, 1);
}

.bordr .qes {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 10px 0;
    color: rgba(255, 255, 255, 1);
}

/* Contact Us page */

.contact .container {
    max-width: 992px;
}

.contact .header h3 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgb(202 31 31);
    margin: 0;
}

.contact .header p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 1rem !important;
    color: black;
}

.contact-email {
    background: rgba(248, 72, 73, 0.05);
    border: none;
    /* width: 350px; */
    height: 169.17px;
    border-radius: 20px;
}

.contact-email .img {
    float: inline-end;
}

.contact-info .card-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000;
}

.contact .card-body a {
    display: flex;
    align-items: center;
    margin-top: 26%;
    gap: 5px;
}

.contact .card-body a span {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgb(202 31 31);
    border-bottom: 1px solid rgb(202 31 31);
}

.contact-call {
    background: rgba(248, 72, 73, 0.05);
    border: none;
    /* width: 350px; */
    height: 169.17px;
    border-radius: 20px;
}

.contact-call .img {
    float: inline-end;
}

.contact-deal {
    background: rgba(248, 72, 73, 0.05);
    border: none;
    /* width: 350px; */
    height: 169.17px;
    border-radius: 20px;
}

.contact-deal .img {
    float: inline-end;
}

/* contact us */

/* blog */
/* .blogpg .bloghed {
    background: url(../images/blog-bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    padding: 10px 0px 80px;
}
.blogpg .bloghed h1 {
    font-size: 48px;
    line-height: 60px;
    color: #fea100;
    text-transform: uppercase;
    font-weight: 600;
    margin: 70px 0px 80px 0px;
}
.blogpg .bloghed h1 span {
    color: #ffffff;
}

.blogpg .blog-list {
    padding: 0px 0px 40px;
}
.blogpg .blog-list h2:after {
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: #ffffff;
    content: "";
    left: 0px;
    bottom: -8px;
    transition: width 0.9s;
}
.blogpg .blog-list.aos-animate h2:after {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    content: "";
    left: 0px;
    bottom: -8px;
    transition: width 0.9s;
}
.blogpg .blog-list h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
    margin: 0px 0px 15px;
}
.blogpg .blog-list p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.blogpg .blog-list .card {
    box-shadow: 0 15px 30px 5px rgb(0 0 0 / 8%);
    border: 0px;
}

.blogpg .blog-list .card-body {
    border-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.36);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.blogpg .blog-list .card img {
    border-radius: 20px 20px 0px 0px;
    height: 200px;
}
.blogpg .blog-list .card:hover {
    box-shadow: 0 15px 30px 5px rgb(0 0 0 / 16%);
}
.blogpg .blog-list .card .blogpb {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
}
.blogpg .blog-list .card .blogpb p {
    font-size: 14px;
    color: #ef3e00;
    line-height: 24px;
}
.blogpg .blog-list .card .blogpb .fa {
    color: #ef3e00;
    font-size: 16px;
}
.blogpg .blog-list .card .blogpb span {
    color: #000;
    font-size: 14px;
}

.blogpg .blog-list .card .readmor {
    background-color: #ef3e00;
    padding: 8px 15px 8px 15px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    position: relative;
}
.blogpg .blog-list .card .readmor:hover {
    background-color: #2b42c9;
}
.blogpg .blog-list .blogtextma h5 {
    font-size: 20px;
    color: #fea100;
    margin: 30px 0px 0px;
}
.blogpg .blog-list .blogtextma p {
    font-size: 14px;
    line-height: 28px;
}
.blogpg .blog-list .blogtextma h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: #000000;
    margin: 0px 0px 15px;
}
.blogpg .blog-list .blogtextma .card {
    border-radius: 0px;
    padding: 40px 30px;
}
.blogpg .blog-list .blogtextma .card img {
    height: auto;
    margin-bottom: 40px;
}
.blogpg .blog-list .blogtextma .card .pubdate p {
    font-size: 14px;
    color: #ef3e00;
    line-height: 24px;
}
.blogpg .blog-list .blogtextma .card .pubdate .fa {
    color: #ef3e00;
    font-size: 16px;
}
.blogpg .blog-list .blogtextma .card .pubdate p span {
    color: #000;
    font-size: 14px;
    margin-left: 30px;
}
.blogpg .blog-list .relartic .card .subartic {
    border-bottom: 1px solid rgba(151, 151, 151, 0.36);
}
.blogpg .blog-list .relartic .card .subartic h6 {
    font-size: 18px;
    color: #ef3e00;
}
.blogpg .blog-list .relartic .card .subartic p {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    padding-bottom: 8px;
}
.blogpg .blog-list .relartic .card .subartic a {
    font-size: 14px;
    color: #2b42c9;
    line-height: 24px;
    margin-bottom: 20px;
    display: block;
}
.blogpg .blog-list .relartic .card .subartic a:hover {
    color: #ef3e00;
    text-decoration: underline;
}
.blogpg .blog-list .relartic .card .subartic img {
    border-radius: 0px;
    margin-bottom: 15px;
}
.blogpg .blog-list .coment .card {
    border-radius: 0px;
    padding: 40px 30px;
}
.blogpg .blog-list .coment .form-group {
    position: relative;
}
.blogpg .blog-list .coment .card .form-control {
    background-color: transparent;
    font-weight: 400;
    letter-spacing: -0.42px;
    text-align: left;
    color: #000000;
    height: 48px;
    line-height: 48px;
    border-radius: 0px;
    font-size: 14px;
    min-height: 48px;
    margin-bottom: 10px;
    border: 0px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.36);
    padding-left: 0px;
}
.blogpg .blog-list .coment .form-control2 {
    background-color: transparent;
    font-weight: 400;
    letter-spacing: -0.42px;
    text-align: left;
    color: #000000;
    line-height: 22px;
    border-radius: 0px;
    font-size: 14px;
    margin-bottom: 10px;
    border: 1px solid rgba(151, 151, 151, 0.36);
    padding: 15px;
    width: 100%;
    display: block;
    margin-top: 40px;
}
.blogpg .blog-list .coment .btn-primary {
    border-radius: 30px;
    background-color: #ef3e00;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    padding: 0px 46px;
    color: #ffffff;
    border: 0px;
    text-transform: uppercase;
}
.blogpg .blog-list .coment .btn-primary:hover {
    background-color: #222f3f;
}
.blogpg
    .blog-list
    .coment
    .card
    .form-group
    input[type="text"]::-webkit-input-placeholder {
    color: #000000;
}
.blogpg
    .blog-list
    .coment
    .card
    .form-group
    input[type="text"]:-ms-input-placeholder {
    color: #000000;
}
.blogpg .blog-list .coment .card .form-group input[type="text"]::placeholder {
    color: #000000;
}
.blogpg .blog-list .coment h3 {
    font-size: 20px;
    color: #ef3e00;
}
.blogpg .blog-list .coment .auimg {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.blogpg .blog-list .coment a {
    background-color: #2b42c9;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-table;
    text-align: center;
    line-height: 40px;
}
.blogpg .blog-list .coment a:hover {
    background-color: #ef3e00;
}
.blogpg .blog-list .coment a .fa {
    color: #ffffff;
}
.bloghead h3 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgb(202 31 31);
    margin: 0;
} */

.blog_content {
    padding: 80px 0;

    .blog_post {
        padding: 0;
        margin: 0 0 1.5em;
        position: relative;
        background: #eff2f5;

        .post_thumbnail {
            .post_image {
                width: 100%;
            }
        }

        .blog_post_inner {
            padding: 30px;
            margin-bottom: 25px;
            padding-bottom: 0;

            .blog_post_inner_header {
                .meta {
                    a {
                        color: #707887;
                    }

                    display: flex;
                    align-items: center;
                    color: #707887;
                    font-size: 14px;
                    gap: 30px;
                    font-weight: 300;

                    .post_by {

                        display: flex;
                        align-items: center;
                        gap: 10px;
                    }

                    .posted_date {
                        a {
                            display: flex;
                            align-items: center;
                            gap: 10px;

                            p {
                                margin: 0;
                            }
                        }
                    }

                    .comment {
                        display: flex;
                        align-items: center;
                        gap: 10px;
                    }
                }

                .heading {
                    padding-top: 20px;
                    margin-bottom: 20px;

                    a {
                        font-size: 32px;
                        line-height: 44px;
                        font-weight: 500;
                        color: #0e2b5c;
                    }
                }
            }

            .blog_detail_text {
                p {
                    margin-top: 20px;

                }
            }

            .blog_post_inner_content {

                p {
                    color: #707887;
                    font-weight: 300;
                }
            }

            .blog_post_inner_btn {
                width: fit-content;
                padding-bottom: 20px;

                .button {
                    color: #fff;
                    padding: 15px 30px;
                    border-radius: 4px;
                    border-color: #0e2b5c;
                    background: #0e2b5c;
                    cursor: pointer;
                    transition: all .2s ease;
                    font-size: 14px;
                    line-height: 16.8px;
                    letter-spacing: 1.2px;
                    font-weight: 300;
                }
            }
        }

    }

    .tags {
        margin-bottom: 45px;
        padding: 40px;
        position: relative;
        border-radius: 0;
        border: 1px solid #ebeff4;

        .heading {
            font-size: 24px;
            font-weight: 400;
            color: #0e2b5c;
            padding-bottom: 20px;
            line-height: 36px;
            letter-spacing: -.8px;
            text-transform: capitalize;
        }

        .tags_list {
            .tag_link {
                font-size: 15px;
                display: inline-block;
                padding: 4px 14px;
                margin: 3px;
                margin-bottom: 6px;
                transition: all .3s ease-in-out;
                border-radius: 4px;
                background: #0e2b5c;
                color: #fff;
                transition: all .3s ease-in-out;
                font-weight: 300;
            }
        }
    }

    .comments {
        /* margin-top: 45px; */
        padding: 40px;
        position: relative;
        border-radius: 0;
        border: 1px solid #ebeff4;

        .heading {
            font-size: 24px;
            font-weight: 400;
            color: #0e2b5c;
            padding-bottom: 20px;
            line-height: 36px;
            letter-spacing: -.8px;
            text-transform: capitalize;
        }

        ul {
            margin: 0;
            padding: 0;
            list-style: none;

            .recent_comment {
                font-size: 15px;
                line-height: 26px;
                margin-bottom: 15px;
                font-weight: 300;

                .fa-comments {
                    margin-right: 10px;
                }

                a {
                    color: #0e2b5c;
                }

                .comment_link {
                    font-weight: 600;
                    color: #0e2b5c;
                }
            }
        }
    }

    .comments_box {
        .comment_title {
            font-size: 26px;
            font-weight: 600;
            color: #fc5546;
            line-height: 26px;
            margin-bottom: 30px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .comment_checkbox {
            margin-bottom: 1.5em;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .comment_checkbox label:hover {
            color: #000;
        }

        .post_btn {
            border-radius: 5px;
            padding: 16px 25px 16px 25px;
            border: none;
            background: #0e2b5c;
            color: #fff;
            line-height: 1;
            padding: 20px 40px;
            font-size: 14px;
            line-height: 16.8px;
            letter-spacing: 1px;
            transition: all .3s ease-in-out;
        }
    }
}

/* blog */

/* colabration */
.collaborationModal {
    justify-content: center;
}

#collaborationsmodal {
    --bs-modal-width: 900px !important;
}

.collaboration {
    /* width: 796px !important; */
    border-radius: 10px;
    background: rgba(255, 255, 255, 1) !important;
}

.brdr {
    padding: 20px;
}

.collaboration .modal-body {
    display: flex;
    justify-content: space-around;
    padding: 25px;
    border: 1px dashed rgba(202, 31, 31, 1);
    border-radius: 8px;
}

.collaboration .modal-body .content .modal-title span {
    border-bottom: 2px solid rgba(202, 31, 31, 1);
}

.collaboration .modal-body .content p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(102, 102, 102, 1);
}

.collaboration .modal-body .content label {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(102, 102, 102, 1);
}

.collaboration .modal-body .content input {
    /* width: 329px; */
    height: 46px;
    border-radius: 8px;
    border: 1px solid rgba(192, 192, 192, 1);
    padding: 5px 10px;
    outline: none;
}

.collaboration .modal-body .partnerShip {
    width: 300px;
    height: 175.33px;
}

.collaboration .modal-title {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(202, 31, 31, 1);
}

.btn-send img {
    width: 50px;
    height: 50px;
}

/* colabraton */

/* About Us page */
.seller {
    display: flex;
    align-items: center;
    justify-content: center;
}

.seller .leftDiv {
    background: rgba(255, 183, 176, 1);
    width: 650px;
    height: 448px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seller .leftDiv .para p {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.04em;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.aboutus .row {
    --bs-gutter-x: 0rem;
}

.about-sale .box1 {
    background: rgba(255, 190, 225, 1);
    height: 594px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-sale .box1 .title p {
    font-family: Poppins;
    font-size: 54px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.02em;
    text-align: left;
    rotate: -90deg;
}

.about-sale .box2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8%;
}

.about-sale .box2 .text p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.02em;
    text-align: left;
}

.about-sale .box3 {
    background: rgba(246, 101, 84, 1);
    height: 594px;
}

.value {
    display: flex;
}

.pinBar {
    position: relative;
}

.pinBar .pin1 img {
    position: absolute;
    left: 10%;
    top: 5%;
    /* left: 2%;
    top: 5%;
    width: 45%; */
}

.pinBar .pin1 .listing1 {
    position: absolute;
    top: 18%;
    left: 17%;
}

.pinBar .pin1 .listing1 .num p {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(250, 163, 7, 1);
    margin: 0;
}

.pinBar .pin1 .listing1 .text p {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.04em;
    text-align: center;
    color: rgba(84, 84, 84, 1);
    margin: 0;
}

.pinBar .pin2 img {
    position: absolute;
    left: 50%;
    top: 20%;
}

.pinBar .pin2 .listing2 {
    position: absolute;
    top: 30%;
    left: 58%;
}

.pinBar .pin2 .listing2 .num p {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(250, 163, 7, 1);
    margin: 0;
}

.pinBar .pin2 .listing2 .text p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.04em;
    text-align: center;
    color: rgba(84, 84, 84, 1);
    margin: 0;
}

.pinBar .pin3 img {
    position: absolute;
    left: 30%;
    top: 43%;
}

.pinBar .pin3 .listing3 {
    position: absolute;
    top: 60%;
    left: 38%;
}

.pinBar .pin3 .listing3 .num p {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(250, 163, 7, 1);
    margin: 0;
}

.pinBar .pin3 .listing3 .text p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.04em;
    text-align: center;
    color: rgba(84, 84, 84, 1);
    margin: 0;
}

.about-value {
    background: rgba(119, 112, 212, 1);
    padding: 35px;
}

.leftDivabout .para p {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.04em;
    text-align: center;
    margin: 0;
}

.about-value .para p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

/* about us */
.enquiryModal {
    justify-content: center;
}

.enquiry {
    /* width: 1000px !important; */
    border-radius: 10px;
    background: rgba(255, 255, 255, 1) !important;
}

.brdr {
    padding: 20px;
}

.enquiry .modal-body {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    border: 1px dashed rgba(0, 0, 0, 1);
    border-radius: 8px;
}

.enquiry .modal-body .content .modal-title span {
    border-bottom: 2px solid rgba(0, 0, 0, 1);
}

.enquiry .modal-body .content p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(102, 102, 102, 1);
}

.enquiry .modal-body .content label {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 6px;
}

.card-body.testimonicalcardbody p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
}

.enquiry .modal-body .content input {
    /* width: 329px; */
    width: 260px;
    height: 46px;
    border-radius: 8px;
    border: 1px solid rgba(192, 192, 192, 1);
    padding: 5px 10px;
    outline: none;
}

.enquiry .modal-body .partnerShip {
    width: 300px;
    height: 175.33px;
}

.enquiry .modal-title {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.btn-send {
    border: none;
    background-color: transparent;
}

.btn-send img {
    width: 50px;
    height: 50px;
}

input[type="file"] {
    display: none;
}

.upload {
    display: inline-block;
    text-transform: uppercase;
    color: blue;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    user-select: none;
    cursor: pointer;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
}

.upload img {
    margin-right: 15px;
}

#jobenquirysmodal {
    --bs-modal-width: 600px !important;
}

/* carrer */

/* review modal */

.reviewModal {
    justify-content: center;
}

.reviewcls {
    width: 600px !important;
    height: 490px !important;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1) !important;
}

.reviewcls .modal-body {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex: 0;
}

.leave-review {
    width: 476px;
    height: 99px;
    border: 0.5px solid rgba(225, 225, 225, 1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.headerreview {
    width: 476px;
    height: 45px;
    border-radius: 10px 10px 0px 0px;
    border: 0.82px solid rgba(221, 221, 221, 1);
    background: rgba(245, 245, 245, 1);
    padding: 10px 16px;
}

.leave-review .headerreview h3 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
}

.ratingreview {
    display: flex;
    align-items: center;
    padding: 15px;
}

.ratingreview .text p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    margin: 0;
}

.star-widget input {
    display: none;
}

.star-widget label {
    font-size: 20px;
    color: #444;
    padding: 5px;
    float: right;
    transition: all 0.2s ease;
}

input:not(:checked)~label:hover,
input:not(:checked)~label:hover~label {
    color: #fd4;
}

input:checked~label {
    color: #fd4;
}

input#rate-5:checked~label {
    color: #fe7;
    text-shadow: 0 0 20px #952;
}

.feedBack {
    width: 476px;
    height: 159px;
    border-radius: 10px;
    border: 2.5px solid rgba(225, 225, 225, 1);
}

.feedBack .headerreview {
    width: 475px;
    height: 45px;
    border-radius: 10px 10px 0px 0px;
    border: 0.82px solid rgba(221, 221, 221, 1);
    background: rgba(245, 245, 245, 1);
    padding: 10px 15px;
    margin-left: -1px;
}

.feedBack .headerreview h3 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
}

.textareareview textarea {
    width: 476px;
    height: 112px;
    border-radius: 0 0 10px 10px;
    border: none;
    background: transparent;
    outline: none;
    padding: 10px;
}

.btn-cancelreview {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    width: 161px;
    height: 43px;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 1);
    background: #fff;
}

.btn-submitreview {
    background: rgba(255, 193, 7, 1);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    width: 161px;
    height: 43px;
    border-radius: 24px;
    color: rgba(255, 255, 255, 1);
    border: none;
}

/*  */

.aWrap .svg-inline--fa {
    color: white !important;
}

.aWrap {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0px;
    margin: 5px 0;
    border-radius: 10px;
}

.aWrap,
.aWrap * {
    box-sizing: border-box;
}

.aPlay {
    padding: 0;
    margin-right: 10px;
    background: #fff;
    border: 0;
    cursor: pointer;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.aPause {
    padding: 0;
    margin-right: 10px;
    background: #fff;
    border: 0;
    cursor: pointer;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.audio {
    display: flex;
    align-items: center;
    gap: 10px;
}

.aWrap input[type="range"] {
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 369.11px;
    padding: 0;
    margin: 0;
    background: 0;
}

.range,
.range-volume {
    position: relative;
    display: flex;
    align-items: center;
}

.range input,
.range-volume input {
    position: relative;
    z-index: 1;
}

.range .change-range,
.range-volume .change-range {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: 0px;
    background-color: rgb(187, 187, 187);
    border-radius: 10px 0 0 10px;
}

.range-volume .change-range {
    height: 10px;
    width: 95%;
}

.under-ranger {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: 100%;
    background-color: rgb(63, 63, 63);
    border-radius: 10px;
}

.range-volume .under-ranger {
    height: 10px;
}

.aWrap input[type="range"]::-webkit-slider-thumb {
    appearance: none;
}

.aWrap input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
    height: 6px;
    border-radius: 10px;
}

.aWrap input[type="range"]::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    position: relative;
    cursor: pointer;
    margin-top: -5px;
}

.aWrap input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    position: relative;
    cursor: pointer;
    margin-top: -5px;
}

.aVolIco {
    margin: 0 10px;
    cursor: pointer;
}

input.aVolume {
    width: 100px !important;
}

.aVolume::-webkit-slider-runnable-track {
    height: 10px !important;
}

.aVolume::-webkit-slider-thumb {
    margin-top: -3px !important;
}

.aVolume::-moz-range-thumb {
    margin-top: -3px !important;
}

.volume-container {
    display: flex;
    align-items: center;
}

/* for audio */

.music-container {
    padding: 2em 3.8em;
}

/* .img-container {
    position: relative;
    width: 110px;
  }
   
  .img-container::after {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, 50%);
  } */

/* .img-container img {
    border-radius: 50%;
    object-fit: cover;
    height: 7em;
    width: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: -1em;
    animation: rotate 3s linear infinite;
  
    animation-play-state: paused;
  } */

/* TO ROTATE THE IMAGE ALSO UNCOMMENT THE 2 LINES ABOVE */

/* .music-container.play .img-container img {
    animation-play-state: running;
  }
  
  @keyframes rotate {
    from {
      transform: rotate(0deg);
    }
  
    to {
      transform: rotate(360deg);
    }
  } */

.music-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.navigation {
    display: flex;
    align-items: center;
    z-index: 1;
    width: 100%;
}

.action-btn {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    color: #fff;
    font-size: 0.875rem;
    width: 2em;
    cursor: pointer;
    margin: 0 0.5em;
    padding: 0.5em 0.25em;
}

.action-btn.action-btn-big {
    color: #fff;
    font-size: 0.95rem;
}

.action-btn:hover {
    outline: 0;
    color: goldenrod;
}

.speaker {
    margin-right: -1.25em;
    color: #fff;
}

.player_button:focus,
.player_button:hover {
    border-color: #ffc600;
    border-color: blue;
}

*/ .music-info {
    position: absolute;
    top: 0;
    left: 1.25em;
    width: calc(100% - 40px);
    padding: 0.25em 0.5em 0.25em;
    text-align: center;
}

.music-container .music-info {
    opacity: 1;
    width: -webkit-fill-available;
}

.progress-container {
    background: #fff;
    border-radius: 0.55em;
    cursor: pointer;
    margin: 0.5em;
    height: 0.6em;
    width: 100%;
}

.progress {
    background-color: #fe8daa;
    border-radius: 0.25em;
    height: 100%;
    width: 0%;
    transition: width 0.1s linear;
}

.player_slider {
    width: 0.75rem;
    height: 3rem;
}

input[type="range"] {
    border-radius: 8px;
    height: 10px;
    width: 45%;
    margin: 0 20px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    border: 0.2px solid rgba(1, 1, 1, 0);
}

input[type="range"]::-webkit-slider-thumb {
    height: 0.75em;
    width: 1em;
    border-radius: 0.25em;
    background: goldenrod;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4px;
    box-shadow: 0 0 2px rgb(15, 14, 80);
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
    background: #ffffff;
    border-radius: 1.3px;
    border: 0.2px solid rgba(1, 1, 1, 0);
}

input[type="range"]::-moz-range-thumb {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
    height: 12px;
    width: 17px;
    border-radius: 50px;
    background: #fe8daa;
    cursor: pointer;
}

#play {
    padding-left: 30px;
}

.time {
    color: #ffffff;
}

#next,
#prev,
#title {
    display: none;
}

.brdr {
    padding: 20px;
}

.contactcall {
    margin-top: 80px;
}

.enquirycontact {
    /* display: flex; */
    justify-content: space-between;
    padding: 25px;
    border: 1px dashed rgba(0, 0, 0, 1);
    border-radius: 8px;
    /* width: 1000px !important; */
    border-radius: 10px;
    background: rgba(255, 255, 255, 1) !important;
}

.enquiry .content .modal-title span {
    border-bottom: 2px solid rgba(0, 0, 0, 1);
}

.enquirycontact .content p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(102, 102, 102, 1);
}

.enquirycontact .content label {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 6px;
}

.enquirycontact .content input {
    /* width: 325px; */
    height: 46px;
    border-radius: 8px;
    border: 1px solid rgba(192, 192, 192, 1);
    padding: 5px 10px;
    outline: none;
}

.enquiry .partnerShip {
    /* width: 300px; */
    height: 175.33px;
}

.enquirycontact .form-title {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.enquirycontact .form-title span {
    border-bottom: 2px solid rgba(0, 0, 0, 1);
}

.query {
    border-radius: 8px;
    border: 1px solid rgba(192, 192, 192, 1);
    padding: 5px 10px;
    outline: none;
    height: 46px;
}

.contact-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-header h3 {
    font-family: Poppins;
    font-size: 48px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(202, 31, 31, 1);
}

.contact-header p {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(84, 84, 84, 1);
}

.contact-location {
    width: 324px;
    height: 307px;
    border-radius: 20px;
    border: 2px solid rgba(202, 31, 31, 1);
}

.contact-location .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-location .img {
    width: 31.35px;
    height: 40px;
}

.contact-location .card-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(202, 31, 31, 1);
}

.contact-location p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: center;
    width: 222px;
}

.contact-call {
    width: 324px;
    height: 307px;
    border-radius: 20px;
    border: 2px solid rgba(202, 31, 31, 1);
}

.contact-call .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.contact-call .call {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contact-call .email {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contact-call a {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.contact-call .call-img {
    width: 30.53px;
    height: 40px;
}

.contact-call .email-img {
    width: 50.67px;
    height: 40px;
}

.contact-call .card-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(202, 31, 31, 1);
}

.contact-call p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: center;
    width: 222px;
}

#contactrecapcha {
    color: #c21212;
}

.contact-enquiry {
    cursor: pointer;
    width: 324px;
    height: 140px;
    border-radius: 20px;
    border: 2px solid rgba(202, 31, 31, 1);
    margin-bottom: 25px;
}

.contact-enquiry .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.contact-enquiry .card-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(202, 31, 31, 1);
}

.contact-deal {
    cursor: pointer;
    width: 324px;
    height: 140px;
    border-radius: 20px;
    border: 2px solid rgba(202, 31, 31, 1);
}

.contact-deal .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.contact-deal .card-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(202, 31, 31, 1);
}

.service {
    margin: 0px 3px 30px 3px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.paymentbtn {
    display: flex;
    justify-content: center;
    width: 293px;
    height: 45px;
    border-radius: 25px;
    background: #009eff;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    border: #009eff;
}

.logout-modal .modal-body.commingsoon {
    text-align: left;
    margin-top: 0px;
    padding: 0px;
}

.commingsoonimg {
    max-width: 67%;
    width: 100%;
    height: auto;
}

.modal-payment {
    justify-content: center;
}

.payment-content {
    width: 600px;
    height: 414px;
    border-radius: 20px;
    background: #fff !important;
}

.payment-content .modal-header {
    border: none;
}

.payment-content .modal-header .modal-title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    color: rgba(84, 84, 84, 1);
}

/* .btn-close{
border: 1px solid black;
border-radius: 50%;
}
.btn-close:focus {
    box-shadow: none;
} */

.payment-opt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.payment-opt .payment {
    width: 258px;
    height: 67px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(230, 230, 230, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.answerimg {
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.navbar>.container-fluid {
    gap: 10px;
}

.logo_wrap {
    display: flex;
    gap: 10px;
}

.btn {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.02em;
    border-radius: 25px;
    padding: 9px 22px;
}

.btn-primary {
    background: #009eff;
    border-color: #009eff;
}

.rightBox .btn-secondary {
    background: #ffffff;
    border-color: #ffffff;
    color: #009eff;
}

.custom-box {
    border-radius: 20px;
    border: 0.5px solid transparent;
    padding: 40px;
    position: relative;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-rightBox {
    background: #009eff;
}

.custom-leftBox {
    border-color: #bebdbd;
}

.custom-rightBox h2 {
    font-family: Poppins;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
}

.box-content p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #545454;
}

.box-content p,
.box-content h2 {
    margin-bottom: 89px;
}

.custom-rightBox img {
    position: absolute;
    width: 269px;
    bottom: 0;
    right: -43px;
    border-radius: 0 0 25px 0;
    z-index: 1;
}

@media (max-width: 1200px) {
    .btn {
        font-size: 16px;
        line-height: 20px;
    }

    .custom-box {
        padding: 25px;
        height: 300px;
    }

    .custom-rightBox img {
        width: 190px;
    }

    .box-content p,
    .box-content h2 {
        margin-bottom: 50px;
    }

    .custom-rightBox h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .box-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .title .h1 {
        font-size: 25px;
    }

    .cards .card-body h5 {
        font-size: 20px;
    }

    .cards .card-body p {
        font-size: 13px;
    }

    .cards .custom-card-img {
        height: 170px;
        margin-bottom: 1.5rem;
    }
}

.form-control {
    padding: 0.675rem 0.75rem;
}

.navbar-brand {
    margin-right: 0;
}

.custom-logo {
    background-color: #fff;
    padding: 8px;
    border-radius: 10px;
}

.custom-logo img {
    width: 150px;
}

.site-header .header-wrap {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
}

.site-header {
    min-height: 82.44px;
}

.userpointer .glob {
    display: flex;
    position: relative;
}

.glob-btn svg {
    width: 40px;
}

.sub-menu-wrap2 #google_translate_element {
    float: none;
    display: flex;
    max-height: 39px;
}

.sub-menu-wrap2 #google_translate_element>div,
.sub-menu-wrap2 #google_translate_element>div>div {
    width: 100%;
    display: block;
}

.sub-menu2 .goog-te-gadget .goog-te-combo {
    margin: 0;
    width: 100%;
}

/* 13 july */
 .bg-color-1 {
  background: linear-gradient(0deg, #3f69ff 18.75%, #263f99 100%);
}
.bg-color-2 {
  background: linear-gradient(360deg, #78b87a 0%, #355236 100%);
}
.bg-color-3 {
  background: linear-gradient(0deg, #00698a 0%, #001b24 100%);
}
.bg-color-4 {
  background: rgba(229, 0, 110, 1);
}
.bg-color-5 {
  background: linear-gradient(360deg, #fdcd3e 0%, #c99909 100%);
}
.bg-color-6 {
  background: linear-gradient(360deg, #00bcd4 0%, #00bcd4 100%);
}
             .maindiv { display: flex;
    flex-direction: column;
    gap: 16px;
}
             .secmaindiv {
    display: flex
;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
        justify-content: center;
}
.levelname{
        font-family: Poppins;
    font-size: 32px;
    margin: 0px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgb(89 123 255);
  
}
.maincont{  display: flex;
    flex-direction: column;
    gap: 24px;
}
.header h4 {margin: 0px}
/* .parctice-card .box { width: calc(20% - (16px));} */
.btn-primaryquiz{
    border: 1px solid rgba(84, 84, 84, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.qes {
     text-align: center;
    margin: 0px 0px 0px 0px;
    font-weight: 600;
    font-size: 18px;
    color: #ef3e00;
}
.accorText{
        padding: 0px 15px;
    display: flex
;
    flex-direction: column;
    gap: 8px;
}
.accorText p{
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
}
.parctice-card .box {
    display: flex
;
    flex-direction: column;
    gap: 16px;
width: calc(20% - (16px));}

.parctice-card .box .butn {
        padding: 0px 5px;
    margin-bottom: 16px;
}
.parctice-card .box .butn button {

    width: 100%;
    background: #4cad4c;
    color: white;
    border: 0px;
}
   .bordr{
       border-radius: 20px 20px 0 0;
    padding: 15px;
    }

@media (max-width: 767px) {
    .bordr{
            padding: 10px;
    }
               .maindiv {
        gap: 8px;
}
          
.levelname{
      
    font-size: 24px;

}
.maincont{  display: flex;
    flex-direction: column;
    gap: 24px;
}
.header h4 {margin: 0px}
/* .parctice-card .box { width: calc(20% - (16px));} */



.parctice-card .box {
    gap: 12px;
width: calc(100% - (0px));}


}

/*  */

@media (max-width: 1270px) and (min-width: 992px) {
    .search input {
        width: 230px;
    }

    .navbar-brand img {
        width: 100px;
    }

    .custom-logo img {
        width: 100px;
    }

    .sign span,
    .navbar-nav li a,
    .loginpopup span {
        font-size: 14px;
    }

    .site-header {
        min-height: 66.95px;
    }
}

@media (max-width: 991px) {

    .search input,
    form.d-flex {
        width: 100%;
    }

    .search {
        flex: 1;
        margin-bottom: 0.5rem;
    }

    .site-header {
        min-height: 82.44px;
    }

    .buttonmaincls {
        justify-content: flex-start;
    }
}

.languageModalopen.mobile {
    display: none;
}

@media (max-width: 767px) {
    .buttonmaincls {
        flex-direction: row;
        align-items: self-start;
    }

    .loginpopup,
    .sign {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
    }

    .languageModalopen.desktop {
        display: none;
    }

    /* .languageModalopen.desktop,
    .Instructor {
        display: none;
    } */
    .languageModalopen.mobile {
        display: block;
                width: 30px;
        height: 30px;
    }
    .glob-btn svg {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 450px) {
    .logo_wrap img {
        width: 120px;
    }

    .site-header {
        min-height: 73.14px;
    }
}

.btn.btn-link {
    color: #ca1f1f;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
}

.btn.subscriptiondetailsModal {
    padding: 0;
}

.btn-light {
    border: 1px solid #e4e4e4;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    gap: 10px;
    color: #1a0569;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 10px;
    background-color: #ffffff;
}

.row.card-row {
    margin: 0;
    gap: 25px 60px;
}

.box-header h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    margin-bottom: 0;
}

img.imgBlog {
    width: 100%;
}

.draft {
    position: absolute;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 500;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 1200px) {
    .row.card-row {
        gap: 25px 25px;
    }

    .trendcard {
        width: calc(50% - 25px);
    }

    .draft {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .trendcard {
        width: 100%;
    }

    .custom-button_group .btn {
        padding: 5px 8px;
    }

    .navbar-toggler {
        margin-left: auto;
    }
}

.date-range {
    display: flex;
    gap: 10px;
    align-items: center;
}

.custom_card_box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.instructor-dashboard .subscrptn .card {
    width: 200px;
    height: 190px;
    border: none;
    border-radius: 20px;
    padding: 15px 20px;
}

@media (max-width: 600px) {
    .instructor-dashboard .subscrptn .card {
        width: 100%;
    }

    .card-col {
        width: 100%;
    }
}

.prfl.d-flex {
    align-items: center;
    gap: 15px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}

.prfl.d-flex .pr-name p {
    font-size: 14px;
    font-weight: 500;
}

.prfl.d-flex .pr-name span {
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    color: #545454;
}

.stars svg {
    width: 130px;
    height: 22px;
}

.stars {
    margin-left: auto;
}

@media (max-width: 991px) {
    #pills-tabContent .table> :not(caption)>*>* {
        text-wrap: nowrap;
    }
}

@media (max-width: 767px) {

    .user-info button,
    .userpointer,
    .user-info {
        width: 100%;
    }

    .sub-menu-wrap {
        top: 110%;
        width: 100%;
    }

    .user-info button {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}

@media (max-width: 500px) {
    .logo_wrap img {
        width: 120px;
    }

    .navbar-toggler {
        padding: 5px 5px;
    }

    .site-header .navbar {
        padding: 10px 0;
    }
}

@media (max-width: 400px) {
    .logo_wrap img {
        width: 100px;
    }
}

@media (max-width: 350px) {
    .logo_wrap img {
        width: 100px;
    }

    .custom-logo {
        padding: 8px 0;
    }
}

.testimonials .row.card-row {
    gap: 20px 20px;
}

.testimonials .row.card-row .trendcard {
    width: calc(33.3333% - 20px);
}

.Partners-text p {
    font-family: Poppins;
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.parctice-card .box .butn button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media (max-width: 1024px) {
    .testimonials .row.card-row .trendcard {
        width: calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    .testimonials .row.card-row .trendcard {
        width: 100%;
    }

    .custom-rightBox img {
        right: -10px;
    }

    .listBox {
        padding: 0 12px;
    }

    .swiper {
        padding-right: 25px;
        padding-left: 25px;
    }
    .swiper .mySwiper2 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .skill .leftDiv {
        margin-left: auto;
        margin-right: auto;
    }
}

.brow-course {
    gap: 20px;
    display: flex;
    flex-direction: column;
}