@media screen and (max-width: 1600px) {
    .vid-start iframe {
        height: 190px;
    }
}
@media screen and (max-width: 1400px) {
    .container-fluid {
        width: 90%;
    }

    .vid-start iframe {
        height: 190px;
    }

    .related-news .side-news img {
        width: 100%;
        height: 140px;
    }
}
@media screen and (max-width: 1200px) {
    .container-fluid {
        width: 95%;
    }

    nav .nav-item {
        padding: 15px 5px !important;
    }
}
@media screen and (max-width: 991px) {

    .main-news{margin-bottom: 10px;}
    

    /* mobile nav */
    .top-nav {
        display: none;
    }

    .navbar {
        padding: 20px !important;
    }

    .navbar-nav {
        padding: 20px;
    }
    nav .nav-item {
        padding: 0 15px !important;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #f2f2f2;
    }
    nav .nav-item:last-child {
        border-bottom: none!important;
    }

    .video-grid iframe {
        height: 300px;
    }

    .scroll-up {
        height: 500px;
        overflow-y: scroll;
        margin-bottom: 30px;
    }
    .dropdown:hover > .dropdown-menu {
        display: none;
    }
    .dropdown-submenu:hover > .dropdown-menu {
        display: none;
    }

    .dropdown-menu.show {
        display: block!important;
    }

    .dropdown-menu {
        text-align: center;
    }

    .navbar-nav .navbar-brand {
        width: 100%;
    }

    .navbar-collapse {
        margin-top: 15px;
        border: 1px solid #f2f2f2;
        overflow-y: scroll;
        position: fixed;
        background: #fff;
        width: 70%;
        top: -15px;
        left: -70%;
        z-index: 999;
        height: 100vh;
        overflow-y: scroll!important;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }

    /*  */

    .side-news.middle-news img {
        height: 150px;
    }

    .vid-start iframe {
        height: 400px;
    }

    .carousel-item p {
        height: auto;
    }

    .news-area p {
        color: #000!important;
        padding-bottom: 20px;
    }

}
@media screen and (max-width: 767px) {
     
     .side-news.middle-news {
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
}

.side-news.middle-news a{height: 100px; width: 40%;}
.side-news.middle-news a img{height: 100px; width: 100%;}

.side-news.middle-news .news-title{width: 60%;}

.side-news .news-title{margin-bottom: 0px}

    .grid-3 .carousel-item img {
        height: 300px;
    }

    .social-list {
        margin-top: 15px;
    }
    .details-header {
        font-size: 35px;
        color: #000;
        font-weight: 600;
        margin-top: 15px;
    }

    .scroll-up {
        height: 500px;
        overflow-y: scroll;
        margin-bottom: 30px;
    }

    .main-news img {
        width: 100%;
        height: 300px;
    }

    .side-news.middle-news img {
        height: 250px;
    }

    .side-news img {
        width: 100%;
        height: 160px;
    }

    .vid-start iframe {
        height: 250px;
    }
    .second-news img {
        width: 100%;
        height: 300px;
    }

    .news-area {
        padding-bottom: 10px;
    }

    .related-news .side-news img {
        width: 100%;
        height: 210px;
    }
}
@media screen and (max-width: 576px) {
    .navbar-brand {
        width: 70%;
    }

    .navbar-brand img {
        width: 250px;
    }
    .section-into .more-btn {
        font-size: 16px;
        font-weight: 600;
        margin-right: 5px;
    }
    .side-news img,
    .side-news.middle-news img {
        height: 250px;
    }

    .second-news img {
        width: 100%;
        height: 240px;
    }

  .ticker_holder .ticker_close{display: none;}
  .ticker_holder .ticker_heading {
       font-size: 15px;}
  .ticker_holder .ticker_heading:after {
    border-right: 0px solid transparent;
   }
  .ticker_holder .ticker_heading{margin-right: 0px}

.ticker_holder {
    border-right: 1px dashed #066882;
    }


}
@media screen and (max-width: 475px) {
    .side-news img,
    .side-news.middle-news img {
        height: 180px;
    }

    .main-news img {
        width: 100%;
        height: 205px;
    }
    .related-news .side-news img {
        width: 100%;
        height: 180px;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
    .grid_news_1 img {
        height: auto;
    }

    .flex-news img {
        height: auto;
    }

}
@media print {
    .side-bar{
        display: none;
    }
    .related-area{
        display: none;
    }

    .scroll-one{
        display: none;
    }
    }
