.polcoder_top_banner{
	position: relative;
    top: 0;
    width: 100%;
    background: #515c53;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 9px 15px;
}

.polcoder_top_banner p{
    padding:0 !important;
}