@charset "utf-8";
/* CSS Document */

body{
	background-color:#fff;
}


/* adding font awesome 6*/
@font-face {
  font-family: "Font Awesome 6 Free";
  src: url(https://dunyanews.tv/live-recordings/live_stream/assets/css/assets/fontawesome/css/all.min.css);
}



/* adding font awesome 6*/

.mgn-top{
	margin-top:20px;
}

.date{
	max-height:330px;
	overflow:auto;
}
.p-h{
	height:60px;
	overflow:hidden
}

.share{
	position:fixed;
	bottom:0px;
	text-align:center;
	left:35%;
	
}
.hd{
	text-align:center;
}

.img-responsives{
	height: auto;
    max-width: 100%;
}

@media only screen and (min-device-width : 700px) and (max-device-width : 991px) {

}

@media only screen and (max-device-width : 400px){
.mgn-sml{
	margin-top:20px;
}

.share{
	left:10%;
	
}
.mb-flt{
	margin-top:10px;
	text-align:left !important;
	margin-right:0px !important;
}
}


/* new style 29-04-2024  */
.heard_bgt {
	/* background-image: url(../images/bg.jpg); */
	/* background-repeat: repeat-x; */
	border-bottom: 1px solid #0a58ca ;
	background-color: #f6f6f6;
}

.header {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px ;
	align-items: center;
	
}

.header__right {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}
.header__right i {
	/* color: #0a58ca; */
	font-size: 32px;
}
.header__right a {
	color: #0a58ca;
	
}

.header__right a:hover {
	color: #0b3778;
}
.live-stream-container{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding: 10px;
}
.live-stream {
	font-size: 22px;
	/* color: #cf0000; */
	color: #0a58ca;
	font-weight: 700;
	margin: 0;
	
}
/* .header__right__store {
	display: flex;
	padding: 0 5px;
	gap: 5px;
} */

/* .fa-twitter {
	color:#008dde;
	padding: 5px;
}

.fa-facebook {
	color:#2e4a88;
	padding: 5px;
	min-width: 36px;
	text-align: center;
} */
/* 
.apple-icon {
	display: none;
}

.android-icon {
	display: none;
} */

.padding-0{
	padding: 0;
}

.vertical-bar{
	width: 2px;
	background-color: #cf0000;
}

footer {
	background-color: #212529;
	color: #fff;
	padding: 20px 10px;
	text-align: center;
	border-top: 1px solid #0a58ca;
	font-weight: 700;
}
/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	
 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	/* .apple-icon{
		display: block;
	}
	.apple-icon-mobile {
		display: none;
	}
	.android-icon {
		display: block;
	}
	.android-icon-mobile {
		display: none;
	} */
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.header {
	
			padding: 10px 0px ;
	}

	.live-stream-container{
		
		padding-left: 0px;
	}
 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

 }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }
/* new style 29-04-2024  */


