.heading-menu,
#scroll,
#allFea,
#customers,
.btmBar,
#commonHeader,
#meCommonFooterNew {
	display: none;
}

:root {
	--text-light: #E4F1FF;
	--text-dark: #000000;
	--link-color: #3478F6;
	--background-color: #282828;
	--h1-font: 42px;
	--h2-font: 36px;
	--h3-font: 22px;
	--h4-font: 18px;
	--p-font: 16px;
	--s-font: 12px;
	--m-font: 14px;
	--l-font: 32px;
	--xl-font: 48px;
	--xs-wgt: 200;
	--s-wgt: 300;
	--m-wgt: 400;
	--l-wgt: 500;
	--xl-wgt: 600;
	--n-gap: 24px;
}

tab .spotify-wrapper {
	background: #021527;
}

.spotify {
	position: relative;
	padding: 60px 40px;
}

.spotify .flex {
	display: flex;
	margin: auto;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	max-width: 1000px;
	grid-gap: 20px;
}

.spotify .box.active {
	opacity: 1;
	transform: translate(0, 0)
}

.spotify h1 {
	font-size: var(--h1-font);
	line-height: 65px;
	font-weight: var(--xl-wgt);
	color: var(--text-light);
	margin: 0 0 20px;
}

.spotify h2 {
	font-size: var(--h2-font);
	line-height: normal;
	font-weight: var(--xl-wgt);
	color: var(--text-light) !important;
	margin: 0 0 20px;
	text-align: center;
}

.spotify h3 {
	font-size: var(--h3-font);
	line-height: normal;
	font-weight: var(--l-wgt);
	margin: 0 0 15px !important;
	color: var(--text-light);
}

.spotify h4 {
	font-size: var(--h4-font);
	line-height: 36px;
	color: var(--text-light);
	margin: 0 0 20px !important;
}

.spotify p,
.spotify li {
	font-size: var(--p-font);
	line-height: 25px;
	font-weight: var(--xs-wgt);
	margin: 0 0 24px;
	color: var(--text-light);
}

.subscribe_success_message h4 {
	color: #1ED760 !Important;
	font-size: 17px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.spotify.spotify-header {
	padding-top: 0px;
	background: linear-gradient(to bottom, #032649, #021527);
}

.spotify.spotify-header .flex {
	justify-content: flex-start;
	align-content: center;
	text-align: center;
}

.spotify.spotify-header .image {
	max-width: 450px;
	width: 320px;
	max-height: 450px;
	height: 285px;
	position: relative;
	margin: auto;
}

.spotify.spotify-header .content {
	max-width: max-content;
	margin: auto;
	width: 850px;
	position: relative;
	z-index: 1;
}

.spotify.spotify-header .content h3 {
	font-size: 25px;
	line-height: 30px;
	color: var(--text-light) !important;
}

.BackgroundColorContainer_backgroundColorContainer__YZSQ7 {
	background-color: #282828;
}

.swiper-wrapper.recent_podcast {
	margin: auto;
	border-top: 1px dashed #082840;
	padding: 20px 0;
}

.spotify .spotify-recent-playlist .swiper-wrapper .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 200px;
	justify-content: center;
	align-content: center;
	z-index: 2;
	position: relative;
	/* background: #0C1735;*/
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/
	/* border: 1px solid #0C1735;*/
	/* border-radius: 8px;*/
}

.spotify .spotify-recent-playlist {
	max-width: 1200px;
	margin: 80px auto 0;
}

.spotify.spotify-recent-playlist-wrapper {
	/* background: linear-gradient(180deg, #08539C 0%, rgba(0, 0, 0, 0.61) 100%);*/
	padding-bottom: 0px;
}

.spotify .spotify-recent-playlist .flex {
	grid-gap: 20px;
	padding: 20px 0px 12px 0px;
	align-content: center;
	margin: 0px;
}

.spotify .spotify-recent-playlist .swiper-slide .flex .image {
	max- width: 300px;
	width: 250px;
}

.spotify .spotify-recent-playlist .swiper-slide .flex .content {
	max-width: calc(100% - 300px);
	width: 900px;
}

.spotify .spotify-recent-playlist .swiper-slide .flex .iframe-content {
	width: 800px;
}

.spotify .spotify-recent-playlist .swiper-slide .flex .iframe-content p {
	margin-bottom: 0px;
	margin-top: 15px;
}

.spotify .spotify-recent-playlist .swiper-slide .flex .content h3 {
	margin: 0px 0px 5px !important;
	color: var(--text-light) !important;
}

.spotify.spotify-podcast-series .podcast-series-list-box {
	background: #061524;
	width: 265px;
	padding: 10px;
	position: relative;
	border-radius: 10px;
}

.spotify.spotify-podcast-series .podcast-series-list-box .image-wrapper {
	border-radius: 4px;
}

.spotify.spotify-podcast-series .podcast-series-list-box .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.spotify.spotify-podcast-series .podcast-series-list-box .podcast-series-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin: 10px 0px;
}

