@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@100..900&display=swap');
@font-face {
    font-family: Noto Serif Bengali;
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

body {
    font-family: "Noto Serif Bengali", serif;
    font-family: Noto Serif Bengali,Arial,Helvetica,sans-serif!important
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #fff!important;
    width: 100%;
    min-height: 700px;
}


img {
    font-weight: 300;
    text-align: center;
    max-width: 100%;
    margin: auto;
}
.inner_ad_item p {
    margin: 5px 0 0 !important;
}
.advertisement {
    margin: 5px auto 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin: 15px 0;
}
.plr15 {
    padding-right: 15px;
    padding-left: 15px;
}
header {
    -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0/30%);
    -moz-box-shadow: 0 0 3px 0 rgb(0 0 0/30%);
    -o-box-shadow: 0 0 3px 0 rgb(0 0 0/30%);
    box-shadow: 0 0 3px 0 rgb(0 0 0/30%);
    background-color: #fff;
    padding: 0 10px;
    color: #fff;
    z-index: 9999;
    top: 0;
    left: 0;
    padding-top: 5px;
    position: fixed;
    width: 100%;
}
header #searchBox {
    display: none;
    top: -12px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -16px;
}
header #searchBox span {
    text-align: center;
    font-size: 38px;
    color: #fff;
    position: absolute;
    right: 4px;
    top: 10px;
}
header #searchBox ::placeholder {
    color: #fff;
    opacity: 1;
}
header #searchBox :-ms-input-placeholder,
header #searchBox ::-ms-input-placeholder {
    color: #fff;
}
header input[type="text"] {
    width: 100%;
    background: #ad3434;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -ms-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    border: none;
    height: calc(100% + 22px);
    border-radius: 0;
}
header input[type="text"]:focus {
    outline: 0;
}
header .burger {
    color: #d73129;
    font-size: 30px;
    cursor: pointer;
    -webkit-transform: scaleY(0.65) scaleX(1.15);
    -moz-transform: scaleY(0.65) scaleX(1.15);
    -ms-transform: scaleY(0.65) scaleX(1.15);
    -o-transform: scaleY(0.65) scaleX(1.15);
    transform: scaleY(0.65) scaleX(1.15);
}
header .logo {
    margin-right: auto;
    margin-left: 15px;
    margin-top: 3px;
}
header img {
    width: 180px;
}
header .visible-header {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    justify-content: space-between;
}
header .visible-header .open-app {
    background: #fff;
    text-decoration: none;
    color: #af2c2c;
    padding: 8px 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    outline: 0;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    margin: auto 15px auto auto;
}
header .visible-header .search {
    background: url(https://cdn.jagonews24.com/mobile/assets/images/active-search.png);
    background-size: 20px 20px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin: auto 0;
    margin-left: 0px;
    margin-right: 20px;
}
.scrollmenu {
    background-color: #ffff;
    padding-left: 5px;
    overflow: auto;
    white-space: nowrap;
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0/10%);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgb(0 0 0/10%);
    -webkit-overflow-scrolling: touch;
}
.scrollmenu ol {
    list-style: none;
    padding: 0;
    margin: 0;
/*    margin-top: 75px;*/
}
a.home.active-category {
    margin-top: 65px;
}
.playicon_list h4 {
    margin-top: 0px;
}
.scrollmenu ol li {
    display: inline-block;
}
.scrollmenu ol li a {
    display: inline-block;
    color: #333;
    text-align: center;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}
