﻿
@font-face {
    font-family: 'Satoshi-Black';
    src: url('../fonts/Satoshi-Black.otf') format('opentype');
}
@font-face {
    font-family: 'Satoshi-Bold';
    src: url('../fonts/Satoshi-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'Satoshi-Light';
    src: url('../fonts/Satoshi-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Satoshi-Medium';
    src: url('../fonts/Satoshi-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Satoshi-Regular';
    src: url('../fonts/Satoshi-Regular.otf') format('opentype');
}

html,
body {
    font-family: 'Satoshi-Regular', sans-serif;
    /*font-family: "Quando", serif;*/
    color: #040404;
    scroll-behavior: smooth;
    background: #FAF9F6;
}


a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}
button {
    outline:none !important;
    box-shadow:none !important;
    cursor:pointer;
}

.container-80 {
    max-width: 1400px;
    margin: 0 auto;
    padding:0px 20px;
}

.header_section {
    border-bottom: 1px solid hsla(0, 0%, 92%, 1);
    padding: 10px 0;
}
.header_top {
    display:flex;
    gap:20px;
    align-items:center;
    justify-content:space-between;
}
    .header_top .logo img {
        max-width: 210px;
    }
.nav_card .nav_link {
    color: #040404;
    font-weight: 600;
    font-size: 17px;
    margin-left: 35px;
}
.nav_card .btn_join {
    color: #040404;
    font-weight: 600;
    font-size: 17px;
    margin-left: 35px;
    border: 2px solid #040404;
    border-radius: 6px;
    padding: 10px 30px;
}
.banner_section {
    padding-top:150px;
    padding-bottom:100px;
    position:relative;
}
.banner_section .banner_row {
    display:flex;
    align-items:end;
}
.banner_content {
    padding-right:50px;
}
.banner_content h1 {
    font-family: "Quando", serif;
    background-image: linear-gradient(90deg, #000C40 0%, #607D8B 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 55px;
    line-height: 90px;
}
.banner_content h1 span {
    display:block;
}
    .banner_content h1 span.color_green {
        background-image: linear-gradient(90deg, #02AAB0 0%, #00CDAC 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
.banner_content p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 32px;
}
    .banner_content p span {
        color: #02ACAF;
    }
.banner_btn {
    margin-top:40px;
}
    .banner_btn .buy_btn {
        background: #FB9649;
        border: 2px solid #FB9649;
        padding: 9px 15px;
        border-radius: 6px;
        color: #fff;
        font-size: 17px;
        width: 200px;
        margin-right: 10px;
        display:inline-block;
        text-align:center;
    }
        .banner_btn .buy_btn.download_btn {
            color: #FB9649;
            background: #FAF9F6;
        }

.banner_video_content {
    display:flex;
    align-items:end;
    gap:30px;
    position:relative;
}

    .banner_video_content img.cursor1 {
        position: absolute;
        max-width: 130px;
        top: -150px;
        left: -120px;
        transition:0.4s;
    }
        .banner_video_content img.cursor1:hover {
            transform: rotateZ(45deg);
        }
        .banner_video_content img.cursor2 {
            position: absolute;
            max-width: 130px;
            top: -80px;
            left: 160px;
            transition: 0.4s;
        }
            .banner_video_content img.cursor2:hover {
                transform: translateY(-40px);
            }
    .banner_video_content img.cursor3 {
        position: absolute;
        max-width: 130px;
        top: -180px;
        right: 180px;
        transition: 0.4s;
    }
        .banner_video_content img.cursor3:hover {
            transform: rotate3d(1, 1, 1, 45deg);
        }


.banner_video_content .banner_video_left {
    /*max-width: calc(100% - 150px);*/
    max-width:100%;
    width: 100%;
}
    .banner_video_content .banner_video_right {
        width:120px;
        display:none;
    }
    .banner_video_content .banner_video_left .react-player {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }
    .banner_video_content .banner_video_left video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background: #fff;
    }
.banner_video_right .content_div {
    text-align: center;
    padding: 10px 5px;
    border-bottom: 2px solid #EAEAEA
}
    .banner_video_right .content_div.last_div {
        border-bottom: none;
    }
    .banner_video_right .content_div img {
        max-width: 35px;
    }
    .banner_video_right .content_div p {
        color: #979797;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 6px;
        line-height: 20px;
    }

h2.emp_float {
    color: #E6E5E3;
    font-size:45px;
    font-weight: bold;
    line-height: 60px;
    position: absolute;
    z-index: 0;
    right: 20px;
    top: 10px;
}
    h2.emp_float span {
        display: block;
    }

.career_section {
    background: #0E0E0D;
    padding:80px 0;
}
    .career_section .career_heading h3 {
        background-image: linear-gradient(90deg, #ffffff, #a5a5a5), linear-gradient(90deg, #FFFFFF 0%, #928DAB 100%);
        -webkit-background-clip: text;
        color: transparent;
        text-align: center;
        font-size: 45px;
        font-weight: 900;
        line-height: 70px;
        font-family: 'Satoshi-Bold', sans-serif;
    }
        .career_section .career_heading h3 span.user_name {
            background-image: linear-gradient(0deg, #00C5AC, #00C5AC), linear-gradient(90deg, #00C8AC 0%, #00C5AC 100%);
            -webkit-background-clip: text;
            color: transparent;
        }
        .career_section .career_heading h3 span.break_point {
            display: block;
        }

.power_card img {
    max-width:100%;
    margin:0 auto;
    display:block;
}

#animation .item {
    display: none;
}

    #animation .item.active {
        display: block;
    }

.carousel.animation_slider.fade {
    opacity: 1;
}




    .career_section .career_footer h5 {
        color: #fff;
        margin-bottom: 0;
        text-align: center;
        font-size: 30px;
        font-weight: 800;
        font-family: 'Satoshi-Bold', sans-serif;
    }

.why_section {
    padding: 80px 0;
}

    .why_section .why_heading h3 {
        background-image: linear-gradient(90deg, #1F1C2C, #928DAB), linear-gradient(90deg, #1F1C2C 0%, #928DAB 100%);
        -webkit-background-clip: text;
        color: transparent;
        text-align: center;
        font-size: 45px;
        font-weight: 900;
        line-height: 70px;
        font-family: 'Satoshi-Bold', sans-serif;
    }

        .why_section .why_heading h3 span.user_name {
            background-image: linear-gradient(0deg, #00C5AC, #00C5AC), linear-gradient(90deg, #00C8AC 0%, #00C5AC 100%);
            -webkit-background-clip: text;
            color: transparent;
        }
.row.why_row {
    padding-top: 60px;
    display:flex;
    align-items:center;
}
    .why_section .why_image img {
        max-width: 90%;
    }
.why_box {
    margin:55px 0;
    padding-right:100px;
}
    .why_box h4 {
        border-left: 3px solid #FB9649;
        color: #222222;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 26px;
        font-weight: 900;
        font-family: 'Satoshi-Bold', sans-serif;
        padding-left: 6px;
        margin-bottom: 15px;
    }
.why_box h4 img {
    max-width:50px;
}
    .why_box p {
        color: #222222;
        font-size: 18px;
        line-height: 32px;
    }

.chat_video {
    width: 100%;
    height: 100%
}
    .chat_video video {
        object-fit: cover;
        width: 100%;
        height: 100%;
        background: #333;
    }
.secure_section {
    margin:80px 0;
}
.secure_section .secure_row {
    display:flex;
    align-items:center;
}
.secure_content p {
    margin-top: 20px;
    font-size: 22px;
    line-height: 35px;
    margin: 0;
}
.secure_content p span {
    color: #02ACAF;
}
.secure_content p strong {
    font-family: 'Satoshi-Black', sans-serif;
    font-weight: 800;
}
.secure_content_btn {
    text-align:right;
}
    .secure_content_btn .buy_btn {
        background: #FB9649;
        border: 2px solid #FB9649;
        padding: 9px 15px;
        border-radius: 6px;
        color: #fff;
        font-size: 17px;
        width: 200px;
        display: inline-block;
        text-align: center;
    }


.course_section {
    background: #0E0E0D;
    padding: 80px 0;
}

    .course_section .course_heading h3 {
        color: #fff;
        font-size: 45px;
        font-weight: 900;
        line-height: 70px;
        font-family: 'Satoshi-Bold', sans-serif;
    }

        .course_section .course_heading h3 span.user_name {
            background-image: linear-gradient(0deg, #00C5AC, #00C5AC), linear-gradient(90deg, #00C8AC 0%, #00C5AC 100%);
            -webkit-background-clip: text;
            color: transparent;
        }
    .course_section .course_heading p {
        color: #fff;
        font-size: 20px;
        margin-top: 15px;
    }

#course_slider .item {
    display:none;
}
#course_slider .item.active {
    display:block;
}
.carousel.banner__slider.fade {
    opacity:1;
}
.carousel.banner__slider .carousel-indicators {
    position: relative;
    right: inherit;
    bottom: inherit;
    left: inherit;
    z-index: 9;
    display: block;
    justify-content: inherit;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}
.carousel.banner__slider.fade {
    opacity: 1;
    margin-top: 80px;
}
.slider_row {
    display: flex;
    align-items: start;
}
.course_section .carousel-indicators {
    margin-bottom: 0;
}
    .course_section .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: inherit;
        width: auto;
        height: auto;
        text-indent: inherit;
        background-color: transparent;
        display: block;
        color: #fff;
        cursor: pointer;
        padding: 5px 0px;
        margin: 0;
        max-width: 450px;
        margin-bottom: 50px;
    }
        .course_section .carousel-indicators li::before {
            display: none;
        }
        .course_section .carousel-indicators li::after {
            display: none;
        }
    .course_section .carousel-indicators .active {
        background-color: transparent;
    }

    .course_section .carousel-indicators li h4 {
        font-family: "Quando", serif;
        color: #fff;
        font-size: 30px;
        line-height: 40px;
    }
    .course_section .carousel-indicators .active h4 {
        background-image: linear-gradient(90deg, #00F5A0 0%, #00D9F5 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
.course_box {
    padding-left:100px;
}
.course_box img {
    max-width: 100%;
    margin-bottom:20px;
}
    .course_box p {
        color: #fff;
        font-size: 20px;
        line-height: 35px;
    }
.module_section {
    padding:80px 0;
}
.module_section .curr_heading h3 {
    background-image: linear-gradient(90deg, #1F1C2C, #928DAB), linear-gradient(90deg, #1F1C2C 0%, #928DAB 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 45px;
    font-weight: 900;
    line-height: 70px;
    font-family: 'Satoshi-Bold', sans-serif;
}
.module_section .curr_row {
    display: flex;
    align-items: center;
    margin-top:40px;
}
.module_section .curr_content p {
    font-size: 22px;
    line-height: 35px;
    margin: 0;
}
    .module_section .curr_content p span {
        color: #02ACAF;
    }
.curr_content_btn {
    text-align: right;
}
    .curr_content_btn .buy_btn {
        background: #fff;
        border: 2px solid #FB9649;
        padding: 9px 15px;
        border-radius: 6px;
        color: #FB9649;
        font-size: 17px;
        width: 200px;
    }



.accordion-item {
    border-bottom: none;
    overflow: hidden;
    margin-top: 40px;
    border: 1px solid #EAEAEA;
    background: #fff;
    border-radius: 14px;
}
.accordion-title {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: #222;
    position: relative;
    transition:0.4s;

}


.accordion-content {
    padding: 15px;
    display: none;
    background-color: #fff;
    color: #333;
    transition: max-height 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.accordion-title:hover {
    background: #d1cbff;
    color: #6A56FF !important;
}

.accordion-item.active .accordion-content {
    display: block;
    padding-top: 0;
    padding-bottom: 15px;
    padding: 5px 25px;
    border-top: 1px solid #EAEAEA;
    margin: 0px 25px;
    padding-left: 50px;
}
.accordion-title h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: calc(100% - 140px);
    width: 100%;
}
.accordion-title h6 {
    background: #d1cbff;
    color: #6A56FF;
    margin: 0;
    font-size: 16px;
    padding: 10px 5px;
    border-radius: 6px;
    font-weight: 600;
    width: 110px;
    text-align: center;
}
.accordion-title h4 img {
    max-width: 35px;
    transition:0.4s;
}
.accordion-item.active .accordion-title h4 img {
    transform:rotate(90deg);
}
.answer_box {
    margin: 40px 0;
}
    .answer_box .answer_heading {
        display: flex;
        gap: 20px;
        align-items: center;
    }
        .answer_box .answer_heading h5 {
            display: flex;
            gap: 15px;
            align-items: center;
            color: #222222;
            font-size: 23px;
            font-weight: 800;
            margin:0;
        }
            .answer_box .answer_heading h5 img {
                max-width:45px;
            }
        .answer_box .answer_heading h6 {
            background: #32C99733;
            color: #32C997;
            margin: 0;
            font-size: 18px;
            padding: 10px;
            border-radius: 4px;
            width: 170px;
            text-align: center;
        }
    .answer_box p {
        color: #313131;
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 20px;
        line-height: 30px;
    }
.answer_box_op {
    opacity: 0.6;
}
.mentor_section {
    background: #0E0E0D;
    padding:80px 0;
}
    .mentor_section .mentor_heading h3 {
        background-image: linear-gradient(92deg, #ffffff, #928DAB), linear-gradient(91.64deg, rgba(127, 124, 138, 0.6) -0.01%, rgba(146, 141, 171, 0.6) 98.61%);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 45px;
        font-weight: 900;
        line-height: 70px;
        text-align:center;
        font-family: 'Satoshi-Bold', sans-serif;
    }
        .mentor_section .mentor_heading h3 span {
            background-image: linear-gradient(0deg, #00C5AC, #00C5AC), linear-gradient(90deg, #00C8AC 0%, #00C5AC 100%);
            -webkit-background-clip: text;
            color: transparent;
        }

.mentor_video {
    margin:0 auto;
    max-width:1200px;
    margin-top: 40px;
}
.mentor_video iframe {
    border-radius: 20px;
}
    .mentor_video p {
        color: #fff;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
        padding: 0 100px;
        margin-top: 50px;
    }

.feedback_card {
    border-top: 1px solid #646464;
    margin-top: 60px;
    padding-top: 60px;
}
    .feedback_card h3 {
        background-image: linear-gradient(92deg, #ffffff, #928DAB), linear-gradient(91.64deg, rgba(127, 124, 138, 0.6) -0.01%, rgba(146, 141, 171, 0.6) 98.61%);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 45px;
        font-weight: 900;
        line-height: 70px;
        text-align: center;
        margin-bottom:60px;
        font-family: 'Satoshi-Bold', sans-serif;
    }

.feedback_box {
    background: #24232A;
    border-radius: 40px;
    padding: 45px;
    margin-bottom: 40px;
    min-height: 320px;
}
    .feedback_box p {
        color: #fff;
        font-size: 17px;
        line-height: 28px;
    }
    .feedback_box h6 {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 20px;
        color: #919191;
        font-weight: 900;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .feedback_box h6 img {
        max-width:60px;
    }

.benefits_section {
    padding:80px 0;
}
    .benefits_section .benefits_heading h3 {
        background-image: linear-gradient(90deg, #1F1C2C, #928DAB), linear-gradient(90deg, #1F1C2C 0%, #928DAB 100%);
        -webkit-background-clip: text;
        color: transparent;
        text-align: center;
        font-size: 45px;
        font-weight: 900;
        line-height: 70px;
        font-family: 'Satoshi-Bold', sans-serif;
    }
        .benefits_section .benefits_heading h3 span {
            background-image: linear-gradient(0deg, #00C5AC, #00C5AC), linear-gradient(90deg, #00C8AC 0%, #00C5AC 100%);
            -webkit-background-clip: text;
            color: transparent;
        }
.benefits_row {
    margin-top:70px;
}
.benefits_box {
    padding: 0px 30px;
}
.benefits_box h4 {
    border-left: 3px solid #FB9649;
    color: #222222;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 26px;
    font-weight: 900;
    font-family: 'Satoshi-Bold', sans-serif;
    padding-left: 6px;
    margin-bottom: 15px;
}
    .benefits_box h4 img {
        max-width: 50px;
    }
.benefits_box p {
    color: #222222;
    font-size: 18px;
    line-height: 32px;
}
.certificate_section {
    padding: 80px 0;
    background: #0E0E0D;
}
    .certificate_section .certificate_heading h3 {
        background-image: linear-gradient(92deg, #ffffff, #928DAB), linear-gradient(91.64deg, rgba(127, 124, 138, 0.6) -0.01%, rgba(146, 141, 171, 0.6) 98.61%);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 45px;
        font-weight: 900;
        line-height: 70px;
        margin-bottom: 40px;
        font-family: 'Satoshi-Bold', sans-serif;
    }
.certificate_section .certificate_heading h3 span {
    display:block;
}
.certificate_row {
    display:flex;
    align-items:center;
}
.certificate_img img {
    max-width:100%;
}
.certificate_content {
    padding-left:120px;
}
    .certificate_content p {
        color: #fff;
        font-size: 22px;
        font-weight: 100;
        line-height: 45px;
        font-family: 'Satoshi-Light', sans-serif;
    }
    .certificate_content p span {
        background-image: linear-gradient(0deg, #00C5AC, #00C5AC), linear-gradient(90deg, #00C8AC 0%, #00C5AC 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
.sign_btn {
    background:none;
    border: 2px solid #fff;
    padding: 9px 15px;
    border-radius: 6px;
    color: #fff !important;
    font-size: 17px;
    width: 100%;
    margin-top:20px;
    display:inline-block;
    text-align:center;
}

.bonus_section {
    padding:80px 0;
}
.bonus_heading h3 {
    background-image: linear-gradient(90deg, #1F1C2C, #928DAB), linear-gradient(90deg, #1F1C2C 0%, #928DAB 100%);
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    line-height: 70px;
    margin-bottom:40px;
    font-family: 'Satoshi-Bold', sans-serif;
}
    .bonus_heading h3 span.user_name {
        background-image: linear-gradient(0deg, #00C5AC, #00C5AC), linear-gradient(90deg, #00C8AC 0%, #00C5AC 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
.bonus_heading h3 span.break_point {
    display: block;
}
.bonus_card {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #EAEAEA;
    background: #fff;
    min-height: 570px;
}
.bonus_card img {
    max-width:100%;
}
    .bonus_card h5 {
        color: #222222;
        font-size: 26px;
        margin-top: 15px;
        font-weight: 800;
    }
    .bonus_card p {
        color: #222222;
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 18px;
        line-height: 30px;
    }

.price_section {
    background: #0E0E0D;
    padding:80px 0;
}
    .price_section .price_heading h3 {
        background-image: linear-gradient(92deg, #ffffff, #928DAB), linear-gradient(91.64deg, rgba(127, 124, 138, 0.6) -0.01%, rgba(146, 141, 171, 0.6) 98.61%);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 45px;
        font-weight: 900;
        line-height: 70px;
        text-align:center;
        margin-bottom: 40px;
        font-family: 'Satoshi-Bold', sans-serif;
    }
        .price_section .price_heading h3 span {
            background-image: linear-gradient(0deg, #00C5AC, #00C5AC), linear-gradient(90deg, #00C8AC 0%, #00C5AC 100%);
            -webkit-background-clip: text;
            color: transparent;
        }

    .price_section .price_card {
        border: 2px solid transparent;
        border-image: linear-gradient(98.24deg, #6DDCFF 0%, #7F60F9 100%);
        border-image-slice: 1;
        background: #18181B;
        border-radius: 0px;
        padding: 30px;
        max-width: 650px;
        margin: 0 auto;
    }
        .price_section .price_card h4 {
            color: #fff;
            display: flex;
            gap: 20px;
            font-size: 35px;
            align-items: center;
            justify-content: space-between;
            font-weight: 500;
        }
.price_box {
    border-bottom: 1px solid #27272A;
    display:flex;
    align-items:start;
    margin-bottom:15px;
    gap:70px;
    justify-content:space-between;
}
.price_right {
    text-align: right;
    color: #fff;
}
    .price_right h6 {
        font-size: 24px;
    }
    .price_right h6 span {
        text-decoration:line-through;
    }
    .price_right h5 {
        font-size: 45px;
        font-weight: 600;
    }
        .price_right h5 span {
            font-size: 16px;
            margin-left: 5px;
        }
        .price_section .price_card h4 span {
            font-family: 'Satoshi-Bold', sans-serif;
            font-size: 45px;
        }
        .price_section .price_card p {
            color: #A1A1AA;
            font-size: 15px;
        }
        .price_section .price_card .buy_btn {
            background: linear-gradient(90deg, #0A9D94 0%, #05C397 100%);
            border: 1px solid transparent;
            border-image: linear-gradient(98.24deg, #6DDCFF 0%, #7F60F9 100%);
            border-image-slice: 1;
            padding: 9px 15px;
            border-radius: 0px;
            color: #fff;
            font-size: 17px;
            width: 100%;
            margin-top: 10px;
            display:inline-block;
            text-align:center;
        }


.faq_section {
    padding: 80px 0;
}

    .faq_section .faq_heading h3 {
        background-image: linear-gradient(90deg, #1F1C2C, #928DAB), linear-gradient(90deg, #1F1C2C 0%, #928DAB 100%);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 45px;
        font-weight: 900;
        line-height: 70px;
        font-family: 'Satoshi-Bold', sans-serif;
    }
    .faq_section .faq_heading h3 span.user_name {
        background-image: linear-gradient(0deg, #00C5AC, #00C5AC), linear-gradient(90deg, #00C8AC 0%, #00C5AC 100%);
        -webkit-background-clip: text;
        color: transparent;
    }
        .faq_section .faq_heading  h3 span.break_point {
            display: block;
        }
.answer_box2 {
    margin-top: 15px;
}
.answer_box2 p {
    font-size:18px;
}
footer {
    background: #0E0E0D;
    padding:20px 0;
}
.footer_section {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.footer_section .footer_logo img {
    max-width:140px;
}
.copy_right p {
    color: #fff;
    margin: 0;
    font-size: 15px;
}
.social_media a {
    margin-left:25px;
    color:#fff;
    font-size:17px;
}
.accordion-item.active .accordion-title:hover {
    background:none !important;
    color: #222 !important;
}
.banner_btn.banner_mob {
    display:none;
}

#carousel-test {
    display:none;
}
#carousel-test .item {
    display: none;
}

    #carousel-test .item.active {
        display: block;
    }
#carousel-test .carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 100%;
}
#carousel-test .carousel-indicators {
    bottom: -10px;
}
#carousel-test .feedback_box {
    min-height: auto;
}

.course_anim {
    padding:40px 25px;
    margin-top:40px;
    border: 2px solid #8A8A8A;
    border-bottom: none;
    background: #0E0E0D;
    border-radius:40px 40px 0px 0px;
    display:none;
}
    .course_anim h4 {
        font-family: "Quando", serif;
        background-image: linear-gradient(90deg, #00F5A0 0%, #00D9F5 100%);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 30px;
        line-height: 40px;
    }
    .course_anim img {
        max-width:100%;
    }
    .course_anim p {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        margin:30px 0;
    }

.chat_video_mob, .ani_video_mob {
    display: none;
}
.embed-responsive-9by16::before {
    padding-top: 175%;
}
.mentor_video {
    position: relative;
}
#language_hindi {
    display: none;
}

.dropdown_audio {
    position:absolute;
    right:20px;
    top:20px;
    z-index:9;
}
.dropdown-menu {
    z-index: 9;
    display: none;
    width: 173px;
    padding-bottom: 0;
}

.audio_btn {
    display:flex;
    gap:15px;
    margin:30px 0;
    margin-bottom:10px;
    align-items:center;
    justify-content:center;
}
    .audio_btn h6 {
        width: 130px;
        margin: 0;
        border-radius: 4px;
        border: 2px solid #fff;
        color: #fff;
        cursor: pointer;
        font-size: 17px;
        text-align: center;
        padding: 7px 5px;
    }

#name_popup {
    background-color: rgb(0 0 0 / 50%);
    padding: 30px !important;
}
    #name_popup .modal-dialog {
        display: flex;
        margin: 0 auto;
        padding: 10px;
        width: auto;
        max-width: 600px;
        flex-direction: column;
        justify-content: center;
        min-height: calc(100vh - 60px);
    }
    #name_popup .modal-content {
        border-radius: 10px;
    }

    #name_popup .modal-body {
        padding: 30px;
        text-align:center;
    }
      
        #name_popup .modal-body .popup_space {
            padding-left: 200px;
            padding-top: 100px;
            z-index: 9;
            position: relative;
        }
            #name_popup .modal-body .popup_space img {
                max-width: 450px;
                position: absolute;
                left: 0;
                top: 0;
                z-index: -1;
            }

                #name_popup .modal-body .popup_space img.robot_mob {
                    display:none;
                }





                #name_popup .modal-body p {
                    font-size: 18px;
                    margin-top: 20px;
                    color: #101828;
                    font-weight: 800;
                }
        #name_popup .modal-body .form-control {
            font-size: 17px;
            text-align: center;
            padding: 5px;
            border-radius: 8px;
            border: 1px solid #EAEAEA;
            height: 50px;
            box-shadow: 0px 1px 2px 0px #1018280D;
            margin-top: 25px;
        }
.explore_btn {
    background: #FB9649;
    border: 1px solid #FB9649;
    box-shadow: 0px 1px 2px 0px #1018280D !important;
    font-size: 17px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-weight: 500;
    border-radius: 8px;
    margin-top: 5px;
}
#bottom_top {
    position: fixed;
    bottom: 120px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#bottom_top img {
    max-width:50px;
}
    #bottom_top.show {
        opacity: 1;
        visibility: visible;
    }
#download_brochure, #ccm_pop {
    background-color: rgb(0 0 0 / 50%);
    padding: 30px !important;
}

    #download_brochure .modal-dialog {
        display: flex;
        margin: 0 auto;
        padding: 10px;
        width: auto;
        max-width: 450px;
        flex-direction: column;
        justify-content: center;
        min-height: calc(100vh - 60px);
    }

    #download_brochure .modal-content, #ccm_pop .modal-content {
        border-radius: 10px;
    }

    #download_brochure .modal-body, #ccm_pop .modal-body {
        padding: 30px;
        padding-top: 40px;
    }
        #download_brochure .modal-body label, #ccm_pop .modal-body label {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            margin-top: 5px;
        }
        #download_brochure .modal-body .form-control, #ccm_pop .modal-body .form-control {
            font-size: 17px;
            padding: 5px;
            border-radius: 8px;
            border: 1px solid #EAEAEA;
            height: 50px;
            box-shadow: 0px 1px 2px 0px #1018280D;
        }
            #download_brochure .modal-body .form-group span {
                font-size:14px;
            }

    #download_brochure .explore_btn, .btn_submit_popup {
        background: #FB9649;
        border: 1px solid #FB9649;
        box-shadow: 0px 1px 2px 0px #1018280D !important;
        font-size: 17px;
        color: #fff;
        text-align: center;
        width: 100%;
        padding: 10px;
        font-weight: 500;
        border-radius: 8px;
        margin-top: 5px;
        cursor: pointer;
    }
    #download_brochure button.close {
        z-index: 99999;
        position: absolute;
        opacity: 1;
        right: 15px;
        top: 8px;
    }
        #download_brochure button.close img {
            max-width: 22px;
            background: #E5E5E5;
            border-radius: 100%;
            padding: 4px;
        }


    #download_brochure button.close, #ccm_pop button.close {
        z-index: 99999;
        position: absolute;
        opacity: 1;
        right: 15px;
        top: 8px;
    }

        #download_brochure button.close img, #ccm_pop button.close img {
            max-width: 22px;
            background: #E5E5E5;
            border-radius: 100%;
            padding: 4px;
        }

    #ccm_pop .modal-dialog {
        display: flex;
        margin: 0 auto;
        padding: 10px;
        width: auto;
        max-width: 700px;
        flex-direction: column;
        justify-content: center;
        min-height: calc(100vh - 60px);
    }
