/* =================== */
/*  Comparison Table    */
.plan-wrapper {
  font-family: Proxima Nova, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.plan-wrapper:hover .current {
  top: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.plan-wrapper:hover .current .plan-card {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  box-shadow: none;
}
.plan-wrapper:hover .current .plan-footer {
  height: 80px;
}
.plan-wrapper:hover .current .plan-footer a {
  bottom: 0;
  position: relative;
}
.plan-wrapper:hover .current:hover {
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.plan-wrapper:hover .current:hover .plan-card {
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
}
.plan-wrapper:hover .current:hover .plan-footer {
  height: 120px;
}
.plan-wrapper:hover .current:hover .plan-footer a {
  bottom: -20px;
  position: relative;
}
/* =================== */
/*   Plan Cards     */
/* =================== */
.plan-card {
  position: relative;
  border: 1px solid #ddd;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  z-index: 99;
}
.plan-card ul {
  margin: 0;
  padding: 0;
}
.plan-header {
  background: #fff;
  position: relative;
  height: 200px;
  border-bottom: 1px solid #ddd;
  margin: -1px;
  margin-bottom: 0;
  text-align: center;
}
.plan-header p {
  margin: 0 auto;
  color: #fff;
  display: inline-block;
  font-style: italic;
}
.price-box {
  display: block;
  margin: 25px auto;
  height: 120px;
}
.price-box .price {
  display: inline-block;
  font-size: 50px;
  font-weight: 600;
  position: relative;
  letter-spacing: -2px;
}
.price-box .currency {
  font-size: 40%;
  font-weight: 600;
  left: -12px;
  line-height: inherit;
  position: absolute;
  top: 10px;
  letter-spacing: 0;
}
.price-box .per {
  font-size: 12px;
  position: absolute;
  left: calc(100% + 1px);
  letter-spacing: 0px !important;
  bottom: 16px;
  text-transform: capitalize;
}
.plan-feature {
  position: relative;
  text-align: left;
}
.plan-card li {
  list-style: none;
  padding: 13px 12px;
  border-bottom: 1px solid #ddd;
  background: #eee;
}
.plan-card li:last-child {
  border-bottom: none;
}
.plan-feature li span {
  text-transform: capitalize;
  font-weight: bold;
}
.plan-feature li span, .plan-feature li i {
  float: right;
}
.plan-feature li p {
  margin: 0;
  font-size: 13.5px;
  text-transform: capitalize;
  padding: 0 20px;
  line-height: normal;
}
/* ============================ */
/*   plan Footer             */
/* ============================ */
.plan-footer {
  border-top: 1px solid #ddd;
  padding: 0 20px;
  height: 80px;
  -webkit-transition: height 0.2s linear 0s;
  transition: height 0.2s linear 0s;
  text-align: center;
}
.plan-footer a {
  bottom: 0;
  margin-top: 20px;
  position: relative;
}
.banner {
  background: #222;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23), 0 1px 5px rgba(0, 0, 0, 0.16);
  height: 35px;
  line-height: 35px;
  position: absolute;
  margin: 0 auto;
  top: 50px;
  width: 35px;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 0;
  cursor: pointer;
  float: right;
  right: -10px;
  left: auto;
}
.banner:after {
  border-right: 10px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.5);
  bottom: -7px;
  content: "";
  position: absolute;
  right: 0;
}
.banner:hover {
  width: 90px;
}
.banner:hover span {
  visibility: visible;
  -webkit-transition: all 0.2s linear 0.18s;
  transition: all 0.2s linear 0.18s;
}
.banner span {
  top: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  visibility: hidden;
}
.banner i {
  color: #fc0;
  z-index: 10;
}
/* ======================= */
/*   table layout    */
/* ======================= */
.comparison-table [class*=col-] {
  padding: 0;
  margin: -1px;
}
.comparison-table .plan-col {
  padding: 20px 0;
}
.comparison-table.current {
  padding-left: 0;
  padding-right: 0;
}
.comparison-table [class*=col-]:first-child {
  margin: 0;
}
.comparison-table [class*=col-]:first-child:hover {
  top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.comparison-table [class*=col-]:first-child:hover .plan-card {
  margin: 0;
  box-shadow: none;
}
.comparison-table li.feature {
  background: #fff;
  text-align: left;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.comparison-table .plan-feature li {
  background: #f5f5f5;
  text-align: center;
}
.comparison-table .plan-feature li i {
  line-height: normal;
}
.comparison-table .plan-feature li span, .comparison-table .plan-feature li i {
  float: none;
}
.comparison-table .plan-feature li:nth-child(2n+1) {
  background: #eee;
}
.comparison-table .feature-list {
  z-index: 0;
}
.comparison-table .feature-list .plan-header {
  background: #fff !important;
  padding: 30px 15px;
  border-bottom-color: #ddd !important;
  text-align: center;
}
.comparison-table .feature-list .plan-card li {
  text-align: left;
}
.comparison-table .feature-list a {
  font-weight: 700;
}
.comparison-table .feature-list a img.icon {
  width: 20px;
  margin-right: 10px;
}
.comparison-table .feature-list a:hover img.icon {
  text-decoration: none;
}
.plan-col {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  padding-top: 20px;
  padding-bottom: 20px;
}
.plan-col:hover {
  padding-bottom: 0;
  padding-top: 0;
}
.plan-col:hover > .plan-card {
  top: 0px;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  z-index: 101;
}
.plan-col:hover > .plan-card .plan-footer {
  height: 120px;
}
.plan-col:hover > .plan-card .plan-footer a {
  bottom: -20px;
  position: relative;
}
.plan-col.current {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.current {
  top: 0;
}
.current .plan-card {
  z-index: 100;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
}
.current .plan-footer {
  height: 120px;
}
.current .plan-footer a {
  bottom: -20px;
  position: relative;
}
.current:hover {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  top: -20px;
}
.current:hover .plan-footer {
  height: 120px;
}
.current:hover .plan-footer a {
  bottom: -20px;
  position: relative;
}
.plan-header {
  border-bottom: none;
  margin: 0;
}
.plan-header h4 {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 15px 20px;
  text-transform: uppercase;
}
.plan-feature li {
  background: #f5f5f5;
}
.plan-feature li:first-child {
  border-top: 1px solid #ddd;
}
.plan-feature li span, .plan-feature li i {
  float: right;
}
.plan-feature li:nth-child(2n+1) {
  background: #eee;
}
.plan-footer {
  background: #fff;
}
.comparison-table [class*=col-]:first-child {
  margin: -1px;
}
.comparison-table .comparison-table .feature-list .plan-header h5 {
  margin-top: 0;
  border-bottom: none;
}
.comparison-table .plan-feature li p, .comparison-table .plan-feature li i, .comparison-table .plan-feature li span {
  float: none;
}
.comparison-table .plan-feature li {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
li.desc-drop {
  cursor: pointer;
}
li.desc-drop:hover {}
li.desc-drop .desc {
  text-align: left;
  color: #9c9797;
  display: none;
}
li.desc-drop:hover .desc {
  display: block;
}
@media only screen and (max-width: 991px) {
  .comparison-table .feature-list {
    display: none;
  }
  .column ul li {}
  .plan-feature li:before {
    content: attr(data-feature);
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #3a3a3a;
  }
}
.screen-reader-text { /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}