Parul Sevashram Hospital

Health Camps 2025

.month_container { width: 100%; padding: 20px; box-sizing: border-box; } .month_row { max-width: 1200px; margin: 0 auto; } .innermonth h4 { text-align: center; font-size: 1.5rem; margin-bottom: 20px; } .image_accor_events { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; } .eventsimgboxs { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; } .lightbox-thumbnail img { max-width: 100%; height: auto; border-radius: 8px; transition: transform 0.3s ease; } .lightbox-thumbnail img:hover { transform: scale(1.05); } @media (min-width: 768px) { .lightbox-thumbnail { flex: 1 1 calc(33.33% – 30px); /* 3 per row */ max-width: calc(33.33% – 30px); } } @media (max-width: 767px) { .lightbox-thumbnail { flex: 1 1 calc(50% – 30px); /* 2 per row on small screens */ max-width: calc(50% – 30px); } } @media (max-width: 480px) { .lightbox-thumbnail { flex: 1 1 100%; /* 1 per row on very small screens */ max-width: 100%; } } hr { margin: 40px 0; border: 1px solid #ccc; }

A General Health Check-up Camp in Banswara


A Collaborative Camp at Punit Ashram Dakor with Lions Club and VYO


.month_container {
display: flex;
flex-direction: column;
gap: 20px;
}

.month_row {
width: 100%;
}

.innermonth h4 {
font-size: 18px;
margin-bottom: 15px;
color: #002d62;
}

.image_accor_events {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
}

.image_accor_events img {
width: 100%;
height: auto;
display: block;
border-radius: 6px;
transition: transform 0.3s ease;
}

.image_accor_events img:hover {
transform: scale(1.03);
}

/* Responsive for tablets */
@media screen and (max-width: 768px) {
.image_accor_events {
grid-template-columns: repeat(2, 1fr);
}
}

/* Responsive for mobile */
@media screen and (max-width: 480px) {
.image_accor_events {
grid-template-columns: 1fr;
}

.innermonth h4 {
font-size: 16px;
}
}

General & Mega health Check-up camps organized at Sudan (Anand) | Barkol (Kalol) | Kushalgadh (Rajasthan) | Triquench India Company (Ahmedabad)

.month_container { display: flex; flex-direction: column; gap: 20px; } .month_row { width: 100%; } .innermonth h4 { font-size: 18px; margin-bottom: 15px; color: #002d62; } .image_accor_events { display: grid; grid-template-columns: repeat(3, 1fr); /* Default to 3 columns */ gap: 16px; } .image_accor_events img { width: 100%; height: auto; display: block; border-radius: 6px; transition: transform 0.3s ease; } .image_accor_events img:hover { transform: scale(1.03); } /* Responsive for tablets */ @media screen and (max-width: 768px) { .image_accor_events { grid-template-columns: repeat(2, 1fr); } } /* Responsive for mobile */ @media screen and (max-width: 480px) { .image_accor_events { grid-template-columns: 1fr; } .innermonth h4 { font-size: 16px; } }

General Camp, Kanha City::

.month_container { display: flex; flex-direction: column; gap: 40px; padding: 20px; max-width: 1200px; margin: auto; } .month_row { background-color: #f9f9f9; border-radius: 8px; padding: 20px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .innermonth h4 { margin-bottom: 15px; font-size: 1.5rem; color: #333; } .image_accor_events { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; } .image_accor_events img { width: 100%; height: auto; object-fit: cover; border-radius: 5px; } @media (max-width: 500px) { .innermonth h4 { font-size: 1.2rem; } }

Oral Cancer Screening at Transpek Industry Ltd

General and Mega Health Check-up Camps Organized at Umreth (Anand) & HUNF Project

.month_container { display: flex; flex-direction: column; gap: 30px; padding: 20px; box-sizing: border-box; } .month_row { width: 100%; } .innermonth { max-width: 1200px; margin: 0 auto; } .innermonth h4 { margin-bottom: 20px; font-size: 1.2rem; text-align: center; } .image_grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; } .image_grid img { width: 100%; height: auto; display: block; object-fit: cover; border-radius: 6px; } @media (max-width: 600px) { .innermonth h4 { font-size: 1rem; } }

A 15 days medical camp organized in association with Infrastructure Skill Development Academy (ISDA) at Halol Taluka Villages

/* Lightbox overlay */ .lightbox-modal { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.85); justify-content: center; align-items: center; } .lightbox-modal img { max-width: 90%; max-height: 90%; border-radius: 10px; } .lightbox-modal:target { display: flex; } /* Responsive Grid */ .image-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; } .image-grid img { width: 100%; height: auto; border-radius: 8px; cursor: pointer; transition: transform 0.3s ease; } .image-grid img:hover { transform: scale(1.05); }

