/* --====== Light ======-- */


svg:not(:root) {
	overflow: hidden;
}

:root {
	--cl-HrBl-1: 39, 100, 51;
	--cl-HrBl-2: 255, 255, 255;
	--cl-HrBl-3: 0, 0, 0;
	--cl-HrBl-4: 38, 101, 51;
	--ff-HrBl1: "Inter", sans-serif;


	--vj-cl-pinup1: #fff;
	--vj-cl-pinup2: rgba(255, 255, 255, 0.1);
	--vj-cl-pinup3: rgba(255, 255, 255, 0.6);
	--vj-cl-pinup4: #4280d3;
	--vj-cl-pinup5: rgb(0 0 0 / 08%);

}

*,
::after,
::before {
	box-sizing: border-box;
}

.HrBlSec_cn,
.HrBlSec_cn2 {
	background: #FDFFF8;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	max-width: 1320px;
	margin: 0 auto;
	position: relative;
	width: calc(100% - 30px);
}

.HrBl-icn {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.HrBlMid {
	/* display: flex; */
	/* flex-direction: column; */
	/* margin: 0 auto; */
	/* width: 100%; */
	/* text-align: center; */
}

/* home page ABOUT section  */
.HrBlAbt {
	display: inline-block;
	float: left;
	margin-bottom: 70px;
	width: 100%;
	text-align: left;
}

.HrBlSec_vid-lnk-wr {
	display: none;
	float: left;
	justify-content: end;
	margin-top: 20px;
	width: 100%;
}

.HrBlSec_vid-lnk {
	align-items: center;
	color: rgba(var(--cl-HrBl-1), 1);
	display: flex;
	float: left;
	font-size: 12px;
	height: 34px;
	justify-content: center;
	width: 34px;
	border-radius: 39px;
	border: 2px solid rgba(var(--cl-HrBl-1), 1);
	transition: 0.2s;
}

.HrBlSec_vid-lnk svg {
	font-size: 12px;
	transition: 0.2s;
}

.HrBlSec_vid-lnk:hover svg {
	transform: scale(1.2);
}

.HrBlAbt_lv-icn {
	display: none;
	float: right;
	position: relative;
	margin: -29px 0 0;
	transition: all .2s ease;
	transform: translate(50px, 25px);
}

.HrBlAbt_lv-icn:hover svg {
	transform: rotate(5deg);
}

.HrBlAbt_lv-icn svg {
	color: #BCD0BC;
	font-size: 80px;
	transition: all .2s ease;
}

.HrBlAbt_lv-icn-bt {
	display: inline-block;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	transform: scaleY(-1) translate(3px, -62px);
	filter: flipv;
	/*IE*/
}

.HrBlAbt_lv-icn-bt svg {
	color: #BCD0BC;
	font-size: 55px;
}

.HrBlAbt_wr {
	align-items: start;
	display: flex;
	flex-direction: column;
	float: left;
	margin: 0;
	width: 100%;
	position: relative;
}

.HrBlAbt_img-wr {
	display: inline-block;
	float: left;
	max-width: 404px;
	position: relative;
	width: 100%;
}

.HrBlAbt_img-wr .img-gr {
	width: calc(100% + 30px);
	margin: 0 -15px;
}

.HrBlAbt_cn {
	background: #FDFFF8 0% 0% no-repeat padding-box;
	border: 1px solid #BCD0BD;
	border-radius: 10px;
	margin-top: -65px;
	padding: 35px;
	position: relative;
	/* overflow: hidden; */
}

/* home page VIDEO section  */
.HrBlVidSct {
	display: inline-block;
	float: left;
	width: 100%;
}



.HrBlVidSct_wr {
	align-items: start;
	display: flex;
	float: left;
	flex-direction: column;
	gap: 15px;
	margin: 0 0 70px;
	width: 100%;
	position: relative;
}

.HrBlVidSct_ttl-wr {
	display: inline-block;
	float: left;
	position: relative;
}

.HrBlVidSct_ttl-wr .HrBlSec_ttl {
	position: relative;
}

.HrBlVidSct_ttl-wr .HrBl-icn {
	color: #BCD0BC;
	font-size: 38px;
	float: right;
	position: absolute;
	right: -22px;
	top: -10px;
	transition: all .2s ease;
}

.HrBlVidSct_ttl-wr .HrBl-icn:hover {
	transform: rotate(5deg);
}

.HrBlVidSct_tp {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	flex-flow: column-reverse;
	float: left;
	width: 100%;
	padding-bottom: 80px;
}

.HrBlVidSct_img-wr {
	display: inline-block;
	float: left;
	margin-left: -10vw;
	max-width: 100%;
	width: 100%;
	position: relative;
}

.HrBlVidSct_img-wr .img-gr {
	width: 100%;
}

.HrBlVidSct_cn {
	background: #FDFFF8 0% 0% no-repeat padding-box;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	margin: 20px auto -55px;
	position: relative;
}



.HrBlSec_box {
	display: inline-block;
}

.HrBlSec_ttl {
	color: rgba(var(--cl-HrBl-1), 1);
	font-size: 48px;
	font-family: var(--ff-HrBl1);
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 20px;
}

.HrBlSec_txt {
	color: rgba(var(--cl-HrBl-3), 1);
	font-size: 18px;
	font-family: var(--ff-HrBl1);
	font-weight: 400;
	line-height: 26px;
	/* height: 330px;; */
	/* overflow: hidden; */
	transition: transform .6s cubic-bezier(.3, .58, .42, .9);
	padding-bottom: 10px;
}

.HrBlSec_txt.JsExpCol_ful-hig {
	height: auto;
	transition: transform .6s cubic-bezier(.3, .58, .42, .9);
}

.HrBlSec_txt p {
	color: rgba(var(--cl-HrBl-3), 1);
	font-size: 18px;
	font-family: var(--ff-HrBl1);
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 15px;
}

.HrBlSec_txt p:last-child {
	margin-bottom: 0;
}

.HrBlAbt_crd {
	display: inline-block;
	float: left;
	width: 100%;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.HrBlSec_lnk-wr {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
}

.JsExpCol_crd .HrBlSec_lnk-wr {
	bottom: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(to bottom, var(--vj-cl-pinup2) 0, var(--vj-cl-pinup3) 40%, var(--vj-cl-pinup1) 82%);
}

.HrBlSec_lnk {
	border-radius: 20px;
	background-color: rgba(var(--cl-HrBl-1), 1);
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: 500;
	font-family: var(--ff-HrBl1);
	text-decoration: none;
	line-height: 20px;
	min-width: 75px;
	padding: 5px 12px;
	text-align: center;
	/* width: 100%; */
	transition: all .2s ease;
}

.HrBlSec_lnk:hover {}

.VidLst {
	display: inline-block;
	float: left;
	width: 100%;
}

.VidLst_ul {
	display: flex;
	flex-wrap: wrap;
	float: left;
	gap: 15px;
	width: 100%;
}

.VidLst_li {
	display: flex;
	float: left;
	width: 20%;
}

.VidLst_li-v4 .VidLst_li {
	width: 25%;
}

.HrBlCrdA {
	background: var(--vj-cl-bg4);
	border-radius: 8px;
	border: 1px solid var(--vj-cl-lg4);
	display: flex;
	float: left;
	position: relative;
	margin-bottom: 0;
	width: 100%;
	flex-direction: column;
}

.HrBlCrdA .HrBlCrd_img,
.HrBlCrdA .img-gr {
	border-radius: 8px 8px 0 0;
	margin-bottom: 0;
}

.HrBlCrd_img {
	border-radius: 6px;
	display: inline-block;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
	min-height: 10px;
	overflow: hidden;
	position: relative;
}

.VidTg_wr {
	padding: 8px 8px 4px 4px;
	position: absolute;
	color: #fff;
	bottom: 0;
	left: 0;
	width: 100%;
}

.VidTg_lt {
	background-color: rgba(var(--cl-HrBl-3), 1);
	display: inline-block;
	float: left;
	border-radius: 3px;
}

.VidTg_cn {
	color: rgba(var(--cl-HrBl-2), 1);
	font-family: var(--ff-HrBl1);
	float: left;
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	display: flex;
	align-items: center;
	margin-right: 0;
	padding: 2px 4px;
}

.HrBlCrdA .crd_txt-wrp {
	display: inline-block;
	float: left;
	padding: 10px 0px 10px;
}

.VidLst_li .HrBlCrd_img {
	transform: scale(1) translateZ(0);
	transition: transform .6s cubic-bezier(.3, .58, .42, .9);
}

.HrBlCrdA .crd_ttl {
	color: rgba(var(--cl-HrBl-3), 1);
	display: inline-block;
	font-family: var(--ff-HrBl1);
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	width: 100%;
}

.HrBlCrdA .crd_lnk {
	color: rgba(var(--cl-HrBl-3), 1);
	font-family: var(--ff-HrBl1);
	position: relative;
}

.VidTg_cn .HrBl-icn {
	font-size: 7px;
	margin: 0 3px 0 0;
}

@media screen and (min-width: 1000px) {

	.HrBlSec_cn,
	.HrBlSec_cn2 {
		padding: 0 15px;
	}

	.HrBlAbt_lv-icn {
		display: inline-block;
	}

	.HrBlMid {
		margin: 0 auto;
		width: calc(100% - 27%);
	}

	.ndtv-spl .nshp_tg_cont .HrBlSec_cn {
		padding: 0;
	}

	.HrBlAbt {
		margin-bottom: 0px;
	}

	.HrBlAbt_img-wr .img-gr {
		width: 404px;
		max-width: 404px;
		margin: 0;
	}

	.HrBlAbt_lv-icn-bt {
		transform: scaleY(-1) translate(33px, -38px);
	}

	.HrBlAbt_wr {
		flex-direction: row;
		gap: 15px;
		margin: 0 0 70px;
	}

	.HrBlAbt_cn {
		margin-top: 156px;
		margin-left: -10vw;
	}

	.HrBlVidSct_ttl-wr {
		left: 0;
		position: absolute;
		top: 0;
	}

	.HrBlVidSct_cn {
		background: #FDFFF8 0% 0% no-repeat padding-box;
		border: 1px solid #BCD0BD;
		border-radius: 10px;
		flex-direction: column;
		justify-content: center;
		max-width: 31vw;
		margin: 20px auto -129px;
		padding: 40px 20px;
		position: relative;
		z-index: 1;
	}

	.HrBlVidSct_tp {
		flex-direction: row;
		align-items: flex-end;
		flex-direction: row;
		float: left;
		gap: 15px;
		width: 100%;
	}

	.HrBlSec_lnk-wr {
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.HrBlSec_vid-lnk-wr {
		display: flex;
	}

	.HrBlSec_lnk.JsExpCol_bt {
		display: none;
	}

	.HrBlAbt_crd {
		padding-bottom: 0;
	}
}





body.ndtv-spl {
	background-color: #FDFFF8;
}


.ndtv-spl .nshp_widget_mid {
	padding: 0;
}


.ndtv-spl .full_width {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	float: left;
	clear: both;


}

.ndtv-spl .tp_vdbox {
	margin-bottom: 0;
	height: 100% !important;
	top: 0;
	overflow: hidden;
	position: relative;
}



.ndtv-spl .nshp_wrap1260 {
	padding-top: 0
}

.ndtv-spl .tp_vdbox.top_video_img {
	margin-bottom: 0;
}

/* video section */
.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child {
	display: block;
	max-width: 100%;
	width: 100%;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_bxwrap {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	float: left;
	width: 100%;
	padding-bottom: 0px;
}

.home.ndtv-spl .nshp_video_box:first-child .nshp_vid_bxinfo a {
	color: rgba(var(--cl-HrBl-3), 1);
	font-size: 18px;
	font-family: var(--ff-HrBl1);
	font-weight: 400;
	line-height: 26px;
	position: relative;
}

.videos.ndtv-spl .nshp_video_box:first-child .nshp_vid_bxinfo a {
	font-size: 14px;
	font-weight: 500;
}

.ndtv-spl .nshp_widget_mid.nshp_video_box:first-child .nshp_vid_bxinfo {
	background: #FDFFF8 0% 0% no-repeat padding-box;
	display: flex;
	flex-direction: column;
	max-width: 483px;
	margin: 20px auto -55px;
	position: relative;
}

.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxinfo {
	background: #FDFFF8 0% 0% no-repeat padding-box;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	margin: 20px auto 15px;
	position: relative;
}


.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxthumb {
	display: inline-block;
	float: left;
	margin-left: -10vw;
	max-width: 100%;
	width: 100%;
	position: relative;
}

.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxthumb a {
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(44, 58, 74, .1) inset;
	clear: both;
	display: inline-block;
	float: left;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxthumb img {
	color: transparent;
	left: 0;
	min-height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	filter: brightness(.9) saturate(1.03) contrast(1.03);
}


/* :nth-child(1n+2) */
.ndtv-spl .nshp_widget_mid .nshp_video_box:nth-child(1n+2) {
	display: flex;
	float: left;
	width: 48%;
	margin-right: 0;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box:nth-child(1n+2) .nshp_vid_bxwrap {
	border-radius: 8px;
	display: flex;
	float: left;
	position: relative;
	margin-bottom: 0;
	width: 100%;
	flex-direction: column;
	padding-bottom: 0;
	gap: 0;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box:nth-child(1n+2) .nshp_vid_bxinfo {
	color: rgba(var(--cl-HrBl-3), 1);
	display: inline-block;
	font-family: var(--ff-HrBl1);
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	width: 100%;
	padding: 0;

}

.ndtv-spl .nshp_widget_mid .nshp_video_box:nth-child(1n+2) .nshp_vid_bxinfo a {

	color: rgba(var(--cl-HrBl-3), 1);
	font-family: var(--ff-HrBl1);
	position: relative;
	padding: 0;
}


.ndtv-spl .ndtv-wSummit-videolist .nshp_widget_mid>div {
	display: flex;
	flex-wrap: wrap;
	float: left;
	gap: 15px;
	width: 100%;
	padding-bottom: 65px;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box:nth-child(1n+2) .nshp_vid_bxthumb {
	border-radius: 8px 8px 0 0;
	display: inline-block;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	min-height: 10px;
	overflow: hidden;
	position: relative;
	transform: scale(1) translateZ(0);
	transition: transform .6s cubic-bezier(.3, .58, .42, .9);
}

.ndtv-spl .nshp_widget_mid .nshp_video_box:nth-child(1n+2) .nshp_vid_bxthumb>a {
	border-radius: 8px;
	margin-bottom: 0;
	box-shadow: 0 0 0 1px rgba(44, 58, 74, .1) inset;
	clear: both;
	display: inline-block;
	float: left;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box:nth-child(1n+2) .nshp_vid_bxthumb img {
	color: transparent;
	display: block;
	left: 0;
	min-height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	filter: brightness(.9) saturate(1.03) contrast(1.03);
	vertical-align: middle;
	border: none;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_playbx {
	background-color: transparent;
	border-radius: 3px;
	color: rgba(var(--cl-HrBl-1), 1);
	font-family: var(--ff-HrBl1);
	float: left;
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	display: flex;
	align-items: center;
	margin: 10px 0 5px 5px;
	padding: 2px 6px;
	justify-content: center;
	position: relative;
	border: 1px solid #BCD0BD;
	bottom: 0;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_bxthumb span {
	width: 0;
	height: 0;
	margin: -2px 0 0 0;
	background: none;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid rgb(39, 100, 51);
}

.ndtv-spl .nshp_widget_boxwrap {
	position: relative;
	z-index: 0;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_bxthumb .nshp_vid_playbx a {
	padding-bottom: 0;
	line-height: 11px;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box {
	margin-bottom: 0;
}

.ndtv-spl .nshp_top_headline {
	display: inline-block;
	float: left;
	position: relative;
}

.ndtv-spl .nshp_top_headline h2 {
	color: rgba(var(--cl-HrBl-1), 1);
	font-size: 48px;
	font-family: var(--ff-HrBl1);
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 10px;
	text-transform: capitalize;
	position: relative;
	z-index: 99;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_playbx a {
	border-radius: 0 !important;
	padding-bottom: 2px !important;
}

.HrBlSec_lnk:focus {
	color: #fff;
}

/* footer */
.ndtv-spl .ft-sticky .footer_nav ul li a {
	border: 0;
	color: #fff;
	box-shadow: none;
}

.ndtv-spl .ft-sticky a {
	font-family: var(--ff-HrBl1);
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
}

.ndtv-spl .footer_copy a {
	border: 0;
	color: #fff;
	/* text-align: left; */
}

.ndtv-spl .section_head span {
	background-color: #123E1B;
	color: #fff;
}

.ndtv-spl .ft-sticky .footer_copy {
	font-family: var(--ff-HrBl1);
	font-size: 13px;
	color: #fff;
	text-transform: capitalize;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-top: 1px solid rgba(var(--cl-HrBl-2), .35);
}

.ndtv-spl .ft-sticky_logo svg {
	fill: #fff;
}

.ndtv-spl .ft-sticky_search .footer_search input {
	color: #fff;
}

.ndtv-spl .ft-sticky_search .footer_search .footer_searchicon {
	filter: invert(100%);
	transform: scale(.8);
	margin-top: -5px;
}

.ndtv-spl .follow-us {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
}

.ndtv-spl .follow-us span {
	font-family: var(--ff-HrBl1);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0px;
}

.ndtv-spl .ft-sticky {
	background-color: #266533;
	z-index: 2;
	box-shadow: none;
}

.ndtv-spl .ft-sticky .footer_nav {
	border: 0;
}

.ndtv-spl .ft-sticky .footer_socials,
.footer_search>form {
	filter: invert(100%);
}

.ndtv-spl .rmore_btn {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid rgba(var(--cl-HrBl-1), 1);
	border-radius: 20px;
	color: rgba(var(--cl-HrBl-1), 1) !important;
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: 500;
	font-family: var(--ff-HrBl1);
	justify-content: center;
	line-height: 20px;
	min-width: 75px;
	padding: 5px 12px;
	text-align: center;
	/* width: 100%; */
	transition: all .2s ease;
	z-index: 2;
}

.ndtv-spl .rmore_btn:hover {
	background-color: rgba(var(--cl-HrBl-1), 1);
	color: #fff !important;
}

/* .ndtv-spl .rmore_btn{
position: absolute;
bottom: 10px led;
} */

.home.ndtv-spl .nshp_wrap1260 {
	max-width: 1000px;
}

@media screen and (min-width: 768px) {
	.ndtv-spl .follow-us span {
		margin-bottom: 4px;
	}

	.ndtv-spl .follow-us {
		flex-direction: column;
		align-items: baseline;
		gap: 0;
	}

	.ndtv-spl .ft-sticky .footer_copy {
		flex-direction: row;
	}

	.ndtv-spl .nshp_widget_mid .nshp_video_box:nth-child(1n+2) {
		width: 20%;
	}

	.ndtv-spl .nshp_top_headline {
		/* left: 0; */
		position: unset;
		/* top: 0; */
		width: auto;
		margin-bottom: -58px;
	}

	.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child {
		align-items: flex-end;
		flex-direction: row;
		float: left;
		gap: 15px;
		width: 100%;
	}

	.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_bxwrap {
		align-items: flex-end;
		flex-direction: row;
		float: left;
		gap: 15px;
		width: 100%;
		flex-flow: row-reverse;
		padding-bottom: 70px;
	}

	.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxinfo {
		background: #FDFFF8 0% 0% no-repeat padding-box;
		border: 1px solid #BCD0BD;
		border-radius: 10px;
		flex-direction: column;
		justify-content: center;
		max-width: 31vw;
		margin: 20px auto -129px;
		padding: 40px 20px;
		position: relative;
		z-index: 1;
	}


}

.b_scn1 .rytBtns {
	background-color: transparent !important;
}

@media screen and (min-width: 1000px) {


	.home .ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxinfo {
		max-width: 483px;
		margin: 20px auto -55px;
		padding: 80px 20px;
	}
}


@media (max-width: 480px) {
	.ndtv-spl .nshp_wrap1260 .nshp_widget_mid .nshp_video_box:nth-child(even) {
		margin-left: 0;
	}
}





/* nav */

body.ndtv-spl {
	background-color: #FDFFF8;
}

.custom_theme .nshp_min_nav li a {
	color: rgba(var(--cl-HrBl-1), 1);
}

.ndtv-spl .nshp_widget_mid {
	padding: 0;
}

.nshp_min_nav li ul {
	top: 40px;
	padding: 10px;
	min-width: 180px;
	text-align: left;
	background: #f2f5d3;
	border: 0;
	border-radius: 15px;
	/*! border: 1px solid rgb(188, 206, 165); */
	box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.52);
}

.custom_theme .nshp_min_nav li ul li {
	display: inline-block;
	width: 100%;
}

.custom_theme .nshp_min_nav li ul li a,
.custom_theme .nshp_min_nav li ul li a:hover {
	color: #050505;
}

.custom_theme .nshp_min_nav li ul li a:hover {
	border-bottom: 0
}

.ndtv-spl .full_width {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	float: left;
	clear: both;


}

.ndtv-spl .tp_vdbox {
	margin-bottom: 0;
	height: 100% !important;
	top: 0;
	overflow: hidden;
	position: relative;
}



.ndtv-spl .nshp_wrap1260 {
	padding-top: 0
}

.ndtv-spl .tp_vdbox.top_video_img {
	margin-bottom: 0;
}

/* video section */
.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child {
	display: block;
	max-width: 100%;
	width: 100%;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_bxwrap {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	float: left;
	width: 100%;
	padding-bottom: 0px;
}

.home.ndtv-spl .nshp_video_box:first-child .nshp_vid_bxinfo a {
	color: rgba(var(--cl-HrBl-3), 1);
	font-size: 18px;
	font-family: var(--ff-HrBl1);
	font-weight: 400;
	line-height: 26px;
}

.home.ndtv-spl .nshp_widget_mid.nshp_video_box:first-child .nshp_vid_bxinfo {
	background: #FDFFF8 0% 0% no-repeat padding-box;
	display: flex;
	flex-direction: column;
	max-width: 483px;
	margin: 20px auto -55px;
	position: relative;
}

.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxinfo {
	background: #FDFFF8 0% 0% no-repeat padding-box;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	margin: 20px auto 15px;
	position: relative;
}


.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxthumb {
	display: inline-block;
	float: left;
	margin-left: -10vw;
	max-width: 100%;
	width: 100%;
	position: relative;
}

.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxthumb a {
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(44, 58, 74, .1) inset;
	clear: both;
	display: inline-block;
	float: left;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxthumb img {
	color: transparent;
	left: 0;
	min-height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	filter: brightness(.9) saturate(1.03) contrast(1.03);
}


/* :nth-child(1n+2) */
.ndtv-spl .nshp_widget_mid .nshp_video_box:nth-child(1n+2) {
	display: flex;
	float: left;
	width: 47%;
	margin-right: 0;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box:nth-child(1n+2) .nshp_vid_bxwrap {
	border-radius: 8px;
	display: flex;
	float: left;
	position: relative;
	margin-bottom: 0;
	width: 100%;
	flex-direction: column;
	padding-bottom: 0;
	gap: 0;
}



.ndtv-spl .nshp_top_headline {
	display: inline-block;
	float: left;
	position: unset;
}

.ndtv-spl .nshp_top_headline h2 {
	color: rgba(var(--cl-HrBl-1), 1);
	font-size: 48px;
	font-family: var(--ff-HrBl1);
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 10px;
	text-transform: capitalize;
	position: relative;
	z-index: 99;
}

.ndtv-spl .nshp_wrap1260 .nshp_video_box,
.nshp_wrap1260 .nshp_photo_box {
	margin-right: 0;
}

@media screen and (min-width: 767px) {
	.ndtv-spl .nshp_widget_mid .nshp_video_box:nth-child(1n+2) {
		width: calc(20% - 9px) !important;
		/* max-width: stretch; */
	}

	.ndtv-spl .nshp_top_headline {
		/* left: 0; */
		position: unset;
		/* top: 0; */
		width: auto;
		margin-bottom: -58px;
	}

	.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child {
		align-items: flex-end;
		flex-direction: row;
		float: left;
		gap: 15px;
		width: 100%;
	}

	.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_bxwrap {
		align-items: flex-end;
		flex-direction: row;
		float: left;
		gap: 15px;
		width: 100%;
		flex-flow: row-reverse;
		padding-bottom: 70px;
	}

	.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxinfo {
		background: #FDFFF8 0% 0% no-repeat padding-box;
		border: 1px solid #BCD0BD;
		border-radius: 10px;
		flex-direction: column;
		justify-content: center;
		max-width: 47vw;
		margin: 20px auto -129px;
		padding: 40px 20px;
		position: relative;
		z-index: 1;
	}


}



@media screen and (min-width: 1000px) {
	.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxinfo {
		max-width: 483px;
		margin: 20px auto -55px;
		padding: 80px 20px;
	}
}


@media (max-width: 480px) {
	.ndtv-spl .nshp_wrap1260 .nshp_widget_mid .nshp_video_box:nth-child(even) {
		margin-left: 0;
	}
}



body.ndtv-spl {
	background-color: #FDFFF8;
}

.ndtv-spl .nshp_header.nshp_header_new {
	display: inline-block;
}

.ndtv-spl .nshp_widget_mid {
	padding: 0;
}


.ndtv-spl .full_width {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	float: left;
	clear: both;


	display: flex;
	align-items: center;
}

.ndtv-spl .tp_vdbox {
	margin-bottom: 0;
	height: 100% !important;
	top: 0;
	overflow: hidden;
	position: relative;
}



.ndtv-spl .nshp_wrap1260 {
	padding-top: 0
}

.ndtv-spl .tp_vdbox.top_video_img {
	margin-bottom: 0;
}

/* video section */
.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child {
	display: block;
	max-width: 100%;
	width: 100%;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_bxwrap {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	float: left;
	width: 100%;
	/* padding-bottom: 70px; */
}

.home.ndtv-spl .nshp_video_box:first-child .nshp_vid_bxinfo a {
	color: rgba(var(--cl-HrBl-3), 1);
	font-size: 18px;
	font-family: var(--ff-HrBl1);
	font-weight: 400;
	line-height: 26px;
}

.ndtv-spl .nshp_widget_mid.nshp_video_box:first-child .nshp_vid_bxinfo {
	background: #FDFFF8 0% 0% no-repeat padding-box;
	display: flex;
	flex-direction: column;
	max-width: 483px;
	margin: 20px auto -55px;
	position: relative;
}

.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxinfo {
	background: #FDFFF8 0% 0% no-repeat padding-box;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	margin: 20px auto -55px;
	position: relative;
}


.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxthumb {
	display: inline-block;
	float: left;
	margin-left: -10vw;
	max-width: 100%;
	width: 100%;
	position: relative;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxthumb a {
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(44, 58, 74, .1) inset;
	clear: both;
	display: inline-block;
	float: left;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxthumb img {
	color: transparent;
	left: 0;
	min-height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	filter: brightness(.9) saturate(1.03) contrast(1.03);
}


/* :nth-child(1n+2) */

.ndtv-spl .nshp_widget_mid .nshp_video_box:nth-child(1n+2) .nshp_vid_bxwrap {
	border-radius: 8px;
	display: flex;
	float: left;
	position: relative;
	margin-bottom: 0;
	width: 100%;
	flex-direction: column;
	padding-bottom: 0;
	gap: 0;
}

.ndtv-spl .nshp_widget_mid .nshp_video_box:nth-child(1n+2) .nshp_vid_bxinfo {
	color: rgba(var(--cl-HrBl-3), 1);
	display: inline-block;
	font-family: var(--ff-HrBl1);
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	width: 100%;
	padding: 0;

}

.ndtv-spl .nshp_widget_mid .nshp_video_box:nth-child(1n+2) .nshp_vid_bxinfo a {

	color: rgba(var(--cl-HrBl-3), 1);
	font-family: var(--ff-HrBl1);
	position: relative;
}


.ndtv-spl .nshp_top_headline h2 {
	color: rgba(var(--cl-HrBl-1), 1);
	font-size: 48px;
	font-family: var(--ff-HrBl1);
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 10px;
}


/*----Nav------*/

.ndtv-spl .closeBtn {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
	border-radius: 50%;
	z-index: 999999999;
	width: 35px;
	height: 35px;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 5px;
}

.ndtv-spl .closeBtn:before,
.ndtv-spl .closeBtn:after {
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	background: #ffffff;
	inset: 0;
	margin: auto;
	transform: rotate(-45deg);
	border-radius: 0;
}

.ndtv-spl .closeBtn:after {
	transform: rotate(45deg);
}


.ndtv-spl .nshp_header {
	margin-top: 0;
}

.home.ndtv-spl .nshp_min_nav,
.search_fix.share_fix.ndtv_nav_sticky,
.nshp_min_nav.b_scn1.mobile_menu.m_nav_sty.search_fix.share_fix {
	background: rgba(255, 255, 255, 0.5);
	min-height: auto;
	position: fixed;
	top: 0 !important;
	left: 0px;
	padding: 10px 0;
	backdrop-filter: blur(22px);
}

.ndtv-spl .nshp_min_nav {
	background: rgba(255, 255, 255, 0.5);
	min-height: auto;
	position: relative;
	top: 0 !important;
	left: 0px;
	padding: 17px 0;

	backdrop-filter: blur(6px);
}

.custom_theme .nshp_mobtopnav_link {
	background: transparent;
	display: inline-block;
	box-shadow: none;
}

.brgMnLg {
	display: flex;
	align-items: flex-start;
}

.custom_theme .nshp_mobtopnav_link {
	background: transparent;
}

#bug_menu {
	color: rgba(var(--cl-HrBl-1), 1);
	width: 24px;
	height: 24px;
	position: relative;
	margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#bug_menu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	background: rgba(var(--cl-HrBl-1), 1);
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.custom_theme #bug_menu span:nth-child(even) {
	left: 50%;

}

.custom_theme #bug_menu span:nth-child(odd) {
	left: 0px;

}

.custom_theme #bug_menu span:nth-child(1),
#bug_menu span:nth-child(2) {
	top: 5px;
}

.custom_theme #bug_menu span:nth-child(3),
#bug_menu span:nth-child(4) {
	top: 13px;
}

.custom_theme #bug_menu span:nth-child(5),
#bug_menu span:nth-child(6) {
	top: 21px;
}

.custom_theme #bug_menu.open span:nth-child(1),
#bug_menu.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.custom_theme #bug_menu.open span:nth-child(2),
#bug_menu.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.custom_theme #bug_menu.open span:nth-child(1) {
	left: 0px;
	top: 6px;
}

.custom_theme #bug_menu.open span:nth-child(2) {
	left: calc(50% - 4px);
	top: 6px;
}

.custom_theme #bug_menu.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

.custom_theme #bug_menu.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

.custom_theme #bug_menu.open span:nth-child(5) {
	left: 0px;
	top: 17px;
}

.custom_theme #bug_menu.open span:nth-child(6) {
	left: calc(50% - 4px);
	top: 17px;
}

.nshp_nglobalnav_mwrap .nshp_top_navmview {
	background: transparent;
}

.mobileNavOuter ul {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}

.custom_theme .nshp_mobtopnav_link.ndtv_nav_sticky {
	position: relative;
}

.custom_theme .nshp_min_nav ul li,
.custom_theme .nshp_min_nav li a {
	display: inline-block;
	width: auto;
	padding: 0 15px;
	float: none;
}

.search_fix.share_fix.ndtv_nav_sticky {
	position: fixed;
}

.custom_theme .ndtv_nav_sticky ul {
	top: 0 !important;
}

.custom_theme .nshp_min_nav li a:hover,
.custom_theme .nshp_min_nav li a.active,
.custom_theme .nshp_min_nav li a {
	background-color: transparent;
	color: rgba(var(--cl-HrBl-1), 1);
	font-family: 'Inter';
	font-weight: 400;
	transition: all ease .2s;
}

.custom_theme .nshp_min_nav ul li {
	border-bottom: 0;
}

.custom_theme .nshp_min_nav ul li:last-child {
	border-bottom: 0;
}

.custom_theme .nshp_min_nav li a {
	color: #000;
}

.custom_theme .nshp_min_nav li a {
	padding: 15px 0 12px !important;
	line-height: 22px;
	border-bottom: 0;
}

.custom_theme .nshp_min_nav li:last-child a {
	border-bottom: none;
}

.custom_theme .topnav_rhs {
	height: auto;
	top: 0px;

}

.custom_theme .shrBtn {
	display: inline-block;
	position: relative;
	color: rgba(var(--cl-HrBl-1), 1);
	z-index: 1;
	background-color: transparent;
	background-image: url(https://cdn.ndtv.com/ui/special/2025/herbalife/images/share-icn.svg);
	border: 1px solid rgba(var(--cl-HrBl-1), 1);
	background-size: 12px;
	width: 26px;
	height: 26px;
	/* margin-top: 10px; */
}

.shrBtn:hover {
	background-color: #f2f5d3;
	box-shadow: 2px 2px;
	-webkit-transform: translate(-1px, -1px);
	-ms-transform: translate(-1px, -1px);
	transform: translate(-1px, -1px);
	-webkit-box-shadow: 2px 2px 0px 0px #053e10;
	box-shadow: 2px 2px 0px 0px #053e10;
}


.custom_theme .ntv_vid_slink .sclBtn {
	background-size: auto;
	border-radius: 0;
	width: 20px;
	height: 20px;
}

.custom_theme .topnav_rhs a.actvbtn,
.custom_theme .topnav_rhs div.actvbtn {
	background-color: #fff;
	border-color: #fff;
}

.custom_theme .ntv_vid_slink {
	position: absolute;
	right: -3px;
	background: white;
	transform: scaleX(0);
	opacity: 0;
}

.custom_theme .ntv_vid_slink.animated {
	display: flex;
	border-radius: 30px;
	padding: 4px 0;
	padding-right: 2px;
	padding-right: 2px;
	top: -2px;
	transform: scaleX(1);
	opacity: 1;
	border: 1px solid rgba(var(--cl-HrBl-1), 1);
	padding-right: 40px;
	background: rgba(var(--cl-HrBl-1), .9);
	z-index: 1;
}

.full_width {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	float: left;
	clear: both;
}

.custom_theme .vid_socwid_wrap {
	display: none;
}

.ndtv-wSummit-livePlrSec {

	top: 0;

	height: 100vh;
	background-image: url(https://cdn.ndtv.com/ui/special/2025/herbalife/images/bg-herbal.png) !important;
	background-size: 100% !important;
}

.custom_theme .ndtv-wSummit-livePlrSec .videobox {

	margin: 0 auto;
	float: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nshp_wrap1260 .nshp_widget_mid {
	max-width: 1260px;
	margin: 0 auto;
	float: none;
}

.nshp_wrap1260 .nshp_widget_mid .videobox div {
	float: right;
	max-width: 880px;
	padding-bottom: 0 !important;
	border-radius: 31px;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16/9;
}

.custom_theme .ndtv-wSummit-livePlrSec .videobox::before {
	content: '';
	display: block;
	background: url(https://cdn.ndtv.com/ui/special/2025/herbalife/images/ilu-herbal.png);
	background-repeat: repeat;
	background-size: auto;
	width: 341px;
	height: 175px;
	background-repeat: no-repeat;
	background-size: 100%;
	float: left;
	position: relative;
	top: 36%;
}

.arrow-back {
	display: flex;
	margin-right: 4px;
}

.arrow-back svg g {
	fill: var(--clr-1);
}


.rytBtns .bckBtn:last-child {
	background-image: url(https://cdn.ndtv.com/ui/special/2025/herbalife/images/arrow-icn.svg);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: 8px center;
	align-items: center;
	border: 1px solid rgba(var(--cl-HrBl-1), 1);
	border-radius: 20px;
	color: rgba(var(--cl-HrBl-1), 1);
	display: flex;
	float: left;
	font-weight: 400;
	font-family: var(--ff-HrBl1);
	justify-content: center;
	gap: 8px;
	min-width: 75px;
	padding: 5px 12px 5px 24px;
	text-align: center;
	width: 100%;
	-webkit-transition: all .3s cubic-bezier(.5, 2.5, .7, .7);
	-o-transition: all .3s cubic-bezier(.5, 2.5, .7, .7);
	transition: all .3s cubic-bezier(.5, 2.5, .7, .7);
}

.topnav_rhs a:hover {
	background-color: #f2f5d3;
	-webkit-transform: translate(-1px, -1px);
	-ms-transform: translate(-1px, -1px);
	transform: translate(-1px, -1px);
	-webkit-box-shadow: 2px 2px 0px 0px #053e10;
	box-shadow: 3px 3px 0px 0px #000;
}

.custom_theme .nshp_min_nav ul li:has(ul) {
	-webkit-transition: all .3s cubic-bezier(.5, 2.5, .7, .7);
	-o-transition: all .3s cubic-bezier(.5, 2.5, .7, .7);
	transition: all .3s cubic-bezier(.5, 2.5, .7, .7);
}

.custom_theme .nshp_min_nav ul li:has(ul)::after {
	content: '';
	position: relative;
	right: 0;
	width: 9px;
	height: 9px;
	border-top: 2px solid #000;
	top: -2px;
	border-right: 2px solid #000;
	transform: rotate(135deg) scale(.8);
	display: inline-block;
	line-height: 0;
	margin-left: 5px;
}

.custom_theme .nshp_min_nav li ul li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nshp_min_nav li:hover>ul {
	display: block;
	position: absolute;
	-webkit-transform: translate(-1px, -1px);
	-ms-transform: translate(-1px, -1px);
	transform: translate(-1px, -1px);
	-webkit-box-shadow: 2px 2px 0px 0px #053e10;
	box-shadow: 4px 4px 0px 0px #053e10;
}

.custom_theme .nshp_min_nav li ul li a {
	padding: 10px 0 !important;
}

.rytBtns .btnTp:not(.noBtn):hover {
	background-position: 7px center;
}

.rytBtns .bckBtn.bckArw::after {
	display: none;
}


.ndtv-wSummit-livePlrSec .nshp_widget_top {
	display: none;
}

.ndtv-wSummit-livePlrSec .nshp_widget_mid {
	padding: 0
}

.custom_theme .nshp_widget_mid {
	padding: 0 10px;
	margin-bottom: 45px;
}

.custom_theme .nshp_widget_boxwrap {
	/* margin-bottom: 5px; */
	background: transparent
}

.nshp_top_headline,
.custom_theme .nshp_wrap1260 {
	padding: 0;
}


.custom_theme .nshp_top_headline {
	background: transparent !important;
}


.ntv_vid_slink .sclBtn {
	width: 32px;
	height: 32px;
	margin: 0px 5px;
	border-radius: 50%;
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}

.ntv_vid_slink .ntv_fb {
	background-image: url(https://cdn.ndtv.com/ui/special/2025/herbalife/images/FB.svg?vfg);
	background-position: center center;
}

.custom_theme .ntv_vid_slink .sclBtn {
	background-size: auto;
	border-radius: 0;
	width: 20px;
	height: 20px;
	filter: invert(100%);
	transition: all ease .2s;
	transform: scale(.9);
}

.ntv_vid_slink .ntv_tw {
	background-image: url(https://cdn.ndtv.com/ui/special/2025/herbalife/images/X.svg?vfg);
	background-position: center center;
}

.topnav_rhs a.sclBtn:hover {
	background-color: transparent;
	transform: scale(1.05);
	box-shadow: none;
}

.ndtv-spl .nshp_header_new {
	margin-top: 0px !important;
}

.ndtv-wSummit-videolist h2::after {
	content: "";
	background: url(https://cdn.ndtv.com/ui/special/2025/herbalife/images/l-icn2.svg) 0 0 no-repeat;
	display: inline-block;
	height: 44px;
	width: 40px;
	/* border: 1px solid; */
	background-size: contain;
	color: rgba(var(--cl-HrBl-1), 1);
	position: absolute;
	top: -17px;

}

.custom_theme .nshp_widget_mid {
	margin-bottom: 0;
}

.ndtv-spl .videoicon {
	border: 4px solid #fff;
	border-radius: 50px;
	background: transparent;
	top: 47%;
}

.ndtv-spl .videoicon::after {
	content: "";
	color: rgba(var(--cl-HrBl-1), 1);
	display: flex;
	float: left;
	transition: all .2s ease;
	height: 0;
	background: none;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 12px solid rgb(255 255 255);
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-24%, -50%);
	margin: 0;
}

.ndtv-spl .nshp_vid_bxbot:empty {
	display: none;
}

.HrBlAbt_img-wr .HrBlAbt_img {
	width: 65%;
	height: 100%;
	object-fit: contain;
	margin: 0 auto;
	display: table;
	left: 35%;
	transform: translateY(-50%) translateX(-50%);
}

@media screen and (min-width: 768px) {
	.ndtv-spl .custom_theme .topnav_rhs {
		margin-top: 0;
	}

	.ndtv-spl .nshp_top_headline {
		left: 0;
		position: unset;
		top: 0;
		width: auto;
	}

	.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child {
		align-items: flex-end;
		flex-direction: row;
		float: left;
		gap: 15px;
		width: 100%;
	}

	.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_bxwrap {
		align-items: flex-end;
		flex-direction: row;
		float: left;
		gap: 15px;
		width: 100%;
		flex-flow: row-reverse;
	}

	.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxinfo {
		background: #FDFFF8 0% 0% no-repeat padding-box;
		border: 1px solid #BCD0BD;
		border-radius: 10px;
		flex-direction: column;
		justify-content: center;
		max-width: 45vw;
		margin: 20px auto -73px;
		padding: 40px 20px;
		position: relative;
		z-index: 1;
	}

	.site-172.videos.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_bxwrap {
		flex-direction: column;
		gap: 5px;
		padding-bottom: 0;
	}

	.custom_theme .shrBtn {
		margin-top: 0;
		-webkit-transition: all .3s cubic-bezier(.5, 2.5, .7, .7);
		-o-transition: all .3s cubic-bezier(.5, 2.5, .7, .7);
		transition: all .3s cubic-bezier(.5, 2.5, .7, .7);
	}

	.home.ndtv-spl .nshp_video_box:first-child .nshp_vid_bxinfo a::before {
		position: absolute;
		bottom: -29px;
		right: 0;
		content: "";
		border: 2px solid rgba(var(--cl-HrBl-1), 1);
		width: 34px;
		height: 34px;
		border-radius: 30px;
	}

	.videos.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxinfo {
		padding: 0;
	}

	.home.ndtv-spl .nshp_video_box:first-child .nshp_vid_bxinfo a::after {
		content: "";
		color: rgba(var(--cl-HrBl-1), 1);
		display: flex;
		float: left;
		transition: all .2s ease;
		height: 0;
		margin: -2px 0 0 0;
		background: none;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 8px solid rgba(var(--cl-HrBl-1), 1);
		padding: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: absolute;
		bottom: -17px;
		right: 11px;
	}

	.ndtv-spl .nshp_mobtopnav_link {
		height: auto;
	}

	.footer_copy a {
		padding: 0;
	}

	.ndtv-spl .topnav_rhs {
		top: auto
	}

	.ndtv-spl .ndtv-wSummit-videolist .nshp_widget_mid>div {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 1000px) {
	.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxinfo {
		max-width: 483px;
		margin: 20px auto -55px;
		padding: 80px 20px;
	}

	.ndtv-spl .nshp_video_box:first-child .nshp_vid_bxinfo a::before {
		bottom: -39px;
	}

	.ndtv-spl .nshp_video_box:first-child .nshp_vid_bxinfo a::after {
		bottom: -27px;
	}
}

@media screen and (min-width: 1300px) {
	.HrBlVidSct_cn {
		max-width: 483px;
		margin: 20px auto -55px;
		padding: 80px 20px;
	}

	.HrBlAbt_cn .HrBlSec_lnk-wr {
		display: none;
	}

	.ndtv-spl .nshp_wrap1260 .nshp_video_box,
	.nshp_wrap1260 .nshp_photo_box {
		margin-right: 19px;
	}

	.ndtv-spl .ndtv-wSummit-videolist .nshp_widget_mid>div {
		padding-left: 0;
		padding-right: 0;
	}

	.custom_theme .nshp_widget_mid {
		padding: 0;
	}
}


/* Ajeet */
.site-172.news.ndtv-spl .nshp_min_nav,
.site-172.videos.ndtv-spl .nshp_min_nav,
.site-172.photos.ndtv-spl .nshp_min_nav,
.site-172.news-detail.ndtv-spl .nshp_min_nav,
.site-172.videos-detail.ndtv-spl .nshp_min_nav,
.site-172.about-us.ndtv-spl .nshp_min_nav,
.site-172.photos-detail.ndtv-spl .nshp_min_nav,
.site-172.shorts.ndtv-spl .nshp_min_nav,
.site-172.hindi-videos.ndtv-spl .nshp_min_nav,
.site-172.english-videos.ndtv-spl .nshp_min_nav {
	background: rgb(253 255 248);
	box-shadow: 0 0 10px rgb(39 100 51 / 20%);
}

.site-172 .nshp_bdmcrum {
	margin: 10px 0;
	padding: 0 10px;
}

.site-172 .nshp_bdmcrum ul {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.ndtv-spl .mute_off_icon,
.ndtv-spl .mute_on_icon {
	background-image: url(https://drop.ndtv.com/ndtv/special/world-summit-24/images/mute-unmute-button.png?ytd);
	width: 20px;
	background-position: -34px -7px;
	height: 29px;
}

.ndtv-spl .mute_off_icon {
	width: 22px;
	background-position: -13px -7px;
	height: 29px;
}

.site-172 .nshp_bdmcrum ul li a.bmmactive {
	color: #276433;
}

.site-172.news .custom_theme .nshp_widget_mid,
.site-172.videos .custom_theme .nshp_widget_mid,
.site-172.photos .custom_theme .nshp_widget_mid,
.site-172.news-detail .custom_theme .nshp_widget_mid {
	padding-top: 10px;
}

.site-172 .nshp_news_sbh_inactive span {
	font-size: 12px;
	color: #276433;
}

.site-172 .nshp_news_bxwrap p {
	font-size: 15px !important;
	padding-top: 0 !important;
}

.site-172 .nshp_lhs_tsty_info p {
	font-size: 15px !important;
	line-height: 23px !important;
}

.site-172 .nshp_lhs_tsty {
	background: #fdfff8;
	box-shadow: 0 0 15px rgb(39 98 50 / 15%);
	border-radius: 6px;
}

.site-172.ndtv-spl .nshp_top_headline {
	margin-bottom: 0 !important;
	padding: 0 15px !important;

}

.site-172.ndtv-spl .nshp_top_headline {
	padding: 0 10px !important;
}

.site-172.ndtv-spl .nshp_rhs .nshp_top_headline h2.fl {
	font-size: 28px;
	line-height: 34px;
}

.site-172 .nshp_wrap1260 .nshp_rhs {
	padding: 10px;
	box-sizing: border-box;
}

.site-172.ndtv-spl .nshp_rhs .nshp_top_headline {
	padding: 0 0px !important;
}

.site-172.ndtv-spl .nshp_mobtopnav_link {
	height: auto;
	width: auto;
	display: none;
}

.site-172.ndtv-spl .topnav_rhs {
	position: relative;
}

.site-172.ndtv-spl .nshp_min_nav .mainnav_1260 {
	display: flex;
	justify-content: space-between;

}

.site-172.ndtv-spl .nshp_mobtopnav_link {
	flex-grow: 0;
}

.site-172.ndtv-spl .nshp_top_headline h2 {
	font-size: 37px;
	line-height: 40px;
}

.custom_theme .nshp_min_nav li ul li a.active {
	color: #276433;
}

.custom_theme .ndtv_nav_sticky ul li ul {
	top: 40px !important;
}

.hindi-videos.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_bxwrap,
.shorts.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_bxwrap,
.english-videos.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_bxwrap,
.shorts.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_bxwrap {
	flex-direction: column;
	gap: 5px;
	padding-bottom: 0;
}

.hindi-videos.ndtv-spl .nshp_widget_mid .nshp_video_box,
.shorts.ndtv-spl .nshp_widget_mid .nshp_video_box,
.english-videos.ndtv-spl .nshp_widget_mid .nshp_video_box,
.shorts.ndtv-spl .nshp_widget_mid .nshp_video_box {
	width: calc(20% - 12px) !important;
	max-width: none;
}

.season-1.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_bxwrap {
	flex-direction: column;
	gap: 0;
	padding-bottom: 30px;

}

.season-1 .nshp_bdmcrum {
	display: none;
}

/* .hindi-videos.ndtv-spl .nshp_widget_mid .nshp_video_box .nshp_vid_bxwrap .nshp_vid_bxinfo {
padding: 0;
} */
.ndtv-spl .nshp_widget_mid .nshp_video_box:not(.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child) .nshp_vid_bxinfo {
	padding: 0;
}

.nshp_vid_bxinfo,
.nshp_vid_bxinfo a,
.nshp_vid_bxinfo a:active,
.nshp_vid_bxinfo a:visited {
	font-size: 14px;
	font-weight: 500;
}

.videos.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child,
.hindi-videos.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child,
.english-videos.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child,
.shorts.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child {
	margin-right: 0;
}

@media screen and (min-width: 1000px) {

	.site-172.ndtv-spl .nshp_top_headline {

		padding: 0 !important;
	}

	.site-172 .nshp_bdmcrum {
		padding: 0 0px !important;
	}

	.site-172 .nshp_wrap1260 .nshp_rhs {
		margin: 0;
	}

	.site-172.ndtv-spl .nshp_rhs .nshp_top_headline {
		padding: 0 15px !important;
	}

	.site-172.ndtv-spl .nshp_top_headline h2 {
		font-size: 48px;
		line-height: 50px;
		margin-bottom: 30px;
	}

}


@media screen and (max-device-width: 480px) {
	.site-172 .nshp_nglobalnav_mwrap .nshp_glbnav_mobileview {
		background: rgba(0, 0, 0, 0.1);
		border-radius: 6px;
	}

	.site-172.ndtv-spl .nshp_mobtopnav_link {
		display: block;
	}

	.mobileNavOuter,
	.mobileNavOuter ul {
		background: rgba(var(--cl-HrBl-1), 1);
	}

	.custom_theme .nshp_min_nav li a {
		color: #fff;
	}

	.custom_theme .nshp_min_nav li a.active {
		color: #fff;
	}

	.mobileNavOuter {
		top: 45px
	}

	.custom_theme .nshp_min_nav li ul {
		background:
			#0c4818 !important;
		border-radius:
			0 !important;
		padding: 4px 0 10px 0 !important;
		left: 0;
	}

	.nshp_min_nav li ul::before {
		border-top: 10px solid #276433;
	}

	.custom_theme .nshp_min_nav ul li::before {
		display: none;
	}

	.custom_theme .nshp_min_nav li ul li a {
		padding-left: 0 !important;
		border: 0 !important;
		border: 0 !important;
	}

	.custom_theme .nshp_min_nav ul li:has(ul)::after {
		display: none;
	}

	.hindi-videos.ndtv-spl .nshp_widget_mid .nshp_video_box,
	.shorts.ndtv-spl .nshp_widget_mid .nshp_video_box,
	.english-videos.ndtv-spl .nshp_widget_mid .nshp_video_box,
	.shorts.ndtv-spl .nshp_widget_mid .nshp_video_box {
		width: 47.7% !important;
		max-width: none;
	}

	.custom_theme .m_back_btn.m_back_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: 12px 0 20px;
		padding: 0 10px;
		position: relative;
		z-index: 2;
	}

	.custom_theme .m_back_btn .btnTp {
		background-image: none;
		margin: 0;
		width: 100%;
		background-color: #497952;
		border: 1px solid #59a26f;
		height: 42px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.custom_theme .m_back_btn svg {
		left: 0;
		top: 0;
		margin-right: 5px;
	}

	.site-172.ndtv-spl .nshp_top_headline h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.home.ndtv-spl .nshp_widget_mid .nshp_video_box:first-child .nshp_vid_bxinfo {
		margin: 0;
		padding-bottom: 0;
	}

	.site-172 .nshp_bdmcrum {
		margin:
			0 0 10px 0;
	}

	.HrBlSec_ttl {
		margin-bottom: 0;
		font-size: 26px;
		line-height: 32px;
	}

	.custom_theme .nshp_min_nav li ul {
		top: 0;
		background-color: transparent !important;
		box-shadow: none;
		border-left: 1px solid #55845e !important;
		padding: 0 !important;
	}

	.custom_theme .nshp_min_nav li ul li::before {
		content: '';

		width: 9px;

		height: 1px;

		display: block;

		background: #55845e !important;

		position: absolute;

		left: 0;

		top: 20px;
	}

	.custom_theme .nshp_min_nav li ul li:not(:last-child) {
		border-bottom: 0px !important;
	}

	.nshp_min_nav li ul::before {
		display: none;
	}

	.ndtv-wSummit-livePlrSec {
		padding-top: 80px;
		height: auto !important;
		background-repeat: no-repeat !important;
	}

	.custom_theme .ndtv-wSummit-livePlrSec .videobox {
		flex-direction: column;
	}

	.custom_theme .ndtv-wSummit-livePlrSec .videobox::before {
		background-size: 88%;
		background-position: center;
		width: 181px;
		height: 85px;
		margin-bottom: 10px;
	}

	.nshp_wrap1260 .nshp_widget_mid .videobox div {
		border-radius: 10px;
	}

	.ndtv-wSummit-livePlrSec::after {
		content: '';
		position: absolute;
		bottom: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13%, rgb(253, 255, 248) 100%);
		width: 100%;
		z-index: -1;
		height: calc(100% - 100px);
	}

	.ndtv-spl .nshp_min_nav {
		position: relative !important;
	}

	.nshp_min_nav.b_scn1.mobile_menu.m_nav_sty.search_fix.share_fix {
		position: fixed !important;
	}

	.HrBlAbt_cn {
		padding: 20px;
	}

	.home.ndtv-spl .nshp_min_nav {
		position: fixed !important;
	}

	.HrBlSec_txt p {
		font-size: 15px;
	}

	.HrBlAbt_img-wr .HrBlAbt_img,
	.HrBlAbt_img {
		width: 70%;
		height: 100%;
		object-fit: contain;
		margin: 0 auto;
		display: table;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	.HrBlAbt_img-wr .HrBlAbt_img {
		top: 40%;
	}

}

.ndtv-spl .ft-sticky_search .footer_search input::placeholder {
	color: #fff;
	color: rgba(255, 255, 255, 0.5);
}