/* ==============================================================

Theme Name : Sugan Modern Software Landing Page WordPress Theme
Categorie : Landing page
Author : ThemeSquared
Created : 20 January 2016

-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

01. Typography
02. Images
03. Breadcrumb
04. Navigation
05. Pagination
06. Tab
07. Accordion
08. Alert
09. Form
10. Buttons
11. Dropcap
  
============================================================== */

/*
Typography
=========================== */


.check-list{
  margin:0 0 30px 0;
  padding:0;
}

.check-list li {
  position: relative;
  list-style: outside none none;
  margin: 0px 0px 15px;
  padding: 0px 0px 0px 40px;
  font-size: 16px;
  line-height: 28px;
}

.check-list li .fa {
  position: absolute;
  font-size: 12px;
  line-height: 18px;
  width: 23px;
  height: 23px;
  top: 3px;
  left: 0px;
  border: 2px solid;
  border-radius: 50%;
  text-align: center;
}

.feature-list{
  margin:0 0 30px 0;
  padding:0
}

.feature-list li{
  list-style:none;
  margin:0 0 20px 0;
  padding:0;
  border-bottom:1px solid #f0f1f4;
}

.feature-list li h5{
  margin-bottom:10px;
}