@media(max-width:500px){
    .bnavp{
        display: none;
    }

       /* <!-- start alert  --> */
       .fona{
        font-size: 2rem;
    }
    .alep{
    display: flex;
    justify-content: space-around;
    align-items: center;
    }
    .alertlogo{
        width: 50px;
    }
    .fs1alert{
        font-size: 1.7rem;
        font-weight: bold;
    }
    .fs2alert{
        font-size: 1.4rem;
       
    }
    



}