@media only screen and(max-width:1300px) {
    iframe {
        max-width: 250px !important;
    }
}

@media only screen and (max-width:1100px) {
    .row.foot-sections .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 31%;
        max-width: 31%;
    }
    .row.foot-sections .col-lg-3.col-md-6.col-sm-6:nth-child(3) {
        display: none;
    }
}
div#st-el-1 {
    display: none;
}
section.section.article-section.category-section .main-title {
    font-size: 28px;
    color: #005bab;
}
section.section.article-section.category-section .main-title:hover {
    font-size: 28px;
    color: red;
}
strong {
    font-weight: 700;
}
figure.article-img img:hover {
    transform: scale(1.09);
}
@media only screen and (max-width:800px) {
    .row.foot-sections .col-lg-3.col-md-6.col-sm-6:nth-child(2) {
        display: none;
    }
    .row.foot-sections .col-lg-3 {
        flex: 0 0 49%;
        max-width: 49%;
    }
    .manin_title_heading.text-center h1 {
        line-height: 48px;
    }
    a.read_more_link.text-njn-dark.njn-link {
        padding: 10px 6px;
        font-size: 16px;
    }
}

@media only screen and (max-width:500px) {
    .row.foot-sections .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sp-header .logo-box figure img {
        margin: 0px 73px;
    }
    .section.top-masthead .half-bigyaapan {
        display: none;
    }
    .manin_title_heading.text-center h1 {
        margin-top: 20px;
        font-size:33px;
    }
    span.description {
    display: none;
}
.article-item.thap-samachar-patra.col-sm-12.col-md-12 {
    margin-top: 29px;
}
.article-item.thap-samachar-patra.col-sm-12.col-md-12 span.title-content .main-title-heading {
    font-size: 20px;
}
.row.samachar p {
    display: none;
}
h6.text-njn-dark {
    font-size: 25px;
}
}

@media only screen and (max-width:375px) {
    .sp-header .logo-box figure img {
        margin: 0px 55px;
    }
}