/* TypoGraphy */
* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html, body {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	/* font-family: "Noto Sans", sans-serif; */
    font-family: 'Noto Sans', Tahoma;
	font-weight: normal;
	background: #fff;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a, a:hover {
	text-decoration: none;
}
p {
	font-size: 16px;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 20px;
	padding: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,h6 a:hover {
	color: #000;
}
h1 {
	font-weight: bold;
	font-size: 98px;
	line-height: 84px;
	color: #000;
}
h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 37px;
	color: #000;
}
h3 {
	font-weight: bold;
	font-size: 28px;
	line-height: 43px;
	color: #000;
}
h4 {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #000;
}
h5 {
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	color: #000;
}
h6 {
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
	color: #000;
}
p {
	font-size: 16px;
	line-height: 28px;
	color: #000;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 18px;
	margin: 0px;
}
ol {
	padding-bottom: 20px;
	padding-left: 15px;
}
ol li {
	position: relative;
	padding-left: 5px;
}
li {
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #000;
}
li a {
	color: #000;
}
li a:hover {
	color: #000;
}
a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #000;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
body.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.btn-white {
	background: #000;
	color: #fff;
	font-size: 17px;
	min-width: 230px;
	min-height: 57px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border-radius: 8px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	text-transform: uppercase;
}
.btn-white:hover {
	background: #172135;
	color: #fff;
}

