/*
.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -190px 0 0 -468px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #9f9f9f;
  font-size: 15px;
}
*/
.pricing-table .package {
  box-sizing: border-box;
  /*
  height: 380px;
  */
  width: 95%;
  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;
  cursor: pointer;
}

.pricing-table .package:hover{
    border: 3px solid #23377c;
}

.pricing-table .package:hover {
  margin-top: -30px;
  -webkit-transition: margin-top 0.3s linear;
  transition: margin-top 0.3s linear;
}
.pricing-table .name {
  color: #565656;
  font-weight: 300;
  font-size: 3rem;
  margin-top: -5px;
}
.pricing-table .price {
  margin-top: 7px;
  font-size: 30px;
    color: #424242;
    text-align: center;
    font-family: Raleway;
    font-weight: 200;
    font-style: normal;
}
.pricing-table .price::after {
  /*
  content: " / month per user";
  */
  font-weight: normal;
}



.pricing-table hr {
  background-color: #dedede;
  border: none;
  height: 1px;
}
.pricing-table .trial {
  font-size: .9rem;
  font-weight: 600;
  padding: 2px 21px 2px 21px;
  color: #23377c;
  border: 1px solid #e4e4e4;
  display: inline-block;
  border-radius: 15px;
  background-color: white;
  position: relative;
  bottom: -20px;
}
.pricing-table ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 29px;
}
.pricing-table li {
  margin-bottom: 15px;
}
.pricing-table .checkIcon {
  font-family: "FontAwesome";
  content: "\f00c";
}
.pricing-table li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 1.3rem;
  color: #23377c;
  margin-right: 3px;
}
.pricing-table .brilliant {
  
  border-color: #23377c;

}
/* Triangle */
.pricing-table .brilliant::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #23377c transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.pricing-table .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;
}