.form_box h4 {
    margin-bottom: 40px;
}

#chapter_1 {
    cursor:pointer;
}
#free_chapter {
    background-color: rgb(0 0 0 / 50%);
    padding: 30px !important;
}

#free_chapter .modal-dialog {
    display: flex;
    margin: 0 auto;
    padding: 10px;
    width: auto;
    max-width: 1000px;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 60px);
}

#free_chapter .modal-content {
    border-radius: 10px;
}

#free_chapter .modal-body {
    padding: 10px;
    text-align: center;
}
#free_chapter button.close {
    z-index: 99999;
    position: absolute;
    opacity: 1;
    right: 20px;
    top: 20px;
}

    #free_chapter button.close img {
        max-width: 28px;
        background: #ebebeb;
        padding: 6px;
        border-radius: 100%;
    }
.modal-backdrop {
    background-color: transparent;
}

.content_section {
    margin-top: 100px;
}

    .content_section .content_div {
        padding: 25px;
        border-radius: 8px;
        background: #FCF6F4;
    }
        .content_section .content_div img {
            max-width: 45px;
        }
        .content_section .content_div p {
            color: #424241;
            margin-bottom: 0;
            margin-top: 10px;
            font-size: 20px;
        }


.timer_footer {
    background: #333;
    padding: 6px 0;
    color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 99;
}

