.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;
}