/* 
*
=======================================================================+
------------------------------------------------------------------------
   FILE NAME :  mobile footer
------------------------------------------------------------------------
========================================================================
*
*/ 

.cstm-mob-footer {
    position: relative;
}

.cstm-mob-footer-notifi {
    background: #bd138c;
    color: #fff;
    padding: 0px;
    border-radius: 100%;
    font-size: 12px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 52px;
    z-index: 99;
}