@font-face {
    font-family: 'century';
    font-style: normal;
    font-weight: 700;
     src: url("../fonts/centurybold.ttf")
    src: url('../fonts/centurybold.eot') format('embedded-opentype'),
         url('../fonts/centurybold.woff2') format('woff2'),
         url('../fonts/centurybold.woff') format('woff'),
         url('../fonts/centurybold.ttf') format('truetype'),
         url('../fonts/centurybold.svg#centurybold') format('svg');
}
@font-face {
    font-family: 'century1';
    font-style: normal;
    font-weight: 300;
      src: url('../fonts/centuryregular.eot');
    src: url('../fonts/centuryregular.eot') format('embedded-opentype'),
         url('../fonts/centuryregular.woff2') format('woff2'),
         url('../fonts/centuryregular.woff') format('woff'),
         url('../fonts/centuryregular.ttf') format('truetype'),
         url('../fonts/centuryregular.svg#centuryregular') format('svg');
}

body{background: #f8f8f8 !important;}
.container{
   max-width: 1200px;
}
.topheader{background-size: cover; }

.functionalitysection {
    background: url(../images/intro-bg.png);
    background-size: cover;
    padding: 80px 0px;
    position: relative;
    margin-top: 15px;
}
.functionalitysection:before {
    background: url(../images/cloth_4.png);
    position: absolute;
    left: -70px;
    bottom: -105px;
    width: 400px;
    height: 270px;
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 9;
}
.functionalitysection:after {
    background: url(../images/cloth_5.png);
    position: absolute;
    right: -20px;
    top: -57px;
    width: 300px;
    height: 410px;
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
}
.functionalitytext{
    text-align: center; 
    color: #414042;
}
.functionalitytext h1 {
    font-size: 46px;
    font-family: 'century';
    margin-bottom: 50px;
    color: #414042;
}
.functionalitytext h1 span {
    color: #ed1a3b;
    font-style: italic;
    font-weight: 100;
}
.functionalitytext p {
    font-family: 'century1';
    font-size: 16px;
    line-height: 26px;
    padding: 0px 90px;
}
.whitecontainer {
    position: relative;
    background: #fff;
    z-index: 9;
    padding: 0px 10px;
}

.tapWaterSection {
    background: #fff;
    padding: 80px 0px 0px;
    position: relative;
}

.tapWaterSection:before {
    background: url(../images/watereffectleft.png);
    position: absolute;
    left: 0;
    bottom: -115px;
    width: 200px;
    height: 400px;
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 9;
}
.tapWaterSection:after {
    background: url(../images/watereffectright.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 360px;
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
}

.commonHeading {
    text-align: center;
}
.commonHeading h2 {
    font-size: 46px;
    font-family: 'century';
    margin-bottom: 50px;
    color: #414042;
}
.commonHeading h2 span {
    color: #ed1a3b;
    font-style: italic;
    font-weight: 100;
}
.tapwaterdes {
    text-align: center;
    height: 100%;
}
.tapwaterdes img {
    width: 200px;
    display: block;
    margin: 0px auto;
}
.tapwaterdes h3 {
    background: linear-gradient(0deg, #216383 0%, #71BFBC 100%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin: 10px auto;
    text-align: center;
}
.tapwaterdes p {
    color: #414042;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    font-family: 'century1';
}
.tapWaterSection .col-lg-3{
    margin-bottom: 20px;
}

.clothingBanner img{
    width: 100%;
}

.productspecifications {
    background: #ffffff;
    padding: 50px 0px 150px;
    position: relative;
}
.productspecifications:after {
    background: url(../images/bigwaterwavebackbround.png);
    position: absolute;
    right: 0px;
    top: -80px;
    width: 100%;
    height: 100%;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
}
.purewavetable {
    position: relative;
    z-index: 1;
}
.purewavetable .table{
    background: #fff;
}
.purewavetable .table-dark {
    background-color: #b0b0b7;
}
.purewavetable .table-bordered td, .purewavetable .table-bordered th {
    border: none;
}

.purewavetable .tableLightBg {
    background: #c0bfbf;
    color: #242424;
}

.purewavetable td.productList {
}
.purewavetable .productList img{
    display: block;
}
.tableLeftcloth {
    position: absolute;
    top: -50px;
    left: -160px;
}
.tableLeftcloth img {
    width: 450px;
}

.productspecifications .secondwavetable{
    position: relative;
    z-index: 9;
    background: #fff;
}
.productspecifications .secondwavetable img{
    display: block;
}
.secondwavetable .table-bordered td, .secondwavetable .table-bordered th {
    border: none;
}


.catBg{
    background: #c0bfbf;
    color: #242424;
}
.threeproduct{
    background: #b5bab0;
    text-align: center;
}
.threeproduct img {
    display: inline-block;
    margin: 0px auto;
}
.twoproduct{
    background: #bea7a7;
    text-align: center;
}
.twoproduct img {
    display: inline-block;
    margin: 0px auto;
}

.purewavetable tr:nth-child(even) td:first-child{
    background-color: #e2ddde !important;
}
.purewavetable tr:nth-child(odd) td:first-child{
    background-color: #eef0f1 !important;
}
.purewavetable tbody tr:nth-child(even){
    background-color: #cfcbd5 !important;
}

.purewavetable tbody tr:nth-child(odd){
    background-color: #dadde7 !important;
}


.newstyletable tr:nth-child(even){
    background-color: #d6d7cd !important;
}

.newstyletable tr:nth-child(odd){
    background-color: #e1e9de !important;
}

.newstyletable tr:nth-child(even) td:first-child{
    background-color: #e2ddde !important;
}
.newstyletable tr:nth-child(odd) td:first-child{
    background-color: #eef0f1 !important;
}

.newstyletable tr:nth-child(even) td:nth-child(5){
    background-color: #dfc1c2 !important;
}
.newstyletable tr:nth-child(odd) td:nth-child(5){
    background-color: #ebd2d3 !important;
}
.newstyletable tr:nth-child(even) td:nth-child(6){
    background-color: #dfc1c2 !important;
}
.newstyletable tr:nth-child(odd) td:nth-child(6){
    background-color: #ebd2d3 !important;
}
.table-bordered td {
    border-right: 1px solid #333333 !important;
}
.table-bordered td:last-child, .table-bordered td:first-child {
    border-right: none !important;
}
.newstyletable {
    margin-bottom: 0;
}

.tableRightcloth {
    position: absolute;
    bottom: -30px;
    right: -230px;
    z-index: 9;
}
.tableRightcloth img {
    width: 300px;
}

@media only screen and (max-width: 767px){
.functionalitysection:after {right: 0px;top: -40px;width: 120px;height: 190px;}
.functionalitysection:before {left: 0px;bottom: -75px;width: 200px;height: 165px;}
.tapWaterSection:after {width: 60px;height: 90px;}
.tapWaterSection:before {width: 60px;height: 80px;bottom: 0px}
.tableLeftcloth {display: none;}
.commonHeading h2{margin-bottom: 0px;line-height: normal; font-size: 35px; margin-bottom: 10px;}
.tapwaterdes {border-bottom: 1px solid #cdcccc;}
.functionalitytext{padding: 0px;}
.functionalitytext h1 {font-size: 38px;margin-bottom: 10px;}
.functionalitytext p {padding: 0px;}
.productspecifications:after{display: none;}
.tableRightcloth{display: none;}
}

@media (min-width: 768px) and (max-width: 1024px){
.functionalitysection:after {right: 0px;top: -40px;width: 120px;height: 190px;}
.functionalitysection:before {left: 0px;bottom: -75px;width: 200px;height: 165px;}
.tapWaterSection:after {width: 60px;height: 90px;}
.tapWaterSection:before {width: 60px;height: 80px;}
.tableLeftcloth {display: none;}
.productspecifications:after{display: none;}
.tableRightcloth{display: none;}
}    