/* show live in news headline */
 
.partyname{
font-size: 1.4em;
color: rebeccapurple;
}
.result{
    font-weight: 700;
}
.tabletophead{
    background: aliceblue;
}


/* live news list  */

 .timeline {
  list-style: none;
  position: relative;
  padding-left: 2px;
  margin: 0;
  /* border-left: 2px solid #3498db; */
  max-height: 250px;
  overflow-y: auto;
}

.timeline li {
  position: relative;
  margin-bottom: 8px;
}

.timeline .time {
  
  color: #ef4d4d;
  margin-bottom: 5px;
  display: block;
}

.timeline .content {
  background: #f5f5f5;
  /* padding:  4px 10px; */
  border-radius: 6px;
  /* border: 1px solid #ddd; */
  font-size: 14px;

      /* padding: 5px 8px; */
    font-size: 1.0em;
    line-height: 25px;
    font-weight: bold;
    max-height: 90px;
    overflow: hidden;
}
.livenewshead{
    max-height: 250px;  margin-top:10px;
}

.tagreadmore a{
    color: #ef4d4d;
    font-size: 1.4em;
}


.D17MarchNewsList h3{
    text-align: center;
    font-size: 1.3em;
}

.D17MarchNewsList p{
    text-align: justify;
}

.D17MarchNewsList .Desc {
    height: 150px;
}

.TopHitTags{
    text-align: center; background: white;
}
/*.LatestNewsList li{*/
/*    background: antiquewhite;*/
/*}*/
.D17MarchNewsList .Desc{
    height: 150px;
}
@media (max-width: 767px) {
    .TopHitTags {
        /*display: none;*/
        overflow-x: auto;
        white-space: nowrap;
        text-align: center; background: white;
    }
    .D17MarchNewsList .Desc{
        height: 60px;

    }
    .D17MarchNewsList .Desc p{
        display: none;

    }
    .D17MarchNewsList h3 {
        font-size: 1.0em;
    }
    .D17MarchTopNews h1{
        font-size: 1.3em;
    }
}

/*t20200 bridge count down box*/
.countdown-box{
    background: url('https://cdn.risingbd.com/media/specialbanner/T20-WorldCup.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /*padding: 0px 50px 0px 0px;*/
}
.countdown-home {
    display: flex;
    align-items: center;
    justify-content: right;
}
.text-center {
    text-align: center!important;
}
.countdown-home .container-day, .countdown-home .container-hour, .countdown-home .container-minute, .countdown-home .container-second {
    margin: 0 15px;
    color: white;
}
.countdown-home .container-day h3, .countdown-home .container-hour h3, .countdown-home .container-minute h3, .countdown-home .container-second h3 {
    font-size: 20px;
    font-weight: 600;
    background: rgba(100, 100, 100, .8);
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 3px;
}
.countdown-box .countdown-title {

    margin-bottom: 10px;
}
.TsHeading{
    padding-bottom: 6px;
    padding-top: 10px;
    font-size: 1.41em;
    line-height: 35px;
    font-weight: bold;
    color: #222;
    text-align: center;}


    /* Some special box  */

    .SpecialBG{
        background: linear-gradient(90deg, rgb(135 148 213) 0%, rgba(255, 255, 255, .2) 61%, rgb(144 195 207 / 68%) 99%)
    }
    .countdown-box{

        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        /*padding: 0px 50px 0px 0px;*/
    }
    .countdown-home {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .text-center {
        text-align: center!important;
    }
    .countdown-home .container-day, .countdown-home .container-hour, .countdown-home .container-minute, .countdown-home .container-second {
        margin: 0 15px;
        color: white;
    }
    .countdown-home .container-day h3, .countdown-home .container-hour h3, .countdown-home .container-minute h3, .countdown-home .container-second h3 {
        font-size: 20px;
        font-weight: 600;
        background: rgb(69 34 82);
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        color: #fff;
        border-radius: 3px;
    }
    .countdown-box .countdown-title {

        margin-bottom: 10px;
    }




    /* Live content on the index right */
.live{
    color: red;
    font-size: 1.0em;
    font-weight: bold;
    
}
.LiveBox{
    margin-top: unset;
    background: aliceblue;
}
.LiveBox h3{
    font-size: 12px;
    font-weight: bold;
    color: #337ab7;
}
.LiveBox h1{
    font-size: 1.0em;
    font-weight: bold;
}
 

/* for show smooth loading the slide images */

.slick-list, .draggable{
    transition-delay: 10ms;
  }
  
  .RbdSpCat, .slide{
      display: none;
  }
  
  