@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');
*,::before,::after{box-sizing:border-box;padding:0;margin:0}
html {scroll-behavior: smooth;}
body{margin:0;font-family:'Noto Sans',sans-serif;font-size:18px;font-weight:400;line-height:25px;color:#666;text-align:left;background-color:#fff;}


/*
   Global css
--------------------------------------*/

*{padding:0;margin:0;box-sizing:border-box}
a{text-decoration:none}
ul{list-style:none}
.container{width:100%;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto}
.at_row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}
@media (min-width:1270px) {
    .container{max-width:1270px;margin:0 auto;padding:0}
}
@media (min-width:768px) and (max-width:1100px) {
    .container{padding-right:20px;padding-left:20px}
}

.main-panel-elec{display: flex;flex-wrap: wrap;width:100%;margin: 0 auto;}
.main-panel-elec .el-left-panel{width: 100%;}
.main-panel-elec .el-right-panel{width:100%;}
.main-nav{
    margin-bottom: 10px;
}

/*
   photo gallery
-----------------------------------------------*/
.photo-widget{
    border-bottom: 1px solid #d1d1d1;
}
.election-photo-5-gallery, .election-photo-gallery{
    padding: 0px 25px 15px 25px;margin: 10px 0px 0px 0px;
    position: relative;}
.election-photo-gallery{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 25px;
    margin: 0 -18px;
}
.election-photo-gallery .el-photo-item{
    width: 100%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 18px;
}
.election-swiper .photo-el-thump, .election-photo-gallery .photo-el-thump{
    position: relative;
    border:1px solid #d2d2d2;
    line-height: 0px;
}
.election-swiper .el-thumb-icon, .election-photo-gallery .el-thumb-icon{
    position: absolute;
    bottom: 9px;
    left: 9px;
}
.election-swiper .el-thumb-icon svg, .election-photo-gallery .el-thumb-icon svg{
    -webkit-filter: drop-shadow( 0px 0px 3px rgba(0, 0, 0, .7));
    filter: drop-shadow( 0px 0px 3px rgba(0, 0, 0, .7));
}
.election-swiper .el-l-text, .election-photo-gallery .el-l-text{font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    margin: 9px 0px 0px 0px;}
.election-swiper .el-count-text, .election-photo-gallery .el-count-text{font-size: 14px;
    line-height: 28px;
    color: #666666;
    display: none;
}
.election-swiper img, .election-photo-gallery img{width: 100%;}
.live-update-container {
        width: 100%;
        height: auto
    }

    .live-update-body {
        width: 100%;
        height: auto;
        border: 1px solid #d1d1d1;
        border-radius: 4px;
        padding: 0px;
        background-color: #f5f5f5;
        
    }

    .live-update-body ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .live-update-body ul li {
        width: 100%;
        background-color: #ebebeb;
        border: 1px solid #d1d1d1;
        padding: 5px 5px 6px 5px;
        border-radius: 5px;
        margin-bottom: 10px
    }

    .live-update-body ul li:last-child {
        margin-bottom: 0
    }

    .live-list-group {
        width: 100%
    }

    .live-list-group h4 {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 6px;
        color: #000;
        font-weight: 700;
        position: relative
    }

    .live-list-group h4::before {
        content: '';
        position: absolute;
        background-image:{ secure_asset('img/red-dots.png')}
        background-repeat:no-repeat;
        height:7px;
        width:7px;
        top:5px;
        left:-13px
    }

    .live-list-group p {
        font-size: 15px;
        color: #666;
        font-weight: 400;
        line-height: 22px
    }

    .live-update-container #mCSB_2_scrollbar_vertical {
        right: -3px
    }

    .sidebar .showcase .content {
        float: left;
        width: 100%;
        height: 250px;
        max-height: 250px;
        padding: 10px
    }

    .sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        position: relative;
        width: 4px;
        margin: 0 auto;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        text-align: center
    }

    .sidebar .mCSB_scrollTools .mCSB_draggerRail {
        background-color: #dbdbdb;
        background-color: rgba(219, 219, 219, 1);
        width: 6px;
        display: none
    }

    .sidebar .mCSB_inside>.mCSB_container {
        margin-right: 0
    }

    .sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: rgba(215, 39, 34, 1)
    }

    .live-update-container .content {
        width: 100%;
        height: 295px;
        background-color: #fff;
        border:none;
        overflow-y: scroll;
        padding-left: 16px;
        padding-right: 5px;
    }

    .live-update-body>ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
    }

    .live-update-body>ul::before {
        position: absolute;
        content: '';
        background: #d9d9d9;
        height: 91%;
        width: 1px;
        top: 20px;
        left: -5px;
    }
    

    .live-update-container .content::-webkit-scrollbar {
        width: 5px;
      
      }
      
      .live-update-container .content::-webkit-scrollbar-track {
        background-color: #dbdbdb;
        border-radius: 100px;
      }
      
      .live-update-container .content::-webkit-scrollbar-thumb {
        border-radius: 100px;
        background-color: #a8a4a1;
        box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
      
      }

    .live-update-body>ul>li {
        width: 100%;
        background-color: transparent;
        border: 0;
        padding: 5px 0 0px 10px;
        border-radius: 5px;
        margin-bottom: 10px;
        position: relative;
    }
    .live-update-body>ul>li::before {
        position: absolute;
        content: '';
        width: 18px;
        height: 18px;
        background-color: #bf0200;
        left: -13px;
        top: 4px;
        border-radius: 50%;
        border: 5px solid #fff;
    }

    .live-update-body>ul>li>.live-update-inner-body {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap
    }

    .live-update-body>ul>li .live-update-Lhs-img {
        width: 58px;
        height: auto;
        margin-right: 15px
    }

    .live-update-body>ul>li .live-update-Lhs-img img {
        width: 100%;
        height: auto;
        display: block;
        border: 1px solid #d1d1d1
    }

    .live-update-body>ul>li>.live-update-inner-body>.live-update-Rhs-body {
        width: calc(100% - 73px);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .live-update-body>ul>li>.live-update-inner-body>.live-update-Rhs-body .live-update-Rhs-content {
        margin-right: 10px;
        width: calc(100% - 95px)
    }

    .live-update-body>ul>li>.live-update-inner-body>.live-update-Rhs-body .live-update-Rhs {
        width: 85px
    }

    .live-update-Rhs-content h3 {
        font-size: 16px;
        font-weight: 700;
        color: #000
    }

    .live-update-Rhs-content h3 a {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        line-height: 24px
    }

    .live-update-Rhs-content h5 {
        font-size: 14px;
        font-weight: 400;
        color: #666;
        margin-top: 3px
    }

    .live-update-Rhs>.ekminslider-shere-audio {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 10px
    }

    .content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: rgba(215, 39, 34, 1)
    }

    .content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #d71920;
        background-color: rgba(215, 39, 34, .85)
    }

    .content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
    .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
        background-color: rgba(215, 39, 34, .85) !important
    }
