@font-face{font-family:Domine;font-style:normal;font-weight:400;font-display:swap;src:local('Domine'),url(https://www.thenews.com.pk/assets/front/fonts/Domine/L0x8DFMnlVwD4h3htfqndSk.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Domine;font-style:normal;font-weight:400;font-display:swap;src:local('Domine'),url(https://www.thenews.com.pk/assets/front/fonts/Domine/L0x8DFMnlVwD4h3hu_qn.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Domine;font-style:normal;font-weight:700;font-display:swap;src:local('Domine'),url(https://www.thenews.com.pk/assets/front/fonts/Domine/L0x8DFMnlVwD4h3htfqndSk.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Domine;font-style:normal;font-weight:700;font-display:swap;src:local('Domine'),url(https://www.thenews.com.pk/assets/front/fonts/Domine/L0x8DFMnlVwD4h3hu_qn.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
html{font:10px sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;padding:0 0 0 0!important;-webkit-tap-highlight-color:transparent}header,menu{display:block}a:active,a:hover{outline:0}img{border:0;vertical-align:middle}svg:not(:root){overflow:hidden}input{margin:0;font:inherit;color:inherit;line-height:normal;font-family:inherit;font-size:inherit;line-height:inherit}input::-moz-focus-inner{padding:0;border:0}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}@media print{*{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}img{page-break-inside:avoid;max-width:100%!important}.label{border:1px solid #000}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a{background-color:transparent;color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px;outline-offset:-2px}
body{line-height:1.42857143;color:#333;background-color:#fff;font:400 16px/1.5 "Domine",sans-serif;padding:0;margin:0;-webkit-overflow-scrolling:touch}a:hover{text-decoration:none}*,::after,::before{box-sizing:border-box}
img{border:0;vertical-align:middle}.hide {display: none!important;}
/*Header*/
header{
    /* background-image: linear-gradient(#1f92cf, #0b5ba3);
    border-top: 6px solid #fe7f0b;
    border-bottom: 3px solid #f9d00d; */
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dddddd;
}
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:768px){.container{width:750px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}@media(min-width:1300px){.container{width:1300px}}
.home_wrapper{
    margin-inline: auto;
    width: 85rem;
    width: clamp(16rem, 100vw, 120rem);
    padding-inline: clamp(1.375rem, 1.2rem + 0.89vw, 2rem);
    position: relative;
}
#omega{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#omega-button{
    display:none;
}
#omega-content nav ul {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}
#omega-content nav ul li a{
    color: #000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
#omega-content nav ul li, #omega-content #logo, #omega-content nav {
    display: inline-block;
}
.omega-links{
    display: flex;
    height: 83px;
    align-items: center;
    
}
#omega-content{
    float: right;
}
#omega-overlay {
    display: none;
    position: fixed;
    z-index: 10;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, .5);
}
#omega-sidebar{
    display:none;
    position: fixed;
    width:80%;
    z-index: 99999;
    height:100%;
    top:0;
    left:0;
    background-color: #ffffff;
    transform: translateX(-100%);
    transition: transform .2s ease-in-out;
}
#omega-sidebar-header{
    background-size: cover;
    text-align: center;
}
#omega-sidebar-body{
    padding:1em;
}
#omega-sidebar-body nav ul{
    padding: 0;
    margin: 0;
}
#omega-sidebar-body nav ul li{
    list-style: none;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #efefef;
}
#omega-sidebar-body nav ul li:before{
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px #000 solid;
    border-right: 2px #000 solid;
    display: block;
    position: relative;
    top: 7px;
    left: -2px;
    transform: rotate(45deg) translateY(-50%);
    /* margin-top: -1px; */
    transition: 0.3s ease-in-out;
    display: none;
}
#omega-sidebar-body nav ul li a{
    display: inline-block;
    text-transform: uppercase;
    font-weight:700;
    font-size: 1.3rem;
    padding:0.5em;
    color:#000;
    text-decoration: none;
}
#omega-sidebar-body nav ul li a:hover{
    color:#9b4dca;
}
#omega-sidebar-body .omega-links a{
    display:block;
    margin-bottom:1em;
}
button.update_blink{
    position:relative;
    width:11px;
    height:11px;
    background-color:#ec1c24;
    border:0;
    border-radius:50%;
    padding:0;
    outline:0;
    top:0
}
button.update_blink:after{
    content:'';
    width:5px;
    height:5px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    border:3px solid #fff;
    border-radius:50%;
    animation:2s linear infinite forwards beacon
}
@keyframes beacon{
    0%{
        width:0;
        height:0;
        opacity:1
    }
    25%{
        width:15px;
        height:15px;
        opacity:.7
    }
    50%{
        width:25px;
        height:25px
    }
    75%{
        width:35px;
        height:35px;
        opacity:.5
    }
    100%{
        width:50px;
        height:50px;
        opacity:0
    }
}
.next_update_txt{
    color: #d5d5d5;
    /* font-size: 18px; */
    font-weight: 500;
}
.next_update_numb{
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
}
/* .top_section{
    background-image: url("../../images/election/top_bg_final.jpg");
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
} */
.top_section{
    position: relative;
    width: 100%;
    float: left;
}
.top_section_pic_bg{
    object-fit: cover;
    width: 100%;
    /* height: 270px; */
}
.top_logo_absolute{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 87px;
    left: 50%;
    max-width: 100%;
}
.blue_bg_color{
    background-color: #99ccfcbf;
    position: absolute;
    left: 0;
    top: 0;
    height: 42px;
    width: 100%;
}

.election {
    width: 100%;
    float: left
}

.party-view-box {
    background-color: #e9f0f2;
    margin-top: 15px;
    padding: 20px 0
}

.party-box {
    text-align: center;
    margin-bottom: 15px;
    padding: 15px
}

.party-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 15px;
    border: 2px solid #ccc;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    background-color: #fff
}

.party-box a {
    font-size: 15px;
    color: #000 !important
}

.party-box a span {
    font-size: 18px;
    display: block;
    color: #fff;
    background-color: #ccc;
    display: table;
    margin: 0 auto;
    padding: 1px 5px;
    margin-bottom: 10px
}

.party-box-name {
    min-height: 60px
}

.party-candidates-view {
    max-width: 870px;
    margin: 0 auto;
    float: none;
    background: #ccd5d8;
    border-radius: 10px;
    padding: 10px
}

.party-candidates-view-main {
    background-color: #e9f0f2;
    margin-top: 15px;
    padding: 20px 0
}

.party-candidates-view div.dataTables_wrapper div.dataTables_filter input {
    width: 450px !important;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 12px;
    border-radius: 19px;
    height: 38px;
    background: #3f4040;
    color: #e9f0f2;
    font-size: 14px
}

.party-candidates-view-main h1 {
    text-align: center;
    margin: 10px 0 20px
}

.party-view-box h1 {
    text-align: center;
    margin: 10px 0 20px
}
#election_table_wrapper table.table-bordered.dataTable tbody td, #election_table2_wrapper table.table-bordered.dataTable tbody td{
    border-bottom: 1px solid #ddd;
}
.party-candidates-view #election_table_wrapper .col-sm-6 #election_table_filter label {
    line-height: 0;
    color: #ccd5d8
}

.party-candidates-view table.dataTable {
    background: #fff;
    border-radius: 5px
}

.party-candidates-view #election_table_wrapper .col-sm-7 {
    width: 100%
}

.party-candidates-view #election_table_wrapper div.dataTables_paginate {
    display: table;
    margin: 0 auto
}
.dataTables_wrapper .dataTables_filter {
    text-align: center !important;
    float: none !important;
}

.dataTables_wrapper .dataTables_filter input {
    margin-right: 0.5em !important;
}

.dataTables_wrapper .dataTables_paginate {
    float: none !important;
    text-align: center !important;
}
.paging_simple_numbers .pagination{
    padding: 0;
}
.paging_simple_numbers li {
    padding: 0 !important;
    border: 0;
    background: none;
}
.paging_simple_numbers li a {
    padding: 6px 11px 6px 11px!important;
    font-size: 13px !important;
    line-height: 14px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 5px;
}
.dataTables_info {
    display: none !important;
}

.el-separator {
    height: 107px;
    width: 100%;
    position: relative;
    margin: 0 0 40px
}

.party-short-name {
    display: none
}

g#Pak_NA_Hex path.activePath {
    stroke-width: .06;
    stroke: #000
}

.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
}

.top_banner {
    width: 100%;
    float: left;
    border-bottom: 2px solid #f89238
}

.top_banner img {
    width: 100%
}

.top_content {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f2f2f2
}

.top_content .top_content_one {
    float: left
}

.top_content .top_content_one .latest_result_pic {
    float: left;
    display: none
}

.top_content .top_content_one .first_position {
    float: left;
    width: 130px;
    background-color: #f1f1f1;
    padding: 12px 20px;
    height: 74px
}

.top_content .top_content_one .first_position .pic {
    float: left;
    margin-right: 10px
}

.top_content .top_content_one .first_position .pic img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden
}

.top_content .top_content_one .first_position .seat_list {
    float: left
}

.top_content .top_content_one .first_position .seat_list .p_seats {
    color: #ce0013;
    font-size: 18px
}

.top_content .top_content_one .position_slider {
    float: left;
    width: 400px;
    position: relative;
    height: 74px
}

.top_content .top_content_one .position_slider .e_slider {
    margin: 0 24px
}

.top_content .top_content_one .position_slider .e_slider .swiper-slide {
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1
}

.top_content .top_content_one .position_slider .e_slider .party_name {
    font-size: 14px;
    margin-right: 10px;
    
    width: 50px;
    float: left;
    margin-left: 15%
}

.top_content .top_content_one .position_slider .e_slider .count {
    
    font-size: 14px
}

.top_content .top_content_one .position_slider .swiper-button-next {
    background-color: #f89238;
    height: 74px;
    margin-top: -27px
}

.top_content .top_content_one .position_slider .swiper-button-prev {
    background-color: #f89238;
    height: 74px;
    margin-top: -27px
}

.top_content .top_content_two {
    float: left;
    width: 28%;
    margin-right: 1%
}

.top_content .top_content_two .dropdown_btn {
    width: 160px;
    float: left
}

.top_content .top_content_two .dropdown_btn .btn {
    padding: 4px 12px
}

.top_content .top_content_two .dropdown_btn .btn .caret {
    margin-left: 5px
}

.top_content .top_content_two .dropdown_btn .btn:active {
    box-shadow: none
}

.top_content .top_content_two .dropdown_btn .btn-default {
    border-color: transparent
}

.top_content .top_content_two .dropdown_btn .btn-default:hover {
    background-color: transparent;
    border-color: transparent
}

.top_content .top_content_two .dropdown_btn .btn-group.open .dropdown-toggle {
    box-shadow: none;
    background-color: transparent
}

.top_content .top_content_two .drop_btn_data {
    padding: 0 12px 5px;
    float: left
}

.top_content .top_content_two .drop_btn_data .seats_cc {
    font-size: 15px;
    color: #706e6e
}

.election .top_content .top_content_two .drop_btn_data .seats_dec {
    font-size: 13px;
    color: #706e6e
}

.top_content .top_content_three {
    float: right
}

.top_content .top_content_header .header-right {
    display: none
}

.election {
    width: 100%;
    float: left
}

.party-view-box {
    background-color: #f5f5f5;
    margin-top: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.party-box {
    text-align: center;
    margin-bottom: 15px;
    padding: 15px
}

.party-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 15px;
    border: 2px solid #ccc;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    background-color: #fff
}

.party-box a {
    font-size: 15px;
    color: #000 !important
}

.party-box a span {
    font-size: 18px;
    display: block;
    color: #fff;
    background-color: #ccc;
    display: table;
    margin: 0 auto;
    padding: 1px 5px;
    margin-bottom: 10px
}

.party-box-name {
    min-height: 60px
}

.party-candidates-view {
    max-width: 870px;
    margin: 0 auto;
    float: none;
    background: #ccd5d8;
    border-radius: 10px;
    padding: 10px
}

.party-candidates-view-main {
    background-color: #e9f0f2;
    margin-top: 15px;
    padding: 20px 0
}

.party-candidates-view div.dataTables_wrapper div.dataTables_filter input {
    width: 450px !important;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 12px;
    border-radius: 19px;
    height: 38px;
    background: #3f4040;
    color: #e9f0f2;
    font-size: 14px
}

.party-candidates-view-main h1 {
    text-align: center;
    margin: 10px 0 20px
}

.party-view-box h1 {
    text-align: center;
    margin: 10px 0 20px
}

.party-candidates-view #election_table_wrapper .col-sm-6 #election_table_filter label {
    line-height: 0;
    color: #ccd5d8
}

.party-candidates-view table.dataTable {
    background: #fff;
    border-radius: 5px
}

.party-candidates-view #election_table_wrapper .col-sm-7 {
    width: 100%
}

.party-candidates-view #election_table_wrapper div.dataTables_paginate {
    display: table;
    margin: 0 auto
}

.el-separator {
    height: 107px;
    width: 100%;
    position: relative;
    margin: 0 0 40px
}

.party-short-name {
    display: none
}

g#Pak_NA_Hex path.activePath {
    stroke-width: .06;
    stroke: #000
}

.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
}

.top_banner {
    width: 100%;
    float: left;
    border-bottom: 2px solid #f89238
}

.top_banner img {
    width: 100%
}

.top_content {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f2f2f2
}

.top_content .top_content_one {
    float: left
}

.top_content .top_content_one .latest_result_pic {
    float: left;
    display: none
}

.top_content .top_content_one .first_position {
    float: left;
    width: 130px;
    background-color: #f1f1f1;
    padding: 12px 20px;
    height: 74px
}

.top_content .top_content_one .first_position .pic {
    float: left;
    margin-right: 10px
}

.top_content .top_content_one .first_position .pic img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden
}

.top_content .top_content_one .first_position .seat_list {
    float: left
}

.top_content .top_content_one .first_position .seat_list .p_seats {
    color: #ce0013;
    font-size: 18px
}

.top_content .top_content_one .position_slider {
    float: left;
    width: 400px;
    position: relative;
    height: 74px
}

.top_content .top_content_one .position_slider .e_slider {
    margin: 0 24px
}

.top_content .top_content_one .position_slider .e_slider .swiper-slide {
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1
}

.top_content .top_content_one .position_slider .e_slider .party_name {
    font-size: 14px;
    margin-right: 10px;
    
    width: 50px;
    float: left;
    margin-left: 15%
}

.top_content .top_content_one .position_slider .e_slider .count {
    
    font-size: 14px
}

.top_content .top_content_one .position_slider .swiper-button-next {
    background-color: #f89238;
    height: 74px;
    margin-top: -27px
}

.top_content .top_content_one .position_slider .swiper-button-prev {
    background-color: #f89238;
    height: 74px;
    margin-top: -27px
}

