@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}

.page-title .title {
    font-size: 40px;
    color: #fff;
    margin-bottom: 17px;
}

@media (min-width: 1025px) {
    .course_tabs .lms_tabmenu li a {
        font-size: 14px;
        padding: 13px 39px;
    }
}

.latest-course-item .latest-course-img {
    width: 110px !important;
}

.course-sidebar .latest-course h5 {
    font-size: 15px;
}

.course-sidebar .latest-course-title {
    color: black;
    font-size: 20px;
}

.main-footer .widgets-section {
    position: relative;
    padding: 50px 0 0px;
}

.contact-details__info li .icon {
    height: 65px;
    width: 65px;
    padding: 28px;
}

.course-details-info-link {
    font-size: 16px;
}

.course-details-price-amount {
    margin: 0;
    color: #94c11f;
    font-size: 23px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 10px;
}

.latest-course-author span {
    color: #94c11f;
    margin-right: 6px;
}

.latest-course-img>img {
    width: 100px;
    height: 80px;
    object-fit: cover;
}

.dashboard_title h3 {
    font-size: 27px;
}

.dashboard_card>span {
    font-size: 17px;
}

.section__title3 h3 {
    font-size: 25px;
}

.sidebar .logo {
    background-color: #ffffff;
    padding: 15px 50px;
}

.dashboard_part .my_courses_wrapper .couse_wizged {
    margin-bottom: 40px;
    position: relative;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
    padding: 0px;
}

.couse_wizged .course_content {
    padding: 10px;
}

.web_cart {
    position: relative;
}

.web_cart a.ui-btn span.cart_count {
    position: absolute;
    top: -14px;
    right: -12px;
    font-size: 11px;
    background: #94c11f;
    color: white;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.new_lang select#language-selector {
    text-transform: capitalize !important;
    font-size: 17px;
    background-color: white;
    color: black;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #94c93e;
    border-color: #dee2e6 #dee2e6 #fff;
}

.account_profile_form input {
    margin-bottom: 20px;
}

.new_lang.new_lang_user_dashboard select#language-selector {
    background: unset;
    color: white;
}

.profile_info_icon {
    padding: 13px 19px;
}

.profile_info_iner a {
    display: block;
    padding: 5px 10px;
    color: var(--system_secendory_color);
    border-radius: 6px;
    transition: all .3s ease-in-out;
    font-size: 15px;
}

.theme_search_field {
    width: 400px !important;
}

.btn-success {
    color: #fff;
    background-color: #3c4543;
    border-color: #3c4543;
}

.btn-success:hover {
    color: #fff;
    background-color: #94c11f;
    border-color: #94c11f;
}

.btn-primary {
    color: #fff;
    background-color: #3c4543;
    border-color: #3c4543;
}

.btn-primary:hover {
    color: #fff;
    background-color: #94c11f;
    border-color: #94c11f;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    box-shadow: 0 0 0 .25rem rgb(148 193 31);
}

.main-menu .navigation>li {
    padding: 25px 0px;
    margin-left: 29px;
}

.testimonial-block .content-box .thumb {
    position: absolute;
    right: 40px;
    top: -60px;
    height: auto;
    width: auto;
    border-radius: 100%;
}

.testimonial-block .content-box .thumb img {
    border-radius: 100% !important;
    object-fit: cover !important;
    width: 120px !important;
    height: 120px !important;
}
.main-footer .footer-column.footer-column_last {
    margin: 0;
}
.footer-bottom .copyright-text {
    font-size: 14px;
}
@media (max-width: 770px) {
    .main-header .main-box .outer-box .ui-btn-outer {
        border-left: unset;
        border-right: unset;
    }

    .page-wrapper .main-header .ui-btn {
        font-size: 20px;
        line-height: 35px;
        margin-left: 8px;
    }

    .video-section .title-box .title,
    .sec-title h2 {
        font-size: 24px;
    }

    .list-style-one li {
        padding-left: 58px;
        min-height: 45px;
        font-size: 18px;
        margin-bottom: 10px;
        padding-right: 20px;
        letter-spacing: -0.01em;
    }

    .list-style-one li .icon {
        font-size: 18px;
        height: 40px;
        width: 40px;
    }

    .video-section .title-box .title,
    .sec-title h2 {
        font-size: 26px;
    }

    .sec-title h1 {
        font-size: 31px;
    }

    .testimonial-block .content-box .thumb img {
        border-radius: 50%;
        height: 100px;
        object-fit: cover;
    }

    .footer-bottom .inner-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }

    .footer-bottom .inner-container .credit-cards {
        margin-top: 20px;
    }

    table.tbl-shopping-cart th,
    table.tbl-shopping-cart td,
    table.cart-total th,
    table.cart-total td {
        padding: 14px 9px;
        font-size: 14px;
    }

    table.tbl-shopping-cart .product-name .variation,
    table.cart-total .product-name .variation {
        font-size: 0.7rem;
        list-style: none;
    }

    table.tbl-shopping-cart img,
    table.cart-total img {
        width: 47px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .checkout_wrapper div#mainFormData .order_wrapper h3 {
        font-size: 20px;
    }
}

