.centt{
  text-align: center;
      background-color: #f7f8fc;
}
main {
  padding: 30px 0;
}
main .row > div {
  padding: 0;
}
main .row > div.pro .table {
    border: 3px solid #fff;
    border-bottom: none;
    background: #fafafb;
    border-radius: 6px;
}
main .table {
    overflow: hidden;
    position: relative;
    background: #fafafb;
    padding: 3% 0;
    border-radius: 9px;
}
main .table .ribbon {
  background:#EDE13F;
  color: #152040;
  font-weight: 600;
  font-size: 0.9em;
  display: inline-block;
  padding: 50px 40px 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -36px;
  left: -46px;
}
main .table .table-header {
  padding: 20px 0;
}
main .table .table-header::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  display: block;
  margin-top: 20px;
}
main .table .table-header h2 {
    font-size: 16pt;
    font-weight: 600;
    color: #152040;
    padding-bottom: 3%;
}
.features li ul li{
  color: #000;
}
.features{
      margin-bottom: 0;
    border-bottom: 1px solid #eee;
}
main .table .table-header h3 {
font-size: 11pt;
    padding: 0 6%;
    font-weight: 700;
    margin-top: 3%;
}
main .table .table-header h3 small {
  font-size: 0.4em;
  text-transform: lowercase;
}
main .table .table-header h3 sup {
    font-size: 10pt;
    vertical-align: baseline;
    margin: 0 1%;
}
.table-header h3 sup{
top: .9em;
    vertical-align: text-top!important;
}
main .table .table-body ul li {
  padding: 8px 0;
  font-size: 13pt;
  color: #000;
}
main .table .table-body ul li ul li{

  font-size: 11pt;
  color: #999;
  list-style: none;

}
.distxt{
  text-align: center;
  display: block;
  font-size: 10pt;
    font-family: fantasy;
}
main .table .table-body ul li ul{

  padding:0 6%;
      font-family: initial;
}
.table h4{
     color: #EDE13F;
    font-size: 24pt;
    margin-top: 6%;
    text-shadow: 1px 1px 3px #fff;
}
main .table a.signup {
  padding: 10px 40px;
  color: #fff;
  background: #152040;
  border: 1px solid #fff;
  font-weight: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
  border-bottom: 3px solid #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
main .table a.signup:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  border-bottom: 3px solid transparent;
}

@media screen and (min-width: 991px) {
  .row > div.pro {
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px);
    z-index: 90;
  }

  .row > div.pro .table {
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1), -2px 0 4px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 991px) {
  main .row > div {
    padding: 0 40px;
  }
}