.scrollmenu ol li a.tag {
    background: #fafafa;
    color: #585858;
    padding: 4px 10px 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: 5px;
    font-size: 16px;
}
.scrollmenu ol li a.active-category {
    color: #d31b21;
    border-bottom: 2px solid;
}
.scrollmenu ol li a:hover {
    color: #d31b21;
}
::-webkit-scrollbar {
    width: 5px;
    height: 0;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #000;
    display: none;
}
.home-menu ol li {
    margin-right: 5px;
}
.horiz-read-more {
    position: relative;
    display: block;
    text-align: center;
    bottom: 0;
    margin: 20px 0 45px;
}
.large-scroll-box .horiz-read-more {
}
.scrollCard .horiz-read-more {
    bottom: -92px !important;
}
.horiz-read-more a {
    color: #000;
    text-decoration: none;
}
.horiz-read-more-outline {
    background: #fff;
    border: 1px solid #1b1919;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 20px;
    padding: 7px 11px;
    position: relative;
    text-align: center;
    width: 160px;
    outline: 0;
    border-radius: 5px;
}
.right-arrow-more {
    left: 12px;
    margin-top: 0;
    position: absolute;
    height: 20px;
    width: 20px;
}
.details-social-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.details_socials {
    margin: 0 !important;
}
.details-social-parent .count {
    background: rgba(111, 29, 29, 0.7);
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
    z-index: 1;
}
.scrollCard {
    overflow-y: hidden;
}
.special-arrangement-scroll {
    padding: 5px 0 1px !important;
    margin: 10px 0 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.special-arrangement-scroll .topics-heading {
    padding-left: 10px !important;
}
.special-arrangement-scroll .scrollbox {
    background: 0 0 !important;
    margin-top: 10px;
}
.special-arrangement-scroll .scrollbox .swippBox {
    width: 240px !important;
    height: 160px !important;
}
.special-arrangement-scroll .horiz-read-more {
    bottom: 70px !important;
}
.lead-article .playicon_list:before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    z-index: 1;
    border-radius: 100%;
    left: 10px !important;
    top: 10px !important;
}
.lead-article .playicon_list:after {
    content: "";
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #333;
    cursor: pointer;
    z-index: 2;
    left: 22px !important;
    top: 18px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
    @media {
        .jn-card_overlay-container img {
            height: intrinsic;
        }
    }
}
.foot-bnar {
    text-align: center;
}
.spa4x1 section.spcial-section-title {
    display: block;
}
@media only screen and (min-width: 600px) {
    body {
        width: 60%;
        margin: 0 auto !important;
    }
}
.subtitle {
    position: relative;
    color: red;
    
}
.subtitle:hover {
    color: red;
}
.slash {
    color: #595959;
    font-weight: 700;
}
.update-circle {
    font-size: inherit;
    animation: on_off_effect 1.5s infinite;
    color: red;
}
@keyframes on_off_effect {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.video-section .scrollbox .swippBox {
    position: relative;
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block;
    width: 260px;
    height: 240px;
    border-radius: 0;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
div#div-gpt-ad-1651999018947-0 {
    text-align: center;
}
.details-header .subtitle {
    color: #015ce9;
}
.lead-article .subtitle {
    display: block;
    font-size: 18px;
}
.slash {
    display: none;
}
h3.news-title .subtitle {
    display: block;
    font-size: 17px;
}
.table-responsive {
    display: block;
    overflow: auto;
    max-height: 248px;
    border: 1px solid #eee;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 1px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.table-responsive tbody tr td p {
    padding: 0 4px !important;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 0;
}
div#padma_countdown {
    position: absolute;
    text-align: right;
    left: 140px !important;
    color: #fff !important;
    font-size: 20px !important;
    top: 18px !important;
    line-height: 22px !important;
    font-weight: 700;
    border-radius: 4px;
}
.marage-achiev-title {
    margin-bottom: 40px !important;
}
.marage-achiev-title h2 {
    margin-top: -20px !important;
}
h2.secTitle.text-center a {
    font-size: 30px !important;
    font-weight: 700;
}
/*.header-title.text-center h2 img{object-fit:cover;height:60px;margin-left:11px}*/






