body, html{
    width: 100%;
    height: 100%;
    float: left;
    outline: none !important;
}
table.dataTable thead th:after{
    content: "" !important;
}
#election_table_paginate li{
    padding: 0 !important;
}
#election_table_paginate li a{
    padding: 0px 5px !important;
    font-size: 11px !important;
}
.mdl{
    display:table;
    width:100%;
    height:100%;
}
.mdl_inner{
    display:table-cell;
    width:100%;
    vertical-align:middle;
}

h1,h2,h3,h4,h5,h6{
    color: #2a2a2a;
    width: 100%;
    float: left;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 10px;
}

span{
    color: #606060;
    width: 100%;
    float: left;
}

header{
    width: 100%;
    float: left;
    background-color: #000;
    height: 64px;
    text-align: center;
    padding: 4px 0;
    border-bottom: 3px solid #3f9a0e;
    margin-bottom: 0;
}

a.burger_menu{
    float: left;
    margin-right: 15px;
    padding: 17px 0;
}

a.logo{
    float: left;
    padding: 12px 0;
}

a.election_logo{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -51px;
}







/****************Search Start**************/
.search-conatiner{
    position: relative;
}
#content-search {
    position: absolute;
    height: 50px;
    width: 300px;
    right: 6px;
    top: 6px;
}

#content-search.on {
    -webkit-animation-name: in-out;
    animation-name: in-out;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#content-search input {
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto;
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out, padding 0.2s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    float: right;
    margin-top: 9px;
}

#content-search .search {
    background: none;
    position: absolute;
    top: -4px;
    right: -8px;
    height: 35px;
    width: 35px;
    padding: 0;
    border-radius: 100%;
    outline: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    /* float: right; */
}

#content-search .search:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 20px;
    margin-left: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    right: 0;
}

#content-search .close {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    right: 0;
    left: inherit;
    top: 4px;
    opacity: 1;
}

#content-search .close:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    margin-top: 3px;
    margin-right: 9px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#content-search .close:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #fff;
    margin-top: 3px;
    margin-left: -11px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#content-search .square {
    box-sizing: border-box;
    padding: 0 40px 0 10px;
    width: 300px;
    height: 35px;
    border: 2px solid #FFFFFF;
    border-radius: 0;
    background: none;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    outline: 0;
    -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
    transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out, padding 0.2s;
    -webkit-transition-delay: 0.4s, 0s, 0.4s;
    transition-delay: 0.4s, 0s, 0.4s;
    float: right;
}

/****************Search End**************/