.spotify.spotify-podcast-series .podcast-series-list-box .podcast-series-info .tag {
	border-radius: 14px;
	background: #58D2FA;
	padding: 5px 10px;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.spotify.spotify-podcast-series .podcast-series-list-box .podcast-series-info .episode {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.spotify.spotify-podcast-series .podcast-series-list-box .podcast-series-info .episode span {
	color: #E4F1FF;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	margin-left: 5px;
}

.spotify.spotify-podcast-series .podcast-series-list-box h4 {
	margin: 0px !important;
}

.spotify .spotify-recent-playlist .slick-dots {
	text-align: end;
	top: 0px;
	right: 5%;
	display: none;
}

.spotify .spotify-recent-playlist .slick-prev {
	top: 15px;
	left: 87%;
	z-index: 1;
}

.spotify .spotify-recent-playlist .slick-next {
	top: 15px;
	right: 3%;
	z-index: 1;
}

.spotify.spotify-podcast-series .podcast-series-list-box .list-cta {
	position: absolute;
	content-visibility: hidden;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.spotify.spotify-podcast-series .podcast-series-list-box:hover .image-wrapper {
	filter: brightness(0.35);
	transition: .3s;
	cursor: pointer;
}

.spotify.spotify-podcast-series .podcast-series-list-box:hover .play_icon {
	width: 50px;
	height: 50px;
	background: #0000009c;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	left: 40%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
	cursor: pointer;
}

.spotify.spotify-podcast-series .podcast-series-list-box:hover .play_icon:after {
	content: "";
	position: absolute;
	left: 53%;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center center;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.spotify.spotify-podcast-series .podcast-series-list-box .play_icon {
	display: none;
}

.spotify.spotify-podcast-series {
	padding-bottom: 80px;
}

.spotify.spotify-feedback-box .content a {
	color: #E4F1FF;
	text-decoration: underline;
	font-weight: 500;
	text-underline-offset: 8px;
}

.footer-message {
	padding-top: 0px;
	background: #021527;
	padding: 15px;
	text-align: center;
	position: sticky;
	top: 92px;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-message h4 {
	color: #E4F1FF;
	margin-bottom: 0px;
	font-size: 14px;
	margin-left: 0px;
}

.footer-message a {
	color: white;
	text-decoration: underline;
}

.footer-message span.close {
	margin: 0 0 0 30px;
	color: #fff !important;
	position: absolute;
	right: 23px;
	cursor: pointer;
	font-size: 15px;
}

.spotify-page.menu {
	position: sticky;
	top: 0;
	z-index: 99999;
	background: #022649;
}

.spotify-page.menu .flex {
	width: 85%;
	max-width: 1000px;
	margin: auto;
	justify-content: space-between;
	padding: 20px 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

.spotify-page.menu .flex .prdlogo img {
	width: 200px;
}

.spotify-page.menu .flex .prdmenu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	grid-gap: 5px;
}

.spotify-page.menu .flex .prdmenu img {
	width: 32px;
}

.spotify-page.menu .flex .prdmenu span {
	color: white;
}

.spotify-header .flex .nav-dwn a {
	border-radius: 6px;
	background: #DE2236;
	font-size: 16px;
	cursor: pointer;
	z-index: 5;
	position: relative;
}

#notifyMeDetails.popup-box,
#successDetails.popup-box,
#video-popup-content.popup-box {
	position: fixed;
	z-index: 99999999;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
	display: none;
}

#notifyMeDetails.popup-box.show,
#successDetails.popup-box.show,
#video-popup-content.popup-box.show {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

#successDetails.popup-box .successDetails {
	min-height: 600px !important;
}

#notifyMeDetails.popup-box .notifyMeDetails,
#successDetails.popup-box .successDetails {
	max-width: 1000px;
	margin: auto;
	min-height: 650px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	border-radius: 23px;
	background: #052446;
	/* box-shadow: 0px 0px 51px 4px rgba(76, 132, 230, 0.35); */
	padding: 13px;
	animation: zoom 0.6s forwards;
}

#notifyMeDetails.popup-box .notifyMeDetails #closeSubscribePopup,
#successDetails.popup-box .successDetails #closePopup {
	position: absolute;
	right: -34px;
	cursor: pointer;
	top: -17px;
}

#notifyMeDetails.popup-box.zoomOut .notifyMeDetails,
#successDetails.popup-box.zoomOut .successDetails,
#video-popup-content.popup-box.zoomOut {
	animation: zoomOut 0.3s forwards;
}

