@media only screen and (max-width: 1800px) {
    .banner_row .img_block img {
        right: -30%;
    }
}

@media only screen and (max-width: 1750px) {
    .banner_row .img_block img {
        right: -24%;
    }
}

@media only screen and (max-width: 1600px) {
    .banner_row .img_block img {
        right: -15%;
    }
}

@media only screen and (max-width: 1500px) {
    .site_container {
        padding-left: 80px;
        padding-right: 80px;
    }

    .my_enrolment_col {
        width: 50%;
    }

}

@media only screen and (max-width: 1440px) {
    .banner_row .img_block img {
        right: -12%;
    }
}

@media only screen and (max-width: 1439px) {
    .site_container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .banner_row .img_block img {
        right: -9%;
    }

    .admin_layout .sidebar_menu {
        width: 250px;
    }

    .admin_layout .right_panel {
        width: calc(100% - 250px);
    }

    .contact_details {
        width: calc(100% - 600px);
        padding-right: 35px;
    }

    .contact_form {
        max-width: 600px;
    }
}

@media only screen and (max-width: 1279px) {
    h1 {
        font-size: 50px;
        line-height: 79px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 32px;
    }

    .site_container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .subpage_banner_sec {
        min-height: 280px;
    }

    .courses_col .box h4 {
        font-size: 24px;
    }

    .auth_left {
        width: calc(100% - 600px);
    }

    .auth_right {
        width: 600px;
    }

    .auth_right .box {
        padding: 30px;
    }

    .my_account_row .left_block {
        width: 280px;
    }

    .my_account_row .right_block {
        width: calc(100% - 280px);
    }

    .my_account_row .right_block .box {
        padding: 30px;
    }

    .account_details_right {
        padding-left: 24px;
    }

    .account_details_right p {
        word-break: break-word;
    }

    .dashboard_right,
    .dashboard_left {
        width: 100%;
    }

    .about_row .content_block h1 {
        line-height: 62px;
    }
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 38px;
    }

    h4 {
        font-size: 22px;
    }

    .banner_row .content_block h1 {
        line-height: 62px;
    }

    .about_row .content_block h1 {
        line-height: 54px;
    }
}

@media only screen and (max-width: 1099px) {
    .header_logo img {
        max-width: 180px;
    }

    .banner_sec {
        min-height: 700px;
        padding: 170px 0 60px;
    }

    .home_about_col:nth-child(2) {
        width: 100%;
    }

    .home_about_col:nth-child(1),
    .home_about_col:nth-child(3) {
        width: 100%;
    }

    .courses_col {
        width: 50%;
    }

    .auth_left {
        width: calc(100% - 500px);
    }

    .auth_right {
        width: 500px;
    }

    .auth_right .box {
        padding: 20px;
    }

    .my_enrolment_col .box .action_block a {
        padding: 6px 30px;
        font-size: 14px;
    }

    .my_account_row .right_block .box,
    .my_account_row .left_block .box {
        padding: 16px;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 30px;
    }

    .excellence_sec {
        padding: 50px 0;
    }

    .banner_sec {
        min-height: 600px;
        padding: 150px 0 60px;
    }

    .footer_top_row .footer_about {
        max-width: 320px;
    }

    .my_account_row .left_block,
    .my_account_row .right_block {
        width: 100%;
    }

    .my_account_row .right_block {
        padding-left: 0px;
        padding-top: 16px;
    }

    .custom_table table thead tr th {
        display: none;
    }

    .custom_table table tbody tr {
        display: flex;
        flex-wrap: wrap;
    }

    .custom_table table tbody tr td {
        width: 50%;
    }

    .custom_table table tbody tr td::before {
        content: attr(data-th);
        display: block;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 8px;
    }

    .contact_details {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 24px;
    }

    .contact_form {
        max-width: 100%;
    }

    .about_row .content_block {
        width: calc(100% - 420px);
        padding-left: 24px;
    }

    .about_row .img_block {
        width: 420px;
        max-width: 100%;
    }

    .about_sec:nth-child(even) .about_row .content_block {
        padding-right: 24px;
    }
}

@media only screen and (max-width: 975px) {
    .site_container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner_row .content_block {
        width: 100%;
        padding-bottom: 24px;
    }

    .banner_row .img_block {
        width: 100%;
    }

    .banner_row .img_block img {
        right: -27%;
    }

    .auth_left {
        width: calc(100% - 400px);
    }

    .auth_right {
        width: 400px;
    }
}