.header-title.text-center h2 {
    padding-right: 0px!important;
}
.adbx{margin-bottom:20px}
.scorcard-container{
    height:180px;
    background:#f5f5f5;
    margin-bottom:20px
}.scorcard-container iframe{
  padding:10px 0;
  height:100px!important}


  .prav-scorecard-box{position:relative;margin-bottom:20px}
  .prav-spon{
     width: 100px;
     float:left;
     height: 115px;
     vertical-align:middle
 }
 .prav-spon img{
     margin-left:1px;
     margin-top:25px;
     vertical-align:middle
 }
 .prav-iframe{
     position:absolute;
     left: 95px;
     right:0
 }

 .prav-iframe iframe{
     border:0;
     width:100%
     background-color:transparent;
 }
 .prav-scorecard-box{
     height: 117px;
     background-color: #e9c710;
     padding:0;box-sizing:border-box;position:relative;border:1px solid #ddd;
     overflow:hidden}.prav-iframe b{
        display:block;
        font-weight: normal;
        margin-left:5px;font-size:18px;padding:2px 10px;color:#333}


        /*============================*/
        .bannar-with-scorecard {
           border-radius: 10px;
           background: #fec011;
       }
       .bannar-with-scorecard img{
           width: 100%;
       }
       .bannar-with-scorecard iframe.srCard {
           width: 100%;
           background-color: transparent;
           border: 0px;
           padding: 10px;
           height: 100px;
           z-index: -9
       }
       .score-adbox{
           text-align: center;
       }
       .score-adbox img{
           text-align: center;
       }

       .boi-mela-box .boi-mela-thum img {
           width: 100%!important;
           object-fit: cover;
           height: auto!important;
           transition: .3s ease-in;
           transform: scale(1);
       }

       .boi-mela-box .boi-mela-content {
        padding: 12px 15px!important;
    }
    .boi-mela-box .boi-mela-content h3 {
        margin-top: 0;
        margin-bottom: 0px;
        font-size: 22px;
        line-height: 26px;
        color: #222;
        font-weight: normal;
    }
    .row.main-boi-mela-box {
        margin-right: 10px!important;
        margin-left: 10px!important;
        margin-bottom: 35px!important;
        background: #fff;
        box-shadow: 0 1px 1px rgb(0 0 0/10%);
        border-radius: 3px;
    }
    a.boimelabtn {
        background: #fff!important;
        color: #222!important;
        border: 1px solid #1b1919!important;
        box-sizing: border-box!important;
        cursor: pointer!importantr;
        font-size: 17px!important;
        height: 36px!important;
        margin: 0 auto!important;
        line-height: 20px!important;
        padding: 7px 11px!important;
        position: relative;
        text-align: center!important;
        width: 160px!important;
        outline: 0!important;
        border-radius: 5px!important;
        margin-bottom: 20px!important;
    }
    .boi-mela-section {
        background: #f5f5f5!important;
        padding-top: 0!important;
        margin-bottom: 30px;
        padding-bottom: 10px!important;
    }
    a {
        text-decoration: none;
    }
    .ads-box {
        text-align: center;
        background: none;
        padding: 0px;
    }

    .list-mid-rbox {position: relative;overflow: hidden;}
    .subtitle {
    position: relative;
    color: red;
    margin-bottom: 0px;
    font-size: 20px;
    display: block!important;
    font-weight: 600;
}
/*.news-list li {
    padding: 8px 0px!important;
   
}*/
.list-mid-rbox .mid-thim {width: 100px;float: right;position: relative;margin-left: 10px;}
.list-mid-rbox .mid-title {margin-left: 0;padding-left: 0px;padding-bottom: 5px;margin-right: 160px!important;}
.list-mid-rbox h2 {
    font-size: 22px !important;
    line-height: 29px;
    padding-left: 3px;
    margin-top: 0px;
    margin-bottom: 0;
    color: #353535;
    font-weight: 600;
}


.audio-video-button {height: 70px;position: absolute;left: 22px;top: 40px;transform: translate(-50%, -50%);
}
.videoplay-transp {
    margin-bottom: 10px;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
}
.category-content-box .subtitle {
    font-size: 20px;
    margin-top: 10px;
    color:red;
}
.audioplay-transp {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
}
.audio-video-button .videoplay-transp {
    margin-bottom: 10px;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}
.audio-video-button .audioplay-transp {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
}

.audio-video-button .audioplay-transp:hover,
.audio-video-button .videoplay-transp:hover {
    background: #fff;
}

.audio-video-button .audioplay-transp .svg-inline,
.audio-video-button .videoplay-transp .svg-inline {
    height: 12px;
    color: #9a1515;
}
.main-list-thum .audioplay-transp .svg-inline,
.main-list-thum .videoplay-transp .svg-inline {
    height: 16px;
    color: #9a1515;
}
.list-mid-rbox .mid-thim img {
    object-fit: cover;
    height: 100px;
}
.maheramadan-section-title a {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    display: inline-block;
}
@media screen and (max-width: 420px) { 
    .namajer-somoy-box-title p {
        margin: 0 auto;
        float: right;
        width: 120px;
        text-align: right;
    }
    .namajer-somoy-box-title {
        margin-bottom: 35px!important;
    }
}

section.eidul-fatar-home {
    background: #edacb1!important;
    padding: 20px 20px;
}
.eidul-fatar-home-content h3 {
    margin: 0;
    line-height: 25px;
    overflow: hidden;
    font-size: 22px;
    font-weight: normal;
}


body {
    overflow-y: scroll!important;
}
.horiz-news {
    background: #000;
    overflow-y: hidden;
    height: auto!important;
}
.slider-wrap {
    width: 100%!important;
    height: 100%!important;
}

/*======================*/
.media-body.m-media-body {
    display: contents;
}
section.elec_result.bg-white .row {
    margin-left: 0!important;
    margin-right: 0!important;
}
section.elec_result.bg-white {
    padding: 10px!important;
}
.eid-special-bannar-section {
    padding-top: 50px;
    padding: 5px;
    background: #f79898!important;
    padding-bottom: 30px;
}
.eid-special-bannar-section .col-xs-6 {
    width: 50%;
    padding-left: 10px;
    float: left;
    padding-right: 10px;
}
.eid-spcial-repost-title img {
    width: 100%!important;
}

/*======================================*/
.social-media {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}

.social-media.pSocial {
    text-align: right;
    margin-top: 20px
}

.social-media li {
    display: inline-block
}

.social-media li a,.social-media li button {
    color: #000;
    border: none;
    background: 0 0;
    padding: 0
}

.social-media li a i,.social-media li button i {
    width: 34px;
    height: 34px;
    border: 1px solid #f5f5f5;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    color: #888
}

.social-media a .fa-facebook:hover,.social-media button .fa-facebook:hover {
    color: #fff;
    background: #1877f2
}

.social-media a .fa-twitter:hover,.social-media button .fa-twitter:hover {
    color: #fff;
    background: #00aced
}

.social-media a .fa-linkedin:hover,.social-media button .fa-linkedin:hover {
    color: #fff;
    background: #007bb6
}

.social-media a .fa-google-plus:hover,.social-media button .fa-google-plus:hover {
    color: #fff;
    background: #d34836
}

.social-media a .fa-youtube-play:hover,.social-media button .fa-youtube-play:hover {
    color: #fff;
    background: red
}

.social-media i.fa.fa-instagram:hover {
    color: #fff;
    background: #eb416f!important
}

.social-media a .fa-android:hover,.social-media button .fa-android:hover {
    color: #8db600
}

.social-media li a .social{
    width: 25px;
    height: 25px;
    padding: 7px;
    border: 1px solid #f5f5f5;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    color: #888;
}
.social-media li a .facebook:hover{
    color: #fff;
    background: #1877f2;
}
.social-media li a .youtube:hover{
    color: #fff;
    background: red;
}
.social-media li a .twitter:hover{
    color: #fff;
    background: #00aced;
}
.social-media li a .instagram:hover{
    color: #fff;
    background: #eb416f!important;
}

.social-media li a .facebook:hover{
    color: #fff;
    background: #1877f2;
}
.social-media li a .youtube:hover{
    color: #fff;
    background: red;
}
.social-media li a .twitter:hover{
    color: #fff;
    background: #00aced;
}
.social-media li a .instagram:hover{
    color: #fff;
    background: #eb416f!important;
}
/*      ====================================================
------------------------------------------------------------  */


div#mscorecard {
    width: 100%;
    position: relative;
    /* border: 1px solid #ddd; */
    margin-top: 9px;
    margin-bottom: 9px;
}
#mscorecard .time-schudule-box .list-group-item .score{
    margin-top: 0px!important;
}
.ad-large.block-banner-title {
    display: none!important;
}
#mscorecard .block-banner-sm-title {
    position: absolute;
    height: 42px;
    border: 0px !important;
    width: auto !important;
    top: 20px;
    left: 6px;
}
#mscorecard .score-content {
    margin-left: 85px;
    border: none!important;
    border-left: 1px solid #ddd;
}
#mscorecard .time-schudule-box .list-group-item{
    margin-bottom: 0px!important;
}

