.rt-hero {
  padding-top: 7.6875rem;
  padding-bottom: 5.9375rem;

  .rt-home-one-background-image-wrapper-v2 {
    position: absolute;
    inset: 0%;
  }
  .rt-hero-main-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 3.4375rem;
    position: relative;
  }
  .rt-hero-left-content {
    grid-column-gap: 18.0625rem;
    grid-row-gap: 18.0625rem;
    flex: 1;
    max-width: 46.5rem;
  }
  .rt-hero-left-top-wrapper {
    width: 100%;
  }
  .rt-hero-heading-gap {
    margin-bottom: 0.9375rem;
  }
  .rt-hero-description-max-width {
    max-width: 37.875rem;
  }
  .rt-hero-description-gap {
    margin-bottom: 1.6875rem;
  }
  .rt-hero-left-bottom-wrapper {
    grid-column-gap: 0.9375rem;
    grid-row-gap: 0.9375rem;
  }
  .rt-hero-left-bottom {
    grid-column-gap: 0.9375rem;
    grid-row-gap: 0.9375rem;
  }
  .rt-hero-bottom-button {
    grid-column-gap: 0.3125rem;
    grid-row-gap: 0.3125rem;
    background-color: #ffffff;
    border-radius: 0.3125rem;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1.25rem 0.5rem 0.625rem;
  }
  .rt-bottom-button-icon-wrapper {
    background-color: #0961a414;
    border-radius: 1.625rem;
    justify-content: center;
    align-items: center;
    width: 2.0625rem;
    height: 2.0625rem;
    padding: 0.625rem 0.46875rem 0.3125rem;
  }
  .rt-button-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #ffffff;
    font-size: 0.9375rem;
    line-height: 158.33%;
    font-weight: 500;
    letter-spacing: 0;
  }
  .rt-text-color-ocean-blue {
    color: #074641;
  }
  .rt-hero-right-content {
    grid-column-gap: 0.9375rem;
    grid-row-gap: 0.9375rem;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 23.4375rem;
    margin-top: 2.625rem;
  }
  .rt-rihgt-top-content-wrapper {
    grid-column-gap: 0.9375rem;
    grid-row-gap: 0.9375rem;
  }
  .rt-hero-right-top-content {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    background-color: #fffc;
    align-items: center;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.4375rem;
  }
  .rt-statisfied-patient-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    max-width: 7.1875rem;
  }
  .rt-hero-star-wrapper {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
  }
  .rt-hero-right-bottom-content-wrapper {
    grid-column-gap: 0.9375rem;
    grid-row-gap: 0.9375rem;
    align-items: stretch;
  }
  .rt-hero-right-bottom-content {
    background-color: #fffc;
    flex: 1;
    max-width: 11.25rem;
    padding: 0.9375rem 1.4375rem;
  }
  .rt-counter-wrapper-v2 {
    width: 100%;
    height: 2.8125rem;
  }
  .rt-secondary-text-color {
    color: #4c5f72;
  }
  .rt-scroll-button-wrapper {
    flex-flow: row;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    max-width: 8.4375rem;
    display: flex;
  }
  .rt-scroll-button-arrow-wrapper {
    background-color: #074641;
    border-radius: 4rem;
    justify-content: center;
    align-items: center;
    max-width: 4.8125rem;
    padding: 1.5625rem;
    position: absolute;
  }
}
.rt-rotate-image {
  animation: rt-infinite-rotate 20s linear infinite;
}

@keyframes rt-infinite-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 1440px) {
  .rt-hero {
    .rt-home-one-background-image-wrapper,
    .rt-home-one-background-image-wrapper-v2 {
      width: auto;
    }
  }
}

