html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 17px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	font-family: "Noto Serif Bengali", serif;
}
body {
    font-size: 22px;
    color: #000;
    background-color: #e2e2e2;
    background-repeat: repeat;
}
li{
	list-style: none;
}
a{
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #000;
	font-family: "Noto Serif Bengali", serif;
}
a:hover {
    color: #ed1a3b;
}
.more_btn_wrap {
    position: relative;
}
.more_btn_wrap:before {
    content: "";
    height: 1px;
    background: #a5a5a5;
    width: 100%;
    position: absolute;
    top: 50%;
    bottom: 0;
}
.more_news_btn {
    background: #ed1a3b;
    display: block;
    margin: 20px auto;
    font-size: 19px;
    width: 115px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #ed1a3b;
    position: relative;
    box-shadow: 0px 0px 0px 4px rgb(255,255,255,1);
    -webkit-box-shadow: 0px 0px 0px 4px rgb(255,255,255,1);
    -moz-box-shadow: 0px 0px 0px 4px rgb(255,255,255,1);
    padding: 7px 0 3px 0;
}
.more_news_btn:hover {
    color: #ed1a3b;
    background: #fff;
}
p {
    font-size: 17px;
    line-height: 28px;
    margin-top: 5px;
}
.clearfix{
	clear: both;
}
.sec_heading {
    font-size: 41px;
    display: block;
    color: #ed1a3b;
    text-align: center;
    font-weight: 600;
    margin: 35px 0;
    line-height: 37px;
}
h2, .xl_txt {
    font-size: 43px;
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    line-height: 54px;
    margin-top: 15px;
}
h3, .md_txt {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
    line-height: 42px;
}
h4, .sm_txt {
    font-size: 20px;
    display: block;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
}
.fnt_bold {
    font-weight: 600;
    font-family: "Noto Serif Bengali", serif;
}
.pl_space {
    padding-left: 5%;
}
.pr_space {
    padding-right: 5%;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/* // Global CSS */



/* Dropdown Popup Effect */
ul.dropdown-menu {
  border-top: medium none;
  border-left: medium none;
  border-right: medium none;
  border-bottom: 5px solid #3b9eff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  max-width: 250px;
  overflow: hidden;
  padding: 0;
  border-radius: 4px 4px 0 0px;
  width: 100%;
  min-width: 210px;
}
ul.dropdown-menu li a {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 15px;
}
.dropdown-menu > li:last-child > a, ul.dropdown-menu li:last-child a:hover, ul.dropdown-menu li:last-child a:active, ul.dropdown-menu li:last-child a:focus {
  border-bottom: medium none;
}
ul.dropdown-menu li a:hover, 
ul.dropdown-menu li a:active, 
ul.dropdown-menu li a:focus {
  background: #eaf3fc none repeat scroll 0 0 !important;
  border-bottom: 1px solid #cce0f4 !important;
  color: #248bf0 !important;
  padding: 10px 15px;
}
/* Dropdown Popup Effect */







/* Start Header */
.dropdown:hover .dropdown-menu {
      display: block;
}
.header .main_head li.nav-item .dropdown-menu {
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.header .main_head li.nav-item .dropdown-menu a.dropdown-item {
    font-size: 18px;
}
.header .main_head li.nav-item .dropdown-menu a.dropdown-item:hover {
    background: #dedede;
}
.header .main_head {
    background: #626262;
    z-index: 9;
    padding: 0;
    position: relative;
}
.header.fixed-top .main_head {
    border-bottom: 1px solid #ed1a3b;
}
.navbar_wrapper nav.navbar.navbar-expand-lg {
    width: 100%;
}
.header {
    background: #0c4ca3;
    position: relative;
    transition: all 0.3s;
    z-index: 9;
	top: -20px;
}
.header.fixed-top {
    position: fixed;
    left: 0;
    right: 0;
	transition: all 0.3s;
	transform:  translateY(20px);
}
.navmenu_wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
    width: 96%;
}

/*** after scroll sticky header ****/
.header.fixed-top .th_head {
    display: none;
}
.header.fixed-top .header_search_box.open_sbox form.search-form {
    top: 45px;
}
/*** after scroll sticky header ****/


.header nav.navbar.navbar-expand-lg {
    padding: 0;
	position: relative;
}
.header .navbar_wrapper a.nav-link {
    color: #fff;
    padding: 15px 8px;
}
.header .main_head li.nav-item.dropdown::after {
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    border-top: .2em solid #fff;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;
    transition: .3s;
    position: absolute;
    top: 17px;
    right: 0px;
}
.header .main_head li.nav-item.dropdown {
    margin-left: 5px;
}
.header .navbar_wrapper .nav-item a.s_logo {
    width: 35px;
    margin-top: 9px;
    margin-right: 10px;
    display: none;
}

.header.fixed-top .navbar_wrapper .nav-item a.s_logo {
    display: block;
}
.header {
    background: #fff;
    position: relative;
}

.header .logo_wrap {
    width: 340px;
    margin: auto;
    text-align: center;
}
.header .logo_wrap a.navbar-brand {
    margin: auto;
}
.header .th_head {
    padding-top: 115px;
    margin-bottom: 15px;
}

.header .logo_wrap .date_time {
    margin-top: 5px;
}
.header .logo_wrap .date_time span.fnt_bold {
    font-size: 18px;
	font-weight: 400;
}
.header .social_links li {
    float: left;
    margin: 0 2px;
}

.header .social_links {
    float: right;
    margin-top: -30px;
}
.header ul.mobile_shono_whatsapp_box {
	display: none;
}
.mview_nav_link_wrap {
	display: none;
}
.header .main_head a.nav-link {
    font-size: 16px;
    color: #fff;
    padding: 11px 10px;
}
.header .main_head a.nav-link.dropdown-toggle::after {
    font-size: 14px;
    padding-left: 0;
    margin-left: 2px;
}
.btm_mobile_menu_bar{
	display: none;
}
.header .main_head a.nav-link:hover, .header .main_head a.nav-link:active, .header .main_head a.nav-link:focus, .header .main_head a.nav-link.active {
    background: #ed1a3b;
}
.header_search_box form.search-form {
    position: absolute;
    top: 120px;
    right: 0;
    background: #fff;
    padding: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    opacity: 0;
    width: 0;
	transition: all 0.3s;
}
.header_search_box.open_sbox form.search-form {
    top: 54px;
    opacity: 1;
    width: 300px;
    padding: 6px 10px;
    z-index: 999;
}
.header_search_box a.search_icon {
    display: block;
    color: #fff;
    font-size: 18px;
}
.header_search_box a.close_icon {
    color: #fff;
    display: none;
	 font-size: 18px;
}


/* Header expand more menu */
.header .main_head a.nav-link.more_menu {
    display: flex;
}

.header .main_head a.nav-link.more_menu .hm_icon {
    width: 16px;
    height: 16px;
    position: relative;
    margin-left: 5px;
    margin-top: 6px;
}

.header .main_head a.nav-link.more_menu .hm_icon span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s;
}
.header .main_head a.nav-link.more_menu .hm_icon span:nth-child(1) {
    top: 0;
    transform: rotate(0);
}
.header .main_head a.nav-link.more_menu.expand .hm_icon span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
}
.header .main_head a.nav-link.more_menu .hm_icon span:nth-child(2) {
    top: 5px;
    transform: rotate(0);
}
.header .main_head a.nav-link.more_menu.expand .hm_icon span:nth-child(2) {
    transform: rotate(-45deg);
}

