/**
 * ----------------------------------------------
 * COLOR CODES
 * ----------------------------------------------
 *
*/
/**
 * ----------------------------------------------
 * Font face
 * 
 */

@font-face {
  font-family: "Baloo Tammudu", cursive;
  font-style: "../fonts/BalooTammudu-Regular";
  font-weight: 400;
  src: url("normal.eot?#iefix") format("embedded-opentype"), url("normal.woff2") format("woff2"), url("normal.woff") format("woff"), url("normal.ttf") format("truetype"), url("normal.svg#Baloo Tammudu, cursive") format("svg"); }

@font-face {
  font-family: "Open Sans", sans-serif;
  font-style: "../fonts/OpenSans-Light";
  font-weight: 300;
  src: url("normal.eot?#iefix") format("embedded-opentype"), url("normal.woff2") format("woff2"), url("normal.woff") format("woff"), url("normal.ttf") format("truetype"), url("normal.svg#Open Sans, sans-serif") format("svg"); }

@font-face {
  font-family: "Open Sans", sans-serif;
  font-style: "../fonts/OpenSans-Regular";
  font-weight: 400;
  src: url("normal.eot?#iefix") format("embedded-opentype"), url("normal.woff2") format("woff2"), url("normal.woff") format("woff"), url("normal.ttf") format("truetype"), url("normal.svg#Open Sans, sans-serif") format("svg"); }

@font-face {
  font-family: "Open Sans", sans-serif;
  font-style: "../fonts/OpenSans-SemiBold";
  font-weight: 600;
  src: url("normal.eot?#iefix") format("embedded-opentype"), url("normal.woff2") format("woff2"), url("normal.woff") format("woff"), url("normal.ttf") format("truetype"), url("normal.svg#Open Sans, sans-serif") format("svg"); }

@font-face {
  font-family: "Open Sans", sans-serif;
  font-style: "../fonts/OpenSans-Bold";
  font-weight: 700;
  src: url("normal.eot?#iefix") format("embedded-opentype"), url("normal.woff2") format("woff2"), url("normal.woff") format("woff"), url("normal.ttf") format("truetype"), url("normal.svg#Open Sans, sans-serif") format("svg"); }

@font-face {
  font-family: "Open Sans", sans-serif;
  font-style: "../fonts/OpenSans-ExtraBold";
  font-weight: 800;
  src: url("normal.eot?#iefix") format("embedded-opentype"), url("normal.woff2") format("woff2"), url("normal.woff") format("woff"), url("normal.ttf") format("truetype"), url("normal.svg#Open Sans, sans-serif") format("svg"); }

