.saving-message {
    position: relative;
    display: inline-block;
  }
  
  .saving-message .saving-message-text {
    visibility: hidden;
    width: 250px;
    background-color: #4f4f4f;
    color: #fff;
    padding: 5px 5px;
    font-size: 1rem;
    /* Position the saving-message */
    position: absolute;
    z-index: 1;
  }
  
  .saving-message:hover .saving-message-text {
    visibility: visible;
  }

  @media (max-width:1200px) {
    .saving-message-text {
      margin-left: -150px;
    }
  }

  .pricing {
    max-width: 90% !important;
  }

  .pricing .saving-message-text {
    margin-left: -150px;
    width: 200px;
  }


  .strike-price .rate-label {
    color: gray;
  }

  .strike-price .price {
    color: gray;
    text-decoration: line-through;
  }

  .strike-price .per-mo {
    color: gray;
    text-decoration: line-through;
  }

  .saving-message-declaration {
    font-weight: bold;
    font-size: 1.3rem;
  }

  .rates {
    display: flex;
  }
  
  .special-description {
    font-size: 1.8rem;
    color: gray;
  }

  .featured-discount-name {
    color: red;
  }

  .btn-not-available {
    padding: 5px 12px 5px !important;
    background: #b1b1b1;
  }

  .btn-not-available:hover {
    border: 2px solid #00531f;
  }

  