.whatsapp{
    position: fixed; 
    bottom: 134px;
    right: 15px;
            background-color: #ffc36c; 
            color: white; 
            border-radius: 50%; 
            width: 50px; 
            height: 50px; 
            display: flex; 
            align-items: center; 
            justify-content: center; 
            text-decoration: none; 
            box-shadow: 2px 2px 6px rgba(0,0,0,0.4); 
            font-size: 35px;
            z-index: 9999;
  }
  @media (max-width: 768px){
    .whatsapp{
      font-size: 30px;
       width: 40px; 
       height: 40px;
      bottom: 140px; 
      right:20px;
            
    }
    
  }


  .call-us{
    font-size: 24px;
            position: fixed; 
            bottom: 76px;
            right: 15px;
            background-color: #ffc36c; 
            color: white !important; 
            border-radius: 50%; 
            width: 50px; 
            height: 50px; 
            display: flex; 
            align-items: center; 
            justify-content: center; 
            text-decoration: none; 
            box-shadow: 2px 2px 6px rgba(0,0,0,0.4); 
            z-index: 9999;
  }

  @media (max-width: 768px){
    .call-us{
      font-size: 20px;
       width: 40px; 
       height: 40px;
      bottom: 80px; 
      right:20px;
            
    }
    
  }

