1

2

Elegance in Every Drop

Elegance in Every Drop (1)



Easy 7 Days Replacement

5 Years Warranty

Easy To Install

New Flow – Bath Fittings Manucaturer

New Flow is a trusted bath fittings manufacturer, delivering premium quality taps and accessories…

/* Outer forceful full-width wrapper */
.full-width-fix {
margin: 0;
padding: 0;
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
box-sizing: border-box;
background: #;
}
/* Section Styling */
.product-section {
color: #fff;
padding: 40px 40px;
box-sizing: border-box;
}
.product-section h2 {
font-size: 24px;
margin-bottom: 30px;
color: #000;
text-align: left;
}
/* Grid Styling */
.product-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 30px;
}
.product-card {
text-decoration: none;
color: black;
transition: transform 0.3s ease, box-shadow 0.3s ease;
border-radius: 12px;
}
.product-card img {
width: 100%;
aspect-ratio: 1/1;
object-fit: cover;
border-radius: 10px;
background: white;
transition: box-shadow 0.3s ease;
}
.product-card:hover,
.product-card:focus {
transform: scale(1.05);
box-shadow: 0 0 20px #00ffff88;
}
.product-card p {
margin-top: 10px;
font-size: 16px;
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
}
.product-card p::after {
content: “→”;
margin-left: 5px;
transition: margin-left 0.2s;
}
.product-card:hover p::after {
margin-left: 10px;
}

Redefine Luxury With Premium Bathroom Fittings


Sink Cock

Sink Cock



Sink Mixer

Sink Mixer



Wall Mixer

Wall Mixer



Swan Neck

Swan Neck

html, body {
margin: 0;
padding: 0;
height: 100%;
}
.fullscreen-video-wrapper {
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
margin: 0;
padding: 0;
}
.fullscreen-video {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 1;
object-fit: cover;
}

Your browser does not support the video tag.

