.elc_notification{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#0043ff;
	color:#fff;
	font-size:14px;
	text-align:center;
	padding:5px 10px;
	z-index:999;
}
.elc_notification.top{
	top:0;
	left:0;
	bottom:auto;
	right:auto;
max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
border-radius: 20px;
display: block;
    float: left;
    width: 93%;
}
.notify_flex_block{
max-width: 1440px;
margin-left: auto;
    margin-right: auto;

    justify-content: space-between;
z-index: 99!important;
    display: inline-block;
    width: 100%;

}
.elc_notification.bottom{
	top:auto;
	left:0;
	bottom:0;
	right:auto;
}
.elc_notification.left{
	top:0;
	left:0;
	bottom:auto;
	right:auto;
}
.elc_notification.right{
	top:0;
	left:auto;
	bottom:auto;
	right:0;
}
.elc_close_notification{
	cursor:pointer;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}
.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.notify_block {
    background-color: white;
    width: 100%;
    height: 100%;
z-index: 999!important;
position: inherit;
text-align: center;
}
span#elc_close_notification {
    right: 17.5%;
    /*background: #0000006e;*/
    border-radius: 20px;
    padding: 5px;
font-size: 12px;

color: #00000094;
}
i.fa.fa-times-circle {
    margin-top: 6px;
margin-right: 3px;
}

