        table {
            width:100%;
  font-family: 'Arial';
  margin: 25px auto;
  border-collapse: collapse;
  border: 1px solid #eee;
  border-bottom: 2px solid #00cccc;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
}
table tr:hover {
  background: #f4f4f4;
}
table tr:hover td {
  color: #555;
}
table th, table td {
 color: #050505;
  border: 1px solid #eee;
  padding: 12px 35px;
  border-collapse: collapse;
}
table th {
  background: #00cccc;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
table th.last {
  border-right: none;
}


.table2 th{
    background: #e74b29;
}
.table3 th{
background: #552f1e;
}
.table4 th{
    background: #14802b;
}
.packagehaeding{
    text-align: center;
    padding: 186px 0;
    text-transform: uppercase;
}

.getoffer{
    padding: 30px 20px;
    font-color:black;
    font-size: 25px;
    background-color: white;
    border: 2px solid black;
    text-align: center;
}

@media screen and (max-width: 768px) {
  .packagehaeding {
    padding-top:100px;
    padding-bottom: 0;
  }
}