.dz-load-more i,
.loadmore-btn i
{
  display:none;
  width:18px;
  margin-left:5px;
}

.dz-load-more.active i,
.loadmore-btn.active i
{
  display:inline-block;
  
}
.says, .comment-meta{
	display:none;
}
/* Work Add For SASS */

.subscribe-section{
	z-index:9;
}
.dz-subscription-msg {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
}
.dzSubscribe .ft-subscribe button{
	z-index: 9;
}

.post-audio iframe{
	width:100%;
	height:400px;
}

.question_img{
	
	width:80px;
}

.dz-ajax-overlay{
	position: relative;
}
	
.dz-ajax-overlay:before{
	content: "";
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
    /* border-radius: 4px; */
}

/* Elementor CSS */

.sticky-top.elementor-widget{
	position:sticky;
}
body .news-header .tp-tab-desc{
	color:var(--primary) ;
	
}
/* Elementor CSS END */


 /* Boxed Layout CSS */ 
 #bg {
  background-attachment: fixed;
  background-size: cover; }


/* Post Video */
.dz-media iframe{
	
	    width: 100%;
    height: 400px;
}

/* Post Video */

.swiper-container.bg-about-slider{
	position:absolute;
	z-index:-1;
}

.mheight-lg {
  height: 560px;
  background-size: cover; }

.mheight-sm {
  height: 266px;
  background-size: cover; }

.mheight-md {
  height: 360px;
  background-size: cover; }
  
.post-swiper-thumb {
		height: 80%;
		width: 100%;
}
.post-swiper-thumbs {
		height: 20%;
		box-sizing: border-box;
		padding: 10px 0;
}
.post-swiper-thumbs .swiper-slide {
		width: 20%;
		height: 100%;
		opacity: 0.4;
}
.post-swiper-thumbs .swiper-slide-active {
		opacity: 1;
}
.position-unset section{
	position:unset;
    z-index: unset;
}