@media (max-width: 991px) {
  .navbar {
    height: unset;
  }
  .navbar-brand img {
    height: 70px;
  }
  .btn-gofood {
    margin-bottom: 10px;
  }
  /* ------------------------------- */
  .hero-inner-section {
    width: 100%;
  }
  .hero-top-border {
    width: 40%;
  }
  .hero-icons-section {
    width: 20%;
  }
  .hero-title-section {
    font-size: 68px;
  }
  .hero-para {
    padding: 0px;
  }
  /* ------------------------------- */
  .food-title-border {
    width: 15%;
  }
  .food-title {
    width: 70%;
    font-size: 38px;
  }
  .food-item-section > .row > .col-md-3 {
    width: 50%;
  }
  .food-item-col {
    width: 50%;
  }
  .food-item-list .row .col-md-6 {
    width: 100%;
  }
  /* ------------------------------- */
  .drink-title {
    width: 70%;
    font-size: 38px;
  }
  /* ------------------------------- */
  .find-us-inner-section {
    width: 100%;
  }
  .find-us-address-text {
    font-size: 14px;
  }
  /* ------------------------------- */
  .thanks-para {
    font-size: 18px;
    color: #fff;
    width: 100%;
    margin-bottom: 80px;
  }
  /* ------------------------------- */
  img.footer-logo-img {
    height: 110px;
  }
}

@media (max-width: 767px) {
  .hero-top-border {
    width: 30%;
  }
  .hero-icons-section {
    width: 40%;
  }
  .hero-title-section {
    font-size: 54px;
  }
  /* ------------------------------- */
  .food-title-border {
    display: none;
  }
  .food-title {
    width: 100%;
    font-size: 36px;
  }
  .food-item-section > .row > .col-md-3 {
    width: 100%;
  }
  .food-inner-section {
    padding: 25px;
  }
  .food-item-list-row {
    font-size: 15px;
  }
  /* ------------------------------- */
  .drink-title {
    width: 100%;
    font-size: 36px;
  }
  /* ------------------------------- */
  .find-us-title {
    font-size: 54px;
  }
  .find-us-content-section .row .col-md-2 {
    display: none !important;
  }
  .find-us-form-section {
    margin-bottom: 20px;
  }
  /* ------------------------------- */
  .thanks-title {
    font-size: 50px;
  }
  /* ------------------------------- */
  .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) {
  .hero-section {
    padding: 80px 10px;
  }
  /* ------------------------------- */
  .food-inner-section {
    margin-bottom: 50px;
  }
  .food-title {
    font-size: 34px;
  }
  .food-item-list-row {
    font-size: 12px;
  }
  /* ------------------------------- */
  .drink-section {
    padding: 50px 10px;
  }
  .drink-inner-section {
    margin-bottom: 50px;
  }
  .drink-title {
    font-size: 34px;
  }
  .drink-inner-section {
    padding: 0px;
  }
  /* ------------------------------- */
  .find-us-section {
    background-color: #fff;
    padding: 50px 10px;
  }
  .find-us-title {
    font-size: 46px;
  }
  /* ------------------------------- */
  .thanks-section {
    padding: 50px 10px;
  }
  .thanks-title {
    font-size: 40px;
  }
  .thanks-para {
    margin-bottom: 50px;
  }
  /* ------------------------------- */
  .seo-section {
    padding: 50px 10px;
  }
  .seo-section-title {
    font-size: 28px;
  }
  /* ------------------------------- */
  .footer-section {
    padding: 50px 10px;
  }
}

@media (max-width: 375px) {
  .hero-top-border {
    width: 25%;
  }
  .hero-icons-section {
    width: 50%;
  }
  .hero-title-section {
    font-size: 40px;
  }
  /* ------------------------------- */
  .food-title {
    font-size: 28px;
  }
  /* ------------------------------- */
  .drink-title {
    font-size: 28px;
  }
  /* ------------------------------- */
  .find-us-title {
    font-size: 40px;
  }
  /* ------------------------------- */
  .thanks-title {
    font-size: 32px;
  }
  /* ------------------------------- */
  .seo-section-title {
    font-size: 22px;
  }
  .seo-section-body p {
    font-size: 16px;
  }
  /* ------------------------------- */
}

@media (max-width: 320px) {
}
