body {
	font-family: 'SolaimanLipi', Helvetica, Arial, sans-serif !important;
	font-size: 20px;
	background: #fff;
	color: #222;
	font-weight: normal;
	overflow-x: hidden;
	padding: 0;
	margin: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'SolaimanLipi', Arial, sans-serif !important;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px
}

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: inherit
}

p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px
}

ul {
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1200px;
	padding-right: 10px;
	padding-left: 10px
}

.container-fluid {
	padding: 0
}

.img100 {
	width: 100%
}

.BorderBottom {
	border-bottom: 1px solid #eee
}

.DADD img{max-width: 300px;}

figure{margin: 0;}

/*  search box */
.search_block {
	background: #f2f3f4;
	padding: 15px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999999;
}

.search_logo input {
	border: 2px solid #ddd;
	display: inline-block;
	margin-right: auto;
	padding: 6px;
	width: calc(100% - 112px);
}

.search_logo.display-flex button {
	background: #e6e4e4;
	border: none;
	color: #b50505;
	cursor: pointer;
	display: inline-block;
	height: 40px;
	line-height: 39px;
	margin-right: 2px;
	text-align: center;
	width: 50px;
}

.search_logo.display-flex button:hover {
	color: #000;
}

.search_logo.display-flex a {
	background: #e6e4e4;
	border: none;
	color: #000;
	cursor: pointer;
	display: inline-block;
	height: 40px;
	line-height: 41px;
	text-align: center;
	width: 48px;
}

.search_logo.display-flex a:hover {
	color: #b50505;
}

.hidden {
	display: none;
}

/* /* common  */
.news-header {
	display: block;
	margin: 15px 0;
}


.NewsHeader2 {
	display: none;
}

.sticky {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
	transition: 0.2s;
	box-shadow: 0 0 2px 0 #00000051;
}

.sticky2 {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
	transition: 0.2s;
	box-shadow: 0 0 2px 0 #00000051;
}

.placeDate p {
	font-size: 17px;
	line-height: 25px;
	color: #000;
}

.placeDate p::before {
	content: "\f073";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	color: #000;
	font-size: 15px;
	padding-right: 15px;
}

/* .sticky.news-header{
	display: none;
} */
.MenuImg {
	display: none;
}

/* 
.searchIcon {
	display: none;
} */



.main-menu {
	/* margin: 20px 0; */
	border-top: 1px solid #333;
	border-bottom: 1px solid #eee;
}

.DHeaderNav {
	/* background-color: #BF1E2E; */
	background-color: #fff;
}

.DHeaderNav .navbar-nav .menuImg img {
	display: none;
}

.sticky.DHeaderNav .navbar-nav .menuImg img {
	display: block;
}

/* 
.mobileSticky {
	display: none;
} */

.sticky.DHeaderNav {
	border-top: 0;
	border-bottom: 2px solid #056839;
}

.sticky2.NewsHeader2 {
	display: none;
}

.sticky.DHeaderNav .main-menu {
	margin: 20px 0;
	border-top: none;
	border-bottom: none;
}

.navbar {
	padding: 0;
}

.navbar-default {
	/* background-color: #BF1E2E; */
	background-color: #fff;
	border-radius: 0;
	border: none;
}

.navbar-default .navbar-nav>li>a {
	font-size: 18px;
	color: #000;
	line-height: 26px;
	font-weight: 600px;
}

.nav {
	padding-left: 0;
	list-style: none;
}

.nav .nav-item:first-child {
	padding-left: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	background-color: #fff;
	padding: 8px 20px;
}

.DHeaderNav .navbar-nav .nav-link:hover {
	color: #b50505;
}

/* .DHeaderNav .navbar-nav .nav-link {
	padding: 10px 33px 10px 0px;
} */
.DHeaderNav .navbar-nav .nav-link {
	padding: 10px 25px 10px 25px;
}

.sticky.DHeaderNav .navbar-nav .nav-link {
	padding: 10px 19px;
	font-weight: 600px;
	display: block;
	font-size: 17px;
	line-height: 26px;
}

.DHeaderNav .navbar-nav .menuImg img {
	width: 160px;
	padding-left: 0;
	margin: 5px 35px 0px 0px;
}


/*back-to-top*/
#button {
	display: inline-block;
	background-color: #b50505;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#button::after {
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}

#button:hover {
	cursor: pointer;
	background-color: #056839;
}

#button:active {
	background-color: #056839;
}

#button.show {
	opacity: 1;
	visibility: visible;
}

#button i {
	font-size: 25px;
	line-height: 50px;
	color: #fff;
}

.btn-check:focus+.btn,
.btn:focus {
	box-shadow: none;
}


/* header */
.news-header {
	display: block;
}

/* .news-header2 {
	display: none;
} */

/* .jeg_nav_row {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	height: 100%;
} */

.jeg_search_wrapper {
	position: relative;
}

.jeg_search_wrapper .jeg_search_form {
	display: block;
	position: relative;
	line-height: normal;
	min-width: 60%;
	margin-top: 5px;
}

.jeg_search_no_expand .jeg_search_input {
	font-size: 15px;
	padding: .5em 35px .5em 15px;
	position: relative;
}

