*{
    box-sizing: border-box;
}
body{
    margin: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.navbar img{
    width: 80px;
    height: 80px;
}
header{
    position: sticky;
    background-color: white;
    top: 0;
    z-index:3;
    border-bottom: 1px solid gray; 
    
}
.slide li a {
    text-decoration: none;
    color: black;
}
@media(max-width:576px){
    .topbar .naani88 {
        margin: none;
      display: none;
    }
}

@media(max-width:768px){
    .topbar .naani88  {
      display: none;
    }
}



.navbar li a:hover{
   color: #B5623A;
}


.menu .nav-item  a.active {
    text-decoration: none !important;
    background: #B5623A !important;
    color: white !important;
    
}

/* .menu .menu-item .border-bottom {
    border-bottom-style: dashed !important;
}
.menu li a {
    text-decoration: none;
} */

/* 
 @media(max-width:576px){
    .topbar .naani89 p {
        margin: none;
    }
} */


@media(max-width:768px){
    .topbar .naani89   {
        margin-left: 4%;
    }
}  
 
@media(max-width:576px){
    .topbar .naani89   {
        margin-left: 4%;
    }
}  