#notifyMeDetails.popup-box .notifyMeDetails #closeSubscribePopup img,
#successDetails.popup-box .successDetails #closePopup img {
	width: 25px;
}

#successDetails.popup-box .successDetails .notifyMeContent {
	width: 750px !important;
}

#notifyMeDetails.popup-box .notifyMeDetails .notifyMeContent,
#successDetails.popup-box .successDetails .notifyMeContent {
	background: url(../images/subscribe-popup.png);
	background-size: cover;
	border-radius: 18px;
	width: 800px;
	position: relative;
}

#successDetails.popup-box .successDetails .notifyMeformWrapper {
	padding: 25px 25px 50px 25px !important;
	bottom: 75px !important;
	right: 30px !important;
}

#notifyMeDetails.popup-box .notifyMeDetails .notifyMeContent .notifyMeformWrapper,
#successDetails.popup-box .successDetails .notifyMeformWrapper {
	position: absolute;
	border-radius: 18px;
	background: rgba(2, 21, 42, 0.80);
	right: 33px;
	padding: 25px 20px 20px 25px;
	width: 350px;
	bottom: 33px;
}

#notifyMeDetails.popup-box .notifyMeDetails .notifyMeContent .notifyMeformWrapper .form {
	width: 100%;
}

#notifyMeDetails.popup-box .notifyMeDetails .notifyMeContent .notifyMeformWrapper h2 {
	color: var(--text-light) !important;
	margin-top: 0px;
}

#notifyMeDetails.popup-box .notifyMeDetails .notifyMeContent .notifyMeformWrapper .form .edi-btn inputgroup span {
	color: var(--text-light) !important;
}

#notifyMeDetails.popup-box .notifyMeDetails .notifyMeContent .notifyMeformWrapper .form .edi-btn inputgroup {
	margin-bottom: 20px;
}

#notifyMeDetails.popup-box .notifyMeDetails .notifyMeContent .notifyMeformWrapper .form .edi-btn inputgroup span.red {
	color: #f00 !important;
}

#notifyMeDetails.popup-box .notifyMeDetails .notifyMeContent .notifyMeformWrapper .form .edi-btn inputgroup input {
	border-radius: 6px !important;
	border: 1px solid #1F4B78 !important;
	background: #405D7D !important;
	width: 90% !Important;
	color: var(--text-light) !important;
}

#notifyMeDetails.popup-box .notifyMeDetails .notifyMeContent .notifyMeformWrapper .form .edi-btn inputgroup select {
	border-radius: 6px !important;
	border: 1px solid #1F4B78 !important;
	background: #405D7D !important;
	color: var(--text-light) !Important;
	margin-top: 10px !important;
}

#notifyMeDetails.popup-box .notifyMeDetails .notifyMeContent .notifyMeformWrapper .form .edi-btn inputgroup.select:after {
	border-top: 6px solid #fff;
}

#notifyMeDetails.popup-box .notifyMeDetails .notifyMeContent .notifyMeformWrapper .form .edi-btn p {
	color: var(--text-light) !important;
}

#notifyMeDetails.popup-box .notifyMeDetails .notifyMeContent .notifyMeformWrapper .form .edi-btn .downloadSubmit {
	border-radius: 8px !IMPORTANT;
	background: #DE2236 !IMPORTANT;
	color: white !important;
	border: none !IMPORTANT;
	width: 100% !important;
	cursor: pointer;
}

.spotify.spotify-header .image .logoGif:before {
	content: "";
	position: absolute;
	background-image: url(../images/Endpoint-pulse-logo.gif);
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	animation: hideAnimation 0s ease-in 11s;
	animation-fill-mode: forwards;
	background-position: center;
}

.spotify.spotify-header .image .staticImage:before {
	content: "";
	position: absolute;
	background-image: url(../images/logo.svg);
	top: -31px;
	right: 0px;
	bottom: 0px;
	left: -11px;
	background-repeat: no-repeat;
	background-size: 92% 100%;
	visibility: hidden;
}