.jeg_search_button {
	margin-left: -40px;
	position: absolute;
}

.btn .fa {
	margin-right: 2px;
	font-size: 14px;
}

.jeg_search_wrapper2 {
	position: relative;
}

.jeg_search_wrapper2 .jeg_search_form2 {
	display: block;
	position: relative;
	line-height: normal;
	min-width: 60%;
	margin-top: 5px;
}

.jeg_search_no_expand2 .jeg_search_input2 {
	font-size: 15px;
	padding: .5em 35px .5em 15px;
	position: relative;
}

.jeg_search_button {
	margin-left: -40px;
	position: absolute;
}

.btn .fa {
	margin-right: 2px;
	font-size: 14px;
}

/* .jeg_nav_left {
	margin-right: auto;
}
.jeg_midbar {
	height: 150px;
} */

.socials_widget .jeg_facebook .fa-facebook-f {
	background: #45629f;
}

.socials_widget .jeg_twitter .fa-x-twitter {
	background: #000;
}

.socials_widget .jeg_youtube .fa-instagram {
	background: #e02647;
}

.socials_widget a i {
	font-size: 14px;
	display: inline-block;
	width: 40px;
	line-height: 40px;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: 40px;
	border-radius: 50%;
}

.jeg_nav_col {
	display: flex;
	justify-content: end;
}

.navbar-default i {
	margin-right: 20px;
	font-size: 25px;
}

.offcanvas-header .nav-link span {
	font-size: 17px;
	text-decoration: none;
	font-weight: 500;
	color: #b50505;
}

.search-form {
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: center;
	padding-bottom: 15px;
}

.menu-list {
	margin-top: 20px;
}

.menu-list li {
	list-style: none;
	text-decoration: none;

}

.menu-list li a {
	font-size: 17px;
	color: #000;
	font-weight: 400;
	line-height: 26px;
}

.menu-list li a:hover {
	color: #b50505;
}

.social-icons {
	margin-top: 20px;
	padding: 17px;
	display: flex;
	justify-content: flex-start;
}

.social-media-icons {
	display: block;
}

.mobile_search {
	display: none;
}

.address-details {
	padding: 17px;
}

.address-details .copyright {
	font-size: 16px;
	color: #000;
	line-height: 26px;
}

.DHeaderNav .navbar-nav .searchIcon {
	display: block;
}

.DHeaderNav .navbar-nav .searchIcon i {
	font-size: 16px;
	margin: 15px 0 0 15px;

}

/* =================lead news================ */
.lead-news-section {
	margin: 20px 0;
}

.national-lead-news .national-media picture img {
	aspect-ratio: 1.677;
	object-fit: cover;
	object-position: center;
}

.national-lead-news .national-title {
	color: #000;
	font-size: 21px;
	font-weight: 600;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-top: 5px;
	height: 65px;
}

.national-lead-news .lead-title {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-top: 5px;
	height: 80px;
}

.national-lead-news .lead-title:hover {
	color: #b50505;
}

.national-lead-news .national-title:hover {
	color: #b50505;
}

.national-lead-news .national-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* padding-top: 15px; */
}

.news-time-details {
	display: flex;
	padding-top: 17px;
}

.news-time-details i {
	font-size: 15px;
	margin-right: 5px;
}

.news-time-details p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 14px;
}

.lead-news-list:first-child {
	padding-top: 0;
	margin-top: 0;
}

.lead-news-list:last-child {
	border-bottom: 0;
}

.lead-news-list {
	/* border-bottom: 1px solid #ebebeb; */
	padding: 13px 0;
}

.list-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: -0.3px;
	color: #222;
	margin-bottom: 5px;
	font-weight: 600;
	/* height: 48px; */
}

.list-title:hover {
	color: #b50505;
}

.lead-news-list-area:first-child {
	padding-top: 0;
	margin-top: 15px;
}

.lead-news-list-area:last-child {
	border-bottom: 0;
}

.lead-news-list-area {
	padding: 25px 0;
}

.lead-news-list img {
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1.5;
	width: 100%;
}

.List-news-time-details {
	display: flex;
	padding-top: 5px;
}

.List-news-time-details i {
	font-size: 14px;
	margin-right: 5px;
}

.List-news-time-details p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}

.section-heading {
	border-bottom: 2px solid #056839;
}

.section-heading h2 {
	font-size: 23px;
	line-height: 28px;
	color: #000;
	font-weight: 600;
	padding-bottom: 5px;
}

.section-heading h2:hover {
	color: #b50505;
}


.job-heading {
	border-bottom: 2px solid #b50505;
}

.job-heading h2 {
	font-size: 23px;
	line-height: 28px;
	color: #000;
	font-weight: 600;
	padding-bottom: 5px;
}

.job-heading h2:hover {
	color: #056839;
}

.special-section-heading {
	border-bottom: 1px solid #eee;
}

.special-section-heading .heading h2 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	padding-bottom: 10px;
}

.special-section-heading .heading h2 span {
	background: #b50505;
	color: #fff;
	border-radius: 5px;
	padding: 10px;
}

.special-section-heading h2:hover {
	color: #b50505;
}

