@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');

body{
	overflow-x:hidden;
}
a {
	text-decoration: none;
}


/* Start Donate Section  */


.donation-left h2 {
	color: #ff0000;
	font-size: 48px;
	font-weight: bold;
	line-height: 72px;
	margin-bottom: 75px;
	padding-right: 65px;
}


.donation-left h2 b {
	color: #000;
}

/* Start  Donate Form */
.donation-area {
	padding-top: 80px;
	padding-bottom: 120px;
	position: relative;
	overflow: hidden;
}

.shape-cross-bar {
	background: url(../img/red_cross_logo.png) no-repeat;
	width: 260px;
	height: 260px;
	position: absolute;
	overflow: hidden;
	/* top: 15px; */
	top: 0px;
	left: -115px;
	z-index: 0;
	background-size: cover;
}

.shape-crossbar-right {
	background: url(../img/red_cross_logo.png) no-repeat;
	width: 260px;
	height: 260px;
	position: absolute;
	overflow: hidden;
	bottom: 35px;
	right: 0px;
	z-index: 0;
	background-size: cover;
}

.donation-form {
	text-align: center;
	position: relative;
	z-index: 1;
	width: 516px;
}

.donation-left {
	position: relative;
	z-index: 1;
}

.donation-header {
	background: #ff0000;
	padding: 35px 0;
	border-radius: 15px 15px 0 0;
}

.donation-text {
	padding-top: 30px;
}

.donation-header h2 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 42px;
	color: #fff;
}

.donation-wrapper {
	box-shadow: 0px 0px 7.36px 0.64px rgba(1, 1, 1, 0.28);
	border-radius: 0 0 15px 15px;
	padding: 0 40px;
	background: #fff;
}

.donation-text p {
	font-size: 21px;
	margin-bottom: 30px;
}

.donation-card {
	padding-bottom: 40px;
}

.amount-field button {
	font-weight: 600;
}

.amount-field {
	padding-bottom: 35px;
}

.donation-card img {
	width: 265px;
}

.donate-footer {
	padding-bottom: 10px;
}

.input-amount input {
	border-left: none;
	border-right: none;
}

.input-amount input::placeholder {
	font-size: 14px;
}

.input-group-text img {
	width: 32px;
	height: 32px;
}

.donate-footer p {
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 20px;
}

.donate-footer a {
	background: #000;
	font-size: 17px;
	font-weight: 500;
}

.amount-message {
	position: relative;
	transition: 0.4s ease;
	opacity: 0;
}

.amount-message.amount-error {
	opacity: 1;
}

.amount-error::after {
	content: "Minimum amount is 5";
	font-size: 12px;
	color: #f00;
	font-weight: bold;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: -7px;
	width: 100%;
}

/* End  Donate Form */

/* End Donate Section */


/* Start Podcast Brand */

.podcast-brands {
	background: #ff0000;
	padding: 25px 0px;
	position: relative;
}

.podcast_single {
	display: flex;
	align-items: center;
	justify-content: center;
}

.podcast-brands .container-fluid .row {
	justify-content: space-between;
}

.podcast_single {
	display: flex;
	align-items: center;
	justify-content: center;
}

.podcast_single img {
	width: 45px;
	height: 45px;
	object-fit: cover;
}

.podcast_single a {
	display: flex;
	text-decoration: none;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	padding: 7px;
	margin: 10px 0;
	width: 260px;
	box-shadow: 4px 3px 1px 1px rgba(1, 1, 1);
}

.podcast_single p {
	font-size: 14px;
}

.podcast_single p {
	color: #000;
	padding-left: 15px;
	margin-bottom: 0;
	font-weight: 500;
}

.podcast_single p span {
	color: #000;
	font-size: 20px;
	display: block;
	font-weight: 500;
	position: relative;
	bottom: 2px;
}

.brands-center-logo img {
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 320px;
	height: 350px;
}

.rss-feed{
    border-radius: 5px;
}

/* End Podcast Brand */


/* Start listen podcast */

.listen-interview {
	background: url(../img/listen-podcast-bg.jpg)top center no-repeat;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	padding-bottom: 35px;
}

.listen-content {
	width: 930px;
	background: #ffffffd1;
	margin-top: 49px;
	margin-left: 35px;
	position: relative;
}

.lef-shape {
	background: url(../img/redwhiteicon.svg)no-repeat;
	width: 100%;
	height: 217px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-size: cover;
}


.shadow-shape {
	background: url(../img/left-interview-shadow.png)no-repeat;
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0px;
	top: -45px;
	z-index: 2;
	background-size: cover;
}

.listen-para {
	padding: 150px 105px;
	padding-bottom: 25px;
	position: relative;
	z-index: 5;
}


.listen-content p {
	font-size: 27px;
	font-family: 'Inter', sans-serif;
	padding-top: 50px;
	line-height: 45px;
	color: #000;
}

.listen-content p.last-child {

	padding-top: 25px;
}

.listen-content p span {
	color: #ff0000;
    font-weight: 600;

}

.listen-content p span.fbold{
	color: #000;

}


