.simple-marquee-container *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"SolaimanLipi", Helvetica, Arial, sans-serif;
}
.simple-marquee-container {
	width: 100%;
/*	background: #ED1C24; */
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
	border: 3px solid #66429A;
}

.marquee-sibling {
	padding: 0;
/*	background: rgb(61, 61, 61); */
	width: 15%;
	height: 45px;
	line-height: 42px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 10;
}

.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee{
  margin-left: 25%;
}

.marquee-content-items{
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}

.marquee-content-items li{
  display: inline-block;
  line-height: 35px;
   color: #fff ;
}


.marquee-content-items li a{
  display: inline-block;
  line-height: 35px;
  font-weight: bold;
  /* color: #fff !important ;  */
  
}

.marquee-content-items li:after{
	/*content: "|";*/
	/*margin: 0 1em;*/
}


/** ADS by MeshTarua **/
#center-ads {
    position: relative;
    text-align: center;
}
#center-ads iframe {
    position: relative;
    z-index: 99;
}
#center-ads a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}
@media screen and (max-width: 576px){
	.bn-lg-sidebar{display:block !important;}
}

.logo-banner .left .logo{
    max-width:400px;
}