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;
}
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: #d70808;
}
.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: #d70808;
    display: block;
    margin: 20px auto;
    font-size: 19px;
    width: 115px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #d70808;
    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: #d70808;
    background: #fff;
}
p {
    font-size: 17px;
    line-height: 28px;
    margin-top: 5px;
}
.clearfix{
	clear: both;
}
.sec_heading {
    font-size: 41px;
    display: block;
    color: #d70808;
    text-align: center;
    font-weight: 600;
    margin: 35px 0;
    line-height: 37px;
}
h2, .xl_txt {
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    line-height: 59px;
    font-size: 43px;
}
h3, .md_txt {
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
    line-height: 40px;
}
h4, .sm_txt {
    font-size: 20px;
    display: block;
    line-height: 30px;
}
.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;
}
/* // Global CSS */



/* Dropdown Popup Effect */
ul.dropdown-menu {
  border-top: medium none;
  border-left: medium none;
  border-right: medium none;
  border-bottom: 3px solid #d70808;
  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 #cccbcb;
        padding: 8px 12px;
    }
.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: #d70808 !important;
        padding: 8px 12px;
    }
/* 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:hover {
    background: #dedede;
}
.header .main_head {
    background: #d70808;
    z-index: 9;
    padding: 0;
    position: relative;
}
.header.fixed-top .main_head {
    border-bottom: 1px solid #012e6f;
}
.navbar_wrapper nav.navbar.navbar-expand-lg {
    width: 100%;
}
.header {
    background: #d70808;
    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 15px 0px 15px;
}
.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: 390px;
    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 li.nav-item.dropdown::after {
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    transition: .3s;
    position: absolute;
    top: 22px;
    right: 0px;
}
.header .main_head li.nav-item.dropdown {
    margin-left: 5px;
}
.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: #f0eeee;
    color: #d70808;
}
.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;
	width: 85%;
}

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

.ad_970 {
    text-align:center;
}
/* // 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: 25%;
}

.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 a {
    font-size: 16px;
}
.more_overlay_menu_wrapper .more_menu_list_area ul.more_menu_list li:before {
    width: 7px;
    height: 7px;
    background: #d70808;
    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: 15px;
    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: 59px;
}
.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: -21px;
}
#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;
}
 .ad_970 a,  .ad_300 a  {
    display: block;
    text-align: center;
}
.ad_300 img.img-fluid {
    width: 100%;
}
.breaking_news {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 94%;
    margin: auto;
    overflow: hidden;
    height: 35px;
}

 .breaking_news .bn_label {
    background: #d70808;
    text-transform: uppercase;
    margin-left: -16px;
    padding: 9px 13px 0 13px;
    float: left;
    height: 35px;
}

 .breaking_news .bn_label h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    font-family: poppins;
    line-height: 17px;
}
.breaking_news .bn_news ul li {
    padding-right: 18px;
    margin-right: 17px;
    position: relative;
    float: left;
}
.breaking_news .bn_news ul li a {
    font-size: 18px;
}
.breaking_news .bn_news ul li:before {
    width: 13px;
    height: 13px;
    content: "";
    position: absolute;
    right: -4px;
    background: #d70808;
    border-radius: 12px;
    top: 11px;
}
.breaking_news .bn_news ul li:last-child:after {
    display: none;
}
.breaking_news #demo2{
		overflow:hidden;
	}
.breaking_news #demo2 ul li {
    float: left;
    line-height: 35px;
    height: 35px;
}
.sm_th, .xl_th {
    position: relative;
}

.sm_th .icon, .xl_th .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.media .media_th {
    position: relative;
}

.media .media_th .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.top_block {
    padding: 0 1rem;
    max-width: 1040px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}
.site_wrapper {
    background: #fff;
    margin-top: 1.5rem;
    padding: 1.6rem;
	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);
}

.site_wrapper .vr_news li:first-child {
    margin-top: 0 !important;
}

.site_wrapper .vr_news li .media img.img-fluid {
    max-width: 165px;
}
.tatka_update_sec .media img.img-fluid, .shono_sec .media img.img-fluid, .robbar_sec .media img.img-fluid {
    max-width: 400px;
}
.eight_grid_th .col-md-3:nth-child(5), .eight_grid_th .col-md-3:nth-child(6), .eight_grid_th .col-md-3:nth-child(7), .eight_grid_th .col-md-3:nth-child(8) {
    margin-top: 1rem;
}
.shono_sec a.rashifol{
    display: block;
    text-align: center;
}
.shono_sec a.rashifol img.img-fluid {
    width: 100%;
}
.shono_sec .poll {
    background: #0c4da1;
    text-align: center;
    color: #fff;
    padding: 2rem;
    height: 100%;
}

.shono_sec .poll h2.xl_txt {
    font-size: 70px;
}

.shono_sec .poll h5 {
    font-size: 33px;
    margin: 20px 0;
}

.shono_sec .poll .selection li {
    display: inline-block;
    margin: 0 15px;
}
.shono_sec .poll .selection li .form-check {
    display: flex;
}
.shono_sec .poll .selection li label.form-check-label {
    font-size: 25px;
}
.shono_sec .poll .selection li .form-check-input {
    font-size: 22px;
    margin-right: 7px;
}
.shono_sec .poll .selection li .form-check-input:checked {
    background-color: #d70808;
    border-color: #d70808;
}
.shono_sec .poll .captcha li {
    display: inline-block;
}

.shono_sec .poll .captcha li .sum {
    font-size: 22px;
}

.shono_sec .poll .captcha li input#sum {
    border: none;
    padding: 7px 5px;
}

.shono_sec .poll .captcha li input[type="submit"] {
    background: #d70808;
    color: #fff;
    border: none;
    padding: 3px 5px;
    font-size: 24px;
    font-weight: 600;
}
.mahanagar_sec h4.sm_txt.mt-3, .rajjyo_sec h4.sm_txt.mt-3 {
    margin-bottom: 0;
}
.photogalary_sec .site_wrapper, .videogalary_sec .site_wrapper {
    background: #c4c1c1;
    margin-top: 0;
    box-shadow: 0 5px 12px rgba(0,0,0,0.2);
    padding-top: 0;
    overflow: hidden;
}
.photogalary_sec .sec_heading, .videogalary_sec .sec_heading {
    color: #fff;
}
.photogalary_sec a h4.sm_txt, .photogalary_sec a h3, .photogalary_sec a .md_txt, .videogalary_sec a h4.sm_txt, .videogalary_sec a h3, .videogalary_sec a .md_txt {
    color: #fff;
}
.photogalary_sec a .sm_th, .photogalary_sec a .media, .photogalary_sec a .xl_th, .videogalary_sec a .sm_th, .videogalary_sec a .media, .videogalary_sec a .xl_th {
    position: relative;
}

.photogalary_sec a .sm_th .icon, .photogalary_sec a .media .icon, .photogalary_sec a .xl_th .icon, .videogalary_sec a .sm_th .icon, .videogalary_sec a .media .icon, .videogalary_sec a .xl_th .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.photogalary_sec a.more_news_btn, .videogalary_sec a.more_news_btn {
    box-shadow: 0px 0px 0px 4px rgb(98,98,98,1);
}
.videogalary_sec .xl_th iframe {
    max-width: 100%;
}
.bidesh_sec .site_wrapper {
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
}
.site_wrapper.btm_wrapper {
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
}
.footer .site_wrapper {
    margin-top: 0;
    box-shadow: 0 5px 12px rgba(0,0,0,0.2);
    background: #f3f1f1;
}
.footer .link_list li a {
    display: block;
    color: #000;
    padding: 6px 0px;
    font-family: arial;
    font-size: 16px;
    line-height: 24px;
    border-top: 1px solid #f3f1f1;
    border-bottom: 1px solid #f3f1f1;
}

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

    .footer .link_list li a:hover {
        color: #d70808;
        border-top: 1px solid #d70808;
        border-bottom: 1px solid #d70808;
      
    }
.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;
}
.tatka_update_sec .eight_grid_th .col-md-3:last-child .sm_th {
    position: relative;
}

.tatka_update_sec .eight_grid_th .col-md-3:last-child .sm_th .rating {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    padding-left: 5px;
    padding-right: 3px;
}
.tatka_update_sec .eight_grid_th .col-md-3:last-child .sm_th .rating p.star {
    margin: 0;
}
.tatka_update_sec .eight_grid_th .col-md-3:last-child .sm_th .rating i {
    font-size: 14px;
    color: #d70808;
}
.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;
}



/***** Start Inner Page ******/
.page_inner_wrapper {
    background: #fff;
	margin-top: 1.5rem;
    padding: 1rem 1.6rem 1.6rem 1.6rem;
    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);
}

