.pricing-table-section {
  padding: 10px 0 100px;
}
.pricing-table-section .pricing-table-box {
  padding: 0 15px;
  max-width: 1430px;
  margin: 58px auto 0;
  display: none;
}
.pricing-table-section .priceing-table-container {
  border: 3px solid #F8EBDF;
  border-radius: 20px;
}
.pricing-table-section .priceing-table-container .header-table-row {
  display: flex;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: center;
}
.pricing-table-section .priceing-table-container .header-table-row .td-colum {
 font-family: Biotif;
 font-weight: 600;
 font-size: 20.61px;
 line-height: 100%;
 letter-spacing:-0.16px;
 align-items: center;
 padding: 32px 28px;
 min-height: 85px;
}
.pricing-table-section .priceing-table-container .body-table-row {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  align-items: stretch;
}

.pricing-table-section .priceing-table-container .td-colum {
  width: 25%;
  padding: 32px 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  font-family: Biotif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  min-height: 90px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

.pricing-table-section .priceing-table-container .td-colum:first-child {
  text-align: left;
  font-family: Biotif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #000000;
  width: 31%;
  padding-left: 35px;
  align-items: flex-start;
}
.pricing-table-section .priceing-table-container .td-colum img.check-icon {
  height: 12px;
  width: 16px;
}
/* .pricing-table-section .priceing-table-container .td-colum [class^="icon-"] {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-flex;
  font-size: 0;
}
.pricing-table-section .priceing-table-container .td-colum .icon-no {
  background-image: url('data:image/svg+xml,<svg width="7" height="2" viewBox="0 0 7 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.4895 0.588135V1.74609H0.518066V0.588135H6.4895Z" fill="black"></path></svg>');
  background-size: 7px 2px;
  height: 2px;
  width: 7px;
}
.pricing-table-section .priceing-table-container .td-colum .icon-yes {
  background-image: url('data:image/svg+xml,<svg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.6228 2.76822L7.64979 12.1009C7.15018 12.6205 6.35081 12.6205 5.8512 12.1009L1.37471 7.40459C0.875098 6.885 0.875098 6.04565 1.37471 5.52606C1.87431 5.00647 2.67369 5.00647 3.1733 5.52606L6.77048 9.28312L14.8441 0.889695C15.3438 0.370102 16.1431 0.370102 16.6427 0.889695C17.1224 1.40929 17.1224 2.24863 16.6228 2.76822Z" fill="black" stroke="white" stroke-width="0.5"></path></svg>');
  background-size: 16px 12px;
  height: 12px;
  width: 16px;
} */

.table-bottom-content {
  max-width: 980px;
  margin: 46px auto 0;
  text-align: center;
  padding: 0 30px;
}

.pricing-table-section .compare-price-plans-btn {
  text-align: center;
  margin-top: 60px;
}
.pricing-table-section .compare-price-plans-btn svg,
.pricing-table-section .compare-price-plans-btn svg path {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.pricing-table-section .compare-price-plans-btn svg {
  margin-top: -4px;
  transform: rotate(180deg);
}
.pricing-table-section .compare-price-plans-btn .compare-price-plans {
  font-family: Biotif;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none !important;
  color: #000;
  cursor: pointer;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 11px 19px;
  min-height: 43px;
  min-width: 255px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pricing-table-section .compare-price-plans-btn .compare-price-plans.active svg {
  transform: rotate(0deg);
}
.pricing-table-section .compare-price-plans-btn .compare-price-plans.compare-price-plans:hover{
 color:#ffffff;
 background-color:#000000;
 border-color:#000000;
}
.pricing-table-section .compare-price-plans-btn .compare-price-plans.compare-price-plans:hover svg path{
fill:#ffffff;
}
