.dp-sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    #dp-navbar {
        display: block; /* Show the div by default if screen width is 768px or larger */
    }
}