/*

    2. Navigation Css
    3. Home Page Css
    4. Footer Css
    5. restaurant css
    6. Third Page Css
                    */

/* 1. Basic css */
body {
    font-family: 'Roboto', sans-serif;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
a, button, input {
    text-decoration: none !important;
    outline: none !important;
}
.transition, .transition:hover {
    transition: 0.4s all ease-out;
    -moz-transition: 0.4s all ease-out;
    -o-transition: 0.4s all ease-out;
    -webkit-transition: 0.4s all ease-out;
}
img{
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


/* 2. Navigation Css */
.navbar {
    background-color: #fff;
    height: 65px;
    border: none;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.navbar-brand img{
    max-height: 35px;
}
.nav-right {
    float: right;
    margin: 15px 0;
}
.nav-right button{
    background-color: rgba(255,102,0,1);
    border: none;
    padding: 7px 15px;
    border-radius: 4px;
    color: #fff;
    outline: none;
}
.nav-right button:hover {
    background-color: rgba(224, 19, 26,1);
}
.nav-right button img {
    width: 17px;
    margin-right: 10px;
}
.nav-bar-middle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    bottom: 0;
    z-index: 2;
}
.nav-bar-middle img{
    width: 110px;
}
.navbar-default .navbar-toggle {
    border-color: #b72025;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #b72025;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.home-search-mobile-select input {
    display: none;
}
.mobile-login {
    background-color: rgba(255,102,0,1);
    border: none;
    padding: 7px 7px;
    border-radius: 4px;
    color: #fff;
    outline: none;
    white-space: nowrap;
    margin-top: 8px;
}
.logo-w {
    display: none;
}
.login-button {
    display: none;
}
@media (max-width: 768px) {
    .navbar .container{
        padding: 0 5px;
        display: flex;
    }
    .login-button.none {
        display: inline-block;
    }
    .logo-w.none {
        display: inline-block;
    }
    .login-button-1.none {
        display: none;
    }
    .mobile-login.line img{
        display: none;
    }
    .mobile-login span {
        display: none;
    }
    .mobile-login.line{
        line-height: 11px;
        margin: 0;
        font-size: 12px;
    }
    .mobile-login.line span{
        display: inline;
    }
    .logo-r.none {
        display: none;
    }
    .navbar.none {
        background-color: rgba(255,102,0,1);
    }
    .navbar-header {
        width: 100%;
        margin: 0 !important;
    }
    .navbar-brand {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0;
    }
    .navbar-brand div{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-brand div.none{
        justify-content: flex-start;
    }
    .nav-bar-middle {
        display: none;
    }
    .nav-bar-middle.none {
        display: inherit;
    }
    .mobile-back {
        color: #fff;
        background-color: transparent;
        border: none;
        font-size: 28px;
        margin-left: 5px;
        position: relative;
    }
    .mobile-back.none{
        display: none;
    }
    .mobile-back:before {
        content: '';
        position: absolute;
        top: 21px;
        left: -5px;
        width: 0;
        height: 0;
        border-top: solid 18px transparent;
        border-left: solid 15px transparent;
        border-right: solid 15px transparent;
        transform: rotate(90deg) translateX(-50%) translateY(100%);
    }
    .mobile-mrfood {
        max-height: initial !important;
        height: 40px;
        margin-right: 5px;
    }
    .mobile-mrfood.none {
        display: none;
    }
}
.mobile-login.none{
    display: none;
}
.mobile-button.none {
    display: none;
}
.navbar-toggle {
    margin-right: 5px;
}
.mobile-login img {
    width: 15px;
    margin-right: 5px;
}
@media (max-width: 768px) {
    .navbar-toggle {
        display: block;
    }
}
.login-detail ul, .login-detail li{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-detail li img {
    width: 20px;
    margin-right: 5px;
}
.login-detail li {
    margin: 0 5px;
}
.login-detail a {
    color: #000;
}
.login-detail button a {
    color: #fff;
}
#myModal .modal-header {
    display: inline-block;
    width: 100%;
    background: rgba(216,216,216,1);
    background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216,216,216,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff', GradientType=0 );
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border: none;
}
.close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #000;
    opacity: 1;
    font-size: 34px;
    outline: none;
}
.modal-data {
    display: inline-block;
    padding: 15px;
    text-align: center;
}
#myModal .modal-dialog {
    width: calc(100% - 20px);
    max-width: 350px;
    margin: 10px auto;
}
.modal-data p{
    text-align: left;
}
.navbar-default .navbar-toggle.white {
    border-color: #fff;
}
.navbar-default .navbar-toggle.white .icon-bar {
    background-color: #fff;
}
.form-left input {
    width: 100%;
    padding: 5px;
    border: none;
    margin: 5px 0;
    border-bottom: #ddd solid 1px;
    outline: none;
}
.form-right {
    margin-top: 10px;
}
.form-right {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.forget {
    text-align: center !important;
    margin-top: 15px;
}
.form-right input {
    background-color: rgba(255,102,0,1);
    border: none;
    padding: 7px 15px;
    border-radius: 4px;
    color: #fff;
    outline: none;
}
.form-right input:hover,.form-right input:focus {
    background-color: rgba(224, 19, 26,1);
    color: #fff;
    outline: none;
}
.facebook {
    padding-bottom: 15px;
    border-bottom: #ccc solid 1px;
}
.facebook img {
    width: 200px;
}
.modal-form {
    padding-top: 10px;
}
.error {
    margin: 10px 0;
    color: rgba(255,102,0,1);
    display: none;
    font-weight: 700;
}
.loader {
    width: 35px;
    display: none;
}
@media (max-width: 768px) {
    .mobile-menu {
        padding: 0 15px;
        margin-top: 55px;
        width: 100%;
        color: #000;
        font-size: 16px;
    }
    .mobile-menu li{
        padding: 10px 0;
        border-bottom: #ccc solid 1px;
    }
    .mobile-menu li:nth-last-of-type(1){
        border-bottom: #ccc solid 0px;
    }
    .mobile-button button{
        margin-right: 0px;
    }
    .login-detail ul, .login-detail li {
        display: inherit;
    }
    .nav-right button {
        width: 100%;
    }
    .navbar {
        z-index: 999;
    }
}

/* 3. Home Page Css */
.home-bg-main-container {
    background-image: url('../img/home-bg.jpg');
    padding: 75px 0 125px 0;
    margin-top: 67px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
.home-bg-main-contaiEINARner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.15) 85%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(85%, rgba(255,255,255,0.15)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.15) 85%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.15) 85%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.15) 85%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.15) 85%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.home-bg-main-container .container {
    position: relative;
    background-size: cover,cover;
    background-position: center,center;

}
.home-process {
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 800px;
}
.home-process ul {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.home-process-img {
    padding: 10px;
    display: inline-block;
    background-color: rgba(170,167,167,0.49);
    border-radius: 50%;
    position: relative;
}
.home-process-img:before {
    content: '';
    position: absolute;
    width: 85px;
    height: 85px;
    background-color: #fff;
    border-radius: 50%;
}
.home-process-img.active {
    background-color: rgba(255,102,0,69);
}
.home-process-img.done {
    background-color: rgba(109,190,69,0.56);
}
.home-process-img img {
    width: 85px;
    padding: 15px;
    position: relative;
}
.home-process li {
    width: calc(33.3% - 35px);
    float: left;
    position: relative;
}
.home-process li:after {
    content: '';
    position: absolute;
    width: calc(100% - 105px);
    right: 0px;
    top: 50%;
    height: 4px;
    background-color: rgba(0,0,0,0.22);
    transform: translateY(-50%);
}
.home-process li:nth-last-of-type(1) {
    width: 105px;
}
.home-process li:nth-last-of-type(1):after {
    display: none;
}
.home-heading {
    margin-top: 75px;
}
.home-heading h1{
    color: #fff;

}
.home-search {
    background-color: rgba(219,213,213,1);
    border-radius: 10px;
    padding: 15px;
    max-width: 800px;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}
.home-search-inner {
    background-color: rgba(255,255,255,1);
    border-radius: 10px;
    display: flex;
    width: 100%;
}
.home-search-select {
    color: #8e7e7e;
    padding: 16px 10px 16px 10px;
    font-size: 20px;
    width: 220px;
    text-align: left;
    position: relative;
    cursor: pointer;
    float: left;
}
.home-search-select:before {
    content: '';
    background-image: url(../img/down-arrow.png);
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 20px;
    right: 20px;
    opacity: 0.6;
}
.home-search-select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    height: 70%;
    width: 1px;
    background-color: #000;
    transform: translateY(-50%);
    opacity: 0.8;
}
.home-search-select-inner {
    display: inline-block;
    position: absolute;
    height: 30px;
    width: calc(100% - 30px);
    bottom: 16px;
    left: 20px;
    overflow: hidden;
}
.home-search-select-inner.active {
    top: initial;
    background-color: rgba(255,255,255,1);
    height: 80px;
    padding: 10px 0;
    border-radius: 4px;
}
.home-search-input {
    width: calc(100% - 100px);
    float: left;
    padding: 15px 25px;
}
.home-search-input input{
    width: 100%;
    outline: none;
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: #6f6d6d;
}
.home-search-button {
    float: right;
    margin-right: -1px;
}
.home-search-inner li {
    padding: 0 10px;
}
.home-search-button button{
  background-color: rgba(255,102,0,1);
  color: #fff;
    padding: 16px 35px;
    font-size: 20px;
    border: none;
    border-radius: 0 10px 10px 0;
    outline: none;
}


