/* Pricing Table A */
.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.pricing .card i {
	font-size: inherit;
}
.pricing hr {
  margin: 1.5rem 0;
}
.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}
.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}
.pricing .card-price .period {
  font-size: 0.8rem;
}
.pricing ul li {
  margin-bottom: 1rem;
}
.pricing .text-muted {
    color: #bbb !important;
}
.pricing .text-mx {
  color: #faa01f;
}
.pricing .text-green, .pricing .text-success {
    color: #5cb85c !important;
}
.pricing .text-blue, .pricing .text-primary {
    color: #26a7df !important;
}

@media (min-width: 992px) {
  .pricing .card {
    margin-top: -8rem;
  }
}

/* Pricing Table B */
div.pricing{
  margin:40px 0px;
}
.pricing .table{
  border-top:1px solid #ddd;
  background:#fff;
}
.pricing .table th,
.pricing .table {
  text-align: center;
}
.pricing .table th,
.pricing .table td {
  padding: 20px 10px;
  border:1px solid #ddd;
  border: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: middle;
}
.pricing .table th {
  width: 25%;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  border-bottom: 0;
  background:#2F313A;
  color: #fff;
  text-transform: uppercase;
}
.pricing .table th.highlight{
  border-top: 4px solid #4caf50 !important;
}
.pricing .table tr:nth-child(odd){
  background: #f0f8ff;
}
.pricing .table td:first-child{
  padding-left: 20px;
  text-align: left;
  background: #3fa9f9;
}
.pricing .table td.header {
	padding: 10px;
	background: #1b75ba;
}
.pricing tr td .ptable-title {
  font-size: 18px;
  font-weight:400;
  color: #fff;
}
.pricing tr td .ptable-title i {
  width: 23px;
  line-height: 25px;
  text-align: right;
  margin-right: 5px;
}
.pricing .ptable-star {
  position: relative;
  display: block;
  text-align: center;
}
.pricing .ptable-star.orange{
  color: #faa01f;
}
.pricing .ptable-star.green{
  color: #5cb85c;
}
.pricing .ptable-star.lblue{
  color: #26a7df;
}
.pricing .ptable-star i {
  width: 8px;
  font-size: 13px;
}
.pricing .ptable-price {
  display: block;
  color: #EBEDF3;
  font-weight: 400;
}
.pricing .ptable-price sub {
    bottom: 0;
    font-size: 50%;
}
.pricing tr td {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.pricing tr td.bg-orange{
  background: #faa01f;
}
.pricing tr td.bg-green{
  background: #5cb85c;
}
.pricing tr td.bg-lblue{
  background: #26a7df;
}
.pricing tr td.bg-orange a,
.pricing tr td.bg-green a,
.pricing tr td.bg-lblue a{
  color: #fff;
}
.pricing tr td i {
  display: block;
  margin-bottom: 12px;
  font-size: 30px;
}
.pricing tr td.orange,
.pricing tr td i.orange{
  color: #faa01f;
}
.pricing tr td.green,
.pricing tr td i.green {
  color: #5cb85c;
}
.pricing tr td.lblue,
.pricing tr td i.lblue{
  color: #26a7df;
}
.pricing tr td:first-child i{
  display:inline;
  margin-bottom:0px;
  font-size:22px;
}