.DVideoTop {
	margin-top: 6px;
	background-color: #121212;
	position: relative;
}

.videoIcon {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%);
}

.videoIcon i {
	color: #cd201f;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 45px;
}

.DVideoTop .Desc {
	padding: 10px 20px 10px 20px;
	height: 73px;
	overflow: hidden;
}

.DVideoTop .Title {
	color: #f5f5f5;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.DVideoTop .Title:hover {
	color: #BF1E2E;
}

.Lead-News-Area {
	margin-top: 20px;
}

/* ==================bangladesh Bank=============== */
.bangladesh-bank-section {
	margin-bottom: 20px;
}

.bangladesh-bank-leadNews {
	margin-top: 20px;
}

.bdBank-newsList {
	margin-top: 20px;
}

/* ===========Sorkari Bank=========== */

.sorkari-bank-section {
	margin-bottom: 20px;
}

.news-list-area {
	margin: 25px 0 20px;
}

.news-media picture img {
	aspect-ratio: 1.677;
	object-fit: cover;
	object-position: center;
}

.Newslist-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: -0.3px;
	color: #222;
	margin: 10px 0;
	font-family: Bangla, Helvetica, Arial, sans-serif;
	font-weight: 600;
	height: 55px;
}

.Newslist-title:hover {
	color: #b50505;
}

/* ===========Besorkari bank========== */

.besorkari-bank-section {
	margin-bottom: 20px;
}

/* =========mobile-bank=========== */

.mobile-bank-section {
	margin-bottom: 20px;
}

/* =============orthoniti + bima============ */
.arthik-bima-section {
	margin-bottom: 20px;
}

.orthoniti-area {
	margin: 25px 0 20px;
}

.SpecialList-news-time-details {
	display: flex;
}

.SpecialList-news-time-details p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
}

.SpecialList-news-time-details i {
	font-size: 14px;
	margin-right: 5px;
}

.Special-news-list img {
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1.5;
	width: 100%;
}

.Special-news-list .col-lg-6.col-7.col-md-8 {
	padding-left: 0;
}

.Special-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: -0.3px;
	color: #222;
	margin-bottom: 10px;
	font-weight: 600;
}

.Special-list-title:hover {
	color: #b50505;
}

.Special-news-list {
	margin-bottom: 16px;
}

.Special-lead-news .Special-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #000000;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-top: 15px;
}

.Special-lead-news .national-media picture img {
	aspect-ratio: 1.677;
	object-fit: cover;
	object-position: center;
}

.Special-lead-news .Special-title {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-top: 5px;
	height: 63px;
}

.Special-lead-news .Special-title:hover {
	color: #b50505;
}

/* ==========pujibazar-section=========== */
.pujibazar-section {
	margin-bottom: 20px;
}


/* =========banking-job-section======== */
.banking-job-section {
	margin-bottom: 20px;
	background-color: #f3f3f3;
	padding: 25px 0;
}


/* ============শিরোনাম=========== */
.scrool {
	margin-top: 10px;
	display: flex;
	background: #f5f5f5;

}

.scrool_1 {
	padding: 10px 30px;
	font-size: 18px;
	color: #b50505;
	text-align: left;
	font-weight: 600;
}

.scrool_2 {
	padding: 10px 30px;
	font-size: 16px;
	color: #000;
}

.scrool_2 a {
	font-size: 16px;
	color: #000;
	margin-right: 10px;
}

.scrool_2 i {
	font-size: 14px;
	color: #056839;
}

/* footer */

.jeg_footer_content {
	background: #f5f5f5;
	color: #666;
}

.jeg_footer_4 .jeg_footer_primary {
	padding: 25px 0 15px;
}

.jeg_menu_footer {
	margin-bottom: 20px;
}

.jeg_menu_footer li:not(:last-child)::after {
	content: "/";
	margin-right: 6px;
	color: #e0e0e0;
}

.jeg_menu_footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	white-space: nowrap;
}

.jeg_menu_footer li a {
	font-size: 18px;
}

.footer_right {
	float: right;
	text-align: right;
	bottom: 50px;
	position: relative;
}

.jeg_footer_4 .jeg_footer_secondary {
	padding: 20px 0 30px;
}

.jeg_footer_secondary {
	border-top: 1px solid #e0e0e0;
	/* padding: 30px 0 40px; */
	color: #999;
	font-size: 13px;
}

.jeg_footer .copyright {
	font-size: 16px;
	color: #000;
	line-height: 26px;
}


.jeg_social_icon_block a {
	margin-bottom: 0 !important;
}

.jeg_footer .socials_widget.nobg .fa {
	color: #000;
}

.socials_widget-footer a i {
	font-size: 15px;
	display: inline-block;
	width: 38px;
	line-height: 38px;
	white-space: nowrap;
	color: #000;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: 38px;
	border-radius: 3px;
}