.top_content .top_content_two {
    float: left;
    width: 28%;
    margin-right: 1%
}

.top_content .top_content_two .dropdown_btn {
    width: 160px;
    float: left
}

.top_content .top_content_two .dropdown_btn .btn {
    padding: 4px 12px
}

.top_content .top_content_two .dropdown_btn .btn .caret {
    margin-left: 5px
}

.top_content .top_content_two .dropdown_btn .btn:active {
    box-shadow: none
}

.top_content .top_content_two .dropdown_btn .btn-default {
    border-color: transparent
}

.top_content .top_content_two .dropdown_btn .btn-default:hover {
    background-color: transparent;
    border-color: transparent
}

.top_content .top_content_two .dropdown_btn .btn-group.open .dropdown-toggle {
    box-shadow: none;
    background-color: transparent
}

.top_content .top_content_two .drop_btn_data {
    padding: 0 12px 5px;
    float: left
}

.top_content .top_content_two .drop_btn_data .seats_cc {
    font-size: 15px;
    color: #706e6e
}

.election .top_content .top_content_two .drop_btn_data .seats_dec {
    font-size: 13px;
    color: #706e6e
}

.top_content .top_content_three {
    float: right
}

.top_content .top_content_three .side_menu {
    position: relative
}

.top_content .top_content_three .side_menu .menu-ico {
    width: 30px;
    position: absolute;
    overflow: hidden;
    display: inline;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    right: 0;
    top: 26px;
    height: 22px;
    z-index: 9
}

.top_content .top_content_three .side_menu .menu-ico span {
    width: 30px;
    height: 4px;
    background-color: #32485f;
    position: absolute;
    display: block;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 0
}

.top_content .top_content_three .side_menu .menu-ico:hover {
    cursor: pointer;
    height: auto;
    width: 120px
}

.top_content .top_content_three .side_menu .menu-ico:hover .menu li {
    opacity: 1
}

.top_content .top_content_three .side_menu .menu {
    top: 17px;
    position: relative;
    display: inline
}

.top_content .top_content_three .side_menu .menu li {
    list-style: none;
    width: 100%;
    padding: 10px;
    background-color: #20409a;
    border-bottom: 1px solid #3683bd;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.top_content .top_content_three .side_menu .menu li:hover {
    cursor: pointer;
    background-color: #479ad9
}

.top_content .top_content_four {
    float: right;
    margin-top: 18px;
    background-color: #21409a;
    padding: 10px;
    display: none
}

.top_content .top_content_four .search .btn-danger {
    background-color: #e6e6e6;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 45px;
    padding: 10px 34px 6px 14px
}

.top_content .top_content_four .search .glyphicon-search:before {
    color: #979ea6
}

.top_content .top_content_four .search .form-control {
    background-color: #fafafa;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 45px;
    font-size: 12px;
    
    padding: 6px 2px 6px 12px
}

.top_content .el_social {
    float: left;
    position: relative;
    width: auto;
    z-index: 1;
    margin-top: 18px;
    display: none
}

.top_content .el_social .social-icons .navbar-nav li {
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: .2s all;
    transition: .2s all;
    list-style: none;
    width: 40px;
    left: 0
}

.top_content .el_social .social-icons .navbar-nav.show li:nth-child(1) {
    top: 43px
}

.top_content .el_social .social-icons .navbar-nav.show li:nth-child(2) {
    top: 88px
}

.top_content .el_social .social-icons .navbar-nav.show li:nth-child(3) {
    top: 133px
}

.top_content .el_social .social-icons .navbar-nav.show li:nth-child(4) {
    top: 178px
}

.top_content .el_social .btn-social {
    cursor: pointer;
    width: 100%
}

.top_content .el_social .ele_social_hide {
    display: none
}

.top_content .el_social .ele_social_show {
    display: block
}

.top_content .past_result_top {
    margin-top: 0;
    float: left;
    font-size: 24px;
    margin-right: 0;
    text-align: center;
    line-height: 32px;
    color: #f89238;
    background-color: #21409a;
    height: 74px;
    width: 20%
}

.top_content .past_result_top span {
    width: 100%;
    float: left;
    font-size: 48px;
    color: #fff;
    text-shadow: 0 3px 0 #b2a98f, 0 0 10px rgba(0, 0, 0, .15), 0 4px 2px rgba(0, 0, 0, .1), 0 0 0 rgba(0, 0, 0, .1)
}

.election .election_top_news {
    float: left;
    margin: 20px 0;
    width: 70%;
    width: -webkit-calc(100% - 320px - 1%);
    width: calc(100% - 320px - 1%)
}

.election .election_top_news ul {
    padding: 0;
    margin: 0
}

.election .election_top_news ul li {
    list-style: none;
    width: 100%;
    float: left
}

.election .election_top_news ul li .pic {
    width: 100%;
    float: left;
    position: relative
}

.election .election_top_news ul li .pic img {
    width: 100%
}

.election .election_top_news ul li .txt {
    width: 100%;
    float: left;
    margin-top: 15px
}

.election .election_top_news ul:first-child li .txt {
    background-color: #1d3b90;
    margin-top: 0;
    padding: 5px 8px
}

.election .election_top_news ul li .pic .election_label {
    font-weight: 500;
    text-transform: capitalize;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    background-color: #d40000;
    display: none;
    
    border-radius: 3px;
    position: absolute;
    top: 5px;
    left: 5px
}

.election .election_top_news ul:nth-child(1) li .pic .election_label {
    display: inline-block
}

.election .election_top_news ul li .txt h1 {
    font-size: 27px;
    margin: 6px 0;
    line-height: 29px;
}

.election .election_top_news ul:first-child li .txt p {
    color: #d2d2d2
}

.election .election_top_news ul li .txt h1 a {
    color: #fff
}

.election .election_top_news ul li .txt h1 a:hover {
    color: #fff !important
}

.election .election_top_news ul li .txt h2 {
    font-size: 20px;
    margin: 10px 0;
    line-height: 21px
}

.election .election_top_news ul li .txt h2 a {
    color: #000
}

.election .election_top_news ul li .txt p {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #585757
}

.election .election_top_news ul li .txt .post-time {
    display: none;
    color: #999;
    font-size: 13px;
    float: left;
    font-weight: 400;
    width: 100%;
    
    margin-bottom: 5px
}

.election .election_top_news ul li .txt .post-time span {
    width: 12px;
    text-align: center;
    display: inline-block;
    margin-right: 5px
}

.election .election_top_news ul:nth-child(1) {
    width: 53%;
    float: left
}

.election .election_top_news ul:nth-child(1) li .txt .election_label {
    display: inline-block
}

.election .election_top_news ul:nth-child(1) li .txt .post-time {
    display: block
}

.election .election_top_news ul:nth-child(2) {
    width: 45.5%;
    float: left;
    margin: 0 0 0 1.5%
}

.election .election_top_news ul:nth-child(2) li {
    border-bottom: 1px solid #ccc
}

.election .election_top_news ul:nth-child(2) li .txt {
    margin-top: 0
}

.election .election_top_news ul:nth-child(2) li:nth-child(2) {
    border-bottom: 0
}

.election .election_top_news ul:nth-child(2) li:nth-child(2) .pic {
    display: none
}

.election .election_top_news ul:nth-child(2) li:nth-child(2) .txt p {
    display: none
}

.election .election_top_news ul:nth-child(3) {
    width: 100%;
    float: left;
    margin: 23px 0 0
}

.election .election_top_news ul:nth-child(3) li {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 15px
}

.election .election_top_news ul:nth-child(3) li .txt {
    margin-top: 0
}

.election .election_top_news ul:nth-child(3) li .txt p {
    display: none
}

