.main-color {
  color: #fab632;
}

@font-face {
  font-family: comic;
  src: url(../../Fonts/comic/comic.ttf);
}
@font-face {
  font-family: Rubik;
  src: url(../../Fonts/Rubik/Rubik-Regular.ttf);
}
.Deals {
  background-color: #fab632;
  padding: 20px 0;
  color: #000;
  text-align: center;
  margin: 20px;
}
.Deals h4 {
  font-weight: bolder;
}
.Deals h6 {
  font-weight: bolder;
  font-size: 20px;
}

.Deals-white {
  background-color: #fff;
  padding: 20px 0;
  color: #000;
  text-align: center;
  margin: 20px;
}
.Deals-white h4 {
  font-weight: bolder;
}
.Deals-white h6 {
  font-weight: bolder;
  font-size: 20px;
}

body {
  font-family: Rubik !important;
  transition: ease-in-out 0.5s;
  background-color: #000;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url("https://www.mealzoforbusiness.co.uk/1/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: flex !important;
  justify-content: center;
}

.valentine-section {
  background-color: rgb(99, 0, 0);
  background-image: url(https://www.mealzoforbusiness.co.uk/1/heart-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.valentine-section img {
  max-width: 55px;
}
@media (max-width: 480px) {
  .valentine-section img {
    max-width: 35px;
  }
}
.valentine-section marquee {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 480px) {
  .valentine-section marquee {
    font-size: 15px;
  }
}

header {
  background-color: #fab632;
  /* required */
}
header .shop-logo {
  width: 140px;
}
@media (max-width: 991px) {
  header .shop-logo {
    width: 120px;
  }
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
    margin-left: auto;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 5;
}
@media (min-width: 991px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 991px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 991px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding: 10px 0;
}
@media (min-width: 991px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
    width: 95%;
  }
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  right: 10%;
  font-size: 26px;
  z-index: 10;
  color: #fab632;
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  color: #fab632;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  transition: all 0.5s;
  font-weight: bolder;
  color: #fab632;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #aa222d !important;
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-right: 15px;
    font-size: 13px;
    color: #000;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 17px;
    margin-right: 25px;
    font-weight: bolder;
  }
}
@media (max-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link:last-of-type {
    margin-bottom: 20px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #fab632;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #fab632;
  border-radius: 10px !important;
  padding: 8px 15px 8px 15px;
  color: rgb(0, 0, 0);
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 8px 17px 6px 13px;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 14px 25px 13px 19px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn:hover {
  background-color: #aa222d;
  color: #fab632;
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}
header section.menu-section .navbar-social .fa {
  color: rgb(0, 0, 0);
}
@media (min-width: 991px) {
  header section.menu-section .navbar-social {
    display: none;
  }
}
@media (max-width: 991px) {
  header section.menu-section .navbar-social {
    display: flex;
    justify-content: center;
  }
}

.valentine-gif {
  max-width: 100px;
}
@media (max-width: 480px) {
  .valentine-gif {
    max-width: 60px;
  }
}

/* section hero */
section.hero-section {
  background-color: rgb(255, 255, 255);
  padding: 80px 0;
}
section.hero-section div.inner-content h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
section.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #fab632;
}
section.hero-section div.inner-content p.hero-main-text {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 1rem;
  }
}
section.hero-section div.inner-content a {
  background-color: #fab632;
  color: rgb(255, 255, 255);
  border-radius: 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
}
section.hero-section div.inner-content a:hover {
  color: #fab632;
  border-color: #fab632;
  background-color: #fff !important;
  box-shadow: #aa222d 0px 4px 12px;
}
@media (min-width: 991px) {
  section.hero-section div.inner-content a {
    margin-top: 62px;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content a {
    width: 140px;
  }
}
section.hero-section div.inner-content a .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.hero-section div.inner-content a .order-now-icon-main:hover {
  stroke: #fab632;
}
section.hero-section div.inner-content div.clip {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 99%, 5% 100%);
          clip-path: polygon(0 0, 100% 0, 95% 99%, 5% 100%);
  border-radius: 30px;
  overflow: hidden;
}
section.hero-section div.inner-content div.clip img {
  background-image: url("../../imgs/hero/Background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content div.clip img {
    border-radius: 109px 109px 109px 109px;
    padding: 42px;
  }
}

