@media only screen and (max-width:800px){

    
    /* header starts */

.overlay img {
    width: 100px;
    height: auto;
}

nav{
    display: none;
}

/* logo */
.logo1{
    display: block;
    position: fixed;
    left: 300px;
    top: 10px;
    width: 60px;
    height: auto;
    /* border: 2px solid orangered; */
}

.sidebar {
    width: 250px; /* Adjust the width for smaller screens */
    display: flex;
}

.sidebtn {
    display: block; /* Ensure the button is visible on mobile */
    right: 0px; /* Adjust the button position */
    position: fixed;
    margin-top: 10px;
    color: orangered;
    width: 97%;
    z-index: 12;

}

.long{
    display: block;
    width: 100%;
    height: 80px;
    background-color: #ffd814;
    position: fixed;
    z-index: 1;
}

header{
    width: 100%;
    /* background-color: rgb(116, 116, 117); */
}

header .order{
    top: 159px;
    left: 50%;
    width: 150px;
    padding: 10px 10px;
}
header .order p a{
    font-size: 13px;
}
/* body starts */
.hd{
    background: #ffd814;
    padding: 25px;
    height: 80px;
    
}
.hd h1{
    font-size: 16px;
    font-weight: 500;
}
.container{
    background-color: #fff7d6;

}
.accordion{
    background-color: #fff7d6;

}
/* body ends */
}