@media only screen and (max-width: 850px) {
    header {
        min-height: 70px;
    }

    .banner_row .img_block img {
        right: -7%;
    }

    .courses_col .box h4 {
        font-size: 20px;
    }

    .footer_top_row .footer_about {
        max-width: 100%;
        padding-bottom: 16px;
    }

    .footer_top_row .footer_menu {
        max-width: 100%;
    }

    .footer_top_row .footer_login {
        max-width: 100%;
    }

    .table_box table thead {
        display: none;
    }

    .table_box table tbody tr {
        display: flex;
        flex-wrap: wrap;
    }

    .table_box table tbody tr td {
        width: 100%;
    }

    .table_box table tbody tr td::before {
        content: attr(data-th);
        display: block;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        color: #000;
        line-height: 14px;
    }

    .banner_sec {
        padding: 40px 0 40px;
    }

    .header_logo img {
        padding: 5px;
        left: 0;
        top: -11px;
        transform: translate(0%, 0);
        max-width: 66px;
    }

    .header-appear .header_logo img {
        max-width: 66px;
    }

    .mobile_menu_btn {
        display: flex;
    }

    .mobile_menu_btn img:last-child {
        display: none;
    }

    .mobile_menu_btn.active_Cross img:first-child {
        display: none;
    }

    .mobile_menu_btn.active_Cross img:last-child {
        display: block;
    }

    .header_right {
        align-items: center;
        gap: 10px;
    }

    .header_right ul.menu {
        display: none;
    }

    .header_left ul {
        display: none;
    }

    .header_right .contained_btn.size_small,
    .header_right .outlined_btn.size_small {
        padding: 5px 20px;
    }

    .mobile_menu_drawer {
        height: calc(100vh - 70px);
        top: 70px;
        background-color: #fff;
        width: 280px;
        position: fixed;
        right: -100%;
        transition: all 0.5s;
        padding: 16px;
        display: block;
    }

    .mobile_menu_drawer.show {
        right: 0;
    }

    .mobile_menu_drawer ul {
        list-style: none;
    }

    .mobile_menu_drawer ul li a {
        color: #000;
        transition: all 0.5s;
        font-weight: 600;
        display: block;
        padding: 8px 0;
    }

    .mobile_menu_drawer ul li a:hover {
        color: #FF8E1E;
    }

    .auth_left {
        width: calc(100% - 350px);
    }

    .auth_right {
        width: 350px;
    }

    .auth_right .box .content_block h2 {
        font-size: 28px;
    }

    .subpage_banner_sec {
        padding: 40px 0 40px;
        min-height: 200px;
        display: flex;
        align-items: center;
    }


    .my_enrolment_col,
    .sub_courseslist_col {
        width: 50%;
    }

    .admin_header_row .title_block {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .admin_header_row .title_block button {
        top: 2px;
        position: relative;
    }

    .admin_layout .sidebar_menu {
        height: 100%;
        top: 0px;
        background-color: #fff;
        width: 280px;
        position: fixed;
        left: -100%;
        transition: all 0.5s;
        padding: 16px;
        display: block;
        z-index: 10;
    }

    .admin_layout .sidebar_menu.show {
        left: 0;
    }

    .admin_layout .right_panel {
        width: 100%;
    }

    .header_overlay.show {
        display: block;
    }

    .about_sec {
        padding: 30px 0;
    }

    .about_row .content_block {
        width: 100%;
        padding-left: 0px;
        padding-top: 24px;
    }

    .about_row .content_block h1 {
        line-height: 44px;
    }

    .about_row .img_block {
        width: 100%;
        max-width: 100%;
    }

    .about_sec:nth-child(even) .about_row {
        flex-direction: column-reverse;
    }

    .about_sec:nth-child(even) .about_row .content_block {
        padding-right: 0px;
    }

    .terms_page {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 50px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    .contained_btn {
        padding: 7px 50px;
    }

    .outlined_btn {
        padding: 7px 30px;
    }

    .banner_row .content_block h1 {
        line-height: 50px;
    }

    .auth_left {
        width: 100%;
        padding: 40px 0;
    }

    .auth_left .form_block .logo_block,
    .auth_row_v1 .logo_block {
        max-width: 130px;
        margin: 0 auto;
    }

    .auth_right {
        display: none;
    }

    .learning_sec {
        padding: 45px 0;
    }

    .auth_row_v1 .form_block .auth_title h3 {
        font-size: 25px;
    }

    .auth_row_v1 .form_block {
        padding: 40px 24px;
    }

}

@media only screen and (max-width: 600px) {
    .mob_w_full {
        width: 100%;
    }

    .banner_row .content_block h1 {
        font-size: 30px;
        line-height: 44px;
    }

    .sub_courseslist_sec {
        padding: 30px 0;
    }

    .admin_header_row .title_block h5 {
        display: none;
    }

    .courses_col,
    .my_enrolment_col,
    .sub_courseslist_col {
        width: 100%;
    }

    .course_details_after_purchase_row .left_block .module_block .accordion-button.not-accord {
        padding: 1rem 1rem;
    }

    .unlockModuleModal_footer_btn_group {
        flex-direction: column-reverse;
        gap: 16px;
    }

    .unlockModuleModal_footer_btn_group button,
    .unlockModuleModal_footer_btn_group a {
        width: 100%;
    }

    .maxW_250_maxW_150 {
        max-width: 150px;
    }

    .course_banner {
        height: 230px;
        padding: 16px;
    }

    .course_banner .content_block h2 {
        font-size: 24px;
    }

    #startQuizModal .modal-body h3 {
        font-size: 24px;
    }

    .assessments_time_block,
    .question_ans_col .box {
        padding: 16px;
    }

    .assessments_time_block .time_chip {
        padding: 8px 20px;
        font-size: 14px;
    }

    .assessments_time_block .left_block .fail_chip {
        font-size: 14px;
        padding: 5px 20px;
    }

    .assessments_time_block h4 {
        font-size: 20px;
        width: 100%;
    }

    .question_ans_col .box .correct_answer_col h6 {
        font-size: 16px;
    }

    .account_details_left,
    .account_details_right {
        width: 100%;
    }

    .account_details_right {
        padding-left: 0px;
        padding-top: 16px;
    }

    .admin_header_row .right_block {
        gap: 20px;
    }

    .dashboard_thumb_col {
        width: 100%;
    }

    .custom_table table tbody tr td {
        width: 100%;
    }
    .enroll_sec .box{
        flex-direction: column;
        align-items: center;
    }
}