.contact-details__info li .icon {
    background-color: #94c11f;
}

@media (max-width: 770px) {
    .dashboard_card>span {
        font-size: 13px;
    }

    .dashboard_title h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .sidebar {
        margin-top: 80px;
    }
}

.footer-bottom .inner-container .credit-cards img {
    width: 75px !important;
}

@media (max-width: 770px) {
    .team-block .image-box {
        position: relative;
        height: 230px;
        width: 238px;
        border-radius: 50%;
        padding: 27px 27px;
        margin: 0 auto 20px;
    }
    .team-block .image-box .image {
        position: relative;
        overflow: hidden;
        height: 185px;
        width: 185px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 0;
        z-index: 1;
    }
    .theme_according .curriculam_right {
        display: flex;
        gap: 4px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: stretch;
        justify-content: center;
        align-items: flex-start;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .curriculam_list p {
        font-size: 13px;
    }
    div#myTabContent .tab-pane h4 {
        font-size: 19px;
    }
    .latest-course-img>img {
        width: 62px;
        height: 80px;
        object-fit: cover;
    }
    .latest-course-item .latest-course-img {
        width: 75px !important;
    }
    .courses-details__content img {
        width: 100% !important;
    }
    section.course-details .container {
        margin-top: 20px;
        padding-top: 0px;
    }
    .courses-details__content .instractor_details_inner .thumb img.w-100 {
        width: 170px !important;
    }
    .lms_tab_content .instractor_details_wrapper .instractor_details_inner .instractor_details_info .intractor_qualification .single_qualification {
        font-size: 15px;
    }
    div#myTabContent .tab-pane {
        margin-bottom: 30px;
    }
    .course_review_wrapper .course_feedback .course_feedback_left h2 {
        font-size: 34px;
    }
    .about-section{
        padding: 30px 0 0px !important;
    }
}