.breadcrum_wrap {
    clear: both;
}
.breadcrumbs li {
    float: left;
    font-size: 15px;
    display: block;
    padding: 0 6px;
}
.breadcrumbs li a {
    font-size: 15px;
    color: #aaaaaa;
    position: relative;
    display: block;
}

.breadcrumbs li a:after {
    content: "/";
    margin-left: 3px;
}
.news_view_page_wrap .breadcrum_wrap .breadcrumbs {
    margin-left: -25px;
}
.innerpg_top_grid_sec .col-md-6 li.mt-4:first-child {
    margin-top: 0 !important;
}

.innerpg_top_grid_sec .col-md-6 li .media img.img-fluid {
    max-width: 165px;
}

.page_inner_wrapper .ad_sec {
    margin-top: 1.5rem;
}
.innerpg_news_listing_wrap_side_ad .inner_th_listing li {
    margin-top: 15px;
}

.innerpg_news_listing_wrap_side_ad .inner_th_listing li a img.img-fluid {
    max-width: 165px;
}

.innerpg_news_listing_wrap_side_ad .inner_th_listing li:first-child {
    margin-top: 0;
}
.innerpg_lg_btn_sec {
    text-align: center;
    margin-top: 30px;
}

.innerpg_lg_btn_sec a.innerpg_btn {
    display: inline-block;
    background: #d70808;
    font-size: 38px;
    color: #fff;
    padding: 5px 30px;
    line-height: 40px;
    border-radius: 5px;
}
.innerpg_lg_btn_sec a.innerpg_btn:hover {
    border-radius: 7px;
    background: #626262;
}
.more_news_list li {
    margin-top: 25px;
    overflow: hidden;
}

.more_news_list li .more_news {
    max-width: 200px;
    float: left;
    margin-right: 15px;
}

.more_news_list li a {
    display: block;
}

.more_news_list li a img.img-responsive {
    max-width: 100%;
}

.more_news_list li .news_description_box p a {
    display: block;
    overflow: hidden;
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
}

.more_news_list li .news_description_box p.publish_date2 {
    font-size: 14px;
    color: #757575;
}
/***** End Inner Page ******/



/***** Start News view Page ******/
.news_view_page_wrap {
    background: #fff;
    margin-top: 1.5rem;
    padding: 1rem 2.9rem 1.7rem 2.9rem;
    max-width: 1030px;
    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);
}
#side_ad_wrapper.news_viewpg_ad {
    max-width: 1350px;
}
.news_view_page_wrap .top_article_sec {
    overflow: hidden;
    clear: both;
    text-align: center;
}

.news_view_page_wrap .top_article_sec .topic_title {
    font-size: 40px;
    color: #1754ae;
    font-family: Times New Roman;
    font-weight: 600;
    margin-top: 10px;
}
.news_view_page_wrap .top_article_sec h1.news_title {
    font-size: 52px;
    line-height: 67px;
    margin: 10px 0;
}
.news_view_page_wrap p strong {
    font-weight: 700;
    font-size: 20px;
}
.news_view_page_wrap .top_article_sec h2.news_sht_desc {
    font-size: 22px;
    font-weight: normal;
    line-height: 34px;
}

