body{
padding-bottom:147px;
}
body.withsubscribe{
}
.podcast_container{
	padding-bottom:100px; 
}
.scrollable_list .owl-nav button.owl-next,
.scrollable_list .owl-nav button.owl-prev{
	position: absolute;
	height: 40px;
	width: 70px;
	display: block;
	top: 50%;
	background-image:url("../images/arrow_send.svg") !important;
	background-size:contain !important;
	background-repeat:no-repeat !important;
	background-position:center !important;   
}
.scrollable_list .owl-nav button.owl-next.disabled,
.scrollable_list .owl-nav button.owl-prev.disabled{
	display: none !important;
}
.scrollable_list .owl-nav button.owl-next{
	right:-35px; 
}
.scrollable_list .owl-nav button.owl-prev{
	left: -35px;
	transform: rotate(180deg);
}
.scrollable_list .owl-nav button.owl-next span,
.scrollable_list .owl-nav button.owl-prev span{
	opacity:0; 
}
.parent_section{
	position: relative;
	line-height:1;
	margin-top:65px;
}
.wrapper_box{
	position:relative;
	height:100%;
	width: 100%;
}
.wrapper_box::before{
	content: '';
	position:absolute; 
	height:calc(100% +  5px);
	width: 94%;
	background-color:rgba(232,231,230,0.5);
	top: -10px;
	left: 30px;   
}
.title_text{
	font-size:42px;
	color:#000000;
	font-weight:800;
	margin-bottom:53px;
}
.subtitle_text{
	position:relative; 
	font-size:42px;
	color:#73C5C6;
	font-weight:800;
	margin-bottom:53px;
	padding-left: 40px;
}
.subtitle_text::before{
	content:'';
	position:absolute;
	top:65%;
	transform: translateY(-50%); 
	left: 0px;
	height: 5px;
	width: 27px;
	background-color:#73C5C6;     
}
.title_section{
	display:block; 
	position:relative; 
	height: 375px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
} 
.padding_around{
	padding: 20px 10px;
}
.bshadow{
	width:100%;
}
.bshadow:hover{
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);  
}
.inner_part{
	position:absolute;
	bottom:44px; 
	left:50%;
	transform: translateX(-50%); 
	width:80%; 
}
.text_part{
	background-color:rgba(255,255,255,0.75);
	height: 100px; 
	padding:25px;
	color:#000000;  
}
.text_part_title {
    position: relative;
    line-height:1.3;
    font-weight:bolder; 
    overflow: hidden;
    text-overflow:ellipsis;  
    white-space:nowrap;
    height:35px;  
}
.author{
	padding-top:10px; 
	position:relative; 
	font-size:12px;
	overflow: hidden;
	text-overflow:ellipsis;  
	white-space:nowrap;
}
.author::before{
	content:'';
	position:absolute;
	top: 0px;
	left: 0px;
	height:2px;
	border-radius:2px; 
	width:30%;
	background-color:#000000;     
}
.video_parent{
	position:relative;
}
.video_icon{
	position: absolute;
	left: 50%;
	 transform: translateX(-50%); 
	height:90px;
	width:90px;  
	display:block; 
	margin-top:29px;
}
.section_two{
	display:block; 
	position:relative; 
	/*height:242px;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.div_wrapper{
	position: relative;
padding-top:100%;
}
.section_two .text_part{
	height:120px; 
	background-color: rgba(255,255,255,0.75);  
}
.section_two .text{
	height:38px; 
	height: 63px;
	font-size: 12px;
	line-height: 1.7; 
	overflow:hidden;
	text-overflow:ellipsis;   
}
.section_two .author{
	padding-top:10px ;
	font-size:12px; 
}
.section_two .author::before{
	background-color:#979797;
}
.inner_part_container{
	position: absolute;
	width:80%; 
	bottom: 0;
	left: 50%;
	 transform: translate(-50%,-50%); 
}
.player_part{
	display: flex;
	background-color:#FFFFFF;
	padding:20px;
	align-items:center; 
}
.icon_part{

}
.btn_part{
	display:block;
	border-radius:100px;  
	position:relative; 
	height:45px;
	width:45px;
	margin-right: 25px;
}
.play , .pause{
	height:25px;
	width:25px;
	display:block; 
	position: absolute;
	top: 50%;
	left:58%;
	transform: translate(-50%,-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;  
}
.play{
	background-image:url(../images/play.svg);
}
.pause{
	background-image:url(../images/pause.svg);
}
.detail_part{
	width:100%; 
}
.progress_part{
	width:100%;
	line-height: 0;
}
.progress_line{
	position: relative;
	padding-left:10px;
	padding-right:10px; 
	height:3px;
	width:100%;
	background-color:#000000;
	border-radius: 5px;   
}
.progress_line::before,.progress_line::after{
	content:'';
	position:absolute;
	top: -6px;
	height: 15px;
	width: 3px;
	background-color: #000000;
	border-radius: 50px;
}
.progress_line::before{
	left: 0px;
}
.progress_line::after{
	right:0px; 
}

.progress_point{
	position:absolute; 
	top: -4px;
	left: 15px;
	height:10px;
	width:10px;
	background-color: #FFFFFF;
	border:#000000 1px solid; 
	border-radius:100px;    
}
.time_display{
	padding-top:15px; 
	display:flex; 
	justify-content: space-between;
}
.start_time{
	font-size:10px;
	color:#000000;
	width: 70px;
	padding-right: 10px;
}
.end_time{
	font-size:10px;
	color:#000000;
	width: 70px;
	padding-left: 10px;
	text-align: right;
}
.player_full{
	z-index: 9;
	border-top:#979797 1px solid; 
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0px; 
	padding-bottom:10px;
	padding-top:10px; 
	background-color: #D8D8D8;
	align-items:center; 
}
.playerfull_wrapper{
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.left_part{
	display: flex;
	align-items:center; 
}
.previous_btn{
	line-height:0; 
}
.play_btn .btn_part{
	margin-left: 35px;
	margin-right: 35px;
}


.play_btnbottom{
	background-image:url(../images/play.svg);
}
.pause_btnbottom{
	background-image:url(../images/pause.svg);
}

.left_part_parent{
	display:flex; 
	width:1000px;
	justify-content: space-between;
	padding-right: 30px;
}
.next_btn{
	line-height:0; 
	transform: rotate(180deg);
}
.middle_part{
	display: flex;
	align-items:center;
	width: 550px;
}
.middle_part .progress_line{
	background-color:#000000;  
}
.middle_part .progress_line .progress_point{
	border:#000000 2px solid;
	background-color:#D8D8D8; 	
}
.left_part{
	width:170px;
}
.right_part{
	width: 420px;
}
.right_part_wrapper{
	display:flex; 
	align-items:center; 
}
.img_part{
	height: 40px;
	width: 70px;
	background-color: #e2e2e2;
	margin-right: 30px;  
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.right_text{
	line-height:1; 
	font-size:13px;
	color:#000000; 
}
.right_text span{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 210px;
	line-height: 1.2;
	display: block;
}
.right_text_author{ 
	text-align:left; 
	font-size:11px;
	color:#000000; 	 
}
.scrollable_list_one .owl-nav button.owl-next,
.scrollable_list_one .owl-nav button.owl-prev{
  	background:inherit; 
	position: absolute;
	height: 40px;
	width: 70px;
	display: block;
	top:calc(50% - 47px);
	background-image:url("../images/arrow_send.svg") !important;
	background-size:contain !important;
	background-repeat:no-repeat !important;
	background-position:center !important;   
	outline: 0;
}
.scrollable_list_one .owl-nav button.owl-next.disabled,
.scrollable_list_one .owl-nav button.owl-prev.disabled{
	display: none !important;
}
.scrollable_list_one .owl-nav button.owl-next{
	right:-35px; 
}
.scrollable_list_one .owl-nav button.owl-prev{
	left: -35px;
	transform: rotate(180deg);
}
.scrollable_list_one .owl-nav button.owl-next span,
.scrollable_list_one .owl-nav button.owl-prev span{
	opacity:0; 
}
@media screen and (max-width:1199px){
	.right_text span{
		width: 150px;
	}
	.parent_section{
		margin-top:20px; 
	}
	.parent_section:first-child{
		margin-top:15px; 
	}
	.title_text{
		font-size:22px;
		color:#000000;
		font-weight:normal;
		margin-bottom:20px;
	}
	.subtitle_text{
		font-size: 22px;
		font-weight:normal;
	    margin-bottom: 25px;
	    padding-left: 30px;
	}
	.subtitle_text::before{
		width: 20px;
		height:3px; 
	}
	.bshadow:hover{
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0) 
	}
	.title_section {
		height:300px; 
	}
	.section_two{
		/*height:200px;	*/
	}	
	.text_part{
		padding:20px;
	}
	.player_part{
		border:#979797 1px solid; 
		padding:0px;
		/*margin-top: -6px;*/
		padding-right: 9px;
		padding-bottom: 5px;
	}
	.play , .pause {
		top:56%; 
		height:15px;
		width:15px;  
	}
	.btn_part{
		margin-right:0px; 
	}
	
	.progress_line::before{
		height:0px; 
	}
	.progress_line::after{
		height:0px; 
	}
	.wrapper_box::before{
		height: calc(100% + 5px);
		width: 84%;
		left: 25px;
	}
	.section_two .text{
		font-size:12px;
	}
	.padding_around{
		padding:10px;
	}
	.scrollable_list .owl-nav button.owl-next,
	.scrollable_list .owl-nav button.owl-prev{
		height: 20px;
		width: 50px;
	}
	.scrollable_list .owl-nav button.owl-next{
		right: -15px;
	}
	.scrollable_list .owl-nav button.owl-prev{
		left: -15px;
	}
	.scrollable_list_one .owl-nav button.owl-next,
	.scrollable_list_one .owl-nav button.owl-prev{
		height: 20px;
		width: 50px;
		top: calc(50% - 30px);
		outline: 0;
	}
	.scrollable_list_one .owl-nav button.owl-next{
		right: -15px;
	}
	.scrollable_list_one .owl-nav button.owl-prev{
		left: -15px;
	}
	.player_full {
		padding-top:5px;
		padding-bottom:5px;
	}
	.player_full .play,.pause{
		top: 50%;
	}	
	.playerfull_wrapper{
		flex-wrap: wrap;
	}
	.time_display{
		padding-top:10px; 
	}
	.left_part_parent{
		flex-wrap: wrap;
		width:100%; 
		padding-left:70px;
		margin-bottom:6px;  	
	}
	.left_part{
		margin-top:-10px; 
		margin-right:0px;
		flex-wrap:wrap; 
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.previous_btn svg{
		height:15px;
		width:15px;  
	}
	.next_btn  svg{
		height:15px;
		width:15px;  
	}
	.middle_part{
		margin-top:-5px; 
	}
	.right_part{
		margin-top:5px; 
	}
	.img_part {
		height:60px; 
	   	margin-top:-60px;
	   	margin-right:15px;  
	}
	.right_text_part{
		display:flex; 
		width:100%;
		line-height:1;   
	}
	.right_text{
		font-size:11px;
		width: 60%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap; 
	}
	.right_text_author{
		/*font-size:10px;*/
		width: 40%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap; 
	}
}
.playmeiconbtn{
	width: 25px;
	height: 25px;
}
.playme{
	display: block;
}




.slidecontainer {
  width: 100%;
}

.slider::before,.slider::after{
	content:'';
	position:absolute;
	top: -6px;
	height: 15px;
	width: 3px;
	background-color: #000000;
	border-radius: 50px;
}
.slider::before{
	left: 0px;
}
.slider::after{
	right:0px; 
}



.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: #000000;
  outline: none;
  border-radius:5px;
  display: block;
  position: relative;
border:0;
padding:0;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  background: #D8D8D8;
  cursor: pointer;
  border: #000000 2px solid;
  border-radius:100px;
}
.slider::-moz-range-thumb {
  width: 11px;
  height: 11px;
  background: #D8D8D8;
  cursor: pointer;
  border: #000000 2px solid;
  border-radius:100px;
}


.prev_arrow_icon{
	position: relative;
}
.play_pause_icon{
	position: relative;
}
.next_arrow_icon{
	position: relative;
}
.overlay_disable_icon{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: #D8D8D8;
	opacity: 0.8;
}



/* browser specific css starts */

/* MS Edge */

@supports (-ms-ime-align:auto) {
.player_full .next_btn {
    transform: none;
}
}

/* browser specific css ends */
