/* BASE */
/* common color */
/* theme color */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

p {
  margin-bottom: 0;
  font-size: 16px;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

body {
  font-family: 'Poppins', sans-serif!important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
span {
  font-family: 'Poppins', sans-serif!important;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}


.ptm-discount-price {
  font-weight: 500;
  font-size: 20px;
  margin-inline-start: 10px;
}

.ptm-pricing-table-ribbon-2 .ptm-ribon-title {
  background: #3bb2db;
  position: absolute;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  width: 350px;
  padding: 5px 0 6px;
  right: -94px;
  top: 38px;
  transform: rotate(45deg);
  line-height: 1;
  z-index: 3;
}



.ptm-ribon-position-left.ptm-pricing-table-ribbon-2 .ptm-ribon-title {
  left: -150px;
  right: auto;
  top: 13px;
  transform: rotate(-45deg);
}

.ptm-ribon-position-left .ptm-ribon-title {
  left: 0;
  right: auto;
}













.ptm-grid-container-twenty-eight {
  color: #fff;
}

.ptm-grid-container-twenty-eight .ptm-price-table-twenty-eight {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding-bottom: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#4e97a8), to(#353e99));
  background: linear-gradient(to right, #4e97a8, #353e99);
  overflow: hidden;
}

.ptm-grid-container-twenty-eight .ptm-price-table-twenty-eight .ptm-top-title {
  background: #282828;
  padding: 30px 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 79% 75%, 74% 93%, 29% 93%, 25% 75%, 0 75%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 79% 75%, 74% 93%, 29% 93%, 25% 75%, 0 75%);
}

.ptm-grid-container-twenty-eight .ptm-price-table-twenty-eight .ptm-title {
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: 'Teko', sans-serif;
  margin-bottom: 10px;
  line-height: 1;
  color: #f39c12;
}

.ptm-grid-container-twenty-eight .ptm-price-table-twenty-eight .ptm-top-title .ptm-price-value .ptm-price-bundle {
  font-size: 45px;
  font-weight: 500;
  margin-top: 5px;
  letter-spacing: 2px;
  font-family: 'Teko', sans-serif;
  line-height: 1.5;
  color: #f39c12;
  display: flex;
  justify-content: center;
  align-items: center;
}


.ptm-grid-container-twenty-eight .ptm-price-table-twenty-eight .ptm-top-title .ptm-price-value .ptm-price-sec-bundle {
  color: #f39c12;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px;
  margin-left: 10px;
}

.ptm-grid-container-twenty-eight .ptm-price-table-twenty-eight .ptm-pricing-card-content {
  padding: 15px 25px;
}

.ptm-grid-container-twenty-eight .ptm-price-table-twenty-eight .ptm-pricing-card-content span {
  text-align: start;
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 8px 0 8px 15px;
  border-bottom: 1px solid #e3e3e3;
}

.ptm-grid-container-twenty-eight .ptm-price-table-twenty-eight .ptm-pricing-card-content span i {
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  color: #018d24;
  font-weight: 900;
  font-size: 12px;
  margin-inline-end: 10px;
  padding: 3px;
}

.ptm-grid-container-twenty-eight .ptm-price-table-twenty-eight .ptm-btn-area {
  margin-top: 40px;
}

.ptm-grid-container-twenty-eight .ptm-price-table-twenty-eight .ptm-btn-area .ptm-pricing-signup {
  color: #fff;
  background-color: #333;
  font-family: 'PT Sans', sans-serif;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 20px 25px;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  border-radius: 5px;
  padding: 18px 34px;
}



.ptm-grid-container-twenty-eight .ptm-price-table-twenty-eight .ptm-btn-area .ptm-pricing-signup::before, .ptm-grid-container-twenty-eight .ptm-price-table-twenty-eight .ptm-btn-area .ptm-pricing-signup::after {
  content: '';
  background-color: #10ac84;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.ptm-grid-container-twenty-eight .ptm-price-table-twenty-eight .ptm-btn-area .ptm-pricing-signup::after {
  background-color: #1dd1a1;
  border-radius: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}



.ptm-grid-container-twenty-eight .ptm-price-table-twenty-eight .ptm-btn-area .ptm-pricing-signup::before {
  content: none;
}

.ptm-grid-container-twenty-eight .ptm-price-table-twenty-eight .ptm-btn-area .ptm-pricing-signup::after {
  content: none;
}





 .ptm-addition-info {
  max-width: 1000px;
  margin: 25px auto 0;
}