.header .main_head a.nav-link.more_menu .hm_icon span:nth-child(3) {
    top: 10px;
}

.header .main_head a.nav-link.more_menu.expand .hm_icon span:nth-child(3) {
    display: none;
}

/* // Header expand more menu */



/* Header Search box */
.header_search_box.open_sbox a.search_icon {
    display: none;
}
.header_search_box.open_sbox a.close_icon {
    display: block;
}
.header_search_box form.search-form button.form-control.form-control-submit {
    width: 40px;
    padding: 0;
    background: #012e6f;
    color: #fff;
    border: none;
    border-radius: 0px 4px 4px 0px;
}
.header_search_box form.search-form input.form-control {
	border-radius: 4px 0px 0px 4px;
	font-size: 19px;
	width: 85%;
}

.header_search_box form.search-form div#search {
    display: flex;
}

/* // Header Search box */

#mobile_sidebar_menu.m_nav_menu {
	display: none;
}
.header .hum_menu_icon {
    display: none;
}
/* More Overlay menu */


.more_overlay_menu_wrapper::-webkit-scrollbar {
    width: 4px;
    height: 0px;
}
.more_overlay_menu_wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.more_overlay_menu_wrapper::-webkit-scrollbar-thumb {
  background: #ddd;
}
.more_overlay_menu_wrapper::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}


.more_overlay_menu_wrapper {
    max-width: 1040px;
    margin: auto;
    position: absolute;
    top: 46px;
    background: #fff;
    left: 0;
    right: 0;
    padding: 0;
    height: 1px;
    z-index: 9;
    border-right: 1px solid #626262;
    border-left: 1px solid #626262;
    border-bottom: 1px solid #626262;
    overflow-y: scroll;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	opacity: 0;
}
.more_overlay_menu_wrapper.overlay_expanded {
    height: 100vh;
    padding: 1rem;
	opacity: 1;
}
.more_overlay_menu_wrapper .more_menu_list_area {
    display: flex;
}

.more_overlay_menu_wrapper .more_menu_list_area ul.more_menu_list {
    padding: 0 15px;
    border-right: 1px dashed #b5b5b5;
    width: 20%;
}

.more_overlay_menu_wrapper .more_menu_list_area ul.more_menu_list:last-child {
    border: none;
}

.more_overlay_menu_wrapper .more_menu_list_area ul.more_menu_list li {
    padding: 3px 0 3px 15px;
    position: relative;
}

.more_overlay_menu_wrapper .more_menu_list_area ul.more_menu_list li:before {
    width: 7px;
    height: 7px;
    background: #ed1a3b;
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    border-radius: 5px;
}

