* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* font-family: "Mukta"; */
}
body {
	background: var(--white);
	font-family: "Anek Devanagari", sans-serif;
	padding: 20px;
}
:root {
	--Mountain-Mist: #969695;
	--Seashell: #eff0ee;
	--Purplish-Blue: #5e17ea;
	--Red-Orange: #ff3131;
	--Spruce: #0a6535;
	--Venetian-Red: #cd1111;
	--brand-color: #eb0000;
	--white: #fff;
	--black: #000;
	--Water-Blue: #0b81d7;
	--Lightning-Yellow: #fcc018;
	--Iridium: #3c3c3b;
	--Gainsboro: #dedfdd;
	--Green-White: #e8e8e7;
	--Chinese-Purple: #600982;
	--Soft-Peach: #eee;
	--Carbon-Grey: #5c5b5b;
	--bottom-border: rgba(232, 232, 231, 0.471);
	--Dark-Fuchsia: #b70b71;
	--Fresh-Eggplant: #95005e;
	--Strong-Blue: #0000ee;
	--top-gradient: linear-gradient(90deg, #f4f9ff 0%, #94b9ff 35%);
	--adds-gradient: linear-gradient(90deg, #cdffd8 0%, #94b9ff 35%);
	--menu-gradient: linear-gradient(90deg, #e5fff0 0%, #cdddfa 35%);
	--hero-gradient: linear-gradient(90deg, #fff7ad 0%, #ffa9f9 35%);
	--border-gradient: linear-gradient(179deg, #594ed4 0%, #f54342 86%);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--black);
}
nav.navbar.WhiteNav {
	background-color: var(--white) !important;
	position: fixed;
	width: 100%;
	z-index: 9999;
	transition: 0.6s;
	padding: 12px 0;
	box-shadow: 0 8px 6px -7px #f1f1f1;
	top: 0;
	left: 0;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-toggler {
	border: 0;
}
.search-container input {
	width: 100%;
	padding: 8px 12px;
}
.search-container {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.search-container button {
	padding: 8px 12px;
	background-color: var(--Fresh-Eggplant);
	color: #fff;
	border: 1px solid var(--Fresh-Eggplant);
	cursor: pointer;
}
.top-menu {
	background: var(--Gainsboro);
	padding: 8px 0;
}
.top-menu .top-left-menu {
	display: flex;
	list-style: none;
	margin: 0;
}
.top-menu .top-left-menu li {
	margin-right: 20px;
	font-weight: 500;
}
.top-menu .top-right-menu {
	display: flex;
	list-style: none;
	float: right;
	margin: 0;
}
.top-menu .top-right-menu .loc-icon {
	margin-right: 4px;
	color: var(--Red-Orange);
}
a {
	text-decoration: none;
	color: var(--black);
}
.top-menu .top-right-menu li {
	margin-right: 20px;
	font-weight: 500;
}
.top-search {
	position: relative;
}
.top-search-icon {
	position: absolute;
	top: 1px;
	right: 0;
	background-color: var(--Water-Blue);
	padding: 10px;
	color: var(--white);
	border-radius: 20px;
}
.top-search .form-control:focus {
	box-shadow: none !important;
}
.searchinput {
	border-radius: 40px;
	border: 1px solid var(--white);
	padding: 6px 16px;
	width: 250px;
}
.search-global {
	display: none;
}
.panthalassa-menu {
	background: var(--white);
}
.panthalassa-menu .panthalassa-logo {
	max-width: 200px;
	/*    max-width: 60px;*/
}
.panthalassa-menu .navbar-nav .nav-item {
	margin-left: 12px !important;
}
.main-menu .navbar-nav .nav-item {
	font-weight: 500;
}
.bottom-menu {
	width: 100%;
	padding: 20px 0;
	background: #c0a5f4;
}
.bottom-menubar .trending-menu {
	display: flex;
	list-style: none;
	margin: 0;
	/* justify-content: space-between; */
}
/* .bottom-menubar .trending-menu li{
	border-right: 1px solid var(--black);
	padding:0 20px;
	}
	.bottom-menubar .trending-menu li:first-child{
	border: none;
	}
	.trending-menu li span{
	font-weight: 600;
	} */
.modal.show .modal-dialog.rangmodal {
	transform: none;
	margin-top: 70px;
}
.bottom-menubar .trending-menu .item {
	border-right: 1px solid #000;
	text-align: center;
}
/* ads */
.ads-section {
	background: var(--Seashell);
}
.ads-section .ads h5 {
	text-align: center;
	padding: 20px 0;
	color: var(--Mountain-Mist);
	margin: 0;
}
/* hero section */
.hero-section {
	background: var(--hero-gradient);
}
.hero-section .news-img {
	text-align: center;
}
.hero-section .news-img img {
	max-width: 100%;
}
.app-download .app {
	display: flex;
	list-style: none;
	margin: 0;
	justify-content: center;
	padding-top: 100px;
	margin-bottom: 80px;
}
.app-download .app-img {
	background: var(--white);
	border-radius: 8px;
}
.app-download .app-img img {
	max-width: 150px;
	padding: 4px 8px;
}
.app-download ul li {
	margin-right: 20px;
}
.app-download .social-media {
	display: flex;
	list-style: none;
	justify-content: center;
}
.social-media .main-social {
	text-align: center;
}
.app-download .social-media li {
	background: var(--white);
	padding: 16px;
	border: 1px solid var(--black);
	border-radius: 100px;
	margin-right: 20px;
	width: 60px;
	height: 60px;
}
.app-download .social-media li i {
	font-size: 30px;
}
/* ads area */
.ads-area {
	margin: 20px 0;
}
.ads-area .ads-sec {
	background: var(--adds-gradient);
	padding: 60px 0;
	border-radius: 20px;
}
.ads-area .ads-sec h5 {
	text-align: center;
}
/* news cards */
.news-section {
	margin-bottom: 60px;
}
.left-news-card {
	border: 1px solid var(--Gainsboro);
	padding: 20px 0 0 0;
	border-radius: 6px;
	background: var(--white);
	min-height: 365px;
}
.left-topic {
	display: flex;
	list-style: none;
	border-bottom: 1px solid var(--Gainsboro);
	margin: 0;
}
.left-topic li {
	margin-right: 20px;
}
.left-topic li img {
	max-width: 100%;
	margin-right: 20px;
}
.left-news-card .left-topic li h2 {
	padding-bottom: 10px;
	font-weight: 700;
	color: var(--Purplish-Blue);
}
.NewsSec {
	padding: 8px 20px;
	border-bottom: 1px solid var(--Gainsboro);
}
.NewsSec p {
	margin: 0;
	text-align: left;
}
.NewsSec:last-child {
	border: none;
}
.NewsSec .news-img img {
	width: 100%;
}
.right-news-card {
	border: 1px solid var(--Gainsboro);
	padding: 20px 0 0 0;
	border-radius: 6px;
	background: var(--white);
	min-height: 365px;
}
.right-topic {
	display: flex;
	list-style: none;
	border-bottom: 1px solid var(--Gainsboro);
	margin: 0;
	background: var(--white);
}
.right-topic li {
	margin-right: 20px;
}
.right-topic li img {
	max-width: 100%;
	margin-right: 20px;
}
.right-news-card .right-topic li h2 {
	padding-bottom: 10px;
	font-weight: 700;
	color: var(--Purplish-Blue);
}
/* subnews */
.sub-news-section {
	margin-bottom: 60px;
}
.sub-news-card {
	border: 1px solid var(--Gainsboro);
	padding: 20px 0 0 0;
	border-radius: 6px;
	background: var(--white);
	min-height: 327px;
}
.read-more {
	text-align: center;
	padding: 10px 0;
}
.color-sport {
	color: var(--Purplish-Blue);
}
.color-edu {
	color: var(--Spruce);
}
.color-enter {
	color: var(--Red-Orange);
}
.sub-topic {
	display: flex;
	list-style: none;
	border-bottom: 1px solid var(--Gainsboro);
	margin: 0;
}
.sub-topic li {
	margin-right: 20px;
}
.sub-topic li img {
	margin-right: 20px;
	max-width: 100%;
}
.sub-news-card .sub-topic li h2 {
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 24px;
}
.SubNewsSec {
	padding: 8px 20px;
	border-bottom: 1px solid var(--Gainsboro);
}
.SubNewsSec:last-child {
	border: none;
}
.SubNewsSec .sub-news-img img {
	width: 100%;
}
.SubNewsSec p {
	margin: 0;
	font-size: 13px;
	text-align: left;
}
.download-app-img {
	font-size: 0.8rem;
	text-align: center;
	border-radius: 6px;
}
.download-app {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	justify-content: end;
}
.download-app li {
	list-style: none;
	margin-left: 4px;
}
.download-app li img {
	width: 24px !important;
}
/* trending-img */
.trending-img {
	margin-bottom: 40px;
}
.trending-img .trend-img {
	border: 3px solid var(--border-gradient);
	border-radius: 100px;
	background: var(--border-gradient);
	margin: 8px;
	padding: 4px;
}
.trending-img .trend-img img {
	width: 100%;
	border-radius: 100px;
}
.trend-category h5 {
	text-align: center;
	font-weight: 600;
	font-size: 1.2rem;
}
.subcardtrend {
	background: var(--white);
	padding: 8px;
	border-radius: 4px;
	margin-bottom: 30px;
}
.subcardtrend .left-subcat img {
	width: 100%;
	border-radius: 12px;
}
.subcardtrend .subcat {
	display: flex;
	margin-bottom: 0;
	padding-left: 0;
}
.subcardtrend .subcat.s-subtoipic {
	font-weight: 500;
}
.right-subcat .subcat.s-subtoipic {
	font-weight: 500;
}
.subcardtrend .subcat.subshare {
	justify-content: end;
	padding-right: 16px;
}
.subcardtrend .subcat button {
	background: transparent;
	border: 0;
	margin-bottom: 4px;
	font-size: 0.8rem;
}
.subcardtrend .subcat li {
	list-style: none;
	font-size: 0.8rem;
	color: var(--Carbon-Grey);
}
.subcardtrend .right-subcat h2 {
	font-size: 1rem;
	color: var(--black);
	font-weight: 600;
	margin-bottom: 8px;
	word-spacing: 1px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.subcategory-section .ltopic {
	display: flex;
	justify-content: space-between;
	padding-left: 0;
	margin-bottom: 0;
}
.subcategory-section .ltopic li {
	list-style: none;
}
.subcategory-section .latest-topic h2 {
	margin-bottom: 0;
	padding: 8px 0;
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--Dark-Fuchsia);
	padding-bottom: 4px;
	border-bottom: 1px solid var(--Dark-Fuchsia);
}
.subcategory-section .latestView {
	padding: 12px;
}
.subcategory-section .viewBtn {
	/* background-image: linear-gradient(
	to right,
	#214fb6 0%,
	#b167de 51%,
	#16a085 100%
	); */
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: var(--Dark-Fuchsia);
	/* box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13); */
	border-radius: 6px;
	font-size: 1rem;
	padding: 8px 0;
	font-weight: 500;
}
.subcategory-section .sub-catcard {
	padding: 2px;
	margin-bottom: 12px;
	border-radius: 6px;
	border-bottom: 1px solid var(--bottom-border);
}
.subcategory-section .dots {
	position: relative;
	margin-left: 10px;
}
.subcategory-section .dots::before {
	content: ".";
	position: absolute;
	font-size: 20px;
	left: -6px;
	top: -11px;
}
.subcategory-section .subcat li i {
	margin-right: 3px;
	/* font-size: 10px; */
	color: var(--Water-Blue);
}
.latest-topic-news.desh-view a {
	font-size: 1.3rem !important;
}
/* trending news */
.trending-topic {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.trending-topic .sub-trend {
	background: var(--white);
	padding: 6px 40px;
	display: flex;
	border-radius: 30px;
}
.sub-trend img {
	width: 30px;
}
.trending-topic .sub-trend h2 {
	padding: 0 15px;
	color: var(--Venetian-Red);
	font-size: 40px;
	font-weight: 700;
}
.trending-news {
	background: var(--white);
	padding: 20px 30px;
	border-radius: 6px;
	margin-bottom: 20px;
}
.trending-news .trend-left-img img {
	width: 100%;
	padding: 10px 8px 10px 0;
	border-right: 2px solid var(--Mountain-Mist);
}
.trend-right-img img {
	width: 100%;
	padding: 4px;
	margin-top: 20px;
	border: 1px solid var(--Mountain-Mist);
}
.trending-news .new-trend p {
	margin: 0;
	font-size: 20px;
	text-align: left;
}
/* latest-section */
.latest-section {
	margin-bottom: 30px;
}
.latest-section .latest-img img {
	width: 100%;
}
.latest-section .latest-topic h2 {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--Dark-Fuchsia);
	padding-bottom: 4px;
	border-bottom: 1px solid var(--Dark-Fuchsia);
	font-family: "Anek Devanagari", sans-serif;
}
.latest-section .latest-topic h2 a {
	color: var(--Dark-Fuchsia);
}
.latest-section .latest-topic .panlatest {
	position: relative;
}
.latest-section .latest-topic .panhot {
	position: relative;
}
.latest-section .latest-card {
	padding: 2px;
	margin-bottom: 12px;
	border-radius: 6px;
	border-bottom: 1px solid var(--bottom-border);
}
.latest-section .left-latest img {
	width: 100%;
	border-radius: 12px;
}
.latest-section .slatest {
	display: flex;
	padding-left: 0;
	margin-bottom: 4px;
	margin-bottom: 4px;
}
.latest-section .slatest.s-subtoipic {
	font-weight: 500;
}
.latest-section .slatest.latestShare {
	justify-content: end;
	padding-right: 16px;
}
.latest-section .slatest button {
	background: transparent;
	border: 0;
	font-size: 0.8rem;
}
.latest-section .slatest li {
	list-style: none;
	margin-right: 12px;
	font-size: 0.8rem;
	color: var(--Carbon-Grey);
}
.latest-section .slatest li i {
	margin-right: 2px;
	/* color: var(--Water-Blue); */
}
.latest-section .right-latest h2 {
	font-size: 1rem;
	font-weight: 600;
	color: var(--black);
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* Limits text to 3 lines */
	overflow: hidden;
	text-overflow: ellipsis;
	word-spacing: 1px;
	height: 72px;
}
.latest-section .right-latest p {
	font-size: 0.8rem;
	margin-bottom: 4px;
}
.slatest .dots {
	position: relative;
	margin-right: 8px;
}
.slatest .dots::before {
	content: ".";
	position: absolute;
	font-size: 20px;
	left: -6px;
	top: -11px;
}
.latest-section .latestCard {
	background: var(--white);
	padding: 8px;
	border-radius: 4px;
}
.latest-section .ltopic {
	display: flex;
	justify-content: space-between;
	padding-left: 0;
	margin-bottom: 0;
}
.latest-section .ltopic li {
	list-style: none;
}
.latest-section .latestView {
	padding: 12px 0;
}
.latest-section .viewBtn {
	/* background-image: linear-gradient(
	to right,
	#214fb6 0%,
	#b167de 51%,
	#16a085 100%
	); */
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: var(--Dark-Fuchsia);
	/* box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13); */
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 500;
}
/* state name */
.state-name {
	margin-bottom: 40px;
}
/* .state-name ul {
	display: flex;
	padding: 0;
	list-style: none;
	margin: 0;
	justify-content: space-around;
	margin: 0 167px;
	} */
/* .state-name ul li {
	background-color: var(--Lightning-Yellow);
	border-radius: 200px;
	font-size: 30px;
	font-weight: 600;
	width: 150px;
	height: 150px;
	} */
/* .state-name ul li .stateName {
	text-align: center;
	padding-top: 53px;
	} */
.state-name-section {
	margin: 20px 0 40px 0;
}
.state-name-section .item.statebox {
	width: 200px !important;
	height: 200px !important;
}
.stateName {
	background: var(--Lightning-Yellow);
	color: var(--black);
	font-size: 2.5rem;
	padding: 20px;
	border-radius: 100px;
	width: 100%;
	height: 100%;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
}
/* story-section */
.story-section {
	margin-bottom: 60px;
}
.story-section .story-topic h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--Purplish-Blue);
	margin-bottom: 30px;
}
.story-photo img {
	width: 100%;
	border-radius: 6px;
}
.topicContent {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13);
	border-radius: 16px;
}
.topicNavContent .rowBox {
	padding: 10px;
	/* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */
	background-color: var(--white);
	border-radius: 6px;
	border: 1px solid var(--Soft-Peach);
	margin-top: 20px;
}
.newsImage img {
	width: 100%;
}
/* footer */
footer {
	background: var(--white);
	padding: 40px 0;
	background: #fcfafa;
}
.footer-section .footer-logo-card {
	border: 1px solid var(--Mountain-Mist);
	border-radius: 8px;
	text-align: center;
	margin: 0 40px;
}
.footer-section .footer-logo-card .footer-subcard img {
	background: var(--white);
	padding: 40px;
	margin: 20px 0;
	border-radius: 16px;
}
.footer-social-media {
	display: flex;
	list-style: none;
	padding: 0;
	justify-content: center;
}
.footer-social-media img {
	max-width: 100%;
}
.footer-social-media li {
	margin-right: 20px;
}
.footer-social-media li i {
	font-size: 24px;
}
.footer-menu ul {
	list-style: none;
	padding: 0;
}
.footer-menu .foot-head {
	font-size: 24px;
	margin-bottom: 8px;
	font-weight: 600;
}
.footer-menu ul li {
	margin-bottom: 4px;
	font-weight: 600;
}
.icon-social-footer img {
	max-width: 24px;
}
.footer-socialMedia {
	display: flex;
}
.menu-footer {
	padding: 0 40px;
}
.menu-footer ul {
	padding-left: 0;
}
.menu-footer ul li {
	margin-right: 6px;
	list-style: none;
	margin-bottom: 12px;
}
.menu-footer .text-reset {
	font-size: 1rem;
}
.menu-footer .footer-logo img {
	width: 100%;
}
.fa-facebook.facebook {
	color: #3b5998;
	background-image: linear-gradient(
		to bottom,
		transparent 20%,
		#fff 20%,
		#fff 93%,
		transparent 93%
	);
	background-size: 55%;
	background-position: 70% 0;
	background-repeat: no-repeat;
}
.twitter {
	background-color: #0ff;
}
.menu-footer .footer-topic-1 {
	font-size: 1rem;
}
/* copyright */
.copy-right {
	background: var(--Gainsboro);
}
.copy-right p {
	margin: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	padding: 8px 0;
}
/* owl */
/**
	* Owl Carousel v2.3.4
	* Copyright 2013-2018 David Deutsch
	* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
	*/
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
/**
	* Owl Carousel v2.3.4
	* Copyright 2013-2018 David Deutsch
	* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
	*/
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
	margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
/* biography start */
.celebrityBox {
	margin-bottom: 20px;
}
.shadedBox,
.topic-intro {
	box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13);
	padding: 15px;
	background-color: #fff;
	border-radius: 16px;
}
.trendingTopic .celebs-box {
	padding: 5px;
	box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13);
	background-color: var(--white);
	text-align: center;
	margin-bottom: 4px;
}
.trendingTopicList h4 {
	font-size: 0.875rem;
	font-weight: 600;
	margin: 10px 0 3px 0px;
}
.left-container-heading .btn-grad {
	/* width: 110px; */
	background-image: linear-gradient(
		to right,
		#3a22a7 0%,
		#b969e1 51%,
		#16a085 100%
	);
	/* font-family: 'Anek Devanagari', sans-serif; */
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: #fff;
	box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13);
	border-radius: 25px;
	/* display: block; */
	font-size: 0.8rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.left-container-heading-news .ltopic {
	display: flex;
	padding-left: 8px;
	margin-bottom: 8px;
	justify-content: space-between;
}
.left-container-heading-news .ltopic li {
	list-style: none;
}
.left-container-heading-news .ltopic .latest-topic-news a {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--Dark-Fuchsia);
	padding-bottom: 4px;
	border-radius: 0;
}
.left-container-heading-news .latest-topic-news {
	border-bottom: 1px solid var(--Dark-Fuchsia);
}
.latestView-news .viewBtn {
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: var(--Dark-Fuchsia);
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 500;
}
.city-content .related-news-btn {
	width: 170px;
	height: 38px;
	background-image: linear-gradient(
		to right,
		#db128a 0%,
		#9611d9 51%,
		#f3eda9 100%
	);
	/* font-family: 'Anek Devanagari', sans-serif; */
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: #fff;
	box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13);
	border-radius: 25px;
	display: block;
	font-size: 18px;
	font-weight: 700;
}
.container .content .right-container {
	padding: 10px;
	box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13);
	background-color: var(--white);
	border-radius: 6px;
	margin-top: 20px;
}
.city p {
	font-size: 15px;
	margin-bottom: 0;
}
.right-container .right-title {
	color: #f00;
}
.city-container .city-img img {
	width: 100%;
	border-radius: 8px;
}
.city-container .city-para p {
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--black);
	margin-bottom: 4px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	font-family: "Anek Devanagari", sans-serif;
}
.city-container .city-para ul {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
}
.city-container .city-para ul li {
	list-style: none;
	margin-right: 8px;
	font-size: 0.8rem;
}
.city-container .city-para ul li button {
	border: 0;
	background: transparent;
}
.city-container .city-para ul li button i {
	font-size: 0.8rem;
	color: var(--Water-Blue);
}
/* details */
.shadedBox,
.topic-intro {
	box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13);
	padding: 15px;
	background-color: #fff;
	border-radius: 16px;
}
.trendingTopic h3,
.RelatedTopic h3 {
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: 600;
	margin: 10px 0;
}
.trendingTopic .celebs-box {
	box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13);
	background-color: var(--white);
	border-radius: 8px;
	border: 1px solid var(--Soft-Peach);
	text-align: center;
}
.trendingTopicList a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.trendingTopicList img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.trendingTopicList h4 {
	font-size: 0.875rem;
	font-weight: 600;
	margin: 10px 0 3px 0px;
}
.topic-intro-content .title {
	font-size: 1.625rem;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
	color: var(--brand-color);
}
.topic-intro-content .category {
	font-size: 0.875rem;
}
.topic-intro-content .info {
	font-size: 0.938rem;
	font-weight: 500;
	color: #252525;
}
.shadedBox,
.topic-intro {
	box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13);
	padding: 16px;
	/* background-color:#dedfdd30; */
	border-radius: 6px;
	margin-bottom: 20px;
	border: 1px solid rgba(222, 223, 221, 0.188);
}
.RelatedTopic a {
	display: inline-block;
	/* position: relative; */
	text-decoration: none;
	padding: 0.21rem 0.5rem;
	border: 1px solid var(--bs-gray-200);
	margin: 5px 10px;
	border-radius: 50px;
	color: inherit;
	font-size: 0.875rem;
}
.topicNav {
	margin: 25px 0;
	border-radius: 16px;
}
.topicNav .nav {
	display: flex;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
}
.topicNav .nav li {
	border-right: 1px solid var(--Gainsboro);
	padding: 4px 40px;
}
.topicNav .nav li:last-child {
	border-right: 0;
}
.topicNav .nav li a {
	color: var(--black);
}
.topicNav .nav li {
	color: var(--Purplish-Blue);
	border-bottom: 1px solid var(--white);
	font-weight: 600;
}
.topicNav .nav li:hover a {
	color: var(--brand-color);
}
.nav-btn .btn {
	padding: 0;
	/* font-family: 'Anek Devanagari', sans-serif; */
	background-size: 200% auto;
	color: var(--black);
	display: block;
	font-size: 16px;
	border-radius: 0;
	font-weight: 600;
}
.topicNav ul,
.topicNav .tab-content,
.frontBox {
	padding: 15px;
	/* box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13); */
	border-radius: 16px;
	background-color: #fff;
}
.frontBox {
	margin: 35px 0;
}
.topicNavContentHeading {
	font-size: 1.25rem;
	font-weight: 600;
	padding: 15px 0;
}
.topicNavContentHeading span {
	color: var(--bs-gray);
}
.topicNavContent .news-box {
	padding: 5px;
	border: 1px solid var(--Soft-Peach);
	background-color: var(--white);
	margin-top: 5px;
	border-radius: 8px;
}
.topicNavContent .news-box .newsImage {
	margin-top: 15px;
}
.topicNavContent a {
	/* display: block; */
	text-decoration: none;
	color: inherit;
}
.newsContent {
	display: -webkit-box;
	max-width: 100%;
	margin: 0 auto;
	/* -webkit-line-clamp: 2; */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.topicNavContent a {
	/* display: block; */
	text-decoration: none;
	color: inherit;
}
.newsContent p {
	font-size: 14px;
}
.topicNavContent .news-box .newsImage {
	margin-top: 15px;
}
.topicNavContent .news-box .newsImage img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}
.topicNav .nav-item {
	margin-bottom: 8px;
}
.readMore {
	text-align: center;
	margin-top: 20px;
}
.photos img {
	width: 100%;
	max-width: 800px;
	height: auto;
	border-radius: 8px;
}
.photos {
	margin: 15px 0;
}
.videos iframe {
	width: 100%;
	height: 278px;
}
.topic-intro-image img {
	width: 100%;
	margin-bottom: 10px;
}
.details-share .share-icon {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	justify-content: space-between;
}
.details-share .share-icon li {
	list-style: none;
}
.details-share .share-icon ul {
	display: flex;
	padding-left: 0;
}
.details-share .share-icon ul li {
	margin-left: 12px;
}
.details-share .share-icon ul li i {
	/* color: var(--Water-Blue); */
	margin-left: 2px;
}
.details-share .share-icon button {
	border: 0;
	background: transparent;
}
.details-share .share-icon .shareBtn {
	align-items: center;
	padding: 12px 20px;
	/* background-image: linear-gradient(to right, #214fb6 0%, #b167de 51%, #16a085 100%); */
	background-image: linear-gradient(
		to right,
		#214fb6 0%,
		#b167de 51%,
		#16a085 100%
	);
	border-radius: 50px;
	box-shadow: 8px 8px 16px #d9d9d9, -8px -8px 16px #fff;
	cursor: pointer;
	position: relative;
	color: var(--white);
}
.details-share .share-icon .shareBtn span {
	margin-right: 40px;
	font-size: 1.2rem;
	color: var(--white);
	font-weight: 600;
	/* font-family: Arial, sans-serif; */
}
.details-share .share-icon .shareBtn i {
	/* box-shadow: 8px 8px 16px #d9d9d9, -8px -8px 16px #ffffff; */
	padding: 8px;
	border-radius: 100px;
	position: absolute;
	right: 7px;
	top: 6px;
	color: var(--black);
	background: var(--Green-White);
}
.details-share {
	margin-bottom: 40px;
}
.filmography-content .details-share {
	margin-bottom: 0 !important;
}
.detailsnews-card {
	background: var(--white);
	padding: 20px;
	border-radius: 8px;
}
.detailsnews-card .newsTrend {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--bottom-border);
	padding: 8px;
}
.detailsnews-card .detailsnews-trendimg img {
	width: 100%;
	border-radius: 8px;
}
.detailsnews-card .news-Trend-content h3 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 6px;
	color: var(--black);
	line-height: 30px;
}
.detailsnews-card .news-Trend-content h3 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 6px;
	color: var(--black);
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Anek Devanagari", sans-serif;
}
.detailsnews-card .news-hpoint {
	display: flex;
	padding-left: 0;
	margin-bottom: 6px;
	text-align: center;
	align-items: center;
}
.detailsnews-card .news-hpoint .tnews {
	font-size: 0.8rem;
	font-weight: 600;
	font-family: "Anek Devanagari", sans-serif;
}
.detailsnews-card .news-hpoint li {
	list-style: none;
	margin-right: 12px;
	font-family: "Anek Devanagari", sans-serif;
}
.detailsnews-card .news-time {
	color: var(--Mountain-Mist);
	font-size: 0.8rem;
}
.detailsnews-card .news-hpoint .news-cat {
	font-size: 0.8rem;
	font-weight: 500;
	font-family: "Anek Devanagari", sans-serif;
}
.detailsnews-card .news-Trend-content p {
	font-size: 0.9rem;
	color: var(--Carbon-Grey);
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Anek Devanagari", sans-serif;
}
.detailsnews-card .likeshare {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
}
.likeshare button {
	background: transparent;
	border: 0;
}
.detailsnews-card .likeshare li {
	list-style: none;
	margin-right: 30px;
}
.detailsnews-card .likeshare li i {
	color: var(--Water-Blue);
}
/* social media start */
div.slideouticons {
	/* main container for slide out icons */
	position: relative; /* change position to fixed or absolute if desired */
	-webkit-perspective: 1000px;
	perspective: 1000px;
	/* z-index: 1000; */
}
div.slideouticons input {
	display: none;
}
div.slideouticons label.mainlabel {
	/* menu anchor icon style */
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	font-size: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	background: #80c5ec;
	border-radius: 50%;
	outline: none;
	z-index: 100000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
div.slideouticons div.iconswrapper {
	/* DIV that flips over to reveal the hidden icons */
	position: absolute;
	margin: 0;
	top: 60px; /* vertical offset of icons wrapper from the top of main container */
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
div.slideouticons div.iconswrapper ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: -1;
}
div.slideouticons div.iconswrapper ul li {
	margin-bottom: 10px;
	position: relative;
	opacity: 0;
	width: 50px; /* width of social icons */
	height: 50px; /* height of social icons */
	-webkit-transform: translateY(-100%) rotate(0);
	transform: translateY(-100%) rotate(0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
div.slideouticons div.iconswrapper ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	width: 40px;
	height: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: #80c5ec; /* background color of icons */
	text-decoration: none;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
div.slideouticons div.iconswrapper ul li a:hover {
	background: #515151; /* background color of icons on hover */
	color: #fff;
}
div.slideouticons input:checked ~ label.mainlabel {
	background: #000080; /* background color of toggler icon when activated */
}
div.slideouticons input:checked ~ div.iconswrapper {
	/* flip icons wrapper to reveal icons when activated */
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
div.slideouticons input:checked ~ div.iconswrapper ul li {
	/* rotate and shift icons into view when activated */
	opacity: 1;
	-webkit-transform: translateX(0) rotate(360deg);
	transform: translateX(0) rotate(360deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
div.slideouticons input:checked ~ div.iconswrapper ul li:nth-of-type(1) {
	-webkit-transition-delay: 0;
	transition-delay: 0;
	/* z-index: 4; */
}
div.slideouticons input:checked ~ div.iconswrapper ul li:nth-of-type(2) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s; /* increment delay by 0.3s for each icon */
	z-index: 3; /* decrement z-index by 1 for each icon */
}
div.slideouticons input:checked ~ div.iconswrapper ul li:nth-of-type(3) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	/* z-index: 2; */
}
div.slideouticons input:checked ~ div.iconswrapper ul li:nth-of-type(4) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
	/* z-index: 1; */
}
/* ########## Horizontal Version CSS ########## */
div.slideouticons.horizontal div.iconswrapper {
	top: 0;
	left: 50px;
}
div.slideouticons.horizontal div.iconswrapper ul li {
	display: inline;
	float: left;
	margin-bottom: 0;
	margin-right: 0;
	-webkit-transform: translateX(-100%) rotate(0);
	transform: translateX(-100%) rotate(0);
}
div.slideouticons.horizontal input:checked ~ div.iconswrapper ul li {
	-webkit-transform: translateX(0) rotate(360deg);
	transform: translateX(0) rotate(360deg);
}
/* biography end */
/* news start */
.content .left-container {
	padding: 8px;
	/* box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13); */
	margin-bottom: 20px;
	border-radius: 6px;
	text-align: left;
	background-color: var(--white);
	border-bottom: 1px solid var(--bottom-border);
}
.content .left-container img {
	width: 100%;
	border-radius: 8px;
}
.left-container .short-content .headline {
	font-size: 1rem;
	font-weight: 600;
	color: var(--black);
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	word-spacing: 1px;
}
.news-img .slatest {
	display: flex;
	padding-left: 0;
	margin-bottom: 4px;
}
.news-img .slatest li {
	list-style: none;
	margin-right: 12px;
	font-size: 0.7rem;
	color: var(--Carbon-Grey);
}
.news-img .slatest.latestShare {
	display: flex;
	padding-left: 0;
	margin-bottom: 4px;
	margin-bottom: 4px;
	justify-content: end;
}
.news-img .slatest.latestShare li {
	list-style: none;
	margin-right: 12px;
	font-size: 0.7rem;
	color: var(--Carbon-Grey);
}
.news-img .slatest.latestShare li button {
	background: transparent;
	border: 0;
	font-size: 0.8rem;
}
.news-img .slatest.latestShare li button i {
	margin-right: 2px;
	color: var(--Water-Blue);
}
.left-container .short-content span {
	font-size: 0.8rem;
	color: var(--Carbon-Grey);
}
.right-container-button .btn-grad {
	width: 100px;
	margin-bottom: 12px;
	/* font-family: 'Anek Devanagari', sans-serif; */
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13);
	border-radius: 6px;
	display: block;
	font-size: 18px;
	background: var(--white);
}
.right-container-banner img {
	width: 100%;
	border-radius: 8px;
}
.right-description-content,
.left-description-content {
	margin: 20px 0;
}
.right-description-content .right-multi-button {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	white-space: nowrap;
	padding-left: 0;
}
.right-description-content .right-multi-button li {
	list-style: none;
}
.right-description-content .right-multi-button li a {
	display: block;
	padding-right: 0.5rem;
	margin: 0 0.5rem 0.5rem 0;
	font-weight: 400;
	color: var(--black);
	border: 1px solid var(--Green-White);
	line-height: 1.2;
	padding: 10px 24px;
	border-radius: 6px;
	/* font-family: 'Anek Devanagari', sans-serif; */
}
.article-image img {
	width: 100%;
	border-radius: 8px;
}
.short-content.content-wrap {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.left-description .btn-grad {
	width: 110px;
	padding: 8px 0;
	background: var(--Gainsboro);
	/* font-family: 'Anek Devanagari', sans-serif; */
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: var(--black);
	box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13);
	border-radius: 6px;
	display: block;
	font-size: 0.6rem;
	font-weight: 700;
}
.right-container-title .btn-grad {
	width: 100px;
	height: 39px;
	background-image: linear-gradient(
		to right,
		#214fb6 0%,
		#b167de 51%,
		#16a085 100%
	);
	margin: 10px;
	/* font-family: 'Anek Devanagari', sans-serif; */
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: #fff;
	box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13);
	border-radius: 6px;
	display: block;
	font-size: 18px;
}
.icon-social-flex-icon {
	display: flex;
}
.icon-social-flex-icon li {
	list-style: none;
}
.icon-social-flex-icon li img {
	max-width: 30px;
}
.article-description-image {
	margin-bottom: 12px;
}
.article-description-image h1 {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.5;
}
.description-content.rang-description p img {
	max-width: 500px !important;
}
.description-content {
	margin-bottom: 20px;
}
.description-content .footer-socialMedia {
	padding-left: 0;
	margin-bottom: 8px;
}
.description-content .footer-socialMedia li {
	list-style: none;
	margin-right: 16px;
}
.description-content .footer-socialMedia li img {
	max-width: 24px;
}
.container .content .left-container.description {
	padding: 0 30px;
	margin: 0;
}
.description-content .updated-news {
	font-weight: 500;
	margin-bottom: 0;
	font-size: 1rem;
	padding: 4px 0;
}
.details-tag {
	margin: 20px 0 40px 0;
}
.details-tag h5 {
	font-weight: 600;
	color: var(--brand-color);
	font-size: 1.2rem;
}
.details-tag h5 span {
	color: var(--black);
}
.editedby {
	font-size: 0.8rem;
	color: var(--Mountain-Mist);
	margin-bottom: 8px;
}
.details-tag ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	white-space: nowrap;
	padding-left: 0;
}
.details-tag ul li {
	list-style: none;
}
.details-tag ul li a {
	display: block;
	padding-right: 0.5rem;
	margin: 0.5rem 0.5rem 0.5rem 0;
	font-weight: 400;
	color: var(--black);
	border-right: 1px solid var(--Mountain-Mist);
	line-height: 1.2;
}
.details-tag ul li:last-child a {
	border-right: 0;
}
.prev-nextBtn {
	margin: 40px 0;
}
.prev-nextBtn ul {
	display: flex;
	padding-left: 0;
	justify-content: space-between;
}
.prev-nextBtn ul li {
	list-style: none;
}
/* .prev-nextBtn ul li a {
	padding: 8px 12px;
	background-image: linear-gradient(
	to right,
	#214fb6 0%,
	#b167de 51%,
	#16a085 100%
	);
	font-family: "Hind", sans-serif;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13);
	border-radius: 6px;
	display: block;
	font-size: 1rem;
	} */