.course-block .content-box .rating-box {
    position: relative;
    display: flex;
    align-items: baseline;
}
.course-block .content-box .rating-box span.text {
    margin-right: 10px;
}
.quiz__details {
    padding: 100px 0 100px;
}
.result_sheet_wrapper {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}
.result_sheet_wrapper .quiz_test_header {
    background: #f8f8fe;
    padding: 26.8px 60px;
    border-bottom: 1px solid #e9e7f7;
}
.result_sheet_wrapper .quiz_test_header h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--system_secendory_color);
    margin-bottom: 0;
}
.result_sheet_wrapper .quiz_test_body {
    padding: 40px 50px;
}
.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view p {
    font-size: 14px;
    font-weight: 500;
    color: #687083;
    margin-bottom: 2px;
}
.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #373737;
}
.result_sheet_wrapper .quiz_test_body .result_sheet_view .single_result_view ul li {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 500;
}
.primary_checkbox, .primary_checkbox2 {
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    align-items: center;
}
.primary_checkbox2 input, .primary_checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.mr_10 {
    margin-right: 10px;
}
.primary_checkbox2 .checkmark, .primary_checkbox .checkmark {
    position: relative;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    line-height: 18px;
    flex: 18px 0 0;
}
.primary_checkbox2 .checkmark {
    border-radius: 50%;
}
.primary_checkbox2 input:checked~.checkmark, .primary_checkbox input:checked~.checkmark {
    transition: all .3s ease-in-out;
}
.primary_checkbox2 input:checked~.checkmark {
    background: #20e007;
}
.primary_checkbox2.error_ans input:checked~.checkmark {
    background: #ff1414;
    transition: all .3s ease-in-out;
}
.primary_checkbox2 input:checked~.checkmark:before, .primary_checkbox input:checked~.checkmark:before {
    content: "\E64C";
    font-family: themify;
    position: absolute;
    display: block;
    top: 0;
    left: 3px;
    text-indent: 1px;
    color: #828bb2;
    background-color: transparent;
    border: 0;
    transform: rotate(8deg);
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    z-index: 99;
    color: #fff;
    transition: all .3s ease-in-out;
    font-weight: 700;
}
.primary_checkbox2.error_ans input:checked~.checkmark:before {
    content: "\E646";
    font-family: themify;
    position: absolute;
    display: block;
    top: 0;
    left: 5px;
    text-indent: 1px;
    color: #828bb2;
    background-color: transparent;
    border: 0;
    transform: rotate(0deg);
    font-size: 6px;
    font-weight: 600;
    line-height: 18px;
    z-index: 99;
    color: #fff;
    transition: all .3s ease-in-out;
    font-weight: 700;
}
.primary_checkbox2 .checkmark:after, .primary_checkbox .checkmark:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #e9e7f7;
    transition: all .3s ease-in-out;
    transform: scale(1);
}
.primary_checkbox2 input:checked~.checkmark:after, .primary_checkbox input:checked~.checkmark:after {
    width: 100%;
    height: 100%;
    border: 0;
    transition: all .3s ease-in-out;
    transform: scale(0);
}
.primary_checkbox2 .label_name, .primary_checkbox2 h5 {
    font-size: 16px;
    font-weight: 600;
}
.breadcrumb_area {
    position: relative;
    z-index: 1;
    background-size: cover;
    height: 500px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    align-items: center;
}
.breadcrumb_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0b21;
    opacity: .4;
    z-index: -1;
}
.breadcrumb_area .breadcam_wrap span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-bottom: 18px;
}
.breadcrumb_area .breadcam_wrap h3 {
    font-size: 60px;
    font-weight: 900;
    line-height: 76px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.course-block-two  .price-course span.regular_price {
    position: absolute;
    right: 0;
    display: flex;
    top: 20px;
    height: 30px;
    width: 115px;
    justify-content: center;
    padding: 0px 10px 0px 10px;
    background: red;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-radius: 20px 0 0 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: line-through;
}
.course-block-two  .price-course span.discount_price {
    position: absolute;
    right: 0;
    display: flex;
    top: 55px;
    height: 30px;
    width: 115px;
    justify-content: center;
    padding: 0px 10px 0px 10px;
    background: #94c93e;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-radius: 20px 0 0 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.course-block .price-course span.regular_price{
    position: absolute;
    right: 0;
    display: flex;
    top: 20px;
    height: 30px;
    width: 115px;
    justify-content: center;
    padding: 0px 10px 0px 10px;
    background: red;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-radius: 20px 0 0 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: line-through;
}
.course-block .price-course span.discount_price{
    position: absolute;
    right: 0;
    display: flex;
    top: 55px;
    height: 30px;
    width: 115px;
    justify-content: center;
    padding: 0px 10px 0px 10px;
    background: #94c93e;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-radius: 20px 0 0 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.couse_wizged .thumb .prev_prise {
    text-decoration: line-through;
    color: red;
}
.course-block .image-box .value {
    background: #94c11f;
}
.price-course-single {
    text-align: center;
    justify-content: center;
}
.price-course-single p.course-details-price-amount.reqular_price {
    margin-right: 10px;
    text-decoration: line-through;
    color: red;
    font-size: 18px;
}
.product-price_cart span.amount.regular_price{
    text-decoration: line-through;   
}
.couse_wizged .thumb .prise_tag {
    background: #94c93e;
    color: #ffffff;
}
.couse_wizged .course_content h4 {
    font-size: 19px;
    margin-top: 12px;
}
.progress_percent p {
    margin: 0;
}
section.main_section {
    margin-bottom: 50px;
}
.lms_blog_details_area {
    padding: 150px 0 120px;
}
.mb_30 {
    margin-bottom: 30px;
}
.theme_search_field4 {
    background: transparent;
    height: 60px;
    border-radius: 5px;
    width: 510px;
    border: 1px solid #e3e6ef;
}
.theme_search_field4.style2 {
    border-radius: 0;
    border-color: #e9e7f7;
}
.mb_20 {
    margin-bottom: 20px;
}
.theme_search_field4 button {
    font-size: 18px;
    padding: 0 0 0 20px;
    line-height: 100%;
    box-shadow: none !important;
    height: 60px;
}
.theme_search_field4.style2 input {
    font-size: 14px;
    font-weight: 500;
    color: #202e3b;
    font-family: var(--font_family1);
    border: 0;
    background: transparent !important;
    height: 60px;
    padding: 0 15px 0 10px;
    box-shadow: none !important;
    line-height: 60px;
    border: unset !important;
}
.blog_sidebar_box {
    border: 1px solid #e9e7f7;
    padding: 30px;
}
.f_w_700 {
    font-weight: 700;
}
.font_18 {
    font-size: 18px;
}
.mb_10 {
    margin-bottom: 10px;
}
.home6_border {
    border-bottom: 1px solid #e9e7f7;
}
.primary_checkbox input:checked~.checkmark {
    background: #94c11f;
}
.news_lists .single_newslist h4 {
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
    color: #202e3b;
    line-height: 1.44;
    font-family: var(--font_family1);
    text-transform: capitalize;
    margin: 0 0 2px;
}
.news_lists .single_newslist p {
    font-size: 14px;
    line-height: 1.63;
    font-weight: 500;
}
.news-block .image-box .image img {
    height: 300px;
    object-fit: cover;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #94c11f;
    border-color: #94c11f;
}
.page-link {
    color: #94c11f;
}
.page-link:hover {
    color: #94c11f;
}
.feature-block .inner-box {
    display: flex;
    align-items: center;
}
.courses-details__content video#videoPlayer {
    width: 100%;
}
.curriculam_list .curriculam_right {
    flex-direction: column;
}
div#myTabContent .course_review_wrapper .details_title h4 {
    margin-bottom: 15px;
}
div#myTabContent .course_review_wrapper .course_cutomer_reviews .details_title {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
div#myTabContent .course_review_wrapper .course_cutomer_reviews {
    border-top: unset;
    padding-top: 20px;
    margin-top: 36px;
}
div#myTabContent .course_review_wrapper .course_cutomer_reviews .single_reviews:last-child {
    padding-bottom: 0px;
    border: 0;
    margin-bottom: 0px;
}
div#myTabContent .course_review_wrapper .course_cutomer_reviews div#customers_reviews {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
div#myTabContent .course_review_wrapper .course_cutomer_reviews div#customers_reviews:last-child {
    border-bottom: unset;
    margin-bottom: unset;
}
/*.courses-details__content img {*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*    object-fit: cover;*/
/*}*/
.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply button {
    color: white;
    padding: 7px;
    background: #94c11f;
}
.conversition_box .single_comment_box .comment_box_inner.comment_box_inner_reply2 .comment_box_text.link {
    width: 20px;
}
section#faq-information .theme_according .card-header button {
    font-size: 18px;
    font-weight: 600;
    color: #202E3B;
    display: block;
    width: 100%;
    text-decoration: none !important;
    text-align: start;
    padding: 16px 30px !important;
    margin: 0;
    box-shadow: unset;
    padding: 0;
}
section#faq-information .theme_according .card-header {
    box-shadow: unset;
    border: unset;
    padding: 0;
}
section#faq-information .theme_according button:before {
    content: "\F106";
    position: absolute;
    font-size: 16px;
    color: #373737;
    top: 50%;
    font-family: Font Awesome\ 5 free;
    transform: translateY(-50%) scaleY(1);
    font-weight: 900;
    transition: all .3s ease-in-out;
}
section#faq-information .theme_according .card-header button.collapsed {
    background-color: transparent;
    transition: all .3s ease-in-out;
}
section#faq-information .theme_according button.collapsed:before {
    transform: translateY(-50%) scaleY(-1);
}
section#faq-information .card-header {
    background-color: transparent;
}
section#faq-information .theme_according .card-header button.collapsed {
    background-color: transparent;
    transition: all .3s ease-in-out;
    color: #000;
}
section#faq-information .theme_according .card-header button {
    background-color: #f8f8f8;
    color: #94c11f;
    border-radius: 25px 25px 0px 0px;
}
section#faq-information .theme_according .card-body {
    padding: 16px 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #e9e7f7;
    border-top: 0;
    transition: all .3s ease-in-out;
    border-radius: 0px 0px 25px 25px;
}
section#faq-information .blog_area .card {
    margin-bottom: 15px;
    border-radius: 25px;
}
section#faq-information .offset-r-2 {
    margin-right: 16.66666667%;
}
section#company-information ul {
    list-style: unset;
}
section#company-information ul li {
    list-style: unset;
}
.courses-details__content_faq .theme_according .card {
    border: 1px solid rgba(0, 0, 0, .125);
}
.courses-details__content_faq section#faq-information .card button.accordion-button {
    background: unset;
    padding: 0px 20px;
    box-shadow: unset;
    color: black;
}
.courses-details__content_faq section#faq-information .card button.accordion_button_collapsed {
    background-color: #f8f8f8;
    color: #94c11f;
    border-radius: 25px 25px 0px 0px;
}
.faq-item .form-group_delete button {
    background: #ff0000;
    border: unset;
    color: white;
    font-size: 11px;
}
.contact_section_privacy_policy ul li {
    list-style: disc;
}

