.company-plans-software-plans {
  display: flex;
  border-bottom: 1px solid #d6d6d8;
  width: 700px;
  height: 53px;
  flex-shrink: 0;
}

.company-plans-software-plans .company-plans-software-plans-feature {
  width: 450px;
  padding: 16px 0;
}

.company-plans-software-plans .company-plans-software-plans-legacy {
  width: 125px;
  padding: 16px 0;
  text-align: center;
}

.company-plans-software-plans .company-plans-software-plans-ziot {
  width: 125px;
  padding: 16px 0;
  text-align: center;
}

.company-plans-software-plans-container {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  color: #828282;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}

.company-plans-software-plans-heading {
  color: #4f4f4f;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.28px;
  border-bottom: none !important;
}

.company-plans-software-plans-heading:first-of-type .company-plan-selected {
  border-top: 2px solid #2188d9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.company-plans-software-plans:nth-last-of-type(2) .company-plan-selected {
  border-bottom: 2px solid #2188d9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.company-plan-selected {
  border-left: 2px solid #2188d9;
  border-right: 2px solid #2188d9;
}

.company-plan-not-selected {
  opacity: 0.5;
}

.company-plan-features-heading {
  height: auto !important;
  padding: 16px 0 !important;
}

.company-plan-feature-heading-padding-bottom {
  padding-bottom: 0px !important;
  font-size: 16px !important;
}

.driver-ai-block .form-row {
  width: 555px;
}
.company-tracker-management .top-margin{
  margin-top: 24px;
}