.home-search-button button:hover{
    background-color: rgba(224, 19, 26, 1);
}
.home-search-select ul{
    height: 27px;
    position: absolute;
    transform: translateY(0px);
}
.home-search-select ul.second{
    transform: translateY(-27px);
}
.home-mobile-middle img{
    width: 20px;
    position: absolute;
    top:0px;
    height: 20px;
    left: 0px;
}
.home-mobile-middle.active img{
    left: 45px;
}
.home-mobile-middle {
    width: 65px;
    float: left;
    text-align: left;
    background: rgba(226,226,226,1);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
    border-radius: 50px;
    height: 20px;
    position: relative;
}
.home-search-mobile-select {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
}
.home-search-mobile-select-inner {
    background-color: rgba(255,255,255,1);
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    margin-top: 15px;
}
.home-search-mobile-select-inner .home-mobile-left {
    width: 50%;
    float: left;
    padding: 15px 0;
    background-color: rgba(255,102,0,1);
    color: #fff;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
}
.home-search-mobile-select-inner.active .home-mobile-left {
    background-color: transparent;
    color: #000;
}
.home-mobile-right {
    width: 50%;
    float: right;
    padding: 15px 0;
    background-color: transparent;
    color: #000;
    cursor: pointer;
}
.home-search-mobile-select-inner.active .home-mobile-right {
    background-color: rgba(255,102,0,1);
    color: #fff;
    border-radius: 0 10px 10px 0 ;
}
.heading {
    color: #b72126;
    font-size: 42px;
    margin: 0px 0px 75px 0px;
    text-align: center;
    position: relative;
}
.heading:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 250px;
    background-color: #7e7e7e;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.process-main-contianer {
    padding: 100px 0;
}
.process-main-contianer ul {
    display: inline-block;
    width: 100%;
}
.process-main-contianer li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 15px;
}
.process-image {
    margin-bottom: 35px;
}
.process-image img {
    width: 100%;
    max-width: 150px;
}
.process-data p {
    font-size: 16px;
}
.gallery-main-container {
    background-color: #f2f1f8;
    padding: 125px 0;
}
.gallery-main-container img {
    width: calc(25% - 30px);
    margin: 0 15px;
    float: left;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media (max-width: 768px) {
    .home-search-button button{
        background-color: transparent;
        padding: 0;
        font-size: 0;
        border: none;
        border-radius: 0;
        color: #fff;
        outline: none;
    }
    .home-search-button button:hover{
        background-color: transparent;;
    }
    .home-search-button button img{
        vertical-align: initial;
    }
}

/* 4. Footer Css */
.footer-main-container {
    background-color: #252525;
    padding: 50px 0;
    margin-top: 100px;
    display: block;
    width: 100%;
}
.footer-one {
    color: #fff;
    width: calc(25% - 20px);
    margin: 0 10px;
    float: left;
}
.footer-heading h3 {
    position: relative;
    margin: 0 0 40px 0;
}

.footer-one ul {
    padding: 0 0 0 15px;
}
.footer-one li {
    margin: 5px 0;
}
.footer-one a {
    font-size: 17px;
    color: #ccc;
    text-decoration: none;
    outline: none;
}
.footer-one a:hover {
    color: #fff;
}
.footer-bottom-container {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
.footer-left {
    float: left;
    margin-top: 20px;
}
.footer-left img {
    width: 200px;
}
.footer-right {
    float: right;
    text-align: right;
}
.footer-social {
    display: inline-block;
    width: 100%;
}
.footer-social ul {
    display: inline-block;
}
.footer-social li{
    float: left;
    margin: 0 20px;
    opacity: 0.6;
}
.footer-social li:hover{
    opacity: 1;
}
.footer-social img{
    width: 30px;
}
.footer-copyright {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
.only-mobile {
    display: none;
}
.mobile-none {
    display: inherit;
}
@media (min-width: 768px) {
    .container-change-3 {
        background-image: none !important;
    }
}
@media (max-width: 768px) {
    .navbar {
        height: 50px;
    }
    .navbar-brand img {
        margin-left: 15px;
    }
    .navbar-header {
        display: inline-block;
    }
    .nav-right button {
        padding: 7px 10px;
        font-size: 11px;
    }
    .nav-right button img {
        width: 12px;
        margin-right: 5px;
    }
    .nav-right {
        float: right;
        margin: 0;
        position: fixed;
        height: calc(100vh - 50px);
        top: 50px;
        right: 0px;
        width: 200px;
        background-color: #fff;
        -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.16);
        -moz-box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.16);
        box-shadow: inset 0px 2px 3px 0px rgba(0,0,0,0.16);
        transform: translatex(100%);
    }
    .nav-right.active {
        transform: translatex(0%);
    }
    .nav-bar-middle img {
        width: 60px;
        height: 60px;
    }
    .home-bg-main-container {
        padding: 20px 0 125px 0;
        height: calc(100vh - 50px);
        margin-top: 50px;
        min-height: 400px;
    }
    .home-process-img img {
        width: 50px;
        padding: 10px;
    }
    .home-process-img:before {
        width: 50px;
        height: 50px;
    }
    .home-process li:after {
        width: calc(100% - 55px);
    }
    .home-process-img {
        padding: 5px;
    }
    .home-process li {
        width: calc(33.3% - 20px);
    }
    .home-process li:nth-last-of-type(1) {
        width: 60px;
    }
    .home-heading {
        margin-top: 0px;
    }
    .home-heading h1 {
        font-size: 22px;
        margin-top: 0;
        text-shadow: none;
        position: relative;
        padding: 10px 0;
        background: rgba(255,255,255,0);
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 20%, rgba(255,255,255,0.71) 80%, rgba(255,255,255,0.05) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(20%, rgba(255,255,255,0.7)), color-stop(80%, rgba(255,255,255,0.71)), color-stop(100%, rgba(255,255,255,0.05)));
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 20%, rgba(255,255,255,0.71) 80%, rgba(255,255,255,0.05) 100%);
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 20%, rgba(255,255,255,0.71) 80%, rgba(255,255,255,0.05) 100%);
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 20%, rgba(255,255,255,0.71) 80%, rgba(255,255,255,0.05) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 20%, rgba(255,255,255,0.71) 80%, rgba(255,255,255,0.05) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    }
    .home-heading h1:before {
        content: '';

    }
    .home-search {
        padding: 0px;
    }
    .container {
        padding: 0 10px;
    }
    .home-search-select {
        display: none;
    }
    .home-search-input {
        width: 100%;
        padding: 10px 54px 10px 15px;
    }
    .home-bg-main-container .container {
        position: absolute;
        width: calc(100% - 20px);
        height: 100%;
        left: 10px;
        padding: 0;
    }
    .only-mobile {
        display: inline-block;
    }
    .mobile-none {
        display: none !important;
    }
    .home-search-button {
        float: right;
        margin-right: -1px;
        position: absolute;
        top: 12px;
        right: 15px;
    }
    .home-search-button img {
        width: 20px;
    }
    .home-search-inner {
        position: relative;
    }
    .process-main-contianer {
        padding: 35px 0;
    }
    .heading {
        color: #c86651;
        font-size: 28px;
        margin: 0px 0px 45px 0px;
    }
    .heading:after {
        width: 120px;
    }
    .process-image img {
        max-width: 85px;
    }
    .process-main-contianer h3 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .process-main-contianer li {
        width: 50%;
        float: left;
        text-align: center;
        padding: 0 10px;
        min-height: 215px;
    }
    .process-data p {
        font-size: 10px;
    }
    .gallery-main-container {
        background-color: #f2f1f8;
        padding: 35px 0;
    }

    .gallery-main-container img {
        width: calc(50% - 30px);
    }
    .footer-main-container {
        padding: 35px 0;
    }
    .footer-one {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .footer-heading h3 {
        font-size: 14px;
        margin: 0 0 30px 0;
    }
    .footer-one ul {
        padding: 0 0 0 5px;
    }
    .footer-one a {
        font-size: 13px;
    }
    .footer-heading h3:after {
        width: 85px;
    }
    .footer-bottom-container {
        margin-top: 10px;
        width: 100%;
    }
    .footer-left {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-left img {
        width: 135px;
    }
    .footer-social {
        width: 100%;
        text-align: center;
    }
    .footer-social img {
        width: 25px;
    }
    .footer-copyright {
        font-size: 13px;
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }
    .home-search-input input {
        font-size: 17px;
    }
    .home-process {
        margin-top: 30px;
    }
    .mobile-search-container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
}

.speech-bubble {
	position: relative;
	background: #00aabb;
	border-radius: .4em;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #00aabb;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}

/* 5. restaurant css */

#ptick {
  stroke: #63bc01;
  stroke-width: 6;
  transition: all 1s;
}

#pcross {
  stroke: #bc0101;
  stroke-width: 6;
  transition: all 1s;
}

