/*--------------------------------------------------------------
# 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: 38px;
    top: 10px;
    margin-top: 0px !important;
}
/* Media Query for Mobile*/
@media only screen and (max-width: 767px) {
 .promotion-bar .bar-content{
 	width:94%;
 }
}
