@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:900');
.tariff  {
  align-items: center;
  /*display: flex;*/
  height: auto;
  justify-content: center;
  z-index: 99999;
  padding: 60px 0;
  box-shadow: 1px 1px 5px 2px #ccc;
}

@media (max-width: 767px) {
  .tariff {
    display: block;
  }
}
.price-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0px 8px rgba(0,0,0,0.19), 0 1px 2px rgba(0,0,0,0.23);
  cursor: pointer;
  height: 260px;
  padding: 0 20px;
  position: relative;
  -webkit-tap-highlight-color: rgba(0,0,0,0.025);
  text-align: center;
  transition: height 1000ms;
  width: 100%;
}

.td-1 {
  background: #000;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 4px 0!important;
}

.td-1 span {
  font-size: 12px!important;
  color: #fff!important;
  font-weight: 400!important;
  letter-spacing: 1px!important;
  text-transform: capitalize!important;
}

.price-card h5 {
    padding: 90px 0;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.price-card span {
    font-weight: 700;
    font-size: 11px;
    color: #7f7f7f;
    letter-spacing: 3px;
  }

.price-card img {
  width: 114px;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .price-card {
    left: 0;
    transform: none;
  }
}
.price-card.expanded {
  height: 450px;
}
.label {
  margin-top: 30px;
  transform: translateY(10px);
  transition: transform 1000ms;
}
.price-card.expanded .label {
  transform: translateY(0);
}
.text1 {
  clip-path: polygon(0% 100%, 0 -90%, 50% -5%, 100% -90%, 100% 100%);
  -webkit-clip-path: polygon(0% 100%, 0 -90%, 50% -5%, 100% -90%, 100% 100%);
  transition: clip-path 1000ms;
}
.price-card.expanded .text1 {
  clip-path: polygon(0% 100%, 0 -100%, 50% -15%, 100% -100%, 100% 100%);
  -webkit-clip-path: polygon(0% 100%, 0 -100%, 50% -15%, 100% -100%, 100% 100%);
}
.text2 {
  clip-path: polygon(0% 100%,0% -80%,15% -70%,17.23% -53.59%,23% -40%,27.23% -28.94%,35% -20%,41.09% -13.59%,50% -10%,58.91% -13.23%,65% -20%,72.77% -28.23%,77% -40%,82.77% -54.65%,85% -70%,100% -80%,100% 100%);
  -webkit-clip-path: polygon(0% 100%,0% -80%,15% -70%,17.23% -53.59%,23% -40%,27.23% -28.94%,35% -20%,41.09% -13.59%,50% -10%,58.91% -13.23%,65% -20%,72.77% -28.23%,77% -40%,82.77% -54.65%,85% -70%,100% -80%,100% 100%);
  transition: clip-path 1000ms;
}
.price-card.expanded .text2 {
  clip-path: polygon(0% 100%,0% -90%,15% -80%,17.23% -63.59%,23% -50%,27.23% -38.94%,35% -30%,41.09% -23.59%,50% -20%,58.91% -23.23%,65% -30%,72.77% -38.23%,77% -50%,82.77% -64.65%,85% -80%,100% -90%,100% 100%);
  -webkit-clip-path: polygon(0% 100%,0% -90%,15% -80%,17.23% -63.59%,23% -50%,27.23% -38.94%,35% -30%,41.09% -23.59%,50% -20%,58.91% -23.23%,65% -30%,72.77% -38.23%,77% -50%,82.77% -64.65%,85% -80%,100% -90%,100% 100%);
}
.text-content {
  transform: translateY(-930px);
  transition: transform 1000ms;
}
.price-card.expanded .text-content {
  transform: translateY(-25px);
}
.chevron {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 15px);
  transform-origin: 50%;
  transform: rotate(180deg);
  transition: transform 1000ms;
}
.price-card.expanded .chevron {
  transform: rotate(0deg);
}
.title {

  font-size: 13px!important;
  font-weight: 900;
  margin: 20px 0 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.body-text {
  padding: 0 5px;
}

.body-text h4 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
}

.price-detail li {
  flex: inherit!important;
  width: 100%!important;
  text-align: center!important;
  font-size: 14px;
}

.body-text .table td {
  padding: 8px 0;
}

.body-text .table td strong {
  font-weight: 500;
}

.table {
  margin-top: 20px!important; 
}

tbody {
  font-size: 13px;
  letter-spacing: 0.5px;
}