@media screen and (max-width: 746px){

    .sponsor-content {
        width: 75px!important;
        height: 30px!important;
        overflow: hidden;
        bottom: 15px!important;
    }
    #div-gpt-ad-1693308989293-0{
        width: 75px!important;
        height: 30px!important;
    }
}

.icc_worldcup_coun {
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    height: 110px;
    width: 300px!important;
    background: #320073;
    overflow: hidden;
}

section.icc-special-bannar-section {
    margin-bottom: 20px!important;
    background: #fdcee9!important;
    overflow: hidden;
    padding: 0px!important;
}
.col-md-3.col-sm-3.col-xs-6 {
    width: 50%;
    float: left;
    padding-left:7px;
    padding-right: 7px;
}
.icc-special-bannar-box {
    margin-bottom: 7px!important;
}
.spa4x1 .header-title h2 {
    color: #fff !important;
}

.icc-run-over {
    font-size: 11px!important;
    font-weight: normal!important; 
}
.icc-scoreboard .card-header .icc-teams-area {
    font-weight: normal!important;
    font-size: 17px!important;
    
}

section.boi-mela-section .row-flex {
    overflow: hidden;
    height: 260px!important;
}
.boimela-section-title a h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 24px!important;
    margin-top: 0;
    color: red;
    text-align: center;
    border-bottom: 2px solid red;
}
/*=======================================================*/

.video-page-category-sec:nth-child(even) {
    background: #cdcdcd;
}

