
/* --- Added by cleanup script to fix layout + overflow issues --- */
*,
*::before,
*::after { box-sizing: border-box; }

html { height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden; /* prevent horizontal scrollbar */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, video, canvas, svg {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

table { width: 100%; border-collapse: collapse; }

/* Containers default */
.container, .wrapper, .inner, .content, .site-wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* Prevent common overflow culprits */
[class*="row"] {
  margin-left: 0;
  margin-right: 0;
}

/* Reset images/ads inside links/lists */
a img { display: block; }

/* Responsive embeds */
.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-embed iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Avoid extra white space at bottom from transformed elements */
[style*="translate"], [style*="transform"] {
  transform-origin: center;
}

/* Utility */
.hide-overflow { overflow-x: hidden; }


@media (max-width: 768px) {


    div.fadeMe {
        opacity:    0.5; 
        background: #000; 
        width:      100%;
        height:     100%; 
        z-index:    10;
        top:        0; 
        left:       0; 
        position:   fixed; 
    }

    a.news-link .news-time span {
        font-size: .9rem;
    }


    .sidebar .sidebar-mbl-item{
        display: block;
        padding: 0 20px;
        margin-top: -30px;
        font-size: 16px;
    }

    .navbar-new-bottom {
        display: none;
    }
    #imaginary_container {
        display: none;
    }
    .top-bar-3 {
        display: none;
    }
    .top-bar .logo-part img {
        max-height: 50px;
        margin-top: 0;
    }
    
     .top-bar .logo-part {
        width: 100%;
        text-align: center;
    }

    .navbar-new-top {
        background: #ffffff;
    }
    
    .top-bar {
        height: 70px;
    }
    .src__menu .show {
        margin-right: 8px;

    }
    .body_overlay{
        position: relative;
        z-index: 3000;
        background: rgba(0,0,0,.6);
    }
    

    header{
        height: 80px;
    }
    .top-ad {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .top-ad img{
        height: 45px;
    }
    .ads-bar {
        margin: 0;
    }
    .ads-bar .col-md-12{
        padding: 0;
    }

    /* Top section  */

    .top-section .news-post.bottom a h2 {
        font-size: 1.15rem;
    }
    .top-section a h2.top {
        font-size: 1.45rem;
        font-weight: bold;
        margin-top: 10px;
    }
    .top-section a h2 {
        font-size: 1.25rem;
    }
    .top-section .top-news .news-image {
        width: 100%;
        float: right;
    }
    
    .top-section .top-news .news-post {
        width: 100%;
        float: right;
        padding: 0 15px;
        padding-bottom: 15px;
    }
    .top-section .left-part {
        border: none;
    }
    .bd-r8{
        border-right: none;
    }
    .top-section .top-news{
        border-right: none;
        padding : 0;
    }
    .top-section hr{
        display: none;
    }
    .top-section .news-post{
        width: 100%;
        border-bottom: 0.5px solid #ddd;
        float: left;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .top-section .ad{
        padding: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    /* Top section  */


    /* section 2 */
    .section-2 a h2 {
        font-size: 1.05rem;
        margin-top: 0;
        font-weight: normal;
    }

    .section-2 .news-post{
        border-bottom: 0.5px solid #ddd;
        width: 100%;
        height: 100%; 
    }
    .mbl-bd-right{
        border-right: 0.5px solid #ddd;
    }

    .section-2 .news-content p {
        display: none;
    }
    .section-2 .news-time{
        display: none;
    }
    /* section 2 */

    /* section 3 */
    .section-3 a h2.top {
        font-size: 1.45rem;
    }
    .section-3 .news-post{
        margin-bottom: 15px;
    }
    .section-3 a h2 {
        font-size: 1.15rem;
        font-weight: bold;
        margin-top: 0;
    }
    .section-3 .mbl-view{
        display: block;
    }
    .section-3 .dsk-view{
        display: none;
    }

    .section-3 .bd-r8-lft {
        border-left: none;
        border-right: none;
    }

    /* section 3 */

    /* .section-4 */
        .section-4 a h2.top {
            font-size: 1.45rem;
        }
        .section-4 a h2 {
            font-size: 1.15rem;
            margin: 0;
        }
        .section-4 hr{
            display: none;
        }
        .section-4 .news-content p {
            display: none;
        }
        .section-4 .bd-bt {
            border: none;
        }
        .section-4 .news-post {
            padding-top: 10px;
            margin-bottom: 10px;
            float: left;
            border-bottom: 0.5px solid #ddd;
            padding-bottom: 15px;
        }
    /* section 4 */

    /* section 5 */
    .MultiCarousel {
        
        background: #1b1b1b;
    }
    /* section 5 */


    /* section 6 */
    .section-6 .dv-align {
        width: 100%;
        margin: 0;
    }
    .section-6 .part-1 .main-content {
        width: 88%;
        
        /* position: absolute; */
    }
    .section-6 .part-2{
        padding-top: 20px;
        margin-top: 20px;
        border-top: 0.5px solid #ddd;
    }

    .section-6 .part-2 .content h2 {
        font-size: 1.15rem;
    }
    .section-6 .part-2 .writer-heading h4 {
        font-size: 1.1rem;
        font-weight: bold;
    }
    .section-6 .part-2 .content .writer-heading h4 {
        margin: 0;
        font-size: 14px;
    }
    
    .section-6 .part-2 .icon-view-image{
        width: 55px;
        float: left;
        height: 55px;
        border-radius: 50%;
    }
    .section-6 .part-1 .main-content .title {
        margin-left: 0;
        margin-top: 24px;
    }
    .section-6 .part-2 .icon-view img {
        width: 80px;
        height: 80px;
    }
    
    /* section 6 */

     /* section 7  */
    .section-7 hr{
        display: none;
    }
    .section-7 a h2 {
        font-size: 1.15rem;
    }
    .section-7 .news-image{
        width: 40%;
        float: right;
    }
    .section-7 .news-post{
        border-bottom: 0.5px solid #ddd;
        float: left;
        padding: 10px 0;
        width: 100%;
    }

    .section-7 .news-content p {
        display: none;
    }
    .section-7 .news-time{
        display: none;
    }
    /* section 7 */

    .section-8 a h2.top {
        font-size: 1.25rem;
    }
    .section-8 a h2 {
        font-size: 1rem;
    }

    /* Dynamic Section  */
    .div-date{
        display: block;
        background: #0a7c0f29;
        float: left;
        width: 100%;
        padding: 5px 10px;
        margin-bottom: 1rem;
    }
    .sidebar-mbl-item p{
        font-size: 13px;
    }
    #app{
        font-size: 13px;
    }
    .s-icon img {
        max-height: 30px;
        opacity: .8;
    }
    .section-title {
        padding: 5px 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .news_ticker .simple-marquee-container * {
        font-size: 1rem;
    }
    .news_ticker .section-title h5 {
        font-size: 16px;
    }

    .news-post-lead h2 {
        font-size: 1.3rem;
    }
    .news-post-box h2 {
        font-size: 1rem;
        margin-bottom: 5px;
    }
    .news-post-side h2 {
        font-size: 1rem;
        margin-top: 0;
    }
    .top-section-news{
        margin: 15px 0;
        padding: 10px;
        background: #fff7dd;
        margin-bottom: 25px;
    }

    .post-tab-list .post-content.media .post-title {
        font-size: 1rem;
    }
    /* Dynamic Section  */


    /* footer  */
    footer .footer-brand-logo{
        width: 50%;
        margin: 0 25%;
    }
    footer hr{
        display: none;
    }

    footer .desk-row{
        display: none;
    }
    footer .mbl-row {
        display: block;
        padding: 20px;
        border-bottom: 0.5px solid #ddd;
        margin: 15px 0px;
    }
    footer .mbl-row a{
        padding: 0 10px;
    }
    footer ul.social-network {
        
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 0.5px solid #ddd;
        /* margin: 0 10%; */
    }
    p.IT-section {
        font-size: 12px;
    }
    /* footer  */





    /* News Details */
    .news-main-content {
        padding: 10px;
    }
    .news-details .head-part {
        width: 100%;
        margin: 0px;
    }
    .news-details .head-part .news-title h1 {
        font-size: 1.8rem;
    }
    .news-details .news-dt-share .news-time {
        float: left;
        width: 100%;
    }
    .news-details .news-dt-share .news-share {
        float: left;
        width: 100%;
    }
    .news-details .news-dt-share .news-share ul.share-list {
        list-style: none;
        margin-left: 0 !important;
        padding: 0;
        line-height: .6;
        float: left;
    }
    .news-details .news-dt-share .news-share ul.share-list li {
        display: inline-block;
        padding-left: 0px;
    }
    .news-details .news-body {
        float: left;
        width: 100%;
        margin: 0%;
        padding: 20px 0;
    }
    .news-details .news-body .news-content {
        float: left;
        width: 100%;
        margin: 0;
        /* text-align: justify; */
    }
    /* .news-details .news-details-view{
        width: 95%;
        margin: 0 2.5%;
    } */
    .news-details .head-part .news-title .sub-title {
        color: var(--subheadline);
        font-size: 1.2rem;
        line-height: 1.5;
        background: #e9f4ff;
        padding: 5px 10px;
    }
    .news-details .news-body .news-content p {
        font-size: 1.2rem;
        text-align: justify;
    }
    .news-details .news-body .news-content .more a{
        color: var(--navy-blue);
        /* text-decoration: underline; */
    }

    .details-sidebar hr{
        display: none;
    }
    .details-sidebar {
        padding-top: 0;
    }
    .news-details .category-wise-news h2 {
        margin-top: 5px;
        font-size: 1.15rem;
    }

    .details-sidebar .news-section {
        float: left;
        border-bottom: 0.5px solid #ddd;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .details-sidebar a.news-link h2 {
        font-size: 1.15rem;
    }
    a.news-link p {
        font-size: 1rem;
    }
    
    
    
    .divider img {
        width: 14%;
    }

    
    
    /* News Details */




    /* .news-category  */
    
    
    .news-category .news-section .news-heading h3 {
        font-size: 1.45rem;
    }


    .news-category .news-section2.border-bt {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 0.5px solid #ddd;
    }




    .news-category .news-section2 .news-image{
        width: 40%;
        float: left;
    }
    .news-category .news-section2 .news-content{
        width: 60%;
        float: left;
        padding-left: 10px;
    }
    .news-category .news-section2 .news-content h3{
        font-size: 1.15rem;
    }
    .news-category .news-section2 .news-content p{
        display: none;
    }
    .news-category .news-section2  hr{
        display: none;
    }
    .news-category .news-section2  .news-time{
        font-size: 16px;
        color: var(--time);
    }
    .news-category .news-section2 .news-content p{
        margin-bottom: 0px;
        line-height: 1.25;
    }
    



    .news-category .category-title h1 {
        font-size: 1.5rem;
    }

    .news-category .news-more .news-content {
        width: 60%;
        float: left;
    }
    .news-category .news-more .news-content h2{
        font-size: 1.15rem;
        color: #000;
    }
    .news-category .more-btn {
        width: 40%;
        margin: 20px 30%;
    }
    .news-category .news-more .news-content p{
        display: none;
    }
    .news-category .news-more .news-content .news-time{
        font-size: 16px;
        color: var(--time);
    }
    .news-category .news-more .news-image {
        width: 40%;
        float: left;
    }
    /* .news-category  */

    /* Author Page  */
    .news-authorwise .news-more .news-content h2 {
        font-size: 1.15rem;
        line-height: 1.2;
    }
    .news-authorwise a.news-link p {
        display: none;
    }
    /* Author Page  */

    /* Filter Page  */
    .news-filter .news-more .news-content h2 {
        font-size: 1.15rem;
        line-height: 1.27;
    }
    .news-filter a.news-link p {
        display: none;
    }
    .news-filter a.news-link .news-time p {
        display: block;
    }
    .news-filter .search-filter input {
        width: 85%;
    }
    .news-filter .search-filter button {
        width: 10%;
        float: right;
    }
    .news-filter .more-btn {
        width: 40%;
        margin: 20px 30%;

    }
    /* Filter Page  */
    
}

/*@media(max-width: 425px){*/
/*    .top-section .top-news .news-image.top-image img {*/
/*        width: 107.4%;*/
/*        margin: 0px -14.6px;*/
/*    }*/
/*    .section-3 .news-image img.top-img, .section-4 .news-image img.top-img {*/
/*        width: 107.4%;*/
/*        margin: 0px -14.6px;*/
/*    }*/
/*}*/
/*@media (max-width: 375px){*/
/*    .top-section .top-news .news-image.top-image img {*/
/*        width: 108.6%;*/
/*        margin: 0px -14.6px;*/
/*    }*/
/*    .section-3 .news-image img.top-img, .section-4 .news-image img.top-img {*/
/*        width: 108.6%;*/
/*        margin: 0px -14.6px;*/
/*    }*/
/*}*/
/*@media (max-width: 325px){*/
/*    .top-section .top-news .news-image.top-image img {*/
/*        width: 110.2%;*/
/*        margin: 0px -14.6px;*/
/*    }*/
/*    .section-3 .news-image img.top-img, .section-4 .news-image img.top-img {*/
/*        width: 110.2%;*/
/*        margin: 0px -14.6px;*/
/*    }*/
/*}*/

@media (max-width: 400px) {
    .s-icon img {
        max-height: 25px;
        opacity: .8;
    }
}



@media(min-width: 991px){
    .section-2 .news-image img{
        width: 100%;
    }
    .section-3 .side-bar .news-image img{
        max-height: 100px;
    }
    .section-3 .news-image .top-img{
        max-height: 280px;
    }
    .section-7 .news-image img{
        width: 100%;
    }
    .section-8 .news-image img{
        width: 100%;
    }
}

@media(min-width: 1199px){
    .news-details .news-body .news-content img {
        max-width: 100%;
        width: auto;
        margin: 0 15px 15px 0;
    }
}