/** ================== // HEADER CSS START // ================== **/
.header {
	background: #fff;
	padding: 0 0px;
}
.top-menu-section {
    background: #fafafa;
    border: solid #e9e9e9;
    border-width: 1px 0;
}
.top-menu-wrap ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    align-items: center;
    overflow-y: hidden;
    list-style: none;
    justify-content: center;
    padding: 0px;
}
.top-menu-wrap ul li {
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-transform: capitalize;
    color: #666;
    padding: 0 8px;
    height: 22px;
}
.top-menu-wrap ul li a{
    color: #666;
}
.top-menu-wrap ul li:first-child{
    padding-left: 0px;
}
.header-second {
    padding: 10px 0;
    background: #fff;
}
.header-logo {
    width: 180px;
    position: relative;
    bottom: 3px;
}
.header-logo img {
}
.header-second-right{
	margin: 0;
	padding: 0;
}
.header-second-right {
    display: inline-flex;
    align-items: center;
    list-style: none;
    padding: 0px;
}
.header-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: -3px 0 0;
}
.header-social ul li {
    margin: 0 14px 0 0;
    padding: 0;
    display: block;
}
.header-social ul li img {
    /* filter: invert(1); */
    max-width: 24px;
}
.aqi-icon a {
    display: inline-flex;
    align-items: center;
    color: #fff;
}
.aqi-icon a img{
	width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 0;
    display: block;
}
.menu-bar-icon span {
    width: 23px;
    height: 2px;
    display: block;
    background: #000;
    margin-bottom: 3px;
    border-radius: 2px;
}
.menu-bar-icon span:nth-child(even) {
    width: 17px;
}
.menu-bar-icon {
    margin-left: 5px;
    cursor: pointer;
}
.aqi-icon {
    display: inline-flex;
}
.user-icon {
    margin-left: 14px;
}
.live-desktop {
    margin-left: 14px;
}
.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-three-bar {
    margin: 0;
    padding: 11px 0 7px;
    border-bottom: 1px solid #eee;
    background: #dc0000;
}
.header.sticky .header-three-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.menu-header-nav ul {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: space-between;
}
.menu-header-nav ul li {
    display: flex;
    margin-right: 20px;
    padding-top: 0;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
    align-items: center;
}
.menu-header-nav ul li:last-child{
	margin-right: 0;
}
.menu-header-nav ul li a img {
    margin-top: -6px;
    width: 23px;
    display: block;
}
.menu-header-nav ul li a {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
}
.header-four-bar {
    padding: 8px 0 3px;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.menu-bottom-nav {
    margin: 0;
    padding: 0;
    text-align: center;
}
.menu-bottom-nav ul{
	display: inline-flex;
	margin: 0;
	padding: 0;
}
.menu-bottom-nav ul li{
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	display: block;
    border-right: 1px solid #d7d7d7;
	font-size: 14px;
}
.menu-bottom-nav ul li:last-child{
    border-right: none;
}
.menu-bottom-nav ul li a {
    color: #000;
    display: inline-flex;
}
.menu-bottom-nav ul li a svg {
    width: 20px;
    height: 20px;
    fill: #000;
    margin-right: 2px;
    margin-top: 2px;
}

.menunavigation {
    width: 100%;
    height: 0%;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    overflow: auto;
	display: none;
}
.has-offcanvas .menunavigation {
    height: 100%;
    padding-top: 19px;
    padding-bottom: 30px;
	display: block;
}

.megamenu-header {
    padding: 15px 0;
    display: flex;
    align-items: center;
}
.megamenu-header .mega-logo {
    margin-right: 0;
    width: 250px;
    margin-bottom: 19px;
}
.mega-logo img {
    height: auto;
}
.search-box {
    display: flex;
    width: calc(100% - 250px);
    flex-wrap: wrap;
    padding-left: 30px;
}
.search-box form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.search-box .search-input {
    height: auto;
    outline: 0;
    border-radius: 0;
    width: 100%;
    padding: 11px 78px 11px 18px;
    font-size: 16px;
    background: #fafafa;
    border: 1px solid #e9e9e9;
}
.search-box .search-input::-webkit-input-placeholder {
    color: #000;
}
.search-box .search-button {
    height: auto;
    background: #dc0000;
    border: 0;
    outline: 0;
    border-radius: 0;
    width: 60px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.search-box .search-icon {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    border: solid 2px #fff;
    position: relative;
}
.search-box .search-icon::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 2px;
    background: #fff;
    right: -5px;
    top: 8px;
    transform: rotate(46deg);
}
.close-icon {
    width: 24px;
    height: 24px;
    display: block;
    margin-left: 15px;
    cursor: pointer;
}
.megamenu-listing-warp {
    background: #fafafa;
    padding: 30px;
    border: 1px #e9e9e9 solid;
}
.menunavigation ul.listItems {
    list-style: none;
    margin: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    -moz-column-count: 5;
    column-count: 5;
    display: block;
    padding: 0;
}
.menunavigation ul li {
    width: 100%;
    text-align: left;
    padding: 5px 0;
    margin: 0;
    border: none;
    position: relative;
    cursor: pointer;
    line-height: 35px;
	display: block;
}
.menunavigation ul li a {
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}
.menunavigation ul li a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    margin: -1px 0 0 3px;
    vertical-align: middle;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.listItems li span {
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: none;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 18px;
}
.menunavigation ul li ul.subItems {
    display: block;
    padding-left: 0;
    padding: 0;
}
.menunavigation ul li ul.subItems li {
    line-height: 22px;
	padding: 0;
	margin: 0;
}
.menunavigation ul li ul.subItems li a {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 12px;
}
.menunavigation ul li ul.subItems li a::after{
	display: none;
}

.moblelogo {
    display: none;
}
/** ================== // HEADER CSS END // ================== **/

/** ================== // BREAKING NEWS SECTION CSS START // ================== **/
.breaking-section{
	margin: 0;
	padding: 0;
}
.breakingstrip {
    background: #9815c0;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    margin: 20px 0 20px 0;
}
.breakingstrip strong {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffffff;
    border-right: 1px solid #CBCBCB;
    padding-right: 6px;
    margin-right: 10px;
    width: 100px;
    text-align: center;
}
.breakingstrip a {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #ffffff;
}
.breakingstrip .blinker {
	background: rgba(255,255,255,1);
	box-shadow: 0 0 0 0 rgba(255,255,255,1);
	animation: pulse-white 2s infinite;
}
.blinker {
    display: inline-block;
    background: rgba(216,2,2,1);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(216,2,2,1);
    margin: 0 8px 0 0;
    height: 10px;
    width: 10px;
    transform: scale(1);
    animation: pulse-red 2s infinite;
	position: relative;
    z-index: 0;
    margin-right: 10px;
}
@keyframes pulse-red {
   0% {
	   transform: scale(.95);
	   box-shadow: 0 0 0 0 rgba(216,2,2,.7)
   }

   70% {
	   transform: scale(1);
	   box-shadow: 0 0 0 10px rgba(216,2,2,0)
   }

   100% {
	   transform: scale(.95);
	   box-shadow: 0 0 0 0 rgba(216,2,2,0)
   }
}

.advertisement-section{
	background: #f9f9f9;
	text-align: center;
}
.advertisement-container{
	max-width: 1000px;
	margin: 0 auto;
}

.ticker {
    margin: 0;
    width: 90%;
    text-align: left;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.ticker ul {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ticker ul li {
  width: 100%;
  display: none;
  padding: 0px 8px;
}
.ticker ul li a {
    color: #fff;
}
.breaking-section.breaking-new {
    position: relative;
    z-index: 1;
}
.has-offcanvas .breakingstrip {
    z-index: -1;
    position: relative;
}
/** ================== // BREAKING NEWS SECTION  CSS END // ================== **/

/** ================== // HINDI NEWS SECTION CSS START // ================== **/
.hindi-news-hm-1section{
	margin: 0;
	padding: 30px 0 50px;
}

.hindi-home-row-flex {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
}
.hindi-home-col-6 {
    width: calc(43% - 15px);
}
.hindi-home-col-4 {
    width: calc(29% - 15px);
}
.hindi-home-col-text-info {
    position: sticky;
    top: 50px;
}
.hindi-small-box-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.hindi-small-half-6{
	width: 50%;
	padding: 0 7px;
}

.hindi-news-3section{
	margin: 0;
	padding: 30px 0;
}

.livetvwebbx h2 {
    background-color: #dc0000;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.livetvwebbx h2 a{
	padding: 8px 10px;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 700;
}
.livetvwebbx h2 a svg {
    width: 1.375rem;
    height: 1.375rem;
    margin-right: 5px;
}
.liveTviframe iframe {
    height: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    width: 100%;
}
.icon-youtube {
    background: #E21B22;
    height: 20px;
    width: 24px;
    justify-content: center;
    border-radius: 4px;
    left: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    position: absolute;
}
.icon-youtube svg {
    fill: #fff;
	height: 14px;
	width: 14px;
}
.live-blog-post {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 15px;
    border-radius: 20px;
    background: #DC0000;
    color: #fff;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    margin: 0 0 10px;
}
.live-blog-post .blinker {
    animation: pulse-white 2s infinite;
    background: rgb(255 255 255);
    box-shadow: 0 0 0 0 rgb(255 255 255);
    height: 8px;
    width: 8px;
}
@keyframes pulse-white {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(255,255,255,.7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(216,2,2,0)
    }

    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(216,2,2,0)
    }
}
.advertisement-section.ads-bottom-space {
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.liveblog-list {
    width: 100%;
    margin-top: 10px;
    padding-left: 15px;
    max-height: 200px;
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.liveblog-list::-webkit-scrollbar-track {
    background: #E9E9E9;
    border-radius: 10px;
}
.liveblog-list::-webkit-scrollbar-thumb {
    background: #C0C0C0;
    border-radius: 10px;
}
.liveblog-list::-webkit-scrollbar {
    width: 4px;
}
.liveblog-list li {
    position: relative;
    padding-top: 15px;
    border-bottom: 1px solid #D7D7D7;
    list-style: none;
}
.liveblog-list li:first-child {
    padding-top: 0;
}
.liveblog-list li:before {
    content: '';
    border-left: 2px dotted #D7D7D7;
    position: absolute;
    top: 3px;
    left: -12px;
    width: 1px;
    height: 100%;
}
.liveblog-list li::after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 17px;
    left: -14px;
    border-radius: 10px;
    background: #dc0000;
    box-sizing: border-box;
}
.liveblog-list li:first-child:after {
    top: 3px;
}

.blog-time {
    color: #666;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}
.liveblog-wrapper h3 {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
}
.liveblog-list li h3{
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}
.liveblog-wrapper figure {
    padding: 0;
    margin: 0;
}
.liveblog-wrapper figure img{
    padding: 0;
    margin: 0;
	width: 100%;
}
.breadcrumbs {
    margin: 0 0 20px;
    padding: 0;
}
.breadcrumbs ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.breadcrumbs ul li{
	margin: 0;
	padding: 0;
	position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    margin-right: 8px;
	display: block;
}
.breadcrumbs ul li::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: solid #666;
    border-width: 0 1px 1px 0;
    margin: -1px 0 0 3px;
    vertical-align: middle;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumbs ul li:last-child::after{
	display: none;
}
.breadcrumbs ul li a{
	color: #666;
}

.heading-common {
    margin: 0;
    padding: 0;
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
	z-index: 1;
}
.heading-common h1, .heading-common h2, .heading-common h3, .heading-common h4, .heading-common h5{
	margin: 0;
	padding: 0;
	font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    background: #fff;
    padding-right: 10px;
    text-transform: capitalize;
	color: #000;
}
.heading-common:before {
	content: "";
    border-top: 1px solid #cfcfcf;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.news-box-wrapper{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.category-col-left .news-box-wrapper{
	margin-bottom: 20px;
}
.newsbox-colum-item{
	margin: 0;
	padding: 0 10px 0;
	width: 33.33%;
}

.category-news-flex-row{
	display: flex;
	flex-wrap: wrap;
}

.category-col-left{
	width: calc(100% - 320px);
}
.category-col-right{
	width: 320px;
	padding-left: 20px;
}
.newsbox-colum-content-info.newsbox-colum2-wp {
	border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.hindi-small-half-6 .newsbox-colum-content-info {
	border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
}
.newsbox-colum-content-info.newsbox-colum2-wp:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.newsbox-colum-content-info {
    margin: 0 0 10px;
	position: relative;
}
.newsbox-bigstory.newsbox-colum-content-info {
    border-bottom: none;
    padding-bottom: 0;
}
.newsbox-colum-content-info figure {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
	position: relative;
}
.newsbox-colum-content-info figcaption {
    width: 100%;
}
.newsbox-colum-content-info figure img{
    margin: 0;
    padding: 0;
	width: 100%;
	border-radius: 4px;
}
.category-col-left .newsbox-colum-content-info a {
    flex-direction: inherit;
}
.newsbox-colum-content-info a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
	width: 100%;
}
.newsbox-colum-content-info h2{
	font-size: 20px;
    font-weight: 700;
    line-height: 30px;
	margin: 0;
	padding: 0;
}
.newsbox-colum-content-info h3{
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-top: 0;
	height: 53px;
}

.newsbox-colum-content-info h4 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 0;
    height: 44px;
}
.newsbox-colum-content-info.newsbox-colum2-wp figcaption {
    width: calc(100% - 90px);
    padding-right: 10px;
}
.newsbox-colum-content-info.newsbox-colum2-wp figcaption h3 {
    font-size: 16px;
    font-weight: 600;
}
.newsbox-colum2-wp figure {
    width: 90px;
    margin: 0;
	position: relative;
}

.hindi-tvlive-col-warp{
	display: flex;
	flex-wrap: wrap;
	grid-gap: 15px;
}

.tvlive-colleft-6{
	width: calc(69% - 15px)
}
.tvlive-colright-6 {
    width: calc(32% - 15px);
    background: #edf2fa;
    padding: 30px;
}
.tab-video-listing ul.nav {
    margin: 0;
    padding: 0;
    border: none;
}
.tab-video-listing ul li {
	border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin: 0 0 10px;
}
.tab-video-listing ul li:last-child {
	border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.tab-video-listing .newsbox-colum-content-info.newsbox-colum2-wp {
    margin-bottom: 0;
}
.hindi-news-tvlive-section {
    padding: 50px 0 50px;
    background: #193a8b;
}
.tvlive-colright-6 .heading-common h1,
.tvlive-colright-6 .heading-common h2,
.tvlive-colright-6 .heading-common h3,
.tvlive-colright-6 .heading-common h4,
.tvlive-colright-6 .heading-common h5 {
    background: #edf2fa;
}
/** ================== // HINDI NEWS SECTION CSS END // ================== **/


/** ================== // IPL SECTION CSS START// ================== **/
.ipl-widget-section {
    background: #f9f8f8;
    padding: 50px 0;
}
.ipl-widget-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.widget-col-left{
    width: 980px;
}
.widget-col-right {
    width: 300px;
}
.ipl-widget-col-left .ipl-nav-links a {
    flex: 0 0 auto;
    font-size: .875rem;
    line-height: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.ipl-widget-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.ipl-widget-col-left .ipl-nav-links a i {
    font-size: 16px;
    fill: transparent;
    margin-right: 5px;
    color: #fff;
    height: 20px;
    width: 20px;
    display: inline-flex;
    align-items: center;
}
.ipl-widget-col-left .ipl-nav-links {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    align-items: center;
}
.ipl-heading h2 {
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: 1.6875rem;
    font-weight: 800;
    text-transform: uppercase;
}
.ipl-widget-col-left {
    margin-bottom: 30px;
    /* background-color: #19398A;
    padding: 15px 15px 70px 15px;
    position: relative;
    z-index: 0; */
}

/* .ipl-widget-col-left::after {
    content: '';
    background-image: url('../images/bg-left-web.webp');
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    bottom: -30px;
    width: 174px;
    height: 199px;
    z-index: -1;
    transform: rotate(60deg);
} */
.big-news-wrap .thumb-image {
    position: relative;
}
.big-news-wrap .thumb-image img {
    width: 100%;
    display: block;
    border-radius: 4px;
    margin-bottom: 10px;
}
.premium-news-wrapper .rth-widget-news::before{
    display: none;
}
.small-news-wrap .card-title .card-heading h3 {
    color: #fff;
}
.small-news-wrap figure {
    margin-bottom: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #274CA6;
}

.ipltable_wrapper h2{
    font-size: 1rem;
    line-height: 1.5625rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.ipltable_wrapper h2 a{
    color: #fff;
}
.ipltable_wrapper .t20table td, .ipltable_wrapper .t20table th {
    color: #fff;
    font-size: .8125rem;
    line-height: 1.5256rem;
    padding: 4px 8px;
    text-align: center;
}
.t20table table td img {
    margin: 0 5px 0 0;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}


.widget-news-middle-wrapper {
    display: grid;
    grid-template-columns: 1fr 310px;
    grid-gap: 15px;
    margin-bottom: 10px;
}
.news-middle-col-left {
    display: grid;
    grid-template-columns: 330px 1fr;
    grid-gap: 15px;
}

.ipltable_wrapper .t20table td:first-child, .ipltable_wrapper .t20table th:first-child {
    text-align: left;
}
.t20table table td a{
    display: inline-flex;
    align-items: center;
    color: #fff;
    vertical-align: middle;
}
.t20table table td a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    vertical-align: middle;
    font-weight: 400;
    font-size: 13px;
}
.table-responsive {
    overflow: auto;
}
.t20table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.t20table table tr {
    border-bottom: 1px solid #274CA6;
}
.t20table .tab-content {
    background: rgba(25, 57, 138, 0.8);
}
.t20table {
    border-radius: 8px;
    border: 1px solid #274CA6;
    overflow: hidden;
}
 .ipltable_wrapper .t20table table tbody tr:nth-child(1),  .ipltable_wrapper .t20table table tbody tr:nth-child(2),  .ipltable_wrapper .t20table table tbody tr:nth-child(3),  .ipltable_wrapper .t20table table tbody tr:nth-child(4) {
    background: #021C5B;
}
.big-news-wrap .card-title h3 {
    font-size: 1.25rem;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.seeMore {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
}
.seeMore a {
    background: #0E2A6F;
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    display: block;
    font-size: 0.875rem;
    line-height: 18px;
}

.rht-commen-heading h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    background: #f9f8f8;
    padding-right: 10px;
    text-transform: capitalize;
    margin: 0px;
    transition: .4s all;
}
.rht-commen-heading h2 a:hover {
    color: #000;
}

.rth-widget-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.rth-widget-news::before {
    border-top: 1px solid #c3c3c3;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
a.view-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #DC0000;
    text-transform: capitalize;
    border: 1px solid #D7D7D7;
    padding: 5px 10px 3px 10px;
    border-radius: 30px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.view-btn-arrow i {
    width: 13px;
    height: 8px;
    margin-left: 5px;
    fill: #DC0000;
    font-size: 11px;
}
.card-heading h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    display: block;
    color: #000;
    margin: 0px;
}
.smallstory-wrapper .smallstory-info {
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px;
}
.smallstory-info {
    display: flex;
    flex-wrap: inherit !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.thumbal-img {
    max-width: 90px;
    width: 100%;
    position: relative;
    margin-left: 10px;
}
.smallstory-info .thumbal-img img {
    width: 100%;
    border-radius: 4px;
    aspect-ratio: 16 / 9;
    position: relative;
    display: block;
    height: 100%;
    object-fit: cover;
}

/** ================== // IPL SECTION CSS END// ================== **/



/** ================== // VISUAL STORIES CSS START// ================== **/

.web-stories-wrapper {
    margin: 0;
	padding: 0;
}

.stories-news-slider{
	margin: 0;
	padding: 0;
}
.stories-news-slider .slick-list{
	margin: 0 -5px;
	padding: 0;
}
.stories-news-slider .slick-slide{
	margin: 0;
	padding: 0 5px;
}

.stories-cart-image img {
    border-radius: 10px;
    margin-bottom: 0;
    vertical-align: top;
    aspect-ratio: 3 / 4;
    height: auto;
    width: 100%;
}
.stories-slide-item a{
    position: relative;
}
.stories-card-title {
    padding: 50% 10px 10px 10px;
    left: 0px;
    right: 0px;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 70%, black 100%);
    display: flex;
    align-items: end;
    pointer-events: none;
}
.card-title-sm h3 {
    color: #fff;
    font-weight: 700;
    white-space: initial;
    font-size: 16px;
    line-height: 24px;
}

.news-video-part {
    margin-top: 0;
	margin-bottom: 50px;
}
.news-video-part:last-child {
    margin-bottom: 0;
}

.video-icon {
    background: #E21B22;
    height: 20px;
    width: 24px;
    justify-content: center;
    border-radius: 4px;
    left: 0;
    bottom: 0;
    position: absolute;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
}

.video-icon i {
    color: #fff;
    font-size: 13px;
}
/** ================== // VISUAL STORIES CSS END// ================== **/

/** ================== // PREMIUM NEWS  CSS START// ================== **/

.premium-widget4-section {
    padding: 50px 0;
}

.premium-news-section {
    padding: 20px 0;
    margin: 0 0 30px;
    background: #08192F;
    position: relative;
    max-height: 345px;
    overflow: hidden;
    border-radius: 8px;
}
.premium-news-section .container{
    padding: 0px 0px;
}
.premium-news-wrapper .rth-widget-news {
    padding: 0 20px;
    margin-bottom: 15px;
}

.premium-news-wrapper .rht-commen-heading h2 {
    background: transparent;
}
.premium-news-wrapper .rht-commen-heading h2 a{
    color: #fff;
}
.premium-news-wrapper a.view-btn {
    color: #E2B45D;
    border: 1px solid #E2B45D;
    background: transparent;
}
.premium-icon i {
    color: #E2B45D;
    margin-left: 5px;
    font-size: 22px;
}
.premium-news-slider {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    justify-content: space-between;

}
.premium-news-slider {
    padding: 0 20px 25px 20px;
}
.premium-news-slider .slider-item {
    width: calc(33.3333% - 13.3333px);
    border: 1px solid #E2B45D;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    margin-left: 1px;
}

.premium-news-slider .slider-item::after {
    content: "";
    background: linear-gradient(40.97deg, #CA9A44 4.19%, #F6DEB0 68.75%, #F8D18D 106.12%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
}

.card-title-sm h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 52px;
    margin: 0;
}

.premium-slide-image{
    position: relative;
    z-index: 1;
}
.premium-slide-image img {
    border-radius: 4px;
    display: block;
    margin-bottom: 5px;
    width: 100%;
    aspect-ratio: 16 / 9;
    vertical-align: bottom;
}
.premium-news-slider .slick-list {
    margin: 0 -10px;
}
.premium-news-slider .slick-slide {
    padding: 0 10px;
}

.premium-testmonial-arrows {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-wrap: wrap;
}
.premium-testmonial-arrows button.visual-next.slick-arrow {
    margin-right: 16px;
}
.premium-testmonial-arrows .slick-arrow {
    width: 20px;
    height: 20px;
}
.premium-testmonial-arrows .slick-arrow path {
    fill: #fff;
}
.premium-testmonial-arrows .slick-arrow:hover path {
    fill: #FCC050;
}

.premium-widget4-section .newsbox-colum2-wp figure {
    width: 110px;
}
.premium-widget4-section .newsbox-colum-content-info.newsbox-colum2-wp figcaption {
    width: calc(100% - 110px);
}
.premium-widget4-section .newsbox-colum-content-info {
    margin: 0 0 15px;
}
.sports-tg-flex-row{
	display: flex;
	flex-wrap: wrap;
}
.sports-tg-col-lft-8{
	width: calc(100% - 400px);
	padding-right: 20px;
}
.sports-tg-col-rlt-4 {
    width: 400px;
}
.sports-tg-col-lft-8 .newsbox-colum-item {
    width: 50%;
}
.sports-tg-col-rlt-4 .newsbox-colum-item {
    width: 100%;
}
.hindi-home-col-4.bgcolor-col-4 {
    background: #edf2fa;
    padding: 20px;
}
.fixed-top-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .1) 30%, rgba(0, 0, 0, .8) 70%, #000 100%);
    padding-top: 80px;
    z-index: 1;
}
.fixed-top-content h3 {
    color: #fff;
	font-size: 16px;
	line-height: 26px;
}
/** ================== // PREMIUM NEWS  CSS END // ================== **/

/** ================== // STATE NEWS SECTION START // ================== **/
.state-widget5-section{
	margin: 0;
	background: #f9f8f8;
    padding: 50px 0;
}
.state-widget5-section .advertisement-section.ads-bottom-space {
    background: #eeebeb;
}
.state-flex-row {
    display: flex;
    flex-wrap: wrap;
}
.state-col-sm-left {
    width: 980px;
	padding-right: 20px;
}
.state-col-sm-right {
    width: 300px;
}

.state-link-menu{
	margin: 0 0 15px;
	padding: 0;
}

.state-link-menu ul{
	margin: 0;
	padding: 0;
	display: flex;
}
.state-link-menu ul li{
	margin: 0;
	padding: 0;
	display: block;
}
.state-link-menu ul li a{
	font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    color: #4B4B4B;
    border: 1px solid #D7D7D7;
    border-radius: 50px;
    padding: 2px 17px;
    margin-right: 10px;
    white-space: nowrap;
}
.state-colum5-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 20px;
}
.state-col-box-5{
	width: 20%;
	padding: 0 5px;
}

.sports-tg-col-lft-12{
	width: 100%;
}

/** ================== // STATE NEWS SECTION END // ================== **/

/** ================== // PHOTO SECTION START // ================== **/
.photo-widget6-section{
	margin: 0;
	padding: 50px 0;
}
.video-widget7-section{
	margin: 0;
	padding: 50px 0;
}
.health-widget8-section{
	margin: 0;
    padding: 50px 0;
    background: rgb(245, 228, 213);
}
.health-widget8-section .heading-common h1, .health-widget8-section .heading-common h2, .health-widget8-section .heading-common h3, .health-widget8-section .heading-common h4, .health-widget8-section .heading-common h5 {
    background: #f5e4d5;
}
.health-widget8-section .heading-common:before {
    border-top: 1px solid #000000;
}
.health-widget8-section a.view-btn {
    color: #000000;
    border: 1px solid #000;
    background: #f5e4d5;
}
.photo-count-album {
    position: absolute;
    background: #E21B22;
    border-radius: 30px;
    padding: 2px 12px;
    bottom: 10px;
    left: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
}
body .photo-count-album img {
    height: 13px;
    margin-right: 3px;
    border-radius: 0;
}


.photo-slider-colum .slick-list{
	margin: 0 -10px;
}
.photo-slider-colum .slick-slide{
	padding: 0 10px;
}

.photo-slider-colum .slick-dots {
    position: relative;
    bottom: 0;
}
.photo-slider-colum .slick-dots li {
    margin: 0 5px;
}
.photo-slider-colum .slick-dots li button {
    height: 10px;
    width: 10px;
    border: none;
    background: #9d9d9d;
}
.photo-slider-colum .slick-dots li.slick-active button {
    border: none;
    background: #4b4b4b;
    width: 25px;
}
.photo-slider-colum .slick-dots li.slick-active button, .photo-slider-colum .slick-dots li button:hover {
    background: #4b4b4b;
}
.photo-slider-colum {
    background: #eee;
    padding: 40px;
    border-radius: 10px;
	margin: 0 0 30px;
}
/** ================== // PHOTO SECTION END // ================== **/

/** ================== // EDUCATION SECTION START // ================== **/
.education-widget7-section {
    margin: 0;
    padding: 50px 0;
    background: #950000;
}
.education-widget7-section .heading-common {
	z-index: 1;
}
.education-widget7-section .heading-common h2 {
    background: #950000;
    color: #fff;
}
.education-widget7-section .heading-common h2 a {
    color: #fff;
}
.education-widget7-section .heading-common:before {
    border-top: 1px solid #ffffff;
}
.education-col-row-flex{
	margin: 0 -10px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.education-colum-item{
	width: 33.333%;
	padding: 0 10px;
}
.education-widget7-section a.view-btn {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: #950000;
}
.education-widget7-section .newsbox-colum-content-info h3 {
    color: #fff;
}
/** ================== // EDUCATION SECTION END // ================== **/

/** ================== // MONEY9WIDGET SECTION START // ================== **/
.money8widget-section{
	margin: 0;
	background: #F5E4D5;
    padding:40px 0;
}

.more-plus {
    position: relative;
    width: 8px;
    height: 8px;
    margin-left: 0.3125rem;
}
.more-plus::before, .more-plus::after {
    content: '';
    position: absolute;
    background-color: black;
}
.more-plus::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}
.more-plus::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
}
.money8widget-flex-row {
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.money8cateLink {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #D3AD8B;
    padding-bottom: 0.5rem;
}
.money8cateLink ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.money8cateLink ul li {
    margin: 0;
    padding: 0;
    display: inline-flex;
}
.money8cateLink ul li a{
	margin: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin-right: 1rem;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.375rem;
}
.money8cateLink ul li a img{
    margin-right: 5px;
    width: 1.875rem;
    height: 1.875rem;
}

.money8colum-wrapper{
	display: flex;
	flex-wrap: wrap;
}

.money8colum-col-4{
	width: 33.33%;
	padding: 0 10px;
}

.button-col-12{
	text-align: center;
	width: 100%;
}
.button-col-12 a.view-btn {
    background: none;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #000000;
    text-transform: capitalize;
    border: 1px solid #000000;
    padding: 5px 10px;
    border-radius: 30px;
    display: block;
    margin: 0.9375rem auto 0;
    max-width: 114px;
}
/** ================== // MONEY9WIDGET SECTION END // ================== **/



/** ================== // FOOTER  CSS START// ================== **/

.footer {
    margin-top: 0;
    background: #fff;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, .1);
}
.footer-top-bar {
    background: #000000;
    padding: 10px 0 10px;
}
.footer-network-links {
	margin-bottom: 0;
	justify-content: center;
}
.ftr-network-nav strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    display: block;
    text-align: center;
    margin-right: 0;
    background: #dc0000;
    padding: 7px 20px 7px;
    border-radius: 4px;
}
.ftr-network-nav ul li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
    border-left: 1px #fff solid;
    padding-left: 10px;
    line-height: 13px;
}
.ftr-network-nav ul li:first-child{
	margin-left: 0;
	border-left: none;
	padding-left: 0;
}
.ftr-network-nav ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.footer-wrapper {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.footer-left {
    width: 18%;
    margin-right: 0;
}
.footer ul {
    list-style: none;
    padding: 0px;
}
.footer-middle-menu {
    width: 64%;
}
.footer-navigation ul{
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
	margin: 0;
}

.footer-navigation ul li a {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #666;
    margin-right: 30px;
    padding-bottom: 0;
    text-decoration: underline;
}
.social-footer-right {
    width: 18%;
}
.ftr-social-links {
    background: #f1f1f1;
    padding: 10px 20px;
    border-radius: 8px;
}
.ftr-social-links span {
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #666;
    display: block;
	margin: 0 0 10px;
}
.ftr-social-links ul {
    display: flex;
    align-items: center;
}
.ftr-social-links ul li {
    margin: 0 20px 0 0;
}
.ftr-social-links ul li:last-child {
    margin-right: 0;
}
.ftr-social-links ul li a img{
    width: 23px;
    height: 23px;
    display: block;
}
.ftr-social-links ul li a i {
    display: block;
    color: #666666;
    font-size: 23px;
}
.copyright {
    background: #0554b9;
    padding: 10px 15px;
}
.copyright p{
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    text-align: center;
}
/** ================== //  FOOTER CSS END// ================== **/

/** ================== // CATEGORY NEWS SECTION START // ================== **/
.category-news-1section{
	padding: 50px 0;
	margin: 0;
}

.load-more-btn{
	margin: 0;
	padding: 0;
	text-align: center;
}
.load-more-btn a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #DC0000;
    text-transform: capitalize;
    border: 1px solid #D7D7D7;
    padding: 7px 16px;
    border-radius: 30px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
	margin: 0 0 30px;
}

