.greenplanet-service-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .greenplanet-service-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.greenplanet-service-tabs.scroll-animate-hide > div:first-child {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  visibility: visible;
}
.greenplanet-service-tabs.scroll-animate-hide > div:last-child {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: visible;
}
.greenplanet-service-tabs.scroll-animate-show > div {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}
.greenplanet-service-tabs.scroll-animate-show > div:first-child {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.greenplanet-service-tabs.scroll-animate-show > div:last-child {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.greenplanet-service-tabs > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.greenplanet-service-tabs__heading {
  padding: 0 60px;
}
@media screen and (max-width: 1199px) {
  .greenplanet-service-tabs__heading {
    padding: 0;
    max-width: 720px;
    text-align: center;
    margin: auto;
  }
}
.greenplanet-service-tabs__heading .greenplanet-service-tabs__heading-subtitle {
  margin-bottom: 60px;
  color: var(--e-global-color-c4dcbdf);
}
@media screen and (max-width: 768px) {
  .greenplanet-service-tabs__heading
    .greenplanet-service-tabs__heading-subtitle {
    margin-bottom: 50px;
  }
}
.greenplanet-service-tabs__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .greenplanet-service-tabs__head {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .greenplanet-service-tabs__head {
    margin-bottom: 50px;
  }
}
.greenplanet-service-tabs__content {
  padding-top: 90px;
}
@media (max-width: 470px) {
  .greenplanet-service-tabs__content {
    padding-top: 130px;
  }
}
.greenplanet-service-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .greenplanet-service-tabs__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.greenplanet-service-tabs__list-item {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 20px 0 20px 85px;
  max-width: 550px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1' height='20' viewBox='0 0 1 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2_107)'%3E%3Crect width='1920' height='6992' transform='translate(-379 -1423)' fill='white'/%3E%3Cpath d='M1 -19C1 -19.2761 0.776142 -19.5 0.5 -19.5C0.223858 -19.5 -1.20706e-08 -19.2761 0 -19L1 -19ZM1.66103e-06 19C1.6731e-06 19.2761 0.223859 19.5 0.500002 19.5C0.776144 19.5 1 19.2761 1 19L1.66103e-06 19ZM0 -19L8.30516e-08 -17.1L1 -17.1L1 -19L0 -19ZM2.49155e-07 -13.3L4.15258e-07 -9.5L1 -9.5L1 -13.3L2.49155e-07 -13.3ZM5.81361e-07 -5.7L7.47464e-07 -1.9L1 -1.9L1 -5.7L5.81361e-07 -5.7ZM9.13567e-07 1.9L1.07967e-06 5.7L1 5.7L1 1.9L9.13567e-07 1.9ZM1.24577e-06 9.5L1.41188e-06 13.3L1 13.3L1 9.5L1.24577e-06 9.5ZM1.57798e-06 17.1L1.66103e-06 19L1 19L1 17.1L1.57798e-06 17.1Z' fill='%23176B39'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_107'%3E%3Crect width='1920' height='6992' fill='white' transform='translate(-379 -1423)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 35px 0;
}
.greenplanet-service-tabs__list-item:first-child {
  background-image: none;
}
.greenplanet-service-tabs__list-item:last-child::after {
  content: none;
}
.greenplanet-service-tabs__list-item::after {
  content: url("data:image/svg+xml,%3Csvg width='1' height='20' viewBox='0 0 1 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2_107)'%3E%3Crect width='1920' height='6992' transform='translate(-379 -1423)' fill='white'/%3E%3Cpath d='M1 -19C1 -19.2761 0.776142 -19.5 0.5 -19.5C0.223858 -19.5 -1.20706e-08 -19.2761 0 -19L1 -19ZM1.66103e-06 19C1.6731e-06 19.2761 0.223859 19.5 0.500002 19.5C0.776144 19.5 1 19.2761 1 19L1.66103e-06 19ZM0 -19L8.30516e-08 -17.1L1 -17.1L1 -19L0 -19ZM2.49155e-07 -13.3L4.15258e-07 -9.5L1 -9.5L1 -13.3L2.49155e-07 -13.3ZM5.81361e-07 -5.7L7.47464e-07 -1.9L1 -1.9L1 -5.7L5.81361e-07 -5.7ZM9.13567e-07 1.9L1.07967e-06 5.7L1 5.7L1 1.9L9.13567e-07 1.9ZM1.24577e-06 9.5L1.41188e-06 13.3L1 13.3L1 9.5L1.24577e-06 9.5ZM1.57798e-06 17.1L1.66103e-06 19L1 19L1 17.1L1.57798e-06 17.1Z' fill='%23176B39'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_107'%3E%3Crect width='1920' height='6992' fill='white' transform='translate(-379 -1423)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  position: absolute;
  left: 35px;
  bottom: 0;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.greenplanet-service-tabs__list-item::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 7px rgba(14, 22, 30, 0.1);
  box-shadow: 0 0 0 7px rgba(14, 22, 30, 0.1);
  background-color: var(--e-global-color-secondary);
}
.greenplanet-service-tabs__list-item a {
  color: var(--e-global-color-c4dcbdf);
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .greenplanet-service-tabs__list-item a {
    font-size: 16px;
    line-height: 22px;
  }
}
.greenplanet-service-tabs__list-item.active {
  -webkit-box-shadow: 0 12px 40px rgba(76, 103, 84, 0.2);
  box-shadow: 0 12px 40px rgba(76, 103, 84, 0.2);
  background-color: #fff;
  background-image: none;
}
@media screen and (max-width: 567px) {
  .greenplanet-service-tabs__list-item.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: none;
  }
}
.greenplanet-service-tabs__list-item.active::before {
  -webkit-box-shadow: 0 0 0 7px rgba(194, 145, 83, 0.3);
  box-shadow: 0 0 0 7px rgba(194, 145, 83, 0.3);
}
.greenplanet-service-tabs__list-item.active::after {
  content: none;
}
.greenplanet-service-tabs__list-item.active a {
  color: var(--e-global-color-accent);
}
@media screen and (max-width: 1199px) {
  .greenplanet-service-tabs__list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding: 0 20px;
    background-image: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .greenplanet-service-tabs__list-item::after,
  .greenplanet-service-tabs__list-item::before {
    content: none;
  }
  .greenplanet-service-tabs__list-item a {
    padding: 20px 0;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 567px) {
  .greenplanet-service-tabs__list-item a {
    padding: 10px 0;
  }
}
@media screen and (max-width: 991px) {
  .greenplanet-service-tabs__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
  }
}
@media screen and (max-width: 768px) {
  .greenplanet-service-tabs__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media (max-width: 470px) {
  .greenplanet-service-tabs__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.greenplanet-service-tabs__box {
  position: relative;
  height: 0;
  -webkit-transition: visibility, opacity 1s;
  -o-transition: visibility, opacity 1s;
  transition: visibility, opacity 1s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 12px 40px rgba(76, 103, 84, 0.2);
  box-shadow: 0 12px 40px rgba(76, 103, 84, 0.2);
  background-color: #fff;
}
.greenplanet-service-tabs__box.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.greenplanet-service-tabs__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.greenplanet-service-tabs__box-img {
  height: 220px;
  width: 220px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--e-global-color-primary);
  margin-bottom: 20px;
  margin-top: -90px;
}
@media (max-width: 470px) {
  .greenplanet-service-tabs__box-img {
    margin-top: -130px;
  }
}
.greenplanet-service-tabs__box-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}
.greenplanet-service-tabs__box-content {
  text-align: center;
  padding: 0 40px 65px 40px;
}
@media (max-width: 470px) {
  .greenplanet-service-tabs__box-content {
    padding: 0 20px 65px 20px;
  }
}
.greenplanet-service-tabs__box .greenplanet-service-tabs__box-title {
  margin-bottom: 30px;
  color: var(--e-global-color-accent);
}
.greenplanet-service-tabs__box .greenplanet-service-tabs__box-description {
  color: var(--e-global-color-8e6e5f5);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .greenplanet-service-tabs__box .greenplanet-service-tabs__box-description {
    margin-bottom: 50px;
  }
}
