.list ul li{
	position:relative;
	line-height:30px;
	padding-left:30px;
	margin-bottom:15px;
}

.list ul li:before{
	font-family: 'FontAwesome';
	content: "\f00c";
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	height:30px;
	line-height:30px;
	padding-right:15px;
	font-size:18px;
	color:#fb4848;	
}

.intro-section a {
	color: #fb4848;
}

.intro-section a:hover {
	color: #6c91ff;
}

.why-us .box .tab-link {
  border: none !important;
  border-top: 1px solid #ccc !important;
}

.why-us .box .tab-link h4 {
  font-size: 18px !important;
  margin-bottom: 10px !important;
  
}


.why-us .box .tab-link p {
  color: #1e1e1e !important;
  line-height: 1.5em;
}

.why-us .box .tab-link:hover p {
  color: #ffffff !important;
}

.services-section {
  padding: 60px 0px 0px !important;
}

.call {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
}

.call img{
  width: 60px;
  height: 60px;
}
.whatsapp {
  position: fixed;
  bottom: 110px;
  right: 30px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
}

.whatsapp img{
  width: 60px;
  height: 60px;
}