.main-color {
  color: #1AC27B;
}

@font-face {
  font-family: PublicSans;
  src: url(../../Fonts/Public_Sans/PublicSans-Regular.ttf);
}
@font-face {
  font-family: Akshar;
  src: url(../../Fonts/Akshar/Akshar-Regular.ttf);
}
@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/ArchivoBlack/ArchivoBlack-Regular.ttf);
}
body {
  overflow-x: hidden;
  font-family: PublicSans !important;
  background-color: #252525;
  color: #FFF;
}

html {
  scroll-behavior: smooth;
}

.snowflake {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  filter: drop-shadow(0 0 5px rgb(185, 27, 27));
  z-index: 9;
  background-image: url("https://www.mealzoforbusiness.co.uk/1/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: drop-shadow(0 0 5px rgb(185, 27, 27));
}

.i4ewOd-pzNkMb-haAclf {
  background-color: #1AC27B;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in;
}
.reveal.active .fade-top {
  animation: fade-top 0.7s ease-in-out;
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}
.reveal.active .fade-left1 {
  animation: fade-left 0.2s ease-in;
}
.reveal.active .fade-left2 {
  animation: fade-left 0.4s ease-in;
}
.reveal.active .fade-left3 {
  animation: fade-left 0.6s ease-in;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* header */
.openmenuu {
  width: 100% !important;
}

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

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.top-header {
  padding: 20px 0 10px 0;
}
.top-header .shop-logo {
  max-width: 160px;
}
@media (max-width: 1200px) {
  .top-header .shop-logo {
    max-width: 120px;
  }
}
.top-header h1 {
  color: #fff;
  font-weight: bolder;
  font-family: ArchivoBlack;
  font-size: 4.5rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .top-header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .top-header h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .top-header h1 {
    font-size: 1rem;
  }
}

.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;
  }
}

.index-hero {
  background-color: #1AC27B;
  min-height: 100vh;
  position: relative;
}

