.plan-table-wrapper2 {
  padding: 0px 3.125rem;
}

.table-wrapper2 {
  gap: 1rem;
}

.plan-heading2 {
  margin-bottom: 8px;
}

.plan-sub-heading2 {
  margin-bottom: 12px;
  font-size: 0.75rem;
}

.plan-table-wrapper2 .plan-price-wraper2 {
  height: 167px;
}

.price-tag2 {
  font-size: 2.75rem;
}

.sepStarterContactSales {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 17.5px;
}

.sepStarterContactSalesText {
  color: #120155;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 0px;
}

.plan-price-user2 {
  font-size: 0.82rem;
}

.range-holder {
  margin-bottom: 20px;
}

.range {
  position: relative;
}

input[type="range"] {
  height: 6px;
  width: 100%;
  background: #f1f1f9;
}

.inputRange::-webkit-slider-thumb {
  height: 20px !important;
  width: 20px !important;
  background-image: var(--rangeInputpointerBg) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #dcdceb !important;
}

.rangeLineWrapper {
  display: flex;
  position: absolute;
  width: 100%;
  height: fit-content;
  justify-content: space-evenly;
  top: 5px;
  bottom: 0;
  margin: auto;
}

.rangeLine {
  width: 2px;
  height: 10px;
  background-color: #c4c4eb;
  border-radius: 2px;
  z-index: 2;
}

.monthlyCounts {
  display: flex;
  gap: 10px;
  margin-bottom: 1.875rem;
}

.monthlyContacts {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 50%;
}

.monthlyContactsTitle {
  color: #69698f;
  font-size: 9px;
  font-weight: 500;
  margin-bottom: 0px;
}

.monthlyContactsCount {
  padding: 2px 4px;
  border: 1px solid #f0eefc;
  background: #f4f3f8;
  border-radius: 4px;
  color: #3d3c7d;
  text-align: center;
  font-size: 0.94rem;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0px;
}

.monthlyContactsDeactiveCount {
  color: #9e9dd2;
}

@media only screen and (max-width: 768px) {
  .rangeLineWrapper{
    top: 3px;
  }

  .plan-table-wrapper2 .plan-price-wraper2{
    height: auto;
  }
}