.news_view_page_wrap .article_th_sec .img_box {
    text-align: center;
    display: block;
}

.news_view_page_wrap .article_th_sec p {
    margin-top: 15px;
}
.news_view_page_wrap .editor_share_sec {
    margin-bottom: 15px;
    border-bottom: 1px solid #9b9b9b;
    display: flex;
    margin-top: 30px;
}
.news_view_page_wrap .editor_share_sec .posted li {
    display: inline-block;
    margin-right: 10px;
    border-right: 3px solid #a1a1a1;
    padding-right: 10px;
    line-height: 18px;
    margin-top: 10px;
    color: #828282;
}

.news_view_page_wrap .editor_share_sec .posted li:last-child {
    border: none;
    padding-right: 0;
}

.news_view_page_wrap .editor_share_sec h5.publish {
    color: #828282;
}

.news_view_page_wrap .editor_share_sec h5.publish span.fnt_bold {
    color: #000;
}

.news_view_page_wrap .editor_share_sec .editor_element {
    width: 75%;
}

.news_view_page_wrap .article_share_sec li {
    float: left;
    padding: 0 3px;
}

.news_view_page_wrap .article_share_sec {
    overflow: hidden;
    width: 25%;
}

.news_view_page_wrap .article_share_sec ul {
    float: right;
    margin-top: 15px;
}

.news_view_page_wrap .full_article_content_side_ad_sec p {
    line-height: 36px;
    font-size: 20px;
    margin-top: 20px;
}
.news_view_page_wrap .full_article_content_side_ad_sec h4 {
    font-weight: 600;
    color: #d70808;
    background: #f3f3f3;
    padding: 12px 12px;
    border-bottom: 1px solid #949494;
    margin: 15px 0;
}
.news_view_page_wrap .full_article_content_side_ad_sec h4 a {
    font-size: 19px;
    position: relative;
    color: #124085;
}
.news_view_page_wrap .full_article_content_side_ad_sec h4 a:before {
    content: ">>";
    position: absolute;
    bottom: -2px;
    right: -37px;
    color: #d70808;
}

.news_view_page_wrap .full_article_content_side_ad_sec .ad {
    display: block;
    text-align: center;
    margin: 13px 0;
}

.news_view_page_wrap .full_article_content_side_ad_sec .ext_news_th {
    background: #f0eeee;
    padding: 15px;
    margin: 7px 0;
    overflow: hidden;
}

.news_view_page_wrap .full_article_content_side_ad_sec .ext_news_th .th_link .sm_th {
    float: left;
    max-width: 150px;
    margin-right: 15px;
}

.news_view_page_wrap .full_article_content_side_ad_sec .ext_news_th li:last-child {
    overflow: hidden;
    margin-top: 12px;
}

.news_view_page_wrap .full_article_content_side_ad_sec .ext_news_th li a.th_link {
    display: flex;
    overflow: hidden;
    align-items: center;
}

.news_view_page_wrap .full_article_content_side_ad_sec .ext_news_th li a.th_link h4.sm_txt.fnt_bold {
    font-size: 22px;
    color: #1a70d3;
    line-height: 25px;
}
.news_view_page_wrap .full_article_content_side_ad_sec .side_news_listing li {
    margin-top: 20px;
    overflow: hidden;
}

.news_view_page_wrap .full_article_content_side_ad_sec .side_news_listing li a h4.sm_txt.fnt_bold {
    margin: 10px 0 0 0;
    color: inherit;
    background: none;
    padding: 0;
    border: none;
}

.news_view_page_wrap .full_article_content_side_ad_sec .col-md-4 .ad_300_250 {
    margin-top: 25px;
}
.news_view_page_wrap .full_article_content_side_ad_sec .app_download_sec {
    width: 90%;
    margin: 20px auto;
    text-align: center;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    padding-top: 7px;
}

.news_view_page_wrap .full_article_content_side_ad_sec .app_download_sec a.dwntxt {
    font-size: 22px;
    display: block;
    font-family: times new roman;
    color: #d70808;
}

.news_view_page_wrap .full_article_content_side_ad_sec .app_download_sec .follow_sec {
    background: #f0eeee;
    padding: 10px;
    margin-top: 5px;
}

.news_view_page_wrap .full_article_content_side_ad_sec .app_download_sec .follow_sec li {
    display: inline-block;
    margin: 8px 5px 0px 5px;
}

.news_view_page_wrap .full_article_content_side_ad_sec .highlight_sec {
    background: #d70808;
    padding: 0rem 2.5rem 1.2rem 3rem;
    margin: 45px 0 30px;
}

.news_view_page_wrap .full_article_content_side_ad_sec .highlight_sec h2.fnt_bold {
    background: #fff;
    width: 140px;
    font-size: 29px;
    line-height: 43px;
    text-align: center;
    margin: auto;
    color: #d70808;
}

.news_view_page_wrap .full_article_content_side_ad_sec .highlight_sec li a {
    display: block;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
    position: relative;
}
.news_view_page_wrap .full_article_content_side_ad_sec .highlight_sec li a:before {
    position: absolute;
    left: -22px;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    top: 6px;
}
.news_view_page_wrap .full_article_content_side_ad_sec .hastag_list_sec a.hastag {
    background: #f0eeee;
    margin-top: 15px;
    display: inline-block;
    padding: 6px 18px;
    color: #656464;
    border-radius: 30px;
    font-size: 20px;
    font-family: Times new roman;
}

.news_view_page_wrap .full_article_content_side_ad_sec .hastag_list_sec {
    margin-top: 5px;
    margin-bottom: 20px;
}