.election_title{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.election_title img{
    max-width: 100%;
}
.siteContent{
    width: 100%;
    float: left;
    background-image: url("https://www.thenews.com.pk/assets/front/election_assets/images/election_2024_bg_final.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.election_main{
    width: 100%;
    float: left;

}

.election_main .container{
    background-color: #fff;
    padding: 20px 0 50px 0;
}

.top_ad{
    width: 100%;
    float: left;
    background-color: #eaeaea;
    padding: 10px 0;
    text-align: center;
}

.top_ad img{
    display: inline-block;
    max-width: 100%;
}

.election_div{
    width: 100%;
    float: left;
    padding: 20px 40px 0 40px;
}

section{
    width: 100%;
    float: left;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}

.sec1_top{
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.sec1_left{
    width: calc(100% - 300px);
}
.sec1_top ul.sec1_left{
    padding: 0;
    margin: 0;
    float: left;
}
.sec1_top ul.sec1_left li{
    list-style: none;
    width: 58.5%;
    float:left;
    margin-right: 2%;
}
.sec1_top ul.sec1_left li + li{
    list-style: none;
    width: 37.5%;
    float:right;
    margin-right: 2%;
    border-bottom: 1px solid #eaeaea;
}
.sec1_top ul.sec1_left li + li span{
    display: none;
}
.sec1_top ul.sec1_left li a{
    color: #333;
    text-decoration: none;
    width: 100%;
    float:left;
}
.top_pic{
    width: 100%;
    float:left;
}
.top_pic img{
    width: 100%;
}
.top_heading h1{
    font-size: 23px;

}
.top_heading h2{
    font-size: 16px;
}
.sec1_top ul.sec1_left li:nth-child(n+3) .top_pic{
    display: none;
}

.sec1_top ul.sec1_left li + li + li h2{
    padding-left: 10px;
    border-left: 3px solid #000;
    font-size: 16px;
}

ul.sec1_right{
    width: 300px;
    float: left;
    padding: 0;
    margin: 0;
}

ul.sec1_right li{
    list-style: none;
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

ul.sec1_right li a{
    width: 100%;
    float: left;
}

ul.sec1_right li a img{
    width: 92px;
    float: left;
}

ul.sec1_right li a h3{
    width: calc(100% - 92px);
    padding-left: 3%;
    font-size: 16px;
    margin: 0;
}

ul.sec1_right li:first-child a{
    width: 100%;
}

ul.sec1_right li:first-child a img{
    width: 100%;
}

ul.sec1_right li:first-child a h3{
    display: none;
}

ul.sec1_right li:last-child{
    margin-bottom: 0;
}

.sec1_bottom{
    width: 100%;
    float: left;
}

.sec1_bottom ul.btm_inr{
    width: 102%;
    float: left;
    padding:0;
    margin: 0 -1%;
}

.sec1_bottom ul.btm_inr li{
    width: 25%;
    float: left;
    padding: 0 1%;
    list-style: none;
}

.sec1_bottom ul.btm_inr li a{
    width: 100%;
    float: left;
    text-decoration: none;
}

.sec1_bottom ul.btm_inr li a img{
    width: 100%;
    float: left;
}

.sec1_bottom ul.btm_inr li a h2{
    font-size: 16px;
    width: 100%;
    float: left;
    margin-bottom: 0;
    min-height: 88px;
    margin: 10px 0 15px 0;
}
.section2{
    padding-bottom: 0;
}
.section2 h1{
    font-size: 30px;
    margin: 0;
    margin-bottom: 25px;
    display: inline-block;
    width: initial;
}

.section2 .dropdown{
    float: right;
    border: 1px solid #606060;
    padding: 8px 13px;
    border-radius: 24px;
}

.section2 .dropdown a{
    color: #606060;
    text-decoration: none;
}

.section2 ul.sec2_bxs{
    width: 102%;
    float: left;
    padding: 0;
    margin: 0 -1%;
}

.section2 ul.sec2_bxs li{
    width: 33.32%;
    float: left;
    margin: 0;
    padding: 0 1% 0 1%;
    margin-bottom: 25px;
    list-style: none;
}


.section2 ul.sec2_bxs li a{
    width: 100%;
    float: left;
}

.section2 ul.sec2_bxs li a img{
    width: 100%;
    float: left;
    border: 1px solid #eaeaea;
}

.section2 ul.sec2_bxs li a h2{
    font-size: 16px;
    font-weight: bold;
    min-height: 66px;
}

.section2 ul.sec2_bxs li a span{
    width: 100%;
    float: left;
}

.section3{
    padding-bottom: 0;
}
.section3 h1{
    font-size: 30px;
    margin: 0;
    margin-bottom: 25px;
    display: inline-block;
    width: initial;
}

.section3 a.more{
    float: right;
    color: #838383;
    text-decoration: underline;
    margin-top: 14px;
}

.section3 ul.opinion_bxs{
    padding: 0;
    margin: 0 -1%;
    width: 102%;
    float: left;
}

.section3 ul.opinion_bxs li{
    width: 25%;
    float: left;
    margin: 0;
    padding: 0 1% 0 1%;
    margin-bottom: 25px;
    list-style: none;
}

.section3 ul.opinion_bxs li a{
    width: 100%;
    float: left;
    position: relative;
}

.section3 ul.opinion_bxs li a img{
    width: 100%;
    float: left;
}

.section3 ul.opinion_bxs li a h2{
    font-size: 16px;
    font-weight: bold;
    min-height: 88px;
}

.section3 ul.opinion_bxs li a span{
    width: 100%;
    float: left;
    padding-top: 0px;
    font-size: 12px;
    min-height: 30px;

}

.section3 ul.opinion_bxs li a span img{
    margin-right: 10px;
    display: inline-block;
    width: initial;
    margin-top: -8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.section4 ul.opinion_bxs li a h2{
    margin-bottom: 0;
    min-height: initial;
}

.section4 ul.opinion_bxs li a .analysis_badge{
    position: absolute;
    width: 76px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background-color: #28a2fd;
    border-radius: 3px;
    text-align: center;
    top: 3px;
    left: 3px;
    font-size: 12px;
}










.section5{
    padding-bottom: 0;
}
.section5 h1{
    font-size: 30px;
    margin: 0;
    margin-bottom: 25px;
    display: inline-block;
    width: initial;
}

.section5 ul.video_bxs{
    padding: 0;
    margin: 0 -1%;
    width: 102%;
    float: left;
}

.section5 ul.video_bxs li{
    width: 20%;
    float: left;
    margin: 0;
    padding: 0 1% 0 1%;
    margin-bottom: 25px;
    list-style: none;
}

.section5 ul.video_bxs li a{
    width: 100%;
    float: left;
    position: relative;
}

.section5 ul.video_bxs li a img{
    width: 100%;
    float: left;
}

.section5 ul.video_bxs li a h2{
    font-size: 16px;
    font-weight: bold;
}

.section5 ul.video_bxs li a h2{
    margin-bottom: 0;
}

.section5 ul.video_bxs li a .vid_img .video_badge{
    position: absolute;
    bottom: 8px;
    left: 8px;
    display: inline-block;
    width: 32px;
}

.section5 ul.video_bxs li a .vid_img{
    position: relative;
    width: 100%;
    float: left;
}

.section6{
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.section6 h1 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 0px;
    display: inline-block;
    width: initial;
}

.section6 .result_tabs{
    width: 100%;
    float: left;
}

.section6 .result_tabs ul.nav-tabs{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
}

.section6 .result_tabs ul.nav-tabs li{
    width: 33.32%;
    float: left !important;
    margin: 0;
    padding: 0;
    text-align: center;


}

.section6 .result_tabs ul.nav-tabs li a{
    height: 54px;
    line-height: 54px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 1px solid #637a91;
    color: #637a91;
}

.section6 .result_tabs .nav-tabs> li.active>a, .section6 .result_tabs .nav-tabs>li>a:hover, .section6 .result_tabs .nav-tabs>li>a:focus {
    background-color: #637a91 !important;
    color: #fff;
}

.section6 .result_tabs .tab-content{
    width: 100%;
    float: left;
}

.section6 .result_tabs .tab-content table{
    margin-bottom: 0;
}

.section6 .result_tabs .tab-content table tr td span{
    width: initial;
    margin-right: 10px;
}

.section2 .dropdown .caret{
    float: right;
    margin-top: 8px;
    margin-left: 10px;
}

.open-opinion h3{
    float: none;
}

.open-opinion span{
    width: auto;
}

.detail-content{
    margin-top: 20px;
}

header .mobile-header {
    display: inline-block;
    width: auto;
    margin: 0 15px 0 0;
    float: left;
}

header .mobile-header .mobile-left {
    width: 18%;
    float: left;
}

header .mobile-header .mobile-left .mobile-nav {
    display: block;
    float: left;
}

header .mobile-header .mobile-left .mobile-nav .mob-menu-icon {
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    display: block;
    margin-top: 8px;
}

header .mobile-header .mobile-left .mobile-nav .mob-menu-icon svg path {
    fill: #fff;
}

.top_heading {
    float: left;
}

.top_heading span{
    margin-bottom: 10px;
}

.top_heading h1 {
    font-weight: bold !important;
}

.party_news_page .section2 ul.sec2_bxs li a h2 {
    min-height: 88px;
}

.prty_cnt{
    float: right;
}

.drp_mob{
    display: none;
}

.prty_cnt a{
    display: inline-block;
    float: left;
    border: 1px solid #eaeaea;
    font-size: 14px;
    padding: 5px 12px;
    text-decoration: none;
    color: #000;
    border-left: none;
    margin-top: 5px;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.prty_cnt a:hover, .prty_cnt a:focus{
    background-color: #eaeaea;
}

.prty_cnt a:first-child{
    border-left: 1px solid #eaeaea;
}

.prty_cnt a img{
    margin-right: 3px;
    margin-top: -2px;
}

.consti_sec1.section6 .sec1_left{
    width: calc(100% - 320px);
    padding-right: 20px;
    float: left;
}

.section0{
    margin-bottom: 20px;
    border-bottom: none;
    padding: 0;
}

.seat_details{
    width: 100%;
    float: left;
    padding: 25px 30px;
    border: 1px solid #eaeaea;
}

.seat_details h1{
    margin: 0;
    font-size: 30px;
    padding-bottom: 10px;
    position: relative;
    font-weight: bold !important;
}

.seat_details h1:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 9px;
    background-color: #59a640;
}

.seat_details h2{
    margin: 0;
    font-size: 18px;
    padding-top: 10px;
    font-weight: bold !important;
}

.seat_content1 span{
    font-size: 14px;
    padding: 13px 0;
}

.seat_content1 span a{
    font-size: 12px;
}

.seat_content2 span{
    padding: 8px 0;
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
}
.seat_content2 span:last-child{
    border-bottom: none;
}
.seat_content2 span img{
    margin-right: 15px;
}

.seat_content3 span{
    padding: 8px 0;
    border-bottom: 1px solid #eaeaea;
}
.seat_content3 span:last-child{
    border-bottom: none;
}
.seat_content3 span img{
    margin-right: 15px;
}

.consti_sec2 .consti_lft{
    width: calc(100% - 300px);
    padding-right: 30px;
    float: left;
}

.consti_sec2 .consti_lft ul{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.consti_sec2 .consti_lft ul li{
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eaeaea;
    margin-bottom: 15px;
}

.consti_sec2 .consti_lft ul li a{
    width: 100%;
    float: left;
}

.consti_sec2 .consti_lft ul li a .const_contnt_img{
    width: 270px;
    float: left;
}

.consti_sec2 .consti_lft ul li a .const_contnt_img img{
    width: 100%;
    float: left;
}

.consti_sec2 .consti_lft ul li a .const_cntnt_dtl{
    width: calc(100% - 270px);
    padding-left: 20px;
    float: left;
    padding-top: 10px;
}

.consti_sec2 .consti_lft ul li a .const_cntnt_dtl h4{
    margin: 0;
    padding: 0;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;

}

.consti_sec2 .consti_lft ul li a .const_cntnt_dtl p{
    margin: 0;
    padding: 0;
    font-size: 15px;
    margin-bottom: 15px;
    color: #606060;
}

.consti_sec2 .consti_lft ul li a .const_cntnt_dtl .cntnt_histry{
    width: 100%;
    float: left;
}

.consti_sec2 .consti_lft ul li a .const_cntnt_dtl .cntnt_histry span{
    float: left;
    color: #606060;
    width: initial;
}

.consti_sec2 .consti_lft ul li a .const_cntnt_dtl .cntnt_histry span:first-child{
    padding-right: 12px;
    border-right: 1px solid #d1d1d1;
}

.consti_sec2 .consti_lft ul li a .const_cntnt_dtl .cntnt_histry span:nth-child(2){
    padding-left: 12px;
}

.consti_sec2 .consti_lft ul li a .const_cntnt_dtl .cntnt_histry span img{
    margin-right: 5px;
}

.consti_sec2 .load_mr_cntnt{
    float: left;
    width: 100%;
    text-decoration: none;
    background-color: #eaeaea;
    height: 75px;
    line-height: 75px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.consti_sec2 .load_mr_cntnt:hover, .consti_sec2 .load_mr_cntnt:focus{
    background-color: #d8d5d5;
}

.consti_sec2 .consti_rght{
    width: 300px;
    float: left;
}

.consti_sec2 .consti_rght a{
    width: 100%;
    float: left;
}

.consti_sec2 .consti_rght a img{
    width: 100%;
    float: left;
}

.consti_sec1{
    border-bottom: none;
    padding-bottom: 0;
}

.el-separator {
    height: 107px;
    width: 100%;
    position: relative;
    margin: 0px 0 15px 0;
}

.el-separator [data-hq] {
    height: 4px;
    background-color: #f89238;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
}

.el-separator [data-img] {
    position: absolute;
    top: -50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    padding: 0 15px;
    overflow: hidden;
    height: 108px;
}

.el-separator [data-img] img {
    width: 130px;
}

.seprat_tn{
    position: relative;
    width: 100%;
    float: left;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #333;
    padding: 2px 3px;
}

.seprat_tn{
    margin-top: 30px;
}

h2.constituency_seo_text {
    font-size: 15px;
    margin-bottom: 25px;
    margin-top: 0;
}


/***********************update page style***************************/
 .section_updates .constit_nws {
     background-color: #f1f1f1;
     border-top: 2px solid #777677;
     border-bottom: 2px solid #777677;
     padding: 15px 10px 10px 10px;
     float: left;
     width: 40%;
 }

.section_updates .constituency-desctiption-area h2, .section_updates .constituency-desctiption-area h3, .election.constituency .constituency-top-area .constituency-desctiption-area h4 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 11px;
}
.section_updates .constit_nws ul {
    padding: 0;
    float: left;
    padding-left: 15px;
    position: relative;
    width: 100%;
    margin: 0;
    max-height: 525px;
    overflow-y: auto;
    padding-top: 10px;
}

.section_updates .constit_nws h2 span {
    float: left;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-animation: blink 1000ms steps(5, start) infinite;
    animation: blink 1000ms steps(5, start) infinite;
    margin-top: 3px;
    margin-right: 5px;
}

@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .5;}
    100%{opacity: 1;}
}

.section_updates .constit_nws ul li {
    overflow: visible;
    border-left: 1px solid #ccc;
    padding-left: 13px;
    margin-left: 0;
    list-style: none;
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

.section_updates .constit_nws ul li:last-child{
    padding-bottom: 0;
}

.section_updates .constit_nws ul li:before {
    background-color: #e80000;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 9px;
    width: 9px;
    position: absolute;
    left: 11px;
    margin-left: 0;
}

.section_updates .constit_nws ul li a .story_title {
    font-size: 13px;
    color: #222;
    padding-bottom: .45em;
    overflow: hidden;
    margin: 0;
    margin-top: -3px;
}

.section_updates .constit_nws ul li .story_time {
    color: #28a2fd;
    text-transform: capitalize;
    font-size: 11px;
    margin-top: -2px;
    margin-bottom: 6px;
}

.constit_nws h2{
    background-color: #e80000;
    font-size: 11px;
    padding: 3px 10px 3px 5px;
    float: left;
    width: initial;
    color: #fff;
    border-radius: 3px;
    margin-top: 0;
    margin-bottom: 5px;
}
.upt_main_cont{
    width: calc(100% - 300px);
    float: left;
}
.upd_tbl{
    width: 60%;
    padding: 0 2%;
    float: left;
}
.upd_tbl .updt_inr_tbl{
    width: 100%;
    float: left;
    padding: 10px;
    background-color: #eaeaea;
    max-height: 400px;
    overflow-y: auto;
}

.upd_tbl .updt_inr_tbl .table-responsive{
    background-color: #fff;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
}

.upd_tbl .updt_inr_tbl .table-responsive th{
    text-align: center;
}

.upd_tbl .br_nws{
    width: 100%;
    float: left;
    margin-top: 15px;
}
.upd_tbl .br_nws h3{
    font-size: 22px;
    font-weight: 300;
    color: #757575;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
.upd_tbl .br_nws h3:before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0px;
    top: 10px;
    border-radius: 9px;
    background-color: #e80000;
}
.upd_tbl .br_nws h3 span{
    font-weight: bold;
    color: #e80000;
    float: left;
    width: initial;
    padding-right: 5px;
}
.upd_tbl .br_nws a{
    width: 100%;
    float: left;
}
.upd_tbl .br_nws a .desc_img{
    width: 200px;
    float: left;
}
.upd_tbl .br_nws a .desc_img img{
    width: 100%;
}

.upd_tbl .br_nws a .upt_desc{
    width: calc(100% - 200px);
    padding-left: 2%;
    float: left;
}

.upd_tbl .br_nws a .upt_desc h4{
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}
.upd_tbl .br_nws a .upt_desc p{
    font-size: 14px;
    color: #000;
    margin: 0;
    float: left;

}
.live_str{
    width: 300px;
    float: left;
}
.live_str .e_live_top {
    width: 100%;
    float: left;
    background-color: #f60823;
    padding: 8px 16px 5px 16px;
}
.live_str .e_live_icon {
    float: left;
    margin-right: 15px;
    position: relative;
}
.live_str .e_live_icon span {
    font-size: 25px;
    color: white;
    animation: blink 1s linear infinite;
    line-height: 0px;
}
.live_str .blink {
    position: absolute;
    top: -8px;
    right: 0;
}
.live_str_plyr img{
    width: 100%;
    float: left;
}
.live_str .e_live_text {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    margin-top: 4px;
}
.updt_inr_tbl caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    text-align: left;
    padding-left: 10px;
    font-size: 13px;
}
.liv_str_inr{
    float: left;
    width: 100%;
}
.live_str_plyr{
    float: left;
    width: 100%;
}
.upd_ad{
    width: 100%;
    float: left;
    background-color: #f0f0f0;
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
}
.upd_ad a{
    display: inline-block;
    width: 300px;
}
.upd_ad a img{
    width: 100%;
    float: left;
}


@media (max-width: 1200px){
    .upd_tbl .br_nws a .upt_desc p{
        display: none;
    }
    .upd_tbl .br_nws a .desc_img {
        width: 150px;
    }
    .upd_tbl .br_nws a .upt_desc {
        width: calc(100% - 150px);
    }
    .upd_tbl .br_nws a .upt_desc h4 {
        margin-bottom: 0;
        font-size: 15px;
    }
    .section_updates .constit_nws ul {
        max-height: 495px;
    }

}

@media (max-width: 991px){
    .section_updates .constit_nws {
        width: 40%;
    }
    .upd_tbl {
        width: 60%;
        padding-right: 0;
    }
    .live_str {
        width: 100%;
        float: left;
        margin-top: 25px;
    }
    .upt_main_cont {
        width: 100%;
    }

}

@media (max-width: 768px){
    .upd_tbl .updt_inr_tbl .table-responsive>.table-bordered{
        border: 1px solid #ddd !important;
    }
}


@media (max-width: 600px){
    .updt_inr_tbl .table>thead>tr>th, .updt_inr_tbl  .table>tbody>tr>td{
        padding: 4px;
    }
    .upd_tbl .updt_inr_tbl .table-responsive{
        font-size: 12px;
    }
    .table-bordered {
        border: 1px solid #ddd;
    }
    .section_updates .constit_nws {
        width: 100%;
        margin-bottom: 25px;
    }
    .upd_tbl {
        width: 100%;
        padding: 0;
    }
    .upd_tbl .br_nws {
        margin-top: 25px;
    }
    .section_updates .constit_nws ul {
        max-height: 150px;
    }
}


/**********************************update page style end*********************/

@media screen and (max-width: 1200px){
    .sec1_top ul.sec1_left li {
        width: 61%;
    }
    .sec1_top ul.sec1_left li + li {
        width: 35%;
        margin-right: 2%;
    }
    .sec1_top ul.sec1_left li + li + li h2 {
        font-size: 14px;
    }

    ul.sec1_right li a h3 {
        width: calc(100% - 92px);
        padding-left: 3%;
        font-size: 14px;
        margin: 0;
    }

    .consti_sec2 .consti_rght {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }

    .consti_sec2 .consti_rght a{
        width: 300px;
        float: none;
        display: inline-block;
    }
    .consti_sec2 .consti_lft {
        width: 100%;
        padding-right: 0;
    }

    .na_class {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .seat_content2 span:last-child {
        border-bottom: 1px solid #eaeaea;
    }
}

@media screen and (max-width: 991px) {
    ul.sec1_right {
        width: 100%;
        text-align: center;
    }
    ul.sec1_right li:first-child a {
        width: 300px;
        float: none;
        display: inline-block;
    }
    ul.sec1_right li {
        width: 100%;
        float: left;
        text-align: center;
    }
    ul.sec1_right li + li {
        width: 47%;
        float: left;
        margin-bottom: 0;
    }
    ul.sec1_right li + li + li {
        width: 51%;
        padding-left: 2%;
    }
    .sec1_top  ul.sec1_left {
        width: 100%;
        margin-bottom: 25px;
    }
    ul.sec1_right li a h3 {
        text-align: left;
    }
    .sec1_bottom ul.btm_inr li {
        width: 50%;
    }
    /*.sec1_bottom ul.btm_inr li + li {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .sec1_bottom ul.btm_inr li + li a img {
        width: 92px;
    }*/
    .sec1_bottom ul.btm_inr li a h2 {
        font-size: 18px;
    }
    /*.sec1_bottom ul.btm_inr li + li a h1 {
        width: calc(100% - 92px);
        padding-left: 2%;
        margin-top: 0;
        font-size: 16px;
        min-height: initial;
    }*/

    .sec1_bottom ul.btm_inr{
        border-top: 1px solid #eaeaea;
        padding-top: 25px;
    }
    .dataTables_wrapper .dataTables_filter input {
        width: 300px;
    }
    .section3 ul.opinion_bxs li {
        width: 50%;
    }

    .section5 ul.video_bxs li {
        width: 50%;
    }
    .section5 ul.video_bxs li + li {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .section5 ul.video_bxs li + li a .vid_img {
        width: 92px;
    }
    .section5 ul.video_bxs li a h2 {
        font-size: 23px;
    }
    .section5 ul.video_bxs li + li a h2 {
        width: calc(100% - 92px);
        padding-left: 2%;
        margin-top: 0;
        font-size: 16px;
    }
    .section5 ul.video_bxs li a .vid_img .video_badge img{
        width: 32px;
    }
    .section5 ul.video_bxs li + li a .vid_img .video_badge {
        bottom: 3px;
        left: 3px;
        width: 20px;
    }
    .section5 ul.video_bxs li + li a .vid_img .video_badge img {
        width: 20px;
    }

    .seat_content2{
        margin-top: 25px;
    }
    .na_class {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 15px;
        float: left;
    }
    .prty_cnt a {
        padding: 2px 5px;
        margin-top: 9px;
    }

    .consti_sec1.section6 .sec1_left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }

}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }
    .section3 a.more{
        width: initial !important;
    }
    #content-search {
        width: 200px;
        right: 22px;
    }

    #content-search .square {
        width: 200px;
    }
    .election_div {
        padding: 15px;
    }
    .election_main .container{
        background-color: #fff;
        padding: 20px 0 20px 0;
    }
    .section5 h1, .section4 h1, .section3 h1, .section2 h1 {
        margin-bottom: 15px;
    }
    .consti_sec2 .consti_lft ul li a .const_contnt_img {
        width: 200px;
    }

    .consti_sec2 .consti_lft ul li a .const_cntnt_dtl {
        width: calc(100% - 200px);
        padding-left: 10px;
    }

    .consti_sec2 .consti_lft ul li a .const_cntnt_dtl h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .consti_sec2 .consti_lft ul li a .const_cntnt_dtl p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .consti_sec2 .consti_lft ul li a .const_cntnt_dtl .cntnt_histry span {
        font-size: 12px;
    }

    .consti_sec2 .consti_lft ul li a .const_cntnt_dtl .cntnt_histry span:first-child {
        padding-right: 5px;
    }
    .consti_sec2 .consti_lft ul li a .const_cntnt_dtl .cntnt_histry span:nth-child(2) {
        padding-left: 5px;
    }
}

@media screen and (max-width: 680px) {
    .section2 ul.sec2_bxs li {
        width: 50%;
    }
    .sec1_bottom ul.btm_inr li + li, .sec1_bottom ul.btm_inr li {
        width: 50%;
        padding: 0 1%;
        margin-bottom: 10px;

    }
    .sec1_bottom ul.btm_inr li + li a img, .sec1_bottom ul.btm_inr li a img {
        width: 100%;
        float: left;
    }
    .sec1_bottom ul.btm_inr li + li a h1, .sec1_bottom ul.btm_inr li a h2 {
        font-size: 18px;
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .sec1_bottom ul.btm_inr{
        margin: 0 -1%;
        width: 102%;
    }

    .section5 ul.video_bxs li + li, .section5 ul.video_bxs li {
        width: 50%;
        padding: 0 1%;
        margin-bottom: 10px;

    }
    .section5 ul.video_bxs li + li a img, .section5 ul.video_bxs li a img {
        width: 100%;
        float: left;
    }
    .section5 ul.video_bxs li + li a h2, .section5 ul.video_bxs li a h2 {
        font-size: 16px;
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .section5 ul.video_bxs{
        margin: 0 -1%;
        width: 102%;
    }

    .section5 ul.video_bxs li + li a .vid_img {
        position: relative;
        width: 100%;
        float: left;
    }

    .section5 ul.video_bxs li + li a .vid_img .video_badge {
        position: absolute;
        bottom: 8px;
        left: 8px;
        display: inline-block;
        width: 32px;
    }
    .section5 ul.video_bxs li + li a .vid_img .video_badge img {
        width: 32px;
    }

    h1,h2,h3,h4,h5,h6{
        font-weight: normal !important;
    }


    ul.sec1_right li + li {
        width: 50%;
        padding-right: 1%;
    }
    ul.sec1_right li + li + li {
        width: 50%;
        padding-left: 1%;
        padding-right: 0;
    }
    ul.sec1_right li a img {
        width: 100%;
    }

    ul.sec1_right li a h3 {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .sec1_top {
        margin-bottom: 10px;
    }
    .sec1_bottom ul.btm_inr li + li a h1, .sec1_bottom ul.btm_inr li a h2 {
        font-size: 16px;
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
    section {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .sec1_bottom ul.btm_inr li + li h1, .sec1_bottom ul.btm_inr li h1{
        min-height: 44px;
    }
    .seat_details h2 {
            font-size: 16px;
        }
    .prty_cnt a {
        font-size: 12px;
        padding: 5px 6px;
    }

    .prty_cnt a img {
        margin-right: 0px;
    }

}

@media screen and (max-width: 630px) {
    .sec1_top ul.sec1_left li, .sec1_top ul.sec1_left li + li {
        width: 50%;
        margin-right: 0;
        padding: 0 1%;
    }
    .sec1_top ul.sec1_left {
        width: 100%;
    }
    .top_heading h1 {
        font-size: 16px;
    }
    #content-search {
        display: none;
    }
    a.election_logo {
        left: auto;
        margin-left: 0;
        right: 15px;
    }
    .sec1_top ul.sec1_left li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .sec1_top ul.sec1_left li + li {
        width: 50%;
        padding-right: 2%;
        float: left;
    }
    .sec1_top ul.sec1_left li + li + li {
        width: 50%;
        padding-right: 0%;
        float: left;
    }
    .top_heading h1 {
        font-size: 20px;
        font-weight: bold;
    }
    .sec1_top ul.sec1_left li:nth-child(2){
        border-bottom: none;
        margin-bottom: 0;
    }
    .sec1_bottom ul.btm_inr li + li h1, .sec1_bottom ul.btm_inr li h1{
        min-height: 66px;
    }
}

@media screen and (max-width: 600px){
    .na_class .col-xs-8.seat_content1{
            display: none;
        }
    .drp_mob{
        display: block;
    }

    .prty_cnt{
        display: none;
    }

    .na_class .col-xs-4{
        width: 100%;
    }
    .na_class {
        margin-bottom: 0;
        float: none;
        display: inline-block;
        width: 100%;
    }
    .seat_content2 {
        margin-top: 0;
    }

    .seat_details {
        padding: 15px 20px;
    }
    .consti_sec2 .consti_lft ul li a .const_contnt_img {
        width: 100%;
    }
    .consti_sec2 .consti_lft ul li a .const_cntnt_dtl {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 442px) {
    .section5 ul.video_bxs li + li a h2, .section5 ul.video_bxs li a h2{
        min-height: 88px;
    }
}
@media screen and (max-width: 420px) {
    .sec1_top ul.sec1_left li + li .top_pic img{
        width: 92px;
        margin-bottom: 0px;
    }

    .sec1_top ul.sec1_left li + li .top_pic {
        width: 92px;
        float: left;
    }
    .sec1_top ul.sec1_left li + li {
        width: 100%;
        padding-right: 0;
        border-bottom: 1px solid #eaeaea !important;
        margin-bottom: 10px !important;
        padding-bottom: 10px;
        padding-left: 0;
    }

    .sec1_top ul.sec1_left li + li .top_heading {
        float: left;
        width: calc(100% - 92px);
        padding-left: 10px;
    }
    .sec1_top ul.sec1_left li + li + li {
        width: 100%;
        padding: 0;
        padding-bottom: 10px;
    }
    .sec1_top ul.sec1_left {
        margin-bottom: 5px;
    }
    ul.sec1_right li a img {
        width: 92px;
    }
    ul.sec1_right li a h3 {
        width: calc(100% - 92px);
        padding-left: 2%;
        font-size: 16px;
        margin: 0;
    }
    ul.sec1_right li + li, ul.sec1_right li + li + li {
        width: 100%;
        padding-right: 0%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
        padding-left: 0;
    }
    .top_heading h2{
        margin: 0;
    }
    .sec1_bottom ul.btm_inr li + li a img, .sec1_bottom ul.btm_inr li a img {
        width: 92px;
    }

    .sec1_bottom ul.btm_inr li + li a h1, .sec1_bottom ul.btm_inr li a h2 {
        padding: 0;
        margin-top: 0;
        width: calc(100% - 92px);
        padding-left: 2%;
    }
    .sec1_bottom ul.btm_inr li + li, .sec1_bottom ul.btm_inr li {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
    }
    .sec1_bottom ul.btm_inr li:last-child{
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }
    .section2 ul.sec2_bxs li a img {
        width: 92px;
    }

    .section2 ul.sec2_bxs li a h2, .section2 ul.sec2_bxs li a span {
        width: calc(100% - 92px);
        padding-left: 2%;
        margin-top: 0;
        float: right;
    }
    .section2 ul.sec2_bxs li {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
    }
    .section2 ul.sec2_bxs li:last-child{
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 0px;

    }





    .section3 ul.opinion_bxs li a img {
        width: 92px;
    }

    .section3 ul.opinion_bxs li a h2, .section3 ul.opinion_bxs li a span {
        width: calc(100% - 92px);
        padding-left: 2%;
        margin-top: 0;
        float: right;
    }
    .section3 ul.opinion_bxs li a h2{
        min-height: initial;
    }
    .section3 ul.opinion_bxs li a span{
        padding-top: 0;
        font-weight: bold;
    }
    .section3 ul.opinion_bxs li a span img{
        display: none;
    }
    .section3 ul.opinion_bxs li {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
    }
    .section3 ul.opinion_bxs li:last-child{
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 0px;

    }
    .section6 h1, .section5 h1, .section4 h1, .section3 h1, .section2 h1{
        font-size: 22px;
    }

    .section4 ul.opinion_bxs li a .analysis_badge {
        width: 30px;
        height: 12px;
        line-height: 12px;
        border-radius: 2px;
        font-size: 6px;
    }
    .section2 .dropdown {
        padding: 4px 7px;
        border-radius: 20px;
    }
    .section5 ul.video_bxs li a img, .section5 ul.video_bxs li + li a img {
        width: 92px;
    }

    .section5 ul.video_bxs li a h2, .section5 ul.video_bxs li + li a h2 {
        width: calc(100% - 92px);
        padding-left: 2%;
        margin-top: 0;
        float: right;
        font-size: 16px;
    }
    .section5 ul.video_bxs li, .section5 ul.video_bxs li + li {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
    }
    .section5 ul.video_bxs li:last-child{
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 0px;

    }

    .section5 ul.video_bxs li a .vid_img, .section5 ul.video_bxs li + li a .vid_img {
        width: 92px;
    }

    .section5 ul.video_bxs li a .vid_img .video_badge img, .section5 ul.video_bxs li + li a .vid_img .video_badge img {
        width: 18px;
    }
    .section5 ul.video_bxs li + li a .vid_img .video_badge, .section5 ul.video_bxs li a .vid_img .video_badge {
        bottom: 2px;
        left: 2px;
        width: 18px;
    }
    .election_div {
        padding: 8px;
    }
    .sec1_bottom ul.btm_inr li + li h1, .sec1_bottom ul.btm_inr li h1 {
        min-height: inherit;
    }
    .section2 ul.sec2_bxs li a h2 {
        min-height: inherit;
        margin: 0;
    }

    .section5 ul.video_bxs li a h2, .section5 ul.video_bxs li + li a h2{
        min-height: inherit;
    }
    .sec1_top ul.sec1_left li:nth-child(n+3) .top_pic {
        display: block;
    }
    .sec1_top ul.sec1_left li + li + li h2 {
        padding-left: 0;
        border-left: none;
        font-size: 16px;
    }

    .sec1_bottom ul.btm_inr li a h2 {
        min-height: initial;
        margin-bottom: 0;
    }
}