.video-category-box {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.video-category-thum img {
    width: 100%;
    height: auto;
}

.video-category-thum {
    position: relative;
}

.video-category-content h3 {
    margin: 0px;
    font-size: 24px;
    font-weight: 300;
    padding: 15px 0px;
}

.video-category-box a {
    color: #222;
}

.video-page-category-sec {
    padding: 15px;
}

.tabs-category-tittle h2 {
    margin-top: 0px;
    font-weight: 300;
    font-size: 25px;
}

.tabs-category-area .btn-block {
    border: 1px solid #222;
    text-align: center;
    display: block;
    padding: 10px;
    background: #ec1f27;
    color: #222;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 18px;
}
.one_click_country_news {
    overflow: hidden;
}
/*=========================Video Page design Csss========================*/
.m-responsive {
    width: 100%;
    height: auto;
}
a{
    font-display: block;
    text-decoration: none;
}
.m-container {
    padding-left: 10px;
    padding-right: 10px;
}
.m-section-title {
    font-size: 25px;
    margin: 0px;
    /* background: #f5f5f5; */
    margin-bottom: 15px;
    padding: 5px 10px;
    font-weight: normal;
    border-left: 5px solid #fb0303;
}

.m-section-title a {
    color: #F44336;
}
.m-video-section {
    padding: 20px 0px;
    background: #f5f5f5;
}
.m-video-section:nth-of-type(odd) {
    background: #fff;
}
.m-video-title-sm h3 {
    padding-left: 2px;
}
.m-row {
    position: relative;
    overflow: hidden;
}
.m-100-box {
    width: 100%;
    float: left;
}
.m-video-lead,.m-video-lead-sm {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    height: 100%;
}
.m-row-flex{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.m-video-thum,.m-video-thum-sm {
    position: relative;
    box-sizing: border-box;
}
.m-video-title h3 {
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 0px;
    color: #222;
    font-weight: normal;
}
.m-video-title ,.m-video-title-sm {
    padding: 10px 0px;
}
.m-50-box {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
/*==========================*/
.m-video-title-sm h3 {
    margin: 0px;
    font-weight: normal;
    color: #222;
}
.m-video-icon:after,
.m-video-icon-sm:after {
    content: "";
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #333;
    cursor: pointer;
    z-index: 2;
    left: 22px!important;
    top: 18px!important;
}



.m-video-icon:before,
.m-video-icon-sm:before {
    content: "";
    position: absolute;
    background: rgba(255,255,255,.8);
    width: 30px;
    height: 30px;
    z-index: 1;
    border-radius: 100%;
    left: 10px!important;
    top: 10px!important;
}
/*--------------------*/
.m-100-box .m-video-thum-sm {
    width: 100px;
    float: left;
    height: 100%;
}
.m-100-box .m-video-title-sm {
    margin-left: 100px;
    padding: 0px;
    padding-left: 10px;
    height: 100%;
}
.m-100-box.thum-right .m-video-thum-sm {
    width: 100px;
    float: right;
    height: 100%;
}
.m-100-box.thum-right .m-video-title-sm {
    margin-left: 0px;
    padding: 0px;
    margin-right: 100px;
    padding-right: 10px;
    height: 100%;
}
.m-100-box .m-video-thum-sm img {
    height: 72px;
    object-fit: cover;
}
.m-100-box .m-video-lead-sm {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    height: 100%;
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
}
.load-more {
    background: #C62828!important;
    color: #fff!important ;
    border: 1px solid #c62828!important;
    border-radius: 6px!important;
}

/*    ===========================    */

.spa4x1 .spcial-section-title {
    padding: 10px 0px!important;
}
.spa4x1 .header-title h2 {
    font-size: 20px!important;
}
.voter-howa-tittle h3 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 0px!important;
    color: #e65a5a;
    border-bottom: 2px solid #e65a5a;
}
.voter-howa-latest-box .voter-howa-latest-content h3 {

    margin-bottom: 0px!important;
    font-weight: normal!important;
}
.voter-howa-latest-box {

    border-bottom: 1px dotted #1a1818!important;
    padding-bottom: 5px!important;
    margin-bottom: 8px!important;
}
.national_election_coun {
    display: none;
}

div .national_election {
    margin-right: 80px!important;
    margin-left: 7px!important;
    color: #b30f0f !important;
    font-size: 20px !important;
    text-align: center;
    line-height: 27px !important;
    margin-top: 25px!important;
    padding: 0px !important;
    font-weight: 700!important;
    bottom: 0!important;
    border-radius: 4px!important;
}
.national_election_coun h3 {
    color: #0d8455;
    font-size: 17px;
    position: absolute;
    left: 10px;
    display: none!important;
}
.national_election_coun {
    margin: 8px auto;
    border: 2px double #b30f0f;
    position: relative;
    height: 110px;
    width: 300px;
    background: #ffffff!important;
    overflow: hidden;
}


/*-------------------Election Chart box----------------------------*/

/*--------------------------*/
.national-election-home-sec{
    padding: 50px 15px;
    position: relative;
    height: auto; 
    background: #e9ecef;
    
    background-repeat: on-repeat;
    background-size: 100% 100%;
    
}

.home-result-content-box {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    margin-top: 50px;
    position: relative;
    padding-top: 50px;
}
.home-result-content-thum {
    height: 75px;
    transform: translate(-50%);
    left: 50%;
    width: 75px;
    position: absolute;
    background: #fff;
    top: -40px;
    border: 1px solid #ddd;
    border-radius: 50%;
    overflow: hidden;
}
.home-result-content-thum img{
    width: 100%;
}
.home-result-content-box h2 {
    font-size: 22px;
    margin-top: 0;
    color: #222;
}
.home-result-content-box p{
    color: #222;
    margin-bottom: 0px;
    font-size: 18px;
}
.neWparty {
    height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}
.home-result-content-box p{
    color: #222;
    margin-bottom: 0px;
    font-size: 18px;
}
/*================*/
.national_ele-result-title h2 {
    font-size: 24px;
    margin-top: 0px;
    padding-bottom: 10px;
    position: relative;
}
.national_ele-result-title h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #b30f0f;
}
.national_ele-result-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #b30f0f;
}
.home-short-statics p {
    font-size: 17px;
    background: #fff;
    padding: 8px 15px;
    border-radius: 10px;
    color: #222;
}
.neCanvas{
    margin:0 auto;
    width: 380px;
    height: 380px;
}
@media only screen and (max-width: 768px) {
 .neCanvas{
    margin:0 auto;
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
} 
section.national-election-home-sec .col-md-4:nth-child(3) {
    display: none;
}
}
section.national-election-home-sec .col-md-4:nth-child(3) {
    display: none;
}
section.national-election-home-sec:after {
    content: "দ্বাদশ জাতীয় সংসদ নির্বাচন";
    position: absolute;
    top: 0;
    background: #d31b21;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    color: #fff;
}

.inner_ad_item {
    display: flex;
    padding: 2px 0;
    flex-direction: column;
    align-items: center;
    margin-bottom: 14px;
    background: #fff!important;
}
/* =============================== */
img.img-responsive.desktop {
    display: none;
}

img.img-responsive.mobile {
    width: 100%;
}
.container{
    padding-left: 15px;
    padding-right: 15px;
}
.special-three-latest-box .special-three-latest-content h3 {
    color: #222;
    font-size: 22px;
    line-height: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
}
.flex-borer-left {
    border-left: 0px!important;
    width: 100%;
}

.sarbojoninTimeRamjan .panel-body .date-timeinfo table tbody tr td {
    width: 100px;
    padding: 3px 7px!important;
    font-size: 14px!important;
    /* font-weight: 200!important; */
    color: #343434;
    border-top: 0!important;
    border-left: 0!important;
}
.sarbojoninTimeRamjan .panel-body .date-timeinfo table thead tr th {
    width: 100px;
    padding: 5px 0;
    font-size: 16px!important;
    color: #fff;
    border: 0px!important;
    font-weight: 400;
    background: #ab3839;
}
.sarbojoninTimeRamjan .panel-body table {
    width: 100%;
    margin-bottom: 0;
    border: 0px!important;
    border-spacing: 0;
}

/*===============*/
.special-three-section .row-flex {
    display: block!imporant;
    flex-wrap: wrap;
}
.special-three-tittle h3 {
    font-size: 26px;
    border-bottom: 4px solid #2a2929;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 0px;
}
.special-three-tittle a {
    color: #222;
}


.details-body ul li a {
    list-style: disc;
    line-height: 32px;
    border: 1px solid #ffe8e8;
    border-left: 4px solid #2261a9;
    padding: 3px 15px;
    margin-bottom: 6px;
    color: #026de7;
    display: inline-block;
    font-size: 19px;
    background: #fff;
}