#pcircle {
  stroke: #63bc01;
  stroke-width: 6;
  transform-origin: 50px 50px 0;
  transition: all 1s;
}

.pprogress #ptick {
  opacity: 0;
}

.pready #ptick {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 8s ease-out forwards;
}

.pprogress #pcross {
  opacity: 0;
}

.perror #ptick {
  opacity: 0;
}

.pready #pcross {
  opacity: 0;
}

.perror #pcross {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 8s ease-out forwards;
}

.pprogress #pcircle {
  stroke: #4c4c4c;
  stroke-dasharray: 314;
  stroke-dashoffset: 1000;
  animation: spin 3s linear infinite;
}

.pready #pcircle {
  stroke-dashoffset: 66;
  stroke: #63bc01;
}

.perror #pcircle {
  stroke-dashoffset: 66;
  stroke: #bc0101;
}

#pcircle {
  stroke-dasharray: 500;
}

@keyframes pspin {
  0% {
    transform: rotate(0deg);
    stroke-dashoffset: 66;
  }
  50% {
    transform: rotate(540deg);
    stroke-dashoffset: 314;
  }
  100% {
    transform: rotate(1080deg);
    stroke-dashoffset: 66;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

#pcheck {
  width: 300px;
  height: 300px;
}

.confirmedBox{
  background-size:cover;
  background-color: #ccc;
  margin-top: 30px;
  position: relative;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  padding-bottom: 20px;


}

.confirmedBox i{
  font-size: 80px;
  position: relative;
  color: green;
  line-height: 0px;
  height: 43px;
  width: 86px;
  border-radius: 0 0 43px 43px;
  background-color: #fff;
}

.processingBox{
  padding: 15px;
  background-size:cover;
  background-color: #ccc;
  margin-top: 30px;
  position: relative;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  padding-bottom: 20px;


}

.processingSpinnerContainer {
  height: 86px;
  width: 86px;
  background: #fff;
  border-radius: 43px;
  padding-top:3px;
  margin: auto;

}
.processingBox i{
  font-size: 120px;
  color: darkslategrey;
  text-align: center;
  padding: 10px;

}

.processingBox td{
  text-align: left;
}

.processingBox h1 {
  font-weight: 600;
  color: darkgreen;
}

.processingBoxBody {
  background-color: #eee;
  padding-left:20px;
  padding-bottom: 10px;
  padding-top:10px;
  margin-bottom:20px;

  font-family: 'Work Sans', sans-serif;
}

.processingBoxBody h1{
  font-weight: 600;
  color: darkgreen;
}

.confirmedBox td{
  text-align: left;
}

.confirmedBox h1 {
  font-weight: 600;
  color: darkgreen;
}

.confirmedBoxBody {
  background-color: #eee;
  padding-left:20px;
  padding-bottom: 10px;
  padding-top:10px;
  margin-bottom:20px;

  font-family: 'Work Sans', sans-serif;
}

.confirmedBoxBody h3{
  margin:0;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#overlay #text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #f66605;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 0.8s linear infinite; /* Safari */
  animation: spin 0.8s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.kjetiltitle{
  width: 100%;
  background: #70181b;
}

.kjetiltitle h2{
font-size: 14px;
padding-top:5px;
padding-bottom: 5px;
font-weight: 600;
color: #fff;
margin-left: 60px;
text-transform: uppercase;
}

.einartimes {
margin-right: 0px;
background: #f60;

}
.einartimes span{
  font-weight: 600;
  background-color: #f60;
  padding: 5px;
  color: #fff;

}

.einartimes b {
  font-weight: 600;
  background: #af181f;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;

}

.kjetiltimes {
margin-right: -1px;
}
.kjetiltimes span{
  font-weight: 600;
  background-color: #fff;
  padding: 5px;
  color: #333;
}

.kjetiltimes b {
  font-weight: 600;
  background: #af181f;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
}

.kjetilbottominfo{
color: #333;
height: 40px;

}

.kjetillist{
  height: 155px;
  border-radius: 30px 0 0 0;
  background-size:cover;
  margin-top: 30px;
  position: relative;
}



.restaurant-list-kjetil img{
  height:75px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  left: -20px;
  top:-12px;
}

.restaurant-list-kjetil {
  font-family: 'Work Sans', sans-serif;
}
.kjetilclosed {
  background: #af181f;
  width: 100%;
  height: 30px;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
  color: #fff;
  text-transform: uppercase;

}

.corner-ribbon-wrapper {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.corner-ribbon{
  width: 200px;
  background: #af181f;
  position: absolute;
  overflow: hidden;
  bottom: 20px;
  right: -60px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  text-transform: uppercase;

}

.other-page-bg {
    background-image: none;
    padding: 75px 0 50px 0;
}
.other-page-bg:before{
    background: rgba(229,229,229,1);
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,229,229,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0 );
    height: 300px;
}
.other-page-bg .home-search-mobile-select-inner .home-mobile-left {
    background-color: rgba(255,102,0,1);
}
.other-page-bg .home-search-mobile-select-inner.active .home-mobile-left {
    background-color: transparent;
}
.other-page-bg .home-search-mobile-select-inner {
    background-color: rgba(238, 238, 238, 0.9);
}
.other-page-bg .home-search-mobile-select-inner .home-mobile-right {
    background-color: transparent;
}
.other-page-bg .home-search-mobile-select-inner.active .home-mobile-right {
    background-color: rgba(255,102,0,1);
}

.other-page-bg .home-search-button button {
    background-color: rgba(255,102,0,1);
}
.other-page-bg.home-search-mobile-select-inner {
    background-color: rgba(240, 240, 240, 0.9);
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    margin-top: 15px;
}
.restaurant-saearch-name {
    font-weight: 700;
}
.restaurant-saearch-name span{
    color: #b72025;
}
.other-page-bg .home-heading h1 {
    font-weight: 400;
    margin-top: 40px;
}
.other-page-bg .home-heading  {
    margin-top: 50px;
}
.restaurant-list-main-container li {
    padding: 25px 25px 40px 25px;
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.4);
    display: inline-block;
    width: 100%;
    background: rgba(237,237,237,1);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
    background-size: 100% 125px;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.restaurant-image {
    width: 125px;
    float: left;
}
.restaurant-image img{
    width: 100%;
    border-radius: 4px;
}
.restaurant-name {
    display: inline-block;
    float: left;
    padding-left: 20px;
    width: 40%;
}
.restaurant-name h2 {
    margin-top: 0;
    font-size: 24px;
}
.restaurant-favorite {
    display: flex;
}
.restaurant-favorite img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 3px;
}
.restaurant-favorite p{
    font-size: 17px;
}
.restaurant-detail {
    width: 30%;
    float: left;
}
.restaurant-detail-one-icon p{
    width: 20px;
    float: left;
    margin-right: 5px;
}

.restaurant-detail-one p {
    font-size: 15px;
    font-weight: 500;
    float: left;
}
.restaurant-detail-one {
    display: inline-block;
    width: 100%;
}
.restaurant-button {
    width: 145px;
    float: right;
    text-align: right;
    position: absolute;
    height: calc(100% - 30px);
    top: 0px;
    right: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.restaurant-button button {
    background-color: #b72025;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 25px;
    font-size: 15px;
}
.restaurant-offer {
    position: absolute;
    bottom: 0px;
    background: #44b3e6;
    color: #fff;
    width: 100%;
    left: 0px;
    border-radius: 0px 0px 4px 4px;
    padding: 7px 10px;
}
.restaurant-offer img{
    width: 20px;
    float: left;
    margin-right: 15px;
}
.restaurant-offer p{
    font-size: 16px;
    margin: 0;
}
.list-left {
    width: calc(100% - 325px);
    float: left;
}
.list-right {
    width: 300px !important;
    margin-left: 25px;
    float: right;
    background-color: #eaeaea;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}
.list-right .home-search-mobile-select {
    font-size: 14px;
}
.list-right .home-search-mobile-select-inner {
    margin-top: 0px;
}
.list-right .home-search {
    padding: 0;
    margin-top: 15px;
}
.list-right .home-search-input {
    width: calc(100%);
    padding: 10px 12px;
}
.list-right .home-search-input input {
    font-size: 14px;
}
.list-right .home-search-button button {
    font-size: 14px;
    padding: 11px 20px;
}
.list-right h1 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .other-page-bg {
        background-image: none;
        padding: 0px 0 15px 0;
        height: auto;
        min-height: initial;
    }
    .other-page-bg .container {
        position: relative;
        width: 100%;
        height: 100%;
        left: 0px;
        padding: 0 10px;
    }
    .other-page-bg .mobile-search-container {
        position: relative;
        top: 0px;
        transform: translateY(0%);
        width: 100%;
    }
    .other-page-bg .home-heading {
        margin-top: 0px;
    }
    .restaurant-saearch-name h2 {
        font-size: 18px;
    }
    .other-page-bg .home-heading h1 {
        font-weight: 400;
        margin-top: 17px;
        background: none;
        margin-bottom: 0;
    }
    .other-page-bg:before {
        height: 250px;
    }
    .other-page-bg .home-search-inner {
        background-color: #f0f0f0;
    }
    .other-page-bg .home-search {
        margin-top: 15px;
    }
    .restaurant-list-main-container li {
        padding: 0px 0px 40px 0px;
        background: none;
        box-shadow: none;
        border-bottom: #ccc solid 1px;
        margin-bottom: 15px;
        border-radius: 0px;
    }
    .restaurant-list-main-container li:nth-last-of-type(1) {
        border-bottom: #ccc solid 0px;
    }
    .restaurant-image {
        width: 123px;
    }
    .restaurant-name {
        padding-left: 0px;
        width: 100%;
    }
    .restaurant-name h2 {
        font-size: 18px;
    }
    .restaurant-name h5 {
        display: none;
    }
    .restaurant-favorite p {
        font-size: 10px;
        margin: 0;
    }
    .restaurant-favorite img {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
    .restaurant-detail {
        width: 50%;
        float: left;
    }
    .restaurant-detail-one-icon img {
        width: 15px;
        margin-right: 5px;
    }
    .restaurant-detail-one p {
        font-size: 11px;
        display: inline-block;
    }
    .restaurant-detail-one {
        margin-bottom: 0px;
    }
    .restaurant-button {
        width: 82px;
        position: relative;
        height: auto;
        top: 0;
        left: 0px;
        right: initial;
        margin-top: 5px;
    }
    .restaurant-button button {
        padding: 10px 10px;
        font-size: 12px;
    }
    .restaurant-offer img {
        width: 15px;
        margin-right: 10px;
    }
    .restaurant-offer p {
        font-size: 10px;
        margin: 0px 0 0 0;
    }
    .restaurant-offer {
        bottom: 10px;
        left: 0px;
        border-radius: 0px;
    }
    .home-search-mobile-select {
        font-size: 16px;
    }
    .home-search-mobile-select-inner .home-mobile-left {
        padding: 10px 0;
    }
    .home-mobile-right {
        padding: 10px 0;
    }
    .list-right {
        width: 100% !important;
        margin-left: 0;
        padding: 5px;
        border-radius: 0;
        position: fixed;
        top: 50px;
        left: 0px;
        z-index: 100;
    }
    .list-right .home-search {
        margin-top: 0px;
    }
    .list-left {
        width: 100%;
    }
    .list-left li > h3 {
        margin-top: 0;
        width: 100%;
        color: #b72025;
        font-size: 18px;
    }
    .restaurant-change {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 45%;
        float: left;
    }
    .restaurant-favorite {
        display: flex;
        -ms-flex-align: start;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


/* 6. Third Page Css */
.restaurant-info-container {
    background-color: #fff;
    padding: 25px;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.27);
    border-radius: 10px;
    margin-top: 25px;
    display: inline-block;
    width: 100%;
}
.restaurant-info-left {
    width: 150px;
    float: left;
}
.restaurant-info-image img {
    width: 100%;
    border-radius: 4px;
}
.restaurant-info-like {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    font-size: 18px;
}
.restaurant-info-like img {
    width: 20px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}
.restaurant-info-like-button button{
    background-color: rgba(255,102,0,1);
    border: none;
    padding: 13px 15px;
    border-radius: 4px;
    color: #fff;
    outline: none;
}
.restaurant-info-like-button button:hover {
    background-color: rgba(224, 19, 26,1);
}
.restaurant-info-like-button button img{
    width: 15px;
    margin-right: 7px;
}
.restaurant-info-like-button {
    margin-top: 15px;
}
.restaurant-info-middle {
    width: calc(100% - 400px);
    float: left;
    text-align: left;
    padding-left: 25px;
}
.restaurant-info-middle h3 {
    margin-top: 0px;
    font-weight: 700;
}
.restaurant-location-image p{
    width: 15px;
    float: left;
    margin-right: 5px;
}
.restaurant-location-detail {
    font-weight: 800;
    display: inline-block;
    font-size: 14px;
}
.restaurant-info-location-left li {
    margin-bottom: 6px;
}
.restaurant-info-location-left li:nth-last-of-type(1) {
    margin-bottom: 0px;
}
.restaurant-info-location {
    margin-top: 15px;
}
.restaurant-info-location-left {
    float: left;
}
.restaurant-info-location-right {
    width: calc(100% - 250px);
    float: right;
    height: 145px;
    background-position: center;
    max-width: 325px;
}
.restaurant-info-right {
    width: 225px;
    float: right;
    text-align: left;
}
.restaurant-info-timetable-heading img {
    width: 20px;
    float: left;
    margin-right: 15px;
}
.restaurant-info-timetable-heading h4 {
    margin: 0px;
    font-weight: 700;
}
.restaurant-info-right li h5{
    margin: 0;
    float: left;
    font-size: 16px;
    font-weight: 700;
}
.restaurant-info-right li p{
    float: right;
    margin: 0;
    font-size: 16px;
}
.restaurant-info-right li{
    color: #8e8e8e;
    display: inline-block;
    width: 100%;
    border-bottom: #8e8e8e dotted 1px;
    padding: 2px 0;
}
.restaurant-info-right li.active{
    color: #000;
}
.restaurant-info-right li:nth-last-of-type(1) {
    border-bottom: #8e8e8e dotted 0px;
    margin-bottom: -10px;
}
.restaurant-info-right ul{
    display: inline-block;
    width: 100%;
    padding-left: 35px;
    margin-top: 15px;
}
.restaurant-info-middle > p {
    height: 60px;
    overflow: hidden;
}
.restaurant-menu-section-heading h3{
    display: inline-block;
    float: left;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.restaurant-menu-section-heading img{
    width: 25px;
    padding: 6px;
    border-radius: 4px;
    border: #000 solid 1px;
    float: right;
    cursor: pointer;
}
.restaurant-menu-section-heading {
    display: inline-block;
    width: 100%;
    background: rgba(216,216,216,1);
    background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216,216,216,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff', GradientType=0 );
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
}
.restaurant-menu-image img{
    width: 100%;
}
.restaurant-menu-section-detail li{
    margin: 15px;
    width: calc(33.3% - 30px);
    float: left;
}
.restaurant-menu-section-detail li.active{
    margin: 0px;
    width: 100%;
    float: left;
}
.restaurant-menu-name {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: rgba(0,0,0,0.85);
    color: #fff;
}
.restaurant-menu-section-detail li.active .restaurant-menu-name {
    background-color: #f6f6f6;
    color: #333;
    border: #ccc solid 1px;
    border-bottom: none;
}
.restaurant-menu-section-detail li.active:nth-last-child(1) .restaurant-menu-name {
    border-bottom: #ccc solid 1px;
}
.restaurant-menu-section-detail li.active:nth-last-child(1) .restaurant-menu-price {
    border-bottom: #ccc solid 1px;
}
.restaurant-menu-name h5{
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
}
.restaurant-menu-name p{
    margin-bottom: 0px;
    font-size: 12px;
    height: 55px;
}
.restaurant-menu-left {
    width: calc(100% - 350px);
    float: left;
}
.restaurant-menu-price {
    display: flex;
}
.restaurant-menu-section-detail li.active .restaurant-menu-price li{
    min-width: 100px;
}
.restaurant-menu-price li{
    margin: 0px;
    width: 100%;
    background: rgba(216,216,216,1);
    background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216,216,216,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff', GradientType=0 );
    padding: 10px 0;
    border-right: #ccc solid 1px
}
.restaurant-menu-section-detail li.active .restaurant-menu-price li{
    padding: 7px 0 8px 0;
    background: none;
    background-color: #e9e9e9;
    border: #ccc solid 1px !important;
    border-left: none !important;
}
.restaurant-menu-section-detail li.active:nth-last-child(1) .restaurant-menu-price li{
    border-bottom: none;
}
.restaurant-menu-price li:nth-last-of-type(1){
    border-right: #ccc solid 0px !important;
}
.restaurant-menu-price ul{
    display: flex;
    width: 100%;
    text-align: center;
}
.restaurant-menu-price li button{
    background-color: rgba(255,102,0,1);
    border: none;
    padding: 7px 0px;
    border-radius: 4px;
    color: #fff;
    outline: none;
    width: calc(100% - 14px);
}
.restaurant-menu-price li button:hover {
    background-color: rgba(224, 19, 26,1);
}
.restaurant-menu-price li h5 {
    margin-top: 0;
    font-weight: 600;
}
.restaurant-menu-one {
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.27);
    border-radius: 4px;
    overflow: hidden;
}
.restaurant-menu-section-detail li.active .restaurant-menu-one {
    box-shadow: none;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: stretch;
    border-radius: 0;
}
.restaurant-menu-section-detail li.active .restaurant-menu-name p {
    height: auto;
}
.delivery-extra {
    padding: 10px;
    font-size: 16px;
}
.delivery-extra p {
    color: rgba(255,102,0,1);
    font-weight: 700;
    float: left;
}
.delivery-extra span {
    float: right;
    font-weight: 900;
}
.restaurant-menu-section-detail li.active .restaurant-menu-image {
    display: none;
}
.restaurant-menu-section-detail {
    display: inline-block;
    width: 100%;
}
.restaurant-menu-container {
    padding-bottom: 50px;
}
.restaurant-menu-right {
    width: 335px;
    float: right;
    text-align: center;
}
.restaurant-menu-bill-container {
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.27);
    border-radius: 4px;
    overflow: hidden;
}
.restaurant-menu-bill-container .home-search-mobile-select{
    background-color: #f7f7f7;
    padding: 15px;
    font-size: 16px;
}
.restaurant-menu-bill-container .home-search-mobile-select-inner{
    max-width: 275px;
    margin-top: 0px;
}
.restaurant-menu-bill-container  .home-search-mobile-select-inner .home-mobile-left {
    width: 50%;
    float: left;
    padding: 10px 0;
    background-color: rgba(255,102,0,1);
    color: #fff;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
}
.restaurant-menu-bill-container  .home-mobile-right {
    width: 50%;
    float: right;
    padding: 10px 0;
    background-color: #dadada;
    color: #000;
    cursor: pointer;
    border-radius: 0px 10px 10px 0px;
}
.restaurant-menu-bill-container .home-search-mobile-select-inner.active .home-mobile-left {
    background-color: #dadada;
    color: #000;
}
.total-order {
    display: inline-flex;
    margin-top: 10px;
}
.total-order img {
    width: 20px;
    float: left;
    margin-right: 10px;
    height: 20px;
}
.total-order p {
    margin: 0;
    font-size: 16px;
}
.total-order span {
    color: rgba(255,102,0,1);
    font-weight: 700;
}
.home-search-bill {
    padding: 15px;
    background-color: #fff;
    max-height: 250px;
    overflow-y: auto;
}
.home-search-bill-heading {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.home-search-bill-heading p {
    margin: 0px;
    float: left;
    color: rgba(255,102,0,1);
}
.home-search-bill-heading span{
    float: right;
}
.home-search-bill-extra p {
    margin: 0px;
    float: left;
}
.home-search-bill-extra div{
    float: left;
    margin-right: 10px;
}
.home-search-bill-extra span{
    float: right;
}
.home-search-bill-extra {
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    font-weight: 500;
    font-size: 13px;
}
.home-search-bill-total {
    display: inline-block;
    width: 100%;
}
.plus-minus {
    float: left;
    display: flex;
    font-size: 25px;
    height: 30px;
    font-weight: 900;
    padding-left: 15px;
}
.plus-minus p{
    margin: -4px 10px;
    cursor: pointer;
}
.plus-minus .plus {
    color: #72c056;
}
.plus-minus .minus {
    color: rgba(255,102,0,1);
}
.grand-total {
    float: right;
    color: rgba(255,102,0,1);
    font-size: 16px;
    font-weight: 700;
}
.home-search-bill li{
    border-bottom: #ccc dotted 1px;
    padding-top: 15px;
}
.home-search-bill li:nth-of-type(1){
    padding-top: 0px;
}
.home-search-bill li:nth-last-of-type(1){
    border-bottom: #ccc dotted 0px;
}
.home-search-grand-total {
    background-color: #f7f7f7;
    padding: 15px;
    font-size: 22px;
    font-weight: 700;
    display: table;
    width: 100%;
}
.home-search-grand-total p {
    display: inline-block;
    float: left;
    margin: 0;
}
#receiptTotal {
    float: right;
    color: rgba(255,102,0,1);
}
.bill-bestill button{
    background-color: rgba(255,102,0,1);
    border: none;
    padding: 7px 15px;
    border-radius: 4px;
    color: #fff;
    outline: none;
    width: 100%;
    max-width: 175px;
}
.bill-bestill button:hover {
    background-color: rgba(224, 19, 26,1);
}
.bill-bestill {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
}
.restaurant-menu-section {
    margin-top: 25px;
}
.restaurant-menu-section:nth-of-type(1) {
    margin-top: 0px;
}
.container-change {
    max-width: 1170px;
    width: 100%;
}
.mobile-restaurant-heading {
    margin: 0 0 15px 0;
    font-weight: 700;
    font-size: 22px;
}
.container-change1 {
    padding: 0;
}
.receipt-error {
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
}
@media (max-width: 1024px) {
    .list-right {
        display: none;

    }
    .list-left {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .restaurant-info-container {
        padding: 5px;
        margin-top: 0px;
        border-radius: 0;
    }
    .restaurant-info-left {
        width: 100%;
    }
    .restaurant-info-image {
        width: 100px;
        float: left;
    }
    .restaurant-info-like {
        width: 60%;
        float: right;
        font-size: 10px;
        margin-top: 0px;
        height: 28px;
    }
    .restaurant-info-like-button {
        width: 100%;
        float: right;
        margin-top: 0px;
    }
    .restaurant-info-like img {
        width: 10px;
        margin-right: 3px;
    }
    .restaurant-info-middle {
        width: 100%;
        padding-left: 0;
    }
    .restaurant-info-location {
        margin-top: 15px;
    }
    .restaurant-info-location-left li {
        margin-bottom: 0px;
        width: 50%;
        float: left;
        height: 40px;
    }
    .restaurant-info-location-left ul {
        width: 100%;
    }
    .restaurant-info-location-left {
        width: 100%;
    }
    .restaurant-location-detail {
        font-size: 11px;
    }
    .restaurant-info-location-right {
        width: calc(100% - 145px);
        height: 100px;
    }
    .restaurant-info-like-button button img {
        width: 10px;
    }
    .restaurant-info-like-button button {
        font-size: 10px;
        padding: 7px 5px;
    }
    .restaurant-location-image img {
        width: 15px;
    }
    .restaurant-info-right {
        width: 100%;
        margin-top: 15px;
    }
    .restaurant-info-timetable-one > div{
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: rgba(216,216,216,1);
        background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216,216,216,1)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff', GradientType=0 );
        padding: 8px 10px;
        position: relative;
    }
    .restaurant-info-timetable-heading h4 {
        font-size: 12px;
        margin-top: 0px;
    }
    .restaurant-info-timetable-heading img {
        width: 12px;
        margin-right: 5px;
    }
    .restaurant-info-right li h5 {
        font-size: 14px;
    }
    .restaurant-info-right li p {
        font-size: 14px;
    }
    .restaurant-info-right ul {
        padding: 0;
        margin-top: 10px;
        width: calc(100vw - 30px);
    }
    .mobile-transform {
        transform: translateX(-50%);
    }
    .restaurant-info-timetable-one {
        margin-bottom: 5px;
        width: 50%;
        text-align: justify;
        float: left;
    }
    .restaurant-info-timetable-one:nth-last-of-type(1) {
        margin-bottom: 0px;
    }
    .restaurant-info-timetable-one ul {
        display: none;
    }
    .restaurant-info-timetable-one-img {
        position: absolute;
        right: 10px;
    }
    .restaurant-info-timetable-one-img.active {
        transform: rotate(-180deg);
    }
    .restaurant-menu-bill-container {
        top: 50% !important;
        right: 0px !important;
        left: initial !important;
        transform: translateY(calc(-50% + 25px) ) translateX(100%);
        overflow: visible;
        transition: 0.4s all ease-out;
        -moz-transition: 0.4s all ease-out;
        -o-transition: 0.4s all ease-out;
        -webkit-transition: 0.4s all ease-out;
        position: fixed !important;
        width: 275px !important;
    }
    .restaurant-menu-bill-container.active {
        transform: translateY(calc(-50% + 25px) ) translateX(0);
        transition: 0.4s all ease-out;
        -moz-transition: 0.4s all ease-out;
        -o-transition: 0.4s all ease-out;
        -webkit-transition: 0.4s all ease-out;
    }
    .home-search-bill {
        max-height: 175px;
        overflow: scroll;
        padding: 10px;
    }
    .restaurant-menu-right {
        width: 275px;
    }
    .restaurant-menu-bill-container .home-search-mobile-select {
        padding: 10px;
        font-size: 12px;
    }
    .total-order img {
        width: 15px;
        height: 15px;
    }
    .total-order p {
        font-size: 13px;
    }
    .home-search-bill-heading {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .home-search-bill-extra {
        padding-left: 5px;
        font-size: 11px;
    }
    .plus-minus {
        padding-left: 0px;
    }
    .home-search-grand-total {
        font-size: 18px;
    }
    .bill-bestill {
        font-size: 14px;
    }
    .grand-total {
        font-size: 14px;
    }
    .restaurant-menu-bill-control {
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-45px);
        -webkit-box-shadow: -5px 0px 13px -1px rgba(0,0,0,0.32);
        -moz-box-shadow: -5px 0px 13px -1px rgba(0,0,0,0.32);
        box-shadow: -5px 0px 13px -1px rgba(0,0,0,0.32);
        background-color: #fff;
        border-radius: 4px 0 0 4px;
    }
    .restaurant-menu-bill-control img{
        width: 45px;
        padding: 10px;
    }

    .cartIconBadge {
      position: absolute;
    top:-10px;
    left: -10px;
    padding: 1px 7px;
    border: 2px solid white;
    border-radius:100px;
    background: #b01820;
    box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.7) inset, 0 10px 0px rgba(255,255,255,.11) inset;
    -webkit-background-clip: padding-box;
    font: 12/20px "Helvetica Neue", sans-serif;
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
    }

    .restaurant-menu-left {
        width: 100%;
    }
    .restaurant-menu-name h5 {
        font-size: 10px;
    }
    .restaurant-menu-name {
        padding: 5px;
    }
    .restaurant-menu-name p {
        font-size: 9px;
        height: 50px;
    }
    .restaurant-menu-price li h5 {
        font-size: 10px;
        margin-bottom: 5px;
    }
    .restaurant-menu-price li button {
        width: calc(100% - 2px);
        font-size: 9px;
    }
    .restaurant-menu-section-detail li {
        margin: 8px;
        width: calc(50% - 16px);
    }
    .restaurant-menu-price li {
        margin: 0px;
        width: 100%;
        background: rgba(216,216,216,1);
        background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216,216,216,1)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff', GradientType=0 );
        padding: 10px 0;
        border-right: #ccc solid 1px;
    }
    .container-change-3 {
        height: 175px !important;
        background-size: cover;
        padding: 0 10px !important;%;
    }
    .restaurant-name-mobile {
        background-color: rgba(255,102,0,1);
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        position: absolute;
        top: 100px;
        left: 0px;
        font-weight: 700;
    }
    .container-change-4 {
        padding: 0px !important;
    }
    .restaurant-info-change {
        display: flex;
    }
    .other-page-bg .home-process {
        max-width: 250px;

    }
    .other-page-bg .home-process li {
        width: calc(33.3% - 14px);
    }
    .other-page-bg .home-process-img {
        padding: 0px;
        -webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
        -moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
        box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
        z-index: 2;
    }
    .other-page-bg .home-process-img:before {
        width: 34px;
        height: 34px;
        top: 3px;
        left: 3px;
    }
    .other-page-bg .home-process-img img {
        width: 40px;
        padding: 10px;
    }
    .other-page-bg .home-process li:after {
        width: calc(100% - 40px);
        -webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
        -moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
        box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
        height: 1px;
        background-color: rgba(170,167,167,1);
    }
    .other-page-bg .home-process li:nth-last-of-type(1) {
        width: 40px;
    }
    .other-page-bg .home-process-img.done {
        background-color: rgba(109,190,69,1);
    }
    .other-page-bg .home-process-img.active {
        background-color: rgba(255,102,0,1);
    }
    .other-page-bg .home-process-img {
        background-color: rgba(170,167,167,1);
    }
    .third-page-bg .home-process {
        margin-top: 35px !important;
    }
    .restaurant-info-location-left li:nth-of-type(4) {
        transform: translateY(-15px);
    }
    .restaurant-info-location-left li:nth-of-type(5) {
        position: absolute;
        top: 70px;
        right: 8px;
    }
    .receipt-error {
        font-size: 10px;
        padding: 5px;
        margin-top: 10px;
    }
    .restaurant-menu-section-detail li.active .restaurant-menu-one {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .restaurant-menu-price {
        width: 100%;
    }
    .restaurant-menu-price li button {
        max-width: 130px;
    }
    .restaurant-menu-section-detail li.active .restaurant-menu-price li {
       border: none;
        padding: 2px 0 3px 0;
    }
    .restaurant-menu-section-detail li.active {
        margin-bottom: 5px;
    }
}

.modal-body-address {
  background-color: rgba(219,213,213,1);
  border-radius: 0px;
  padding: 15px;
  margin: 0px;
}

#orderpage {
    margin-top: 140px;
}
.summary {
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    border: #ccc solid 1px;
    margin-bottom: 10px;
}
.summary_header h1 {
    background: rgba(216,216,216,1);
    background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216,216,216,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff', GradientType=0 );
    padding: 10px;
    font-size: 20px;
    margin-top: 0;
    border-radius: 4px 4px 0 0;
}
.summary .form-group{
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.summary .form-group label{
    margin: 0;
}
.order-section-2 {
    padding: 15px;
}
.order-section-2 textarea{
    width: 100%;
    max-width: 100%;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    min-height: 100px;
}
.order-summary-inner {
    width: calc(50% - 15px);
    margin-left: 15px;
    border: #ccc solid 1px;
    border-radius: 4px;
    float: left;
    margin-bottom: 15px;
}
.order-summary-one {
    padding: 10px;
    position: relative;
}
.order-summary-one:before{
    content: '';
    bottom: 0px;
    left: 50%;
    width: calc(100% - 10px);
    position: absolute;
    height: 1px;
    border-bottom: #ccc dotted 1px;
    transform: translateX(-50%);
}
.order-summary-one:nth-last-of-type(1):before{
display: none;
}
.sms-alert {
    width: 50%;
    padding: 0 15px;
    float: right;
}
.sms-alert h1{
    color: rgba(255,102,0,1);
    font-size: 20px;
    margin-top: 0;
}
.sms-alert .form-group {
    display: inline-block !important;
}
.discount input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-left: 10px;
}
.sms-alert .form-group div {
    display: inline-block;
    width: calc(100% - 25px);
    float: right;
}
.submit-button {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.submit-button div{
    margin: 0 15px;
}
.submit-button button{
    background-color: rgba(255,102,0,1);
    border: none;
    padding: 7px 15px;
    border-radius: 4px;
    color: #fff;
    outline: none;
}
.submit-button button:hover {
    background-color: rgba(224, 19, 26,1);
}
.submit-button input{
    background-color: rgba(255,102,0,1);
    border: none;
    padding: 7px 15px;
    border-radius: 4px;
    color: #fff;
    outline: none;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease ;
    -ms-transition: 0.4s all ease ;
    -o-transition: 0.4s all ease ;
    transition: 0.4s all ease ;
}
.submit-button input:hover,.submit-button input:focus {
    background-color: rgba(224, 19, 26,1);
    border: none;
    color: #fff;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease ;
    -ms-transition: 0.4s all ease ;
    -o-transition: 0.4s all ease ;
    transition: 0.4s all ease ;
}
.food-modal .modal-header {
    border: none;
    background: rgba(216,216,216,1);
    background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216,216,216,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff', GradientType=0 );
    border-radius: 6px 6px 0 0;
}
.food-modal .modal-body {
    padding: 0px;
}
.fix-top-modal-footer {
    border: none;
    border-bottom: #ccc solid 1px ;
    display: none;
}
.food-modal .modal-body-inner {
    padding: 15px;
}
.food-modal .modal-desc-heading {
    font-size: 18px;
    font-weight: 700;
    color: rgba(224, 19, 26,1);
    margin-bottom: 10px;
}
.food-modal .modal-desc {
    font-size: 14px;
    margin-bottom: 15px;
}
.food-modal .modal-title {
    font-weight: 600;
    font-size: 20px;
}
.food-modal .madatory-change {
    color: rgba(224, 19, 26,1);
    font-size: 18px;
    font-weight: 700;
}
.food-modal .modal-header .close {
    margin-top: 5px;
}
.according-container {
    border: #ccc solid 1px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.according-container h2{
    background: rgba(216,216,216,1);
    background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216,216,216,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    padding: 10px;
    margin: 0;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
}
.obligatorisk-content p {
    margin: 0;
}
.obligatorisk-content > div {
    margin-bottom: 10px;
}
.obligatorisk-content > div:nth-last-of-type(1) {
    margin-bottom: 0px;
}
.according-container > div > div{
    padding: 10px;
}
.food-modal .modal-footer .left {
    float: left;
}
.food-modal .modal-footer .addcourse{
    background-color: rgba(255,102,0,1);
    border: none;
    padding: 7px 15px;
    border-radius: 4px;
    color: #fff;
    outline: none;
}
.food-modal .modal-footer .addcourse:hover {
    background-color: rgba(224, 19, 26,1);
}
.accordion-content input{
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
}
.myorder-container {
    margin-top: 170px;
}
.orders_header {
    background: rgba(216,216,216,1);
    background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216,216,216,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff', GradientType=0 );
    display: inline-block;
    width: 100%;
    margin-bottom: -6px;
    border-bottom: #ccc solid 1px;
    margin-top: 15px;
}
.orders_header h4{
    padding: 0 0 0 15px;
}
.orders_item {
    display: inline-block;
    width: 100%;
    margin-bottom: -6px;
}
.orders_item div {
    padding: 8px 0;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
}
.orders_item div:nth-of-type(1) {
    border-left: #ccc solid 1px;
}
.orders_item h2{
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    padding: 0 0px 0 10px;
}
.orders_header div:nth-of-type(1),.orders_item div:nth-of-type(1){
    width: 20%;
    float: left;
}
.orders_header div:nth-of-type(2),.orders_item div:nth-of-type(2){
    width: 20%;
    float: left;
}
.orders_header div:nth-of-type(3),.orders_item div:nth-of-type(3){
    width: 30%;
    float: left;
}
.orders_header div:nth-of-type(4),.orders_item div:nth-of-type(4){
    width: 15%;
    float: left;
}
.orders_header div:nth-of-type(5),.orders_item div:nth-of-type(5){
    width: 15%;
    float: left;
}
.orders div {
    display: flex;
    margin: 0;
}
.orders {
    margin-bottom: 10px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
#address_and_distance b {
    color: rgba(255,102,0,1);
    font-weight: 700;
}
#address_and_distance {
    margin-bottom: 10px;
}
#modal2 .modal-footer {
    border: none;
}
#modal2 .modal-footer button{
    background-color: rgba(255,102,0,1);
    border: none;
    padding: 7px 15px;
    border-radius: 4px;
    color: #fff;
    outline: none;
}
#modal2 .modal-footer  button:hover {
    background-color: rgba(224, 19, 26,1);
}
.pac-container {
    z-index: 1050;
}
.coform-body {
    padding: 15px;
}
.conform-button button{
    background-color: rgba(255,102,0,1);
    border: none;
    padding: 7px 15px;
    border-radius: 4px;
    color: #fff;
    outline: none;
    margin-top: 5px;
}
.conform-button button:hover {
    background-color: rgba(224, 19, 26,1);
}
.conform-button span {
    font-size: 11px;
    color: #777;
}
.conform-button {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
}
.conform-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.conform-email {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    white-space: nowrap;
}
.footer-page-main-container {
    margin: 150px 0 70px 0;
}
.about-us-inner {
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.32);
    padding: 25px;
    border-radius: 15px;
    display: flex;
    flex-wrap: nowrap;
}
.about-us-left {
    width: 275px;
    display: flex;
    align-items: center;
}
.about-us-left img {
    width: 225px;
}
.about-us-right {
    width: calc(100% - 275px);
    text-align: justify;
}
.about-us-right h1 {
    color: rgba(255,102,0,1);
}
.about-us-right h4 {
    text-align: center;
    display: inline-block;
    float: right;
    margin-right: 60px;
}
.video-main-container {
    position: relative;
    max-width: 1035px;
    width: 100%;
}
.tv-main {
    width: 100%;
}
.about-us-inner-change {
    box-shadow: none !important;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0;
    align-items: center;
}
.about-us-inner-change h1   {
    color: rgba(255,102,0,1);
    margin-top: 0;
}
.video-main-container iframe {
    position: absolute;
    width: calc(98% - 4px);
    height: calc(83% - 3px);
    top: 11px;
    left: 13px;
}
.network-left {
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.network-left img{
    width: 100%;
}
.learn-change {
    max-width: 75%;
    width: initial !important;
    max-height: 75%;
}
.faq-inner {
    flex-direction: column;
    text-align: justify;
}
.faq-inner h3{
    color: rgba(255,102,0,1);
}
.faq-inner span{
    color: rgba(255,102,0,1);
    display: inline-block;
    width: 100%;
    font-weight: 600;
}
.network-right {
    width: calc(100% - 350px);
    padding-left: 26px;
    text-align: justify;
}
.network-right h1{
    color: rgba(255,102,0,1);
}
.network-right p{
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.partner-right h3 {
    color: rgba(255,102,0,1);
}
.partner-right span{
    color: rgba(255,102,0,1);
    font-weight: 500;
    width: 165px;
    display: inline-block;
}
.contact-us-inner-change {
    flex-direction: column;
}
.faq-change {
    color: #000 !important;
}
.faq-change a{
    color: rgba(255,102,0,1) !important;
    text-decoration: none;
}
.contact-inner {
    display: flex;
}
.contact-map {
    width: 100%;
    height: 225px;
    margin-top: 20px;
}
.contact-map iframe{
    width: 100%;
    height: 100%;
}
.password-container {
    margin-top: 145px;
}
.password-container .panel-heading {
    border: none;
    font-size: 18px;
    font-weight: 600;
    background: rgba(216,216,216,1);
    background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(216,216,216,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff', GradientType=0 );
}
.password-container button{
    background-color: rgba(255,102,0,1);
    border: none;
    padding: 7px 15px;
    border-radius: 4px;
    color: #fff;
    outline: none;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease ;
    -ms-transition: 0.4s all ease ;
    -o-transition: 0.4s all ease ;
    transition: 0.4s all ease ;
}
.password-container button:hover,.password-container button:focus {
    background-color: rgba(224, 19, 26,1);
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease ;
    -ms-transition: 0.4s all ease ;
    -o-transition: 0.4s all ease ;
    transition: 0.4s all ease ;
}
.restaurant-menu-section-detail ul {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1600px) {
    .video-main-container {
        position: relative;
        max-width: 650px;
        width: 100%;
    }
    .video-main-container iframe {
        top: 7px;
        left: 9px;
    }
}
@media (max-width: 768px) {
    .network-left,.network-right {
        width: 100%;
        padding: 0;
    }
    .partner-right h3 {
        font-size: 18px;
    }
    .partner-right span {
        color: rgba(255,102,0,1);
        font-weight: 500;
        width: inherit;
        display: inline-block;
        margin-right: 15px;
    }
    .network-right h1 {
        font-size: 24px;
    }
    .network-right p {
        font-size: 12px;
        margin-top: 0;
    }
    .video-main-container iframe {
        top: 3px;
        left: 4px;
        height: calc(83% - 1px);
        width: calc(98% - 2px);
    }
    .about-us-right h1 {
        font-size: 24px;
    }
    .about-us-right p {
        font-size: 12px;
    }
    .fix-top-modal-footer {
        display: inherit;
    }
    .food-modal .modal-footer {
        padding: 5px 10px;
    }
    .food-modal .modal-body-inner {
        padding: 5px;
    }
    .according-container > div > div {
        padding: 5px;
    }
    .according-container {
        margin-bottom: 0px;
    }
    #orderpage {
        margin-top: 90px;
    }
    .summary_header h1 {
        font-size: 14px;
    }
    .order-section-2 {
        padding: 5px;
    }
    .order-summary-inner {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .sms-alert {
        width: 100%;
    }
    .summary .discount .form-group {
        padding: 0 10px;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .submit-button div {
        margin: 5px 15px;
    }
    .submit-button {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .orders_header h4 {
        font-size: 10px;
        padding: 0 0 0 2px;
    }
    .orders_item div {
        padding: 4px 0 4px 2px;
    }
    .orders_item h2 {
        font-size: 9px;
        margin: 0;
        font-weight: 400;
        padding: 0 0px 0 0px;
    }
    #meny {
        display: inline-block;
        width: 100%;
        padding: 0 10px;
    }

    .myorder-container {
        margin-top: 90px;
    }
    .container-change {
        padding: 0 !important;
    }
    .footer-right {
        float: none;
    }
    .about-us-inner {
        flex-direction: column;
        padding: 15px;
    }
    .about-us-left {
        width: 100%;
        justify-content: center;
    }
    .about-us-right {
        width: 100%;
        text-align: justify;
    }
    .about-us-right h4 {
        margin-right: 20px;
        font-size: 16px;
    }
    .footer-page-main-container {
        margin: 70px 0 25px 0;
    }
    .about-us-left img {
        width: 150px;
    }
    .about-us-inner-change h1 {
        font-size: 24px;
    }
    .about-us-inner-change h4 {
        font-size: 14px;
    }
}

.pasta-pasta-main-container {
    display: flex;
    justify-content: space-around;
    margin: 50px 0;
    text-align: center;
}
.pasta-pasta-one {
    width: 33.3%;
    padding: 0 15px;
    max-width: 250px;
}
.pasta-pasta-one img{
    max-width: 100%
}
.pasta-name {
    padding:10px;
    font-size: 24px;
    font-weight: 900;
    color: #000;
}
.pasta-pasta-one button {
    background-color: #000;
    width: 100%;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    border: none;
}
.pasta-about-us h1 {
    color: rgba(255,102,0,1);

}


.uga-uga-main-container {
    display: flex;
    justify-content: space-around;
    margin: 50px 0;
    text-align: center;
}
.uga {
    padding: 15px;
}

.uga-name {
    padding:10px;
    font-size: 24px;
    font-weight: 900;
    color: #000;
}
.uga-uga-one button {
    background-color: #000;
    width: 100%;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    border: none;
}
.uga-about-us h1 {
    color: rgba(255,102,0,1);

}

.traffic-light-container {
  background: #000;
  width: 100px;
  height: 31px;
  border-radius: 15px;
  align-items: center;
  padding:3px;
  margin-left: 10px;

}
.traffic-light-dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.traffic-light-text {
  height: 31px;
  padding:5px;
  display: inline-block;
}

@media (max-width: 767px) {
    .pasta-pasta-main-container {
        flex-wrap: wrap;
        margin: 0px 0;
    }
    .pasta-pasta-one {
        width: 33.3%;
        max-width: initial;
        margin: 15px 0;
        padding: 0 5px
    }
    .pasta-inner {
        max-width: 300px;
        margin: 0 auto;
    }
    .pasta-name {
        padding:5px;
        font-size: 11px;
    }
    .pasta-pasta-one button {
        font-size: 11px;
    }
    .pasta-about-us h1 {
        color: rgba(255,102,0,1);
        font-size: 18px;
        margin: 0 0 5px 0;
    }
    .pasta-about-us p {

        font-size: 12px;
    }



        .uga-uga-main-container {
        flex-wrap: wrap;
        margin: 0px 0;
    }
    .uga-uga-one {
        width: 33.3%;
        max-width: initial;
        margin: 15px 0;
        padding: 0 5px
    }
    .uga-inner {
        max-width: 300px;
        margin: 0 auto;
    }
    .uga-name {
        padding:5px;
        font-size: 11px;
    }
    .uga-uga-one button {
        font-size: 11px;
    }
    .uga-about-us h1 {
        color: rgba(255,102,0,1);
        font-size: 18px;
        margin: 0 0 5px 0;
    }
    .uga-about-us p {

        font-size: 12px;
    }
}