.more_overlay_menu_wrapper .more_menu_list_area ul.more_menu_list li .sub_head_link_wrap a {
    display: block;
    font-size: 19px;
    padding: 2px 0px;
}
.more_overlay_menu_wrapper .overlay_social_area {
    clear: both;
    margin-top: 1rem;
    text-align: center;
}
.more_overlay_menu_wrapper .overlay_social_area ul.social_links {
    float: none;
    margin: auto;
}
.more_overlay_menu_wrapper .overlay_social_area ul.social_links li {
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
}
.more_overlay_menu_wrapper .overlay_social_area ul.social_links li a {
    font-size: 12px;
    font-family: arial;
}
.more_overlay_menu_wrapper .overlay_social_area ul.social_links li a img.img-fluid {
    width: 17px;
    margin-right: 2px;
}
/* // More Overlay menu */


/******* End Header *********/





#side_ad_wrapper {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.top_news_sec h1.fnt_bold {
    font-size: 43px;
    line-height: 51px;
}
.site_wrapper .top_news_sec .vr_news li .media img.img-fluid {
    max-width: 200px;
}
#side_ad_wrapper .side_ad_160 {
    position: absolute;
    top: 0;
}
#side_ad_wrapper.sticky_side_ad .side_ad_160 {
    top: -18px;
}
#side_ad_wrapper.sticky_side_ad {
    position: sticky;
    top: 3rem;
    left: 0;
    right: 0;
}
#side_ad_wrapper .side_ad_160.right_ad {
    position: absolute;
    right: 0;
}



