* {
    scroll-behavior: smooth;
  }
  .top-description {
    line-height: 2;
  }
  .top-description > * {
    margin-bottom: 20px;
  }
  .top-description p {
    color: #5b5b5b;
  }
  
  .join-now {
    background: #5f2b8b;
    color: #fff;
    min-width: 181px;
    min-height: 40px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
  }
  
  .orange-button {
    background-color: #e5703c !important;
  }
  
  .purple-button {
    background-color: #3d315e !important;
  }
  
  .benefits {
    background: url("../images/static-pages/membership/benefits-background.jpg")
      no-repeat;
      background-size: 100% 100%;
      margin: 0 !important;
  }
  
  .benefit-box {
      position: relative;
      margin: 0;
      z-index: 0;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 30px;
      height: 100%;
  }
  
  #subscription-plan .plans {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
  #subscription-plan .plans > * {
    width: 300px;
    width: 300px;
  }
  
  #subscription-plan .plans > *:first-child {
    background: linear-gradient(180deg, #ffeddc 0%, #fff3e9 100%);
    font-size: 13px;
    text-align: center;
    border-radius: 5px;
  }
  
  #subscription-plan .plans > *:first-child div {
    border-bottom: 1px solid #f9ddc4;
    padding: 10px;
    width: 100%;
  }
  
  #subscription-plan .plans > *:last-child {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  
  #subscription-plan .plans > *:last-child div {
    border: 1px solid #d4d4d4;
    padding-left: 20px;
    border-radius: 10px;
  }
  
  #subscription-plan .plans .pricing {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    margin-bottom: 0 !important;
    padding: 30px 20px;
    cursor: pointer;
    font-weight: bold;
  }
  
  #subscription-plan .plans .pricing-container {
    display: flex;
    align-items: center;
  }
  
  input[name="membership-radio"] {
    width: 25px;
    height: 25px;
  }
  
  .plan-price {
    color: #1C5350;
  }
  
  .tooltip-row {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  
  .tnc button {
    border: 1px solid #d7d6d6;
    padding: 10px 20px;
  }
  
  section.benefits,
  section.subscription-plan,
  section.tnc,
  section.top-description{
    margin: 10px 10px;
  }

  section.tnc{
    margin: 10px 10px 10px 20px;
  }
  
  .overlay-background {
      position: absolute;
      width: 100%;
      margin: 0 auto;
      z-index: -1;
      /* left: -5px; */
      top: 0;
  }
  
  .overlay-background svg {
      width: 100%;
      height: 350px;
  }
  
  
  
  .feature-wrap {
    padding: 30px;
    margin-top: -5px;
    padding-top: 0;
  }

  .benefit-content{
    font-size: 14px;
    position: absolute;
    top: 110px;
    padding: 0 30px;
  }

  @media screen and (min-width: 400px) {
    .benefit-content{
        top: 115px;
        padding: 0 60px;
    }
  }

  @media screen and (min-width: 475px) {
    .benefit-content{
        top: 115px;
        padding: 0 110px ;
    }
  }

  @media screen and (min-width: 575px) {
    .benefit-content{
      top: 115px;
      padding: 0 35px;
    }
  }
  @media screen and (min-width: 760px) {
    .benefit-content{
      top: 120px;
      padding: 0 40px;
    }
    #replace-cart-modal .replace-cart-container {
      width: 100%;
    }
    #replace-cart-modal .replace-cart-action-btn {
      display: grid;
      grid-template-columns: 40% 40%;
    }
    #replace-cart-modal .custum-half-modal.center-aligned-modal {
      max-width: 450px;
      margin: 1.75rem auto;
      left: 38%;
      padding-bottom: 10px;
    }
    #replace-cart-modal .custum-half-modal.center-aligned-modal .cross-icon {
      border: 1px solid #000;
      padding: 5px;
      width: 26px;
      height: 25px;
      border-radius: 50%;
    }
    #replace-cart-modal .custum-half-modal.center-aligned-modal .title {
      font-size: var(--font-size-24);
      font-weight: var(--font-semibold);
      text-align: center;
      padding-left: 10%;
      width: 100%;
      padding-top: 24px;
    }
  }
  @media screen and (min-width: 878px) {
    .benefit-content{
      top: 120px;
      padding: 0 70px;
    }
  }

  @media screen and (min-width: 991px) {
    .benefit-content{
      top: 120px;
      padding: 0 50px;
    }
  }
  @media screen and (min-width: 1375px) {
    .benefit-content{
      top: 120px;
      padding: 0 75px;
    }
  }
  @media screen and (min-width: 1520px) {
    .benefit-content{
      top: 130px;
      padding: 0 130px;
    }
  }

  .benefit-icon{
    top: 20px;
    right: 0;
    position: absolute;
    left: -20px;
    color: #5B5B5B;
  }

  .col-wrap{
      height: 300px;
  }
  .benefit-content h5{
      font-weight: 700;
      padding: 0;
      line-height: 0.9;
  }
  .benefit-content h5:nth-child(2n){
    color: #e5703c;
  }
  .benefits-wrapper {
      padding-bottom: 50px;
  }

  section.top-description,
  section.faqs,
  section.members-count-container
  {
      padding: 0 10px;
      margin-top: 40px;
  }
  .faqs{
      background: #F9F9F9;
  }
  .faq-item{
      margin-bottom: 10px;
      cursor: pointer;
  }

  .banner-icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .members-count-container{
    background: #5D4183;
    color: white;
    text-align: center;
  }
  .members-count{
    font-size: 64px;
    font-weight: bold;
  }
  .custum-half-modal-backdrop{
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgb(38 38 38 / .6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .custum-half-modal{
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
  }

  .custum-half-modal .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    border-bottom: 1px solid #f5efef;
  }

  .content-body{
    padding: 20px 10px 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .custum-half-modal.center-aligned-modal {
    top: 40%;
    bottom: auto;
    width: 80%;
    left: 10%;
  }

  .replace-cart-container {
    margin: -10px 0 -10px 10px;
  }

  .replace-cart-action-btn {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
    column-gap: 20px;
  }

  .replace-cart-action-btn .negative {
    background: #E5703C;
    border: none;
    padding: 8px;
    color: #fff;
    border-radius: 3px;
  }   

  .replace-cart-action-btn .positive {
    background: #1C5350;
    border: none;
    padding: 8px 5px;
    color: #fff;
    border-radius: 3px;
  }