/*! ===== button rounded style =====*/
.btn-rounded {
  display: inline-block;
  padding: 12px 20px;
  min-width: 100px;
  text-align: center;
  background-color: #f25c05;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #f25c05;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn-rounded.btn-o {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff; }

.btn-rounded:hover, .btn-rounded:focus {
  background-color: #a74003;
  border-color: #a74003;
  outline: none;
  text-decoration: none;
  color: #ffffff; }

/*! ===== button square style =====*/
.btn-square {
  display: inline-block;
  padding: 12px 20px;
  min-width: 120px;
  text-align: center;
  background-color: #23c282;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0;
  border: 2px solid #23c282;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none; }

/*! ===== button square style =====*/
.btn-add {
    border-radius: 20px;
    padding: 7px 15px;
    text-align: center;
    background-color: #23c282;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none; }

.btn-close {
    border-radius: 20px;
    padding: 7px 15px;
    text-align: center;
    background-color: #f25c05;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none; }

  .btn-square.btn-o {
    background-color: #ffffff;
    color: #f25c05;
    border-color: #f25c05; }

.btn-square:hover, .btn-square:focus, .btn-add:hover, .btn-add:focus {
  background-color: #178157;
  border-color: #178157;
  outline: none;
  color: #ffffff;
  text-decoration: none; }

.btn-circle {
  /*===== button circle style =====*/
  display: inline-block;
  padding: 12px 20px;
  min-width: 120px;
  text-align: center;
  background-color: #f25c05;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  border-radius: 25px;
  border: 2px solid #f25c05;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn-circle.btn-o {
    background-color: #ffffff;
    color: #f25c05;
    border-color: #f25c05; }

.btn-circle:hover, .btn-circle:focus {
  background-color: #a74003;
  border-color: #a74003;
  outline: none;
  color: #ffffff; }


.homeItemBox{
  width: 100%;
  height: auto;
  padding-top: 60px;
}

.homeimg-box{
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
}
.homeimg-box img{
  width: 100%;
}

.homeItemBox-h2{
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
}
.homeItemBox-p{
  color: #3c3c3c;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  text-align: left;
  margin-top: 30px;
}
/*===== heading style 1 =====*/
.heading-1 {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 25px;
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 70px; }
  @media only screen and (max-width: 768px) {
    .heading-1 {
      font-size: 50px; } }

/*===== heading style 2 =====*/
.heading-2 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #13194A;

}

/*===== heading style 3 =====*/
.heading-3 {
  font-weight: 400;
  font-size: 24px;
  color: #131313; }

/*===== heading style 4 =====*/
.heading-4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #131313; }

.heading-5 {
  /*===== heading style 5 =====*/
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #131313; }

/*===== heading style 6 =====*/
.heading-6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #131313; }

/*===== paragraph style 1 =====*/
.p-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #585858;
  line-height: 25px;
  margin: 0px; }

/*! ===== link style =====*/
.link-text {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #f25c05;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .link-text:hover, .link-text:focus {
    text-decoration: none;
    outline: none;
    color: #a74003; }

/**
 * ----------------------------------------------
 * SIMPLE RESET
 * ----------------------------------------------
 */
* {
  /*font-family: "Open Sans", sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  background-color: #ffffff;
}

/**
 * ----------------------------------------------
 * CUSTOM CLASS
 * ----------------------------------------------
 */
.page-wrapper {
  position: relative; }

.fix-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 500px) {
    .fix-container {
      padding: 0 3%; } }
  @media only screen and (min-width: 500px) and (max-width: 800px) {
    .fix-container {
      padding: 0 3%; } }

.white-space {
  height: 100px;
  width: 100%; }
.white-space30 {
  height: 30px;
  width: 100%; }
.white-space10 {
  height: 10px;
  width: 100%; }
  @media only screen and (min-width: 1370px) {
    .white-space {
      height: 130px; }
      .white-space30 {
      height: 40px; }
      .white-space10 {
      height: 12px; }
}
  @media only screen and (max-width: 500px) {
    header nav{padding: 10px 0px !important;}
    .white-space {
      height: 80px; }
      .white-space30 {
  height: 25px; }
      .white-space10 {
  height: 10px; } }
  @media only screen and (max-width: 400px) {
    .white-space {
      height: 50px; }
      .white-space30 {
      height: 15px; }
      .white-space10 {
      height: 10px; }
       }

.fix {
  margin: 0px;
  padding: 0px; }

.p-none {
  padding: 0px; }

.m-none {
  margin: 0px; }

.clear {
  clear: both; }

/*! ===== input field style =====*/
.input-field {
  border: 1px solid #a6a6a6;
  padding: 12px;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px; }
  .input-field:hover::-webkit-input-placeholder, .input-field:focus::-webkit-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .input-field:hover:-ms-input-placeholder, .input-field:focus:-ms-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .input-field:hover::-ms-input-placeholder, .input-field:focus::-ms-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .input-field:hover::placeholder, .input-field:focus::placeholder {
    color: #a6a6a6;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.bar {
  display: block;
  background: #ffffff;
  border-radius: 2px; }

.menu-toggle {
  width: 45px;
  height: 40px;
  padding: 2px 0px;
  position: relative;
  cursor: pointer;
  background: rgba(111, 110, 110, 0.4);
  border-radius: 5px;
  display: none;
  float: right;
  margin-right: 20px;
  z-index: 9; }
  .menu-toggle:hover {
    background: rgba(111, 110, 110, 0.4); }
  .menu-toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%; }
    .menu-toggle .hamburger span {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      width: 50%;
      height: 3px;
      position: relative;
      margin: 7px auto; }
      .menu-toggle .hamburger span:nth-child(1) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s; }
      .menu-toggle .hamburger span:nth-child(2) {
        -webkit-transition-delay: .625s;
        -o-transition-delay: .625s;
        transition-delay: .625s; }
      .menu-toggle .hamburger span:nth-child(3) {
        -webkit-transition-delay: .75s;
        -o-transition-delay: .75s;
        transition-delay: .75s; }
  .menu-toggle .cross {
    position: absolute;
    height: 100%;
    width: 97%;
    left: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    .menu-toggle .cross span {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .menu-toggle .cross span:nth-child(1) {
        height: 0%;
        width: 3px;
        position: absolute;
        top: 10%;
        left: 20px;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; }
      .menu-toggle .cross span:nth-child(2) {
        width: 0%;
        height: 3px;
        position: absolute;
        left: 10%;
        top: 19px;
        -webkit-transition-delay: .25s;
        -o-transition-delay: .25s;
        transition-delay: .25s; }
  .menu-toggle.open .hamburger span {
    width: 0%; }
    .menu-toggle.open .hamburger span:nth-child(1) {
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .menu-toggle.open .hamburger span:nth-child(2) {
      -webkit-transition-delay: .125s;
      -o-transition-delay: .125s;
      transition-delay: .125s; }
    .menu-toggle.open .hamburger span:nth-child(3) {
      -webkit-transition-delay: .25s;
      -o-transition-delay: .25s;
      transition-delay: .25s; }
  .menu-toggle.open .cross span:nth-child(1) {
    height: 80%;
    -webkit-transition-delay: .625s;
    -o-transition-delay: .625s;
    transition-delay: .625s; }
  .menu-toggle.open .cross span:nth-child(2) {
    width: 70%;
    -webkit-transition-delay: .375s;
    -o-transition-delay: .375s;
    transition-delay: .375s; }
  @media only screen and (max-width: 768px) {
    .menu-toggle {
      display: block; } }

.fix-scroll {
  overflow: hidden; }

header {
  /*min-height: 100vh;*/
  /*background-image: url(../images/header-bg.jpg);*/
  background: #1f2531;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative; }
  header:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 5, 72, 0.5); }
  header nav {
    padding: 15px 0;
    transition : all .2s linear;
    text-align: center;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
    /*opacity: 0.75;*/
    /*background-color: rgba(255, 255, 255, 0.08); */
    /*background: #0D3A68; */
    /*background: rgb(39 105 173 / 63%); */
    }
    header nav .nav-container {
      position: relative; }
    header nav .logo {
      float: left;padding-left: 15px; }
    header nav .menu-list {
      display: inline-block;
      line-height: 50px;
      margin: 0; }
      header nav .menu-list li {
        display: inline-block; }
      header nav .menu-list .menu-item {
        padding: 15px;
        text-decoration: none;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 15px; }
    header nav .signup-box {
      position: absolute;
      right: 30px;
      top: 0;
      padding: 5px 0; }
      header nav .signup-box .login, header nav .signup-box .register {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        text-decoration: none;
        color: #ffffff; }
      header nav .signup-box .register {
        padding: 9px 15px;
        margin-left: 30px; }
    @media only screen and (max-width: 768px) {
      header nav .menu-box {
        position: fixed;
        width: 100%;
        height: 100%;
        padding: 10% 0;
        left: 0;
        top: 0;
        text-align: center;
        z-index: 3;
        background-color: rgba(0, 5, 72, 0.9);
        display: none; }
        header nav .menu-box .menu-list li {
          display: block; }
        header nav .menu-box .signup-box {
          position: static;
          top: inherit;
          right: inherit; }
          header nav .menu-box .signup-box .login, header nav .menu-box .signup-box .register {
            display: block;
            padding: 15px;
            width: 200px;
            margin: 0 auto; } }
  header .header-info {
    position: relative;
    /*text-align: center;*/
    padding: 100px 0; }
    header .header-info .p-text {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 24px;
      color: #ffffff; }
      header .header-info .p-text a.p-text {
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 24px;
        text-decoration: none; }
      @media only screen and (max-width: 768px) {
        header .header-info .p-text {
          font-size: 18px; }
          header .header-info .p-text a.p-text {
            font-size: 18px; } }
    header .header-info form {
      margin-top: 50px; }
      header .header-info form input.zipCode {
        min-width: 260px;
        margin: 10px;
        padding: 9px 15px;
        border-radius: 4px;
        border: 1px solid #ffffff;
        background-color: transparent;
        color: #ffffff; }
        header .header-info form input.zipCode::-webkit-input-placeholder {
          opacity: 1;
          color: #ffffff; }
        header .header-info form input.zipCode:-ms-input-placeholder {
          opacity: 1;
          color: #ffffff; }
        header .header-info form input.zipCode::-ms-input-placeholder {
          opacity: 1;
          color: #ffffff; }
        header .header-info form input.zipCode::placeholder {
          opacity: 1;
          color: #ffffff; }
        header .header-info form input.zipCode:focus {
          outline: none; }
          header .header-info form input.zipCode:focus::-webkit-input-placeholder {
            opacity: .5;
            color: #ffffff; }
          header .header-info form input.zipCode:focus:-ms-input-placeholder {
            opacity: .5;
            color: #ffffff; }
          header .header-info form input.zipCode:focus::-ms-input-placeholder {
            opacity: .5;
            color: #ffffff; }
          header .header-info form input.zipCode:focus::placeholder {
            opacity: .5;
            color: #ffffff; }
      header .header-info form button.btn-rounded {
        min-width: 260px;
        margin: 0 10px; }
        header .header-info form button.btn-rounded:focus {
          outline: none; }
    @media only screen and (max-width: 768px) {
      header .header-info {
        padding: 50px 0; } }

.ui-widget.ui-widget-content {
  border-radius: 5px;
  overflow: hidden; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #f25c05;
  background: #f25c05;
  font-weight: normal;
  color: #ffffff; }

/* ==== about ====*/
.about {
  text-align: center; }
  .about .about-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 50px;
    margin-top: 50px; }
    .about .about-list .about-item {
      padding: 50px 35px;
      border-radius: 5px;
      background: #f0f2fa; }
      .about .about-list .about-item:hover {
        transition: box-shadow 0.5s;
        -webkit-box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
        box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px; }
      .about .about-list .about-item .icon img {
        height: 45px;
        width: auto; }
      @media only screen and (max-width: 768px) {
        .about .about-list .about-item {
          padding: 35px; } }

/* ==== popular restaurant ====*/
.popular-restaurant {
  text-align: center;
  background-color: #f7f8fb; }
  .popular-restaurant .popular-restaurant-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 50px;
    margin-top: 50px; }
  .popular-restaurant .popular-restaurant-item {
    overflow: hidden;
    border-radius: 5px; }
    .popular-restaurant .popular-restaurant-item .img-box {
      /*max-height: 220px;*/
      height: 220px;
      background: #f0f2fa;
      overflow: hidden; }
      .popular-restaurant .popular-restaurant-item .img-box img {
        /*width: 100%;*/
        /*height: 230px;*/
        height: 100%; }
    .popular-restaurant .popular-restaurant-item .info-box {
      text-align: center;
      padding: 20px;
      background-color: #ffffff; }
    .popular-restaurant .popular-restaurant-item .star-rating li {
      display: inline-block; }
    .popular-restaurant .popular-restaurant-item .star-rating i {
      color: #FFC207;
      font-size: 24px; }
    .popular-restaurant .popular-restaurant-item .location {
      text-align: left; }
      .popular-restaurant .popular-restaurant-item .location .map-icon {
        color: #F25C05;
        font-size: 30px;
        vertical-align: sub; }
      .popular-restaurant .popular-restaurant-item .location .address {
        display: inline-block;
        line-height: 38px; }
      .popular-restaurant .popular-restaurant-item .location .btn-square {
        font-size: 14px;
        border-radius: 25px;
        float: right;
        padding: 5px 15px;
        min-width: 80px; }
    .popular-restaurant .popular-restaurant-item:hover {
      transition: box-shadow 0.5s;
      -webkit-box-shadow: 1px 1px 4px 2px #666161;
      box-shadow: 1px 1px 4px 2px #666161; }

/* ==== cities ====*/
.cities {
  text-align: center; }
  .cities .cities-info {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px; }
    .cities .cities-info .cities-nav {
      display: inline-block;
      border-bottom: 2px solid rgba(89, 89, 89, 0.15); }
      .cities .cities-info .cities-nav .cities-nav-item {
        float: inherit;
        display: inline-block;
        margin: 0; }
        .cities .cities-info .cities-nav .cities-nav-item a {
          border: none;
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          font-size: 16px;
          color: #595959;
          padding-bottom: 20px; }
          .cities .cities-info .cities-nav .cities-nav-item a:hover {
            background-color: transparent; }
        .cities .cities-info .cities-nav .cities-nav-item.active a {
          margin-bottom: -2px;
          border-bottom: 2px solid #f25c05; }
    .cities .cities-info .cities-tab-content {
      padding-top: 40px; }
      .cities .cities-info .cities-tab-content .cities-list .cities-list-item {
        display: inline-block;
        margin: 20px; }
        .cities .cities-info .cities-tab-content .cities-list .cities-list-item a {
          color: #a6a6a6;
          text-decoration: none; }
        .cities .cities-info .cities-tab-content .cities-list .cities-list-item .map-icon {
          color: #23c282;
          margin-right: 5px; }
        .cities .cities-info .cities-tab-content .cities-list .cities-list-item .available-number {
          margin-left: 10px;
          height: 22px;
          width: 22px;
          border-radius: 50%;
          background-color: #f25c05;
          display: inline-block;
          color: #ffffff;
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          font-size: 10px;
          line-height: 22px;
          text-align: center; }
        @media only screen and (max-width: 768px) {
          .cities .cities-info .cities-tab-content .cities-list .cities-list-item {
            display: block; } }
  .cities .bike-rider {
    background-image: url(../images/road.jpg);
    background-size: contain;
    background-repeat-y: no-repeat;
    background-position: bottom;
    height: 250px; }
    .cities .bike-rider .rider {
      height: 200px;
      width: 100%;
      overflow: hidden; }
      .cities .bike-rider .rider img {
        height: 100%;
        -webkit-animation: bikeRide 5s infinite;
        animation: bikeRide 5s infinite; }
      @media only screen and (max-width: 768px) {
        .cities .bike-rider .rider {
          height: 120px; } }
    @media only screen and (max-width: 768px) {
      .cities .bike-rider {
        background-position: center 70px; } }

@-webkit-keyframes bikeRide {
  0% {
    -webkit-transform: translate(400%, 0);
    transform: translate(400%, 0); }
  30% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  60% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  100% {
    -webkit-transform: translate(-400%, 0);
    transform: translate(-400%, 0); } }

@keyframes bikeRide {
  0% {
    -webkit-transform: translate(400%, 0);
    transform: translate(400%, 0); }
  30% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  60% {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  100% {
    -webkit-transform: translate(-400%, 0);
    transform: translate(-400%, 0); } }

/* ==== subscribe ====*/
.subscribe .subscribe-form {
  max-width: 560px;
  margin: 0 auto;
  margin-top: 50px; }
  .subscribe .subscribe-form .subscribe-email {
    max-width: 80%;
    width: 100%;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(89, 89, 89, 0.06);
    box-shadow: 0px 0px 20px 10px rgba(89, 89, 89, 0.06);
    padding: 20px 15px;
    padding-right: 50px; }
    .subscribe .subscribe-form .subscribe-email:focus {
      outline: none; }
  .subscribe .subscribe-form .btn-square {
    padding: 7px 15px;
    border-radius: 5px;
    margin-left: -50px; }
    @media only screen and (max-width: 768px) {
      .subscribe .subscribe-form .btn-square {
        min-width: 100px; } }

/* ==== feedback ====*/
.feedback {
  background-image: url(../images/feedback-bg.jpg);
  position: relative; }
  .feedback .title-text {
    color: #ffffff; }
  .feedback .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 5, 72, 0.65); }
  .feedback .feedback-info {
    position: relative; }
  .feedback .feedback-slider {
    margin-top: 60px;
    position: relative; }
    .feedback .feedback-slider .p-text {
      color: #ffffff; }
    .feedback .feedback-slider .item {
      max-width: 600px;
      margin: 0 auto;
      width: 100%;
      text-align: center; }
      .feedback .feedback-slider .item .text-info .p-text {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 38px; }
      .feedback .feedback-slider .item .img-box {
        max-width: 70px;
        height: 70px;
        width: 100%;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
        margin-top: 40px; }
      .feedback .feedback-slider .item .name-deg {
        margin-top: 15px; }
        .feedback .feedback-slider .item .name-deg .client-name {
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          font-size: 16px; }
        .feedback .feedback-slider .item .name-deg .client-deg {
          font-family: "Open Sans", sans-serif;
          font-weight: 300;
          font-size: 12px; }
  .feedback .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%; }
    .feedback .owl-nav .owl-prev i, .feedback .owl-nav .owl-next i {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #ffffff;
      color: #ffffff;
      line-height: 38px;
      display: inline-block;
      text-align: center; }
    .feedback .owl-nav .owl-prev {
      float: left; }
    .feedback .owl-nav .owl-next {
      float: right; }

/* ==== trending-food ====*/
.trending-food .trending-food-list {
  margin-top: 10px; }
  .trending-food .trending-food-list .trending-food-item {
    /*max-width: 290px;*/
    max-width: 46%;;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin: 10px 10px 10px 13px;
    -webkit-box-shadow: 1px 0px 7px -4px;
    box-shadow: 1px 0px 7px -4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;  }
    .trending-food .trending-food-list .trending-food-item:hover {
      -webkit-box-shadow: 1px 1px 4px 2px #666161;
    box-shadow: 1px 1px 4px 2px #666161;}
    .food-section{ margin: 0;padding: 0; background: #FFFFFF;
box-shadow: 4px 12px 44px rgba(0, 0, 0, 0.04);
border-radius: 16px;
  padding-bottom: 40px;}

  .trending-food .trending-food-list .img-box {
    height: 180px;
    overflow: hidden;
    background: #f0f2fa;
    text-align: center;
    }
    .trending-food .trending-food-list .img-box img {
      /*width: 100%;*/
      height: 100%; }
  .trending-food .trending-food-list .food-info {
    padding: 20px 0; }
  .trending-food .trending-food-list .food-name {
    color: #f25c05; }
  .trending-food .trending-food-list .price {
    color: #23c282;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    /*margin-top: 15px;*/
    text-align: left;
    width: 50%;
    float: left;
    padding-left: 15px;
     }
  .trending-food .trending-food-list .btn_add {
    float: right;
    padding-right: 15px;
     }
    .p-text-vox {
      width: 100%;
    height: auto;
    float: left;
    margin: 20px 0px;}

  /* Theme 2    */

  .trending-food .trending-food-list .trending-food-item-theme-2 {
    /*max-width: 290px;*/
    max-width: 96%;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin: 0px 10px;
    background: #f7f8fb7a;
  }


  .trending-food .trending-food-list .food-info-theme-2 {
    padding: 20px 0; }
  .trending-food .trending-food-list .food-name-theme-2 {
    color: #f25c05; }
  .trending-food .trending-food-list .name-theme-2 {
    color: #0a0a0a;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    width: 55%;
    float: left;
    padding-left: 15px;
     }
  .trending-food .trending-food-list .price-theme-2 {
    color: #0f143c;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    /*margin-top: 15px;*/
    text-align: left;
    width: 20%;
    float: left;
    padding-left: 15px;
     }
  .trending-food .trending-food-list .btn-add-theme-2 {
    float: right;
    padding-right: 15px;
     }
    .p-text-vox-theme-2 {
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0px;}

.category-title{
    color: #13194A;
    padding: 10px;
    margin: 0;
    margin: 8px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    background: #F7F8FB;
    border-radius: 8px;}
#append-cat-name{
    color: #13194A;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;}
.categories {width: 100%;background: #fdfdfd;list-style: none;}
.categories  li{width: 100%;padding: 10px;padding: 10px 10px 10px 18px;}
.categories  li:last-child{border-bottom: 0px;}
.categories  li a{font-family: "Open Sans", sans-serif;font-weight: 400;font-size: 14px;color: #13194A;margin: 0px;}
.categories  li a:hover{color: #f25c05;text-decoration: none;}


/*.categories  li a:link{color: #f25c05;text-decoration: none;}*/
/*.categories  li a:visited{color: #f25c05;text-decoration: none;}*/
.categories  li a:hover{color: #f25c05;text-decoration: none;}
/* selected link */
.categories  li a:active{color: #f25c05;text-decoration: none;}
.categories  li .active{color: #f25c05;text-decoration: none;}

/* ==== footer ====*/
footer {
  z-index: 1;
  background-color: #13194A;
  text-align: center;
  padding: 70px 0; }
  footer .f-menu-list {
    margin-top: 40px; }
    footer .f-menu-list li {
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        footer .f-menu-list li {
          display: block; } }
    footer .f-menu-list .f-menu-item {
      color: #ffffff;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 13px;
      padding: 5px 15px;
      text-decoration: none; }
  footer .social-icon {
    margin-top: 40px; }
    footer .social-icon li {
      display: inline-block; }
    footer .social-icon .social-single {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      background-color: #f25c05;
      display: inline-block;
      line-height: 40px;
      color: #ffffff;
      margin: 0 20px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      footer .social-icon .social-single:hover {
        background-color: #23c282; }
      @media only screen and (max-width: 768px) {
        footer .social-icon .social-single {
          margin: 5px; } }
  footer .copyRight {
    margin-top: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff; }
  footer .store_name {
    margin-top: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 26px;
    color: #ffffff; }
  footer .copyRight2 {
    margin-top: 8px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff; }
  footer .copyRight a{
    color: #f25c05;
    font-size: 14px;
  }


.fixed {
    top: 0;
    width: 100%;
    z-index: 22;
    transition: all 0.5s;
    position: fixed;
    box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
    transition: all 0.5s;
    background: #0D3A68;
    opacity: 1 !important;
}
.offer_title{
  margin: 0;
  padding: 8px;
  background: #23c282;
  color: white;
  font-size: 14px;
}



/* Start Mobile Section menu page */

#mobile-area{display: none;}
.mb-checkBasket{display: none;
background: #23c282;
    margin: 0;
    padding: 15px 20px;
    width: 100%;
    color: white;
    height: auto;
    font-size: 18px;
    font-weight: 100;
    transition: bottom .5s linear;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;}

.mb-checkBasket:hover{text-decoration: none;color: white;}

.mb-checkBasket span{    float: right;
    color: #ffffff;
    background: #f25c05;
    padding: 5px 8px;
    border-radius: 20px;
    border: none;}


@media only screen and (max-width: 498px) {

  #right-section{
    border-radius: 25px !important;
    padding-top: 2px;
  }

  .lb-header a {
    margin: 0px 7px;
    padding: 0 5px;
  }

  .trending-food{
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .trending-food-list .trending-food-item {
    max-width: 92% !important;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }


  #mobile-area{display: block;}
  .mb-checkBasket{display: block;}
  .web-cat-title{display: none;}
  #append-cat-name{display: none;}
  #append-item{display: none;}
  .mobile-category{border: none;}
  .mobile-category a{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
  }
  .mobile-category i{
    float: right;
  }


  .leftSidebar{display: none;}
  #footer-menu-list{display: none;}
  .rightSidebar{padding: 0;margin-top: 25px;}
  #cart-section{height: auto !important;}



}

/* Start Mobile Section menu page */