Icon Lists
Style 1
24/7 Free Support
Please feel free to contact us and we provide best service.
Free Worldwide Shipping
We're very pleased to be able to worldwide shipping.
<div class="row text-center mt-n4">
<div class="col-md-6 mt-4">
<div class="border px-1-6 py-1-9 p-lg-1-9 h-100">
<i class="ti-headphone-alt display-18"></i>
<h3 class="h5 my-3 letter-spacing-1">24/7 Free Support</h3>
<p class="w-lg-80 mx-auto mb-0">Please feel free to contact us and we provide best service.</p>
</div>
</div>
<div class="col-md-6 mt-4">
<div class="border px-1-6 py-1-9 p-lg-1-9 h-100">
<i class="ti-truck display-18"></i>
<h3 class="h5 my-3 letter-spacing-1">Free Worldwide Shipping</h3>
<p class="w-lg-80 mx-auto mb-0">We're very pleased to be able to worldwide shipping.</p>
</div>
</div>
</div>
Style 2
Return & Exchange
Lorem ipsum dolor sit amet
Fast Support
Lorem ipsum dolor sit amet
<div class="row">
<div class="col-lg-6">
<div class="py-4 px-0 p-lg-4 border-color-light-black borders-bottom border-lg-bottom-0 border-lg-end">
<span class="d-inline-block display-18 vertical-align-top w-40px"><i class="fas fa-exchange-alt vertical-align-top"></i></span>
<div class="d-inline-block vertical-align-top ps-2 w-75">
<h5 class="m-0 text-uppercase display-30">Return & Exchange</h5>
<p class="m-0 display-30">Lorem ipsum dolor sit amet</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="py-4 px-0 p-lg-4">
<span class="d-inline-block display-18 vertical-align-top w-40px"><i class="far fa-life-ring vertical-align-top"></i></span>
<div class="d-inline-block vertical-align-top ps-2 w-75">
<h5 class="m-0 text-uppercase display-30">Fast Support</h5>
<p class="m-0 display-30">Lorem ipsum dolor sit amet</p>
</div>
</div>
</div>
</div>
Style 3
Phone Numbers
Email Address
<div class="row mt-n4">
<div class="col-md-6 mt-4">
<div class="contact-info rounded h-100">
<div class="contact-icon">
<i class="ti-mobile"></i>
</div>
<h3 class="display-29 font-weight-500 mb-2">Phone Numbers</h3>
<ul class="mb-0 list-unstyled">
<li><a href="#">(+44) 123 456 789</a></li>
<li><a href="#">(+44) 987 654 321</a></li>
</ul>
</div>
</div>
<div class="col-md-6 mt-4">
<div class="contact-info rounded h-100">
<div class="contact-icon">
<i class="ti-email"></i>
</div>
<h3 class="display-29 font-weight-500 mb-2">Email Address</h3>
<ul class="mb-0 list-unstyled">
<li><a href="#">addyour@emailhere</a></li>
<li><a href="#">email@youradress.com</a></li>
</ul>
</div>
</div>
</div>
Style 4
Free Shipping
Please feel free to contact us and we provide best service.
Secure Payment
If you are not satisfied with product then we provide refunds.
<div class="row mt-n4">
<div class="col-md-6 mt-4">
<div class="d-flex">
<div class="flex-shrink-0">
<img src="img/icons/icon-1.png" alt="...">
</div>
<div class="flex-grow-1 ms-3">
<h4 class="h5">Free Shipping</h4>
<p class="mb-0 w-lg-90">Please feel free to contact us and we provide best service.</p>
</div>
</div>
</div>
<div class="col-md-6 mt-4">
<div class="d-flex">
<div class="flex-shrink-0">
<img src="img/icons/icon-2.png" alt="...">
</div>
<div class="flex-grow-1 ms-3">
<h4 class="h5">Secure Payment</h4>
<p class="mb-0 w-lg-90">If you are not satisfied with product then we provide refunds.</p>
</div>
</div>
</div>
</div>