




Easy 7 Days Replacement

5 Years Warranty

Easy To Install

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 Mixer
Wall Mixer
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
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
Faucets
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.
.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;
}
Showing 1–12 of 115 results
-
Single Lever
4″ Single Lever Stone
Original price was: ₹2,430.00.₹1,099.00Current price is: ₹1,099.00. Add to cart Buy Now -
Flanges
ABS Display Board Flange – Set of 48
Original price was: ₹3,447.00.₹1,149.00Current price is: ₹1,149.00. Add to cart Buy Now -
Overhead Shower
ABS Sandwich Overhead Shower
Original price was: ₹1,049.00.₹349.00Current price is: ₹349.00. Add to cart Buy Now -
Health Faucet
Amaze Health Faucet with Stainless Steel Hose & Wall Hook – Chrome Finish, Leak-Proof, High-Pressure Spray
Original price was: ₹1,800.00.₹549.00Current price is: ₹549.00. Add to cart Buy Now -
Tall Boy
Aria Tall Boy Pillar Cock 9″
Original price was: ₹2,640.00.₹1,199.00Current price is: ₹1,199.00. Add to cart Buy Now -
Flanges
Ark Flanges – Set of 192 Pcs
Original price was: ₹2,547.00.₹849.00Current price is: ₹849.00. Add to cart Buy Now -
Arya Range
Arya Range Angle Cock – Set of 2
Original price was: ₹1,449.00.₹699.00Current price is: ₹699.00. Add to cart Buy Now -
Arya Range
Arya Range Angle Cock 2-in-1 – Set of 2
Original price was: ₹1,800.00.₹1,049.00Current price is: ₹1,049.00. Add to cart Buy Now -
Arya Range
Arya Range Bib Cock – Set of 2
Original price was: ₹1,890.00.₹849.00Current price is: ₹849.00. Add to cart Buy Now -
Arya Range
Arya Range Bib Cock 2-in-1 – Set of 2
Original price was: ₹2,102.00.₹1,099.00Current price is: ₹1,099.00. Add to cart Buy Now -
Arya Range
Arya Range Center Hole Basin Mixer Tap
Original price was: ₹3,297.00.₹1,099.00Current price is: ₹1,099.00. Add to cart Buy Now -
Arya Range
Arya Range Concealed Valve – Set of 2
Original price was: ₹1,900.00.₹94.00Current price is: ₹94.00. Add to cart Buy Now