@media only screen and (max-width: 480px) {

    .mymenu {
        display: none;
    }

    .logo-mobile {
        height: 100%;
    }

    .header-info {
        display: none;
    }

    .whatsapp_float img {
        width: 120px;
    }



}








@media only screen and (min-width: 320px) and (max-width: 425px) {


    .tab button {
        width: 100% !important;
    }

    .tab {
        width: 100% !important;
    }

    .tabcontent {
        margin-top: 30px;
        width: 100% !important;
    }

    /* .myaccountmargin {
        margin-bottom: 208% !important;
    } */

    /* .footertopmargin{
        margin-top: 208% !important;
    } */

    .dash1{
        margin-top: 0px;
    }
    #maindiv {
        margin-top: 25px;
    }

    #ordersectioncheckout {
        margin-top: 25px;
    }

}





@media only screen and (min-width: 481px) and (max-width: 768px) {
    /* CSS rules for tablets */
}


@media only screen and (min-width: 769px) and (max-width: 1024px) {
    /* CSS rules for small laptops */
}

@media only screen and (min-width: 1025px) {
    /* CSS rules for desktops */
}


@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
    /* CSS rules for high-resolution devices */
}