.second_post .post-media {
    max-height: 108px;
}
.second_post .post-media .featured-image img{
    
}
.first_article  .featured-image{
    max-height: 285px;
}
.section_five_col .child-cols-6>* {
    --grid-total: 12;
    --grid-count: 6;
    flex: 0 0 auto;
    width: 20% ;
}
.video_post{
        background: #f1f1f1;
    padding: 50px 0 10px;
    margin-bottom: 40px;
}
.single-post h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
.common_col{
    border-right: 1px solid #e4e4e4;
}
.news__row1{
    
}
.news__row1 .uc-first-column{
        width: 55%;
}
.news__row1 .col-auto{
        width: 45%;
}
.news__row1 .col-auto .post-media{
        min-width: 94px !important;
         max-width: 94px !important;
}
.news__row1 img{
    border-radius:6px;
    overflow:hidden;
}
.heading1{
    position: relative;
    font-weight: 400;
    padding-left: 12px;
    text-transform: uppercase;
    color: #7c7c7c;
}
.heading1:before{
    position: absolute;
    content: '';
    width: 3px;
    height: 20px;
    background: #009098;
    left: 0px;
    top: 2px;
    border-radius: 5px;
}
h3.post-title a{
     /*font-size: 16px;*/
    font-weight: 500;
    line-height: 23px;
    color: #292828;
        /*font-size: 15px;*/
}
.common_col h3.post-title a{
      font-weight: 400;
          color: #000;
}

.common_col .block-content article{
    border-bottom: 1px solid #eaeaea;
       padding-bottom: 10px;
    padding-top: 10px;
}
.common_col .block-content article:last-child{
    border-bottom:0;
}
.live__update h6{
    font-size: 14px !important;
    line-height: 22px;
}
.live__update h6 a{
    text-align:justify;
}

img,.featured-image,.post-media{
    border-radius:7px;
    overflow:hidden;
}

.live__update{
    background: #F9f9f9;
}
.live__update article{
   padding:0 15px;
}
.live__update .bg-gray-50{
    position:relative;
    background: #11979e !important;
    color:#fff;
    border-radius:2px;
    padding: 3px 2px;
}
.live__update .block-content{
    max-height: 360px;
    overflow-y: scroll;
}
.block-content.border1{
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 25px;
    padding-bottom: 25px;
}
.min-w-60px{
    min-width: 60px !important;
}

.live__update .block-content::-webkit-scrollbar {
    width: 2px;
}

.live__update .block-content::-webkit-scrollbar-track {
    background-color: rgba(100, 100, 100, .6);
    width: 2px;
}

.live__update .block-content::-webkit-scrollbar-thumb {
   background-color: #11979e;
    border-radius: 20px;
    width: 2px;
}
.all_news article{
    border-bottom:1px solid #ccc;
    padding: 16px 0;
}

/*.live__update .bg-gray-50::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: -3px;*/
/*    z-index: -1;*/
/*    width: 50px;*/
/*    height: 23px !important;*/
/*    background-color: #11979e;*/
/*    font-size: 8px;*/
/*    line-height: 10px;*/
/*    padding: 2px 4px;*/
/*    border-radius: 3px;*/
/*    text-transform: uppercase;*/
/*    -webkit-animation: newlink 1s infinite;*/
/*    -moz-animation: newlink 1s infinite;*/
/*    -o-animation: newlink 1s infinite;*/
/*    animation: newlink 1s infinite;*/
/*}*/

/*@keyframes newlink {*/
/*    0%,49% {*/
/*        background-color: #fff;*/
/*        color: #fff*/
/*    }*/

/*    50%,100% {*/
/*        background-color: #11979e;*/
/*        color: #fff*/
/*    }*/
/*}*/


.more_headline article.headline {
   padding: 10px 0 2px;
    border-top: 1px solid #eaeaea;
    margin-top: 13px;
}