.details-body ul {
    padding-left: 0px;
    font-size: 20px;
    text-align: justify;
    margin-bottom: 20px;
}
.details-body ul li {
    list-style: none;
    line-height: 32px;
}
/*===============================================================*/
.subtitle a {
    position: relative;
    color: red!important;
    margin-bottom: 6px;
    font-size: 17px;
    display: block!important;
}

.copaeuroMbannar{
    padding-top: 10px;
    padding-bottom: 10px;
}
.copaeuroMbannarbox{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.euro-bannar{
    margin-bottom: 10px;
}


/*========================Dengu Campaign===========================*/
.dengu2024-page-nav {
    padding: 16px 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px;
    background-image: url(https://cdn.jagonews24.com/media/dengu2024/dengu-banner-1920-130-background.jpg)!important;
}




.dengu2024-page-nav .navbar-nav li a {
    padding: 6px 9px!important;
    color: #000!important;
    font-size: 20px!important;
    background-color: rgba(255,255,255,.5);
    margin-right: 9px;
    display: block;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

.dengu2024-page-nav .navbar-nav li a:hover {
    color: #b4191f;
    background: #fff;
    transition: all .3s ease-in-out;
}

/*=========================*/
.admission-page-nav.m {
    position: relative;
    padding: 60px 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px;
    background-image: url(https://cdn.jagonews24.com/media/uv/university+admission-m.jpg)!important;
}




.admission-page-nav.m .navbar-nav li a {
    padding: 0px 4px!important;
    color: #000!important;
    font-size: 20px!important;
    background-color: rgba(255,255,255,.5);
    margin-right: 4px;
    display: block;
    border-radius: 10px;
    transition: all .3s ease-in-out;
/*    display: none;*/
}
.admission-page-nav.m ul.nav.navbar-nav {
    position: absolute;
    bottom: -10px;
}
.admission-page-nav.m .navbar-nav li a:hover {
    color: #b4191f;
    background: #fff;
    transition: all .3s ease-in-out;
}
.navigation-tittle h2 {
    color: #000!important;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 0px;
}
section.dengu2024-content-section {
    padding: 50px 0px;
}
.dengu2024-lead-section {
    background: #fff;
    padding: 15px;
}
.tittle-mar-bottom20 {
    margin-bottom: 20px;
}
.all-section-title a {
    color: #222;
}
.all-section-title h2 {
    margin: 0px;
    font-size: 35px;
}
.tittle-tags-area a {
    font-size: 17px;
    color: #222;
    display: inline-block;
    padding: 5px 5px;
    margin-right: 15px;
    position: relative;
}
.tittle-tags-area a:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #9d9fa0;
    left: -10px;
    top: 10px;
    border-radius: 50%;
}
.dengu2024-content-thum {
    position: relative;
    overflow: hidden;
}
.dengu2024-content-box:hover .dengu2024-content-thum img{
    transition: all .3s ease-in-out;
    transform: scale(1.1);
}
.dengu2024-content-thum img{
    transition: all .3s ease-in-out;
    transform: scale(1);
}
.dengu2024-title-here h2 a {  
    color: #222;
}
.dengu2024-content.lead-box .sub-tittle {
    font-size: 26px;
    color: red;
    margin-bottom: 6px;
    display: block;
}
.dengu2024-title-here h2 {
    font-size: 26px;
    color: #222;
    margin-bottom: 15px;
}
.dengu2024-dengu2024 {
    margin-left: 10px;
}
.dengu2024-dengu2024 a {
    display: inline-block;
    padding: 9px 8px;
    font-size: 21px;
    position: relative;
}
.dengu2024-content.lead-box a{

    color: #222;
}
.dengu2024-content.lead-box a:hover{

    color: #337ab7;
}
.dengu2024-content.lead-box h3 {
    font-size: 22px;
    margin: 0;
    line-height: 28px;
}
.dengu2024-list-content-thum img {
    width: 100%;
}
.dengu2024-content.lead-box p {
    margin-top: 10px;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    color: #454545;
    -webkit-box-orient: vertical;
}
.dengu2024-content a{
    color: #222;
}
.dengu2024-content h3 {
    font-weight: normal;
    font-size: 22px;
    margin: 0;
    line-height: 28px;
    color: #333;
}
.dengu2024-content a:hover {
    color: #337ab7;
}
.dengu2024-content {
    padding: 10px;
    padding-left: 0;
}
.dengu2024-content-box {
    height: 100%;
    
}
.dengu2024-special-newsBox {
    background: #fee4e1;
    overflow: hidden;
    padding: 15px;
    border-top: 5px solid #f59187;
    border-bottom: 1px solid #f59187;
}

.lead-firstBox {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.row-flex.lead-secBox {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0px;
}

.lead-secBox .dengu2024-list-content-box {
    margin-bottom: 10px;
    height: 100%;
}

.lead-secBox .dengu2024-list-content a {

    color: #333;
}
.lead-secBox .dengu2024-list-content h3 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
}
.lead-secBox .dengu2024-list-content a .sub-tittle {
    font-size: 18px;
    color: red;
    margin-bottom: 6px;
    display: block;
}
.lead-secBox .dengu2024-list-content a:hover {
    color: #337ab7;
}
.lead-secBox .dengu2024-list-content-thum {
    position: relative;
}
.lead-secBox .dengu2024-list-content-thum img {
    object-fit: cover;
    height: 120px;
}
.lead-secBox .dengu2024-list-content p {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color:#454545 ;
    margin-top: 10px;
}

.special-section-tittle h3 {
    padding-bottom: 0px;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.dengu2024-list-content-box {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.dengu2024-list-content a {

    color: #333;
}

.dengu2024-list-content h3 {
    margin-top: 0;
    font-size: 22px;
    color: #222;
    margin-bottom: 0px;
    line-height: 24px;
    font-weight: normal;
}
.dengu2024-list-content-thum img {
    height: auto;
    object-fit: cover;
}
.col-md-6.relative.afterborder::after {
    content:"";
    width:0px;
}
a .dengu2024-list-content  .sub-tittle {
    font-size: 18px;
    color: red;
    margin-bottom: 6px;
    display: block;
}
a:hover .dengu2024-list-content  {
    color: #337ab7;
}
.dengu2024-list-content-thum {
    position: relative;
}
.dengu2024-list-content p {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #454545;
}

.audio-video-button {
    height: 70px;
    position: absolute;
    left: 22px;
    top: 40px;
    z-index: 9;
    transform: translate(-50%, -50%);
}
span.videoplay-transp {
    margin-bottom: 10px;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
}

span.audioplay-transp {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
}
.audio-video-button span.videoplay-transp {
    margin-bottom: 10px;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}
.audio-video-button span.audioplay-transp {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
}

.audio-video-button span.audioplay-transp:hover,
.audio-video-button span.videoplay-transp:hover {
    background: #fff;
}

.audio-video-button span.audioplay-transp .svg-inline,
.audio-video-button span.videoplay-transp .svg-inline {
    height: 12px;
    color: #9a1515;
}


/*===================================*/
.dengu2024-special-section{
    padding: 30px 0px;
}
.special-section-tittle h2{
    margin-bottom: 20px;
    margin-top: 0px;
}
.special-section-tittle h2 a{
    color: #222;
}

.dengu2024-video-section{
    padding: 30px 0px;
}
.video-section-tittle h2{
    margin-bottom: 20px;
    margin-top: 0px;
}
.video-section-tittle h2 a{
    color: #222;
}
.dengu2024-special-section .row-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0px;
}
.dengu2024-video-section .row-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0px;
}
.dengu2024-video-newsBox {
    background: #f5f5f5;
    overflow: hidden;
    padding: 15px;
    border-top: 5px solid gray;
    border-bottom: 1px solid gray;
}
.bl-home-video-button {
    position: absolute;
    top: 50%;
    left: 50%;
         /* height: 40px;
         width: 65px;
         border-radius: 5px; */
         border-radius: 50%;
         height: 51px;
         width: 51px;
         /* background-color: rgb(235 11 11 / 73%); */
         background-color: #c62828b5;
         text-align: center;
         line-height: 41px;
         font-size: 20px;
         color: #fff;
         transform: translate(-50%, -50%);
         transition: all .3s ease-out;
     }

     .bl-home-video-button:after {
         /* top: 10px;
         left: 25px; */
         top: 16px;
         left: 19px;
         position: absolute;
         content: "";
         width: 0;
         height: 0;
         border-top: 10px solid transparent;
         border-left: 17px solid white;
         border-bottom: 10px solid transparent;
     }
     /*===============================*/
     .videoplay-transp.copa-videoIcom {
        height: 50px!important;
        width: 50px!important;
    }
    .videoplay-transp.copa-videoIcom .svg-inline {
        height: 20px!important;
        margin-top: 15px;
    }
    .copaVideoButton{
        left:50%!important;
        height: auto;
        top:50%!important;
        transform: translate(-50%, -50%);
    }
    .special-readmore-tittle{
        border-top: 5px solid #ddd;
        margin-bottom: 30px;
    }
    .special-readmore-tittle h2 a{
        color: #222;
    }
    .loadmorebuttonhere .btn-danger {
        padding: 10px 40px;
        font-size: 20px;
        color: #fff;
    }
    .loadmorebuttonhere .btn-danger:hover{
        color: #fff;
    }
    .dengu2024-all-section{
        padding: 30px 16px;
    }
    .relative{
        position: relative;
    }
    .afterborder::after {
        position: absolute;
        content: "";
        width: 1px;
        background: #ddd;
        top: 0px;
        bottom: 0px;
        right: 0;
    }
    ul.nav.navbar-nav {
        margin: 0;
        padding: 10px;
        list-style-type: none;
        overflow:hidden;
    }
    ul.nav.navbar-nav li{
        float:left;
        overflow:hidden;
        margin-bottom:10px
    }
.desktopImg{
        display: none;
     }
     .mobileImg{
        display: block;
     }
     img.mobileImg.img-responsive{
        width: 100%;
     }
/*    =============================== */
.details-body p {
    margin: 0 0 10px;
    font-size: 20px!important;
    line-height: 27px!important;
    color: #454545;
}
.details-header h1 {
    font-size: 30px!important;
    margin: 0;
    font-weight: 600!important;
    line-height: 40px!important;
}

.details-body ul {
    padding-left: 0px;
    font-size: 16px!important;
    text-align: left!important;
}
.topics-heading h2 {
    position: relative;
    font-size: 20px!important;
    line-height: 20px;
    color: #be3128;
    height: auto;
    padding: 0 22px;
    float: none;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-weight: normal!important;
}

.details_read_more ul li a {
    color: #000;
    text-decoration: none;
    font-size: 17px!important;
    line-height: 28px!important;
}

.inner-content p {
    color: #181818;
    font-size: 19px!important;
    line-height: 26px;
    padding: 0 15px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


.boi-mela-box .boi-mela-content h3 {
    margin-top: 0;
    font-size: 22px!important;
    line-height: 26px;
    color: #353535!important;
    font-weight: 600!important;
}
.bishesh-proti-sec-title h3 {
    font-size: 22px!important;
    margin-top: 0px;
    color: #353535;
    font-weight: 400!important;
    border-bottom: 4px solid #d31b21;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 28px;
}
.bishesh-protibedon-content h3 {
    margin-top: 0px;
    font-size: 25px!important;
    color: #353535!important;
    font-weight: 600!important;
    margin-bottom: 10px;
    line-height: 35px;
}
.lead-article .inner-content h3 {
    color: #353535;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 10;
    font-weight: 600!important;
    margin: 0;
    padding: 5px 15px;
    background: #fff;
    width: 100%;
    font-size: 25px!important;
    line-height: 35px!important;
}

.mt-30.large-scroll-box.lifestyle-section h3 {
    padding: 0px!important;
    font-size: 22px!important;
    line-height: 28px;
}
.mt-30.large-scroll-box.technology-section h3{
    padding: 0px!important;
    font-size: 22px!important;
    line-height: 28px;
}
.mt-30.large-scroll-box.travel-section h3{
    padding: 0px!important;
    font-size: 22px!important;
    line-height: 28px;
}
.topics-heading h2 {
    position: relative;
    font-size: 22px!important;
    line-height: 20px;
    color: #353535;
    font-weight: 600;
    height: auto;
    padding: 0 10px;
    float: none;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 5px;
    line-height: 28px;
}
.scrollCard .swippCard h3 {
    margin: 7px 10px;
    font-size: 20px!important;
    font-weight: normal!important;
}

.details-body h2 {
    font-size: 22px!important;
    margin-top: 0px;
    margin-bottom: 15px;
}
.lead-article.photo-lead-article {
    margin-bottom: 10px!important;
    padding-bottom: 10px!important;
}
.m-container {
     width: auto!important;
    padding-left: 10px;
    padding-right: 10px;
}
main{
    overflow: hidden;
}
.inner_ad_item p {
    font-size: 14px!important;
}
.bishesh-protibedon-content p {
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3!important;
    line-clamp: 3!important;
    -webkit-box-orient: vertical;
    color: #454545;
    margin-bottom: 30px;
}

/*==============*/
.scoreboard-wrapper {
    flex: 1;
    background: #112b4e !important;
    padding: 2px 4px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 5px 5px;
}
.acc-video-section {
    padding: 50px 0px;
    background-color: rgba(152, 30, 91,.8)!important;
}
.acc-video-box {
    background: #981e5b!important;
    height: 100%;
}
.scorecard-adv {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #040001!important;
    border: 1px solid #4e339d;
    padding: 10px!important;
}
.scorecard-main-box {
    width: 300px;
    height: auto;
    display: grid;
    grid-template-columns: 90px auto;
    margin: 0 auto;
    overflow: hidden!important;
    margin-bottom: 6px;
}
/*============================*/

.extra-section .title {
    margin: 0;
    font-size: 23px!important;
    color: #353535!important;
    font-weight: 600;
    line-height: 35px;
}
.slider-wrap .slider {
    background: #fff;
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
}
.extra-section .description {
    margin: 10px 0 15px;
    color: #222!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 18px!important;
    -webkit-box-orient: vertical;
}

.slide-wrapper {
    background: #fff!important;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 15px;
    height: auto!important;
    width: auto!important;
    box-shadow: 0px 6px 18px -15px;
}

.holder {
   background: #fff!important;
    overflow-y: auto;
}
.details-social-parent {

    justify-content: space-between;
    align-items: center;
    display: none!important;
}
.subtitle {
    position: relative;
    color: red;
    margin-bottom: 0px;
    font-size: 18px!important;
    display: block!important;
    font-weight: 600;
}
.news-list li .news-title {
    font-size: 20px!important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    padding-left: 1px;
    color: #434343;
    font-weight: 600;
    margin: 0;
    line-height: 31px;
}
.scrollbox .swippBox .inner-content h3 {
    overflow: hidden;
    color: #555;
    position: relative;
    left: 0;
    z-index: 10;
    font-size: 20px;
    line-height: 30px;
    margin-top: 2px;
    white-space: initial;
    font-weight: 600!important;
    margin-bottom: 0;
}
.news-list li {
    height: auto;
    padding: 17px 1px;
    margin: 0 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    list-style: none;
    overflow: hidden;
}

.scrollmenu.top {
    margin-top: 0px;
}
.time-schudule-box .list-group-item p {
    margin-bottom: 0px!important;
    font-size: 17px!important;
    margin-top: 0px!important;
}
.scorecard-adv img {
    width: 100% !important;
    margin-top: 15px!important;
}
.wrap {
    margin: 20px auto;
    width: auto;
    background: #000;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    display: none;
}
.stat-box {
    display: none;
}
div#containerElem {
    display: none!important;
}
.tranding-tag-gray.scrollmenu {
    padding-bottom: 10px;
}
.video-trend-cont {
    margin-bottom: 15px;
}
.scrollmenu.video {
    margin-top: 65px;
}
.tranding-tag-gray span {
    font-weight: 700;
    font-size: 17px;
    margin-left: 10px!important;
    margin-right: 10px;
}