.course__details_head,
.quiz__details_head {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-bottom: 1px solid #eee;
}

.course__details .video_screen,
.quiz__details .video_screen {
    width: 100%;
    aspect-ratio: 415 / 267;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course__details_head .location,
.quiz__details_head .location {
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #434343;
    display: flex;
    align-items: center;
}

.course__details_head .title,
.quiz__details_head .title {
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 0px;
    font-size: 48px;
    line-height: 64px;
    color: #434343;
    font-weight: 700;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.course__details_head .category_item a,
.quiz__details_head .category_item a {
    text-decoration: underline !important;
    text-underline-offset: 4px;
    color: #434343;
    font-size: 15px;
    text-transform: capitalize;
}

ul,
ol {
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

.course__details_head .meta_item.highlight,
.quiz__details_head .meta_item.highlight {
    background: #ff6700;
    color: #fff;
    padding: 7px 24px 7px 7px;
    background-size: 200% auto;
    border: 1px solid #ff6700;
}

.course__details_head .meta_item,
.quiz__details_head .meta_item {
    background: #fff;
    color: #1f2b40;
    padding: 10px 16px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dbdbdb;
    border-radius: 7.5px;
}

.course__details_head .meta_item.highlight img,
.quiz__details_head .meta_item.highlight img {
    border-radius: 100%;
    width: 30px;
    aspect-ratio: 1 / 1;
}

.course_sidebar {
    margin-top: -350px;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1490196078);
    margin-bottom: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-size, 95px);
}

.course__details,
.quiz__details {
    padding: 35px 0 0;
    background: rgba(255, 245, 235, 0.56);
}

.details_shadow {
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1490196078) !important;
    margin-bottom: 50px;
}

.course_tabs.gradient {
    border-radius: 2px;
    margin-bottom: 30px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
}

.lms_tabmenu {
    background: #fff;
    border-radius: 4px;
    display: inline-flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 8px;
    margin-top: 10px;
    width: calc(100% - 20px);
    gap: 12px;
}

.gradient_border .nav-item .nav-link {
    text-transform: capitalize;
    padding-top: 0;
    padding-bottom: 0;
    background: rgb(240, 238, 238);
    color: #1f2b40;
    letter-spacing: 0.5px;
    border: 1px solid #f5f5f5 !important;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7.5px;
}

.gradient_border .nav-item .nav-link.active {
    background: #ff6700;
    background-size: 200% auto;
    color: #fff;
}

.course_tab_content > div:not(:last-child) {
    margin-bottom: 50px;
}

.subject-caption {
    font-size: 32px;
    line-height: 30px;
    font-weight: 600;
    color: #434343;
    margin-bottom: 20px;
}

.students_also_bought {
    padding: 20px;
}

.students_also_bought .single_related_product {
    border: 0.5px solid #dbdbdb;
    border-radius: 7.5px;
}

.students_also_bought .single_related_product .left {
    border-right: 0.5px solid #dbdbdb;
    padding: 8px;
}

.students_also_bought .single_related_product:not(:last-child) {
    margin-bottom: 18px;
}

.students_also_bought .thumb {
    height: 80px;
    width: 80px;
    border-radius: 5px;
    object-fit: cover;
}

.students_also_bought .title {
    font-size: 14.5px;
    color: #434343;
    font-weight: 600;
}

.skill_lavel-tag {
    color: #fff;
    background: #ff6700;
    font-size: 13px;
    font-weight: 500;
    padding: 2px 5px;
    border-radius: 2px;
    line-height: 20px;
}

.students_also_bought .info {
    color: rgb(88, 93, 107);
    font-size: 14.5px;
    margin-bottom: 0;
}

.students_also_bought .info li {
    position: relative;
}

.students_also_bought .info li:not(:last-child):after {
    content: "";
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background: #656a7b;
    margin-left: 8px;
}

.students_also_bought .single_related_product .right .stats {
    display: flex;
    flex-direction: column;
    border-right: 0.5px solid #dbdbdb;
}