/*** Content css ***/
.whitebox_wrap {
    background: #fff;
    padding: 1.2rem;
    max-width: 1040px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
.ls_banner_sec {
    max-width: 1040px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.whitebox_wrap .news_tab_votedate_sec .wrap {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #000;
    justify-content: space-between;
    align-items: center;
}

.whitebox_wrap .news_tab_votedate_sec .wrap ul.nav.nav-tabs {
    border: none;
}

.whitebox_wrap .news_tab_votedate_sec .wrap ul.nav.nav-tabs .nav-link.active {
    border: none;
    color: #ed1a3b;
}

.whitebox_wrap .news_tab_votedate_sec .wrap ul.nav.nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 0;
    border-radius: 0;
}

.whitebox_wrap .news_tab_votedate_sec .wrap ul.nav.nav-tabs li.nav-item:first-child {
    margin-right: 10px;
    border-right: 2px solid #000;
    padding-right: 13px;
}
.whitebox_wrap .news_tab_votedate_sec .wrap .vote_date {
    display: flex;
    align-items: end;
}

.whitebox_wrap .news_tab_votedate_sec .wrap .vote_date .date {
    background: #ed1a3b;
}

.whitebox_wrap .news_tab_votedate_sec .wrap .vote_date .date p {
    font-size: 20px;
    color: #fff;
    padding: 3px 10px;
}

.whitebox_wrap .news_tab_votedate_sec .wrap .vote_date .date p span {
    color: #fff200;
}

.whitebox_wrap .news_tab_votedate_sec .wrap .timer ul {
    display: flex;
}

.whitebox_wrap .news_tab_votedate_sec .wrap .timer ul li {
    background: #4d4d4d;
    color: #fff;
    padding: 12px 16px 3px;
    text-align: center;
}

.whitebox_wrap .news_tab_votedate_sec .wrap .timer ul li h4 {
    margin: 0;
    font-size: 27px;
    font-weight: 400;
    line-height: 27px;
}

.whitebox_wrap .news_tab_votedate_sec .wrap .timer ul li:first-child {
    background: #383838;
}

.whitebox_wrap .news_tab_votedate_sec .wrap .timer ul li:last-child {
    background: #626262;
}

.whitebox_wrap .news_tab_votedate_sec .wrap .timer ul li span {
    display: block;
    line-height: 16px;
}
.whitebox_wrap .news_element_sec .left_panel .graybg_box {
    background: #e4e4e4;
    padding: 10px;
}

.whitebox_wrap .news_element_sec .left_panel h3 {
    font-size: 35px;
    font-weight: 600;
    color: #ed1a3b;
    margin-top: 20px;
    position: relative;
    padding-left: 42px;
}

.whitebox_wrap .news_element_sec .left_panel h3:before {
    width: 30px;
    height: 30px;
    background: #ed1a3b;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}

.whitebox_wrap .news_element_sec .left_panel .listof_news li {
    margin-top: 15px;
    overflow: hidden;
}

.whitebox_wrap .news_element_sec .left_panel .listof_news li a.news {
    display: block;
}

.whitebox_wrap .news_element_sec .left_panel .listof_news li a .picture {
    max-width: 90px;
    float: left;
    margin-right: 8px;
}

.whitebox_wrap .news_element_sec .left_panel .listof_news li a h4.sm_txt {
    overflow: hidden;
}
.whitebox_wrap .news_element_sec .left_panel a.more_news {
    background: #ed1a3b;
    display: block;
    width: 160px;
    margin: 20px auto;
    font-size: 23px;
    color: #fff;
    padding: 4px;
    text-align: center;
}
.whitebox_wrap .news_element_sec .right_panel  h1.head_txt {
    font-size: 48px;
    font-weight: 600;
    margin: 20px 0 4px;
    color: #ed1a3b;
}
.whitebox_wrap .news_element_sec .right_panel .col-md-6 {
    margin-top: 15px;
}
.whitebox_wrap .vote_places {
    background: #f3f2f2;
    padding: 1.5rem;
    margin-top: 20px;
}

.whitebox_wrap .vote_places h2.xl_txt {
    text-align: center;
    color: #ed1a3b;
}

.whitebox_wrap .vote_places .content {
    display: flex;
    position: relative;
    margin-top: 30px;
}
.whitebox_wrap .vote_places .content .phase_list {
    width: 140px;
}
.whitebox_wrap .vote_places .content .phase_list ul.nav.nav-tabs {
    display: block;
    border: none;
}

.whitebox_wrap .vote_places .content .phase_list a {
    display: block;
    background: #d6d6d6;
    padding: 10px 15px;
    text-align: center;
    color: #000;
    border: none;
}

.whitebox_wrap .vote_places.westbengal .content .phase_list a {
    border-top: 5px solid #8d191f;
    padding: 9px 15px;
}


.whitebox_wrap .vote_places .content .phase_list li {
    margin-top: 12px;
}

.whitebox_wrap .vote_places .content .phase_list a span {
    font-size: 20px;
    font-weight: 600;
}

.whitebox_wrap .vote_places .content .phase_list a h5 {
    font-size: 20px;
    font-weight: 600;
    color: #646464;
}

.whitebox_wrap .vote_places .content .phase_list a:hover, .whitebox_wrap .vote_places .content .phase_list a.active, .whitebox_wrap .vote_places .content .phase_list li:nth-child(n) a:hover {
    background: #ed1a3b;
    border-color: #ed1a3b;
}

.whitebox_wrap .vote_places .content .phase_list a:hover span, .whitebox_wrap .vote_places .content .phase_list a.active span {
    color: #f6ff00;
}

.whitebox_wrap .vote_places .content .phase_list a:hover h5, .whitebox_wrap .vote_places .content .phase_list a.active h5 {
    color: #fff;
}
.whitebox_wrap .vote_places .content .map_sec a.result {
    background: #d5d5d5;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 25px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.whitebox_wrap .vote_places .content .phase_list li:nth-child(3) a {
    border-color: #f37e81;
}
.whitebox_wrap .vote_places .content .phase_list li:nth-child(4) a {
    border-color: #f05c5c;
}
.whitebox_wrap .vote_places .content .phase_list li:nth-child(5) a {
    border-color: #b2454e;
}
.whitebox_wrap .vote_places .content .phase_list li:nth-child(6) a {
    border-color: #c12a26;
}
.whitebox_wrap .vote_places .content .phase_list li:nth-child(7) a {
    border-color: #e65e25;
}
.whitebox_wrap .vote_places .content .map_sec a.result:hover {
    background: #ed1a3b;
	color: #fff;
}
.whitebox_wrap .vote_places .places {
    text-align: center;
    margin-top: 20px;
}

.whitebox_wrap .vote_places .places a {
    font-size: 20px;
}

.whitebox_wrap .vote_places .total_sit {
    text-align: center;
}

.whitebox_wrap .vote_places .total_sit h4 {
    font-size: 24px;
    margin-top: 15px;
    color: #ed1a3b;
}


.whitebox_wrap .vote_places.westbengal .places a {
    background: #ed1a3b;
    padding: 5px 10px;
    display: inline-block;
    margin: 4px 3px;
    color: #fff;
}

.whitebox_wrap .news_element_sec > .row {
    flex-direction: row-reverse;
}
/*** // Content css ***/



.footer .whitebox_wrap {
    margin-top: 0;
    box-shadow: 0 5px 12px rgba(0,0,0,0.2);
    background: #626262;
}
.footer .link_list li a {
    display: block;
    color: #fff;
    padding: 6px 0px;
    font-family: arial;
    font-size: 14px;
    border-left: 2px solid transparent;
    line-height: 24px;
}

.footer .link_list li {
    width: 20%;
    float: left;
    margin-left: 29px;
}

.footer .link_list li a:hover {
    color: #a8a6a6;
    border-left: 2px solid #ed1a3b;
    padding-left: 7px;
}
.footer .download_app, .footer .follow {
    text-align: right;
}

.footer .download_app li, .footer .follow p {
    font-size: 14px;
    font-family: arial;
    color: #fff;
}

.footer .download_app li a {
    display: block;
    margin-top: 7px;
}

.footer .follow {
    margin-top: 30px;
}

.footer .follow li {
    display: inline-block;
    margin: 0 1px;
}
.copyright.site_wrapper {
    margin-top: 0;
    box-shadow: 0 5px 12px rgba(0,0,0,0.2);
    padding: 10px;
}

.copyright p {
    font-size: 11px;
    font-family: arial;
    text-align: center;
}




/****** Result Page *****/
.rpg_hero_news {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    width: 97%;
    padding: 0.6rem;
}
.rpg_hero_news .caption {
    position: relative;
}

.rpg_hero_news .caption .title {
    position: absolute;
    padding: 15px;
    bottom: 0;
    width: 100%;
    background: rgb(2,0,36);
	background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,1) 100%);
}

