/* plan page css  */
.plan-tabel table {
  width: 100%;

}

.plan-tabel {
  overflow: auto;
}

.plan-tabel table th {
  padding: 0px 20px 30px;
  text-align: center;
}

.plan-tabel table th.types,
.plan-tabel table td.types {
  width: 40%;
  text-align: start;
}

.plan-tabel table td p {
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  color: #7C7A7A;
}

.plan-tabel table tbody tr:nth-child(n) {
  background-color: #E6F7FF;
  border-radius: 5px;
}

.plan-tabel table tbody tr:nth-child(2n) {
  background-color: #fff;

}

.plan-tabel table tbody tr:nth-child(2n) td {
  padding: 30px 20px;
}

.tick-mark img {
  width: 15px;
}

.plan-tabel table tbody tr td {
  padding: 10px 20px;
}

.plan-tabel table tr {
  text-align: center;
}

.action-btn-grup {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.action-btn-grup .btn {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 13px 40px;
  background: #fff;
  transition: 0.5s;
  font-weight: 600;
}

.action-btn-grup .btn:hover,
.action-btn-grup .btn:focus {
  background: linear-gradient(90deg, #000000 0%, #954535 50%, #EF6700 100%);
  color: #fff;
  transition: 0.5s;
}

.sub-banner.plan-page {
  border-radius: 25px;
  background: unset;
  background-position: center;
  background-size: cover;
  padding: 70px 52px;
}

.sub-banner.plan-page .sub-text {
  color: #fff;
}

.plan-tabel {
  position: relative;
  z-index: 9;
}