.header_timer {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

    .header_timer p {
        margin: 0;
        font-size: 15px;
    }

.header__timer_2 span small {
    color: #ff783d;
    font-size: 20px;
    font-weight: 600;
}

    .header__timer_2 span small span {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        margin-left: 2px;
        margin-right: 5px;
    }

@media(max-width:1500px) {
    .banner_video_content img.cursor3 {
        right:280px;
    }
    .container-80 {
        max-width: 1300px;
        margin: 0 auto;
        padding: 0px 20px;
    }
}

@media(max-width:1400px) {
    .container-80 {
        padding: 0px 50px;
    }
    .banner_section {
        padding-top: 120px;
    }
    .banner_content h1 {
        font-size: 45px;
        line-height: 80px;
    }
    .banner_video_content img.cursor1, .banner_video_content img.cursor2, .banner_video_content img.cursor3 {
        max-width:110px;
    }
    h2.emp_float {
        font-size: 35px;
        line-height: 50px;
    }
    .banner_btn .buy_btn {
        padding: 9px 10px;
        width: 180px;
        margin-right: 5px;
    }
    .header_top .logo img {
        max-width: 170px;
    }
    .feedback_box {
        min-height: 360px;
    }
}

@media(max-width:1200px) {
    .container-80 {
        padding: 0px 30px;
    }

    .banner_video_right .content_div p {
        font-size: 14px;
        margin-top: 5px;
        line-height: 18px;
    }

    .banner_video_right .content_div {
        padding: 5px 5px;
    }

        .banner_video_right .content_div img {
            max-width: 30px;
        }

    .banner_video_content .banner_video_right {
        width: 90px;
    }

    .banner_video_content {
        gap: 10px;
    }

        .banner_video_content .banner_video_left {
            max-width: calc(100% - 100px);
        }

    .banner_content h1 {
        font-size: 37px;
        line-height: 70px;
    }

    .banner_content p {
        margin-top: 10px;
        font-size: 17px;
        line-height: 30px;
    }

    .banner_btn {
        margin-top: 30px;
    }

        .banner_btn .buy_btn {
            padding: 9px 5px;
            width: 150px;
            margin-right: 5px;
            font-size: 15px;
        }

    h2.emp_float {
        font-size: 30px;
        line-height: 45px;
    }

    .banner_video_content img.cursor3 {
        right: 160px;
    }

    .banner_video_content img.cursor2 {
        left: 90px;
    }

    .banner_section {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .carousel-indicators li h4 {
        font-size: 25px;
    }

    .mentor_video p {
        font-size: 18px;
        line-height: 30px;
        padding: 0 60px;
    }
    .feedback_box {
        padding: 25px;
    }
        .feedback_box p {
            font-size: 16px;
        }
    .faq_section .faq_heading h3, .price_section .price_heading h3, .bonus_heading h3, .certificate_section .certificate_heading h3, .benefits_section .benefits_heading h3, .feedback_card h3, .career_section .career_heading h3, .why_section .why_heading h3, .course_section .course_heading h3, .module_section .curr_heading h3, .mentor_section .mentor_heading h3 {
        font-size: 35px;
        line-height: 60px;
    }

    .faq_section, .price_section, .bonus_section, .career_section, .why_section, .course_section, .module_section, .mentor_section, .benefits_section, .certificate_section {
        padding: 50px 0;
    }
    .bonus_card {
        padding: 10px;
        border-radius: 10px;
        min-height: 490px;
    }
    .bonus_card p {
        font-size: 17px;
        line-height: 28px;
    }
    .bonus_card h5 {
        font-size: 22px;
    }
    .benefits_box {
        padding: 0px 15px;
    }
        .benefits_box h4 {
            font-size: 22px;
        }
            .benefits_box h4 img {
                max-width: 40px;
            }
    .benefits_box p {
        color: #222222;
        font-size: 16px;
        line-height: 30px;
    }
    .why_box {
        margin: 40px 0;
        padding-right: 0;
    }
    .certificate_content {
        padding-left: 0;
    }
        .why_box p {
            color: #222222;
            font-size: 17px;
            line-height: 28px;
        }

        .why_box h4 img {
            max-width: 40px;
        }

        .why_box h4 {
            font-size: 22px;
        }

    .row.why_row {
        padding-top: 10px;
    }

    .carousel-indicators li {
        max-width: 410px;
        margin-bottom: 30px;
    }

    .course_box {
        padding-left: 0;
    }
        .course_box p, .course_section .course_heading p {
            font-size: 18px;
            line-height: 30px;
        }
    .secure_content p, .module_section .curr_content p {
        font-size: 20px;
    }
    .certificate_content p {
        font-size: 20px;
        line-height: 35px;
    }
    .content_section .content_div {
        padding: 15px;
    }
        .content_section .content_div p {
            font-size: 18px;
        }
}

@media(max-width:991px) {
    .content_section .content_div {
        padding: 7px;
    }
    .content_section {
        margin-top: 50px;
    }
        .content_section .content_div p {
            font-size: 14px;
        }
    .banner_content {
        padding-right:0;
    }
        .banner_content h1 {
            font-size: 50px;
            line-height: 80px;
        }
    .banner_btn.banner_mob {
        display: block;
    }
    .banner_btn.banner_desk, .banner_video_content img.cursor2 {
        display: none;
    }
    .banner_video_content {
        display: block;
    }
        .banner_video_content .banner_video_left {
            max-width: 100%;
            margin: 20px 0;
        }
        .banner_video_content .banner_video_right {
            width: 100%;
            display:block;
        }
    .banner_video_right .content_div {
        padding: 0;
        text-align: left;
        border: none;
        margin: 20px 0;
    }
        .banner_video_right .content_div img {
            max-width: 40px;
        }
        .banner_video_right .content_div p {
            font-size: 16px;
        }
    h2.emp_float {
        font-size: 28px;
        line-height: 40px;
        top: inherit;
        bottom: 270px;
        opacity: 0.6;
    }
    .banner_btn .buy_btn {
        width: 220px;
        font-size: 17px;
    }
    .banner_section {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .banner_video_content img.cursor1 {
        top: -370px;
        left: inherit;
        right: 50px;
    }
    .banner_video_content img.cursor3 {
        right: inherit;
        position: relative;
        top: inherit;
        margin-bottom: 20px;
    }
    .career_section .career_footer h5 {
        font-size:20px;
    }
    .why_section .why_image img {
        max-width: 100%;
    }
    .why_box h4 img {
        max-width: 35px;
    }
    .why_box {
        margin: 25px 0;
    }
        .why_box h4 {
            font-size: 20px;
            margin-bottom:5px;
        }
        .why_box p {
            font-size: 16px;
            line-height: 28px;
        }
    .secure_content p, .module_section .curr_content p {
        font-size: 18px;
        line-height: 30px;
    }
    .secure_section {
        margin: 50px 0;
    }
    .carousel-indicators li h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .benefits_box {
        padding: 0;
        margin-top: 30px;
    }
    .benefits_row {
        margin-top: 20px;
    }
    .bonus_card h5 {
        font-size: 18px;
    }
    .bonus_card p {
        font-size: 16px;
        line-height: 25px;
    }
    .bonus_card {
        padding: 7px;
        min-height: 470px;
    }
    .nav_card .nav_link {
        display:none;
    }
}

@media(max-width:767px) {
    .content_section {
        display:none;
    }
    .header_top .logo img {
        max-width: 140px;
    }
    .nav_card .btn_join {
        font-size: 15px;
        margin-left: 0;
        border-radius: 5px;
        padding: 8px 20px;
    }
    .faq_section .faq_heading h3, .price_section .price_heading h3, .bonus_heading h3, .certificate_section .certificate_heading h3, .benefits_section .benefits_heading h3, .feedback_card h3, .career_section .career_heading h3, .why_section .why_heading h3, .course_section .course_heading h3, .module_section .curr_heading h3, .mentor_section .mentor_heading h3 {
        font-size: 30px;
        line-height: 45px;
        text-align:left;
    }
    .why_section .why_image img {
        max-width: 100%;
        margin: 20px 0;
    }
    .why_box {
        margin: 0;
        margin-top: 40px;
    }
    .course_slider {
        display:none;
    }
    .secure_content_btn .buy_btn, .curr_content_btn .buy_btn {
        width: 100%;
        font-size: 16px;
        margin-top: 20px;
    }
    .secure_content p, .module_section .curr_content p {
        font-size: 17px;
        line-height: 28px;
    }
    .module_section .curr_row {
        margin-top: 20px;
    }
    .accordion-title {
        padding: 10px 10px;
        align-items: start;
    }
        .accordion-title h4 {
            font-size: 18px;
            align-items: start;
            line-height: 26px;
            gap: 10px;
        }
        .accordion-title h6 {
            font-size: 14px;
            border-radius: 4px;
            width: 90px;
        }
    .answer_box .answer_heading h5 {
        align-items: start;
        font-size: 17px;
        line-height: 25px;
        max-width: calc(100% - 140px);
        width: 100%;
    }
        .answer_box .answer_heading h5 img {
            max-width: 30px;
        }
    .answer_box .answer_heading h6 {
        font-size: 15px;
        padding: 8px 5px;
        width: 120px;
    }
    .answer_box .answer_heading {
        align-items:start;
    }
    .accordion-item.active .accordion-content {
        padding: 0;
        margin: 0px 10px;
    }
    .answer_box p {
        font-size: 16px;
        margin-top: 15px;
        line-height: 25px;
    }
    .answer_box {
        margin: 30px 0;
    }
    .accordion-title h4 img {
        max-width: 25px;
    }
    .accordion-item {
        margin-top: 30px;
        border-radius: 12px;
    }
    .mentor_video p {
        font-size: 16px;
        line-height: 28px;
        padding: 0;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .feedback_card {
        margin-top: 40px;
        padding-top: 40px;
    }
    .feedback_row {
        display:none;
    }
    .certificate_section .certificate_heading h3 {
        margin-bottom:20px;
    }
    .certificate_img img {
        margin-bottom: 30px;
    }
    .certificate_content p {
        font-size: 18px;
        line-height: 30px;
    }
    .sign_btn {
        font-size: 16px;
        margin-top: 10px;
    }
    .bonus_card {
        padding: 10px;
        margin-top: 30px;
    }
    .bonus_heading h3 {
        margin-bottom:0;
    }
    .bonus_card h5 {
        font-size: 20px;
    }
    .answer_box2 p {
        font-size: 16px;
    }
    .bonus_card p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .footer_section {
        display: flex;
        flex-wrap: wrap;
    }
    .copy_right p {
        font-size: 15px;
    }
    .social_media a {
        margin-left: 0;
        font-size: 17px;
        margin-right: 20px;
    }
    .footer_logo {
        order:1;
        width:100%;
    }
    .copy_right {
        order: 3;
        width: 100%;
    }
    .social_media {
        order: 2;
        width: 100%;
        margin: 10px 0;
    }
    .price_section .price_card p {
        padding-right:0;
    }
    .faq_question .accordion-title h4 img {
        order: 2;
        display: block;
    }
    .faq_question .accordion-title h4 {
        display: grid;
        width: 100%;
        max-width:100%;
    }
    .faq_question .accordion-title {
        display: block;
        width: 100%;
    }
    .banner_btn .buy_btn {
        width: 48%;
        font-size: 16px;
        margin: 0;
    }
    .banner_btn.banner_mob {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .benefits_box h4 {
        font-size: 20px;
    }
        .benefits_box h4 img {
            max-width: 35px;
        }
    .benefits_box p {
        font-size: 16px;
        line-height: 28px;
    }
    .benefits_box {
        padding: 0;
        margin-top: 40px;
    }
    .bonus_card {
        min-height:auto;
    }
    .mentor_video p {
        text-align:left;
    }
    #carousel-test {
        display:block;
    }
        #carousel-test .carousel-indicators {
            bottom: -40px;
        }
    .feedback_card h3 {
        margin-bottom:40px;
    }
    .course_slider {
        display:none;
    }
    .course_anim {
        display: block;
        position: sticky;
        top: 0;
        margin:0;
        padding-bottom:60px;
    }

    section.course_section {
        padding-bottom: 0;
    }
    .ani_video_mob {
        display:block;
    }
    .ani_video_desk {
        display:none;
    }
    .power_animation {
        margin: 0px 0;
    }
    #name_popup .modal-body .popup_space img {
        max-width: 420px;
    }
}

@media(max-width:575px) {
    .career_section .career_footer h5 {
        font-size: 15px;
    }
    .banner_content h1 {
        font-size: 45px;
        line-height: 70px;
    }
    .faq_section .faq_heading h3, .price_section .price_heading h3, .bonus_heading h3, .certificate_section .certificate_heading h3, .benefits_section .benefits_heading h3, .feedback_card h3, .career_section .career_heading h3, .why_section .why_heading h3, .course_section .course_heading h3, .module_section .curr_heading h3, .mentor_section .mentor_heading h3 {
        font-size: 25px;
        line-height: 40px;
    }
    .faq_section, .price_section, .bonus_section, .career_section, .why_section, .course_section, .module_section, .mentor_section, .benefits_section, .certificate_section {
        padding: 35px 0;
    }
        .course_box p, .course_section .course_heading p {
            font-size: 16px;
            line-height: 28px;
        }
    .accordion-title h4 {
        font-size: 17px;
        line-height: 24px;
    }
    .accordion-title h6 {
        font-size: 13px;
        border-radius: 4px;
        width: 70px;
        padding: 8px 5px;
    }
    .accordion-title {
        gap:10px;
    }
        .accordion-title h4 {
            max-width: calc(100% - 80px);
            width: 100%;
        }
    .secure_section {
        margin: 35px 0;
    }
    .price_section .price_card h4 {
        gap: 20px;
        font-size: 25px;
    }
        .price_section .price_card h4 span {
            font-size: 35px;
        }
    .price_section .price_card .buy_btn {
        font-size:16px;
    }
    .price_section .price_card {
        padding:15px;
    }
    .footer_section .footer_logo img {
        max-width: 120px;
    }
    .copy_right p {
        font-size: 14px;
    }
    .social_media {
        order: 2;
        width: 100%;
        margin-bottom: 0;
        margin-top: 5px;
    }
    .course_anim h4 {
        font-size: 25px;
        line-height: 40px;
    }
    .course_anim p {
        font-size: 17px;
    }
    section.course_section {
        padding-bottom: 0;
    }
    .chat_video_mob {
        display:block;
    }
    .chat_video_desk {
        display:none;
    }
    .embed-responsive-9by16::before {
        padding-top: 225%;
    }
    .audio_btn h6 {
        width: 90px;
        margin: 0;
        border-radius: 4px;
        border: 1px solid #fff;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        text-align: center;
        padding: 7px 5px;
    }
    #free_chapter button.close img {
        max-width: 24px;
        padding: 5px;
    }
    #free_chapter button.close {
        right: 15px;
        top: 15px;
    }
    #name_popup {
        padding: 10px !important;
    }
        #name_popup .modal-content {
            border-radius: 10px;
            max-width: 430px;
            margin: 0 auto;
        }
    #name_popup .modal-body .popup_space img {
        max-width: 370px;
    }
        #name_popup .modal-body .popup_space {
            padding-left: 160px;
            padding-top: 80px;
        }
        #name_popup .modal-body {
            padding: 20px;
            text-align: center;
        }
            #name_popup .modal-body .form-control {
                font-size: 16px;
                border-radius: 6px;
                height: 45px;
            }
    .popup_space .explore_btn {
        background: #FB9649;
        border: 1px solid #FB9649;
        box-shadow: 0px 1px 2px 0px #1018280D !important;
        font-size: 16px;
        color: #fff;
        text-align: center;
        width: 100%;
        padding: 5px;
        font-weight: 500;
        border-radius: 6px;
        margin-top: 0;
        height: 45px;
    }
    .header_timer p {
        font-size: 12px;
    }

    .header_timer {
        gap: 10px;
    }
    .header__timer_2 span small {
        font-size: 15px;
    }

        .header__timer_2 span small span {
            font-size: 13px;
        }
}

