@media screen and (min-width: 1023px) {
    body {
        color: #000;
    }
    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }
    .header {
        display: flex;
        background: #fff;
    }
    .logo {
      order: 1;
    }
    .nav {
        display: block;
        flex-grow: 2;
        order: 2;
    }
    .nav ul {
        list-style: none;
        display: flex;
        margin: 10px 0 0 40px;
    }
    .nav li {
        margin: 0 15px 0 0;
    }
    .nav li:last-child {
        margin: 0;
    }
    .nav a {
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        transition: all 200ms;
    }
    .nav a:hover {
        color: #f15f2a;
    }
    .order_wrap {
        order: 3;
    }
    .wrapper {
        background: none;
    }
    .content {
        padding: 0;
    }
    .banner_wrap {
        height: 300px;
    }
    .banner_img {
        width: 50%;
        text-align: right;
    }
    .home_banner {
        height: 650px;
        overflow: hidden;
    }
    .home_banner .banner_img {
        background:url(../img/home_bg_desktop.jpg) top center/cover ;
        width: 100%;
        height: 100%;;
    }
    .home_banner .banner_content {
        margin: 100px 0 0;
        height: auto;
    }
    .menu_banner.lunch_dinner .banner_img {
        background-image: url(../img/tandoori.jpg);
    }
    .menu_banner.happy_hour .banner_img {
        background-image: url(../img/drinks.jpg);
    }
    .menu_banner.tiffin .banner_img {
        background-image: url(../img/dosa_bg_desktop.jpg);
    }
    .covid .banner_img {
        background-image: url(../img/covid-bg.jpg);
    }
    .banner_content {
        padding: 50px;
        margin: 50px 0 50px 0;
        text-align: left;
        box-sizing: border-box;
        font-family: 'Rancho', cursive;
        font-size: 30px;
        text-align: center;
    }
    .banner_content .title {
        width: 980px;
        font-size: 55px;
        color: #fff;
        margin: 0 auto 50px auto;
        padding: 0 0 50px 0;
        border-bottom: 3px solid #afca49;
    }
    .banner_content .brief {
        width: 980px;
        margin: 0 auto;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        color: #fff;
    }
    .menu_banner .banner_content {
        height: 100%;
    }
    .mobile_home {
        display: none;
    }

    /* menu page */
    .menu_page {
        background: #fff;
        padding: 0 0 30px 0;
    }
    .menu_wrapper {
        width: 980px;
        margin: auto;
    }
    .menu_group_item h2 {
        display: none;
    }
    .menu_group_item h2::after {
        display: none;
    }
    .menu_group_item.active h2 {
        display: block;
        text-align: center;
        font-size: 35px;
    }
    .menu_group_item {
        border: none;
    }
    .menu_list {
        display: flex;
        flex-wrap: wrap;
    }
    .menu_list > li {
        flex-basis: 48%;
        margin: 0 1%;
        box-sizing: border-box;
    }
    .menu_list > .menu_sub_group {
        flex-basis: 100%;
    }
    #menu_tabs {
        display: block;
        margin: 60px 0 30px 0;
        line-height: 50px;
    }
    #menu_tabs {
        list-style: none;
        text-align: center;
    }
    #menu_tabs li {
        display: inline-block;
        max-height: 30px;
    }
    #menu_tabs a {
        padding: 10px 15px;
        background: #373434;
        color: #fff;
        border-radius: 5px;
    }
    #menu_tabs a:hover {
        background: #f15f2a;
    }
    #menu_tabs a.active {
        background: #f15f2a;
    }
    /* business hours page */
    .address {
        text-align: center;
        font-size: 30px;
        margin: 25px 0 0;
        font-family: 'Rancho', cursive;
    }
    .address a {
        color: #000;
        transition: all 100ms ease-out;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
    }
    .address a:hover {
        color: #f15f2a;
    }
    .b_hours_page,
    .catering_page {
        background: #fff;
        color: #000;
    }
    .b_hours_page .home_banner,
    .catering_page .home_banner {
        height: 300px;
    }
    .b_hours_page .banner_content,
    .catering_page .banner_content {
        margin: 0;
        height: 100%;
    }
    .b_hours_wrap {
        width: 980px;
        margin: auto;
        background: none;
        color: #000;
    }
    .b_hours_list {
        display: flex;
    }
    ul.b_hours_list > li {
        flex: auto;
        padding: 0 15px;
    }
    ul.b_hours_list h3 {
        font-size: 30px;
        font-weight: normal;
    }
    .b_hours li {
        padding: 10px 0 15px 0;
    }
    .catering_wrap {
        width: 980px;
        margin: 0 auto;
        overflow: hidden;
    }
    .catering li {
        display: inline-block;
        float: left;
        width: 310px;
        margin: 30px 15px 30px 0;
    }
    .footer {
        background: #2d3c48;
        border-top: 3px solid #697076;
    }
}
