/*=================================
  Social Media and whatsApp
  ====================================*/
/*whatsapp css*/
.whatsapp01 {
  width: 50px;
  height: auto;
  z-index: 99999;
  position: fixed;
  bottom: 10px;
  left: 0px;
  -webkit-animation: move1 1s infinite;
  -moz-animation: move1 1s infinite;
  animation: move1 1s infinite;
  opacity: 0.8;
}
.whatsapp01 img {
  width: 100%;
  height: auto;
}
.mobweb01 {
  display: none;
}
.whatsapp01:hover {
  opacity: 1;
}
@keyframes move1 {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 10px;
  }
}
@-webkit-keyframes move1 {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .home1-footer .last-col .logo {
    text-align: center;
  }
  .card-title {
    text-align: center;
  }

  .home1-footer .first-col .social-icons {
    text-align: center;
  }

  .home1-clinic-service-section .two-s-cards .online-service img {
    border-radius: 20px !important;
    padding-left: 0;
    width: 100%;
  }

  .paste-btn12 a {
    display: block;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
  }

  .socialA {
    display: flex;
    justify-content: center;
  }

  .header-area .top-menu .home1-top-menu-ul li {
    border-right: none;
  }

  .sdmhHospial {
    padding: 0;
  }

  .member-Span .custom-card a {
    /* display: block; */
    margin: auto;
  }
}

/*social icon*/

#sticky-social {
  left: 0;
  position: fixed;
  top: 150px;
  z-index: 99999;
}
#sticky-social a {
  background: #0095f7;
  color: #fff;
  display: block;
  height: 45px;
  font: 16px "Open Sans", sans-serif;
  line-height: 13px;
  position: relative;
  text-align: center;
  width: 43px;
  margin-bottom: 5px;
  bottom: -260px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}

/* #sticky-social a:hover span {
  left: 90%;
  color: white;
} */

/* ---------------------------------------------- */
#sticky-social a[class*="Call"],
#sticky-social a[class*="Call"]:hover,
#sticky-social a[class*="Call"] span {
  background: #0095f7;
}
/* ---------------------------------------------- */
#sticky-social a[class*="googelMap"],
#sticky-social a[class*="googelMap"]:hover,
#sticky-social a[class*="googelMap"] span {
  background: #ea4335;
}
/* ---------------------------------------------- */
#sticky-social a[class*="whatsApp"],
#sticky-social a[class*="whatsApp"]:hover,
#sticky-social a[class*="whatsApp"] span {
  background: #25d366;
}