.page-content {
    all: revert;
}

.page-content h1 { font-size: 2em; margin: 0.67em 0; }
.page-content h2 { font-size: 1.5em; margin: 0.83em 0; }
.page-content h3 { font-size: 1.17em; margin: 1em 0; }
.page-content h4 { font-size: 1em; margin: 1.33em 0; }
.page-content h5 { font-size: 0.83em; margin: 1.67em 0; }
.page-content h6 { font-size: 0.75em; margin: 2.33em 0; }

.page-content p { margin: 1em 0; }

.page-content a { color: blue; text-decoration: underline; }

.page-content ul { list-style-type: disc; margin: 1em 0; padding-left: 40px; }
.page-content ol { list-style-type: decimal; margin: 1em 0; padding-left: 40px; }
.page-content li { margin: 0.5em 0; }

.page-content table { border-collapse: collapse; border-spacing: 0; margin: 1em 0; }
.page-content th, 
.page-content td { border: 1px solid #000; padding: 0.5em; }

.page-content img { max-width: 100%; height: auto; }

.page-content form { margin: 1em 0; }
.page-content input, 
.page-content textarea, 
.page-content select, 
.page-content button { margin: 0.2em 0; }

.page-content blockquote { margin: 1em 40px; }

.page-content code { font-family: monospace, monospace; font-size: 1em; }

.page-content pre { font-family: monospace, monospace; font-size: 1em; margin: 1em 0; white-space: pre-wrap; }

.page-content address { font-style: italic; }

.page-content hr { border: 1px inset; }

.page-content b, 
.page-content strong { font-weight: bold; }

.page-content i, 
.page-content em { font-style: italic; }

.page-content u { text-decoration: underline; }

.page-content mark { background-color: yellow; }

.page-content small { font-size: 0.8em; }

.page-content sub { vertical-align: sub; font-size: smaller; }
.page-content sup { vertical-align: super; font-size: smaller; }

input {
    border: 1px solid #CCC !important;
}
.password-wrapper {
    position: relative;
}
.toggle-password {
    position: absolute;
    right: 10px;
    top: 71%;
    transform: translateY(-50%);
    cursor: pointer;
}

.feature-block .inner-box img {
    width: 75px;
    filter: invert(1);
}
div#myTabContent .accordion-item {
    margin-top: 10px;
}