.card-show{
	display: none;
}


/** ================== // DETAILS PAGE CSS START // ================== **/
.details-page{
    padding-bottom: 0px;
}
.heading h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 7px;
}
.short-desc h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.details-page .breadcrumbs {
    margin: 10px 0px;
}

.artical-description {
    background: #EAEAEA;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.artical-description span {
    font-size: 13px;
}
.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 52px;
    text-align: center;
}
.nation-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.category-details-body-cont .advertisement-section {
    margin-bottom: 20px;
}
.nation-box-pic figure {
    width: 45px;
    margin-right: 10px;
    margin-bottom: 0px;
}
.nation-box-pic figure img {
    border: 1px solid #E1E1E1;
    display: block;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    object-fit: cover;
    object-position: right;
}
.nation-box figcaption {
    color: #4b4b4b;
}
.nation-box figcaption a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px;
    line-height: 16px;
}
.nation-box figcaption span {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}
.fix-social-share {
    position: fixed;
    right: 0;
    top: 300px;
    box-shadow: -5px 4px 10px 0 rgba(0, 0, 0, .2);
    width: 51px;
    height: 44px;
    background-color: #5b5b5b;
    border-radius: 8px 0 0 8px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fix-social-share span svg {
    width: 30px;
    height: 30px;
    fill: #fff;
    display: flex;
}
.category-details-body-cont p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px
}
.category-details-body-cont h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.details-widget-wrapper h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 18px;
    margin-bottom: 15px;
}
.details-widget-wrapper {
    background-color: #f2f2f2;
    padding: 20px;
    margin: 0 0 20px 0;
}
.details-widget-card {
    display: flex;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
	overflow-x: auto;
}
.details-card-info {
    width: 31.3%;
    margin-right: 3%;
    flex: 0 0 auto;
}
.details-card-info figure {
    width: 120px;
    margin-right: 15px;
    margin-bottom: 0px;
}
.details-card-info figure img {
    width: 100%;
    border-radius: 4px;
}
.details-card-info .details-card-title h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.details-card-info a {
    display: flex;
    justify-content: flex-start;
}
.details-card-title {
    width: calc(100% - 135px);
}
.whatsaap-follow {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.whatsaap-follow a {
    background: #249833;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 4px;
}

.whatsaap-follow a svg {
    height: 25px;
    width: 25px;
    margin: 0 4px;
}
.gold-hastag {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 10px 0 0 0;
}
.gold-hastag a {
    background: #FEEAEA;
    border: 1px solid #FFD0D0;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 12px;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000;
    flex: 0 0 auto;
}

.letest-news-section .details-card-info a {
    display: inherit;
}
.letest-news-section {
    margin-top: 22px;
}
.letest-news-section .details-card-info figure {
    width: 100%;
}
.letest-news-section .details-card-info {
    width: 22%;
    margin-right: 4%;
    flex: 0 0 auto;
    position: relative;
}

.letest-news-section .details-card-info:last-child {
    margin-right: 0;
}
.letest-news-section .details-card-info::after{
    border-right: 1px solid #D9D9D9;
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    height: 100%;
}
.letest-news-section .details-card-info:last-child::after{
    display: none;
}
.letest-news-section .details-card-info figure img {
    border-radius: 4px;
    margin-bottom: 7px;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
}
.letest-news-section .details-card-title {
    width: 100%;
}
/** ================== // DETAILS PAGE CSS END // ================== **/

/** ================== // CATEGORY NEWS SECTION END // ================== **/

/** ================== // CONTACT US SECTION START // ================== **/
.contact-page-1section{
	padding: 50px 0 50px;
}
.contact-heading {
    text-align: center;
    position: relative;
	margin: 0 0 30px;
}
.contact-heading::after {
    content: "";
    background: #dc0000;
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contact-heading h2 {
    position: relative;
    text-align: center;
    display: inline-flex;
    align-items: center;
    margin: 0;
    background: #fff;
	z-index: 1;
}
.contact-heading h2::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #dc0000;
    border-radius: 25px;
	margin-right: 20px;
}
.contact-heading h2::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #dc0000;
    border-radius: 25px;
	margin-left: 20px;
}
.contact-office-section {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.contact-office-box {
    border: 1px #000 solid;
    padding: 20px 20px;
    margin: 0 0 30px;
    width: calc(50% - 10px);
	border: 1px #f0eded solid;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.contact-office-box h3 {
    padding: 4px 20px;
    margin: 0 0 20px;
    background: #f0eded;
    color: #dc0000;
    font-size: 20px;
}

.contact-map-location {
    margin: 0;
	padding: 0;
}

.contact-map-location h4 {
	padding: 0;
	margin: 0 0 10px;
	color: #000;
	font-size: 20px;
}
.contact-map-location iframe{
	margin: 0;
	padding: 14px;
	border: 1px #f0eded solid;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	width: 100%;
	height: 450px;
	display: block;
}
/** ================== // CONTACT US SECTION END // ================== **/


/** ================== // ABOUT US PAGE CSS START // ================== **/
.defaults-contact-page {
    padding: 0px;
}
.common-heading {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.common-heading::before {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
    border-top: solid 1px #b0b0b0;
    content: '';
    z-index: -1;
    border-bottom: 1px solid #b0b0b0;
    top: 50%;
    margin-top: -2px;
}
.common-heading h1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background: #ffffff;
    padding: 0 10px;
    margin: 0px;
}
.defaults-contact-page ul {
    list-style: none;
    padding: 0px;
}
.defaults-contact-page p, .defaults-contact-page li {
    margin-bottom: 10px;
}
.defaults-contact-page p a {
    color: #ff0000;
}
/** ================== // ABOUT US PAGE CSS  END // ================== **/
.mega-n-logo .mega-logo {
    width: 90px;
    margin: 0;
}
.mega-n-logo .search-box {
    width: calc(100% - 130px);
}
.breaking-section.breaking-new .breakingstrip {
    background: #000;
    /* background: #E0AA00;
    background: linear-gradient(135deg, #F6A022, #d7a919); */
}
.channel-ad-popup .modal-dialog {
    max-width: 700px;
}
.channel-ad-popup .btn-close {
    background: #dc0000;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