General and Mega Health Check-up Camps Organized at Naswadi OPD

Naswadi OPD 1 Naswadi OPD 2 Naswadi OPD 3 Naswadi OPD 4 Naswadi OPD 5 Naswadi OPD 6
/* Lightbox overlay */ .lightbox-modal { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100vw; /* Full viewport width */ height: 100vh; /* Full viewport height */ background: rgba(0, 0, 0, 0.85); justify-content: center; align-items: center; padding: 20px; /* Optional: padding for some space around */ } .lightbox-modal img { max-width: 90%; /* Responsive max width */ max-height: 90%; /* Responsive max height */ border-radius: 10px; object-fit: contain; /* Maintain aspect ratio */ } .lightbox-modal:target { display: flex; } /* Responsive Grid */ .image-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive columns */ gap: 15px; } .image-grid img { width: 100%; /* Full width inside grid cell */ height: auto; border-radius: 10px; cursor: pointer; transition: transform 0.3s ease; display: block; } .image-grid img:hover { transform: scale(1.05); }

Health Check-up Camp at New Era Senior Secondary School (SSC of 10 Days)

Image 1 Image 2 Image 3 Image 4 Image 5 Image 6 Image 7 Image 8 Image 9 Image 10

General & Mega Health Check-up camps organized at Naswadi OPD Ambav (Anand) | Ganesh Pandal (Vadodara) for 10 days | Limbali (Anand) Wadi (Vadodara)

Camp Image 1 Camp Image 2 Camp Image 3 Camp Image 4
.image_accor_events {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 10px;
max-width: 1200px;
margin: 0 auto;
}
.image_accor_events img {
width: 100%;
height: auto;
border-radius: 8px;
cursor: pointer;
transition: transform 0.3s ease;
display: block;
}
.image_accor_events img:hover {
transform: scale(1.03);
}

/* Lightbox overlay */
.lightbox-modal {
display: none;
position: fixed;
z-index: 9999;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0,0,0,0.85);
justify-content: center;
align-items: center;
padding: 20px;
}
.lightbox-modal img {
max-width: 90%;
max-height: 90%;
border-radius: 10px;
object-fit: contain;
}
.lightbox-modal:target {
display: flex;
}
/* Lightbox link (click anywhere to close) */
.lightbox-modal a {
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
}

General & Mega Health Check-up camps organized at Naswadi OPD | Kahanwadi (Anand) | Nada (Shehera) | Gangadtalai (Banswara) | Nani Ubharvan (Halol) | HUNF Project (SRC) | Ayushman Health Mela for 10 days at CHCs

Health Camp Image 1 Health Camp Image 2 Health Camp Image 3
.image_accor_events { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 10px; } .image_accor_events img { width: 100%; height: auto; border-radius: 8px; cursor: pointer; transition: transform 0.3s ease; } .image_accor_events img:hover { transform: scale(1.03); } .lightbox-modal { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.85); justify-content: center; align-items: center; padding: 20px; } .lightbox-modal img { max-width: 90%; max-height: 90%; border-radius: 10px; object-fit: contain; } .lightbox-modal:target { display: flex; } .lightbox-modal a { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; }

General Camp at Jalalpura (Padra)

Camp Image 1 Camp Image 2 Camp Image 3

General Camp at Ranu (Padra)

Camp Image 4 Camp Image 5 Camp Image 6
.image_accor_events { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 10px; } .image_accor_events img { width: 100%; height: auto; border-radius: 8px; cursor: pointer; transition: transform 0.3s ease; } .image_accor_events img:hover { transform: scale(1.03); } .lightbox-modal { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.85); justify-content: center; align-items: center; padding: 20px; } .lightbox-modal img { max-width: 90%; max-height: 90%; border-radius: 10px; object-fit: contain; } .lightbox-modal:target { display: flex; } .lightbox-modal a { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; }

General Medical Camp at Naswadi OPD | Limkheda (Dahod)

Camp Image 1 Camp Image 2 Camp Image 3

Continued Medical Camp Activities

Camp Image 4 Camp Image 5 Camp Image 6
.image_accor_events { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 10px; } .image_accor_events img { width: 100%; height: auto; border-radius: 8px; cursor: pointer; transition: transform 0.3s ease; } .image_accor_events img:hover { transform: scale(1.03); } .lightbox-modal { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.85); justify-content: center; align-items: center; padding: 20px; } .lightbox-modal img { max-width: 90%; max-height: 90%; border-radius: 10px; object-fit: contain; } .lightbox-modal:target { display: flex; } .lightbox-modal a { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; }
Book an Appointment