.live-detail-page .detail-page-info .s-meta::after{
	display: none !important;
}

.live-detail-page .detail-page-info{
	justify-content: space-between !important;
}

.live-detail-page .live-update-subtitle{

	font-family: 'Merriweather' !important;
	margin-top: 50px !important;
	margin-bottom: 50px !important;
	padding: 0 50px !important;
}

.live-detail-page .live-update-subtitle .caption-heading{
	border-left: 5px solid #000 !important;
	font-size: 20px !important;
	padding: 0 20px !important;
	line-height: 26px !important;
}

.live-detail-page{
	margin: 0 auto !important
}

/* .search-wrap.mobile-search .mobile-search-btn{
	margin-top: 25px !important;
} */

.mobile-search-form{
	top: 75px !important;
}


.time-line-background{
    background-color: #FFF9FC !important;
    /* margin: 50px 0; */
    padding: 50px 0 !important;
}

.timeline-image{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top center !important;
    min-height: 285px !important;
    border-radius: 10px 10px 0px 0px  !important;
}

.timelie-title{
    box-shadow: 0 12px 30px rgba(80, 80, 80, 0.2) !important;
    border-radius: 0 0 10px 10px !important;
    padding: 30px 15px !important;
}

.timelie-title .timeline-stories-title {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #04072E !important;
}

.timeline-border-right{
    position: relative !important;
    width: 2px !important; 
    height: 100% !important; 
    background-color: transparent !important;
    border-left: 2px dotted #aaaaaa !important; 
    left: 0 !important; 
    transform: translateY(50%) !important;
    z-index: 1 !important;
    margin: 0 auto !important;
    margin-top: -10px !important;
}

.timeline-border-left{
    position: relative !important;
    width: 2px !important; 
    height: 100% !important; 
    background-color: transparent !important;
    border-left: 2px dotted #aaaaaa !important; 
    left: 0 !important; 
    /* transform: translateY(50%); */
    z-index: 1 !important;
    margin: 0 auto !important;
}


.timeline-circle{
    margin: 0 auto !important;
    width: 12px !important;
    height: 12px !important;
    background: #2c6a00 !important;
    border-radius: 50% !important;
    position: relative !important;
    top: 40% !important;
    left: -6px !important;
    -webkit-transform: translateX(6px) !important;
    transform: translateX(6px) !important;
    /* z-index: 999999 !important; */
}


.time-line-circle{
    position: relative !important;
    top: 45.5% !important;
    width: 14px !important;
    height: 0px !important;
    margin: 0 auto !important;
    background-color: #FFF9FC !important;
    z-index: 10000 !important;
}

.time-line-date{
    /* margin-left: 145px; */
    width: 40% !important;
    /* height: 85px; */
    text-align: center !important;
    background: #002072 !important;
    border-radius: 6px !important;
    /* box-shadow: 0px 13px 20px rgba(56, 19, 221, 0.2) !important; */
    padding: 15px !important;
}

.time-line-date .month{
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    margin-bottom: 0 !important;
    margin-top: 9px !important;
}

.time-line-date .year{
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    margin-bottom: 0px !important;
}

.timelie-title p{
    font-size: 16px !important;
    line-height: 26px !important;
}

.timeline-date-time{
    margin: auto 0 !important;
}

.time-line-date{
    margin-top: -50px !important;
}

.time-line-background .time-line-item:last-child .timeline-border-right{
    display: none !important;
}

.fl-rt{
    float: right !important;
}

.news-date{
    text-align: right !important;
}

.news-author{
    text-decoration: none !important;
    color: #000 !important;
    transition: all 0.3s !important;
    margin-bottom: 20px !important;
}

.news-author:hover{
    color: red !important;
}


.circles {
    height: 50px;
    position: absolute ;
    width: 50px ;
    right: -19px ;
    top: -19px ;
}
.circles > div {
    animation: growAndFade 3s infinite ease-out ;
    background-color: #2c6a00 ;
    border-radius: 50% ;
    height:100% ;
    opacity: 0 ;
    position: absolute ;
    width: 100% ;
}
.circles .circle1 {
    animation-delay: 1s ;
}
.circles .circle2 {
    animation-delay: 2s ;
}
.circles .circle3 {
    animation-delay: 3s ;
}

.ripple-effect{
    height: 20px ;
}

@keyframes growAndFade {
    0% {
        opacity: 0.25;
        transform: scale(0);
   }
    100% {
        opacity: 0;
        transform: scale(1);
   }
}

.time-line-background .time-line-item:first-child .circles{
    display: block !important;
}

.time-line-background .time-line-item:first-child .timeline-circle::before{
    display: none !important;
}
.mb-10{
    margin-bottom: 10px !important;
}

.mb-50{
    margin-bottom: 50px !important;
}

.time-line-stories .row{
	display: flex !important;
}

.time-line-background{
	margin-bottom: 50px !important;
}

.timeline-stories-title:hover{
	color: #0053ff !important;
}

.time-line-background a{
	color: #3b5265 !important;
	transition: all .5s !important;
}
.time-line-background a:hover{
	color: #3b5265 !important;
}

.time-line-background .video_category_icon_cls{
	border-top-left-radius: 10px !important;
}

#live-content{
    height: 252px;
    overflow: hidden !important;
  }
  .live-content{
    height: 238px;
    overflow: hidden !important;
  }
  
  .timeline-stories-title:hover{
    color: #23527c !important;
  }
  
  .load-btn{
    color: #117cc1 !important;
  }
  
  .load-btn:hover{
    cursor: pointer;
  }

