table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 5%;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  /* padding: .35em; */
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

tr:hover td {
	background-color:#fff;
	color:#000;
	border-top:none !important;
}

table th {
	font-size: 20px;
    letter-spacing: .1em;
    text-transform: unset;
    color: #fff !important;
    border-bottom: none !important;
    font-weight: 600;
}
table td {
	font-size: 17px !important;
}

@media screen and (max-width: 600px) {
	
	
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    /* position: absolute; */
    width: 1px;
  }
  table th {
	font-size: 17px;
	}
  table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: .625em;
	border-top: 1px solid #ddd !important;
  }
  
  table td {
    border-bottom: 1px solid #ddd !important;
    display: block;
    /* margin-bottom: 0.625em; */
    border-right:none !important;
	text-align: right;
	font-size: 15px;
  }
  
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
.wappers{
  padding: 70px 0 0 0;
  overflow-x: hidden;
}


.my-slider{
  padding: 0 70px;
}
.slick-initialized .slick-slide{
  height: 570px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
  display:none;
}