@media screen and (min-width: 768px) {
  .nopadd-ltf {
    padding-left: 0;
  }
  .nopadd-rth {
    padding-right: 0;
  }
  .nopadd {
    padding-left: 0;
    padding-right: 0;
  }
}
.pricings .card-deck {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .pricings .card-deck {
    flex-flow: column;
  }
}
.pricings .card-deck .card {
  padding-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  transition: all 0.5s;
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 15px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .pricings .card-deck .card {
    max-width: 400px;
    margin: 30px auto;
  }
}
.pricings .card-deck .card:hover {
  border-color: rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.0705882353);
}
.pricings .card-deck .card .card-title {
  font-size: 30px;
  font-weight: 700;
}
.pricings .card-deck .card .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.pricings .card-deck .card ul li {
  line-height: 2.2;
}
.pricings .card-deck .card-img {
  max-height: 160px;
  margin-bottom: 30px !important;
  overflow: hidden;
}
.pricings .card-deck .card-img img {
  object-fit: cover;
  object-position: center;
  height: 160px;
}
.pricings .card-deck .card .btn {
  font-size: 14px;
}
.pricings .card-deck .card .btn:hover {
  color: #fff;
}
.pricings .card-deck .card .table-content {
  margin-bottom: 20px;
}
.pricings .card-deck .card .table-content ul {
  padding: 0;
  margin: 0;
}
.pricings .card-deck .card .table-content ul li {
  list-style: none;
}
.pricings .card-deck .card.highlight {
  transform: scale(1.03) translateY(-10px);
  border-color: #7c49dd;
}
.pricings .card-deck .card.text-center {
  text-align: center;
}
.pricings .card-deck .card.text-center ul {
  padding: 15px;
}
.pricings .card-deck .card.text-center ul li {
  text-align: center;
  position: relative;
  line-height: 2.5;
}
.pricings .card-deck .card.text-center ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  color: #d4d0d0;
  position: absolute;
  margin-top: 5px;
  transition: 0.3s;
  border: none;
  padding: 0;
  right: 0;
}
.pricings .card-deck .card.text-left {
  text-align: left;
}
.pricings .card-deck .card.text-left ul {
  padding: 15px;
}
.pricings .card-deck .card.text-left ul li {
  text-align: left;
  position: relative;
  line-height: 2.5;
}
.pricings .card-deck .card.text-left ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  color: #d4d0d0;
  position: absolute;
  margin-top: 5px;
  transition: 0.3s;
  border: none;
  padding: 0;
  right: 0;
}
.pricings .card-deck .card.text-right {
  text-align: right;
}
.pricings .card-deck .card.text-right ul {
  padding: 15px;
}
.pricings .card-deck .card.text-right ul li {
  text-align: right;
  position: relative;
  line-height: 2.5;
}
.pricings .card-deck .card.text-right ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  color: #d4d0d0;
  position: absolute;
  margin-top: 5px;
  transition: 0.3s;
  border: none;
  padding: 0;
  left: 0;
}
@media (min-width: 576px) {
  .pricings .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.pricings a.btn-plan-select {
  display: block;
  background: #7c49dd;
  color: #fff;
  padding: 15px 20px;
  border-radius: 50px;
  max-width: 260px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.pricings a.btn-plan-select:hover {
  color: #fff;
}
.pricings .button-area.monthYear {
  text-align: center;
  display: block;
  margin-bottom: 60px;
}
.pricings .btn-box {
  width: 230px;
  margin: 0 auto;
  background: #7c49dd;
  border-radius: 50px;
  display: flex;
  padding: 5px;
  position: relative;
  transition: all 0.5s;
}
.pricings .btn-box:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1019607843);
  left: 5px;
  width: 50%;
  height: calc(100% - 10px);
  top: 5px;
  border-radius: 40px;
  display: block;
  transition: all 0.5s;
  z-index: 0;
}
.pricings .btn-box.squre:before {
  border-radius: 0 !important;
}
.pricings .btn-box.round:before {
  border-radius: 50px !important;
}
.pricings .btn-box.roundShape:before {
  border-radius: 5px !important;
}
.pricings .btn-box.active:before {
  left: calc(50% - 5px);
}
.pricings .btn-box button {
  width: 50%;
  margin: 0;
  padding: 12px;
  display: inline-block;
  border-radius: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  z-index: 1;
  color: #fff;
}
.pricings .ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 115px;
  height: 115px;
  text-align: right;
}
.pricings .ribbon span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  transform: rotate(-45deg);
  width: 150px;
  display: block;
  background-color: #7c49dd;
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 27px;
  left: -33px;
}
.pricings .ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #000;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #000;
}
.pricings .ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #000;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #000;
}
.pricings .price-card {
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .pricings .price-card {
    margin-bottom: 30px;
  }
}
.pricings .price-card-header {
  padding: 50px 30px 90px 30px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.pricings .price-card-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.pricings .price-card-body ul {
  margin: 0;
  padding: 60px 0 30px 0;
  list-style: none;
}
.pricings .price-card-body li {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 400;
  color: #111;
}
.pricings .price-card-body li:nth-child(even) {
  background-color: rgba(217, 70, 211, 0.3);
}
.pricings .price-card-body li i {
  margin-right: 20px;
  color: #ff9997;
}
.pricings .price-card .pricing-info p {
  display: block;
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.pricings .price-card .pricing-info p span {
  font-size: 20px;
  font-weight: 400;
}
.pricings .price-card span.plan-badge {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  background: rgba(217, 70, 211, 0.3);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 30px;
}
.pricings.v1 a.btn-plan-select {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}
.pricings.v2 .price-card.text-right {
  text-align: right;
}
.pricings.v2 .price-card.text-right .price-card-body ul li {
  display: block;
  text-align: right;
}
.pricings.v2 .price-card.text-left {
  text-align: left;
}
.pricings.v2 .price-card.text-left .price-card-body ul li {
  display: block;
  text-align: left;
}
.pricings.v2 .price-card.text-center {
  text-align: center;
}
.pricings.v2 .price-card.text-center .price-card-body ul li {
  display: block;
  text-align: center;
}
.pricings.v2 .price-card span.plan-badge {
  padding: 7px 18px;
  font-size: 11px;
}
.pricings.v2 a.btn {
  margin-top: 30px;
}
.pricings.v2 .price-card-header {
  padding: 50px 30px;
}
.pricings.v2 .price-card-body li {
  color: #fff;
}
.pricings.v3 .card {
  padding: 15px;
  margin-bottom: 30px;
}
.pricings .price-card-body {
  padding: 15px;
}