/* xs */
@media (max-width: 575.98px) {
    .isDesktop {
        display: none !important;
    }

    .isMobile {
        display: block !important;
    }

    .border-sm-bottom {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    h1,
    .fs-1 {
        font-size: 2.5rem;
    }

    h2,
    .fs-2 {
        font-size: 2rem;
    }

    h3,
    .fs-3 {
        font-size: 1.5rem;
    }

    h4,
    .fs-4 {
        font-size: 1.4rem;
    }

    h5,
    .fs-5 {
        font-size: 1.2rem;
    }

    h6,
    .fs-6 {
        font-size: 1rem;
    }

    .text-limit-1 {
        -webkit-line-clamp: 5;
        line-clamp: 5;
    }

    .text-limit-2,
    .text-limit-3 {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .card-mob-2col {
        display: grid;
        grid-template-columns: 47% auto;
    }

    .section1 .card-body {
        height: 100px;
        padding: 8px;
    }

    .section1 .section1Img {
        height: auto;
    }

    .section1 .card-mob-2col .card-body {
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    .section2 .card-body .card-title {
        margin-bottom: 0;
        padding-top: 0 !important;
    }

    .section3 .card-mob-2col {
        overflow: hidden;
        grid-template-columns: 42% auto;
    }

    .section3 .card-mob-2col .card-body {
        padding-top: 0;
        padding-bottom: 0;
    }

    .acme-title-ticker {
        margin-top: 65px;
    }

    .acme-news-ticker {
        margin-top: 0;
    }

    .acme-news-ticker-label {
        background: #eee;
        top: 0;
        z-index: 9;
    }

    .newLeadArea,
    .section3Area,
    .section7Area,
    .section11Area,
    .section12Area,
    .categoryArea,
    .detailsArea {
        grid-template-columns: unset;
        grid-gap: unset;
        display: flex;
    }

    .categoryArea .more img,
    .categoryArea .more2 img {
        aspect-ratio: 4/3;
        object-fit: cover;
    }

    .newLeadArea .leadRight {
        height: auto;
    }

    .newLeadArea img {
        height: auto !important;
    }

    .section4 .lead-img {
        height: auto !important;
    }

    .section4 .card-body,
    .section5 .inner2 .card-body,
    .section6 .inner2 .card-body,
    .section7 .card-body,
    .section8 .inner1 .card-body,
    .section8 .inner3 .card-body,
    .section10 .inner2 .card-body,
    .section12 .inner2 .card-body {
        height: 100px;
    }

    .highlights {
        background: unset;
    }

    .highlights .card-body {
        height: 128px;
    }

    .highlights .text-limit-3 {
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

    #newsTab .tab-pane ul {
        height: 300px;
    }

    #newsTab #recent ul {
        height: auto !important;
    }

    #newsTab .tab-pane ul li a {
        font-size: calc(1.275rem + .3vw) !important;
    }

    #newsTab .tab-content ul li:nth-child(-n+3),
    #newsTab .tab-content ul li:nth-child(-n+3) a {
        color: black;
    }

    .detailsArea article iframe {
        width: 100%;
        height: 56.25vw;
    }

    .detailsArea h1,
    .detailsArea h2 {
        text-align: left !important;
    }

    .categoryArea .bg-light {
        background: unset !important;
        border: none !important;
    }

    /* .detailsArea article .ads iframe{
        height: 100%;
    } */

    .detailsArea .n_head {
        font-size: 1.9rem;
    }

    .detailsArea article {
        font-size: 1.4rem !important;
        line-height: 40px !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 97px;
    }
    .topNewsCallback .card-body h3{
        font-weight: bold !important;
    }


    footer .footer-bottom .copyright {
        float: unset;
        text-align: center;
        display: block;
        margin-top: 25px;
    }

}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {
    .isDesktop {
        display: none !important;
    }

    .isMobile {
        display: block !important;
    }

    .border-sm-bottom {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    h1,
    .fs-1 {
        font-size: 2.5rem;
    }

    h2,
    .fs-2 {
        font-size: 2rem;
    }

    h3,
    .fs-3 {
        font-size: 1.5rem;
    }

    h4,
    .fs-4 {
        font-size: 1.4rem;
    }

    h5,
    .fs-5 {
        font-size: 1.2rem;
    }

    h6,
    .fs-6 {
        font-size: 1rem;
    }

    .text-limit-1 {
        -webkit-line-clamp: 5;
        line-clamp: 5;
    }

    .text-limit-2,
    .text-limit-3 {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .card-mob-2col {
        display: grid;
        grid-template-columns: 47% auto;
    }

    .section1 .card-body {
        height: 100px;
        padding: 8px;
    }

    .section1 .section1Img {
        height: auto;
    }

    .section1 .card-mob-2col .card-body {
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }

    .section2 .card-body .card-title {
        margin-bottom: 0;
        padding-top: 0 !important;
    }

    .section3 .card-mob-2col {
        overflow: hidden;
        grid-template-columns: 42% auto;
    }

    .section3 .card-mob-2col .card-body {
        padding-top: 0;
        padding-bottom: 0;
    }

    .acme-title-ticker {
        margin-top: 65px;
    }

    .acme-news-ticker {
        margin-top: 0;
    }

    .acme-news-ticker-label {
        background: #eee;
        top: 0;
        z-index: 9;
    }

    .newLeadArea,
    .section3Area,
    .section7Area,
    .section11Area,
    .section12Area,
    .categoryArea,
    .detailsArea {
        grid-template-columns: unset;
        grid-gap: unset;
        display: flex;
    }

    .categoryArea .more img,
    .categoryArea .more2 img {
        aspect-ratio: 4/3;
        object-fit: cover;
    }

    .newLeadArea .leadRight {
        height: auto;
    }

    .newLeadArea img {
        height: auto !important;
    }

    .section4 .lead-img {
        height: auto !important;
    }

    .section4 .card-body,
    .section5 .inner2 .card-body,
    .section6 .inner2 .card-body,
    .section7 .card-body,
    .section8 .inner1 .card-body,
    .section8 .inner3 .card-body,
    .section10 .inner2 .card-body,
    .section12 .inner2 .card-body {
        height: 100px;
    }

    .highlights {
        background: unset;
    }

    .highlights .card-body {
        height: 128px;
    }

    .highlights .text-limit-3 {
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }

    #newsTab .tab-pane ul {
        height: 300px;
    }

    #newsTab #recent ul {
        height: auto !important;
    }

    #newsTab .tab-pane ul li a {
        font-size: calc(1.275rem + .3vw) !important;
    }

    #newsTab .tab-content ul li:nth-child(-n+3),
    #newsTab .tab-content ul li:nth-child(-n+3) a {
        color: black;
    }

    .detailsArea article iframe {
        width: 100%;
        height: 56.25vw;
    }

    .detailsArea article {
        font-size: 1.4rem !important;
        line-height: 40px !important;
    }

    .categoryArea .bg-light {
        background: unset !important;
        border: none !important;
    }

    /* .detailsArea article .ads iframe{
        height: 100%;
    } */

    .detailsArea .n_head {
        font-size: 1.9rem;
    }

    .detailsArea h1,
    .detailsArea h2 {
        text-align: left !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 97px;
    }

    .topNewsCallback .card-body h3{
        font-weight: bold !important;
    }

    footer .footer-bottom .copyright {
        float: unset;
        text-align: center;
        display: block;
        margin-top: 25px;
    }
}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {
    .isDesktop {
        display: none !important;
    }

    .isMobile {
        display: block !important;
    }

    .border-md-bottom {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .mobile-nav-logo img {
        width: 28vw;
    }

    .newLeadArea {
        margin-top: 30px;
    }

    #newsTab .tab-pane ul {
        height: 210px;
    }

    .newLeadArea,
    .section3Area,
    .section7Area,
    .section11Area,
    .section12Area,
    .categoryArea,
    .detailsArea {
        grid-template-columns: unset;
        grid-gap: unset;
        display: flex;
    }

    .newLeadArea .leadRight {
        height: auto;
    }

    .highlights {
        background: unset;
    }

    .newspaperSelected .newspaperSelectedImg {
        height: 250px;
    }

    .section1 .section1Img {
        height: 250px;
    }

    .section3 .card-mob-2col {
        overflow: hidden;
        display: grid;
        grid-template-columns: 33.4% auto;
    }

    .categoryArea .bg-light {
        background: unset !important;
        border: none !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 97px;
    }

    .topNewsCallback .card-body h3{
        font-weight: bold !important;
    }
}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .mobile-nav-logo img {
        width: 25vw;
    }

    .newLeadArea {
        margin-top: 50px;
    }

    .newLeadArea,
    .section3Area {
        grid-template-columns: unset;
        grid-gap: unset;
        display: flex;
    }

    .newLeadArea .leadRight {
        height: auto;
    }

    .highlights {
        background: unset;
    }

    .highlights .highlightsRow {
        margin-bottom: 2.5rem !important;
    }

    .highlights .highlightsRow:nth-last-child(-n+6) {
        margin-bottom: 0 !important;
    }

    .newspaperSelected .newspaperSelectedImg {
        height: 215px;
    }

    .section1 .section1Img {
        height: 215px;
    }

    .section3 .card-mob-2col {
        grid-gap: 0.5rem;
        display: grid;
        grid-template-columns: 19.5rem auto;
    }

    .section12Area {
        grid-template-columns: unset;
        grid-gap: unset;
        display: flex;
    }

    .categoryArea .bg-light {
        background: unset !important;
        border: none !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 80px;
    }


}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .newspaperSelected .newspaperSelectedImg {
        height: 245px;
    }

    .section1 .section1Img {
        height: 245px;
    }

    #newsTab .tab-pane ul {
        height: 470px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 80px;
    }

    .highlights .highlightsRow {
        margin-bottom: 2.5rem !important;
    }

    .highlights .highlightsRow:nth-last-child(-n+6) {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1400px) {
    .highlights .highlightsRow {
        margin-bottom: 2.5rem !important;
    }

    .highlights .highlightsRow:nth-last-child(-n+6) {
        margin-bottom: 0 !important;
    }
}