/*tablet screens*/
@media screen and (max-width: 1200px){
    *{
        font-size: 2vw;
    }

    .google_play_link, .google_play_link_li{
        display: none;
    }

    .banner .search{
        vertical-align: top;
    }

    .contact{
        display: none;
    }

    .contact_mobile{
        display: block;
        font-weight: bold;
        color: #8d1a11;
        margin-bottom: 10px;
        text-align: right;
    }

    .contact_mobile i{
        font-size: 3vw;
        padding: 2% 0;
    }

    .slick_slider_container{
        margin: 0 6.5%;
    }

    .slick_slider_tiles{
        margin-left: 20px;
        margin-right: 20px;
    }

    .slick_slider_container .slick-prev{
        left: -25px;
    }

    .slick_slider_container .slick-next{
        right: -25px;
    }

    .slick-next:before,
    .slick-prev:before{
        font-size: 30px;
    }

    .slick-dots li button:before{
        font-size: 1.5vw;
    }

    .slider_image_box img{
        height: unset;
    }

    .dish_items{
        width: 49.5%;
    }

    .dish_items:nth-child(2n){
        margin-right: 0;
    }

    .floating_cart{
        display: block;
        width: 200px;
    }

    .btn_plus_minus{
        padding: 7px 15px;
    }

    .team_grid{
        width: 100%;
        border: 0px;
    }

    .message_box{
        margin: 0 auto;
        width: 100%;
        margin: 10px;
        padding: 0px;
        box-sizing: border-box;
    }

    .message_box .btn{
        margin-left: 10px;
        margin-top: 10px;
    }

    .footer .quick_link{
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        padding: 20px 0;
    }

    .footer .quick_link ul{
        float: none;
    }

    .footer .location > ul > li{
        display: block;
    }

    .quick_link .social{
        text-align: center;
    }
    .quick_link .location{
        text-align: center;
    }

    .location_container {
        width: 90%;
    }

    .location_dropdown {
        width: 82.56%;
        padding: 7px;
        padding-top: 10px;
    }

    .custom_dropdown{
        top: 60%;
    }

    .cart_count{
        font-size: 3vw;
    }

    .footer .quick_link ul li i{
        font-size: 3vw;
    }

    .location_error_content{
        font-size: 3vw;
    }

    .menu_img_desc > img{
        height: unset;
        margin: 20px 0 20px 0;
    }

}

/*phone screens*/
@media screen and (max-width: 500px){

    *{
        font-size: 3vw;
    }

    .dish_heading{
        font-size: 5vw;
    }

    .dish_wrap{
        padding: 0;
    }

    .dish_items{
        width: 98%;
        float: none;
        display: block;
        margin: 1%;
    }

    .dish_items:first-child{
        margin-left: 1%;
    }

    .dish_items img{
        height: 200px;
    }

    .dish_items h3,
    .view_all_btn a{
        font-size: 3.5vw;
    }

    .category_list{
        width: auto;
    }

    .all_menu_btn {
        margin: 0px;
        float: left;
        margin: 1%;
    }

    .menu_details_wrap {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0 1%;
    }

    .menu_details_wrap .menu_img_desc{
        width: 100%;
    }

    .menu_img_desc > img{
        margin: 0;
        width: 100%;
        height: 250px;
    }

    .menu_description{
        margin: 0px;
        margin-bottom: 20px;
    }

    .menu_img_desc {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }

    .floating_cart{
        display: none;
    }

    .btn_plus_minus{
        padding: 6px 13px;
    }

    .cart_details_wrap {
        padding: 1%;
    }

    .cart_details img {
        width: 200px;
        float: left;
        margin-right: 1%;
        border-radius: 5px;
    }

    .location_container {
        width: 98%;
    }

    .location_dropdown {
        width: 73.3%;
        padding: 7px;
        padding-top: 7px;
        padding-top: 10px;
    }

    .payment_method {
        width: 350px;
    }

    .custom_dropdown{
        top: 55%;
        right: 22%;
    }

}