/*
Theme Name: Name - Multipurpose HTML Template
Author:
Support: admin@gmail.com
Description: Creative HTML Template.
Verson:1.0
*/


/* Css Index 
----------------------------
1.Theme default css
2.header
        2.1 header-top-area
        2.2 main-menu
            2.3.3 sub-menu
        2.3trending-topic-area
                2.4full-screen-menu
3.top-news-area
4.reports-area
5.video-area
6.all-news-area
7.listing-page
11.footer-area
*/

/* 1.Theme default css */
/*@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500');*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

/*@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri.eot');
    src: url('fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri.woff2') format('woff2'),
        url('fonts/Calibri.woff') format('woff'),
        url('fonts/Calibri.ttf') format('truetype'),
        url('fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');*/

@font-face {
    font-family: 'Siyam Rupali';
    src: url('../fonts/Siyam-Rupali/SiyamRupali.eot');
    src: url('../fonts/Siyam-Rupali/SiyamRupali.eot?#iefix') format('embedded-opentype'), url('../fonts/Siyam-Rupali/SiyamRupali.woff2') format('woff2'), url('../fonts/Siyam-Rupali/SiyamRupali.woff') format('woff'), url('../fonts/Siyam-Rupali/SiyamRupali.ttf') format('truetype'), url('../fonts/Siyam-Rupali/SiyamRupali.svg#SiyamRupali') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Siyam Rupali ANSI';
    src: url('../fonts/Siyam-Rupali/SiyamRupaliANSI.eot');
    src: url('../fonts/Siyam-Rupali/SiyamRupaliANSI.eot?#iefix') format('embedded-opentype'), url('../fonts/Siyam-Rupali/SiyamRupaliANSI.woff2') format('woff2'), url('../fonts/Siyam-Rupali/SiyamRupaliANSI.woff') format('woff'), url('../fonts/Siyam-Rupali/SiyamRupaliANSI.ttf') format('truetype'), url('../fonts/Siyam-Rupali/SiyamRupaliANSI.svg#SiyamRupaliANSI') format('svg');
    font-weight: normal;
    font-style: normal;
}


