/* .............................TREATMENT PAGE TABLE 1.................................................. */

.table-wrapper {

  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #D8D8D8;
}
.tb-treat th,
.tb-treat td {
  width: 33.33%;
  padding-left: 2.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-right: 2.5rem;
  vertical-align: top;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  border-left: none;
  border-right: none;
}

.tb-treat th{
border-top:none;
}
td.title-col{
	color: #262626 !important;
}

.tb-treat th + th,
.tb-treat td + td {
  border-left: 1px solid #D8D8D8;
}


.tb-treat tbody tr:last-child td {
  border-bottom: none;
}
.tb-treat {
  width: 100%;
  border-collapse: collapse;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 0;
}
.tb-treat thead tr{
    background: linear-gradient(90deg, var(--Eligard-Purple, #522E91) 0%, #EE3742 100%);
}
.tb-treat th {
  
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  text-align: left;
}
.tb-treat td:not(:first-child) {
  color: #474747;
}
.tb-treat td:first-child {
  font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #262626;
}
/* .............................END OF TREATMENT PAGE TABLE 1..................................................  */

/* ............................................START OF TABLE MOBILE........................................ */

.tb-mob .tb-subhead td {
    background: #F0EEF6;	
}

.tb-mob .tb-head th{
font-size: 1.8rem;
font-style: normal;
font-weight: 600;
line-height: 2.8rem;
	padding-right: 0px;
}
.tb-mob .tb-subhead td{
	color: #522E91;
font-family: Roboto;
font-size: 1.8rem;
font-style: normal;
font-weight: 600;
line-height: 2.8rem;
}
.tb-mob td.tb-copy{
color: #474747;
font-family: Roboto;
font-size: 1.6rem;
font-style: normal;
font-weight: 500;
line-height: 2.4rem; 	
}
.table-wrapper.wrap-mob{
 margin-top: 4rem;
 margin-bottom: 4rem;
}
.table-wrapper.wrap-mob.last-tb {
    margin-bottom: 1.2rem;
}