Hello, if you want to show the Get Free Quote button in all devices you need to change the classes to:
<a href="demo-accounting-1-contact.html" class="btn btn-rounded btn-dark box-shadow-7 font-weight-medium px-3 py-2 text-2-5 btn-swap-1 ms-3 d-none d-md-flex" data-clone-element="1">
<span>Get Free Quote <i class="fa-solid fa-arrow-right ms-2"></i></span>
</a>
That’s the button on Header.
If it’s for the navigation, just add an item like this:
<li>
<a class="nav-link" href="demo-accounting-1-contact.html">
Get Free Quote
</a>
</li>