Accordion

Build vertically collapsing accordions in combination with our Collapse JavaScript plugin.

This is the first item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body , though the transition does limit overflow.

This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body , though the transition does limit overflow.

This is the third item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body , though the transition does limit overflow.
 <!-- Accordion Example -->

                        <div class="accordion"
                          id="accordionExample">
                        <div class="accordion-item">
                        <h2 class="accordion-header" id="headingOne">
                        <button class="accordion-button" type="button"
                          data-bs-toggle="collapse"
                          data-bs-target="#collapseOne" aria-expanded="true"
                          aria-controls="collapseOne">
                        Accordion Item #1
                        </button>
                        </h2>
                        <div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
                        <div class="accordion-body">
                        <strong>This is the first item's accordion body.</strong>
                        It is hidden by default, until the collapse plugin adds the appropriate classes that we use to
                        style each element. These classes control the overall
                        appearance, as well as the showing and hiding via CSS transitions. You can modify any of this
                        with custom CSS or overriding our default variables. It's
                        also worth noting that just about any HTML can go within the
                        <code>.accordion-body</code>
                        , though the transition does limit overflow.
                        </div>
                        </div>
                        </div>
                        <div class="accordion-item">
                        <h2 class="accordion-header" id="headingTwo">
                        <button
                          class="accordion-button collapsed"
                          type="button"
                          data-bs-toggle="collapse"
                          data-bs-target="#collapseTwo"
                          aria-expanded="false"
                          aria-controls="collapseTwo">
                        Accordion Item #2
                        </button>
                        </h2>
                        <div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
                        <div class="accordion-body">
                        <strong>This is the second item's accordion body.</strong>
                        It is hidden by default, until the collapse plugin adds the appropriate classes that we use to
                        style each element. These classes control the overall
                        appearance, as well as the showing and hiding via CSS transitions. You can modify any of this
                        with custom CSS or overriding our default variables. It's
                        also worth noting that just about any HTML can go within the
                        <code>.accordion-body</code>
                        , though the transition does limit overflow.
                        </div>
                        </div>
                        </div>
                        <div class="accordion-item">
                        <h2 class="accordion-header" id="headingThree">
                        <button
                          class="accordion-button collapsed"
                          type="button"
                          data-bs-toggle="collapse"
                          data-bs-target="#collapseThree"
                          aria-expanded="false"
                          aria-controls="collapseThree">
                        Accordion Item #3
                        </button>
                        </h2>
                        <div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
                        <div class="accordion-body">
                        <strong>This is the third item's accordion body.</strong>
                        It is hidden by default, until the collapse plugin adds the appropriate classes that we use to
                        style each element. These classes control the overall
                        appearance, as well as the showing and hiding via CSS transitions. You can modify any of this
                        with custom CSS or overriding our default variables. It's
                        also worth noting that just about any HTML can go within the
                        <code>.accordion-body</code>
                        , though the transition does limit overflow.
                        </div>
                        </div>
                        </div>
                        </div>

We offer Standard, Express, and Next-Day shipping options. You can select your preferred method at checkout. Shipping times may vary based on your location.

Yes, we offer free shipping on all orders over $100. For orders below this amount, standard shipping fees apply.

Once your order has been dispatched, you will receive a shipping confirmation email with a tracking link so you can follow your order’s journey.

 <div class="accordion accordion-flush" id="accordionFlushExample">
<div class="accordion-item">
  <a class="collapsed px-0 fs-6 fw-bold d-flex justify-content-between align-items-center pb-3"
    data-bs-toggle="collapse" href="#flush-collapseOne" aria-expanded="true"
    aria-controls="flush-collapseOne">
    What shipping options do you offer?
    <span class="icon-shape icon-xs bg-dark text-light rounded-circle">
      <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor"
        class="bi bi-chevron-down chevron-down" viewBox="0 0 16 16">
        <path fill-rule="evenodd"
          d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708" />
      </svg>
    </span>
  </a>
  <div id="flush-collapseOne" class="accordion-collapse collapse show"
    data-bs-parent="#accordionFlushExample">
    <div class="accordion-body p-0 mb-4">
      <p class="mb-0">We offer Standard, Express, and Next-Day shipping options. You can select
        your preferred method at checkout. Shipping times may vary based on your location.</p>
    </div>
  </div>
