.reusable-comparing {
  background: #09334a;
  color: white;
}
.reusable-comparing h2,
.reusable-comparing h3,
.reusable-comparing p {
  color: white;
}
.reusable-comparing-body-item {
  display: flex !important;
  gap: 40px;
  align-items: center;
  border: 5px solid #a2893b;
  background: linear-gradient(180deg, #144f70 0%, #09334a 100%);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
}
.reusable-comparing-body-item h3,
.reusable-comparing-body-item p,
.reusable-comparing-body-item ul,
.reusable-comparing-body-item li {
  text-align: left;
}

.reusable-comparing-body-item > div:first-of-type {
  width: calc(40% - 20px);
}
.reusable-comparing-body-item > div:last-of-type {
  width: calc(60% - 20px);
}
.reusable-comparing-body-item__list {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid white;
  padding-left: 0;
}
.reusable-comparing-body-item__list li {
  list-style: none;
  padding-right: 12px;
  text-align: left;
  margin-right: 12px;
  border-right: 1px solid #fff;
  color: #fff;
  opacity: 0.5;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.reusable-comparing-body-item__list-item.white-text {
  opacity: 1;
}
.reusable-comparing-body-item__list li:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: unset;
}
.reusable-comparing-body-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reusable-comparing-body-item-content {
  padding-right: 24px;
}
.reusable-comparing-body .custom-slider-nav {
  bottom: -50px !important;
}
.reusable-comparing-body .slick-dots li.slick-active button:before {
  color: white;
}
.reusable-comparing-body .slick-dots li.slick-active button::before {
  content: "";
  font-size: 0;
  width: 20px;
  background: white;
  border-radius: 99px;
}

.reusable-comparing-body .slick-dots li button:before {
  color: #a9b4c2;
  opacity: 1;
}
.reusable-comparing-body .slick-dots li {
  width: 20px;
}
.reusable-comparing-body .slick-dots li.slick-active {
  width: 20px;
}
.reusable-comparing-body .slick-dots li.slick-active button::before {
  content: "";
  font-size: 0;
  width: 20px;
  background: white;
  border-radius: 99px;
}
.reusable-comparing-body li,
.reusable-comparing-body button,
.reusable-comparing-body button::before {
  /*height: 10px !important;*/
}
.reusable-comparing-body button::before {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reusable-comparing-body .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-slider-nav > button {
  display: flex !important;
  align-items: center;
}
.reusable-comparing-heading {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .reusable-comparing-body li,
  .reusable-comparing-body button,
  .reusable-comparing-body button::before {
    height: unset !important;
  }

  .new-hero {
    min-height: calc(100vh - 162px);
    height: unset !important;
  }
}
@media only screen and (max-width: 767px) {
  .reusable-comparing-body-item {
    flex-direction: column;
    gap: 15px;
  }
  .reusable-comparing-body-item > div:first-of-type,
  .reusable-comparing-body-item > div:last-of-type {
    width: 100%;
    text-align: center;
  }
  .reusable-comparing-body-item > div:last-of-type {
    padding: 15px;
  }
  .reusable-comparing-body-item-content h3,
  .reusable-comparing-body-item-content p {
    text-align: center;
  }
}
.reusable-comparing-body-item__list-item.active {
  opacity: 1 !important;
}
.reusable-comparing-body-item__list-item {
  cursor: pointer;
}