.students_also_bought .single_related_product .right .stats li {
    font-size: 13px;
    color: #434343;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.students_also_bought
    .single_related_product
    .right
    .stats
    li:not(:last-child) {
    border-bottom: 0.5px solid #dbdbdb;
}

.students_also_bought .single_related_product .right .price {
    border-right: 0.5px solid #dbdbdb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.students_also_bought .single_related_product .right .price .current {
    font-size: 20px;
    background: #ff6700;
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

.students_also_bought .single_related_product .right .card_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.curriculum_meta li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    color: #434343;
}

.curriculum_meta li:not(:last-child):after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #1f2b40;
    display: inline-block;
}

.curriculam_single {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.expand_all_btn {
    font-size: 20px;
    font-weight: 700;
    color: transparent;
    background: #ff6700;
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
}

.expand_all_btn:hover {
    color: #e65d01;
    text-decoration: none;
}

.curriculum_meta_accordion li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
}

.curriculum_meta_accordion li:not(:last-child):after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #fff;
    display: inline-block;
}

.accordion-header .btn:first-child:active {
    color: #fff !important;
}

.theme_according button {
    position: relative;
}

.theme_according button:after {
    display: none;
}

.theme_according button:before {
    content: "\f229";
    position: absolute;
    font-size: 16px;
    color: #fff;
    top: 50%;
    font-family: bootstrap-icons !important;
    left: auto;
    right: 20px;
    transform: translateY(-50%) scaleY(-1);
    font-weight: 900;
    transition: all 0.4s ease-in-out;
}

html[dir="rtl"] .theme_according button:before {
    left: 20px;
    right: auto;
}

.theme_according button.collapsed:before {
    transform: translateY(-50%) scaleY(1);
}

.theme_according .accordion-item {
    margin-bottom: 15px;
    border: 0;
}

.theme_according .accordion-header {
    border: 0 !important;
    padding: 0;
    background: transparent;
}

.theme_according .accordion-header button {
    background: #ff6700 !important;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none !important;
    text-align: start;
    box-shadow: none !important;
    border: 1px solid #dbdbdb !important;
    border-radius: 5px !important;
    padding: 12px 40px 12px 20px;
    background-color: #f8f8f8;
}

.theme_according .accordion-item .accordion-body {
    padding-top: 34px;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1490196078) !important;
    border: 0;
}

@media (max-width: 767.98px) {
    .theme_according .accordion-header button {
        flex-wrap: wrap;
    }
}

.theme_according .accordion-header button:not(.collapsed) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-color: transparent !important;
}

.theme_according .accordion-header button.collapsed {
    background-color: transparent;
    transition: all 0.4s ease-in-out;
}

.theme_according .accordion-header button span {
    font-size: 14px;
    font-weight: 500;
    color: #434343;
}

.theme_according .accordion-header button span.course_number {
    color: 434343;
    font-weight: 400;
    margin-right: 10px;
}

@media (max-width: 575.98px) {
    .theme_according .accordion-header button span.course_number {
        display: block;
        margin-bottom: 10px;
    }
}

.theme_according .accordion-header button span.course_date {
    color: #0052b4;
    font-weight: 400;
    background: #f0f5fa;
    border-radius: 30px;
    padding: 8px 10px;
    line-height: 1;
}

.theme_according .accordion-header button span.course_date span {
    font-weight: 500;
    color: #0052b4;
}

.theme_according .accordion-header button p {
    font-size: 20px;
    font-weight: 500;
    color: #434343;
    margin-bottom: 0;
    margin-top: 15px;
}

.theme_according .accordion-body {
    background: #f8f8f8;
    padding: 0 20px 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #dbdbdb;
    border-top: 0;
    transition: all 0.4s ease-in-out;
}

.theme_according .accordion-body p {
    font-size: 16px;
    color: #434343;
    font-weight: 400;
}

.theme_according .accordion-body .curriculam_right .theme_btn_lite {
    margin-right: 0;
}

.theme_according .curriculam_left,
.theme_according .curriculam_right {
    display: flex;
    align-items: center;
    gap: 4px;
}

.theme_according .curriculam_left .ti-lock,
.theme_according .curriculam_left .ti-unlock,
.theme_according .curriculam_right .ti-lock,
.theme_according .curriculam_right .ti-unlock {
    margin-top: -4px;
}

.instructor_box {
    border: 0.5px solid #dbdbdb;
    border-bottom: 0;
    border-radius: 7.5px;
    position: relative;
    padding: 20px 44px;
}

.instructor_box:before {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: #ff6700;
    background-size: 200% auto;
    border-radius: 2px;
}