.news_view_page_wrap .full_article_content_side_ad_sec .hastag_list_sec a.hastag:hover {
    background: #d70808;
    color: #fff;
}
.news_view_page_wrap iframe {
    width: 100%;
}
.news_view_page_wrap .full_article_content_side_ad_sec figure {
    max-width: 100%;
    margin: 40px 0;
    width: 100% !important;
    text-align: center;
}
.news_view_page_wrap .full_article_content_side_ad_sec figure figcaption {
    text-align: center;
    margin-top: 17px;
    font-weight: 600;
    color: #9b4949;
    font-size: 16px;
}
.news_view_page_wrap .article_th_sec .img_box {
    text-align: center;
    display: block;
    margin-top: 20px;
}
.news_view_page_wrap .full_article_content_side_ad_sec iframe {
    text-align: center;
    margin: 50px auto !important;
}
.news_view_page_wrap .full_article_content_side_ad_sec p img {
    display: block;
    margin: 40px auto;
    max-width: 100%;
}
/***** End News view Page ******/



/***** Start Galary listing Page ******/
.galary_page.top_grid_sec .vr_news li.mt-4:first-child {
    margin-top: 0 !important;
}

.galary_page.top_grid_sec .vr_news li .galary_sm_th {
    max-width: 165px;
    float: left;
    margin-right: 15px;
    position: relative;
}

.galary_page.top_grid_sec .vr_news li {
    overflow: hidden;
}

