@media (max-width: 991px) {
  .navbar-toggler {
    background-color: #fff;
  }
  .btn-gofood-mobile {
    width: 18%;
  }
  .hero-inner-section > .row > .col-md-6 {
    width: 100%;
  }
  .hero-content-section {
    margin-bottom: 50px;
  }
  .menu-header-section > .row > .col-md-5 {
    width: 50%;
  }
  .menu-header-section > .row > .col-md-4 {
    display: none;
  }
  .menu-title {
    font-size: 65px;
    line-height: 65px;
  }
  .menu-header-section > .row > .col-md-3 {
    width: 50%;
  }
  .menu-items > .row > .col-md-3 {
    width: 50%;
  }
  .menu-list-inner > .row > .col-md-5 {
    width: 100%;
  }
  .menu-list-inner > .row > .col-md-2 {
    display: none !important;
  }
  .best-kitchen-inner > .row > .col-md-6 {
    width: 100%;
  }
  .best-kitchen-content-section {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .best-kitchen-title {
    text-align: center;
  }
  .contact-inner-section {
    width: 100%;
  }
  .seo-section-title {
    text-align: center;
  }
  .footer-inner-section > .row > .col-md-6{
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-para{
    padding-right: unset;
  }
}

@media (max-width: 768px) {
  .btn-gofood-mobile {
    width: 25%;
  }
  .hero-section {
    padding: 80px 10px;
  }
  .hero-image-content img {
    height: 380px;
  }
  .hero-title {
    font-size: 65px;
    line-height: 70px;
  }
  .menu-section{
    padding: 50px 10px;
  }
  .menu-header-section > .row > .col-md-5 {
    width: 100%;
  }
  .menu-header-section > .row > .col-md-3 {
    width: 100%;
    margin-top: 30px;
  }
  .menu-items > .row > .col-md-3 {
    width: 100%;
  }
  .menu-list-inner {
    padding: 15px;
  }
  .left-menu-list > .row > .col-5 {
    width: 45%;
  }
  .left-menu-list > .row > .col-4 {
    width: 25%;
  }
  .left-menu-list > .row > .col-3 {
    width: 30%;
  }
  .right-menu-list > .row > .col-5 {
    width: 45%;
  }
  .right-menu-list > .row > .col-4 {
    width: 25%;
  }
  .right-menu-list > .row > .col-3 {
    width: 30%;
  }
  .best-kitchen-section{
    padding: 50px 10px;
  }
  .best-kitchen-title {
    font-size: 54px;
    line-height: 60px;
  }
  .contact-section{
    padding: 50px 10px;
  }
  .contact-title {
    font-size: 54px;
    line-height: 60px;
  }
  .form-section {
    margin-bottom: 30px;
  }
  .seo-section{
    padding: 50px 10px;
  }
  .seo-section-title {
    font-size: 35px;
  }
  .footer-section{
    padding: 50px 10px;
  }
}

@media (max-width: 425px) {
  .hero-title {
    font-size: 54px;
    line-height: 60px;
  }
  .hero-image-content img {
    height: 325px;
  }
  .menu-title {
    font-size: 54px;
    line-height: 54px;
  }
  .list-row {
    font-size: 14px;
  }
  .best-kitchen-title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .best-kitchen-border {
    margin-bottom: 20px;
  }
  .best-kitchen-day-time .day {
    font-size: 20px;
    color: #fff;
  }
  .best-kitchen-day-time .time {
    font-size: 18px;
    color: #fff;
  }
  .best-kitchen-time-table-section img {
    padding-right: 5px;
  }
  .contact-title {
    font-size: 42px;
    line-height: 46px;
  }
}

@media (max-width: 375px) {
  .btn-gofood-mobile {
    width: 30%;
  }
  .hero-title {
    font-size: 42px;
    line-height: 48px;
  }
  .hero-para {
    font-size: 13px;
  }
  .hero-image-content img {
    height: 285px;
  }
  .menu-title {
    font-size: 48px;
    line-height: 48px;
  }
  .menu-item img {
    height: 250px;
  }
  .list-row {
    font-size: 12px;
  }
  .contact-title {
    font-size: 36px;
    line-height: 42px;
  }
  .location-adderss {
    font-size: 15px;
  }
  .seo-section-title {
    font-size: 24px;
  }
}

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