@media (max-width: 991px) {
  .navbar-toggler {
    background-color: #fff;
  }
  .nav-item {
    margin-left: unset;
  }
  .hero-section {
    padding: 50px 10px;
  }
  .hero-title {
    font-size: 55px;
    line-height: 65px;
    width: 70%;
  }
  .menu-options > .row > .col-md-3 {
    width: 50%;
  }
  .menu-options > .row > .col-md-9 {
    width: 50%;
  }
  .food-gallery > .row > .col-md-3 {
    width: 50%;
  }
  .food-item {
    height: 330px;
    margin-bottom: 50px;
  }
  .food-lists > .row > .col-md-6 {
    width: 100%;
  }
  .left-list-section {
    padding-right: unset;
  }
  .right-list-section {
    padding-left: unset;
  }
  .find-us-form-section {
    width: 65%;
  }
  .find-us-inner-section > .row > .col-md-6 {
    width: 100%;
  }
  .find-us-image-section {
    justify-content: center;
    margin-bottom: 40px;
  }
  .find-us-form-section-main {
    display: flex;
    justify-content: center;
    padding: 0px 20px;
  }
  .find-us-title {
    font-size: 45px;
    text-align: center;
  }
  .map-inner-section > .row > .col-md-6 {
    width: 100%;
  }
  .g-map {
    margin-top: 50px;
  }
  .find-us-title {
    font-size: 70px;
  }
  .seo-section-title {
    font-size: 42px;
    text-align: center;
  }
  img.footer-logo-img {
    height: 110px;
  }
}

@media (max-width: 768px) {
  .hero-inner-section {
    padding: 25px 0;
  }
  .hero-title {
    font-size: 40px;
    line-height: 50px;
    width: 80%;
  }
  .hero-para {
    font-size: 15px;
    width: 65%;
  }
  .our-menus-inner-section {
    margin-top: 20px;
  }
  .our-menus-title {
    font-size: 60px;
    line-height: 70px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .menu-options > .row > .col-md-3 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .menu-options > .row > .col-md-9 {
    display: none;
  }
  .food-gallery > .row > .col-md-3 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .food-item {
    height: 375px;
    width: 375px;
  }
  .list-row > .col-5 {
    width: 45%;
  }
  .list-row > .col-4 {
    width: 25%;
  }
  .list-row > .col-3 {
    width: 30%;
  }
  .find-us-image-section img {
    height: 90%;
  }
  .find-us-form-section {
    width: 100%;
  }
  .map-address-inner-section {
    width: 100%;
  }
  .map-address-section {
    background-size: 300px 170px;
  }
  .address-text {
    margin-top: 17px;
  }
  .address-text-2 {
    margin-top: 37px;
  }
  .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) {
  .hero-title {
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .hero-para {
    margin-bottom: 20px;
  }
  .hero-go-btn {
    font-size: 18px;
    height: 42px;
  }
  .hero-social-btn {
    height: 42px;
  }
  .hero-social-btn img {
    height: 28px;
  }
  .food-item {
    height: 325px;
    width: 325px;
  }
  .our-menus-title {
    font-size: 50px;
    line-height: 60px;
  }
  .list-row {
    font-size: 16px;
  }
  .find-us-title {
    font-size: 54px;
  }
  .find-us-section {
    padding: 50px 10px;
  }
  .find-us-form-section-main {
    padding: unset;
  }
  .find-us-image-section {
    margin-bottom: 0px;
  }
  .find-us-image-section img {
    height: 80%;
  }
  .address-text {
    font-size: 15px;
    padding-right: 20px;
  }
  .icon-image img {
    padding-left: 12px;
  }
  .address-text-2 {
    font-size: 15px;
    padding-right: 80px;
  }
}

@media (max-width: 375px) {
  .hero-section {
    padding-top: 20px;
    padding-bottom: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-title {
    width: 90%;
  }
  .hero-para {
    width: 75%;
  }
  .food-item {
    height: 290px;
    width: 290px;
  }
  .list-row {
    font-size: 13px;
  }
  .find-us-image-section {
    height: 320px;
  }
  .find-us-title {
    font-size: 40px;
    line-height: 45px;
  }
  .map-address-section {
    background-size: 230px 170px;
  }
  .address-text {
    font-size: 14px;
    margin-top: 14px;
  }
  .address-text-2 {
    padding-left: 10px;
    padding-right: 50px;
  }
  .seo-section-title {
    font-size: 24px;
  }
}

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