#slider {
  background-image: url(../../imgs/hero/shish-kebab-stick-made-from-ground-beef-meat-Pure-Persian-Kitchen.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 550px;
  padding: 150px 0;
}
@media (max-width: 768px) {
  #slider {
    padding: 60px 0;
    min-height: 400px;
  }
}
#slider .order-now {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  align-items: center;
}
#slider .order-now h1 {
  text-shadow: 1px 0px #4d3a31;
  padding: 15px;
  color: #fff;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  transition: ease-in-out 0.5s;
  font-weight: bolder;
  max-width: -moz-max-content;
  max-width: max-content;
  border-bottom: 5px solid #fff;
}
#slider .order-now h1:hover {
  background-color: #000;
  color: #fab632;
  text-decoration: none;
}
@media (max-width: 768px) {
  #slider .order-now h1 {
    font-size: 2rem;
    padding: 15px 2px;
  }
}
@media (max-width: 576px) {
  #slider .order-now h1 {
    font-size: 1.7rem;
    border-radius: 40px;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  #slider .order-now h1 {
    font-size: 1rem;
  }
}
#slider .order-now p {
  color: #fff;
  max-width: 500px;
  text-shadow: 1px 1px #000;
}
@media (max-width: 768px) {
  #slider .order-now p {
    background-color: rgba(0, 0, 0, 0.4117647059);
    padding: 2px 5px;
    border-radius: 10px;
  }
}
#slider .order-now a {
  padding: 15px;
  background-color: #fab632;
  color: #aa222d;
  width: 200px;
  text-align: center;
  text-transform: capitalize;
  transition: ease-in-out 0.5s;
  font-size: 1.5rem;
  text-shadow: 1px 1px #000;
  margin-top: 30px;
}
#slider .order-now a:hover {
  background-color: #000;
  color: #fab632;
  text-decoration: none;
}
@media (max-width: 576px) {
  #slider .order-now a {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #slider .order-now a {
    padding: 5px;
  }
}
#slider .order-now2 a img {
  width: 20%;
  position: absolute;
  left: 11%;
  top: 60%;
  cursor: pointer;
}

.heroimage h3 {
  position: absolute;
  top: 40%;
  color: #fff;
  font-weight: bolder;
  font-size: 40px;
}
@media (max-width: 768px) {
  .heroimage h3 {
    font-size: 30px;
  }
}

.menu a {
  color: #000;
}
.menu .ordermenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 3%;
  margin-top: 1px;
}
.menu .ordermenu a {
  margin-left: 5%;
  margin-top: 2%;
  color: #000000;
}
.menu .ordermenu .active {
  color: #fab632;
  font-weight: bold;
}
.menu .media {
  margin-top: 10%;
}
.menu .media img {
  width: 18%;
  height: 18%;
  border-radius: 0 50% 50% 50%;
  border: 1px silod rgba(0, 0, 0, 0.2745098039);
}
.menu .media .media-body {
  margin-top: 1%;
  font-size: 13px;
}
.menu .media .media-body span {
  color: #fab632;
  direction: rtl;
  text-align: right;
}
.menu .media .media-body h5 {
  font-size: 17px;
}

.bottom-footer {
  background-color: #000;
  margin-top: 10%;
}
.bottom-footer p {
  font-size: 14px;
  opacity: 0.7;
  font-weight: bold;
  color: #fff;
}

.news .textbox {
  margin-top: 4%;
}
.news .textbox p {
  color: rgb(222, 147, 49);
  text-align: center;
}
.news .textbox h6 {
  font-size: 1rem;
  letter-spacing: 2px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1%;
  width: 40%;
  text-align: center;
  margin: 0 auto;
}

.firstpagemedia .media {
  margin-top: 6%;
}
.firstpagemedia .media p {
  font-size: 13px;
}
.firstpagemedia .media h5 {
  padding-top: -50px;
  font-weight: bolder;
  cursor: pointer;
}
.firstpagemedia .media img {
  width: 13%;
  margin-left: 2%;
  border-radius: 1px;
}
.firstpagemedia .media a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 10px 10px 10px;
  transition: all 0.5s;
}
.firstpagemedia .media a:hover {
  font-weight: bolder;
}

.special .mainbox p {
  text-align: center;
  margin-top: 3%;
  color: #fff;
}
.special .mainbox a {
  color: #fff;
  -webkit-text-decoration: #fff;
          text-decoration: #fff;
}
.special .mainbox img {
  width: 100%;
  transition: all 0.5s;
  margin-bottom: 15px;
}
.special .mainbox img:hover {
  transform: scale(1.04);
}
@media (max-width: 768px) {
  .special .mainbox img {
    width: 90%;
    margin-top: 1%;
    margin-left: 5%;
    box-shadow: 2px 2px 2px 2px rgba(66, 65, 65, 0.144);
  }
}
.special .mainbox .textbox p {
  color: #fab632;
  text-align: center;
}
.special .mainbox .textbox h6 {
  font-size: 2rem;
  letter-spacing: 2px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1%;
  width: 40%;
  text-align: center;
  font-weight: bolder;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 768px) {
  .special .mainbox .textbox h6 {
    width: 80%;
  }
}