header {
  padding: 0;
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  background-color: #252525;
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .col-12 {
  padding: 0;
}
header section.menu-section .col-12 .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section .col-12 .navbar {
  padding: 16px;
}
header section.menu-section .col-12 .navbar .navbar-brand {
  padding: 0;
}
header section.menu-section .main-btn {
  background-color: #1AC27B;
  padding: 15px 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 15px;
  color: #fff;
  margin: 20px 4px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  max-height: -moz-max-content;
  max-height: max-content;
}
header section.menu-section nav {
  padding: 5px 0;
}
@media (max-width: 1200px) {
  header section.menu-section nav {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  header section.menu-section nav {
    display: flex;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav {
    justify-content: flex-end;
    margin: unset;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: red;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .nav-item {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  header section.menu-section nav .nav-item {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  header section.menu-section nav .nav-item {
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  header section.menu-section nav .nav-item {
    margin-right: 15px;
  }
}
header section.menu-section nav .nav-item a.nav-link {
  color: #1AC27B !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media (min-width: 991px) {
  header section.menu-section nav .nav-item a.nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }
}
header section.menu-section nav .nav-item a.nav-link:hover {
  color: #1AC27B;
  transition: ease-in-out 0.5s;
}
header section.menu-section nav .nav-item .nav-item:last-of-type {
  margin-left: 20px;
}
header section.menu-section nav .nav-item a.login-btn {
  background-color: #1AC27B;
  border-radius: 1px;
  padding: 15px 35px;
  color: #000 !important;
}
header section.menu-section nav .nav-item a.login-btn:hover {
  background-color: #fff;
  transition: ease-in-out 0.5s;
}
header section.menu-section nav a.btn {
  background-color: #1AC27B;
  color: black;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .menu-btn {
  display: flex;
  text-align: center;
  flex-direction: row;
  align-items: center;
  list-style: none;
  padding: 5px;
  margin-bottom: 0;
  border-radius: 8px;
  background: #ed0403;
}
@media (max-width: 991px) {
  header section.menu-section .menu-btn {
    display: none;
  }
}
header section.menu-section .menu-btn li {
  line-height: 30px;
  align-items: center;
}
header section.menu-section .menu-btn li a {
  color: #fff;
  padding: 0 10px;
}
header .dropdown-menu.coming-soon {
  border-radius: 10px !important;
}
@media (min-width: 991px) {
  header .dropdown-menu.coming-soon {
    left: -160px !important;
  }
}
header .dropdown-toggle::after {
  display: none;
}
header .login-part {
  border-radius: 10px 0 10px 10px !important;
}
@media (min-width: 991px) {
  header .login-part {
    left: -40px !important;
  }
}
header .menu-icon {
  align-items: center;
  justify-content: center;
  display: flex;
}
header .menu-icon img {
  background-color: #fff;
  max-width: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

section.hero-section {
  padding: 0;
  color: #fff;
}
@media (max-width: 1200px) {
  section.hero-section {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  section.hero-section {
    padding: 40px 0 0 0;
  }
}
section.hero-section .container,
section.hero-section .row {
  height: 100%;
}
section.hero-section .valentine-gif {
  max-width: 100px !important;
}
@media (max-width: 480px) {
  section.hero-section .valentine-gif {
    max-width: 60px !important;
  }
}
@media (max-width: 480px) {
  section.hero-section h2 {
    font-size: 1.2rem;
    padding: 10px;
  }
}
section.hero-section .btn {
  color: #fff;
  padding: 15px 56px;
  border: 2px solid #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
section.hero-section .btn:hover {
  background-color: #252525;
  border: 2px solid #252525;
}
@media (max-width: 480px) {
  section.hero-section .btn {
    margin: 10px;
  }
}
section.hero-section .hero-slider {
  margin: 40px 0 0 0;
  background-color: #252525;
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
}
@media (max-width: 991px) {
  section.hero-section .hero-slider {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}
@media (max-width: 480px) {
  section.hero-section .hero-slider {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}
section.hero-section .hero-slider .card {
  border: none;
  background-color: transparent;
}
section.hero-section .hero-slider .card img {
  max-width: 200px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
section.hero-section .hero-slider .swiper-slide {
  margin: auto;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
section.hero-section .hero-slider .swiper-slide-active img {
  background-color: #fff;
}
section.hero-section ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  section.hero-section ul {
    margin-bottom: 0;
  }
}
section.hero-section ul li {
  list-style: none;
  padding: 10px;
}
section.hero-section ul li img {
  max-width: 160px;
}
@media (max-width: 1400px) {
  section.hero-section ul li img {
    max-width: 140px !important;
  }
}
@media (max-width: 991px) {
  section.hero-section ul li img {
    max-width: 200px !important;
  }
}
@media (max-width: 768px) {
  section.hero-section ul li img {
    max-width: 150px !important;
  }
}
@media (max-width: 576px) {
  section.hero-section ul li img {
    max-width: 120px !important;
  }
}
@media (max-width: 480px) {
  section.hero-section ul li img {
    max-width: 100px !important;
  }
}
@media (max-width: 400px) {
  section.hero-section ul li img {
    max-width: 80px !important;
  }
}

/* more about us section */
section.more-about-us-section {
  padding: 100px 0 30px 0;
}
@media (max-width: 768px) {
  section.more-about-us-section {
    padding: 50px 0;
  }
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 38px;
  color: #1AC27B;
  font-family: Barlow-Bold;
}
section.more-about-us-section p {
  max-width: 500px;
}
@media (min-width: 768px) {
  section.more-about-us-section p {
    max-width: 100%;
  }
}
section.more-about-us-section .more-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content {
    flex-direction: column;
  }
}
section.more-about-us-section .more-content .circle-img {
  padding: 5px;
  background-color: #1AC27B;
  border-radius: 40px 0 40px 40px;
  max-width: 90px;
  margin-right: 20px;
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content .circle-img {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content .circle-img {
    border-radius: 40px 40px 40px 0;
  }
}
section.more-about-us-section .more-content .more-header * {
  text-align: left;
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content .more-header * {
    text-align: center;
  }
}
section.more-about-us-section .more-content .more-header h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content .more-header span {
    max-width: 400px;
  }
}
section.more-about-us-section a {
  border: 2px solid #1AC27B;
  background-color: #fff;
  color: #1AC27B;
  padding: 15px 25px;
  display: inline-flex;
  font-weight: 600;
}
section.more-about-us-section a:hover {
  text-decoration: none;
  background-color: #1AC27B;
  color: #fff;
}

.local-hero {
  background-image: url("./../../imgs/local-hero/Javits-local-hero-background.png");
  background-size: cover;
  padding: 40px 20px;
  z-index: 99;
}
.local-hero:hover {
  background-image: url("../../imgs/local-hero/Javits-local-hero-background.webp");
  transform: scale(1.05);
  transition: 1000ms;
}
@media (max-width: 768px) {
  .local-hero {
    background-image: url("./../../imgs//local-hero/Javits-local-hero-background-reponsive.png");
    padding: 20px;
  }
}
.local-hero .local-hero-img {
  color: #fff;
}
.local-hero .local-hero-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .local-hero .local-hero-img {
    display: none;
  }
}
.local-hero .local-hero-content {
  color: #fff;
  padding: 0 0 0 40px;
}
@media (max-width: 768px) {
  .local-hero .local-hero-content {
    padding: 0;
  }
}
.local-hero .local-hero-content h3 {
  font-size: 54px;
}
@media (max-width: 768px) {
  .local-hero .local-hero-content h3 {
    font-size: 24px;
    line-height: 48px;
  }
}

.about-javits {
  background-image: url("./../../imgs/local-hero/Javits-about-us-background.png");
  padding: 40px 20px;
  background-size: cover;
  z-index: 99;
}
@media (max-width: 768px) {
  .about-javits {
    padding: 20px;
  }
}
.about-javits:hover {
  background-image: url("./../../imgs/local-hero/Javits-about-us-background.webp");
  transform: scale(1.05);
  transition: 1000ms;
}
.about-javits .about-javits-content {
  color: #fff;
}
.about-javits .about-javits-content h3 {
  font-size: 54px;
}
@media (max-width: 768px) {
  .about-javits .about-javits-content h3 {
    font-size: 24px;
    line-height: 48px;
  }
}

.special {
  background-color: #252525;
  overflow-x: hidden;
  position: relative;
  padding: 80px;
}
@media (max-width: 1200px) {
  .special {
    padding: 40px 0;
  }
}
.special h3 {
  color: #1AC27B;
  font-family: ArchivoBlack;
  font-size: 4rem;
  font-weight: bolder;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .special h3 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .special h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .special img {
    max-width: 80%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .special img {
    max-width: 96%;
    margin: auto;
  }
}
.special .nav-tabs {
  border: 3px solid #1AC27B;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  align-items: center;
  padding: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 768px) {
  .special .nav-tabs {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}
.special .nav-tabs li {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
}
.special .nav-tabs .nav-link {
  border: none;
  color: #1AC27B;
  font-size: 20px;
  font-weight: bolder;
  padding: 15px 40px;
  border-radius: 64px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .special .nav-tabs .nav-link {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  .special .nav-tabs .nav-link {
    padding: 10px;
    font-size: 16px;
  }
}
.special .nav-tabs .nav-link.active {
  background-color: #1AC27B;
  color: #fff;
  font-size: 23px;
}
@media (max-width: 991px) {
  .special .nav-tabs .nav-link.active {
    font-size: 16px;
  }
}
.special .tab-pane {
  padding: 30px;
}
.special .tab-content {
  padding: 30px 80px;
}
.special .tab-content img {
  border-radius: 25px;
}
.special .category-title {
  color: #1AC27B;
  font-size: 3.5rem;
  font-family: ArchivoBlack;
}
@media (max-width: 1200px) {
  .special .category-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .special .category-title {
    font-size: 1.8rem;
    padding: 16px 0 0 0;
  }
}
.special .btn {
  background-color: #1AC27B;
  color: #fff;
  border: 2px solid #1AC27B;
  padding: 16px 50px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-weight: bold;
}
.special .btn:hover {
  color: #1AC27B;
  background-color: #fff;
}
.special .swiper-slide .card {
  text-align: center;
}
.special .swiper-slide .card img {
  max-width: 100%;
}
.special .swiper-slide .card p {
  color: #000;
}
.special .swiper-slide .card h4 {
  margin-top: -40px;
  color: #111;
  font-family: Akshar;
  font-size: 40px;
  font-weight: bolder;
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.8352941176));
  -webkit-backdrop-filter: 3px;
          backdrop-filter: 3px;
}
.special .swiper-slide .card a.btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding: 15px;
  background-color: #1AC27B;
}
@media (max-width: 768px) {
  .special .swiper-slide .card a.btn {
    font-size: 16px;
  }
}
.special .swiper-button-next,
.special .swiper-button-prev {
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #1AC27B;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 40px;
}
.special .swiper-button-next {
  background-image: url(../../imgs/icons/Arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 0%;
}
.special .swiper-button-next::after {
  display: none;
}
@media (max-width: 576px) {
  .special .swiper-button-next {
    left: 50%;
  }
}
.special .swiper-button-prev {
  background-image: url(../../imgs/icons/Arrow.png);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0%;
}
.special .swiper-button-prev::after {
  display: none;
}
@media (max-width: 576px) {
  .special .swiper-button-prev {
    left: 45%;
  }
}

.specialoffers {
  position: relative;
  margin: 24px;
  padding: 80px 0;
  background-image: url(../../imgs/hero/bg.png);
  background-repeat: repeat;
  background-position: center;
  border-radius: 100px 100px 0 0;
  -webkit-border-radius: 100px 100px 0 0;
  -moz-border-radius: 100px 100px 0 0;
  -ms-border-radius: 100px 100px 0 0;
  -o-border-radius: 100px 100px 0 0;
  background-color: #1AC27B;
}
@media (max-width: 768px) {
  .specialoffers {
    margin: 10px;
    padding: 60px 30px;
  }
}
.specialoffers .section-title {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 4rem;
  background-color: #1AC27B;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  font-weight: bolder;
  font-family: ArchivoBlack;
  color: #FFF;
  z-index: 3;
  margin-bottom: -30px;
  text-transform: uppercase;
  font-family: ArchivoBlack;
  letter-spacing: 0;
  paint-order: stroke fill;
}
@media (max-width: 768px) {
  .specialoffers .section-title {
    font-size: 3rem;
    -webkit-text-stroke: 2px #ffffff;
  }
}
@media (max-width: 480px) {
  .specialoffers .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 400px) {
  .specialoffers .section-title {
    font-size: 1.7rem;
  }
}
.specialoffers .arrow-card {
  border: none;
  background-color: transparent;
  text-align: center;
  margin: auto;
}
.specialoffers .arrow-card img#front {
  width: 120% !important;
}
.specialoffers .arrow-card img {
  max-width: 140px;
  text-align: center;
  margin: auto;
  transform: rotate(23deg);
  -webkit-transform: rotate(23deg);
  -moz-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  -o-transform: rotate(23deg);
  margin-right: 0px;
}
.specialoffers .arrow-card img.special-arrow-right {
  margin-left: -30px;
  max-width: 140px;
}
@media (max-width: 768px) {
  .specialoffers .arrow-card img.special-arrow-right {
    margin: 10px;
  }
}
.specialoffers .arrow-card p {
  color: #000;
  font-size: 20px;
  background-color: #1AC27B;
  border-radius: 10px;
}
.specialoffers .arrow-card p.special-text-right {
  margin-top: 20px;
  margin-left: -40px;
}
@media (max-width: 768px) {
  .specialoffers .arrow-card p.special-text-right {
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .specialoffers .arrow {
    display: none;
  }
}
.specialoffers .swiper-specialoffer {
  padding: 20px;
}
.specialoffers .swiper-specialoffer .card {
  background-color: transparent;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  position: relative;
}
.specialoffers .swiper-specialoffer .card:before {
  position: absolute;
  content: "";
  top: -10px;
  right: -10px;
  border: 5px solid #fff;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.specialoffers .swiper-specialoffer .card a img {
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: 1px solid #fff;
  z-index: 2;
  max-width: 100%;
}

section.contact-us {
  padding: 80px 80px 40px 80px;
  background-color: #1AC27B;
  color: #000;
}
@media (max-width: 768px) {
  section.contact-us {
    padding: 50px;
  }
}
section.contact-us .Our-apps img {
  width: 40px !important;
  border-radius: 0% !important;
}
section.contact-us .contact-header {
  max-width: 80%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
@media (max-width: 768px) {
  section.contact-us .contact-header {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    max-width: 200px;
    margin: auto;
    display: flex;
    margin-top: -130px;
    margin-bottom: -70px;
  }
}
@media (max-width: 480px) {
  section.contact-us .contact-header {
    max-width: 150px;
  }
}
section.contact-us .contact-list {
  padding: 0;
  display: flex;
  flex-direction: row;
  color: #000;
  justify-content: space-between;
  border-bottom: 2px solid #FFF;
}
@media (max-width: 1200px) {
  section.contact-us .contact-list {
    flex-direction: column;
  }
}
section.contact-us .contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
}
section.contact-us .contact-list img {
  width: 66px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 20px;
}
section.contact-us .contact-list p {
  font-size: 18px;
  margin-bottom: 0;
}
section.contact-us .contact-list span {
  font-size: 12px;
  margin-left: 12px;
  color: #121926;
}
section.contact-us #openinghour {
  background-color: #FFFFFF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding: 16px;
  margin-bottom: 20px;
}
section.contact-us #openinghour .d-flex {
  padding: 5px;
  margin: 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
}
section.contact-us #openinghour .d-flex p {
  color: #121926;
}
section.contact-us #openinghour .d-flex::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 1px;
  background-color: rgba(59, 139, 201, 0.5960784314);
}
@media (max-width: 1200px) {
  section.contact-us #openinghour .d-flex::before {
    display: none;
  }
}
section.contact-us iframe {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

section.about-us {
  background-color: #000B17;
  padding: 80px 0 104px;
}
@media (max-width: 1200px) {
  section.about-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.about-us .container .row .col-12 .about-us-header {
  position: relative;
}
section.about-us .container .row .col-12 .about-us-header img {
  position: absolute;
  left: 0;
}
@media (max-width: 992px) {
  section.about-us .container .row .col-12 .about-us-header img {
    display: none;
  }
}
section.about-us .container .row .col-12 .about-us-header h2 {
  color: #fdfdfd;
  padding-bottom: 48px;
  font-size: 60px;
  line-height: 72px;
}
@media (max-width: 768px) {
  section.about-us .container .row .col-12 .about-us-header h2 {
    font-size: 48px;
  }
}
section.about-us .container .row .col-12 .about-us-images {
  background: #0d0b23;
  border-radius: 8px;
}
section.about-us .container .row .col-12 .about-us-images .col-12 {
  padding: 0;
}
section.about-us .container .row .col-12 .about-us-images img {
  height: 242px;
  width: 100%;
}
@media (max-width: 768px) {
  section.about-us .container .row .col-12 .about-us-images img {
    height: unset;
  }
}
section.about-us .container .row .col-12 .about-us-images .about-us-content {
  background-image: url(./../../imgs/about-us/background.png);
  padding: 20px;
  border-radius: 8px;
}
section.about-us .container .row .col-12 .about-us-images .about-us-content p {
  color: #fdfdfd;
  font-size: 24px;
}

section.peyment-method {
  background-color: #000000;
}
section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row div.col-10 .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  padding: 40px 0 64px;
  background-position: center;
  background-size: cover;
  color: #FFF;
}
@media (max-width: 768px) {
  section.dl-app {
    padding: 16px;
  }
}
section.dl-app .dl-app-content {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 768px) {
  section.dl-app .dl-app-content {
    text-align: center;
    padding: 10px 0;
  }
}
section.dl-app .dl-app-content h3 {
  font-weight: bolder;
  font-family: Akshar;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  text-align: left;
  max-width: 85%;
  color: #1AC27B;
}
@media (max-width: 1200px) {
  section.dl-app .dl-app-content h3 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 991px) {
  section.dl-app .dl-app-content h3 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  section.dl-app .dl-app-content h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 45px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  section.dl-app .dl-app-content h3 {
    font-size: 42px;
  }
}
section.dl-app .dl-app-content p {
  max-width: 85%;
}
@media (max-width: 768px) {
  section.dl-app .dl-app-content p {
    max-width: 95%;
    text-align: left;
    font-size: 16px;
  }
}
section.dl-app .dl-app-content .Our-apps {
  margin-top: 70px;
}
@media (max-width: 1200px) {
  section.dl-app .dl-app-content .Our-apps {
    justify-content: center;
    margin-top: 10px;
  }
}
section.dl-app .dl-app-content .Our-apps a img {
  width: 270px;
  margin-bottom: 4px;
}
@media (max-width: 1200px) {
  section.dl-app .dl-app-content .Our-apps a img {
    width: 170px;
  }
}
section.dl-app .dl-app-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.dl-app .dl-app-image img {
  max-width: 80%;
}
@media (max-width: 1200px) {
  section.dl-app .dl-app-image img {
    width: 100%;
  }
}

section.reviews {
  background-color: #252525;
  color: #FFF;
  padding: 150px 100px 100px 100px;
}
@media (max-width: 1440px) {
  section.reviews {
    padding: 80px;
  }
}
@media (max-width: 768px) {
  section.reviews {
    padding: 20px 0;
  }
}
section.reviews .swiper {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
section.reviews .review-card:hover {
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
section.reviews .review-card:hover .comment-section::after {
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
}
section.reviews h3 {
  margin-bottom: 32px;
  font-family: ArchivoBlack;
  font-weight: 600;
  font-size: 45px;
  font-weight: bolder;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  section.reviews h3 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 28px;
  }
}
section.reviews .comment-quote {
  margin-bottom: 20px;
}
section.reviews img.comment-avatar {
  border-radius: 1%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  section.reviews img.comment-avatar {
    margin-bottom: 20px;
  }
}
section.reviews .comment-section {
  background: #1AC27B;
  box-shadow: 0px 0px 7px #000;
  padding: 24px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  min-height: 240px;
}
section.reviews .comment-section::before {
  position: absolute;
  content: "";
  top: -28px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 1;
  background-image: url(../../imgs/icons/quote.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
section.reviews .comment-section::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #252525;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: -1;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
@media (max-width: 991px) {
  section.reviews .comment-section {
    flex-direction: column;
  }
}
section.reviews .comment-section .comment-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #000;
  margin-top: 20px;
}
section.reviews .comment-section .comment-writter-name {
  font-size: 17px;
  font-weight: 700;
  line-height: 12px;
  text-align: left;
  margin-top: 16px;
  color: #000;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 10px;
  color: #000;
  align-items: center;
}
section.reviews .comment-section .stars img {
  width: 70px;
  height: 14px;
  margin-right: 8px;
}
section.reviews .comment-section .stars span {
  font-size: 10px;
}

/* footer */
footer {
  background-color: #1AC27B;
  color: #000 !important;
  padding-top: 20px;
}
footer .container {
  border-top: 1px solid #fff;
}
footer .dl-app-container {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  footer .dl-app-container {
    padding: 0;
    justify-content: center;
  }
}
footer .dl-app-container img {
  margin-bottom: 20px;
  width: 130px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  footer p.dl-app-p {
    text-align: center;
    margin: 0 auto 10px 0;
  }
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  align-items: center;
}
@media (max-width: 991px) {
  footer .copyright {
    flex-direction: column;
  }
}
footer .copyright a.mealzo-link {
  color: #000;
  font-weight: bolder;
}
footer .copyright-links {
  color: #000;
  display: flex;
  padding: 0;
}
footer .copyright-links li {
  margin-left: 15px;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #000;
  line-height: 38px;
}
footer ul li a:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 768px) {
  footer .social-media-conteiner {
    text-align: center;
    justify-content: center;
  }
}

.contact-us {
  background-color: #150103;
  padding: 50px 0;
}
.contact-us a {
  color: #000;
}
.contact-us .swiper-wrapper {
  flex-direction: row;
}
@media (max-width: 768px) {
  .contact-us .swiper-wrapper {
    flex-direction: column;
  }
}
.contact-us h3.main-section-heading {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 32px;
}
.contact-us h3.main-section-heading span.highlight {
  color: #1AC27B;
  font-family: Barlow-Bold;
  text-shadow: 1px 1px #1AC27B;
  font-size: 38px;
}
@media (max-width: 300px) {
  .contact-us h3.main-section-heading {
    font-size: 26px;
  }
}
.contact-us h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
.contact-us p {
  margin-bottom: 30px;
}
.contact-us a.order {
  background-color: #1AC27B;
  border-radius: 30px;
  color: #000;
  padding: 15px 25px;
  display: inline-flex;
  font-weight: 600;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.contact-us a.order:hover {
  box-shadow: #1AC27B 0px 4px 12px;
  transform: scale(0.9);
  transition: all 0.5s;
}
.contact-us .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  border-radius: 16px;
}
.contact-us .card .card-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .contact-us .card .card-detail {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .contact-us .card .card-detail {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}
.contact-us .card .card-detail .branch-content {
  display: flex;
  width: 50%;
  align-items: center;
  background-color: #0d0e2d;
}
@media (max-width: 1440px) {
  .contact-us .card .card-detail .branch-content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-us .card .card-detail .branch-content {
    width: 100%;
    margin-top: 20px;
  }
}
.contact-us .card .card-detail .branch-content img {
  max-width: 64px;
  border-radius: 15px;
  margin-right: 16px;
}
.contact-us .card .card-detail .branch-content .branch-title span {
  color: #1AC27B;
}
.contact-us .card .card-detail .branch-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 50%;
}
@media (max-width: 1440px) {
  .contact-us .card .card-detail .branch-status {
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contact-us .card .card-detail .branch-status {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .contact-us .card .card-detail .branch-status {
    width: 100%;
    margin-top: 10px;
  }
}
.contact-us .card .Order-btn {
  display: flex;
  justify-content: center;
  margin: 20px auto 0 auto;
}
.contact-us .card .Order-btn a {
  background-color: #1AC27B;
  padding: 12px 16px;
  height: 48px;
  width: 150px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
}
.contact-us .card .Order-btn a:hover {
  text-decoration: none;
  background-color: #1AC27B;
  color: #000;
}
.contact-us .card .status-inner {
  display: flex;
  border-radius: 45px;
  background-color: #d9d9d9;
  width: 98%;
  justify-content: center;
  align-items: center;
}
.contact-us .card i {
  margin-right: 10px;
}
.contact-us .card .delivery {
  display: flex;
  flex-direction: column;
  border-radius: 45px 0 0 45px;
  width: 50%;
  padding: 10px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ffffff;
  color: #000;
  height: 75px;
}
.contact-us .card .delivery p {
  margin-bottom: 0;
  font-weight: bolder;
}
.contact-us .card .delivery i {
  background-image: url(../../imgs/main/unavailable.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 480px) {
  .contact-us .card .delivery i {
    width: 20px;
    height: 20px;
  }
}
.contact-us .card .delivery .available-text {
  display: none;
}
.contact-us .card .delivery.available {
  background-color: #02935a;
  color: #000;
}
.contact-us .card .delivery.available i {
  background-image: url(../../imgs/main/available.png);
}
.contact-us .card .delivery.available .unavailable-text {
  display: none;
}
.contact-us .card .delivery.available .available-text {
  display: flex;
}
.contact-us .card .collection {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 45px 45px 0;
  width: 50%;
  padding: 10px;
  height: 75px;
}
.contact-us .card .collection p {
  margin-bottom: 0;
}
.contact-us .card .collection i {
  background-image: url(../../imgs/main/unavailable.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 480px) {
  .contact-us .card .collection i {
    width: 20px;
    height: 20px;
  }
}
.contact-us .card .collection .available-text {
  display: none;
}
.contact-us .card .collection.available {
  background-color: #02935a;
  color: #000;
}
.contact-us .card .collection.available i {
  background-image: url(../../imgs/main/available.png);
}
.contact-us .card .collection.available .available-text {
  display: flex;
}
.contact-us .card .collection.available .unavailable-text {
  display: none;
}

#myBtn {
  position: fixed;
  bottom: 59px;
  left: 50px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #1AC27B;
  border: 1px solid #fff;
  color: white;
  cursor: pointer;
  padding: 5px 11px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#myBtn:hover {
  color: #1AC27B;
  border: 1px solid #1AC27B;
  background-color: white;
}

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

::-moz-selection {
  background-color: #1AC27B;
  color: white;
}

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

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

section.copyright {
  background-color: #1AC27B;
  color: #000;
}
section.copyright .cp-text {
  font-size: 14px;
  font-weight: 500;
}
section.copyright a.weetech-link {
  color: #fff !important;
}

section.opening-hour {
  padding: 50px 0 100px;
}
@media (max-width: 1200px) {
  section.opening-hour {
    padding: 40px 0 40px;
  }
}
section.opening-hour .javits-contact-us-card {
  color: #fdfdfd;
  border-radius: 8px;
  border: 0.5px solid #A9C5E5;
  padding: 24px;
}
@media (max-width: 1200px) {
  section.opening-hour .javits-contact-us-card {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  section.opening-hour .javits-contact-us-card .branch-name {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  section.opening-hour .javits-contact-us-card .branch-name {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  section.opening-hour .javits-contact-us-card .small-text {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  section.opening-hour .javits-contact-us-card .small-text {
    font-size: 10px;
  }
}
section.opening-hour .javits-contact-us-card .status-inner {
  width: 100%;
  justify-content: space-around;
  padding: 0 5px;
  border-radius: 8px;
  border: 0.5px solid #A9C5E5;
  min-height: 105px;
  color: #707070;
}
section.opening-hour .javits-contact-us-card .status-inner .delivery {
  border-right: 1px solid #414254;
  padding: 8px;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
section.opening-hour .javits-contact-us-card .status-inner .delivery .delivery-img {
  width: 33px;
  height: 33px;
  background-color: #364152;
  border-radius: 30px;
  display: flex;
  justify-content: center;
}
section.opening-hour .javits-contact-us-card .status-inner .delivery .delivery-img img {
  width: 32px;
  height: 32px;
  align-self: center;
}
section.opening-hour .javits-contact-us-card .status-inner .delivery p {
  margin: 0;
  font-size: 16px;
}
section.opening-hour .javits-contact-us-card .status-inner .collection {
  justify-content: center;
  padding: 16px;
  gap: 8px;
  align-items: center;
}
section.opening-hour .javits-contact-us-card .status-inner .collection .delivery-img {
  width: 33px;
  height: 33px;
  background-color: #364152;
  border-radius: 30px;
  display: flex;
  justify-content: center;
}
section.opening-hour .javits-contact-us-card .status-inner .collection .delivery-img img {
  width: 32px;
  height: 32px;
  align-self: center;
}
section.opening-hour .javits-contact-us-card .status-inner .collection p {
  margin: 0;
  font-size: 16px;
}
section.opening-hour .javits-contact-us-card iframe {
  margin: 24px 0;
  border-radius: 5px;
}
section.opening-hour .javits-contact-us-card .contact-inner ul {
  padding: 0;
}
section.opening-hour .javits-contact-us-card .contact-inner ul li {
  display: flex;
  margin-bottom: 16px;
}
section.opening-hour .javits-contact-us-card .contact-inner ul li img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
section.opening-hour .javits-contact-us-card .social-media span {
  color: #9AA3B2;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  section.opening-hour .javits-contact-us-card .social-media span {
    display: none;
  }
}
section.opening-hour .javits-contact-us-card .social-media img {
  width: 32px;
  margin-right: 9px;
}
section.opening-hour .javits-contact-us-card .javits-contact-us-card-social-media {
  padding: 20px !important;
  font-size: 24px;
  color: #fdfdfd;
}
section.opening-hour .javits-contact-us-card .javits-contact-us-card-social-media p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
section.opening-hour .javits-contact-us-card .javits-contact-us-card-social-media h3 {
  font-size: 24px;
  line-height: 32px;
}
section.opening-hour .javits-contact-us-card .javits-contact-us-card-social-media a {
  color: #fdfdfd;
}
section.opening-hour .javits-contact-us-card .javits-contact-us-card-social-media .social-media i {
  margin-right: 10px;
}
section.opening-hour .javits-contact-us-card .Order-btn {
  padding: 24px 0;
}
section.opening-hour .javits-contact-us-card .Order-btn a {
  color: #fdfdfd;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 8px 24px;
  gap: 8px;
  border-radius: 5px;
}
section.opening-hour .javits-contact-us-card .javits-contact-us-card-google-map {
  margin-top: 20px;
  padding: 0 20px;
}
section.opening-hour .javits-contact-us-card .javits-contact-us-card-google-map iframe {
  border-radius: 8px;
}
@media (max-width: 480px) {
  section.opening-hour .collection3text,
  section.opening-hour .delivery3text {
    font-size: 12px !important;
  }
}

section.opening-hours {
  background-image: url(../../imgs/contact-us/Opening-hours-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 56px 0;
  color: #fff;
}
@media (max-width: 991px) {
  section.opening-hours {
    background-image: unset;
    background-color: #010a16;
    padding: 16px 0 0 0;
  }
}
section.opening-hours h2 {
  font-family: Akshar;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  text-align: center;
}
@media (max-width: 480px) {
  section.opening-hours h2 {
    font-size: 44px;
  }
}
section.opening-hours .openinghours {
  background: rgba(1, 0, 17, 0.4392156863);
  border: 0.5px solid #FFFFFF;
  padding: 30px 30px 20px 30px;
  min-height: 335px;
  border-radius: 15px;
}
section.opening-hours .openinghours .opening p {
  padding: 5px 0;
}
section.opening-hours .openinghours .opening .d-flex {
  position: relative;
}
section.opening-hours .openinghours .opening .d-flex::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 1px;
  background-color: #cdcdcd;
}
@media (max-width: 1200px) {
  section.opening-hours .openinghours .opening .d-flex::before {
    display: none;
  }
}
section.opening-hours .openinghours .opening .d-flex::after {
  position: absolute;
  content: "";
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 8px;
  background-color: #cdcdcd;
}/*# sourceMappingURL=style2.css.map */