/*Category Page*/
.CategoryNameInner h1{padding:15px 0px;color:#CD241F;font-size:35px;}
.single-cat-info{overflow:hidden;margin:15px 0;background:#0404040a;width:100%;}
.single-cat-home{background:#CD241F;padding:5px 15px;float:left;}
.single-cat-home a{color:#fff;font-size:17px;line-height:25px;text-decoration:none;}
.single-cat-cate{background:transparent;padding:5px 20px;float:left;color:#fff !important;font-size:15px !important;}
.single-cat-cate a{color:#222;font-size:17px;text-decoration:none;line-height:24px;}
.single-cat-home i{padding-right:3px;font-size:14px;}
.single-cat-cate i{padding-right:3px;font-size:12px;position:relative;top:-1px;}

.DCatTopNews{border:1px solid #e2e2e2;width:100%;}
.DCatTopNews .Desc{padding:10px 12px;max-height:118px;overflow:hidden;}
.DCatTopNews h2{font-size:1.31em;margin:0;font-weight:600;line-height:25px;color:#222;}
.DCatTopNews a:hover{color:#1E88E6;}
.DCatTopNews p{font-size:15px;padding-top:7px;color:#666;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}

.DCatTopNewsList{border:1px solid #e2e2e2;margin-bottom:20px;width:100%;}
.DCatTopNewsList .Desc{padding:5px 8px;height:60px;overflow:hidden;}
.DCatTopNewsList h3{font-size:19px;line-height:25px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}

.DCatTopNewsList2{width:100%;margin-top:20px;border:1px solid #e2e2e2;}
.DCatTopNewsList2 .Desc{padding:5px 8px;}
.DCatTopNewsList2 .Heading{font-size:19px;line-height:25px;}

.DCatNewsList3{margin-bottom:15px;display:block;padding:5px;border:1px solid #e2e2e2;}
.DCatNewsList3 .col-sm-3{padding-right:0;}
.DCatNewsList3 .col-lg-5.col-5{padding-right:0;}
.DCatNewsList3 .DCatHeading2{font-size:17px;line-height:25px;font-weight:500;}
/* .DCatNewsList3 .ImgViewer{padding-top:52.25%;} */
.DCatNewsList3 .Desc{max-height:102px;overflow:hidden;}
.DCatNewsList3 .Desc .Brief p{font-size:14px;line-height:22px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-top:7px;}
.catTitle{position:relative;overflow:hidden;margin:20px 0 10px 0;padding:0 0 0 5px;font-size:20px;line-height:30px;color:#CD241F;font-weight:500;}
.MostReadHeader{margin-top:20px;padding:10px;background:rgba(0, 0, 0, 0.3) linear-gradient(to left, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0;}
.MostReadHeader h2{font-size:20px;text-align:center;color:#FFF}
.MostReadNewsList{padding:0 8px;margin-bottom:0;max-height:390px;overflow:auto;background:#fff;border:1px solid #e2e2e2;}
.MostReadNewsList li{padding:8px 0;border-bottom:1px dashed #ccc;background:#fff;display:flex;overflow:hidden;}
.MostReadNewsList li:hover{background:#f0f0f0;;}
.MostReadNewsList li:last-child{border-bottom:0 solid #ccc;}
.MostReadNewsList .col-sm-4{padding-right:0;}
.MostReadNewsList li h3{font-size:17px;line-height:25px;font-weight:500;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
/* .MostReadNewsList .ImgViewer{padding-top:52.25%;} */

.DCatMostReadList{background:#fff;margin-top:20px;width:100%;}
.DCatMostReadList .Desc{padding:5px 8px;height:56px;overflow:hidden;}
.DCatMostReadList h3{font-size:17px;font-weight:500;line-height:23px;padding:5px;}
.DCatMostReadList .DImageResize{overflow:hidden;position:relative;height:115px;}
.DCatMostReadList .DImageResize img{max-width:100%;min-height:100%;object-fit:cover;}

.ButtonBG{background:#CD241F;border-radius:0;border:1px solid #CD241F;width:100%;}
.ButtonBG:hover{background:#e22e34;}

.LatestNewsList{padding:0;margin:0;overflow:hidden;}
.LatestNewsList li{padding:8px 5px 8px 10px;border-bottom:1px solid #ccc;background:#f5f5f5;display:flex;}
.LatestNewsList li:hover{background:#fff}
.DCatLatestContent .col-sm-4{padding-right:0;}
.DCatLatestContent h3{font-size:16px;line-height:22px;font-weight:normal;}
.DCatLatestContent{width:100%;}
.LatestNewsList .col-sm-4{padding-right:0;}

.DLPSTab2 .PanelHeight.PanelHeightInner{max-height:426px;overflow:auto;}
.DFbPage{margin-top:20px;padding:6px;background:#fff;}

/*Details Page*/
.DDetailsContent{margin-top:10px;}
.DDetailsContent p img{width:100%;}
.DDetailsContent h3{padding:10px 0 0 0;font-size:17px;font-weight:500;color:#337ab7;margin-bottom:0;}
.DDetailsContent h1{padding:10px 0;font-size:1.5em;font-weight:500;line-height:30px;}
.DDetailsContent h4{padding:0 0 10px 0;font-size:18px;font-weight:500;color:#A91717;margin-bottom:0;}
.DDetailsContent .DDetailsCaption{margin-bottom:10px;font-size:17px;border-bottom:1px solid#e2e2e2;padding:5px;line-height:22px;color:#fff;background:#666;text-align:center;}
.DDetailsContent p{font-size:19px !important;line-height:30px !important;margin-bottom:22px !important;word-wrap:break-word !important;text-align:justify !important;font-family:'SolaimanLipi' !important;color:#000;}
.DDetailsContent p span{font-size:17px !important;line-height:28px !important;margin-bottom:16px !important;word-wrap:break-word !important;text-align:justify !important;font-family:'SolaimanLipi' !important;color:#000;}
.DDetailsContent h2{font-size:19px;line-height:30px;margin-bottom:16px;word-wrap:break-word;text-align:justify;}
.DDetailsContent .WritterInitial{margin-top:10px;font-size:16px;color:#666;font-style:italic;padding:10px;}
.DShareThis{padding:5px 10px;}

.DDetailsTitle{margin-top:20px;}
.DDetailsTitle h1{font-size:2rem;font-weight:700;color:#222;line-height:1.3;}
.DDetailsTitle h3{padding-top:10px;font-size:17px;font-weight:400;color:#CD241F;margin-bottom:0;line-height:24px;}
.DDetailsTitle h4{padding-bottom:7px;font-size:17px;font-weight:700;color:#A91717;margin-bottom:0;}
.DDetailsContent .TopImg{margin-top:15px;}

.ColorBox{width:28px;height:10px;display:inline-block;vertical-align:top;margin-right:10px;margin-top:7px;background-color:#3C5188;}
.AdditionalInfo .ColorBox{width:23px;height:6px;display:inline-block;vertical-align:top;margin-left:10px;margin-top:13px;background-color:#CD241F;}
.AdditionalInfo .DescTitle h2{font-size:24px;margin-bottom:0;letter-spacing:.3px;color:#CD241F;font-weight:500;text-transform:uppercase;display:inline-block;}
.AdditionalInfo .DescTitle{border-bottom:1px solid #ddd;padding:0 0 10px;}
.AdditionalInfo{background:#fff;padding:10px 0;}
.AdditionalInfo .pDate p{color:#666;font-size:0.8em;line-height:20px;margin-top: 0;margin-bottom: 0 !important;font-size: 15px !important;line-height: 20px !important;}
.AdditionalInfo .WritterName{color:#2b4949;font-weight:500;font-size:15px !important;}
.DSocialTop{margin-top:0;}
.MarginTop10{margin-top:10px;}
.CommentsSection{background:#f1f1f1;padding:10px;margin-top:10px}

.DetailsLatest{margin-top:30px;}
.DetailsLatest .ColorBox{width:26px;height:6px;display:inline-block;vertical-align:top;margin-left:10px;margin-top:11px;background-color:#CD241F;}
.DetailsLatest .DescTitle{border-bottom:1px solid #ddd;padding:0 0 10px;}
.DetailsLatest .DescTitle h2{font-size:24px;margin-bottom:0;color:#CD241F;font-weight:500;text-transform:uppercase;display:inline-block;}

.ColorBox{width:26px;height:6px;display:inline-block;vertical-align:top;margin-left:10px;margin-top:11px;background-color:#CD241F;}
.DescTitle{border-bottom:1px solid #ddd;padding:0 0 10px;}
.DescTitle h2{font-size:24px;margin-bottom:0;color:#CD241F;font-weight:500;text-transform:uppercase;display:inline-block;}

.DetailsLatestList2{padding:0;margin-bottom:0;background:#fff;}
.DetailsLatestList2 li{list-style:none;padding:5px 0px 6px;border-bottom:1px dashed #ebebeb;}
.DetailsLatestList2 li:hover p{color:#04396B;;}
.DetailsLatestList2 li:nth-child(5){border-bottom:0 solid #ccc;}
.DetailsLatestList2 li:nth-child(6){display:none;}
.DetailsLatestList2 li:nth-child(7){display:none;}
.DetailsLatestList2 li:nth-child(8){display:none;}
.DetailsLatestList2 li:nth-child(9){display:none;}
.DetailsLatestList2 li:nth-child(10){display:none;}
.DetailsLatestList2 li:nth-child(11){display:none;}
.DetailsLatestList2 li:nth-child(12){display:none;}
.DetailsLatestList2 li:nth-child(13){display:none;}
.DetailsLatestList2 li:nth-child(14){display:none;}
.DetailsLatestList2 li:nth-child(15){display:none;}
.DetailsLatestList2 li p{font-size:18px;line-height:27px;color:#333;display:inline;}
.DetailsLatestList2 span{width:8px;height:8px;background:#04396B;display:inline-block;margin-right:5px;position:relative;top:-1px;}

.LatestHeader{margin-top:20px;padding:7px;background:#CD241F;}
.LatestHeader p{font-size:17px;text-align:center;color:#FFF;text-transform:uppercase;}

.DReadMore{margin-top:20px;display:block}
.DReadMoreList{margin-bottom:20px;background:#fff;width:100%;border:1px solid #e2e2e2;}
.DReadMoreList p{font-size:17px;margin:0;padding:5px 8px;line-height:25px;font-weight:500;}
.DReadMoreList p a:hover{color:#CD241F;}
.DReadMoreList a p:hover{color:#CD241F;}
.DReadMoreList .DImageResize{overflow:hidden;position:relative;height:115px;}
.DReadMoreList .DImageResize img{max-width:100%;min-height:100%;object-fit:cover;}

.RelatedTags p{margin-bottom:10px !important;color:#B81117 !important;padding:0 !important;font-weight:bold !important;}
.RelatedTags .list-inline{margin-top:10px;}
.RelatedTags .list-inline-item{border:1px solid #ddd;padding:3px 10px;}
.RelatedTags .list-inline-item:hover{background:#d0d0d0;color:#333}
.RelatedTags .list-inline-item a{font-size:15px;color:#333;}
.RelatedTags .list-inline-item i{font-size:13px;color:#B81117;}

.RelatedNews{padding-bottom:10px;}
.RelatedNews .related_caption{font-size:18px;padding:10px;color:#1B59A3;font-weight:700;}
.RelatedNews .related_caption .ColorBox{margin-right:5px;margin-top:9px;}
.RelatedNews ul{padding:0 10px;margin:0;list-style:none;}
.RelatedNews ul li{padding:5px 0;}
.RelatedNews ul li i{font-size:13px;padding-right:5px;}
.RelatedNews ul li a{color:#069;font-size:17px;line-height:20px;}
.RelatedNews ul li a:hover{color:#B81117;}

.DTimeLineContent{padding-bottom:10px;}
.DTimeLineContent .DTimeLCaption{font-size:18px;padding:10px 0 5px 0;color:#1B59A3;margin:0 10px 10px 10px;}
.DTimeLineContent .DTimeLCaption i{font-size:14px;padding-right:5px;}
.DTimeLineContent ul{padding:0 10px;margin:0;list-style:none;}
.DTimeLineContent ul li{padding:5px 0;}
.DTimeLineContent ul li span{color:#333;font-size:17px;line-height:20px;min-width:120px;display:inline-block;}
.DTimeLineContent ul li i{font-size:13px;padding-right:5px;padding-left:10px;}
.DTimeLineContent ul li a{color:#333;font-size:17px;line-height:20px;}

.D7MostPopular .D7MostPopularTop1{margin-top:10px;}
.D7MostPopular .D7MostPopularTop1 a p{padding:10px;background:#fff;font-weight:500;}
.D7MostPopular .DCatTopNewsList{margin-top:20px;background:#fff;}
.D7MostPopular .DCatTopNewsList p{font-size:17px;margin:0;padding:5px 8px;line-height:24px;}

/*Fb Comments Width Fix*/
.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe{max-width:100% !important;width:100% !important;}

.DDetailsContent p img{width:100% !important;height:100% !important;}
.DDetailsContent .img-caption{font-style:italic;color:#908d8d !important;font-size:17px;line-height:22px;}

/*Archives*/
.DPaginationL{float:left;}
.DPaginationR{float:right;}
div.DCategoryListNews{background-color:#fff;border:1px solid #e3e3e3;margin:10px 0;padding:5px;position:relative;}
div.DCategoryListNews h3{font-size:19px;line-height:27px;font-weight:500;}
.DCategoryListNews p{padding-top:8px;color:#444;}
.btnCatName{position:absolute;margin-bottom:5px;min-width:100px;background-color:#04396B;border-color:#04396B;padding:2px 12px;border-radius:0;left:10px;bottom:-5px;border:none;}
.btnCatName:hover{background-color:#000;}

/*Archives*/
.DCategoryListNews{background:#ECE7E7;border:1px solid#ccc;padding:7px;margin-top:20px;}
.DCategoryListNews:hover{background:#D7D7D7;color:#336633;}
.DCategoryListNews:hover .pHead{color:#336633;}
.pHead{font-size:20px;line-height:30px;padding-bottom:5px;}
.btnCatName{margin-bottom:10px;}
.arrow-right2{position:absolute;background:#EE383A;padding:3px 5px;color:#fff;}
.DArchiveNewsList{max-height:163px;overflow:hidden}
.DArchiveNewsList .col-md-8{padding-left:0;}
.DArchiveNewsList .Brief{max-height:63px;overflow:hidden;line-height:22px;}
.DArchiveNewsList .pDate{position:absolute;bottom:18px;}

.CatInnerTitle{display:block;margin-top:10px;background:#fff;}
.CatInnerTitle .breadcrumb{padding:5px 0;margin:0;background:#f2f3f4;font-size:17px;font-weight:500;}
.CatInnerTitle .breadcrumb > li.active a{color:#D1000E;padding-left:7px;}
.CatInnerTitle .breadcrumb > li i{border:1px solid #ccc;font-size:12px;padding:5px ;margin-right:2px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.CatInnerTitle .breadcrumb > li i{font-size:13px;}
.CatInnerTitle .breadcrumb > li.child{position:relative;padding-left:15px;}

/*Division*/
.DDivisionNav{min-height:30px !important;margin-bottom:15px;text-align:center;margin-top:30px;}
.DDivisionNav .nav{padding:0;margin:0;text-align:center;}
.DDivisionNav .nav li{float:left;margin-bottom:17px;}
.DDivisionNav .nav li a{padding:10px 15px;margin-right:1px;background-color:#ddd;border-bottom:1px solid #fff;font-size:1.1em;color:#000;}
.DDivisionNav .nav li a:hover{color:#336633;}
.DDivisionNav .dropdown-menu{padding:0;border:none;border-radius:0;}
.DDivisionNav .dropdown-menu{width:100%;border-bottom:0;}
.DDivisionNav .dropdown-menu .dropdown-item{padding:4px 15px;}
div.HmAnnouncement2{text-align:left;background-color:#ddd;padding:5px 0 5px 10px;margin-top:20px;}

/*District*/
.DDistrictNav{min-height:30px !important;margin-bottom:15px;text-align:center;}
.DDistrictNav .nav{padding:0;margin:0;text-align:center;}
.DDistrictNav .nav li{float:left;}
.DDistrictNav .nav li a{padding:10px 15px;margin-right:1px;background-color:#ddd;border-bottom:1px solid #fff;font-size:1.1em;}
.DDistrictNav .nav li a:hover{color:#336633;}
.DDistrictNav .dropdown-menu{padding:0;border:none;border-radius:0;}
.DDistrictNav .dropdown-menu li{width:100%;border-bottom:0;}
.DDistrictNav .dropdown-menu li a{padding:7px 15px;}

.DCatMorContain{margin-top:15px;padding-bottom:15px;}
.DCatMorContainList{margin-top:12px;background:#fff;padding:5px 2px;}
.DCatMorContainList:hover{background:#EDEEEE;color:#336633;}
.DCatMorContainList a:hover p{color:#336633;}
.DCatMorContainList a h4{font-size:1.1em;margin:0;line-height:25px;color:#000;font-weight:500;}
.DCatMorContainList a .DCatDate{font-size:0.9em;margin:0;line-height:18px;color:#888;}
.DCatMorContainList .col-sm-4{padding-right:0;}

/*Sub Category*/
.DSubCategoryTopNews:first-child{margin-top:20px;}
.DSubCategoryTopNews{padding:7px;background:#fff;margin-bottom:15px;border: 1px solid #e2e2e2;}
.DSubCategoryTopNews .col-lg-3{padding-right:0;}
.DSubCategoryTopNews .Title{font-size:1.1em;font-weight:500;padding-top:0px;line-height:24px;}
.DSubCategoryTopNews p{font-size:16px;padding-top:5px;line-height:21px;max-height:66px;overflow:hidden;color:#555;}
.DSubCategoryTopNews .pDate{font-size:14px;line-height:20px;padding-top:0;position:absolute;bottom:-6px;color:#979797;border:none;}

.DCatTopNews{border:1px solid #e2e2e2;width:100%;}
.DCatTopNews .Desc{padding:10px 12px;max-height:118px;overflow:hidden;}
.DCatTopNews h2{font-size:1.31em;margin:0;font-weight:600;line-height:25px;color:#222;}
.DCatTopNews a:hover{color:#1E88E6;}
.DCatTopNews p{font-size:15px;padding-top:7px;color:#666;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}

.DSubCategoryTopNewsList{border:1px solid #e2e2e2;margin-bottom:20px;width:100%;}
.DSubCategoryTopNewsList .Desc{padding:5px 8px;height:60px;overflow:hidden;}
.DSubCategoryTopNewsList h3{font-size:19px;line-height:25px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}

.DSubCategoryTopNewsList2{width:100%;margin-top:20px;border:1px solid #e2e2e2;}
.DSubCategoryTopNewsList2 .Desc{padding:5px 8px;}
.DSubCategoryTopNewsList2 .Heading{font-size:19px;line-height:25px;}

/*Tags*/
.DPaginationL{float:left;}
.DPaginationR{float:right;}
.DArchiveNewsList{background-color:#fff;border:1px solid #ccc;margin:10px 0;padding:8px;}
.DArchiveNewsList:hover{background-color:#eae8e8;border:1px solid #b4b3b3;}
.btnCatName{position:absolute;margin-bottom:5px;min-width:100px;background-color:#CD241FD6;border-color:#CD241F;padding:2px 12px;border-radius:0;left:10px;bottom:-5px;border:none;}
.btnCatName:hover{background-color:#000;}

.DTagName h1{font-size:24px;line-height:40px;color:#B71117;margin-top:30px;}
.DTagName h1 i{color:#B71117;padding-right:8px;}
.DWritersLead{margin-top:15px;margin-bottom:20px;background:#fff;padding:10px;border:1px solid#ccc;}
.DWritersLead img{border:3px solid#ccc;}
.DWritersLead p{font-size:1.1em;line-height:24px;}
.DWritersName{margin:10px 0;}
.DWritersName p{font-size:1.50em;line-height:30px;}

.DTagImgClass .img-fluid{max-width:150px!important;}

/*Writers Page*/
.DWritersTitle p{font-size:22px;line-height:40px;color:#B71117;margin-top:30px;}
.DWritersTitle p i{color:#B71117;}
.DWritersLead{margin-top:15px;margin-bottom:20px;background:#fff;padding:10px;border:1px solid#ccc;}
.DWritersLead img{border:3px solid#ccc;}
.DWritersLead p{font-size:1.1em;line-height:24px;}
.DWritersName{margin:10px 0;}
.DWritersName p{font-size:1.50em;line-height:30px;}
.wBrife{color:#444;font-size:15px;line-height:21px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.ShareTitle{font-size:18px;}

.DReadMore{margin-top:20px;}
.DReadMoreTitle{margin-bottom:10px;}
.DReadMoreTitle h2{color:#CB0000;font-weight:500;font-size:20px;}
.DReadMoreTitle a span{color:#CB0000;font-weight:900;font-size:22px;}
.DetailsReadMore{margin-bottom:20px;border-bottom:1px dotted #333;padding-bottom:10px;}
.DetailsReadMore .Desc{padding:5px;max-height:97px;overflow:hidden;}
.DetailsReadMore .Title{font-size:17px;line-height:22px;font-weight:500;padding-top:0;color:#222;}
.DetailsReadMore p{font-size:15px;line-height:21px;padding-top:8px;color:#555;max-height:69px;overflow:hidden;}
.MobileMenuShow{display:none;}

/*Privacy Policy*/
.DetailsLeftContent{margin-top:20px;}
.DetailsLeftContent .PrivacyTitle{font-size:18px;font-weight:500;margin-top:10px;line-height:26px;}
.DetailsLeftContent .PrivacyTitle2{font-size:18px;font-weight:normal;margin-top:10px;line-height:26px;}
.DetailsLeftContent p{font-size:17px;font-weight:normal;margin-top:10px;line-height:24px;}

/* =========== video ========= */
.video-gallery{
	background-color: #222;
	padding: 25px 0 50px 0;
  }
  .video-gallery .DHeadTitle h2{
	color: #fff;
  }
  .video-icon {
	position: absolute;
	color: #d00;
	left: 18px;
	top: 7px;
	background: #fff;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 38px;
  }
  .video-wrapper .img-box{
	position: relative;
  }
  .video-wrapper .sub-lead-head-2 h3{
	color: #fff;
  }
  .video-gallery .section-heading a{
	color: #fff;
  }
  .video-gallery .sub-lead-head-2 h3 {
	  font-size: 20px;
	  font-weight: 600;
	  line-height: 26px;
	  padding: 0 3px;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
	margin-top: 10px;
  }
  .CatMainNews{  margin-top: 15px;}
  .embed-responsive::before{display:block;content:"";}
.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden;}
.embed-responsive iframe{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}
.embed-responsive-16by9::before{padding-top:56.25%;}

@media (min-width:768px) and (max-width:991px) {}

/* Extra small Device. */
@media (max-width:767px) {
	.scrool_1 {
		padding: 10px 20px;
	}

	.scrool_2 {
		padding: 10px 30px;
	}

	.news-header {
		display: none;
	}


	.NewsHeader2 {
		display: block;
		margin: 15px 0;
	}

	.searchMobile {
		display: none;
	}

	.jeg_search_wrapper .jeg_search_form {
		display: none;
	}

	.social-media {
		display: none;
	}

	.mobile_search {
		display: block;
	}

	.searchIcon {
		font-size: 20px;
		line-height: 30px;
		display: flex;
		justify-content: end;
		padding: 3px 12px;
		color: #000;
	}

	.searchIcon:hover {
		color: #222;
	}

	.DHeaderNav {
		display: none;
	}

	.sticky.DHeaderNav {
		display: none;
	}

	.bangladesh-bank-section {
		margin-bottom: 30px;
	}
     .lead-news-section .lead-news-list:first-child {
		padding: 10px 0;
		margin-top: 0;
	
	}
	.lead-news-list:first-child {
		padding-top: 20px;
		margin-top: 0;
		padding-bottom: 0;
	}



	.bdBank-newsList {
		margin-top: 0;
	}

	.Special-news-list {
		margin-bottom: 16px;
		margin-top: 20px;
	}

	.jeg_footer_4 .jeg_footer_primary {
		padding: 25px 20px 15px;
	}

	.footer_right {
		float: right;
		bottom: 0px;
		position: relative;
	}

	.footer_right {
		text-align: left;
	}

	.jeg_footer .copyright {
		padding: 0 20px;
	}

	.jeg_nav_col {
		display: flex;
		justify-content: start;
		margin: 10px 5px;
	}

	.main-menu {
		margin-top: 0;
		border-top: 0;
	}

	.mobileSticky.sticky2 {
		background: #fff;
		padding: 15px 0;
	}

	.national-lead-news .national-media picture img {
		aspect-ratio: 1.5;
		object-fit: cover;
		object-position: center;
	}

	.national-text.textHide {
		display: none;
	}

	.national-lead-news .national-title {
		font-size: 17px;
		line-height: 25px;
	}
	.Special-lead-news .Special-title{
		height: 70px;
	}
	.Special-lead-news .Special-text{
		padding-top: 0;
	}
	.news-list-area {
		margin: 10px 0 20px;
	}
	.sorkari-bank-section {
		padding-top: 15px;
	}
	.section-heading.video{
		margin-top: 20px;
	}

}