.testimonial-three__client-content {
  margin-left: 0;
}
.services-details-two__faq {
  margin-top: 0;
}
.contact-one__btn-box {
  display: flex;
  justify-content: center;
}
.site-footer {
  background-color: var(--secondary-color);
}
.site-footer__bottom-text {
  color: #fff;
}
.site-footer__bottom-text a {
  color: #fff;
}
.site-footer__bottom-inner {
  padding: 20px 0;
  justify-content: center;
}

.main-menu-three__cart-box {
  padding: 0;
}
.main-menu-three__cart-box .thm-btn {
  padding: 10px 20px;
}

.banner-img img {
  width: 100%;
  height: auto;
}
.main-header-three {
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.stricky-header.main-menu-three {
  background-color: #fff;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.opening-hour {
  margin-top: 60px;
  margin-bottom: 10px;
}
.top-contact {
  padding: 130px 0px 70px 0px;
}
.top-contact::before {
  top: 100px;
}
.close i {
  color: var(--secondary-color);
  font-size: 20px;
}
.instagram-two__img img {
  height: 200px;
  width: 200px;
}
.our-intro__img img {
  width: 400px;
  height: 400px;
}
.modal-content {
  width: 600px;
}
.main-menu-three__search-box img {
  height: 50px;
}
.contact-one__btn a {
  color: #fff;
}
.phone-call {
  display: inline-block;

  position: fixed;
  bottom: 40px;
  left: 20px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

  border-radius: 50%;
}
.phone-call img {
  height: 50px;
  width: 50px;
}
.whatsapp {
  display: inline-block;

  position: fixed;
  bottom: 120px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

  border-radius: 50%;
}
.whatsapp img {
  width: 50px;
  height: 50px;
}
.top-phone a {
  font-size: 18px;
  padding: 10px;
}