.galary_page .galary_sm_th .gal_icon {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.galary_page .galary_sm_th {
    position: relative;
}
section.galary_page.listing_wrap {
    overflow: hidden;
}

.galary_page.listing_wrap .inner_th_listing li {
    overflow: hidden;
    margin-top: 15px;
}

.galary_page.listing_wrap .inner_th_listing li .galary_sm_th {
    max-width: 250px;
    float: left;
    margin-right: 15px;
}

.galary_page.listing_wrap .inner_th_listing li h4.sm_txt.fnt_bold.mt-2 {
    font-size: 27px;
    line-height: 38px;
    margin-top: 0 !important;
}
/***** End Galary listing Page ******/


/***** Start Image Galary View Page ******/
.galary_viewpg_wrap {
    padding: 1rem 3.9rem 1.7rem 3.9rem;
}

.galary_viewpg_wrap .gal_element_box {
    margin-top: 35px;
    border-bottom: 1px dashed #757575;
    padding-bottom: 18px;
}

.galary_viewpg_wrap .gal_element_box .gal_part_sec {
    font-size: 26px;
    font-weight: 600;
    display: flex;
    align-items: center;
    background: #e7e7e7;
    width: 130px;
    justify-content: center;
}

.galary_viewpg_wrap .gal_element_box .gal_part_sec span:first-child {
    font-size: 36px;
    border-right: 2px solid #c3c3c3;
    color: #000;
}

.galary_viewpg_wrap .gal_element_box .gal_part_sec span {
    padding: 0px 15px;
    color: #979797;
}

.galary_viewpg_wrap .gal_element_box .gal_th {
    background: #e7e7e7;
    text-align: center;
}

.galary_viewpg_wrap .gal_thbox p {
    font-size: 23px;
    line-height: 35px;
    margin-top: 12px;
}
/***** End Image Galary View Page ******/


/***** Start Video View Page ******/
.video_viewpg_sec .video_th {
    overflow: hidden;
    margin: 30px 0 20px 0;
}

.video_viewpg_sec .video_th iframe {
    width: 100%;
    min-height: 500px;
}

.video_viewpg_sec .video_btm_element {
    display: flex;
    flex-wrap: wrap;
}

.video_viewpg_sec .video_btm_element .video_desc {
    width: 70%;
}

.video_viewpg_sec .video_btm_element .ad_th {
    width: 30%;
}

.video_viewpg_sec .video_btm_element .video_desc p {
    font-size: 22px;
    line-height: 32px;
    margin-right: 20px;
}

.video_viewpg_sec .last_update_video {
    margin-top: 25px;
}

.video_viewpg_sec .last_update_video h3 {
    font-size: 35px;
    font-weight: 600;
    color: #d70808;
    text-align: center;
    line-height: 45px;
}

.video_viewpg_sec .last_update_video .sm_th {
    position: relative;
}

.video_viewpg_sec .last_update_video .sm_th .icon {
    position: absolute;
    bottom: 7px;
    right: 7px;
}
/***** End Video View Page ******/




/***** Start Contact us Page ******/
.contact_page_sec .section_heads a {
    font-size: 25px;
    line-height: normal;
    text-align: center;
    display: block;
    color: #979797 !important;
}
.contact_page_sec .main_branch h4.pratidin {
    font-size: 40px;
    text-align: center;
    margin: 10px 0 30px;
    line-height: normal;
    font-weight: 600;
    color: #124085;
}

.contact_page_sec .main_branch ul.add {
    max-width: 700px;
    margin: 35px auto 0;
    background: #f7f7f7;
    padding: 15px;
    border-left: 5px solid #d70808;
}

.contact_page_sec .main_branch ul.add strong {
    font-weight: 600;
    margin-right: 7px;
}

.contact_page_sec i.fa {
    padding: 0;
    background: none;
    color: #a96969;
    width: auto;
    margin: 0;
    padding-left: 15px;
}

.contact_page_sec .main_branch li {
    margin: 7px 0;
}

.contact_page_sec .more_address_list {
    max-width: 700px;
    margin: 25px auto;
}

.contact_page_sec .more_address_list .add_list > li {
    border-bottom: 1px dashed #c1c1c1;
    padding: 14px 0;
}

.contact_page_sec .more_address_list .subHdr1, .contact_page_sec .feedback_sec .subHdr2 {
    display: block;
    margin-top: 40px;
    font-size: 35px;
    text-transform: capitalize;
    line-height: normal;
}

.contact_page_sec .more_address_list .add_list > li .subHdr2, .contact_page_sec .more_address_list .add_list > li .subHdr3 {
    font-weight: 600;
    margin: 7px 0;
    display: block;
    font-size: 20px;
}

.contact_page_sec .more_address_list .add_list > li p {
    color: #757575;
}

.contact_page_sec .more_address_list .add_list > li a {
    color: #d70808;
}
.contact_page_sec .more_address_list .add_list .sub_add li {
    margin: 8px 0;
}
.contact_page_sec .more_address_list .add_list .sub_add li {
    margin: 8px 0;
}

.contact_page_sec .feedback_sec {
    max-width: 700px;
    margin: auto;
}
.contact_page_sec .feedback_sec .form-group {
    margin: 13px 0;
}

.contact_page_sec .feedback_sec .form-group span.from_icon, .contact_page_sec .feedback_sec .form-group br {
    display: none;
}

.contact_page_sec .feedback_sec .form-group span.wpcf7-form-control-wrap {
    display: block;
}

.contact_page_sec .feedback_sec .form-group span.wpcf7-form-control-wrap input, .contact_page_sec .feedback_sec .form-group span.wpcf7-form-control-wrap textarea {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 100%;
}

.contact_page_sec .feedback_sec .form-group  input.sbtm_btn {
    width: 200px;
    padding: 15px;
    border-radius: 5px;
    background: #d70808;
    border: none;
    color: #fff;
    font-weight: 600;
}
/***** End Contact us Page ******/



/***** Start Advertise Page ******/
.advertise_page_sec {
    text-align: center;
    margin: 40px 0;
}

.advertise_page_sec span.sm {
    text-transform: uppercase;
    color: #8e8e8e;
    font-size: 20px;
}

.advertise_page_sec h2 {
    font-size: 60px;
    text-transform: uppercase;
    margin: 5px 0;
    font-family: poppins;
}

.advertise_page_sec .plan_box {
    border: 1px solid #555;
    height: 100%;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.advertise_page_sec .plan_box:hover {
    box-shadow: 0 0 14px rgba(0,0,0,0.2);
}
.advertise_page_sec .plan_box .head_ele {
    background: #012e6f;
    padding: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
}

.advertise_page_sec .plan_box .part li {
    margin: 25px 16px;
}

.advertise_page_sec .col-md-3 {
    margin-top: 45px;
}

.advertise_page_sec .plan_box .part li span.txt-light {
    text-transform: uppercase;
    font-size: 15px;
    color: #8e8e8e;
}

.advertise_page_sec .plan_box .part li h5 {
    font-size: 19px;
    font-weight: 600;
}

.advertise_page_sec .plan_box .part li h3 {
    color: #a44848;
    font-weight: 600;
    font-size: 35px;
    margin: 0;
}

.advertise_page_sec .plan_box .part li p {
    font-size: 16px;
    line-height: 25px;
    color: #757575;
}
.advertise_page_sec .plan_box .part li span.pd {
    display: block;
    font-size: 13px;
    line-height: 10px;
    font-weight: 600;
}
.advertise_page_sec .plan_box .part li a.buy {
    background: #d70808;
    display: block;
    padding: 11px;
    width: 130px;
    color: #fff;
    font-size: 15px;
    margin: auto;
    border-radius: 35px;
    font-family: poppins;
    border: 1px solid #d70808;
}
.advertise_page_sec .plan_box:hover .part li a.buy {
    background: #fff;
    color: #d70808;
	border-color: #757575;
}
.advertise_page_sec .plan_box .head_ele.hl_box {
    background: #af4646;
}
/***** End Advertise Page ******/



/** Start About us page, Terms & conditions, Privacy policy page **/
.abt_page_sec span.sm{
    font-size: 17px;
    text-transform: uppercase;
    color: #8e8e8e;
    text-align: center;
    display: block;
}

.abt_page_sec, .terms_page_sec, .pv_policy_page_sec {
    margin: 50px auto;
    max-width: 900px;
}

.abt_page_sec h2 {
    text-align: center;
    font-size: 55px;
    line-height: normal;
    margin: 0;
}

.abt_page_sec p, .terms_page_sec p {
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
}
.terms_page_sec h2 {
    text-align: center;
    font-size: 45px;
    line-height: normal;
    margin: 0;
}
.terms_page_sec h3 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 30px;
}

.terms_page_sec .terms li {
    list-style: disc;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
}
.terms_page_sec .terms {
    margin-left: 20px;
}
.terms_page_sec .restrict_ele {
    border-top: 1px dashed #b1b1b1;
    margin-top: 26px;
}
.terms_page_sec span.warning {
    display: block;
    background: #fdefef;
    padding: 10px 15px;
    font-size: 15px;
    color: #a92222;
    border-radius: 5px;
}
.pv_policy_page_sec h2 {
    text-align: center;
    font-size: 45px;
    line-height: normal;
}

.pv_policy_page_sec p {
    margin-top: 20px;
    line-height: 31px;
    font-size: 18px;
}

.pv_policy_page_sec h3 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 0;
}

.pv_policy_page_sec h5 {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 600;
}

.pv_policy_page_sec .info_content {
    border-top: 1px dashed #b3b3b3;
    margin-top: 25px;
}

.pv_policy_page_sec .term_list li {
    margin: 15px 0;
}
.pv_policy_page_sec .term_element ul {
    margin-left: 12px;
}

.pv_policy_page_sec .term_element ul li {
    margin: 10px 0;
}
/** End About us page, Terms & conditions, Privacy policy page **/


/***** Start Bankakatha Page ******/
.bankakath_page_top_th .banka_thumb_lg {
    text-align: center;
    margin-bottom: 10px;
}
.bankakath_page_top_th .stripe {
    text-align: center;
    margin: 50px 0 20px;
}
.bankakath_page_top_th h3.bk_count {
    font-size: 25px;
    text-align: center;
    color: #a34a4a;
}