.spotify.spotify-header .image .waveGif::before {
	content: "";
	position: absolute;
	background-image: url(../images/wave.gif);
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.spotify.spotify-header .image .waveGif.waveAnimation::before {
	animation: showAnimation 0s ease-in 11s;
	animation-fill-mode: forwards;
	visibility: hidden;
}

.spotify.spotify-header:before {
	display: none;
	background-image: url(../images/podcast_header_background_theme.svg);
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-size: contain;
	animation: animatedBackground 10s linear infinite;
	filter: opacity(0.3);
}

.spotify.spotify-feedback-box {
	/*background-image: url(../images/podcast_bottom_banner.png);*/
	background: #021527;
}

.spotify.spotify-feedback-box .flex {
	max-width: 1000px;
	grid-gap: 0px;
}

.spotify.spotify-feedback-box .image {
	max-width: 450px;
	width: 300px;
	height: 200px;
	position: relative;
}

.spotify.spotify-feedback-box .image img {
	width: 465px;
	object-fit: contain;
	left: -122px;
	position: absolute;
	top: -39px;
}

.spotify.spotify-feedback-box .content {
	max-width: calc(100% - 40%);
	width: 469px;
	padding-left: 30px;
}

.spotify.spotify-feedback-box .content h4,
.spotify.spotify-feedback-box .content p {
	color: #E4F1FF;
	font-size: 17px;
}

.spotify.spotify-feedback-box .content:first-child {
	border-right: 1px solid #4C657E;
	padding-right: 30px;
	padding-left: 0px;
}

.spotify-feedback-box .content.follow-up-box {
	background: #022649;
}

.spotify.spotify-feedback-box .follow-up-box {
	border-radius: 6px;
	background: #022649;
	padding: 20px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.spotify.spotify-feedback-box .follow-up-box img {
	width: 35px;
	object-fit: contain;
}

.spotify.spotify-feedback-box .follow-up-box p {
	max-width: calc(100% - 50px);
	margin: 0px;
	width: 345px;
}

#successDetails.popup-box .successDetails .notifyMeContent .notifyMeformWrapper .gif {
	max-width: 450px;
	width: 350px;
	max-height: 450px;
	height: 200px;
	position: relative;
}

#successDetails.popup-box .successDetails .notifyMeContent .notifyMeformWrapper .content h3,
#successDetails.popup-box .successDetails .notifyMeContent .notifyMeformWrapper .content p {
	color: #E4F1FF !important;
}

#successDetails.popup-box .successDetails .notifyMeContent .notifyMeformWrapper .content h3 {
	font-weight: 600;
	text-align: center;
	font-size: 21px;
}

#successDetails.popup-box .successDetails .notifyMeContent .notifyMeformWrapper .content p {
	margin-bottom: 30px;
	text-align: center;
}

#successDetails.popup-box .successDetails .notifyMeContent .notifyMeformWrapper .content .nav-dwn a {
	font-size: 16px;
	width: -webkit-fill-available;
}

#successDetails.popup-box .successDetails .notifyMeformWrapper .gif:before {
	content: "";
	position: absolute;
	background-image: url(../images/success.gif);
	top: 14%;
	right: 0px;
	bottom: 0px;
	left: 26%;
	background-repeat: no-repeat;
	background-size: 150px;
}

#successDetails.popup-box .successDetails .notifyMeformWrapper .gif:after {
	content: "";
	position: absolute;
	background-image: url(../images/celeb.gif);
	top: 14%;
	right: 0px;
	bottom: 0px;
	left: 26%;
	background-repeat: no-repeat;
	background-size: 200px;
}

#successDetails.popup-box .successDetails .notifyMeContent .notifyMeformWrapper .content {
	top: -8px;
	position: relative;
}

@keyframes hideAnimation {
	to {
		visibility: hidden;
	}
}

@keyframes showAnimation {
	to {
		visibility: visible;
	}
}

@keyframes animatedBackground {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 0px 300px;
	}
}

@keyframes zoom {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

@keyframes zoomOut {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(0);
	}
}

.spotify .spotify-recent-playlist .tab-menu-wrapper .tab-menu {
	display: flex;
	margin: auto;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	grid-gap: 60px;
	border-radius: 35px;
	text-align: center;
	color: #2c54be;
	padding: 10px 2px;
	margin-right: 20px !important;
	cursor: pointer;
	overflow: hidden;
}

