/*--------------------------------------------------------------
# Promotion Bar
--------------------------------------------------------------*/
.promotion-bar .bar-content p{
	margin-bottom: 0rem !important;
}
.promotion-bar .bar-content{
	text-align: center;
}
.promotion-bar .close-btn {
	position: absolute;
    right: 5px;
    top: 10px;
}
/* Media Query for Mobile*/
@media only screen and (max-width: 767px) {
 .promotion-bar .bar-content{
 	width:94%;
 }
}
