.verticalButton {
  background: #4c25d9;
}

#f-name {
  font-size: 0.8rem;
  margin-left: 0% !important;
  margin-bottom: 0px !important;
}

.verticalButton {
  padding: .375rem .25rem;
}

#Compare-Plans p {
  font-size: 0.800rem;
}

.plan p {
  font-size: 0.900rem;
}

p span.cost {
  font-size: 0.900rem;
}

.choose-btn {
  padding: 8px 35px;
  color: #f27f1b !important;
}

.plan-center-align {
  width: fit-content;
  margin: 0 auto;
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin-bottom: 25px !important;
  margin-top: 15px !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  letter-spacing: 1px !important;
  line-height: 28px !important;
  padding: 6px !important;
  border-radius: 30px !important;
}

.top-gf-plans .plan-best-img {
  display: none;
}

.top-gf-plans .plan-best-img.plan-best-img-plus-40 {
  display: block;
}

.top-gf-plans .basic-button {
  position: relative;
}

.top-gf-plans .basic-button .plan-best-img-plus-40 {
  position: absolute;
  top: -40px;
}

.plan-select-box {
  margin-left: 10px;
  margin-right: 20px;
}

.todo-new {
  position: relative;
}

.todo-new:after {
  position: absolute;
  background-image: linear-gradient(to right, #fff8f6, #f0f0f9);
  width: 100%;
  height: 200px;
  content: "";
  bottom: -198px;
  left: 0px;
  z-index: -1;
}

#planTable tr span.mandatory {
  display: none !important;
}

#planTable tr.base-20 span.mandatory {
  display: unset !important;
}

#planTable tr.plus-40 span.mandatory {
  display: unset !important;
}

#planTable tr.plus-80 span.mandatory {
  display: unset !important;
}

#planTable tr.base-20 {
  background-color: #f0f0f9;
}

#planTable tr.plus-40 {
  background-color: #f0f0f9;
}

#planTable tr.plus-80 {
  background-color: #f0f0f9;
}

.top-gf-plans {
    display: flex;
    margin-bottom: 20px;
}

.top-gf-plans .hi {
    width: 100%;
    display: flex;
}

.top-gf-plans .card-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.top-gf-plans .price {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.top-gf-plans .choose {
    margin-top: auto !important;
}

@media screen and (max-width: 1400px) {
  .plan p {
    font-size: 0.750rem;
  }

  .plan div svg {
    width: 14px;
  }

  p span.cost {
    font-size: 0.750rem;
  }
}

@media (max-width: 768px) {

  .custom-table thead {
    display: none;
  }

  .custom-table,
  .custom-table tbody,
  .custom-table tr,
  .custom-table td {
    display: block;
    width: 100%;
  }

  .custom-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    display: block !important;
  }

  .custom-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .custom-table td:last-child {
    border-bottom: none;
  }

  .custom-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 45%;
    text-align: left;
    font-weight: 600;
  }

    .plan-select-box {
      width: 25%;
    }
}

@media (max-width: 514px) { 
  .plan-select-box {
      width: 40%;
    }
}