@media(max-width:300px){

    
       /* <!-- start alert  --> */
       .fona{
        font-size: 2rem;
    }
    .alep{
    display: flex;
    justify-content: space-around;
    align-items: center;
    }
    .alertlogo{
        width: 30px;
    }
    .fs1alert{
        font-size: 1.1rem;
        font-weight: bold;
    }
    .fs2alert{
        font-size: 1rem;
       
    }
    .btalert{
        font-size: 1rem;
        font-weight: bolder;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        background-color: rgb(66, 125, 236);
        color: rgb(255, 255, 255);
        padding: 4px 9px ;
        border: none;
        border-radius: 20px;
    }

    .navbar{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    
    .navlogo img{
        width: 30px;
    }
    .nav2child button{
        display: none;
    background-color: #ffffff;
    color: black;
    border: none;
    border-radius: 20px;
    padding: 10px 20px ;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    #navserch{
      font-size: 1rem;
      padding: 3px 5px;
      border-radius: 20px ;
      border: 1px solid black;
    }
    .nav4child button{
        background-color: #ffffff;
        color: black;
        border: none;
        border-radius: 20px;
        padding: 10px 20px ;
        font-size: 1.1rem;
        font-weight: bold;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }
        .dropbc{
            background-color: #ffffff;
            font-size: 1rem;
            color: black;
            font-weight: bold;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            border: none;
            border-radius: 20px;
        }
        .icon img{
    width: 15px;
        }
    .dropf{
        font-size: 1.1rem;
        font-weight: bold;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .dropm{
        display: inline;
    }


}