.bankakath_page_top_th span.publish_name {
    display: block;
    text-align: center;
    font-weight: 600;
    color: #979797;
}

.banka_grid_sec .col-md-3 {
    width: 93%;
    margin: 25px 0 35px;
}
.bankakatha_pg ul.breadcrumbs {
    margin-left: 0;
}
.banka_grid_sec a.sec_heading {
    margin-bottom: 10px;
}
/***** End Bankakatha Page ******/


/**  Shono & Robbar ad sec  **/
.shono_adl_advertise, .robbar_adl_advertise {
    margin: 40px auto;
    text-align: center;
}

.shono_adl_advertise .sh_th_lg, .robbar_adl_advertise .sh_th_lg {
    display: block;
}
.shono_adl_advertise .sh_th_sm, .robbar_adl_advertise .sh_th_sm {
    display: none;
}

.shono_adl_advertise a img, .robbar_adl_advertise a img {
    max-width: 100%;
}


/*** HS Result ad & sponsor slide ****/
.ad_sec .mview_ad_slide {
    display: none;
}
.ad_sec a.desktop_ad img {
		width: 100%;
}

.full_article_content_side_ad_sec .related-posts {
    margin: 10px 0;
}

.full_article_content_side_ad_sec .related-posts h3 {
    font-size: 22px;
    font-weight: 600;
    color: #d70808;
}

.full_article_content_side_ad_sec .related-posts li {
    margin-top: 10px;
}

.full_article_content_side_ad_sec .related-posts li a img {
    margin-right: 10px;
    width: 170px;
    height: auto;
}

.full_article_content_side_ad_sec .related-posts li a {
    display: flex;
    font-weight: 600;
    padding: 10px;
    overflow: hidden;
    background: #ededed;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    align-items: center;
    font-size: 20px;
}

.pagination {
    display: block;
    margin: 30px 0;
    overflow: hidden;
}

.pagination ul.pagination-list {
    display: flex;
	flex-wrap: wrap;
}

.pagination ul.pagination-list a, .pagination ul.pagination-list span {
    display: block;
    padding: 5px 12px;
    background: #012e6f;
    color: #fff;
}

.pagination ul.pagination-list li.page-item {
    margin: 0 3px;
    border-radius: 3px;
    background: #fff;
}


/**** Debi pokkho ad content ***/
.puja_content_adbox {
    text-align: center;
    background: #ffefef;
    padding: 20px;
}

.puja_content_adbox a.debipokkho_logo {
    display: block;
    max-width: 180px;
    margin: auto;
}

.puja_content_adbox a.debipokkho_logo img {
    max-width: 100%;
}

.puja_content_adbox p {
    font-weight: 600;
    font-size: 18px !important;
    line-height: 23px !important;
}

.puja_content_adbox p a {
    color: #bb0505;
}

.puja_content_adbox a.debipokkho_link {
    display: inline-block;
    background: #e30707;
    color: #fff;
    padding: 6px 14px;
    border-radius: 7px;
    margin-top: 20px;
}
/**** // Debi pokkho ad content ***/
/***** Debipokko widget section in main site ******/
.debipok_widget_section {
    margin-top: 20px;
    position: relative;
}
.debipok_widget_section .debipok_wid_menu {
    background: #8A0000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.debipok_widget_section .debipok_wid_menu a {
    display: block;
    color: #FFF;
    border-right: 2px solid #fff;
    margin: 5px 3px;
    padding-right: 6px;
    white-space: nowrap;
    padding-left: 5px;
}
.debipok_widget_section .debipok_wid_menu a:last-child {
    border: none;
}
.debipok_widget_section .debipok_wid_menu a:hover {
    color: #FFF;
}
.debipok_widget_section a.debipok_widget_banner img.img-fluid {
    width: 100%;
}
.debipok_wid_sponsor_list {
    position: absolute;
    max-width: 360px;
    margin: auto;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 7px;
}
.debipok_wid_sponsor_list li {
    text-align: center;
    margin: 4px 2px;
}
.debipok_wid_sponsor_list li p {
    font-size: 11px;
    line-height: 13px;
    margin-top: 0;
    margin-bottom: 6px;
    color: #fff;
}
.debipok_wid_sponsor_list li a {
    display: block;
    max-width: 190px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    padding: 4px;
    border-radius: 4px;
    margin: 5px auto;
}
.debipok_wid_grid_list a.th_link {
    background: #fff;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin: 5px 2px;
}

.debipok_wid_grid_list {
    background: #A10004;
    padding: 16px 10px 15px 10px;
    margin: 0px 0 20px 0;
}
.debipok_wid_grid_list a.th_link h4.sm_txt {
    font-size: 19px;
    padding: 3px 7px;
    min-height: 127px;
}
.debipok_widget_section a.debipok_widget_banner_mobile {
    display: none;
}
.debipok_wid_grid_list .col-md-3 {
    width: 95%;
    margin: auto;
}
.fade_banner_widget_ad{
	overflow: hidden;
}
.fade_banner_widget_ad .banner_widget_item a.ad_widget_mobile {
	display: none;
}
#debipok_wid_grid_slider .sm_th {
    position: relative;
}