.election .election_top_news ul:nth-child(3) li .txt h2 {
    font-size: 16px;
    min-height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 81px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left {
    width: 49%;
    float: left;
    margin-right: 1%
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_title {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_title h2 {
    font-size: 24px;
    margin: 0 0 7px;
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_title h3 {
    font-size: 16px;
    margin: 0;
    
    float: left;
    color: #333;
    display: none
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first {
    width: 100%;
    float: left
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_card {
    width: 78%;
    margin-right: 2%;
    float: left
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_card ul {
    padding: 0;
    margin: 0
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_card ul li {
    list-style: none;
    float: left;
    padding: 28px;
    width: 50%;
    text-align: center
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_card ul li .card_box {
    text-align: center;
    display: inline-block
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_card ul li .card_box .card_pic {
    float: left;
    margin-right: 10px
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_card ul li .card_box .card_title {
    float: left
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_card ul li .card_box .card_title h3 {
    color: #fff;
    font-size: 20px;
    margin: 5px 0;
    
    text-transform: uppercase
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_card ul li .card_box .card_title h4 {
    color: #fff;
    font-size: 25px;
    margin: 0
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_party_code {
    width: 20%;
    float: left
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_party_code ul {
    padding: 0;
    margin: 0
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_party_code ul li {
    list-style: none;
    margin-bottom: 12px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e9f0f2;
    padding-bottom: 5px;
    display: flex;
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_party_code ul li .pary_color_icon {
    float: left;
    margin-right: 5px
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_party_code ul li .pary_color_name {
    float: left;
    display: flex;
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_party_code ul li .pary_color_name h5 {
    font-size: 14px;
    
    margin: 0;
    line-height: 15px;
    text-transform: uppercase;
    float: left;
    width: 72px
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_party_code ul li .pary_color_name h6 {
    float: left;
    margin: 0;
    font-size: 14px;
    
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_search {
    width: 100%;
    float: left;
    margin: 20px 0
}

.map-na .btn-group-vertical {
    position: absolute;
    z-index: 9
}

.election .constituency-top-area #t {
    margin-top: 15px;
    margin-bottom: 23px
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_search .search .btn-danger,
.election .constituency-top-area #t .btn-danger {
    background-color: #f5f5f5;
    border-color: #f1f1f1;
    border-left: 1px solid #eae2e2;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 45px
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_search .search .glyphicon-search:before,
.election .constituency-top-area #t .glyphicon-search:before {
    color: #979ea6
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_search .search .form-control,
.election .constituency-top-area #t .form-control {
    background-color: #f5f5f5;
    
    border-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 45px
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list {
    width: 100%;
    float: left;
    background-color: #e9f0f2;
    position: relative
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .top_box,
.election .constituency-top-area .top_box {
    width: 100%;
    float: left;
    padding: 10px 20px 0
}

/* .election .constituency-top-area .top_box_left {
    display: none
} */

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .top_box .top_box_left,
.election .constituency-top-area .top_box_left {
    float: left
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .top_box .top_box_left h2,
.election .constituency-top-area .top_box .top_box_left h2 {
    font-size: 35px;
    margin: 0;
    display: inline-block
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .top_box .top_box_left h2 span,
.election .constituency-top-area .top_box .top_box_left h2 span {
    margin-top: -3px;
    margin-left: 4px;
    display: block;
    float: right
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .top_box .top_box_left h3,
.election .constituency-top-area .top_box .top_box_left h3 {
    font-size: 15px;
    
    margin: 5px 0
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .top_box .top_box_right,
.election .constituency-top-area .top_box .top_box_right {
    float: right;
    display: none
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .top_box .top_box_right h4,
.election .constituency-top-area .top_box .top_box_right h4 {
    
    font-size: 13px
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .second_box,
.election .constituency-top-area .second_box {
    width: 100%;
    float: left;
    background-color: #df1e2d;
    padding: 5px 30px
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .second_box p,
.election .constituency-top-area .second_box p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    
}

.election .constituency-top-area .third_box th {
    color: #000
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box,
.election .constituency-top-area .third_box {
    width: 100%;
    float: left;
    padding: 10px;
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top,
.election .constituency-top-area .third_box .third_top {
    font-size: 16px;
    color: #979797;
    
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top .candidates,
.election .constituency-top-area .third_box .third_top .candidates {
    float: left
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top .votes,
.election .constituency-top-area .third_box .third_top .votes {
    float: right;
    width: 50px;
    text-align: center
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top .perc,
.election .constituency-top-area .third_box .third_top .perc {
    float: right;
    width: 40px;
    text-align: center
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top table td span,
.election .constituency-top-area .third_box .third_top table td span {
    width: 100%;
    float: left;
    white-space: nowrap
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top table td span.dots,
.election .constituency-top-area .third_box .third_top table td span.dots {
    width: 10px;
    margin-right: 9px;
    line-height: 1px;
    float: left;
    font-size: 30px
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top table td h5,
.election .constituency-top-area .third_box .third_top table td h5 {
    margin: 0;
    float: left;
    font-size: 16px;
    color: #333
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .btn_tabs,
.election .constituency-top-area .btn_tabs {
    width: 100%;
    float: left;
    padding: 0 20px 20px
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_right {
    width: 49%;
    float: right;
    margin-left: 1%
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_right img {
    max-width: 100%
}

.election .election_bottom_news {
    width: 100%;
    float: left;
    margin: 20px 0;
    background-color: #e9f0f2;
    padding: 30px 0
}

.election .election_bottom_news ul {
    padding: 0;
    margin: 0
}

.election .election_bottom_news ul li {
    list-style: none;
    width: 100%;
    float: left
}

.election .election_bottom_news ul li .pic {
    width: 100%;
    float: left;
    position: relative
}

.election .election_bottom_news ul li .pic img {
    width: 100%
}

.election .election_bottom_news ul li .txt {
    width: 100%;
    float: left
}

.election .election_bottom_news ul li .txt .election_label {
    font-weight: 500;
    text-transform: capitalize;
    padding: 3px 15px;
    font-size: 16px;
    color: #fff;
    background-color: #d40000;
    display: none
}

.election .election_bottom_news ul li .txt h1 {
    font-size: 27px;
    margin: 6px 0 10px;
    line-height: 29px
}

.election .election_bottom_news ul li .txt h1 a {
    color: #000
}

.election .election_bottom_news ul li .txt h2 {
    font-weight: 500;
    font-size: 20px;
    margin: 10px 0;
    line-height: 21px
}

.election .election_bottom_news ul:nth-child(2) li .txt h2 {
    font-size: 16px;
    min-height: 63px;
    margin: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 81px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.election .election_bottom_news ul li .txt h2 a {
    color: #000
}

.election .election_bottom_news ul li .txt p {
    font-size: 16px;
    
    font-weight: 400;
    line-height: 22px;
    color: #585757
}

.election .election_bottom_news ul li .txt .post-time {
    display: none;
    color: #999;
    font-size: 13px;
    float: left;
    font-weight: 400;
    width: 100%;
    
    margin-bottom: 5px
}

.election .election_bottom_news ul li .txt .post-time span {
    width: 12px;
    text-align: center;
    display: inline-block;
    margin-right: 5px
}

.election .election_bottom_news ul:nth-child(1) {
    width: 35%;
    float: left
}

.election .election_bottom_news ul:nth-child(1) li .txt .election_label {
    display: inline-block
}

.election .election_bottom_news ul:nth-child(1) li .txt .post-time {
    display: block
}

.election .election_bottom_news ul:nth-child(2) {
    width: 34%;
    float: left
}

.election .election_bottom_news ul:nth-child(2) li {
    width: 47%;
    margin-left: 3%;
    margin-bottom: 15px
}

.election .election_bottom_news ul:nth-child(2) li .txt {
    margin-top: 0
}

.election .election_bottom_news ul:nth-child(2) li .txt p {
    display: none
}

.election .election_bottom_news ul:nth-child(3) {
    width: 30%;
    float: left;
    margin: 0 0 0 1%
}

.election .election_bottom_news ul:nth-child(3) li {
    border-bottom: 0
}

.election .election_bottom_news ul:nth-child(3) li .txt {
    margin-top: 0
}

.election .election_bottom_news ul:nth-child(3) li:nth-child(2) {
    border-bottom: 0
}

.election .election_bottom_news ul:nth-child(3) li:nth-child(2) .pic {
    display: none
}

.election .election_bottom_news ul:nth-child(3) li:nth-child(2) .txt p {
    display: none
}

.election .election_road_more {
    width: 100%;
    float: left
}

.election .election_road_more ul {
    padding: 0;
    margin: 0
}

.election .election_road_more ul li {
    list-style: none;
    margin-bottom: 10px;
    width: 20%;
    float: left;
    padding: 0 10px
}

.election .election_road_more ul li .pic {
    position: relative
}

.election .election_road_more ul li .pic img {
    width: 100%
}

.election .election_road_more ul li .heading h2 {
    font-size: 16px;
    margin: 5px 0 0;
    min-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.election .election_road_more ul li a {
    color: #333
}

.election.constituency .c_head .c_top h1 {
    font-size: 48px;
    text-transform: uppercase
}

.election.constituency .c_head .c_left {
    width: 48%;
    float: left;
    margin-right: 2%
}

.election.constituency .c_head .c_left .c_zone {
    width: 100%;
    float: left;
    background-color: #304a88
}

.election.constituency .c_head .c_left .c_zone h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 10px
}

.election.constituency .c_head .c_left .c_desc {
    width: 100%;
    float: left
}

.election.constituency .c_head .c_left .c_list {
    width: 100%;
    float: left
}

.election.constituency .c_head .c_left p {
    font-size: 18px;
    margin: 10px 0 0;
    
}

.election.constituency .c_head .c_right {
    width: 50%;
    float: left
}

.election.constituency .c_head .c_right ul {
    margin: 0;
    padding: 0
}

.election.constituency .c_head .c_right ul li {
    list-style: none;
    width: 50%;
    float: left;
    margin-bottom: 10px
}

.election.constituency .c_head .c_right ul li .c_right_pic {
    width: 100px;
    float: left;
    margin-right: 2%
}

.election.constituency .c_head .c_right ul li .c_right_pic img {
    width: 100%
}

.election.constituency .c_head .c_right ul li .c_right_txt {
    width: 72%;
    width: -webkit-calc(100% - 100px - 2%);
    width: calc(100% - 100px - 2%);
    float: left
}

.election.constituency .c_head .c_right ul li .c_right_txt h1 {
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0;
    line-height: 21px
}

.election.constituency .c_head .c_right ul li .c_right_txt h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 21px;
    
}

.election.constituency .c_head .c_right ul li .c_right_txt a {
    color: #333
}

.election.constituency .c_head .c_right ul li:nth-child(1) {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 0
}

.election.constituency .c_head .c_right ul li:nth-child(1) .c_right_pic {
    width: 100%;
    float: left;
    margin-right: 0
}

.election.constituency .c_head .c_right ul li:nth-child(1) .c_right_pic img {
    width: 100%
}

.election.constituency .c_head .c_right ul li:nth-child(1) .c_right_txt {
    width: 100%;
    float: left
}

.election.constituency .c_results {
    width: 100%;
    float: left;
    margin: 20px 0
}

.election.constituency .c_results .c_title {
    text-align: center;
    padding: 10px 0;
    background-color: #304a88
}

.election.constituency .c_results .c_title h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

.election.constituency .c_results .c_tab {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 0 auto
}

.election.constituency .c_results .c_tab .pull-center {
    display: inline-block
}

.election.constituency .c_results .c_tab .election_tab_title {
    
    font-size: 20px;
    color: #fff
}

.election.constituency .c_results .c_tab .panel-heading {
    background-color: #283d71;
    padding: 10px 0
}

.election.constituency .c_results .c_tab .panel-body {
    display: table;
    table-layout: fixed;
    width: 100%
}

.election.constituency .c_results .c_tab .c_table {
    text-align: left;
    display: table-cell;
    overflow-x: auto;
    width: 100%
}

.election.constituency .c_results .c_tab .c_table thead tr {
    font-size: 16px
}

.election.constituency .c_results .c_tab .c_table tbody tr {
    margin-bottom: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .075)
}

.election.constituency .c_results .c_tab .c_table tbody td {
    font-size: 16px;
    
}

.election .nc_table {
    padding: 6px;
    background-color: #fff
}

.election .nc_table .timer-section {
    margin: 0 auto;
    text-align: center
}

.election .nc_table .timer-section h4 {
    font-size: 30px
}

.election .nc_table .timer-section span:not(.clicker) {
    /* font-size: 40px;
    background-color: #df1f2e;
    color: #fff;
    display: block;
    padding: 2px 15px;
    margin: 10px 0;
    width: 100%; 
    text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;*/
    display: inline-block;
      font-size: 30px;
      color: #ff1361;
}
/* @keyframes textclip {
    to {
      background-position: 200% center;
    }
  } */
.election .nc_table .timer-section span.clicker {
    font-size: 13px;
    
}

.election .nc_table h2 {
    color: #333;
    margin: 0 0 10px;
}

.election .nc_table p {
    font-size: 15px;
    
}

.election .nc_table .table3 tr {
    font-size: 13px;
    
    border-bottom: 1px solid #e9f0f2
}

.election .nc_table .table3 tr:nth-child(1) td {
    padding: 5px
}

.ppp {
    background-color: #dd0029
}

.pti {
    background-color: #1f64c7
}

.mqm {
    background-color: #780059
}

.pml-N {
    background-color: #ff6025
}

.ppp_txt {
    color: #dd0029
}

.pti_txt {
    color: #1f64c7
}

.panel-tabs {
    position: relative;
    bottom: 0;
    clear: both;
    border-bottom: 1px solid transparent
}

.home-video-panel .panel-tabs {
    clear: inherit
}

.panel-body {
    padding: 0
}

.panel-tabs>li {
    float: left;
    margin-bottom: -1px;
    /* border: 1px solid #dcdcdc; */
    padding: 0 4px;
    border-right: 0
}

.panel-tabs>li.active {
    background-color: #ffffff;
    color: #000;
}

.panel-tabs>li>a {
    margin-right: 0;
    margin-top: 0;
    line-height: 32px;
    border: 0;
    border-radius: 4px 4px 0 0;
    color: #333;
    font-size: 14px;
    padding: 3px 0;
    padding: 10px 15px;
}

.panel-heading a:before {
    display: none
}

.panel-tabs>li>a:hover {
    border-color: transparent;
    color: #000;
    background-color: transparent
}

.panel-tabs>li.active>a,
.panel-tabs>li.active>a:hover,
.panel-tabs>li.active>a:focus {
    color: #000 !important;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.panel-tabs>li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0
}

.panel-tabs>li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid #dcdcdc
}

.panel>.table th {
    text-align: center
}

.panel>.table td {
    text-align: center;
    color: #333;
    padding: 8px;
    line-height: 1.42857143;
}

.panel>.table th:nth-child(1) {
    text-align: left
}

.panel>.table td:nth-child(1) {
    text-align: left
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none
}

.table>tbody>tr>td {
    border-top: 0
}

.panel>.table tr {
    border-bottom: 1px solid #ddd
}

.panel>.table tr:last-child {
    border-bottom: 0
}

.view-all {
    width: 160px;
    display: inline-block;
    text-align: center;
    margin-top: 10px
}

.view-all a {
    color: #fff;
    
}

.view-all a:hover {
    color: #fff !important
}

.view-all .view-button.dark-blue {
    background-color: #2a2a2a
}

.view-all .view-button {
    margin-top: 0;
    margin: 0 auto;
    display: inline-block;
    border-radius: 62.5rem;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    text-align: center
}

.view-all .view-button .view {
    margin: 0 auto;
    display: inline-block
}

.view-all .view-button .view .inline-arrow-white-right {
    float: right;
    line-height: 14px
}

.view-all.right {
    float: right
}

.view-all.right .view-button.dark-blue {
    background-color: #4f95bb
}

.election .search .input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    float: left
}

.election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_search .search .input-group-addon,
.input-group-btn {
    float: none
}

.panel {
    border: 0
}

.load_ele {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.load_ele img {
    width: 100%
}

.load_ele_suggestion {
    position: absolute;
    right: 40px;
    top: 13px;
    z-index: 9
}

.load_ele_suggestion img {
    width: 20px
}

.suggestionBox,
.suggestionBoxGb,
.suggestionBoxAJK {
    position: absolute;
    top: 45px;
    background: #fff;
    width: 94%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9
}

.search #t {
    position: relative
}

.suggestionBox ul,
.suggestionBoxGb ul,
.suggestionBoxAJK ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #f1f1f1;
    border-top: transparent
}

.suggestionBox ul a,
.suggestionBoxGb ul a,
.suggestionBoxAJK ul a {
    display: block;
    padding: 10px;
    background: #fff;
    font-size: 13px;
    color: #2f2f2f;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #ddd
}

.suggestionBox ul a:hover,
.suggestionBoxGb ul a:hover,
.suggestionBoxAJK ul a:hover {
    background: #f1f1f1;
    color: #2f2f2f
}

.suggestionBox ul li:first-child a,
.suggestionBoxGb ul li:first-child a,
.suggestionBoxAJK ul li:first-child a {
    border-top: transparent
}

.openBtn {
    border: none;
    cursor: pointer;
    width: 20px
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgba(128, 128, 128, .8)
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 25%;
    text-align: center;
    margin-top: 30px;
    margin: auto
}

.overlay .closebtn {
    position: absolute;
    top: 50px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #fff
}

.overlay .closebtn:hover {
    color: #ccc
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: #fff
}

.overlay input[type=text]:hover {
    background: #f1f1f1
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer
}

.overlay button:hover {
    background: #bbb
}

.form-control:focus {
    border-color: #f4f3f3;
    outline: 0;
    box-shadow: none
}

.map-inner {
    height: 315px;
    width: 494px;
    position: relative;
    margin: 0 auto
}

.total_seats {
    color: #000;
    font-size: 52px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -30px;
    text-align: center;
    line-height: 31px;
}

.election_general_seats {
    font-size: 14px;
    
}

svg.crtgrm {
    width: 100%;
    height: 100%
}

svg.crtgrm .seat {
    cursor: pointer;
    transition: all 800ms
}

svg.crtgrm .seat.blank_seats_na {
    fill: #000
}

svg.crtgrm .seat.blank_seats_pb {
    fill: #000
}

svg.crtgrm .seat.blank_seats_pk {
    fill: #000
}

svg.crtgrm .seat.blank_seats_pp {
    fill: #000
}

svg.crtgrm .seat.blank_seats_ps {
    fill: #000
}

.top_content .top_content_two .dropdown_btn .btn-default:focus,
.btn-default.focus {
    background-color: transparent
}

.election.constituency .c_results .c_tab .pull-center .panel-tabs>li {
    padding: 0 2px;
    border: 0;
    border-left: 1px solid #8698c3;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.election.constituency .c_results .c_tab .pull-center .panel-tabs>li:first-child {
    border-left: 0
}

.election.constituency .c_results .c_tab .pull-center .panel-tabs>li>a {
    color: #8698c3;
    padding: 0 3px;
    margin-right: 0;
    margin-top: 0;
    
    font-size: 20px
}

.election.constituency .c_results .c_tab .pull-center .panel-tabs>li>a:hover {
    color: #fff !important
}

.election.constituency .c_results .c_tab .pull-center .panel-tabs>li>a:focus {
    background-color: transparent
}

.election.constituency .c_results .c_tab .pull-center .panel-tabs>li.active {
    color: #fff;
    background-color: transparent
}

.election.constituency .c_results .c_tab .pull-center .panel-tabs>li.active a {
    color: #fff
}

.election.constituency .c_results .c_tab .pull-center .panel-tabs {
    bottom: -3px;
    border-bottom: 0
}

.winner {
    background-color: #cbf5d4
}

.runner_up {
    background-color: #d7e4fa
}

.scrollme {
    overflow-x: auto;
    white-space: nowrap
}

.des_banner {
    display: block
}

.mob_banner {
    display: none
}

.election .pull-right {
    margin-bottom: 15px;
    margin-right: 8%
}

.e_side_live {
    width: 320px;
    float: right;
    margin: 20px 0 0 1%
}

.e_live_top {
    width: 100%;
    float: left;
    background-color: #f60823;
    padding: 8px 16px 5px
}

.e_live_icon {
    float: left;
    margin-right: 15px;
    width: 25px;
    position: relative
}

.e_live_text {
    color: #fff;
    font-size: 22px;
    line-height: 27px;
    
}

.blink {
    position: absolute;
    top: -8px;
    right: 0
}

.e_live_icon span {
    font-size: 25px;
    color: #fff;
    animation: blink 1s linear infinite;
    line-height: 0
}

@keyframes blink {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.e_live_tv {
    width: 100%;
    float: left
}

.e_live_center {
    width: 100%;
    float: left;
    background-color: #262626;
    padding: 8px 16px 6px
}

.e_live_center_icon {
    float: left;
    margin-right: 15px;
    width: 20px
}

.e_live_center_icon img {
    width: 100%
}

.e_live_center_text {
    color: #d4d4d4;
    font-size: 22px;
    font-family: gn-light;
    line-height: 22px
}

.e_live_news {
    width: 100%;
    float: left;
    background-color: #101010;
    padding: 16px;
    height: 575px;
    overflow-y: auto
}

.e_live_news ul {
    padding: 0;
    margin: 0
}

.e_live_news ul li {
    list-style: none;
    width: 100%;
    float: left;
    border-bottom: 1px solid #353535;
    margin-bottom: 23px
}

.e_live_news ul li figure {
    width: 100%;
    float: left
}

.twitter_image {
    max-width: 40px;
    margin-right: 15px;
    float: left
}

.twitter_image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100%
}

.tweet_info {
    float: left
}

.twitter_title {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #d4d4d4;
    
    margin-bottom: 4px
}

.twitter_icon {
    float: left;
    margin-right: 10px
}

.twitter_i_txt {
    color: #2ba1ed;
    font-size: 13px;
    
    line-height: 10px
}

.twitter_heading {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    color: #d4d4d4;
    font-size: 14px;
    font-family: gn-light;
    line-height: 19px
}

.twitter_heading a {
    color: #d4d4d4
}

.twitter_heading a:hover {
    color: #fff !important
}

.twitter_heading .meta {
    color: #818181;
    width: 100%;
    float: left;
    margin: 10px 0 18px
}

.twitter_heading .meta a {
    color: #818181
}

.e_live_news::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #111
}

.e_live_news::-webkit-scrollbar {
    width: 6px
}

.e_live_news::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #5a5a5a
}

.election_top_news.pre_election {
    width: 100%
}

.election .election_top_news.pre_election ul:nth-child(1) {
    width: 32%;
    float: left
}

.election .election_top_news.pre_election ul:nth-child(2) {
    width: 28%;
    float: left;
    margin: 0 0 0 2%
}

.election .election_top_news.pre_election ul:nth-child(3) {
    width: 38%;
    float: left;
    margin: 0
}

.election .election_top_news.pre_election ul:nth-child(3) li {
    width: 45%;
    margin-left: 5%;
    margin-right: 0;
    margin-bottom: 0
}

.election .election_top_news.pre_election ul:nth-child(2) li .pic {
    width: 100%;
    float: left;
    margin-right: 0
}

.election .election_top_news.pre_election ul:nth-child(2) li .txt {
    width: -webkit-calc(100% - 100px - 4%);
    width: calc(100% - 100px - 4%);
    float: left;
    width: 100%
}

.election .election_top_news.pre_election ul:nth-child(2) li {
    margin-bottom: 0
}

.election .election_top_news.pre_election ul:nth-child(2) li:first-child {
    border-bottom: 1px solid #ccc
}

.election .election_top_news.pre_election ul:nth-child(2) li:nth-child(2) .pic {
    display: none
}

.e_side_live.pre_live {
    display: none
}

.election hr {
    display: none
}

.video-icon {
    position: absolute;
    max-width: 100%;
    width: 40px!important;
    z-index: 100;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    transform: translate(0%,0%);
    display: inline-block;
}

.home-video-panel ul.panel-tabs li {
    float: left;
    margin-bottom: -1px;
    border: 0;
    background-color: transparent;
    padding: 0
}

.hvp-bg {
    background-image: url(../../images/election/bg.png);
    width: 100%;
    float: left
}

.home-video-panel .bg-color .hvp-left .video-pic img {
    width: 100%
}

ul.loadmorestoriestabs {
    margin-bottom: 20px;
    float: left
}

ul.loadmorestoriestabs li.active {
    background-color: #21409a;
    color: #fff !important
}

ul.loadmorestoriestabs li.active a {
    color: #fff !important
}

ul.loadmorestoriestabs li.active>a:hover {
    color: #fff !important
}

ul.loadmorestoriestabs>li.active>a {
    color: #fff !important
}

.home-video-panel h2 {
    float: left;
    color: #fff;
    padding: 0;
    font-size: 24px;
    margin: 0;
    line-height: 38px
}

.election .election_bottom_news .gb_election_party .tab_card ul:nth-child(1),
.election .election_bottom_news .gb_election_party .tab_party_code ul:nth-child(1) {
    width: 100%;
    margin-bottom: 10px
}

.election .election_bottom_news .gb_election_party .tab_card ul li {
    width: 50%;
    border: 0;
    position: relative;
    height: 140px
}

.election .election_bottom_news .gb_election_party .tab_card ul li .card_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center
}

.election .election_bottom_news .gb_election_party .tab_party_code ul li {
    width: 49%;
    border-bottom: 1px solid #ccc;
    margin: 4px 0;
    padding-bottom: 8px
}

.election .election_bottom_news .gb_election_party .tab_party_code ul li:nth-child(odd) {
    margin-right: 1%
}

.election .election_bottom_news .gb_election_party .tab_party_code ul li:nth-child(even) {
    margin-left: 1%
}

.election .election_bottom_news .gb_election_party .tab_party_code ul li .pary_color_icon {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    float: left;
    margin-top: 3px
}

.election .election_bottom_news .gb_election_party .tab_party_code ul li .pary_color_name {
    width: 93%;
    width: -webkit-calc(100% - 10px - 5px);
    width: calc(100% - 10px - 5px);
    float: left
}

.election .election_bottom_news .gb_election_party .tab_party_code ul li .pary_color_name h5 {
    float: left;
    margin: 0
}

.election .election_bottom_news .gb_election_party .tab_party_code ul li .pary_color_name h6 {
    float: right;
    margin: 0
}

.gn-party-title {
    background: #f5f5f5;
    padding: 10px 0 8px;
    text-align: center;
    margin-bottom: 18px;
    display: inline-block;
    width: 100%
}

.gn-party-title h2 {
    margin: 0
}
.nas_title{
    display: inline-block;
    /* background-image: linear-gradient(#1f92cf, #0b5ba3); */
    text-align: center;
    /* margin: 0 auto; */
    width: 100%;
}
.nas_title span{
    background-image: linear-gradient(#1f92cf, #05326f);
    padding: 10px 30px;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 80px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #f27526;
}
.racing_section{
    width: 100%;
    float:left;
    margin-top: 200px;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    object-fit: cover;
  }
  .party_slider_content .swiper-slide{
    padding: 30px 0;
  }
  .party_slider_content{
    width: 100%;
    float: left;
    position: relative;
  }
  .party_slider_content .swiper{
    padding: 30px 0;
  }
  .party_flag_slider{
    /* box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22) !important; */
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: #fff;
  }
  .party_flag_slider img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 15px;
    /* border: 2px solid #ccc; */
    padding: 5px;
    object-fit: contain;
  }
  .party_name_slider{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .party_number_slider{
    font-weight: 700;
    font-size: 33px;
    line-height: 33px;
    color: #fff;
  }
  .home_election_voter_map_background{
    background: url(../../images/election//home_election_voter_map.png), #0e63aa;
    width: 100%;
    height: 505px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    margin: 30px 0;
    padding: 20px 0;
    float: left;
  }
  .home_election_voter_left{
    width: 40%;
    float:left;
  }
  .home_election_voter_right{
    width: 100%;
    float: left;
    background-image: linear-gradient(#fff, #fff0);
    margin-top: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
  }
  .home_election_voter_left ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    gap: 36px;
    column-gap: 60px;
  }
  .home_election_voter_left ul li{
    list-style: none;
    background-image: linear-gradient(#4a89bf, #0e63aa);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    padding: 15px 10px 0 10px;
    width: 160px;
  }
  .home_election_voter_left_txt{
    color: #f9a824;
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0 0px 0;
  }
  .home_election_voter_left_number{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
  }
  
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.home_election_voter_map .panel-heading{
    position: absolute;
    right: 40px;
    top: -2px;
}
.home_election_voter_map .panel-heading .nav{
    display: inline-block;
    list-style: none;
    border: 0;
    padding: 0;
    margin: 0;
    /* --tw-bg-opacity: 1; */
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 20px;
}
.home_election_voter_map .election_second_tabs{
    width: 100%;
    float: left;
    position: relative;
}
.panel_flex{
    display: flex;
}
.home_election_voter_right .map-inner{
    height: 250px;
    width: 494px;
    margin: 30px auto;
}
.home_election_voter_right .total_seats{
    bottom: 0;
}
/*.home_election_voter_map .panel-tabs>li{
    background-image: linear-gradient(#dee0e1, #9c9ea0);
    border: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 7px;
    padding: 2px 10px 1px 10px;
    margin-bottom: 0;
}
 .home_election_voter_map .panel-tabs>li:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius:0;
}
.home_election_voter_map .panel-tabs>li.active{
    background-image: linear-gradient(#f2c716, #e98029);
    color: #fff;
} */
.home_election_voter_map .panel-tabs>li>a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.home_election_voter_map .panel-tabs>li:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-right: 0;
}
.live_results{
    width: 100%;
    float:left;
}
.live_results_list ul{
    padding: 0;
    margin: 0;
}
.live_results_list ul li{
    list-style: none;
    width: 30%;
    float: left;
    background-image: linear-gradient(#b4b4b4, #fbfbfb);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.live_results_list ul li:nth-child(2),.live_results_list ul li:nth-child(5){
    margin: 0 5%;
}
.live_results_list ul li a{
    display: block;
    text-decoration: none;
}
.main-container {
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
  }
  
  .table-container {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
  }
  
  .table-row {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    gap: 5px;
  }
  .table-row .row-item{
    width: 25%;
  }
  .table-row .row-item:nth-child(1){
    width: 50%;
    justify-content: start;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .table_heading {
    color: #3e3e3e;
    font-weight: bold;
  }
  .table-row.table_heading .row-item{
    background-color: transparent;
    margin-top: 0;
    box-shadow: none;
  }
  .row-item {
    display: flex;
    /* flex: 1; */
    font-size: 14px;
    padding: 10px 5px;
    justify-content: center;
    align-items: center;
    transition: all 0.15s ease-in-out;
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .08);
    color: #414042;
    font-weight: 700;
    height: 37px;
    
  }
  .table-container .table-row:nth-child(3) .row-item{
    margin-top: -3px;
  }
  .row-sub-container {
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
  }
  
  .row-sub-container .row-item {
    padding: 8px 0;
    border-bottom: 1px solid #dadada;
  }
  
  .table-row:last-child,
  .row-sub-container .row-item:last-child {
    border-bottom: 0;
  }
  .na_heading{
    background-image: linear-gradient(#09569f, #1473b6);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    padding: 10px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .na_Constituencies_live_results{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .live_results_title{
    font-size: 40px;
    color: #6d6d6d;
    width: 100%;
    float: left;
    margin-bottom: 5px;
  }
  .live_red{
    color: #e90909;
    font-weight: 700;
  }
  .live_progress{
    position: relative;
    width: 90%;
    margin: 20px auto;
  }
  .progress_bg{
    background-image: linear-gradient(#b4b4b4, #fff);
    width: 78%;
    padding: 5px;
    border-radius: 10px;
  }
  .progress {
    padding: 0;
    width: 100%;
    height: 13px;
    overflow: hidden;
    background: #e5e5e5;
    border-radius: 6px;
    margin-bottom: 0;
  }
  
  .bar {
    position:relative;
    float:left;
    min-width:1%;
    height:100%;
    background-image: linear-gradient(to right, #f9d20a , #f1642a);
    border-radius: 20px;
  }
  
  .percent {
    position: absolute;
    top: 0;
    right: 0;
    /* transform: translate(-50%,-50%); */
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #414042;
    line-height: 19px;
  }
  footer{
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 0;
  }
  .home_national_assembly{
    width: 100%;
    float:left;
  }
  .home_election_voter_map.election_intractive .panel-heading{
    right: inherit;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 44px;
    position: relative;
    text-align: center;
  }
  .election_intractive.home_election_voter_map{
    position: relative;
    height: auto;
  }
  .election_intractive.home_election_voter_map .panel-primary{
    width: 100%;
    display: inline-block;
  }
  .election_intractive.home_election_voter_map .panel-tabs>li{
    /* border-top-right-radius:0;
    border-top-left-radius:0;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px; */
    border-radius: 15px;
  }
  /* .election_intractive.home_election_voter_map .panel-tabs>li.active{
    padding: 15px 10px 1px 10px;
  } */
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #efefef;
    background-clip: padding-box;
    border: 1px solid #efefef;
    border-radius: 0.25rem;
    -webkit-transition: border-color .3s ease-in-out,box-shadow .3s ease-in-out;
    transition: border-color .3s ease-in-out,box-shadow .3s ease-in-out;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.election_intractive.home_election_voter_map .panel-body{
    width: 100%;
    float: left;
}
ul.big_contest{
    padding: 0;
    margin: 0;
}
ul.big_contest li{
    list-style: none;
}
.w-100-d-inlineblock{
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 4%;
}
.big_contest_heading{
    text-align: center;
    display: inline-block;
    /* padding: 11px; */
    /* background: #f2f2f2; */
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    /* position: absolute;
    top: 60px;
    transform: translate(-50%, 0);
    left: 50%;
    width: calc(100% - 68%); */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.big_contest_area{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.bca_left,.bca_right{
    width: 49%;
}
.bca_left .party-box{
    padding: 0;
    text-align: left;
}
.big_contest_area .party-box img{
    display: inline-block;
    margin: 0;
}
.bca_left{
    text-align: left;
}
.bca_right{
    text-align: right;
}
.bca_name{
    font-weight: 700;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.bca_party_name{
    font-size:12px;
}
.bca_vote{
    font-weight: 700;
}
.bca_right .party-box{
    padding: 0;
    text-align: right;
}
.bca_center{
    font-weight: 600;
    background: #e90909;
    /* padding: 7px 10px; */
    border-radius: 5px;
    line-height: 15px;
    color: #fff;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
    left: 50%;
    width: calc(100% - 68%);
    height: 1px;
}
.top_s_top{
    display: inline-block;
    background-color: #000;
    padding: 15px;
    width: 100%;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}
.top_s_top_left{
    width: 220px;
    font-size: 40px;
    line-height: 45px;
    color: #fbfa00;
}
.top_s_top_right_bg{
    background-image: url(../images/pakistan_map.png);
    width: 277px;
    height: 250px;
    position: absolute;
    right: 30px;
    background-size: cover;
    top: -35px;
}
.top_s_top_right_txt{
    float: right;
    position: absolute;
    right: 40px;
    top: 45px;
    color: #fff;
}
.top_s_top_right_txt_nat{
    font-size: 20px;
    color: #fbfa00;
    line-height: 24px;
}
.election_title{
    font-size: 25px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    line-height: 25px;
    text-transform: uppercase;
    width: 100%;
    float: left;
}
.home_contest{
    width: 100%;
    float:left;
    margin: 20px 0;
}
.big_contest_Swiper .swiper-wrapper{
    margin-top: 30px;
}
.big_contest_Swiper .swiper-wrapper .swiper-slide{
    background: #f2f2f2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.p_assembly{
    width: 100%;
    display: inline-block;
    margin: 20px auto;
    text-align: center;
}
.p_assembly ul{
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}
.p_assembly ul::before {
    content: "";
    width: 0;
    height: 100%;
    border-left: 2px solid #232b50;
    position: absolute;
    top: 0;
    left: 98px;
    z-index: -1;
}
.p_assembly ul li{
    list-style: none;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.p_assembly_name{
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 10px;
}
.p_assembly_line{
    width: 2px;
    background-color: #000;
    float: left;
}
.p_assembly_div{
    display: flex;
}
.p_assembly_div_width{
    background-color: #df1e2d;
}
.p_assembly_div_numb{
    width: 40px;
    float: left;
}
.top_section .swiper-button-next, .top_section .swiper-button-prev{
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22) !important;
    width: calc(var(--swiper-navigation-size)/ 44 * 32);
}
.top_section .swiper-button-next:after, .top_section .swiper-button-prev:after{
    font-size: 28px;
}
.big_contest_Swiper .swiper-horizontal>.swiper-pagination-bullets, 
.big_contest_Swiper .swiper-pagination-bullets.swiper-pagination-horizontal, 
.big_contest_Swiper .swiper-pagination-custom, .swiper-pagination-fraction{
    top: 0;
    right: 0;
    left: inherit;
    bottom: inherit;
    text-align: right;
}
.big_contest_Swiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 0;
}
/*.big_contest_Swiper .swiper-slide {
    width: 500px;
  }

   .big_contest_Swiper .swiper-slide:nth-child(2n) {
    width: 60%;
  }

  .big_contest_Swiper .swiper-slide:nth-child(3n) {
    width: 40%;
  } */
  .glyphicon-search{
    height: 20px;
    background: url(https://www.thenews.com.pk/assets/front/images/search_top.svg) no-repeat;
    font-size: 0;
    color: transparent;
    /* text-indent: -9999px; */
    cursor: pointer;
    display: block;
    width: 20px;
  }
  .party-candidates-view {
    max-width: calc(100% - 320px);
    width: 100%;
    float: left;
    margin-bottom: 25px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
}

.sec1_right {
    width: 300px;
    float: right;
}
.sec1_top_cv{
    width: 100%;
    float: left;
    margin: 20px 0;
}
.sec1_top_cv .panel>.table th{
    background-color: #f5f5f5;
    padding: 8px;
}
.winData {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 10px 5px;
    align-items: flex-start;
    background-color: #f9f9f9;
    border: solid 1px #757575;
    margin-bottom: 20px;
}
.winData .winNum {
    width: 34%;
    color: #757575;
    font-size: 13px;
    line-height: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.winData .winNum:nth-child(2) {
    width: 66%;
}
.winData .winNum strong {
    display: block;
    color: #212121;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}
.seat_details_cview{
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    margin-top: 20px;
}
.seat_details_cview .row{
    display: flex;
    gap: 10px;
    align-items: center;
}
.seat_details_cview .row .col_12{
    width: 50%;
}
.seat_content2 span{
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.seat_content3 span{
    width: 50%;
    float: left;
}
.seat_content2 span img,.seat_content3 span img{
    margin-right: 10px;
}
.election.constituency .constituency-top-area .seat_details_cview h1{
    text-align: left;
    font-size: 30px;
}
.result_page_map{
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    float: left;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}
.result_page_map .tab_left{
    width: 40%;
    float: left;
    position: relative;
}
.result_page_map .tab_right{
    width: 58%;
    float: right;
}
.polling_starttime{
    background-color: whitesmoke;
    /* color: #fff; */
    padding: 5px;
}
.result_table{
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 5px;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}
.result_table .panel>.table th{
    padding: 8px;
}
/**************** thenews election css **************/

.election_title{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.election_title h1{
    text-align: center;
    margin-top: 7px;
    font-size: 25px;
    margin-bottom: 0;
    padding: 10px;
    display: block;
}
.election_title img{
    max-width: 100%;
}
.siteContent{
    width: 100%;
    float: left;
}
.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 0 0 0;
}

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;
    color: #2a2a2a;
    float: left;
}

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: 50px;
    color: #2a2a2a;
    width: 100%;
    float: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}

.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: 10px;
    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: 50px;
    color: #2a2a2a;
    width: 100%;
    float: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}

.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;
    color: #2a2a2a;
    width: 100%;
    float: left;
}

.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;
}


.election.constituency .constituency-top-area .breadcrumb>li {
    font-size: 14px
}

.election.constituency .constituency-top-area .breadcrumb {
    background: 0 0;
    margin-bottom: 0;
    margin: 0;
    padding: 20px 0;
    list-style: none;
    display: flex;
}
.election.constituency .constituency-top-area .breadcrumb>li::after {
    display: inline-block;
    content: '\00bb';
    margin: 0 0.6em;
    color: #959fa5;
}
.election.constituency .constituency-top-area .breadcrumb>li:last-child::after{
    display: none;
}
@media(max-width:1300px) {
    .map-inner {
        width: 500px
    }
}

@media(max-width:1199px) {
    .home-video-panel .bg-color .hvp-left {
        display: block;
        width: 51%
    }

    .home-video-panel .bg-color .hvp-right {
        width: 48%;
        float: left;
        margin-left: 1%
    }

    .top_content .top_content_one .position_slider {
        width: 350px
    }

    .election .pull-right {
        margin-right: 5%
    }

    .election .election_road_more ul li {
        width: 25%
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_title h3 {
        width: 74%
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_card {
        width: 74%
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_card ul li {
        padding: 22px
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_party_code {
        width: 24%
    }

    .map-inner {
        width: 495px
    }

    .panel-tabs>li {
        padding: 3px 0
    }

    .election .election_top_news ul:nth-child(3) li {
        width: 31%
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left {
        width: 46%
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_right {
        width: 52%
    }
    .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(max-width:991px) {
    header{
        height: 120px;
    }
    #omega{
        justify-content: flex-start;
    }
    .omega-links{
        position: absolute;
        right: 15px
    }
    #omega-content{
        position: absolute;
        top: 78px;
        left: 50%;
        transform: translate(-50%, 0px);
        background-color: #efefef;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }
    #omega-content nav ul li.active{
        background-color: #000;
    }
    #omega-content nav ul li.active a{
        color: #fff !important;
    }
    #omega-content nav ul{
        gap: 20px;
    }
    #omega-content nav ul li{
        background-color: #fff;
        padding: 5px 15px;
        border-radius: 10px;
    }
    #omega-content nav ul li:first-child{
        display:none;
    }
    #omega-button{
        float: right;
        cursor: pointer;
        border: 0;
        background-color: transparent;
        color: #000;
        font-size: 35px;
        display: none;
    }
     #omega-sidebar, .omega-activated #omega-overlay{
        display:block;
    }
    .omega-activated #omega-sidebar{
        transform: translateX(0);
    }
    .omega_left{
        display: flex;
        gap: 10px;
    }
    .seat_details_cview .row{
        display: inline-block;
    }
    .seat_details_cview .row .col_12 {
        width: 100%;
    }
    .party-candidates-view {
        max-width: inherit;
        width: 95%;
        margin: 0 auto
    }

    .party-candidates-view div.dataTables_wrapper div.dataTables_filter input {
        width: 280px !important
    }

    .top_content .top_content_one {
        float: none
    }

    .election .constituency-top-area .third_box .third_top table td span.dots {
        display: none
    }

    .party-full-name {
        display: none
    }

    .party-short-name {
        display: block
    }

    .election .pull-right {
        margin-right: 0;
        margin-bottom: 20px;
        float: none !important;
        display: inline-block
    }

    .election .panel-primary>.panel-heading {
        width: 100%;
        text-align: center;
        display: inline-block;
        margin: 0 auto
    }

    .top_content .top_content_one .latest_result_pic {
        display: none
    }

    .top_content .top_content_one .position_slider {
        width: 40%
    }

    .top_content .top_content_two {
        width: 40%
    }

    .top_content .past_result_top {
        font-size: 20px;
        width: 100%
    }

    .top_content .past_result_top span {
        font-size: 38px
    }

    .election .election_top_news ul:nth-child(1) {
        width: 100%;
        margin-bottom: 20px
    }

    .election .election_top_news ul:nth-child(2) {
        width: 100%;
        margin: 0
    }

    .election .election_top_news ul:nth-child(2) li {
        border-bottom: none;
        margin-bottom: 15px
    }

    .election .election_top_news ul:nth-child(2) li .pic {
        width: 100px;
        float: left;
        margin-right: 4%;
        position: relative
    }

    .election .election_top_news ul:nth-child(2) li .pic .video-icon {
        width: 25px !important
    }

    .election .election_top_news.pre_election ul:nth-child(2) li .pic .video-icon {
        width: 40px !important
    }

    .election .election_top_news ul:nth-child(3) li .pic .video-icon {
        width: 25px !important
    }

    .election .election_top_news.pre_election ul:nth-child(3) li .pic .video-icon {
        width: 40px !important
    }

    .election .election_top_news ul:nth-child(2) li .txt {
        width: 61%;
        width: -webkit-calc(100% - 100px - 4%);
        width: calc(100% - 100px - 4%);
        float: left
    }

    .election .election_top_news ul:nth-child(2) li .txt h2 {
        font-size: 18px;
        line-height: 22px
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_title h2 {
        margin: 0 0 10px;
        text-align: center
    }

    .election .election_top_news ul:nth-child(2) li .txt p {
        display: none
    }

    .election .election_top_news ul:nth-child(2) li:nth-child(2) .pic {
        display: block
    }

    .election .election_top_news ul:nth-child(3) {
        width: 100%;
        margin: 0
    }

    .election .election_top_news ul:nth-child(3) li {
        width: 100%;
        margin-right: 0
    }

    .election .election_top_news ul:nth-child(3) li .pic {
        width: 100px;
        float: left;
        margin-right: 4%;
        position: relative
    }

    .election .election_top_news ul:nth-child(3) li .txt h2 {
        min-height: inherit
    }

    .election .election_top_news ul:nth-child(3) li .txt {
        width: 61%;
        width: -webkit-calc(100% - 100px - 4%);
        width: calc(100% - 100px - 4%);
        float: left
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_right {
        width: 100%;
        margin-bottom: 20px
    }

    .election .election_bottom_news ul:nth-child(1) {
        width: 100%;
        margin-bottom: 20px
    }

    .election .election_bottom_news ul:nth-child(1) li .pic {
        width: 40%
    }

    .election .election_bottom_news ul:nth-child(1) li .txt {
        width: 59%;
        margin-left: 1%;
        margin-top: 0
    }

    .election .election_bottom_news ul:nth-child(2) {
        width: 100%;
        margin: 0
    }

    .election .election_bottom_news ul:nth-child(2) li {
        margin-right: 0;
        width: 24.2%;
        margin-left: 1%
    }

    .election .election_bottom_news ul:nth-child(2) li:first-child {
        margin-left: 0
    }

    .election .election_bottom_news ul:nth-child(3) {
        width: 100%;
        margin: 0
    }

    .election .election_bottom_news ul:nth-child(3) li {
        width: 49%;
        margin: 0 0 0 1%
    }

    .election .election_bottom_news ul:nth-child(3) li:first-child {
        width: 49%;
        margin: 0 1% 0 0;
        border-bottom: 0
    }

    .election .election_bottom_news ul:nth-child(3) li:nth-child(2) .pic {
        display: block
    }

    .election .election_bottom_news ul:nth-child(3) li:first-child .txt p {
        display: none
    }

    .map-inner {
        width: 494px
    }

    .election .election_bottom_news {
        margin: 0 0 20px
    }

    .election.constituency .c_head .c_left {
        width: 100%
    }

    .election.constituency .c_head .c_right {
        width: 100%;
        margin-top: 20px
    }

    .election .election_top_news.pre_election ul:nth-child(1) {
        width: 53%;
        float: left
    }

    .election .election_top_news.pre_election ul li .pic {
        width: 100%
    }

    .election .election_top_news ul:first-child li .txt p {
        display: none
    }

    .election .election_top_news.pre_election ul:nth-child(2) {
        width: 45%
    }

    .election .election_top_news.pre_election ul:nth-child(3) {
        width: 100%
    }

    .election .election_top_news.pre_election ul:nth-child(3) li {
        width: 24%;
        margin-left: 0;
        margin-right: 1%;
        margin-bottom: 0
    }

    .election .election_top_news.pre_election ul:nth-child(3) li .pic {
        width: 100%;
        margin-right: 0
    }

    .election .election_top_news.pre_election ul:nth-child(3) li .txt {
        width: 100%;
        float: left;
        margin-top: 0
    }

    .election .election_bottom_news.gb_election_bottom_news ul:nth-child(3) li:first-child {
        width: 100%;
        margin: 0
    }

    .election .election_bottom_news.gb_election_bottom_news .gb_election_party ul li {
        width: 50%;
        margin: 0
    }

    .election .election_bottom_news.gb_election_bottom_news .gb_election_party ul li:first-child {
        width: 50%;
        margin: 0
    }

    .election .election_bottom_news.gb_election_bottom_news .gb_election_party .tab_party_code ul li {
        width: 49%;
        padding-bottom: 8px;
        margin-bottom: 8px
    }

    .election .election_bottom_news.gb_election_bottom_news .gb_election_party .tab_party_code ul li:first-child {
        border-bottom: 1px solid #ccc;
        margin-right: 1%;
        padding-bottom: 8px;
        margin-bottom: 8px
    }
    .panel_flex {
        flex-wrap: wrap;
    }
    .home_election_voter_right{
        order: 1;
    /* width: 100%; */
    /* flex-basis: 100%; */
    /* flex-shrink: 0; */
    flex-grow: 1;
    margin-top: 0;
    }
    .home_election_voter_left{
        width: 100%;
        order: 2;
        flex-basis: 100%;
        flex-shrink: 0;
        flex-grow: 1;
    }
    .election .home_election_voter_map .panel-primary>.panel-heading{
        width: auto;
        position: relative;
    }
    .home_election_voter_map .panel-heading{
        right: inherit;
        top: 6px;
    }
    .home_election_voter_map{
        height: 700px;
        background-position: bottom;
    }
    .nas_title span{
        font-size: 40px;
        line-height: 78px;
    }
    .live_results_list ul li:nth-child(2), .live_results_list ul li:nth-child(5) {
        margin: 0 1%;
    }
    .live_results_list ul li{
        width: 32.666%;
    }


    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 a h2 {
        font-size: 18px;
    }

    .sec1_bottom ul.btm_inr{
        border-top: 1px solid #eaeaea;
        padding-top: 25px;
    }
    .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(max-width:767px) {
    .party-candidates-view {
        max-width: 100%;
    }
    .result_page_map .tab_left, .result_page_map .tab_right{
        width: 100%;
    }

    .sec1_right {
        width: 300px;
        display: table;
        margin: 15px auto 0;
    }
    .home-video-panel .bg-color {
        width: 100%;
        margin-right: 0
    }

    .election .constituency-top-area .top_box_left {
        display: block;
        padding-left: 8px
    }

    .election.constituency .constituency-top-area h1 {
        display: none
    }

    .election .constituency-top-area .top_box {
        padding-left: 0
    }

    .show-slider {
        width: 100%
    }

    .home-video-panel .bg-color .hvp-left {
        width: 100%
    }

    .home-video-panel .bg-color .hvp-right {
        width: 100%;
        margin-left: 0
    }

    .top_content .top_content_one .first_position {
        width: 101px;
        padding: 12px 6px
    }

    .top_content .top_content_one .position_slider {
        width: 41%
    }

    .top_content .top_content_one .position_slider .e_slider .party_name {
        margin-left: 10%
    }

    .top_content .top_content_two .el_social .navbar-nav {
        margin: 0
    }

    .top_content .top_content_three .side_menu .menu-ico {
        top: 95px
    }

    .top_content .el_social .ele_social_hide {
        display: block
    }

    .top_content .el_social .ele_social_show {
        display: none
    }

    .election .election_top_news ul:nth-child(1) li .pic {
        width: 100%
    }

    .election .election_top_news ul:nth-child(2) li .pic {
        width: 100px;
        margin-right: 2%
    }

    .election .election_top_news ul:nth-child(2) li .txt {
        width: 48%;
        width: -webkit-calc(100% - 100px - 2%);
        width: calc(100% - 100px - 2%);
        float: left
    }

    .election .election_top_news ul:nth-child(3) li .pic {
        width: 100px;
        margin-right: 2%
    }

    .election .election_top_news ul:nth-child(3) li .txt {
        width: 48%;
        width: -webkit-calc(100% - 100px - 2%);
        width: calc(100% - 100px - 2%);
        float: left
    }

    .election .election_top_news ul:nth-child(2) li .txt h2 {
        margin: 3px 0 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 81px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        
    }

    .election .election_top_news ul:nth-child(3) li .txt h2 {
        margin: 3px 0 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 81px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        
    }

    .more-content .col-sm-12 {
        width: 100%;
        float: left
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_title h2 {
        margin: 0 0 10px;
        text-align: center
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_card ul li .card_box .card_pic {
        display: none
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_party_code ul li .pary_color_icon {
        margin-right: 4px
    }

    .election .election_bottom_news ul:nth-child(1) {
        width: 100%;
        margin-bottom: 20px
    }

    .election .election_bottom_news ul:nth-child(1) li .pic {
        width: 100%
    }

    .election .election_bottom_news ul:nth-child(1) li .txt {
        width: 100%;
        margin-left: 0%;
        margin-top: 15px
    }

    .election .election_bottom_news ul:nth-child(2) {
        width: 100%;
        margin: 0
    }

    .election .election_bottom_news ul:nth-child(2) li {
        margin-left: 0;
        margin-right: 3%;
        width: 100%
    }

    .election .election_bottom_news ul:nth-child(2) li .pic {
        width: 100px;
        margin-right: 2%
    }

    .election .election_bottom_news ul:nth-child(2) li .pic .video-icon {
        width: 25px !important
    }

    .election .election_bottom_news ul:nth-child(3) li .pic .video-icon {
        width: 25px !important
    }

    .election .election_bottom_news ul:nth-child(2) li .txt {
        width: 48%;
        width: -webkit-calc(100% - 100px - 2%);
        width: calc(100% - 100px - 2%);
        float: left
    }

    .election .election_bottom_news ul:nth-child(2) li .txt h2 {
        margin: 3px 0 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 81px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        
    }

    .election .election_bottom_news ul:nth-child(3) {
        width: 100%;
        margin: 0
    }

    .election .election_bottom_news ul:nth-child(3) li {
        width: 100%;
        margin: 0
    }

    .election .election_bottom_news ul:nth-child(3) li:first-child {
        width: 100%;
        margin: 0 0 15px;
        border-bottom: 0
    }

    .election .election_bottom_news ul:nth-child(3) li .pic {
        width: 100px;
        margin-right: 2%
    }

    .election .election_bottom_news ul:nth-child(3) li .txt {
        width: 48%;
        width: -webkit-calc(100% - 100px - 2%);
        width: calc(100% - 100px - 2%);
        float: left
    }

    .election .election_bottom_news ul:nth-child(3) li .txt h2 {
        margin: 3px 0 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 81px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        
    }

    .election .election_bottom_news ul:nth-child(3) li .txt p {
        display: none
    }

    .election .election_road_more ul li {
        width: 33%
    }

    .election .election_top_news ul:nth-child(2) li:nth-child(2) {
        border-bottom: 0
    }

    .election .election_top_news.pre_election ul:nth-child(2) li {
        margin-bottom: 0
    }

    .election .election_top_news.pre_election ul:nth-child(2) li .txt h2 {
        margin: 7px 0 10px;
        font-size: 18px
    }

    .election .election_top_news.pre_election ul:nth-child(3) li {
        width: 100%;
        margin-right: 0
    }

    .election .election_top_news.pre_election ul:nth-child(3) li .pic {
        width: 100px;
        margin-right: 2%;
        margin-bottom: 15px
    }

    .election .election_top_news ul:nth-child(3) li .pic .video-icon {
        width: 25px !important
    }

    .election .election_top_news.pre_election ul:nth-child(3) li .pic .video-icon {
        width: 25px !important
    }

    .election .election_top_news.pre_election ul:nth-child(3) li .txt {
        width: 100%;
        float: left;
        margin-top: 0;
        width: -webkit-calc(100% - 100px - 2%);
        width: calc(100% - 100px - 2%)
    }
    .live_results_list ul li{
        width: 47.5%;
    }
    .live_results_list ul li:nth-child(2),.live_results_list ul li:nth-child(4),.live_results_list ul li:nth-child(6) {
        margin: 0 0 20px 5%;
    }
    .live_results_list ul li:nth-child(5){
        margin: 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(max-width:600px) {
    .seat_content2 span, .seat_content3 span{
        width: 100%;
    }
    .nas_title span {
        font-size: 25px;
        line-height: 57px;
    }
    .homebg section {
        margin: 0 0 20px
    }

    .election .election_top_news {
        float: left;
        margin: 20px 0;
        width: 100%;
        width: -webkit-calc(100% - 0px - 0%);
        width: calc(100% - 0px - 0%)
    }

    .e_side_live {
        display: none
    }

    .election.constituency .c_head .c_right ul li:nth-child(1) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .panel-tabs>li {
        padding: 3px 0
    }

    .election.constituency .c_head .c_right ul li {
        width: 100%;
        margin-bottom: 20px
    }

    .top_content .top_content_one {
        float: none;
        width: 60%
    }

    .top_content .top_content_one .latest_result_pic {
        display: none
    }

    .top_content .top_content_one .first_position {
        width: 100px;
        padding: 12px 4px
    }

    .top_content .top_content_one .position_slider {
        width: 53%;
        float: left
    }

    .top_content .top_content_two {
        width: 198px;
        margin-right: 0;
        margin-left: 1%
    }

    .top_content .top_content_two .dropdown_btn {
        width: 157px
    }

    .top_content .top_content_two .dropdown_btn .btn {
        padding: 4px 0
    }

    .top_content .top_content_two .drop_btn_data {
        padding: 0 0 5px
    }

    .top_content .top_content_three .side_menu .menu-ico {
        top: 30px;
        z-index: 3
    }

    .election .election_top_news.pre_election ul:nth-child(1) {
        width: 100%
    }

    .election .election_top_news ul:first-child li .txt p {
        display: block
    }

    .election .election_top_news ul:nth-child(2) {
        width: 100%;
        margin: 0
    }

    .election .election_top_news ul:nth-child(2) li {
        border-bottom: 0;
        margin-bottom: 15px
    }

    .election .election_top_news ul:nth-child(2) li .pic {
        width: 100px;
        margin-right: 2%
    }

    .election .election_top_news ul:nth-child(2) li .txt {
        width: 48%;
        width: -webkit-calc(100% - 100px - 2%);
        width: calc(100% - 100px - 2%);
        float: left
    }

    .election .election_top_news ul:nth-child(2) li .txt h2 {
        margin: 3px 0 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 81px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        
    }

    .election .election_top_news ul:nth-child(2) li:nth-child(2) .pic {
        display: block
    }

    .election .election_top_news ul:nth-child(3) {
        width: 100%;
        margin: 0 0 20px
    }

    .election .election_top_news ul:nth-child(3) li {
        width: 100%;
        margin-left: 0
    }

    .election .election_bottom_news {
        margin: 20px 0 10px;
        padding: 30px 0 0
    }

    .election .election_bottom_news ul:nth-child(1) {
        width: 100%;
        margin-bottom: 20px
    }

    .election .election_bottom_news ul:nth-child(1) li .pic {
        width: 100%
    }

    .election .election_bottom_news ul:nth-child(1) li .txt {
        width: 100%;
        margin-left: 0%;
        margin-top: 15px
    }

    .election .election_bottom_news ul:nth-child(2) {
        width: 100%;
        margin: 0
    }

    .election .election_bottom_news ul:nth-child(3) {
        width: 100%;
        margin: 0
    }

    .election .election_bottom_news ul:nth-child(3) li {
        border-bottom: 0;
        margin-bottom: 15px
    }

    .election .election_bottom_news ul:nth-child(3) li .pic {
        width: 100px;
        margin-right: 2%
    }

    .election .election_bottom_news ul:nth-child(3) li .txt {
        width: 48%;
        width: -webkit-calc(100% - 100px - 2%);
        width: calc(100% - 100px - 2%);
        float: left
    }

    .election .election_bottom_news ul:nth-child(3) li .txt h2 {
        margin: 3px 0 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 81px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        
    }

    .election .election_bottom_news ul:nth-child(3) li:nth-child(2) .pic {
        display: block
    }

    .election .election_road_more ul li {
        padding: 0;
        width: 100%;
        margin-bottom: 15px
    }

    .election .election_road_more ul li .pic {
        width: 100px;
        margin-right: 2%;
        float: left
    }

    .election .election_road_more ul li .pic .video-icon {
        width: 25px !important
    }

    .election .election_road_more ul li .heading {
        width: 48%;
        width: -webkit-calc(100% - 100px - 2%);
        width: calc(100% - 100px - 2%);
        float: left
    }

    .election .election_road_more ul li .heading h2 {
        margin: 3px 0 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 81px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        
        min-height: inherit
    }

    .panel-primary>.panel-heading {
        width: 100%;
        text-align: center;
        display: inline-block;
        margin: 0 auto
    }

    .pull-right {
        float: none !important;
        display: inline-block
    }

    .election .election_top_news.pre_election ul:nth-child(2) {
        width: 100%;
        margin: 0
    }

    .election .election_top_news.pre_election ul:nth-child(2) li:first-child {
        border-bottom: 0
    }

    .election .election_top_news.pre_election ul:nth-child(2) li {
        margin-bottom: 0;
        width: 100%
    }

    .election .election_top_news.pre_election ul:nth-child(2) li .pic {
        width: 100px;
        margin-right: 2%
    }

    .election .election_top_news ul:nth-child(2) li .pic .video-icon {
        width: 25px !important
    }

    .election .election_top_news.pre_election ul:nth-child(2) li .pic .video-icon {
        width: 25px !important
    }

    .election .election_top_news ul:nth-child(3) li .pic .video-icon {
        width: 25px !important
    }

    .election .election_top_news.pre_election ul:nth-child(2) li .txt {
        width: 80%;
        width: -webkit-calc(100% - 100px - 4%);
        width: calc(100% - 100px - 4%);
        margin-top: 0
    }

    .election .election_top_news.pre_election ul:nth-child(2) li .txt h2 {
        margin: 3px 0 0
    }

    .election .election_top_news.pre_election ul:nth-child(2) li {
        margin-bottom: 15px;
        border-bottom: 0
    }

    .election .election_top_news.pre_election ul:nth-child(2) li:nth-child(2) .pic {
        display: block
    }

    .election .election_top_news.pre_election ul:nth-child(3) {
        width: 100%
    }

    .election .election_top_news.pre_election ul:nth-child(3) li {
        width: 100%;
        margin-left: 0
    }

    .election.constituency .constituency-top-area h1 {
        font-size: 21px
    }
    .home_election_voter_map {
        height: 850px;
    }
    .live_results_list ul li{
        width: 100%;
    }
    .live_results_list ul li:nth-child(2),.live_results_list ul li:nth-child(4),.live_results_list ul li:nth-child(6) {
        margin: 0 0 20px 0;
    }
    .live_results_list ul li:nth-child(5){
        margin: 0;
    }
    .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;
    }
    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;
    }
}
@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;
    }
    .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(max-width:650px) and (min-width:420px) {
    .map-inner {
        height: 215px;
        width: 415px
    }

    .total_seats {
        font-size: 37px;
        bottom: 6%;
        line-height: 22px
    }
}

@media(max-width:480px) {
    #omega-content nav ul li a{
        text-transform: capitalize;
        font-weight: 700;
        font-size: 12px;
    }
    .election.constituency .constituency-top-area .breadcrumb>li {
        font-size: 12px;
    }
    .des_banner {
        display: none
    }

    .mob_banner {
        display: block
    }

    .top_content .el_social .btn-social.whats_ele {
        display: block;
        padding-top: 0
    }

    .top_content .top_content_one .position_slider .swiper-button-next {
        margin-top: -26px
    }

    .top_content .top_content_one .position_slider .swiper-button-prev {
        margin-top: -26px
    }

    .top_content .past_result_top {
        font-size: 20px;
        height: auto
    }

    .top_content .past_result_top span {
        font-size: 26px;
        width: auto;
        float: none
    }

    .top_content .top_content_one {
        float: left;
        width: 100%
    }

    .top_content .top_content_one .first_position {
        width: 110px;
        padding: 12px 10px
    }

    .top_content .top_content_one .first_position .pic {
        display: block
    }

    .top_content .top_content_one .position_slider {
        width: 48%;
        width: -webkit-calc(100% - 110px);
        width: calc(100% - 110px)
    }

    .top_content .top_content_one .position_slider .e_slider .party_name {
        margin-left: 7%;
        width: 40px
    }

    .top_content .top_content_two {
        background-color: #f2f2f2;
        margin-left: 0;
        border-top: 1px solid #f89238;
        width: 100%
    }

    .top_content .top_content_two .dropdown_btn {
        width: 50%;
        margin-top: 6px;
        margin-left: 2%
    }

    .top_content .top_content_two .dropdown_btn .btn {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 6px 12px
    }

    .top_content .top_content_two .drop_btn_data {
        margin-left: 3%
    }

    .top_content .top_content_two .drop_btn_data .seats_cc {
        font-size: 17px
    }

    .top_content .el_social {
        width: 101px
    }

    .top_content .el_social .social-icons .navbar-nav li {
        width: 40px
    }

    .top_content .el_social .ele_social_hide {
        display: none
    }

    .top_content .el_social .ele_social_show {
        display: block
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_title h2 {
        font-size: 21px
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_title h3 {
        width: 100%;
        font-size: 18px
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .top_box {
        padding: 10px 0 0 10px
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list {
        margin-bottom: 10px
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .top_box .top_box_left h2 span {
        display: none
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .top_box .top_box_left h2 {
        font-size: 20px
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .second_box {
        padding: 5px 10px
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .second_box p {
        font-size: 14px
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box {
        padding: 0
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top table td span.dots {
        display: none
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_search {
        margin: 10px 0
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top table thead {
        display: none
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top table tbody tr:nth-child(n+4) {
        display: none
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top {
        font-size: 14px
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top .panel {
        margin-bottom: 0 !important
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top table td h5 {
        font-size: 13px;
        text-align: left
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top table td {
        font-size: 13px;
        text-align: right
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top table tr td:first-child {
        width: 260px;
        overflow-x: auto;
        white-space: nowrap;
        float: left
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .btn_tabs {
        display: none
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .top_box .top_box_right {
        display: block;
        padding: 0 10px 0 0
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_card {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_card ul li {
        padding: 0;
        width: 25%
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_card ul li .card_box .card_title h3 {
        font-size: 12px
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_card ul li .card_box .card_title h4 {
        font-size: 17px
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_party_code {
        width: 100%
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_content_first .tab_party_code ul li {
        width: 48%;
        margin-right: 2%
    }

    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_right {
        margin-bottom: 0;
        margin-left: 0
    }

    election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left {
        margin-top: -91px
    }

    .election .election_top_news {
        margin: 20px 0 0
    }

    .election .election_top_news ul:nth-child(3) {
        margin: 0
    }

    .election .election_bottom_news {
        margin: 0 0 10px;
        padding: 10px 0 0
    }

    .election .nc_table {
        display: none
    }

    .panel-tabs>li>a {
        font-size: 12px
    }
    .home_election_voter_map .panel-tabs>li>a{
        font-size: 12px;
        padding: 10px 10px;
    }
    .view-all {
        width: 107px;
        margin-top: 0
    }

    .view-all .view-button {
        font-size: 12px;
        line-height: 26px;
        padding-top: 0
    }

    .election.constituency .c_head .c_top h1 {
        font-size: 30px
    }

    .election.constituency .c_head .c_left p {
        font-size: 16px;
        margin: 3px 0 0
    }
    .home_election_voter_left ul{
        gap: 30px;
        column-gap: 30px;
    }
    .party-box img{
        width: 80px;
        height: 80px;
    }
    .bca_left .party-box{
        text-align: left;
    }
    .bca_name {
        font-weight: 700;
        font-size: 14px;
    }
    .bca_right .party-box{
        text-align: right;
    }
    .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: 50px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .section5 ul.video_bxs li:last-child{
        display: none;
    }
    .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;
    }
    .election_title h1{
        font-size: 19px;
        line-height: 26px;
    }
}

@media(max-width:419px) {
    .map-inner {
        height: 150px;
        width: 300px
    }

    .el-separator {
        margin-top: 20px
    }
    .total_seats {
        font-size: 20px;
        line-height: 25px;
        bottom: 0
    }
    
}

@media(max-width:360px) {
    .election .election_second_tabs .panel-primary .panel-body .tab-pane .tab_left .tab_box_list .third_box .third_top table tr td:first-child {
        width: 250px;
        overflow-x: auto;
        white-space: nowrap;
        float: left
    }

    .panel-tabs>li>a {
        padding: 7px
    }

    .top_content .top_content_one .position_slider .e_slider .party_name {
        width: 45%;
        margin-left: 15%
    }

    .top_content .top_content_two .dropdown_btn {
        width: 57%
    }
}

#Pak_NA_Hex [province=Punjab] {
    fill: #a9a9a9
}

#Pak_NA_Hex [province=Balochistan] {
    fill: #a9a9a9
}

#Pak_NA_Hex [province=KP] {
    fill: #a9a9a9
}

#Pak_NA_Hex [province=Sindh] {
    fill: #a9a9a9
}

g#Pak_NA_Hex path.activePath {
    stroke-width: .04;
    stroke: #000;
    fill: #fe9b01
}

g#Pak_NA_Hex path:hover {
    fill: #fe9b01
}

@import "https://cdn.datatables.net/1.10.16/css/dataTables.bootstrap.min.css";

table.table {
    font-size: 15px;
    text-transform: capitalize;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table.table tr th {
    font-weight: 800
}

.detail-table-top .box img {
    width: 35px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%)
}

.election.constituency .constituency-top-area .constituency-desctiption-area .label-container {
    padding-left: 11px;
    max-height: 150px;
    overflow-y: auto
}

.election.constituency .constituency-top-area .constituency-desctiption-area .label-container a.label {
    margin-right: 11px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: gn-light;
    background: #21409a;
    border-radius: 0;
    color: #fff !important;
    margin-bottom: 6px;
    padding: 5px 10px;
    display: inline-block;
    width: 98px;
    border-radius: 11px
}

.election.constituency .constituency-top-area .constituency-desctiption-area .label-container a.label:hover {
    color: #21409a !important;
    background: #fff
}
.election.constituency .constituency-top-area h1 {
    margin-top: 7px;
    font-size: 25px;
    margin-bottom: 0;
    padding: 10px 0;
    display: block;
}

.election.constituency .constituency-top-area .map-na-inner {
    max-width: 100%;
    overflow: hidden
}

.election .election_top_news ul:nth-child(2) .constit_nws {
    background-color: #f1f1f1;
    border-top: 2px solid #777677;
    border-bottom: 2px solid #777677;
    padding: 15px 10px;
    float: left;
    width: 100%
}

.election .election_top_news ul:nth-child(2) .constit_nws ul {
    padding: 0;
    float: left;
    padding-left: 15px;
    position: relative;
    width: 100%;
    margin: 0;
    max-height: 353px;
    min-height: 353px;
    overflow-y: auto;
    padding-top: 10px
}

.election .election_top_news ul:nth-child(2) .constit_nws h2 {
    font-size: 20px;
    
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 11px
}

.election .election_top_news ul:nth-child(2) .constit_nws h2 span {
    float: left;
    height: 9px;
    width: 9px;
    border-radius: 100%;
    background-color: #ed283c;
    -webkit-animation: blink 2s steps(5, start) infinite;
    animation: blink 2s steps(5, start) infinite;
    margin-top: 6px;
    margin-bottom: 27px;
    margin-right: 8px
}

.election .election_top_news ul:nth-child(2) .constit_nws ul li {
    overflow: visible;
    border-bottom: 0 !important;
    border-left: 1px solid #ccc;
    padding-left: 13px;
    margin-left: 0;
    list-style: none;
    width: 100%;
    float: left;
    padding-bottom: 15px
}

.election .election_top_news ul:nth-child(2) .constit_nws ul li:last-child {
    padding-bottom: 0
}

.election .election_top_news ul:nth-child(2) .constit_nws ul li:before {
    background-color: #21409a;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 9px;
    width: 9px;
    position: absolute;
    left: 11px;
    margin-left: 0
}

.election .election_top_news ul:nth-child(2) .constit_nws ul li .story_time {
    color: #767676;
    text-transform: capitalize;
    
    font-size: 13px;
    margin-top: -4px
}

.election .election_top_news ul:nth-child(2) .constit_nws ul li a .story_title {
    font-size: 15px;
    
    color: #222;
    padding-bottom: .45em;
    overflow: hidden;
    margin: 0;
    margin-top: -3px
}

.election.constituency .constituency-top-area .constit_nws {
    background-color: #f1f1f1;
    border-top: 2px solid #777677;
    border-bottom: 2px solid #777677;
    padding: 15px 10px;
    float: left;
    width: 100%
}

.election.constituency .constituency-top-area .constit_nws ul {
    padding: 0;
    float: left;
    padding-left: 15px;
    position: relative;
    width: 100%;
    margin: 0;
    max-height: 173px;
    overflow-y: auto;
    padding-top: 10px
}

.election.constituency .constituency-top-area .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
}

.election.constituency .constituency-top-area .constit_nws ul li:last-child {
    padding-bottom: 0
}

.election.constituency .constituency-top-area .constit_nws ul li:before {
    background-color: #21409a;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 9px;
    width: 9px;
    position: absolute;
    left: 11px;
    margin-left: 0
}

.election.constituency .constituency-top-area .constit_nws ul li .story_time {
    color: #767676;
    text-transform: capitalize;
    
    font-size: 13px;
    margin-top: -4px
}

.election.constituency .constituency-top-area .constit_nws ul li a .story_title {
    font-size: 16px;
    
    color: #222;
    padding-bottom: .45em;
    overflow: hidden;
    margin: 0;
    margin-top: -3px
}

.election.constituency .constituency-top-area .constituency-desctiption-area h2,
.election.constituency .constituency-top-area .constituency-desctiption-area h3,
.election.constituency .constituency-top-area .constituency-desctiption-area h4 {
    font-size: 20px;
    
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 11px
}

.election.constituency .constituency-top-area .constituency-desctiption-area h4 {
    font-family: gn-light !important
}

.election.constituency .constituency-top-area .constituency-desctiption-area h2 span {
    float: left;
    height: 9px;
    width: 9px;
    border-radius: 100%;
    background-color: #ed283c;
    -webkit-animation: blink 2s steps(5, start) infinite;
    animation: blink 2s steps(5, start) infinite;
    margin-top: 6px;
    margin-bottom: 27px;
    margin-right: 8px
}

.trending {
    display: none !important
}

.detail-table-top {
    margin: 20px 0
}

.detail-table-top .box {
    margin: 0;
    padding: 10px 15px;
    font-size: 1.8em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    line-height: 19px;
    min-height: 85px;
    position: relative;
    padding-right: 45px
}

.detail-table-top .box div {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(15px, -50%)
}

.detail-table-top .box b {
    display: block
}

.detail-table-top .box span {
    font-family: gn-light;
    font-size: 14px
}

.detail-table-top .box:nth-child(1) {
    background: #e2484b
}

.detail-table-top .box:nth-child(2) {
    background: #2f3a56
}

.detail-table-top .box:nth-child(3) {
    background: #a8d0da
}

.detail-table-top .box:nth-child(4) {
    background: #406d96
}

.pagination>li>a,
.pagination>li>span {
    font-size: 14px;
    font-weight: 400
}

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
    font-size: 14px
}

/* #election_table_wrapper .col-sm-6 {
    width: 100%;
    margin: 0 auto
}

#byelection_table_wrapper .col-sm-6 {
    width: 100%;
    margin: 0 auto
} */

#byelection_table_wrapper .col-sm-6 #byelection_table_filter label {
    width: 100%;
    font-size: 16px
}

#byelection_table1_wrapper .col-sm-6 {
    width: 100%;
    margin: 0 auto
}

#byelection_table1_wrapper .col-sm-6 #byelection_table_filter label {
    width: 100%;
    font-size: 16px
}

#election_table_wrapper .col-sm-6 #election_table_filter label {
    width: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.d_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: center;
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px 0;
    margin-bottom: 20px;
}

div.dataTables_wrapper div.dataTables_filter label {
    display: grid
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 15px;
    background-color: #fff;
}
.tn_inr_elec_tbl{
    width: 100%;
    float: left;
    margin-bottom: 25px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
}
.map-na {
    width: 100%;
    position: relative;
    overflow: hidden
}

.map-na svg {
    width: 100%;
    height: auto
}

.map-gb {
    width: 100%;
    position: relative;
    overflow: hidden
}

.map-gb svg {
    width: 100%;
    height: auto
}

.map-gb svg g {
    cursor: pointer
}

.map-gb svg g:hover {
    opacity: .7
}

.map-na svg #Pakistan g polygon:hover {
    opacity: .7
}

.map-na svg #Pakistan g polygon {
    cursor: pointer
}

#tooltip {
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px
}

#tooltip.fixed-tip {
    position: fixed
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -7px;
    margin-left: -7px
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 7px solid #111;
    top: -14px;
    bottom: auto
}

#tooltip.left:after {
    left: 10px;
    margin: 0
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0
}

three .side_menu {
    position: relative
}

.video-icon {
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 0
}

/* run */
.tabcontent{
    background-color: #f1f1f2;
    padding: 20px;
    border-radius: 10px;
}
/*tally css*/

.biharpoll {
    padding: 0px;
}

.bar-container .tally-chart {
    height: 240px;
}

.bar-container .tally-chart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h2 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.bar-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    --bar-first: #e67d00;
    --bar-second: #0e76b2;
    --bar-third: #35afb2;
    --bar-fourth: #798c8b;
    --barh-first: 0%;
    --barh-second: 0%;
    --barh-third: 0%;
    --barh-fourth: 0%;

}

/* new tally chart css */
.bihar-banner-el {
    width: 100%;
    position: relative;
}

.bihar-banner-el {
    margin: 0px 0px 13px 0px;
    /* height: 60px; */
}

.bihar-banner-el.party5 {
    margin: 0px 0px 10px 0px;
    height: 60px;
}

.bihar-banner-el.party4:nth-last-child(1) {
    margin-bottom: 0;
}

.bihar-banner-el .el-bh-row {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    gap: 10px;
}

.bihar-banner-el .img-el {}

.bihar-banner-el .img-el img {
    width: 70px;
}

.bihar-banner-el.party5 .img-el img {
    width: 70px;
}

.bihar-banner-el .bar-content {
    width: calc(100% - 60px);
}

.bihar-banner-el.party5 .bar-content {
    width: calc(100% - 60px)
}

.bihar-banner-el .el-col-50 {
    /* width: 100%; */
}

.bihar-banner-el .el-col-50:nth-of-type(1) {}

.bihar-banner-el .el-col-50:nth-of-type(2) .left-el-text {
    padding: 0px;
    text-align: right;
}

.bihar-banner-el .el-col-50:nth-of-type(2) .right-el-lg-text {
    padding: 0px 10px 0px 0px;
}

.bihar-banner-el .el-col-50:nth-of-type(2) {
    display: flex;
    justify-content: flex-end;
}

.bihar-banner-el .bar-el-bihar-maping {
    height: 10px;
    /* background-color: #efefef; */
    margin: 10px 0px 0px 0px;
    position: relative;
    width: 100%;
    border-bottom: 2px dotted #c9cbcc;
    /* padding-bottom: 10px; */
    /* padding-top: 20px; */
    position: absolute;
    bottom: -7px;
}

.bihar-banner-el .bar-el-bihar-maping .el-bar {}

.bihar-banner-el .pt-20 {
    padding: 44px 0px 0px 0px;
    background-image: linear-gradient(to right, #f1f1f2, #b4b6b9);
}

.bihar-banner-el .text-sl-l {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

.bihar-banner-el .right-el-lg-text {
    font-size: 40px;
    font-weight: 800;
    vertical-align: text-top;
    line-height: 48px;
    color: #000;
}

.bihar-banner-el .text-sm-b {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    line-height: 1
}

.bihar-banner-el .el-border-rigth {
    position: relative;
}

.bihar-banner-el .el-border-rigth::before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #000;
    height: 100%;
    width: 0.5px;
}

.bihar-banner-el .el-border-left {
    position: relative;
}

.bihar-banner-el .el-border-left::before {
    content: '';
    position: absolute;
    right: 0;
    background-color: #000;
    height: 100%;
    width: 0.5px;

}

.bihar-banner-el .right-el-lg-text {
    /* padding: 0 0 0 10px; */
    width: 70px;
}

.bihar-banner-el .left-el-text {
    padding: 0px;
}

.bihar-banner-el .bar-el-bihar-maping .el-bar#green {
    width: 20%;
    background-color: #00b050;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.bihar-banner-el .bar-el-bihar-maping .el-bar {
    height: 10px;
    -webkit-animation: animation-bar calc(var(--timing)/10 * 1s) ease-in-out;
    animation: animation-bar calc(var(--timing)/10 * 1s) ease-in-out
}

.bihar-banner-el .bar-el-bihar-maping .el-bar#red {
    background-color: #e84700;
    width: 60%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bihar-banner-el .el-row-end {}

.bihar-banner-el .el-bh-slider {}

.bihar-banner-el .el-bh-slider::before {
    content: '';
    position: absolute;
    z-index: 99;
    border-left: 1px dashed #999;
    height: 165px;
    left: calc(50% - 1px);
    top: -36px;
}

/*.bihar-banner-el.party5 .el-bh-slider::before{height:285px;}
        .bihar-banner-el.party4 .el-bh-slider::before{height:330px;}
        .bihar-banner-el.party3 .el-bh-slider::before{height:155px;}*/
.bihar-banner-el .el-bh-slider::before {
    height: calc(100vh - 167px);
}

.bihar-banner-el.party4 .el-bh-slider::before {
    height: calc(100vh - 154px);
}

.bihar-banner-el .el-bh-slider::after {
    content: '';
    border-bottom: 6px solid #999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: calc(50% - 7px);
    top: -43px;
}

.bihar-banner-el .top-title-el {
    position: absolute;
    top: -61px;
    left: calc(50% - 41px);
    font-size: 12px;
    font-weight: 500;
    padding: 0px 3px;
    border-radius: 2px;
    color: #000;
    line-height: 1.5;
    width: 78px;
    text-align: center;
    background-color: #C6C6C6;
    letter-spacing: 1px;
}

.bihar-banner-el .tl-total-seat {
    font-size: 12px;
    color: #333;
    padding: 3px 0px 0px 0px;
}

.bihar-banner-el .tl-total-seat strong {}

.bihar-banner-el .el-row-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.7
}

.notab .bihar-banner-el.party4 .el-bh-slider::before{height:calc(100vh - 94px)}
.notab .bihar-banner-el .el-bh-slider::before{height:calc(100vh - 108px)}

@media screen and (max-width: 729px) {

    .bihar-banner-el .el-col-50:nth-of-type(2) .el-bh-row {
        flex-direction: column-reverse;
    }

    .bihar-banner-el .el-border-left::before,
    .el-border-rigth::before {
        width: 0px !important;
    }

    .bihar-banner-el .right-el-lg-text {
        padding: 0;
    }

    .bihar-banner-el .el-col-50:nth-of-type(2) .right-el-lg-text {
        padding: 0;
        text-align: right;
    }

    .bihar-banner-el .pt-20 {
        padding: 10px 0px 0px 0px;
    }

    .bihar-banner-el .text-sm-b {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        padding-left: 10px;
    }

    .bihar-banner-el .text-sl-l {
        font-size: 11px;
        line-height: 12px;
    }

    .bihar-banner-el .bar-el-bihar-maping {
        height: 10px;
        margin: 5px 0px 0px 0px;
    }

    .bihar-banner-el .bar-el-bihar-maping .el-bar {
        height: 10px;
    }

    .bihar-banner-el .tl-total-seat {
        font-size: 10px;
        display: block;
        z-index: 99;
    }

    .bihar-banner-el .el-bh-slider::before,
    .notab .bihar-banner-el .el-bh-slider::before{
        border-left: 1px dashed #999;
        height: 242px;
    }
    

    .bihar-banner-el.party4 .el-bh-slider::before,
    .notab .bihar-banner-el.party4 .el-bh-slider::before{
        height: 261px;
    }

    .bihar-banner-el.party5 .img-el img {
        width: 32px;
    }
    .el-tab-nav ul li a { width:140px;}

}

.totaltarget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.totaltarget span#totalseat {
    font-weight: 700;
    font-size: 16px;
}

.totaltarget span#targetseat {
    font-weight: 700;
    font-size: 16px;
    color: #dd0404;
}

.party-table {
    overflow: hidden;
}

/* end removable css */

.prtycolor {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px
}

/* seat chart table*/
.seat-table {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.seat-table span {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    z-index: 991;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 0;
    color: #505050
}

.seat-table span:after {
    content: "";
    width: calc(100% - 8px);
    height: 1px;
    border-top: 1px dashed #505050;
    position: absolute;
    top: 0;
    left: 0;
}

.seat-table span:nth-child(1) {
    top: 0;
}

.seat-table span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.seat-table span:nth-child(2)::after,
.seat-table span:nth-child(1)::after {
    width: calc(100% - 22px);
}

.seat-table span:nth-child(3) {
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

/*party color */

.partycolor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 9px;
}

.partycolor li {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partycolor li:not(:last-child) {
    margin-right: 20px;
}

.partycolor span {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-right: 6px;
}

.seat-table span:nth-child(2)::after {
    border-color: #ff0000
}

.seat-table span:nth-child(2) {
    color: #ff0000
}


@-webkit-keyframes animation-bar {
    0% {
        width: 0;
    }
}

@keyframes animation-bar {
    0% {
        width: 0;
    }
}
p.tallyNote{
    position: absolute;
    bottom:10px;
    width: calc(100% - 20px);
}
.biharpoll > p{
    display: none;
    font-size: 12px;
    line-height: 16px;
    color: #6d6d6d;
}

@media (max-width:1170px) and (min-width:900px) {

    /*.bihar-banner-el .img-el img{ width:50px;}
  .bihar-banner-el.party5 .img-el img{ width:50px;}*/


    .bihar-banner-el .right-el-lg-text {
        font-size: 32px;
    }

    .bihar-banner-el .text-sl-l {
        font-size: 15px;
    }

    .bihar-banner-el .pt-20 {
        padding: 5px 0px 0px 0px
    }

    .bihar-banner-el .bar-content {
        width: calc(100% - 60px);
    }

    .bihar-banner-el.party5 .bar-content {
        width: calc(100% - 60px);
    }

    .bihar-banner-el .right-el-lg-text {
        padding: 0px 0px 0px 5px;
    }

    .bihar-banner-el .el-col-50:nth-of-type(2) .right-el-lg-text {
        padding: 0px 5px 0px 0px;
    }
}

@media (min-width:729px) {
    .bar-container {
        flex-direction: row;
        justify-content: space-between;


    }

    .bar-container .tally-chart {
        /* flex-basis: calc(100% - 275px);
        max-width: calc(100% - 275px); */
        flex-basis: 100%;
        max-width: 100%;
    }

    .chart-resuttable {
        margin-top: 0px;
    }

    .chart-resuttable {
        flex-basis: 235px;
        max-width: 235px;
    }

    .bar-container .tally-chart {
        min-height: inherit;
        height: 240px;
        padding-bottom: 0px;
    }
    .chart-resuttable{
        margin-top: 20px;
    }
    
    .bar-container {
        /* height: calc(100vh - 140px) */
    }

}

@media (max-width:411px) {
    .topheader {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 230px;
        margin: 0 auto;
    }

    .topheader h2 {
        text-align: center;
        padding-bottom: 5px;
    }

    .topheader>div,
    .topheader>div:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .chart-resuttable {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: inherit;
    }

    .chart-resuttable .bar-container {
        margin: 0 auto 20px;
        height: 200px;
    }

    .bihar-banner-el .text-sm-b {
        font-size: 14px
    }

    .bihar-banner-el .right-el-lg-text {
        font-size: 26px
    }
}

.bihar-banner-el .bar-el-bihar-maping {
    /* border-radius: 0 6px 6px 0; */
}

a.tally-ei-caption {
    font-size: 12px;
    position: absolute;
    right: 0;
    text-decoration: none;
    color: #cc0000;
    bottom: 0px;
    font-weight: 600;
    z-index: 10;
}

a.tally-ei-caption:after {
    content: "\226B";
    padding-left: 2px;
}

@media (min-width:850px) {
    a.tally-ei-caption {
        bottom: 8px;
    }
}

@media (max-width:720px) {
    a.tally-ei-caption {
        bottom: -10px;
    }
}

.partyicon-wrp {
    /* width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%; */
    filter: drop-shadow(1px 1px 3px #0000002B);
    display: grid;
    place-content: center;
}

.partyicon-wrp img {
    width: 100%;
    border-radius: 6px;
}

.partyname-text {
    font-size: 15px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    padding-top: 8px;
    text-align: center;
}

/* party wise animation */
:root {

    --ptirun: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/bjp/run.gif);
    --ptistop: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/bjp/warm-up.gif);
    --ptiwin: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/bjp/win.gif);

    --incrun: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/inc/run.gif);
    --incstop: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/inc/warm-up.gif);
    --incwin: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/inc/win.gif);

    --brsrun: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/brs/run.gif);
    --brsstop: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/brs/warm-up.gif);
    --brswin: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/brs/win.gif);

    --pmlnrun: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/mnf/run.gif);
    --pmlnstop: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/mnf/warm-up.gif);
    --pmlnwin: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/mnf/win.gif);
    
    --pppprun: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/zpm/run.gif);
    --ppppstop: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/zpm/warm-up.gif);
    --ppppwin: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/zpm/win.gif);

    --othrun: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/oth/run.gif);
    --othstop: url(https://akm-img-a-in.tosshub.com/sites/elections/2023/assembly-elections/html/tally-partycharacter/oth/warm-up.gif);

}

.bihar-banner-el .partychar {
    width: 38px;
    height: 50px;
    position: absolute;
    top: -42px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 999
}

/* ptiP */

.bihar-banner-el[class*="PTI"] .partychar {
    animation: animation-bar-runpti calc(var(--timing)/10 * 1s) ease-in-out forwards;
}

.bihar-banner-el[class*="PTI"] .bar-el-bihar-maping.marked .partychar {
    animation: animation-bar-winpti calc(var(--timing)/10 * 1s) ease-in-out forwards;
}


@keyframes animation-bar-runpti {
    0% {
        left: 0;
        background-image: var(--ptirun);
    }

    95% {
        background-image: var(--ptirun)
    }

    100% {
        background-image: var(--ptistop);
    }
}

@keyframes animation-bar-winpti {
    0% {
        left: 0;
        background-image: var(--ptirun);
    }

    95% {
        background-image: var(--ptirun)
    }

    100% {
        background-image: var(--ptiwin);
    }
}


/* INC or CONG */
.bihar-banner-el[class*="CONG"] .partychar,
.bihar-banner-el[class*="INC"] .partychar {
    animation: animation-bar-runinc calc(var(--timing)/10 * 1s) ease-in-out forwards;
}

.bihar-banner-el[class*="CONG"] .bar-el-bihar-maping.marked .partychar,
.bihar-banner-el[class*="INC"] .bar-el-bihar-maping.marked .partychar {
    animation: animation-bar-wininc calc(var(--timing)/10 * 1s) ease-in-out forwards;
}

@keyframes animation-bar-runinc {
    0% {
        left: 0;
        background-image: var(--incrun);
    }

    95% {
        background-image: var(--incrun)
    }

    100% {
        background-image: var(--incstop);
    }
}

@keyframes animation-bar-wininc {
    0% {
        left: 0;
        background-image: var(--incrun);
    }

    95% {
        background-image: var(--incrun)
    }

    100% {
        background-image: var(--incwin);
    }
}

/* OTH */

.bihar-banner-el[class*="OTH"] .partychar {
    animation: animation-bar-runoth calc(var(--timing)/10 * 1s) ease-in-out forwards;
}

.bihar-banner-el[class*="OTH"] .bar-el-bihar-maping.marked .partychar{
    animation: animation-bar-winoth calc(var(--timing)/10 * 1s) ease-in-out forwards;
}

@keyframes animation-bar-runoth {
    0% {
        left: 0;
        background-image: var(--othrun);
    }

    95% {
        background-image: var(--othrun)
    }

    100% {
        background-image: var(--othstop);
    }
}

@keyframes animation-bar-winoth {
    0% {
        left: 0;
        background-image: var(--othrun);
    }

    95% {
        background-image: var(--othrun)
    }

    100% {
        background-image: var(--othwin);
    }
}

/* pmln */

.bihar-banner-el[class*="PML-N"] .partychar {
    animation: animation-bar-runpmln calc(var(--timing)/10 * 1s) ease-in-out forwards;
}

.bihar-banner-el[class*="PML-N"] .bar-el-bihar-maping.marked .partychar {
    animation: animation-bar-winpmln calc(var(--timing)/10 * 1s) ease-in-out forwards;
}

@keyframes animation-bar-runpmln {
    0% {
        left: 0;
        background-image: var(--pmlnrun);
    }

    95% {
        background-image: var(--pmlnrun)
    }

    100% {
        background-image: var(--pmlnstop);
    }
}

@keyframes animation-bar-winpmln {
    0% {
        left: 0;
        background-image: var(--pmlnrun);
    }

    95% {
        background-image: var(--pmlnrun)
    }

    100% {
        background-image: var(--pmlnwin);
    }
}

/* BRS */

.bihar-banner-el[class*="BRS"] .partychar {
    animation: animation-bar-runbrs calc(var(--timing)/10 * 1s) ease-in-out forwards;
}

.bihar-banner-el[class*="BRS"] .bar-el-bihar-maping.marked .partychar {
    animation: animation-bar-winbrs calc(var(--timing)/10 * 1s) ease-in-out forwards;
}

@keyframes animation-bar-runbrs {
    0% {
        left: 0;
        background-image: var(--brsrun);
    }

    95% {
        background-image: var(--brsrun)
    }

    100% {
        background-image: var(--brsstop);
    }
}

@keyframes animation-bar-winbrs {
    0% {
        left: 0;
        background-image: var(--brsrun);
    }

    95% {
        background-image: var(--brsrun)
    }

    100% {
        background-image: var(--brswin);
    }
}


/* pppp */

.bihar-banner-el[class*="PPPP"] .partychar {
    animation: animation-bar-runpppp calc(var(--timing)/10 * 1s) ease-in-out forwards;
}

.bihar-banner-el[class*="PPPP"] .bar-el-bihar-maping.marked .partychar {
    animation: animation-bar-winpppp calc(var(--timing)/10 * 1s) ease-in-out forwards;
}

@keyframes animation-bar-runpppp {
    0% {
        left: 0;
        background-image: var(--pppprun);
    }

    95% {
        background-image: var(--pppprun)
    }

    100% {
        background-image: var(--ppppstop);
    }
}

@keyframes animation-bar-winpppp {
    0% {
        left: 0;
        background-image: var(--pppprun);
    }

    95% {
        background-image: var(--pppprun)
    }

    100% {
        background-image: var(--ppppwin);
    }
}

.tally-count{
    width: 100%;
    text-align: center;
    display: block;
    padding: 11px;
    background: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500; 
}