@media (max-width: 991px) {
  img.brand-logo {
    height: 90px;
    margin-top: unset;
  }
  .navbar-nav {
    background-color: #fff;
    padding: 15px 0;
  }
  .hero-inner-section > .row > .col-md-5 {
    width: 100%;
    order: 2;
  }
  .hero-inner-section > .row > .col-md-7 {
    width: 100%;
    order: 1;
  }
  .hero-image-section img {
    width: 90%;
    height: auto;
    margin-bottom: 50px;
  }
  .hero-title {
    font-size: 80px;
    line-height: 80px;
  }
  .fresh-food-inner-section > .row > .col-md-6 {
    width: 100%;
  }
  .fresg-food-image-section {
    margin-bottom: 30px;
  }
  .menu-header-section > .row > .col-md-5 {
    width: 50%;
  }
  .menu-header-section > .row > .col-md-4 {
    display: none;
  }
  .menu-title {
    font-size: 36px;
    line-height: 36px;
  }
  .menu-header-section > .row > .col-md-3 {
    width: 50%;
  }
  .col-custom {
    width: 30%;
  }
  .thanks-title {
    font-size: 64px;
  }
  .thanks-para {
    width: 85%;
  }
  .find-us-content-section {
    width: 100%;
  }
  .day-time-card-box {
    padding: 0px;
  }
  .location-card-box {
    padding: 0px;
  }
  .location-text {
    font-size: 13px;
    padding-right: 10px;
  }
  .day-time-card-box img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .location-card-box img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .seo-section-title {
    text-align: center;
  }
  img.footer-logo-img {
    height: 110px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 70px;
    line-height: 70px;
  }
  .fresh-food-iamge img {
    width: 100%;
  }
  .menu-header-section > .row > .col-md-5 {
    width: 100%;
  }
  .menu-header-section > .row > .col-md-3 {
    width: 100%;
    margin-top: 30px;
  }
  .col-custom {
    width: 46%;
  }
  .find-us-title {
    font-size: 50px;
    line-height: 50px;
  }
  .find-us-form-section {
    margin-bottom: 30px;
  }
  .content-row > .col-md-2 {
    display: none !important;
  }

  .seo-section-title {
    font-size: 32px;
  }
  img.footer-logo-img {
    margin-bottom: 20px;
  }
  .footer-para {
    margin-bottom: 20px;
  }
  .footer-socials-icon a {
    display: inline-block;
    margin-right: 15px;
  }
}

@media (max-width: 425px) {
  .hero-section {
    padding: 0 10px 50px 10px;
  }
  .hero-title {
    font-size: 60px;
    line-height: 60px;
  }
  .hero-go-food-btn a {
    font-size: 24px;
  }
  img.hero-right-arrow-btn {
    height: 18px;
  }
  .fresh-food-section {
    padding: 50px 10px;
  }
  .fersh-food-hero-section {
    font-size: 42px;
    line-height: 46px;
  }
  .menu-section {
    padding: 50px 10px;
  }
  .menu-title {
    font-size: 34px;
    line-height: 34px;
  }
  .col-custom {
    width: 60%;
  }
  .find-us-title {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .find-us-section {
    padding: 50px 10px;
  }
  .thanks-blue-bg {
    padding: 50px 10px;
  }
  .thanks-title {
    font-size: 60px;
    line-height: 65px;
  }
  .thanks-para {
    width: 100%;
  }
  .seo-section {
    padding: 50px 10px;
  }
  .seo-section-title {
    font-size: 28px;
  }
}

@media (max-width: 375px) {
  .hero-title {
    font-size: 50px;
    line-height: 50px;
    padding-left: 15px;
  }
  .hero-social-btn {
    padding-right: 15px;
  }
  .fresh-food-section {
    padding: 50px 10px;
  }
  .fersh-food-hero-section {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .menu-title {
    font-size: 28px;
    line-height: 28px;
  }
  .col-custom {
    width: 70%;
  }
  .find-us-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .thanks-title {
    font-size: 50px;
    line-height: 60px;
  }
  .thanks-para {
    font-size: 16px;
  }
  .seo-section-title {
    font-size: 22px;
  }
  .seo-section-body p {
    font-size: 16px;
  }
}

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