@media screen and (max-width: 991px) {
  .rt-hero {
    padding-top: 3.0625rem;
    padding-bottom: 3.0625rem;
    .rt-home-one-background-image-wrapper-v2 {
      width: 100%;
      height: 100%;
    }
    .rt-hero-left-content {
      grid-column-gap: 7.625rem;
      grid-row-gap: 7.625rem;
    }
    .rt-gap-off.rt-text-color-white.rt-hero-heading-gap {
      margin-bottom: 1.25rem;
    }
    .rt-hero-left-bottom-wrapper {
      grid-column-gap: 1.25rem;
      grid-row-gap: 1.25rem;
    }
    .rt-hero-left-bottom {
      grid-column-gap: 1.25rem;
      grid-row-gap: 1.25rem;
      flex-flow: column;
    }
    .rt-hero-right-content {
      margin-top: 0;
    }
    .rt-rihgt-top-content-wrapper {
      grid-column-gap: 1.25rem;
      grid-row-gap: 1.25rem;
    }
    .rt-scroll-button-wrapper.rt-position-relative {
      width: 90px;
      height: 90px;
    }
    .rt-scroll-button-arrow-wrapper {
      width: 50px;
      height: 50px;
      padding: 0.6rem;
    }
  }
}

@media screen and (max-width: 991px) {
  .rt-hero {
    padding-top: 3.0625rem;
    padding-bottom: 3.0625rem;
    .rt-home-one-background-image-wrapper,
    .rt-home-one-background-image-wrapper-v2 {
      width: 100%;
      height: 100%;
    }
    .rt-home-one-background-image-wrapper-v2 {
      width: 100%;
      height: 100%;
    }
    .rt-hero-left-content {
      grid-column-gap: 7.625rem;
      grid-row-gap: 7.625rem;
    }
    .rt-gap-off.rt-text-color-white.rt-hero-heading-gap {
      margin-bottom: 1.25rem;
    }
    .rt-scroll-button-wrapper.rt-position-relative {
      width: 90px;
      height: 90px;
    }
    .rt-hero-right-bottom-content-wrapper {
      grid-column-gap: 1.25rem;
      grid-row-gap: 1.25rem;
    }
    .rt-hero-left-bottom-wrapper {
      grid-column-gap: 1.25rem;
      grid-row-gap: 1.25rem;
    }
    .rt-hero-left-bottom {
      grid-column-gap: 1.25rem;
      grid-row-gap: 1.25rem;
      flex-flow: column;
    }
    .rt-hero-right-content {
      margin-top: 0;
    }
    .rt-hero-bottom-button {
      padding: 0.375rem 0.625rem;
    }
  }
}

@media screen and (max-width: 767px) {
  .rt-hero {
    .rt-button-text {
      font-size: 0.875rem;
    }
    .rt-hero-right-content {
      flex-flow: row;
      max-width: none;
    }
    .rt-hero-right-bottom-content {
      padding: 0.5rem 0.9375rem;
    }

    .rt-counter-wrapper-v2 {
      height: 2.125rem;
    }

    .rt-counter-train-holder.rt-h3-w-1 {
      width: 14px;
    }
    .rt-home-one-background-image-wrapper,
    .rt-home-one-background-image-wrapper-v2 {
      width: 100%;
      height: 100%;
    }
    .rt-hero-main-wrapper {
      flex-flow: column;
    }
    .rt-hero-left-content {
      grid-column-gap: 3.125rem;
      grid-row-gap: 3.125rem;
      width: 100%;
      max-width: none;
    }
    .rt-hero-left-bottom {
      flex-flow: row;
    }
    .rt-hero-bottom-button {
      padding: 0.375rem 0.625rem;
    }
  }
}

@media screen and (max-width: 479px) {
  .rt-hero {
    .rt-home-one-background-image-wrapper,
    .rt-home-one-background-image-wrapper-v2 {
      width: 100%;
      height: 100%;
    }
    .rt-hero-right-content {
      flex-flow: column;
      max-width: none;
    }
    .rt-rihgt-top-content-wrapper {
      width: 100%;
    }

    .rt-hero-right-bottom-content-wrapper {
      width: 100%;
    }
    .rt-hero-right-bottom-content {
      max-width: none;
    }
    .rt-mobile-potrait-display-off {
      display: none;
    }
  }
}
