.footer_call_overlay{
	position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    color: #fff;
    background-color: rgba(255, 164, 46, 0.85);
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
    z-index: 124;
}

.footer_call_overlay i{
	font-size: 18px;
    margin-right: 9px;
}