@media(max-width:1200px){
/* <!-- nav bar satred  --> */

.navbar{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.navlogo img{
    width: 60px;
}
.nav2child button{
background-color: #ffffff;
color: black;
border: none;
border-radius: 20px;
padding: 8px 16px ;
font-size: 1.1rem;
font-weight: bold;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#navserch{
  font-size: 1.5rem;
  padding: 5px 20px;
  border-radius: 20px ;
  border: 1px solid black;
}
.nav4child button{
    background-color: #ffffff;
    color: black;
    border: none;
    border-radius: 20px;
    padding: 8px 16px ;
    font-size: 1.1rem;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    .icon img{
width: 22px;
    }
.dropf{
    font-size: 1.3rem;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.dropm{
    display: none;
}

}