.grooming-area-section {
background-color: #f5f5f5; /* ✅ Background color fixed */
color: #fff;
padding: 40px 20px;
text-align: center;
}
.grooming-area-section h2 {
font-size: 28px;
margin-bottom: 30px;
color: #000;
}
.grooming-categories {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}
.grooming-box {
flex: 1 1 45%;
position: relative;
overflow: hidden;
max-width: 500px;
border-radius: 10px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.grooming-box a {
display: block;
}
.grooming-box:hover {
transform: scale(1.02);
box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}
.grooming-box img {
width: 100%;
height: auto;
display: block;
border-radius: 10px;
}
.grooming-caption {
position: absolute;
bottom: 10px;
left: 15px;
font-size: 16px;
font-weight: bold;
background: rgba(0, 0, 0, 0.6);
padding: 6px 12px;
border-radius: 5px;
color: #fff;
}
@media (max-width: 768px) {
.grooming-categories {
flex-direction: column;
align-items: center;
}
.grooming-box {
flex: 1 1 100%;
max-width: 100%;
}
}

Discover Grooming Area


Tall Boy
Tall Boy


Single Lever
Modern Single Lever Tap – Effortless Control

Chandgiram & Sons – Presenting New Flow Bath Fittings Manufacturer

With a proud legacy built on trust and craftsmanship, Chandgiram & Sons has been redefining bathroom experiences for generations. Our expertise in premium bath fittings has earned us the confidence of homeowners, architects, and developers across India.

Introducing New Flow – our signature collection that brings modern elegance, water efficiency, and smooth functionality into perfect harmony. Designed with precision and crafted for durability, New Flow represents the next chapter in innovative bathware—where tradition meets contemporary design.

We ensure all our products comply with national plumbing standards.
Learn more at the official BIS website 

body, html {
margin: 0;
padding: 0;
}
.category-wrapper {
margin: 0;
padding: 0;
font-family: ‘Poppins’, sans-serif;
}
.category-heading {
text-align: left;
font-size: 22px;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
color: #333;
}
.category-section {
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
margin: 0;
padding: 0 0 20px 0;
}
.category-item {
flex: 1;
margin: 0 10px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
display: flex;
flex-direction: column;
align-items: center;
}
.category-item:first-child {
margin-left: 0;
}
.category-item:last-child {
margin-right: 0;
}
.category-item img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.category-item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
.category-item p {
margin-top: 12px;
font-size: 18px;
color: #333;
text-decoration: none;
text-align: center;
}

Redefine Luxury with premium bathroom fittings


Overhead Showers

Overhead Showers



Faucets

Faucets



Divertor Spouts

Divertor Spouts


.cp-section {
background: #ffffff;
padding: 60px 20px;
font-family: ‘Segoe UI’, sans-serif;
}
.cp-container {
max-width: 1200px;
margin: auto;
text-align: center;
}
.cp-container h2 {
font-size: 32px;
margin-bottom: 10px;
color: #000;
}
.cp-container p.subtitle {
font-size: 17px;
color: #444;
margin-bottom: 50px;
}
.cp-features-grid {
display: flex;
flex-wrap: wrap;
gap: 40px;
justify-content: space-between;
}
.cp-box {
flex: 1 1 30%;
background: #000;
border-radius: 14px;
padding: 35px 25px;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
text-align: left;
min-height: 320px;
}
.cp-box:hover {
transform: translateY(-5px);
}
.cp-box h4 {
color: #fff;
font-size: 20px;
margin-bottom: 18px;
}
.cp-box ul {
list-style: none;
padding: 0;
}
.cp-box ul li {
position: relative;
padding-left: 28px;
margin-bottom: 12px;
font-size: 15px;
color: #fff;
}
.cp-box ul li:before {
content: ‘f00c’; /* check icon */
font-family: ‘Font Awesome 5 Free’;
font-weight: 900;
position: absolute;
left: 0;
top: 0;
color: #2bb1ea;
}
@media (max-width: 1024px) {
.cp-box {
flex: 1 1 45%;
}
}
@media (max-width: 768px) {
.cp-box {
flex: 1 1 100%;
}
}

What are CP Fittings?

CP (Chrome-Plated) fittings are durable and stylish plumbing accessories used in bathrooms and kitchens.

Key Features

  • CP stands for Chrome‑Plated
  • Made from brass, steel, or other metals
  • Coated with shiny, mirror‑like chrome
  • Rust & corrosion resistant
  • Durable for daily use

Advantages

  • Sleek and modern appearance
  • Easy to clean – just wipe with a cloth
  • Ideal for wet areas like bathrooms
  • Long-lasting shine and protection

Where Are They Used?

  • Bathroom: Taps, hand showers, flush valves
  • Kitchen: Sink taps, water purifiers
  • Commercial: Hotels, malls, public restrooms

Why Choose New Flow ?

✔ 100% Brass Construction
✔ Imported Handle Mechanism
✔ 5-Year Disc Warranty
✔ Elegant Designs for Modern Spaces

.why-new-flow-section {
max-width: 600px;
margin: 0 auto;
padding: 30px 20px;
font-family: ‘Segoe UI’, sans-serif;
text-align: left;
}
.why-new-flow-section h2 {
font-size: 28px;
font-weight: 600;
margin-bottom: 20px;
}
.why-new-flow details {
border-bottom: 1px solid #ddd;
padding: 12px 0;
}
.why-new-flow summary {
font-size: 16px;
font-weight: 500;
cursor: pointer;
list-style: none;
}
.why-new-flow summary::marker {
display: none;
}

Let’s Start the Conversation

Have a query or need expert advice on bathroom fittings? Fill out the form or contact us directly—
our team will respond promptly to guide you.

Get In Touch

.full-width-contact-section {
background-color: #1c1c1c;
width: 100%;
padding: 60px 20px;
color: #ffffff;
}
.contact-container {
max-width: 900px;
margin: auto;
font-family: ‘Segoe UI’, sans-serif;
text-align: left;
}
.contact-container h2 {
font-size: 32px;
font-weight: 600;
color: #ffffff;
margin-bottom: 20px;
}
.contact-container p {
font-size: 16px;
color: #cccccc;
line-height: 1.6;
margin-bottom: 30px;
}
.contact-button {
display: inline-block;
padding: 12px 24px;
background-color: #ffffff;
color: #1c1c1c;
text-decoration: none;
font-weight: 500;
border-radius: 4px;
transition: all 0.3s ease;
}
.contact-button:hover {
background-color: #f2f2f2;
color: #000000;
}

Shopping Cart
Scroll to Top