:root { –teal-primary: #008080; –teal-light: #20B2AA; –teal-bg: #eaf6f6; –charcoal: #2F4F4F; –text-dark: #1F2937; –text-light: #6B7280; –white: #FFFFFF; –light-grey: #F3F4F6; –card-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05); } .ydc-wrapper { font-family: ‘Plus Jakarta Sans’, sans-serif; color: var(–text-dark); background-color: #FAFAFA; line-height: 1.6; } .ydc-wrapper h1, .ydc-wrapper h2, .ydc-wrapper h3, .ydc-wrapper h4, .ydc-wrapper .brand-font { font-family: ‘Playfair Display’, serif; color: var(–charcoal); } /* — NAVBAR — */ .ydc-navbar { background: #FFFFFF; padding: 1rem 5%; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 2px 10px rgba(0,0,0,0.03); } /* — OFFICIAL BRAND LOGO DESIGN — */ .ydc-logo-area { display: flex; align-items: center; gap: 14px; text-decoration: none; } .ydc-logo-graphic-container { display: flex; align-items: center; font-family: ‘Arial Black’, Impact, sans-serif; font-size: 2.2rem; font-weight: 900; line-height: 1; color: #111111; letter-spacing: -1px; } .ydc-logo-d-shape { position: relative; background: #111111; color: #20B2AA; border-radius: 0 18px 18px 0; padding: 2px 12px 2px 8px; margin: 0 2px; display: flex; align-items: center; justify-content: center; } .ydc-logo-microscope-icon { font-size: 1.4rem; color: #00DBDB; font-style: normal; font-weight: normal; display: inline-block; transform: rotate(-15deg); } .ydc-logo-text h1 { font-family: ‘Plus Jakarta Sans’, sans-serif; font-size: 1.15rem; font-weight: 800; color: #0D3B3F; letter-spacing: 0.8px; line-height: 1.2; margin: 0; } .ydc-logo-text span { font-family: ‘Plus Jakarta Sans’, sans-serif; font-size: 0.75rem; font-weight: 600; color: var(–teal-light); display: block; letter-spacing: 2px; margin-top: 1px; text-transform: uppercase; } .ydc-nav-links { display: flex; gap: 2rem; list-style: none; margin: 0; padding: 0; } .ydc-nav-links a { text-decoration: none; color: var(–charcoal); font-weight: 600; font-size: 0.95rem; transition: color 0.3s; } .ydc-nav-links a:hover { color: var(–teal-primary); } .ydc-cta-btn { background: var(–teal-primary); color: var(–white); padding: 0.6rem 1.4rem; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: background 0.3s; display: inline-block; text-align: center; border: none; } .ydc-cta-btn:hover { background: var(–charcoal); color: var(–white); } /* — HERO SECTION — */ .ydc-hero { padding: 6rem 5% 4rem 5%; background: linear-gradient(135deg, var(–white) 60%, var(–teal-bg) 100%); display: flex; align-items: center; justify-content: space-between; gap: 4rem; } .ydc-hero-content { flex: 1; max-width: 600px; } .ydc-hero h2 { font-size: 3rem; line-height: 1.2; margin-bottom: 1.5rem; } .ydc-hero p { font-size: 1.1rem; color: var(–text-light); margin-bottom: 2rem; } .ydc-hero-btns { display: flex; gap: 1rem; } .ydc-hero-btn-secondary { border: 2px solid var(–teal-primary); color: var(–teal-primary); padding: 0.6rem 1.3rem; border-radius: 50px; text-decoration: none; font-weight: 600; transition: all 0.3s; } .ydc-hero-btn-secondary:hover { background: var(–teal-primary); color: var(–white); } .ydc-hero-image { flex: 1; display: flex; justify-content: center; } .ydc-microscope-graphic { width: 360px; height: 360px; border-radius: 50%; background: linear-gradient(135deg, #E0F2F1 0%, #B2DFDB 100%); border: 10px solid var(–white); box-shadow: var(–card-shadow); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; } .ydc-microscope-icon-svg { width: 140px; height: 140px; fill: var(–teal-primary); opacity: 0.85; } /* — MISSION BLOCK — */ .ydc-mission-section { background: var(–teal-bg); padding: 3.5rem 10%; text-align: center; } .ydc-mission-box h3 { font-size: 1.8rem; margin-bottom: 1rem; } .ydc-mission-box p { font-size: 1.1rem; color: var(–charcoal); max-width: 900px; margin: 0 auto; font-style: italic; } /* — PACKAGES GRID & COMPREHENSIVE MEDICAL MATRIX — */ .ydc-section-padding { padding: 5rem 5%; } .ydc-section-header { text-align: center; margin-bottom: 3.5rem; } .ydc-section-header h2 { font-size: 2.5rem; margin-bottom: 0.5rem; } .ydc-matrix-wrapper { background: var(–white); border-radius: 16px; box-shadow: var(–card-shadow); border: 1px solid #E5E7EB; overflow: hidden; margin-bottom: 3rem; } .ydc-matrix-header-strip { background: linear-gradient(135deg, #0D3B3F 0%, var(–charcoal) 100%); color: var(–white); padding: 1.5rem 2rem; display: flex; justify-content: space-between; align-items: center; } .ydc-matrix-header-strip h3 { color: var(–white); font-size: 1.4rem; font-family: ‘Plus Jakarta Sans’, sans-serif; font-weight: 700; margin: 0; } .ydc-matrix-badge-container { font-size: 0.85rem; background: rgba(255, 255, 255, 0.15); padding: 4px 12px; border-radius: 30px; border: 1px solid rgba(255,255,255,0.25); } .ydc-table-container { overflow-x: auto; } .ydc-wrapper table { width: 100%; border-collapse: collapse; text-align: left; font-size: 0.92rem; } .ydc-wrapper th, .ydc-wrapper td { padding: 1.1rem 1.2rem; border-bottom: 1px solid #E5E7EB; vertical-align: middle; } .ydc-wrapper th { background-color: #F8FAFC; color: var(–charcoal); font-weight: 700; text-transform: uppercase; font-size: 0.8rem; letter-spacing: 0.5px; border-bottom: 2px solid #E2E8F0; } .ydc-pkg-column-head { background-color: var(–teal-primary); color: var(–white) !important; text-align: center; font-weight: 700; font-size: 0.9rem !important; min-width: 95px; } .ydc-category-row-title { font-weight: 700; color: #0D3B3F; background-color: #F0FDF4; font-size: 0.85rem; letter-spacing: 0.5px; text-transform: uppercase; width: 160px; } .ydc-checkmark-yes { color: var(–teal-primary); font-weight: bold; font-size: 1.1rem; text-align: center; } .ydc-cross-no { color: #D1D5DB; font-weight: normal; text-align: center; font-size: 1.1rem; } .ydc-text-detail { font-size: 0.82rem; color: var(–text-dark); line-height: 1.3; font-weight: 500; } .ydc-price-row { background-color: #F8FAFC; font-weight: bold; } .ydc-price-matrix-text { color: var(–teal-primary); font-size: 1.2rem; font-weight: 800; text-align: center; } .ydc-action-row td { padding: 1.5rem 1rem; text-align: center; } /* — ADDONS — */ .ydc-addons-box { background: var(–white); border-left: 5px solid var(–teal-light); padding: 1.8rem; border-radius: 4px 16px 16px 4px; box-shadow: var(–card-shadow); border: 1px solid #E5E7EB; border-left-width: 5px; } .ydc-addons-box h3 { font-size: 1.3rem; margin-bottom: 1.2rem; font-family: ‘Plus Jakarta Sans’, sans-serif; font-weight: 700; } .ydc-addons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; } .ydc-addon-item { display: flex; align-items: center; justify-content: space-between; background: #F8FAFC; padding: 0.85rem 1.2rem; border-radius: 10px; font-weight: 700; border: 1px solid #E2E8F0; font-size: 0.9rem; } .ydc-addon-price { color: var(–teal-primary); font-weight: 800; } /* — DEPARTMENTS & MACHINES — */ .ydc-split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; background: #F0FDFA; } .ydc-dept-list { list-style: none; padding: 0; margin: 0; } .ydc-dept-list li { padding: 0.5rem 0; font-weight: 600; display: flex; align-items: center; gap: 10px; } .ydc-dept-list li::before { content: “โœฆ”; color: var(–teal-primary); } .ydc-upcoming-badge { font-size: 0.8rem; background: var(–charcoal); color: var(–white); padding: 0.2rem 0.6rem; border-radius: 20px; margin-left: 10px; } .ydc-machine-cards { display: flex; flex-direction: column; gap: 1.5rem; } .ydc-machine-card { background: var(–white); padding: 1.2rem; border-radius: 12px; box-shadow: var(–card-shadow); display: flex; align-items: center; gap: 1.5rem; border: 1px solid #E5E7EB; } .ydc-machine-img-mock { width: 90px; height: 90px; background: #F1F5F9; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; color: var(–teal-primary); text-align: center; padding: 6px; border: 2px dashed #CBD5E1; font-weight: bold; } /* — DOCTORS — */ .ydc-doctors-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; } .ydc-doc-card { background: var(–white); border-top: 5px solid var(–teal-primary); padding: 2.5rem; border-radius: 12px; box-shadow: var(–card-shadow); border-left: 1px solid #E5E7EB; border-right: 1px solid #E5E7EB; border-bottom: 1px solid #E5E7EB; } .ydc-doc-card h3 { font-size: 1.6rem; margin-bottom: 0.2rem; margin-top: 0; } .ydc-doc-subtitle { color: var(–teal-primary); font-weight: 700; font-size: 0.9rem; margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 1px; font-family: ‘Plus Jakarta Sans’, sans-serif; } .ydc-doc-card p { color: var(–text-dark); font-size: 0.98rem; margin-bottom: 1rem; text-align: justify; } /* — FOOTER — */ .ydc-footer { background: var(–charcoal); color: #E5E7EB; padding: 4rem 5% 2rem 5%; } .ydc-footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 3rem; border-bottom: 1px solid #4B5563; padding-bottom: 2.5rem; margin-bottom: 2rem; } .ydc-footer-col h4 { color: var(–white); font-size: 1.2rem; margin-bottom: 1.2rem; font-family: ‘Plus Jakarta Sans’, sans-serif; margin-top: 0; } .ydc-footer-col p { margin-bottom: 0.75rem; font-size: 0.95rem; } .ydc-footer-col a { color: var(–teal-light); text-decoration: none; transition: color 0.3s; } .ydc-footer-col a:hover { color: var(–white); text-decoration: underline; } .ydc-footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.85rem; color: #9CA3AF; } .ydc-policy-links a { color: #9CA3AF; text-decoration: none; margin-left: 15px; transition: color 0.3s; font-weight: 500; } .ydc-policy-links a:hover { color: var(–teal-light); } /* — RESPONSIVE BREAKPOINTS — */ @media (max-width: 1024px) { .ydc-wrapper th, .ydc-wrapper td { padding: 0.8rem 0.5rem; font-size: 0.85rem; } .ydc-category-row-title { width: 110px; font-size: 0.75rem; } } @media (max-width: 968px) { .ydc-hero { flex-direction: column; text-align: center; padding-top: 4rem; } .ydc-hero-btns { justify-content: center; } .ydc-split-layout, .ydc-doctors-grid { grid-template-columns: 1fr; } .ydc-nav-links { display: none; } .ydc-footer-bottom { flex-direction: column; text-align: center; } .ydc-policy-links a { margin: 0 10px; display: inline-block; } }
Y
๐Ÿ”ฌ
C

YASHWANTI DIAGNOSTIC CENTRE

Together We Care
Call Dhampur Hub

Accurate Diagnostics.
Compassionate Care Close to Home.

Empowering patients and physicians with precise, affordable laboratory analysis and comprehensive preventive health checkups.

Our Mission

To consistently provide highest degrees of quality service through innovative means and best client experience through wide range of tests, easily accessible to masses at affordable costs to help the patients as well as empower the physicians to provide better preventive care as well as effective treatment.

Comprehensive Health Packages

Select tailored medical assessments structured for you and your family’s health profile.

Official Test Package Comparative Matrix

Accurate Multi-Profile Tracking
Test Categories YDC Fit-1 YDC Fit-2 YDC Fit-3 YDC Fit-4 YDC Fit-5 YDC Fit-6 YDC Fit-7
Hematology โœ• CBC CBC CBC, ESR โœ• CBC, ESR CBC, ESR
Diabetes Blood Sugar Blood Sugar, HbA1c Blood Sugar Blood Sugar Blood Sugar, HbA1c Blood Sugar, HbA1c Blood Sugar, HbA1c
Liver SGOT, SGPT SGOT, SGPT Full LFT:
T. Bilirubin, Conj. Bilirubin, Unconj. Bilirubin, SGOT, SGPT, ALP, Total Protein, Albumin, Globulin, A/G Ratio
SGOT, SGPT SGOT, SGPT Full LFT Full LFT
Kidney Urea, Creatinine, Sodium, Potassium Urea, Creatinine, Sodium, Potassium Full KFT:
Urea, Creatinine, Uric Acid, Sodium, Potassium, Chloride, ALP, Total Protein, Albumin, Globulin, A/G Ratio
Urea, Creatinine, Sodium, Potassium Urea, Creatinine, Sodium, Potassium Full KFT Full KFT
Heart Total Cholesterol, Triglycerides Total Cholesterol, Triglycerides Lipid Profile:
Total Cholesterol, Triglycerides, dHDL, LDL, VLDL, HDL/LDL Ratio
Total Cholesterol, Triglycerides Total Cholesterol, Triglycerides Full Lipid Profile Full Lipid Profile
Bone Calcium Calcium Calcium Calcium, Vitamin D Calcium, Vitamin D Calcium Calcium, Vitamin D
Thyroid TSH TSH Free Thyroid Profile
(T3, T4, TSH)
TSH TSH Free Thyroid Profile Free Thyroid Profile
Anemia โœ• โœ• โœ• โœ• โœ• Iron Metrics Iron Metrics
Nerve โœ• โœ• โœ• โœ• Vitamin B12 Vitamin B12 Vitamin B12
Tumour Marker โœ• โœ• โœ• โœ• โœ• CA-125 / PSA CA-125 / PSA
Urine Urine Routine & Microscopy Urine Routine & Microscopy Urine Routine & Microscopy Urine Routine & Microscopy Urine Routine & Microscopy Urine Routine & Microscopy Urine Routine & Microscopy
Package Price โ‚น 599 โ‚น 999 โ‚น 1,299 โ‚น 1,599 โ‚น 2,099 โ‚น 2,599 โ‚น 3,199
Book Book Book Book Book Book Book

โž• Add-on Upgrades Available:

RA FACTOR โ‚น 100/-
CBC โ‚น 100/-
VITAMIN D โ‚น 600/-
HbA1c โ‚น 200/-

Clinical Departments & Highlights

  • Biochemistry
  • Clinical Pathology
  • Cytology
  • Haematology
  • Histopathology
  • Immunoassay
  • Microbiology
  • Serology
  • Upcoming Molecular Biology Department NEW

Core Capabilities:

โ€ข Bone Marrow examination with clinical procedural assistance
โ€ข Histopathology specimen advanced rapid processing & reporting
โ€ข Liquid based cytology procedures optimized for modern Pap smears

Featured Machinery Technology

We ensure maximum analytical precision using state-of-the-art diagnostic platforms:

๐Ÿ”ฌ
Tissue Processor

Automatic Tissue Processor

Automates processing configurations for structural biopsy tissues.

๐Ÿ”ช
Precision Microtome

Semi-Automated Microtome

Delivers precision microscopic tissue sections for pathological review.

๐Ÿงช
Eziprep Cytology

Eziprep Liquid-Based Cytology

Advanced diagnostics mapping for thin-layer fluid pathology analysis.

Our Expert Directors

Our clinical core is spearheaded by board-certified, elite medical professionals specializing in comprehensive pathology analytics.

Dr. Varsha G Vaidya

Director and Laboratory Head

Graduated from Mandya Institute of Medical Sciences, Mandya, Karnataka and completed her MD in Pathology from the prestigious Kasturba Medical College (KMC), Manipal, Karnataka.

She is a Fellow of the Academy of General Education (FAGE) of the Manipal University. Possesses comprehensive laboratory experience tracking across Haematology, Biochemistry, Clinical Pathology, Cytology, Histopathology, and Serology in renowned NABL accredited Dr. Ahuja’s Pathology and Imaging Centre, Dehradun, Uttarakhand.

Dr. Abhinav Kumar Singh

Director and Laboratory Head

Graduate of Shri Ram Murti Smarak Institute of Medical Sciences (SRMS IMS), Bareilly, Uttar Pradesh and holds a diploma in Clinical Pathology (DCP) from the prestigious Kasturba Medical College (KMC), Manipal, Karnataka.

He is a Fellow of the Academy of General Education (FAGE) of the Manipal University. Dr. Abhinav completed his MD Pathology from Himalayan Institute of Medical Sciences (HIMS), Jollygrant, Uttarakhand, alongside a senior residency. He holds a profound medical interest in complex Haematology and Cytopathology logistics.

Yashwanti Diagnostic Centre โ€” Together We Care :root { –teal-primary: #008080; –teal-light: #20B2AA; –teal-bg: #eaf6f6; –charcoal: #2F4F4F; –text-dark: #1F2937; –text-light: #6B7280; –white: #FFFFFF; –card-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -4px rgba(0, 0, 0, 0.05); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: ‘Plus Jakarta Sans’, sans-serif; color: var(–text-dark); background-color: #FAFAFA; line-height: 1.6; } h1, h2, h3, h4, .brand-font { font-family: ‘Playfair Display’, serif; color: var(–charcoal); } /* — STICKY NAVBAR — */ .navbar { position: sticky; top: 0; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); padding: 1rem 5%; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 2px 10px rgba(0,0,0,0.03); z-index: 1000; } .logo-area { display: flex; align-items: center; gap: 10px; } .logo-placeholder { width: 45px; height: 45px; background: var(–charcoal); color: var(–white); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.2rem; font-family: ‘Playfair Display’, serif; } .logo-text h1 { font-size: 1.25rem; font-weight: 700; letter-spacing: 0.5px; } .logo-text span { font-size: 0.75rem; color: var(–teal-primary); display: block; margin-top: -2px; font-family: ‘Plus Jakarta Sans’, sans-serif; } .nav-links { display: flex; gap: 2rem; list-style: none; } .nav-links a { text-decoration: none; color: var(–charcoal); font-weight: 500; font-size: 0.95rem; transition: color 0.3s; } .nav-links a:hover { color: var(–teal-primary); } .cta-btn { background: var(–teal-primary); color: var(–white); padding: 0.6rem 1.3rem; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: background 0.3s; display: inline-block; text-align: center; border: none; cursor: pointer; } .cta-btn:hover { background: var(–charcoal); } /* — HERO SECTION — */ .hero { padding: 6rem 5% 4rem 5%; background: linear-gradient(135deg, var(–white) 60%, var(–teal-bg) 100%); display: flex; align-items: center; justify-content: space-between; gap: 4rem; } .hero-content { flex: 1; max-width: 600px; } .hero h2 { font-size: 3rem; line-height: 1.2; margin-bottom: 1.5rem; } .hero p { font-size: 1.1rem; color: var(–text-light); margin-bottom: 2rem; } .hero-btns { display: flex; gap: 1rem; } .hero-btn-secondary { border: 2px solid var(–teal-primary); color: var(–teal-primary); padding: 0.6rem 1.3rem; border-radius: 50px; text-decoration: none; font-weight: 600; transition: all 0.3s; } .hero-btn-secondary:hover { background: var(–teal-primary); color: var(–white); } .hero-image { flex: 1; display: flex; justify-content: center; } .microscope-graphic { width: 350px; height: 350px; border-radius: 50%; background: #E0F2F1; border: 8px solid var(–white); box-shadow: var(–card-shadow); display: flex; align-items: center; justify-content: center; color: var(–teal-primary); font-style: italic; } /* — MISSION BLOCK — */ .mission-section { background: var(–teal-bg); padding: 3rem 10%; text-align: center; } .mission-box h3 { font-size: 1.8rem; margin-bottom: 1rem; } .mission-box p { font-size: 1.1rem; color: var(–charcoal); max-width: 900px; margin: 0 auto; font-style: italic; } /* — PACKAGES GRID & TABLE — */ .section-padding { padding: 5rem 5%; } .section-header { text-align: center; margin-bottom: 3rem; } .section-header h2 { font-size: 2.5rem; margin-bottom: 0.5rem; } .table-container { overflow-x: auto; background: var(–white); border-radius: 12px; box-shadow: var(–card-shadow); margin-bottom: 2.5rem; } table { width: 100%; border-collapse: collapse; text-align: left; } th, td { padding: 1.2rem; border-bottom: 1px solid #E5E7EB; } th { background-color: var(–charcoal); color: var(–white); font-weight: 600; } tr:hover { background-color: #F9FAFB; } .price-text { font-weight: 700; color: var(–teal-primary); font-size: 1.1rem; } .addons-box { background: var(–white); border-left: 5px solid var(–teal-light); padding: 1.5rem; border-radius: 4px 12px 12px 4px; box-shadow: var(–card-shadow); } .addons-box h3 { font-size: 1.3rem; margin-bottom: 1rem; } .addons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; } .addon-item { display: flex; align-items: center; gap: 10px; background: #F3F4F6; padding: 0.75rem 1rem; border-radius: 8px; font-weight: 600; } /* — DEPARTMENTS & MACHINES — */ .split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; background: #F0FDFA; } .dept-list { list-style: none; } .dept-list li { padding: 0.5rem 0; font-weight: 500; display: flex; align-items: center; gap: 10px; } .dept-list li::before { content: “โœฆ”; color: var(–teal-primary); } .upcoming-badge { font-size: 0.8rem; background: var(–charcoal); color: var(–white); padding: 0.2rem 0.6rem; border-radius: 20px; margin-left: 10px; } .machine-cards { display: flex; flex-direction: column; gap: 1.5rem; } .machine-card { background: var(–white); padding: 1.2rem; border-radius: 12px; box-shadow: var(–card-shadow); display: flex; align-items: center; gap: 1.5rem; } .machine-img-mock { width: 80px; height: 80px; background: #E5E7EB; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; color: var(–text-light); text-align: center; padding: 5px; } /* — DOCTORS — */ .doctors-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; } .doc-card { background: var(–white); border-top: 5px solid var(–teal-primary); padding: 2.5rem; border-radius: 12px; box-shadow: var(–card-shadow); } .doc-card h3 { font-size: 1.6rem; margin-bottom: 0.2rem; } .doc-subtitle { color: var(–teal-primary); font-weight: 600; font-size: 0.9rem; margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 1px; font-family: ‘Plus Jakarta Sans’, sans-serif; } .doc-card p { color: var(–text-dark); font-size: 0.98rem; margin-bottom: 1rem; } /* — FOOTER — */ footer { background: var(–charcoal); color: #E5E7EB; padding: 4rem 5% 2rem 5%; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 3rem; border-bottom: 1px solid #4B5563; padding-bottom: 2.5rem; margin-bottom: 2rem; } .footer-col h4 { color: var(–white); font-size: 1.2rem; margin-bottom: 1.2rem; font-family: ‘Plus Jakarta Sans’, sans-serif; } .footer-col p { margin-bottom: 0.75rem; font-size: 0.95rem; } .footer-col a { color: var(–teal-light); text-decoration: none; transition: color 0.3s; } .footer-col a:hover { color: var(–white); text-decoration: underline; } .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.85rem; color: #9CA3AF; } .policy-links a { color: #9CA3AF; text-decoration: none; margin-left: 15px; transition: color 0.3s; cursor: pointer; } .policy-links a:hover { color: var(–teal-light); } /* — MODAL DIALOG STYLING FOR POLICIES — */ .policy-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); backdrop-filter: blur(5px); z-index: 2000; justify-content: center; align-items: center; padding: 20px; } .modal-content { background-color: var(–white); width: 100%; max-width: 750px; max-height: 80vh; border-radius: 16px; box-shadow: 0 20px 25px -5px rgba(0,0,0,0.15); display: flex; flex-direction: column; animation: modalFadeIn 0.3s ease; } @keyframes modalFadeIn { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } } .modal-header { padding: 1.5rem 2rem; border-bottom: 1px solid #E5E7EB; display: flex; justify-content: space-between; align-items: center; } .modal-header h3 { font-size: 1.5rem; margin: 0; } .close-modal { background: none; border: none; font-size: 1.8rem; color: var(–text-light); cursor: pointer; transition: color 0.2s; } .close-modal:hover { color: var(–text-dark); } .modal-body { padding: 2rem; overflow-y: auto; color: var(–text-dark); font-size: 0.95rem; line-height: 1.7; } .modal-body h4 { margin-top: 1.5rem; margin-bottom: 0.5rem; font-size: 1.1rem; font-family: ‘Plus Jakarta Sans’, sans-serif; font-weight: 700; } .modal-body p { margin-bottom: 1rem; } /* — RESPONSIVE BREAKPOINTS — */ @media (max-width: 968px) { .hero { flex-direction: column; text-align: center; padding-top: 4rem; } .hero-btns { justify-content: center; } .split-layout, .doctors-grid { grid-template-columns: 1fr; } .nav-links { display: none; } .footer-bottom { flex-direction: column; text-align: center; } .policy-links a { margin: 0 10px; display: inline-block; } }
YDC

YASHWANTI DIAGNOSTIC CENTRE

Together We Care
Call Dhampur Hub

Accurate Diagnostics.
Compassionate Care Close to Home.

Empowering patients and physicians with precise, affordable laboratory analysis and comprehensive preventive health checkups.

[ Medical Laboratory Microscopy Graphic ]

Our Mission

To consistently provide highest degrees of quality service through innovative means and best client experience through wide range of tests, easily accessible to masses at affordable costs to help the patients as well as empower the physicians to provide better preventive care as well as effective treatment.

Comprehensive Health Packages

Select tailored medical assessments structured for you and your family’s health profile.

Package Tier Included Assessment Keyboards Price Action
YDC Fit-1 Hematology (Blood Sugar), Liver (SGOT, SGPT), Kidney (Urea, Creatinine, Sodium, Potassium), Heart (Total Cholesterol, Triglycerides), Bone (Calcium), Thyroid (TSH), Urine Routine & Microscopy โ‚น 599 Book
YDC Fit-2 Adds CBC, HbA1c to the Core Fit-1 Package configuration. โ‚น 999 Book
YDC Fit-3 Complete Liver Function Test (LFT), Complete Kidney Function Test (KFT), Full Lipid Profile, and Free Thyroid Profile (T3, T4, TSH) mapping. โ‚น 1,299 Book
YDC Fit-4 CBC, ESR, Blood Sugar, SGOT, SGPT, Core Kidney Profiles, Total Cholesterol, Triglycerides, Calcium, Vitamin D, TSH, Urine Routine. โ‚น 1,599 Book
YDC Fit-5 Expands on previous profiles by adding dedicated **Vitamin B12** metrics and Blood Sugar tracking. โ‚น 2,099 Book
YDC Fit-6 Adds Complete LFT, KFT, Lipid Profile layouts, Iron metrics, Vitamin B12, and advanced Tumour Markers (**CA-125 / PSA**). โ‚น 2,599 Book
YDC Fit-7 The Ultimate Screening Matrix: Ultimate comprehensive profile covering complete layouts from Fit-6 with enhanced diagnostic mapping. โ‚น 3,199 Book

โž• Add-on Upgrades Available:

RA FACTOR โ‚น 100
CBC โ‚น 100
VITAMIN D โ‚น 600
Hba1c โ‚น 200

Clinical Departments & Highlights

  • Biochemistry
  • Clinical Pathology
  • Cytology
  • Haematology
  • Histopathology
  • Immunoassay
  • Microbiology
  • Serology
  • Upcoming Molecular Biology Department NEW

Core Capabilities:

โ€ข Bone Marrow examination with clinical procedural assistance
โ€ข Histopathology specimen advanced rapid processing & reporting
โ€ข Liquid based cytology procedures optimized for modern Pap smears

Featured Machinery Technology

We ensure maximum analytical precision using state-of-the-art diagnostic platforms:

Image:
Automatic Tissue Processor

Automatic Tissue Processor

Automates processing configurations for structural biopsy tissues.

Image:
Semi-Automated Microtome

Semi-Automated Microtome

Delivers precision microscopic tissue sections for pathological review.

Image:
Eziprep Liquid Cytology

Eziprep Liquid-Based Cytology

Advanced diagnostics mapping for thin-layer fluid pathology analysis.

Our Expert Directors

Our clinical core is spearheaded by board-certified, elite medical professionals specializing in comprehensive pathology analytics.

Dr. Varsha G Vaidya

Director and Laboratory Head

Graduated from Mandya Institute of Medical Sciences, Mandya, Karnataka and completed her MD in Pathology from the prestigious Kasturba Medical College (KMC), Manipal, Karnataka.

She is a Fellow of the Academy of General Education (FAGE) of the Manipal University. Possesses comprehensive laboratory experience tracking across Haematology, Biochemistry, Clinical Pathology, Cytology, Histopathology, and Serology in renowned NABL accredited Dr. Ahuja’s Pathology and Imaging Centre, Dehradun, Uttarakhand.

Dr. Abhinav Kumar Singh

Director and Laboratory Head

Graduate of Shri Ram Murti Smarak Institute of Medical Sciences (SRMS IMS), Bareilly, Uttar Pradesh and holds a diploma in Clinical Pathology (DCP) from the prestigious Kasturba Medical College (KMC), Manipal, Karnataka.

He is a Fellow of the Academy of General Education (FAGE) of the Manipal University. Dr. Abhinav completed his MD Pathology from Himalayan Institute of Medical Sciences (HIMS), Jollygrant, Uttarakhand, alongside a senior residency. He holds a profound medical interest in complex Haematology and Cytopathology logistics.

function openModal(modalId) { document.getElementById(modalId).style.display = ‘flex’; document.body.style.overflow = ‘hidden’; // Stop body scrolling background } function closeModal(modalId) { document.getElementById(modalId).style.display = ‘none’; document.body.style.overflow = ‘auto’; // Re-enable body scrolling } // Close when clicking outside of the modal dialog box window structure window.onclick = function(event) { if (event.target.classList.contains(‘policy-modal’)) { event.target.style.display = ‘none’; document.body.style.overflow = ‘auto’; } }