*{
    margin:0;
    padding:0;
}
body{
    font-style:normal;
    font-weight:normal;
    font-family: 'Roboto', sans-serif, 'Siyam Rupali';
    color: #323232;
    background: #ffffff none repeat scroll 0 0!important;
    overflow-x: hidden;
}
img{
    max-width:100%;
    transition:0.3s;
}
.fix{
    overflow:hidden;
}
button{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a{color: #040404;}
a:focus,
.button:focus{
    text-decoration:none;
    outline:none;
}
a:focus,
a:hover,
.portfolio-cat a:hover
{
    color:#ed1024;
    text-decoration:none;
}
.uppercase{
    text-transform:uppercase;
}
.capitalize{
    text-transform:capitalize;
}


h4,
h5,
h6{
    margin-top:0;
    font-weight:400;
    color:#000;
    text-transform:normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
    color:inherit;
}
ul{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
hr{
    border-bottom:1px solid #eceff8;
    border-top:0 none;
    margin:30px 0;
    padding:0;
}
p{
    font-size:14px;
    font-weight:400;
    line-height:24px;
    color:#7e7e7e;
}
label{
    cursor:pointer;
    color:#222;
    font-size:14px;
    font-weight:400;
}
*::-moz-selection{
    background:#d6b161;
    color:#fff;
    text-shadow:none;
}
::-moz-selection{
    background:#444;
    color:#fff;
    text-shadow:none;
}
::selection{
    background:#444;
    color:#fff;
    text-shadow:none;
}
*::-moz-placeholder{
    color:#555555;
    font-size:14px;
    opacity:1;
}
*::placeholder{
    color:#555555;
    font-size:14px;
    opacity:1;
}
.separator{
    border-top:1px solid #f2f2f2;
}
section{
    width: 100%;
    float: left;
}
/* 2.header */
/*2.1 header-top-area*/
.header-top-area {
    padding-bottom: 9px;
}
.header-edition-area {
    height: 42px;
    display: flex;
    align-items: center;
}
.header-edition-area ul{}
.header-edition-area ul li {
    display: inline-block;
    font-size: 14px;
}
.header-edition-area ul li:nth-child(2) {
    background: #d63d3d;
    padding: 2px 6px 3px 6px;
    margin-right: 14px;
    position: relative;
}
.header-edition-area ul li:nth-child(2) a{
    color:#fff;
}
.header-edition-area ul li:nth-child(2)::before {
    position: absolute;
    content: "";
    top: 0;
    right: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 19px 0 0;
    border-color: #d63d3d transparent transparent transparent;
}
.header-edition-area ul li:nth-child(3) {
    background: #c0c0c0;
    padding: 2px 6px 4px 6px;
    margin-left: 5px;
    position: relative;
}
.header-edition-area ul li:nth-child(3) a{
    color:#fff;
}
.header-edition-area ul li:nth-child(3)::before {
    position: absolute;
    content: "";
    top: 0;
    left: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 27px 19px;
    border-color: transparent transparent #c0c0c0 transparent;
}
.header-edition-area ul li a{font-size: 14px;}
.header-top-social-link {
    height: 41px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.header-top-social-link ul li {
    padding-right: 18px;
    display: inline-block;
}
.header-top-social-link ul li a i {
    font-size: 15px;
    color: #707070;
}
.log-in-area {
    height: 42px;
    align-items: center;
    justify-content: end;
    display: flex;
    float: right;
}
.log-in-area ul li a img {
    width: 48px;
    margin-top: 2px;
}
.log-in-area ul li{display: inline-block;margin-left:3px;}
.log-in-area ul li:nth-child(3) a {
    background: #eb5c4a;
    color: #fff;
    padding: 4px 5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}
.log-in-area ul li:nth-child(2) a {
    background: #287f9b;
    color: #fff;
    padding: 4px 11px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}
.log-in-area ul li i {
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 4px 5px;
}
.date {
    text-align: center;
    padding-top: 11px;
}
.date ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    padding: 7px 0;
    border-right: 1px solid #000;
    padding: 0 7px;
    letter-spacing: 1.2px;
}
.date ul li:last-child{
    border-right: 0px solid #000;
}
.logo-area {
    padding: 10px 0 20px;
    text-align: center;
}
.logo-area img{
    max-width: 370px;
}
.affix-logo{position:absolute;
    top: 7px;
    left: 0;
    display: none;
}
.affix-logo img{
    max-width: 34px;
}
.fixed-header .affix-logo{
    display: block;
    top:6px;
    left:43px;
}
.fixed-header .main-menu {
    padding-left: 150px;
}
.fixed-header .notification-area {
    position: absolute;
    top: 5px;
    left: 112px;
}
.fixed-header .header_search_button_area {
    position: absolute;
    top: 5px;
    left: 87px;
}
.fixed-header .header_search_button_area {
    top: 5px;
    left: 87px;
}
.fixed-header .my-menu {
    background: #ccc;
    width: 100%;
    float: left;
    border-bottom: 0px;
    padding: 6px 0 0px;
    position:absolute;
    top:0;
    left:0;
    right:0;
}

.fixed-header .logo-area{
    display:none;
}
/*2.2 main-menu*/
.menu-area {
    border-bottom: 1px solid #cecece;
}
.main-menu ul{

}
.my-menu .container{
    padding-left: 0px;
    padding-right: 0px;
}
.main-menu ul li {
    margin-right: 21px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}
.main-menu ul li a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222;
    display: block;
    padding: 8px 0 0;
    letter-spacing: 1.4px;
}
.main-menu ul li a i{padding-left:3px;}
.main-menu ul li:hover a{
    color:#ed1024;
}
.weather-report {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: end; */
    height: 38px;
    /* float: right; */
    text-align: right;
    vertical-align: middle;
}
.weather-report img {
    width: 27px;
    margin-right: 8px;
    /* float: left; */
    margin-top: 1px;
}
.weather-report span {
    color: #2d2d2d;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-top: 8px;
    display: inline-block;
}
/*fixed-header*/
.fixed-header{
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.my-menu.fixed-header .container{
    padding-left:15px;
    padding-right: 15px;
}
/* .my-menu.fixed-header {
    background: #ccc;
    width: 100%;
    float: left;
    border-bottom: 0px;
    padding: 6px 0 0px;
} */
.my-menu.fixed-header .trending-topic-area {
    padding: 3px 0 4px 0;
    background: #e5e5e5;
}
.my-menu.fixed-header .trending-topic-area ul li:first-child {
    font-size: 11px;
}
.my-menu.fixed-header .trending-topic-area ul li a {
    font-size: 11px;
}
.fixed-header .menu-area{
    border-bottom: 0px;
}
.fixed-header .main-menu ul li a {
    color: #222;
}
.fixed-header .header_search a i {
    color: #222;
}
.fixed-header .notification-icon i {
    color: #222;
}
.fixed-header .weather-report span {
    color: #222;
    font-size: 16px;
}
.fixed-header .header_search .search_form {
    top: 46px;
}
/* 2.3.3 sub-menu */
.main-menu {
    padding-left: 109px;
}
.main-menu ul li ul.sub-menu{
    position:absolute;
    top:110%;
    left:0;
    background:#222;
    width:220px;
    opacity:0;
    visibility:hidden;
    transition:0.3s;
    z-index: 111;
}
.main-menu ul li:hover > ul.sub-menu{
    opacity:1;
    visibility:visible;
    top:100%;
}
.main-menu ul li ul.sub-menu li {
    border-bottom: 1px solid #999;
    display: block;
    margin-right: 0px;
    padding-bottom: 0;
}
.main-menu ul li ul.sub-menu li a {
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
}
.main-menu ul li ul.sub-menu li ul.sub-menu{
    left:100%;
    top:0;
}
.main-menu ul li ul.sub-menu li:hover > a{
    color:#888;
}
/* mobile-menu */
.mobile-menu-area ul li a{
    font-size:12px;
}
.mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: 26px;
    padding: 8px !important;
    line-height: 26px;
}
/*search*/
.total-menu{position: relative;}
.header_search_button_area {
    position: absolute;
    top: 7px;
    left: 45px;
}
.navbar-default .navbar-collapse {
    margin-right: 100px;
}
.header_search a i{color:#808080;}
.header_search a i:hover{color:#ED1C24;}
.header_search .search_form {
    position: absolute;
    top: 41px;
    left: 0;
    height: 50px;
    width: 400px;
    transition: 0.3s;
    background: #222;
    z-index: 111;
}
.header_search .search_form form{
    /*	position:relative;*/
    height:100%;
}
.header_search .search_form input{
    width:100%;
    height:100%;
    background:none;
    border:none;
    padding:0 15px;
    color:#FFF;
}
.header_search .search_form button{
    border:none;
    color:#fff;
    background:none;
    width:50px;
    height:50px;
    right:0;
    top:0;
    position:absolute;
}
.show_searh {
    margin-top: 4px;
    font-size: 16px;
}
.notification-area {
    position: absolute;
    top: 7px;
    left: 70px;
}
.notification-icon i {
    font-size: 21px;
    position: relative;
    color: #808080;
}
.notification-icon span{
    position: absolute;
    top: -14px;
    left: 7px;
    z-index: 11;
    background: red;
    padding: 1px 6px;
    border-radius: 50%;
    font-size: 11px;
    border: 2px solid #fff;
}
/* 2.4full-screen-menu */
.full-screen-menuu{position: relative;}
.full-screen-area {
    position: absolute;
    top: -1px;
    right: 0px;
}
.full-screen-area.desktop-view-ful-menu {
    /* position: absolute;
    top: 7px !important;
    left: 17px;
    right: auto; */
    position: relative;
    top: -31px !important;
    left: 0px;
    right: auto;
    width: 20px;
    height: 0px;
}
.fixed-header .full-screen-area.desktop-view-ful-menu {
    top: 7px !important;
}
.fixed-header .full-menu-icon i{
    color:#222;
}
.full-menu-icon i{
    color:#808080;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index:99999999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color:#808080;
    overflow-y: auto;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 4%;
    width: 100%;
    text-align: center;
    margin-top:0px;
}
.overlay-content .container{
    padding-left:15px;
    padding-right:15px;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    color: #ccc;
    display: block;
    transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
/* .overlay .closebtn {
	position: absolute;
	top: 34px;
	right: 68px;
	background: red;
	font-size: 27px;
	color: #fff;
	border-radius: 4px;
    z-index: 999999;
    padding: 6px 8px;
} */
.overlay .closebtn {
    background: #ed0f25;
    font-size: 26px;
    color: #fff;
    border-radius: 4px;
    padding: 8px 10px;
    float: right;
}
.mega-menu-area {
    text-align: left;
    display:flex;
}
.mega-menu-single-cont {
    width: 200px;
    float: left;
}
.mega-menu-area ul li {
    display:block;
}
.mega-menu-areaul li a{
    font-size:14px;
    font-weight:400;
    text-transform:uppercase;
    color:#fff;
    display:block;
    padding:25px 0;
}
.mega-menu-area ul li:hover > a{
    color:#ED0F24;
}
.mega-menu-title > a {
    color: #fff;
    font-weight: 500;
    font-size: 18px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    position:relative;
}
.mega-menu-title:hover > a {
    color:#fff;
}
.mega-menu-title > a:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #e94b4b;
    content: "";
    z-index:11;
}
.mega-menu-title > a:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #ccc;
    content: "";
}
.sub-menu {
    padding: 0px 0;
}
.sub-menu li a {
    font-size: 14px;
    padding: 6px 5px;
    font-weight: 300;
    transition:0.3s;
}
.sub-menu li:hover a{
    margin-left:4px;
}

/*2.3trending-topic-area*/
.trending-topic-area {
    padding: 11px 0 16px 0;
    text-align: left;
    border-bottom: 1px solid #cecece;
}
.trending-topic-area ul li{
    display: inline-block;
    padding-right:7px;
}
.trending-topic-area ul li a {
    font-weight: 500;
    color: #2d2d2d;
    font-size: 13px;
    padding: 2px 9px;
    letter-spacing: 1.8px;
}
.trending-topic-area ul li:first-child {
    color: #2d2d2d;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
/*3.top-news-area*/
.top-news-area {

}
.top-news-area .row {
    margin-left: -8px;
    margin-right: -8px;
}
.top-news-area .col-md-2{
    padding-left:8px;
    padding-right:8px;
}
.single-top-news-area{
    position: relative;
    width: 100%;
    height: 112px;
}
.single-top-news-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.list-style-news-area h2 {
    font-size: 15px;
    margin-bottom: 14px;
    padding-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-top: 6px;
    color: #151515;
    position: relative;
    width: 100%;
    display: block;
}
.list-style-news-area h2::before {
    position: absolute;
    left: 0;
    width: 100%;
    background: #E5E5E5;
    content: "";
    height: 1px;
    bottom: -3px;
}
.list-style-news-area h2:after{
    position: absolute;
    left: 0;
    width: 40px;
    background:#ed1c24;
    content:"";
    height: 2px;
    bottom: -3px;

}
.full-section-title h2::after {
    position: absolute;
    left: 0;
    width: 45px;
    background: #ed1c24;
    content: "";
    height: 2px;
    bottom: -6px;
}
.top-news {
    margin-bottom: 20px;
}
.top-news img {
    width: 100%;
    height: 137px;
    object-fit: cover;
}
.top-news-cont h4 {
    color: #2d2d2d;
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0.9px;
    margin-bottom: 0px;
    padding-top: 8px;
}
.top-news-cont span {
    font-size: 9px;
    color: #ed1c24;
    letter-spacing: 0.5px;
    display: block;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    padding-top: 6px;
}
.top-news-cont p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}
.top-news-area-content {
    border-bottom: 1px solid #ccc;
    padding: 16px 0;
}
.all-news-area .single-news-style {
    padding-bottom: 33px;
}
/*4.reports-area*/
.reports-area {
    padding: 25px 0 0;
}
.reports-area .row{margin-left: -15px;margin-right: -15px;}
.reports-area .col-md-9{padding-left: 8px;padding-right: 8px;}
.reports-area .col-md-3{padding-left: 8px;padding-right: 8px;}
.report-left .col-sm-8{padding-left: 15px;padding-right: 15px;}
.report-left .col-sm-4{padding-left: 15px;padding-right: 15px;}
.reports-big-img img {
    width: 100%;
    height: 568px;
    position: relative;
    object-fit: cover;
}
/*.reports-big-img img{width:100%;height: 100%;}*/
.report-title {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    float: left;
}
.report-title h1 {
    font-size: 18px;
    color: #2d2d2d;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.report-title h2 {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
    letter-spacing: 1px;
    padding-bottom: 8px;
}
.video-time {
    font-size: 14px !important;
    color: #adadad !important;
    font-weight: 500 !important;
    padding-left: 20px;
}
.report-title h1::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #fff;
    content: "";
}
.report-title span {
    color: #adadad;
    font-weight: 500;
    font-size: 10px;
    color: red;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.reports-small-img{
    width:100%;
}
.single-reports-small-img{
    width:100%;
    position: relative;
    margin-bottom: 5px;
}
.single-reports-small-img img {
    height: 138px;
    width: 100%;
    object-fit: cover;
}
.single-reports-img-title {
    left: 0;
    padding: 0px;
}
.single-reports-img-title h3 {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0;
}
.single-reports-img-title span {
    font-size: 14px;
    color: #f93838;
    text-transform: uppercase;
    padding-bottom: 0px;
    display: block;
    text-align: right;
}
.single-news-style{
    padding-bottom: 37px;
    width: 100%;
    float: left;
}
.single-news-style img {
    width: 60px;
    height: 55px;
    object-fit: cover;
    float: left;
    margin-top: 2px;
}
.single-news-cont {
    padding-left: 68px;
}
.single-news-title h3 {
    color: #555555;
    font-size: 9px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.single-news-cont h4 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    /* line-height: 17px; */
    line-height: 20px;
}
.single-news-cont span {
    text-transform: uppercase;
    font-size: 9px;
    font-weight:500;
    color: #fd1e1e;
    padding-right: 4px;
}
.news-share-area {
    padding-bottom: 9px;
}
.news-share-area ul{}
.news-share-area ul li {
    display: inline-block;
    padding-right: 15px;
}
.news-share-area ul li a {
    color: #cecece;
    font-size: 14px;
}
.news-share-area ul li a i{padding-right:3px;}
/*news-strem-area*/
.news-strem-area {
    padding-bottom: 7px;
}
.left-panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 5px;
}
.left-panel-title h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #222;
    border-radius: 4px;
    line-height: 16px;
    position: relative;
    margin-bottom: 0;
}
/*.left-panel-title h3:before{
   position: absolute;
   left: 0;
   width: 120px;
   background:#ccc;
   content:"";
   height: 2px;
   bottom: -3px;

}*/
.left-panel-title h3::after {
    position: absolute;
    left: 0;
    width: 50px;
    background: #ed1c24;
    content: "";
    height: 2px;
    bottom: -6px;
}
.other-stories-area .left-panel-title h3{
    background:none;
    color:#222;
    padding:0;
}
.other-stories-area .left-panel-title h3:before{

}
.dt-strem {
    border-top: 5px solid #d5e7f0;
    padding: 5px 0;
    border-bottom: 2px solid #ecebe5;
}
.dt-strem span{color:#7f807f;
    font-size:18px;
}
.left-panel-frst-cont{
    height: 364px;
    overflow-y:auto;
    margin-bottom: 10px;
}
.dt-strem img {
    padding-right: 8px;
}
.dt-strem-new h2{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #3c3c3c;
}
.dt-strem-new {
    padding: 7px 0;
    /* width: 100%; */
    /* float: left; */
    display: flex;
    align-items: center;
}
.dt-strem-time {
    width: 30%;
    /* float: left; */
}
.dt-strem-cont {
    width: 70%;
    /* float: left; */
    text-align: left;
}
.dt-strem-time span{position:relative;padding-left:18px;}
.dt-strem-time span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    /* background: #585858; */
    border-radius: 0%;
    border:1px solid #ed1c24;
}
.dt-strem-time.live span {
    color: #ed1c24 !important;
    text-transform: uppercase;
}
.dt-strem-time.live span::before{
    background:#ed1c24;
}
.dt-strem-new span {
    color: #a09e9f;
    font-size: 13px;
    line-height: 14px;
    display: block;
    margin-bottom: 5px;
}
.dt-strem-cont p {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 9px;
    color: #ff2424;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.advertisement-image{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#fff;
    /* height: 280px; */
    /* max-height: 280px; */
    margin-top: 16px;
}
.mt-5{margin-top: 0px !important;}
.advertisement-image img{
    max-width: 100%;
}
.report-left-bottom{width: 100%;
    float: left;}