.courses-details__content_faq {
    margin-top: 50px;
}

.theme-btn_slider {
    font-size: 14px;
}

.dashboard_main_wrapper .main_content_iner .dashboard_banner .banner_info p {
    margin-bottom: 0px;
}

.product-details .product-info .product-details__content{
    margin-top: 22px;
}

.product-details .product-info .product-details__social ul {
    list-style: none;
}

.product-discription .tab-btn-box {
    margin-bottom: 40px;
}

.product-details .product-info .product-details__content .product-details__content-text2 {
    margin-top: 20px;
}

.product-block_empty {
    text-align: center;
}

section.featured-products .content-side .product-block .inner-box .image a img {
    height: 320px;
}

.shop-sidebar .post-widget .post .post-thumb img {
    height: 70px;
    object-fit: cover;
}

.dashboard_user_booklets .table-responsive table.table img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.btn-style-one.bg-theme-color2 {
    font-size: 11px;
    padding: 15px 40px;
}

.product-details .product-info .product-details__buttons a.theme-btn {
    padding: 15px 30px;
}

.product-details .product-info .product-details__buttons button {
    padding: 15px 30px;
}

.product-details .product-info .product-details__buttons-3 {
    position: relative;
    display: block;
    margin-left: 10px;
}

.product-details .product-info .product-details__buttons-3 div#my_flipbook {
    position: relative;
    background: #94c93e;
    font-size: 12px;
    line-height: 24px;
    padding: 13px 51px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    border: unset;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 50px;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
}