.about-us {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .about-us {
    margin: 40px 0;
  }
}
@media (max-width: 576px) {
  .about-us {
    margin: 0;
  }
}
.about-us .mainhero {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .about-us .mainhero {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.about-us .mainhero .rightbox {
  background-color: #fab632;
  padding: 25px;
}
.about-us .mainhero .rightbox img {
  max-width: 520px;
}
.about-us .mainhero .leftbox {
  text-align: center;
  margin-top: 4%;
  padding: 4%;
  width: 50%;
  height: 320px;
  margin-right: -300px;
  z-index: 99;
  background-color: #1A1919;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .about-us .mainhero .leftbox {
    width: 80%;
    margin: 0 auto;
    margin-top: 2%;
  }
}
@media (max-width: 768px) {
  .about-us .mainhero .leftbox {
    width: 100%;
  }
}
.about-us .mainhero .leftbox h5 {
  font-weight: bolder;
  color: #fff;
}
@media (max-width: 380px) {
  .about-us .mainhero .leftbox h5 {
    font-size: 19px;
    padding: 0;
  }
}
.about-us .mainhero .leftbox p {
  color: #fff;
}
@media (max-width: 380px) {
  .about-us .mainhero .leftbox p {
    margin: 0;
  }
}
.about-us .mainhero .leftbox a {
  color: #fab632;
  font-weight: bolder;
}
.about-us #carouselExampleControls {
  margin-top: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .about-us #carouselExampleControls {
    margin: 10px 0;
  }
}
.about-us #carouselExampleControls img {
  max-height: 700px;
}
@media (max-width: 768px) {
  .about-us #carouselExampleControls img {
    height: 350px;
  }
}
@media (max-width: 480px) {
  .about-us #carouselExampleControls img {
    height: 300px;
  }
}
.about-us #carouselExampleControls .textbox {
  position: absolute;
  z-index: 999;
  top: 0%;
  bottom: 0%;
  left: 1%;
  right: 1%;
  color: #000;
  font-size: 33px;
  background-color: rgba(0, 0, 0, 0.3803921569);
  width: 33%;
  padding: 70px 20px;
  margin: auto !important;
  display: inline-table;
}
@media (max-width: 991px) {
  .about-us #carouselExampleControls .textbox {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .about-us #carouselExampleControls .textbox {
    width: 100%;
    left: 0%;
    right: 0%;
  }
}
.about-us #carouselExampleControls .textbox h5 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  background-color: #fab632;
  color: #000;
  border-radius: 50px 50px 0 0;
  width: 250px;
  margin: auto;
  padding: 15px;
}
.about-us #carouselExampleControls .textbox h5 a {
  color: #000;
}
@media (max-width: 300px) {
  .about-us #carouselExampleControls .textbox h5 {
    width: 230px;
    font-size: 16px;
  }
}
.about-us #carouselExampleControls .textbox p {
  text-align: center;
  padding: 10px;
  max-width: 300px;
  font-size: 18px;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
}
.about-us #carouselExampleControls .textbox .orderbtn {
  background-color: #fab632;
  color: #000;
  border-radius: 0 0 50px 50px;
  padding: 10px;
  width: 280px;
  margin: auto;
  font-size: 21px;
  font-weight: bold;
}
@media (max-width: 300px) {
  .about-us #carouselExampleControls .textbox .orderbtn {
    width: 230px;
    font-size: 16px;
  }
}

.foodname {
  text-align: center;
}
.foodname h3 {
  text-align: center;
  margin-top: 6%;
  font-weight: bolder;
  padding-bottom: 0%;
}

.media {
  text-align: left;
  margin-top: 1%;
  font-size: 12px;
}
.media p {
  font-size: 10px;
}
.media img {
  border-radius: 0 50% 50% 50%;
}
.media a {
  text-align: center;
}

.fullmenu {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 3%;
  align-items: center;
  margin-right: 0%;
}
.fullmenu a {
  background-color: #fab632;
  padding: 10px;
  border-radius: 12px;
  text-decoration: none;
}

.foodname h3 {
  margin-top: 15%;
}

.menu a {
  color: #000;
  text-decoration: none;
}

