@media(max-width:484px){
    .nav_bottom .addmitionn{
   border: 1px solid red;
    display: none !important;
    height: 40px;
    
    display: flex;
   }
   .saugata_nav .nav_bottom .logo_img{
      height: 75px;
    }

    .nav_bottom2{
      top: 74px;
    }
}
@media(max-width:344px){
    .nav_bottom2{
      top: 121px;
    }
}