</div>
<div class="accordion-item">
  <a class="collapsed px-0 fs-6 fw-bold d-flex justify-content-between align-items-center py-3"
    data-bs-toggle="collapse" href="#flush-collapseTwo" aria-expanded="false"
    aria-controls="flush-collapseTwo">
    Do you offer free shipping?
    <span class="icon-shape icon-xs bg-dark text-light rounded-circle">
      <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor"
        class="bi bi-chevron-down chevron-down" viewBox="0 0 16 16">
        <path fill-rule="evenodd"
          d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708" />
      </svg>
    </span>
  </a>
  <div id="flush-collapseTwo" class="accordion-collapse collapse"
    data-bs-parent="#accordionFlushExample">
    <div class="accordion-body p-0 mb-4">
      <p class="mb-0">Yes, we offer free shipping on all orders over $100. For orders below this
        amount, standard shipping fees apply.</p>
    </div>
  </div>
</div>
<div class="accordion-item">
  <a class="collapsed px-0 fs-6 fw-bold d-flex justify-content-between align-items-center py-3"
    data-bs-toggle="collapse" href="#flush-collapseThree" aria-expanded="false"
    aria-controls="flush-collapseThree">
    How can I track my order?
    <span class="icon-shape icon-xs bg-dark text-light rounded-circle">
      <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor"
        class="bi bi-chevron-down chevron-down" viewBox="0 0 16 16">
        <path fill-rule="evenodd"
          d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708" />
      </svg>
    </span>
  </a>
  <div id="flush-collapseThree" class="accordion-collapse collapse"
    data-bs-parent="#accordionFlushExample">
    <div class="accordion-body p-0">
      <p class="mb-0">Once your order has been dispatched, you will receive a shipping
        confirmation email with a tracking link so you can follow your order’s journey.</p>
    </div>
  </div>
</div>
</div>

We're dedicated to making our products accessible worldwide. Our service ships to most countries, catering to diverse shipping needs. Enjoy free shipping on all orders over $100.

You can return your product up to 30 days after receiving your order.

Learn More

We're dedicated to making our products accessible worldwide. Our service ships to most countries, catering to diverse shipping needs. Enjoy free shipping on all orders over $100.

You can return your product up to 30 days after receiving your order.

Learn More
  • Free Shipping on Products Over $150
  • Easy Returns
  • Price Match Guarantee
  • Secure Payments
<div class="accordion accordion-flush mt-3" id="accordionFlushExample">
<div class="accordion-item">
  <a class="collapsed px-0 fs-5 fw-bold d-flex justify-content-between align-items-center py-3"
    data-bs-toggle="collapse" href="#flush-collapseOne" aria-expanded="false"
    aria-controls="flush-collapseOne">
    Shipping & Returns
    <span class="icon-shape icon-xs bg-light text-dark rounded-circle">
      <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor"
        class="bi bi-chevron-down chevron-down" viewBox="0 0 16 16">
        <path fill-rule="evenodd"
          d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708" />
      </svg>
    </span>
  </a>
  <div id="flush-collapseOne" class="accordion-collapse collapse show"
    data-bs-parent="#accordionFlushExample">
    <div class="accordion-body px-0">
      <p>
        We're dedicated to making our products accessible worldwide. Our service ships to most
        countries, catering to diverse shipping needs. Enjoy free shipping on all orders over
        $100.
      </p>
      <p>You can return your product up to 30 days after receiving your order.</p>
      <a href="#!" class="link-dark">Learn More</a>
    </div>
  </div>
