.bppt_pricing {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: center;
  background: #f2f2f2;
}
.plan {
  font-family: "Lato", Arial, sans-serif;
  display: flex;
  align-content: space-around;
  margin: 10px 0 40px 1%;
}
.plan-inner {
  background: #ffff;
  margin: 0 auto;
  min-width: 280px;
  max-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.plan-entry-title {
  background: #53cfe9;
  height: 140px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.plan-entry-title > h3 {
  background: #20bada;
  font-size: 20px;
  padding: 8px 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.plan-entry-title .price {
  position: absolute;
  bottom: -25px;
  background: #20bada;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50px;
  border: 3px solid #fff;
  line-height: 80px;
  font-size: 28px;
  font-weight: 700;
}

.price span {
  position: absolute;
  font-size: 12px;
  bottom: -13px;
  left: 18px;
  font-weight: 400;
}
.plan-entry-content {
  color: #323232;
}

.plan-entry-content ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

.plan-entry-content li {
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
  margin-left: 0;
}
.plan-entry-content li:first-child {
  padding-top: 15px;
}
.plan-entry-content li:last-child {
  border: none;
}

.bttn {
  padding: 2em 0;
  text-align: center;
  margin-top: auto;
}
.bttn a {
  background: #323232;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.hot {
  position: absolute;
  top: -7px;
  background: #f80;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  padding: 2px 5px;
  font-size: 9px;
  border-radius: 2px;
  right: 10px;
  font-weight: 700;
}
.basic .plan-entry-title {
  background: #75ddd9;
}

.basic .plan-entry-title > h3 {
  background: #44cbc6;
}

.basic .price {
  background: #44cbc6;
}

.standard .plan-entry-title {
  background: #4484c1;
}

.standard .plan-entry-title > h3 {
  background: #3772aa;
}

.standard .price {
  background: #3772aa;
}

.ultimite .plan-entry-title > h3 {
  background: #dd4b5e;
}

.ultimite .plan-entry-title {
  background: #f75c70;
}

.ultimite .price {
  background: #dd4b5e;
}