#debipok_wid_grid_slider .sm_th .widget_vp_tag {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/***** // Debipokko widget section in main site ******/
/***** Pujoperfect widget section in main site ******/
.pujoperfect_widget_ad {
    background-color: #f4e7e7;
    padding: 48px 25px 0px 0px;
    display: flex;
    background-image: url("../images/pujoperf_wid_border.png"), url("../images/pujoperf_wid_border.png");
    background-repeat: repeat-x;
    background-position: 0 1px, bottom;
}
.pujoperfect_widget_logo {
    margin-right: 20px;
    display: flex;
    align-items: end;
}
.pujoperfect_widget_slide_wrap {
    overflow: hidden;
    width: 80%;
    display: flex;
    flex-direction: column;
}
.pujoperfect_widget_slide_wrap .pp_widget_sponsorlist_sec li {
    text-align: center;
    margin: 0 4px;
}
.pujoperfect_widget_slide_wrap .pp_widget_sponsorlist_sec li a {
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
.pujoperfect_widget_slide_wrap .pp_widget_sponsorlist_sec li p {
    font-size: 13px;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: arial;
}
.pujoperfect_widget_slide_wrap .pp_widget_sponsorlist_sec {
    margin-top: 15px;
    margin-bottom: 20px;
}
.puja_widget_result_slider .vd_block {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
}

.puja_widget_result_slider .col-md-6 {
    width: 92% !important;
    margin: auto;
}

.puja_widget_result_slider {
    position: relative !important;
    text-align: center;
}

.pujoperfect_widget_slide_wrap .puja_widget_result_slider .owl-nav.disabled, .pujoperfect_widget_slide_wrap #pp_widget_video_grid_slider .owl-nav.disabled {
	display: block;
}
.pujoperfect_widget_slide_wrap .puja_widget_result_slider .owl-nav.disabled button, .pujoperfect_widget_slide_wrap #pp_widget_video_grid_slider .owl-nav.disabled button {
    font-size: 55px;
    background: #ffcb08;
    position: absolute;
    width: 33px;
    color: #ed1c24;
    top: 38%;
    transform: translateY(-47%);
}

.pujoperfect_widget_slide_wrap .puja_widget_result_slider .owl-nav.disabled button.owl-prev, .pujoperfect_widget_slide_wrap #pp_widget_video_grid_slider .owl-nav.disabled button.owl-prev {
    left: 15px;
}

.pujoperfect_widget_slide_wrap .puja_widget_result_slider .owl-nav.disabled button.owl-next, .pujoperfect_widget_slide_wrap #pp_widget_video_grid_slider .owl-nav.disabled button.owl-next {
    right: -9px;
}
.puja_widget_result_slider h6.result_tag {
    background: #ffcb08;
    display: inline-block;
    text-align: center;
    padding: 1px 7px;
    font-size: 14px;
    color: #70080c;
    border-radius: 10px;
    line-height: 17px;
    font-weight: 600;
}

#pp_widget_video_grid_slider .col-md-6 {
    width: 92%;
    margin: auto;
}
#pp_widget_video_grid_slider .vd_block {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
}
#pp_widget_video_grid_slider .vd_block span.icon {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: auto;
    width: 56px;
    transform: translateY(-50%);
}
#pp_widget_video_grid_slider .vd_block span.icon img.img-fluid {
    width: 100%;
}
/***** // Pujoperfect widget section in main site ******/




/***** Abasone Abahon widget section in main site ******/

.abasone_abahon_widget_ad {
    background-color: #ffeeb8;
    padding: 48px 25px 0px 0px;
    display: flex;
    background-image: url("../images/abasone_abahon_wid_border.png"), url("../images/abasone_abahon_wid_border.png");
    background-repeat: repeat-x;
    background-position: 0 1px, bottom;
}
.abasone_abahon_widget_logo {
    margin-right: 20px;
    display: flex;
    align-items: end;
    width: 42%;
    margin-left: 7px;
}
.abasone_abahon_widget_slide_wrap {
    overflow: hidden;
    width: 80%;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}
