@media (min-width: 768px) {
  #content > .banner-section {
    margin-bottom: 100px;
  }
  .mobile-google-translate {
    position: absolute;
    top: 30px;
    transform: translateX(31vw);
  }
  .social-icons-group {
  }
}

.address-list-contact {
  display: flex;
  flex-wrap: nowrap;
}

@media (min-width: 1200px) {
  #content > section > .banner-area {
    margin-top: 180px;
  }
}

#content section .other-logos figure {
  max-height: 130px;
  display: flex;
  padding: 10px;
  gap: 10px;
}

#content section .other-logos figure img {
  /* width: 110px; */
  border-radius: 10px;
}

.main-nav > li > a {
  color: #000000;
}

.banner-heading {
  margin-bottom: -30px;
}
#content
  > section
  > .banner-area
  > div
  > div.lqd-column
  > .ld-fancy-heading
  .sub-title {
  font-size: 16px;
}

.testimonial-info > h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-info > h5 {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .address-title-bar {
    margin-left: 220px !important;
  }
}
.address-list {
  list-style-type: circle;
}

@media (max-width: 768px) {
  .address-list {
    padding-inline: 10px !important;
    unicode-bidi: unset;
  }
  .mobile-google-translate {
    position: absolute;
    right: 15px;
    top: 25px;
    opacity: 0.85;
    scale: 0.9;
  }
  .px-sm-3 {
    padding-inline: 15px;
  }
  .w-sm-85 {
    width: 85%;
  }
  .sm-mt-5 {
    margin-top: 3rem !important;
  }
  .skiptranslate > iframe {
    height: 60px;
  }
  .skiptranslate > iframe .VIpgJd-ZVi9od-LgbsSe {
    scale: 0.75;
  }
}

.floating-wa {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .ml-xl-6 {
    margin-left: 9rem !important; /* Adjust this value according to your layout */
  }
}

.banner-button {
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}

.banner-button:hover {
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
