@media only screen and (max-width: 768px){
	section{
		padding: 24px 0;
	}
	.upper-nav .user-accent .user-help li{
		padding: 5px 0;
	}
    .upper-nav .user-accent .user-help li .call-btn .no{
        display: none;
    }
    .upper-nav .user-accent .user-help .side-view{
	    display: none;
    }
    .upper-nav .user-accent .user-help .page-view{
	    display: inline-block;
    }
	.secured-system .logos li{
		display: block;
	}

    .index-header .rest-profile {
        margin-bottom: 72px;
        min-height: 196px;
    }
    .index-header .rest-profile .outside-logo{
        width: 120px;
        height: 120px;
        margin-bottom: -60px;
    }
    .index-header .rest-profile .brand-name{
        left: 100px;
        margin-bottom: -48px;
        padding-left: 48px;
		height: 96px;
    }
    .index-header .rest-profile .brand-name h1{
        font-size: 20px;
		padding: 0;
		margin: 0;
    }
    .index-header .rest-profile .brand-name h5{
		font-size: 9px;
		margin: 0;
		padding: 0;
	}
	
	
	.index-header .rest-profile .brand-name .btn-Top{
		right: auto;
		left: 48px;
		top: auto;
		bottom: 6px;
		font-size: 12px;
		padding: 3px 10px;
		font-weight: 400;
	}
	
	.all-items .menu-items-inner li{
		display: block;
	}
	.all-items .menu-items-inner li a{
		border-top: 0;
	}
	.all-items .menu-items-inner{
		display: none;
	}
    .main-footer .lead{
        text-align: center;
        margin-top: 25px;
    }
    .main-footer .footer-link{
        text-align: center;
    }



/* Order option popup */
    .order-option .multi-column{
        column-count: 1;
    }


    /* user section */
    .user-profile .user-account .input-area .input-label,
    .user-profile .user-account .input-area .input-grp, 
    .user-profile .user-account .input-area .input-block{
        width: 100%;
        float: none;
        text-align: left;
        padding: 0;
    }
    .fav-items .fav-list{
        width: 98%;
        float: none;
        margin: 15px auto;
    }


    .checkout-form .delivery-map{
        padding: 16px 0;
    }
    .checkout-form .delivery-map .form-left,
    .checkout-form .delivery-map .form-right{
        width: 100%;
        float: none;
        padding: 10px 0;
    }
    .checkout-form .delivery-map .dine-in{
        padding: 0;
    }
    .checkout-form .delivery-map .dine-in .name-filed,
    .checkout-form .delivery-map .dine-in .count-filed,
    .checkout-form .delivery-map .dine-in .type-filed{
        width: 100%;
        float: none;
    }
	.contact-card{
		text-align: center;
		margin-bottom: 24px;
	}
}
