.back-plan {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.16;
  background-size: 300px;
}
.plan-section {
  position: relative;
  padding: 40px 0;
}
.pricing-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pricing-section .pricing-item-single {
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.31);
  padding-bottom: 0;
  width: 94%;
  text-align: center;
  padding-top: 30px;
}
.pricing-section .box-bottom {
  text-align: center;
  margin-bottom: 0;
  background: #994d99;
  color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 12px 0;
  font-size: 18px;
}
.pricing-section .pricing-item-single:hover .box-bottom {
  background: #b3a111;
}
.border-b-dotted {
  border-bottom: 1px dotted #000;
}
.pricing-section .pricing-item-single::after,
.pricing-section .pricing-item-single::before {
  content: "";
  position: absolute;
  left: 0;
}
.pricing-section .pricing-item-single::before {
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
.pricing-section .pricing-item-single .content-text {
  padding: 12px 0;
  margin: 0 -13px 0;
  background-image: linear-gradient(to left, #351080, #e6336c);
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
.pricing-section .pricing-item-single .content-text::after,
.pricing-section .pricing-item-single .content-text::before {
  border-top: 15px solid #835161;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -30px;
  content: "";
}
.pricing-section .pricing-item-single .content-text::after {
  border-right: 13px solid transparent;
  right: 0;
}
.pricing-section .pricing-item-single .content-text::before {
  border-left: 13px solid transparent;
  left: 0;
}
.pricing-section .pricing-item-single .pricing-item-list {
  text-align: center;
  padding: 25px 40px;
}
.pricing-section .pricing-item-single .pricing-item-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 16px 0;
  text-align: left;
}
.pricing-section .pricing-item-single .pricing-item-list ul li {
  font-size: 15px;
  color: #6a6377;
  text-align: right;
  letter-spacing: 0;
  padding: 10px;
}
.pricing-section .pricing-item-single .pricing-item-list ul li i {
  font-size: 20px;
  font-weight: 400;
  -webkit-padding-end: 7px;
  padding-inline-end: 7px;
  color: #20c997;
  vertical-align: middle;
}
.pricing-section [class*="col-"]:nth-child(2) {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pricing-table-box {
  padding: 0;
  margin: 10px 0 0 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.75px;
}
.pricing-table-box .pricing-table-box-item .pricing-table-box-item-head {
  background-image: linear-gradient(to left, #351080, #e6336c);
  padding: 12px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 25px;
}
.pricing-table-box .pricing-table-box-item .pricing-table-box-item-head h4 {
  letter-spacing: 0.1px;
  color: #fff;
  text-align: center;
}
.pricing-table-box .pricing-table-box-item .pricing-table-box-item-price {
  text-align: center;
  background: #f9f6ff;
}
.pricing-table-box .pricing-table-box-item .pricing-table-box-item-price p {
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 0;
  color: #1a1c1b;
}
.pricing-table-box .pricing-table-box-text h3 {
  text-align: center;
}
.pricing-table-box .pricing-table-box-list td {
  padding: 18px 8px;
}
.pricing-table-box .pricing-table-box-list .fa-check {
  color: #68af27;
  font-size: 18px;
}
.pricing-table-box .pricing-table-box-list .fa-times {
  color: #f73c3c;
  font-size: 18px;
}
.pricing-table-box .pricing-table-box-list:nth-child(2n) td.second-row,
.pricing-table-box .pricing-table-box-list:nth-child(2n) td.third-row,
.pricing-table-box .pricing-table-box-list:nth-child(2n) td.fourth-row {
  background-color: #dedede;
}
.fourth-row,
.second-row,
.third-row {
  background: #fff;
  text-align: center;
}
.table-responsive {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0, rgba(0, 0, 0, 0.1) 0 0 1px 0;
  background: #ffffff80;
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  width: auto;
  display: block;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.list-right {
  text-align: right;
}
.color-educ {
  font-size: 23px;
  color: #6495ed;
}
.width-20 {
  width: 20%;
}
.width-30 {
  width: 30%;
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-times:before {
  content: "\f00d";
}
.fa-check:before {
  content: "\f00c";
}

@media only screen and (max-width: 767px) {
  .pricing-section {
    padding-bottom: 0;
  }
  .pricing-section .pricing-item-single {
    margin-bottom: 60px;
  }
  .pricing-table-box .pricing-table-box-item .pricing-table-box-item-head h4 {
    color: #fff;
    text-align: center;
    font-size: 16px;
  }
  .pricing-table-box .pricing-table-box-text h3 {
    text-align: center;
    font-size: 18px;
  }
  .pricing-table-box .pricing-table-box-item .pricing-table-box-item-price p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    color: #1a1c1b;
  }
  .pricing-table-box .pricing-table-box-list .fa-check {
    color: #68af27;
    font-size: 13px;
  }
}
.col-tab {
  transform: scale(1.05);
  box-shadow:
    rgba(0, 0, 0, 0.1) 0 0 5px 0,
    rgba(0, 0, 0, 0.1) 0 0 1px 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-section {
    padding-bottom: 60px;
  }
  .pricing-section [class*="col-"]:last-child {
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .pricing-section [class*="col-"]:nth-child(2) {
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-section {
    padding-bottom: 70px;
  }
  .pricing-section .pricing-item-single {
    padding: 0 1.5em 1em;
  }
  .pricing-section [class*="col-"]:nth-child(2) {
    -webkit-transform: none;
    transform: none;
  }
}