/* dwnloap app section */
section.dl-app {
  margin: 50px 0;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 20px;
  width: 130px;
}
@media (min-width: 991px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 150px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-style: normal;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
    margin-bottom: 56px;
    line-height: 70px;
  }
}
@media (min-width: 992px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.reviews {
  margin-top: 50px;
}
.reviews .quoite {
  display: flex;
  width: 100%;
  justify-content: center;
}
.reviews .textbox p {
  color: #fab632;
  text-align: center;
}
.reviews .textbox h6 {
  font-size: 2rem;
  letter-spacing: 2px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1%;
  width: 40%;
  text-align: center;
  margin: 0 auto;
  font-weight: bolder;
  color: #fff;
}
@media (max-width: 576px) {
  .reviews .textbox h6 {
    width: 100%;
  }
}
.reviews .contact {
  min-height: 335px;
  margin-top: 40px;
  background-color: rgba(180, 175, 175, 0.1450980392);
}
@media (max-width: 991px) {
  .reviews .contact {
    min-height: 200px;
  }
}
.reviews .contact i {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 0%;
  color: #aa222d;
  background-color: #fab632;
  padding: 20px 30px;
  border-radius: 0px 0px 50% 50%;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.reviews .contact P {
  text-align: center;
  margin-top: 2%;
  color: #fff;
  padding: 0 20px;
  margin-bottom: 0.2rem;
}
.reviews .contact P a {
  color: #fff;
}
.reviews .contact h6 {
  text-align: center;
  margin-top: 6%;
  color: #fff;
}
.reviews .callus {
  background-color: #fab632;
  color: #aa222d;
  text-align: center;
  font-size: 24px;
  margin-top: 70px;
  padding: 45px 15px;
}
.reviews .callus .sm-callus {
  display: none;
}
.reviews .callus a {
  background-color: #aa222d;
  padding: 10px 30px;
  display: inline-flex;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 768px) {
  .reviews .callus .lg-callus {
    display: none;
  }
  .reviews .callus .sm-callus {
    display: block;
  }
}
.reviews .comments {
  padding-top: 5%;
  height: 500px;
}
.reviews .section.reviews .container {
  background-color: #fab632;
  border-radius: 34px;
}
.reviews .section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (min-width: 768px) {
  .reviews .section.reviews h3 {
    font-size: 50px;
  }
}
.reviews .section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .reviews .section.reviews .comment-section .comment-text {
    font-size: 2px;
    display: none;
  }
}
.reviews .section.reviews .comment-section .comment-text p {
  text-align: center;
}
.reviews .section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  margin-bottom: 30px;
  color: #fff;
}

/* footer */
footer {
  background-color: #000;
  color: rgb(255, 255, 255);
  padding: 50px 0 0 0;
}
footer a {
  color: #fff;
}
footer img {
  max-width: 50px;
}
footer .contantbox p {
  opacity: 0.7;
  font-size: 14px;
}
footer .contantbox p a {
  color: #fff;
}
footer a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}
footer .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}
footer .fa {
  color: #fab632;
  font-size: 1.25rem;
}
footer .list-group.shop-info {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  footer .list-group.shop-info {
    flex-direction: column;
  }
}
footer .list-group.shop-info div {
  margin: 0 auto;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
}
footer img.dl-app-link {
  margin-bottom: 20px;
  width: 170px;
}
@media (min-width: 768px) {
  footer img.dl-app-link {
    width: 180px;
  }
}
footer h3 {
  font-size: 20px;
  margin-top: 20px;
}
footer .bottom-footer {
  margin-top: 0%;
}
footer .bottom-footer p {
  font-size: 14px;
  opacity: 0.7;
  font-weight: bold;
}
footer .contactus {
  background-color: rgba(180, 175, 175, 0.1450980392);
  padding: 15px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
footer .contactus h6 {
  padding-top: 15px;
  color: #fab632;
  font-weight: bolder;
  text-align: center;
}
footer .contactus p {
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}
footer .followus {
  padding: 60px 0;
}
footer .followus h6 {
  color: #fab632;
  font-weight: bolder;
  text-align: center;
}
footer .followus p {
  font-weight: normal;
  text-align: center;
}
footer .followus .iconbox {
  text-align: center;
  padding: 15px;
}
footer .followus i {
  margin-left: 15px;
  background-color: #fab632;
  padding: 15px 16px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
footer .followus i svg {
  width: 21px;
  height: 21px;
  fill: #aa222d;
}

.map {
  background-color: #fff;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fab632;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #fab632;
  border: 1px dashed #fab632;
  background-color: white;
  box-shadow: #aa222d 0px 7px 29px 0px;
}

section.social-media {
  color: #fff;
  background-color: #000;
}
@media (max-width: 768px) {
  section.social-media {
    display: none;
  }
}
section.social-media div.icon-holder {
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #fab632;
  color: white;
}
::selection {
  background-color: #fab632;
  color: white;
}

::-moz-selection {
  background-color: #fab632;
  color: white;
}

/* Customize  Scrollbar  */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #fab632;
  border-radius: 10px;
}

.copyright {
  background-color: #000000;
  border-top: 1px solid #fab632;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.copyright p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
}
.copyright a.mealzo-link {
  color: #fab632 !important;
  font-weight: 700;
}
.copyright a.mealzo-link img {
  max-width: 100px;
}/*# sourceMappingURL=style2.css.map */