/* MA Pricing Table Start */
.jltma-pricing-tables .jltma-price-table {
  border-radius: 5px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.jltma-pricing-tables .jltma-price-table-details {
  overflow: visible;
}
.jltma-pricing-tables .jltma-price-table-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0;
}
.jltma-pricing-tables .jltma-price-table-details ul,
.jltma-pricing-tables .jltma-price-table-details ol {
  margin: 0;
  padding: 2.5rem 0;
}
.jltma-pricing-tables .jltma-price-table-details ul li,
.jltma-pricing-tables .jltma-price-table-details ol li {
  display: flex;
  align-items: center;
  list-style: none;
  text-align: center;
  padding: 13px 0;
}
.jltma-pricing-tables .jltma-price-table-details ul li i,
.jltma-pricing-tables .jltma-price-table-details ol li i {
  width: 35px;
  position: relative;
}
.jltma-pricing-tables .jltma-price-table-details ul li svg,
.jltma-pricing-tables .jltma-price-table-details ol li svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}
.jltma-pricing-tables .jltma-price-table-additional_info {
  padding-bottom: 1rem;
  font-size: 0.8em;
  text-align: center;
}
.jltma-pricing-tables .jltma-price-table-btn {
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
}
.jltma-pricing-tables .jltma-price-table-btn:hover {
  text-decoration: none;
  color: #fff;
}
.jltma-pricing-tables.default-table .jltma-price-table-bottom {
  padding: 8px 3rem 1.25rem;
}
.jltma-pricing-tables.default-table .jltma-price-table-head, .jltma-pricing-tables.table-left-align .jltma-price-table-head {
  color: #fff;
  padding: 3.4rem 15px 3rem;
}
.jltma-pricing-tables.default-table .jltma-price-table-title, .jltma-pricing-tables.table-left-align .jltma-price-table-title {
  color: #fff;
  text-transform: uppercase;
}
.jltma-pricing-tables.default-table .jltma-price-table-title p, .jltma-pricing-tables.table-left-align .jltma-price-table-title p {
  color: #fff;
  margin: 0;
}
.jltma-pricing-tables.default-table .jltma-table-price-area, .jltma-pricing-tables.table-left-align .jltma-table-price-area {
  margin-top: 2.5rem;
}
.jltma-pricing-tables.default-table .jltma-table-price-currency, .jltma-pricing-tables.table-left-align .jltma-table-price-currency {
  font-size: 1.25rem;
  font-weight: 700;
  vertical-align: top;
}
.jltma-pricing-tables.default-table .jltma-table-price-amount, .jltma-pricing-tables.table-left-align .jltma-table-price-amount, .jltma-pricing-tables.table-active-zoom .jltma-table-price-amount {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.jltma-pricing-tables.default-table .jltma-price-amount-duration, .jltma-pricing-tables.table-left-align .jltma-price-amount-duration, .jltma-pricing-tables.table-active-zoom .jltma-price-amount-duration {
  font-size: 15px;
  padding-left: 10px;
  position: relative;
  display: inline-flex;
}
.jltma-pricing-tables.default-table .jltma-price-table-details, .jltma-pricing-tables.table-left-align .jltma-price-table-details, .jltma-pricing-tables.table-active-zoom .jltma-price-table-details {
  color: #78909c;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  padding: 0 15px;
}
.jltma-pricing-tables.table-bg-image .jltma-price-table-details li, .jltma-pricing-tables.table-bg-pattern .jltma-price-table-details li {
  justify-content: left;
  display: flex;
  flex-direction: row;
}
.jltma-pricing-tables.table-left-align .jltma-price-table {
  box-shadow: none;
  border-radius: 0;
  margin: 0 0 5rem;
}
.jltma-pricing-tables.table-left-align .jltma-price-table-head {
  border-radius: 0;
  padding: 3.4rem 1.875rem 3rem;
}
.jltma-pricing-tables.table-left-align .jltma-price-table-title {
  text-transform: capitalize;
}
.jltma-pricing-tables.table-left-align [class*=col]:last-child .jltma-price-table-head,
.jltma-pricing-tables.table-left-align [class*=col]:last-child .jltma-price-table-details {
  border-right: 0;
}
.jltma-pricing-tables.table-left-align .jltma-table-price-currency {
  vertical-align: bottom;
}
.jltma-pricing-tables.table-left-align .jltma-table-price-area {
  margin-top: 1rem;
}
.jltma-pricing-tables.table-left-align .jltma-price-amount-duration {
  display: block;
  font-weight: 500;
}
.jltma-pricing-tables.table-left-align .jltma-price-table-details {
  margin: 2.8125rem 0;
  padding: 0 2.8125rem;
}
.jltma-pricing-tables.table-left-align .jltma-price-table-details li {
  justify-content: left;
}
.jltma-pricing-tables.table-left-align .jltma-price-table-bottom {
  margin-top: 2rem;
  padding: 0 0 1.25rem;
}
.jltma-pricing-tables.table-left-align .jltma-price-table-details ul,
.jltma-pricing-tables.table-left-align .jltma-price-table-details ol, .jltma-pricing-tables.table-active-zoom .jltma-price-table-details ul,
.jltma-pricing-tables.table-active-zoom .jltma-price-table-details ol {
  margin: 0;
  padding: 0;
}
.jltma-pricing-tables.table-left-align .jltma-price-table-details ul li,
.jltma-pricing-tables.table-left-align .jltma-price-table-details ol li, .jltma-pricing-tables.table-active-zoom .jltma-price-table-details ul li,
.jltma-pricing-tables.table-active-zoom .jltma-price-table-details ol li {
  list-style: none;
  padding: 8px 0;
}
.jltma-pricing-tables.table-left-align .jltma-price-table-btn, .jltma-pricing-tables.table-active-zoom .jltma-price-table-btn {
  background-color: #4b00e7;
  border-radius: 5px;
  text-align: center;
}
.jltma-pricing-tables.table-active-zoom .active {
  transform: scale(1, 1.1);
}
.jltma-pricing-tables.table-active-zoom .active .jltma-table-inner {
  transform: scale(1, 0.91);
}
.jltma-pricing-tables.table-active-zoom .active .jltma-table-price-area {
  background: #fff;
  color: #393c3f;
}
.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-title,
.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-head p {
  color: #f8f8f9;
}
.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-details li {
  border-bottom-color: #78baee;
  color: #f8f8f9;
}
.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-additional_info p {
  color: #f8f8f9;
}
.jltma-pricing-tables.table-active-zoom .jltma-price-table-head {
  color: #fff;
  padding: 3.4rem 15px 3rem;
}
.jltma-pricing-tables.table-active-zoom .jltma-price-table-head p {
  color: #78909c;
  margin: 0;
}
.jltma-pricing-tables.table-active-zoom .active,
.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-head {
  border-radius: 0;
  color: #f8f8f9;
}
.jltma-pricing-tables.table-active-zoom .jltma-price-table-title {
  color: #393c3f;
  text-transform: uppercase;
}
.jltma-pricing-tables.table-active-zoom .jltma-table-price-area {
  background: -moz-linear-gradient(45deg, #3d9ff3 0%, #3fd5cc 100%);
  background: -webkit-linear-gradient(45deg, #3d9ff3 0%, #3fd5cc 100%);
  background: -ms-linear-gradient(45deg, #3d9ff3 0%, #3fd5cc 100%);
  border-radius: 50%;
  color: #fff;
  height: 200px;
  width: 200px;
  margin: 2rem auto 0;
  padding-top: 3.4rem;
  text-align: center;
}
.jltma-pricing-tables.table-active-zoom .jltma-price-amount-duration {
  display: block;
}
.jltma-pricing-tables.table-active-zoom .jltma-table-price-currency {
  font-size: 1.25rem;
  font-weight: 700;
  vertical-align: bottom;
}
.jltma-pricing-tables.table-active-zoom .jltma-price-table-details {
  padding: 0 15px 3.875rem;
}
.jltma-pricing-tables.table-active-zoom .jltma-price-table-details li .jltma-tooltip-content {
  position: relative;
}
.jltma-pricing-tables.table-active-zoom .jltma-price-table-details li .jltma-tooltip-content:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: -5px;
  position: absolute;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #ffc107;
}
.jltma-pricing-tables.table-active-zoom .jltma-price-table-details li:last-child .jltma-tooltip-content:after {
  display: none;
}
.jltma-pricing-tables.table-active-zoom .jltma-price-table-bottom, .jltma-pricing-tables.table-bg-image .jltma-price-table-bottom, .jltma-pricing-tables.table-bg-pattern .jltma-price-table-bottom {
  margin-top: 3rem;
  padding: 0 0 1.25rem;
}
.jltma-pricing-tables.table-active-zoom .active .jltma-price-table-btn, .jltma-pricing-tables.table-active-zoom .active .jltma-price-table-btn:hover {
  background: #fff;
  color: #4b00e7;
}
.jltma-pricing-tables.table-bg-image .jltma-price-table {
  border-radius: 0;
}
.jltma-pricing-tables.table-bg-image .jltma-table-inner, .jltma-pricing-tables.table-bg-pattern .jltma-table-inner {
  padding: 3.75rem;
  text-align: left;
}
.jltma-pricing-tables.table-bg-image .header-icon {
  color: #393c3f;
  font-size: 4rem;
  margin-bottom: 0.75rem;
}
.jltma-pricing-tables.table-bg-image .jltma-table-price-area, .jltma-pricing-tables.table-bg-pattern .jltma-table-price-area {
  color: #393c3f;
  margin-top: 1.2rem;
}
.jltma-pricing-tables.table-bg-image .jltma-table-price-currency, .jltma-pricing-tables.table-bg-pattern .jltma-table-price-currency {
  font-size: 20px;
  margin: 5px 5px 0 0;
  vertical-align: top;
}
.jltma-pricing-tables.table-bg-image .jltma-table-price-amount, .jltma-pricing-tables.table-bg-pattern .jltma-table-price-amount {
  font-size: 4rem;
  line-height: 1;
}
.jltma-pricing-tables.table-bg-image .jltma-price-amount-duration, .jltma-pricing-tables.table-bg-pattern .jltma-price-amount-duration {
  display: inline-flex;
  font-weight: 600;
}
.jltma-pricing-tables.table-bg-image ul,
.jltma-pricing-tables.table-bg-image ol, .jltma-pricing-tables.table-bg-pattern ul,
.jltma-pricing-tables.table-bg-pattern ol {
  margin: 1.5rem 0;
  padding: 0;
}
.jltma-pricing-tables.table-bg-image li, .jltma-pricing-tables.table-bg-pattern li {
  color: #78909c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  list-style: none;
  line-height: 25px;
  padding: 18px 0;
  position: relative;
}
.jltma-pricing-tables.table-bg-image li .jltma-tooltip-content, .jltma-pricing-tables.table-bg-pattern li .jltma-tooltip-content {
  position: relative;
}
.jltma-pricing-tables.table-bg-image li .jltma-tooltip-content:after, .jltma-pricing-tables.table-bg-pattern li .jltma-tooltip-content:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: -5px;
  position: absolute;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #ffc107;
}
.jltma-pricing-tables.table-bg-image li:last-child .jltma-tooltip-content:after, .jltma-pricing-tables.table-bg-pattern li:last-child .jltma-tooltip-content:after {
  display: none;
}
.jltma-pricing-tables.table-bg-image .jltma-price-table-btn, .jltma-pricing-tables.table-bg-pattern .jltma-price-table-btn {
  border-radius: 5px;
  color: #393c3f;
  text-align: center;
}
.jltma-pricing-tables.table-bg-pattern .jltma-price-table {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.jltma-pricing-tables.table-bg-pattern .jltma-price-table:before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: -11%;
  max-height: 280px;
  position: absolute;
  z-index: -1;
  transform: skewY(-23deg);
}
.jltma-pricing-tables.table-bg-pattern .jltma-price-table:after {
  left: -15px;
  top: 36%;
  transform: rotate(-23deg);
}
.jltma-pricing-tables.table-bg-pattern .jltma-price-table:before, .jltma-pricing-tables.table-bg-pattern .jltma-price-table:after {
  background-color: #83f1af;
}
.jltma-pricing-tables.table-bg-pattern [class*=col]:nth-child(2) .jltma-price-table:before,
.jltma-pricing-tables.table-bg-pattern [class*=col]:nth-child(2) .jltma-price-table:after {
  background-color: #f8a265;
}
.jltma-pricing-tables.table-bg-pattern [class*=col]:nth-child(3) .jltma-price-table:before,
.jltma-pricing-tables.table-bg-pattern [class*=col]:nth-child(3) .jltma-price-table:after {
  background-color: #81d4fa;
}
.jltma-pricing-tables.table-bg-pattern .jltma-price-table:after,
.jltma-pricing-tables.table-bg-pattern .jltma-table-inner:after {
  content: "";
  border-radius: 15px;
  height: 15px;
  width: 125px;
  position: absolute;
  z-index: -1;
}
.jltma-pricing-tables.table-bg-pattern .jltma-table-inner {
  position: relative;
}
.jltma-pricing-tables.table-bg-pattern .jltma-table-inner:after {
  background-color: #fff;
  right: -15px;
  top: 15.5%;
  width: 135px;
  transform: rotate(-23deg);
}
.jltma-pricing-tables.table-bg-pattern .jltma-price-table-details {
  margin-top: 7.5rem;
}
.jltma-pricing-tables.table-bg-pattern li:before {
  background-color: #cfd8dc;
}
.jltma-pricing-tables.table-bg-pattern .jltma-price-amount-duration:before {
  top: -2px;
}
.jltma-pricing-tables.table-bg-pattern .jltma-price-table-bottom {
  margin-top: 2.5rem;
}
.jltma-pricing-tables.table-bg-pattern .jltma-price-table-btn {
  color: #393c3f;
}

.jltma-price-table-original-price {
  text-decoration: line-through;
}

.jltma-fraction-price {
  vertical-align: top;
}

.jltma-price-table-ribbon {
  position: absolute;
  top: -30px;
  left: 0;
  right: auto;
  text-align: center;
}

.jltma-price-table-ribbon-inner {
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  padding: 2px 10px;
  box-sizing: border-box;
  letter-spacing: 1px;
}

.jltma-price-table-ribbon.elementor-ribbon-center {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.jltma-price-table-ribbon.elementor-ribbon-right {
  right: 0;
  left: auto;
}

.jltma-price-table-ribbon.elementor-ribbon-justify {
  left: 0;
  right: 0;
}

.jltma-price-table-head {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.jltma-tooltip-item {
  width: max-content;
}

@media (min-width: 768px) {
  .default-table .row {
    margin: 0 -7.5px;
  }
  .default-table [class*=col] {
    padding: 0 7.5px;
  }
  .table-left-align .row,
  .table-active-zoom .row {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
  }
  .table-left-align [class*=col],
  .table-active-zoom [class*=col] {
    padding: 0;
  }
  .table-active-zoom .jltma-price-table-details {
    padding: 0 3.875rem 3.875rem;
  }
}
@media (max-width: 1023px) {
  .default-table .jltma-price-table-bottom {
    padding: 8px 0 2.75rem;
  }
  .default-table .jltma-price-table-head,
  .table-left-align .jltma-price-table-head {
    padding: 2.4rem 15px 2rem;
  }
  .default-table .jltma-table-price-area,
  .table-left-align .jltma-table-price-area {
    margin-top: 1.5rem;
  }
  .default-table .jltma-price-table-details ul,
  .default-table .jltma-price-table-details ol {
    padding: 1.5rem 0;
  }
  .default-table .jltma-price-table-details li {
    padding: 10px 0;
  }
  .default-table .jltma-table-price-amount,
  .table-left-align .jltma-table-price-amount,
  .table-active-zoom .jltma-table-price-amount {
    font-size: 3rem;
  }
  .table-left-align .jltma-price-table-details {
    margin: 1.5rem 0;
    padding: 0 15px;
  }
  .table-left-align .jltma-price-table {
    margin-bottom: 3.5rem;
  }
  .table-active-zoom .jltma-price-table-head {
    padding: 2.4rem 15px 2rem;
  }
  .table-active-zoom .active {
    transform: scale(1, 1.075);
  }
  .table-active-zoom .jltma-price-table-details {
    padding: 0 15px 2.875rem;
  }
  .table-bg-image .jltma-table-inner,
  .table-bg-pattern .jltma-table-inner {
    padding: 2.75rem 15px;
  }
}
/* MA Pricing Table End */