.wrapper {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #9f9f9f;
  font-size: 15px;
}
.package {
  box-sizing: border-box;
  width: 301px;
  height: 500px;
  border: 3px solid #e8e8e8;
  border-radius: 7px;
  display: inline-block;
  padding: 24px;
  text-align: center;
  float: left;
  -webkit-transition: margin-top 0.5s linear;
  transition: margin-top 0.5s linear;
  position: relative;
  margin-right: 11px;
  margin-bottom: 20px;
}

.my-switch {
  margin-bottom: 20px;
  text-align: center;
}

.select-btn {
  position: absolute;
  bottom: 20px;
  left: 100px;
}

.price-box {

}

.plan-box {
  text-align: center;
}

.plan-box-title {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  font-size: 16px;

  color: #687074;
}

.plan-price-box {

  color: #687074;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.plan-panel {
  cursor: pointer;
}

.btn-plan-sel {

}

.plan-desc {
  margin-bottom: 15px;
}

.panel-sel {
  border-color: #3498db !important;
}

.name {
  color: #565656;
  font-weight: 300;
  font-size: 3rem;
  margin-top: -5px;
}
.price, .price-y {
  margin-top: 7px;
  font-weight: bold;
}
.price::after {
  content: " / μήνα";
  font-weight: normal;
}

.price-y::after {
  content: " / έτος";
  font-weight: normal;
}

.wrapper hr {
  background-color: #dedede;
  border: none;
  height: 1px;
  margin-bottom: 0px !important;
}
.trial {
  font-weight: 600;
  padding: 2px 21px 2px 21px;
  color: #337ab7;
  border: 1px solid #e4e4e4;
  display: inline-block;
  border-radius: 15px;
  background-color: white;
  position: relative;
  bottom: -20px;
}
.wrapper ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 29px;
}
.wrapper li {
  margin-bottom: 15px;
}
.checkIcon {
  font-family: "FontAwesome";
  content: "\f00c";
}
.wrapper li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 1.3rem;
  color: #337ab7;
  margin-right: 3px;
}
.brilliant {
  border-color: #337ab7;
}
/* Triangle */
.brilliant::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #337ab7 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}

.brilliant::after {
  font-family: "FontAwesome";
  content: "\f00c";
  color: white;
  position: absolute;
  left: 9px;
  top: 6px;
  text-shadow: 0 0 2px #37c5b6;
  font-size: 1.4rem;
}