.servicebg{
   background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 30px;

  /* img{
    border-radius: 20px;
  } */

  .servicelist{
    li{
      font-size: 18px;
      gap: 10px;
    }
  }

  .ourserviceborder{
    border: 1px solid rgb(190, 190, 190);
    margin: 15px 0;
  }

  .wellnessbg{
    border-radius: 30px;
border: 1px solid #667085;
background: linear-gradient(0deg, rgba(2, 35, 71, 0.30) -5%, rgba(255, 255, 255, 0.30) 115.71%);

img{
  width: 90px;
  }
}
.doctortxt{
  h4{
  min-height: 120px ;
  display: flex;
  align-items: center;
  justify-content: center;
  }
}

.playstore{
  img{
    border-radius: 0 !important;
  }
}


  }
  .gradientblackservice {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  padding: 20px;
height: 170px;
display: flex;
align-items: center;
justify-content: center;
}

@media (max-width: 769px) {
  .doctortxt{
  h4{
  min-height: 138px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  }
}
}