/*.report-left-bottom .col-sm-4{
  padding-left: 8px;
padding-right: 8px;
}*/
/*5.video-area*/
.pb-6{padding-bottom:6px;}
.video-area {
    padding-top: 12px;
    padding-bottom: 23px;
}
.single-video img{width:100%;height:100px;}
.single-video iframe{width:100%;height:100%;}
.video {
    width: 100%;
    height: 120px;
    position: relative;
}
.video-cont {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    padding: 4px 6px;
}
.video-cont p {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.9px;
    line-height: 18px;
    margin-bottom: 0;
    height: 36px;
    overflow: hidden;
}
.video-carousel {
    background: #101010;
    padding: 7px 0;
    margin-bottom: 16px;
    border-radius: 6px;
    width: 100%;
    float: left;
}
.photo-stories-area {
    padding-bottom: 2px;
}
.photo-carousel {
    background: #515151;
    padding: 7px 0 0;
    margin-bottom: 0px;
    border-radius: 6px;
    width: 100%;
    float: left;
}
.photo-carousel .gallery_style{
    background: #3d3d3d;
    position:relative;
}
/*.owl-theme .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  margin:0 0px 0 4px;
  opacity: 1;
  padding: 0;
}
div.owl-nav .owl-prev{
        float: left;
        color:#000;
}*/
.gallery_style{
    background: #000;
}
.video-carousel .gallery_style{
    position:relative;
}
.gallery-cont {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}
.video-title p span {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    line-height: 18px;
}
.video-carousel .gallery_style img {
    width: 100%;
    margin: 0 auto;
    min-height: 78px;
    object-fit: cover;
    height: 200px;
}
/*.video-carousel  .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 200px;
}
i.owl-prev-icon {
        background: #000;
        color: #fff;
        font-size: 20px;
        height: 35px;
        line-height: 30px;
        text-align: center;
        transition: all 0.3s ease 0s;
        width: 22px;
        border-radius: 4px;
}

i.owl-prev-icon:hover, i.owl-next-icon:hover{
        color: #000;
        border: 0px solid #fff;
        background:#e4e4e4;
        width:25px;
}
div.owl-nav .owl-next{
        float: right;
        color:#000;
}
i.owl-next-icon{
    background: #000;
    color: #fff;
    font-size: 20px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 22px;
    border-radius: 4px;
}*/

/*.owl-prev {
    left: -14px;
    position: absolute;
        top: 40%;
}
.owl-next {
    position: absolute;
    right: -10px;
        top: 40%;
}*/
.gallery_style p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #c7c5c5;
    line-height: 17px;
    padding-bottom: 6px;
    font-weight: 500;
    padding-left: 9px;
    padding-right: 9px;
}
.gallery_style span {
    color: #c7c5c5;
    font-size: 10px;
    display: inline-block;
    padding-left: 3px;
}
.photo-carousel .gallery_style p {
    font-size: 14px;
    font-weight: 500;
    min-height: 64px;
    padding-top: 5px;
}
/*.photo-carousel i.owl-prev-icon {
        background: #404040;
}
.photo-carousel i.owl-next-icon{
  background: #404040;
}*/
/*.owl-item{ width:220px !important;}*/
/*.owl-item img {
        width: 100%;
        margin: 0 auto;
        min-height: 78px;
        object-fit: cover;
}*/
.btn.btn-default.btn-lg2 {
    display: block;
    font-size: 14px;
    margin: 0 auto 20px;
    padding: 0 5px;
    text-align: center;
    text-transform: none;
    height:32px;
    line-height:32px;
}
.btn.btn-default.btn-lg2 i{ font-size:13px;}
/*6.all-news-area*/
.advertisement-second-image {
    /* background: #000; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.height-90{max-height: 90px;}
.mt-0{margin-top: 0px !important;}
.news-contents{

}
.news-contents-img {
    position: relative;
    height: 250px;
}
.news-contents-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* position: relative; */
}
.news-tag {
    position: absolute;
    bottom: 0;
    background:#e21012;
    color: #fff;
    font-weight: 400;
    padding: 6px 10px;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
}
.news-contents-info h4 {
    font-size: 19px;
    padding-top:10px;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-weight: 500;
}
.news-contents-info p {
    color: #b7aeaf;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 13px;
}
.news-contents-info p i{}
.world-news-area{

}
.world-news-area .news-contents-img {
    height: 160px;
}
.in-this-news-area{width:100%;
    float:left;}