.detail-page-main-image .background-block.img-responsive{
	width: 100% !important;
}

.meta-list span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 28px;
    margin-right: 5px;
    text-transform: uppercase;
}

.meta-list a{
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 28px;
	color: #666 !important;
}

.meta-list a:hover{
	color: #b9292f !important;
}

.caption_span span:nth-child(1){
	display: none !important;
}

.simple-text {
    color: #111111 !important;
}

.whatsapp-widget {
    color: #444;
    display: flex;
    flex-flow: column;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    bottom: 165px !important;
    left: 30px !important;
    box-shadow: 0 0 10px #007468 !important;
    z-index: 9999999 !important;
    border-radius: 50% !important;
    direction: rtl;
}
.widget-top {
    font-size: 20px !important;
    display: flex !important;
    justify-content: space-between !important;
}

.whatsapp-widget .fa-whatsapp {
    background-color: #27a24b;
    font-size: 30px !important;
    color: #fff !important;
    border-radius: 50% !important;
    padding: 7px 10px !important;
}

.whatsapp-widget p {
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    width: 65px;
    top: 100%;
    margin-top: 5px;
    background: #fff;
    border-radius: 3px;
    padding: 5px;
    line-height: 1;
    box-shadow: 0 0 5px #007468;
    color: #27a24b;
    text-align: center;
    margin-right: -8px !important;
    box-shadow: 0 0 10px #007468 !important;
}

@media (max-width: 768px){
	/* Time Line Mobile View */
	
	.time-line-stories .row{
		/* flex-direction: column; */
		display: block !important;
	}
	
	
	.time-line-stories .row.top-time-line{
		display: block !important;
	}
	.time-line-date.fl-rt{
		float: left !important;
	}

	.time-line-date{
		margin: 10px 0px 0px 0px !important;
	}

	.timeline-circle{
		margin: 0px !important;
		width: 12px !important;
		height: 12px !important;
		background: #2c6a00 !important;
		border-radius: 50% !important;
		top: -5px !important;
		-webkit-transform: translateX(6px) !important;
		transform: translateX(6px) !important;
	}
	.time-line-circle{
		position: relative !important;
		top: -0% !important;
		width: 14px !important;
		height: 100% !important;
		background-color: #FFF9FC !important;
		z-index: 10000 !important;
	}

	.time-line-date{
		width: 90% !important;
	}
	.time-line-dot-mobile{
		margin-top: 60px !important;
		border-left: 1px dotted black !important;
		height: 35px !important;
  	}

	.timeline-border-right {
		border: none !important;
	}
	.timeline-border-right{
		border-top: 1px dotted #000000 !important;
		width: 30px !important;
	}
	.timeline-border-right{
		margin: 0px !important;
		top: -52px !important;
		left: -17px !important;
	}
	.left-line{
		margin-left: 5px;
		padding: 10px 10px !important;
		border-left: 1px dotted #000000 !important;
	}

	.time-line-date .year{
		font-size: 18px !important;
	}
	.time-line-date .month{
		font-size: 16px !important;
	}
	.time-line-background .time-line-item .dot-line{
		margin-top: 0px !important;
		padding-top: 60px !important;
	}
	.time-line-background .time-line-item:nth-child(1) .dot-line{
		margin-top: 60px !important;
		padding-top: 0px !important;
	}
	.time-line-background .time-line-item .timeline-border-right{
		top: -48px !important;
	}
	.time-line-background .time-line-item:nth-child(1) .timeline-border-right{
		top : -52px !important;
	}
	.time-line-background .time-line-item .time-line-dot-mobile{
		height: 92px !important;
	}
	.time-line-background .time-line-item:nth-child(1) .time-line-dot-mobile{
		height : 35px !important;
	}
	.time-line-background .time-line-item:last-child .timeline-border-right{
		display: block !important;
	}

	.time-line-stories .row.date-dot{
		display: flex !important;
		margin-left: -10px !important;
	}

	.time-line-mobile .time-line-item .time-lines.time-line-dot-mobile{
		margin-top: 0px !important;
		padding-top: 60px !important;
	}
	.time-line-mobile .time-line-item:nth-child(1) .time-lines.time-line-dot-mobile{
		margin-top: 60px !important;
		padding-top: 0px !important;
	}
	.time-line-card{
		padding-top: 20px !important;
	}
	.time-line-background .time-line-dates:nth-child(1) .circles{
		display: block !important;
	}
	.time-line-card {
		padding: 20px 10px !important;
		border-left: 1px dotted #000000 !important;
		margin-left: 5px !important;
		width: calc(100% - 5px) !important;
	}
	.time-line-circle{
		/* margin-left: 5px !important; */
		border-left: 1px dotted #000000 !important;
		padding-bottom: 30px !important;
	}
	.time-line-background .time-line-dates .time-line-circle{
		margin-top: 0px !important;
		padding-top: 50px !important;
		padding-left: 15px !important;
	}
	.time-line-background .time-line-dates:nth-child(1) .time-line-circle{
		margin-top: 50px !important;
		padding-top: 0px !important;
	}
	.time-line-dots{
		padding-left: 5px !important;
	}
	.dot-line{
		border-top: 1px dotted #000 !important;
		width: 15px !important;
		position: relative !important;
		left: 0px !important;
		top: -42px !important;
	    z-index: 9999999;
	}
    .publishrr-link img {
        top: 0px !important;
    }
    .publishrr-link{
        bottom: 3px;
    }
    .footer-links {
        margin-top: 15px;
    }

}