.testiWrapper {
  gap: 2rem;
  padding: 0 10px;
}
.testiWrapper .content {
  gap: 2rem;
}
.testiWrapper .content .footerTesti .elementor-widget-icon-box span.elementor-icon {
  padding: 20px;
}
.testiWrapper .content .footerTesti .elementor-widget-icon-box span.elementor-icon svg {
  fill: var(--light);
}
.testiWrapper .content .footerTesti .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title span {
  font-size: 30px;
  font-family: var(--headings);
}
.testiWrapper .content .footerTesti .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
  font-size: 22px;
}
.testListing ul.jet-slick-dots {
  width: calc(55% - 70px);
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 1;
  position: absolute;
  bottom: -8rem;
  left: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .testListing ul.jet-slick-dots {
    right: 0;
    width: 100%;
    justify-content: center;
    position: relative;
    bottom: -5rem;
    left: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .testListing ul.jet-slick-dots {
    bottom: -2rem;
  }
}
.testListing ul.jet-slick-dots li {
  width: 112px;
  height: 8px;
  margin: 0 0px;
  border-radius: 0;
  border: none;
  background: #DFD8D8;
}
.testListing ul.jet-slick-dots li.slick-active {
  width: 112px;
}
.testiContainer {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .testiContainer {
    flex-direction: column !important;
    margin-top: 0;
  }
}
.testiContainer .imgHere {
  width: 45%;
}
@media (max-width: 991px) {
  .testiContainer .imgHere {
    width: 100%;
  }
}
.testiContainer .testListing {
  width: 50%;
}
@media (max-width: 991px) {
  .testiContainer .testListing {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .testiContainer .testListing {
    background-image: none;
  }
}
.testiContainer .testListing .footerTesti {
  gap: 40px;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
}
.testiContainer .testListing .footerTesti .elementor-icon-box-content * {
  text-align: left;
}
@media (max-width: 991px) {
  .testiContainer .testListing .footerTesti .elementor-icon-box-content * {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .testiContainer .testListing .footerTesti {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}
.testiContainer .testListing .testiWrapper .nts p {
  color: var(--light);
  font-size: 20px;
}
.testiContainer .testListing .testiWrapper .elementor-icon-box-title {
  color: var(--light);
}
.testiContainer .testListing .testiWrapper .elementor-icon-box-description {
  color: var(--light);
  font-size: 20px;
}
@media (max-width: 991px) {
  .testiContainer .testListing .testiWrapper * {
    text-align: center;
  }
}
.testiContainer .next-arrow {
  background-color: var(--primary);
}
.testiContainer .next-arrow svg path {
  fill: var(--dark);
}