.bottom-banner {
	text-align: end;
	/* padding-bottom: 15px; */
}


.listen-content p span.fbold br{
	display: none;
}


/* End listen podcast */


/* Start Blog Section  */

.blog-section {
	background: #f5f5f5;
}

.blog-wrapper .col-xxl-6 {
	padding-bottom: 100px;
}

.blog-title {
	text-align: center;
	padding-bottom: 90px;
}

.blog-title h2 {
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 80px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-title h2::after {
	content: "";
	position: absolute;
	bottom: -15px;
	width: 350px;
	height: 8px;
	background: #ff0000;
}

.blog-thumbnails img {
	width: 100%;
	border-radius: 5px;
	height: 100%;
	object-fit: cover;
}

.blog-content {
	padding-left: 40px;
}

.blog-content h2 {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 30px;
}

.blog-content p {
	margin-bottom: 35px;
}

.blog-content p a {
	font-size: 22px;
	color: #000;
	opacity: 50%;
	text-decoration: none;
	line-height: 1.5;
}

.blog-content.blogpadd {
	padding-left: 0;
}

a.donate-btn:hover {
	color: #fff;
}

.donate-btn {
	background: #ff0000;
	width: 280px;
	height: 75px;
	display: flex;
	font-size: 26px;
	border: none;
	border-radius: 15px;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}

/* End Blog Section  */


/* Start Donation form footer  */

.donation-footer {
	padding: 120px 0px;
	overflow: hidden;
	padding-bottom: 40px;
}

.donation-footer .container-fluid {
	padding: 0px;
}

.donation-title {
	overflow: hidden;
	padding-bottom: 35px;
}

.donation-footer .donation-form .donation-header {
	border-radius: 0;
}

.donation-footer-center img {
	width: 85%;
	height: auto;
}

.d-center-col {
	display: flex;
	justify-content: center;
	align-items: center;
}

.donation-footer-right {
	height: 100%;
}

.donation-footer-right img {
	width: 100%;
	height: 100%;
}


.donation-footer .donation-form .donation-wrapper {
	box-shadow: none!important;
}
/* End Donation form footer  */


.pb-stripe{
    padding-bottom: 30px;
}

.pb-stripe p{
	margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
	border: 1px solid #000;
    padding: 3px 0px;
    margin-bottom: 0;
    border-radius: 6px;
	margin: 0 auto;
	width: 155px;
}
.pb-stripe p b{
    font-weight: 900;
    font-size: 15px;
}




/* Start Responsive Css Code  */


.container {
	max-width: 1680px;
}


/********************************************************/
/* over devices **********************************/
/***/
@media only screen and (min-width: 1600px) {

	.container {
		max-width: 1725px;
	}

	.donation-text p {
		font-size: 23px;
	}
		
	.donation-title h2 br{
		display: none;
	}


	.shape-cross-bar {
		width: 240px;
		height: 240px;
	}

	.shape-crossbar-right {
		width: 240px;
		height: 240px;
		bottom: 45px;
		right: 10px;
	}

	.donation-left h2 {
		font-size: 45px;
		line-height: 55px;
		margin-bottom: 60px;
		padding-right: 0px;
		margin-top: 10px;
	}

	.episode01-main {
		padding: 48px;
		padding-bottom: 25px;
		position: relative;
		z-index: 5;
		left: 251px !important;
		top: 29px;
	}

	.donation-title img {
		width: 100%;
		background-repeat: no-repeat;
	}


	/* donation Area footer */

	.donation-footer {
		padding: 25px 0px;
		overflow: hidden;
		padding-bottom: 40px;
	}

	.donation-footer .container-fluid {
		padding: 0 35px;
	}
	
	.donation-footer .donation-title {
		overflow: hidden;
		padding-bottom: 35px;
	}

	.donation-footer-right img {
		width: 100%;
		height: auto;
	}

	.col-cs-4 {
		width: 30%;
	}

	.col-cs-5 {
		width: 35%;
	}

	.col-cs-3 {
		width: 35%;
	}

	.amount-field {
		padding-bottom: 15px;
	}

	.donation-text {
		padding-top: 12px;
	}

	.donation-header {
		background: #ff0000;
		padding: 20px 0;
		border-radius: 15px 15px 0 0;
	}

	.donation-header h2 {
		margin-bottom: 0;
		font-weight: 700;
		font-size: 32px;
		color: #fff;
	}

	.donation-card {
		padding-bottom: 15px;
	}

	.donate-footer {
		padding-bottom: 10px;
	}

	.donation-footer-center {
		text-align: center;
		border: 1px solid;
		padding: 35px 0px;
	}

	.donation-footer-center img {
		width: 369px;
		padding: 55px;
		height: 615px;
	}

	.donation-footer-right img {
		width: 90%;
		height: 700px;
		object-fit: cover;
	}

	.d-center-col {
		display: block;
	}

	/* Donation Footer End */

	.listen-content p {
		font-size: 20px;
		font-family: 'Poppins', sans-serif;
		padding-top: 50px;
		line-height: 35px;
		color: #000;
	}
		
	.listen-content p span.fbold br{
		display: none;
	}

}


.donation-footer-center {
    text-align: center;
}
/********************************************************/
/* xxl devices **********************************/
/***/
@media only screen and (min-width: 1400px) and (max-width: 1599px) {

	.episode01-main {
		padding: 48px;
		padding-bottom: 25px;
		position: relative;
		z-index: 5;
		left: 225px !important;
		top: 31px;
	}

	.donation-area .col-xl-7.align-items-center {
		align-items: flex-start !important;
	}

	.col-xxl-8 {
		width: 60%;
	}

	.col-xxl-4 {
		/* width: 40%; */
	}


	.audio-bg { 
		position: absolute !important;
		top: 76% !important; 
		left: 0;
	}
	.donation-header h2 {
		margin-bottom: 0;
		font-weight: 700;
		font-size: 36px;
	}

	.donation-left {
		padding-left: 80px;
	}

	.donation-left h2 {
		font-size: 36px;
		padding-top: 109px;
		padding-right: 30px;
		line-height: 65px;
	}

	.amount-field {
		padding-bottom: 25px;
	}

	.donate-footer p {
		margin-top: 5px;
		margin-bottom: 15px;
	}

	.donation-form {
		width: 417px;
	}

	.donation-header {
		padding: 25px 0;
	}

	.donation-wrapper {
		padding: 0 25px;
	}

	.donation-card {
		padding-bottom: 25px;
	}

	.donation-text p {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.donate-footer {
		padding-bottom: 10px;
	}

	.listen-content {
		width: 47%;
		margin-top: 35px;
		margin-left: 35px;
		background: #ffffffd1;
	}

	.listen-content p span.fbold{
		font-weight: bold;
		color: #000;
	}

	.listen-para {
		padding: 150px 58px;
		padding-bottom: 10px;
	}

	.listen-content p {
		font-size: 21.3333px;
		padding-top: 6px;
		line-height: 1.64;
	}

	.listen-content p.last-child{
		font-size: 22.1px;
	}

	.bottom-banner {
		/* padding-bottom: 25px; */
		background: #fff;
	}

	.bottom-banner img {
		width: 70%;
	}

	.donation-area {
		padding-top: 70px;
	}

	.shape-cross-bar {
		width: 210px;
		height: 210px;
		top: 15px;
		left: -70px;
	}

	.shape-crossbar-right {
		width: 210px;
		height: 210px;
		bottom: 55px;
		right: 8px;
	}

	.donation-text {
		padding-top: 20px;
	}

	.audio-bg { 
		position: absolute !important;
		top: 74%  !important;  
		left: 0;
	}

	.donate-footer p {
		font-size: 13px;
	}

	.d-center-col {
		display: block;
	}

	.donation-footer-center {
		text-align: center;
		border: 1px solid;
		padding: 35px 0px;
	}

	.donation-header {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.donation-header h2 {
		font-size: 34px;
		margin-top: 10px;
	}

	.donation-footer-right img {
		width: 100%;
		height: auto;
	}

	.donation-header img{
		width: 90px;
	}

	.donation-footer-center img {
		width: 369px;
		padding: 55px;
		height: 520px;
	}
	.col-cs-4 {
		width: 30%;
	}

	.col-cs-5 {
		width: 35%;
	}

	.col-cs-3 {
		width: 35%;
	}

	.donation-footer .donation-form .donation-wrapper {
		box-shadow: none!important;
	}


	/* Podcast Brands */

	.lef-shape {
		top: -2px;
	}

	.podcast-brands .container-fluid {
		display: block;
	}

	.podcast-brands .col-xl-2.d-flex {
		display: block !important;
	}

	.brands-center-logo img {
		width: 266px;
		height: 300px;
	}

	.brands-center-logo {
		top: 50%;
		left: 50%;
	}

	.podcast_single a {
		width: 100%;
	}

	.podcast-brands .container-fluid .col-xl-2 {
		width: 20% !important;
	}

	.fbold br {
		display: block;
	}

	/* Start Blog Section */

	.blog-wrapper .d-flex {
		display: block !important;
	}

	.blog-content {
		padding-left: 0px;
		overflow: hidden;
	}

	.blog-title h2 {
		font-size: 50px;
		padding-top: 40px;
	}

	.blog-title h2::after {
		bottom: -15px;
		width: 260px;
		height: 6px;
	}

	.blog-title {
		padding-bottom: 80px;
	}

	.blog-content h2 {
		font-size: 33px;
		line-height: 1.5;
	}

	.blog-content p a {
		font-size: 20px;
		line-height: 1.6;
	}

	.blog-content p {
		margin-bottom: 35px;
	}

	.donate-btn {
		width: 250px;
		height: 65px;
		font-size: 27px;
		border-radius: 10px;
	}

	.blog-thumbnails img {
		height: 390px;
	}

	.blog-wrapper .col-xxl-6 {
		padding-bottom: 75px;
	}

	.donation-footer .container-fluid {
		padding: 0 35px;
	}

	.donation-footer .donation-card img {
		width: 210px;
	}



	/* Donation Form */

	.donation-footer {
		padding: 40px 0px;
		padding-bottom: 40px;
	}

	
	.donation-footer .donation-form {
		width: 100%;
	}

	.donation-title img {
		width: 100%;
	}

}
 
/********************************************************/
/* xl devices **********************************/
/***/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

	/* Start Donation Area */

	.donation-left h2 {
		font-size: 36px;
		line-height: 50px;
		padding-right: 0;
		margin-bottom: 0;
		margin-left: 55px;
		margin-top: 70px;
	}
	.audio-bg { 
		position: absolute !important;
		top: 76% !important; 
		left: 0;
	}
	.donation-header {
		padding: 15px 0;
	}

	.donation-header h2 {
		font-size: 30px;
	}

	.donation-text {
		padding-top: 14px;
	}

	.donation-card {
		padding-bottom: 15px;
	}

	.amount-field {
		padding-bottom: 15px;
	}

	.donate-footer p {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.donation-area {
		padding-top: 20px;
		padding-bottom: 80px;
	}

	.donation-title {
		padding-bottom: 0;
	}

	.donation-wrapper {
		padding: 0px 25px;
	}

	.donation-text p {
		font-size: 13px;
		margin-bottom: 10px;

	}


	.shape-crossbar-right {
		width: 220px;
		height: 220px;
		bottom: 38px;
		right: 0;
		background-size: cover;
	}

	.shape-cross-bar {
		background: url(../img/red_cross_logo.png) no-repeat;
		width: 220px;
		height: 220px;
		position: absolute;
		overflow: hidden;
		top: -12px;
		left: -90px;
		z-index: 0;
		background-size: cover;
	}


	.donation-form {
		width: 385px;
	}


	/* Start brands Area */
	.podcast-brands .col-xl-2 {
		width: 20%;
	}

	.brands-center-logo img {
		width: 225px;
		height: 245px;
	}

	.brands-center-logo img {
		left: 50%;
	}

	.lef-shape {
		width: 100%;
		height: 156px;
		left: 0px;
		top: 15px;
	}

	.podcast_single {
		width: 100%;
		margin-right: 0;
	}

	.brands-center-logo {
		top: 50%;
		left: 50%;
	}

	.podcast_single p span {
		font-size: 16px;
	}

	/*  Start Listen Interview */

	.listen-content {
		width: 60%;
		margin-top: 50px;
		margin-left: 0;
	}

	.listen-para {
		padding: 100px 50px;
		padding-bottom: 0;

	}

	.listen-content p.last-child {
		padding-top: 0px;
	}

	.donation-footer-right img {
		max-width: 100%;
		height: auto;
	}

	.d-center-col {
		display: flex;
		justify-content: center;
		align-items: unset;
	}

	.listen-content p {
		font-size: 16px;
		padding-top: 39px;
		line-height: 29px;
		margin-bottom: 10px;
	}

	.bottom-banner img {
		text-align: end;
		padding-bottom: 30px;
	}

	.bottom-banner img {
		width: 50%;
	}


	/* Start Blog Section */

	.blog-wrapper .d-flex {
		display: block !important;
	}

	.blog-content {
		padding-left: 0px;
		overflow: hidden;
	}

	.blog-title h2 {
		font-size: 50px;
		padding-top: 40px;
	}

	.blog-title h2::after {
		bottom: -15px;
		width: 260px;
		height: 6px;
	}

	.blog-title {
		padding-bottom: 80px;
	}

	.blog-content h2 {
		font-size: 33px;
		line-height: 1.5;
	}

	.blog-content p a {
		font-size: 20px;
		line-height: 1.6;
	}

	.blog-content p {
		margin-bottom: 35px;
	}

	.donate-btn {
		width: 250px;
		height: 65px;
		font-size: 27px;
		border-radius: 10px;
	}

	.blog-thumbnails img {
		height: 390px;
	}

	.blog-wrapper .col-xxl-6 {
		padding-bottom: 75px;
	}


	/* Start Donation form footer */

	.donation-footer {
		padding: 40px 0px;
		padding-bottom: 40px;
	}

	.donation-title img {
		width: 100%;
	}

	.donation-footer-center img {
		width: 85%;
		height: auto;
	}

	.donation-footer-center {
		text-align: center;
		margin-top: 60px;
	}

	.donation-header img {
		width: 50px;
		height: auto;
	}

	.donation-card img {
		width: 200px;
	}

	.donate-footer {
		padding-bottom: 10px;
	}
}


/********************************************************/
/* lg devices **********************************/
/***/
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	/* Start Donation Area */
	.donation-text {
		padding-top: 10px;
	}

	.audio-bg { 
		position: absolute !important;
		top: 81%  !important; 
		left: 0  !important;
	}

	.donation-text p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.donation-card {
		padding-bottom: 10px;
	}

	.amount-field {
		padding-bottom: 10px;
	}

	.amount-field {
		padding-bottom: 10px;
	}

	.donate-footer {
		padding-bottom: 10px;
	}

	.donation-title {
		overflow: hidden;
		padding-bottom: 0px;
	}

	.donation-area {
		padding-top: 25px;
		padding-bottom: 100px;
	}

	.shape-cross-bar {
		width: 175px;
		height: 175px;
		left: -60px;
		object-fit: cover;
		background-size: cover;
	}

	.shape-crossbar-right {
		width: 175px;
		height: 175px;
		bottom: 5px;
		right: 0px;
		background-size: cover;
	}

	.donation-left h2 {
		font-size: 25px;
		line-height: 36px;
		margin-bottom: 0;
		padding-right: 0;
		padding-left: 50px;
	}

	.donation-header h2 {
		font-size: 30px;
	}

	.donation-form {
		width: 400px;
	}

	.donation-header {
		padding: 15px 0;
	}

	.donation-wrapper {
		padding: 0 30px;
	}

	.donate-footer p {
		font-size: 12px;
		margin-bottom: 10px;
	}

	
	.fbold br{
		display: none;
	}


	/* Start Podcast Brand */

	.podcast_single {
		width: 280px;
		margin-right: 0;
	}

	.shadow-shape {
		background: url(../img/left-interview-shadow.png)no-repeat;
		width: 101%;
		height: 130px;
		left: -2px;
		top: -30px;
	}

	.lef-shape {
		width: 100%;
		height: 675px;
		left: 0px;
		top: 5px;
	}

	.brands-center-logo {
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.brands-center-logo img {
		width: 280px;
		height: 300px;
	}

	.podcast-brands .col-lg-6.d-flex {
		justify-content: flex-end;
	}

	/* Start Listen Interview */

	.listen-content {
		width: 100%;
		margin-top: 35px;
		margin-left: 0;
	}

	.listen-para {
		padding: 100px 45px;
		padding-bottom: 5px;
	}

	.listen-content p {
		font-size: 18px;
		padding-top: 15px;
		line-height: 33px;
		margin-bottom: 0px;
	}

	.listen-content p.last-child {
		padding-top: 10px;
		margin-bottom: 10px;
	}

	.bottom-banner {
		text-align: end;
		padding-bottom: 35px;
	}

	.bottom-banner img {
		width: 60%;
	}


	/* Start Blog Section */

	.blog-wrapper .d-flex {
		display: block !important;
	}

	.blog-content {
		padding-left: 0px;
		overflow: hidden;
	}

	.blog-title h2 {
		font-size: 40px;
		padding-top: 40px;
	}

	.blog-title h2::after {
		bottom: -15px;
		width: 230px;
		height: 6px;
	}

	.blog-title {
		padding-bottom: 80px;
	}

	.blog-content h2 {
		font-size: 30px;
		margin-bottom: 30px;
		line-height: 1.4;
	}

	.blog-content p a {
		font-size: 20px;
		line-height: 1.6;
	}

	.blog-content p {
		margin-bottom: 35px;
	}

	.donate-btn {
		width: 250px;
		height: 65px;
		font-size: 27px;
		border-radius: 10px;
	}

	.blog-thumbnails img {
		height: 390px;
	}

	.blog-wrapper .col-xxl-6 {
		padding-bottom: 75px;
	}

	/* Start Donation form footer */

	.donation-footer {
		padding: 35px 0px;
	}

	.donation-footer .donation-header h2 {
		padding-top: 15px;
	}

	.donation-footer .donate-footer {
		padding-bottom: 0px;
	}

	.donation-title img {
		width: 100%;
	}

	.donation-footer .donate-footer p {
		font-size: 14px;
	}

	.donation-footer-right {
		margin-top: 0px;
		text-align: center;
	}

	.donation-footer-right img {
		width: 100%;
	}

	.d-center-col {
		display: flex;
		justify-content: center;
		align-items: unset;
	}

	.donation-footer-center {
		border: 1px solid;
		height: 100%;
		display: flex;
		align-items: center;
	}

	.donation-header img {
		width: 50px;
	}


	.col-cs-4 {
		width: 35%;
	}
	
	.col-cs-5 {
		width: 29%;
		padding: 0;
	}

	.col-cs-3 {
		width: 36%;
		padding-left: 0;
	}

	.d-center-col {
		display: block;
	}

	.donation-footer .donation-form {
		width: 100%;
	}
	
	.donation-footer .donation-title {
		padding-bottom: 35px;
	}

}

/********************************************************/
/* md devices **********************************/
/********************************************************/

@media only screen and (min-width: 768px) and (max-width: 991px) {

	/*  Start Donation Area  */

	.donation-form {
		width: 100%;
	}

	.shape-cross-bar {
		width: 170px;
		height: 170px;
		z-index: 0;
		background-size: cover;
		top: 45px;
		left: -56px;
	}
 
	.nav-tabs .nav-link {
		margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
		background: 0 0;
		border: var(--bs-nav-tabs-border-width) solid #fc565e;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		color: black;
		font-size: 15px;
	}
	
	.tab-donload-content {
		padding: 20px !important;
		padding-bottom: 15px;
	}
	.shape-crossbar-right {
		background: url(../img/red_cross_logo.png) no-repeat;
		width: 170px;
		height: 170px;
		bottom: 15px;
		right: 0;
		z-index: 0;
		background-size: cover;
	}

	.donation-area {
		padding-top: 65px;
		padding-bottom: 65px;
	}

	.donation-wrapper {
		padding: 0 20px;
	}

	.donation-left h2 {
		font-size: 24px;
		line-height: 1.6;
		padding-right: 0;
		margin-bottom: 0;
	}

	.donation-title h2 br{
		display: none;
	}

	.donation-header h2 {
		font-size: 30px;
	}

	.donation-header {
		padding: 25px 0;
	}

	.donation-text p {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.donate-footer p {
		font-size: 16px;
	}

	.donate-footer {
		padding-bottom: 10px;
	}

	/* Podcast Brands */

	.lef-shape {
		width: 100%;
		height: 675px;
		left: 0px;
		top: 5px;
	}

	.shadow-shape {
		background: url(../img/left-interview-shadow.png)no-repeat;
		width: 101%;
		height: 130px;
		left: -2px;
		top: -30px;
	}

	.brands-center-logo {
		text-align: center;
	}

	.brands-center-logo img {
		width: 250px;
	}

	.brands-center-logo {
		display: none;
	}

	.podcast_single {
		width: 100%;
		margin: 0 auto;
	}

	.podcast_single a {
		width: 70%;
	}

	/*  Start Listen Interview */

	.lef-shape {
		width: 275px;
	}

	.listen-para {
		padding: 25px;
		padding-bottom: 0px;
		padding-top: 115px;
	}

	.listen-content p.last-child {
		padding-top: 10px;
		margin-bottom: 10px;
	}

	.listen-content p {
		font-size: 18px;
		line-height: 1.5;
		padding-top: 25px;
	}

	.bottom-banner {
		text-align: end;
		padding-bottom: 15px;
		overflow: hidden;
	}

	.bottom-banner img {
		width: auto;
		height: 130px;
		object-fit: cover;
	}

	.listen-content {
		width: 100%;
		margin-top: 35px;
		margin-left: 0;
	}

	.fbold br{
		display: none;
	}

	/* Start Blog Section */

	.blog-title {
		padding-bottom: 60px;
	}

	.blog-title h2 {
		font-size: 30px;
		padding-top: 45px;
	}

	.blog-title h2::after {
		bottom: -15px;
		width: 170px;
		height: 6px;
	}

	.blog-content {
		padding-left: 0;
		overflow: hidden;
	}

	.blog-content h2 {
		font-size: 23px;
		margin-bottom: 30px;
	}

	.blog-content p a {
		font-size: 16px;
		line-height: 1.4;
	}

	.donate-btn {
		width: 220px;
		height: 60px;
		font-size: 26px;
		border-radius: 5px;
	}

	.blog-thumbnails img {
		width: 100%;
		border-radius: 5px;
		height: 320px;
		object-fit: cover;
	}

	.blog-content p {
		margin-bottom: 25px;
	}

	.blog-wrapper .col-xxl-6 {
		padding-bottom: 60px;
	}


	/* Start Donation form footer */


	.donation-footer {
		padding: 20px 0px;
	}


	.donation-footer .donation-form .donation-header img {
		width: 80px;
		margin-bottom: 15px;
	}

	.donation-title img {
		width: 100%;
	}

	.donation-footer-center img {
		width: 100%;
		height: 100%;
	}

	.donation-footer-right img {
		width: 400px;
		height: auto;
	}

	.donation-footer-right {
		margin-top: 30px;
		text-align: center;
	}

}


/********************************************************/
/* xs devices **********************************/
/********************************************************/
@media (max-width: 767px) {

	.episode01-main { 
		position: relative !important; 
		left: 45px !important;
		top: 0px !important;
	}
	.listen-interview-2 { 
		background-size: contain !important;
		padding-top: 33px !important;
		border: 1px solid grey !important;
	}
	.audio-bg {
		background-color: white !important;
		position: relative!important;
		top: 25px !important;
	}
	.listen-interview-1 { 
		height: auto !important;
	}
	.nav-link {
		display: block;
		padding: 4px;
		font-size: 11px;
		font-weight: var(--bs-nav-link-font-weight);
		color: var(--bs-nav-link-color);
		text-decoration: none;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	} 
	.tab-ul { 
		position: relative !important;
		top: 66px !important;
		margin-bottom: 0px !important;
	}
	.tab-ul li {
		padding-right: 8px !important;
	}
	.tab-ul li a {
		color: white !important;
		font-size: 12px !important;
	} 
	.tab-donload-content-img {
		text-align: center;
		margin-bottom: 30px;
	}
	.tab-side-img img{
		margin-top: 23px;
		width: 100%;
		height: auto;
	}
	/*  Start Donation Area  */

	.donation-form {
		width: 100%;
	}

	.donation-area {
		padding-top: 35px;
		padding-bottom: 60px;
	}

	.donation-left h2 {
		margin-bottom: 20px;
	}

	.shape-cross-bar,
	.shape-crossbar-right {
		display: none;
	}

	.donation-left h2 {
		font-size: 25px;
		line-height: 1.6;
		padding-right: 0;
	}

	.donation-header {
		padding: 25px 0;
	}

	.donation-header h2 {
		font-size: 30px;
	}

	.donation-text {
		padding-top: 20px;
	}

	.donation-text p {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.donation-wrapper {
		padding: 0 25px;
	}

	.donation-card {
		padding-bottom: 25px;
	}

	.donation-card img {
		width: 100%;
	}

	.donate-footer p {
		font-size: 14px;
		margin-bottom: 15px;
	}

	/* Start Listen Interview */

	.lef-shape {
		width: 100%;
    height: 380px;
    left: -20px;
    top: 20px;
	}

	.shadow-shape {
		height: 160px;
		left: 0px;
		top: -45px;
	}

	.listen-content {
		width: 100%;
		margin-left: 0;
	}

	.listen-content p {
		font-size: 16px;
		line-height: 1.5;
		padding-top: 15px;
	}

	.listen-para {
		padding: 25px;
		padding-bottom: 0px;
		padding-top: 55px;
	}

	.bottom-banner {
		text-align: start;
		padding-bottom: 30px;
	}

	.bottom-banner img {
		width: 100%;
	}


	/* Start Podcast Brand  */

	.podcast-brands {
		padding: 30px 25px;
	}

	.podcast-brands .container-fluid {
		display: block;
	}

	.podcast_single {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	.brands-center-logo {
		margin: 15px 0;
	}

	.brands-center-logo img {
		width: 100%;
		height: 100%;
		position: inherit;
		transform: inherit;
	}

	.podcast_single a {
		width: 100%;
	}

	.podcast_single p span {
		font-size: 18px;
	}

	/* blog Section */

	.blog-title {
		padding-bottom: 50px;
	}

	.blog-title h2 {
		font-size: 30px;
		padding-top: 45px;
	}

	.blog-title h2::after {
		bottom: -15px;
		width: 170px;
		height: 6px;
	}

	.blog-thumbnails img {
		width: 100%;
		height: 100%;
	}

	.blog-content {
		padding-left: 0px;
	}

	.blog-content h2 {
		font-size: 25px;
		margin-bottom: 25px;
		margin-top: 25px;
	}

	.blog-wrapper .col-xxl-6.d-flex {
		display: block !important;
	}

	.blog-content p {
		margin-bottom: 25px;
		overflow: hidden;
		display: block;
	}

	.blog-content p a {
		font-size: 18px;
		line-height: 1.5;
		display: block;
	}

	.donate-btn {
		width: 100%;
		height: 55px;
		font-size: 28px;
		margin-bottom: 50px;
	}


	.blog-wrapper .col-xxl-6 {
		padding-bottom: 0;
	}

	.blog-sm-0 {
		display: grid;
		order: 0;
	}

	.blog-sm-1 {
		display: grid;
		order: 1;
	}

	.blog-sm-2 {
		display: grid;
		order: 2;
	}

	.blog-sm-3 {
		display: grid;
		order: 3;
	}


	/* Start Donation form footer  */
	.donation-footer {
		padding: 45px 0px;
		padding-bottom: 30px;
	}

	.donation-title img {
		width: 100%;
	}

	.donation-title {
		padding-bottom: 20px;
	}

	.donation-footer .donation-form .donation-header img {
		width: 95px;
		padding-bottom: 10px;
	}

	.donation-footer-center img {
		height: 290px;
		width: 200px;
	}

	.donation-footer-center {
		padding: 35px 15px;
	}

	.fbold br{
		display: none;
	}

}


/********************************************************/
/* sm devices **********************************/
/********************************************************/

@media only screen and (min-width: 576px) and (max-width: 767px) {

	/*  Start Donation Area  */

	.donation-form {
		width: 480px;
	}

	.donation-left h2 {
		font-size: 27px;
	}

	.donation-area .col-sm-8 {
		margin: 0 auto;
	}


	/* Podcast Brands */
	.brands-center-logo {
		text-align: center;
	}

	.brands-center-logo {
		display: none;
	}


	/* Start Listen Interview */

	.lef-shape {
		width: 100%;
		height: 100%;
		left: 0px;
		top: 19px;
	}

	.bottom-banner img {
		width: auto;
	}

	/* Start Blog */

	.blog-thumbnails img {
		height: 300px;
	}

	.blog-content h2 {
		font-size: 22px;
		margin-top: 0;
	}
}



/* Start Conversation */

.conversation{
    background: url(../img/join-conversation-bg-1.png)top center no-repeat;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 80px;
}


.conversation-left h2{
    font-size: 72px;
    font-weight: 600;
    color: #fff;
    line-height: 84px;
}

.conversation-left p{
    font-size: 28px;
    color: #fff;
    line-height: 48px;
    padding-top: 25px;
}

.conversation-right{
    display: block;
    overflow: hidden;
    border-bottom: 4px solid #fff;
    margin-bottom: 40px;
}

.conversation-right ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.conversation-right li{
    margin-bottom: 33px;
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
}

.conversation-right li a{
    text-decoration: none;
    color: #ff0000;
    font-size: 36px;
    background: #fff;
    width: 270px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.social-area h6{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
}

.social-area ul{
    text-align: center;
    padding-top: 25px;
}

.social-area ul a{
    margin: 0 30px;
}

.social-area ul a i{
    color: #fff;
    font-size: 36px;
}

/* End Conversation */





/* Start Responsive Css Code  */


/********************************************************/
/* over devices **********************************/
/***/ 
@media only screen and (min-width: 1600px){


}

/********************************************************/
/* xxl devices **********************************/
/***/   
@media only screen and (min-width: 1400px) and (max-width: 1599px) {

    
    /* Start Conversation */

    .conversation {
        /* padding-top: 90px; */
        /* padding-bottom: 60px; */
    }

    .conversation-left h2 {
        font-size: 60px;
        line-height: 1.2;
    }

    .conversation-left p {
        font-size: 24px;
        line-height: 40px;
        padding-top: 25px;
    }

}

/********************************************************/
/* xl devices **********************************/
/***/ 
@media only screen and (min-width: 1200px) and (max-width: 1399px) {



    /* Start Conversation */

    .conversation-left h2 {
        font-size: 42px;
        line-height: 1.3;
    }

    .conversation-left p {
        font-size: 20px;
        line-height: 1.5;
        padding-top: 10px;
    }

    .conversation-right li {
        margin-bottom: 20px;
        width: 47.33%;
        float: left;
    }

    .conversation-right li a {
        font-size: 23px;
        width: 230px;
        height: 46px;
    }

    .conversation-right {
        margin-bottom: 25px;
    }

    .social-area ul a i {
        font-size: 30px;
    }

    .social-area ul {
        padding-top: 20px;
        padding-left: 0;
    }
}


/********************************************************/
/* lg devices **********************************/
/***/  
@media only screen and (min-width: 992px) and (max-width: 1199px) {


    /* Start Conversation */

    .conversation {
        /* padding-top: 50px; */
        /* padding-bottom: 50px; */
    }

    .conversation-left h2 {
        font-size: 45px;
        line-height: 1.3;
    }

    .conversation-left p {
        font-size: 22px;
        line-height: 1.5;
        padding-top: 10px;
    }

    .conversation-right li {
        margin-bottom: 33px;
        width: 50%;
        float: left;
    }

    .conversation-right li a {
        font-size: 22px;
        width: 193px;
        height: 43px;
    }

    .conversation-right {
        margin-bottom: 35px;
    }

    .social-area ul a i {
        font-size: 30px;
    }

    .social-area ul {
        padding-top: 20px;
        padding-left: 0;
    }

}
  
/********************************************************/
/* md devices **********************************/
/********************************************************/

@media only screen and (min-width: 768px) and (max-width: 991px) {


    /* Conversation Section */

    .conversation {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .conversation-left h2 {
        font-size: 50px;
        line-height: 1.2;
    }


    .conversation-left p {
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 25px;
        font-weight: 500;
    }

    .conversation-right {
        border-bottom: 2px solid #fff;
        margin-bottom: 30px;
    }

    .conversation-right li a {
        font-size: 28px;
        width: 250px;
        height: 60px;
    }

    .social-area h6 {
        font-size: 20px;
    }

    .social-area ul {
        padding-top: 15px;
        padding-left: 0;
    }

    .social-area ul a {
        margin: 0 20px;
    }

    .social-area ul a i {
        color: #fff;
        font-size: 28px;
    }

}
  

/********************************************************/
/* xs devices **********************************/
/********************************************************/
@media (max-width: 767px){


    /* Start Conversation */

    .conversation {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .conversation-left h2 {
        font-size: 40px;
        line-height: 1.3;
    }

    .conversation-left p {
        font-size: 21px;
        line-height: 1.5;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .conversation-right li {
        margin-bottom: 25px;
        width: 100%;
    }

    .conversation-right li a {
        font-size: 30px;
        width: 100%;
        height: 55px;
        font-weight: 600;
    }

    .conversation-right {
        margin-bottom: 35px;
    }

    .social-area ul {
        padding-top: 20px;
        padding-left: 0;
    }

    .social-area h6 {
        font-size: 18px;
    }

    .social-area ul a {
        margin: 0 15px;
    }

    .social-area ul a i {
        font-size: 30px;
    }


	.donation-footer .donation-wrapper .donate-footer {
		padding-bottom: 10px;
	}

}
   

/********************************************************/
/* Custom devices **********************************/
/********************************************************/

@media only screen and (min-width: 376px) and (max-width: 430px){

	.donation-left h2 {
		font-size: 24px;
	}

	.donation-title h2 br{
		display: none;
	}

	.listen-content p {
		font-size: 17px;
	}

}