.inthis-news-tab {
    width: 100%;
    float: left;
    border-bottom: 1px solid #cecece;
    margin-bottom: 17px;
}
.pt-0{padding-top: 0px;}
.pt-4{padding-top: 4px !important;}
.tab-title {
    font-size: 17px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-top: 6px;
    font-weight: 500;
}
.inthis-news-tab .nav-item a{
    color:#b9b8b8;
    font-size: 15px;
    font-weight: 400;
    background: none;
}
.inthis-news-tab .nav-tabs .nav-link{
    border:0px;
}
.inthis-news-tab .nav-tabs{
    border:0px;
}
.inthis-news-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #fff;
}
.tab-title::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 53px;
    height: 2px;
    background: #e94b4b;
    content: "";
}
.media-style-news{
    margin-bottom:16px;
}
.media-style-news h5 {
    color: #201e1b;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.media-style-news-img{
    position:relative;
}
.position-relative{
    position: relative;
}
.tab-style{
    padding-right: 100px;
}
/*opinion-area*/
.full-section-title h2 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 18px;
    margin-bottom: 0px;
    position: relative;
}
.opinion-area {
    width: 100%;
    float: left;
}
.opinion-title {
    width: 100%;
    float: left;
    margin-bottom: 9px;
}
.opinion-title a {
    float: right;
    margin-top: 10px;
    display: inline-block;
}
.more-option {
    font-size: 13px;
    color: #2d2d2d;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}
.mt-10{margin-top: 10px;}
.more-option i {
    color: #6d6d6d;
    font-size: 15px;
    margin-left: 5px;
    border: 1px solid #6d6d6d;
    padding: 3px 8px;
    border-radius: 4px;
}
.opnion-content{
    width: 100%;
    float: left;
}
.red-color{color:#b50101;}
.single-opinion {
    width: 25%;
    margin-right: 16px;
    padding: 10px 5px;
    border: 1px solid #dbdada;
}
.single-opinion span{
    color: #b50101;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 11px;
    display: block;
}
.single-opinion h3 {
    color: #b50101;
    font-size: 24px;
    font-weight: 400;
    color: #4d4946;
    margin-bottom: 3px;
}
.single-opinion p{
    color: #656566;
    font-size: 15px;
    font-weight: 400;
}
.opinion-name {
    width: 100%;
    float: left;
    padding-top: 30px;
}
.opinion-name img{
    float: right;
    width: 49px;
    height: 49px;
    object-fit: cover;
    border-radius: 50%;
}
.opinion-name span{
    color:#a3a4a4;
    font-size: 14px;
}
.single-opinion:last-child{
    margin-right: 0px;
}
.sport-top-contents{
    width: 100%;
    border: 1px solid #dbdada;
    float: left;
}
.sport-contents-img{
    width: 65%;
    float: left;
}
.sport-contents-img img {
    width: 100%;
    min-height: 390px;
    object-fit: cover;
    padding-right: 12px;
}
.sports-contents-info{
    width: 35%;
    float: left;
    padding-top: 23px;
}
.sports-contents-info h3 {
    font-size: 15px;
    /* text-transform: uppercase; */
    font-weight: 400;
    margin-bottom: 4px;
}
.sports-contents-info h3 span {
    color: #ba0202;
    padding-right: 10px;
}
.sports-contents-info h2 {
    font-size: 32px;
    color: #424242;
    line-height: 41px;
    margin-bottom: 8px;
}
.single-sports-news img{
    min-height: 188px;
    object-fit: cover;
    width: 100%;
}
.sports-contents-info p {
    font-size: 15px;
}
.sports-bottom-news {
    width: 100%;
    float: left;
    padding-top: 16px;
}
.sports-bottom-left .sports-contents-info p{
    color:#474145;
    font-size: 22px;
}
.sports-bottom-left-cont{
    padding: 10px 0;
}
.sports-bottom-left-cont h3 {
    font-size: 15px;
    /* text-transform: uppercase; */
    font-weight: 400;
    margin-bottom: 14px;
    margin-bottom: 0px;
    line-height: 14px;
}
.sports-bottom-left-cont h3 span{
    color: #ba0202;
    padding-right: 10px;
    display: inline-block;
}
.sports-bottom-left-cont p {
    font-size: 16px;
    color: #424242;
    margin-bottom: 0px;
    font-weight: 500;
}
.sports-bottom-left li a{
    padding: 25px 0;
}
.sports-news-btm {
    padding: 7px 0 10px;
}
.sports-news-btm p {
    color: #474145;
    padding:0;
}
.lyfe-style-area{
    width: 100%;
    float: left;
}
.lyfe-style-cont{
    width: 100%;
    float: left;
}
.lyfe-style-cont .single-sports-news img {
    min-height: 127px;
    object-fit: cover;
    width: 100%;
}
.lyfe-style-cont .col-sm-3{
    padding-left: 8px;
    padding-right: 8px;
}
.subscribe-area{
    position: relative;
    height:102px;
}
.subscribe-area img{width:100%;
    height: 100%;
    object-fit: cover;
}
.sbuscribe-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    padding: 5px 0;
}
.sbuscribe-content h5 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.sbuscribe-content h5 span {
    font-weight: 500;
    display: block;
    letter-spacing: 1.9px;
}
.sbuscribe-content h3 {
    font-size: 19px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 18px;
    margin-bottom: 0;
}
.sbuscribe-content h4 {
    font-size: 16px;
    line-height: 16px;
    padding-top: 3px;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #fff;
}
.dtbengali-title{margin-top:0px;}
.dtbengali-cont .point{margin-right: 0px;}
.dtbengali-cont .point img{
    width: 100px;
    height: 61px;
    object-fit: cover;
}
.dtbengali-cont .media-body p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #000;
    padding-left: 10px;
    line-height: 18px;
}
/*most-view-area*/
.most-view-area {
    background: #eeeeee;
    padding: 3px 0;
}
.most-view-area ul li{display: inline-block;}
.most-view-area ul li a {
    font-size: 13px;
    background: #fff;
    color: #413d3a;
    padding: 5px 11px;
    display: inline-block;
    margin-right: 2px;
    border: 1px solid #ed1024;
    font-weight: 500;
    border-radius: 0px !important;
}

.point-news-area .media-body {
    color: #696a6a;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.5px;
}
.point-news-area .media-body span{
    color: red;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-left: 4px;
}
.point{
    font-size: 30px;
    margin-right: 20px;
    color: #3a3939;
}
.point-news-area .media{
    padding: 9px 0;
    border-bottom: 2px solid #dbdbdb;
    align-items: center;
}
.facebook-link {
    margin-top: 16px;
    margin-bottom: 11px;
}
.facebook-link img{
    height: 100px;
    width: 100%;
}
.most-shared-area h2{
    font-size: 16px;
    color: #3a3939;
    /* margin-bottom:16px; */
    padding-bottom: 8px;
    border-bottom: 5px solid #ebebeb;
}
.left-panel-social-icon{
    margin-top: 12px;
    margin-bottom: 16px;
}
.left-panel-social-icon ul li{
    display: inline-block;
    margin-right: 5px;
}
.ad-3-area{
    background: #4d4e50;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
}
/*top-videos-area*/
.top-videos-area {
    width: 100%;
    float: left;
}
.top-videos-area h2 {
    font-size: 16px;
    color: #5a8c46;
    border-bottom: 2px solid #bdd1b5;
    padding-bottom: 5px;
    padding-top: 4px;
    margin-top: 16px;
    border-top: 3px solid #bdd1b5;
    margin-bottom: 0px;
}
.single-videos {
    padding: 8px 0 6px 0;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    float: left;
}
.single-videos:last-child{
    padding-bottom: 0px;
}
.single-videos img {
    float: right;
    margin-left: 5px;
    max-width: 142px;
}
.single-videos p {
    color: #404040;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 0;
}
.border-bottom-none{border-bottom: 0px;}
.editors-choice img{
    max-width: 87px;
}
.motor-news-link {
    background: #702ca0;
    color: #fff;
    text-transform: capitalize;
    padding: 1px 6px 2px;
    display: inline-block;
    font-size: 11px;
}
.bg-sky-blue{
    background: #4581b4;
}
/*editorial-area*/
.editorial-area{
    width: 100%;
    float: left;
    padding-top:11px;
}
.editorial-area h2 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 0;
}
.editorial-area h2::before {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 53px;
    height: 2px;
    background: #b90708;
    content: "";
}
.single-editorial {
    padding: 18px 0 0;
}
.media-editorial-img{}
.media-editorial-img img{width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    object-fit: cover;
}
.editorial-media{}
.editorial-media h3 {
    color: #b7afa3;
    font-weight: 400;
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 2px;
}
.editorial-media p {
    font-size: 19px;
    color: #3e3e3e;
    margin-bottom: 0px;
}
/*11.footer-area*/
.footer-area{background:#444443;padding: 22px 0;
    color:#fff;
}
.site-map-area{

}
.site-map-area{}
.foot-title{
    color:#FFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.site-map-cont ul li{
    display: inline-block;
    padding: 10px;
}
.site-map-cont ul li a {
    font-size: 14px;
    color: #c3c3c3;
    line-height: 14px;
    margin-bottom: 10px;
    display: block;
}
.mt-30{margin-top: 30px;}
.email-area{position: relative;
    width: 100%;
    height: 35px;
}
.email-area input{width: 100%;
    height: 100%;
    border: 1px solid #3879a9;
    padding:0 11px;
    border-radius: 5px;
}
.email-area .sign-up-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #bb0000;
    color: #fff;
    font-size: 14px;
}
.footer-social-icon {
    margin-bottom: 18px;
}
.footer-social-icon ul li{
    display: inline-block;
    padding-right: 10px;
}
.footer-social-icon ul li:first-child a{
    background:#314a7e;
}
.footer-social-icon ul li:nth-child(2) a{
    background:#339dc3;
}
.footer-social-icon ul li:nth-child(3) a{
    background:#e52d27;
}
.footer-social-icon ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: block;
    text-align: center;
}
.footer-social-icon ul li a i {
    color: #fff;
    font-size: 13px;
}
.store-apps{}
.store-apps ul{

}
.store-apps ul li {
    display: inline-block;
    margin-right: 8px;
}
.store-apps ul li a{}
.store-apps ul li a img{
    width: 100%;
}

