[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: live-service.php
<?php include("header.php"); ?> <!-- // Header include --> <!-- Inner Banner Start --> <div class="inner-banner"> <img src="images/inner-banner.png" alt=""> <div class="container"> <h2>Our <span>Services</span></h2> </div> </div> <!-- Service Start --> <div class="inner-service"> <div class="container"> <h4>Live-in Services (24 Hrs) – Service throughout India</h4> <p>At Home Team, we are dedicated to providing exceptional home health care services that prioritize the well-being and comfort of our clients. With a profound commitment to enhancing lives through compassionate care, we offer a comprehensive range of services designed to cater to the unique needs of individuals and families. Our team of highly skilled professionals is dedicated to ensuring that our clients receive the highest quality care in the comfort of their own homes.</p> <div class="row"> <?php $count=1; $sr='service'; $stmt =$show->readwithdata($sr,'category','Live-in Services (24 Hrs)'); $num = $stmt->rowCount(); if($num>0){ while ($row = $stmt->fetch(PDO::FETCH_ASSOC)){ extract($row); $id=$row['id']; ?> <?php if($count%2==0){?> <div class="service-block-box"> <div class="col-md-6 col-sm-6 col-xs-12"> <div class="service-content-image"> <img src="<?=$pic_img?>/<?=$row['image']?>"> </div> </div> <div class="col-md-6 col-sm-6 col-xs-12"> <div class="service-content-box"> <h3><?=$row['title']?></h3> <?=htmlspecialchars_decode($row['content'])?> <a href="" class="service-btn" data-toggle="modal" data-target="#myModal">Enquiry Now</a> </div> </div> </div> <?php }else{?> <div class="service-block-box"> <div class="col-md-6 col-sm-6 col-xs-12"> <div class="service-content-box"> <h3><?=$row['title']?></h3> <?=htmlspecialchars_decode($row['content'])?> <a href="" class="service-btn" data-toggle="modal" data-target="#myModal">Enquiry Now</a> </div> </div> <div class="col-md-6 col-sm-6 col-xs-12"> <div class="service-content-image"> <img src="<?=$pic_img?>/<?=$row['image']?>"> </div> </div> </div> <?php } ?> <?php ++$count;} } ?> </div> </div> </div> <!--Japa Care (Newborn) Services Pup-up--> <div id="myModal" class="modal fade pageloadPupup" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <img src="images/logo.png" alt="" class="" style=""> </div> <div class="modal-body"> <div class="col-md-3 col-sm-3 col-xs-12"> <div class="modal-images"> <ul> <li><img src="images/service-1.png"></li> <li><img src="images/service-2.png"></li> <li><img src="images/service-3.png"></li> <li><img src="images/service-4.png"></li> </ul> </div> </div> <div class="col-md-6 col-sm-6 col-xs-12"> <div class="modal-enquary"> <h3>Booking Enquiry Form</h3> <form method="post"> <div class="modal-enquary-form"> <label>Full Name</label> <input id="name" type="text" title="name" name="name" placeholder="Enter Your Full Name"> </div> <div class="modal-enquary-form"> <label>Phone</label> <input id="name" type="text" title="name" name="phone" placeholder="Enter Your Phone Number"> </div> <div class="modal-enquary-form"> <label>Email</label> <input id="email" type="email" title="email" name="email" placeholder="Enter Your Email ID"> </div> <div class="modal-enquary-form"> <label>Service Required</label> <select name="service"> <option value="">Choose Service</option> <option value="Japa Care (Newborn Services)">Japa Care (Newborn Services)</option> <option value="Nanny & Babysitter Services">Nanny & Babysitter Services</option> <option value="Home Nursing Care Services">Home Nursing Care Services</option> <option value="Home Nursing Care Services">Home Nursing Care Services</option> <option value="Elderly Care Assistant (ECA) Services">Elderly Care Assistant (ECA) Services</option> <option value="Elderly Care Assistant (ECA) Services">Elderly Care Assistant (ECA) Services</option> <option value="Tailored Medical Care Services">Tailored Medical Care Services</option> <option value="Ward Boy Services">Ward Boy Services</option> <option value="Office Boy Services (Standard working hours)">Office Boy Services (Standard working hours)</option> <option value="Domestic Help Service">Domestic Help Services</option> </select> </div> <div class="modal-enquary-form"> <label>City</label> <select name="city"> <option value="">Choose City</option> <option value="Kolkata">Kolkata</option> <option value="Asansol">Asansol</option> <option value="Siliguri">Siliguri</option> <option value="Durgapur">Durgapur</option> <option value="Bardhaman">Bardhaman</option> <option value="Malda">Malda</option> <option value="Habra">Habra</option> <option value="Shantipur">Shantipur</option> <option value="Krishnanagar">Krishnanagar</option> <option value="Ranaghat">Ranaghat</option> </select> </div> <div class="requirements"> <label>Requirement Details</label> <textarea placeholder="Any Special Requirements" name="requirements"></textarea> </div> <div class="modal-enquary-form checkbox"> <input id="name" type="checkbox" required> <a href="#">I Accept Terms and Condition</a> </div> <div class="modal-enquary-form enquary-btn"> <input type="submit" value="Submit" name="sub"> </div> </form> <?php if(isset($_POST['sub'])){ $data = array( 'name' => htmlspecialchars($_POST['name']), 'phone' => htmlspecialchars($_POST['phone']), 'email' => htmlspecialchars($_POST['email']), 'requirements' => htmlspecialchars($_POST['requirements']), 'city' => htmlspecialchars($_POST['city']), 'service' => htmlspecialchars($_POST['service']), ); // print_r($data); if($show->insert('enquiry',$data)){ echo '<script> setTimeout(function() { swal({ title: "Thank You !", text: "Your enquiry request has been confirmed. We will contact you soon.", type: "success" }, function() { window.location = "'.$_SERVER['REQUEST_URI'].'"; }); }, 1000); </script>'; $em=$_POST['email']; $email_subject = "enquiry Confirmation"; $em11='<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">'; $email_content1="<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='https://www.w3.org/1999/xhtml'> <head> <title>Test Email Sample</title> <meta http–equiv='Content-Type' content='text/html; charset=UTF-8' /> <meta http–equiv='X-UA-Compatible' content='IE=edge' /> <meta name='viewport' content='width=device-width, initial-scale=1.0 ' /> <style> h2{ color:#000; font-size:26px; } #b{ width:500px; font-size:15px; } th{ background-color:#fff; } </style> </head> <body style='background-color:f9f7f7; text-align:center;font-size:17px;'> <table style='margin-left: auto; margin-right: auto;border: 20px double #b5bcbf;width:600px; text-align:center;font-size:16px;'> <tr><td style='background-color:#e40046'> <img src='$company_logo' width='50%'></td></tr> <tr><td style='text-align:center;'> <h3 style='text-align: center;font-size: 17px; text-transform: uppercase;'>Welcome to $company_name</h3></td></tr> <tr><td text-align:center;font-size:14px;><br>Hi Admin,<br><br> New enquiry has been received.<br> Name:".$_POST['name']." <br> Email:".$_POST['email']." <br> Phone:".$_POST['phone']." <br> Requirement:".$_POST['requirements']." <br> <br><br><br><br> <br> </td></tr> </tr> </table> <p><b>$company_name</b><br> Web : $website<br> Email : $email<br> Phone : $phone<br> </p> <small>Copyright ©<?=date('Y')?> $company_name,$address. All rights reserved. </small> </body></html>"; $email_content=" <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='https://www.w3.org/1999/xhtml'> <head> <title>Test Email Sample</title> <meta http–equiv='Content-Type' content='text/html; charset=UTF-8' /> <meta http–equiv='X-UA-Compatible' content='IE=edge' /> <meta name='viewport' content='width=device-width, initial-scale=1.0 ' /> <style> h2{ color:#000; font-size:26px; } #b{ width:500px; font-size:15px; } th{ background-color:#fff; } </style> </head> <body style='background-color:f9f7f7; text-align:center;font-size:17px;'> <table style='margin-left: auto; margin-right: auto;border: 20px double #b5bcbf;width:600px; text-align:center;font-size:16px;'> <tr><td style='background-color:#e40046'> <img src='$company_logo' width='50%'></td></tr> <tr><td style='text-align:center;'> <h3 style='text-align: center;font-size: 17px; text-transform: uppercase;'>Welcome to $company_name</h3></td></tr> <tr><td text-align:center;font-size:14px;><br>Hi ".$_POST['name'].",<br><br> Your enquiry with email id ".$em." has been successful. We will contact you soon. <br><br> <br><br><br><br> <br> </td></tr> </tr> </table> <p><b>$company_name</b><br> Web : $website<br> Email : $email<br> Phone : $phone<br> </p> <small>Copyright ©<?=date('Y')?> $company_name,$address. All rights reserved. </small> </body></html>"; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; if(@mail('info@hometeam354.in',$email_subject,$email_content1,$headers) && @mail($_POST['email'],$email_subject,$email_content,$headers)) { //echo "<script>alert('sent');</script>"; } else { } } } ?> </div> </div> <div class="col-md-3 col-sm-3 col-xs-12"> <div class="modal-images"> <ul> <li><img src="images/service-5.png"></li> <li><img src="images/service-6.png"></li> <li><img src="images/service-7.png"></li> <li><img src="images/service-8.png"></li> </ul> </div> </div> </div> </div> </div> </div> <!--Nanny & Babysitter Services Pup-up--> <!-- <div id="myModal2" class="modal fade pageloadPupup" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <img src="images/logo.png" alt="" class="" style=""> </div> <div class="modal-body"> <div class="service-modal-block"> <div class="col-md-4 col-sm-4 col-xs-12"> <div class="service-content-image"> <img src="images/service-2.png"> </div> </div> <div class="col-md-8 col-sm-8 col-xs-12"> <div class="service-modal-content"> <h3>Nanny & Babysitter Services </h3> <p>Nannies provide more consistent, long-term care with broader responsibilities, while babysitters offer short-term, occasional care with more limited duties.</p> </div> </div> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="service-modal-content"> <ul> <li>Duties and Responsibilities :</li> <li><b>Ensuring the safety of the children : </b>Babysitters and nannies need to be vigilant and attentive to ensure the children are safe at all times. This involves monitoring their activities, ensuring they are not exposed to any hazards, and providing appropriate supervision.</li> <li><b>Providing basic care : </b>This includes feeding the children, changing diapers (for infants and toddlers), helping with toileting, and assisting with bathing and dressing.</li> <li><b>Meal Preparation and Feeding : </b>Our babysitters can assist with meal preparation and feeding according to your instructions, ensuring that your children receive nutritious and balanced meals while in their care.</li> <li><b>Engaging in age-appropriate activities : </b>Babysitters and nannies are responsible for engaging the children in various activities that promote their development and keep them entertained. These activities may include playing games, reading stories, doing crafts, helping with homework, or taking them to parks or other outings.</li> <li><b>Maintaining a routine : </b>Babysitters and nannies often follow the routine established by the parents to ensure consistency in the child's daily activities, such as meal times, nap times, and bedtime routines.</li> <li><b>Administering medication (if necessary) : </b>In some cases, babysitters may be responsible for administering medication to children following the instructions provided by the parents or guardians.</li> <li><b>Light household chores : </b>Depending on the agreement with the parents, babysitters and nannies may also be responsible for light household chores related to the children, such as cleaning up after meals, doing the children's laundry, or tidying up their play areas.</li> <li><b>Communication with Parents : </b>We prioritize open communication with parents. Our babysitters provide regular updates on your children's activities, well-being, and any noteworthy events that occur during their time together.</li> <li><b>Client Feedback : </b>We value feedback from our clients and use it to continually improve our services. We encourage open communication and welcome any suggestions or concerns you may have regarding your experience with our babysitters.</li> <li><b>Trusted and Reliable : </b>With a reputation for providing trustworthy and reliable childcare services, you can have peace of mind knowing that your children are in capable hands with our team of babysitters.</li> </ul> </div> </div> </div> </div> </div> </div> </div> --> <!--Home Nursing Care Services Pup-up--> <!-- <div id="myModal3" class="modal fade pageloadPupup" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <img src="images/logo.png" alt="" class="" style=""> </div> <div class="modal-body"> <div class="service-modal-block"> <div class="col-md-4 col-sm-4 col-xs-12"> <div class="service-content-image"> <img src="images/service-3.png"> </div> </div> <div class="col-md-8 col-sm-8 col-xs-12"> <div class="service-modal-content"> <h3>Home Nursing Care Services</h3> <p>Home Team is a leading provider of home nursing care services, offering comprehensive and personalized care to patients in the comfort of their own homes. Their dedicated team of skilled and compassionate nurses is trained to deliver a wide range of healthcare services. Our team can provide both “Sister” and “Brother” nurses. Here are some of the home nursing care services provided by Home Team :</p> </div> </div> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="service-modal-content"> <ul> <li><b>Medication Management : </b>Home Team's nurses assist patients in managing their medications, ensuring proper dosage, timing, and administration. They help patients understand their medications, monitor their effectiveness, and address any concerns or side effects.</li> <li><b>Wound Care : </b>Home Team's nursing staff specializes in wound care management. They assess and dress wounds, provide wound cleaning and infection control, and monitor the healing progress. They ensure proper wound care techniques and use advanced dressings to promote optimal healing.</li> <li><b>Post-operative Care : </b>After surgical procedures, Home Team's nurses provide post-operative care and monitoring. They help with wound care, pain management, incision care, and ensure that patients follow the prescribed post-operative instructions.</li> <li><b>Chronic Disease Management : </b>Nurses from Home Team are experienced in managing chronic diseases such as diabetes, hypertension, respiratory conditions, and more. They help patients understand their conditions, provide education on self-management, monitor symptoms, and assist with medication compliance.</li> <li><b>Palliative Care : </b>Home Team offers palliative care services to patients with serious illnesses. Their nurses provide symptom management, pain relief, emotional support, and help patients and their families navigate end-of-life care decisions with dignity and compassion.</li> <li><b>Rehabilitation Support : </b>Home Team's nurses assist patients in their rehabilitation journey. They collaborate with physiotherapists and occupational therapists to implement rehabilitation plans, perform exercises, assist with mobility, and support patients in regaining their independence.</li> <li><b>Health Monitoring and Assessment : </b>The nursing team at Home Team conducts health assessments, monitors vital signs, and evaluates overall health status. They identify any changes in the patient's condition, communicate with healthcare professionals, and ensure timely interventions and care adjustments.</li> <li><b>Health Education and Counselling : </b>Home Team's nurses provide health education to patients and their families, empowering them to make informed decisions about their health. They offer guidance on lifestyle modifications, disease prevention, and promote overall wellness. Additionally, they provide emotional support and counselling to patients and their families during their healthcare journey.</li> </ul> </div> </div> </div> </div> </div> </div> </div> --> <!--Patient Care Assistant (PCA) Services Pup-up--> <!-- <div id="myModal4" class="modal fade pageloadPupup" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <img src="images/logo.png" alt="" class="" style=""> </div> <div class="modal-body"> <div class="service-modal-block"> <div class="col-md-4 col-sm-4 col-xs-12"> <div class="service-content-image"> <img src="images/service-4.png"> </div> </div> <div class="col-md-8 col-sm-8 col-xs-12"> <div class="service-modal-content"> <h3>Patient Care Assistant (PCA) Services </h3> <p>Patient Care Assistant (PCA) services provided by HOME TEAM encompass a range of home health care services designed to support individuals in their own homes. PCAs are trained professionals who offer assistance and personalized care to patients, ensuring their well-being and comfort. Here are some key aspects of the Patient Care Assistant services offered by HOME TEAM :</p> </div> </div> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="service-modal-content"> <ul> <li><b>Personal Care : </b>PCAs assist with activities of daily living (ADLs), including bathing, grooming, and toileting. They ensure that patients maintain proper hygiene and personal care.</li> <li><b>Mobility Assistance : </b>PCAs help patients with mobility challenges, providing support and assistance with transferring, walking, and using mobility aids like walkers or wheelchairs.</li> <li><b>Medication Reminders : </b>PCAs ensure that patients take their medications on time by providing reminders and assistance with medication administration, following prescribed schedules and dosages.</li> <li><b>Meal Preparation : </b>PCAs prepare nutritious meals based on the patients' dietary requirements and preferences. They assist with feeding, if necessary, and encourage proper nutrition.</li> <li><b>Companionship : </b>PCAs provide companionship and emotional support to patients, engaging in conversations, accompanying them on outings, and participating in activities to alleviate feelings of loneliness or isolation.</li> <li><b>Light Housekeeping : </b>PCAs help maintain a clean and safe home environment by performing light housekeeping tasks, such as tidying up, laundry, and light meal preparation of patient.</li> <li><b>Appointment Accompaniment : </b>PCAs may accompany patients to medical appointments, offering assistance with transportation and providing support during the visit.</li> <li><b>Documentation and Reporting : </b>PCAs maintain accurate records of care provided, documenting observations, activities, and any changes in the patient's condition. They report to healthcare professionals or family members as necessary.</li> <li><b>Respite Care : </b>PCAs offer respite care services to provide temporary relief to family caregivers. They step in to care for the patient, allowing the primary caregiver to take a break and attend to personal needs.</li> <li><b>Rehabilitation Support : </b>PCAs assist in carrying out prescribed rehabilitation exercises or activities recommended by Physiotherapist or healthcare professionals, promoting physical recovery and mobility.</li> <li><b>Emotional Support : </b>PCAs offer empathy, compassion, and active listening to patients, fostering a supportive and caring environment to address emotional needs.</li> <li><b>Safety Monitoring : </b>PCAs ensure a safe home environment for patients, identifying potential hazards and taking precautions to prevent accidents or falls.</li> <li><b>Communication Liaison : </b>PCAs serve as a communication link between patients, their families, and healthcare professionals, relaying information and concerns to ensure effective care coordination.</li> <li>The Patient Care Assistant services provided by HOME TEAM prioritize the well-being and comfort of patients in their home environment. PCAs deliver personalized care, promoting independence, and enhancing the overall quality of life for individuals requiring home health care services.</li> </ul> </div> </div> </div> </div> </div> </div> </div> --> <!--Elderly Care Assistant (ECA) Services Pup-up--> <!-- <div id="myModal5" class="modal fade pageloadPupup" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <img src="images/logo.png" alt="" class="" style=""> </div> <div class="modal-body"> <div class="service-modal-block"> <div class="col-md-4 col-sm-4 col-xs-12"> <div class="service-content-image"> <img src="images/service-5.png"> </div> </div> <div class="col-md-8 col-sm-8 col-xs-12"> <div class="service-modal-content"> <h3>Elderly Care Assistant (ECA) Services </h3> <p>HOME TEAM's Elderly Care Assistant (ECA) services are specifically designed to cater to the distinct requirements of elderly individuals in need of home health care. ECAs are trained professionals who offer specialized care and support to seniors, promoting their well-being, independence, and overall quality of life. Here are some key aspects of the Elderly Care Assistant services offered by HOME TEAM :</p> </div> </div> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="service-modal-content"> <ul> <li><b>Personal Care : </b>ECAs assist with activities of daily living (ADLs) for elderly individuals, including bathing, dressing, grooming, and toileting. They ensure personal hygiene and maintain the dignity of the seniors.</li> <li><b>Medication Management : </b>ECAs help seniors with medication reminders, ensuring that they take their medications according to the prescribed schedule and dosage. They can also assist with medication administration, if required.</li> <li><b>Mobility Assistance : </b>ECAs provide support and assistance to seniors with mobility challenges. They help with transferring, walking, and using mobility aids like walkers or wheelchairs to enhance independence and safety.</li> <li><b>Meal Preparation : </b>ECAs prepare nutritious meals based on the dietary requirements and preferences of elderly individuals. They ensure that seniors receive balanced meals to support their overall health.</li> <li><b>Feeding Assistance : </b>ECAs assist seniors who have difficulty feeding themselves, ensuring that they receive proper nutrition. They can provide feeding support and monitor the intake of food and fluids.</li> <li><b>Companionship : </b>ECAs offer companionship and emotional support to combat feelings of loneliness or isolation among elderly individuals. They engage in conversations, accompany seniors on outings, and participate in activities to promote social interaction and mental stimulation.</li> <li><b>Cognitive Support : </b>ECAs are trained to provide cognitive stimulation activities to help maintain mental acuity and cognitive function in elderly individuals. They may engage seniors in puzzles, memory games, or other mentally stimulating activities.</li> <li><b>Safety Monitoring : </b>ECAs ensure a safe living environment for seniors by identifying potential hazards and implementing safety measures. They may assist with fall prevention strategies, home safety assessments, and monitoring for any changes in the senior's physical condition.</li> <li><b>Light Housekeeping : </b>ECAs help with light housekeeping tasks to maintain a clean and organized living space for seniors. They may assist with tasks such as tidying up, laundry, and light meal preparation.</li> <li><b>Appointment Accompaniment : </b>ECAs may accompany seniors to medical appointments, providing assistance with transportation and offering support during the visit. They can help seniors communicate their concerns or questions to healthcare professionals.</li> <li><b>Rehabilitation Support : </b>ECAs assist in carrying out prescribed rehabilitation exercises or activities recommended by healthcare professionals. They support seniors in their physical therapy or rehabilitation routines to improve mobility and functional independence.</li> <li><b>Respite Care : </b>ECAs offer respite care services to provide temporary relief to family caregivers. They step in to care for the senior, allowing the primary caregiver to take a break and attend to personal needs.</li> <li><b>Emotional Support : </b>ECAs provide emotional support, empathy, and active listening to seniors, addressing their emotional needs and promoting overall well-being.</li> <li><b>Memory Care : </b>ECAs who are trained in memory care techniques can support seniors with memory loss or dementia. They use specialized approaches to manage behavioural changes, promote a structured routine, and provide a safe environment for seniors with cognitive impairment.</li> <li><b>Fall Risk Assessment and Prevention : </b>ECAs assess the home environment for fall risks and implement appropriate fall prevention strategies. They help seniors with mobility and balance exercises to minimize the risk of falls.</li> <li><b>Assistance with Medical Equipment : </b>ECAs provide guidance and support in using medical equipment or devices, such as hearing aids, walkers. They ensure that seniors understand how to properly use and maintain their equipment.</li> <li><b>Social Engagement : </b>ECAs encourage social engagement for seniors by facilitating interactions with friends, family, or community groups. They may help seniors participate in social activities, hobbies, or outings to combat social isolation.</li> <li>The Elderly Care Assistant services offered by HOME TEAM prioritize the specific needs of elderly individuals, recognizing their unique challenges and providing specialized care. ECAs deliver personalized support, promoting independence, and enhancing the overall well-being of seniors in their own home environment.</li> </ul> </div> </div> </div> </div> </div> </div> </div> --> <!--Specialized Medical Care Services Pup-up--> <!-- <div id="myModal6" class="modal fade pageloadPupup" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <img src="images/logo.png" alt="" class="" style=""> </div> <div class="modal-body"> <div class="service-modal-block"> <div class="col-md-4 col-sm-4 col-xs-12"> <div class="service-content-image"> <img src="images/service-6.png"> </div> </div> <div class="col-md-8 col-sm-8 col-xs-12"> <div class="service-modal-content"> <h3>Specialized Medical Care Services </h3> <p>At Home Team, we are dedicated to providing a holistic approach to health and well-being through our specialized medical care services. Our commitment to enhancing lives extends beyond traditional healthcare, as we offer a range of services designed to cater to diverse needs and promote overall wellness. With a team of highly skilled professionals, we bring expert care directly to your doorstep, ensuring convenience and comfort as you embark on your journey towards optimal health.</p> </div> </div> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="service-modal-content"> <ul> <li><b>Physiotherapy : </b>Our physiotherapy services are tailored to restore and improve physical function, mobility, and quality of life. Whether you're recovering from an injury, surgery, or dealing with chronic pain, our licensed physiotherapists create personalized rehabilitation plans that focus on pain relief, muscle strengthening, and improving range of motion. By utilizing evidence-based techniques, we empower you to regain independence and achieve your physical goals.</li> <li><b>Yoga and Mindfulness : </b>Understanding the connection between the mind and body, our yoga and mindfulness sessions offer a unique approach to wellness. Certified instructors guide you through tailored yoga sessions that not only enhance flexibility and balance but also promote mental clarity and relaxation. With an emphasis on mindfulness techniques, these sessions contribute to stress reduction, improved focus, and emotional well-being.</li> </ul> </div> </div> </div> </div> </div> </div> </div> --> <!--Tailored Medical Care Services --> <!-- <div id="myModal7" class="modal fade pageloadPupup" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <img src="images/logo.png" alt="" class="" style=""> </div> <div class="modal-body"> <div class="service-modal-block"> <div class="col-md-4 col-sm-4 col-xs-12"> <div class="service-content-image"> <img src="images/service-7.png"> </div> </div> <div class="col-md-8 col-sm-8 col-xs-12"> <div class="service-modal-content"> <h3>Tailored Medical Care Services </h3> <p>At Home Team, we understand that every individual's health journey is unique. That's why we offer a range of tailored medical care services designed to cater to specific needs and conditions, ensuring personalized care that empowers and supports our clients. With a team of compassionate professionals who are dedicated to enhancing quality of life, we provide expert care in the comfort of your own home.</p> </div> </div> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="service-modal-content"> <ul> <li><b>Alzheimer's Care : </b>Caring for individuals with Alzheimer's disease demands a specialized approach. Our Alzheimer's Care services are designed to provide comprehensive support for both clients and their families. Our trained caregivers offer assistance with daily activities, memory-enhancing exercises, and create a safe and engaging environment that fosters cognitive stimulation and emotional well-being.</li> <li><b>Diabetic Care : </b>Managing diabetes requires a thoughtful and proactive approach. Our Diabetic Care services are tailored to help individuals effectively manage their condition. Our experienced team educates clients on proper nutrition, medication management, blood sugar monitoring, and lifestyle adjustments to promote stable blood sugar levels and prevent complications.</li> <li><b>Post-Operative Care : </b>After surgery, a smooth recovery is paramount. Our Post-Operative Care services offer specialized attention to clients during their recovery process. From wound care and medication management to monitoring for complications, our team ensures that individuals regain their strength and independence with optimal healing.</li> <li><b>Stroke Recovery Care : </b>Recovering from a stroke requires comprehensive and compassionate care. Our Stroke Recovery Care services are designed to support individuals through rehabilitation, focusing on rebuilding physical function, improving mobility, and regaining communication skills. Our therapists work closely with clients to create tailored plans that aid in their recovery journey.</li> <li><b>Heart Disease Management : </b>Managing heart disease necessitates a holistic approach. Our Heart Disease Management services encompass personalized plans that incorporate medication management, lifestyle modifications, and cardiac rehabilitation exercises. Our goal is to help individuals with heart conditions lead fulfilling lives while reducing the risk of further complications.</li> <li><b>Parkinson's Care : </b>Individuals with Parkinson's disease require specialized care that addresses both physical and emotional aspects. Our Parkinson's Care services focus on maintaining mobility, managing symptoms, and promoting emotional well-being. Our caregivers and therapists collaborate to create a care plan that enhances quality of life for those living with Parkinson's.</li> <li><b>Dementia Care : </b>Caring for individuals with dementia requires expertise and compassion. Our Dementia Care services provide personalized support, ensuring a safe and engaging environment for clients. We focus on memory-enhancing activities, maintaining daily routines, and fostering emotional connections to enhance the overall quality of life.</li> <li>At Home Team, our commitment to tailored medical care services reflects our dedication to the well-being of our clients. With a focus on individual needs and conditions, our team of professionals is here to provide expert care that empowers, supports, and enhances lives. Contact us today to learn more about how our specialized services, such as Alzheimer's Care, Diabetic Care, and more, can be tailored to address your specific needs and contribute to your overall health and well-being. Your personalized journey to better health begins with Home Team.</li> </div> </div> </div> </div> </div> </div> </div> --> <!--Ward Boy Services Pup-up--> <!-- <div id="myModal8" class="modal fade pageloadPupup" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <img src="images/logo.png" alt="" class="" style=""> </div> <div class="modal-body"> <div class="service-modal-block"> <div class="col-md-4 col-sm-4 col-xs-12"> <div class="service-content-image"> <img src="images/service-8.png"> </div> </div> <div class="col-md-8 col-sm-8 col-xs-12"> <div class="service-modal-content"> <h3>Ward Boy Services </h3> <p>In the realm of home health care services, Ward Boy services play a vital role in providing efficient and compassionate care to patients within the comfort of their own homes. HOME TEAM, a renowned provider of comprehensive home health care solutions, offers exceptional Ward Boy services to cater to the diverse needs of patients. This article delves into the significance of Ward Boy services and how HOME TEAM ensures exceptional care for their clients.</p> </div> </div> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="service-modal-content"> <ul> <li><b>Understanding Ward Boy Services : </b>Ward Boys, also known as Patient Care Assistants or Nursing Assistants, are trained professionals responsible for providing essential support to patients under the supervision of healthcare professionals. They offer assistance with activities of daily living, medication reminders, monitoring vital signs, and maintaining a safe and comfortable environment for patients.</li> <li><b>The Role of HOME TEAM's Ward Boy Services : </b>HOME TEAM understands the importance of personalized care and provides highly skilled Ward Boys who are trained to deliver quality assistance tailored to the specific needs of each patient. They work closely with the healthcare team to ensure seamless coordination and enhance the overall well-being of patients.</li> <li><b>Expertise and Training : </b>HOME TEAM prioritizes the expertise and training of their Ward Boys to ensure the highest standards of care. These professionals undergo rigorous training programs that encompass various aspects of patient care, including infection control, mobility assistance, emergency response, and communication skills. This equips them with the necessary skills to handle diverse patient scenarios effectively.</li> <li><b>Compassionate Care and Empathy : </b>Beyond their technical skills, Ward Boys from HOME TEAM are trained to provide compassionate care and empathy to patients. They understand the importance of building trust and maintaining a comforting environment for individuals who may be experiencing health challenges. Their presence and support contribute significantly to the overall well-being and mental health of the patients they serve.</li> <li><b>Collaborative Approach : </b>HOME TEAM fosters a collaborative approach to home health care, ensuring open communication and coordination among the entire care team. Ward Boys work closely with nurses, doctors, therapists, and other healthcare professionals to provide holistic care and address the evolving needs of patients effectively.</li> <li>HOME TEAM's Ward Boy services play a crucial role in delivering exceptional home health care services to patients. Through their expertise, training, and compassionate approach, they contribute significantly to improving the quality of life and well-being of individuals in need. By embracing the collaborative care model, HOME TEAM sets a standard for excellence in home health care, ensuring that patients receive comprehensive and personalized care within the comfort of their own homes.</li> </ul> </div> </div> </div> </div> </div> </div> </div> --> <!--Office Boy Services Pup-up--> <!-- <div id="myModal9" class="modal fade pageloadPupup" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <img src="images/logo.png" alt="" class="" style=""> </div> <div class="modal-body"> <div class="service-modal-block"> <div class="col-md-4 col-sm-4 col-xs-12"> <div class="service-content-image"> <img src="images/service-9.png"> </div> </div> <div class="col-md-8 col-sm-8 col-xs-12"> <div class="service-modal-content"> <h3>Office Boy Services </h3> <p>Office boy services any organization, typically involve a range of administrative and support tasks aimed at maintaining the smooth functioning of the office environment. Some of the duties of an office boy might include:</p> </div> </div> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="service-modal-content"> <ul> <li><b>1. Distributing documents, files, and correspondence within the office or between different departments.</b></li> <li><b>2. Handling incoming and outgoing mail, including sorting, delivering, and dispatching.</b></li> <li><b>3. Running errands outside the office, such as delivering documents to other offices or government agencies.</b></li> <li><b>4. Assisting with basic office maintenance tasks, such as setting up meeting rooms, arranging furniture, and ensuring office supplies are stocked.</b></li> <li><b>5. Making photocopies, scanning documents, and assisting with basic clerical tasks as needed.</b></li> <li><b>6. Assisting staff with tasks such as photocopying, filing, and organizing documents.</b></li> <li><b>7. Providing support during meetings, conferences, or events, such as setting up equipment, arranging refreshments, and assisting attendees.</b></li> <li>Overall, office boy services play a crucial role in ensuring the efficient operation of the office and supporting the work of other staff members within an organization.</li> </ul> </div> </div> </div> </div> </div> </div> </div> --> <!--Domestic Help Services Pup-up--> <!-- <div id="myModal10" class="modal fade pageloadPupup" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <img src="images/logo.png" alt="" class="" style=""> </div> <div class="modal-body"> <div class="service-modal-block"> <div class="col-md-4 col-sm-4 col-xs-12"> <div class="service-content-image"> <img src="images/service-10.png"> </div> </div> <div class="col-md-8 col-sm-8 col-xs-12"> <div class="service-modal-content"> <h3>Domestic Help Services </h3> <p>The Domestic Help services provided by HOME TEAM encompass a range of home health care services that focus on assisting individuals with daily household tasks and maintaining a clean and organized living environment. These services aim to support individuals who require additional help with household chores due to physical limitations, health conditions, or other circumstances. Here are some key aspects of the Domestic Help services offered by HOME TEAM :</p> </div> </div> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="service-modal-content"> <ul> <li><b>Housekeeping : </b>Domestic helpers assist with general housekeeping tasks, including cleaning, dusting, sweeping, mopping, and vacuuming. They ensure that the living space is kept clean and tidy.</li> <li><b>Laundry and Ironing : </b>Domestic helpers take care of laundry needs, including washing, drying, folding, and ironing clothes and linens. They help maintain cleanliness and organization in the home.</li> <li><b>Basic Meal Preparation : </b>Domestic Help can assist with basic meal preparation tasks, such as chopping vegetables, basic cooking techniques (e.g., boiling, steaming, simple stir-frying), and following recipes provided to them.</li> <li><b>Simple Meals: </b>Domestic Help can prepare simpler meals that are more focused on everyday home cooking, such as rice, veg & non-veg dishes and salads. They may not have extensive culinary training or expertise in advanced cooking techniques.</li> <li><b>Assistance and Support : </b>Domestic Help provides support to individuals in meal preparation, helping with tasks like setting the table, cleaning up after meals, and organizing kitchen utensils.</li> <li><b>Grocery Shopping : </b>Domestic helpers can assist with grocery shopping, either accompanying the individual or performing the task on their behalf. They help maintain a well-stocked kitchen and ensure that necessary supplies are available.</li> <li><b>Errands and Appointments : </b>Domestic helpers may run errands, such as picking up prescriptions or collecting mail, and can accompany individuals to appointments, providing assistance and support as needed.</li> <li><b>Companionship : </b>Domestic helpers offer companionship and social interaction to individuals. They engage in conversations, provide emotional support, and participate in activities to alleviate feelings of loneliness or isolation.</li> <li><b>Organization and De-cluttering : </b>Domestic helpers can assist with organizing and de-cluttering living spaces, ensuring that items are stored efficiently and promoting a clean and organized environment.</li> <li><b>Light Gardening: </b>Domestic helpers can help with basic gardening tasks, such as watering plants, light pruning, or maintaining small outdoor areas. They contribute to maintaining a pleasant outdoor environment.</li> <li><b>Safety Monitoring : </b>Domestic helpers can help monitor the safety and security of the home environment, identifying potential hazards and taking precautions to prevent accidents or injuries.</li> <li>It's important to note that the specific services provided by Domestic Help from HOME TEAM may vary based on individual needs and preferences. The aim is to offer practical assistance and support to individuals in maintaining a clean, organized, and comfortable living space, enabling them to focus on their health and well-being.</li> </ul> </div> </div> </div> </div> </div> </div> </div> --> <script type="text/javascript"> jQuery(window).on('load', function() { jQuery('#myModal').modal('show'); }); </script> <!-- //Page load Pup-up--> <!-- Footer include --> <?php include("footer.php"); ?> <!-- // Footer include -->
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server05.hostinghome.co.in
Server IP: 192.168.74.40
PHP Version: 7.4.33
Server Software: Apache
System: Linux server05.hostinghome.co.in 3.10.0-962.3.2.lve1.5.81.el7.x86_64 #1 SMP Wed May 31 10:36:47 UTC 2023 x86_64
HDD Total: 1.95 TB
HDD Free: 678.08 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Disabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: itsweb
User ID (UID): 1619
Group ID (GID): 1621
Script Owner UID: 1619
Current Dir Owner: 1619