.table-wrapper{
    border-radius: 2.4rem;
  overflow: hidden;
	border: 1px solid #D8D8D8;
}

.treatment__tables table {
  width: 100%;
  border-collapse: collapse;
  margin:0 !important;
/*   border: 1px solid #D8D8D8; */

}

.treatment__tables thead {
  background-color: #008DA8;
  color: #fff;
}
 .treatment__tables table td + td {
  border-left: 1px solid #D8D8D8;
}
.treatment__tables th,
.treatment__tables td {
/*   padding: 1.6rem 2.6rem; */
	padding-left:2.6rem;
	padding-right:1.4rem;
  text-align: left;
  vertical-align: top;
/* 	border: 1px solid #D8D8D8;
   */
}

.treatment__tables td {
	padding-top:2rem;
	padding-bottom:2rem;
}

.treatment__tables th {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  padding-top: 1.9rem;
  padding-bottom: 1.1rem;
  border: 0px solid #D8D8D8;
}

.treatment__tables td {
  background-color: #fff0;
  font-family: "Roboto", sans-serif;
  color: #474747;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
	border-top: 1px solid #D8D8D8;
}

.treatment__tables td:first-child {
  color: #262626;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  width: 25.85%;
	padding-right:2.2rem;
}

.treatment__tables td:nth-child(2) {
  width: 39.3%;
}

.treatment__tables td:last-child {
  width: 34.97%;
}



@media(max-width:767px){
	.table__wrapper--mobile{
    border: 1px solid #D8D8D8;
  overflow: hidden;
    border-radius:2.5rem;  
}

.mobile-table {
/*  border: 1px solid #D8D8D8; */
  width: 100%;
   border-collapse: collapse;
   margin:0;
}

	
	
.mobile-table th {
  background-color: #008DA8;
padding: 2rem 1.1rem 1.8rem 1.4rem;
  vertical-align: top;
   width: 36.9%;
	border-top: 1px solid #D8D8D8;
	color: #FFF;
	text-align: left;
/* Table Paragraph Mobile */
  font-family: "Roboto", sans-serif;
   font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 18px */
}

.mobile-table td {
  background-color: #ffffff;
	color:#474747;
   padding: 2rem 1rem 1.8rem 1.9rem !important;
  vertical-align: top;
  width: 63.1%;
	border-top: 1px solid #D8D8D8;
    font-family: "Roboto", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
   font-weight: 500;
   line-height: 120%; /* 18px */
}
.mobile-table tr:first-child td {
  font-weight:600;
}
	.mobile-table tr:first-child th, .mobile-table tr:first-child td{
		border-top: 0px !important;
	}
}






