.subscription-refund-content-area {
  margin-top: -10px;
  padding: 0 10px 90px;
  }
  
  .unwanted-container {
    max-width: 100%;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: block;
  
  }
  

  /* .subscription-col-3 {
    flex: 0 0 280px;
   
    height: fit-content;
  } */
  
  .subscription-col-6 {
    /* flex: 1;
    max-width: 800px; */
  }
  
  .subscription-content-bottom .difficulty-slider {
    position: relative;
    width: 100%;
    margin: 20px auto;
  }
  
  .subscription-content-bottom .track {
    height: 12px;
    border-radius: 10px;
    background: linear-gradient(to right, green, yellow, orange, red);
  }
  
  .subscription-content-bottom .indicator {
    position: absolute;
    top: -12px;
    width: 0;
    height: 0;
  }
  
  .subscription-content-bottom .indicator .moving_circle {
    position: absolute;
    top: 5px;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: transparent;
    border: 8px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.28);
  }
  
  .subscription-content-bottom .indicator .img_span {
    position: absolute;
    top: -22px;
    right: -7px;
    width: 15px;
  }
  
  .subscription-content-bottom .labels {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    height: 20px;
  }
  
  .subscription-content-bottom .labels span {
    position: absolute;
    transform: translateX(-50%);
    font-size: 12px;
    color: #333;
  }
  
  .subscription-content-bottom .levels {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    font-size: 14px;
    color: #444;
  }
  
  .subscription-content-bottom .levels span {
    font-size: 14px;
  }
  
  .subscription-content-bottom * {
    font-family: Graphik Trial, Tahoma, sans-serif;
    color: #1c1e22;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
  
  .subscription-content-bottom h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2142;
    margin: 50px 0 24px;
  }
  
  .subscription-content-bottom h3.tips-tricks-heading {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #1c1e22;
  }
  
  .subscription-content-bottom h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0 16px;
  }
  
  .subscription-content-bottom a.hard-btn div {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
  }
  
  ul#toc-list {
    padding: 0;
    margin: 0;
  }
  
  ul#toc-list li {
    font-size: 14px;
    font-family: Graphik Trial, Tahoma, sans-serif;
    list-style-type: none;
    padding: 8px 0 8px 14px;
    line-height: 1.25;
    color: #636a79;
    border-left: 1px solid #dbdde2;
    cursor: pointer;
  }
  
  ul#toc-list li.active {
    border-color: #002fff;
    color: #1c1e22;
    background: rgba(0, 47, 255, 0.05);
  }
  
  .subscription-content-bottom .roku-main,
  .subscription-content-bottom .rokus,
  .subscription-content-bottom .rokus-list {
    font-family: Graphik Trial, Tahoma, sans-serif;
  }
  
  .subscription-content-bottom .roku-main a div {
    color: #002fff;
    word-wrap: break-word;
  }
  
  .subscription-content-bottom strong {
    font-weight: 600 !important;
  }
  
  .line-paragraph {
    text-align: left !important;
  }
  
  .placeholder_text {
    color: #a0a5b1 !important;
    font-style: italic;
  }
  
  .links-automatically strong a,
  .links-automatically strong {
    font-weight: 600;
  }
  
  .subscription-form-left h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4444;
    margin-top: 0;
    color: #ffffff;
  }
  
  .subscription-form-right h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    margin-top: 0;
  }
  
  .subscription-form-left input.submit-button-6 {
    color: #fff;
    font-weight: 500;
    background: #1c1e22;
  }
  
  .script-text {
    color: #636a79;
  }
  
  .reclaiming h2,
  .reclaiming h2 * {
    font-size: 28px;
    color: #fff;
    line-height: 1.2142;
    font-weight: 500;
  }
  
  .reclaiming a {
    color: #fff;
    font-weight: 500;
  }
  
  @media (max-width: 767px) {
    .subscription-content-bottom h3 {
      font-size: 26px;
      margin: 30px 0 20px;
    }
    
    .subscription-content-bottom h4 {
      margin: 30px 0 20px;
    }
    
    .unwanted-container {
      max-width: 100%;
      flex-direction: column;
      gap: 20px;
    }
    
    .subscription-col-3 {
      flex: none;
   
    }
  }

  .subscription-content-bottom .first-am-heading {
    margin-bottom: -15px !important;
}

.subscription-content-bottom h4 {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin: 50px 0 20px !important;
}