  /*=================================
  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)
  {
  .mobweb01
  {
      display:block !important;
  }
  .deskweb01
  {
      display:none !important;
  }
  
  .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;
  }
  #sticky-social a span {
     line-height: 43px;
      left: -120px;
      position: absolute;
      text-align: center;
      border-radius: 0 24px 24px 0;
      width: 124px;
      top: 0px;
      height: 45px;
      transition: 0.5s;
  }
  #sticky-social a:hover span {
     left: 90%;
     color: white;
  }
  #sticky-social a[class*="facebook"],
  #sticky-social a[class*="facebook"]:hover,
  #sticky-social a[class*="facebook"] span { background: #3b5998; }
  
  #sticky-social a[class*="twitter"],
  #sticky-social a[class*="twitter"]:hover,
  #sticky-social a[class*="twitter"] span { background: #00aced; }
  
  #sticky-social a[class*="instagram"],
  #sticky-social a[class*="instagram"]:hover,
  #sticky-social a[class*="instagram"] span { background: #d43a87		; }  
  
  #sticky-social a[class*="linkedin"],
  #sticky-social a[class*="linkedin"]:hover,
  #sticky-social a[class*="linkedin"] span { background: #007bb6; }  
  
  #sticky-social a[class*="youtube"],
  #sticky-social a[class*="youtube"]:hover,
  #sticky-social a[class*="youtube"] span { background: #ff1c00; }

  #sticky-social a[class*="google"],
  #sticky-social a[class*="google"]:hover,
  #sticky-social a[class*="google"] span { background: #fff; color: black; }
  
  #sticky-social a[class*="pintrest"],
  #sticky-social a[class*="pintrest"]:hover,
  #sticky-social a[class*="pintrest"] span { background: #E60023; }
  
  #sticky-social a[class*="tumblr"],
  #sticky-social a[class*="tumblr"]:hover,
  #sticky-social a[class*="tumblr"] span { background: #3b4e6c; }
  
  /* ---------------------------------------------- */
  
  #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: #1ea362; }
