
@media only screen and (min-width: 600px) {
    /* To add the space between teh first row and second row of the contact section. 
    Applicable only in Desktop View. */
    #contact_us_2nd_row{
        margin-top: 65px;
    }  
    /* To remove the border in the wholesale section menu items */
    #remove_order{
        border-bottom: none; 
        border-top: none;
    } 
}
/* To make the modal responsive in both web as well as mobile view */
#menu_modal_image{
    width: 100%;
}