.spotify .spotify-recent-playlist .tab-menu-wrapper .tab-menu li {
	background: white;
	border-radius: 35px;
	text-align: center;
	color: #2c54be;
	padding: 10px 20px;
	width: auto;
	max-width: 120px;
	cursor: pointer;
	overflow: hidden;
	font-family: 'ZohoPuvi';
	font-weight: 400;
	position: relative;
	z-index: 2;
	min-height: 30px;
	line-height: normal;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.spotify .spotify-recent-playlist .tab-menu-wrapper .tab-menu li span {
	display: block;
	font-size: 12px;
	line-height: normal;
}

.spotify .spotify-recent-playlist .tab-menu-wrapper .tab-menu li.active {
	background: #2c54be !important;
	color: white !important;
}

.spotify .spotify-recent-playlist .tab-menu-wrapper .tab-content .videoContent .swiper-wrapper {
	display: flex;
	margin: auto;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
	grid-gap: 30px;
       padding-bottom:30px;
}

.spotify .spotify-recent-playlist .swiper-wrapper {
	margin-bottom: 50px;
}

.spotify .spotify-recent-playlist .tab-menu-wrapper .tab-content .videoContent .swiper-wrapper .swiper-slide .flex {
	max-width: 500px;
}

.spotify .spotify-recent-playlist .tab-menu-wrapper .tab-content .videoContent .swiper-wrapper .swiper-slide .flex .iframe-content {
	width: 500px;
}

.spotify.spotify-feedback-link {
	background: #022649;
}

.spotify.spotify-feedback-link .flex {
	max-width: 1000px;
	grid-gap: 0px;
}

.spotify.spotify-feedback-link .flex .cta-grp.flex {
	justify-content: center;
	grid-gap: 20px;
}

.spotify.spotify-feedback-link .cta-grp .cta {
	font-size: var(--p-font);
	line-height: 22px;
	font-weight: var(--l-wgt);
	text-transform: uppercase;
	min-width: 150px;
	min-height: 44px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	color: var(--text-light);
	text-decoration: none;
	border: 1px solid var(--text-light);
	padding: 0 20px;
}

.spotify.spotify-feedback-link .cta-grp .free-trial.cta {
	background-color: #DE2236;
	border: 1px solid #DE2236;
}

.spotify.spotify-feedback-link .cta-grp .expert.cta {
	background-color: transparent;
	border: 1px solid #ffffff;
}

.spotify.spotify-feedback-link .content p {
	text-align: center;
}


.partner-stories {
	margin: auto;
	background: rgb(16, 48, 88);
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.partner-stories .epis-left {
	display: inline-block;
	vertical-align: top;
	width: 285px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	padding: 35px;
}

.partner-stories .epis-left:after {
	content: "";
	width: 20%;
	height: 20%;
	background: url(/ems/images/icon/play-icon.svg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 40%;
	opacity: .95;
	left: 0;
	right: 0;
	margin: auto;
}

.partner-stories .epis-left:before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	content: "";
	display: block;
	height: 100%;
	left: -75%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 50%;
	z-index: 2;
}

.partner-stories .epis-left:focus::before {
	animation: shine 0.85s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.partner-stories .epis-left:hover::after {
	opacity: .8;
}

.partner-stories .epis-left img {
	width: 100%;
	height: auto;
	cursor: pointer;
	border-radius: 50px;
}

.partner-stories .epis-right {
	width: calc(100% - 450px);
	display: inline-block;
	vertical-align: top;
	text-align: left;
	border-radius: 0 5px 5px 0;
	padding: 35px;
}

.partner-stories .epis-right .tag {
	background-color: #237ad1;
	color: white;
	padding: 2px 10px;
	border-radius: 10px;
	margin-left: 20px;
}

.partner-stories .epis-right span {
	color: white;
	font-size: 16px;
}

.partner-stories .epis-right h3 {
	padding: 20px 0;
	line-height: 28px;
	margin: 0px !important;
	color: white !important;
}

.partner-stories .epis-right p {
	font-size: 14px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
}

.partner-stories .epis-right .podcast-other-details {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.partner-stories .epis-right .podcast-other-details .speaker-sec {
	width: 70%;
	display: inline-block;
	vertical-align: top;
}

.partner-stories .epis-right .podcast-other-details .speaker-sec h4 {
	margin: 0px !important;
}

.partner-stories .epis-right .podcast-other-details .speaker-sec p {
	line-height: 18px;
	padding: 5px 0 0 0;
	margin: 0px !important;
}

#video-popup-content.popup-box.show .video-popup-inner {
	border: 1px solid rgb(16, 48, 88);
	border-radius: 5px;
	width: 800px;
	height: 450px;
	margin: 50px auto;
	position: relative;
	padding: 20px;
	backdrop-filter: blur(10px);
}

#video-popup-content.popup-box.show .video-popup-inner #closeVideo {
	cursor: pointer;
	position: absolute;
	right: -10px;
	top: -10px;
	background: #000;
	border-radius: 20px;
	-moz-transition: all ease-in-out .6s;
	-webkit-transition: all ease-in-out .6s;
	-o-transition: all ease-in-out .6s;
	transition: all ease-in-out .6s;
}

.partner-stories .epis-right .podcast-other-details .online-platforms {
	width: auto;
}

.partner-stories .epis-right .podcast-other-details .online-platforms h5 {
	color: #fff;
}

.partner-stories .epis-right .podcast-other-details .online-platforms .platform-list {
	display: flex;
	gap: 15px;
	justify-content: right;
}

.partner-stories .epis-right .podcast-other-details .online-platforms .platform-list li {
	margin: 0;
	display: inline-block;
	vertical-align: top;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	width: auto;
}

.partner-stories .epis-right .podcast-other-details .online-platforms .platform-list li img {
	height: 32px;
	width: auto;
	max-width: 36px;
}
.spotify-page.menu .prdmenu .prdmenu-logo-wrapper{
                display: flex;
    		flex-wrap: wrap;
    		grid-gap: 12px;	
       }

@media(max-width: 800px) {
	.partner-stories .epis-right {
		width: 100%;
	}

	.partner-stories .epis-left {
		width: 100%;
	}

	.spotify {
		padding: 60px 30px;
	}

	.spotify.spotify-header .flex {
		justify-content: center;
	}

	.spotify.spotify-header .content {
		max-width: 100%;
	}

	.spotify.spotify-feedback-box .content {
		max-width: 100%;
	}

	.spotify .spotify-recent-playlist .swiper-slide .flex .iframe-content {
		width: max-content;
	}

	.spotify-header .flex .nav-dwn {
		display: block;
	}

	.spotify.spotify-feedback-box .content:first-child {
		padding: 0px 0px 30px 0px;
		border-bottom: 1px solid #4C657E;
		border-right: none;
	}

	.spotify.spotify-feedback-box .content {
		padding: 50px 0px 30px 0px;
	}

	.spotify-page.menu .flex {
		width: auto;
		padding: 20px 30px;
		margin: 0px;
	}
	.spotify-page.menu .prdlogo{
           width:50%;
        }
	.spotify-page.menu .flex .prdmenu {
		align-content: flex-start;
               justify-content: flex-end;
               width:50%;
	}
        


	.spotify .spotify-recent-playlist .slick-prev {
		left: 76% !important;
	}

	.spotify .spotify-recent-playlist .slick-next {
		right: 0% !important;
	}

	#notifyMeDetails.popup-box .notifyMeDetails .notifyMeContent,
	#successDetails.popup-box .successDetails .notifyMeContent {
		height: auto;
		background: none !important;
		width: auto !important;
	}

	#notifyMeDetails.popup-box .notifyMeDetails .notifyMeContent .notifyMeformWrapper,
	#successDetails.popup-box .successDetails .notifyMeContent .notifyMeformWrapper {
		position: relative !IMPORTANT;
		padding: 25px 10px 0px 10px !important;
		left: 0px;
		top: 9px;
	}

	#notifyMeDetails.popup-box .notifyMeDetails .notifyMeContent .notifyMeformWrapper h2 {
		margin-bottom: 10px !important;
		margin-left: 20px;
	}

	#notifyMeDetails.popup-box .notifyMeDetails #closeSubscribePopup,
	#successDetails.popup-box .successDetails #closePopup {
		top: 7px;
	}
        .spotify .spotify-recent-playlist .tab-menu-wrapper .tab-menu{
               grid-gap:20px 30px;
        }
}

@media screen and (max-width: 760px) {
	.partner-stories .epis-right {
		width: 100%;
	}

	.partner-stories .epis-left {
		width: 100%;
	}

	.nav-dwn a {
		color: #fff !important;
	}

	.nav-dwn a:before {
		content: "";
	}

	#successDetails.popup-box .successDetails {
		min-height: 450px !important;
	}

	#successDetails.popup-box .successDetails .notifyMeContent .notifyMeformWrapper .content .nav-dwn {
		display: block !important;
	}
        
}

