Accordion and Toggle

Accordion

<div class="accordion">
<h4 class="accordion-title">Is it easy to install?</h4>
<div class="accordion-content">Yes, it is very easy to install and use the theme.</div>

<h4 class="accordion-title">How can I get updates for the theme?</h4>
<div class="accordion-content">You can downloads updates for free for one year from our website.</div>

<h4 class="accordion-title">Whar are modes of payment</h4>
<div class="accordion-content">We accept all credit and debit cards payment. We also accept bank transfer.</div>
</div>

Toggle

<div class="toggle">
<h4 class="toggle-title">Is it easy to install?</h4>
<div class="toggle-content">Yes, it is very easy to install and use the theme.</div>

<h4 class="toggle-title">How can I get updates for the theme?</h4>
<div class="toggle-content">You can downloads updates for free for one year from our website.</div>

<h4 class="toggle-title">Whar are modes of payment</h4>
<div class="toggle-content">We accept all credit and debit cards payment. We also accept bank transfer.</div>
</div>