/*..... Home ..... */
.iig-soluation-hero-box .elementor-image-box-content {
  padding: 0 15px;
}

/*..... Contact .....*/
.as-mi-services-center-wrapper:hover {
  transform: translateY(-0.5rem);
}

/*............... form css............*/
@media (max-width: 768px) {
  .as-calibration-form .e-form__indicators {
    overflow-y: auto;
  }
}

#as-ii-download-catalogues {
  cursor: pointer;
}

/* .............. Table Css............ */
.as-faq-answer-table table thead tr {
  background-color: #a8cf45 !important;
}

.as-faq-answer-table table thead tr th {
  border: 1px solid #a8cf45 !important;
}

.as-faq-answer-table table tbody tr:nth-child(odd) {
  background-color: #fff !important;
}

.as-faq-answer-table table tbody tr:nth-child(even) {
  background-color: #e1f4b0 !important;
}

.as-faq-answer-table table tbody tr td {
  color: #000000 !important;
  border: 1px solid #a8cf45 !important;
}

/* ................ customer slider image .............. */
.iig-soluation-gas img,
.iig-product-client img {
  max-width: 65% !important;
}
/* ......................... Product Gallery Css................. */
.sp-product-gallery-wrap {
  width: 100%;
  max-width: 650px;
  margin: auto;
}

.main-slider {
  width: 100%;
  height: 450px;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
}

.sp-product-main-img {
  position: relative;
  display: inline-block;
}

.im-image-wrapper {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.main-slider img {
  width: 100%;
  height: 450px !important;
  object-fit: contain;
  object-position: center;
  display: block;
}

.mySwiper {
  height: 156px;
}

.mySwiper .swiper-wrapper {
  height: 156px;
}

.mySwiper .swiper-slide {
  height: 156px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #000000;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 18px !important;
  height: 18px !important;
  color: #ffffff !important;
}

.sp-product-gallery-wrap .swiper-button-next::after,
.sp-product-gallery-wrap .swiper-button-prev::after {
  content: none !important;
}

@media (max-width: 500px) {
  .main-slider {
    height: 320px;
  }
}

@media (max-width: 380px) {
  .main-slider {
    height: 270px;
  }
}
