.knee-stent{background: var(--white-color); border: 1px solid var(--sslight-gray-color); box-shadow: 0 4px 70px rgba(200, 234, 244, 0.25); border-radius: 30px; padding: 0;}

.knee-stent table {border-top: 0; margin-bottom: 0; border-spacing: 0;}
.knee-stent table .our-stent-heading {background-color: transparent !important;}
.knee-stent tr {border-top: 0;}
.knee-stent tr:nth-child(odd) td{background: rgba(217, 217, 216, 0.3);}
.knee-stent table .our-stent-heading td {color: var(--light-black); vertical-align: middle;}
.knee-stent table td {border: 0; border-right: 1px solid var(--sslight-gray-color); border-top: 1px solid var(--sslight-gray-color); padding: 14px 40px; font-weight: 500; font-size: 15px; color: var(--light-black);}
.knee-stent table tr:first-child td{border-top: 0;}
.knee-stent table td:last-child{border-right: 0;}
.knee-stent table tr:last-child td{border-bottom: 0;}
.right-content{
  text-align: right;
}
@media (max-width: 991px) {
.knee-stent table td {padding: 10px 15px; font-size: 14px;}
}