.addBlockTitle {
  font-size: 17px;
  letter-spacing: 0;
}

.connected-icons.social .fa-stack {line-height: 2em !important;}
.activeDeal {
  background: #00addf none repeat scroll 0 0 !important;
  border-radius: 50%;
  color: #fff;
  z-index: -6;
}

.connected-icons a:hover .activeDeal span.feature {
  color: #00addf !important;
  
}

/** kz 14 april 2017 **/

.dealOnPlan {
  background: #a8e3f4 none repeat scroll 0 0;
}

.oldPlanPrice {
  color: black;
  font-size: 22px;
  font-weight: 700;
  line-height: 0;
  padding-top: 10px;
  text-decoration: line-through;
}


.newPlanPrice {
  color: green !important;
}

.newPlanPrice > small {
  color: green !important;
}


.oldUpgradePlanPrice {
  font-size: 17px;
  font-weight: bold;
  text-decoration: line-through;
}


.upgradeDealOnPlan {
  background: #a8e3f4 none repeat scroll 0 0;
  margin-top: 15px !important;
  padding-bottom: 1px;
}

.margt-15{margin-top:15px;}