/*package table*/
.comparison {
  max-width:2000px;
  margin:0 auto;
  text-align:center;
  padding:10px;
}

.comparison table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom:1px solid #BFBFBF;
}

.comparison td, .comparison th {
  border-right:1px solid #BFBFBF;
  empty-cells: show;
  padding:15px;
}

.compare-heading {
  text-align: center;
  font-size:18px;
  font-weight:bold !important;
  border-bottom:0 !important;
  padding-top:10px !important;
}

.comparison tbody tr:nth-child(odd) {
  display:none;
}

.comparison .compare-row {
  background:#F5F5F5;
}

.comparison .compare-row1 {
  background:#FFFFFF;
}

.comparison .tickblack {
  color:#000;
}

.comparison th {
  font-weight:normal;
  padding:0;
  border-bottom:1px solid #BFBFBF;
}

.comparison tr td:first-child {
  text-align:left;
}

.comparison .free {
  text-align: center;
  color: #fff;
  font-size: 30px auto;
  background:#027A52;
}

.comparison .basic {
  text-align: center;
  color: #fff;
  font-size: 30px auto;
  background:#AE0000;
}

.comparison .premier {
  text-align: center;
  color: #fff;
  font-size: 30px auto;
  background:#66027A;
}

.comparison .tl {
  color:#FFF;
  padding:10px;
  font-size:13px;
  border-right:1px solid #CCC;
  border-bottom:0;
}

.comparison .tl2 {
  border-right:0;
}

.comparison .tl3 {
  border-left:1px solid #CCC;
}

.comparison .price-info {
  text-align: center;
  padding:5px 15px 15px 15px;
}

.comparison .price-now, .comparison .price-now span {
  color:#595959;
}

.comparison .price-now span {
  font-size:40px;
}

.comparison .price-buy {
  background:#DAA520;
  font-size: auto;
  display:inline-block;
  color:#fff;
  text-decoration:none;
  border-radius:3px;
  text-transform:uppercase;
  margin:5px 0 10px 0;
}

.comparison .price-try {
  font-size:12px;
}

.comparison .price-try a {
  color:#202020;
}

@media (max-width: 767px) {
  .comparison td:first-child, .comparison th:first-child {
    display: none;
  }
  .comparison tbody tr:nth-child(odd) {
    display:table-row;
    background:#F7F7F7;
  }
  .comparison .row {
    background:#FFF;
  }
  .comparison td, .comparison th {
    border:1px solid #CCC;
  }
  .price-info {
  border-top: 0 !important;
}
  
}

@media (max-width: 639px) {
  .comparison .price-buy {
    padding:5px 10px ;
  }
  .comparison td, .comparison th {
    padding:10px 5px;
  }
  .comparison .price-now span {
  font-size:15px;
}

  .comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
}
  .comparison .free, .comparison .basic, .comparison .premier {
    font-size:14px;
    padding:10px 5px;
  }
  .comparison .price-buy {
    margin-top:10px;
    margin-right: 20px;
  }
  .compare-heading {
  font-size:13px;
}
 .comparison .price-now{
  font-size: 10px;
}
.comparison .price-buy{
  margin-right: 10px;
  font-size: 10px;
}
}