-
Notifications
You must be signed in to change notification settings - Fork 1
/
productpage.html
657 lines (633 loc) · 29.6 KB
/
productpage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="seconds" url="localhost:5500/index.html" />
<link rel="shortcut icon" href="images/SVS Logo.png" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="css/style.css">
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap"
rel="stylesheet">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;1,300&display=swap"
rel="stylesheet">
<title>SVS : Products</title>
</head>
<body>
<div class="container-fluid"></div>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark non-home">
<a class="navbar-brand" href="index.html#home">
<img class="background" src="images/SVS Logo.png" alt="main-logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#who">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#products">PRODUCTS</a>
</li>
<li class="nav-item">
<a class="nav-link " href="index.html#customers" tabindex="-1"> CLIENTS</a>
</li>
<li class="nav-item">
<a class="nav-link " href="index.html#contact" tabindex="-1"> CONTACT US </a>
</li>
</ul>
</div>
</nav>
<section class="all-products">
<img class="background-img" src="images/SVS Logo.png" alt="">
<h2 class="mainhead">Our Products</h2>
<nav>
<div class="nav nav-tabs" id="nav-tab" role="tablist">
<button class="nav-link active" id="nav-home-tab" data-bs-toggle="tab" data-bs-target="#nav-home" type="button"
role="tab" aria-controls="nav-home" aria-selected="true">Refrigerator Condensers</button>
<button class="nav-link" id="nav-profile-tab" data-bs-toggle="tab" data-bs-target="#nav-profile" type="button"
role="tab" aria-controls="nav-profile" aria-selected="false">Driers and Accumulators</button>
<button class="nav-link" id="nav-contact-tab" data-bs-toggle="tab" data-bs-target="#nav-contact" type="button"
role="tab" aria-controls="nav-contact" aria-selected="false">Evaporators</button>
<button class="nav-link" id="nav-contact1-tab" data-bs-toggle="tab" data-bs-target="#nav-contact1" type="button"
role="tab" aria-controls="nav-contact1" aria-selected="false">Steel Tubes</button>
</div>
</nav>
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade show active" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab">
<div class="product-desc row">
<h2 data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
Refrigerator Condensors
</h2>
<!-- <hr data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100"> -->
<div class="col-lg-6" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3> Raw Materials</h3>
<p>1. Single Wall Steel Tube – Ø4, Ø4.76, Ø6, Ø6.35, Wall Thickness - 0.5, 0.6, 0.7
<br />
2. Low Carbon Steel wire Ø1.2-1.6
<br />
3. Bracket – Steel Plate (SPCC) thickness 0.6-1.5
</p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3>Structure</h3>
<p>
A. Flat type wire on tube condenser for domestic refrigerators – (Wire on Tube Condensers)
<br />
B. Box type/folded/spiral type of wire on tube condenser used as bottom condensers – (Spiral Condensers)
<br />
C. Skin/Internal/Frost-free condensers (Skin Condensers)
<br />
D. Anti-Moisture Tubes/Door frame heaters (Flange Heaters)
<br />
E. Aluminium fin on aluminium tube spiral condenser (Fin-Type Condensers)
</p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3></h3>
<p> We can produce according to the drawing or sample supplied by clients, also can help the clients
design, and produce different specs of condensers.</p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3> Performance</h3>
<p>
1. Surface with powder coating and liquid painting to prevent the corrosion
<br />
2. Inner cleanliness which meets the requirements of CFC & R134a cooling systems
<br />
3. Compatible with RoHS and REACH
</p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3>Main Production Process </h3>
<p> Tube bending, Welding, fixing of bracket, Painting, Folding, or bending and shaping, Inspection and
Packing
</p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3>Pipe Joint Assemblies </h3>
<p>
Copper or Zinc coated steel tubes covered in a plastic sleeve for usage in refrigerators.
</p>
</div>
</div>
<div class="col-lg-6 img-sec" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<img src="images/CONDENSERS/cond1.jpg" alt="" data-aos="fade-up" data-aos-duration="1000"
data-aos-delay="100">
<img src="images/CONDENSERS/cond2.jpg" alt="" data-aos="fade-up" data-aos-duration="100"
data-aos-delay="100">
<img src="images/CONDENSERS/cond3.jpg" alt="" data-aos="fade-up" data-aos-duration="100"
data-aos-delay="100">
<img src="images/CONDENSERS/cond4.jpg" alt="" data-aos="fade-up" data-aos-duration="100">
<img src="images/CONDENSERS/cond5.jpg" alt="" data-aos="fade-up" data-aos-duration="100">
<img src="images/CONDENSERS/cond6.jpg" alt="" data-aos="fade-up" data-aos-duration="100">
<img src="images/OTHER TUBULAR PRODS/pj1.jpg" alt="" data-aos="fade-up"
data-aos-duration="100">
<img src="images/OTHER TUBULAR PRODS/pj3.jpg" alt="" data-aos="fade-up" data-aos-duration="100">
</div>
</div>
</div>
<!-- Driers and Accumulators Content -->
<div class="tab-pane fade" id="nav-profile" role="tabpanel" aria-labelledby="nav-profile-tab">
<div class="product-desc row">
<h2 data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
Driers, Accumulators and Copper parts
</h2>
<!-- <hr data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100"> -->
<div class="col-lg-6" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<p> Note: Drier, Accumulators and Strainers are different products</p>
<h3 class="head">Filter Drier</h3>
<!-- <h3> Raw Material </h3> -->
<p>
<span class="head2">A copper filter drier has two essential functions in a refrigerator</span>
<br />
<br />
1. Absorbing moisture and preventing acid build up
<br />
2. Providing physical filtration of refrigerant
</p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3> Types </h3>
<p> Single Entry and Double Entry </p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3> Raw Material </h3>
<p>
COPPER TUBES, SEAMLESS – 16, 18.70, Molecular Sieves -XH7 or XH9 (As per customer requirement)
</p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3> Wall Thickness </h3>
<p>
0.5-1.0mm
</p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3 class="head">Copper and Aluminium Accumulators</h3>
<p>
Accumulators are made of Cu-DHP or Aluminium, and are widely used for liquid storage, liquid/gas
separation and filtering of other impurities.
</p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3 class="head">Copper Strainers</h3>
<p>
Copper Strainers are made of Cu-DHP, which are widely used for protecting, filtering refrigerants, and
removing all contaminants and dirt while reducing the overall noise.
</p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3>Dimensions</h3>
<p>
External Cu tube OD – 6.35mm, thickness – 0.3-0.6mm; Length – 70-100mm </p>
</div>
<div class="table-responsive">
<table class="table table-bordered align-middle">
<tr class="table-dark">
<th colspan="2">Material</th>
<th colspan="3">Forming</th>
<th>Absorption Capatacity</th>
<th colspan="2">Molecular Seive</th>
<th rowspan="2" scope="colgroup">Compatibility</th>
</tr>
<tr class="table-light">
<th scope="col">OD(mm)</th>
<th scope="col">T(mm)</th>
<th scope="col">OUTLET(mm)</th>
<th scope="col">INLET(mm)</th>
<th scope="col">L(E)</th>
<th scope="col">In-Filter</th>
<th scope="col">Standard(I)</th>
<th scope="col">Weight(g)</th>
</tr>
<tr>
<td>25.00</td>
<td>0.60</td>
<td>4.90-8.00</td>
<td>2.10-5.00</td>
<td>115-140</td>
<td>Above 14.00%</td>
<td>XH7/XH9</td>
<td>5-30</td>
<td>R134/600a</td>
</tr>
<tr>
<td>19.00</td>
<td>0.60</td>
<td>4.10-12.00</td>
<td>2.10-5.00</td>
<td>100-220</td>
<td>Above 14.00%</td>
<td>XH7/XH9</td>
<td>5-30</td>
<td>R134/600a</td>
</tr>
<tr>
<td>18.70</td>
<td>0.50</td>
<td>4.10-8.00</td>
<td>1.90-4.25</td>
<td>100-136</td>
<td>Above 14.00%</td>
<td>XH7/XH9</td>
<td>5-30</td>
<td>R134/600a</td>
</tr>
<tr>
<td>16.00</td>
<td>0.50</td>
<td>4.10-8.00</td>
<td>1.90-2.20</td>
<td>70-146</td>
<td>Above 14.00%</td>
<td>XH7/XH9</td>
<td>5-15</td>
<td>R134/600a</td>
</tr>
</table>
</div>
</div>
<div class="col-lg-6 img-sec" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<img src="images/DRIER/drier1.jpg" alt="" data-aos="fade-up" data-aos-duration="1000"
data-aos-delay="100">
<img src="images/DRIER/drier2.jpg" alt="" data-aos="fade-up" data-aos-duration="1000"
data-aos-delay="100">
<img src="images/DRIER/drier3.jpg" alt="" data-aos="fade-up" data-aos-duration="1000"
data-aos-delay="100">
<img src="images/DRIER/drier4.jpg" alt="" data-aos="fade-up" data-aos-duration="1000"
data-aos-delay="100">
<img src="images/DRIER/drier5.jpg" alt="" data-aos="fade-up" data-aos-duration="1000"
data-aos-delay="100">
</div>
</div>
</div>
<!-- Evaporators Content -->
<div class="tab-pane fade" id="nav-contact" role="tabpanel" aria-labelledby="nav-contact-tab">
<div class="product-desc row">
<h2 data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
Evaporators
</h2>
<!-- <hr data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100"> -->
<div class="col-lg-6" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3 class="head"> Roll Bond Evaporators </h3>
<h3> Raw Material </h3>
<p> Aluminium Plate, finished product thickness – 0.8-1.2mm, raw material Al plate thickness – 1.5-2mm
</p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3> Dimensions </h3>
<p> As per consumer requirements </p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3> Performance </h3>
<p>
1. Surface treated with epoxy powder coating to prevent corrosion
<br />
2. Inner circuit specs compliant with R134a & CFC cooling system requirements
<br />
3. Compatible with RoHS and REACH
</p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3 class="head"> Plate on Tube Evaporators </h3>
<h3> Raw Material </h3>
<p> Aluminium Plate, Steel tubes</p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3> Dimensions </h3>
<p> As per consumer requirements </p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3> Usage </h3>
<p>
Plate tube evaporators or sandwich evaporators are attached to the back of the refrigerator freezer’s
liner, used for cooling in single and double door refrigerator freezers.
</p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3> Advantages </h3>
<p>
Uses aluminium plate for cost saving, more surface area for heat dissipation,
has a higher efficiency in exchanging heat and is easier to manufacture.
</p>
</div>
</div>
<div class="col-lg-6 img-sec" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<img src="images/Evaporators/rbp.jpeg" alt="" data-aos="fade-up" data-aos-duration="1000"
data-aos-delay="100">
<img src="images/Evaporators/rbp1.jpeg" alt="" data-aos="fade-up" data-aos-duration="1000"
data-aos-delay="100">
<img src="images/Evaporators/rbp2.jpeg" alt="" data-aos="fade-up" data-aos-duration="1000"
data-aos-delay="100">
</div>
</div>
</div>
<!-- Tubes Content -->
<div class="tab-pane fade" id="nav-contact1" role="tabpanel" aria-labelledby="nav-contact-tab">
<div class="product-desc row">
<h2 data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
Tubes </h2>
<!-- <hr data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100"> -->
<div class="col-lg-6" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<p style="color: black; font-weight: 700;"> Welded steel tubes are mainly of two types, Single wall steel
tube(SWST) or Double wall stell tube(DWST) and have wide variety of uses like :</p>
<p> 1.Single wall steel tube with copper coating for external condenser application</p>
<p> 2.SWST w inside and outside copper coating for automobile fuel line application</p>
<p> 3.SWST w zinc coating and PVC coating for CNG lines in automobiles</p>
<p> 4.SWST w zinc coating for skin/internal/ff condenser application</p>
<p> 5.DWST with zinc and PVF coating for automobile brake line application</p>
<p> 6.DWST with copper coating (dia = 3.18mm) for compressor tube application
</p>
</div>
<div class="data" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<h3>Raw Material</h3>
<p> IF grade CRCA thickness – 0.50-1mm</p>
</div>
<div class="table-responsive">
<h3>
Single Wall Tubes Variants Table
</h3>
<br />
<table class="table table-bordered align-middle" style="text-align: center;">
<tr>
<th class=" table-dark"> Diameter </th>
<th colspan="6"> 3.18 mm - 12.50 mm</th>
</tr>
<tr>
<th class="table-dark"> Wall Thickness</th>
<th colspan="6"> 0.50 mm - 1.00 mm </th>
</tr>
<tr>
<th colspan="7"></th>
</tr>
<tr class="table-dark">
<th scope="col">OD(mm)</th>
<th scope="col">Inside Copper</th>
<th scope="col">Outside Copper</th>
<th scope="col">Outside Zinc</th>
<th scope="col">Zinc + Cr3</th>
<th scope="col">PVF</th>
<th scope="col">PVC</th>
</tr>
<tr>
<td scope="col">3.18</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">x</td>
<td scope="col">x</td>
</tr>
<tr>
<td scope="col">4.00</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">x</td>
<td scope="col">x</td>
</tr>
<tr>
<td scope="col">4.20</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">x</td>
<td scope="col">x</td>
</tr>
<tr>
<td scope="col">4.76</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
</tr>
<tr>
<td scope="col">6.00</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
</tr>
<tr>
<td scope="col">6.35</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
</tr>
<tr>
<td scope="col">7.94</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
</tr>
<tr>
<td scope="col">8.00</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
</tr>
<tr>
<td scope="col">9.53</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
</tr>
<tr>
<td scope="col">10.00</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">x</td>
</tr>
<tr>
<td scope="col">12.00</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">x</td>
</tr>
<tr>
<td scope="col">12.70</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">✓</td>
<td scope="col">x</td>
</tr>
</table>
</div>
<div class="table-responsive">
<br />
<h3>
Double Wall Tubes Variants Table
</h3>
<br />
<table class="table table-bordered align-middle" style="text-align: center;">
<tr>
<th class="table-dark"> Diameter </th>
<th colspan="3"> 3.18mm - 6.35mm</th>
</tr>
<tr>
<th class="table-dark"> Wall Thickness </th>
<th colspan="3"> 0.50mm - 0.70mm</th>
</tr>
<tr>
<th colspan="4"></th>
</tr>
<tr class="table-dark">
<th scope="col"> OD(mm) </th>
<th scope="col"> Copper + Zinc </th>
<th scope="col"> Copper + Cr3 </th>
<th scope="col"> PVF </th>
</tr>
<tr>
<td scope="col"> 3.18 </td>
<td scope="col"> ✓ </td>
<td scope="col"> ✓ </td>
<td scope="col"> ✓ </td>
</tr>
<tr>
<td scope="col"> 3.60 </td>
<td scope="col"> ✓ </td>
<td scope="col"> ✓ </td>
<td scope="col"> ✓ </td>
</tr>
<tr>
<td scope="col"> 3.93 </td>
<td scope="col"> ✓ </td>
<td scope="col"> ✓ </td>
<td scope="col"> ✓ </td>
</tr>
<tr>
<td scope="col"> 4.76 </td>
<td scope="col"> ✓ </td>
<td scope="col"> ✓ </td>
<td scope="col"> ✓ </td>
</tr>
<tr>
<td scope="col"> 6.35 </td>
<td scope="col"> ✓ </td>
<td scope="col"> ✓ </td>
<td scope="col"> ✓ </td>
</tr>
</table>
</div>
</div>
<div class="col-lg-6 img-sec" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="100">
<img src="images/TUBES/tube1.JPG" alt="" data-aos="fade-up" data-aos-duration="1000"
data-aos-delay="100">
<img src="images/TUBES/tube2.JPG" alt="" data-aos="fade-up" data-aos-duration="1000"
data-aos-delay="100">
<img src="images/TUBES/tube3.jpg" alt="" data-aos="fade-up" data-aos-duration="1000"
data-aos-delay="100">
<img src="images/TUBES/tube4.jpg" alt="" data-aos="fade-up" data-aos-duration="1000"
data-aos-delay="100">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="row">
<div class="col-lg-2" data-aos="fade-left" data-aos-duration="1000" data-aos-delay="0">
<a href="index.html">Home</a>
<a href="index.html#who">About us</a>
<a href="index.html#products">Products</a>
<a href="index.html#customers">Clients</a>
<a href="index.html#contact">Contact us</a>
</div>
<class class="col-lg-10">
<p data-aos="fade-right" data-aos-duration="1000" data-aos-delay="200">
<span class="blue">North India Condenser Plant</span><br />
<span class="blue">SVS Refcomp Private Limited,</span><br />
Sikandarabad Plant,<br />
C-62, Industrial Area
<br /> Sikanderabad, Bulandshahar, UO
</p>
<p data-aos="fade-right" data-aos-duration="1000" data-aos-delay="250">
<span class="blue">North India Condenser Plant</span><br />
<span class="blue">SVS Refcomp Private Limited,</span><br />
Sanand Plant
<br />19, Nataraj, Ind Area, Mouje Vig.
<br />Sanand, Ahmedabad, Gujrat
</p>
<p data-aos="fade-right" data-aos-duration="1000" data-aos-delay="300">
<span class="blue">North India Condenser Plant</span><br />
<span class="blue">SVS Refcomp Private Limited,</span><br />
538, Kacheraa Road, Capraula,<br /> Goutham Budh Nagar, ghaziabad,
<br /> Uttar Pradesh, India - 201009
</p>
<p data-aos="fade-right" data-aos-duration="1000" data-aos-delay="10">
<span class="blue">Drier Plant & Head Office</span><br />
<span class="blue">SVS Refcomp Private Limited,</span><br />
D-37, Phase IV Extension,<br /> Jeedimetla,
Hyderabad,<br /> Telangana, India - 500055
</p>
<p data-aos="fade-right" data-aos-duration="1000" data-aos-delay="50">
<span class="blue">South India Tube Plant</span><br />
<span class="blue">SVS Refcomp Private Limited,</span><br />
2-39, Sy. No 376, Mumbapur(V) Gummadidala(M), Sangareddy
Telangana, India - 502313
</p>
<p data-aos="fade-right" data-aos-duration="1000" data-aos-delay="150">
<span class="blue">West India Condenser Plant</span><br />
<span class="blue">SVS Refcomp Private Limited,</span><br />
Gar No. 35/1, karde (Village),<br />
Shirur (Taluk), Pune (District),</br>
Maharasthra, India - 412210
</p>
</div>
</div>
</footer>
</div>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="js/script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8"
crossorigin="anonymous"></script>
</body>
</html>