.instractor_details_wrapper .thumb {
    width: 143px;
    min-width: 143px;
    height: 143px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    overflow: hidden;
}

.instractor_details_info .instructor-link {
    font-size: 24px;
    color: #434343;
    text-decoration: none;
}
.instractor_details_info .instructor-link:hover {
    color: #656a7b;
}

.instractor_details_info .about_instructor {
    color: #656a7b;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.social_links {
    gap: 6px;
    margin-top: 20px;
}

.social_links a {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #ff6700;
    color: #fff;
    text-decoration: none;
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social_links a:hover {
    background: #e65d01;
}

.intractor_qualification {
    position: relative;
}

.intractor_qualification:before {
    content: "";
    width: 2px;
    height: 100%;
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(255, 185, 104, 0.8) 0,
        rgba(143, 104, 255, 0) 100%
    );
    position: absolute;
    left: -30px;
    top: 0;
}

.intractor_qualification .single_qualification {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #434343;
}
.intractor_qualification .single_qualification:not(:last-child) {
    margin-bottom: 20px;
}

.course_review_wrapper .course_feedback .feedbark_progressbar {
    width: 100%;
}

.course_review_wrapper .course_feedback {
    display: flex;
    align-items: center;
    border: 0.5px solid #dbdbdb;
    padding: 24px 26px 24px 26px;
    border-radius: 7.5px;
}

.course_review_wrapper .course_feedback .course_feedback_left {
    padding-right: 60px;
    text-align: center;
}

.course_review_wrapper .course_feedback .course_feedback_left h2 {
    font-size: 48px;
    font-weight: 900;
    color: transparent;
    background: #ff6700;
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 0;
    line-height: 1;
}

.course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar {
    display: grid;
    grid-template-columns: minmax(-webkit-max-content, 100%) repeat(2, 1fr);
    grid-template-columns: minmax(max-content, 100%) repeat(2, 1fr);
    align-items: center;
}

.course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar:not(:last-child) {
    margin-bottom: 20px;
}

.progress {
    position: relative;
    overflow: visible;
}

.course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .progress {
    height: 19px;
    background-color: #e8e8ed;
    border-radius: 30px;
    margin-right: 23px;
    border: 1px solid rgba(255, 195, 104, 0.302);
    padding: 4px;
}

.course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .progress
    .progress-bar {
    background: #ff6700;
    background-size: 200% auto;
    border-radius: 30px;
}

.course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .rating_percent
    .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 0 14px 0 0;
}

.course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .rating_percent
    .feedmak_stars
    i {
    color: #ff6700;
    font-size: 16px;
}

.course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .rating_percent
    .feedmak_stars
    i:not(:last-child) {
    margin-right: 5px;
}

.course_review_wrapper
    .course_feedback
    .feedbark_progressbar
    .single_progrssbar
    .rating_percent
    span {
    font-size: 14.5px;
    font-weight: 500;
    color: #434343;
}

.course_review_wrapper .course_cutomer_reviews {
    margin-top: 40px;
}

.course_review_wrapper .course_cutomer_reviews .single_reviews {
    display: flex;
    border-bottom: 1px solid #e9e7f7;
    padding-bottom: 90px;
    position: relative;
}

.course_review_wrapper .course_cutomer_reviews .single_reviews .thumb {
    font-size: 20px;
    font-weight: 700;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--system_primery_color);
    flex: 80px 0 0;
    margin-right: 27px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    margin-bottom: 20px;
    background-size: 200% auto;
}

.course_review_wrapper .course_cutomer_reviews .single_reviews:last-child {
    border: 0;
}

.course_review_wrapper
    .course_cutomer_reviews
    .single_reviews
    .review_content
    .rated_customer {
    display: flex;
    align-items: center;
    margin: 7px 0 16px;
}
.course_review_wrapper
    .course_cutomer_reviews
    .single_reviews
    .review_content
    .rated_customer
    .feedmak_stars {
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
}
.course_review_wrapper .course_cutomer_reviews .single_reviews p {
    color: #484c57;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.more_course_section {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #eee;
}
.education-slider .swiper-slide {
    padding: 25px;
}
.education-slider .swiper {
    width: 100%;
    height: 100%;
}

