PLAN

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

.choose-plan ul li{
  list-style: none;
}

.choose-plan li {
    list-style: none;
}
.choose-plan article {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  text-align: center;
  padding-bottom: 40px;
}
.choose-plan article h4 {
  font-size: 24px;
  margin: 0px;
  padding: 20px 0;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
}
.choose-plan article .price-head {
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  color: #2d90e3;
  font-size: 36px;
  padding-top: 30px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
.choose-plan article .price-head span {
  font-weight: normal;
  vertical-align: bottom;
  text-transform: uppercase;
  font-size: 18px;
}
.choose-plan article ul {
  min-height: 310px;
  padding: 30px 0;
}
.choose-plan article ul li {
  line-height: 30px;
  font-size: 14px;
}
/*=======================================================