.bt_widget{width:100%;position:relative}
    .bt_widget .head{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 0}
    .bt_widget .head h2{padding-left:10px;font-size:18px;font-weight:700;color:#000;line-height:28px}
    .bt_widget .swiper-button-next,.bt_widget .swiper-button-prev{top:4px;margin-top:0;background-image:none;width:20px;height:20px;background-color:#d71920;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:center}
    .bt_widget .swiper-button-next{right:0}
    .bt_widget .swiper-button-prev{right:35px;left:auto}
    .bt_widget .swiper-button-next.swiper-button-disabled,.bt_widget .swiper-button-prev.swiper-button-disabled{background-color:#d5d5d5;opacity:1}
    .bt_widget .swiper-button-next svg,.bt_widget .swiper-button-prev svg{height:13px;width:13px;fill:#fff}
    .bt_widget .swiper-button-prev svg{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg)}
    .bt_widget .swiper-button-next.swiper-button-disabled svg,.bt_widget .swiper-button-prev.swiper-button-disabled svg{fill:#969696}
    .with-border{border:1px solid #dbdbdb}


.live-update-container .mCSB_container{padding: 0px;}
.live-update-container .live-update-body .mCSB_scrollTools{right: -8px;}


    /* Budget Global style */

    .testi-content{text-align:center;width:100%;max-width:333px;margin:0 auto;padding:12px 10px 20px}
    .testi-content .testi-image{width:70px;height:70px;margin:0 auto;border:3px solid #144a6a;border-radius:50%;position:relative;overflow:hidden;margin-bottom:10px}
    .testi-content .testi-image img{position:absolute;top:50%;left:50%;border-radius:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
    .testi-title{position:relative}
    .testi-title h3{font-size:20px;line-height:26px;color:#000;font-weight:700;margin-bottom:5px}
    .testi-title p{font-size:16px;line-height:24px;color:#000}
    .quote_icon{position:absolute;top:-24px;left:2px;z-index:-1}
    .u_budget .des{background-color:#d0dbe1;padding:21px 15px 10px;position:relative; height: 218px}
    .u_budget .des::before{content:'';position:absolute;top:-1px;left:50%;-webkit-transform:translatex(-50%);-ms-transform:translatex(-50%);-o-transform:translatex(-50%);transform:translatex(-50%);height:0;width:0;border-top:13px solid #fff;border-left:12px solid transparent;border-right:12px solid transparent}
    .u_budget .des h5{font-size:20px;color:#000;text-align:center;margin-bottom:5px}
    .u_budget .des h5 span{position:relative}
    .u_budget .des h5 span::before,.u_budget .des h5 span::after{content:'';position:absolute;top:50%;height:1px;width:30px;background:#000}
    .u_budget .des h5 span::before{right:calc(100% + 5px)}
    .u_budget .des h5 span::after{left:calc(100% + 5px)}
    .u_budget .des p{font-size:14px;line-height:22px;color:#000;margin-bottom:5px}
    .more_dt{width:100%;text-align:right}
    .more_dt a{font-size:14px;line-height:16px;color:#000;font-weight:700}
.election-photo-5-gallery .el-swiper-button-next{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right: 2px;width: 30px;filter: invert(50%);height: 22px;right: 0;top: 30%;fill: #cbcbcb;}
.election-photo-5-gallery .el-swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");width: 30px;height: 22px;filter: invert(50%);top: 30%;left: 0;fill: #cbcbcb;}
@media (max-width:767px){
    .election-photo-gallery{
        margin: 0 -10px;
        padding: 0px;
    }
    .election-photo-gallery .el-photo-item{
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
        margin-bottom: 25px;
    }
}

/*
   video gallery
-----------------------------------------------*/

.widget-video-gallery{
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 10px 20px;
    margin-bottom: 20px;
    background-color: #002866;
}
div.widget-video-gallery{
    margin-top: 0px;
    margin-bottom: 0px;
}
.widget-video-gallery::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: calc((100vw - 1265px) / 2);
    background-color: #002866;
}
.widget-video-gallery .widget-head{
    margin-bottom: 11px;
}
.widget-video-gallery .widget-head .widget-title h2, .widget-video-gallery .widget-head .widget-title h2 a, .widget-video-gallery .widget-more a{
    color:#fff;
}
.widget-video-gallery .widget-video-gall-contianer{
    background-color: transparent;
    padding: 0px;
    margin-top: 0px;
    flex-wrap: wrap;
}
.widget-video-gallery .widget-play-outer{
    width: 49.45%;
    margin-right: 30px;
    flex-wrap: wrap;
}
.widget-video-gallery .video-paly-right{
    width: calc(50.55% - 30px);
}
.widget-video-gallery ul.video-ply li a .thumb{
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
}
.widget-video-gallery ul.video-ply li a .title{
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px;)
}
.widget-video-gallery ul.video-ply li{
    border-bottom-color: #fff;
}
.widget-video-gallery ul.video-ply li a .title h3{
    font-size: 18px;
    line-height: 24px;
}
.widget-video-gallery .widget-play-video{
    margin-bottom: 11px;
}
.widget-video-gallery .video-paly-cap{
}
}
.widget-video-gallery .video-paly-cap .v-icon svg{
    width: 51px;
    height: 51px;
    margin-bottom: 2px;
}
.widget-video-gallery .v-dur{
    font:bold 12px/14px 'Noto Sans',sans-serif;
    color: rgba(255,255,255,0.5);
}
.wpv-title h4, .wpv-title h4 a{
    font:bold 26px/34px 'Noto Sans',sans-serif;
    color: #fff;
}
.widget-video-gallery .widget-more{
    top: 17px;
    right: 10px;
}
.widget-video-gallery .widget-more a span svg{
    fill:#fff;
}
.widget-video-gallery  ul.video-ply li:last-child{
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
@media (max-width: 1199px){
    .widget-video-gallery{
        width: auto;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 20px;
    }
    .widget-video-gallery .widget-video-gall-contianer{
        margin: 0;
        width: auto;
    }
    .widget-video-gallery .widget-play-outer{
        width: 100%;
        flex-basis: 48.10%;
        max-width: 48.10%;
        margin-right:28px;
    }
    .widget-video-gallery.life-pg-video .video-paly-right{
        width: 100%;
        flex-basis: calc(51.9% - 28px);
        max-width: calc(51.9% - 28px);
        margin-top: 0px;
    }
    .widget-video-gallery.life-pg-video ul.video-ply li{
        margin-right: 0px;
        margin-left: 0px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #fff;
    }
    .widget-video-gallery.life-pg-video ul.video-ply li:last-child{
        margin-left: 0px;
        margin-bottom: 0px;
        padding-bottom: 15px;
    }
    .widget-video-gallery ul.video-ply li a .thumb{
        -ms-flex: 0 0 135px;
        flex: 0 0 135px;
        max-width: 135px;
    }
    .widget-video-gallery.life-pg-video ul.video-ply li{
        width: 100%
    }
    .widget-video-gallery ul.video-ply li a .title {
        -ms-flex: 0 0 calc(100% - 135px);
        flex: 0 0 calc(100% - 135px);
        max-width: calc(100% - 135px);
    }
    .widget-video-gallery.life-pg-video ul.video-ply li a .title h3{
        line-height: 24px;
    }
}

@media (max-width:767px){
    div.life-pg-video.widget-video-gallery{
        margin-bottom: 0px;
        margin-top: 0px;
        padding-bottom: 50px;
    }
    .widget-video-gallery .widget-title{
        margin-left: -10px;
    }
    .widget-video-gallery .widget-play-outer, .widget-video-gallery.life-pg-video .video-paly-right{
        flex-basis: 100%;
        max-width: 100%;
    }
    .widget-video-gallery .widget-play-outer{
        margin-right: 0px;
        margin-bottom: 13px;
    }
    .widget-video-gallery .widget-play-video{
        margin-bottom: 17px;
    }
    .widget-video-gallery.life-pg-video ul.video-ply li a .title h3{
        padding-top: 0px;
    }
    .widget-video-gallery ul.video-ply li a .thumb{
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px;
    }
    .widget-video-gallery.life-pg-video ul.video-ply li:last-child{
        border-bottom: 1px solid #fff;
    }
    .widget-video-gallery ul.video-ply li a .title{
        padding-left: 20px;
        -ms-flex: 0 0 calc(100% - 150px);
        flex: 0 0 calc(100% - 150px);
        max-width: calc(100% - 150px);
    }
    .widget-video-gallery.life-pg-video .widget-more{
        margin-top: 20px;
    }
}

/* end of video gallery */


/*
   Ã Â¤Â¦Ã Â¤Â¿Ã Â¤Â²Ã Â¥ÂÃ Â¤Â²Ã Â¥â‚¬ Ã Â¤ÂµÃ Â¤Â¿Ã Â¤Â§Ã Â¤Â¾Ã Â¤Â¨Ã Â¤Â¸Ã Â¤Â­Ã Â¤Â¾ Ã Â¤Å¡Ã Â¥ÂÃ Â¤Â¨Ã Â¤Â¾Ã Â¤Âµ
-----------------------------------------------*/

.bharat-five .widget-body{
    background-color: #f4f4f4;
    padding: 17px 15px;
}
.bharat-five .five-story-widget .fv_left-sec{
    -ms-flex: 0 0 44.57%;
    flex: 0 0 44.57%;
    max-width: 44.57%;
}
.bharat-five .five-story-widget .fv_right-sec{
    -ms-flex: 0 0 calc(55.43% - 20px);
    flex: 0 0 calc(55.43% - 20px);
    max-width: calc(55.43% - 20px);
}
.bharat-five .fv-first-story .fv-first-thumb{
    margin-bottom: 33px;
}
div.bharat-five ul.md-thumb-listing li a div.thumb img{width: 100%;height: auto;display: block;}
.bharat-five .five-story-widget .fv_left-sec .fv-first-story .fv-cap h3{
    font-size: 24px;
    line-height: 34px;
}
@media (max-width: 1199px){
    div.bharat-five .five-story-widget .fv_left-sec{
        flex: 47.32%;
        max-width: 47.32%;
        margin-right: 15px;
    }
    div.bharat-five .five-story-widget .fv_right-sec{
        flex: calc(52.68% - 15px);
        max-width: calc(52.68% - 15px);
    }
    .bharat-five .widget-body{
        padding: 15px 10px;
    }
    .bharat-five .five-story-widget .fv_left-sec .fv-first-story .fv-cap h3{
        font-size: 18px;
        line-height: 25px;
    }
    .bharat-five ul.md-thumb-listing li{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .bharat-five ul.md-thumb-listing li:last-child{
        padding-bottom: 10px;
    }
    ul.md-thumb-listing li a div.thumb, div.five-story-widget .fv_right-sec ul li .thumb{
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px;
    }
    ul.md-thumb-listing li a div.title{
        -ms-flex: 0 0 calc(100% - 160px);
        flex: 0 0 calc(100% - 160px);
        max-width: calc(100% - 160px);
        margin-left: 10px;
    }
    .bharat-five .fv-first-story .fv-first-thumb{
        margin-bottom: 24px;
    }
}
@media (max-width:767px){
    .bharat-five .widget-body{
        padding-bottom: 26px;
    }
    div.bharat-five .five-story-widget .fv_left-sec, div.bharat-five .five-story-widget .fv_right-sec{
        flex: 100%;
        max-width: 100%;
    }
    div.bharat-five .five-story-widget .fv_left-sec{
        margin-right: 0px;
    }
    .bharat-five .five-story-widget .fv_left-sec .fv-first-story .fv-cap h3{
        line-height: 22px;
    }
    .bharat-five .fv-first-story .fv-first-thumb{
        margin-bottom: 20px;
    }
    .bharat-five ul.md-thumb-listing li{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .bharat-five ul.md-thumb-listing li:last-child{
        padding-bottom: 20px;
    }
    .bharat-five ul.md-thumb-listing li:last-child{
        margin-bottom: 20px;
    }
    .bharat-five.bhttpgfiv ul.md-thumb-listing li .title h3{
        font-size: 15px;
        line-height: 22px;
    }
    div.bharat-five ul.md-thumb-listing li a div.thumb, div.five-story-widget .fv_right-sec ul li .thumb, div.bharat-five .five-story-widget .fv_left-sec .fv-first-story ul.md-thumb-listing li a .thumb{
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
        max-width: 130px;
    }
    div.bharat-five .five-story-widget .fv_right-sec ul li a .title, div.bharat-five .five-story-widget .fv_left-sec .fv-first-story ul.md-thumb-listing li a .title{
        -ms-flex: 0 0 calc(100% - 140px);
        flex: 0 0 calc(100% - 140px);
        max-width: calc(100% - 140px);
    }
    div.bharat-five .widget-more{
        margin-top: -33px;
        margin-right: 10px;
    }
}

/* end of Ã Â¤Â¦Ã Â¤Â¿Ã Â¤Â²Ã Â¥ÂÃ Â¤Â²Ã Â¥â‚¬ Ã Â¤ÂµÃ Â¤Â¿Ã Â¤Â§Ã Â¤Â¾Ã Â¤Â¨Ã Â¤Â¸Ã Â¤Â­Ã Â¤Â¾ Ã Â¤Å¡Ã Â¥ÂÃ Â¤Â¨Ã Â¤Â¾Ã Â¤Âµ */

.election-comprison-panel{width: 475px;
    padding: 10px 0px 15px 0px;margin-right: 10px;
    border: 1px solid #d1d1d1;border-radius: 4px;}
.election-comprison-panel .election-comparions-overload-panel{
    max-height: 365px;
    width: calc(100% - 10px);
    overflow: auto;
    margin-right: 10px;
}
.election-comprison-panel li{
    list-style: none;
    padding: 8px 14px 8px 14px;
    border-bottom: 1px solid #d1d1d1;
    background: #f8f8f8;
    background: -moz-linear-gradient(top,  #f8f8f8 0%, #ffffff 30%);
    background: -webkit-linear-gradient(top,  #f8f8f8 0%,#ffffff 30%);
    background: linear-gradient(to bottom,  #f8f8f8 0%,#ffffff 30%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 );
}
.election-comprison-panel li:last-child{
    border-bottom: none;
}
.election-comprison-panel .election-comparions-overload-panel .img-panel-el{width: 70px;}
.election-comprison-panel .election-comparions-overload-panel .content-panel-el{width: calc(100% - 70px);}
.election-comprison-panel .election-comparions-overload-panel .content-panel-el .cl-c-heading{
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: bold;
    margin: 12px 0px 0px 0px;
}
.election-comprison-panel .election-comparions-overload-panel .content-panel-el  .sub-para-el{font-size: 13px;
    line-height: 21px;
    color: #777777;}
.election-comprison-panel .election-comparions-overload-panel .img-panel-el .text{font-size: 13px;
    line-height: 21px;color: #000;
    text-align: center;
    text-transform: uppercase;}
.election-comprison-panel .election-comparions-overload-panel .img-panel-el img{border-radius: 100%;
    width: 60px;
    max-width: 60px;}
.election-comprison-panel .election-comparions-overload-panel  .comp-box-sel{font-size: 15px;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    background-color: #d71920;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    padding: 5px 5px 5px 5px;}


.election-comprison-panel .election-comparions-overload-panel  .el-comp-left{width: 190px;}
.election-comprison-panel .election-comparions-overload-panel .el-comp-center{width: calc(100% - 380px);
    display: flex;
    justify-content: center;
    align-items: center;}
.election-comprison-panel .election-comparions-overload-panel .el-comp-right{width: 190px;}
.election-comprison-panel li:first-child{
    padding-top: 0;
}

.election-comprison-panel .election-comparions-overload-panel::-webkit-scrollbar {
    width: 10px;
    border-radius: 16px;
}
.election-comprison-panel .election-comparions-overload-panel::-webkit-scrollbar-track {
    background: #dbdbdb;border-radius: 16px;
}

.election-comprison-panel .election-comparions-overload-panel::-webkit-scrollbar-thumb {
    background: #a5a1a0;
    border: 3px solid #dbdbdb;
    border-radius: 16px;
}
.election-comprison-panel .election-comparions-overload-panel::-webkit-scrollbar-thumb:hover {
    background: #a5a1a0;
}


.election-map-view{
    width: 475px;
    margin-left: 10px;
    background-image: linear-gradient(-97deg, #e0b2ac, #a4cae0);
    border:1px solid #d1d1d1;

}
.election-map-view .elec-map-inner{
    padding: 16px;
}
.election-map-view  .map-el-left-panel{width: 150px;}
.election-map-view  .map-el-right-panel{width: calc(100% -  150px);}
.election-map-view  .map-el-heading{font-size: 26px;
    line-height: 34px;
    color: #000;
    font-weight: bold;}
.election-map-view .map-el-sub-heading{
    font-size: 26px;
    line-height: 34px;
    color: #000;
    margin: 5px 0px 18px 0px;
}
.election-map-view ul li{
    list-style: none;
    margin-bottom: 10px;

}
.election-map-view ul li a{   font-size: 15px;
    line-height: 21px;
    color: #000;
    font-weight: bold;
    padding: 4px 35px;
    background-color: #ffff;
    cursor: pointer;
    border-radius: 4px;}
.election-map-view ul li.active a{
    background-color: #d71920;
    color: #fff;

}
.election-map-view .map-view-elect-footer{
    padding: 15px 30px;
    background-image: linear-gradient(to right, #c7e0ee, #e8e6e6,#e5d4d4);
}
.election-map-view .map-view-elect-footer li{display: inline-block;width: auto;}
.election-map-view .map-view-elect-footer .text-data {font-size: 15px;
    line-height: 12px;
    color: #000;
    font-weight: bold;
    vertical-align: text-top;

}

.election-map-view .map-view-elect-footer  .rect-map-el-footer{
    width: 10px;
    height: 10px;
    background-color: #a3a3a3;
    margin-right: 8px;
}
.election-bivadti-panel{padding: 0 25px;position: relative; width: 100%;}
.vivadit-panel-slider {position: relative;}
.vivadit-panel-slider .qutoes-elct{position: absolute;top: 24px;}
.vivadit-panel-slider .qutoes-elct img{}
.vivadit-panel-slider .img-panel{}
.vivadit-panel-slider .content-panel-el {
    border: 1px solid #d1d1d1;
    padding: 45px 10px 10px 10px;
    margin-top: -35px;
    border-radius: 4px;
}
.vivadit-panel-slider .el-biv-text{font-size: 15px;
    line-height: 23px;
    color: #000;
    min-height: 92px;
}
.vivadit-panel-slider .su-text{font-size: 16px;
    line-height: 21px;
    color: #000;
    margin: 15px 0px 2px 5px;
    font-weight: bold;}
.vivadit-panel-slider .hel-text{font-size: 13px;
    line-height: 21px;margin-left: 5px;
    color: #777777;}

.vivadit-panel-slider .img-panel img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 94px;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.vivadit-panel-slider .img-panel > div{
    width: 106px;
    margin: 0 auto;
    height: 106px;
    border-radius: 50%;
    border:6px solid #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.el-biv-text a{
    font:400 15px/23px 'Noto Sans', sans-serif;
    color:#333333;
}
.el-biv-text a:hover{
    text-decoration: underline;
}
.vivadit-panel-slider .su-text{
    color: #333333;
}

.election-bivadti-panel  .el-vibadh-swiper-button-next{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");width: 27px;
    height: 18px;
    right: 0;
    filter: invert(50%);
    top: 58%;
    fill: #cbcbcb;}
.election-bivadti-panel  .el-vibadh-swiper-button-prev{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");width: 27px;
    height: 18px;
    left: 0;
    filter: invert(50%);
    top: 58%;
    fill: #cbcbcb;}
.large-others-voting-panel-elections{position: relative;padding: 20px 0px;width: 100%;background-color: #faeac9;}


.large-others-voting-panel-elections .others-el-voting-ier-panel{
    position: relative;
    width: 100%;
    margin: 0 auto;


}
.large-others-voting-panel-elections .others-el-voting-ier-panel img{
    width: 100%;
}
.large-others-voting-panel-elections  .swiper-wrapper{
    height: auto;
}
.large-others-voting-panel-elections .othe-elec-text{
    font-size: 22px;
    line-height: 28px;
    color: #000;
    padding: 0px 25px;
    text-align: center;
    font-weight: bold;
    margin: 9px 0px 6px 0px;
}
.large-others-voting-panel-elections .el-others-large-swiper-button-next{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");width: 24px;
    height: 18px;
    right: 0;
    filter: invert(50%);
    top: 41%;
    fill: #000;}
.large-others-voting-panel-elections  .el-others-large-swiper-button-prev{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");width: 24px;
    height: 18px;
    left: 0;
    filter: invert(50%);
    top: 41%;
    fill: #000;}
.large-others-voting-panel-elections  .padding-other-election-l-panel{
    padding: 0 25px;
}
.election-map-view .map-view-elect-footer .rect-map-el-footer.blue{
    background-color: #3386ff;
}
.election-map-view .map-view-elect-footer .rect-map-el-footer.darkblue{background-color: #0e76b2;}
.election-map-view .map-view-elect-footer .rect-map-el-footer.red{
    background-color: #fb3400;
}

@media(max-width:991px){
    .election-photo-5-gallery{
        padding: 0 0px 15px 20px;
    }
    .election-photo-5-gallery .el-swiper-button-prev, .election-photo-5-gallery .el-swiper-button-next, .election-bivadti-panel .el-vibadh-swiper-button-prev, .election-bivadti-panel .el-vibadh-swiper-button-next, .large-others-voting-panel-elections .el-others-large-swiper-button-prev, .large-others-voting-panel-elections .el-others-large-swiper-button-next{
        display: none;
    }
    .election-comprison-panel, .election-map-view{
        width:calc(50% - 15px);
    }
    .large-others-voting-panel-elections .padding-other-election-l-panel{
        padding: 0px 0px 0px 20px;
    }
    .election-bivadti-panel{
        padding: 0px;
    }
    .election-comprison-panel .election-comparions-overload-panel .el-comp-left, .election-comprison-panel .election-comparions-overload-panel .el-comp-right{
        width: 40%;
    }
    .election-comprison-panel .election-comparions-overload-panel .el-comp-center{
        width:20%;
    }
    .election-comprison-panel .election-comparions-overload-panel .img-panel-el{
        width:100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .election-comprison-panel .election-comparions-overload-panel .img-panel-el .text{
        width:100%;
        margin-top: 9px;
    }
    .election-comprison-panel .election-comparions-overload-panel .content-panel-el{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .election-comprison-panel .election-comparions-overload-panel .content-panel-el .cl-c-heading{
        margin-top: 2px;
    }
    .election-comprison-panel .election-comparions-overload-panel .content-panel-el .sub-para-el{
        margin-top: -1px;
    }
    .election-comprison-panel .election-comparions-overload-panel{
        max-height: 526px;
    }
    .election-map-view .map-el-left-panel{
        width:100%;
    }
    .election-map-view ul{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px 7px;
    }
    .election-map-view ul li{
        flex:0 0 50%;
        padding: 0 20px;
    }
    .election-map-view .map-view-elect-footer{
        padding: 14px 30px;
    }
    .election-map-view .map-view-elect-footer ul{
        display: inline-flex;
        margin-bottom: 0px;
    }
    .election-map-view .map-view-elect-footer li{
        padding: 0px;
        flex:0 0 auto;
        margin-bottom: 0px;
    }
    .election-map-view .map-view-elect-footer li:not(:last-child){
        margin-right: 20px;
    }
    .election-map-view ul li a{
        display: block;
        width: 100%;
        text-align: center;
    }
    .election-map-view .map-el-right-panel{
        width: 100%;
    }
    .map-image-el{
        text-align: center;
    }
    .election-map-view .map-el-sub-heading{
        margin-bottom: 20px;
    }
    .large-others-voting-panel-elections .othe-elec-text{
        font-size: 18px;
        line-height: 24px;
    }
}

@media(max-width:767px){
    .election-photo-5-gallery{
        padding: 0 0px 15px 10px;
    }
    .Top-Section-comm-PG .widget-container.photo-widget{
        margin-bottom: 20px;
    }
.photo-widget .widget-more {
    position: unset;
    margin-top: 10px;
}
    .photo-widget {
    margin-bottom: 30px;
}
    .widget-more{
        width:100%;
    }
    .widget-more a{
        margin-left:auto;
    }
    .large-others-voting-panel-elections .padding-other-election-l-panel{
        padding:0px 0px 0px 10px;
    }
    .election-bivadti-panel{
        padding: 0px;
    }
    .election-comprison-panel, .election-map-view{
        width: 100%;
        margin: 0px;
    }
    .election-map-view .map-view-elect-footer li:not(:last-child){
        margin-right: 10px;
    }
    .election-map-view .map-view-elect-footer .text-data{
        font-size: 13px;
    }
.rhs-thumb-shadow-container .widget-more {margin-top: 10px;}
.rhs-thumb-shadow-container {
    margin-bottom: 27px;}
    
}

/*
top three stories
--------------------------------------*/
.el_top-sec{margin-bottom:20px}
.el_top-sec h1{font:bold 42px/55px 'Noto Sans',sans-serif;color:#000;margin-bottom:5px}
.el_top-sec h1 > a{color:#000; text-decoration:none;}
.el_top-sec span{color:#d71920}
.el-top-story{display:flex;align-items:flex-start;flex-wrap:wrap;padding:12px 0;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb}
.el-top-story .ets-item{width:100%;flex:0 0 33.33%;max-width:33.33%;display:flex;align-items:flex-start;padding-left:14px;border-right:1px solid #dbdbdb; padding-right: 10px;}
.el-top-story .ets-item:first-child{padding-left: 0px;}
.el-top-story .ets-item:last-child{border-right:0}
.ets-thumb{width:100%;flex-basis:100px;max-width:100px; line-height: 0px;}
.ets-thumb img{width: 100%;height: auto;display: block;}
.ets-title{width:100%;flex-basis:calc(100% - 100px);max-width:calc(100% - 100px);padding-left:10px}
.ets-title a{font:bold 16px/22px 'Noto Sans',sans-serif;color:#000;text-decoration:none}

@media (max-width:992px){
    .el-top-story{
        padding: 9px 0 12px;
        align-items: stretch;
    }
    .el_top-sec h4, .el_top-sec h1{
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 14px;
    }
    .ets-thumb{
        display: none;
    }
    .ets-title{
        flex-basis: 100%;
        max-width: 100%;
    }
    .ets-title a{
        font-size: 16px;
        line-height: 22px;
        margin-top: -3px;
    }
}
@media (max-width:767px){
    .el-top-story{
        padding: 15px 0px 10px;
        margin-bottom: 20px;
        align-items: flex-start;
    }
    .ets-thumb{
        display: block;
    }
    .el_top-sec h4, .el_top-sec h1{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 13px;
    }
    .el-top-story .ets-item{
        flex-basis: 100%;
        max-width: 100%;
        padding: 0px;
        border-right:none;
        margin-bottom: 20px;
    }
    .el-top-story .ets-item:last-child{
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .ets-title a{
        font-size: 16px;
        line-height: 22px;
        position: relative;
        top: -3px;
    }
}

/* end of top three stories */

/*
    top three stories
  --------------------------------------*/

.el-banner{line-height:0;margin-bottom:20px;background:#03417b;background:-moz-linear-gradient(left,rgba(3,65,123,1) 0%,rgba(3,65,123,1) 38%,rgba(35,108,197,1) 59%,rgba(35,108,197,1) 100%);background:-webkit-linear-gradient(left,rgba(3,65,123,1) 0%,rgba(3,65,123,1) 38%,rgba(35,108,197,1) 59%,rgba(35,108,197,1) 100%);background:linear-gradient(to right,rgba(3,65,123,1) 0%,rgba(3,65,123,1) 38%,rgba(35,108,197,1) 59%,rgba(35,108,197,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#03417b',endColorstr='#236cc5',GradientType=1);position:relative}
.el-banner::before{content:'';position:absolute;top:0;left:0;height:8px;width:100%;background-color:#fff}
.el-banner img{position:relative;z-index:10px; width: 100%;}
.el-banner .el-banner-ipad,.el-banner .el-banner-mobile{display:none}
@media (max-width:1199px) {
    .el-banner img{margin:0 auto}
    .el-banner .el-banner-ipad{display:block}
    .el-banner .el-banner-desk,.el-banner .el-banner-mobile{display:none}
}
@media (max-width:767px) {
    .el-banner::before{height:5px}
    .el-banner .el-banner-mobile{display:block}
    .el-banner .el-banner-desk,.el-banner .el-banner-ipad{display:none}
}

/* end of top three stories */

/*
    Live Section
---------------------------------------------*/

.live-section{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 16px;
}
.live_tv{
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}
.live_update{
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}
.lv-update {
    margin-bottom: 20px;
    flex: 1;
    width: 100%;
    max-width: 300px;
    margin-left: 0px;
}
.hed-panel-common {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}.live-update-container {
    width: 100%;
    height: auto;
}
.live_tv-frame{
    padding-top: calc(56.25% + 37px);
    position: relative;
}
.live_tv-frame img, .live_tv-frame iframe{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.widget-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
.widget-title {
    display: flex;
}
.lu-head .widget-title span {
    display: inline-block;
    width: 14px;
    height: auto;
    margin-right: 7px;
    margin-top: 2px;
}
.lu-head .widget-title span svg {
    width: 14px;
    height: 100%;
}
.widget-title h2 {
    font: 700 18px/28px 'Noto Sans', sans-serif;
    color: #000;
    width: calc(100%);
}
.widget-title h2 a {
    color: #000;
}
.lu-head{
    margin-bottom: 6px;
}
.lu-body ul{
    background-color: #edf0f4;
    border:1px solid #d1d1d1;
    border-radius: 3px;
    height: 265px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
}
.mCSB_container{
    padding:0px 20px 0px 24px;
}
.lu-body ul li{
    padding-bottom: 11px;
    margin-bottom: 7px;
    border-bottom: 1px solid #d1d1d1;
}
.lu-body ul li a{
    font: 700 16px/22px 'Noto Sans', sans-serif;
    color: #666666;
}
.lu-time{
    font: bold 13px/24px 'Open Sans', sans-serif;
    color: #002866;
    text-transform: uppercase;
    position: relative;
}
.lu-time::before{
    content: '';
    position: absolute;
    top: 8px;
    left: -19px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #d71920;
}
.mCSB_inside>.mCSB_container{
    margin-right: 0px;
}
.mCSB_draggerContainer{
    background-color: #dbdbdb;
    width: 7px;
    border-radius: 5px;
}
.mCSB_scrollTools .mCSB_draggerContainer{
    left: auto;
    right: 3px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
    background-color: #a5a1a0;
    border-radius: 3px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 3px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    display: none;
}
.mCSB_scrollTools{
    opacity: 1;
}

@media (max-width:991px){
    .lu-body ul{
        height: 202px;
    }
}

@media (max-width:767px){
    .live_tv, .live_update{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .live_tv{
        margin-bottom: 15px;
    }
    .live_update{
        margin-bottom: 8px;
    }
    .lu-body ul{
        height: 263px;
    }
}


/*
   Story column structure
--------------------------------------------*/
.content-area {width: 100%;min-height: 1px;-webkit-box-flex: 0;-ms-flex: 0 0 calc(100% - 320px);flex: 0 0 calc(100% - 320px);max-width: calc(100% - 320px);padding: 0px;margin-right: 20px;}

.player-sec {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 0px;margin-bottom: 20px;}
.widget-container:nth-child(3), .widget-container:nth-child(4), .widget-container:nth-child(5), .widget-container:nth-child(6){
    display: flex;
    flex-wrap: wrap;
}
.widget-container .key-candidate, .widget-container .big-fight{
    width: 100%;
    max-width: 100%;
    flex:0 0 100%;
    line-height: 0px;
}
.widget-container .key-candidate{
    padding-right: 10px;
}
.widget-container .big-fight{
    padding-left: 10px;
}
.big-fight.result-map iframe {
    width: 100%;
}

.chunav-schedule, .manifesto{
    line-height: 0px;
}
.key-candidate p, .big-fight p{
    font:400 16px/24px 'Noto Sans',sans-serif;
    margin-bottom: 15px;
    margin-top: -3px;
    color:#333333;
}
.election-bivadti-panel .widget-head{
    margin-left: -25px;
}
div.sidebar div.ad-300X250-body{
    margin-top: 0px;
}

@media (max-width:1199px) {
    .content-area,.sidebar {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 0px;padding-left: 0px;padding-right: 0px;}
    .player-sec {margin: 0px;}
    .sidebar-rhs .ad-300X250-body{
        padding-bottom: 0px !important;
    }
}

@media (max-width:991px){
    .election-bivadti-panel .widget-head{
        margin-left: 0px;
    }
}
@media (max-width:767px){
    .widget-container .key-candidate, .widget-container .big-fight{
        width: 100%;
        max-width: 100%;
        flex:0 0 100%;
    }
    .widget-container .key-candidate{
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .widget-container .big-fight{
        padding-left: 0px;
    }
    .key-candidate iframe, .big-fight iframe, .manifesto iframe{
        width: calc(100% - 15px);
    }
    .key-candidate.reactions iframe {
        width: 100%;
    }
    .chunav-schedule iframe{
        height: 356px;
    }
}
@media (max-width:500px){
    .chunav-schedule iframe{
        height: 500px;
    }
}
@media (max-width:479px){
    .manifesto iframe{
        height: 450px;
    }
    .f-panel .row-flex{
        height: calc(100vh - 183px);
    }
    .election-bivadti-panel{
        width: calc(100% + 10px);
    }

}

/* end of Story column structure */


/*
  1. left column
-----------------------------------------------*/

.left-story{position:relative;width:100%;min-height:1px;padding:0;-webkit-box-flex:0;-ms-flex:0 0 360px;flex:0 0 360px;max-width:360px}
@media (max-width:1199px) {
    .left-story{-ms-flex:0 0 34.62%;flex:0 0 34.62%;max-width:34.62%}
}
@media (max-width: 767px) {
    div.Top-Section-comm-PG .widget-container:first-child{
        margin-bottom: 0px;
    }
    .widget-container .bhttpgfiv.bharat-five.widget-container, .el-vidhansabha-txt{
        margin-bottom: 20px;
    }
    div.Top-Section-comm-PG .widget-container{
        margin-bottom: 45px;
    }
    .left-story{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
}
.Top-Section-comm-PG .widget-container:last-child {
    margin-bottom: 15px !important;
}

div.rhs-thumb-shadow-container {
    padding-bottom: 20px;
}


/*
   1.1 Story with big thumbnail
 -----------------------------------------------*/

.hhm-stoy-left-body{width:100%;margin-bottom:13px;border-bottom:1px solid #dfdfdf;padding-bottom:14px}
.hhm-stoy-left-body a{width:100%;height:auto}
.hhm-stoy-left-body a .thumb{width:100%;height:auto;margin-bottom:4px;border:1px solid #d1d1d1}
.hhm-stoy-left-body a .thumb img{width:100%;height:auto;display:block}
.hhm-stoy-left-body a .des{width:100%;height:auto;display:block}
.hhm-stoy-left-body a .des h2{font:700 26px/34px 'Noto Sans',sans-serif;color:#000;margin-bottom:5px;text-align:left}
.hhm-stoy-left-body a .des p{font:400 16px/24px 'Noto Sans',sans-serif;color:#000;text-align:left}
@media (max-width:991px) {
    .hhm-stoy-left-body{
        padding-bottom: 13px;
    }
    .hhm-stoy-left-body a .des h2{font: 700 16px/24px 'Noto Sans', sans-serif; margin-bottom: 9px;}
    .hhm-stoy-left-body a .thumb{
        margin-bottom: 10px;
    }
    .hhm-stoy-left-body a .des p{
        font-size:15px;
        line-height: 20px;
    }
}
@media (max-width:767px) {
    .hhm-stoy-left-body a .thumb{
        margin-bottom: 7px;
    }
    .hhm-stoy-left-body a .des h2{
        font-size: 22px;
        line-height: 29px;
    }
    .hhm-stoy-left-body a .des p{
        font-size: 16px;
        line-height: 24px;
    }
}

/* end of 1.1 Story with big thumbnail */


/*
   1.2 left col single list story
---------------------------------------------*/

.home-single-story{width:100%;height:auto;margin-bottom:10px;border-bottom:1px solid #dfdfdf;padding-bottom:17px}
.home-single-story > h3{margin-bottom:7px}
.home-single-story > h3 a{font:700 20px/28px 'Noto Sans',sans-serif;color:#000;margin-top:0}
.single_str a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:flex-start}
.single_str .thumb{width:100%;-webkit-box-flex:0;-ms-flex:0 0 98px;flex:0 0 98px;max-width:98px;border:1px solid #d1d1d1}
.single_str .thumb img{width:100%;height:auto;display:block}
.single_str .title{padding-left:20px;width:100%;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 98px);flex:0 0 calc(100% - 98px);max-width:calc(100% - 98px); margin-top: -3px;}
.single_str .title h3{font:400 15px/22px 'Noto Sans',sans-serif;color:#000;margin-top:0}
@media (max-width: 1199px) {
    .single_str .thumb{-ms-flex:0 0 76px;flex:0 0 76px;max-width:76px;display:block}
    .single_str .title{padding-left:10px;-ms-flex:0 0 calc(100% - 76px);flex:0 0 calc(100% - 76px);max-width:calc(100% - 76px);display:block}
    .story-listing li{padding-bottom:10px;margin-bottom:10px}
}
@media (max-width: 991px) {
    .home-single-story > h3{
        margin-bottom: 13px;
    }
    .home-single-story > h3 a{
        font-size: 16px;
        line-height: 21px;
    }
    .single_str .title{
        margin-top: -7px;
    }
}
@media (max-width: 767px) {
    .home-single-story > h3 {margin-bottom: 12px;}
    .home-single-story > h3 a{
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 479px) {
    .single_str .thumb{-ms-flex:0 0 100px;flex:0 0 100px;max-width:100px;display:block}
    .single_str .title{padding-left:10px;-ms-flex:0 0 calc(100% - 100px);flex:0 0 calc(100% - 100px);max-width:calc(100% - 100px);display:block}
    .story-listing li{padding-bottom:10px;margin-bottom:10px}
}

/* end of left col single list story */


/*
    2. right column structure
---------------------------------------------*/
.right-Player {position: relative;width: 100%;min-height: 1px;padding: 0px;-webkit-box-flex: 0;-ms-flex: 0 0 calc(100% - 380px);flex: 0 0 calc(100% - 380px);max-width: calc(100% - 380px);margin-left: 20px;}

.right-Player .left-sec {width: 100%;padding: 0px;-webkit-box-flex: 0;-ms-flex: 0 0 calc(100% - 220px);flex: 0 0 calc(100% - 220px);max-width: calc(100% - 220px);margin-right: 20px;}

.right-Player .right-sec {width: 100%;padding: 0px;-webkit-box-flex: 0;-ms-flex: 0 0 200px;flex: 0 0 200px;max-width: 200px;}

@media  only screen and (max-width: 1199px) {
    .right-Player {-ms-flex: 0 0 calc(65.38% - 20px);flex: 0 0 calc(65.38% - 20px);max-width: calc(65.38% - 20px);margin-left: 20px;}
    .right-Player .left-sec {padding: 0px; -ms-flex: 0 0 calc(60% - 20px);flex: 0 0 calc(60% - 20px);max-width: calc(60% - 20px);}
    .right-Player .right-sec{-ms-flex: 0 0 40%;flex: 0 0 40%;max-width: 40%;}
}
@media  only screen and (max-width: 767px) {
    .right-Player {margin-left: 0px;}
    .left-story,.right-Player,.right-Player .left-sec,.right-Player .right-sec {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 0px;}
   .right-sec {margin-bottom: 20px;}    
}

/*
    Ã Â¤Â¬Ã Â¤Â¿Ã Â¤Â¹Ã Â¤Â¾Ã Â¤Â° Ã Â¤ÂµÃ Â¤Â¿Ã Â¤Â§Ã Â¤Â¾Ã Â¤Â¨Ã Â¤Â¸Ã Â¤Â­Ã Â¤Â¾ Ã Â¤Å¡Ã Â¥ÂÃ Â¤Â¨Ã Â¤Â¾Ã Â¤Âµ 2020
---------------------------------------------*/
.el-vidhansabha-txt{
    margin-bottom: 30px;
}
.el-vidhansabha-txt h4, .el-vidhansabha-txt h2{
    font:700 28px/37px 'Noto Sans', sans-serif;
    color: #000;
    margin-bottom: 10px;
}
.el-vidhansabha-txt p{
    font:400 16px/24px 'Noto Sans', sans-serif;
    color: #333333;
    margin-bottom: 24px;
}

/*
    2.1 story listing with thumbnail
---------------------------------------------*/

.right-Player .left-sec .sm-thumb-listing{margin-bottom:0;margin-top:0}
.right-Player .left-sec .sm-thumb-listing li{margin-bottom:13px;border-bottom:1px solid #dfdfdf;padding-bottom:13px}
.right-Player .left-sec .sm-thumb-listing li:last-child{margin-bottom:0}
.right-Player .left-sec .sm-thumb-listing li a{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:flex-start}
.right-Player .left-sec .sm-thumb-listing .thumb{width:100%;-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;max-width:100px;border:1px solid #d1d1d1;position:relative;}
.right-Player .left-sec .sm-thumb-listing .thumb img{width:100%;display:block;height:auto}
.right-Player .left-sec .sm-thumb-listing .title{padding-left:20px;width:100%;-webkit-box-flex:0;-ms-flex:0 0 calc(100% - 100px);flex:0 0 calc(100% - 100px);max-width:calc(100% - 100px)}
.right-Player .left-sec .sm-thumb-listing .title h3{font:400 15px/22px 'Noto Sans',sans-serif;color:#000; margin-top: -3px;}
.right-Player .left-sec .sm-thumb-listing .title.title-bold h3,.right-Player .left-sec .title-bold h3{font-weight:700}

@media (max-width:1199px) {
    .right-Player .left-sec .sm-thumb-listing .thumb{-ms-flex:0 0 82px;flex:0 0 82px;max-width:82px}
    .right-Player .left-sec .sm-thumb-listing .title{-ms-flex:0 0 calc(100% - 82px);flex:0 0 calc(100% - 82px);max-width:calc(100% - 82px);padding-left:15px}
    .right-Player .left-sec .sm-thumb-listing li{margin-bottom:10px}
    .right-Player .left-sec .sm-thumb-listing .title h3{font:400 14px/20px 'Noto Sans',sans-serif}

}
@media (max-width:767px) {
    .right-Player .left-sec .sm-thumb-listing li{margin-bottom:20px}
    .right-Player .left-sec .sm-thumb-listing{margin-bottom:20px}
    .right-Player .left-sec .sm-thumb-listing .thumb{-ms-flex:0 0 98px;flex:0 0 98px;max-width:98px}
    .right-Player .left-sec .sm-thumb-listing .title{-ms-flex:0 0 calc(100% - 98px);flex:0 0 calc(100% - 98px);max-width:calc(100% - 98px);padding-left:20px}
    .right-Player .left-sec .sm-thumb-listing .title h3{font:700 15px/22px 'Noto Sans',sans-serif}
}

/*
    3. Story listing without thumbnail
---------------------------------------------*/
.story-listing li {padding-bottom: 13px;margin-bottom: 17px;border-bottom: 1px solid #dfdfdf}
.story-listing li:last-child{
    margin-bottom: 0px;
}
.story-listing li h3 {font: 400 15px/22px 'Noto Sans', sans-serif;color: #333;margin-top: -3px}
@media (min-width: 768px) and (max-width: 1024px) {
    .story-listing li h3 {font-size: 14px;}
}

.akbk-widget{border:1px solid #c9c9c9;border-radius:4px;overflow:hidden;margin-bottom:20px}
.akbk-widget .akbk-head{font:bold 22px/30px 'Noto Sans',sans-serif;color:#fff;background-color:#d90000;height:39px;padding:0 10px;display:flex;align-items:center}
.akbk-body ul{height:226px}
.akbk-body ul li{background-color:#fff;padding:3px 11px 5px; position: relative; padding-left: 24px;}
.akbk-body ul li::before{
    content: '';
    position: absolute;
    top: 13px;
    left: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d90000;
}
.akbk-body ul li:nth-child(odd){background-color:#f5f5f5}
.akbk-body ul li a{font:bold 15px/22px 'Noto Sans',sans-serif;color:#333}
.akbk-body .mCSB_container{padding:0}
.akbk-body .mCSB_inside>.mCSB_container{margin-right:0}
.akbk-body .mCSB_draggerContainer{background-color:#dbdbdb}
.akbk-body .mCSB_scrollTools .mCSB_draggerContainer{left:auto;right:2px}
.akbk-body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#a5a1a0;width:3px}
.akbk-body .mCSB_scrollTools{opacity:1}
.akbk-body .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.akbk-body .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#a5a1a0}
@media (max-width:991px) {
    .akbk-body ul{height:287px}
}
@media (max-width:767px) {
    .akbk-body ul{height:288px}
}

.faq-banner, .radio-banner{
    line-height: 0px;
    margin-bottom: 20px;
    text-align: center;
}
.faq-banner img, .radio-banner img{
    border:1px solid #ddd;
    max-width: 100%;
}


/*
    Live Tv and Live Update
---------------------------------------------------*/

.live-tv-update{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.live-tv, .live-update{
    width: 100%;
    flex:0 0 50%;
    max-width: 50%;
    line-height: 0px;
    margin-bottom: 20px;
}
.live-tv{
    padding-right: 10px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-top: 28.26%;
}
.live-tv iframe{
    width: calc(100% - 10px);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.live-tv img{
    width: 100%;
    height: auto;
}
.live-update{
    padding-left: 10px;
}
.live-update iframe{
    width: 100%;
    height: 268px;
}
.live-update .widget-container{
    margin-bottom: 0px;
}
.lu-inner{
    border: 1px solid #d1d1d1;
    background-color: #edf0f4;
    padding: 10px 0px 8px;
}
.lu-inner .mCSB_container{
    padding: 0px 8px 0px 21px;
}
.lu-inner ul{
    height: 210px;
    overflow: hidden;
}
div.mCSB_inside>.mCSB_container{
    margin-right: 15px;
}
.lu-inner li{
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 6px;
    margin-bottom: 7px;
    text-align: left;
}
.lu-inner li:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.live-update-time{
    font:bold 13px/15px 'Open Sans', sans-serif;
    color: #002866;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-bottom: 6px;
}
.live-update-time::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -16px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #d71920;
}
.lu-inner p{
    font:bold 16px/22px 'Noto Sans', sans-serif;
    color: #666666;
    margin-bottom: 0px;
}

.lu-inner .mCSB_scrollTools {
    position: absolute;
    width: 6px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
/* scroll bar css */
div.mCSB_scrollTools .mCSB_dragger {
    width: 7px;
    background-color: #dbdbdb;
}
div.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 100%;
    width: 3px;
    background-color: #a5a1a0;
    border-radius: 12px;
}
div.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(175,175,175,1);
}
div.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #a5a1a0;
}
/* end of scroll bar css */

@media (max-width:1199px){
    .lu-inner ul{
        height: 220px
    }
    .live-update iframe {
        height: 278px;
    }
}

@media (max-width:991px){
    .lu-inner ul{
        height: 148px;
    }
    .live-tv-update {
        margin: 0 -20px;
    }
    .live-update iframe {
        height: 270px;
    }

    .live-tv,
    .live-update {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
    }

    .live-tv {
        height: 243px;
    }

    .live-update {
        text-align: center;
        padding:0px 20px;
    }

    .live-tv iframe {
        width: 100%;
    }

    .live-update iframe {
        width: 465px;
        background-color: #fff;
    }
}

@media (max-width:767px){
    .live-tv-update {
        margin: 0px;
    }
    .live-tv, .live-update{
        flex:0 0 100%;
        max-width: 100%;
        padding: 0px;
    }
    .live-update{
        margin-bottom: 0px;
    }
    .live-update > iframe{
        margin-bottom: 13px;
    }
    div.Top-Section-comm-PG .live-update > .widget-container{
        margin-bottom: 17px;
    }
    .live-tv{
        margin-bottom: 12px;
        padding-top: 60.25%;
        margin-left: -10px;
        margin-bottom: 20px;
        flex: 0 0 calc(100% + 20px);
        max-width: calc(100% + 20px);
    }
    .live-tv iframe,
    .live-update iframe{
        width: 100%;
    }
    .lu-inner ul {
        height: 163px;
    }
    div.sidebar-rhs .dialy-news-form-container {
        margin-bottom: 5px;
    }
}
@media (max-width:479px) {
    .live-update iframe {
        height: 512px;
        width:100%;
        max-width:410px;
        margin: 0 auto 13px;
    }
    
    .visual-stories {margin-top: 0; margin-bottom: -20px;}
}
@media (max-width: 360px) {
    .big-fight.result-map iframe {
        height: 320px;
    }
}

@media (max-width: 320px) {
    .main-nav ul li a {
        padding: 0px 8px;
    }
}
    @media (max-width:767px), (min-width:800px) and (max-width:900px){
        .live-update .lu-inner{
            flex: 0 0 calc(100% - 15px);
            max-width: calc(100% - 15px);
        }
    }



    /* Live Tv and Live Update */

    #cuberootid1{
        display: none;
    }

    .super-contaner {
        display:flex;
        flex-wrap: wrap;
        width:100%;
    }

    .html_widget0{
    width: calc(100% - 486px);
        margin-right: 20px;
    }

    .budget-samjhe{
        width:465px;
    }

.aise_samjhe_budget{ width: 100%; height: auto; margin-bottom: 13px;}
.html_widget1{width: 100%; height: auto;}
.html_widget0.main_2{width: 100%; height: auto; margin-right: 0px;}
.html_widget0.main_2 .key-candidate{padding-right:0px;}
  
.budget_topics{ width: 100%; height: auto;}
.budget_topics img{ width: 100%; height: auto; display: block;}
.budget_cal{ width: 100%; height: auto;}
.budget_cal img{ width: 100%; height: auto; display: block;}
.key-candidate.reactions{ width: 100%; height: auto; display: flex; flex-wrap: wrap; padding-right: 0px;}

.aise_samjhe_budget .key-candidate.reactions{padding-right: 0px;}
.key-candidate.reactions iframe{width: 100%;}




/*
    Budget 2021
---------------------------------------------*/


.html_widget0.main_1{width: 100%; height: auto; margin-right: 0px;} 
.html_widget0.main_1 .key-candidate{ padding-right: 0px;}

.itgdcommentMod {
    border: 1;
    border: 1px solid #d1d1d1;
    width: 100%;
    padding: 0px;
}
   
.rhs-budget{ width: 300px; height: auto;} 
.rhs-budget .ad-300X250-body{ width: 100%; min-height: 250px; margin-bottom: 20px;}

.budget-interactive{
    line-height: 0px;
}
.budget-interactive iframe{
   height: 755px; 
}
.visual-stories iframe {height: 470px}
.aise_samjhe_budget{
  line-height: 0px;
}
.aise_samjhe_budget iframe{
    width: 100%;
    height: 355px;
}
.budget-rating{
    line-height: 0px;
    margin-bottom: 13px;
}
.budget-calculator{
    margin-bottom: 13px;
}

@media (max-width:1199px){
     .rhs-budget{
         width: 100%;
         display: flex;
         flex-wrap: wrap;
    }
    .rhs-budget > div:first-child{
        margin-right: 20px;
    }
    .rhs-budget > div, .budget-samjhe, .html_widget0.main_0{
        width: 100%;
        flex-basis: calc(50% - 10px);
        max-width: calc(50% - 10px);
        background-color: transparent;
    }
    .rhs-budget .lv-update{
        margin-bottom: 20px;
    }
    .live-update-container .content{
       height:217px;
    }
   .budget-rating, .budget-calculator{
        width: calc(50% - 10px);
        float: left;
    }
    .budget-rating{
        margin-right: 20px;
    }
    
    div.rhs-thumb-shadow-container{
        clear: both;
        padding: 0px;
    }
    .big-story-inner-body{
        width: 100%;
    }
    .big-story-text{
        margin-right: 30px;
    }
    .big-story-video-sec{
        width:416px; 
    }
    .big-story-text h2, .big-story-text h2 a{
        font-size: 32px;
        line-height: 43px;
    }
    
    
    .story-related-video ul li .thmb-detail-main .thumb-icon{
        width: 80px;
        margin-right: 15px;
    }
    .story-related-video ul li .thmb-detail-main .text-detial{
        width: calc(100% - 95px);
    }
    
    .story-related-video{
        width: 100%;
        margin-left: 0px;
        
    }
    .story-related-video ul li{
       margin-right: 15px;
        width: calc(33.33% - 15px);
    }
    
    .itgdcommentMod iframe{ height: 215px;}    
    
}

@media (max-width:991px){
    .budget-interactive iframe{
        height: 520px;
    }
    .story-related-video ul li .thmb-detail-main .text-detial{
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
    }
    .subscribe-banner{
        margin-top: 15px;
    }
}   


@media (max-width:767px){
    .big-story-text{width: 100%; height: auto; margin-right: 0px; padding: 0px 10px;}
    .big-video-text-main {flex-wrap: wrap; max-width: inherit; margin-left: -10px; width: calc(100% + 20px); margin-bottom: 20px;}
    
.big-story-video {
    width: 100%;}

.rhs-budget > div, .budget-samjhe, .html_widget0.main_0 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
    background-color: transparent;
    margin-right: 0px;
    margin-bottom: 15px;
}
 
.rhs-budget > div:first-child {
    margin-right: 0px;
}    
    
.big-story-text h2, .big-story-text h2 a {
    font-size: 20px;
    line-height: 27px;
}
.big-story-text h2 {
    margin-bottom: 5px;
}

.story-related-video ul li {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
}    
 .story-related-video ul li:last-child {
    margin-bottom: 0px;
}    
    
.big-story-video-sec {
    width: 100%;
}
    
.big-story-video {
    margin-left: -10px;
    width: calc(100% + 20px);
}   
.key-candidate.reactions {
    margin-bottom: 0px;
}    
.aise_samjhe_budget iframe{ height: 315px;}    

.budget-rating{
    width: 100%;
    margin-right: 0px;}
    
.budget-calculator {width: 100%; margin-right: 0px;}

.itgdcommentMod {padding: 0px 0px;}
.itgdcommentMod iframe {height: 480px;}
.budget-interactive iframe {height: 795px;}    
    
}
  
@media (max-width: 420px){
.budget-interactive iframe {height: 520px;}
 .aise_samjhe_budget {margin-bottom: 30px;}


}

@media (max-width: 320px){
.budget-interactive iframe {height: 520px;}

}


.budget_topics a img.budget-faq-mob{ display:none}
.budget_topics a img.budget-faq-desk{ display: block}    
@media (max-width:767px){
.budget_topics a img.budget-faq-desk{ display: none}
.budget_topics a img.budget-faq-mob{ display:block}
    
}

@media (max-width:767px){
.hp_1_big_4_small_right_title0 .HlifeSty-main {
    margin-bottom: 40px;
    padding-bottom: 0px;
}
.subscribe-banner {
    margin-top: 40px;
}    

.widget-container .hm-business.HlifeSty-main + .widget-more {
    margin-bottom: 0px;
}
.HlifeSty-main .widget-container .hm-business + .widget-more {
    margin-bottom: 0px;
}  
.budget-rating iframe {
    height: 215px;
}
     
.big-story-1-container {
    padding-top: 55px;
    padding-bottom: 20px;
}
    
div.big-story-1-container {
    background-size: 100% !important;
    margin-bottom: 10px;}
    
.event-tab-nav-parent {
    width: calc(100% + 20px);
}
    
.event-tab-nav-parent img {
    width: 100%;
    height: auto;
    display: block;
}
    
    
    
    
}