</div>
<div class="accordion-item">
  <a class="collapsed px-0 fs-5 fw-bold d-flex justify-content-between align-items-center py-3"
    data-bs-toggle="collapse" href="#flush-collapseTwo" aria-expanded="false"
    aria-controls="flush-collapseTwo">
    Warranty
    <span class="icon-shape icon-xs bg-light text-dark rounded-circle">
      <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor"
        class="bi bi-chevron-down chevron-down" viewBox="0 0 16 16">
        <path fill-rule="evenodd"
          d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708" />
      </svg>
    </span>
  </a>
  <div id="flush-collapseTwo" class="accordion-collapse collapse"
    data-bs-parent="#accordionFlushExample">
    <div class="accordion-body px-0">
      <p>
        We're dedicated to making our products accessible worldwide. Our service ships to most
        countries, catering to diverse shipping needs. Enjoy free shipping on all orders over
        $100.
      </p>
      <p>You can return your product up to 30 days after receiving your order.</p>
      <a href="#!" class="link-dark">Learn More</a>
    </div>
  </div>
</div>
<div class="accordion-item">
  <a class="collapsed px-0 fs-5 fw-bold d-flex justify-content-between align-items-center py-3"
    data-bs-toggle="collapse" href="#flush-collapseThree" aria-expanded="false"
    aria-controls="flush-collapseThree">
    More Payment option
    <span class="icon-shape icon-xs bg-light text-dark rounded-circle">
      <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="currentColor"
        class="bi bi-chevron-down chevron-down" viewBox="0 0 16 16">
        <path fill-rule="evenodd"
          d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708" />
      </svg>
    </span>
  </a>
  <div id="flush-collapseThree" class="accordion-collapse collapse"
    data-bs-parent="#accordionFlushExample">
    <div class="accordion-body px-0">
      <ul class="list-unstyled lh-lg">
        <li class="d-flex align-items-center gap-2">
          <svg width="24" height="24" viewBox="0 0 24 24" fill="none"
            xmlns="http://www.w3.org/2000/svg">
            <path
              d="M12 2.4375C10.1087 2.4375 8.25991 2.99833 6.68736 4.04907C5.11482 5.09981 3.88917 6.59327 3.16541 8.34059C2.44164 10.0879 2.25227 12.0106 2.62125 13.8656C2.99022 15.7205 3.90096 17.4244 5.2383 18.7617C6.57564 20.099 8.27951 21.0098 10.1345 21.3788C11.9894 21.7477 13.9121 21.5584 15.6594 20.8346C17.4067 20.1108 18.9002 18.8852 19.9509 17.3126C21.0017 15.7401 21.5625 13.8913 21.5625 12C21.5595 9.46478 20.5511 7.03425 18.7584 5.24158C16.9658 3.44891 14.5352 2.44048 12 2.4375ZM20.4188 11.4375H16.3013C16.1934 8.5575 15.2616 5.82844 13.6819 3.73125C15.4929 4.10252 17.1323 5.05716 18.3491 6.44899C19.5658 7.84082 20.2928 9.5931 20.4188 11.4375ZM12 20.4375C11.9766 20.4376 11.9535 20.4328 11.9321 20.4232C11.9108 20.4137 11.8918 20.3997 11.8763 20.3822C10.0425 18.4069 8.94563 15.5822 8.82375 12.5625H15.1753C15.0544 15.5822 13.9566 18.4069 12.1238 20.3822C12.1083 20.3997 12.0892 20.4137 12.0679 20.4232C12.0465 20.4328 12.0234 20.4376 12 20.4375ZM8.82375 11.4375C8.94563 8.41781 10.0425 5.59312 11.8763 3.61781C11.8918 3.60039 11.9109 3.58645 11.9322 3.5769C11.9535 3.56736 11.9766 3.56242 12 3.56242C12.0234 3.56242 12.0465 3.56736 12.0678 3.5769C12.0891 3.58645 12.1082 3.60039 12.1238 3.61781C13.9575 5.59312 15.0544 8.41781 15.1753 11.4375H8.82375ZM10.3181 3.73125C8.73844 5.82844 7.80657 8.5575 7.69875 11.4375H3.58125C3.70718 9.5931 4.43418 7.84082 5.65093 6.44899C6.86768 5.05716 8.5071 4.10252 10.3181 3.73125ZM3.58125 12.5625H7.69875C7.80657 15.4425 8.73844 18.1716 10.3181 20.2687C8.5071 19.8975 6.86768 18.9428 5.65093 17.551C4.43418 16.1592 3.70718 14.4069 3.58125 12.5625ZM13.6819 20.2687C15.2616 18.1716 16.1934 15.4425 16.3013 12.5625H20.4188C20.2928 14.4069 19.5658 16.1592 18.3491 17.551C17.1323 18.9428 15.4929 19.8975 13.6819 20.2687Z"
              fill="#211F1C" />
          </svg>
          Free Shipping on Products Over $150
        </li>
        <li class="d-flex align-items-center gap-2">
          <svg width="24" height="24" viewBox="0 0 24 24" fill="none"
            xmlns="http://www.w3.org/2000/svg">
            <path
              d="M23.0222 11.0419L21.7097 7.76062C21.613 7.51654 21.445 7.30726 21.2276 7.1601C21.0102 7.01293 20.7535 6.9347 20.4909 6.93563H17.0625V6C17.0625 5.85082 17.0032 5.70774 16.8977 5.60225C16.7923 5.49676 16.6492 5.4375 16.5 5.4375H2.25C1.9019 5.4375 1.56806 5.57578 1.32192 5.82192C1.07578 6.06806 0.9375 6.4019 0.9375 6.75V17.25C0.9375 17.5981 1.07578 17.9319 1.32192 18.1781C1.56806 18.4242 1.9019 18.5625 2.25 18.5625H3.99375C4.12285 19.1983 4.46779 19.7699 4.9701 20.1805C5.47242 20.591 6.10124 20.8153 6.75 20.8153C7.39876 20.8153 8.02758 20.591 8.5299 20.1805C9.03221 19.7699 9.37715 19.1983 9.50625 18.5625H14.4938C14.6229 19.1983 14.9678 19.7699 15.4701 20.1805C15.9724 20.591 16.6012 20.8153 17.25 20.8153C17.8988 20.8153 18.5276 20.591 19.0299 20.1805C19.5322 19.7699 19.8771 19.1983 20.0062 18.5625H21.75C22.0981 18.5625 22.4319 18.4242 22.6781 18.1781C22.9242 17.9319 23.0625 17.5981 23.0625 17.25V11.25C23.0624 11.1787 23.0487 11.1081 23.0222 11.0419ZM17.0625 8.0625H20.4919C20.5294 8.06246 20.5661 8.0737 20.5972 8.09477C20.6283 8.11583 20.6524 8.14574 20.6663 8.18063L21.6694 10.6875H17.0625V8.0625ZM2.0625 6.75C2.0625 6.70027 2.08225 6.65258 2.11742 6.61742C2.15258 6.58225 2.20027 6.5625 2.25 6.5625H15.9375V12.9375H2.0625V6.75ZM6.75 19.6875C6.41624 19.6875 6.08998 19.5885 5.81248 19.4031C5.53497 19.2177 5.31868 18.9541 5.19095 18.6458C5.06323 18.3374 5.02981 17.9981 5.09492 17.6708C5.16004 17.3434 5.32076 17.0428 5.55676 16.8068C5.79276 16.5708 6.09344 16.41 6.42078 16.3449C6.74813 16.2798 7.08743 16.3132 7.39578 16.441C7.70413 16.5687 7.96768 16.785 8.1531 17.0625C8.33853 17.34 8.4375 17.6662 8.4375 18C8.4375 18.4476 8.25971 18.8768 7.94324 19.1932C7.62677 19.5097 7.19755 19.6875 6.75 19.6875ZM14.4938 17.4375H9.50625C9.37715 16.8017 9.03221 16.2301 8.5299 15.8195C8.02758 15.409 7.39876 15.1847 6.75 15.1847C6.10124 15.1847 5.47242 15.409 4.9701 15.8195C4.46779 16.2301 4.12285 16.8017 3.99375 17.4375H2.25C2.20027 17.4375 2.15258 17.4177 2.11742 17.3826C2.08225 17.3474 2.0625 17.2997 2.0625 17.25V14.0625H15.9375V15.5138C15.57 15.7082 15.25 15.9815 15.0004 16.3141C14.7508 16.6467 14.5778 17.0303 14.4938 17.4375ZM17.25 19.6875C16.9162 19.6875 16.59 19.5885 16.3125 19.4031C16.035 19.2177 15.8187 18.9541 15.691 18.6458C15.5632 18.3374 15.5298 17.9981 15.5949 17.6708C15.66 17.3434 15.8208 17.0428 16.0568 16.8068C16.2928 16.5708 16.5934 16.41 16.9208 16.3449C17.2481 16.2798 17.5874 16.3132 17.8958 16.441C18.2041 16.5687 18.4677 16.785 18.6531 17.0625C18.8385 17.34 18.9375 17.6662 18.9375 18C18.9375 18.4476 18.7597 18.8768 18.4432 19.1932C18.1268 19.5097 17.6976 19.6875 17.25 19.6875ZM21.9375 17.25C21.9375 17.2997 21.9177 17.3474 21.8826 17.3826C21.8474 17.4177 21.7997 17.4375 21.75 17.4375H20.0062C19.8758 16.8026 19.5304 16.2322 19.0283 15.8223C18.5262 15.4125 17.8981 15.1882 17.25 15.1875C17.1872 15.1875 17.1244 15.1875 17.0625 15.1941V11.8125H21.9375V17.25Z"
              fill="#211F1C" />
          </svg>
          Easy Returns
        </li>
        <li class="d-flex align-items-center gap-2">
          <svg width="24" height="24" viewBox="0 0 24 24" fill="none"
            xmlns="http://www.w3.org/2000/svg">
            <path
              d="M18.5625 15.75C18.561 16.8933 18.1062 17.9893 17.2978 18.7978C16.4893 19.6062 15.3933 20.061 14.25 20.0625H12.5625V21.75C12.5625 21.8992 12.5032 22.0423 12.3977 22.1477C12.2923 22.2532 12.1492 22.3125 12 22.3125C11.8508 22.3125 11.7077 22.2532 11.6023 22.1477C11.4968 22.0423 11.4375 21.8992 11.4375 21.75V20.0625H9.75C8.60671 20.061 7.51067 19.6062 6.70225 18.7978C5.89382 17.9893 5.43899 16.8933 5.4375 15.75C5.4375 15.6008 5.49676 15.4577 5.60225 15.3523C5.70774 15.2468 5.85082 15.1875 6 15.1875C6.14918 15.1875 6.29226 15.2468 6.39775 15.3523C6.50324 15.4577 6.5625 15.6008 6.5625 15.75C6.5625 16.5954 6.89832 17.4061 7.4961 18.0039C8.09387 18.6017 8.90462 18.9375 9.75 18.9375H14.25C15.0954 18.9375 15.9061 18.6017 16.5039 18.0039C17.1017 17.4061 17.4375 16.5954 17.4375 15.75C17.4375 14.9046 17.1017 14.0939 16.5039 13.4961C15.9061 12.8983 15.0954 12.5625 14.25 12.5625H10.5C9.35625 12.5625 8.25935 12.1081 7.4506 11.2994C6.64185 10.4906 6.1875 9.39375 6.1875 8.25C6.1875 7.10625 6.64185 6.00935 7.4506 5.2006C8.25935 4.39185 9.35625 3.9375 10.5 3.9375H11.4375V2.25C11.4375 2.10082 11.4968 1.95774 11.6023 1.85225C11.7077 1.74676 11.8508 1.6875 12 1.6875C12.1492 1.6875 12.2923 1.74676 12.3977 1.85225C12.5032 1.95774 12.5625 2.10082 12.5625 2.25V3.9375H13.5C14.6433 3.93899 15.7393 4.39382 16.5478 5.20225C17.3562 6.01067 17.811 7.10671 17.8125 8.25C17.8125 8.39918 17.7532 8.54226 17.6477 8.64775C17.5423 8.75324 17.3992 8.8125 17.25 8.8125C17.1008 8.8125 16.9577 8.75324 16.8523 8.64775C16.7468 8.54226 16.6875 8.39918 16.6875 8.25C16.6875 7.40462 16.3517 6.59387 15.7539 5.9961C15.1561 5.39832 14.3454 5.0625 13.5 5.0625H10.5C9.65462 5.0625 8.84387 5.39832 8.2461 5.9961C7.64832 6.59387 7.3125 7.40462 7.3125 8.25C7.3125 9.09538 7.64832 9.90613 8.2461 10.5039C8.84387 11.1017 9.65462 11.4375 10.5 11.4375H14.25C15.3933 11.439 16.4893 11.8938 17.2978 12.7022C18.1062 13.5107 18.561 14.6067 18.5625 15.75Z"
              fill="#211F1C" />
          </svg>
          Price Match Guarantee
        </li>
        <li class="d-flex align-items-center gap-2">
          <svg width="24" height="24" viewBox="0 0 24 24" fill="none"
            xmlns="http://www.w3.org/2000/svg">
            <path
              d="M19.5 7.6875H16.3125V5.25C16.3125 4.10625 15.8581 3.00935 15.0494 2.2006C14.2406 1.39185 13.1437 0.9375 12 0.9375C10.8563 0.9375 9.75935 1.39185 8.9506 2.2006C8.14185 3.00935 7.6875 4.10625 7.6875 5.25V7.6875H4.5C4.1519 7.6875 3.81806 7.82578 3.57192 8.07192C3.32578 8.31806 3.1875 8.6519 3.1875 9V19.5C3.1875 19.8481 3.32578 20.1819 3.57192 20.4281C3.81806 20.6742 4.1519 20.8125 4.5 20.8125H19.5C19.8481 20.8125 20.1819 20.6742 20.4281 20.4281C20.6742 20.1819 20.8125 19.8481 20.8125 19.5V9C20.8125 8.6519 20.6742 8.31806 20.4281 8.07192C20.1819 7.82578 19.8481 7.6875 19.5 7.6875ZM8.8125 5.25C8.8125 4.40462 9.14832 3.59387 9.7461 2.9961C10.3439 2.39832 11.1546 2.0625 12 2.0625C12.8454 2.0625 13.6561 2.39832 14.2539 2.9961C14.8517 3.59387 15.1875 4.40462 15.1875 5.25V7.6875H8.8125V5.25ZM19.6875 19.5C19.6875 19.5497 19.6677 19.5974 19.6326 19.6326C19.5974 19.6677 19.5497 19.6875 19.5 19.6875H4.5C4.45027 19.6875 4.40258 19.6677 4.36742 19.6326C4.33225 19.5974 4.3125 19.5497 4.3125 19.5V9C4.3125 8.95027 4.33225 8.90258 4.36742 8.86742C4.40258 8.83225 4.45027 8.8125 4.5 8.8125H19.5C19.5497 8.8125 19.5974 8.83225 19.6326 8.86742C19.6677 8.90258 19.6875 8.95027 19.6875 9V19.5ZM12.9375 14.25C12.9375 14.4354 12.8825 14.6167 12.7795 14.7708C12.6765 14.925 12.5301 15.0452 12.3588 15.1161C12.1875 15.1871 11.999 15.2057 11.8171 15.1695C11.6352 15.1333 11.4682 15.044 11.3371 14.9129C11.206 14.7818 11.1167 14.6148 11.0805 14.4329C11.0443 14.251 11.0629 14.0625 11.1339 13.8912C11.2048 13.7199 11.325 13.5735 11.4792 13.4705C11.6333 13.3675 11.8146 13.3125 12 13.3125C12.2486 13.3125 12.4871 13.4113 12.6629 13.5871C12.8387 13.7629 12.9375 14.0014 12.9375 14.25Z"
              fill="#211F1C" />
          </svg>
          Secure Payments
        </li>
      </ul>
    </div>
  </div>
</div>
</div>