@media only screen and (min-width: 1200px) {

}

@media only screen and (max-width: 1199px) {

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container, .nav-container {
        max-width: 980px;
    }
    #menu a{color:#fff;font-size: 15px;padding-left: 5px;padding-right: 5px;}

}

@media only screen and (max-width: 991px) {
    .bg-nav1, .bg-nav2 {
        background-color: transparent;
    }

    .category-title {
        width: 19%;
    }

    marquee{
        width: 80%;
    }

    .side-bar {
        width: 100%; !important;
        margin-left: 0px;
    }

    .main-bar {
        width: 100%;!important;
    }

    .list-news img {
        width: 70px;
        height: 50px;
    }

    .post-slide .pic img {
        height: 130px;
    }

    .post-slide .post-bar li a {
        font-size: 17px;
    }

    .post-slide.img-350 .pic img {
        height: 270px;
    }

    .video-wrapper img {
        height: 250px;
    }

    .videoArea1.scrollY {
        height: 250px;
    }

    .lead-title {
        font-size: 1.4rem;
    }
    .most-viewed-news {
        margin-top: 20px;
    }


    .scrollY {
        height: 200px;
    }

    .scrollY-news-box a .scrollY-news img {
        width: 70px;
        height: 50px;
    }

    .section-8 .column-ad,
    .section-8 .column-ad a img,
    .column-ad,
    .column-ad a img {
        height: auto;
    }

    .swiper-slide .content .title {
        font-size: 1.2rem;
    }

    .swiper-slide .content .caption {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container, .nav-container {
        max-width: 725px;
    }
    .navbar {
        padding: 10px;
        padding-left: 50px;
    }
    .feature-side .scrollY {
        height: auto;
    }
    .footer-area {
        padding-top: 80px;
    }

    .footer-bottom-area {
        margin-top: 50px;
    }
}


@media only screen and (max-width: 768px) {

    body {
        font-size: 14px;
    }

    .header-one {
        display: none;
    }

    .container {
        max-width: 100%;
    }
    .category-title {
        width: 26%;
        font-size: .95rem;
    }

    .feature-side .scrollY {
        height: auto;
    }
    marquee{
        width: 75%;
        font-size: .85rem;
    }

    .most-viewed-news nav > .nav.nav-tabs {
        width: 100%;
    }
    .footer-area {
        padding-top: 60px;
    }

    .single-footer-widget h3 {
        font-size: 15px;
        margin-bottom: 20px;
    }


    .footer-bottom-area {
        margin-top: 30px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-bottom-area ul {
        text-align: center;
        margin-top: 10px;
    }

    .go-top {
        right: 10px;
        width: 40px;
        height: 40px;
        line-height: 41px;
        font-size: 25px;
    }
    .article h2{
        font-size: 22px !important;
        margin-top: 5px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 90%;
    }

    .banner-ad .container,
    .column-ad .container {
        max-width: 100%;
    }

}

@media only screen and (max-width: 576px) {
    .header-one .site-basic-info .header-social-icon {
        display: none;
    }

    .header-logo .ad-box, .header-logo .logo a img {
        display: none;
    }
    /*.header-logo .logo a img {
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }*/
    .header-logo-top {
        display: block;
        width: 65%;
        margin-right: 10px;
        padding: 10px;
    }
    .navbar-toggler-right {
        margin-left: 10px;
    }
    .category-title {
        width: 30%;
        font-size: .95rem;
    }

    marquee{
        width: 69%;
        font-size: .85rem;

    }
    .social-link {
        /*float: none;*/
        justify-content: center;
    }
}

@media only screen and (max-width: 335px) {
    .most-viewed-news nav > .nav.nav-tabs {
        width: max-content;
    }
    }