@media (max-width: 1599px) {
    #main .news-box .list > li {
        align-items: initial;
    }
    #main .news-box .list li .img-box {
        width: 50%;
        padding-right: 20px;
    }
    #main .news-box .list li .img-box a {
        height: 100%;
    }
    #main .news-box .list li .img-box img {
        height: 100%;
    }
    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }
    .nav-tabs .nav-link {
        padding: 4px 20px;
        font-size: 15px;
    }
    #footer .footer-center li:not(:last-child) {
        margin-right: 10px;
    }
    #footer .footer-center a.link .img-box {
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }
    #footer .footer-center a.link {
        padding: 5px 15px 5px 5px;
    }
    #footer .footer-top ul a, #footer .footer-end ul a {
        font-size: 18px;
    }
}


@media (max-width: 1399px) {
    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 17px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 15px;
    }
    p {
        font-size: 15px;
    }
    a {
        font-size: 15px;
    }
    #schdule .end img {
        max-width: 70px;
        min-width: 70px;
    }
}


@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
    .container-fluid {
        max-width: 100%;
    }
    .app-box li::after {
        width: 25px;
        height: 20px;
        top: 5px;
    }
    #main .box .same .content-box .img-box img {
        max-width: 30px;
    }
    #main .ranking-box .nav-tabs {
        padding: 10px 10px;
    }
    #main .ranking-box .nav-tabs .nav-link {
        padding: 2px 10px;
        font-size: 14px;
    }
    #main .box.box2 .end.bg {
        height: 250px;
    }
    #schdule .nav-tabs {
        max-width: 50%;
    }
    #schdule .end .center {
        padding: 0 10px;
    }
    #footer .footer-center a.link span {
        display: none;
    }
    #footer .footer-center a.link .img-box {
        margin-right: 0;
    }
    #footer .footer-center a.link {
        padding: 10px;
    }
}


@media (max-width: 1079px) {
    #header .header-top {
        padding: 15px;
    }
    #header .footer-center li:not(:last-child) {
        margin-right: 10px;
    }
    #header .footer-center h5 {
        font-size: 15px;
    }
    #header .left, #header .right {
        width: auto;
    }
    #header .footer-center {
        justify-content: space-between;
    }
    #header .footer-center::after {
        display: none;
    }
}


@media (max-width: 991px) {
    /* header responsive */
    #header .main-nav nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: var(--yellow-color);
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        z-index: 111;
        padding-top: 60px;
    }
    #header .footer-center {
        display: block;
    }
    #header .footer-center ul {
        justify-content: start;
    }
    #header .main-nav nav.show {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    #header .main-nav nav ul li {
        display: block;
        text-align: left;
        padding: 5px 10px;
    }

    #header .main-nav .click-menu {
        display: block;
    }

    #header .main-nav .cancel-menu {
        display: block;
        position: fixed;
        top: 20px;
        left: -100%;
        max-width: 20px;
        width: 100%;
        text-align: center;
        z-index: 222;
        transition: .5s;
        opacity: 0;
        visibility: hidden;
    }

    #header .main-nav .cancel-menu.show {
        opacity: 1;
        visibility: visible;
        left: calc(100% - 40px);
    }

    #header .main-nav {
        flex-direction: row-reverse;
    }

    #header .button-box {
        margin-left: 0;
        margin-right: 20px;
    }
    /* header responsive */

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .columnReverse {
        flex-direction: column-reverse;
    }

    #header .header-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #header .logo-box img {
        max-width: 140px;
        width: 100%;
        margin-top: -70px;
    }
    #header nav ul {
        display: block;
    }
    #header .left {
        margin-bottom: 15px;
    }
    .container-fluid {
        max-width: 90%;
    }
    #footer .footer-top {
        padding: 20px 0;
    }
    #footer .footer-end {
        padding: 20px 0 20px;
    }
    #footer .footer-top ul a, #footer .footer-end ul a {
        font-size: 16px;
    }
    #footer .footer-top ul li:not(:last-child), #footer .footer-end ul li:not(:last-child) {
        padding-right: 20px;
        margin-right: 20px;
    }
    #main .box.box2 .top {
        margin-top: 20px;
    }
    #main .ranking-box .nav-tabs .nav-link {
        padding: 5px 20px;
    }
    #main .box.box4 .ad-box {
        padding-top: 20px;
    }
    #series .box.box1 {
        padding-bottom: 20px;
    }
    #schdule .box.box3 {
        padding-top: 20px;
    }
    #series .left h6 {
        margin-bottom: 10px;
    }
    #schdule .nav-tabs {
        max-width: 55%;
    }
    #news .box.box3 {
        padding-top: 20px;
    }
    #videos .box.box3 {
        padding-top: 20px;
    }
    #ranking .heading-box {
        margin-bottom: 0;
    }
    .table-box h5 {
        margin-top: 20px;
    }
    #footer .center {
        width: 18%; 
        margin: -20px 0;
    }
    #footer .left, #footer .right {
        width: 41%;
    }
}


