.card-cta {
  box-shadow: 5px 5px 30px #10101014;
  border-radius: 25px;
  padding: 20px 20px;
}
.row-box-shadow {
  box-shadow: 5px 5px 30px #10101014;
  border-radius: 25px;
}

.list-group-item {
  border: none;
  background-color: transparent;
}

.list-td {
  background: #FFFFFF 0% 0% no-repeat padding-box;
 box-shadow: 15px 15px 30px #F5F4F9;
 border-radius: 25px;
 margin: 10px;
}

.list-td-img {
  width: 40px;
  margin-right: 10px;
}

.list-td-title {
  align-items: center;
  opacity: 1;
  border: none; 
  display: flex;
  color: #555;
  text-decoration:none;
  width: 90%;
}

.list-td-title::after {
  content:  url(images/icons/icoarrowdown.png);
  position: absolute;
 left: 90%;
} 

.list-td-title:hover , .list-td-title:focus {
  text-decoration:none;
  color: #32bdc7;
}

.list-td-sub {
  display: block;
  border-bottom: 1px solid rgb(204 204 204 / 50%);
  padding: 5px 0;
  color: #555;
  font-weight: 500; 
}

.list-td-sub::after {
  content:  url(images/icons/icoarrowdown.png);
  position: absolute;
 left: 93%;
} 

.list-td-sub:hover, .list-td-sub:focus {
  text-decoration: none;
  color: #555;
}
.disease-list  {
 padding-left: 5px;
    font-size: 0.9rem;
}
.disease-list > li{
  list-style: disc;
}

/* Merchant Circle */

 .mer-circle-offer {
    background-color: #ecfcfc;
    border-radius: 20px;
}
.mer-circle-offer-title {
    background-color: #32BDC7;
    color: #FFF;
    padding: 10px;
    border-radius: 15px 15px 0 0;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}
.mer-circle-offer-details{
   background: #FFF;
    text-align: center;
    padding: 25px;
    border-radius: 0 0 25px 25px;
}
 