.courses-details__content .video-container {
    position: relative;
}

/* Styling for the play icon */
.courses-details__content .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    opacity: 0.8;
    z-index: 10;
}

/* Optional shadow effect over the thumbnail */
.courses-details__content .custom-video-container_thumbnail-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.courses-details__content div#videoWrapper div#thumbnailWrapper {
    height: 415px;
}

.courses-details__content .video-container div#youtubeThumbnailWrapper img#youtubeThumbnail {
    width: 100%;
    height: 415px !important;
}

div#clickForm .clickForm_input {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

div#clickForm .clickForm_input input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

div#clickForm form button {
    position: relative;
    font-size: 12px;
    line-height: 24px;
    padding: 15px 60px;
    font-weight: 700;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 50px;
    z-index: 1;
    background: var(--bg-theme-color1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.invoice_file {
    text-align: end;
}

.course_tabs .lms_tabmenu li a.active:hover {
    color: #ffffff !important;
}

.select_payment_method_details .payment_options .payment_option {
    margin-bottom: 30px;
}

@media (max-width: 770px) {
    .mobile-menu .navigation {
        margin-bottom: 20px;
    }
    .main-header .main-box .nav-outer .outer-box .currency_switch {
        display: none;
    }
    .sticky-header.fixed-header {
        animation-name: auto;
    }
    .mobile-menu-visible .mobile-menu .currency_switch {
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .mobile-menu-visible .mobile-menu .currency_switch select#currency-selector {
        background: unset;
        color: white;
    }
    .mobile-menu-visible .mobile-menu .currency_switch label.currency-option {
        color: white;
        font-size: 15px;
    }
    .mobile-menu-visible .mobile-menu .currency_switch span.title {
        color: white;
        font-size: 15px;
    }
    .mobile-menu-visible .mobile-menu .currency_switch label.currency-option input.menuCurrencyChanger {
        accent-color: #94c11f;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .course-block-two_custom {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.course-details-for-offline .mode-of-delivery-options {
    margin-top: 10px;
}

.course-details-for-offline .mode-of-delivery-options label.or_class {
    margin: 0px 10px 0px 10px;
}

.product-block_empty p {
    font-weight: bold;
    font-size: 23px;
}

.section__sub_title_payment {
    margin-top: 40px;
}

.shop-sidebar .sidebar-widget p {
    font-size: 14px;
}

.checkout_area_paypal .payment_method_wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
}

.checkout_area_paypal .payment_method_wrapper button.Payment_btn {
    background: transparent;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    width: 100%;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding: 10px 15px !important;
}

.checkout_area_paypal .payment_method_wrapper button.Payment_btn img {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.checkout_area_paypal {
    padding-top: 30px;
    padding-bottom: 30px;
}

div#load-more-spinner img {
    width: 35px;
}

.product-details .product-info .product-details__top span.price {
    font-size: 20px;
    font-weight: 700;
}

.product-details .product-info .product-details__title {
    margin-bottom: 20px;
}

.bxslider_custom .slider-content figure.image-box img {
    width: 100%;
}

section.featured-products .content-side .product-block .inner-box .image a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.courses-details__content img {
    width: 100%;
    height: 100%;
}

.courses-details__content .course_overview_description img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
}