.find-your-opction-div {
    justify-content: flex-start !important;
    max-width: 100% !important;
    flex-wrap: wrap;
    gap: 10px;
  }
  .scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #000;;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: .8;
    z-index: 1000
}

.scroll-to-top svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.breadcrumb {
  margin-top: 95px;
  z-index: 999;
  margin-left: 25px;
}
.lk-button-container {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}
.future-plan-opction-reverse {
  background-color: black;
  border-radius: 18px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 8px 97px #00000014;
}
.heading-style-h6-reverse {
  color: var(--colors--white);
  font-family: Space Grotesk, sans-serif;
  font-size: var(--desktop-font-size--h6);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.5;
}
.choose-plan-item.reverse {
  color:white;
}
.future-option-list-reverse {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid white;
  flex-flow: column;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}