.rpg_hero_news .caption .title h1 {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    border-top: 1px solid #fff;
    padding-top: 7px;
}
.result_pg_wrap {
    background: #fff;
    padding: 1.2rem;
    max-width: 1040px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.2);
    margin-top: 10px;
}
.result_pg_wrap .result_pg_news > .row {
    flex-direction: row-reverse;
}
.resultpg_bknews_graybg_box {
    background: #e4e4e4;
    padding: 10px;
    display: none;
}
.result_pg_news .resultpg_bknews_graybg_box {
    display: block;	max-height: 1300px;	overflow-x: hidden;
}

.resultpg_bknews_graybg_box h3 {
    font-size: 35px;
    font-weight: 600;
    color: #ed1a3b;
    margin-top: 10px;	text-align: center;
}

.resultpg_bknews_graybg_box h3 .blink {
    width: 20px;
    height: 20px;
    background: #ed1a3b;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 12px;
}
.resultpg_bknews_graybg_box h3 .blink:before {
    width: 25px;
    height: 25px;
    background: #ed1a3b;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: -3px;
    animation: blow 1.2s ease infinite;
    -webkit-animation: blow 1.2s ease infinite;
    -moz-animation: blow 1.2s ease infinite;
}
@keyframes blow{
				from,0%{
					transform: scale(1);
					opacity: 1;
				}
				to{
					transform: scale(2);
					opacity: 0;
				}
			}
			@-webkit-keyframes blow{
				from,0%{
					transform: scale(1);
					opacity: 1;
				}
				to{
					transform: scale(2);
					opacity: 0;
				}
			}
			@-moz-keyframes blow{
				from,0%{
					transform: scale(1);
					opacity: 1;
				}
				to{
					transform: scale(2);
					opacity: 0;
				}
			}
			

.resultpg_bknews_graybg_box .listof_news li a.news {
    display: block;
}

.resultpg_bknews_graybg_box .listof_news li a h4.sm_txt {
    overflow: hidden;
}
.resultpg_bknews_graybg_box a.more_news {
    background: #ed1a3b;
    display: block;
    width: 160px;
    margin: 20px auto;
    font-size: 23px;
    color: #fff;
    padding: 4px;
    text-align: center;
}
.resultpg_bknews_graybg_box .listof_news li h4.sm_txt {
    position: relative;
    border-bottom: 1px solid #555;
    border-top: 1px solid #ffffff;
    margin: 0;
    padding: 5px 0px 5px 35px;
}

.resultpg_bknews_graybg_box .listof_news li h4.sm_txt:before {
	position: absolute;
	content: "";
	left: 5px;
	top: 16px;
	background-image: url('../images/vr_bullet.png');
	width: 16px;
	height: 20px;
	background-size: 9px;
	background-repeat: no-repeat;
}

.resultpg_bknews_graybg_box .listof_news i {
    background: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 12px;
    border-radius: 30px;
    line-height: 24px;
    text-align: center;
    color: #ff0000;
    margin-left: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.resultpg_bknews_graybg_box .listof_news li h4.sm_txt a {
    font-size: 19px;
}

.result_pg_news .right_panel  h1.head_txt {
    font-size: 48px;
    font-weight: 600;
    margin: 4px 0;
    color: #ed1a3b;
}
.result_focus_sec {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.result_focus_sec .ata_glance_result {
    width: 220px;
    text-align: center;
}

.result_focus_sec .ata_glance_result h5 {
    font-size: 27px;
    font-weight: 700;
    color: #ed1a3b;
}

.result_pg_wrap .bjp_bg_color {
    background-color: #f5821f !important;
}

.result_pg_wrap .tmc_bg_color {
    background-color: #16a126 !important;
}
.result_pg_wrap .ysr_bg_color {
    background-color: #83ae98 !important;
}
.result_pg_wrap .tdp_bg_color {
    background-color: #efa900 !important;
}
.result_pg_wrap .npp_bg_color {
    background-color: #5cb945 !important;
}
.result_pg_wrap .skm_bg_color {
    background-color: #0b9218 !important;
}
.result_pg_wrap .bjd_bg_color {
    background-color: #00b823 !important;
}
.result_pg_wrap .sdf_bg_color {
    background-color: #0b66e1 !important;
}

.result_pg_wrap .cng_bg_color {
    background-color: #1f7af5 !important;
}

.result_pg_wrap .cpim_bg_color {
    background-color: #ff0000 !important;
}

.result_pg_wrap .other_bg_color {
    background-color: #42415b !important;
}

.result_focus_sec .ata_glance_result .party_list p {
    font-size: 20px;
    font-weight: 600;
}

.result_focus_sec .ata_glance_result .party_list li {
    margin-top: 15px;
}

.result_pg_wrap .seat_cap {
    color: #fff;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: 170px;
    margin: auto;
}
.result_pg_wrap .seat_cap .icon {
    padding: 5px;
    margin-right: 7px;
}
.result_pg_wrap .seat_cap h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}
.result_focus_sec .top_desh_bangle_tab_area {
    width: 70%;
}
.result_pg_wrap .top_desh_bangle_tab_area .category_tab ul.nav.nav-tabs {
    align-items: center;
    justify-content: center;
    border: none;
}

.result_pg_wrap .top_desh_bangle_tab_area .category_tab ul.nav.nav-tabs a {
    border-bottom: 4px solid #ddd;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 10px;
}

.result_pg_wrap .top_desh_bangle_tab_area .category_tab ul.nav.nav-tabs a.active {
    color: #ed1a3b;
    border-color: #ed1a3b;
}
.result_focus_sec .top_desh_bangle_tab_area div#content {
    border-left: 1px solid #555;
    border-right: 1px solid #555;
    margin-top: 15px;
    padding: 0 10px;
}
.rpg_counting_slide_area {
    margin: 20px 0;
}

