@media (max-width: 991px) {
  .navbar-toggler {
    background-color: #fff;
  }
  .nav-item .btn-gofood {
    margin-bottom: 10px;
  }
  .nav-item .btn-social {
    margin-bottom: 10px;
  }
  .hero-title {
    font-size: 50px;
    line-height: 50px;
  }
  .hero-para {
    font-size: 17px;
    line-height: 17px;
    padding: 0 20px;
  }
  .choice-inner-section > .row > .col-md-3 {
    width: 50%;
  }
  .menu-header-section > .row > .col-md-4,
  .menu-header-section > .row > .col-md-5,
  .menu-header-section > .row > .col-md-3 {
    width: 100%;
  }
  .menu-section-border {
    display: none;
  }
  .image-and-list-section > .row > .col-md-3,
  .image-and-list-section > .row > .col-md-9 {
    width: 100%;
  }

  .menu-lists-section > .row > .col-md-7,
  .menu-lists-section > .row > .col-md-5 {
    width: 100%;
  }
  .menu-lists-images-left > .row > .col-md-12 {
    width: 50%;
  }
  .menu-lists-images-left {
    margin-bottom: 30px;
  }
  .menu-lists-right {
    border-right: unset;
    padding-right: unset;
  }

  .our-hours-section {
    background-size: 150px auto;
  }
  .our-hours-title {
    font-size: 40px;
    line-height: 60px;
  }
  .card-section > .row > .col-md-6 {
    width: 100%;
  }
  .card-section {
    padding: 0 30px;
  }
  .find-us-address {
    padding: 0 25px;
  }
  .get-in-touch-left {
    font-size: 48px;
  }
  .get-in-touch-right {
    font-size: 15px;
    line-height: 18px;
    padding-right: 0px;
  }
  .seo-section-title {
    font-size: 42px;
  }
  img.footer-logo-img {
    height: 110px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 80px 10px;
  }
  .hero-content-section {
    padding: 30px;
  }
  .hero-title {
    font-size: 29px;
    line-height: 30px;
  }
  .hero-para {
    font-size: 16px;
    line-height: 16px;
    padding: 0 13px;
  }
  .chefs-title {
    font-size: 50px;
  }
  .menu-item-img-sp-1,
  .menu-item-img-sp-2,
  .menu-item-img-sp-3,
  .menu-item-img-sp-4 {
    height: 175px !important;
  }
  .menu-section-title {
    font-size: 46px;
  }
  .menu-section {
    padding: 0px 10px 50px 10px;
  }

  .our-hours-section {
    background: unset;
    background-color: #a2d600;
  }
  .our-hours-inner-section {
    width: 100%;
  }
  .left-border,
  .right-border {
    display: none;
  }
  .find-us-left {
    margin-bottom: 40px;
  }
  .get-in-touch-section {
    padding: 50px 10px;
  }
  .get-in-touch-right {
    margin-bottom: 10px;
    text-align: center;
  }
  .seo-section {
    padding: 50px 10px;
  }
  .seo-section-title {
    font-size: 35px;
  }
  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) {
  .choice-inner-section > .row > .col-md-3 {
    width: 100%;
  }
  .menu-item-img-sp-1,
  .menu-item-img-sp-2,
  .menu-item-img-sp-3,
  .menu-item-img-sp-4 {
    height: 250px !important;
  }
  .our-hours-section {
    padding: 50px 0;
  }
  .card-section {
    padding: unset;
    margin-top: 30px;
  }
  .find-us-section {
    padding: 50px 10px;
  }
  .find-us-address {
    font-size: 17px;
  }
  .footer-section {
    padding: 50px 10px;
  }
}

@media (max-width: 375px) {
  .menu-section-title {
    font-size: 36px;
  }
  .menu-list-product-name {
    font-size: 16px;
  }
  .menu-list-price {
    font-size: 16px;
  }
  .get-in-touch-inner-section {
    width: 85%;
  }
  .get-in-touch-left {
    font-size: 40px;
  }
  .seo-section-title {
    font-size: 24px;
  }
}

@media (max-width: 320px) {
  .seo-section-body p {
    text-align: justify;
    font-size: 15px;
  }
}
