@media (max-width: 991px) {
  .btn-gofood {
    margin-bottom: 10px;
  }
  .custom-col-size {
    width: 33%;
  }
  .food-title {
    font-size: 60px;
    line-height: 70px;
  }
  .food-item-list-section .col-md-6 {
    width: 100%;
  }
  .contact-us-location-address {
    padding: 10px;
  }
  .seo-section-title {
    text-align: center;
  }
  img.footer-logo-img {
    height: 110px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 52px;
    line-height: 62px;
  }
  .hero-para {
    width: 80%;
  }
  .hero-border {
    width: 100px;
  }
  .custom-col-size {
    width: 50%;
  }
  .food-title {
    font-size: 48px;
    line-height: 58px;
  }
  .food-item-row .col-2 {
    width: 22%;
  }
  .food-item-row .col-8 {
    width: 56%;
  }
  .food-item-list-name {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
  }
  .food-item-list-price {
    font-size: 12px;
    font-weight: 600;
  }
  .drink-title {
    font-size: 48px;
    line-height: 58px;
  }
  .contact-us-title {
    font-size: 52px;
    line-height: 70px;
  }
  .contact-us-form-section {
    margin-bottom: 20px;
  }
  .contact-us-time-day-section {
    margin-bottom: 20px;
  }
  .seo-section-title {
    font-size: 35px;
  }
  .thanks-inner-section {
    background-color: #e6ad15;
    padding: 40px;
  }
  .thanks-title {
    font-size: 52px;
    line-height: 52px;
  }
  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;
  }
  .hero-title {
    font-size: 44px;
    line-height: 54px;
  }
  .hero-border {
    width: 75px;
  }
  .food-section {
    padding: 50px 10px;
  }
  .custom-col-size {
    width: 100%;
  }
  .food-title {
    font-size: 38px;
    line-height: 48px;
  }
  .food-item-row .col-2 {
    width: 28%;
  }
  .food-item-row .col-8 {
    width: 44%;
  }
  .food-item-list-name {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
  }
  .drink-section {
    padding: 50px 10px;
  }
  .drink-title {
    font-size: 38px;
    line-height: 48px;
  }
  .contact-us {
    padding: 80px 10px 50px 10px;
  }
  .contact-us-inner-content {
    padding: 30px 50px 50px 0px;
  }
  .location-map-section {
    background-color: #e6ad15;
    padding: 50px 10px;
  }
  .seo-section {
    padding: 50px 10px;
  }
  .seo-section-title {
    font-size: 28px;
  }
  .thanks-section {
    padding: 50px 10px;
  }
  .thanks-title {
    font-size: 40px;
    line-height: 50px;
  }
  .footer-section {
    padding: 50px 10px;
  }
}

@media (max-width: 375px) {
  .hero-title {
    font-size: 36px;
    line-height: 46px;
  }
  .hero-para {
    width: 90%;
  }
  .hero-border {
    width: 30px;
  }
  .food-title {
    font-size: 34px;
    line-height: 44px;
  }
  .food-item-list-name {
    font-size: 12px;
    line-height: 14px;
  }
  .food-item-list-price {
    font-size: 10px;
    font-weight: 600;
  }
  .drink-title {
    font-size: 34px;
    line-height: 44px;
  }
  .contact-us-title {
    font-size: 36px;
  }
  .contact-us-title-section {
    margin-top: -38px;
  }
  .contact-us-inner-content {
    padding: 10px 25px 25px 0px;
  }
  .location-map-inner-section iframe {
    height: 300px;
    width: 100%;
  }
  .seo-section-title {
    font-size: 22px;
  }
  .seo-section-body p {
    font-size: 16px;
  }
  .thanks-inner-section {
    padding: 20px;
  }
  .thanks-title {
    font-size: 32px;
    line-height: 42px;
  }
  .thanks-para {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .thanks-go-btn-section a {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
}
