@media (max-width: 991px) {
  .navbar {
    height: unset;
  }
  .navbar-brand img {
    height: 70px;
  }
  .btn-gofood {
    margin-bottom: 10px;
  }
  .btn-social {
    margin-bottom: 10px;
  }
  .food-display-inner-section .row .col-md-6 {
    width: 100%;
  }
  .food-display-image-section {
    margin-bottom: 50px;
  }
  .contact-image-title {
    font-size: 56px;
  }
  .location-address-inner-section {
    width: 100%;
  }
  .seo-section-title {
    font-size: 56px;
    line-height: 60px;
  }
  img.footer-logo-img {
    height: 110px;
  }
  .food-header-title-col {
    width: 50% !important;
  }
  .food-headr-border-col {
    display: none !important;
  }
  .food-header-btn-col {
    width: 50% !important;
  }
  .food-header-title {
    font-size: 60px;
    line-height: 60px;
  }
  .food-items-section {
    display: flex;
    justify-content: center;
  }
  .food-items-row {
    width: 100%;
  }
  .food-item-col {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 45px;
    line-height: 60px;
  }
  .hero-para {
    padding: 0;
  }
  .food-display-content-title {
    font-size: 38px;
  }
  .food-display-card-section img {
    height: 70px;
  }
  .food-card-content-title {
    font-size: 22px;
  }
  .food-card-content-para {
    font-size: 14px;
  }
  .contact-image-col {
    order: 1;
    margin-bottom: 30px;
  }
  .contact-form-col {
    order: 2;
  }
  .seo-section-title {
    font-size: 33px;
    line-height: 43px;
  }
  img.footer-logo-img {
    margin-bottom: 20px;
  }
  .footer-para {
    margin-bottom: 20px;
  }
  .footer-socials-icon a {
    display: inline-block;
    margin-right: 15px;
  }
  .food-header-title-col {
    width: 100% !important;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .food-header-btn-col {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: center !important;
  }
  .food-item-col {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .hero-section {
    padding: 80px 10px;
  }
  .hero-title {
    font-size: 38px;
    line-height: 50px;
  }
  .hero-para {
    font-size: 18px;
  }
  .food-display-section {
    padding: 50px 10px;
  }
  .food-display-content-title {
    font-size: 34px;
  }
  .food-card-content-title {
    font-size: 19px;
  }
  .food-card-content-para {
    font-size: 13px;
  }
  .contact-section {
    padding: 50px 10px;
  }
  .contact-image-title {
    font-size: 46px;
  }
  .location-address-section {
    padding: 50px 10px;
  }
  .seo-section {
    padding: 50px 10px;
  }
  .seo-section-title {
    font-size: 28px;
    line-height: 38px;
  }
  .footer-section {
    padding: 50px 10px;
  }
  .footer-socials-icon a {
    margin-right: 0;
  }
  .food-section {
    padding: 50px 10px 10px 10px;
  }
  .food-header-title {
    font-size: 54px;
    line-height: 54px;
  }
}

@media (max-width: 375px) {
  .hero-inner-section {
    padding: 40px 20px;
  }
  .hero-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .hero-para {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .food-display-content-title {
    font-size: 28px;
  }
  .food-display-card-section img {
    height: 50px;
  }
  .food-card-content-title {
    font-size: 15px;
  }
  .food-card-content-para {
    font-size: 12px;
  }
  .contact-image-title {
    font-size: 42px;
  }
  .contact-card-section img {
    height: 36px;
  }
  .address-text {
    font-size: 14px;
  }
  .location-map iframe {
    height: 300px;
    width: 100%;
    border-radius: 10px;
  }
  .seo-section-title {
    font-size: 23px;
    line-height: 33px;
  }
  .food-header-title {
    font-size: 50px;
    line-height: 50px;
  }
}
