/*
 * Developer: Alireza Eskandarpour Shoferi
 * Designer: Wouter de Bres (dribbble.com/wdeb)
 *
 * Distributed under the terms of the MIT license
 * https://opensource.org/licenses/MIT
 */

.features_table .wrapper {
  /* 
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -190px 0 0 -468px;*/ 
  display: flex;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
}

.features_table .package {
  box-sizing: border-box;
  /*width: 301px;/* 
  height: 380px; */
  border: 3px solid #fff;
  border-radius: 7px;
  display: inline-block;
  padding: 24px;
  text-align: center;
  float: left;
  /* transition: margin-top 0.5s linear; */
  position: relative;
  margin: 11px;
}

/* .features_table .package:hover {
  margin-top: -30px;
  transition: margin-top 0.3s linear;
} */

.features_table .name {
  color: #fff;
  font-weight: 300;
  font-size: 3rem;
  margin-top: -5px;
}

.features_table .price {
  margin-top: 7px;
}

/* .features_table .price::after {
  font-weight: normal;
} */

.features_table hr {
  background-color: #fff;
  border: none;
  height: 1px;
}

.features_table .trial {
  font-size: .9rem;
  font-weight: 600;
  padding: 2px 21px 2px 21px;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 15px;
  background-color: white;
  position: relative;
  bottom: -20px;
}

.features_table ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 29px;
}

.features_table li {
  margin-bottom: 15px;
}

.features_table .checkIcon {
  font-family: "FontAwesome";
  content: "\f00c";
}

.features_table li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 1.3rem;
  color: #fff;
  margin-right: 3px;
}

.features_table .brilliant {
  border-color: #fff;
}

/* Triangle */

.features_table .brilliant::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}

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