.section-title h5{
    width: max-content;
    margin: auto;
  }
  .color-primary{
    color: red;
  }

  /* Coupon Modal CSS */
  .popup {
      padding: 50px 84px 30px;
  }
  .cp-title {
      font-size: 30px;
      text-align: center;
      font-family: Poppins, sans-serif;
      font-weight: 600;
      padding-bottom: 20px;
  }
  .cp-code input {
      border-radius: 30px;
      font-size: 18px;
      padding: 26px;
      width: 80% !important;
      color: #bebebe;
  }
  .code-area {
      background-color: #fff !important;
      border: 1px solid #eee;
  }
  .cp-btn div {
    font-size: 14px;
    color: #fff;
    background-color: #ff0021;
    border: none;
    padding: 0 28px;
    height: 32px;
    line-height: 10;
    border-radius: 30px;
    position: absolute;
    top: -1px;
    right: 25px;
  }
  .subscribe-area {
      background: transparent;
      padding: 0 30px 30px;
  }
  .newsltr-hdng {
      font-weight: 600;
      padding: 30px 0 10px;
      font-size: 22px;
      text-align: center;
      color: #343a40!important;
  }
  .newsltr-input {
      height: 55px !important;
      max-width: 80%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      border-radius: 30px !important;
      padding: 20px !important;
      font-size: 16px !important;
      color: #bebebe !important;
  }
  .btn-subscribe {
      height: 50px;
      min-width: 50%;
      display: block !important;
      margin: 15px auto;
      color: #fff !important;
      font-size: 15px !important;
      border-radius: 30px !important;
  }
  .cp-cpy-txt, .newsltr-hdng a, .cp-cpy-txt a {
      color: #ff0021;
  }
  .information li{
      list-style: disc !important;
  }

  .coupons-list li{
    list-style-type: none;
  }
