/*

Eatery Cafe Template 

http://www.templatemo.com/tm-515-eatery

*/

  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

  body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
  }

  .copyright-text {
    margin-top: 20px;
    text-align: center;
  }

  .copyright-text p {
    font-weight: normal;
  }

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #a8d62b;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }

  .overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  section {
    position: relative;
    padding: 50px 0;
  }

  .menus-section {
    padding: 7em 0;
    position: relative; 
  }

  @media (max-width: 767.98px) {
    .menus-section {
      padding: 6em 0; 
    } 
  }
  
  .bg-light {
    background-color: #fff !important; 
  }

  .services {
    height: 420px;
    padding: 2rem !important;
  }

  .services .services-wrap {
    width: 100%;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 27px -9px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 10px 27px -9px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 10px 27px -9px rgba(0, 0, 0, 0.11);
  }

  .services .img {
    width: 100%;
    height: 200px;
  }





















  #team, 
  #menu,
  #articlecenter {
    text-align: center;
  }

  .about-image img,
  .team-thumb img {
    width: 100%;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: #a8d62b;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 8px 10px;
    transition: 0.5s 0.2s;
  }

  .label-primary {
    background-color: #a8d62b;
  }

  .tops-btn {
    background: #122b40;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    border: 1px solid #122b40;
  }

  .tops-btn:hover,
  .tops-btn:focus {
    background-color: #fff;
    color: #122b40;
    border-color: #122b40;
    border: 1px solid #122b40;
  }

  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }


  /*--------------------
  4.1. About
  --------------------*/

  .mz-module-about {
    padding-left:10px;
    padding-right:10px;
  }

  .product-menu {
    position: relative; 
    z-index:1; 
    width:100%; 
    height:230px; 
    border-radius:5px; 
    background-size:100% 100%; 
    background-repeat:no-repeat; 
  }


  

  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    /* padding: 25px 0; */
    padding: 12px 0;
  }

  .custom-navbar .navbar-brand {
    color: #292929;
    font-size: 18px;
    font-weight: bold;
  }

  .custom-navbar .navbar-brand span {
    color: #a8d62b;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #292929;
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #a8d62b;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #a8d62b;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #454545;
    }

    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
    padding-bottom: 30px;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }

  @media (min-width: 768px) {
    .slider .col-md-8 {
      padding-left: 0;
    }
  }

  .slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot {
    display: block;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }

  .slider .item-first {
    background-image: url(../images/slider-image1.jpg);
  }

  .slider .item-second {
    background-image: url(../images/slider-image2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/slider-image3.jpg);
  }

  .slider .item-second .section-btn {
    background: #292929;
  }

  .slider .item-second .section-btn:hover {
    background: #ffffff;
  }

  .slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
  }

  .slider .item-third .section-btn:hover,
  .slider .item-third .section-btn:focus {
    background: #a8d62b;
    border-color: transparent;
    color: #ffffff;
  }



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    padding-bottom: 0;
  }

  .about-info {
    padding: 0 6em 5em 0;
  }

  .about-info .section-title {
    padding-bottom: 20px;
  }

  .about-image {
    position: absolute;
  }



  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  #team {
    background: #f9f9f9;
  }

  .team-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .team-info {
    padding: 10px 30px 20px 30px;
  }

  .team-thumb .team-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover .team-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
  }

  .team-thumb img {
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover img {
    transform: scale(1.2);
  }

  .team-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
  }

  .team-thumb .team-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .team-item h4 {
    color: #ffffff;
  }

  .team-info p {
    color: #bfbdbd;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
  }

  #articles {
    color: #111;
  }

  /*---------------------------------------
     MENU              
  -----------------------------------------*/

  #menu {
    padding-bottom: 0;
  }

  #menu .col-md-3 {
    margin: 0;
    padding: 0;
  }

  .menu-thumb img {
    height: 100%;
    width: 100%;
    transition: 0.5s;
  }

  .menu-thumb:hover img {
    transform: scale(1.15);
  }

  #menu .menucenter {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 80%;
  }
  
  #menu .menu-thumb {
    padding: 3px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 100%;
  }

  .menu-thumb .menu-info {
    position: absolute;
    top: 60%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 25px 30px;
    transition: 0.5s 0.2s;
  }

  .menu-info .menu-item {
    float: left;
  }

  .menu-info .menu-price {
    float: right;
  }

  .menu-info .menu-price span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-top: 10px;
  }

  .menu-thumb .menu-info h3,
  .menu-thumb .menu-info p,
  .menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
  }

  .menu-thumb .menu-info h3 {
    margin-top: 0;
  }

  .menu-thumb .menu-info p {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .menu-thumb:hover .menu-info h3,
  .menu-thumb:hover .menu-info p,
  .menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
  }

  .menu-thumb:hover .menu-info {
    background: rgba(0,0,0,0.8);
  }



  /*---------------------------------------
      articlecenter             
  -----------------------------------------*/

  #articlecenter {
    background-color: #a8d62b;
    background-size: cover;
  }

  #articlecenter .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
  }

  #articlecenter .owl-theme .owl-dots .owl-dot,
  #articlecenter .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
  }

  #articlecenter .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
  }

  #articlecenter h2 {
    color: #353535;
  }

  #articlecenter p,
  .tst-author h4,
  .tst-author span {
    display: inline;
  }

  #articlecenter p {
    color: #353535;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
  }

  .tst-author {
    margin-top: 20px;
  }

  .tst-author h4 {
    font-weight: 700;
    color: #353535;
  }

  .tst-author span {
    color: #353535;
  }

  .tst-author span {
    margin-left: 5px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact .section-title {
    padding-bottom: 0;
  }

  #contact .text-success,
  #contact .text-danger {
    display: none;
  }

  #contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #contact .form-control:hover,
  #contact .form-control:focus {
    border-bottom-color: #c9c9c9;
  }

  #contact input {
    height: 55px;
  }

  #contact button#cf-submit {
    background: #a8d62b;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
  }

  #contact button#cf-submit:hover {
    background: #292929;
    color: #ffffff;
  }



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 100px;
    margin-bottom: 20px;
    margin-top: 100px;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  .footer-info,
  footer .social-icon {
    margin-top: 20px;
  }

  .footer-open-hour {
    background: #a8d62b;
    background: url('../images/footers/open-hour-bg.png') center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 40px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
  }

  .footer-open-hour::after {
    background: rgba(29,29,29,0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour h2 {
    color: #ffffff;
  }

  .footer-open-hour p {
    color: #d9d9d9;
  }

  .footer-open-hour strong {
    color: #f9f9f9;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #a8d62b;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #a8d62b;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }


  @media only screen and (max-width: 1200px) {
    .about-info {
      padding-right: 0;
    }

    .about-image {
      position: relative;
    }
  }


  @media only screen and (max-width: 992px) {
    section {
      padding: 40px 0;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .slider .item {
      background-position: center;
    }

    .about-info {
      padding: 0;
    }

    .team-info {
      margin-bottom: 50px;
    }

    #menu .menu-thumb {
      width: 103%;
    }

    #articlecenter {
      background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
      margin-bottom: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .slider .caption {
      padding: 0;
    }

    .menu-thumb .menu-info {
      top: 80%;
    }

    footer {
      padding: 60px 0;
      padding-bottom: 60px;
    }

    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
  }


  @media only screen and (max-width: 580px) {
    h1 {
      font-size: 2.1em;
    }

    h2 {
      font-size: 1.8em;
    }

    .menu-thumb .menu-info {
      top: 60%;
    }
  }



/* ==========================
*  Inner pages
============================*/

.inner-page-hero {
  padding-top: 5%;
  padding-bottom: 5%;
}


/********* profile banner part ***********/

.profile-banner figure img {
  width: 100%;
}

.image-wrap {
  border-radius: 2px;
  padding: 10px;
  float: left;
  background: #fff;
}

.image-wrap figure {
  background: #FFF;
  border-radius: 2px;
  display: block;
  overflow: hidden;
  float: left;
  margin-bottom: 0;
}

.image-wrap figure img {
  max-width: 100%;
  display: block
}

.profile p {
  color: #fff;
}

.banner figure {
  margin-bottom: 0;
}

.profile-desc h6 a {
  font-size: 26px;
  line-height: 31px;
  color: #fff;
}

.profile .right-text {}

.profile-img {
  width: 24.7%;
}

.profile .right-text span {
  margin-bottom: 8px;
  display: block;
}

.profile-desc h6 {
  display: inline-block;
  margin-right: 3rem;
  margin-bottom: 10px;
}

.profile-desc a.btn {
  display: inline-block;
  padding: 3px 20px;
  background-color: #82b21c;
  vertical-align: text-bottom;
  font-size: 13px;
  color: #fff;
}

.profile-desc .right-text {
  width: 100%;
  border-right: 0;
  color: rgba(255, 255, 255, .5);
  margin-top: 30px;
}

.profile-desc .nav-item a {
  color: #fff;
}

.profile-desc .nav-item.ratings a span i {
  color: #ffd953;
  font-size: 16px;
}

@media (min-width:320px) and (max-width:768px) {
  .profile-desc .right-text {
      margin-top: 0;
  }
  .profile-desc h6 {
      margin-right: 0;
  }
  .image-wrap {
      padding: 1px;
      border-radius: 2px;
      margin-bottom: 20px
  }
  .profile-desc a.btn {
      float: right
  }
  .image-wrap img {
      width: auto;
  }
  .profile-img {
      width: 100%
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .profile-desc .right-text {
      margin-top: 0;
  }
}


/********* breadcrumb part ***********/

.breadcrumb {
  background: transparent;
  padding: 22px 0;
  border-bottom: 1px solid #e6e6e6;
}

.breadcrumb ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}

.breadcrumb ul li:before {
  position: absolute;
  left: -25px;
  top: 0;
  content: "/";
}

.breadcrumb ul li:first-child:before {
  content: none;
}

.breadcrumb ul li a,
.breadcrumb ul li {
  color: #333366;
}

.breadcrumb ul,
.breadcrumb {
  margin-bottom: 0;
}

@media (min-width:320px) and (max-width: 568px) {
  .breadcrumb ul li {
      display: inline-block;
      margin-right: 15px;
      position: relative;
  }
  .breadcrumb ul li:before {
      display: none
  }
}

.result-show .dropdown button {
  color: #333366;
  font-size: 14px;
  border: 0;
}

.result-show div i {
  margin-left: 10px;
  font-size: 22px;
  vertical-align: middle;
  color: #000;
}

.result-show {
  padding: 7px 0 10px;
  border-bottom: 1px solid #d6d6d6;
  color: #333366;
  margin-bottom: 20px;
}

.result-show p {
  padding: 0;
  margin: 5px 0;
}

.result-show-blow {
  border-top: 1px solid #d6d6d6;
  font-size: 12px;
  line-height: 1.33341;
  font-weight: 400;
  letter-spacing: -.01em;
  font-family: SF Pro Text,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 9px 0;
  transform: translateY(0);
  background-color: #f2f2f2;
  color: #333;
  transition: transform .6s ease-in-out,background-color 1s ease-in-out 1.2s,color 1s ease-in-out 1s;
}

.sidebar {
  /* border: 1px solid #d6d6d6; */
  background: #fafaf8;
  border-radius: 3px;
}

.sidebar-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar-inner .sidebar input,
.sidebar .input-group-btn .btn {
  height: 55px;
  border-left: 0;
  border-right: 0;
}

.widget {
  border: 1px solid #d6d6d6;
  background: #fafaf8;
  border-radius: 3px;
  margin-bottom: 20px;
}

.widget-heading {
  padding: 15px;
  color: #fff;
  border-radius: 3px;
  border-bottom: 1px solid #d6d6d6;
}

.menu-widget .widget-heading {
  border-bottom: none
}

.widget-heading .widget-title {
  font-size: 16px;
  font-weight: 600;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.widget-heading .widget-title .btn {
  padding: 0px 24px;
}

.widget-delivery .col-xs-6 {
  padding: 25px 15px 20px;
  background: #fff;
  border-right: 1px solid #d6d6d6;
  display: -webkit-inline-box;
  border-bottom: 1px solid #d6d6d6;
}

.widget-delivery .col-xs-6:last-of-type {
  border-right: 1px solid transparent;
}

.sidebar .widget-delivery .col-xs-6 {
  border-bottom: none
}

.sidebar-title {
  padding: 15px 15px 15px;
  background: #fff;
  border: 1px solid #d6d6d6;
  color: #3a3e47;
  float: left;
  width: 100%;
}

.sidebar-title.active {
  background-color: #122b40;
  color: #fff
}

.sidebar-title h6 {
  float: left;
  margin-bottom: 0;
  /* color: #fff; */
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.sidebar-title i {
  float: right;
  color: #fff;
  font-size: 15px;
  margin-top: 3px;
}

.main-block ul li {
  line-height: 28px;
  font-weight: 300;
  display: block;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 500;
  color: #414551;
}

.main-block ul li a {
  color: #414551;
  display: block;
  font-weight: 500;
  padding: 15px;
}

.main-block ul {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.main-block ul li:hover {
  background: #fffdfd;
}

.main-block ul li:hover a {
  color: #a8d62b
}

.main-block ul:hover li:last-child {
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid #d6d6d6;
}

.main-block ul li:first-of-type {
  border-top: none
}

a.more-link {
  padding-left: 15px;
  margin: 5px 0 25px;
  float: left;
}

.block {
  border-bottom: 1px solid #d6d6d6;
  margin-top: 30px;
}

.main-block form ul li {
  padding: 15px
}

.main-block .input-group input,
.main-block .input-group-btn {
  height: 55px;
  border-left: none
}


/* Food items */

.menu-widget,
.widget {
  border: 1px solid #d6d6d6;
  background: #fafaf8;
  border-radius: 2px;
  position: relative;
}

.widget-body {
  padding: 20px;
}

.panel {
  margin-bottom: 15px;
  border: 1px solid #dcdee3;
  border-radius: 3px;
  box-shadow: none;
}

.panel-heading {
  padding: 15px;
  border: none!important;
  border-radius: 0;
}

.panel-heading i {
  padding-right: 7px;
  font-size: 14px
}

.panel-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  color: #25282b;
}

.panel-title a {
  color: #25282b;
}

.panel .panel-body {
  padding: 20px;
}

.list-check>li {
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
}

.list-check>li:after {
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  left: 0;
  content: "\f05d";
  color: #7ab55c;
  font-size: 18px;
}

.menu-widget .food-item {
  padding: 15px
}

.menu-widget .food-item:first-of-type {
  border-bottom: none
}

.menu-widget .food-item .restaurant-logo {
  max-width: 100px;
  height: auto;
  display: block;
}

.menu-widget .food-item .restaurant-logo img {
  max-width: 100%;
  display: block
}

.menu-widget .food-item:first-of-type {
  border-top: 1px solid #d6d6d6;
}

.menu-widget .food-item:last-of-type {
  border-bottom: transparent
}

.menu-widget .food-item.white {
  background-color: #fff
}

.menu-widget .food-item .rest-descr {
  padding-left: 115px;
  padding-top: 0;
}

.menu-widget .food-item .rest-descr h6 a {
  color: #25282b;
  font-size: 18px;
  font-weight: 600;
}

.menu-widget .food-item .item-cart-info {
  padding-top: 20px
}

.menu-widget .food-item .price {
  font-weight: 600;
  color: #000;
  position: relative;
  margin-top: 6px;
}

.order-row .form-control {
  border-radius: 0;
}

.order-row .title-row {
  margin-bottom: 10px;
}

.order-row .title-row a i {
  margin-top: 7px;
}

.order-row {
  border-bottom: 1px solid #d6d6d6
}

.order-row:last-of-type {
  border-bottom: none
}

@media (max-width: 543px) {
  .widget-cart {
      margin: 20px auto;
      float: right;
      width: 100%;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .widget-cart {
      margin: 20px auto;
      float: right;
      width: 66.666667%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-cart {
      margin-top: 20px;
      float: right;
      width: 66.666667%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

a[aria-expanded=true] .fa-angle-right {
  display: none;
}

a[aria-expanded=false] .fa-angle-down {
  display: none;
}


/*==============================
*
* Rstaurants 
*
==============================*/
.btn-menus {
  width:100%;
  color: #333;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  overflow: hidden;
  background: #ffffff;
}

.btn-menus:hover,
.btn-menus:focus,
.btn-menus.active:hover,
.btn-menus.active:focus {
  border: 1px solid #333;
}

.btn-menus:active,
.btn-menus.active {
  border-color: #0070c9;
  box-shadow: 0 0 0 3px rgba(131, 192, 253, .5);
}

.restaurant-entry {
  /* border: 1px solid #d6d6d6; */
  border-radius: 2px;
  /* margin: 2px 15px 15px 15px; */
}

.restaurant-entry .branchs {
  padding-right: 10px;
  padding-left: 10px;
}

.restaurant-entry .entry-logo {
  float: left;
  width: 110px;
  height: auto;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  margin-top: 14px;
  margin-left: 11px;
  overflow: hidden
}

.restaurant-entry .entry-logo img {
  max-width: 100%;
  display: block
}

.restaurant-entry .entry-dscr {
  text-align: left;
  padding-left: 140px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.restaurant-entry .entry-dscr h5 a {
  color: #414551;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.restaurant-entry .entry-dscr ul li {
  font-size: 12px;
  margin-top: 7px;
}

.restaurant-entry .right-review {
  padding: 15px 10px;
  border-left: 1px solid #d6d6d6;
  min-height: 145px;
  text-align: center;
  vertical-align: middle;
}

.restaurant-entry .right-review p {
  color: #414551;
  font-weight: 500;
  margin: 0 0 10px;
}

.restaurant-entry .right-review .rating-block {
  color: #a8d62b;
  background: transparent;
  border: none;
  padding: 5px 15px 5px;
}

@media (min-width: 320px) and (max-width: 991px) {
  .restaurant-entry .branchs {
    padding-right: 0;
    padding-left: 0;
  }
  .restaurant-entry .entry-logo {
      float: none;
      text-align: center;
      margin: 10px auto;
  }
  .restaurant-entry .entry-dscr {
      padding: 0 15px;
      text-align: center;
  }
  .restaurant-entry .right-review {
      padding: 15px 10px;
      border-left: transparent;
      border-top: 1px solid #d6d6d6
  }
}

/*==============================
* TAGS
==============================*/

.tags {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none
}

.tags li {
  float: left
}

.tag {
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 28px;
  margin: 0 10px 10px 0;
  padding: 0 20px 0 15px;
  -webkit-transition: all .4s;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background: #ffffff;
  color: inherit;
  font-weight: normal
}

.tag:after,
.tag:before {
  -webkit-transition: all .4s;
  background: #fff
}

.tag:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, .25)
}

.tag:after {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent
}

.tag:hover {
  color: #fff;
  border-color: #a8d62b;
  background-color: #a8d62b
}


/*==================================
* MAPS
*=================================*/

.pricing-page {
  background-image: url(../images/list.png);
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

.pricing-box {
  background-color: #fcfbf9;
  border-radius: 3px;
  border: 1px solid #ededed;
  padding: 60px 20px 0;
  margin-top: -80px;
  margin-bottom: 50px;
  text-align: center;
  color: #414551;
  position: relative;
  z-index: 2;
}

@media (min-width: 380px) and (max-width: 1170px) {
  .pricing-box {
      margin-top: 50px
  }
}

.pricing-box .price {
  color: #e8500e;
  font-size: 78px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.pricing-box .price .currency {
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  left: -20px;
  top: -7px;
}

.pricing-box h2 {
  font-size: 33px;
  font-weight: 600;
  margin: 15px 0 10px;
}

.pricing-box p {
  font-weight: 600;
}

.pricing-box ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-box ul li {
  padding: 8px 0;
}

.pricing-box .btn {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  height: 50px;
  line-height: 32px;
  font-size: 16px;
  -webkit-transform: translateY(50%);
  -khtml-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.pricing-box .btn:hover {
  color: #fff
}

.pricing-faq div {
  padding-top: 30px;
}

.pricing-faq h3 {
  font-size: 18px;
  font-weight: 600;
}

.pricing-faq p {
  margin: 30px 0;
}

.gl-page-content-section {
  padding-top: 69px;
}


/*==================================
* MAPS
*=================================*/

.map-wrapper {
  width: 43%;
  display: inline-block;
  overflow: hidden;
  float: left;
  position: fixed;
  z-index: 10;
}

.map-wrapper .search-map {
  width: 100%;
  height: 100%;
}

#map {
  height: 100vh;
}

#map-result-section {
  width: 57%;
  float: right;
  padding: 20px;
}

#map {
  width: 100%;
  height: 100vh;
}

.wwone__map-infobox {
  background: #fff;
  width: 260px;
  height: 340px;
}

.wwone__map-infobox__close {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #a8d62b;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  right: 0;
  top: 0;
  z-index: 9999;
}

.wwone__map-infobox__close span {
  color: #fff
}

.wwone__map-infobox__close:hover {
  color: #fff;
  text-decoration: none;
}

.wwone__map-infobox__thumb {
  width: 100%;
  height: auto;
}

.wwone__map-infobox__badge {
  position: absolute;
  display: block;
  line-height: 25px;
  color: #fff;
  text-align: center;
  left: 10px;
  top: 10px;
  z-index: 9999;
  background: #a8d62b;
  display: inline-block;
  padding: 0px 10px;
  margin-top: 5px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
}

.wwone__map-infobox__inner {
  background: #fff;
  width: 220px;
  position: relative;
  font-size: 14px;
  margin: 0;
  background-color: #fff;
  padding: 20px;
}

.wwone__map-infobox__inner:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 15px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  left: 50%;
  margin-left: -15px;
  bottom: -30px;
}

.wwone__map-infobox__inner__heading {
  color: #a8d62b;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}

.wwone__map-infobox__inner__info {
  padding: 10px 0 20px 0;
  font-size: 12px;
  color: #748796
}

.wwone__map-infobox__inner__info strong {
  width: 60px;
  display: inline-block;
  color: #25282b
}

.wwone__map-infobox__inner__btn {
  background-color: #a8d62b;
  padding: 6px 15px;
  border-radius: 3px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  font-size: 13px
}

.wwone__map-infobox__inner__btn:hover {
  color: #fff
}

@media (min-width: 897px) and (max-width: 970px) {
  .map-wrapper {
      width: 40%;
      display: inline-block;
  }
  #map-result-section {
      width: 60%;
  }
}

@media (min-width: 280px) and (max-width: 896px) {
  .map-wrapper {
      width: 100%;
      display: inline-block;
      position: relative;
      max-height: 420px
  }
  #map-result-section {
      width: 100%;
  }
}


/**
 ** top links part *********
 **/

.top-links {
  padding: 90px 15px 30px 30px;
  /* border-top: 1px solid #d6d6d6; */
  /* border-bottom: 1px solid #d6d6d6; */
}

.top-links ul {
  margin-bottom: 0;
  list-style-type: none;
}

.link-item {
  padding-top: 10px;
}

.link-item a {
  /* font-size: 12px; */
  color: #414551;
}

.link-item.active span {
  background-color: #a8d62b;
  color: #fff
}

.links {
  padding: 5px 0 0 30px;
  display: block;
  list-style-type: none;
  /* position: fixed;
  top: 0;
  left: 0; */
}

.linkresult {
  border-bottom: 1px solid #d6d6d6;
}

.links span {
  border: 1px solid #d6d6d6;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  color: #3a3e47;
  font-weight: 600;
  display: inline-block;
  margin-right: 18px;
  text-align: center;
  line-height: 28px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.links li:hover span {
  /* background-color: #e8500e;
  color: #fff */
  background-color: #122b40;
  border-color: #3a3e47;
  color: #fff;
}

@media (max-width:800px) {
  .top-links {
      display: none
  }
}


/* ==========================
*   Hero
============================*/

.hero {
  padding-top: 12%;
  padding-bottom: 10%;
  text-align: center;
  position: relative;
}

.hero h1 {
  font-family: "Give You Glory", cursive;
  color: #fff;
  font-size: 3.7em;
  font-weight: 700;
}

.hero:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(7, 6, 29, 0.37);
}

.hero .hero-inner {
  position: relative;
  z-index: 1
}


/* ==========================
*   Hero steps
============================*/

.step-item {
  display: inline-block;
  margin: 0 40px 0;
  position: relative;
}

.banner-form {
  margin-bottom: 60px;
  display: block;
  margin-top: 20px;
}

.step-item svg {
  display: inline-block;
  width: 34px;
  height: 34px;
}

.step-item img {
  display: block;
  margin: 0 auto 15px;
}

.step-item h4 {
  font-family: "Give You Glory", cursive;
  color: #fff;
  font-size: 21px;
}

.step-item h4 span {
  color: #a8d62b;
}

.step1:after,
.step2:after {
  position: absolute;
  content: "";
  right: -58%;
  top: -20%;
  width: 130px;
  height: 32px;
  background: url(../images/arrow.png);
}

.step2:after {
  background: url(../images/arrow-dotted.png);
  height: 25px;
  right: -95%;
  top: -15%;
}

@media (max-width: 568px) and (min-width: 280px) {
  .step1:after,
  .step2:after {
      display: none
  }
  .hero h1 {
      font-size: 2.2em;
      padding-top: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step-item {
      margin: 0 30px 0;
  }
}


/* ==========================
*   Detect location
============================*/

.location-match {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.location-match span {
  font-weight: 600;
}

.location-match a {
  color: #a8d62b;
}

.location-match a:hover {
  color: #43434c;
}


/* ==========================
*  Popular block
============================*/

.popular {
  padding: 70px 0 90px;
  background-size: 100%;
}

.food-item-wrap {
  width:100%;
  color: #333;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #ffffff;
}

.food-item-wrap:hover,
.food-item-wrap:focus,
.food-item-wrap.active:hover,
.food-item-wrap.active:focus {
  border: 1px solid #333;
}

.food-item-wrap:active,
.food-item-wrap.active {
  border-color: #0070c9;
  box-shadow: 0 0 0 3px rgba(131, 192, 253, .5);
}

.food-item-wrap a {
  color: #25282b;
  font-size: 21px;
  font-weight: 600;
}

.food-item-wrap .title h3 {
  font-size: 16px;
  margin-bottom: 35px;
  color: #414551;
  line-height: 21px;
  font-weight: 300;
}

.food-item-wrap .price {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-top: 4px;
  display: inline-block;
}

.food-item-wrap .product-name {
  margin-bottom: 10px;
}

.food-item-wrap .content {
  padding: 20px 15px 20px 15px;
  /* height: 160px; */
}

.food-item-wrap .restaurant-block {
  border-top: 1px solid #d6d6d6;
  float: left;
  width: 100%;
}

.food-item-wrap .right-text {
  margin-left: 10px;
}

.food-item-wrap .right-text a {
  display: block;
}

.food-item-wrap .left {
  float: left;
  padding: 8px 15px;
}

.food-item-wrap .left img {
  padding-top: 3px;
}

@media (min-width: 320px) and (max-width: 568px) {
  .food-item-wrap .left {
      float: left;
      padding: 10px;
  }
  .food-item .left img {
      width: 45px
  }
  .food-item-wrap .right-text {
      font-size: 13px;
  }
}

.food-item-wrap .right {
  padding: 10px 0;
}

.food-item-wrap .right-like-part {
  border-left: 1px solid #d6d6d6;
  padding: 25px 15px;
  font-size: 13px;
}

@media (min-width: 280px) and (max-width: 580px) {
  .food-item-wrap .right-like-part {
      padding: 24px 10px;
      font-size: 10px;
  }
}

.food-item-wrap .right-like-part img {
  vertical-align: middle;
  margin-right: 5px;
}

.food-item-wrap .right-text a {
  color: #25282b;
  font-weight: 400;
}

.food-item-wrap .right-text span,
.food-item-wrap .right-like-part,
.food-item-wrap .right-like-part span {
  font-weight: 300;
  color: #748796;
}

.food-item-wrap .figure-wrap {
  position: relative;
  height: 210px;
}

.food-item-wrap .figure-wrap .imgs {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  background: url(../../images/store/zig-zag.png);
  width: 100%;
  height: 5px;
}

.food-item-wrap .food-item-wrap figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.food-item-wrap .food-item-wrap figure img {
  width: 100%;
}

.food-item-wrap .figure-wrap:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  background: url(../../images/store/zig-zag.png);
  width: 100%;
  height: 5px;
}

.food-item-wrap:hover h5>a,
.food-item-wrap:hover .right-text>a {
  color: #a8d62b;
}

.food-item-wrap .figure-text {
  position: absolute;
  top: 0;
  padding: 13px 28px 18px 18px;
  width: 100%;
  height: 100%;
}

.food-item-wrap .figure-text .bottom {
  position: absolute;
  bottom: 25px;
  float: left;
  width: 87%;
}

.food-item-wrap .review {
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
}

.food-item-wrap .distance {
  background: #a8d62b;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 20px;
}

.food-item-wrap .rating i {
  color: #ffd953;
  font-size: 16px;
}

.food-item-wrap .rating .fa-star-o {
  font-size: 17px;
}

.food-item-wrap .rating {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.food-item-wrap .review {
  right: 30px;
  position: absolute;
  bottom: 30px;
}

.food-item-wrap .review a {
  color: #fff;
}

.food-item-wrap .left-sidebar,
.food-item-wrap .right-sidebar {
  width: 300px;
}

.food-item-wrap .lf-ghost {
  width: 395px!important;
  float: left;
}

@media (max-width: 543px) {}

@media (min-width: 544px) and (max-width: 767px) {
  .food-item-wrap .right-text {
      margin: 5px 10px;
      font-size: 14px;
      line-height: 20px;
  }
  .food-item-wrap .right-like-part {
      width: 100%;
      padding: 5px 10px;
      background: #fff;
      border: 0;
      border-top: 1px solid #d6d6d6;
      text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .food-item-wrap .restaurant-block {
      text-align: center;
  }
  .food-item-wrap .left {
      float: none
  }
  .food-item-wrap .pull-left {
      float: none
  }
  .food-item-wrap .right-text span,
  .food-item-wrap .right-like-part,
  .food-item-wrap .right-like-part span {
      width: 100%;
  }
  .right-like-part.pull-right {
      background-color: #fff;
      border: 0;
      border-top: 1px solid #d6d6d6;
      padding: 10px;
  }
  .food-item-wrap .price-btn-block {
      text-align: center
  }
  .food-item-wrap .price-btn-block .price {
      margin-bottom: 15px;
      display: block;
  }
  .food-item-wrap .price-btn-block .btn {
      float: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .food-item-wrap .left {
      padding: 10px;
      font-size: 11px;
      line-height: 20px;
  }
}

@media (min-width: 1200px) {}


/*============================================
* Modal 
=============================================*/

.cart-addon .food-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding: 2px 0 15px;
}

.cart-addon .food-item:last-of-type {
  border-bottom: none
}

.cart-addon .food-item .item-img img {
  max-width: 70px;
}

.cart-addon .food-item .rest-descr {
  margin-left: 80px;
}

.cart-addon .food-item h6 {
  /* margin: 0 0 2px 0; */
}

.cart-addon .food-item h6 a {
  font-size: 16px;
  color: #4d4f56;
  display: block;
  margin: 4px 0 0 0;
  line-height: 20px;
}

.cart-addon .food-item .price {
  font-weight: 600;
  margin-top: 15px;
  display: block;
  color: #25282b;
}

.cart-addon .food-item .form-control {
  margin-top: 8px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  right: -15px;
  position: absolute;
  top: -15px;
  /* background-color: #a8d62b; */
  opacity: 1;
  width: 30px;
  height: 30px;
  color: #fff;
  text-shadow: none;
  font-size: 14px;
  display: block;
}

button.close span {
  display: block;
}


/*-----------------------------------  
How it works section
-----------------------------------*/

.how-it-works {
  background-image: url(../images/city.png), url(../images/pattern.png);
  background-repeat: repeat-x, repeat;
  background-position: bottom, center;
  padding: 90px 0;
  position: relative;
}

.how-it-works:after {
  position: absolute;
  right: 20px;
  top: -30px;
  background: url(../images/peanuts.png);
  width: 150px;
  height: 51px;
  content: "";
}

.how-it-works .text-xs-center>h2 {
  color: #d8bea5;
  margin-bottom: 50px;
}

.how-it-works-wrap h2 {
  margin-bottom: 10px;
  font-size: 21px;
}

.how-it-works-wrap>p {
  font-weight: 300;
}

.how-it-works-steps {
  position: relative;
  padding: 0 2.1rem;
}

.how-it-works .how-middle {
  margin-top: 70px;
}

.how-it-works p.pay-info {
  font-size: 16px;
  color: #d8bea5;
  margin-top: 25px;
  text-align: center;
}

.how-it-works h3 {
  color: #fff
}


/*-----------------------------------  
Steps
-----------------------------------*/

.how-it-works p {
  color: #9c9da5;
}

.step .icon {
  position: relative;
  width: 86px;
  height: 86px;
  margin: 10px auto 20px;
  line-height: 78px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

.step .icon:before {
  content: attr(data-step);
  position: absolute;
  top: -10px;
  left: 5px;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 38px;
  background-color: #a8d62b;
  border-radius: 50%;
  font-size: 1.5em;
  font-family: "Give You Glory", cursive;
  font-weight: 700;
  color: #fff;
}

.step .icon img,
.step .icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}

.how-it-works .step-2 {
  padding-top: 20%
}

.col1:after {
  position: absolute;
  content: "";
  right: -21%;
  top: 15%;
  width: 185px;
  height: 34px;
  background: url(../images/arrow-big.png) no-repeat;
}

.col2:after {
  position: absolute;
  content: "";
  right: -16%;
  top: 11%;
  width: 175px;
  height: 34px;
  background: url(../images/arrow-big-dotted.png) no-repeat;
}

.how-it-works-solution {
  margin-bottom: 26px;
}

@media (max-width: 543px) {
  .col1:after,
  .col2:after {
      display: none
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .col1:after,
  .col2:after {
      display: none
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col1:after,
  .col2:after {
      display: none
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col1:after,
  .col2:after {
      right: -30%;
  }
}

@media (min-width: 1200px) {}


/****** featured restaurants block *******/

.featured-restaurants {
  padding: 100px 0 20px;
  position: relative;
}

@media (min-width: 280px) and (max-width: 580px) {
  .featured-restaurants {
      padding: 50px 0 20px;
      position: relative;
  }
  .featured-restaurants .title-block {
      margin-bottom: 15px;
  }
  .featured-restaurants .title-block h4 {
      font-size: 21px
  }
}

.featured-restaurants:before {
  position: absolute;
  top: -81px;
  left: 50px;
  /* background: url(../images/chilly.png); */
  width: 103px;
  height: 151px;
  content: "";
}

@media (min-width: 280px) and (max-width: 580px) {
  .featured-restaurants:before {
      display: none
  }
}

.featured-restaurants .restaurant-wrap {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding: 15px;
  background: #fafaf8;
  float: left;
  width: 100%;
}

.featured-restaurants .restaurant-logo {
  border-radius: 3px;
}

.featured-restaurants .restaurant-logo img {
  width: 95px;
  height: auto;
  border: 1px solid #d6d6d6;
}

@media (min-width: 320px) and (max-width: 543px) {
  .restaurant-wrap {
      /* text-align:center */
  }
  .featured-restaurants .restaurant-logo img {
      width: 85px;
      margin-bottom: 15px;
  }
}

.featured-restaurants .restaurant-wrap h5 {
  margin-top: 5px;
  font-weight: 600;
}

.featured-restaurants .restaurant-wrap h5 a {
  color: #25282b;
}

.featured-restaurants .bottom-part {
  margin-top: 5px
}

.featured-restaurants .cost,
.featured-restaurants .mins,
.featured-restaurants .ratings {
  font-size: 12px;
  display: inline-block;
}

.featured-restaurants .cost,
.featured-restaurants .mins {
  margin-right: 1rem;
}

.featured-restaurants .ratings span i {
  color: #a8d62b;
}

.featured-restaurants .ratings .fa-star-o {}

.restaurants-filter ul li {
  display: inline-block;
  padding: 0 .5rem;
}

.featured-restaurants .restaurants-filter ul li a {
  font-weight: 400;
  color: #414551;
  font-size: 16px;
  text-transform: capitalize;
}

.featured-restaurants .restaurants-filter ul li a:hover {
  color: #e8500e;
}

@media (min-width:320px) and (max-width:480px) {
  .restaurants-filter {
      float: none;
  }
  .restaurants-filter ul li {
      padding: 0 0.5rem;
  }
}

.featured-restaurants .featured-restaurants h4 {
  margin-bottom: 45px;
}

.featured-restaurants .restaurant-listing {
  margin-bottom: 50px;
  margin-top: 25px;
}

.featured-restaurants .single-restaurant {
  margin-bottom: 30px;
}

.add-restaurants {
  background: #fafaf8;
  border: 1px solid #d6d6d6;
  padding: 35px 10px 23px;
  border-radius: 2px;
}

.add-restaurants p strong {
  font-weight: 600;
  color: #a8d62b;
}

@media (min-width: 320px) and (max-width: 543px) {
  .featured-restaurants .restaurant-wrap {
      margin-bottom: 10px;
  }
  .add-restaurants {
      text-align: center
  }
  .add-restaurants a.btn.theme-btn {
      display: block
  }
}

@media (min-width: 544px) and (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {
  .featured-restaurants .restaurant-wrap {
      text-align: center
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}


/*-----------------------------------  
App section
-----------------------------------*/

.app-section {
  padding-top: 35px;
  position: relative
}

.app-section:after {
  content: "";
  background: url(../images/city-2.png) center bottom;
  background-color: #a8d62b;
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: repeat-x;
}

.app-wrap {
  position: relative;
  z-index: 2
}

@media (min-width: 280px) and (max-width: 568px) {
  .app-wrap {
      padding-bottom: 30px
  }
}

.app-wrap figure {
  margin: 0;
  text-align: center;
}

.app-wrap .left-text {
  padding-top: 110px;
}

.app-wrap .left-text h3,
.app-wrap .left-text p {
  color: #fff;
}


/* ==========================
*  Download app buttons
============================*/

.app-btn {
  color: #FFFFFF;
  float: left;
  margin-right: 15px;
  background: #81858b;
  margin-top: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 2px;
  transition: all .3s;
}

.app-btn i {
  font-size: 38px;
  line-height: 50px;
  margin: 0px;
  padding: 0 18px;
}

.app-btn .pull-right {
  padding: 8px 25px 8px 10px;
}

.app-btn .text {
  display: block;
  font-size: 12px;
  line-height: 1;
}

.app-btn:hover,
.app-btn:active,
.app-btn:focus {
  color: #FFFFFF;
  background: #111111;
}

.android-button {
  background: #82b21c;
}

@media (min-width: 348px) and (max-width: 767px) {
  .app-section {
      padding: 55px 0;
  }
  .text-img-block figure {
      display: none
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .app-wrap .left-text {
      padding-top: 100px;
      font-size: 80%;
  }
  .app-btn i {
      font-size: 28px;
      line-height: 41px;
      margin: 0px;
      padding: 0 18px;
  }
  .app-btn {
      padding-right: 5px
  }
  .app-btn .pull-right {
      padding: 7px 14px 0 5px
  }
  .app-btn i {
      padding: 0 10px;
  }
}


/* ==========================
*  Inner pages
============================*/

.inner-page-hero {
  padding-top: 5%;
  padding-bottom: 5%;
}


/********* profile banner part ***********/

.profile-banner figure img {
  width: 100%;
}

.image-wrap {
  border-radius: 2px;
  padding: 10px;
  float: left;
  background: #fff;
}

.image-wrap figure {
  background: #FFF;
  border-radius: 2px;
  display: block;
  overflow: hidden;
  float: left;
  margin-bottom: 0;
}

.image-wrap figure img {
  max-width: 100%;
  display: block
}

.profile p {
  color: #fff;
}

.banner figure {
  margin-bottom: 0;
}

.profile-desc h6 a {
  font-size: 26px;
  line-height: 31px;
  color: #fff;
}

.profile .right-text {}

.profile-img {
  width: 24.7%;
}

.profile .right-text span {
  margin-bottom: 8px;
  display: block;
}

.profile-desc h6 {
  display: inline-block;
  margin-right: 3rem;
  margin-bottom: 10px;
}

.profile-desc a.btn {
  display: inline-block;
  padding: 3px 20px;
  background-color: #82b21c;
  vertical-align: text-bottom;
  font-size: 13px;
  color: #fff;
}

.profile-desc .right-text {
  width: 100%;
  border-right: 0;
  color: rgba(255, 255, 255, .5);
  margin-top: 30px;
}

.profile-desc .nav-item a {
  color: #fff;
}

.profile-desc .nav-item.ratings a span i {
  color: #ffd953;
  font-size: 16px;
}

@media (min-width:320px) and (max-width:768px) {
  .profile-desc .right-text {
      margin-top: 0;
  }
  .profile-desc h6 {
      margin-right: 0;
  }
  .image-wrap {
      padding: 1px;
      border-radius: 2px;
      margin-bottom: 20px
  }
  .profile-desc a.btn {
      float: right
  }
  .image-wrap img {
      width: auto;
  }
  .profile-img {
      width: 100%
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .profile-desc .right-text {
      margin-top: 0;
  }
}


/********* breadcrumb part ***********/

.breadcrumb {
  background: transparent;
  padding: 22px 0;
  border-bottom: 1px solid #e6e6e6;
}

.breadcrumb ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}

.breadcrumb ul li:before {
  position: absolute;
  left: -25px;
  top: 0;
  content: "/";
}

.breadcrumb ul li:first-child:before {
  content: none;
}

.breadcrumb ul li a,
.breadcrumb ul li {
  color: #333366;
}

.breadcrumb ul,
.breadcrumb {
  margin-bottom: 0;
}

@media (min-width:320px) and (max-width: 568px) {
  .breadcrumb ul li {
      display: inline-block;
      margin-right: 15px;
      position: relative;
  }
  .breadcrumb ul li:before {
      display: none
  }
}

.widget {
  border: 1px solid #d6d6d6;
  background: #fafaf8;
  border-radius: 3px;
  margin-bottom: 20px;
}

.widget-heading {
  padding: 15px;
  color: #fff;
  border-radius: 3px;
  border-bottom: 1px solid #d6d6d6;
}

.menu-widget .widget-heading {
  border-bottom: none
}

.widget-heading .widget-title {
  font-size: 16px;
  font-weight: 600;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.widget-heading .widget-title .btn {
  padding: 0px 24px;
}

.widget-delivery .col-xs-6 {
  padding: 25px 15px 20px;
  background: #fff;
  border-right: 1px solid #d6d6d6;
  display: -webkit-inline-box;
  border-bottom: 1px solid #d6d6d6;
}

.widget-delivery .col-xs-6:last-of-type {
  border-right: 1px solid transparent;
}

.sidebar .widget-delivery .col-xs-6 {
  border-bottom: none
}

.main-block ul li {
  line-height: 28px;
  font-weight: 300;
  display: block;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 500;
  color: #414551;
}

.main-block ul li a {
  color: #414551;
  display: block;
  font-weight: 500;
  padding: 15px;
}

.main-block ul {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.main-block ul li:hover {
  background: #fffdfd;
}

.main-block ul li:hover a {
  color: #a8d62b
}

.main-block ul:hover li:last-child {
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid #d6d6d6;
}

.main-block ul li:first-of-type {
  border-top: none
}

a.more-link {
  padding-left: 15px;
  margin: 5px 0 25px;
  float: left;
}

.block {
  border-bottom: 1px solid #d6d6d6;
  margin-top: 30px;
}

.main-block form ul li {
  padding: 15px
}

.main-block .input-group input,
.main-block .input-group-btn {
  height: 55px;
  border-left: none
}


/* Food items */

.menu-widget,
.widget {
  border: 1px solid #d6d6d6;
  background: #fafaf8;
  border-radius: 2px;
  position: relative;
}

.widget-body {
  padding: 20px;
}

.panel {
  margin-bottom: 15px;
  border: 1px solid #dcdee3;
  border-radius: 3px;
  box-shadow: none;
}

.panel-heading {
  padding: 15px;
  border: none!important;
  border-radius: 0;
}

.panel-heading i {
  padding-right: 7px;
  font-size: 14px
}

.panel-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  color: #25282b;
}

.panel-title a {
  color: #25282b;
}

.panel .panel-body {
  padding: 20px;
}

.menu-widget .food-item {
  padding: 15px
}

.menu-widget .food-item:first-of-type {
  border-bottom: none
}

.menu-widget .food-item .restaurant-logo {
  max-width: 100px;
  height: auto;
  display: block;
}

.menu-widget .food-item .restaurant-logo img {
  max-width: 100%;
  display: block
}

.menu-widget .food-item:first-of-type {
  border-top: 1px solid #d6d6d6;
}

.menu-widget .food-item:last-of-type {
  border-bottom: transparent
}

.menu-widget .food-item.white {
  background-color: #fff
}

.menu-widget .food-item .rest-descr {
  padding-left: 115px;
  padding-top: 0;
}

.menu-widget .food-item .rest-descr h6 a {
  color: #25282b;
  font-size: 18px;
  font-weight: 600;
}

.menu-widget .food-item .item-cart-info {
  padding-top: 20px
}

.menu-widget .food-item .price {
  font-weight: 600;
  color: #000;
  position: relative;
  margin-top: 6px;
}

.order-row .form-control {
  border-radius: 0;
}

.order-row .title-row {
  margin-bottom: 10px;
}

.order-row .title-row a i {
  margin-top: 7px;
}

.order-row {
  border-bottom: 1px solid #d6d6d6
}

.order-row:last-of-type {
  border-bottom: none
}

@media (max-width: 543px) {
  .widget-cart {
      margin: 20px auto;
      float: right;
      width: 100%;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .widget-cart {
      margin: 20px auto;
      float: right;
      width: 66.666667%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-cart {
      margin-top: 20px;
      float: right;
      width: 66.666667%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

a[aria-expanded=true] .fa-angle-right {
  display: none;
}

a[aria-expanded=false] .fa-angle-down {
  display: none;
}




/*==============================
* TAGS
==============================*/

.tags {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none
}

.tags li {
  float: left
}

.tag {
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 28px;
  margin: 0 10px 10px 0;
  padding: 0 20px 0 15px;
  -webkit-transition: all .4s;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background: #ffffff;
  color: inherit;
  font-weight: normal
}

.tag:after,
.tag:before {
  -webkit-transition: all .4s;
  background: #fff
}

.tag:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, .25)
}

.tag:after {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent
}

.tag:hover {
  color: #fff;
  border-color: #a8d62b;
  background-color: #a8d62b
}


/*==================================
* MAPS
*=================================*/

.pricing-page {
  background-image: url(../images/list.png);
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

.pricing-box {
  background-color: #fcfbf9;
  border-radius: 3px;
  border: 1px solid #ededed;
  padding: 60px 20px 0;
  margin-top: -80px;
  margin-bottom: 50px;
  text-align: center;
  color: #414551;
  position: relative;
  z-index: 2;
}

@media (min-width: 380px) and (max-width: 1170px) {
  .pricing-box {
      margin-top: 50px
  }
}

.pricing-box .price {
  color: #e8500e;
  font-size: 78px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.pricing-box .price .currency {
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  left: -20px;
  top: -7px;
}

.pricing-box h2 {
  font-size: 33px;
  font-weight: 600;
  margin: 15px 0 10px;
}

.pricing-box p {
  font-weight: 600;
}

.pricing-box ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-box ul li {
  padding: 8px 0;
}

.pricing-box .btn {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  height: 50px;
  line-height: 32px;
  font-size: 16px;
  -webkit-transform: translateY(50%);
  -khtml-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.pricing-box .btn:hover {
  color: #fff
}

.pricing-faq div {
  padding-top: 30px;
}

.pricing-faq h3 {
  font-size: 18px;
  font-weight: 600;
}

.pricing-faq p {
  margin: 30px 0;
}

.gl-page-content-section {
  padding-top: 69px;
}


/*==================================
* MAPS
*=================================*/

.map-wrapper {
  width: 43%;
  display: inline-block;
  overflow: hidden;
  float: left;
  position: fixed;
  z-index: 10;
}

.map-wrapper .search-map {
  width: 100%;
  height: 100%;
}

#map {
  height: 100vh;
}

#map-result-section {
  width: 57%;
  float: right;
  padding: 20px;
}

#map {
  width: 100%;
  height: 100vh;
}

.wwone__map-infobox {
  background: #fff;
  width: 260px;
  height: 340px;
}

.wwone__map-infobox__close {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #a8d62b;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  right: 0;
  top: 0;
  z-index: 9999;
}

.wwone__map-infobox__close span {
  color: #fff
}

.wwone__map-infobox__close:hover {
  color: #fff;
  text-decoration: none;
}

.wwone__map-infobox__thumb {
  width: 100%;
  height: auto;
}

.wwone__map-infobox__badge {
  position: absolute;
  display: block;
  line-height: 25px;
  color: #fff;
  text-align: center;
  left: 10px;
  top: 10px;
  z-index: 9999;
  background: #a8d62b;
  display: inline-block;
  padding: 0px 10px;
  margin-top: 5px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
}

.wwone__map-infobox__inner {
  background: #fff;
  width: 220px;
  position: relative;
  font-size: 14px;
  margin: 0;
  background-color: #fff;
  padding: 20px;
}

.wwone__map-infobox__inner:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 15px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  left: 50%;
  margin-left: -15px;
  bottom: -30px;
}

.wwone__map-infobox__inner__heading {
  color: #a8d62b;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}

.wwone__map-infobox__inner__info {
  padding: 10px 0 20px 0;
  font-size: 12px;
  color: #748796
}

.wwone__map-infobox__inner__info strong {
  width: 60px;
  display: inline-block;
  color: #25282b
}

.wwone__map-infobox__inner__btn {
  background-color: #a8d62b;
  padding: 6px 15px;
  border-radius: 3px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  font-size: 13px
}

.wwone__map-infobox__inner__btn:hover {
  color: #fff
}

@media (min-width: 897px) and (max-width: 970px) {
  .map-wrapper {
      width: 40%;
      display: inline-block;
  }
  #map-result-section {
      width: 60%;
  }
}

@media (min-width: 280px) and (max-width: 896px) {
  .map-wrapper {
      width: 100%;
      display: inline-block;
      position: relative;
      max-height: 420px
  }
  #map-result-section {
      width: 100%;
  }
}

/* ==========================
*   Hero
============================*/

.hero {
  padding-top: 12%;
  padding-bottom: 10%;
  text-align: center;
  position: relative;
}

.hero h1 {
  font-family: "Give You Glory", cursive;
  color: #fff;
  font-size: 3.7em;
  font-weight: 700;
}

.hero:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(7, 6, 29, 0.37);
}

.hero .hero-inner {
  position: relative;
  z-index: 1
}


/* ==========================
*   Hero steps
============================*/

.step-item {
  display: inline-block;
  margin: 0 40px 0;
  position: relative;
}

.banner-form {
  margin-bottom: 60px;
  display: block;
  margin-top: 20px;
}

.step-item svg {
  display: inline-block;
  width: 34px;
  height: 34px;
}

.step-item img {
  display: block;
  margin: 0 auto 15px;
}

.step-item h4 {
  font-family: "Give You Glory", cursive;
  color: #fff;
  font-size: 21px;
}

.step-item h4 span {
  color: #a8d62b;
}

.step1:after,
.step2:after {
  position: absolute;
  content: "";
  right: -58%;
  top: -20%;
  width: 130px;
  height: 32px;
  background: url(../images/arrow.png);
}

.step2:after {
  background: url(../images/arrow-dotted.png);
  height: 25px;
  right: -95%;
  top: -15%;
}

@media (max-width: 568px) and (min-width: 280px) {
  .step1:after,
  .step2:after {
      display: none
  }
  .hero h1 {
      font-size: 2.2em;
      padding-top: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step-item {
      margin: 0 30px 0;
  }
}


/* ==========================
*   Detect location
============================*/

.location-match {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.location-match span {
  font-weight: 600;
}

.location-match a {
  color: #a8d62b;
}

.location-match a:hover {
  color: #43434c;
}

/*============================================
* Modal 
=============================================*/

.cart-addon .food-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
  padding: 2px 0 15px;
}

.cart-addon .food-item:last-of-type {
  border-bottom: none
}

.cart-addon .food-item .item-img img {
  max-width: 70px;
}

.cart-addon .food-item .rest-descr {
  margin-left: 80px;
}

.cart-addon .food-item h6 {
  /* margin: 0 0 2px 0; */
}

.cart-addon .food-item h6 a {
  font-size: 16px;
  color: #4d4f56;
  display: block;
  margin: 4px 0 0 0;
  line-height: 20px;
}

.cart-addon .food-item .price {
  font-weight: 600;
  margin-top: 15px;
  display: block;
  color: #25282b;
}

.cart-addon .food-item .form-control {
  margin-top: 8px;
}


/*-----------------------------------  
How it works section
-----------------------------------*/

.how-it-works {
  background-image: url(../images/city.png), url(../images/pattern.png);
  background-repeat: repeat-x, repeat;
  background-position: bottom, center;
  padding: 90px 0;
  position: relative;
}

.how-it-works:after {
  position: absolute;
  right: 20px;
  top: -30px;
  background: url(../images/peanuts.png);
  width: 150px;
  height: 51px;
  content: "";
}

.how-it-works .text-xs-center>h2 {
  color: #d8bea5;
  margin-bottom: 50px;
}

.how-it-works-wrap h2 {
  margin-bottom: 10px;
  font-size: 21px;
}

.how-it-works-wrap>p {
  font-weight: 300;
}

.how-it-works-steps {
  position: relative;
  padding: 0 2.1rem;
}

.how-it-works .how-middle {
  margin-top: 70px;
}

.how-it-works p.pay-info {
  font-size: 16px;
  color: #d8bea5;
  margin-top: 25px;
  text-align: center;
}

.how-it-works h3 {
  color: #fff
}

.all-menus a {
  margin: 70px;
}

/*-----------------------------------  
Steps
-----------------------------------*/

.how-it-works p {
  color: #9c9da5;
}

.step .icon {
  position: relative;
  width: 86px;
  height: 86px;
  margin: 10px auto 20px;
  line-height: 78px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
}

.step .icon:before {
  content: attr(data-step);
  position: absolute;
  top: -10px;
  left: 5px;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 38px;
  background-color: #a8d62b;
  border-radius: 50%;
  font-size: 1.5em;
  font-family: "Give You Glory", cursive;
  font-weight: 700;
  color: #fff;
}

.step .icon img,
.step .icon svg {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}

.how-it-works .step-2 {
  padding-top: 20%
}

.col1:after {
  position: absolute;
  content: "";
  right: -21%;
  top: 15%;
  width: 185px;
  height: 34px;
  background: url(../images/arrow-big.png) no-repeat;
}

.col2:after {
  position: absolute;
  content: "";
  right: -16%;
  top: 11%;
  width: 175px;
  height: 34px;
  background: url(../images/arrow-big-dotted.png) no-repeat;
}

.how-it-works-solution {
  margin-bottom: 26px;
}

@media (max-width: 543px) {
  .col1:after,
  .col2:after {
      display: none
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .col1:after,
  .col2:after {
      display: none
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col1:after,
  .col2:after {
      display: none
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col1:after,
  .col2:after {
      right: -30%;
  }
}

@media (min-width: 1200px) {}


/****** featured restaurants block *******/

.featured-restaurants {
  padding: 100px 0 20px;
  position: relative;
}

@media (min-width: 280px) and (max-width: 580px) {
  .featured-restaurants {
      padding: 50px 0 20px;
      position: relative;
  }
  .featured-restaurants .title-block {
      margin-bottom: 15px;
  }
  .featured-restaurants .title-block h4 {
      font-size: 21px
  }
}

.featured-restaurants:before {
  position: absolute;
  top: -81px;
  left: 50px;
  /* background: url(../images/chilly.png); */
  width: 103px;
  height: 151px;
  content: "";
}

@media (min-width: 280px) and (max-width: 580px) {
  .featured-restaurants:before {
      display: none
  }
}

.featured-restaurants .restaurant-wrap {
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding: 15px;
  background: #fafaf8;
  float: left;
  width: 100%;
}

.featured-restaurants .restaurant-logo {
  border-radius: 3px;
}

.featured-restaurants .restaurant-logo img {
  width: 95px;
  height: auto;
  border: 1px solid #d6d6d6;
}

@media (min-width: 320px) and (max-width: 543px) {
  .restaurant-wrap {
      /* text-align:center */
  }
  .featured-restaurants .restaurant-logo img {
      width: 85px;
      margin-bottom: 15px;
  }
}

.featured-restaurants .restaurant-wrap h5 {
  margin-top: 5px;
  font-weight: 600;
}

.featured-restaurants .restaurant-wrap h5 a {
  color: #25282b;
}

.featured-restaurants .bottom-part {
  margin-top: 5px
}

.featured-restaurants .cost,
.featured-restaurants .mins,
.featured-restaurants .ratings {
  font-size: 12px;
  display: inline-block;
}

.featured-restaurants .cost,
.featured-restaurants .mins {
  margin-right: 1rem;
}

.featured-restaurants .ratings span i {
  color: #a8d62b;
}

.featured-restaurants .ratings .fa-star-o {}

.restaurants-filter ul li {
  display: inline-block;
  padding: 0 .5rem;
}

.featured-restaurants .restaurants-filter ul li a {
  font-weight: 400;
  color: #414551;
  font-size: 16px;
  text-transform: capitalize;
}

.featured-restaurants .restaurants-filter ul li a:hover {
  color: #e8500e;
}

@media (min-width:320px) and (max-width:480px) {
  .restaurants-filter {
      float: none;
  }
  .restaurants-filter ul li {
      padding: 0 0.5rem;
  }
}

.featured-restaurants .featured-restaurants h4 {
  margin-bottom: 45px;
}

.featured-restaurants .restaurant-listing {
  margin-bottom: 50px;
  margin-top: 25px;
}

.featured-restaurants .single-restaurant {
  margin-bottom: 30px;
}

.add-restaurants {
  background: #fafaf8;
  border: 1px solid #d6d6d6;
  padding: 35px 10px 23px;
  border-radius: 2px;
}

.add-restaurants p strong {
  font-weight: 600;
  color: #a8d62b;
}

@media (min-width: 320px) and (max-width: 543px) {
  .featured-restaurants .restaurant-wrap {
      margin-bottom: 10px;
  }
  .add-restaurants {
      text-align: center
  }
  .add-restaurants a.btn.theme-btn {
      display: block
  }
}

@media (min-width: 544px) and (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {
  .featured-restaurants .restaurant-wrap {
      text-align: center
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}


/*-----------------------------------  
App section
-----------------------------------*/

.app-section {
  padding-top: 35px;
  position: relative
}

.app-section:after {
  content: "";
  background: url(../images/city-2.png) center bottom;
  background-color: #a8d62b;
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: repeat-x;
}

.app-wrap {
  position: relative;
  z-index: 2
}

@media (min-width: 280px) and (max-width: 568px) {
  .app-wrap {
      padding-bottom: 30px
  }
}

.app-wrap figure {
  margin: 0;
  text-align: center;
}

.app-wrap .left-text {
  padding-top: 110px;
}

.app-wrap .left-text h3,
.app-wrap .left-text p {
  color: #fff;
}


/* ==========================
*  Download app buttons
============================*/

.app-btn {
  color: #FFFFFF;
  float: left;
  margin-right: 15px;
  background: #81858b;
  margin-top: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 2px;
  transition: all .3s;
}

.app-btn i {
  font-size: 38px;
  line-height: 50px;
  margin: 0px;
  padding: 0 18px;
}

.app-btn .pull-right {
  padding: 8px 25px 8px 10px;
}

.app-btn .text {
  display: block;
  font-size: 12px;
  line-height: 1;
}

.app-btn:hover,
.app-btn:active,
.app-btn:focus {
  color: #FFFFFF;
  background: #111111;
}

.android-button {
  background: #82b21c;
}

@media (min-width: 348px) and (max-width: 767px) {
  .app-section {
      padding: 55px 0;
  }
  .text-img-block figure {
      display: none
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .app-wrap .left-text {
      padding-top: 100px;
      font-size: 80%;
  }
  .app-btn i {
      font-size: 28px;
      line-height: 41px;
      margin: 0px;
      padding: 0 18px;
  }
  .app-btn {
      padding-right: 5px
  }
  .app-btn .pull-right {
      padding: 7px 14px 0 5px
  }
  .app-btn i {
      padding: 0 10px;
  }
}


/* ==========================
*  Inner pages
============================*/

.inner-page-hero {
  padding-top: 5%;
  padding-bottom: 5%;
}


/********* profile banner part ***********/

.profile-banner figure img {
  width: 100%;
}

.image-wrap {
  border-radius: 2px;
  padding: 10px;
  float: left;
  background: #fff;
}

.image-wrap figure {
  background: #FFF;
  border-radius: 2px;
  display: block;
  overflow: hidden;
  float: left;
  margin-bottom: 0;
}

.image-wrap figure img {
  max-width: 100%;
  display: block
}

.profile p {
  color: #fff;
}

.banner figure {
  margin-bottom: 0;
}

.profile-desc h6 a {
  font-size: 26px;
  line-height: 31px;
  color: #fff;
}

.profile .right-text {}

.profile-img {
  width: 24.7%;
}

.profile .right-text span {
  margin-bottom: 8px;
  display: block;
}

.profile-desc h6 {
  display: inline-block;
  margin-right: 3rem;
  margin-bottom: 10px;
}

.profile-desc a.btn {
  display: inline-block;
  padding: 3px 20px;
  background-color: #82b21c;
  vertical-align: text-bottom;
  font-size: 13px;
  color: #fff;
}

.profile-desc .right-text {
  width: 100%;
  border-right: 0;
  color: rgba(255, 255, 255, .5);
  margin-top: 30px;
}

.profile-desc .nav-item a {
  color: #fff;
}

.profile-desc .nav-item.ratings a span i {
  color: #ffd953;
  font-size: 16px;
}

@media (min-width:320px) and (max-width:768px) {
  .profile-desc .right-text {
      margin-top: 0;
  }
  .profile-desc h6 {
      margin-right: 0;
  }
  .image-wrap {
      padding: 1px;
      border-radius: 2px;
      margin-bottom: 20px
  }
  .profile-desc a.btn {
      float: right
  }
  .image-wrap img {
      width: auto;
  }
  .profile-img {
      width: 100%
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .profile-desc .right-text {
      margin-top: 0;
  }
}


/********* breadcrumb part ***********/

.breadcrumb {
  background: transparent;
  padding: 22px 0;
  border-bottom: 1px solid #e6e6e6;
}

.breadcrumb ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}

.breadcrumb ul li:before {
  position: absolute;
  left: -25px;
  top: 0;
  content: "/";
}

.breadcrumb ul li:first-child:before {
  content: none;
}

.breadcrumb ul li a,
.breadcrumb ul li {
  color: #333366;
}

.breadcrumb ul,
.breadcrumb {
  margin-bottom: 0;
}

@media (min-width:320px) and (max-width: 568px) {
  .breadcrumb ul li {
      display: inline-block;
      margin-right: 15px;
      position: relative;
  }
  .breadcrumb ul li:before {
      display: none
  }
}

.widget {
  border: 1px solid #d6d6d6;
  background: #fafaf8;
  border-radius: 3px;
  margin-bottom: 20px;
}

.widget-heading {
  padding: 15px;
  color: #fff;
  border-radius: 3px;
  border-bottom: 1px solid #d6d6d6;
}

.menu-widget .widget-heading {
  border-bottom: none
}

.widget-heading .widget-title {
  font-size: 16px;
  font-weight: 600;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.widget-heading .widget-title .btn {
  padding: 0px 24px;
}

.widget-delivery .col-xs-6 {
  padding: 25px 15px 20px;
  background: #fff;
  border-right: 1px solid #d6d6d6;
  display: -webkit-inline-box;
  border-bottom: 1px solid #d6d6d6;
}

.widget-delivery .col-xs-6:last-of-type {
  border-right: 1px solid transparent;
}

.main-block ul li {
  line-height: 28px;
  font-weight: 300;
  display: block;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 500;
  color: #414551;
}

.main-block ul li a {
  color: #414551;
  display: block;
  font-weight: 500;
  padding: 15px;
}

.main-block ul {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.main-block ul li:hover {
  background: #fffdfd;
}

.main-block ul li:hover a {
  color: #a8d62b
}

.main-block ul:hover li:last-child {
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid #d6d6d6;
}

.main-block ul li:first-of-type {
  border-top: none
}

a.more-link {
  padding-left: 15px;
  margin: 5px 0 25px;
  float: left;
}

.block {
  border-bottom: 1px solid #d6d6d6;
  margin-top: 30px;
}

.main-block form ul li {
  padding: 15px
}

.main-block .input-group input,
.main-block .input-group-btn {
  height: 55px;
  border-left: none
}


/* Food items */

.menu-widget,
.widget {
  border: 1px solid #d6d6d6;
  background: #fafaf8;
  border-radius: 2px;
  position: relative;
}

.widget-body {
  padding: 20px;
}

.panel {
  margin-bottom: 15px;
  border: 1px solid #dcdee3;
  border-radius: 3px;
  box-shadow: none;
}

.panel-heading {
  padding: 15px;
  border: none!important;
  border-radius: 0;
}

.panel-heading i {
  padding-right: 7px;
  font-size: 14px
}

.panel-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  color: #25282b;
}

.panel-title a {
  color: #25282b;
}

.panel .panel-body {
  padding: 20px;
}

.menu-widget .food-item {
  padding: 15px
}

.menu-widget .food-item:first-of-type {
  border-bottom: none
}

.menu-widget .food-item .restaurant-logo {
  max-width: 100px;
  height: auto;
  display: block;
}

.menu-widget .food-item .restaurant-logo img {
  max-width: 100%;
  display: block
}

.menu-widget .food-item:first-of-type {
  border-top: 1px solid #d6d6d6;
}

.menu-widget .food-item:last-of-type {
  border-bottom: transparent
}

.menu-widget .food-item.white {
  background-color: #fff
}

.menu-widget .food-item .rest-descr {
  padding-left: 115px;
  padding-top: 0;
}

.menu-widget .food-item .rest-descr h6 a {
  color: #25282b;
  font-size: 18px;
  font-weight: 600;
}

.menu-widget .food-item .item-cart-info {
  padding-top: 20px
}

.menu-widget .food-item .price {
  font-weight: 600;
  color: #000;
  position: relative;
  margin-top: 6px;
}

.order-row .form-control {
  border-radius: 0;
}

.order-row .title-row {
  margin-bottom: 10px;
}

.order-row .title-row a i {
  margin-top: 7px;
}

.order-row {
  border-bottom: 1px solid #d6d6d6
}

.order-row:last-of-type {
  border-bottom: none
}

@media (max-width: 543px) {
  .widget-cart {
      margin: 20px auto;
      float: right;
      width: 100%;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .widget-cart {
      margin: 20px auto;
      float: right;
      width: 66.666667%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget-cart {
      margin-top: 20px;
      float: right;
      width: 66.666667%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

a[aria-expanded=true] .fa-angle-right {
  display: none;
}

a[aria-expanded=false] .fa-angle-down {
  display: none;
}




/*==============================
* TAGS
==============================*/

.tags {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none
}

.tags li {
  float: left
}

.tag {
  font-size: 14px;
  line-height: 26px;
  position: relative;
  height: 28px;
  margin: 0 10px 10px 0;
  padding: 0 20px 0 15px;
  -webkit-transition: all .4s;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background: #ffffff;
  color: inherit;
  font-weight: normal
}

.tag:after,
.tag:before {
  -webkit-transition: all .4s;
  background: #fff
}

.tag:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, .25)
}

.tag:after {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent
}

.tag:hover {
  color: #fff;
  border-color: #a8d62b;
  background-color: #a8d62b
}


/*==================================
* MAPS
*=================================*/

.pricing-page {
  background-image: url(../images/list.png);
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

.pricing-box {
  background-color: #fcfbf9;
  border-radius: 3px;
  border: 1px solid #ededed;
  padding: 60px 20px 0;
  margin-top: -80px;
  margin-bottom: 50px;
  text-align: center;
  color: #414551;
  position: relative;
  z-index: 2;
}

@media (min-width: 380px) and (max-width: 1170px) {
  .pricing-box {
      margin-top: 50px
  }
}

.pricing-box .price {
  color: #e8500e;
  font-size: 78px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.pricing-box .price .currency {
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  left: -20px;
  top: -7px;
}

.pricing-box h2 {
  font-size: 33px;
  font-weight: 600;
  margin: 15px 0 10px;
}

.pricing-box p {
  font-weight: 600;
}

.pricing-box ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-box ul li {
  padding: 8px 0;
}

.pricing-box .btn {
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  height: 50px;
  line-height: 32px;
  font-size: 16px;
  -webkit-transform: translateY(50%);
  -khtml-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.pricing-box .btn:hover {
  color: #fff
}

.pricing-faq div {
  padding-top: 30px;
}

.pricing-faq h3 {
  font-size: 18px;
  font-weight: 600;
}

.pricing-faq p {
  margin: 30px 0;
}

.gl-page-content-section {
  padding-top: 69px;
}


/*==================================
* MAPS
*=================================*/

.map-wrapper {
  width: 43%;
  display: inline-block;
  overflow: hidden;
  float: left;
  position: fixed;
  z-index: 10;
}

.map-wrapper .search-map {
  width: 100%;
  height: 100%;
}

#map {
  height: 100vh;
}

#map-result-section {
  width: 57%;
  float: right;
  padding: 20px;
}

#map {
  width: 100%;
  height: 100vh;
}

.wwone__map-infobox {
  background: #fff;
  width: 260px;
  height: 340px;
}

.wwone__map-infobox__close {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #a8d62b;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  right: 0;
  top: 0;
  z-index: 9999;
}

.wwone__map-infobox__close span {
  color: #fff
}

.wwone__map-infobox__close:hover {
  color: #fff;
  text-decoration: none;
}

.wwone__map-infobox__thumb {
  width: 100%;
  height: auto;
}

.wwone__map-infobox__badge {
  position: absolute;
  display: block;
  line-height: 25px;
  color: #fff;
  text-align: center;
  left: 10px;
  top: 10px;
  z-index: 9999;
  background: #a8d62b;
  display: inline-block;
  padding: 0px 10px;
  margin-top: 5px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
}

.wwone__map-infobox__inner {
  background: #fff;
  width: 220px;
  position: relative;
  font-size: 14px;
  margin: 0;
  background-color: #fff;
  padding: 20px;
}

.wwone__map-infobox__inner:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 15px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  left: 50%;
  margin-left: -15px;
  bottom: -30px;
}

.wwone__map-infobox__inner__heading {
  color: #a8d62b;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}

.wwone__map-infobox__inner__info {
  padding: 10px 0 20px 0;
  font-size: 12px;
  color: #748796
}

.wwone__map-infobox__inner__info strong {
  width: 60px;
  display: inline-block;
  color: #25282b
}

.wwone__map-infobox__inner__btn {
  background-color: #a8d62b;
  padding: 6px 15px;
  border-radius: 3px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  font-size: 13px
}

.wwone__map-infobox__inner__btn:hover {
  color: #fff
}

@media (min-width: 897px) and (max-width: 970px) {
  .map-wrapper {
      width: 40%;
      display: inline-block;
  }
  #map-result-section {
      width: 60%;
  }
}

@media (min-width: 280px) and (max-width: 896px) {
  .map-wrapper {
      width: 100%;
      display: inline-block;
      position: relative;
      max-height: 420px
  }
  #map-result-section {
      width: 100%;
  }
}


/*--------------------
88. Catering - U Sushi Special
--------------------*/
.ftco-section {
  /* padding: 7em 0; */
  margin-top: 42px;
	position: relative; 
}

@media (min-width: 992px) {
  .ftco-section {
    padding-top: 180px;
  }
}

.ftco-wrap-about {
  background-position: bottom center !important; 
}

.ftco-wrap-about .heading-section h2 {
  margin-top: 30px;
  font-weight: 600 !important; 
}
    
.ftco-wrap-about .img {
  width: 100%; 
  height: 300px; 
  margin: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 992px) {
  .ftco-wrap-about .img {
    width: 100%; 
    height: 500px; 
    margin: 28px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media (min-width: 992px) {
  .ftco-wrap-about .img-1 {
    margin-top: -30px; 
  }
}

@media (min-width: 992px) {
  .ftco-wrap-about .img-2 {
    margin-bottom: -30px; 
  } 
}

.mr-md-2,
.mx-md-2 {
  margin-right: 0.5rem !important; 
}

.wrap-about {
  position: relative; 
}

.wrap-about .time span {
  display: block; 
}

.wrap-about .time span a {
  font-size: 40px;
  font-weight: 700; 
}

@media (max-width: 767.98px) {
  .wrap-about .time span a {
    font-size: 30px; 
  } 
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; 
}

.heading-section {
	position: relative; 
}
  
.heading-section .subheading {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  font-weight: normal;
  font-size: 88px;
  display: block;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.2);
  color: #c8a97e;
  line-height: 1;
  font-family: "Great Vibes", cursive;
  font-style: italic;
  margin-top: 0;
  /* z-index: -1;  */
}

@media (max-width: 767.98px) {
  .heading-section .subheading {
    margin-top: 30px;
    font-size: 70px;
    top: -40px; 
  } 
}

.heading-section h2 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2; 
}

@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 40px; 
  } 
}

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.7); 
}

.heading-section.heading-section-white h2 {
  color: #fff; 
}

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); 
}