.sidebar__widget {
    padding: 24px 40px 40px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 0.5px solid #dbdbdb;
}
.sidebar__widget .sidebar__title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.sidebar__widget .sidebar__title h3 {
    font-size: 36px;
    font-weight: 700;
    color: var(--system_secendory_color);
    margin-bottom: 0;
    margin-right: 0;
}
.sidebar__widget .sidebar__title p {
    font-size: 14px;
    font-weight: 600;
    color: #c4c4c4;
    margin-bottom: 0;
}

.glow-button {
    background: linear-gradient(to bottom, #ff9933, #ff6600);
    border: none;
    border-radius: 30px;
    padding: 12px 34px;
    color: white;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.glow-button:hover {
    transform: scale(1.01);
    color: #fff;
}

.glow-button-outline {
    background: transparent;
    border: 2px solid #ff6600;
    border-radius: 30px;
    padding: 15px 40px;
    color: #ff6600;
    font-size: 18px;
    font-weight: bold;
    text-shadow: none;
    transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.3s,
        color 0.3s;
    text-decoration: none;
}

.glow-button-outline:hover {
    color: #ff6600;
    transform: scale(1.01);
}

.sidebar__widget .course_includes li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sidebar__widget .course_includes li:not(:last-child) {
    margin-bottom: 12px;
}
.sidebar__widget .course_includes li p {
    font-size: 15px;
    font-weight: 400;
    color: #434343;
    margin-bottom: 0;
}

.sidebar__widget .sidebar__title p a {
    font-size: 14px;
    font-weight: 500;
    color: #373737;
    margin-bottom: 0;
    text-decoration: none;
}

.view-all-btn a {
    font-size: 20px;
    font-weight: 700;
    color: transparent;
    background: #ff6700;
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
}

.view-all-btn:hover {
    color: #e65d01;
    text-decoration: none;
}

.description_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
}

.description_grid .single_description_grid {
    background: #dddddd;
    padding: 26px 24px;
    border-radius: 5px;
}

.description_grid .single_description_grid h5 {
    font-size: 14px;
    font-weight: 400;
    color: #434343;
    margin-bottom: 4px;
}

.description_grid .single_description_grid p {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin-bottom: 0;
}

.quiz__details {
    background: rgba(255, 245, 235, 0.56);
    padding: 80px 0 50px !important;
}

.quiz_border,
.quiz_test_wrapper {
    border: 0.5px solid #dbdbdb;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.quiz_test_wrapper .quiz_test_header {
    background: #ff6700;
    background-size: 200% auto;
    padding: 20px 35px;
    border-bottom: 1px solid #dbdbdb;
    color: #fff;
}

.quiz_test_wrapper .quiz_test_body {
    padding: 33px 45px;
}

.quiz_test_wrapper .quiz_test_body .quiz_test_info {
    margin-bottom: 47px;
    padding-top: 4px;
}

.quiz_test_wrapper .quiz_test_body .quiz_test_info li {
    color: #434343;
    display: grid;
    grid-template-columns: 80px auto;
    grid-gap: 20px;
    margin-bottom: 7px;
}

.quiz_test_wrapper .quiz_test_body .quiz_test_info li span {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    text-transform: capitalize;
}

.course_tabs.gradient {
    border-radius: 2px;
    margin-bottom: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
    z-index: 2;
}

.lms_tab_content .course_overview_description .single_overview .theme_border {
    margin-bottom: 24px;
}

.theme_border {
    border-top: 1px solid #dbdbdb;
}

.lms_tab_content .course_overview_description .single_overview p {
    line-height: 26px;
    font-weight: 400;
}

.single_overview .social_btns,
.single_overview h4:not(:first-child) {
    margin-top: 66px;
}

.lms_tab_content
    .course_overview_description
    .single_overview
    h4:not(:first-child) {
    margin-top: 66px;
}

.quiz_details_thumb {
    aspect-ratio: 295 / 175;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.quiz_details_thumb img {
    width: 100%;
    height: 100%;
}

.quiz_questions_wrapper {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 0.5px solid #dbdbdb;
}

.quiz_questions_wrapper .quiz_test_header {
    background: #ff6700;
    background-size: 200% auto;
    padding: 20px 35px;
    border-bottom: 1px solid #dbdbdb;
    color: #fff;
}
.quiz_questions_wrapper .quiz_test_header .quiz_header_right span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
.quiz_questions_wrapper .quiz_test_body {
    padding: 40px;
}
.quiz_questions_wrapper .quiz_test_body .question_list_header {
    margin-bottom: 26px;
}
.quiz_questions_wrapper
    .quiz_test_body
    .question_list_header
    .question_list_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.quiz_questions_wrapper
    .quiz_test_body
    .question_list_header
    .question_list_top
    p {
    font-size: 24px;
    font-weight: 700;
    color: #434343;
}
.question_number_lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 18px;
    margin-bottom: 48px;
}
.question_number_lists a {
    background-color: #ff6700;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 49px;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    flex: 70px 0 0;
    padding: 0;
    background-size: 200% auto;
    margin: 0;
}
.question_number_lists a.skip_qus {
    color: #fff;
    background: #434343;
}
.quiz_score_wrapper {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 0.5px solid #dbdbdb;
}
.quiz_score_wrapper .quiz_test_header {
    background: #ff6700;
    background-size: 200% auto;
    padding: 20px 35px;
    border-bottom: 1px solid #dbdbdb;
    color: #fff;
}
.quiz_score_wrapper .quiz_test_body {
    padding: 33px 45px;
}
.quiz_score_wrapper .quiz_test_body h3 {
    font-size: 48px;
    font-weight: 700;
}
.quiz_score_wrapper .quiz_test_body h3.success {
    color: transparent;
    background: #ff6700;
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
}
.quiz_score_wrapper .quiz_test_body p.subtitle {
    font-size: 36px;
    line-height: 1.75;
    font-weight: 500;
    color: #434343;
}
.quiz_result_sheet_body .single_result_count {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding: 14px 46px;
    background-color: #ff6700;
}
.quiz_result_sheet_body .single_result_view {
    margin-bottom: 62px;
    border: 0.5px solid #dbdbdb;
    background: #fff;
}
.quiz_result_sheet_body .single_result_view.wrong h5 {
    background: #ff4545;
}
.quiz_result_sheet_body .single_result_view_inner {
    padding: 43px 50px;
}
.quiz_result_sheet_body .single_result_question {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}
.conversition_box .single_comment_box .comment_box_inner {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.conversition_box .single_comment_box .comment_box_inner .comment_box_info {
    display: flex;
    --thumb-img: 50px;
}
.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply {
    margin-left: 50px;
    border-bottom: 1px solid #d1d1d1;
}
.position_right {
    position: absolute;
    right: 0;
}
.conversition_box
    .single_comment_box
    .comment_box_inner
    .comment_box_info
    .thumb {
    width: 50px;
    height: 50px;
    flex: 50px 0 0;
    margin-right: 15px;
    margin-bottom: 20px;
}
.conversition_box
    .single_comment_box
    .comment_box_inner
    .comment_box_info
    .comment_box_text {
    position: relative;
    z-index: 1;
    width: calc(100% - 50px);
}

.comment_box_text.link a {
    color: #434343;
    text-decoration: none;
    font-size: 16px;
    padding-right: 30px;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
}
.comment_box_text.link a i {
    font-size: 14px;
    margin-left: 3px;
}
.conversition_box
    .single_comment_box
    .comment_box_inner
    .comment_box_info
    .comment_box_text
    span {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 2px;
    display: block;
    color: #7b7887;
}
.link .reply2_btn,
.link .reply_btn {
    color: #f64153 !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .course_sidebar {
        margin-top: -320px;
    }
    .gradient_border .nav-item .nav-link {
        font-size:13.5px;
    }
}

@media (min-width: 1200px) {
    .education-box {
        width: 45%;
    }
}
@media (max-width: 1200px) {
    .course_sidebar {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .course_review_wrapper .course_feedback {
        flex-direction: column;
    }
    .course_review_wrapper .course_feedback {
        padding-right: 26px;
        padding-left: 26px;
    }
    .course_feedback_left {
        padding-right: 0 !important;
        margin-left: 0;
        margin-right: 0;
    }
    .course__details_head,
    .quiz__details_head {
        padding: 45px 0 25px 0;
        background-position: 10%;
    }
    .course__details_head .title,
    .quiz__details_head .title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 0px;
    }
    .description_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .glow-button-outline {
        padding: 14px 30px;
        font-size: 16px;
    }
}

iframe {
    position: relative !important;
}