.left-container .short-content h5 {
	margin: 11px 0 0 0;
	font-size: 1.2rem;
}
.headline-name {
	margin-bottom: 0;
	font-size: 15px;
}
/* trending news */
.trendingNews-section .trending-card {
	background: var(--white);
	margin-bottom: 30px;
}
.trendingNews-section .trending-card .ltopic {
	display: flex;
	padding-left: 0;
	margin-bottom: 16px;
	justify-content: space-between;
}
.trendingNews-section .trending-card .ltopic li {
	list-style: none;
}
.trendingNews-section .latest-topic h2 {
	padding: 8px;
	font-size: 1.8rem;
	font-weight: 600;
	color: var(--Dark-Fuchsia);
	margin-bottom: 0;
	position: relative;
}
.trendingNews-section .viewBtn {
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: var(--Dark-Fuchsia);
	/* box-shadow: 0 0 1px 0 rgba(25, 42, 70, 0.13); */
	border-radius: 6px;
	font-size: 1.1rem;
	/* padding: 8px 20px; */
	font-weight: 500;
}
.trendingNews-section .latestView {
	padding: 12px;
}
.trendingNews-section .Trendings-Topic {
	position: relative;
	margin-left: 40px;
}
.trendingNews-section .trendimg img {
	width: 100%;
	border-radius: 8px;
}
.trendingNews-section .trending-card {
	padding: 20px;
	border-radius: 8px;
}
.trendingNews-section .news-hpoint {
	display: flex;
	padding-left: 0;
	margin-bottom: 6px;
	text-align: center;
	align-items: center;
}
.trendingNews-section .news-hpoint li {
	list-style: none;
	margin-right: 12px;
}
.trendingNews-section .news-time {
	color: var(--Mountain-Mist);
	font-size: 0.8rem;
}
.trendingNews-section .news-hpoint .tnews {
	font-size: 1.01rem;
	font-weight: 600;
	font-family: "Anek Devanagari", sans-serif;
}
.trendingNews-section .news-hpoint .news-cat {
	font-size: 0.8rem;
	font-weight: 500;
}
.trendingNews-section .news-hpoint .newsicon img {
	max-width: 16px;
}
.trendingNews-section .news-Trend-content h3 {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 6px;
	color: var(--black);
	line-height: 30px;
	font-family: "Anek Devanagari", sans-serif;
}
.trendingNews-section .likeshare {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
}
.trendingNews-section .likeshare li {
	list-style: none;
	margin-right: 30px;
}
.trendingNews-section .likeshare li i {
	color: var(--Water-Blue);
}
.trendingNews-section .news-Trend-content p {
	line-height: 23px;
	font-size: 0.9rem;
	color: var(--Carbon-Grey);
	font-family: "Anek Devanagari", sans-serif;
	word-spacing: 1px;

	/* Multiline ellipsis */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.trendingNews-section .newsTrend {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--bottom-border);
	padding: 8px;
}
.sitemap-section {
	width: 100%;
	background: var(--white);
	padding: 40px 20px;
}
.sitemap-section .sitemap-name {
	color: var(--Venetian-Red);
}
.menu-footer.sitemap-section ul li {
	position: relative;
}
.menu-footer.sitemap-section ul li::before {
	position: absolute;
	content: ".";
	left: -10px;
	top: -20px;
	/* width: 20px;
	height: 20px; */
	/* background: var(--Venetian-Red); */
	font-size: 30px;
}
.panthalassa-content {
	padding: 60px 0 50px 0;
}
.panthalassa-content h2 {
	font-size: 2rem;
	color: var(--black);
}
.panthalassa-content h5 {
	color: var(--Carbon-Grey);
	margin-bottom: 2px;
}
.panthalassa-conten p {
	font-size: 1rem;
	padding-bottom: 16px;
	margin: 0;
	line-height: 32px;
}
/* filmography section */
.filmography-section {
	padding: 60px 0;
}
.filmography-card {
	border: 1px solid var(--Green-White);
	padding: 20px;
	border-radius: 8px;
}
.filmography-img img {
	width: 100%;
	border-radius: 8px;
}
.filmo-read {
	margin-bottom: 12px;
}
.filmography-content span {
	color: var(--Carbon-Grey);
}
.filmo-read a {
	color: var(--Purplish-Blue);
	font-weight: 600;
}
.filmography-tab-section {
	padding: 20px 0;
}
.filmography-tab-section a {
	font-weight: 600;
	border: 0;
	font-size: 1.2rem;
}
.filmography-tab-section .filmography-faq a {
	color: var(--Water-Blue);
	font-size: 0.9rem;
}
.filmography-tab-section ul {
	border-bottom: 0;
}
.filmography-tab-section .nav-link.active {
	color: var(--brand-color);
	border-bottom: 1px solid var(--brand-color);
}
.filmo-table-content ul {
	display: flex;
	padding-left: 0;
	margin-bottom: 20px;
}
.filmo-table-content .desk-filmo-menu {
	justify-content: space-between;
}
.filmo-table-content ul li {
	list-style: none;
	margin-right: 20px;
}
.filmo-table-content ul li p {
	margin-bottom: 0;
}
.filmo-table-content ul li a {
	color: var(--Water-Blue);
}
.filmo-table-content img {
	width: 60px;
	border-radius: 8px;
}
.filmo-table-content-table a {
	color: var(--Water-Blue);
	font-size: 1rem;
}
.filmo-table-content p span {
	color: var(--brand-color);
}
.right-filmography {
	padding: 20px;
}
.right-filmography h4 {
	margin-bottom: 30px;
}
.right-filmography ul {
	display: flex;
	padding-left: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--Gainsboro);
	padding-bottom: 8px;
}
.right-filmography ul li {
	list-style: none;
	margin-right: 20px;
}
.right-filmography ul li img {
	width: 60px;
	border-radius: 100px;
}
.filmo-table-content-table .filmo-name {
	color: var(--brand-color);
	font-weight: 600;
}
.filmo-table-content-table tr td {
	padding: 12px;
}
.spotlight-card {
	border-radius: 8px;
	/* margin-bottom: 20px; */
	/* border: 1px solid var(--Seashell); */
}
.spotlight-card img {
	width: 100%;
	border-radius: 8px;
}
.spotlight-caption {
	text-align: center;
	padding: 8px 0;
}
.filmography-faq .accordion-item:first-of-type .accordion-button {
	border: 0 !important;
}
.filmography-faq .accordion-button:not(.collapsed) {
	background: transparent;
	color: var(--black);
	font-weight: 600;
}
.filmography-faq .accordion-button:focus {
	box-shadow: none;
}
.filmography-faq .filmography-faq {
	border-color: transparent !important;
}
.rating {
	display: flex;
	flex-direction: row-reverse;
	justify-content: left;
}
.rating:not(:checked) > input {
	position: absolute;
	appearance: none;
}
.rating:not(:checked) > label {
	cursor: pointer;
	font-size: 24px;
	color: #666;
}
.rating:not(:checked) > label:before {
	content: "★";
}
/* .rating > input:checked + label:hover,
	.rating > input:checked + label:hover ~ label,
	.rating > input:checked ~ label:hover,
	.rating > input:checked ~ label:hover ~ label,
	.rating > label:hover ~ input:checked ~ label {
	color: #e58e09;
	}
	*/
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
	color: #ff9e0b;
}
.rating > input:checked ~ label {
	color: #ffa723;
}
.filmography-content .menulist-flimo {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
}
.filmography-content .menulist-flimo li {
	list-style: none;
	position: relative;
	margin-right: 12px;
	padding-right: 12px;
	font-size: 1rem;
}
.filmography-content .menulist-flimo li::after {
	width: 1px;
	height: 100%;
	background: var(--black);
	content: "";
	right: 0;
	top: 0;
	position: absolute;
}
.filmography-content .filmo-lang {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
}
.filmography-content .filmo-lang li {
	list-style: none;
	line-height: 40px;
	font-weight: 600;
	margin-right: 12px;
}
.filmography-content .filmorating {
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
}
.filmography-content .filmorating li {
	list-style: none;
	margin-right: 12px;
}
.filmography-content .filmo-content-des {
	margin-bottom: 0;
}
.filmography-content .ratename {
	font-weight: 600;
	line-height: 40px;
}
.filmo-movie-section .form-rating {
	display: block;
	padding-left: 12px;
}
.filmo-movie-section .form-rating .ratename {
	font-weight: 600;
}
.filmo-movie-section .submitBtn {
	border: 1px solid var(--Purplish-Blue);
	padding: 8px 16px;
	background: transparent;
	font-weight: 600;
	color: var(--black);
	border-radius: 4px;
}
.form-control:focus {
	box-shadow: none;
}
.filmo-movie-section .filmo-note {
	font-size: 0.9rem;
	color: var(--Carbon-Grey);
}
.filmo-movie-section .filmo-note span {
	color: var(--brand-color);
}
.filmo-movie-section .upload-img img {
	width: 160px;
	height: 160px;
	margin-bottom: 20px;
}
/* news end */
/* desh section */
.desh-section .latest-topic-news {
	margin-bottom: 8px;
}
.desh-section .dash-right {
	margin-bottom: 12px;
	border-bottom: 1px solid var(--bottom-border);
}
.desh-section .dash-right img {
	width: 100%;
	border-radius: 8px;
	margin-bottom: 4px;
}
.desh-section .desh-head .truncate-text {
	font-family: "Anek Devanagari", sans-serif;
	font-size: 0.98rem;
	font-weight: 500;
	color: var(--black);
	line-height: 26px;
	margin-bottom: 4px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.6s;
}
.desh-section .desh-head .truncate-text:hover {
	color: var(--Purplish-Blue);
	transition: 0.6s;
}