.rpg_counting_slide_area .running_result_sec {
    background: #f0ebeb;
    border-radius: 6px;
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
    position: relative;
}
.running_result_sec .owl-nav.disabled{
	display: block !important;
}
.running_result_sec .owl-nav.disabled button.owl-prev {
    position: absolute;
    left: 4px;
    font-size: 65px;
    font-weight: 300;
    color: #757575;
    top: 40%;
    transform: translateY(-50%);
}
.running_result_sec .owl-nav.disabled button.owl-next {
    position: absolute;
    right: 4px;
    font-size: 65px;
    font-weight: 300;
    color: #757575;
    top: 40%;
    transform: translateY(-50%);
}

.rpg_counting_slide_area .running_result_sec ul {
    display: flex;
    flex-wrap: wrap;
}

.rpg_counting_slide_area .running_result_sec ul li {
    padding: 0 8px;
}

.rpg_counting_slide_area .running_result_sec h3 {
    font-weight: 700;
    color: #ed1a3b;
}

.rpg_counting_slide_area .running_result_sec ul li .forward {
    background: #009520;
    display: inline-block;
    padding: 1px 13px;
    line-height: 27px;
    color: #fff;
    border-radius: 7px;
    font-size: 19px;
}
.rpg_counting_slide_area .running_result_sec ul li .backward {
    background: #ed1a3b;
    display: inline-block;
    padding: 1px 13px;
    line-height: 27px;
    color: #fff;
    border-radius: 7px;
    font-size: 19px;
}

.rpg_counting_slide_area .running_result_sec ul li .candidate_th {
    position: relative;
    width: 110px;
    margin: 6px auto;
}

.rpg_counting_slide_area .running_result_sec ul li .candidate_th .img {
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 70px;
    overflow: hidden;
    border: 3px solid #b4b3b3;
}

.rpg_counting_slide_area .running_result_sec ul li .candidate_th span.sticker {
    position: absolute;
    left: -7px;
    bottom: 0;
}

.rpg_counting_slide_area .running_result_sec ul li h4 {
    background: #3d4153;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    border-radius: 7px;
    display: inline-block;
    padding: 0 7px;
    margin: 4px 0;
}