.supplements-info{
    width: 100%;
    float: left;
}
.supplements-info .row{
    margin-left: -8px;
    margin-right: -8px;

}
.supplements-info .col-sm-3{
    padding-left: 8px;
    padding-right: 8px;

}
.supplements-cont{}
.supplements-cont img {
    width: 100%;
    height: 202px;
    object-fit: cover;
}
.supplements-cont h2 {
    padding: 19px 0;
    margin-bottom: 0px;
    color: #1a4887;
    font-size: 17px;
    font-weight: 400;
}
.supplements-cont p {
    color: #5d5c5d;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 11px;
}
.supplements-cont h3 {
    font-size: 12px;
    font-weight: 500;
    color: #979696;
    margin-bottom: 14px;
}
.supplements-cont h3 span{
    color: #ba0202;
    padding-right: 7px;
}
.footer-bottom-area{padding: 10px 0 14px 0;
    background: #282828;}
.copy-right-area{
    text-align: center;

}
.copy-right-area p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 13px;
    color: #fff;
}

/* mobile-menuu-area */
.logo a img {
    width: 200px;
    margin-top: 6px;
}
.header-top-left-features{
    text-align:right;
    position:relative;
}
.header-top-left-features ul li{
    display:inline-block;
    padding-left:10px;
}
.header-top-left-features ul li img{
    width:18px;
}
.header-top-left-features .header_search_button_area {
    position: absolute;
    top: 0px;
    right: 83px;
}
/*.header_search .search_form {
        right: 0;
        left:auto;
}*/
.mobile-menuu-area .col-2{
    padding-left:2px;
    padding-right:2px;
}
.mobile-menuu-area .col-4{
    padding-left:2px;
    padding-right:2px;
}
.mobile-menuu-area .col-6{
    padding-left:2px;
    padding-right:2px;
}
.mobile-menuu-area .row{
    margin-left:-2px;
    margin-right:-2px;
}
.mobile-menuu-area .header_search a i {
    color: #000;
}
.mobile-main-menu {
    padding: 5px 0;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
.mobile-main-menu ul{}
.mobile-main-menu ul li{display:inline-block;}
.mobile-main-menu ul li a {
    color: #fff;
    background: #918e8e;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 4px;
    line-height: 12px;
    display: block;
}
.mobile-menu-top{
    background:#edebeb;
    padding:8px 0;
}
.mobile-trendin-menu ul{}
.mobile-trendin-menu ul li{display:inline-block;padding-right:5px}
.mobile-trendin-menu ul li a {
    color: #918e8e;
    font-size: 12px;
    line-height: 12px;
    display: block;
    font-weight: 500;
}
.mobile-trendin-menu ul li a img{
    width:20px;
}



/*mobile-page-area*/
.mobile-banner{
}
.mobile-banner img{
    width:100%;
    min-height: 200px;
    object-fit: cover;
}
.mobile-news-cont{
    padding-top:16px;
    width: 100%;
    float: left;
}
.banner-content h2 {
    font-size: 15px;
    color: #fff;
    line-height: 19px;
}
.mobile-news-cont .single-news-style img {
    width: 108px;
    height: 78px;
    object-fit: cover;
    float: left;
}
.mobile-news-cont .single-news-cont {
    padding-left: 118px;
}
.mobile-news-cont .single-news-style {
    padding-bottom: 23px;
}
.more-stories-area {
    width: 100%;
    float: left;
}
.more-stories-area a{
    border:1px solid #e21a1a;
    width:100%;
    height: 40px;
    background: none;
    color: #000;
    line-height:40px;
    display:block;
    text-align:center;
    font-size:13px;
    font-weight: 500;
    letter-spacing: 0.6px;
    position: relative;
    text-transform: uppercase;
}
.more-stories-area a:hover{
    background:#e21a1a;
    color:#fff;
}
.latest-news-area{
    padding-top: 15px;
}
.mobile-ad-area{padding: 8px 0;}
.regular-suppliments-area {
    padding:15px 0px;
}
.all-section-area{}
.all-section-area ul{}
.all-section-area ul li {
    padding-bottom: 5px;
}
.all-section-area ul li a {
    color: #2d2d2d;
    font-weight: 500;
    line-height: 12px;
    font-size: 13px;
    letter-spacing: 0.9px;
}
.all-section-area ul li a:hover{
    color:#ed1028;
}
.all-section-area ul li a.active{
    color:#ed1028;
}
.only-moblibe-menu {
    background: #ccc;
    /* padding: 10px 0 0px 0; */
    padding: 10px 0;
}
.only-moblibe-menu .container{padding-left: 15px;padding-right:15px;}
.only-moblibe-menu.fixed-header .full-menu-icon i {
    color: #222;
}
.mobile-add{
    text-align:center;
}
.mobile-logo-area img{
    max-width: 120px;
    width: 100%;
}
.mobile-mega-menu-title {
    text-align: left;
    padding: 0 15px;
}
.mobile-mega-menu-title h2 {
    font-size: 16px;
    text-transform: uppercase;
    /* background:#ed0f25; */
    background: #666666;
    display: inline-block;
    color: #fff;
    padding: 8px 38px;
    letter-spacing: 0.5px;
    border-radius: 4px;
}
.single-mobile-mega-menu {
    text-align: left;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.single-mobile-mega-menu h3.single-mega-menu-title {
    font-weight: 300;
    font-size: 18px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 20px;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: left;
    color: #000;
}
.single-mega-menu {
    width: 100%;
    float: left;

}
.single-mega-menu ul {
    width: 100%;
    float: left;
}
.single-mega-menu ul li {
    width: 50%;
    float: left;
}
.single-mega-menu ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1.2px;
}
.single-mega-menu ul li:hover a{
    color:#ed0f23;
}
.mobile-user-login-area{
    position: absolute;
    top: 0px;
    right: 32px;
}
.mobile-user-login-area a{}
.mobile-user-login-area a i {
    font-size: 18px;
    color:#808080;
}
.fixed-header .mobile-user-login-area a i {
    color: #222;
}
.pad-15 {
    padding: 6px 0 20px 0;
}
.other-stories-area .left-panel-title h3{
    background: none;
    border: none;
    padding-bottom: 5px;
    margin-bottom: 0px;
    position: relative;
}
/*.other-stories-area .left-panel-title h3:before{
   position: absolute;
   left: 0;
   width: 280px;
   background:#ccc;
   content:"";
   height: 2px;
   bottom: -3px;

}*/
.other-stories-area .left-panel-title h3:after{
    position: absolute;
    left: 0;
    width: 45px;
    background:#ed1c24;
    content:"";
    height: 2px;
    bottom: -6px;

}
/*owl-style*/
.worst-read{
    position: relative;
}
.regular-suppliments-area .left-panel-title{
    margin-bottom:15px;
}
.fixed-header .header_search_button_area.mobile-search {
    left: auto;
    top: -2px;
}
.owl-prev {
    position: absolute;
    top: 23%;
    left: 0;
    /* transform: translateY(-50%); */
}
.owl-prev i {
    color: #fff;
    font-size: 35px;
}
.owl-next{
    position: absolute;
    top: 23%;
    right: 0;
}
.owl-next i{
    color: #fff;
    font-size: 35px;
}
.photo-cont p {
    color: #222;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 19px;
    margin-bottom: 0;
    padding-top: 7px;
    height: 45px;
    overflow: hidden;
}
.single-list-style-news-area {
    padding-top: 14px;
}
.bengali-news-area {
    padding-top: 17px;
    padding-bottom: 20px;
}
.photo-area {
    padding-top: 13px;
}
.single-news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-news-title a {
    font-size: 9px;
    line-height: 9px;
}
.fixed-header .full-screen-area.desktop-view-ful-menu {
    position: absolute;
    top: 2px;
    left: 17px;
    right: auto;
}
.pb-0{
    padding-bottom: 0px !important;
}
.mobile-tending ul li a {
    font-size: 9px !important;
    letter-spacing: 0.5px !important;
    padding: 0px !important;
}
.mobile-tending ul li {
    padding-left: 0px;
}
.mobile-tending {
    padding: 0 15px 4px 15px !important;
    margin-top: 7px;
    background: #e5e5e5;
}
.pb-0{padding-bottom: 0px;}
.full-section-title{
    margin-bottom: 13px;
}
.dtbengali-title{
    position: relative;
}
.dtbengali-title:before{
    position: absolute;
    left: 0;
    width: 40px;
    background: #ed1c24;
    content: "";
    height: 2px;
    bottom: -2px;

}
.photo-cont span {
    font-size: 9px;
    color: #ed1c24;
    letter-spacing: 0.5px;
    display: block;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    padding-top: 6px;
}

/*just-in-modal-area-start*/
.just-in-modal {
    /* position: absolute;
    top: -4px !important;
    right: 59px; */

    position: absolute;
    top: -4px !important;
    right: 30px;
}
.just-in-modal .dt-strem-new span {
    color: #222;
    font-size: 13px;
    line-height: 14px;
}
.just-in-modal .openbtn i {
    font-size: 20px;
    color: #ed1c24;
}
.fixed-header .just-in-modal .openbtn i{
    color:#222;
}
.overlaye {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999993;
    top: 0;
    left: 0;
    background-color: #c8c8c8;
}
/*.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}*/
.overlaye .closebtn {
    color: #ed1c24;
    font-size: 22px;
}
.fb-link-area{
    padding:0 0 10px 0;
}

/*post-details-page-start*/
.worst-read2{
    position: relative;
}
.report-mainhead h1 {
    font-size: 35px;
    color: #323232;
}
.detail-poauthor ul li{
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    float: right;
}
.detail-poauthor {
    border-top: 1px solid #cecece;
    padding-top: 4px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.about-page .detail-poauthor {
    padding-top: 11px;
}
.detail-poauthor ul li i {
    color: #cecece;
    padding-right: 3px;
}
.author-bg {
    background: #eaeaea;
    color: #eb5c4a;
    padding: 0px 10px;
}
.author-bg i {
    color: #ed1c24 !important;
    padding-right: 3px;
}
.author-bg a {
    color: #ed1c24 !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
}
.detail-poauthor ul li a {
    font-size: 14px;
    color: #eb5c4a;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: top;
}
.post-bold {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.panel {
    position:relative;
}
.details-main-img{
    height: auto !important;;
}
.thumbnail img{
    width:70px;
}
.status-upload textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 15px;
}
.comment-user .row{
    margin-left: -8px;
    margin-right: -8px;
}
.comment-user .col-sm-1,
.comment-user .col-sm-11{
    padding-right: 8px;
    padding-left: 8px;
}
.textarea-btnarea {
    background: #ebebeb;
    width: 100%;
    padding: 5px 10px;
    float: left;
}
.red-in{
    color: #fff;
    background-color: #eb5c4a;
    border-color: #eb5c4a;
    padding: 3px 5px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    float: right;
}
.red-in:hover {
    color: #fff;
    background-color: #7A7A7A;
    border-color: #7A7A7A;
}
.comment-infoarea {
    width: 100%;
    padding-bottom: 30px;
}
.related-new{
    padding-top: 10px;
}
.comment-user a{
    padding-bottom: 10px;
    display: inline-block;
    font-size: 14px;
}
.comment-count-area{
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #cecece;
    padding-bottom: 4px;
    margin-bottom: 10px;
}
.comment-count-area span{
    color: #000;
    font-size: 15px;
    float: left;
}

.user_name{
    font-size:14px;
    font-weight: bold;
}
.comments-list .media{
    border-bottom: 1px dotted #ccc;
}
.comments-list .media{
    width: 100%;
    margin-top: 10px;
}
.comments-list .media a img{
    margin-right: 10px;
}
.comments-list .media .user_name {
    font-size: 14px;
    font-weight: normal;
}
.comments-list .media p{
    margin-bottom: 0px;
}
.comment-user {
    padding-bottom: 10px;
}
.report-title p{
    color: #000;
}
.pt-16{
    padding-top:16px;
}

/*live-news-area*/
.live-news-area{
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.live-news ul li{
    display:inline-block;
    padding-right: 20px;
}
.live-news ul li a{
    color:#222;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.fixed-header .live-news-area{
    background: #ddd;
    padding: 4px 0;
}
.fixed-header .live-news ul li a{
    font-size: 13px;
}
/*7.listing-page*/
.listing-page {
    padding-top: 4px;
}
.listing-top-area{}
.listing-top-area .reports-big-img img {
    height: 260px;
}
.listing-top-area .single-list-style-news-area {
    padding-top: 0px;
}
.listing-top-area .single-news-cont {
    padding-left: 0;
}
.listing-top-area .top-news-cont h4 {
    font-size: 13px;
    line-height: 15px;
    padding-top: 4px;
}
.listing-top-area .single-news-style {
    padding-bottom: 14px;
    width: 100%;
    float: left;
}
.listing-top-area .single-news-cont h4 {
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
}
.listing-video-area {
    padding-bottom: 7px;
}
.listing-page-news {
    padding-bottom: 30px;
}
.breadcrumb-area .breadcrumb {
    padding:0rem;
    margin-bottom: 4px;
    border-radius: 0;
    background: none;
    align-items: center;
}
.breadcrumb-area .breadcrumb-item a {
    font-size: 13px;
    font-weight: 400;
    color: #7c7c7c;
    letter-spacing: 0.5px;
}
.breadcrumb-area .breadcrumb-item.active{
    font-size: 12px;
    font-weight: 400;
    color:#ed1c24;
    letter-spacing: 0.5px;

}
.listing-banner-area{
    display: flex;
    align-items: center;
    justify-content: center;
}
.listing-banner-area img{
    width: 100%;

}
.mobile-view-open{
    display: none;
}

/*comment-tag-area*/
.article-cotittle ul li{
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 10px;
}
.article-cotittle ul li a {
    background: #f3f3f3;
    color: #7c7c7c;
    font-size: 15px;
    padding: 5px 10px;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.article-cotittle ul li a:hover{
    background:#ed1c24;
    color:#fff;
}
.article-cotittle {
    padding-bottom: 16px;
    padding-top: 18px;
}
.article-cotittle ul li i{
    transform: rotate(90deg);
    color: #AFAFAF;
}
/* ================ 20-04 ================ */
.pc-area {
    text-align: right;
    font-size: 14px;
    color: #ed1c24;
}
.pc-inner {
    border-bottom: 1px solid #000;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.pc-area span {
    font-size: 13px;
    padding-left: 2px;
    color: #000;
    text-transform: none;
}
.listing-time span{
    float: left;
}
.listing-time h4{
    float: right;
    color: #555555;
    font-size: 9px !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-top: 4px;
}
.list-para p{
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 21px;
}
.listing-time {
    width: 100%;
    float: left;
    padding: 8px 0 8px;
}
.listing-page-info .single-list-style-news-area{
    padding-top: 0px;
}
.listing-page-info .list-style-news-area h2{
    margin-top: 0px;
}
.listing-padin{
    padding-top: 18px;
}
.listing-time a{
    font-size: 9px;
    color: #ed1c24;
    letter-spacing: 0.5px;
    display: block;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    padding-top: 6px;
    float: left;
}
.about-big img {
    margin-bottom: 15px;
    width: 350px;
    height: 300px;
    padding-left: 23px;
    float: right;
}
.about-big .report-title p {
    color: #000;
    text-align: justify;
}
.about-page{
    padding-top: 11px;
}
.right-panel-category-area {
    width: 100%;
    padding-bottom: 15px;
}
.right-panel-category-cont{
    width: 100%;
    height: 250px;
    overflow-y: auto;
}
.right-panel-category-cont ul li {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 50%;
    float: left;
}
.right-panel-category-cont .dt-strem-new span {
    margin-bottom: 0px;
}
.right-panel-category-cont ul li a{
    display: block;
    border-bottom: 1px dashed #ddd;
}
.right-panel-category-cont .dt-strem-time span::before {
    top: 2px;
    left: 0;
    width: 0px;
    height: 0px;
    background:none;
    border: none;
}
.right-panel-category-cont .dt-strem-new span {
    font-size: 13px;
    line-height: 14px;
    color: #3c3c3c;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.right-panel-category-cont2 {
    overflow-y: auto;
    padding: 15px 0 0;
}
.right-panel-category-cont2 ul li {
    display: inline-block;
    padding-bottom: 8px;
}
.right-panel-category-cont2 ul li a {
    padding: 4px 10px;
    border: 1px solid #ccc;
    display: block;
    font-size: 13px;
    letter-spacing: 0.5px;
}
/*page-pagination-area*/
.pagination {
    display: inline-block;
}
.pagination a {
    color: black;
    float: left;
    padding: 5px 13px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.pagination a.active {
    background-color: #ed1c24;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}
.right-panel-category-area .left-panel-title h3::after {
    bottom: -7px;
}

/*galley-area-start*/
/* .prod {
	margin-top: 0px;
	margin-bottom: 14px;
	z-index: 2;
	position: relative;
	border-radius: 4px;
	min-height: 600px;
} */
.prod {
    margin-top: 0px;
    margin-bottom: 14px;
    z-index: 2;
    position: relative;
    border-radius: 4px;
    /* padding: 0 0 0 40%; */
    min-height: 700px;
}
.prod:after {
    clear: both;
    display: block;
    content: '';
}
.prod .prod-slider-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 97px 0 0;
    float: left;
    width: 100%;
    overflow: hidden;
    border-right: 1px solid #e0e4f6;
}
.prod .prod-slider {
    overflow: hidden;
    position: relative;
    margin: 0;
    top: 0;
    position: absolute;
    width: 100%;
    top: 103px;
    overflow: hidden;
}
.prod .prod-slider .slides {
    height: 100%;
}
.prod .prod-slider .slides li {
    height: 100%;
    padding: 15px;
    text-align: center;

    /*height: 340px;*/
    /*line-height: 310px;*/
    vertical-align: middle;
}
.prod .prod-slider .slides li a {
    height: 100%;
    width: 100%;
    display: block;

    vertical-align: middle;
    /*line-height: 310px;*/
}
.prod .prod-slider .slides li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.prod .prod-slider .slides li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.prod .prod-thumbs {
    position: absolute;
    width: 100%;
    top: 0px;
    overflow: hidden;
}
.prod .prod-thumbs .flex-direction-nav a {
    width: 30px;
    height: 30px;
    line-height: 28px;
}
.prod .prod-thumbs .flex-direction-nav a:before {
    font-size: 20px;
}
.prod .prod-thumbs .slides li {
    text-align: center;
    height: 97px;
    margin: 0;
    cursor: pointer;
    float: left;
    line-height: 84px;
    border-left: 1px solid #e0e4f6;
    border-top: 1px solid #e0e4f6;
    border-bottom: 1px solid #e0e4f6;
    position: relative;
    padding: 5px 6px 7px 5px;
}
.prod .prod-thumbs .slides li.flex-active-slide {

}
.prod .prod-thumbs .slides li.flex-active-slide:after {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -1px;
    right: 0;
    content: '';
    border: 3px solid #ff3100;
    background: rgba(255,255,255,0.5);
}
.prod .prod-thumbs .slides li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.flex-direction-nav a {
    border-radius: 0px;
    opacity: 1;
    background: #ed1c24;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    background: red;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    background: red;
}
.fancybox-title-float-wrap .child {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    padding: 2px 58px;
    background: #fff;
}
.gallery-hover{
    position: relative;
}
.most-view-area .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ed1024;
}
.fancybox-skin{padding:5px !important;}
.fancybox-overlay {
    background: rgba(0,0,0,0.9);
}
#js-grid-masonry {
    margin-left: -15px;
    margin-right: -15px;
}
.cbp-item {
    padding: 0 15px !important;
}
.page-pagination-area {
    padding: 11px 0;
}
.pagination a {
    padding: 2px 9px;
    font-size: 12px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display:block;
}
.youtube-play-btn{
    position: absolute;top: 50%;left: 50%; transform: translate(-50%, -50%);z-index: 999;
}
.pagination ul li{
    display: inline-block;
}
.mb-15{
    margin-bottom: 15px;
}

.post_details-video-area{
    width:100%;
    height:400px;
}
.post_details-video-area iframe{
    width:100%;
    height:100%;
}
/*fixed-social-icon-area-start*/
.fixed-social-icon-area {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 500px;
    margin: 0 auto;
    background:none;
    z-index: 999999;
    width: 100%;
    /* display: flex; */
    /* justify-content: center; */
}
.fixed-social-icon-area ul li {
    display: inline-block;
    width: 20%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-right: 1px solid #fff;
    display:none;
}
.fixed-social-icon-area ul li:last-child{
    border-right: 0px solid #fff;
}
.fixed-social-icon-area ul{
    display:flex;
    justify-content: center;
}
.fixed-social-icon-area ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.fixed-social-icon-area ul li:first-child a{
    background:#3B5998;
}
.fixed-social-icon-area ul li:nth-child(2) a{
    background:#1DA1F2;
}
.fixed-social-icon-area ul li:nth-child(3) a{
    background:#0077B4;
}
.fixed-social-icon-area ul li:nth-child(4) a{
    background:#D94D40;
}
.fixed-social-icon-area ul li:nth-child(5) a{
    background:#D04A40;
}
.fixed-social-icon-area ul li a i{
    color:#fff;
    font-size: 15px;

}
.fixed-social-icon-desktop{
    top: 50%;
    transform:translateY(-50%);
    left: 0;
    position: fixed;
}
.fixed-social-icon-desktop ul li {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.fixed-social-icon-desktop ul li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.fixed-social-icon-desktop ul li:hover a{
    background:#ddd;
}
.fixed-social-icon-desktop ul li a i{
    font-size: 15px;
}
.fixed-social-icon-desktop ul li:first-child a i{
    color:#3B5998;
}
.fixed-social-icon-desktop ul li:nth-child(2) a i{
    color:#1DA1F2;
}
.fixed-social-icon-desktop ul li:nth-child(3) a i{
    color:#0077B4;
}
.fixed-social-icon-desktop ul li:nth-child(4) a i{
    color:#D94D40;
}
.fixed-social-icon-desktop ul li:nth-child(5) a i{
    color:#EE261A;
}
.just-in-modal .left-panel-frst-cont {
    height: 400px;
}
.just-in-modal .news-strem-area {
    width: 100%;
}
.mobile-just-in-news-close{
    display: none;
}

.gallery-title {
    text-align:left;
}
.gallery-title p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color:#000;
    margin-bottom:0;
    margin-top:5px;
}
.footer-contact-area{
    float: right;
}

.not-found-img {
    margin: auto 0;
    text-align: center;
    padding: 40px 0;
}
.not-found-img img {
    /* max-width: 280px; */
    max-width: 100%;
}
.show_adv_for_mobile{
    display: none;
}

/* / 23-05-2018 /  */

.bengali-news-area .point-news-area .media {
    align-items:center;
    border-bottom:0px;
    padding-left:5px;
}
.bengali-news-area .point-news-area ul li{
    margin: 9px 0;
    background:#f1f1f2;
}
.bengali-news-area {
    padding: 9px;
    background: #d1d3d4;
    margin-top: 10px;
}
.Newdtbengali-title {
    display: flex;
    justify-content: space-between;
    background: #f1f1f2;
    padding: 9px 9px;
    align-items: center;
}
.Newdtbengali-title span {
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
    width: 25%;
    text-align: center;
}
.Newdtbengali-title img{
    max-width: 210px;
}
.dtbengali-big-news-area {
    margin-top: 9px;
}
.dtbengali-big-news-area .point img{
    width: 165px;
    height: 130px;
    object-fit: cover;
}
.dtbengali-big-news-area .point {
    margin-right: 10px;
}
.dtbengali-big-news-area .media{
    align-items:center;
}
.dtbengali-big-news-area .media-body p {
    font-size: 17px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}
.dtbengali-big-news-area .media{
    background:#f1f1f2;
}

.clear-fix {
    clear: both;
}
.logo-in-right{
    display: inline-block;
}
.logo-in-right a img{
    width:170px;
}
.more-stories-area5{
    display: inline-block;
    float:none;
    width: auto !important;
}
.more-stories-area5 a {
    width: 75px;
    margin-left: 10px;
    display: inline-block;
}


/* 2018-06-25 DEBJYOTI */

/* .my-pord-style{

} */
.my-pord-style .flex-viewport .slides{
    margin-bottom: 10px;
}
.my-pord-style .flex-viewport .slides li {
    height: 100px;
    padding: 0 4px;
}
.my-pord-style .flex-viewport .slides li img{
    height:100%;
    object-fit: cover;
}
.my-pord-style .flex-direction-nav .flex-next {
    right: -20px;
}
.my-pord-style .flex-direction-nav .flex-prev {
    left: -20px;
}
.reports-big-img.details-main-img {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
}
.prod-slider-wrap .prod-slider .slides.gallery{
    overflow: hidden;
}

/*election-area-start*/
.single-election-carousel{
    position:relative;
}
.single-election-carousel .row{
    padding:0 5px;
}
/* .election-area{}
.elect-left-area{}
.elect-left-area img{}
.elect-righr-area {
    padding: 12px 0;
} */
.elect-city {
    position: relative;
    text-align: center;
}
.elect-city::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    width: 2px;
    height: 50px;
    background: #9cdaa4;
    transform: translateY(-50%);
}
.elect-city img {
    /* width: 52px; */
    text-align: center;
    margin: 0 auto;
    margin-left: 10px;
}
.single-cadidate {
    width: 100%;
    float: left;
}
.cadidate-del {
    padding-left: 55px;
}
.single-cadidate img {
    /* width: 50px;
    height: 60px; */
    border-radius: 6px;
    object-fit: cover;
    float: left;
    display: inline-block;
    margin-right: 8px;
}
.cadidate-name img {
    /* width: 25px;  */
    object-fit: contain;
    height: auto;
    float: none;
    display: block;
    margin-right: 4px;
   }
.cadidate-name p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 14px;
    min-height: 18px;
    color: #424242;
    display: block;
}
.cadidate-del h5 {
    font-size: 13px;
    /* margin-top: 6px; */
    margin-bottom: 0;
    color: #424242;
}
.cadidate-del h5 span{
    font-weight: 500;
    color: #424242;
}
.total-vote {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    margin-left: 20px;
}
/* .mb-15{
    margin-bottom: 15px;
} */
.total-vote img {
    width: 22px;
    float: left;
}
.total-vote h5{
    font-size: 13px;
    padding-left: 37px;
    color: #424242;
    margin-top: 5px;
}
.polling_stations img{
    margin-top: 8px;
}
.total-vote h5 sapn{}
.election-area .carousel-control-prev{
    width: 20px;
    color: #000;
    text-align: center;
    opacity: 1;
    /* background: red; */
    height: 25px;
    top: 8%;
    left: 10px;
}
.election-area .carousel-control-next{
    width: 20px;
    color: #000;
    text-align: center;
    opacity: 1;
    /* background: red; */
    height: 25px;
    top: 8%;
    right: 17px;
}
.election-area .carousel-control-next i, .election-area .carousel-control-prev i{
    font-size: 48px;
    font-weight: 600;
    color: #727272;
}
.election-area .carousel-control-next:focus,
.election-area .carousel-control-next:hover,
.election-area .carousel-control-prev:focus,
.election-area .carousel-control-prev:hover{
    color:#000;
}
.carousel-angle-title-left {
    position: absolute;
    bottom: 24px;
    width: 53px;
    left: 1px;
    font-size: 11px;
    line-height: 12px;
}
.carousel-angle-title-right {
    position: absolute;
    bottom: 24px;
    width: 53px;
    right: -5px;
    font-size: 10px;
    line-height: 12px;
}
/* mobile-election-area */
.mobile-election-area{
    display:none;
}
.mobile-elec-cont-left.single-cadidate .cadidate-del img {
    /* width: 28px; */
    object-fit: contain;
    float: none;
    display: block;
    height: auto;
}
.mobile-elec-cont-left.single-cadidate .cadidate-del p{
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 0px;
    color:#424242;
}
.mobile-elec-cont-left.single-cadidate .cadidate-del h5 {
    font-weight: 400;
    margin-top: 0px;
}
.mobile-elec-cont-left.single-cadidate .cadidate-del {
    padding-left: 60px;
}
.mobile-elec-cont-left.single-cadidate {
    padding: 10px 0;
}
.mobile-elec-cont-right{
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.mobile-elec-cont-right .total-vote{
    text-align: center;
}
.mobile-elec-cont-right .total-vote img {
    /* width: 24px; */
    float: none;
    display: block;
    margin: 0 auto;
}
.mobile-elec-cont-right .total-vote h5 {
    font-size: 13px;
    margin-top: 7px;
    margin-bottom: 12px;
    padding-left: 0px;
}
.mobile-election-city{
    text-align:center;
}
.mobile-election-city img {
    /* max-width: 100px; */
}
.mobile-election-content{
    padding:0 35px;
}
.mobile-election-area {
    position: relative;
    padding-bottom:18px;
}
.mobile-election-area .carousel-control-next, .mobile-election-area .carousel-control-prev {
    width: 20px;
    color: #000;
    text-align: center;
    opacity: 1;
    height: 25px;
    top: 2px;
}
.mobile-election-area .carousel-control-next i, .mobile-election-area .carousel-control-prev i {
    font-size: 38px;
    font-weight: 600;
    color: #727272;
}
.mobile-election-area .carousel-angle-title-left {
    bottom: inherit;
    left: 30px;
    top: 4px;
}
.mobile-election-area .carousel-angle-title-right{
    bottom: inherit;
    right: 30px;
    top: 4px;
    text-align:right;
}
.mobile-election-city {
    text-align: center;
    margin-bottom: 18px;
}
.mobile-electionheader-img{
    text-align: center;

}
.mobile-electionheader-img img {
    margin-bottom: 18px;
    margin-top: 18px;
}

@media (max-width: 992px){
    .mobile-election-area{
        display:block;
    }
    .election-area{
        display:none;
    }
}
@media (max-width: 1200px){
    .single-cadidate img {
        /* width: 45px;
        height: 45px; */
    }
    .cadidate-name p {
        font-size: 11px;
        line-height: 14px;
    }
    .cadidate-del {
        padding-left: 50px;
    }
    .cadidate-del h5 {
        /* font-size: 10px; */
        margin-top:3px;
    }
    .carousel-angle-title-left {
        font-size: 9px;
        line-height: 12px;
    }
    .carousel-angle-title-right {
        font-size: 9px;
        line-height: 12px;
    }
    .carousel-angle-title-left {
        font-size: 9px;
        line-height: 12px;
    }
    .total-vote img {
        width: 18px;
        float: left;
    }
    .single-cadidate .cadidate-name img {
        width: 25px;
        height:auto;
    }
    .total-vote h5 {
        font-size: 11px;
        padding-left: 25px;
    }
    .elect-city img {
        width: 36px;
    }
    .total-vote.mb-15 {
        margin-bottom: 8px;
    }
}
@media (max-width: 480px){
    .mobile-election-content {
        padding: 0 10px;
    }
    .mobile-elec-cont-left.single-cadidate .cadidate-del {
        padding-left: 50px;
    }
    .mobile-elec-cont-right .total-vote h5 {
        font-size: 12px;
    }
    .mobile-elec-cont-right .total-vote h5 span{
        font-weight: 500;
    }
    .mobile-elec-cont-left.single-cadidate .cadidate-del p {
        font-size: 12px;
        line-height: 14px;
    }
    .mobile-elec-cont-left.single-cadidate .cadidate-del img {
        /* width: 20px; */
    }
}