@media (max-width:1100px){
    .more-links,
    .nav-bar-inner{
        display: none !important;
    }

    .responsive-links {
        display: block;
        padding: 13px 0px 13px 110px;
    }

    .breaking-news-bar {
        position: relative;
        top: inherit;
    }
    .breaking-news-bar>div{
        padding-left: 15px;
    }

    .serch-popup{
        height: calc(100vh - 100px);
        top: 100px;
    }

    .serch-result{
        height: calc(100vh - 240px);
    }

    .nav-bar>div .site-logo {
        left: 0px;
        top: 8px;
    }
}

@media (max-width:992px){
    .ec-res {
        display: flex;
        overflow: hidden;
        overflow-x: scroll;
  
    }

    .ec-res .news-item {
        flex-direction: column;
        flex: 0 0 230px;
        margin-right: 15px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .ec-res .news-item:nth-last-child(1) {
        margin-right: 0px;
    }

    .ec-res .news-item .news-img {
        padding-top: 56%;
        height: auto;
        flex: auto;
        width: auto;
        margin-right: 0;
    }

    .ec-res .news-item .news-text {
        padding: 10px 0px 0px;
    }
}

@media (max-width:768px){
    .serch-popup .search-form {
        padding: 50px 15px 25px;
    }

    .d-news-heading {
        font-size: 28px;
    }
}

@media (max-width:576px){
    .news-sub {
        flex-direction: row;
    }

    .news-sub .news-img {
        flex: 0 0 120px;
        height: 80px;
        width: 120px;
        padding-top: 0px;
        margin-right: 10px;
    }

    .news-x-big .news-img {
        flex: 0 0 120px;
        height: 80px;
        width: 120px;
    }

    .news-sub .news-text {
        padding: 0;
        flex: 0 1 100%;
    }

    .news-sub .news-text p{
        display: none;
    }

    .news-sub .news-text h3{
        -webkit-line-clamp: 3;
    }

    .featured-sub .news-sub,
    .latest-section .news-item{
        flex: 0 0 100%;
    }
    
    .last-two-news .featured-sub .news-sub:nth-last-child(2),
    .last-two-news .news-x-big:nth-last-child(2){
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #d3d3d354;
    }

    .news-item .news-text h5 {
        font-size: 18px !important;
        line-height: 1.4;
    }

    .news-item.news-search .news-text h5,
    .news-item.news-sub .news-text h5,
    .news-item.news-x-big .news-text h5{
        font-size: 16px !important;
    }

    .d-fdb{
        flex-direction: column;
    }

    .d-fdb .d-s-link{
        margin-top: 10px;
        text-align: center;
    }
    
    .d-news-heading {
        font-size: 24px;
        line-height: 1.4;
    }
}


/* @media (orientation: landscape) and (max-height:400px) {
    .social-bx {
        box-shadow: none;
        position: relative;
        padding: 5px 15px 20px;
    }

    .slidemenu {
        height: auto;
        max-height: inherit;
        position: relative;
        margin-top: 0px;
    }
} */