@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;
    }


}

@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%;
    }

}

@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 {
        padding: 200px 0 40px;
        max-height: 350px;
    }

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

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

    .auth_right {
        width: 600px;
    }

    .auth_right .box {
        padding: 30px;
    }
}

@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;
    }
}

@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;
    }
}

@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;
    }
}

@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) {
    .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: 220px;
        display: flex;
        align-items: center;
    }


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

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

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

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

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

    .auth_right {
        display: none;
    }

    .learning_sec {
        padding: 45px 0;
    }

}

@media only screen and (max-width: 600px) {
    .banner_row .content_block h1 {
        font-size: 30px;
        line-height: 44px;
    }

    .sub_courseslist_sec {
        padding: 30px 0;
    }


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