.desh-section .deshcat {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
}
.desh-section .deshcat li {
	list-style: none;
	margin-right: 12px;
	font-size: 0.7rem;
	color: var(--Carbon-Grey);
}
.desh-ldesc .headline h4 {
	font-size: 1rem;
	line-height: 30px;
	margin-bottom: 0;
}
.desh-ldesc p {
	color: var(--Carbon-Grey);
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Anek Devanagari", sans-serif;
}
.subdesh {
	display: flex;
	padding-left: 0;
	margin-bottom: 2px;
	justify-content: end;
	padding-right: 16px;
}
.subdesh li {
	list-style: none;
	font-size: 0.8rem;
	margin-right: 8px;
}
.subdesh li button {
	border: 0;
	background: transparent;
}
.subdesh li button i {
	color: var(--Water-Blue);
}
@media (max-width: 1399px) {
	.trending-news .new-trend p {
		margin: 0;
		font-size: 22px;
	}
	.menu-footer ul li {
		margin-right: 4px;
	}
	.icon-social-footer img {
		max-width: 20px;
	}
	.menu-footer .footer-topic-1 {
		font-size: 0.8rem;
	}
	.topicNav .nav li {
		padding: 4px 30px;
	}
	.panthalassa-menu .nav-link {
		font-size: 0.9rem;
	}
}
@media (max-width: 1200px) {
	.description-content .updated-news {
		font-size: 0.8rem;
	}
	.download-app-img img {
		width: 18px;
	}
	.download-app-img {
		font-size: 0.6rem;
	}
	.stateName {
		font-size: 2rem;
		width: 150px;
		height: 150px;
	}
	.state-name-section .item.statebox {
		width: 100%;
		height: 155px !important;
	}
	.panthalassa-menu .panthalassa-logo {
		max-width: 150px;
		/*        max-width: 60px;*/
	}
	.panthalassa-menu .navbar-nav .nav-item {
		margin-left: 1px !important;
	}
	.topicNav .nav li {
		padding: 4px 20px;
	}
	.filmo-table-content ul li {
		margin-right: 13px;
	}
	.filmography-tab-section a {
		font-size: 1.1rem;
	}
	.detailsnews-card .news-Trend-content h3 {
		font-size: 1.2rem;
		line-height: 26px;
	}
	.article-description-image h1 {
		font-size: 2rem;
		line-height: 45px;
	}
}
@media (max-width: 1199px) {
	.state-name ul {
		margin: 0 50px;
	}
	.footer-section .footer-logo-card {
		margin: 0;
	}
	.trending-news .new-trend p {
		margin: 0;
		font-size: 18px;
	}
	.sub-news-img {
		padding-top: 21px;
	}
}
@media (max-width: 1024px) {
	.desh-section .desh-head .truncate-text {
		/* font-size: 0.8rem; */
		-webkit-line-clamp: 2;
		/* line-height: 20px; */
	}
}
@media (max-width: 992px) {
	.footer-socialMedia {
		justify-content: center;
	}
	.description-content .footer-socialMedia {
		justify-content: left;
	}
	.description-content .footer-socialMedia li {
		margin-right: 12px;
	}
	.left-container .short-content h5 {
		font-size: 1rem;
	}
	.latest-section .latestCard {
		margin-bottom: 20px;
	}
	.latest-section {
		margin-bottom: 0;
	}
	.panthalassa-content {
		padding: 40px 0;
	}
	.panthalassa-content h2 {
		font-size: 1.8rem;
	}
	.prev-nextBtn {
		margin: 0;
	}
	.detailsnews-card .news-Trend-content p {
		-webkit-line-clamp: 4;
	}
	.panthalassa-menu .panthalassa-logo {
		max-width: 180px;
		/*        max-width:50px;*/
	}
	.top-menu {
		display: none;
	}
	.panthalassa-menu {
		padding: 16px 0;
	}
	.search-dropdown {
		position: relative;
		display: inline-block;
	}
	.search-dropbtn {
		background-color: var(--Fresh-Eggplant);
		color: #fff;
		padding: 8px;
		font-size: 16px;
		border: none;
		cursor: pointer;
		border-radius: 30px;
	}
	.search-dropdown-content {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 117px;
		right: 0;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 10;
	}
	.search-dropdown-content a {
		color: #000;
		padding: 10px;
		text-decoration: none;
		display: block;
		text-align: center;
	}
	.search-dropdown-content a:hover {
		background-color: #f1f1f1;
	}
	.search-dropdown .globe-img {
		width: 30px;
	}
	.search-dropbtn .drop-icon {
		width: 14px;
	}
	.search-global .search-icon {
		width: 45px;
		height: 45px;
		padding: 8px;
	}
	.search-global .search-bg-icon {
		background: #d8e5ee;
		border-radius: 100px;
	}
	.search-global ul {
		display: flex;
		padding-left: 0;
		margin-bottom: 0;
	}
	.search-global ul li {
		list-style: none;
		margin-left: 12px;
	}
	.panthalassa-menu .nav-link {
		padding: 8px 7px !important;
	}
	.desh-section .desh-head .truncate-text {
		/* font-size: 0.9rem; */
		-webkit-line-clamp: 3;
		line-height: 24px;
		/* line-height: 23px; */
	}
}
@media (max-width: 991px) {
	.sub-news-card .sub-topic li h2 {
		font-size: 20px;
	}
	.trending-news .new-trend p {
		margin: 0;
		font-size: 14px;
		text-align: left;
	}
	.trend-right-img img {
		margin-top: 8px;
	}
	.state-name ul {
		margin: 0;
	}
	.state-name ul li {
		width: 120px;
		height: 120px;
	}
	.story-photo {
		margin-bottom: 20px;
	}
	.footer-menu .foot-head {
		font-size: 20px;
	}
	.trending-img .trend-img {
		padding: 3px;
		border-radius: 100px;
		margin: 4px;
	}
	.sub-news-card {
		margin-bottom: 20px;
	}
	.SubNewsSec p {
		font-size: 19px;
	}
	.left-news-card {
		margin-bottom: 20px;
	}
	.NewsSec p {
		margin: 0;
		font-size: 16px;
	}
	.sub-news-img {
		padding-top: 0;
	}
	.description-content .footer-socialMedia li img,
	.download-app-img img {
		width: 24px;
	}
	.download-app-img {
		font-size: 0.8rem;
	}
	.download-app {
		margin: 0 20px;
	}
	.search-global {
		display: block;
	}
}
@media (max-width: 796px) {
	.top-menu .top-right-menu li {
		margin-right: 12px;
	}
	.SubNewsSec p {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.download-app {
		margin: 0;
	}
	.state-name-section {
		margin: 0 0 20px 0;
	}
	.panthalassa-content h2 {
		font-size: 1.6rem;
	}
	.detailsnews-card .news-hpoint {
		padding-left: 0;
		display: block;
		text-align: left;
	}
	.trendingNews-section .news-hpoint {
		display: block;
		text-align: left;
	}
	.topicNav .nav li {
		padding: 4px 8px;
	}
	.filmography-tab-section .nav-link {
		text-align: center;
		padding: 8px 0;
		color: var(--Water-Blue);
	}
	.filmography-tab-section a {
		font-size: 1rem;
	}
	.filmography-section {
		padding: 30px 0;
	}
	.left-container .short-content .headline {
		font-size: 0.9rem;
		-webkit-line-clamp: 2;
		line-height: 20px;
	}
	.description-content.rang-description p img {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	.app-download .social-media li i {
		font-size: 24px;
	}
	.app-download .social-media li {
		margin-right: 11px;
	}
	.app-download .app {
		margin-bottom: 49px;
	}
	.ads-area .ads-sec {
		padding: 40px 0;
	}
	.top-menu .top-right-menu {
		padding: 0;
	}
	.hero-section {
		padding: 20px 0;
	}
	.trending-news .trend-left-img img {
		padding: 30px 8px 29px 0;
	}
	.state-name ul li {
		width: 80px;
		height: 80px;
	}
	.footer-section .footer-logo-card {
		border: none;
		text-align: left;
	}
	.footer-social-media {
		justify-content: left;
	}
}
@media (max-width: 625px) {
	.app-download .app-img img {
		max-width: 120px;
	}
}
@media (max-width: 576px) {
	.latest-card .justify-content-center.newimg {
		justify-content: start !important;
		display: inline-block !important;
	}
	.sub-catcard .justify-content-center.newimg {
		justify-content: start !important;
		display: inline-block !important;
	}
	.latest-section .left-latest img,
	.subcardtrend .left-subcat img {
		height: auto;
	}
	.latest-section .left-latest img,
	.subcardtrend .left-subcat img,
	.trendingNews-section .trendimg img {
		margin-bottom: 8px;
	}
	.trending-img .trend-category {
		margin-bottom: 12px;
	}
	.subcardtrend .right-subcat h2 {
		font-size: 1rem;
	}
}
@media (max-width: 575px) {
	.app-download .app {
		margin-top: -50px;
	}
	.app-download .app-img img {
		max-width: 100px;
	}
	.app-download .social-media li {
		width: 50px;
		height: 50px;
		padding: 13px;
	}
	.top-menu ul li {
		font-size: 14px;
	}
	.trending-menu-slider .menu-treading {
		text-align: center;
	}
	.top-left-menu {
		padding: 0;
	}
	.SubNewsSec p {
		font-size: 17px;
	}
	.trending-img .trend-img {
		margin: 4px;
	}
	.sub-news-section {
		margin-bottom: 20px;
	}
	.article-description-image h1 {
		font-size: 1.8rem;
	}
	.left-container .short-content h5 {
		font-size: 1.2rem;
	}
	.container .content .left-container.description {
		padding: 0;
	}
	.detailsnews-card {
		padding: 20px 0;
	}
	.detailsnews-card .news-hpoint {
		display: flex;
	}
	.detailsnews-card .detailsnews-trendimg img {
		margin-bottom: 12px;
	}
	.detailsnews-card .newsTrend {
		padding: 8px 0;
	}
	.top-menu .top-right-menu {
		float: left;
	}
	.searchinput {
		padding: 1px 16px;
		width: 180px;
	}
	.top-menu .top-left-menu {
		margin-bottom: 12px;
	}
	.top-search-icon {
		padding: 6px;
	}
	.trendingNews-section .trending-card {
		padding: 0;
	}
	.menu-footer {
		padding: 0;
	}
	.trendingNews-section .news-Trend-content h3 {
		font-size: 1rem;
		line-height: 24px;
	}
	.content .left-container {
		box-shadow: none;
	}
	.topicNav {
		margin: 0;
	}
	.frontBox {
		margin: 0 0;
	}
	.content .left-container .news-img img {
		height: 66px;
	}
	.search-dropdown .globe-img {
		width: 24px;
	}
	.search-dropbtn {
		padding: 6px;
	}
	.search-dropbtn .drop-icon {
		width: 12px;
	}
	.search-global .search-icon {
		width: 35px;
		height: 35px;
		padding: 6px;
	}
	.panthalassa-menu .panthalassa-logo {
		max-width: 161px;
		/*        max-width: 50px;*/
	}
	.search-dropdown-content {
		right: 0px;
	}
	.search-dropdown-content a {
		padding: 6px 0;
	}
	.search-dropdown-content {
		min-width: 106px;
	}
	.desh-section .desh-head .truncate-text {
		-webkit-line-clamp: 2;
	}
	.city-container .city-img img {
		border-radius: 3px;
	}
	body {
		padding: 0px;
	}
}
@media (max-width: 498px) {
	.SubNewsSec p {
		font-size: 14px;
	}
	.NewsSec p {
		font-size: 14px;
	}
	.top-menu .top-left-menu li {
		margin-right: 8px;
	}
	.trending-news .trend-left-img img {
		padding: 44px 2px 40px 0;
	}
	.stateName {
		font-size: 2rem;
		width: 120px;
		height: 120px;
	}
	.state-name-section .item.statebox {
		height: 130px !important;
	}
	.trend-category h5 {
		font-size: 1rem;
	}
}
@media (max-width: 470px) {
	.top-menu .top-left-menu li {
		font-size: 12px;
	}
	.top-menu .top-right-menu li {
		font-size: 12px;
	}
	.trending-news .new-trend p {
		font-size: 13px;
	}
}
@media (max-width: 425px) {
	.app-download .app {
		margin-right: 34px;
	}
	.app-download .social-media {
		padding: 0;
	}
	.state-name ul li {
		width: 60px;
		height: 60px;
	}
	.trending-news .new-trend p {
		font-size: 12px;
	}
	.trending-topic .sub-trend h2 {
		font-size: 30px;
	}
	.story-section .story-topic h2 {
		font-size: 30px;
	}
	.description-content .footer-socialMedia li img,
	.download-app-img img {
		width: 20px;
	}
	.download-app li img {
		width: 20px !important;
	}
	.description-content .footer-socialMedia li {
		margin-right: 6px;
	}
	.detailsnews-card .news-hpoint {
		display: block;
	}
	.city-container .city-para p {
		font-size: 0.8rem;
		-webkit-line-clamp: 2;
		line-height: 20px;
	}
	.city-container .city-img img {
		border-radius: 2px;
	}
	.detailsnews-card .news-Trend-content p {
		display: none;
	}
	.right-container.city-container .col-3 {
		padding: 0 !important;
	}
	div.slideouticons label.mainlabel {
		width: 30px;
		height: 30px;
	}
	div.slideouticons div.iconswrapper ul li a {
		width: 30px;
		height: 30px;
	}
	div.slideouticons div.iconswrapper ul li {
		width: 40px;
		height: 40px;
	}
	div.slideouticons.horizontal div.iconswrapper {
		left: 34px;
	}
	.share-icon .slideouticons.horizontal {
		margin-bottom: 12px;
	}
	.left-container.news-img .col-3 {
		padding: 0 !important;
	}
	.left-container .short-content .headline {
		font-size: 0.8rem;
	}
	.content .left-container {
		margin-bottom: 6px;
	}
	.panthalassa-menu .panthalassa-logo {
		max-width: 160px;
	}
	.panthalassa-menu .navbar-toggler {
		padding: 0;
	}
	.search-global ul li {
		margin-left: 4px;
	}
	.panthalassa-menu .panthalassa-logo {
		max-width: 150px;
		/*        max-width: 50px;*/
	}
	.desh-section .desh-head .truncate-text {
		-webkit-line-clamp: 2;
	}
	.search-dropbtn {
		font-size: 14px;
	}
	.search-dropbtn .drop-icon {
		width: 8px;
	}
	.search-dropdown .globe-img {
		width: 16px;
	}
	.search-dropbtn {
		padding: 1px 5px 5px 5px;
	}
	.search-dropdown {
		margin-top: 4px;
	}
	.search-global .search-icon {
		width: 30px;
		height: 30px;
		padding: 6px;
	}
	.search-global .search-bg-icon {
		margin-top: 4px;
	}
}
@media (max-width: 375px) {
	.hero-section .news-img {
		padding-top: 20px;
	}
	.app-download .app-img img {
		max-width: 90px;
	}
	.NewsSec p {
		font-size: 12px;
	}
	.SubNewsSec p {
		font-size: 12px;
	}
	.trending-news .trend-left-img img {
		padding: 50px 2px 50px 0;
	}
	.app-download .social-media li {
		width: 40px;
		height: 40px;
		padding: 8px;
	}
	.right-news-card,
	.left-news-card {
		min-height: 400px;
	}
	.latest-section .latest-topic h2 {
		font-size: 1.2rem;
	}
	.trendingNews-section .latest-topic h2 {
		font-size: 1.5rem;
	}
	.trendingNews-section .viewBtn {
		font-size: 1rem;
		padding: 8px 10px;
	}
	.download-app span {
		font-size: 0.8rem;
	}
	.description-content .footer-socialMedia {
		margin-bottom: 0;
	}
	.city p,
	.headline-name {
		font-size: 16px;
	}
	.filmography-content .menulist-flimo li {
		font-size: 0.9rem;
	}
	.news-img .slatest.latestShare li button i,
	.news-img .slatest.latestShare li button {
		font-size: 0.7rem;
	}
	.left-container-heading-news .ltopic .latest-topic-news a {
		font-size: 1.2rem;
	}
	.panthalassa-menu .navbar-toggler-icon {
		width: 1.3em;
	}
	.panthalassa-menu .panthalassa-logo {
		max-width: 132px;
		/*        max-width: 50px;*/
	}
	.search-dropbtn {
		font-size: 0.8rem;
	}
	.search-dropdown .globe-img {
		width: 16px;
	}
	.search-dropbtn .drop-icon {
		width: 10px;
	}
	.search-global .search-icon {
		width: 24px;
		height: 24px;
		padding: 2px;
	}
	.search-dropdown-content a {
		padding: 4px 0;
	}
	.search-dropdown-content {
		min-width: 86px;
	}
	.desh-section .desh-head .truncate-text {
		/* line-height: 20px; */
		margin-bottom: 1px;
	}
}
@media (max-width: 374px) {
	.NewsSec .news-img img {
		width: 100%;
		padding-top: 13px;
	}
	.trending-news {
		padding: 20px;
		border-radius: 20px;
	}
	.SubNewsSec .sub-news-img {
		padding-top: 10px;
	}
}
@media (max-width: 334px) {
	.trending-news {
		padding: 10px;
		border-radius: 20px;
	}
	.NewsSec .news-img img {
		padding-top: 17px;
	}
	.state-name ul li {
		width: 50px;
		height: 50px;
	}
}
.latest-card .editor-name {
	color: var(--Carbon-Grey);
}
.slatest .datetime {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
}
.latest-section .slatest.latestShare {
	padding-right: 0;
}
.latest-section.tajakhabar-section .latest-card .tajapara {
	font-size: 0.98rem !important;
	-webkit-line-clamp: 3 !important;
	line-height: 26px;
	font-family: "Anek Devanagari", sans-serif;
	min-height: 39px;
	font-weight: 500;
	color: var(--black);
	margin-bottom: 2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 85px;
	transition: 0.6s;
}
.latest-section.tajakhabar-section .latest-card .tajapara:hover {
	color: var(--Purplish-Blue);
	transition: 0.6s;
}
.latest-section.tajakhabar-section .latest-card {
	padding-bottom: 6px;
}
.latest-section.tajakhabar-section .editor-name p {
	font-size: 0.8rem !important;
}
/*-------------------Latest Section------------------------*/
/*-----------------------Home------------------------------*/
.trendingNews-section .latest-topic .title-icon {
	position: absolute;
	background-size: contain;
	top: -9px;
	left: -48px;
	width: 60px;
	height: 60px;
}
.panlatest .title-icon,
.latest-topic-news .title-icon {
	position: absolute;
	background-size: contain;
	/* top: 0; */
	margin-top: -9px;
	width: 45px;
	height: 45px;
	margin-left: 0;
}
.panlatest.icon-title span,
.latest-topic-news .icon-title span {
	margin-left: 50px;
}
.trendingNews-section .Trendings-Topic.no-icon {
	margin: 0;
}
/*-----------------------Home------------------------------*/
/*-------------------View All Section------------------------*/
.left-container.news-img p.headline {
	margin-bottom: 0 !important;
}
.left-container.news-img p.content {
	margin-bottom: 0 !important;
	font-size: 0.8rem !important;
}
/*-------------------View All Section------------------------*/
/*-------------------Right Section------------------------*/
.right-container p,
.right-container p .right-title {
	margin-bottom: 0 !important;
}
.right-container p.content {
	font-weight: 400 !important;
	margin-bottom: 0 !important;
	font-size: 0.8rem !important;
}
/*-------------------Right Section------------------------*/
/* ----------------pagination start----------------------- */
.pagination-div .pagination {
	justify-content: end;
}
.pagination-div .active > .page-link,
.pagination-div .page-link.active {
	background-color: #95005e;
	border-color: transparent;
	border-radius: 0;
	color: #fff;
}
.pagination-div .page-item:last-child .page-link,
.pagination-div .page-item:first-child .page-link {
	border-radius: 0 !important;
}
.pagination-div .page-link {
	color: #000;
	font-size: 0.8rem;
}
.pagination-div .page-link:focus {
	box-shadow: none;
}
.pagination-div .page-link {
	border: 0 !important;
}
.pagination-div .pagination-info {
	/* top: 28px;
    left: 105px;
    position: absolute; */
	font-size: 0.8rem;
}
.pagination-div .form-control {
	appearance: auto !important;
}
.pagination-div {
	background: #f9f9f9;
	padding: 20px;
	display: flex;
	min-height: 60px;
	justify-content: space-between;
}
.pagination-div .pagination {
	margin-bottom: 0;
	--bs-pagination-bg: #f9f9f9 !important;
}
.pagination-div .showpage {
	display: flex;
}
.showpage select {
	padding: 0 !important;
}
.pagination-div .pagination-info {
	margin-left: 4px;
	padding-top: 8px;
}
.pagination-div .pagination li {
	margin-right: 4px;
}
.pagination-div .showpage .form-control {
	border-radius: 0;
}
/* ------------pagintaion end----------------------------- */
/* ----------------------Biography------------------------ */
.bio-content {
	max-height: 800px; /* Collapsed height */
	overflow: hidden;
	transition: max-height 0.5s ease; /* Smooth transition for expansion */
}
.bio-content.collapse {
	/* max-height: 120px;  */
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	transition: max-height 0.5s ease; /* Smooth transition for expansion */
}
/* ----------------------Biography------------------------ */
/* ----------------------Filmography------------------------ */
.filmo-movie-section .spotlight-caption {
	font-size: 0.8rem;
}
.filmo-movie-section .spotlightview {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.filmo-movie-section .filmoBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 5px 2px 2px 2px;
	font-size: 0.8rem;
	color: #333;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 80px;
	transition: background-color 0.3s, color 0.3s;
	border: 1px solid var(--Green-White);
	transition: 0.6s;
}
.filmo-movie-section .filmoBtn i {
	margin-right: 12px;
	transition: 0.6s;
}
.filmo-movie-section .filmoBtn .spotlight-caption {
	font-size: 0.8rem;
	transition: 0.6s;
}
.filmo-movie-section .filmoBtn:hover .spotlight-caption {
	color: var(--Fresh-Eggplant);
	transition: 0.6s;
}
.filmo-movie-section .filmoBtn:hover i {
	color: var(--Fresh-Eggplant);
	transition: 0.6s;
}
.filmo-movie-section .filmoBtn:hover {
	border: 1px solid var(--Fresh-Eggplant);
	transition: 0.6s;
}
/* ----------------------Filmography------------------------ */
/* ancher tag */
.description-content.rang-description a {
	text-decoration: none;
	color: var(--Strong-Blue) !important;
}
.filmography-section .menulist-flimo {
	margin-bottom: 12px;
}
.filmography-section .filmo-content-des {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Anek Devanagari", sans-serif;
	font-size: 1.1rem;
}
.filmography-content .filmorating li {
	font-size: 0.9rem;
}
.filmography-section .breadcrumb {
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}
.filmography-section .breadcrumb-item {
	white-space: nowrap;
}
.filmography-section .breadcrumb-item:last-child {
	/* flex-shrink: 1;       */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* end */
/* error page */
.error-page {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80vh;
	margin: 0;
}
.error-img img {
	max-width: 480px;
	margin-bottom: 20px;
}
.error-content h3 {
	color: #5d18ea;
	line-height: 60px;
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
}
.error-content p {
	max-width: 80%;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}
.error-content .homeBtn {
	text-align: center;
}
.homeBtn a {
	text-decoration: none;
	color: #337ce9;
	border: 1px solid #337ce9;
	padding: 9px 40px;
	border-radius: 30px;
	font-size: 1.1rem;
}
.error-section ul {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	justify-content: center;
}
.error-section ul li {
	list-style: none;
	margin: 0 8px;
}
/* biography section start  */
.spotlight-card {
	margin-bottom: 12px;
}
.spotlight-card h3 {
	font-weight: 600;
	margin-bottom: 0;
	color: var(--black);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-spacing: 1px;
	font-family: "Anek Devanagari", sans-serif;
	font-size: 1.3rem;
	line-height: 28px;
}
.spotlight-card p {
	font-size: 1.06rem;
	color: var(--Carbon-Grey);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	word-spacing: 1px;
	font-family: "Anek Devanagari", sans-serif;
	margin-bottom: 0;
}
.spotlight-card .spotlight-caption p span {
	color: var(--Purplish-Blue);
	font-weight: 500;
}
.spotlight-card .trandFlex {
	margin-bottom: 0;
	justify-content: space-between;
}
.spotlight-card .trandFlex ul {
	margin-bottom: 0;
}
.spotlight-card .trandFlex ul li {
	margin-right: 0;
}
.spotlight-card .trandFlex .editor-name p {
	margin-bottom: 0;
	font-size: 0.8rem;
}
.spotlight-card .trandFlex .slatest li {
	color: var(--Carbon-Grey);
}
.filmo-movie-section .filmoCard {
	margin: 20px 0;
	border-bottom: 1px solid var(--Gainsboro);
}
.spotlight-card .trandFlex .slatest {
	overflow: unset;
}
.spotlight-card .trandFlex .slatest .dots {
	margin-left: 8px;
}
.spotlight-card .trandFlex {
	overflow: unset;
}
/* biography end */
/* leftdescription headline start */
.desh-ldesc.ldesc-headline h4 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Anek Devanagari", sans-serif;
	font-weight: 600;
	transition: 0.6s;
}
.desh-ldesc.ldesc-headline h4:hover {
	color: var(--Purplish-Blue);
	transition: 0.6s;
}
/* end */
.stateName {
	font-size: 1.5rem;
}
/* home page changes start */
.latest-section .right-latest span {
	color: var(--Purplish-Blue);
}
.right-latest .trandFlex {
	display: flex;
	justify-content: space-between;
	padding-left: 0;
	margin-bottom: 0;
}
.right-latest .trandFlex li {
	list-style: none;
}
.latest-section .right-latest h2 {
	font-family: "Anek Devanagari", sans-serif;
	font-size: 1.1rem;
	/* height: 73px;;   */
	color: var(--Thunder);
	line-height: 24px;
}
.description-content.rang-description p {
	font-family: "Anek Devanagari", sans-serif;
	font-size: 18px;
}
.article-description-image h1 {
	line-height: 1.2;
}
.latest-section .slatest {
	margin-bottom: 0;
}
.latest-section .latest-card {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.latest-section .latestView {
	padding: 0;
}
/* menubar */
.search-letter {
	display: flex;
	align-items: center;
}
.search-letter .search-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-letter .search-list li {
	margin-right: 10px;
}
.search-letter .rounded-button {
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s;
	padding: 4px;
}
.search-letter .rounded-button h4 {
	margin-bottom: 0;
	transition: 0.6s;
	font-size: 1.2rem;
	color: var(--Dark-Fuchsia);
}
.search-letter .rounded-button:hover {
	background-color: #95005e;
	transition: 0.6s;
}
.search-letter .rounded-button:hover h4 {
	color: var(--white);
	transition: 0.6s;
}
.search-letter .rounded-button img {
	filter: invert(19%) sepia(86%) saturate(3000%) hue-rotate(300deg)
		contrast(92%); /* Adjusted for #93005d */
	transition: 0.6s;
	width: 20px;
}

.search-letter .rounded-button:hover img {
	filter: brightness(0) invert(1) drop-shadow(0 0 2px rgba(0, 0, 0, 0.7));
	transition: 0.6s;
	width: 20px;
}

.rounded-button {
	background: none;
	border: none;
	cursor: pointer;
}
/* search bar start */
.rounded-button {
	background: none;
	border: none;
	cursor: pointer;
}
#fullscreen-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	display: none;
	align-items: center;
	padding: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}
.input-container {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: auto;
	display: flex;
	align-items: center;
}
.input-container input {
	width: 100%;
	padding: 10px 40px; /* Extra padding for icons */
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.search-icon {
	position: absolute;
	left: 10px;
	pointer-events: none;
}
.close-icon {
	position: absolute;
	right: 10px;
	cursor: pointer;
}
#fullscreen-search.visible {
	display: flex;
}
.form-control:focus {
	border: 1px solid var(--Seashell);
}
/* end */
/* language start */
.rounded-button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.language-button h4 {
	font-size: 1rem;
	margin: 0;
	font-weight: bold;
	display: flex;
	align-items: baseline;
}
.language-button h4 span {
	font-size: 12px;
	margin-left: 2px;
}
.language-menu {
	display: none;
	position: absolute;
	top: 70px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}
.language-menu button {
	background: none;
	border: none;
	padding: 8px 12px;
	cursor: pointer;
	width: 100%;
	text-align: left;
	font-size: 0.98rem;
}
.language-menu button:hover {
	background-color: #f0f0f0;
}
/* language end */
/* state list start */
.state-menu {
	background: var(--white);
	display: none;
	position: absolute;
	top: 70px;
	right: 120px;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 10px;
	z-index: 1000;
	width: 100%;
	max-width: 300px;
	height: 450px;
	overflow-y: auto;
	/* scroll-behavior: smooth;  */
}
.state-menu::-webkit-scrollbar {
	display: none;
}
.search-bar {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.search-bar img {
	margin-right: 5px;
}
.search-bar input {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.close-button {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	margin-left: 5px;
}
.state-item {
	width: 100%;
	padding: 8px 0;
	cursor: pointer;
}
.state-item h4 {
	margin: 0;
	font-weight: 600;
	font-size: 0.98rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--Iridium);
}
.district-list {
	display: none;
	padding-left: 15px;
	margin-top: 5px;
}
.district-list div {
	padding: 5px;
	cursor: pointer;
	font-size: 14px;
}
.district-list div:hover {
	background-color: #f9f9f9;
}
.toggle-icon {
	font-weight: bold;
	font-size: 18px;
	margin-left: 5px;
}
/* state list end */
/* more menu list */
.moreDropdown .nav-item {
	position: relative;
}
.moreDropdown .nav-link {
	text-decoration: none;
	padding: 10px 15px;
	color: #000;
}
.moreDropdown .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}
.moreDropdown .submenu {
	display: none;
	padding-left: 15px;
}
.moreDropdown .district-item {
	padding: 8px;
	cursor: pointer;
}
.moreDropdown .district-item:hover {
	background-color: #f0f0f0;
}
.moreDropdown .toggle-symbol {
	margin-left: 5px;
}
.moreDropdown .dropdown-menu {
	padding: 0;
	border-radius: 0;
	top: 60px;
}
.moreDropdown .dropdown-menu .dropdown-item {
	padding: 6px 8px;
}
.moreDropdown .dropdown-menu a {
	font-size: 0.9rem;
	color: var(--Iridium);
	line-height: 30px;
}
.moreDropdown .dropdown-item:focus,
.moreDropdown .dropdown-item:hover {
	background: var(--bottom-border);
	color: var(--Iridium);
}
.panthalassa-menu .nav-link {
	font-size: 1rem;
}
/* more list end */
.trending-menu-slider a {
	display: block;
	width: 100%;
	padding: 6px 2px 4px 2px;
	font-size: 0.8rem;
	color: #333;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 80px;
	transition: background-color 0.3s, color 0.3s;
	border: 1px solid var(--Green-White);
}
.trending-menu-slider .item a:hover {
	background-color: var(--bs-pagination-bg);
	color: var(--Carbon-Grey);
	border: 1px solid var(--Green-White);
}
.bottom-menubar .trending-menu .item {
	border: 0;
}
.trending-menu-slider .menu-treading {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.trending-menu-slider .menu-treading h4 {
	margin-bottom: 0;
	font-size: 1rem;
	color: var(--Iridium);
	font-weight: 600;
}
.bottom-menu {
	background: rgba(239, 240, 238, 0.278);
	padding: 12px 0;
}
.phero-slider {
	position: relative;
	overflow: hidden;
}
.phero-slider .slider-gradient {
	background: linear-gradient(90deg, #0b81d7 0%, #fff 91%);
}
.phero-slider .slider-content {
	position: absolute;
	left: 16%;
	width: 50%;
}
.phero-slider .slider-info {
	display: flex;
	align-items: center;
	height: 100%;
}
.phero-slider .slider-content h3 {
	font-size: 2.5rem;
	font-weight: 600;
	color: var(--white);
	font-family: "Anek Devanagari", sans-serif;
}
.phero-slider .slider-content h3 span {
	color: var(--Thunder);
}
.phero-slider .slider-content p {
	font-size: 1.1rem;
	color: var(--Iridium);
	line-height: 30px;
	margin-bottom: 30px;
}
.slider-content .sliderBtn a {
	background: var(--white);
	border: 1px solid var(--Green-White);
	padding: 6px 12px 4px 12px;
	border-radius: 80px;
	font-weight: 500;
	color: var(--Iridium);
	font-family: "Anek Devanagari", sans-serif;
	transition: 0.6s;
}
.slider-content .sliderBtn a:hover {
	background: var(--Seashell);
	color: var(--Water-Blue);
	transition: 0.6s;
}
/* मनोरंजन */
.left-container-heading-news .ltopic .latest-topic-news a {
	border-radius: 0;
}
.desh-section .latestView a {
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: var(--Dark-Fuchsia);
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 500;
}
.desh-section .desh-head .truncate-text {
	/* min-height: 39px; */
}
.desh-ldesc.ldesc-headline h4 span {
	color: var(--Purplish-Blue);
}
.desh-section .desh-head p span {
	color: var(--Purplish-Blue);
}
slatest .like-btn.liked {
	color: var(--Water-Blue);
}
.slatest .like-btn,
.share-btn {
	color: var(--Carbon-Grey);
	background: transparent;
	border: 0;
}
.desh-section .slatest.latestShare li {
	list-style: none;
	margin-right: 12px;
	font-size: 0.8rem;
	color: var(--Carbon-Grey);
}
.slatest .like-btn.liked,
.share-btn.shared {
	color: var(--Water-Blue);
}
.detailsnews-card .slatest.latestShare {
	display: flex;
	padding-left: 0;
}
.detailsnews-card .slatest.latestShare li {
	list-style: none;
	margin-right: 12px;
}
.detailsnews-card .slatest.latestShare li button {
	font-size: 1rem;
}
.right-description-content .right-container-title .latestBtn {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--Dark-Fuchsia);
	padding-bottom: 4px;
	border-bottom: 1px solid var(--Dark-Fuchsia);
}
.right-description-content .right-container-title {
	margin-bottom: 24px;
}
.right-description-content .right-container.city-container {
	margin-top: 0px;
}
.left-description-content .right-container-title {
	margin-bottom: 8px;
}
.left-description-content .latestBtn {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--Dark-Fuchsia);
	padding-bottom: 4px;
	border-bottom: 1px solid var(--Dark-Fuchsia);
}
.description-content.rang-description h3{
font-size: 31px!important;
}
.prev-nextBtn ul li a {
	display: block;
	width: 100%;
	padding: 10px 30px 6px 30px;
	font-size: 0.8rem;
	color: #333;
	background-color: #fff !important;
	text-align: center;
	text-decoration: none;
	border-radius: 80px;
	transition: background-color 0.3s, color 0.3s;
	border: 1px solid var(--Green-White);
	font-weight: 600;
}
.container .content .left-container.description {
	padding: 0;
}
.dash-right .editor-name p {
	color: var(--Carbon-Grey);
	font-size: 0.8rem;
	margin-bottom: 0;
}
/* filmography */
.filmography-section .filmography-sec {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
}
.filmography-section .filmography-sec li {
	list-style: none;
	margin-right: 12px;
}
.filmography-sec .filmography-img {
	width: 100%;
	max-width: 120px;
	overflow: hidden;
}
.filmography-sec .filmography-img img {
	width: 100%;
	height: auto;
	display: block;
}
.filmography-sec .details-share {
	margin-bottom: 0;
}
.filmography-card {
	width: 100%;
}
.filmography-section .filmography-card {
	background: rgba(239, 240, 238, 0.278);
}
.filmography-section {
	width: 100%;
}
.filmography-section .filmography-img img {
	margin-bottom: 12px;
}
.desh-section.desh-mobilesection p {
	font-size: 0.89rem;
	line-height: 22px;
	font-weight: 600;
	color: var(--black);
	margin-bottom: 4px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Anek Devanagari", sans-serif;
}
.desh-padding {
	padding-right: 0;
}
/*  */
/* top section menu start */
.top-section-menu {
	background: var(--Iridium);
	padding: 4px 0;
}
.top-section-menu .topmenu {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	color: var(--white);
}
.top-section-menu .topmenu li {
	list-style: none;
}
.top-section-menu .topmenu ul {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
	align-items: center;
	height: 100%;
}
.top-section-menu .topmenu ul a {
	color: var(--white);
}
.top-section-menu .topmenu ul i {
	margin-left: 8px;
	transition: 0.6s;
	/* border: 1px solid var(--Seashell); */
	/* padding: 8px; */
	border-radius: 80px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.top-section-menu .topmenu ul i:hover {
	color: var(--Gainsboro);
	transition: 0.6s;
}
.top-section-menu .top-title {
	font-size: 12px;
	display: flex;
	align-items: center;
}
/* top menu section end */
/* entertainment-section */
.desh-section.entertainment-section .desh-head p {
	font-size: 1.01rem;
	-webkit-line-clamp: 3 !important;
	line-height: 24px;
}
.desh-section.entertainment-section .desh-ldesc.ldesc-headline h4 {
	-webkit-line-clamp: 2;
}
.desh-section.entertainment-section .desh-ldesc p {
	-webkit-line-clamp: 4;
	margin-bottom: 6px;
}
.desh-section.entertainment-section .deshcat {
	margin-bottom: 15px;
}
/* entertainment-section end */
/* trendingSection start */
.trendingSection.trendingNews-section .news-Trend-content h3 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	/* line-height: 24px; */
	font-size: 1.3rem;
}
.trendingSection.trendingNews-section .news-Trend-content p {
	-webkit-line-clamp: 3;
	margin-bottom: 0;
	/* min-height: 73px; */
}
.trendingSection.trendingNews-section .trending-Editor {
	margin-left: 8px;
}
.trendingSection.trendingNews-section .news-Trend-content p span {
	color: var(--Purplish-Blue);
	font-weight: 500;
}
.trendingSection.trendingNews-section .deshcat {
	padding-left: 0;
	margin-bottom: 0;
	/* display: flex; */
	display: none;
}
.trendingSection.trendingNews-section .newsTrend {
	margin-bottom: 20px;
}
.trendingSection.trendingNews-section .deshcat li {
	list-style: none;
	color: var(--Iridium);
	font-size: 0.8rem;
}
.trendingSection.trendingNews-section .deshcat .dots {
	margin-left: 8px;
}
.trendingSection.trendingNews-section .deshcat .trending-edited {
	margin-left: 12px;
}
.trendingSection.trendingNews-section .trending-card {
	padding: 0;
}
.trendingSection.trendingNews-section .newsTrend {
	padding: 0 0 8px 0;
}
/* trendingSection end */
.footer-credits {
	background-color: #f4f4f4;
}
.footer-credits .social-links {
	margin: 0 5px;
}
.footer-credits .insta-link i {
	color: #fff;
	background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.footer-credits .fb-link {
	color: #466afa;
}
.footer-credits .yt-link {
	color: #d72335;
}
.footer-credits a {
	margin: 0 3px;
}
/*  */
.breadcrumb-section {
	background: var(--Green-White);
	padding: 8px 0;
	margin-bottom: 20px;
}
.breadcrumb-section ol {
	margin-bottom: 0;
}
.breadcrumb-section .breadcrumb-item.active {
	color: var(--Fresh-Eggplant);
}
.adsbygoogle{
	text-align: center!important;
	margin: 12px 0;
}
/*  */
@media (max-width: 1440px) {
	.state-menu {
		right: 68px;
	}
	.latest-section.tajakhabar-section .latest-card .tajapara {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2 !important;
		overflow: hidden;
		text-overflow: ellipsis;
		min-height: auto;
	}
}
@media (max-width: 1400px) {
	.phero-slider .slider-content h3 {
		font-size: 2.3rem;
	}
	.filmography-section .filmo-content-des {
		-webkit-line-clamp: 4;
	}
	.spotlight-caption {
		padding: 0;
	}
	.spotlight-card p {
		-webkit-line-clamp: 2;
		margin-bottom: 4px;
	}
	.desh-section.entertainment-section .desh-head p {
		line-height: 22px;
	}
	.desh-section.entertainment-section .deshcat {
		margin-bottom: 8px;
	}
	.desh-section.entertainment-section .desh-ldesc p {
		margin-bottom: 0;
	}
	.trendingSection.trendingNews-section .news-Trend-content h3 {
		line-height: 22px;
		font-size: 1.2rem;
	}
	.trendingSection.trendingNews-section .news-Trend-content p {
		-webkit-line-clamp: 2;
	}
	.trendingSection.trendingNews-section .news-hpoint {
		margin-bottom: 0;
	}
}
@media (max-width: 1300px) {
	.phero-slider .slider-content h3 {
		font-size: 2rem;
	}
	.phero-slider .slider-content p {
		font-size: 1rem;
		margin-bottom: 20px;
	}
	.panthalassa-menu .nav-link {
		font-size: 0.98rem;
	}
}
@media (max-width: 1200px) {
	.stateName {
		font-size: 1.2rem;
	}
	.state-menu {
		right: 40px;
	}
	.filmography-section .filmo-content-des {
		-webkit-line-clamp: 3;
	}
	.filmo-movie-section .filmoBtn i {
		margin-right: 4px;
	}
	.filmo-movie-section .filmoBtn {
		padding: 5px 0px 0px 0px;
	}
	.desh-section .dash-right img {
		border-radius: 4px;
	}
	.spotlight-card h3 {
		font-size: 1.1rem;
		line-height: 22px;
	}
	.spotlight-card p {
		font-size: 1rem;
	}
	.spotlight-card p {
		margin-bottom: 0;
	}
	.desh-section.entertainment-section .desh-head p {
		line-height: 19px;
		font-size: 0.95rem;
	}
	.desh-section.entertainment-section .desh-ldesc p {
		margin-bottom: 0;
		line-height: 24px;
		-webkit-line-clamp: 5;
	}
	.desh-ldesc .headline h4 {
		font-size: 1.08rem;
		line-height: 24px;
	}
	.trendingSection.trendingNews-section .news-Trend-content h3 {
		line-height: 20px;
		font-size: 1.06rem;
		margin-bottom: 0;
	}
	.trendingSection.trendingNews-section .news-hpoint .tnews {
		font-size: 0.8rem;
	}
	.latest-section.tajakhabar-section .latest-card .tajapara {
		line-height: 24px;
	}
	.latest-section .left-latest img {
		border-radius: 8px;
	}
}
@media (max-width: 1050px) {
	.phero-slider .slider-content h3 {
		font-size: 1.8rem;
	}
	.phero-slider .slider-content p {
		line-height: 24px;
	}
	.slider-content .sliderBtn a {
		padding: 4px 12px 2px 12p;
	}
}
@media (max-width: 992px) {
	.phero-slider .carousel-control-next-icon,
	.phero-slider .carousel-control-prev-icon {
		width: 1.5rem;
		height: 1.5rem;
	}
	.phero-slider .slider-content p {
		font-size: 0.9rem;
	}
	.search-letter .rounded-button {
		width: 40px;
		height: 40px;
	}
	.panthalassa-menu .navbar-nav .nav-link {
		color: var(--Carbon-Grey);
		border-bottom: 1px solid rgba(0, 0, 0, 0.051);
		line-height: 40px;
	}
	.moreDropdown .dropdown-menu {
		width: 100%;
	}
	.panthalassa-menu .offcanvas-header {
		background: var(--Gainsboro);
	}
	.moreDropdown .dropdown-menu .dropdown-item {
		border-bottom: 1px solid rgba(0, 0, 0, 0.051);
		line-height: 40px;
	}
	.moreDropdown .dropdown-menu {
		border: 1px solid rgba(0, 0, 0, 0.051);
	}
	.moreDropdown .dropdown-menu {
		position: static;
	}
	.detailsnews-card .detailsnews-trendimg img {
		margin-bottom: 12px;
	}
	.detailsnews-card .news-Trend-content p {
		text-align: justify;
	}
	.state-menu {
		right: 0;
	}
	.latest-section .ltopic {
		margin-bottom: 10px;
	}
	.desh-ldesc.ldesc-headline {
		margin-bottom: 0;
	}
	.right-desh {
		margin-bottom: 20px;
	}
	.desh-ldesc.ldesc-headline {
		margin-bottom: 20px;
	}
	.desh-section .dash-right img {
		margin-bottom: 10px;
	}
	.desh-ldesc .headline h4 {
		line-height: 28px;
	}
	.city-container .city-para p {
		font-size: 1.02rem;
		line-height: 23px;
	}
	.desh-section.desh-mobilesection p {
		font-size: 1rem;
		line-height: 24px;
		font-weight: 500;
		color: var(--black);
		margin-bottom: 4px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.filmo-movie-section .filmoBtn i {
		margin-right: 12px;
	}
	.filmo-movie-section .filmoBtn {
		padding: 8px 2px 4px 2px;
	}
	.spotlight-card .spotlight-para {
		-webkit-line-clamp: 1;
		font-size: 0.9rem;
		line-height: 24px;
	}
	.desh-section.entertainment-section .desh-head p {
		line-height: 20px;
		font-size: 1.06rem;
	}
	.trendingSection.trendingNews-section .news-Trend-content h3 {
		line-height: 28px;
		font-size: 1.1rem;
		margin-bottom: 4px;
	}
	.trendingSection.trendingNews-section .trending-card .ltopic {
		margin-bottom: 6px;
	}
	.trendingSection.trendingNews-section .trending-card {
		padding-bottom: 8px;
	}
	.trendingSection.trendingNews-section .newsTrend {
		padding-bottom: 12px;
	}
	.trendingSection.trendingNews-section .trendimg img {
		margin-bottom: 8px;
	}
	.trendingSection.trendingNews-section .news-Trend-content p {
		-webkit-line-clamp: 3;
	}
	.trendingSection.trendingNews-section .news-hpoint {
		margin-bottom: 2px;
	}
	.trendingSection.trendingNews-section .trending-card {
		margin-bottom: 0;
	}
}
@media (max-width: 955px) {
	.phero-slider .slider-content h3 {
		font-size: 1.4rem;
	}
	.phero-slider .slider-content p {
		line-height: 20px;
	}
	.slider-content .sliderBtn a {
		padding: 2px 8px 0px 8px;
	}
	.phero-slider .slider-content p {
		margin-bottom: 6px;
	}
	.slider-content .sliderBtn a {
		font-size: 0.8rem;
	}
}
@media (max-width: 768px) {
	.pagination-div {
		display: block;
	}
	.pagination-div .page-link {
		padding: 2px 8px;
	}
	.pagination-div .pagination {
		justify-content: start;
		margin-top: 12px;
	}
	.pagination-div .form-control {
		padding: 2px 8px;
	}
	.pagination-div .pagination-info {
		top: 24px;
		left: 95px;
	}
	.stateName {
		font-size: 1rem;
	}
	.latest-section .right-latest h2 {
		font-size: 1.12rem;
		/* height: 61px; */
		font-size: 1.12rem;
		height: 74px;
		line-height: 25px;
	}
	.desh-ldesc .headline h4 {
		font-size: 1.05rem;
	}
	.phero-slider .slider-content p {
		font-size: 0.8rem;
	}
	.phero-slider .slider-content h3 {
		font-size: 1.1rem;
		margin-bottom: 2px;
	}
	.ads-section .ads h5 {
		font-size: 1rem;
	}
	.desh-section .desh-head .truncate-text {
		-webkit-line-clamp: 2;
	}
	.detailsnews-card .news-Trend-content p {
		margin-bottom: 12px;
	}
	.filmography-sec .filmography-img {
		max-width: 100px;
	}
	.filmography-content h4 {
		font-size: 1.2rem;
	}
	.desh-mobilesection.desh-section .desh-head .truncate-text {
		-webkit-line-clamp: 3;
	}
	.latest-section .latest-card {
		padding-bottom: 8px;
	}
	.spotlight-caption .spotlight-para {
		display: none;
	}
	.desh-section.entertainment-section .desh-head p {
		line-height: 24px;
		font-size: 1.06rem;
	}
	.trendingNews-section.trendingSection .news-hpoint {
		display: flex;
		text-align: left;
	}
	.latest-section.tajakhabar-section .latest-card .tajapara {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2 !important;
		overflow: hidden;
		text-overflow: ellipsis;
		height: auto;
		min-height: unset;
		transition: 0.6s;
		line-height: 24px;
		margin-bottom: 0;
	}
}
@media (max-width: 575px) {
	.error-img img {
		width: 100%;
	}
	.error-content h3 {
		line-height: 36px;
		font-size: 2rem;
	}
	.error-page {
		height: 70vh;
	}
	.homeBtn a {
		padding: 6px 30px;
		font-size: 1rem;
	}
	.error-content h3 {
		font-size: 1.8rem;
	}
	.error-page {
		height: 60vh;
	}
	.filmo-table-content ul {
		overflow: scroll;
	}
	.latest-section .slatest.latestShare {
		justify-content: start;
		display: flex;
	}
	.latest-card .right-latest {
		margin-bottom: 12px;
	}
	.latest-section .slatest button {
		font-size: 0.8rem;
	}
	.slatest .like-btn.liked {
		color: var(--Water-Blue);
	}
	.slatest .like-btn,
	.share-btn {
		color: var(--Carbon-Grey);
		background: transparent;
		border: 0;
	}
	.desh-section .slatest.latestShare li {
		list-style: none;
		margin-right: 12px;
		font-size: 0.8rem;
		color: var(--Carbon-Grey);
	}
	.slatest .like-btn.liked,
	.share-btn.shared {
		color: var(--Water-Blue);
	}
	.mobile-container {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
	}

	.mobile-bottomMenu {
		padding: 12px 0;
		background: var(--white);
		width: 100%;
		box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
	}

	.mobile-bottomMenu.hidden {
		transform: translateY(100%); /* Moves the menu out of view */
	}
	.mobile-bottomMenu .readMobile-icon {
		display: flex;
		padding-left: 0;
		justify-content: space-around;
		margin-bottom: 0;
	}
	.mobile-bottomMenu .readMobile-icon li {
		list-style: none;
	}
	.mobile-bottomMenu .readMobile-icon ul {
		padding-left: 0;
		margin-bottom: 0;
		text-align: center;
	}
	.mobile-bottomMenu .readMobile-icon .mob-icon h6 {
		margin-bottom: 0;
		color: var(--Carbon-Grey);
		font-size: 0.8rem;
	}
	.readMobile-icon img {
		max-width: 20px;
		margin-bottom: 8px;
		filter: invert(36%) sepia(2%) saturate(1%) hue-rotate(0deg) brightness(90%)
			contrast(90%);
	}

	.read-link.active:focus img,
	.read-link.active:active img,
	.read-link.active:hover img,
	.read-link.active.active img {
		filter: invert(19%) sepia(86%) saturate(3294%) hue-rotate(308deg)
			contrast(92%);
	}

	.read-link.active h6 {
		color: var(--Dark-Fuchsia) !important;
	}

	.menu-footer ul {
		display: grid; /* Use CSS Grid for layout */
		grid-template-columns: 2fr 1fr; /* Define two columns of 2fr and one of 1fr */
		list-style-type: none; /* Remove default list bullets */
		padding: 0; /* Remove default padding */
		margin: 0;
	}
	footer {
		padding: 20px 0;
	}
	.text-right {
		text-align: right !important;
	}
	.phero-slider .slider-content {
		position: static;
		text-align: center;
		width: 95%;
		margin: 0 auto;
		padding: 30px 0;
	}
	.phero-slider .slider-content h3 {
		font-size: 1.5rem;
		margin-bottom: 12px;
	}
	.phero-slider .slider-content p {
		font-size: 0.98rem;
		margin-bottom: 16px;
	}
	.slider-content .sliderBtn a {
		padding: 6px 12px 4px 12px;
	}
	.phero-slider .slider-gradient {
		background: linear-gradient(90deg, #0b81d7 0%, #fff 124%);
	}
	.phero-slider .slider-info {
		padding-top: 40px;
	}
	.language-menu button {
		font-size: 0.89rem;
	}
	.desh-section .slatest.latestShare {
		display: flex;
		padding-left: 0;
		justify-content: end;
	}
	.desh-section .slatest.latestShare li {
		list-style: none;
	}
	.desh-ldesc p {
		display: none;
	}
	.detailsnews-card .news-Trend-content h3 {
		font-size: 1rem;
		line-height: 20px;
	}
	.article-description-image h1 {
		font-size: 1.5rem;
		line-height: 35px;
		/* font-family: 'Anek Devanagari', sans-serif; */
	}
	.city-container .city-para p {
		-webkit-line-clamp: 2;
	}
	.right-description-content .right-container-title .latestBtn {
		font-size: 1.2rem;
	}
	.left-description-content .latestBtn {
		font-size: 1.2rem;
	}
	.latest-section .latest-topic h2 {
		font-size: 1.2rem;
	}
	.copyright {
		font-size: 0.9rem;
	}
	.latest-section .slatest li i {
		font-size: 0.8rem;
	}
	.download-app li img {
		width: 18px !important;
	}
	.filmo-table-content-table tr td {
		padding: 8px;
	}
	.desh-section .dash-right img {
		border-radius: 3px;
	}
	.trendimg {
		width: 100%;
	}
	.trendimg img {
		width: 100%;
	}

	.latest-section .right-latest h2 {
		word-spacing: -1px;
		font-size: 22px;
		line-height: auto;
		font-weight: 700;
	}
	.desh-ldesc .headline h4 {
		word-spacing: -1px;
	}
	/* .desh-section .desh-head .truncate-text {
		word-spacing: -1px;
	} */
	.right-description-content .right-container-title {
		margin-bottom: 20px;
	}
	.latest-section .latest-topic .panlatest {
		margin-bottom: 4px;
	}
	.spotlight-card .spotlight-leftpadding {
		padding-right: 0;
	}
	.spotlight-card .spotlight-leftpadding img {
		border-radius: 4px;
	}
	.desh-section.entertainment-section .desh-head p {
		line-height: 25px;
		font-size: 1.18rem;
		-webkit-line-clamp: 4 !important;
	}
	/* .desh-ldesc .headline h4 {
    font-size: 1.3rem;
  } */
	.trendingSection.trendingNews-section .news-Trend-content p {
		display: none;
	}
	.trendingSection.trendingNews-section .news-Trend-content h3 {
		margin-bottom: 4px;
	}
	.latest-section.tajakhabar-section .left-latest img {
		border-radius: 3px;
	}
	.latest-section.tajakhabar-section .latest-card .newimg {
		padding-right: 0;
	}
	.latest-section.tajakhabar-section .latest-card {
		padding-bottom: 0;
	}
	.latest-section.tajakhabar-section .latest-card .right-latest {
		margin-bottom: 0px;
	}
	.breadcrumb-section .truncate-text {
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-bottom: 0;
	}
	body {
		padding: 8px;
	}
	.description-content.rang-description iframe {
		width: 100% !important;
	}
	.trendingSection.trendingNews-section .deshcat {
		padding-left: 0;
		margin-bottom: 0;
		display: flex;
	}
	.trendingNews-section .news-hpoint .news-time,
	.trendingNews-section .news-hpoint .news-cat {
		display: none;
	}
	.description-content.rang-description h3{
font-size: 28px!important;
}
}
@media (max-width: 530px) {
	.desh-section.entertainment-section .desh-head p {
		line-height: 24px;
		font-size: 1.06rem;
		-webkit-line-clamp: 4 !important;
	}
}
@media (max-width: 500px) {
	.desh-section.entertainment-section .desh-head p {
		-webkit-line-clamp: 3 !important;
	}
}
@media (max-width: 425px) {
	.article-description-image h1 {
		font-size: 1.2rem;
		line-height: 24px;
	}
	.container .content .left-container.description {
		margin: 8px 0;
	}
	.right-multi-button .right-container-button {
		font-size: 0.9rem;
	}
	.filmography-sec .filmography-img img {
		margin-bottom: 12px;
	}
	.filmography-section .filmography-sec {
		display: block;
	}
	.panthalassa-menu .panthalassa-logo {
		padding-left: 10px;
	}
	.download-app li img {
		width: 16px !important;
	}
	.filmography-section .breadcrumb-item:last-child {
		font-size: 0.9rem;
	}
	.filmography-section .breadcrumb-item a {
		font-size: 0.9rem;
	}
	.spotlight-card h3 {
		font-size: 1.01rem;
		line-height: 20px;
	}
	.latest-section.tajakhabar-section .editor-name {
		display: none;
	}
	.left-container-heading-news .ltopic .latest-topic-news a,
	.latest-section .latest-topic .panlatest,
	.trendingNews-section .latest-topic h2 {
		font-weight: 500;
	}
}
@media (max-width: 480px) {
	.search-letter .search-list li {
		margin-right: 0;
	}
	.panthalassa-menu .navbar-toggler-icon {
		width: 1.3em;
		height: 1.3em;
	}
	.panthalassa-menu .navbar-brand {
		margin-right: 0 !important;
	}
}
@media (max-width: 412px) {
	.spotlight-caption .trandFlex li {
		font-size: 0.6rem;
	}
	.spotlight-card .trandFlex .editor-name p {
		font-size: 0.6rem;
	}
}
@media (max-width: 400px) {
	.desh-section .deshcat li {
		font-size: 0.7rem;
	}
	.left-container-heading-news .ltopic .latest-topic-news a {
		font-size: 1.2rem;
	}
	.desh-section .latestView a {
		font-size: 0.9rem;
	}
	.dash-right .desh-padding {
		padding-right: 0;
	}
	.desh-mobilesection.desh-section .desh-head .truncate-text {
		font-size: 0.89rem;
		/* line-height: 22px; */
	}
	.filmography-tab-section .nav-link {
		font-size: 0.9rem;
	}
}
@media (max-width: 375px) {
	.pagination-div .page-link {
		padding: 2px 8px;
	}
	.latest-section .latestCard {
		padding: 0;
	}
	.mobile-bottomMenu .readMobile-icon .mob-icon h6 {
		font-size: 0.7rem;
	}
	.readMobile-icon img {
		max-width: 20px;
		margin-bottom: 4px;
	}
	.phero-slider .slider-info {
		padding-top: 8px;
	}
	.search-letter .rounded-button {
		width: 30px;
		height: 30px;
	}
	.search-letter .rounded-button img {
		width: 20px;
	}
	.search-letter .rounded-button h4 {
		font-size: 1.1rem;
	}
	.input-container input {
		padding: 8px 40px;
	}
	.desh-section .dash-right img {
		min-height: 60px;
	}
	.menu-footer .text-reset {
		font-size: 0.9rem;
	}
	.desh-section .dash-right img {
		border-radius: 2px;
	}
	.filmo-movie-section .filmoBtn {
		padding: 4px 0px 0px 0px;
	}
	.spotlight-card h3 {
		font-size: 1rem;
	}
	.desh-section.entertainment-section .desh-head p {
		line-height: 22px;
		font-size: 1.04rem;
	}
	.latest-section.tajakhabar-section .left-latest img {
		min-height: 60px;
	}
	/* .latest-section.tajakhabar-section .latest-card .tajapara {
   
    height: auto;
  } */

	.footer-credits img {
		width: 100%;
	}
	/* .langtranslate{
      display: none;
    } */
}
@media (max-width: 340px) {
	.trending-menu-slider a {
		font-size: 0.7rem;
	}
	.panthalassa-menu .panthalassa-logo {
		max-width: 128px;
		/*        max-width: 50px;*/
	}
	.slatest .dots::before {
		display: none;
		margin-left: 2px;
	}
	.spotlight-card .trandFlex .slatest .dots {
		margin-left: 2px;
	}
	.trendingNews-section.trendingSection .news-hpoint {
		display: block;
	}
}
/* end */
/* ****************** */
@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-o-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