@media (max-width: 767px) {

    .closeIcon {
        top: 10px !important;
        right: 10px !important;
    }
    .imgBox {
        padding: 25px;
    }
    .container-fluid {
        max-width: 100%;
    }
    #schdule .nav-tabs {
        max-width: 100%;
    }
    #footer .footer-top ul li:not(:last-child), #footer .footer-end ul li:not(:last-child) {
        padding-right: 10px;
        margin-right: 10px;
    }
    #footer .footer-top ul a, #footer .footer-end ul a {
        font-size: 15px;
    }
    #footer .center img {
        max-width: 160px;
    }
    #schdule .end {
        flex-direction: column;
    }
    #footer .left, #footer .right {
        width: 100%;
    }
    #footer .center {
        width: 100%;
        margin: 0px 0;
        order: 1;
    }
    #footer .left {
        order: 2;
        padding: 20px 0;
    }
    #footer .right {
        order: 3;
    }
    #header .footer-center a span {
        display: none;
    }
    #header .footer-center a.link .img-box {
        margin: 0;
    }
    #header .footer-center a.link {
        padding: 7px;
    }
    #header .footer-center h5 {
        display: none;
    }
    #header .footer-center {
        display: flex;
    }
    #header .left {
        margin-bottom: 0;
    }
    #footer .footer-center .container-fluid {   
        flex-direction: column;
        padding: 20px 12px;
    }
    #footer .footer-top {
        padding: 20px 0 20px;
    }
    #footer .footer-end {
        padding: 20px 0 20px;
    }
}


@media (max-width: 575px) {
    #header .logo-box img {
        max-width: 120px;
        margin-top: -60px;
    }
    #main .news-box .list li .img-box {
        padding-right: 10px;
    }
    #main .news-box .list li .text-box h5 {
        margin-bottom: 0;
    }
    #footer .footer-end ul, #footer .footer-top ul {
        flex-direction: column;
        gap: 15px;
    }
    #footer .footer-top ul li:not(:last-child), #footer .footer-end ul li:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
        border: none;
    }
    #footer .footer-box {
        display: flex;
        flex-wrap: wrap;
    }
    #footer .footer-top {
        order: 2;
    }
    #footer .footer-end {
        order: 3;
    }
    #footer .footer-top, #footer .footer-end {
        width: 50%;
    }
    #footer .footer-center {
        width: 100%;
    }
    #footer {
        padding-top: 40px;
    }
    #footer .center img {
        max-width: 140px;
    }
    #news .list .right .text {
        padding-top: 10px;
    }
    #news .list {
        padding: 20px 0 20px 0;
    }
    #videos .list .right .text {
        padding-top: 10px;
    }
    #videos .list {
        padding: 20px 0 20px 0;
    }
}


@media (max-width: 479px) {
    #header .logo-box img {
        max-width: 100px;
        margin-top: -50px;
    }
    #header nav ul li a {
        padding: 8px 20px;
        font-size: 18px;
    }

    .btn.btn-yellow {
        font-size: 16px;
    }
    #main .news-box .list > li {
        flex-direction: column;
    }
    #main .news-box .list li .img-box {
        padding-right: 0;
        width: 100%;
    }
    #main .news-box .list li .text-box {
        width: 100%;
        padding-top: 10px;
    }
    #main .box.box2 .end.bg {
        height: 200px;
    }
    #footer ul {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    #footer .footer-top ul a, #footer .footer-end ul a {
        font-size: 14px;
    }
    #footer {
        padding-top: 30px;
    }
    .nav-tabs {
        padding: 10px 10px;
    }
    #schdule .box.box1 > .nav-tabs .nav-link {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 6px 24px;
    }
    .nav-tabs .nav-link {
        font-size: 14px;
    }
    #series .list {
        padding: 10px 0 10px 10px;
    }
    #series .heading-box {
        padding: 10px 10px;
    }
    #schdule .end img {
        max-width: 60px;
        min-width: 60px;
    }
    #schdule .heading-box {
        padding: 10px 10px;
    }
    #schdule .list {
        padding: 10px;
    }
    #news .timing {
        padding-top: 10px;
    }
    #news .list .right h5 {
        margin-bottom: 0;
    }
    #main .timing {
        padding-top: 10px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
    h4 {
        font-size: 15px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }
    a {
        font-size: 14px;
    }
}


@media (max-width: 375px) {
    .nav-tabs .nav-link {
        padding: 3px 15px;
    }
    #schdule .end img {
        max-width: 50px;
        min-width: 50px;
    }
    #schdule .end .left .text {
        padding: 7px 15px 7px 7px;
    }
    #schdule .end .right .text {
        padding: 7px 7px 7px 15px;
    }
    #header .logo-box img {
        max-width: 80px;
        margin-top: -40px;
    }
    #header nav ul li a {
        font-size: 16px;
    }
  
    #footer .center img {
        max-width: 120px;
    }
    #footer .left {
        padding: 10px 0;
    }
}