.tabs-cloud {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 5px 5px -5px #c1bdbd;
  margin: -20px 0 0 0;
  position: sticky;
  top: 62px;
  z-index: 2;
}

.tabs-cloud .active-tab {
  border-bottom: 3px solid #47c4b8;
  margin-bottom: -1px;
  color: #777777;
}

.tabs-cloud li {
  color: #a7a7a7;
  font-size: 14px;
  list-style: none;
  display: flex;
  line-height: 50px;
  padding: 0 30px;
  min-width: 320px;
  justify-content: center;
  cursor: pointer;
  border-bottom: 3px solid #fff;
}

.tabs-cloud .active-tab span:nth-child(1) {
  display: block;
}

.tabs-cloud li span:nth-child(1) {
  display: none;
}

.tabs-cloud .active-tab span:nth-child(2) {
  display: none;
}

.tabs-cloud li span:nth-child(2) {
  display: block;
}

.tabs-cloud li span img {
  height: 30px;
  margin-right: 10px;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.sticky-plan {
  position: sticky;
  top: 74px;
  background: #fff;
  z-index: 1;
  padding-top: 25px;
}

.table-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style-type: none;
  box-shadow: 1px 1px 10px #e0d9d9;
  text-align: center;
  font-weight: 300;
  margin-top: 1px;
  margin-left: 1px;
}

.table-cell:nth-child(-n+1) {
  box-shadow: none;
}

.table-cell:first-child {
  background: transparent;
}

.view-feature {
  margin: 0;
}

.bg-transparent.card-header {
  text-align: center;
  margin: 0px 0 12px;
  padding: 5px 0;
}

.card-pricing h1 {
  font-size: 24px;
  display: flex;
  vertical-align: middle;
  border-radius: 100%;
  color: #0b0b0b;
  margin: auto;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: all 0.3s;
}

.card-pricing .heading.h6 {
  margin: 10px 0 5px;
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #6f7071;
}

.list-unstyled {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.list-unstyled li {
  margin-bottom: 0px;
  color: #6f7071;
  line-height: 27px;
  text-align: center !important;
}

.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.view-feature .btn-outline-secondary {
  color: #fff;
  border-color: #0085b2;
  border-radius: 180px;
  background: #0085b2;
  font-size: 14px;
  padding: 6px 30px;
}

.current {
  background: #47c4b8;
}

.current .card-pricing h1 {
  color: #fff;
}

.current .heading.h6 {
  color: #fff;
  margin-bottom: 33px;
}

.current .view-feature {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}

.features {
  margin: 10px 0;
}

.price-table {
  width: 100%;
  border: solid 1px #ddd;
}

.price-table tr:nth-child(odd) {
  background: #eff2f4;
}

.price-table tr:nth-child(even) {
  background: #ffffff;
}

.price-table tbody tr td:nth-child(1) {
  text-align: left;
  font-weight: 600;
  color: #333;
}

/* tbody tr:nth-child(2n){background:#efefef;border-top:solid 1px #efefef;border-bottom:solid 1px #efefef;} */
.price-table tbody tr:nth-child(2n):hover {
  background: transparent;
}

.price-table td {
  padding: 9px;
  border-right: solid 1px #ddd;
  font-size: 0.88rem;
  text-align: center;
  color: #5b5b5b;
  position: relative;
}

.plan-icon {
  width: 20px;
  height: 20px;
  margin: 0 2px;
}

.plan-icon img {
  height: 20px;
  width: 20px;
}

.coming {
  color: #a0a0a0 !important;
}

.heading.h6 span {
  font-size: 14px;
  color: #928f8f;
}

.main-heading h2 {
  text-align: center;
  margin: 65px 0;
  color: #0085b2;
}

.card {
  background-color: none;
}

.table-cell .card {
  background: transparent;
}