.rpg_counting_slide_area .running_result_sec ul li h6 {
    font-size: 18px;
    font-weight: 600;
}.rpg_counting_slide_area .running_result_sec ul li span {    color: #4e4e4e;    display: block;    font-size: 16px;    margin-top: 3px;}
.result_pg_news {
    margin-top: 30px;
}
.result_pg_wrap .result_pg_news .right_panel .col-md-6 {
    margin-top: 15px;
}

.state_bs_result_sec h2.heading {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
    color: #ed1a3b;
    font-weight: 700;
}

.state_bs_result_sec {
    margin: 30px 0;
}

.state_bs_result_sec .state {
    background: #000;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    height: 40px;
    overflow: hidden;
}

.state_bs_result_sec .state .name {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-left: 8px;
}


.state_bs_result_sec .state .sit {
    font-size: 24px;
    font-weight: 500;
    background: #ff0000;
    padding: 5px 12px 5px 8px;
}

.state_bs_result_sec .pw_list li {
    margin-top: 15px;
}

.state_bs_result_sec .pw_list li .pipe {
    background: #e5e5e5;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px 0px 0px 25px;
}
.state_bs_result_sec .pw_list li .pipe .pn {
    display: flex;
    align-items: center;
}
.state_bs_result_sec .pw_list li .pipe span {
    font-weight: 600;
    font-size: 17px;
    margin-left: 5px;
}

.state_bs_result_sec .pw_list li .pipe .nv {
    font-size: 27px;
    font-weight: 500;
    background: #42415b;
    width: 65px;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    border-radius: 10px 0 0 10px;
}


/*** New result page changes ***/


	/******** Start Top sticky header in mobile view *** HIDE IN MAIN SITE ****/
	.resultpg_sticky_header {
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
		display: block;
		padding: 4px 0 7px;
		position: absolute;
		top: 0;
		z-index: 0;
		transform: translateY(-112%);
		opacity: 0;
		transition: all 0.3s;
		left: 0;
		right: 0;
		display: none;
	}
	.resultpg_sticky_header .container {
		display: grid;
		justify-content: space-between;
		grid-template-columns: 1fr 1.8fr 1fr;
	}

	.resultpg_sticky_header span {
		font-size: 10px;
		font-family: arial;
		display: block;
		margin-bottom: 3px;
		text-align: center;
	}

	.resultpg_sticky_header .lsepresents a {
		display: block;
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		padding: 3px;
		border-radius: 3px;
		overflow: hidden;
	}

	.resultpg_sticky_header .resultpg_logo {
		padding: 0 8px;
		justify-content: center;
		align-items: center;
		display: flex;
	}

	.resultpg_sticky_header ul {
		display: flex;
		flex-wrap: nowrap;
	}

	.resultpg_sticky_header .sponsored_list li:first-child {
		margin-right: 10px;
	}

	.resultpg_sticky_header .lsepresents {
		max-width: 140px;
		width: 73%;
	}

	.resultpg_sticky_header .sponsored_list li a {
		box-shadow: 0 0 3px rgba(0,0,0,0.3);
		padding: 3px;
		display: block;
		background: #fff;
	}
	/******** Start Top sticky header in mobile view *** HIDE IN MAIN SITE ****/
	
	

.top_adbox {
    background: #e2e2e2;
    min-height: 275px;
}
.top_adbox .adbox {
    max-width: 1040px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
}
.adbox span {
    font-size: 11px;
    color: #979797;
    display: block;
    text-align: center;
    font-family: arial;
}
.adbox .mview_ad_th{
	display: none;
}
#side_ad_wrapper.sticky_side_ad.result_page {
    top: 0;
}
.result_pg_tab_content .vr_party_list ul {
    display: flex;
    overflow: hidden;
    margin: 15px 0;
    justify-content: space-around;
}
.result_pg_tab_content .hr_party_list ul li {
    display: block;
    overflow: hidden;
    margin: 5px 0;
}
.top_desh_bangle_tab_area .banglar_news .result_pg_tab_content {
    display: grid;
    grid-template-columns: 1fr 3fr;
}
.result_pg_tab_content .vr_party_list ul span.sqbox, .result_pg_tab_content .hr_party_list ul span.sqbox {
    width: 15px;
    height: 15px;
    display: inline-block;
}
.result_pg_header {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 97%;
    background: #f5f3ea;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 20px;
    margin-top: 10px;
}

.result_pg_header .main_site {
    text-align: right;
    font-size: 13px;
}

.result_pg_header .main_site a {
    width: 100px;
    display: inline-block;
    margin-left: 10px;
}

.result_pg_header .head_grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 7px;
}

.result_pg_header .head_grid .lsepartners {
    width: 140px;
    font-size: 13px;
    text-align: center;
}

