.development-wrap{
	display: none;
}

/*for header changes */
.headerWrapper{
	background: #fff !important;
  }
  .navigation-section.headerNav>.menu-my-menu-container>ul>li>a{color: #000 !important}
  .header-call-number{    border: 1px solid #000 !important;background: #000 !important;color: #fff !important;}
  .header-call-icon{border:1px solid #000 !important;}
  .header-call .fa-phone, .headerWrapper .nav_button span i {color: #000 !important; }
  .headerWrapper .white-logo{display: none !important;}
  .headerWrapper .blue-logo{display: block !important; }
  .getStartedBtn:hover{border:1px solid #2571f0 !important;}

  /*End*/

.headerNav.navigation-section{
    margin-left: 70px !important;
}
.new-breadcrumb{
    margin-bottom: 0 !important; padding-bottom: 0 !important;max-width: 1300px;padding-left: 20px !important;margin: 0 auto !important;
}
/* breadcrumbs css */
.breadcrumbs a{ color: #000; border-bottom: 2px solid transparent !important;}
.breadcrumbs a:hover{ border-bottom: 2px solid #000 !important; }
.breadcrumbs span{ color: #000;}
.breadcrumbs>li+li:before{ color: #000 !important; }


/* .podcast-banner-section{ padding-top: 83px;  background-color:rgb(214, 214, 220);  background-image: url('../img/podcast-background-img.png');
    background-repeat: no-repeat;  background-size: cover;
} */

.podcast-banner-section {
  position: relative;
  padding-top: 83px;
  min-height: 420px;
  overflow: hidden;
  background: linear-gradient(115.51deg, rgba(205, 224, 255, 0.7) 77.59% rgba(255, 255, 255, 0.9) 28.47%);
}

/* Background image layer */
.podcast-banner-section::after {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url('../img/podcast_banner_bg_main_img.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;

  opacity: 0.35; /* KEY: keeps image very subtle */
  pointer-events: none;
}

/* Content stays above */
.podcast-banner-section > * {
  position: relative;
  z-index: 1;
}

.podcast-banner-wrapper{ 
	padding: 0 20px;  
	padding-top: 20px;
	max-width: 1300px;
	margin: 0 auto;  
}
.podcast-banner-flex{ display: flex;  justify-content: space-between; align-items: center; gap: 20px 30px; min-height: 540px; }
.podcast-left-side{
	max-width: 570px; 	width: 100%; padding: 40px 0;
}
.podcast-right-side{
	max-width: 420px; 	width: 100%; position: relative; padding-bottom: 36px;
}
.floating-info{
	position: absolute;
	border-radius: 10px 10px 0px 10px; background: #2571F0; padding: 9px;
	top: 181px;
    left: -52px;
}
.floating-position{
	position: relative; align-items: center;
}
.floating-position::before{ content: ''; position: absolute; bottom: 0; height: 20px; width: 15px; top: 54px; right: -9px; z-index: 1; background-color: #115EDD; clip-path: polygon(100% 0, 0% 100%, 0 0);

}
.floating-info p{  color: #FFF; font-family: inter; font-size: 18px; font-weight: 700; line-height: normal;
	margin-bottom: 0; text-transform: uppercase;}
.floating-info span{  color: #FFF; font-family: inter; font-size: 18px; font-weight: 500; line-height: normal;
	text-transform: capitalize;
}

.podcast-left-side h1{
    color: #333333; font-family: inter; font-size: 50px; font-weight: 700; line-height: normal;
	margin-bottom: 15px;
}
.podcast-left-side p{ color: #333333; font-family: inter;	font-size: 18px; font-weight: 500;
	line-height: 30px; margin-bottom: 30px; }
.core-btn.tacos-btn{
    background: #2571f0 ;
    color: #fff !important;
    font-family: inter;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    border: 2px solid #2571f0 ;
	margin-left: 0 !important;
}
.core-btn.tacos-btn:hover{
	background: #fff !important ;
	color: #2571f0 !important;
}
/* headings  */
.podcast-main-heading{
	color: #333333;
	font-family: inter;
	font-size: 36px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 60px;
}
/* .latest-podcast-header{
	margin-bottom: 60px;
} */
/* latest podcast section start  */
.latest-podcast-section{
	max-width: 1300px; padding: 70px 20px; margin: 0 auto ;
}
.latest-left-side{ 
	max-width: 640px; 
}
.latest-left-side img{
	min-width: 410px; 
}
.latest-podcast-flex{
	display: flex;
	flex-direction: column !important;
	gap: 30px; padding-bottom: 60px;
}
.latest-podcast-flex:last-child{ margin-bottom: 0 !important; }
.latest-right-side{ 
	max-width: 640px; width: 100%; 
}
.latest-right-side a{ 
	color: #212527; font-family: inter; font-size: 30px; font-weight: 700; line-height: normal; 
	 margin-bottom: 15px;
}
.latest-right-side a:hover{
	color: #417fe7;
}
.latest-right-side p{
	color: #333333; font-family: inter; font-size: 16px; font-style: normal;font-weight: 400;	line-height: 30px;	
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}
.podcast-icon-flex{
	display: flex; align-items: center; gap: 5px; margin-bottom: 7px; margin-right: 20px;
}
.podcast-icon-flex:last-child{ margin-right: 0 !important;}
.podcast-icon-flex p{ color: #323232; font-family: inter; font-size: 12px; font-weight: 400; 	line-height: normal;  
	 margin-bottom: 0;
}

/* about-podcast section  */
.about-podcast-section{
	background: #FAFAFA;
}
.about-podcast-wr{ 
	padding: 70px 20px; max-width: 1300px; margin: 0 auto;
}
.about-podcast-wr h2{
	margin-bottom: 20px !important;
}
.about-podcast-wr p{ color: #000; text-align: center; font-family: inter; font-size: 18px; font-weight: 400; line-height: 28px;
}

/* host-section start */
.host-section{
	max-width: 1300px; padding: 70px 20px; margin: 0 auto; 
}
.host-flex{
	display: flex; align-items: center; justify-content: center; gap: 20px 30px; 
}
.host-col{
	display: flex; align-items: center; gap: 22px; max-width: 460px; width: 100%; flex-direction: column;
}
.host-img-wr{
	min-width: 180px;
	position: relative;
}
.host-img-wr img{
	z-index: 2; position: relative; border-radius: 50%;
}
.host-img-wr::before{ position: absolute; content: ''; height: 60px; width: 60px; background: #E8E8E8; top: -4px; left: -5px; border-radius: 50%; z-index: 1;
}
.host-img-wr::after{ position: absolute; content: ''; height: 43px; width: 43px; background: #EEF4FF; bottom: 4px; right: 2px; border-radius: 50%; z-index: 1;
}
.host-content-wr a{ color: #323232; font-family: inter; font-size: 20px; font-weight: 700; line-height: 22px; 
	text-transform: capitalize; margin-bottom: 2px; text-decoration: none; display: inline-flex;
    align-items: center;
    gap: 8px;
}
.host-content-wr a:hover{
	color:#417fe7;
}
.host-content-wr .host-position{ color: #323232; font-family: inter; font-size: 12px; font-weight: 400; line-height: 22px; 
	margin-bottom: 10px;
}

.host-content-wr .host-text{  color: #323232; font-family: inter; font-size: 14px; font-weight: 400; 
	line-height: 22px; text-transform: capitalize; margin-bottom: 0;
}

/* podcast form section */
.podcast-form-section{
	background: #F4F8FF;
}	
.podcast-form-wr{ max-width: 1300px; margin: 0 auto; width: 100%; padding: 70px 20px; display: flex; align-items: center; gap: 30px;}
.podcast-form-wr h2{
	color: #333333 !important; max-width: 690px; margin: 0; margin-bottom: 20px; text-align: start !important; 
}
.podcast-form-wr p{ color: #535359 !important; font-family: inter; font-size: 18px; font-weight: 500; line-height: normal; 
	max-width: 770px; margin: 0; margin-bottom: 30px; text-align: start !important;
}
.podcast-form-box{
	max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.podcast-form-wr .podcast-form-content{
	max-width: 610px;
	width: 100%;
}
.podcast-form-box .form-control{
	height: 44px;
	min-height: 44px;
	border-radius: 4px;
	padding: 7px 10px;
	border: 1px solid #2372F2 !important;

	color: #000 !important;
	font-family: inter;
	font-size: 17px !important;
	font-weight: 500 !important;
	line-height: normal !important;
	margin-bottom: 0 !important;
}
.podcast-form-box .form-control::placeholder{
	color: #AFAFAF !important;
	font-family: inter;
	font-size: 17px !important;
	font-weight: 500 !important;
	line-height: normal !important;
}
.g-recaptcha{
	margin-top: 16px;
}
.podcast-form{
	position: relative;
}
.podcast-form-btn{
	border-radius: 4px;
	background: #2372F2;
	box-shadow: none !important;
	color: #fff !important;
	height: 44px;

	font-family: inter;
	font-size: 17px !important;
	font-weight: 700 !important;
	padding: 10px 30px !important;
	line-height: normal;
}
.share-social-float-icons{
	position: absolute;
	padding: 12px 20px;
    padding-right: 69px;
	top: 37px;
    right: 0;
	background-color: #fff !important;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 
	            0 3px 6px -4px rgba(0, 0, 0, 0.12), 
				0 9px 28px 8px rgba(0, 0, 0, 0.05);
	
}
.social-modal-close-icons{
	position: absolute;
    right: -57px;
    top: -10px;
}
.transparent-btn{
	background-color: transparent;
	border: 0 !important;
	outline: 0 !important;
	height: auto !important;
	background-color: transparent !important;
	display: inline-flex;
	padding: 0 !important;
	gap: 5px;
}
.float-social-media-icons{
	display: flex; align-items: center; position: relative; gap: 20px;
}
.float-social-media-icons a{
	height: 40px;
    width: 40px;
    background:  #1c3c73;;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;	
}
.float-social-media-icons a{
	margin-bottom: 0 !important;
}
.float-social-media-icons a .fa{
	color: #fff !important;
    font-size: 21px;
}


.pagination{
	justify-content: center;
}
.pagination .page-numbers {
	margin: 0 20px;
	color: #323232;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	font-family: inter;
  }
.pagination .page-numbers.current {
	color: #2571F0 !important;
}

/* revamp changes here */
.swiper-button-next, .swiper-button-prev{
	background: #2571F0;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: unset !important;
    font-size: 16px !important;
    color: #fff !important;
	margin-top: 0 !important;
}
.swiper-button-next{
	padding-left: 6px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 20px !important;
}
.latest-podcast-header{
	display: flex; align-items: center; justify-content: space-between;
}
.latest-podcast-header h2{
	text-align: start !important;
}
/* aim at section start */
.aim_at_bg {
  background-image:  url('../img/What_we_aim_bg_image.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

 .aim_at_container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 65px 20px;
    display: flex;
    align-items: center;
    gap: 16px 0;
}

.aim_at_image {
    flex: 0 0 40%;
    max-width: 40%;
}
.aim_at_image img{
    margin-top: 10px;
}
.aim_at_content_wrapper {
    flex: 1;
}

.aim_at_heading {
    font-family: Inter;
    font-weight: 800;
    font-size: 36px;
    line-height: 1.2;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 13px;
    color: #fff;
    padding-left: 70px;
}

.aim_at_content {
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    padding-left: 70px;
}

.aim_at_content p {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.aim_at_content p:last-child {
    margin-bottom: 0;
}
.amin-vid-wr{
    display: flex;
    gap: 10px;
    padding: 10px 2px;
    background-color: #fff;
    margin-top: 25px;
}
.amin-vid-wr p{
    font-family: Inter;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 0;
}
.latest-left-side iframe{
	max-width: 640px !important;
	width: 100% !important;
}
.bordered-secondary-btn{
	border-radius: 4px !important;
	border: 1px solid #C6CFDD !important;
	padding: 6px 8px !important;
	padding-right: 12px !important;
	display: inline-flex !important;
	align-items: center;
	color: #333333 !important;
	font-size: 14px !important;
}
.latest-play-btn-wrapper {
    margin-top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.latest-right-side a.play-episode-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 22px;
    background-color: #2372F2;
    color: #ffffff !important;
    border-radius: 6px;

    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;

    margin-bottom: 0 !important;
}

.latest-right-side a.play-episode-btn i {
    font-size: 18px;
}

.latestPodcastSwiper {
    height: 100%;
}

.latestPodcastSwiper .swiper-wrapper {
    align-items: stretch;
}

.latestPodcastSwiper .swiper-slide {
    height: auto !important;
    display: flex;
}


@media only screen and (max-width : 1366px){
	/* banner css  */
	.podcast-banner-wrapper{
		padding-top: 8px;
	}
}
@media only screen and (max-width : 1200px){
	/* header css  */
	.headerWrapper .nav_button span i{ color: #000 !important; font-size: 32px !important;}
	/* banner css  */
	.podcast-right-side {
		max-width: 400px;
	}
	.podcast-banner-flex {
		min-height: 470px;
	}
	.floating-info{
		top: 125px; padding: 6px;
	}
	.floating-info p{
		font-size: 15px;		
	}
	.floating-info span{ font-size: 14px;}
	.floating-info img{ max-width: 26px;}
	.floating-position::before{top: 48px; right: -7px;}

	/* latest section css  */
	.podcast-main-heading{
		font-size: 30px;
	}
	.latest-right-side a{
		font-size: 28px;
		font-weight: 600;
	}
	.latest-left-side iframe{
		width: 100% !important;
		height: 340px !important;
	}
	.aim_at_heading{
		font-size: 30px;
    	line-height: normal;
	}
}
@media only screen and (max-width : 1024px){
	/* header css */
	.page-template-temp-podcast .headerWrapper .nav_button span i {
		color: #000 !important;
	}
	/* banner css  */
	.podcast-banner-wrapper {
		padding-top: 30px;
	}
	.podcast-right-side {
		max-width: 340px; padding-top:15px;
	}
	.podcast-banner-flex{
		min-height: 350px; align-items: center; gap: 20px 95px;
	}
	.podcast-left-side h1{
		font-size: 32px;
	}
	.podcast-left-side p{
		font-size: 16px; line-height: 25px;
	}
	.floating-info{
		top: 73px;
	}
	/* latest section css */
	.latest-left-side img{
		min-width: 360px;
	}
	.latest-podcast-flex{
		gap: 20px;
	}
	.latest-podcast-section{
		padding: 50px 20px;
	}
	/* about section css */
	.about-podcast-wr{
		padding: 50px 20px;
	}
	/* host section css here */
	.host-section{
		padding: 50px 20px;
	}
	.host-img-wr {
		min-width: 115px;
		width: 150px;
	}
	.host-content-wr .host-text{
		font-size: 13px;
	}
	.host-flex{
		gap: 24px 24px;
	}
	/* podcast form section css */
	.podcast-form-wr{
		padding: 50px 20px;
	}
	.latest-podcast-flex{
		margin-bottom: 45px;
	}
	.latest-left-side iframe {
		width: 100% !important;
		height: 340px !important;
	}
}

@media only screen and (max-width : 768px){
	.podcast-banner-flex{
		flex-wrap: wrap; flex-direction: column-reverse;
	}
	.podcast-banner-wrapper {
		padding-top: 8px;
	}
	.podcast-right-side {
		max-width: 280px;
		padding-top: 10px;
		margin: 0 auto;
	}
	.podcast-left-side{
		padding-top: 10px;
		max-width: 100%;
	}
	.core-btn.tacos-btn{
		margin:0 auto !important;
	}
	.podcast-left-side h1 {
		font-size: 30px;
	}
	.latest-podcast-flex{
		flex-wrap: wrap;
	}
	.latest-left-side{
		max-width: 100% !important;
	}
	.latest-left-side iframe {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 auto;
    	height: 307px !important;
	}
	.podcast-main-heading{		
		font-size: 28px;
		margin-bottom: 32px;
	}
	/* .latest-podcast-header{
		margin-bottom: 32px;
	} */
	.latest-right-side a{
		font-size: 26px;
	}
	.latest-podcast-flex {
		gap: 30px;
	}
	.latest-right-side{
		max-width: 100%;
	}
	.host-flex{
		flex-wrap: wrap;
	}
	.host-col{
		max-width: 100%;
	}
	.latest-podcast-flex {
		margin-bottom: 30px;
	}
	.podcast-form-wr p{
		font-size: 16px;
	}
	/* form section css  */
	/* .podcast-form-box .form-control {
		height: 60px;
		min-height: 60px;
	} */
	.podcast-form-btn {
		font-size: 16px !important;
		padding: 14px 21px !important;
	}	
	/* .podcast-form-box .form-control{
		padding-right: 165px;
	} */
	.aim_at_container{
		flex-direction: column;
        gap: 30px;
	}
	.aim_at_heading,
	.aim_at_content{ padding-left: 0 !important; }
	.aim_at_image img{
		margin-top: 0 !important;
	}
	.aim_at_image {
		flex: 0 0 40%;
		max-width: 400px;
	}
	.aim_at_heading{
		font-size: 28px;
	}
	.podcast-form-wr{
		flex-direction: column;
		gap: 30px;
	}
	.podcast-form-wr .podcast-form-content{
		max-width: 100%;
	}
}
@media only screen and (max-width : 520px){
	.latest-left-side iframe {
		width: 100% !important;
		height: 239px !important;
	}
	.podcast-form .d-flex:first-child {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width : 425px){
	.share-social-float-icons{
		right: auto !important;
		left: 0;
	}
	.float-social-media-icons{
		flex-wrap: wrap;
	}
}
@media only screen and (max-width : 420px){
	.floating-info{
		position: unset;
		margin-top: 16px;
	}
}