@media(max-width:479px) {
    .header_timer p {
        font-size: 11px;
    }

    .header__timer_2 span small {
        font-size: 13px;
    }

        .header__timer_2 span small span {
            font-size: 11px;
        }
    .container-80 {
        padding: 0px 15px;
    }
    #bottom_top img {
        max-width: 35px;
    }
    #name_popup, #download_brochure {
        padding: 10px !important;
    }
        #name_popup .modal-body, #download_brochure .modal-body {
            padding: 15px;
        }
            
            #name_popup .modal-body p {
                font-size: 16px;
                margin-top: 15px;
                line-height: 24px;
            }
            #name_popup .modal-body .form-control {
                font-size: 16px;
                border-radius: 6px;
                height: 45px;
                margin-top: 20px;
            }
            #download_brochure .modal-body .form-control {
                font-size: 16px;
                border-radius: 6px;
                height: 45px;
            }
            .explore_btn {
                font-size: 16px;
                padding: 8px;
                border-radius: 6px;
                margin-top: 0px;
            }
    #download_brochure .modal-body .explore_btn {
        font-size: 16px;
        padding: 8px;
        border-radius: 6px;
    }
    .header_top .logo img {
        max-width: 120px;
    }

    .nav_card .btn_join {
        font-size: 13px;
        margin-left: 0;
        border-radius: 5px;
        padding: 6px 12px;
    }

    .banner_content h1 {
        font-size: 32px;
        line-height: 55px;
    }

    .banner_section {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .banner_content p {
        font-size: 16px;
        line-height: 28px;
    }

    .banner_video_content img.cursor1 {
        top: -320px;
        left: inherit;
        right: 20px;
        max-width: 80px;
    }

    .banner_video_content .banner_video_left {
        margin: 10px 0;
    }

    .banner_video_content img.cursor3 {
        max-width: 80px;
    }

    .banner_video_right .content_div p {
        font-size: 14px;
    }

    .banner_video_right .content_div img {
        max-width: 35px;
    }

    .banner_video_right .content_div {
        margin: 15px 0;
    }

    .banner_btn {
        margin-top: 20px;
    }

        .banner_btn .buy_btn {
            width: 49%;
            font-size: 14px;
            margin: 0;
            border-radius: 4px;
            padding: 8px 4px;
        }

    h2.emp_float {
        font-size: 20px;
        line-height: 25px;
        bottom: 260px;
    }

    .faq_section .faq_heading h3, .price_section .price_heading h3, .bonus_heading h3, .certificate_section .certificate_heading h3, .benefits_section .benefits_heading h3, .feedback_card h3, .career_section .career_heading h3, .why_section .why_heading h3, .course_section .course_heading h3, .module_section .curr_heading h3, .mentor_section .mentor_heading h3 {
        font-size: 22px;
        line-height: 30px;
    }

    career_section .career_footer h5 {
        font-size: 16px;
    }

    .why_box h4, .benefits_box h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .why_box p, .benefits_box p {
        font-size: 16px;
        line-height: 22px;
    }

    .secure_content p, .module_section .curr_content p {
        font-size: 16px;
        line-height: 25px;
    }

    .secure_content_btn .buy_btn, .curr_content_btn .buy_btn {
        width: 100%;
        font-size: 14px;
        margin-top: 15px;
        padding: 8px 5px;
        border-radius: 4px;
    }

    .course_box p, .course_section .course_heading p {
        font-size: 15px;
        line-height: 25px;
    }

    .answer_box .answer_heading {
        display: block;
    }

        .answer_box .answer_heading h5 {
            font-size: 16px;
            width: 100%;
            max-width: 100%;
            gap: 8px;
        }

            .answer_box .answer_heading h5 img {
                max-width: 25px;
            }

        .answer_box .answer_heading h6 {
            font-size: 14px;
            padding: 7px 5px;
            width: 115px;
            margin-left: 30px;
            margin-top: 10px;
        }

    .answer_box p {
        font-size: 15px;
        margin-top: 15px;
        line-height: 24px;
    }

    .accordion-title {
        display: flex;
        flex-wrap: wrap;
    }

        .accordion-title h4 {
            max-width: 100%;
            width: 100%;
            order: 2;
            font-size: 16px;
            display: flex;
            flex-wrap: wrap;
        }

        .accordion-title h6 {
            padding: 8px 5px;
            margin-left: 0px;
            margin-bottom: 0px;
            order: 1;
            width:fit-content;
        }

        .accordion-title h4 img {
            max-width: 25px;
            order: 2;
        }

    .mentor_video {
        margin-top: 20px;
    }

        .mentor_video iframe {
            border-radius: 10px;
        }

        .mentor_video p {
            font-size: 15px;
            line-height: 25px;
            padding: 0;
            margin-top: 30px;
            margin-bottom: 0;
        }

    .sign_btn {
        font-size: 14px;
        margin-top: 10px;
        padding: 8px 10px;
    }

    .bonus_card h5 {
        font-size: 18px;
    }

    .bonus_card p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .price_section .price_heading h3 {
        margin-bottom: 20px;
    }

    .price_section .price_card h4 {
        font-size: 20px;
    }

        .price_section .price_card h4 span {
            font-size: 25px;
        }

    .price_section .price_card p {
        font-size: 14px;
        padding-bottom: 5px;
        padding-top: 10px;
    }

    .price_section .price_card .buy_btn {
        font-size: 14px;
        padding: 8px;
    }

    span.break_point {
        display: inline-block !important;
    }

    .feedback_card h3 {
        margin-bottom: 30px;
    }

    .feedback_box {
        padding: 15px;
        border-radius: 16px;
    }

        .feedback_box p {
            font-size: 15px;
            line-height: 25px;
            margin-bottom: 10px;
        }

        .feedback_box h6 img {
            max-width: 40px;
        }

        .feedback_box h6 {
            font-size: 17px;
        }

    #carousel-test .carousel-indicators li {
        height: 8px;
        width: 8px;
        border-radius: 100%;
    }

    .course_anim {
        display: block;
        position: sticky;
        top: 0;
        margin: 0;
        padding: 30px 20px;
        padding-bottom: 60px;
        border-radius: 25px 25px 0px 0px;
    }

        .course_anim h4 {
            font-size: 22px;
            line-height: 30px;
        }

        .course_anim p {
            font-size: 16px;
            line-height: 28px;
        }
    #download_brochure button.close img {
        max-width: 20px;
    }
    #download_brochure button.close {
        right: 10px;
        top: 5px;
    }
    #free_chapter {
        padding: 10px !important;
    }
        #free_chapter .modal-body {
            padding: 5px;
        }
        #free_chapter button.close {
            right: 10px;
            top: 5px;
        }
            #free_chapter button.close img {
                max-width: 20px;
                padding: 4px;
            }





    #name_popup .modal-body .popup_space img {
        max-width: 250px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        margin: 0 auto;
    }
    #name_popup .modal-body .form-control {
        font-size: 16px;
        border-radius: 6px;
        height: 45px;
        margin-top: 5px;
    }

    #name_popup .modal-body .popup_space {
        padding-left: 0;
        padding-top: 120px;
    }

    .price_box {
        margin-bottom: 10px;
        gap: 20px;
    }
    .price_section .price_card p {
        font-size: 13px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .price_right h6 {
        font-size: 16px;
    }
    .price_right h5 {
        font-size: 22px;
        font-weight: 600;
    }
    .price_right h5 span {
        font-size: 13px;
        font-weight: 600;
    }
}