.bg_background_grey{
    background:#f6f6f6;
    padding: 15px;
}
.bg_background_white{
    background: #fff;
    padding: 20px;
}
.bg_background_white article:not(.bg_background_white article:last-child) {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

.news_details .post-media{
        width: 220px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #009098 !important;
    border-color: #009098!important;
}

.pagination .page-item a{
     padding: 7px 16px;
}
.pagination .page-item a:focus{
    box-shadow:none !important;
}
.pagination  .page-item span{
    border:none;
    padding: 0px;
}
.pagination  .page-link{
    /*padding:0 !important;*/
}
.btn-orange{
    background: #ef8b39 ! Important;
    color: #fff important;
    padding: 0px 10px;
    height: 38px;
    border: none;
}

.world_post .block-content.panel.vstack{
     display: flex;
    flex-direction: row !important;
    align-items: center; 
    align-self: stretch;
}
.z-999 {
    z-index: 999 !important;
}
.single-post figure.ratio.ratio-2x1{
    aspect-ratio:3/2;
}
.magazine_section .featured-image{
     aspect-ratio:3/4;
}
.cat_breadcrumb{
    margin-top:10px;
}
.cat_breadcrumb .breadcrumb li{
    font-size: 14px;
}
.news_category_page .block-layout .block-content article{
    border-top: 1px solid #e0e0e0;
}

#news_result{
    max-height: 500px;
    overflow-y: scroll;
}


#news_result::-webkit-scrollbar {
    width: 2px;
}

#news_result::-webkit-scrollbar-track {
    background-color: rgba(100, 100, 100, .6);
    width: 2px;
}

#news_result::-webkit-scrollbar-thumb {
   background-color: #11979e;
    border-radius: 20px;
    width: 2px;
}
#news_result article{
    border-bottom:1px solid #83838340;
    border-radius:0 !important;
}
.phone-view .uc-navbar-left{
    display:none !important;
}

.popular-widget article{
    border-top:1px solid #ccc;
    padding: 15px 0 5px;
}
.popular-widget .uc-first-column:first-child article{
     border-top:0px solid #ccc;
}
 .popular-widget .widget-content .row.child-cols-12{
    background:#f7f7f7;
}

@media (min-width: 459px) {
    .sm\:focus\:w-500px:focus, .sm\:hover\:w-500px:hover, .sm\:w-500px, .sm\:w-500px-focus:focus, .sm\:w-500px-hover:hover {
        width: 500px !important;
    }
}
@media (min-width: 768px) {
    .md\:focus\:w-auto:focus, .md\:hover\:w-auto:hover, .md\:w-auto, .md\:w-auto-focus:focus, .md\:w-auto-hover:hover {
        width: auto !important;
    }
    .md\:d-flex, .md\:d-flex-hover:hover, .md\:hover\:d-flex:hover {
        display: flex !important;
    }
}
@media (min-width: 992px) {
    .lg\:focus\:w-3\/4:focus, .lg\:hover\:w-3\/4:hover, .lg\:w-3\/4, .lg\:w-3\/4-focus:focus, .lg\:w-3\/4-hover:hover {
        width: 75% !important;
    }
    .lg\:gap-2 {
        gap: 1rem !important;
    }
     .lg\:gap-3 {
        gap: 1.5rem !important;
    }
    .lg\:d-flex, .lg\:d-flex-hover:hover, .lg\:hover\:d-flex:hover {
        display: flex !important;
    }
}

@media (min-width: 459px) {
    .sm\:order-0 {
        order: 0 !important;
    }
}
@media (min-width: 459px) {
    .sm\:focus\:w-100:focus, .sm\:hover\:w-100:hover, .sm\:w-100, .sm\:w-100-focus:focus, .sm\:w-100-hover:hover {
        width: 100% !important;
    }
}




@media (max-width: 767px) {
    .phone-view .uc-navbar-left{
        display:block !important;
    }
    .sm-d-block,.sm-d-block img{
        display:block !important;
    }
    .uc-navbar .uc-logo{
        width:180px !important;
    }
    .row_col4 article.vstack{
        width:50% !important;
    }
    .india_cat_section .post.vstack{
          width:100% !important;
    }
    .world_post .block-content.panel.vstack {
         display: block;
    }
    .world_post .block-content.panel.vstack .block-left{
        margin-bottom:15px !important;
    }
    .video_post article,.section_five_col  article{
            width: 100% !important;
    }
    .magazine_section article{
        justify-content:center;
        margin-bottom:20px;
    }
    #uc-search-modal .h1{
        font-size:34px !important;
    }
    #news_result .col-12{
        width:110px;
    }
    .single-post h1{
        font-size: 30px !important;
    }
    
    
    
}