.abasone_abahon_widget_slide_wrap .aa_widget_sponsorlist_sec li {
    text-align: center;
    margin: 0 4px;
}
.abasone_abahon_widget_slide_wrap .aa_widget_sponsorlist_sec li a {
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
.abasone_abahon_widget_slide_wrap .aa_widget_sponsorlist_sec li p {
    font-size: 13px;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: arial;
}
.abasone_abahon_widget_slide_wrap .aa_widget_sponsorlist_sec {
    margin-top: 15px;
    margin-bottom: 20px;
}
.puja_widget_result_slider h4.sm_txt {
    font-size: 17px;
    line-height: 26px;
}
.puja_widget_result_slider .vd_block {
    position: relative;
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
}


.puja_widget_result_slider {
    position: relative !important;
    text-align: center;
}

.abasone_abahon_widget_slide_wrap .puja_widget_result_slider .owl-nav.disabled{
	display: block;
}
.abasone_abahon_widget_slide_wrap .puja_widget_result_slider .owl-nav.disabled button {
    font-size: 30px;
    background: #753e87;
    position: absolute;
    width: 22px;
    color: #ffffff;
    top: 38%;
    transform: translateY(-47%);
}

.abasone_abahon_widget_slide_wrap .puja_widget_result_slider .owl-nav.disabled button.owl-prev{
    left: 15px;
}

.abasone_abahon_widget_slide_wrap .puja_widget_result_slider .owl-nav.disabled button.owl-next {
    right: -9px;
}
.puja_widget_result_slider h6.result_tag {
    background: #ffcb08;
    display: inline-block;
    text-align: center;
    padding: 1px 7px;
    font-size: 14px;
    color: #70080c;
    border-radius: 10px;
    line-height: 17px;
    font-weight: 600;
}

/***** // Abasone Abahon widget section in main site ******/


/*****  Uponirbachon Maharastra & Jharkhand ******/
.ad_section a.mo_ad_view {
    display: none;
}
.ad_section a {
    display: block;
}

	/***** LIVE BLINK ****/
.upo_vote_banner a {
    position: relative;
}

.upo_vote_banner a .live_blink {
    font-size: 16px;
    background: #ff0000;
    position: absolute;
    left: 20px;
    top: 12px;
    text-transform: uppercase;
    padding: 2px 15px 3px 10px;
    color: #fff;
    border-radius: 3px;
}
.upo_vote_banner a .live_blink:before {
    background: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    width: 10px;
}
.upo_vote_banner a .live_blink:before {
    animation: blink 1s ease infinite;
    vertical-align: middle;
}
@keyframes blink {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
			/***** LIVE BLINK ****/
			
			
			
.uponirbachon_mj_wrap {
    background: #efd0bd;
    padding: 15px;
    margin-top: 0;
    border-top: 4px solid #341212;
}

.uponirbachon_mj_wrap .mj_vote_area {
    display: flex;
    gap: 30px;
}

.uponirbachon_mj_wrap .col-md-6:first-child {
    border-right: 1px solid #6c6c6c;
}

.uponirbachon_mj_wrap .mj_vote_area .map_block {
    position: relative;
    display: block;
    padding-top: 15px;
    color: #111;
}
.uponirbachon_mj_wrap .mj_vote_area .map_block .majority {
    position: absolute;
    left: 50%;
    top: 0;
    !I;!;
    bottom: 0;
}

.uponirbachon_mj_wrap .mj_vote_area .map_block .majority:after {
    width: 1px;
    height: 86%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-right: 1px dotted #111;
}

.uponirbachon_mj_wrap .mj_vote_area .map_block .majority:after, .uponirbachon_mj_wrap .mj_vote_area .map_block .majority:before {
    left: 0%;
    position: absolute;
    content: "";
    top: 19px;
}

.uponirbachon_mj_wrap .mj_vote_area .map_block .majority:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #e11414;
    top: 23px;
    left: 44%;
}

.uponirbachon_mj_wrap .mj_vote_area .state_name {
    position: absolute;
    top: 39%;
    left: 21%;
    text-align: center;
}

.uponirbachon_mj_wrap .mj_vote_area .state_name h4 {
    font-weight: 600;
    color: #fffa0c;
    font-size: 25px;
}

.uponirbachon_mj_wrap .mj_vote_area .state_name span {
    font-size: 18px;
    color: #fff;
    display: block;
    margin-top: 2px;
    font-weight: 600;
}

.uponirbachon_mj_wrap .jharkhand .mj_vote_area .state_name {
    top: 49%;
    left: 27%;
}

.uponirbachon_mj_wrap .mj_vote_area .party_th {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 230px;
    text-align: center;
    margin-right: 15px;
}

.uponirbachon_mj_wrap .mj_vote_area .party_th .party_name {
    background: #fff;
    padding: 7px 7px;
    margin-top: 10px;
    border-radius: 4px;
    border-bottom: 1px solid #8f8979;
    font-weight: 600;
    width: 100%;
    border-left: 5px solid #42415b;
}
.uponirbachon_mj_wrap .mj_vote_area .party_th .party_name:nth-child(2) {
    border-left: 5px solid #1f7af5;
}
.uponirbachon_mj_wrap .mj_vote_area .party_th .party_name:first-child {
    border-left: 5px solid #f5821f;
}
.uponirbachon_mj_wrap .mj_vote_area .party_th .party_name h5 {
    font-size: 20px;
}

.uponirbachon_mj_wrap .mj_vote_area .party_th .party_name span {
    color: #757575;
    font-size: 20px;
}
.uponirbachon_mj_wrap .mj_counting_area {
    margin: 15px;
}

.uponirbachon_mj_wrap .mj_counting_area .party_list {
    margin-top: 25px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

.uponirbachon_mj_wrap .mj_counting_area h3 {
    background: #341212;
    color: #fff;
    padding: 8px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-weight: 600;
}

.uponirbachon_mj_wrap .mj_counting_area ul.sub_party {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.uponirbachon_mj_wrap .mj_counting_area ul.sub_party li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.uponirbachon_mj_wrap .mj_counting_area ul.sub_party li .plogo {
    margin-bottom: 7px;
    border: 2px dotted #b7b0b0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.uponirbachon_mj_wrap .mj_counting_area ul.sub_party li h5 {
    font-weight: 600;
    font-size: 18px;
}

.uponirbachon_mj_wrap .mj_counting_area ul.sub_party li .name span {
    color: #6c6c6c;
    font-size: 20px;
}

.uponirbachon_bengal_wrap {
    background: #daeefb;
    text-align: center;
    overflow: hidden;
    border-top: 4px solid #414d54;
    padding: 20px 20px 30px;
    margin-bottom: 20px;
}
.red_txt{
	color: #ff0000;
}
.green_txt{
	color: #14b513;
}
.uponirbachon_bengal_wrap h2 {
    margin: 30px 0 20px;
}

.uponirbachon_bengal_wrap .voting_block {
    background: #fff;
    padding: 5px 20px 20px 20px;
    margin: 20px 10px 0;
}

.uponirbachon_bengal_wrap .voting_block h3 {
    background: #304554;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 10px;
    margin-top: -23px;
}
.uponirbachon_bengal_wrap .bengal_voting_grid ul.sub_party {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
}

.uponirbachon_bengal_wrap .bengal_voting_grid ul.sub_party li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    flex-direction: column;
}

.uponirbachon_bengal_wrap .bengal_voting_grid ul.sub_party li .plogo {
    margin-right: 5px;
    border: 2px dotted #b7b0b0;
    width: 44px;
    height: 44px;
    border-radius: 50px;
}
.uponirbachon_grid_news {
    background: #f7d1b0;
    padding: 16px 10px 15px 10px;
    margin: 20px 0 0px 0;
}
.uponirbachon_grid_news a.th_link {
    background: #fff;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin: 5px 2px;
}
.uponirbachon_grid_news a.th_link h4.sm_txt {
    font-size: 19px;
    padding: 3px 7px;
    min-height: 156px;
}
.uponirbachon_grid_news .col-md-3 {
    width: 95%;
    margin: auto;
}
.uponirbachon_grid_news .th_link .sm_th {
    position: relative;
}

.uponirbachon_grid_news .th_link .sm_th .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
/***** // Uponirbachon Maharastra & Jharkhand ******/