.result_pg_header .head_grid .lsepartners .partners_slide_box {
    background: #fff;
    padding: 7px;
    border-radius: 5px;
    margin-top: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.result_pg_header .head_grid .lsepresents {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.result_pg_header .head_grid .lsepresents a {
    display: block;
    background: #fff;
    padding: 6px;
    margin-right: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 184px;
}
.result_pg_news .right_panel a .picture {
    position: relative;
}

.result_pg_news .right_panel a .picture .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
}
/*** New result page changes ***/


/****------- MEDIA SCREEN SCC -----****/
	/* 992px */
	@media (max-width: 992px){
		section.btm_mobile_menu_bar .mview_wrapper > div a.mb_link img {
			width: 25px;
			margin-bottom: 2px;
		}
		section.btm_mobile_menu_bar .mview_wrapper > div a.mb_link span.fnt_bold {
			display: block;
			font-size: 16px;
			margin-top: 3px;
			line-height: 17px;
		}
		
		/**** Result page mobile view sticky header ***/
		.resultpg_sticky_header {
			display: block;
		}
		.resultpg_sticky_header.fixed-top {
			transform: translateY(0%);
			opacity: 1;
			z-index: 9;
			position: fixed;
		}
		/**** // Result page mobile view sticky header ***/
		
		
		.rpg_hero_news {
			width: 99%;
		}
		.rpg_hero_news .caption .title h1 {
			font-size: 30px;
		}
		.result_focus_sec {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
		.result_focus_sec .ata_glance_result {
			width: 100%;
			text-align: center;
		}
		.result_focus_sec .ata_glance_result h5 {
			font-size: 25px;
		}
		.result_focus_sec .ata_glance_result .party_list li {
			margin: 10px 2px;
			display: inline-block;
		}
		.result_focus_sec .ata_glance_result .party_list p {
			font-size: 16px;
			margin: 0;
			line-height: 21px;
		}
		.result_pg_wrap .seat_cap {
			height: 40px;
			display: flex;
			align-items: center;
			width: 120px;
			margin: auto;
		}
		.result_pg_wrap .seat_cap .icon {
			padding: 0;
			margin-right: 4px;
		}
		.result_pg_wrap .seat_cap h2 {
			font-size: 25px;
			font-weight: 500;
			margin: 0;
		}
		.result_focus_sec .top_desh_bangle_tab_area {
			width: 100%;
			order: 2;
		}
		.result_focus_sec .top_desh_bangle_tab_area div#content {
			border-left: none;
			border-right: none;
			margin-top: 15px;
			padding: 0 10px;
		}
		.result_focus_sec .ata_glance_result.west_bengal {
			border-top: 1px solid #555;
			border-bottom: 1px solid #555;
			margin: 15px 0;
			padding: 15px 0;
		}
		.result_pg_news .col-md-8, .result_pg_news .col-md-4 {
			width: 100%;
		}
		.result_pg_news .lg_block h2.xl_txt {
			font-size: 30px;
			line-height: 40px;
		}
		.resultpg_bknews_graybg_box {
			margin-top: 20px;
			display: block;
		}
		.result_pg_news .resultpg_bknews_graybg_box {
			display: none;
		}
		.state_bs_result_sec .col-md-3 {
			width: 95%;
			margin: 10px auto;
		}
		.state_bs_result_sec .pw_list li {
			margin-top: 10px;
		}
		
		
		/*** New result page changes ***/
		.top_adbox{
			display: none;
		}
		.adbox .ad_th {
			display: none;
		}
		.adbox .mview_ad_th {
			display: block;
			text-align: center;
		}
		.result_pg_header {
			padding: 15px;
			width: 100%;
			margin-top: 0;
			margin-bottom: 0;
		}
		.result_pg_header .main_site {
			text-align: center;
		}
		.result_pg_header .head_grid {
			flex-wrap: wrap;
			margin-top: 7px;
			flex-direction: column;
		}
		.result_pg_header .head_grid .lsepresents {
			display: block;
			text-align: center;
			margin-top: 10px;
		}
		.result_pg_header .head_grid .lsepresents a {
			margin-right: auto;
			margin-left: auto;
			margin-bottom: 7px;
			max-width: 160px;
		}
		.result_pg_header .head_grid a.resultpg_logo {
			max-width: 310px;
		}
		.result_pg_tab_content .vr_party_list ul {
			justify-content: center;
			flex-wrap: wrap;
		}
		.result_pg_tab_content .vr_party_list ul li {
			margin: 0 7px;
		}
		.result_pg_wrap .result_pg_news .left_panel .listof_news li h4.sm_txt:before {
			top: 13px;
			transform: scale(1.2);
			bottom: 0;
			align-items: center;
			display: flex;
		}		
		.state_bs_result_sec .pw_list li .pipe .pn img.img-fluid {	
			width: 48px;		
		}		
		.state_bs_result_sec .state .sit {	
			padding: 5px 10px 5px 5px;	
		}
		/*** // New result page changes ***/
	}
	
	
	/* 786px */
	@media (max-width: 786px){
		.rpg_hero_news {
			width: 100%;
			padding: 0.4rem;
		}
		.rpg_hero_news .caption .title {
			position: relative;
			padding: 10px;
			background: #000;
			display: flex;
			align-items: center;
		}
		.rpg_hero_news .caption .title h1 {
			font-size: 20px;
			line-height: 30px;
			border: none;
		}
		.result_focus_sec .ata_glance_result h5 {
			font-size: 22px;
		}
		.result_pg_wrap .seat_cap {
			width: 100px;
			height: 30px;
		}
		.result_pg_wrap .seat_cap .icon {
			width: 30px;
		}
		.result_pg_wrap .seat_cap h2 {
			font-size: 22px;
		}
		.result_focus_sec .ata_glance_result .party_list li {
			margin: 5px 2px;
		}
		.result_pg_wrap .top_desh_bangle_tab_area .category_tab ul.nav.nav-tabs a {
			font-size: 22px;
		}
		.rpg_counting_slide_area .running_result_sec {
			margin-top: 20px;
			padding: 10px 0;
		}
		.rpg_counting_slide_area .running_result_sec h3 {
			font-size: 22px;
			line-height: 31px;
		}
		.result_pg_news .lg_block h2.xl_txt {
			font-size: 24px;
			line-height: 33px;
			margin-bottom: 0;
		}
		.result_pg_news .right_panel  h1.head_txt {
			font-size: 30px;
		}
		.result_pg_news .right_panel .col-md-6 .news .picture {
			max-width: 120px;
			float: left;
			margin-right: 10px;
		}
		.result_pg_news .right_panel .col-md-6 .news h4.sm_txt {
			margin-top: 2px;			overflow: hidden;
		}
		.resultpg_bknews_graybg_box h3 {
			font-size: 27px;
			margin: 5px 0;
			text-align: center;
		}
		.resultpg_bknews_graybg_box .listof_news li h4.sm_txt a {
			font-size: 16px;
		}
		.result_pg_wrap .result_pg_news .left_panel a.more_news {
			width: 130px;
			margin: 15px auto;
			font-size: 18px;
		}
		.state_bs_result_sec h2.heading {
			font-size: 28px;
			line-height: 37px;
		}
		.state_bs_result_sec .state {
			flex-wrap: wrap;
			height: auto;
		}
	}
	
	
	/* 574px */
	@media (max-width: 574px){
		.resultpg_sticky_header .lsepresents {
			width: 88%;
		}
	}

/****** // Result Page *****/
.result_pg_news .right_panel a .picture {
    position: relative;
}

.result_pg_news .right_panel a .picture .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
}






