.cashless-sec .card h5 {

  font-size: 18px;

}

.cashless-sec .card {

  background: var(--tg-light-blue);

}

.all_services__area-six .tags li {

  background-color: white;

  border-radius: 20px;

  color: var(--color-skyblue);

  padding: 3px 10px;

  border: 1px solid var(--tg-color-black);

}

.all_services__area-six .tags {

  gap: 10px;

  display: flex;

}

.hip-replacement-hero .about__list-box .list-wrap li i {

  background: transparent;

  color: #ffb800;

}

.hip-replacement-hero .about__list-box .list-wrap li  {

  color: white;

}


/* Whatsapp css */
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    right: 1%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 18px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse-cust;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
    bottom:85px;
}

.btn-whatsapp-pulse:hover {
    color: var(--tg-theme-secondary);
}

.btn-whatsapp-pulse-border {
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 20px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border-cust;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

