@charset "utf-8";
@font-face{font-family:"SolaimanLipi";src:url("../fonts/SolaimanLipi.woff") format("woff");}
body{font-family:"SolaimanLipi",serif;background-color:var(--bg-color);font-size:16px;overflow-x:hidden;letter-spacing:-0.2px;color:var(--font-color);}
h1, h2, h3, h4, h5, h6{font-family:"SolaimanLipi",serif;margin-bottom:0;letter-spacing:-0.2px;padding-left:2px;color:var(--heading-color);}
a{color:var(--font-color);}
a:hover{text-decoration:none;color:#04396A;}
p{margin-bottom:0;font-size:16px;line-height:22px;padding-left:2px;}

/* Google News  */
.DGoogleNewsBox {
    margin-bottom: 15px;
}
.DGoogleNewsBox img {
	width: 50px;
}
.google-col {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.DGoogleNewsBox span{
    color: #13829b;
}
.DGoogleNewsBox span:hover{
    color: #3aa8c1;
}


/* Home Page Modal  */
.modalad {
    display: none;
    position: fixed;
    z-index: 22;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modal-contentad {
    background-color: #fefefe;
	margin: 5% auto;
	border: 1px solid #888;
	width: 60%;
	position: relative;
}

.closead {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background: #f00;
	padding: 5px 10px;
	position: absolute;
	right: 5px;
	top: 5px;
	border-radius: 5px;
	opacity: 0.5;
}

.closead:hover,
.closead:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
	opacity: 1;
}


/*li Display None CSS*/
.DEconomics li{display:none;}
.Economics li{display:none;}
.DEconomics li a{display:none;}
.DEconomics li a p{display:none;}

/*Advertisement*/
.DAdDesktop{display:block;margin-top:20px;}
.DAdMobile{display:none;text-align:center;}

.DPopupAds{z-index:9999999;position:fixed;top:50%;left:50%;margin-right:-50%;transform:translate(-50%, -50%);}
.modal-dialog{max-width:660px;margin:4rem auto;}
.CrossBtn{position:absolute;top:-20px;right:-15px;font-size:30px;font-weight:bold;text-decoration:none;color:#fff !important;background-color:#E04845;width:35px;height:35px;opacity:0.8;border-radius:50%;text-align:center;line-height:30px;cursor:pointer;}

/*Dark Mode CSS*/
:root{--primary-color:#222;--secondary-color:#536390;--font-color:#222;--font-color2:#333;--bg-color:#fff;--heading-color:#222;--MujibBorshoBg-color:#fff;--HeaderBg-color:#fff;--HeaderBorder-color:#e2e2e2;--Brief-Color:#555;--Border-Color:#e2e2e2;--SectionTitle-Color:#31439D;--RightSideBarColor:#DC3546;--LatestHover-Color:#f0f0f0;--OpinionBg-Color:#f5f5f5;--OpinionTopBorder-Color:#31439D;--PrayerFont-Color:#224B63;--OpinionBg:#C2D5FF;--OpinionOddBg:#C2D5FFAB;--DCatHeading2Color:#222;--Details-CatTitle:#393382;--Details-CatTitleBorder:#393382;--PublishDate:#4a4a4a;--BlockQuoteBg:#efefef;--RelatedTagBg:#eee;--RelatedTagHoverBg:#d0d0d0;--RelatedTagFontColor:#1E88E6;--CommentsSectionBg:#f1f1f1;--ReadMore:#C4141A;--FormControlBg:#fff;--DivisionNavBg:#ddd;}
[data-theme="dark"]{--primary-color:#fff;--secondary-color:#818cab;--font-color:#fff;--font-color2:#fff;--bg-color:#111111;--heading-color:#fff;--MujibBorshoBg-color:#C2D5FF;--HeaderBg-color:#111;--HeaderBorder-color:#bbb;--Brief-Color:#e0e0e0;--Border-Color:#333;--SectionTitle-Color:#fff;--RightSideBarColor:#FFA800;--LatestHover-Color:#333;--OpinionBg-Color:#222;--OpinionTopBorder-Color:#FFA800;--PrayerFont-Color:#fff;--OpinionBg:#222;--OpinionOddBg:#333;--DCatHeading2Color:#fff;--Details-CatTitle:#fff;--Details-CatTitleBorder:#FFA800;--PublishDate:#eee;--BlockQuoteBg:#333;--RelatedTagBg:#333;--RelatedTagHoverBg:#555;--RelatedTagFontColor:#f0f0f0;--CommentsSectionBg:#333;--ReadMore:#fff;--FormControlBg:#fff;--DivisionNavBg:#333;}

.theme-switch-wrapper{display:flex;align-items:center;}
.theme-switch{display:inline-block;height:20px;position:relative;width:45px;margin-top:13px;}
.theme-switch input{display:none;}
.slider{background-color:#fff;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s;}
.slider:before{background-color:#81A2E5;bottom:2.5px;content:"";height:15px;left:4px;position:absolute;transition:.4s;width:15px;}
input:checked + .slider{background-color:#222;}
input:checked + .slider:before{transform:translateX(20px);}
.slider.round{border-radius:34px;}
.slider.round:before{border-radius:50%;}

/*Common*/
.container{max-width:1320px !important;padding-right:20px;padding-left:20px;}
.container-fluid{padding-right:20px;padding-left:20px;}
.Brief{font-size:16px;line-height:20px;color:#5a5a5a;}
.img100{width:100%;}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{position:relative;width:100%;padding-right:10px;padding-left:10px;}

/*World Cup Quiz*/
.bodybg{background-image:url('../../media/common/lusail-stadium.jpg');background-repeat:no-repeat;background-attachment:fixed;background-size:cover;height:100vh;background-position:center;display:flex;align-items:center;justify-content:center;}
.wcQuizframe{ color:#fff;background:#111111c4;border-radius:7px;overflow:hidden;max-width:675px;}
.wcQuizframe .quizFrom{padding:10px 16px;}
.wcQuizframe .quizFrom h1{color:#fff;text-align:center;line-height:1.3;font-size:25px;}
.wcQuizframe .quizFrom h2{ font-size:16px;line-height:1.3;text-align:center;color:#fff;margin-top:12px;}
.wcQuizframe .quizFrom .btn{ background:#78073d;border:none;color:#fff;border-radius:0;}
.wcQuizframe .quizFrom .input-group-text{ color:#fff;background-color:#78073d;border:none;border-radius:0;width:69px;}
.wcQuizframe .quizFrom form{ margin-top:16px;}
.wcQuizframe .quizFrom label{ font-size:18px;line-height:1.4;color:#d70067;}
/*Header & Footer*/
.DHeaderTop{padding:15px 0;background:var(--HeaderBg-color);}
.DLogo img{width:auto;height:100px;}

.DiplayInline{width:448px;}
.DiplayInline .dropdown-item{display:block;width:112px;float:left;clear:none;padding:.5rem 0.8rem;border-bottom:1px solid #ccc;border-right:1px solid #ccc;text-align:center;}

.DSiteTopAdd{background:var(--HeaderBg-color);padding:10px;border-bottom:1px solid var(--Border-Color);}
.DDate{display:inline-block;margin-top:7px;}
.DDate ul{padding:6px 12px 6px 5px;background:#001948;display:inherit;clip-path:polygon(0% 0, 100% 0%, 95% 100%, 0% 100%);margin-bottom:0;}
.DDate ul li{float:left;padding:0 5px;list-style:none;}
.DDate ul li p{color:#fff;font-size:14px;line-height:23px;}

.DNewsPortal{display:inline-block;margin-top:7px;}
.DNewsPortal ul{padding:6px 12px 6px 5px;background:#E91E24;display:inherit;clip-path:polygon(0% 0, 100% 0%, 95% 100%, 0% 100%);margin-bottom:0;}
.DNewsPortal ul li{float:left;padding:0 5px;list-style:none;}
.DNewsPortal ul li p{color:#fff;font-size:14px;line-height:23px;font-weight:bold;}

.SocialIcon{display:inline-block;position:relative;margin-left:5px;}
.SocialIcon ul li{float:left;list-style:none;}
.SocialIcon ul .LiveIcon{height:36px;width:83px;text-align:center;line-height:36px;}
.SocialIcon ul .LiveIcon .PImgIcon{width:20px;padding-right:5px;position:relative;top:-1px;}
.SocialIcon ul .LiveIcon a{color:#fff;text-transform:uppercase;font-family:auto;font-size:15px;}
.SocialIcon ul .VidIcon{height:36px;width:48px;text-align:center;line-height:36px;}
.SocialIcon ul .PhotoIcon{height:36px;width:48px;text-align:center;line-height:36px;}
.SocialIcon ul .SearchIcon{height:36px;width:48px;text-align:center;line-height:36px;}
.SocialIcon ul li a i{font-size:17px;width:48px;height:36px;text-align:center;line-height:35px;color:#fff;}

.SocialIcon .fb-icon{position:relative;left:-33px;background:#0267B5;clip-path:polygon(22% 0, 100% 0%, 78% 100%, 0% 100%);}
.SocialIcon .yt-icon{position:absolute;left:44px;background:#E91E24;clip-path:polygon(22% 0, 100% 0%, 78% 100%, 0% 100%);}
.SocialIcon .tw-icon{position:absolute;left:81px;background:#03ACED;clip-path:polygon(22% 0, 100% 0%, 78% 100%, 0% 100%);}
.SocialIcon .li-icon{position:absolute;left:155px;background:#0252A9;clip-path:polygon(22% 0, 100% 0%, 78% 100%, 0% 100%);}
.SocialIcon .ig-icon{position:absolute;left:118px;background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);clip-path:polygon(22% 0, 100% 0%, 78% 100%, 0% 100%);}
.SocialIcon .LiveIcon{position:absolute;left:192px;background:#CC101F;clip-path:polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);}
.SocialIcon .VidIcon{position:absolute;left:264px;background:#A91A38;clip-path:polygon(21% 0, 100% 0%, 79% 100%, 0% 100%);}
.SocialIcon .PhotoIcon{position:absolute;left:302px;background:#7B1A2E;clip-path:polygon(21% 0, 100% 0%, 79% 100%, 0% 100%);}
.SocialIcon .SearchIcon{position:absolute;left:339px;background:#5B2354;clip-path:polygon(21% 0, 100% 0%, 79% 100%, 0% 100%);}
.LiveIcon .fa.fa-play-circle{font-size:15px;width:21px;}

.AppsLogo{display:inline-block;float:right;margin-top:7px;}
.AppsLogo img{display:inline-block;width:120px;border-radius:5px;margin-left:3px;}

.DHeaderNav{background:#575029;}
.DHeaderNav .bg-light{padding:0;background:#02174C !important;}
.DHeaderNav .navbar-light .navbar-nav .nav-item .nav-link{color:#fff;white-space:nowrap;font-size:16px;line-height:18px;padding:0.95em .8rem .8rem;letter-spacing:.2px;font-weight:600;}
.DHeaderNav .navbar-light .navbar-nav .nav-item .nav-link i{font-size:15px;}
.SunIcon{width:19px;margin-right:7px;position:relative;top:2px;}
.MoonIcon{width:18px;margin-left:7px;position:relative;top:3px;}
.sticky .theme-switch-wrapper{padding-top:6px;}

.TopMenu{height:60px;transition:0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275);background:#575029;position:relative;z-index:9999;}
.TopMenu .display-flex, .TopMenu .display-flex{align-items:center;display:flex;height:60px;}
.TopMenu .menu-left, .menu-right{cursor:pointer;color:#fff;font-size:25px;}
.TopMenu .menu-left{padding-right:15px;}
.TopMenu .menu-right{padding-right:5px;}
.TopMenu .fa-w-11{font-size:21px;width:21px;}
.TopMenu .menu-search a{color:#0d4676;font-size:20px;}
.TopMenu .mr-auto.LogoDate{position:relative;}
.TopMenu .DLogoMobile .DlogoM{height:50px;width:auto;}
.TopMenu .mr-auto.LogoDate span{position:absolute;width:100%;left:0;bottom:-19px;color:#0d4676;font-size:13px;text-align:center;font-family:"Titillium Web",sans-serif;}
.menu-search{padding:0;}
.MobileMenuShow{display:none;}
.MobileMenu{z-index:9999;top:88px;left:0;overflow:scroll;position:fixed;max-height:90vh;}
.MobileMenu .LiveViewMenu{background:var(--OpinionBg-Color);position:relative;}
.MobileMenuTop ul{list-style:none;padding-left:0px;margin:0;}
.MobileMenuTop ul li a{padding:10px 0 0;display:block;font-size:16px;color:var(--SectionTitle-Color);}
.no-scrollbar{width:100% !important;height:100% !important;overflow:hidden !important;margin:0 !important;padding:0 !important;}
.sticky2 .MobileMenu{top:60px;}

.sticky2{position:fixed;top:0px;width:100%;z-index:999999;padding:0;transition:0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275);border-bottom:0px;background:#fff;}
.show{display:inline;}
.hide{display:none;}
.menu-search{display:inline;}
.navbar-expand-lg .navbar-nav .menu-search{padding:0.5em 0.7rem 0.4em;}
.navbar-expand-lg .navbar-nav .nav-link-search{font-size:17px;color:#333}
.search_block{position:absolute;top:132px;z-index:99999999;width:100%;background:var(--OpinionBg-Color);padding:10px 0px;box-shadow:0 0 3px 0 #9f9f9f8f;}
.search_logo input{padding:5px 10px;margin-right:auto;width:calc(100% - 112px);border:1px solid #ddd;display:inline-block;height:calc(1.2em + .75rem + 2px);font-size:15px;margin-right:5px;}
a.close-search{display:inline-block !important;}
.search_logo.display-flex a,
.search_logo.display-flex button{background:#e6e4e4;width:40px;margin-right:2px;height:32px;text-align:center;line-height:32px;color:#C4161C;border:none;cursor:pointer;}
.search_logo.display-flex a:hover,
.search_logo.display-flex button:hover{color:#a71e25;}
.search_logo.display-flex a:last-child{margin-right:0;top:-1px;position:relative;}

.show{display:inline;}
.Hide{display:none;}

.dropdown-toggle::after{display:none;}
.DHeaderNav .navbar-light .navbar-nav .nav-item .nav-link:hover{box-shadow:0 -3px 0px 0px #444 inset;transition:0.2s;background:#4242424F;}
.nav-item .nav-link:hover .fa-angle-down{transition:0.40s;-webkit-transition:0.40s;-moz-transition:0.40s;-ms-transition:0.40s;-o-transition:0.40s;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.nav-item .nav-link .fa-angle-down{margin-top:-3px;}
.woodmart-logo{display:none;}
.sticky .DLogo{display:none;}

.SpecialMenu{background:#02174C;padding:10px 0;}
.SpecialMenu ul{padding:0;margin:0;justify-content:center;display:flex;}
.SpecialMenu li{list-style:none;display:inline-block;}
.SpecialMenu li a{font-size:18px;color:#fff;padding-right:40px;font-weight:bold;}
.SpecialMenu li a i{padding-right:5px;font-size:16px;}

.dropdown-menu{padding:0;margin:0;border-radius:0;border:0px solid #ccc;font-weight:400;font-size:17px;background:#f2f3f3;}
.dropdown-item:focus, .dropdown-item:hover{color:#fc1415;text-decoration:none;}
.dropdown-item{padding:.4rem 0.8rem;font-weight:400;}
.sticky{position:fixed;top:0px;width:100%;z-index:9999;transition:0.2s;}
.sticky .DHeaderNav .navbar-light .navbar-nav .nav-item .nav-link{padding-top:1.2rem;padding-bottom:1.2rem;}
.woodmart-sticky-logo img{width:180px;padding:5px 0;margin-right:20px;}
.dropdown:hover>.dropdown-menu{display:block;}
.sticky .woodmart-logo.woodmart-sticky-logo{display:block;}
.woodmart-logo:hover img{opacity:1;}

/*Footer CSS*/
.AboutMenu{padding-bottom:23px;border-bottom:2px solid #0E0E0E;}
.AboutMenu{justify-content:center;display:flex;}
.AboutMenu ul{list-style:none;padding:0;margin:0;}
.AboutMenu li{display:inline-block;}
.AboutMenu li a{font-size:16px;font-weight:700;color:#f5f5f5;padding:9px 17px 7px;line-height:16px;background:#1c1c1c;margin-right:10px;border-radius:4px;}
.AboutMenu li:last-child a{margin-right:0;}
.AboutMenu li a:hover{background:#000;color:#f5f5f5;}

.DFooterTop{background:#333;padding:25px 0 15px;margin-top:30px;}
.EditorialInfo{padding:30px 0;border-bottom:2px solid #0E0E0E;}
.EditorialInfo .col-sm-6:nth-child(1){padding-right:30px;}
.EditorialInfo .col-sm-6:nth-child(2){padding-left:25px;}
.EditorialInfo h2{font-size:19px;line-height:27px;padding-bottom:10px;color:#fff;}
.EditorialInfo p{color:#f5f5f5;font-size:16px;line-height:24px;}
.EditorialInfo p a{color:#f5f5f5;font-size:16px;line-height:24px;}
.border-right-inner2{border-right:2px solid #f5f5f5;}

.FooterEnding{padding-top:15px;}
.DFLogo img{width:auto;height:75px;}
.DSocial ul.social-network{list-style:none;display:inline;padding-left:0px;margin:0;}
.DSocial ul.social-network li{display:inline;margin-right:5px;}
.DSocial .social-network a.icoWhatsapp{background-color:#24CC63;}
.DSocial .social-network a.icoYoutube{background-color:#cb2027;}
.DSocial .social-network a.icoFacebook{background-color:#3B5998;}
.DSocial .social-network a.icoTwitter{background-color:#33ccff;}
.DSocial .social-network a.icoLinkedin{background-color:#0C61BF;}
.DSocial .social-network a.icoInstagram{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.DSocial .social-network a.icoVimeo{background-color:#0590B8;}
.DSocial .social-network a.icoPinterest{background-color:#cb2027;}
.DSocial .social-network a.icoWhatsapp:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoInstagram:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoPinterest:hover i, .social-network a.icoYoutube:hover i{color:#fff;}a.socialIcon:hover, .socialHoverClass{color:#44BCDD;}
.DSocial .social-circle li a{display:inline-block;position:relative;margin:0 auto 0 auto;text-align:center;width:36px;height:36px;font-size:18px;background-color:#333;}
.DSocial .social-circle li i{margin:0;line-height:36px;text-align:center;}
.DSocial .social-circle li a:hover i, .triggeredHover{-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-ms--transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;-ms-transition:all 0.2s;transition:all 0.2s;}
.DSocial .social-circle i{color:#fff;-webkit-transition:all 0.8s;-moz-transition:all 0.8s;-o-transition:all 0.8s;-ms-transition:all 0.8s;transition:all 0.8s;}

.Copyright p{color:#f5f5f5;font-size:17px;}
.Copyright a{color:#222;}
.back_to_top.on{position:fixed;bottom:50px;right:15px;cursor:pointer;height:40px;width:40px;line-height:35px;text-align:center;border:2px solid;border-radius:50%;z-index:999;color:#fc1415;display:block;}

.DScroll{margin-top:10px;font-size:16px;border:1px solid #02174C;padding-right:5px;color:var(--font-color);}
.DScroll .col-sm-1 p{font-size:17px;padding:5px 6px 4px 6px;font-weight:bold;text-align:center;background:#4d482f;color:#fff;}
.DScroll .col-sm-11{width:92%;float:left;height:30px;}
.DScroll .col-sm-11 a span{display:inline-block;padding:3px 0 2px 20px;}

.DBeaking{margin-top:10px;font-size:16px;border:1px solid #02174C;padding-right:5px;color:var(--font-color);}
.DBeaking .col-sm-1 p{font-size:17px;padding:5px 6px 4px 6px;font-weight:bold;text-align:center;background:#02174C;color:#fff;}
.DBeaking .col-sm-11{width:92%;float:left;height:30px;}
.DBeaking .col-sm-11 a span{display:inline-block;padding:3px 0 2px 20px;}

/*body*/
.MujibborshoIcon{margin-top:15px;background:var(--MujibBorshoBg-color);padding:4px 0;}
.MujibborshoIcon img{width:126px;}

.DHeaderAdd2{padding:15px 0 0;}
.DHeaderAdd2 img{width:970px;}
.DAdd{padding:20px 0 0;}
.DAdd1{padding-top:50px;}
.DAdd2{margin-top:30px;}
.DAdd3{margin-top:10px;}
.BannerAdd2{padding:30px 0 0;}
.BannerAdd2 img{width:970px;}
.DSiteTopAdvertisement img{width:970px;}
.DLocalAdd{border:1px solid var(--Border-Color);padding:2px 5px;}

.Imgresize{position:relative;}
.ImgViewer{padding-top:56.25%;margin:0;}
.FixingRatio{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;width:100%;object-fit:cover;}
.zoom-desktop{transform:none;transition:transform .1s ease-out;}
.ImgRatio{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;width:100%;object-fit:cover;}

.Imgresize i.video_icon{font-size:18px;padding:10px 10px 10px 14px;color:#222;}
i.video_icon{position:absolute;background-color:#fff;border-radius:30px;right:2%;top:3%;text-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);}

.SPSecTitle{margin-top:30px;border-bottom:1px solid var(--Border-Color);}
.SPSecTitle h2{color:#575029;font-size:22px;font-weight:bold;display:inline;line-height:35px;}
.SPSecTitle .RIghtBar{height:20px;width:4px;background-color:var(--RightSideBarColor);display:inline-block;margin-right:5px;position:relative;top:3px;}

.SPSecTitle2{margin-top:30px;}
.SPSecTitle2 h2{color:#575029;font-size:22px;font-weight:bold;display:inline;line-height:25px;}
.SPSecTitle2 .RIghtBar{height:20px;width:4px;background-color:var(--RightSideBarColor);display:inline-block;margin-right:5px;position:relative;top:3px;}

.SPSecTitle3{margin-top:20px;margin-bottom:5px;}
.DOnlineVote .SPSecTitle3{margin-top:30px;margin-bottom:5px;}
.SPSecTitle3 .svg-inline--fa.fa-w-14{width:18px;color:#DC3546;margin-right:3px;}
.SPSecTitle3 h2{color:var(--SectionTitle-Color);font-size:22px;font-weight:bold;display:inline;line-height:30px;}

.SPSecTitle4 h2{color:#fff;font-size:22px;font-weight:bold;display:inline;line-height:25px;}
.SPSecTitle4 .RIghtBar{height:20px;width:4px;background-color:#FFA800;display:inline-block;margin-right:5px;position:relative;top:3px;}

.DottedBorder.MarginTop{margin-top:20px;}
.DottedBorder.MarginTop30{margin-top:30px;}
.DottedBorder{border-bottom:1px solid var(--Border-Color);}
.DFbPage{margin-top:30px;}

/*Ramadan Section*/
.DRamadanSec{margin-top:20px;background:linear-gradient(to right top,#c48801,#c87210,#c95c20,#c5452d,#bd2d39,#bb1e45,#b60d52,#ae005e,#aa0072,#9e008a,#8200a7,#4603c6);}
.DRamadanSec p{padding:7px 15px;text-align:center;font-size:18px;color:#fff;}
.DRamadanTable{color:#fff;text-align:center;font-size:15px;}
.DRamadanTable table{margin-bottom:0;color:#fff;}
.DRamadanTable .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{padding:3px;text-align:center;}
.DRamadanTable .table td, .table th{border-right:1px solid #fff !important;border-bottom:1px solid #fff !important;border-left:0;}
.DRamadanTable .table td:last-of-type{border-right:0 solid #fff !important;}
.DRamadanTable .table th:last-of-type{border-right:0 solid #fff !important;}

/*Lead-Section*/
.DTopSectionArea .row{margin-right:-15px;margin-left:-15px;}
.DTopSectionArea .col-lg-9{padding-right:15px;padding-left:15px;}
.DTopSectionArea .col-lg-8{padding-right:15px;padding-left:15px;}
.DTopSectionArea .col-lg-5{padding-right:15px;padding-left:15px;}
.DTopSectionArea .col-lg-7{padding-right:15px;padding-left:15px;}
.DTopSectionArea .col-lg-4{padding-right:15px;padding-left:15px;}
.DTopSectionArea .col-sm-12{padding-right:15px;padding-left:15px;}
.DTopSectionArea .col-sm-7{padding-right:15px;padding-left:15px;}
.DTopSectionArea .col-sm-5{padding-right:15px;padding-left:15px;}
.DTopSectionArea .col-sm-6{padding-right:15px;padding-left:15px;}

.DTopSection{margin-top:20px;padding-bottom:20px;border-bottom:1px solid var(--Border-Color);}
.DTopSection2{margin-top:20px;}

.Lead-News{width:100%;}
.Lead-News .Desc{max-height:125px;overflow:hidden;padding-left:2px;}
.Lead-News .Desc .Title{font-size:24px;line-height:32px;font-weight:bold;padding:10px 0 5px;}
.Lead-News .Desc .Brief p{font-size:17px;line-height:25px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--Brief-Color);}
.Lead-News .ImgViewer{padding-top:58%;margin:0;}

.border-right-inner{border-right:1px solid var(--Border-Color);}
.border-left-inner{border-left:1px solid var(--Border-Color);margin-top:20px;}
.border-left-inner2{border-left:1px solid var(--Border-Color);margin-top:30px;}
.border-bottom{border-bottom:1px solid var(--Border-Color);}
.border-bottom.MarginTop20{margin-top:20px;}

.DSpecialTop1{padding-bottom:8px;border-bottom:1px solid var(--Border-Color);}
.DSpecialTop1 .Desc{padding-top:7px;height:65px;overflow:hidden;}
.DSpecialTop1 .Title{font-size:20px;line-height:29px;font-weight:bold;margin-bottom:0;background-repeat:no-repeat;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.DSpecialTop1:last-child{margin-top:15px;padding-bottom:0;border-bottom:none	;}

.DSpecialTop2Area .col-lg-4:nth-child(3){border:none;}
.DSpecialTop2 .Desc{padding-top:7px;}
.DSpecialTop2{width:100%;}
.DSpecialTop2 .Title{font-size:20px;line-height:29px;font-weight:bold;margin-bottom:0;background-repeat:no-repeat;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.DSpecialTop2 .ImgViewer{padding-top:58%;margin:0;}

.DLPSTab2{margin-bottom:0;margin-top:20px;}
.DLPSTab2 .nav-tabs{border:none;color:#000;background:#fff;border-bottom:1px solid #4d482f;}
.DLPSTab2 .nav-tabs .nav-item{width:50%;float:left;}
.DLPSTab2 .nav-tabs .nav-item a{border:none;border-radius:0;text-align:center;font-size:17px;padding:7px 0;font-weight:bold;color:#333;}
.DLPSTab2 .nav-tabs .nav-item a.active{color:#fff;background:#4d482f;}

.LatestList2{padding:0;margin-bottom:0;border-left:1px solid var(--Border-Color);}
.LatestList2 li{list-style:none;padding:5px 10px 6px;border-bottom:1px solid var(--Border-Color);}
.LatestList2 li:hover{background:var(--LatestHover-Color);}
.LatestList2 li:last-child{border-bottom:0 solid #ccc;}
.LatestList2 li p{font-size:16px;line-height:23px;color:var(--font-color);font-weight:bold;}
.LatestList2 span{font-size:13px;color:#900;line-height:15px;font-weight:bold;letter-spacing:.3px;}
.allnews a{display:block;text-align:center;border:none;padding:5px;color:#fff;background:#4d482f;text-decoration:none;}

.DLPSTab3{margin-bottom:0;margin-top:20px;}
.DLPSTab3 .nav-tabs{border:none;color:#000;background:#fff;border-bottom:1px solid #4d482f;}
.DLPSTab3 .nav-tabs .nav-item{width:33.33%;float:left;}
.DLPSTab3 .nav-tabs .nav-item a{border:none;border-radius:0;text-align:center;font-size:17px;padding:7px 0;font-weight:bold;color:#333;}
.DLPSTab3 .nav-tabs .nav-item a.active{color:#fff;background:#4d482f;}

.LatestList3{padding:0;margin-bottom:0;border-left:1px solid var(--Border-Color);}
.LatestList3 li{list-style:none;padding:5px 10px 6px;border-bottom:1px solid var(--Border-Color);}
.LatestList3 li:hover{background:var(--LatestHover-Color);}
.LatestList3 li:last-child{border-bottom:0 solid #ccc;}
.LatestList3 li p{font-size:16px;line-height:23px;color:var(--font-color);font-weight:bold;}
.LatestList3 span{font-size:13px;color:#900;line-height:15px;font-weight:bold;letter-spacing:.3px;}
.allnews a{display:block;text-align:center;border:none;padding:5px;color:#fff;background:#4d482f;text-decoration:none;}

/*HighLighted News Section*/
.HighlighedSection .row{margin-left:-15px;margin-right:-15px;}
.HighlighedSection .col-lg-9{padding-left:15px;padding-right:15px;}
.HighlighedSection .col-lg-3{padding-left:15px;padding-right:15px;}

.HighlighedSectionArea{margin-top:20px;}
.HighlighedSectionArea .row{margin-left:-15px;margin-right:-15px;}
.HighlighedSectionArea .col-lg-8{padding-left:15px;padding-right:15px;}
.HighlighedSectionArea .col-lg-4{padding-left:15px;padding-right:15px;}
.HighlighedSectionArea .col-lg-6{padding-left:15px;padding-right:15px;}

.HighlighedTopArea .col-lg-6:nth-child(3) .DHighlightedTop{border:none;padding-top:15px;padding-bottom:0;}
.HighlighedTopArea .col-lg-6:nth-child(4) .DHighlightedTop{border:none;padding-top:15px;padding-bottom:0;}
.DHighlightedTop .Desc{padding:5px 4px 0;height:57px;overflow:hidden;}
.DHighlightedTop{padding-bottom:10px;border-bottom:1px solid var(--Border-Color);width:100%;}
.DHighlightedTop .Title{font-size:18px;line-height:26px;font-weight:bold;margin-bottom:0;background-repeat:no-repeat;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.DHighlightedTop .ImgViewer{padding-top:58%;margin:0;}

.DHighlightedList{padding:13px 0;border-bottom:1px solid var(--Border-Color);display:flow-root;}
.DHighlightedList .Title{font-size:17px;line-height:25px;font-weight:bold;margin-bottom:0;background-repeat:no-repeat;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:72px;}
.DHighlightedList .ImgViewer{padding-top:60%;margin:0;}
.DHighlightedList .DImgBlock{margin-right:10px;float:left;width:42%;}
.DHighlightedList .DetailsBlock{float:none;width:auto;}
.DHighlightedList:first-child{padding-top:0;}
.DHighlightedList:last-child{padding-bottom:0;border-bottom:none;}

.AreaSearch{border:1px solid var(--Border-Color);padding:20px 20px 10px;margin-top:20px;}
.AreaSearch .form-control{font-size:18px;font-weight:bold;}
.AreaSearch .ColorBox{width:28px;height:10px;display:inline-block;vertical-align:top;margin-right:10px;margin-top:7px;background-color:#3C5188;}
.AreaSearch .DescTitle h2{font-size:20px;margin-bottom:0;color:var(--font-color2);font-weight:bold;display:inline-block;}

/*Sports Section*/
.SportsSectionArea{}
.DSportsTop{margin-top:10px;width:100%;}
.DSportsTop .thumbnail{border:0 none;box-shadow:none;margin:0 0 0 0;padding:0;}
.DSportsTop .thumbnail .Desc{padding:10px;}
.DSportsTop .Desc{width:100%;bottom:0;position:absolute;z-index:10;max-height:140px;overflow:hidden;}
.DSportsTop .Desc .Title{font-size:24px;line-height:32px;font-weight:bold;color:#fff;margin-bottom:8px;}
.DSportsTop .Desc .Brief p{color:#f3f3f3;font-size:17px;line-height:25px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.DSportsTop .CatName{font-size:18px;line-height:20px;font-weight:bold;color:#ffb300;padding-bottom:8px;display:block;padding-left:0;padding-top:0;}
.DSportsTop .ImgViewer::after{background-image:linear-gradient(180deg,transparent,transparent 25%,#000);content:" ";position:absolute;left:0;right:0;top:0;bottom:0;}
.DSportsTop .ImgViewer{padding-top:57%;}

.DSportsListItem{padding:10px 0;border-bottom:1px solid var(--Border-Color);display:flow-root;}
.DSportsListItem:last-child{padding-bottom:0px;border-bottom:none;}
.DSportsListItem .Title{font-size:18px;line-height:26px;font-weight:bold;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:71px;}
.DSportsListItem .Brief p{font-size:16px;line-height:23px;padding-top:6px;color:#444;display:block;font-weight:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:100px;}
.DSportsListItem .ImgViewer{padding-top:66%;}
.DSportsListItem .DImgBlock{margin-right:10px;float:left;width:40%;}
.DSportsListItem .DetailsBlock{float:none;width:auto;}

/*Opinion Section*/
.LeadTitlebar4{background-color:#02174C;padding:7px 0;}
.LeadTitlebar4 a p{color:#ccc;margin:0;text-align:center;font-size:20px;font-weight:bold;}
.DOpinionRow{margin-top:20px;}
.DOpinionNList{padding:7px 10px 7px 20px;border-bottom:1px solid var(--Border-Color);background:var(--OpinionBg);}
.DOpinionNList:last-child{border-bottom:none;}
.DOpinionNList:nth-child(odd){background:var(--OpinionOddBg);}
.DOpinionNList .col-sm-3{padding-right:0;}
.DOpinionNList .col-sm-3 img{border-radius:100px;}
.OponionWriter{font-size:14px;font-weight:bold;margin:0;padding-top:3px;color:var(--Brief-Color);}
.OponionWriter span{font-size:14px;margin-right:3px;color:#eee;}
.OponionBrief{font-size:15px;line-height:21px;margin:0;max-height:40px;overflow:hidden;}
.OponionWriter::before{content:"\2014\00A0";position:relative;color:#222;}


/*Politics Section*/
.DPoliticsTop{margin-top:10px;width:100%;}
.DPoliticsTop .thumbnail{border:0 none;box-shadow:none;margin:0 0 0 0;padding:0;}
.DPoliticsTop .thumbnail .Desc{padding:10px 15px 5px;margin-bottom:10px;}
.DPoliticsTop .Desc{width:100%;bottom:0;position:absolute;z-index:10;max-height:140px;overflow:hidden;}
.DPoliticsTop .Desc .Title{font-size:24px;line-height:32px;font-weight:bold;color:#fff;margin-bottom:8px;}
.DPoliticsTop .Desc .Brief p{color:#f3f3f3;font-size:17px;line-height:25px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.DPoliticsTop .CatName{font-size:18px;line-height:20px;font-weight:bold;color:#ffb300;padding-bottom:8px;display:block;padding-left:0;padding-top:0;}
.DPoliticsTop .ImgViewer::after{background-image:linear-gradient(180deg,transparent,transparent 25%,#000);content:" ";position:absolute;left:0;right:0;top:0;bottom:0;}
.DPoliticsTop .ImgViewer{padding-top:57%;}

.DPoliticsList1{}
.DPoliticsListItem1{margin-top:20px;border:1px solid var(--Border-Color);width:100%;}
.DPoliticsListItem1 .Desc{padding:5px 7px;}
.DPoliticsListItem1 .Desc .Title{font-size:18px;font-weight:bold;line-height:26px;}
.DPoliticsListItem1 .Desc .Brief p{color:#555;font-size:16px;line-height:23px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-top:4px;}
.DPoliticsListItem1 .ImgViewer{padding-top:58.1%;}

.DPoliticsList2{margin-top:15px;}
.DPoliticsList2Item2{padding:15px 0;border-top:1px solid var(--Border-Color);display:flow-root;}
.DPoliticsList2Item2:last-child{padding-bottom:00px}
.DPoliticsList2Item2 .Title{font-size:17px;line-height:25px;font-weight:bold;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:71px;}
.DPoliticsList2Item2 .Brief p{font-size:16px;line-height:23px;padding-top:6px;color:#444;display:block;font-weight:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:100px;}
.DPoliticsList2Item2 .ImgViewer{padding-top:58.5%;}
.DPoliticsList2Item2 .DImgBlock{margin-right:10px;float:left;width:40%;}
.DPoliticsList2Item2 .DetailsBlock{float:none;width:auto;}

/*Common Category 2*/
.DCommonCat2{padding:0 8px;border:1px solid var(--Border-Color);margin-top:10px;}
.DCommonCat2NewsList{padding:7px 0;border-bottom:1px dashed var(--Border-Color);}
.DCommonCat2NewsList:last-child{border-bottom:none;}
.DCommonCat2NewsList .Title{font-size:17px;line-height:25px;font-weight:bold;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.DCommonCat2NewsList .col-lg-4{padding-right:0;}
.DCommonCat2NewsList .ImgViewer{padding-top:57.8%;}

/*Information Technology*/
.DInfoTech .row{margin-left:-15px;margin-right:-15px;}
.DInfoTech .col-lg-9{padding-left:15px;padding-right:15px;}
.DInfoTech .col-lg-3{padding-left:15px;padding-right:15px;}

.DInfoTechlistArea .row{margin-left:-15px;margin-right:-15px;}
.DInfoTechlistArea .col-lg-4{padding-left:15px;padding-right:15px;}
.DInfoTechlistArea .col-lg-4{padding-left:15px;padding-right:15px;}
.DInfoTechlistArea .col-lg-4{margin-top:10px;}
.DInfoTechlistArea .col-lg-3{margin-top:10px;}
.DInfoTechList{width:100%;}
.DInfoTechList .Desc{max-height:116px;overflow:hidden;}
.DInfoTechList .Desc .Title{font-size:20px;font-weight:bold;line-height:28px;margin-top:7px;}
.DInfoTechList .Desc .Brief p{color:var(--Brief-Color);font-size:16px;line-height:24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-top:5px;}

.Crime .col-lg-3{border-right:1px solid var(--Border-Color);}
.Crime .col-lg-3:last-child{border-right:none;}

/*International Section*/
.DInternationalPrayer .row{margin-left:-15px;margin-right:-15px;}
.DInternationalPrayer .col-lg-9{padding-left:15px;padding-right:15px;}
.DInternationalPrayer .col-lg-3{padding-left:15px;padding-right:15px;}
.DInternationalPrayer .col-lg-7{padding-left:15px;padding-right:15px;}
.DInternationalPrayer .col-lg-5{padding-left:15px;padding-right:15px;}

.DInternationalTop{width:100%;margin-top:10px;border-bottom:1px solid var(--Border-Color);padding-bottom:20px;}
.DInternationalTop .Desc .Title{font-size:22px;line-height:30px;font-weight:bold;padding-bottom:10px;}
.DInternationalTop .Desc .Brief p{color:var(--Brief-Color);font-size:17px;line-height:25px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.DInternationalTop .col-lg-5{padding-left:0;}

.DInternationalList{margin-top:20px;}
.DInternationalList .row{margin-left:-15px;margin-right:-15px;}
.DInternationalList .col-lg-4{padding-left:15px;padding-right:15px;}
.DInternationalList .col-lg-4:nth-child(3).border-right-inner{border:none;}
.DInternationalList .col-lg-4:nth-child(6).border-right-inner{border:none;}
.DInternationalList .col-lg-4:nth-child(4) .DInternationalListItem{padding-bottom:0;padding-top:15px;border:none;}
.DInternationalList .col-lg-4:nth-child(5) .DInternationalListItem{padding-bottom:0;padding-top:15px;border:none;}
.DInternationalList .col-lg-4:nth-child(6) .DInternationalListItem{padding-bottom:0;padding-top:15px;border:none;}

.DInternationalListItem{padding-bottom:15px;border-bottom:1px solid var(--Border-Color);display:flow-root;}
.DInternationalListItem .Title{font-size:17px;line-height:25px;font-weight:bold;margin-bottom:0;background-repeat:no-repeat;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:72px;}
.DInternationalListItem .ImgViewer{padding-top:61%;margin:0;}
.DInternationalListItem .DImgBlock{margin-right:10px;float:left;width:42%;}
.DInternationalListItem .DetailsBlock{float:none;width:auto;}

.DPrayer .table td, .table th{padding:8px 15px 7px;color:var(--PrayerFont-Color);text-shadow:0 0 0 #224B63;font-size:17px;line-height:17px;}
.DPrayer .DHeadTop{background-color:#224B63;padding:10px 0 9px;}
.DPrayer .DHeadTop p{font-size:18px;color:#fff;text-align:center;margin:0;line-height:18px;font-weight:bold;}
.DPrayer .DFooterBottom{background-color:#224B63;padding:8px 0 7px;}
.DPrayer .DFooterBottom p{font-size:16px;color:#fff;text-align:center;line-height:18px;}
.DPrayer .table td:nth-child(1){width:50%;}
.table-bordered{border:1px solid var(--Border-Color);}

.DOnlineVote .VoteOption{background:#31439d73;padding:7px 8px 5px;font-size:17px;width:100%;color:#fff;line-height:18px;border-top-right-radius:8px;border-bottom-right-radius:8px;}
.DOnlineVote .progress{width:100%;height:1.8rem;display:inline-block;background:#31439d73;font-size:16px;border-top-left-radius:0;border-bottom-left-radius:0;}
.DOnlineVote .progress-bar{background:#31439D;text-align:left;padding:3px 10px;display:block;}
.DOnlineVote .progress-bar p{display:inline-flex;}
.DOnlineVote .form-check-input{position:relative;margin-top:0;margin-left:0;top:1px;margin-right:5px !important;width:20px;height:20px;}
.DOnlineVote .VoteHeader a{background-color:#8E1818;line-height:20px;font-size:20px;color:#fff;display:block;text-align:center;padding:8px 5px 5px;}
.DOnlineVote .Question h3{font-size:16px;font-weight:600;line-height:23px;color:var(--Font-Color);}
.DOnlineVote .VoteAnswer{margin:12px 0 6px;display:flex;justify-content:space-evenly;}
.DOnlineVote .VoteAnswer label{margin-bottom:3px;width:100%;display:flex;align-items:center;}
.DOnlineVote .VoteSubmit{text-align:center;display:inline-block;margin-right:10px;}
.DOnlineVote .VoteSubmit .btn-success{background:#0265A8;border-color:#0265A8;border-radius:25px;padding:9px 10px 7px;line-height:16px;}
.Question{border:1px solid var(--Border-Color);padding:10px;}

.DExchangeRate{margin-top:15px;}
.DExchangeRate img{padding:0 25px;}

/*Entertainment*/
.SpecialSecBg{background:#222222;padding:30px 0;margin-top:30px;}
.DEnterTop{margin-top:10px;background:#121212;}
.DEnterTop .Desc{position:relative;color:#222;padding:10px 12px 8px;height:122px;overflow:hidden;}
.DEnterTop .Desc .Title{font-size:20px;font-weight:bold;line-height:28px;color:#fff;}
.DEnterTop .Desc .Brief p{color:#eee;font-size:16px;line-height:24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-top:7px;}

.DEnterList1{width:100%;background:#121212;margin-top:10px;}
.DEnterList1:last-child{margin-top:20px;}
.DEnterList1 .Desc{padding:7px 9px 5px;height:60px;overflow:hidden;}
.DEnterList1 .Title{font-size:17px;line-height:24px;font-weight:bold;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#fff;}
.DEnterList1 .ImgViewer{padding-top:57.6%;}

.DEnterList2Area{margin-top:10px;}
.DEnterList2{padding:11px 0;border-bottom:1px dashed #555;}
.DEnterList2:first-child{padding-top:0;margin-top:10px;}
.DEnterList2:last-child{border-bottom:none;padding-bottom:0}
.DEnterList2 .Title{font-size:17px;line-height:25px;color:#fff;font-weight:bold;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.DEnterList2 .col-lg-7{padding-left:0;}
.DEnterList2 .ImgViewer{padding-top:63.2%;}

.Entertainment li{display:none;}

/*Economics*/
.Economics .row{margin-right:-15px;margin-left:-15px;}
.Economics .col-lg-9{padding-left:15px;padding-right:15px;}
.Economics .col-lg-3{padding-left:15px;padding-right:15px;}
.DEconomics .row{margin-right:-15px;margin-left:-15px;}
.DEconomics .col-lg-6{padding-left:15px;padding-right:15px;}
.DEconomics{margin-top:10px;}
.DEconomicsTop .Desc{padding:10px 3px 0;height:111px;overflow:hidden;}
.DEconomicsTop .Desc .Title{font-size:20px;font-weight:bold;line-height:28px;}
.DEconomicsTop .Desc .Brief p{color:var(--Brief-Color);font-size:16px;line-height:23px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-top:4px;}
.DEconomics li{display:none;}

.DEconomicsListItem{padding:15px 0;border-bottom:1px solid var(--Border-Color);display:flow-root;}
.DEconomicsListItem:first-child{padding-top:0px;}
.DEconomicsListItem:last-child{padding-bottom:0px;border-bottom:none;}
.DEconomicsListItem .Title{font-size:18px;line-height:26px;font-weight:bold;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:71px;}
.DEconomicsListItem .Brief p{font-size:16px;line-height:23px;padding-top:6px;color:#444;display:block;font-weight:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:100px;}
.DEconomicsListItem .ImgViewer{padding-top:57%;}
.DEconomicsListItem .DImgBlock{margin-right:10px;float:left;width:40%;}
.DEconomicsListItem .DetailsBlock{float:none;width:auto;}

/*Photo Gallery*/
.DPhotoGalleryTop{margin-top:10px;width:100%;}
.DPhotoGalleryTop .thumbnail{border:0 none;box-shadow:none;margin:0 0 0 0;padding:0;}
.DPhotoGalleryTop .thumbnail .Desc{padding:10px 15px 5px;}
.DPhotoGalleryTop .Desc{width:100%;bottom:0;position:absolute;z-index:10;}
.DPhotoGalleryTop .Desc .Title{font-size:24px;line-height:32px;font-weight:bold;color:#fff;margin-bottom:8px;}
.DPhotoGalleryTop .ImgViewer::after{background-image:linear-gradient(180deg,transparent,transparent 25%,#000);content:" ";position:absolute;left:0;right:0;top:0;bottom:0;}
.DPhotoGalleryTop .ImgViewer{padding-top:57%;}
.DPhotoGalleryTop .ImgIcon{width:2rem;height:2rem;position:relative;top:8px;background:url(../../media/common/photo-icon.png) no-repeat;background-size:auto;background-size:100% 100%;opacity:1;transition-property:color,opacity,background-color,border-color;transition-duration:.3s;border-radius:50%;opacity:1;display:inline-block;margin-right:10px;}

.FeaturedSlider{margin-top:20px;}
.DPhotoGalleryList .Desc{padding-top:6px;}
.DPhotoGalleryList .Desc .Title{font-size:20px;line-height:28px;font-weight:bold;color:#fff;}
.DPhotoGalleryList .ImgViewer{padding-top:60%;}
.DPhotoGalleryList .ImgIcon{width:1.5rem;height:1.5rem;position:relative;top:5px;background:url(../../media/common/photo-icon.png) no-repeat;background-size:auto;background-size:100% 100%;opacity:1;transition-property:color,opacity,background-color,border-color;transition-duration:.3s;border-radius:50%;opacity:1;display:inline-block;margin-right:5px;}

.owl-nav button{position:absolute;top:50%;background-color:#000;color:#fff;margin:0;transition:all 0.3s ease-in-out;}
.owl-nav button.owl-prev{left:0;}
.owl-nav button.owl-next{right:0;}
.owl-dots{text-align:center;padding-top:15px;}
.owl-nav button{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255, 255, 255, 0.5) !important;}
.owl-nav span{font-size:70px;position:relative;}
.owl-nav button:focus{outline:none;}


/*Opinion*/
.DOpinion{margin-top:15px;}
.DOpinion .row{margin-left:-15px;margin-right:-15px;}
.DOpinion .col-lg-4{padding-left:15px;padding-right:15px;}
.DOpinion .col-lg-4:nth-child(3){border-right:0;}

.OpinionTopNews{border-left:4px solid var(--OpinionTopBorder-Color);padding:27px 30px;background:var(--OpinionBg-Color);width:100%;min-height:336px;}
.OpinionTopNews .CatName{font-size:17px;line-height:24px;font-weight:bold;color:#3E7E95;padding-bottom:8px;display:block;padding-left:0;padding-top:0;}
.OpinionTopNews .Title{font-size:24px;line-height:32px;font-weight:bold;}
.OpinionTopNews .Brief p{color:var(--Brief-Color);font-size:17px;line-height:25px;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-top:7px;}
.OpinionTopNews .Writter{padding-top:15px;font-size:17px;color:var(--Font2-Color);}

.OpinionListItem{background:var(--OpinionBg-Color);margin-top:15px;display:flow-root;position:relative;width:100%;}
.OpinionListItem:last-child{margin-bottom:0;}
.OpinionListItem .Title{font-size:17px;line-height:25px;font-weight:bold;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:71px;}
.OpinionListItem .ImgViewer{padding-top:65%;}
.OpinionListItem .DImgBlock{margin-left:10px;float:right;width:38%;}
.OpinionListItem .DetailsBlock{float:none;width:auto;}
.OpinionListItem .DetailsBlock .Desc{padding:7px 0 7px 10px;}
.OpinionListItem .OponionWriter{font-size:15px;margin:0;position:absolute;bottom:4px;text-shadow:0 0 0 #222;}
.OpinionListItem .OponionWriter i{padding-right:3px;position:relative;top:1px;font-weight:bold;color:#900;font-size:14px;}


/*Video*/
.slider{z-index:2;}
.slider a{color:#fff;}
.slider-list.longEnough{z-index:-99;height:488px;overflow-x:auto;background:#121212;}
.slider-list .list-group-item.active{background-color:#414141 !important;border-color:#333;color:#fff;}
.slider-list .list-group-item:hover{background-color:#414141 !important;border-color:#333;color:#fff;}
.slider-list .list-group-item.active:focus{background-color:#414141 !important;border-color:#333;color:#fff;}
.slider-list .list-group-item{padding:0px;}
.mCSB_inside > .mCSB_container{margin-right:10px !important;}

.slider-list .list-group-item:first-child{border-top:none;}
.list-group-item:first-child{border-radius:0 !important;}
.slider-list .list-group-item{background:#151515 !important;color:#fff !important;}
.carousel-control-next, .carousel-control-prev{width:4%;background:#000;padding:5px 0;top:50%;bottom:auto;opacity:1;}

.DVideoGalleryArea2{margin-top:10px;}
.DVideoList{width:100%;}
.DVideoList .thumbnail{border:0 none;box-shadow:none;margin:0 0 0 0;padding:0;}
.DVideoList .thumbnail .Desc{padding:10px 15px 5px;}
.DVideoList .Desc{width:100%;bottom:0;position:absolute;z-index:10;}
.DVideoList .Desc .Title{font-size:24px;line-height:32px;font-weight:bold;color:#fff;margin-bottom:5px;}
.DVideoList .ImgViewer::after{background-image:linear-gradient(180deg,transparent,transparent 25%,#000);content:" ";position:absolute;left:0;right:0;top:0;bottom:0;}
.DVideoList .ImgViewer{padding-top:57%;}
.DVideoList .ImgIcon{width:2rem;height:2rem;position:relative;top:8px;background:url(../../media/common/photo-icon.png) no-repeat;background-size:auto;background-size:100% 100%;opacity:1;transition-property:color,opacity,background-color,border-color;transition-duration:.3s;border-radius:50%;opacity:1;display:inline-block;margin-right:10px;}
.DVideoList .VideoIcon{width:3.5rem;height:3.5rem;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:url(../../media/common/play-button.png) no-repeat;background-size:auto;background-size:100% 100%;opacity:1;transition-property:color,opacity,background-color,border-color;transition-duration:.3s;border-radius:50%;}

.VideoDetailsList{display:flow-root;border-bottom:1px dashed #555;padding:10px;}
.VideoDetailsList .Imgresize{width:35%;float:left;margin-right:10px;}
.VideoDetailsList .ImgViewer{padding-top:58%;}
.VideoDetailsList p{font-size:17px;line-height:26px;font-weight:bold;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#fff;}
.list-group-item:last-child .VideoDetailsList{border-bottom:none;}


/*Common Category*/
.DCommonCat1{border:1px solid var(--Border-Color);margin-top:10px;}
.DCommonCat1TopNews{width:100%;}
.DCommonCat1TopNews .Desc{padding:5px 7px;height:62px;overflow:hidden;}
.DCommonCat1TopNews .Title{font-size:18px;line-height:26px;font-weight:bold;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.DCommonCat1TopNews .ImgViewer{padding-top:58.5%;margin:0;}

.DCommonCat1ListNews ul{padding:0 10px;margin:0}
.DCommonCat1ListNews ul li{list-style:none;padding:7px 0;border-top:1px dashed var(--Border-Color)	;height:65px;overflow:hidden;}
.DCommonCat1ListNews ul li h3{font-size:17px;line-height:25px;font-weight:400;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-shadow:0 0 0 #222;}
.DCommonCat1ListNews ul li h3 i{color:#ED1E26;font-size:12px;padding:0 2px;}
.DCommonCat1ListNews .IconList{width:14px;margin-right:4px;}

/*Category Page*/
.DInnerTopSec{padding-bottom:20px;border-bottom:1px solid var(--Border-Color);}
.DInnerTopSec .row{margin-left:-15px;margin-right:-15px}
.DInnerTopSec .col-lg-9{padding-right:15px;padding-left:15px}
.DInnerTopSec .col-lg-3{padding-right:15px;padding-left:15px}
.DInnerTopSec .col-lg-8{padding-right:15px;padding-left:15px}
.DInnerTopSec .col-lg-4{padding-right:15px;padding-left:15px}

.single-cat-info{overflow:hidden;margin:15px 0;background:#f5f5f5;width:100%;}
.single-cat-home{background:#DC4E41;padding:5px 15px;float:left;}
.single-cat-home a{color:#fff;font-size:16px;line-height:24px;text-decoration:none;}
.single-cat-cate{background:#666666;padding:5px 20px;float:left;color:#fff !important;font-size:15px !important;}
.single-cat-cate a{color:#fff;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;}
.InnerCatTitle{margin-bottom:10px;white-space:nowrap;margin:5px 15px 10px 0px}
.InnerCatTitle h2{color:var(--SectionTitle-Color);font-size:26px;font-weight:bold;display:inline;line-height:35px;}
.InnerCatTitle .RIghtBar{height:25px;width:4px;background-color:var(--RightSideBarColor);display:inline-block;margin-left:5px;position:relative;top:5px;}

.CategoryNameInner{margin-top:10px;text-align:center;background:#ccc;}
.CategoryNameInner a p{font-size:28px;color:#333;text-align:center;line-height:36px;padding:7px 0;}
.InnerCategoryList{padding:7px 0;background:rgba(0,0,0,.5);}
.InnerCategoryList ul{list-style:none;margin-bottom:0}
.InnerCategoryList ul li{display:inline;}
.InnerCategoryList ul li a{color:#fff;font-size:17px;padding:0 12px;}
.InnerCategoryList ul li a:hover{color:#f0cb00;}

.DCatTopNews{width:100%;}
.DCatTopNews .ImgViewer{padding-top:64%;margin:0;}
.DCatTopNews .Desc{padding:10px 0;height:112px;overflow:hidden;}
.DCatTopNews h1{font-size:1.31em;margin:0;font-weight:bold;line-height:25px;}
.DCatTopNews p{font-size:15px;padding-top:7px;color:var(--Brief-Color);max-height:66px;overflow:hidden;}

.SubCatList{width:100%;position:relative;top:-5px;}
.SubCatList ul{padding:0;margin:0;position:relative;top:18px;}
.SubCatList li{list-style:none;display:inline;padding-right:2px;}
.SubCatList li a{font-size:16px;color:var(--SectionTitle-Color);font-weight:600;}
.SubCatList li a i{color:#ea232a;	font-weight:bold;padding-right:5px;font-size:10px;position:relative;top:-2px;}

.DCatTopNewsList{margin-bottom:15px;width:100%;border-bottom:1px solid var(--Border-Color);padding-bottom:10px;}
.DCatTopNewsList .ImgViewer{padding-top:61.25%;margin:0;}
.DCatTopNewsList .Desc{padding:7px 0 5px;height:60px;overflow:hidden;}
.DCatTopNewsList h3{font-size:1.1em;font-weight:bold;line-height:25px;}
.DCatTopNewsList:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0;}

.DCatTopNewsList2{width:100%;background:#f5f5f5;margin-top:20px;}
.DCatTopNewsList2 .Desc{padding:5px 8px;}
.DCatTopNewsList2 .Heading{font-size:1.1em;line-height:25px;font-weight:400;}

.DetailsListNewsSec .row{margin-left:-15px;margin-right:-15px}
.DetailsListNewsSec .col-lg-6.col-md-12{padding-right:15px;padding-left:15px;border-right:1px solid var(--Border-Color);}
.DetailsListNewsSec .col-lg-6.col-md-12:nth-child(even){border-right:none;}
.DetailsListNewsSec .col-lg-4{padding-right:15px;padding-left:15px}
.DetailsListNewsSec .col-lg-8{padding-right:15px;padding-left:15px}
.DCatNewsList3{background:transparent;margin-bottom:15px;padding-bottom:15px;display:block;border-bottom:1px solid var(--Border-Color);}
.DCatNewsList3 .col-md-4{padding-right:0;}
.DCatNewsList3 .DCatHeading2{font-size:18px;line-height:25px;color:var(--DCatHeading2Color);}
.DCatNewsList3 p{font-size:15px;line-height:19px;padding-top:5px;color:var(--Brief-Color);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.DCatNewsList3 .NewsPublishTime{font-size:14px;line-height:17px;padding-bottom:0;position:absolute;bottom:0;color:var(--DCatHeading2Color)}
.catTitle{position:relative;overflow:hidden;margin:20px 0 10px 0;padding:0 0 0 5px;font-size:24px;line-height:30px;color:var(--ReadMore);font-weight:bold;}
.catTitle .liner::after{position:absolute;content:'';width:15%;border-top:7px solid #404040;top:9px;display:inline-block;vertical-align:bottom;}
.catTitle .liner::before{position:absolute;content:'';width:15%;border-top:7px solid #C4141A;top:16px;display:inline-block;vertical-align:bottom;}
.DCatNewsList3 .col-sm-9{padding-left:0;}
.DCatNewsList3 .ImgViewer{padding-top:60%;margin:0;}

.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 10px;margin-bottom:0;max-height:390px;overflow:auto;background:#fff;}
.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:23px;}
.MostReadNewsList .DImgResizePro{overflow:hidden;position:relative;height:75px;}
.MostReadNewsList .DImgResizePro img{max-width:100%;min-height:100%;object-fit:cover;}

.DCatMostReadList{background:#fff;margin-top:20px;width:100%;}
.DCatMostReadList .Desc{padding:5px 8px;height:56px;overflow:hidden;}
.DCatMostReadList h3{font-size:16px;font-weight:bold;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:#02174C;border-radius:0;border-color:#02174C;}
.ButtonBG a{color:#fff;}
.ButtonBG:hover{background:#162449;border-color:#02174C;}

.LatestNewsList{padding:0;margin:0;overflow:hidden;}
.LatestNewsList li{padding:8px 5px 08px 0;border-bottom:1px solid var(--Border-Color);display:flex;}
.DCatLatestContent  h3{font-size:1.0em;line-height:22px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.DCatLatestContent{width:100%;}
.LatestNewsList .col-sm-4{padding-right:0;}

.DLPSTab2 .PanelHeight{max-height:429px;overflow:auto;}
.DLPSTab2 .PanelHeight.PanelHeightInner{max-height:426px;overflow:auto;}
.DFbPage{margin-top:20px;padding:6px;background:#fff;}

/*Details Page*/
.DCatDHeading{font-size:20px;font-weight:bold;margin-top:20px;}
.DCatDHeading a{color:var(--Details-CatTitle);border-bottom:2px solid var(--Details-CatTitleBorder);}

.DMostPopularTitle{font-size:20px;font-weight:bold;margin-top:20px;background:#333;color:#fff;padding:5px 10px;}
.DMostPopular .LatestNewsList{max-height:450px;overflow-y:auto;}
.DCatLatestContent  .ImgViewer{padding-top:60%;}

.DDetailsContent{margin-top:10px;}
.DDetailsContent p img{width:100%;}
.DDetailsContent h3{padding:0 0 10px 0;font-size:16px;font-weight:bold;color:#337ab7;margin-bottom:0;}
.DDetailsContent h1{padding:10px 0;font-size:1.5em;font-weight:bold;line-height:30px;}
.DDetailsContent h4{padding:0 0 10px 0;font-size:18px;font-weight:bold;color:#A91717;margin-bottom:0;}
.DDetailsContent .DDetailsCaption{margin-bottom:10px;font-size:16px !important;padding:5px 10px;line-height:22px !important;color:#fff;background:#555;text-align:center;}
.DDetailsContent p{font-size:18px;line-height:30px !important;margin-bottom:16px !important;word-wrap:break-word !important;text-align:justify !important;font-family:solaimanLipi, "Siyam Rupali", Vrinda !important;}
.DDetailsContent p span{font-size:18px !important;line-height:30px !important;margin-bottom:16px !important;word-wrap:break-word !important;text-align:justify !important;font-family:solaimanLipi, "Siyam Rupali", Vrinda !important;}
.DDetailsContent h2{font-size:18px;line-height:30px;margin-bottom:16px;word-wrap:break-word;text-align:justify;font-weight:bold;}
.DDetailsContent .WritterInitial{margin-top:10px;font-color:16px;color:#666;font-style:italic;padding:10px;}
.DShareThis{padding:5px 10px;}

.DDetailsContent .TopImg{margin-top:10px;border-top:1px solid var(--Border-Color);padding-top:15px;}
.DDetailsContent .embed-responsive{margin-top:10px;border-top:1px solid var(--Border-Color);padding-top:15px;margin-bottom:15px;}
.DDetailsContent iframe{padding-top:15px;}
.DDetailsContent blockquote{background-color:var(--BlockQuoteBg);border-left:7px solid var(--Details-CatTitleBorder);padding:60px 20px 30px;margin:40px 0 30px;position:relative;text-align:center;clear:both;}
.DDetailsContent blockquote::before{content:'\f10e';position:absolute;top:0;left:50%;margin-top:-30px;margin-left:-40px;font-size:30px;font-family:FontAwesome;color:#444;display:block;width:80px;height:80px;background:#fff;line-height:91px;border-radius:50%;text-align:center;}
.DDetailsContent blockquote h3{font-style:italic;text-align:left;color:var(--Font-Color2);font-weight:normal;padding-top:0;}

.DDetailsTitle{margin-top:15px;}
.DDetailsTitle h1{font-size:34px;font-weight:bold;line-height:40px;margin-bottom:5px;}
.DDetailsTitle h4{padding:0;font-size:18px;font-weight:bold;color:#A91717;margin-bottom:0;}

/* Multi Details Line  */
.astrodivider {
    margin: 64px auto;
    width: 400px;
    max-width: 100%;
    position: relative;
}
.astrodividermask {
    overflow: hidden;
    height: 20px;
}
.astrodividermask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px/12px;
    box-shadow: 0 0 8px #0a1633;
}
.astrodivider span {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 2px 4px #0a1633;
    background: #fff;
}
.astrodivider i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed #0a1633;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #0a1633;
}

.ColorBox{width:28px;height:10px;display:inline-block;vertical-align:top;margin-right:10px;margin-top:7px;background-color:#3C5188;}
.AdditionalInfo .ColorBox{width:28px;height:10px;display:inline-block;vertical-align:top;margin-right:10px;margin-top:10px;background-color:#3C5188;}
.AdditionalInfo .DescTitle h2{font-size:17px;line-height:24px !important;margin-bottom:0;color:var(--font-color2);font-weight:bold;text-transform:uppercase;display:inline-block;}
.AdditionalInfo .DescTitle{padding:0;float:left;display:flex;align-items:center;min-height:40px;}
.AdditionalInfo{margin-top:5px;}
.AdditionalInfo .pDate{border-left:3px solid #DC3546;float:left;margin-bottom:5px;margin-left:10px;min-height:40px;display:grid;align-items:center;}
.AdditionalInfo .pDate p{color:var(--PublishDate);font-size:0.9em !important;line-height:16px !important;padding:2px 10px;margin:0 !important;}
.DSocialTop{margin-top:8px;padding:0;text-align:end;}
.MarginTop10{margin-top:10px;}
.CommentsSection{background:var(--CommentsSectionBg);padding:10px;margin-top:10px}
.CommentsSection span{color:var(--Font-Color) !important;}
.CommentsSecTitle p{margin-top:5px;margin-bottom:0 !important;font-weight:bold;font-size:18px !important;}

.DAuthor{padding:5px 0;}
.DAuthor i{font-size:12px;}
.DAuthor .name{color:#337ab7;font-size:15px;margin-bottom:0;line-height:22px;padding:0;}
.DAuthor .name a{color:#337ab7;font-size:15px;margin-bottom:0;line-height:22px;padding:0;}
.DAuthor span{color:#939393;font-size:15px;font-style:italic;}
.DPublishTime{padding:0 0 5px;}
.DPublishTime i{font-size:12px;}
.DPublishTime .Ptime{font-size:14px;color:#939393}
.DShareThis{margin-top:3px;}
.DPrint{margin-top:15px;}
.breadcrumb{background:#fff;margin-bottom:0;border-bottom:1px solid #e3e3e3;border-radius:3px;padding:5px 10px;margin-top:10px;border-right:1px solid #e3e3e3;}
.breadcrumb i{margin-right:5px;font-size:12px;}
.breadcrumb a{color:#717171;font-size:14px;}

.LatestHeader{margin-top:10px;padding:7px;background:#A91717;}
.LatestHeader p{font-size:20px;text-align:center;color:#FFF}

.DReadMore{margin-top:20px;display:block}
.DReadMoreList{background:var(--OpinionBg-Color);width:100%;}
.DReadMoreList p{font-size:18px;margin:0;padding:5px 8px;line-height:25px;font-weight:bold;}
.DReadMoreList p a:hover{color:#1E88E6;}
.DReadMoreList a p:hover{color:#1E88E6;}
.DReadMoreList .DImageResize{overflow:hidden;position:relative;height:115px;}
.DReadMoreList .DImageResize img{max-width:100%;min-height:100%;object-fit:cover;}

.RelatedTags{padding:10px 0 15px 0;border-bottom:1px solid var(--Border-Color);margin-bottom:10px;}
.RelatedTags p{margin-bottom:10px;color:#B81117;padding:0;font-weight:bold;}
.RelatedTags .list-inline{margin-bottom:0;}
.RelatedTags .list-inline-item{padding:5px 15px;background:var(--RelatedTagBg);}
.RelatedTags .list-inline-item:hover{background:var(--RelatedTagHoverBg);}
.RelatedTags .list-inline-item a{font-size:15px;color:var(--RelatedTagFontColor);}
.RelatedTags .list-inline-item i{font-size:13px;color:var(--RelatedTagFontColor);}

.RelatedNews{padding-bottom:10px;}
.RelatedNews .related_caption{font-size:18px;padding:10px;color:#1B59A3;}
.RelatedNews .related_caption i{font-size:14px;padding-right:5px;}
.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:#333;font-size:16px;line-height:20px;}

.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:16px;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:16px;line-height:20px;}

.D7MostPopular .D7MostPopularTop1{margin-top:10px;}
.D7MostPopular .D7MostPopularTop1 a p{padding:10px;background:#fff;font-weight:bold;}
.D7MostPopular .DCatTopNewsList{margin-top:20px;background:#fff;}
.D7MostPopular .DCatTopNewsList p{font-size:16px;margin:0;padding:5px 8px;line-height:24px;}

.DTextZoom{font-size:1.1em;margin-top:8px;text-align:center;border:1px solid #ccc;padding:2px 5px;display:inline-block;float:right;}
.DTextZoom button{border-radius:50%;width:25px;height:25px;border:1px solid #000;padding:0;margin:0;font-size:16px;line-height:16px;}
.DTextZoom button:nth-child(2){border-radius:50%;width:25px;height:25px;border:1px solid #000;padding:0;margin:0;font-size:20px;line-height:20px;}
.DTextZoom button:nth-child(3){border-radius:50%;width:25px;height:25px;border:1px solid #000;padding:0;margin:0;font-size:15px;line-height:20px;}
.DTextZoom button:nth-child(4){border-radius:50%;width:25px;height:25px;border:1px solid #000;padding:0;margin:0;font-size:20px;line-height:10px;}

/*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:16px !important;line-height:22px;}

/*Archives*/
.DArchivesPageSec .row{margin-left:-15px;margin-right:-15px;}
.DArchivesPageSec .col-lg-6.col-md-12{padding-right:15px;padding-left:15px;border-right:1px solid var(--Border-Color);}
.DArchivesPageSec .col-lg-6.col-md-12:nth-child(even){border-right:none;}
.DArchivesPageSec .col-sm-4{padding-right:0;padding-left:15px;}
.DArchivesPageSec .col-sm-8{padding-right:15px;padding-left:15px;}
.DCategoryListNews{margin-bottom:15px;padding-bottom:15px;background:transparent;border-bottom:1px solid var(--Border-Color);}
.DCategoryListNews h3{font-size:1.2em;line-height:25px;color:var(--DCatHeading2Color);}
.DCategoryListNews p{font-size:15px;line-height:20px;padding-top:0;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.DCategoryListNews .pDate{color:var(--DCatHeading2Color);font-size:14px;line-height:20px;position:absolute;bottom:0;}
.pHead{font-size:20px;line-height:30px;padding-bottom:5px;}

.btnCatName{position:absolute;margin-bottom:5px;min-width:100px;background-color:#02174C;border-color:#02174C;padding:2px 12px;border-radius:0;left:15px;bottom:-5px;border:none;}
.btnCatName:hover{background-color:#000;}

.form-control{background:var(--FormControlBg);border:1px solid var(--Border-Color);}
.form-control:focus{color:#495057;background-color:var(--FormControlBg);border-color:var(--Border-Color);outline:0;box-shadow:0 0 0 .1rem rgba(0,123,255,.25);}

.CatInnerTitle{display:block;margin-top:10px;background:#f5f5f5;}
.CatInnerTitle .breadcrumb{padding:5px 0;margin:0;background:#f2f3f4;font-size:17px;font-weight:bold;}
.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;}

/*Tags*/
.DPaginationL{float:left;}
.DPaginationR{float:right;}
.DArchiveNewsList{background-color:#f5f5f5;border:1px solid #ccc;margin:10px 0;padding:8px;}
.DArchiveNewsList:hover{background-color:#eae8e8;border:1px solid #b4b3b3;}

/*Tag Page*/
.DTagLead{margin-top:15px;margin-bottom:20px;}
.DTagLead p{font-size:1.31em;line-height:26px;}
.DTagName{margin-bottom:15px;}
.DTagName i{color:#B71117;font-size:28px;line-height:36px;margin-right:10px;}
.DTagName h1{font-size:32px;line-height:40px;display:inline-block;}

/*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:var(--DivisionNavBg);border-bottom:1px solid var(--Border-Color);font-size:16px;color:var(--font-color)}
.DDivisionNav .nav li a:hover{color:#31439D;}
.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;}

.DDivisionNavH{min-height:30px !important;margin-bottom:15px;text-align:center;margin-top:10px;}
.DDivisionNavH .nav{padding:0;margin:0;text-align:center;}
.DDivisionNavH .nav li{float:left;}
.DDivisionNavH .nav li a{padding:7px 15px;margin-right:1px;background-color:#ddd;border-bottom:1px solid #fff;font-size:1.0em;}
.DDivisionNavH .nav li a:hover{color:#31439D;}
.DDivisionNavH .dropdown-menu{padding:0;border:none;border-radius:0;}
.DDivisionNavH .dropdown-menu{width:100%;border-bottom:0;}
.DDivisionNavH .dropdown-menu .dropdown-item{padding:4px 15px;}

div.HmAnnouncement2{text-align:left;background-color:#ddd;padding:5px 0 5px 10px;margin-top:20px;}
div.HmAnnouncement2 a{color:#000;font-size:1.1em;}

.article-big-block, .article-small-block{display:block;padding-bottom:5px;}
.article-big-block a:hover .article-header p{color:#31439D;}

.article-big-block .article-content{margin-top:5px;padding:0 0 0 3px;}
.article-big-block .article-content .article-header h3{font-size:20px;line-height:28px;font-weight:bold;}

.cat_content_block{padding:10px 0;border-top:1px solid var(--Border-Color);}
.cat_content_block a:hover{color:#31439D;}
.cat_content_block .col-sm-8{padding-left:0;}
.cat_content_block .col-sm-8 h4{font-size:17px;padding:0 0 0 3px;margin:0;line-height:25px;font-weight:400;}

/*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:#31439D;}
.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;}
.DCatMorContain .row{margin-left:-15px;margin-right:-15px;}
.DCatMorContain .col-sm-6{padding-right:15px;padding-left:15px;border-right:1px solid var(--Border-Color);}
.DCatMorContain .col-sm-4{padding-right:0;padding-left:15px;}
.DCatMorContain .col-sm-8{padding-right:15px;padding-left:15px;}
.DCatMorContain .col-sm-6:last-child{border-right:none;}
.DCatMorContainList{margin-bottom:15px;padding-bottom:15px;background:transparent;border-bottom:1px solid var(--Border-Color);}
.DCatMorContainList a h4{font-size:1.1em;line-height:24px;color:var(--DCatHeading2Color);}
.DCatMorContainList a .DCatDate{font-size:0.9em;margin:0;line-height:18px;color:var(--DCatHeading2Color);position:absolute;bottom:2px;}
.DCatMorContainList .col-sm-4{padding-right:0;}
.DCatMorContainList .ImgViewer{padding-top:60%;}

/*Sub Category*/
.DSubCategoryTopNews:first-child{margin-top:20px;}
.DSubCategoryTopNews{padding:7px;background:#fff;margin-bottom:15px;}
.DSubCategoryTopNews .col-lg-3{padding-right:0;}
.DSubCategoryTopNews .Title{font-size:1.1em;font-weight:bold;padding-top:0px;line-height:24px;}
.DSubCategoryTopNews p{font-size:0.95em;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;}

/*Writers Page*/
.DWritersTitle p{font-size:32px;line-height:40px;color:#B71117;margin-top:30px;}
.DWritersTitle p i{color:#B71117;}
.DWritersLead{margin-top:15px;margin-bottom:20px;background:#f5f5f5;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;}

.ShareTitle{font-size:18px;}

.DReadMore{margin-top:20px;}
.DReadMoreTitle{margin-bottom:10px;}
.DReadMoreTitle h2{color:#CB0000;font-weight:bold;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:bold;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:bold;margin-top:10px;font-family:'Lora', serif;line-height:26px;}
.DetailsLeftContent .PrivacyTitle2{font-size:18px;font-weight:normal;margin-top:10px;font-family:'Lora', serif;line-height:26px;}
.DetailsLeftContent h3{font-size:18px;margin-top:10px;line-height:26px;font-weight:bold;font-family:'Lora', serif;}
.DetailsLeftContent p{font-size:16px;font-weight:normal;margin-top:8px;font-family:'Lora', serif;line-height:24px;}

/*Corona Section*/
.DCoronaSec{padding-top:20px;}
.DCoronaSec .table td, .table th{padding:8px 15px 7px;color:var(--PrayerFont-Color);text-shadow:0 0 0 #224B63;font-size:17px;line-height:17px;}
.table-bordered{border:1px solid var(--Border-Color);}

/*DVideoGallery*/
.DVideoGallery .DVideoInnerTitle{font-size:22px;padding:10px 0;}
.DVideoGallery .VTitel a{font-size:22px;color:#B30F0F;}
.VideoList{margin-top:15px;width:100%;background:var(--OpinionBg-Color);}
.VideoList .caption{font-size:18px;line-height:26px;padding:5px 8px;}
.VideoList .VideoIcon::after{position:absolute;top:13%;left:93%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);content:"\f144";font-family:FontAwesome;font-size:40px;color:#fff;text-shadow:0px 0px 30px rgba(0, 0, 0, 0.5);}


.DCommonPage h3{font-size:18px;margin-top:10px;line-height:26px;font-weight:bold;}
.DCommonPage p{font-size:16px;margin-top:8px;line-height:24px;}

/*World Cup*/
.WorldCupSec{background:var(--OpinionBg-Color);margin-top:15px;border:1px solid var(--Border-Color);}
.WorldCupArea{padding:0 10px 10px 10px;}
.DWorldCupTop{margin-top:10px;width:100%;}
.DWorldCupTop .thumbnail{border:0 none;box-shadow:none;margin:0 0 0 0;padding:0;}
.DWorldCupTop .thumbnail .Desc{padding:10px;}
.DWorldCupTop .Desc{width:100%;bottom:0;position:absolute;z-index:10;max-height:140px;overflow:hidden;}
.DWorldCupTop .Desc .Title{font-size:24px;line-height:32px;font-weight:bold;color:#fff;}
.DWorldCupTop .Desc .Brief p{color:#f3f3f3;font-size:17px;line-height:25px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.DWorldCupTop .CatName{font-size:18px;line-height:20px;font-weight:bold;color:#ffb300;padding-bottom:8px;display:block;padding-left:0;padding-top:0;}
.DWorldCupTop .ImgViewer::after{background-image:linear-gradient(180deg,transparent,transparent 25%,#000);content:" ";position:absolute;left:0;right:0;top:0;bottom:0;}
.DWorldCupTop .ImgViewer{padding-top:59%;}

.DWCListItem{padding:10px 0;border-bottom:1px solid var(--Border-Color);display:flow-root;}
.DWCListItem:last-child{padding-bottom:0px;border-bottom:none;}
.DWCListItem .Title{font-size:18px;line-height:26px;font-weight:bold;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:71px;}
.DWCListItem .Brief p{font-size:16px;line-height:23px;padding-top:6px;color:#444;display:block;font-weight:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:100px;}
.DWCListItem .ImgViewer{padding-top:57%;}
.DWCListItem .DImgBlock{margin-right:10px;float:left;width:28%;}
.DWCListItem .DetailsBlock{float:none;width:auto;}

.DAjkerKhalaSec{background: #E4EEE8;min-height: 255px;}
.DAjkerKhalaTitle h3 {background: #052055;padding: 4px 5px;text-align: center;color: #fff;}
.DAjkerKhalaList{padding:8px 10px;}
.DAjkerKhalaList h4{font-size:22px;color:#F03F2D;}
.DAjkerKhalaList p{font-size:18px;margin-top:7px;color:#072655;}

/*sticky footer ads*/
.T4Tutorials{
position:fixed;
bottom:0;
height:auto;
left:0;
right:0;
background:#f0f0f054;
transition:opacity 500ms;
visibility:visible;
opacity:1;z-index:9999;
}
.T4Tutorials:target{
visibility:hidden;
opacity:0;
display:none
}
.T4Tutorials_UP{
margin:0 auto;
padding:0px;
background:#fff;
border-radius:5px;
width:36%;
position:relative;
}
.T4Tutorials_UP h2{
margin-top:0;
color:green;
font-family:Tahoma, Arial, sans-serif;
}
.T4Tutorials_UP .Exit{
position:absolute;
top:-20px;
right:-15px;
font-size:30px;
font-weight:bold;
text-decoration:none;
color:#000;
background-color:red;width:35px;height:35px;opacity:0.6;border-radius:50%;text-align:center;line-height:30px;cursor:pointer;
}
.T4Tutorials_UP .Exit:hover{
color:#000;background-color:red;opacity:1;
}
.T4Tutorials_UP .Main_Content{
max-height:30%;
overflow:auto;
}

/*FIFAWorldCup*/
.FIFAWorldCup{font-family:"Roboto" !important;background:linear-gradient(57deg, #460a20 -18%, #8b153b 98%);padding:7px 7px 1px 7px;border-radius:5px;}
.TodaysGame{margin-bottom:5px;}
.TodaysGameTime{font-size:15px;border-bottom:1px solid #750000;padding:3px 0;margin-bottom:3px;color:#fff;text-align:center;}
.TodaysMatchSchedule1{margin-bottom:7px;background:#5C0D29;}
.TodaysMatchSchedule2{margin-bottom:7px;background:#840130;}
.FIFAWorldCup .match-schedule-flag{display:flex;align-items:center;justify-content:center;gap:5px;color:#fff;}
.FIFAWorldCup .country{font-size:15px;}
.FIFAWorldCup .country span{ font-size:15px;font-weight:bold;}
.FIFAWorldCup h3{font-family:"Roboto" !important;font-size:15px;color:#fff;text-align:center;margin-top:3px;}

/*DRamadanTime*/
.DRamadanTime{background:#59953B;color:#fff;}
.DRamadanTime .table{margin-bottom:0;background:#ECF0E7;border-left:1px solid #59953B;border-right:1px solid #59953B;}
.DRamadanTime .table td, .table th{padding:5px;border-bottom:1px solid #59953B;color:#222;border-right:1px solid #59953B;font-size:17px;border-top:0 solid #dee2e6;text-align:center;}
.DRamadanTime .table td:last-of-type{border-right:0 solid #dee2e6;}
.DRamadanTime p{padding:5px 15px;text-align:center;}

/*Election*/
.election-content-area{
    margin: 20px 0;
}
.election-content-top{
    background: red;
    border:1px solid #000;
    padding: 5px;
}
.election-content-top h1{
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 0;
}
.election-content-box .election-content-info{
    border: 1px solid #000;
    /* padding: 10px 0; */
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.election-content-box .election-content-info h2{
    font-size: 18px;
    font-weight: 600;
}
.election-content-box .without-add-sizefix {
    padding: 0;
}
.election-content-box .without-add-sizefix:first-child{
    padding-left: 10px;
}
.election-content-box .without-add-sizefix:last-child{
    padding-right: 10px;
}
.election-seat{
    padding:10px 5px;
    /* margin-bottom: 5px; */
}
.election-seat:first-child{
    padding-bottom: 0;
}
.election-seat p{
    color: #fff;
    background: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}
/* .election-seat p:last-child{
    margin-bottom: 0;
} */
.election-content-marka{
    border: 2px solid #ffc501;
    /* width: 100%;
    height: 100%; */
    width: 100%;
}
.election-content-marka-media{
    padding: 10px;
}
.election-content-marka-media img{
    width: 76px;
    height: 47px;
}
.election-content-marka p {
    background: #ffc501;
    padding: 12px 10px;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.election-content-marka-others{
    padding: 10px;
}
.election-content-marka-others h3{
    font-size: 24px;
    font-weight: 600;
    height: 47px;
    line-height: 40px;
}

.without-addv .without-add-sizefix{
    width: 20%;
}

.sehri-ifter-time-grid-items {
    background-color: #02174c;
    padding: 15px;
    border-radius: 20px;
    width: 100%;
  }
  .sehri-ifter-time-grid-items h3 {
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
  }
  .sehri-ifter-time-grid-items .sehri-ifter-time-grid-itemCenter {
    display: flex;
    justify-content: center;
  }
  .sehri-ifter-time-grid-items .sehri-ifter-time-grid-content-inside {
    width: 100%;
    max-width: 15rem;
    /* padding: 20px 0px; */
  }
  .sehri-ifter-time-grid-items .sehri-ifter-time-grid-list {
    display: flex;
    justify-content: space-between;
  }
  .sehri-ifter-time-grid-items .sehri-ifter-time-grid-list p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #eee;
  }
  .sehri-ifter-time-grid-items .sehri-ifter-time-grid-list.sehri-time {
    border-bottom: 1px solid #31439d;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .sehri-ifter-time-grid-itemCenter{
    margin: 15px 0 25px 0;
    }
.sehri-ifter-time-grid-itemCenter select{
        background: transparent;
        cursor: pointer;
        color: #fff;
    }
    .sehri-ifter-time-grid-itemCenter .form-control:focus{
        background: transparent;
        cursor: pointer;
        color: #fff;
    }
    .sehri-ifter-time-grid-itemCenter select option{
        background: #02174C;
        color: #fff;
    }
    .sehri-ifter-time-grid-itemCenter select option:hover{
        background: #02174C;
        color: #fff;
    }

@media screen and (max-width:1024px){
    .container{width:1024px;}
    .colresize{width:100% !important;}
}
@media screen and (max-width:926px){
    .container{width:100%;}
    .DSiteTopAdd{display:none;}
    .BannerAdd2{display:none;}
    .ImgViewer{padding-top:61% !important;}

    .border-right-inner{border-right:0px solid #d5e7e7;}
    .border-left-inner{border-left:0px solid #d5e7e7;margin-top:0;}
    .border-left-inner2{border-left:0px solid #d5e7e7;margin-top:0;}
    .DOpinionBorder2{border-bottom:0}
    .DottedBorder{border-bottom:0;margin-top:0 !important;}

    .DAdDesktop{display:none;}
    .DAdMobile{display:block;margin-top:10px;}

    .MobileHide{display:none;}
    .MobileShow{display:block !important;}
    .MobileMenuShow{display:block;}
    .MobileMenuTop .col-md{width:50%;}
    .search_block{top:0;padding:7px 0 4px;}

    .DTopSection{margin-top:10px;border-bottom:none;padding-bottom:10px;}
    .DTopSection2{margin-top:0;}

    /*.DMobileTopMenu{padding:5px 0;}*/
    .MujibborshoIcon{display:none;}
    .SocialIconMobile{display:inline-block;position:relative;}
    .SocialIconMobile ul li{float:left;list-style:none;}
    .SocialIconMobile ul .LiveIcon{height:28px;width:68px;text-align:center;line-height:28px;padding:0 4px 0 0px;}
    .SocialIconMobile ul .LiveIcon .PImgIcon{width:20px;padding-right:5px;position:relative;top:-1px;}
    .SocialIconMobile ul .LiveIcon a{color:#fff;text-transform:uppercase;font-family:auto;font-size:15px;}
    .SocialIconMobile ul .LiveIcon a p{color:#fff;text-transform:uppercase;font-family:auto;font-size:15px;}
    .SocialIconMobile ul .VidIcon{height:28px;width:30px;text-align:center;line-height:28px;}
    .SocialIconMobile ul .VidIcon img{transform:skewX(15deg);}
    .SocialIconMobile ul .PhotoIcon img{transform:skewX(15deg);}
    .SocialIconMobile ul .SearchIcon img{transform:skewX(15deg);}
    .SocialIconMobile ul .PhotoIcon{height:28px;width:30px;text-align:center;line-height:28px;}
    .SocialIconMobile ul .SearchIcon{height:28px;width:30px;text-align:center;line-height:28px;}
    .SocialIconMobile ul li a i{font-size:14px;width:28px;height:28px;text-align:center;line-height:28px;color:#fff;transform:skewX(15deg);}
    .SocialIconMobile ul .LiveIcon a p{transform:skewX(15deg);}
    .LiveIcon .fa.fa-play-circle{transform:skewX(0deg);}
    .SocialIconMobile .back-button{background:#30429C;height:28px;width:68px;text-align:center;line-height:28px;padding:0 4px 0 0px;transform:skewX(-15deg);}
    .SocialIconMobile .back-button a{color:#fff;}
    .SocialIconMobile .back-button a p{font-size:14px;line-height:20px;padding-left:0;}

    .SocialIconMobile .fb-icon{background:#0267B5;transform:skewX(-15deg);}
    .SocialIconMobile .yt-icon{background:#E91E24;position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .tw-icon{background:#03ACED;position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .li-icon{background:#0252A9;position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .ig-icon{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .LiveIcon{background:#CC101F;position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .VidIcon{background:#A91A38;position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .PhotoIcon{background:#7B1A2E;position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .SearchIcon{background:#5B2354;position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .PhotoIcon img{width:16px;}
    .SocialIconMobile .SearchIcon img{width:13px;}
    .SocialIconMobile ul{padding:0;margin:0;}

    .SunIcon{width:16px;top:0;margin-right:5px;}
    .MoonIcon{width:15px;top:0;margin-left:5px;}
    .theme-switch{margin-top:8px;height:16px;width:34px;}
    .slider::before{height:12px;width:12px;left:3px;}
    .FIFAWorldCup{margin-top:20px;}
    .DRamadanTime{margin-top:15px;}

    .DPopupAds{margin-top:50px;padding-top:50px;}
    .modal-dialog{max-width:500px;margin:2rem auto;}

}
@media screen and (max-width:768px){
    .container{width:100%;padding-right:10px;padding-left:10px;}
    .rowresize{flex:0 0 100% !important;max-width:100.0% !important;}
    /*.DAdd{display:none;}*/
    /*.DAdd2{display:none;}*/
    /*.DAdd3{display:none;}*/
    /*.DAdd5{display:none !important;}*/
    .DSiteTopAdd{display:none;}
    .BannerAdd2{display:none;}
    .ImgViewer{padding-top:61% !important;}

    .border-right-inner{border-right:0px solid #d5e7e7;}
    .border-left-inner{border-left:0px solid #d5e7e7;margin-top:0;}
    .border-left-inner2{border-left:0px solid #d5e7e7;margin-top:0;}
    .DOpinionBorder2{border-bottom:0}
    .DottedBorder{border-bottom:0;margin-top:0 !important;}

    .DAdDesktop{display:none;}
    .DAdMobile{display:block;margin-top:10px;}

    .MobileHide{display:none;}
    .MobileShow{display:block !important;}
    .MobileMenuShow{display:block;}
    .MobileMenuTop .col-md{width:50%;}
    .search_block{top:0;padding:7px 0 4px;}

    .DTopSection{margin-top:10px;border-bottom:none;padding-bottom:10px;}
    .DTopSection2{margin-top:0;}

    /*.DMobileTopMenu{padding:5px 0;}*/
    .MujibborshoIcon{display:none;}
    .SocialIconMobile{display:inline-block;position:relative;}
    .SocialIconMobile ul li{float:left;list-style:none;}
    .SocialIconMobile ul .LiveIcon{height:28px;width:68px;text-align:center;line-height:28px;padding:0 4px 0 0px;}
    .SocialIconMobile ul .LiveIcon .PImgIcon{width:20px;padding-right:5px;position:relative;top:-1px;}
    .SocialIconMobile ul .LiveIcon a{color:#fff;text-transform:uppercase;font-family:auto;font-size:15px;}
    .SocialIconMobile ul .LiveIcon a p{color:#fff;text-transform:uppercase;font-family:auto;font-size:15px;}
    .SocialIconMobile ul .VidIcon{height:28px;width:30px;text-align:center;line-height:28px;}
    .SocialIconMobile ul .VidIcon img{transform:skewX(15deg);}
    .SocialIconMobile ul .PhotoIcon img{transform:skewX(15deg);}
    .SocialIconMobile ul .SearchIcon img{transform:skewX(15deg);}
    .SocialIconMobile ul .PhotoIcon{height:28px;width:30px;text-align:center;line-height:28px;}
    .SocialIconMobile ul .SearchIcon{height:28px;width:30px;text-align:center;line-height:28px;}
    .SocialIconMobile ul li a i{font-size:14px;width:28px;height:28px;text-align:center;line-height:28px;color:#fff;transform:skewX(15deg);}
    .SocialIconMobile ul .LiveIcon a p{transform:skewX(15deg);}
    .LiveIcon .fa.fa-play-circle{transform:skewX(0deg);}
    .SocialIconMobile .back-button{background:#30429C;height:28px;width:68px;text-align:center;line-height:28px;padding:0 4px 0 0px;transform:skewX(-15deg);}
    .SocialIconMobile .back-button a{color:#fff;}
    .SocialIconMobile .back-button a p{font-size:14px;line-height:20px;padding-left:0;}

    .SocialIconMobile .fb-icon{background:#0267B5;transform:skewX(-15deg);}
    .SocialIconMobile .yt-icon{background:#E91E24;position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .tw-icon{background:#03ACED;position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .li-icon{background:#0252A9;position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .ig-icon{background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .LiveIcon{background:#CC101F;position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .VidIcon{background:#A91A38;position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .PhotoIcon{background:#7B1A2E;position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .SearchIcon{background:#5B2354;position:relative;transform:skewX(-15deg);}
    .SocialIconMobile .PhotoIcon img{width:16px;}
    .SocialIconMobile .SearchIcon img{width:13px;}
    .SocialIconMobile ul{padding:0;margin:0;}

    .SunIcon{width:16px;top:0;margin-right:5px;}
    .MoonIcon{width:15px;top:0;margin-left:5px;}
    .theme-switch{margin-top:8px;height:16px;width:34px;}
    .slider::before{height:12px;width:12px;left:3px;}

    .Lead-News{margin-bottom:10px;}
    .Lead-News .Desc{height:auto;}
    .Lead-News .Desc .Title{font-size:18px;line-height:26px;padding:5px 0;}
    .Lead-News .Desc .Brief p{font-size:15px;line-height:22px;}
    .DTopNews2 .col-sm-3{width:40%;float:left;}
    .DTopNews2 .col-sm-9{width:60%;float:left;}

    .DSpecialTop1{padding:7px 0;border-top:1px solid var(--Border-Color);display:flow-root;border-bottom:none;}
    .DSpecialTop1 .Imgresize{margin-right:10px;float:left;width:25%;}
    .DSpecialTop1 .Desc{float:none;width:auto;padding-top:0;height:auto;}
    .DSpecialTop1 .Title{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;}
    .DSpecialTop1:last-child{margin-top:0;}

    .DSpecialTop2{padding:7px 0;border-top:1px solid var(--Border-Color);display:flow-root;border-bottom:none;}
    .DSpecialTop2 .Imgresize{margin-right:10px;float:left;width:25%;}
    .DSpecialTop2 .Desc{float:none;width:auto;padding-top:0;}
    .DSpecialTop2 .Title{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;}
    .DSpecialTop2Area .col-lg-4:last-child .DSpecialTop2{padding-bottom:0;}

    .HighlighedSectionArea{margin-top:10px;}
    .DHighlightedTop{padding:7px 0;border-top:1px solid var(--Border-Color);display:flow-root;border-bottom:none;}
    .DHighlightedTop .Imgresize{margin-right:10px;float:left;width:25%;}
    .DHighlightedTop .Desc{float:none;width:auto;padding:0;height:auto;}
    .DHighlightedTop .Title{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;}
    .HighlighedTopArea .col-lg-6:nth-child(3) .DHighlightedTop{border-top:1px solid var(--Border-Color);padding:7px 0;}
    .HighlighedTopArea .col-lg-6:nth-child(4) .DHighlightedTop{border-top:1px solid var(--Border-Color);padding:7px 0;}

    .HighlighedTopArea .col-lg-6:nth-child(1) .DHighlightedTop{padding-top:0;border-top:none;}
    .HighlighedTopArea .col-lg-6:nth-child(1) .DHighlightedTop .Desc{padding:5px 2px 0;}
    .HighlighedTopArea .col-lg-6:nth-child(1) .DHighlightedTop .Imgresize{width:100%;}
    .HighlighedTopArea .col-lg-6:nth-child(1) .DHighlightedTop .Title{font-size:18px;line-height:26px;}

    .DHighlightedList{padding:7px 0;border-top:1px solid var(--Border-Color);border-bottom:none;}
    .DHighlightedList:first-child{padding-top:7px;}
    .DHighlightedList .DImgBlock{width:25%;}
    .DHighlightedList .Title{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;}

    .DOpinionNList{padding:7px 12px;}
    .DOpinionNList .col-sm-3 img{border-radius:0;}
    .DOpinionNList .ImgRatio{position:relative;object-fit:fill;}

    .DPoliticsTop{margin-bottom:7px;}
    .DPoliticsTop .thumbnail .Desc{margin-bottom:5px;padding:10px 10px 3px;}
    .DPoliticsTop .Desc .Title{font-size:18px;line-height:26px;margin-bottom:0;}
    .DPoliticsTop .Desc .Brief p{display:none;}

    .DWorldCupTop{margin-bottom:7px;}
    .DWorldCupTop .thumbnail .Desc{margin-bottom:5px;padding:10px 10px 3px;}
    .DWorldCupTop .Desc .Title{font-size:18px;line-height:26px;margin-bottom:0;}
    .DWorldCupTop .Desc .Brief p{display:none;}

    .DPoliticsListItem1{padding:7px 0;border-top:1px solid var(--Border-Color);display:flow-root;border-bottom:none;border-left:none;border-right:0;margin-top:0;}
    .DPoliticsListItem1 .Imgresize{margin-right:10px;float:left;width:25%;}
    .DPoliticsListItem1 .Desc{float:none;width:auto;padding:0;}
    .DPoliticsListItem1 .Desc .Title{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;}
    .DHighLightedList1 .col-lg-6:nth-child(2) .DPoliticsListItem1:last-child{padding-bottom:0;}

    .DCommonCat2{padding:0;border:none;}
    .DCommonCat2NewsList:first-child{padding-top:0;}
    .DCommonCat2NewsList:first-child .col-lg-4{max-width:100%;flex:0 0 100%;padding-right:10px;}
    .DCommonCat2NewsList:first-child .col-lg-8{max-width:100%;flex:0 0 100%;}
    .DCommonCat2NewsList:first-child .Title{padding:5px 0 0;font-size:18px;line-height:26px;}
    .DCommonCat2NewsList .Title{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;}

    .DInfoTechList .Desc .Brief p{display:none;}
    .DInfoTechList{padding:7px 0;border-top:1px solid var(--Border-Color);display:flow-root;border-bottom:none;}
    .DInfoTechList .Imgresize{margin-right:10px;float:left;width:25%;}
    .DInfoTechList .Desc{float:none;width:auto;padding-top:0;}
    .DInfoTechList .Desc .Title{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;margin-top:0;}
    .DInfoTechlistArea .col-lg-3:nth-child(4) .DInfoTechList:last-child{padding-bottom:0;}

    .DInfoTechlistArea .col-lg-3{margin-top:0;}
    .DInfoTechlistArea .col-lg-3:nth-child(1) .DInfoTechList{padding:0;border-top:none;margin-top:10px;}
    .DInfoTechlistArea .col-lg-3:nth-child(1) .DInfoTechList .Desc{padding:5px 2px 0;}
    .DInfoTechlistArea .col-lg-3:nth-child(1) .DInfoTechList .Imgresize{width:100%;}
    .DInfoTechlistArea .col-lg-3:nth-child(1) .DInfoTechList .Title{font-size:18px;line-height:26px;margin-top:0;margin-bottom:5px;}

    .DInternationalTop{padding-bottom:0;}
    .DInternationalTop .col-lg-5{padding-left:15px;}
    .DInternationalTop .Desc .Title{font-size:18px;line-height:26px;margin-top:0;padding:5px 2px;}
    .DInternationalTop .Desc .Brief p{display:none;}

    .DInternationalList{margin-top:0;}
    .DInternationalListItem{padding:7px 0;}

    .DInternationalList .col-lg-4:nth-child(4) .DInternationalListItem{padding:7px 0!important;}
    .DInternationalList .col-lg-4:nth-child(5) .DInternationalListItem{padding:7px 0;border-top:1px solid var(--Border-Color);}
    .DInternationalList .col-lg-4:nth-child(6) .DInternationalListItem{padding-top:7px;border-top:1px solid var(--Border-Color);}
    .DInternationalListItem .DImgBlock{width:25%;}
    .DInternationalListItem .Desc .Title{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;margin-top:0;}

    .DEnterTop .Desc{height:auto;padding:6px 8px;}
    .DEnterTop .Desc .Title{font-size:18px;line-height:26px;}
    .DEnterTop .Desc .Brief p{font-size:15px;line-height:22px;}

    .DEnterList1{padding:7px 0;border-top:1px dashed #555;display:flow-root;border-bottom:none;background:transparent;}
    .DEnterList1 .Imgresize{margin-right:10px;float:left;width:25%;}
    .DEnterList1 .Desc{float:none;width:auto;padding:0;}
    .DEnterList1 .Title{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;}
    .DEnterList1:last-child{margin-top:0;}

    .DEnterList2{padding:7px 0;}
    .DEnterList2 .col-lg-7{padding-left:10px;}
    .DEnterList2 .col-lg-5{padding-right:0px;}
    .DEnterList2:first-child{border-top:1px dashed #555;padding-top:7px;margin-top:0;}

    .DSportsTop .Desc .Brief p{display:none;}
    .DSportsTop .Desc .Title{margin-bottom:0;font-size:18px;line-height:26px;}
    .DSportsTop .thumbnail .Desc{padding:10px 10px 5px;}

    .DSportsListItem{padding:7px 0;}
    .DSportsListItem .DImgBlock{width:25%;}
    .DSportsListItem:first-child{padding-top:7px;border-top:1px solid var(--Border-Color);margin-top:7px;}
    .DSportsListItem .Title{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;}

    .DWCListItem{padding:7px 0;}
    .DWCListItem .DImgBlock{width:25%;}
    .DWCListItem:first-child{padding-top:7px;border-top:1px solid var(--Border-Color);margin-top:7px;}
    .DWCListItem .Title{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;}

    .DInfoTechList .Desc .Brief p{display:none;}
    .DInfoTechList{padding:7px 0;border-top:1px solid var(--Border-Color);display:flow-root;border-bottom:none;}
    .DInfoTechList .Imgresize{margin-right:10px;float:left;width:25%;}
    .DInfoTechList .Desc{float:none;width:auto;padding-top:0;}
    .DInfoTechList .Desc .Title{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;margin-top:0;}
    .DInfoTechlistArea .col-lg-3:nth-child(4) .DInfoTechList:last-child{padding-bottom:0;}

    .DInfoTechlistArea .col-lg-4{margin-top:0;}
    .DInfoTechlistArea .col-lg-4:nth-child(1) .DInfoTechList{padding:0;border-top:none;margin-top:10px;}
    .DInfoTechlistArea .col-lg-4:nth-child(1) .DInfoTechList .Desc{padding:5px 2px 0;}
    .DInfoTechlistArea .col-lg-4:nth-child(1) .DInfoTechList .Imgresize{width:100%;}
    .DInfoTechlistArea .col-lg-4:nth-child(1) .DInfoTechList .Title{font-size:18px;line-height:26px;margin-top:0;margin-bottom:5px;}

    .DEconomicsTop{margin-bottom:7px;}
    .DEconomicsTop .Desc{height:auto;padding:5px 3px 0;}
    .DEconomicsTop .Desc .Title{font-size:18px;line-height:26px;}

    .DEconomicsListItem{padding:7px 0;border-top:1px solid var(--Border-Color);border-bottom:none;}
    .DEconomicsListItem:first-child{padding-top:7px;}
    .DEconomicsListItem .DImgBlock{width:25%;}
    .DEconomicsListItem .Title{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;}

    .DPhotoGalleryTop .thumbnail .Desc{padding:5px 10px;}
    .DPhotoGalleryTop .Desc .Title{font-size:18px;line-height:26px;margin-bottom:5px;}
    .DPhotoGalleryTop .ImgIcon{width:1.5rem;height:1.5rem;top:6px}

    .DPhotoGalleryList .Desc .Title{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;margin-top:0;}
    .DPhotoGalleryList .ImgIcon{width:1.1rem;height:1.1rem;top:4px}

    .OpinionTopNews{padding:15px;min-height:initial;}
    .OpinionTopNews .Title{font-size:18px;line-height:26px;}
    .OpinionTopNews .Brief p{font-size:15px;line-height:22px;-webkit-line-clamp:4;}

    .OpinionListItem:nth-child(2){margin-top:10px;border-top:none;padding-bottom:7px;padding-top:0;}
    .OpinionListItem:nth-child(2) .DImgBlock{width:100%;}
    .OpinionListItem:nth-child(2) .Title{font-size:18px;line-height:26px;padding-top:5px;}
    .OpinionListItem:nth-child(2) .DetailsBlock .Desc{padding-left:2px;}
    .OpinionListItem .DImgBlock{width:25%;float:left;margin-right:10px;margin-left:0;}
    .OpinionListItem{background:transparent;margin-top:0;border-top:1px solid var(--Border-Color);padding:7px 0;}
    .OpinionListItem:nth-child(4){padding-bottom:0;}
    .OpinionListItem .Title{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;margin-top:0;}
    .OpinionListItem .DetailsBlock .Desc{padding:0;}


    /*Opinion 2 Section*/


    .Opinion2 .DLPSTab2 .PanelHeight{max-height:429px;overflow:hidden;}
    .Opinion2 .DLPSTab2{margin-bottom:0;margin-top:20px;}
    .Opinion2 .DLPSTab2 .nav-tabs{border:none;color:#000;background:#fff;border-bottom:1px solid #4d482f;}
    .Opinion2 .DLPSTab2 .nav-tabs .nav-item{width:33.333%;float:left;}
    .Opinion2 .DLPSTab2 .nav-tabs .nav-item a{border:none;border-radius:0;text-align:center;font-size:17px;padding:7px 0;font-weight:bold;color:#333;}
    .Opinion2 .DLPSTab2 .nav-tabs .nav-item a.active{color:#fff;background:#4d482f;}

    .Opinion2 .LatestList2{padding:0;margin-bottom:0;border-left:1px solid var(--Border-Color);}
    .Opinion2 .LatestList2 span{font-size:13px;color:#900;line-height:15px;font-weight:bold;letter-spacing:.3px;}
    .Opinion2 .allnews a{display:block;text-align:center;border:none;padding:5px;color:#fff;background:#4d482f;text-decoration:none;}

    .DLPSTab3 .PanelHeight{max-height:429px;overflow:auto;}
    .DLPSTab3{margin-bottom:0;margin-top:20px;}
    .DLPSTab3 .nav-tabs{border:none;color:#000;background:#fff;border-bottom:1px solid #4d482f;}
    .DLPSTab3 .nav-tabs .nav-item{width:33%;float:left;}
    .DLPSTab3 .nav-tabs .nav-item a{border:none;border-radius:0;text-align:center;font-size:17px;padding:7px 0;font-weight:bold;color:#333;}
    .DLPSTab3 .nav-tabs .nav-item a.active{color:#fff;background:#4d482f;}

    .nav-item.OWPTab{width:33.333% !important;float:left;}


    .DVideoGalleryArea2 .col-sm-8{max-width:100%;flex:0 0 100%;padding-right:10px !important;}
    .DVideoGalleryArea2 .col-sm-4{max-width:100%;flex:0 0 100%;padding-left:10px !important;}
    .VideoDetailsList .Imgresize{width:25%;}
    .VideoDetailsList{padding:5px 8px;}
    .VideoDetailsList:last-child{border-bottom:none;}
    .VideoDetailsList p{-webkit-line-clamp:3;font-size:16px;line-height:24px;overflow:hidden;}
    .slider-list.longEnough{max-height:300px;}

    .EditorialInfo .col-sm-6:nth-child(1).text-right{text-align:left !important;}
    .EditorialInfoOne{width:55px;height:2px;background:#fff;margin-top:10px;}
    .EditorialInfo .col-sm-6:nth-child(1){padding-bottom:10px;padding-right:10px;border-right:none !important;}
    .EditorialInfo h2{padding-bottom:5px;}
    .EditorialInfo .col-sm-6:nth-child(2){padding-left:10px;}
    .EditorialInfo .col-sm-6:nth-child(2).text-left{text-align:left !important;}
    .EditorialInfo p{font-size:16px;line-height:24px;}
    .AboutMenu li a{padding:4px 10px 3px;margin-right:5px;}
    .AboutMenu li{margin-bottom:15px;}
    .AboutMenu{padding-bottom:10px;}
    .AboutMenu ul{text-align:center;}
    .DFLogo{text-align:center;margin-bottom:10px;}
    .FooterEnding .col-sm-3:nth-child(3){text-align:center !important;margin-top:10px;}

    /*Category Page*/
    .DCategoryHeadingInnerArea{position:relative;top:-6px;width:100%;margin-top:20px;}
    .DCatTopNews .Desc{height:auto;padding:5px 0;}
    .DCatTopNews h1{font-size:18px;line-height:26px;}
    .DCatTopNews p{padding-top:5px;max-height:72px;}

    .DInnerTopSec{padding-bottom:7px;}
    .DCatTopNewsList{padding:7px 0;border-top:1px solid var(--Border-Color);display:flow-root;border-bottom:none;margin-bottom:0;}
    .DCatTopNewsList .Imgresize{margin-right:10px;float:left;width:24%;}
    .DCatTopNewsList .Desc{float:none;width:auto;padding-top:0;}
    .DCatTopNewsList h3{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;margin-top:0;font-weight:normal;color:var(--DCatHeading2Color);}
    .DCatNewsList3 .DCatHeading2{font-size:16px;line-height:24px;overflow:hidden;}
    .DCatNewsList3 p{display:none;}

    .DCatNewsList3{padding:7px 0;margin-bottom:0;}
    .DCatNewsList3 .col-lg-4{padding-right:0;}
    .DCatNewsList3 .col-lg-8{padding-left:10px;}
    .DetailsListNewsSec.mt-4{margin-top:0 !important;}
    .DCatMorContainList a .DCatDate{display:none;}


    /*Details Page*/
    .DCatDHeading{margin-top:10px;}
    .DDetailsContent{margin-top:0;}
    .DDetailsTitle{margin-top:5px}
    .DDetailsTitle h1{font-size:24px;line-height:33px;padding:10px 0 7px;}
    .DDetailsContent .DSocialTop:nth-child(2){display:none;}
    .DInfoSection .col-lg-3.col-sm-12{width:33%;float:left;}
    .DInfoSection .col-lg-4.col-sm-12{width:67%;float:left;}
    .DTextZoom span{display:none;}

    .AdditionalInfo .DescTitle{display:block;float:none;min-height:inherit;border-left:3px solid #DC3546;padding-bottom:3px;}
    .AdditionalInfo .DescTitle h2{font-weight:normal;padding-left:10px;line-height:22px !important;}
    .AdditionalInfo .pDate{display:inline-block;margin-bottom:0px;margin-left:0px;min-height:inherit;padding:2px 0px;padding:0 0 0 10px;}
    .AdditionalInfo .pDate p{display:inline;padding:0 5px 0 0;}
    .AdditionalInfo .pDate p:nth-child(2){display:none;}

    .DReadMoreList{padding:7px 0;border-top:1px solid var(--Border-Color);display:flow-root;border-bottom:none;margin-bottom:0;}
    .DReadMoreList .Imgresize{margin-right:10px;float:left;width:24%;}
    .DReadMoreList .Desc{float:none;width:auto;padding-top:0;}
    .DReadMoreList p{font-size:16px;line-height:24px;-webkit-line-clamp:3;overflow:hidden;margin-top:0;font-weight:normal;padding:0;}
    .DReadMore .col-lg-3:nth-child(1) .DReadMoreList{border-top:0;}


    .form-control{margin-bottom:5px;}

    .DScroll .col-sm-1{width:10%;float:left;}
    .DScroll .col-sm-11{width:90%;float:left;}
    .DBeaking .col-sm-1{width:10%;float:left;}
    .DBeaking .col-sm-11{width:90%;float:left;}

    .VideoBg{background:#fff;}
    .FooterMenu{margin-top:10px;}
    .EditorialInfo{padding-top:10px;}
    .sticky .DHeaderNav .navbar-light .navbar-nav .nav-item .nav-link{padding:7px 10px!important;line-height:24px;}
    .DVideoList #vid_frame{height:350px !important;}
    .DCategoryListNews .pDate{position:relative;}
    .DArchivesPageSec .col-sm-4{padding-right:15px;padding-left:15px;}
    .DLocalAdd{margin-top:15px;}
    .Imgresize i.video_icon{font-size:16px;padding:7px 7px 7px 11px;}
    .T4Tutorials{height:auto;}
    .T4Tutorials_UP{width:80%;margin:0 auto;}

    /* election */
    .election-content-top h1{
        font-size: 20px;
    }
    .election-content-box .election-content-info h2{
        font-size: 12px;
    }
    .election-seat p{
        font-size: 13px;
    }
    .election-content-marka-media img {
        width: 40px;
        height: 33px;
    }
    .election-content-marka-others h3 {
        font-size: 16px;
        height: 33px;
        line-height: 28px;
    }
    .election-content-marka p{
        font-size: 20px;
    }
    .election-content-marka-others {
        padding: 10px 5px;
    }
}
@media screen and (max-width:736px){
    .container{width:100%;}
    .DVideoList #vid_frame{height:350px !important;}
    .modalad {top: 171px;}
    .modal-contentad { width: 95%; height: 100%; }
    .closead { font-size: 10px; opacity: 1; }
}
@media screen and (max-width:667px){
    .container{width:100%;}
    .DVideoList #vid_frame{height:362px !important;}
}
@media screen and (max-width:640px){
    .container{width:100%;}
    .DVideoList #vid_frame{height:350px !important;}
}
@media screen and (max-width:568px){
    .container{width:100%;}
    .DOpinionNList .col-sm-3{width:25%;}
    .DOpinionNList .col-sm-9{width:75%;}
    .DCommonCat2NewsList .col-sm-3{width:25%;}
    .DCommonCat2NewsList .col-sm-9{width:75%;}
    .DEnterList2 .col-sm-3{width:26%;}
    .DEnterList2 .col-sm-9{width:74%;}
    .DCatNewsList3 .col-sm-3{width:25%;}
    .DCatNewsList3 .col-sm-9{width:75%;}
    .DCatLatestContent .col-sm-4{width:25%;}
    .DCatLatestContent .col-sm-8{width:75%;}
    .cat_content_block .col-sm-4{width:25%;}
    .cat_content_block .col-sm-8{width:75%;}
    .DCatMorContainList .col-sm-4{width:25%;}
    .DCatMorContainList .col-sm-8{width:75%;}
    .DVideoList #vid_frame{height:310px !important;}
    .DScroll .col-sm-1{width:15%;float:left;}
    .DScroll .col-sm-11{width:85%;float:left;}
    .DBeaking .col-sm-1{width:15%;float:left;}
    .DBeaking .col-sm-11{width:85%;float:left;}
    .modalad {top: 171px;}
    .modal-contentad { width: 95%; height: 100%; }
    .closead { font-size: 10px; opacity: 1; }
}
@media screen and (max-width:480px){
    .container{width:100%;}
    .DVideoList #vid_frame{height:260px !important;}
    .T4Tutorials_UP{width:92%;margin:0 auto;}
}
@media screen and (max-width:414px){
    .container{width:100%;}
    .DSpecialTop1 .Imgresize{width:38%;}
    .DSpecialTop2 .Imgresize{width:38%;}
    .DHighlightedTop .Imgresize{width:38%;}
    .DPoliticsListItem1 .Imgresize{width:38%;}
    .DHighlightedList .DImgBlock{width:38%;}
    .DInternationalListItem .DImgBlock{width:38%;}
    .DSportsListItem .DImgBlock{width:38%;}
    .DWCListItem .DImgBlock{width:38%;}
    .DEconomicsListItem .DImgBlock{width:38%;}
    .OpinionListItem .DImgBlock{width:38%;}
    .DInfoTechList .Imgresize{width:38%;}
    .VideoDetailsList .Imgresize{width:38%;}
    .DEnterList1 .Imgresize{width:38%;}
    .DCatTopNewsList .Imgresize{width:38%;}
    .DReadMoreList .Imgresize{width:38%;}
    .DOpinionNList .col-sm-3{width:39%;}
    .DOpinionNList .col-sm-9{width:61%;}
    .DCommonCat2NewsList .col-sm-3{width:39%;}
    .DCommonCat2NewsList .col-sm-9{width:61%;}
    .DEnterList2 .col-sm-3{width:39%;}
    .DEnterList2 .col-sm-9{width:61%;}
    .DCatNewsList3 .col-sm-3{width:39%;}
    .DCatNewsList3 .col-sm-9{width:61%;}
    .DCatLatestContent .col-sm-4{width:38%;}
    .DCatLatestContent .col-sm-8{width:62%;}
    .cat_content_block .col-sm-4{width:38%;}
    .cat_content_block .col-sm-8{width:62%;}
    .DCatMorContainList .col-sm-4{width:38%;}
    .DCatMorContainList .col-sm-8{width:62%;}
    .DVideoList #vid_frame{height:225px !important;}
    .DScroll .col-sm-1{width:22%;float:left;}
    .DScroll .col-sm-11{width:78%;float:left;}
    .DBeaking .col-sm-1{width:22%;float:left;}
    .DBeaking .col-sm-11{width:78%;float:left;}

}
@media screen and (max-width:375px){
    .container{width:100%;}
    .DVideoList #vid_frame{height:200px !important;}
    .TopMenu .DLogoMobile .DlogoM{height:50px;width:auto;}
    .DScroll .col-sm-1{width:25%;float:left;}
    .DScroll .col-sm-11{width:75%;float:left;}
    .DBeaking .col-sm-1{width:25%;float:left;}
    .DBeaking .col-sm-11{width:75%;float:left;}
    .election-seat p {font-size: 9px;}
    .election-content-box .election-content-info h2 {
            font-size: 9px;
        }
        .election-content-marka p {
            font-size: 18px;
        }
}
@media screen and (max-width:360px){
    .container{width:100%;}
    .TopMenu .menu-left, .menu-right{padding-right:10px;font-size:20px;}
    .DInfoSection .col-lg-3.col-sm-12:nth-child(2){width:100%;float:left;}
    .DInfoSection .col-lg-3.col-sm-12:nth-child(3){width:100%;float:left;}
    .DTextZoom{float:left;}
    .DSocialTop{text-align:start;}
    .DTextZoom span{display:inline-block;}
}
@media screen and (max-width:320px){
    .container{width:100%;}
    .DVideoList #vid_frame{height:180px !important;}
    .TopMenu .DLogoMobile .DlogoM{height:50px;width:auto;}
    .DScroll .col-sm-1{width:30%;float:left;}
    .DScroll .col-sm-11{width:70%;float:left;}
    .DBeaking .col-sm-1{width:30%;float:left;}
    .DBeaking .col-sm-11{width:70%;float:left;}
}
