body {
  scroll-behavior: smooth;
}

.dropdown-menu {
  z-index: 1051;
}

.navbar.sticky-top {
  z-index: 1030;
}

img.logo_img, #testimg {
  max-height: 90px !important;
}

.payment-method {
  display: flex;
  align-items: center;
}
.payment-method h2 {
  margin-right: 20px;
}

.payment-system {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 30px;
  border: 1px solid #000;
  border-radius: 10px;
  margin: 20px 0;
}
.payment-system img {
  margin-right: 10px;
}

.about-slider {
  max-height: 600px;
  margin-bottom: 30px;
}
.about-slider .slick-list {
  max-height: 600px;
  overflow: hidden;
}
.about-slider .slick-slider, .about-slider .slick-track {
  max-height: 600px;
  overflow: hidden;
}
.about-slider .slick-slider img, .about-slider .slick-track img {
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=main.css.map */