@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;}
.topheader{background-size: cover; }

.functionalitysection {
    background: url(../images/woodenbackground.jpg);
    background-size: cover;
    padding: 50px 0px;
    position: relative;
    margin-top: 15px;
}
.functionalitysection:before {
    background: url(../images/whiteline-left-border.png);
    position: absolute;
    left: 0px;
    top: 70px;
    width: 300px;
    height: 18px;
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
}
.functionalitysection:after{
    background: url(../images/whiteline-right-border.png);
    position: absolute;
    right: 0px;
    top: 70px;
    width: 300px;
    height: 18px;
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
}
.functionalitytext{text-align: center; color: #fff;}
.functionalitytext h1 {
    font-size: 46px;
    font-family: 'century';
    margin-bottom: 50px;
}
.functionalitytext h1 span {
    color: #ed1a3b;
    font-style: italic;
    font-weight: 100;
}
.functionalitytext p {
    font-family: 'century1';
    font-size: 15px;
    line-height: 26px;
}
.whitecontainer {
    position: relative;
    background: #fff;
    z-index: 9;
    padding: 0px 10px;
}
.specificationbg {
    padding: 60px 0;
    background: #fff;
    position: relative;
}
.specificationbg:before {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 280px;
    content: '';
    background-image: url(../images/woodenbackground.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.specificationbg:after {
    position: absolute;
    top: 70px;
    right: 0;
    content: '';
    background-image: url(../images/blackline-border.png);
    width: 200px;
    height: 18px;
    z-index: 9;
    background-size: 100%;
    background-repeat: no-repeat;
}
.specificationbg-rightbg {
    position: relative;
    padding: 60px 0;
    background: #fff;
}
.specificationbg-rightbg::after {
    right: 0;
    content: '';
    background-image: url(../images/woodenbackground.jpg);
    width: 100vh;
    height: 280px;
    position: absolute;
    top: 60px;
    background-size: cover;
    background-repeat: no-repeat;
}
.specificationbg-rightbg::before {
    position: absolute;
    top: 75px;
    left: 0;
    content: '';
    background-image: url(../images/black-leftline-border.png);
    width: 200px;
    height: 18px;
    z-index: 9;
    background-size: 100%;
    background-repeat: no-repeat;
}
.specificationText h2{
    font-size: 28px;
    color: #404041;
    text-transform: uppercase;
}
.specificationText p {
    font-family: 'century1';
    color: #404041;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}

.productspecifications {
    background: url(../images/woodenbackground.jpg);
    background-size: contain;
    padding: 50px 0px;
    position: relative;
    margin-top: 15px;
}

.productspecifications:before {
    background: url(../images/whiteline-left-border.png);
    position: absolute;
    left: 0px;
    top: 70px;
    width: 300px;
    height: 18px;
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
}
.productspecifications:after{
    background: url(../images/whiteline-right-border.png);
    position: absolute;
    right: 0px;
    top: 70px;
    width: 300px;
    height: 18px;
    content: '';
    background-size: 100%;
    background-repeat: no-repeat;
}

.heading {
    text-align: center;
    color: #fff;
    font-size: 46px;
    font-family: 'century1';
}

.heading span {
    color: #ed1a3b;
    font-style: italic;
    font-weight: 100;
}

.spImg {
    text-align: center;
}
.spImg img {
    display: inline-block;
}
.spImg strong {
    display: block;
    margin: 20px 0;
    color: #414042;
    font-size: 14px;
}

.whiteproductspecificarion {
    background: #ffffff;
    font-family: 'century1';
    font-size: 14px;
    margin-top: 100px;
    padding-top: 50px;
}
.trulyproduct {
    font-size: 45px;
    text-transform: uppercase;
    padding: 20px;
    line-height: 55px;
    font-family: 'century1';
}
.trulyproduct span {
    color: #ed1a3b;
    font-style: italic;
    font-weight: 100;
}

.tabp{
    width: 100%;
}

.tabp td {
    padding: 0px;
    background: #f2f2f2;
    border: none;
}

.disclaimer{
    padding: 50px 0px;
    text-align: center;
    color: #ffffff;
    font-family: 'century';
}

@media only screen and (max-width: 767px){
.functionalitysection:before, .functionalitysection:after{display: none;}
.functionalitytext h1 {font-size: 38px;margin-bottom: 10px;}
.mobileborder{text-align: center; margin-bottom: 20px;}
.mobileborder img{width: 180px;}
.specificationbg:after, .specificationbg-rightbg::before{display: none;}
.specificationbg, .specificationbg-rightbg {padding: 15px;background: inherit;}
.whitecontainer {padding: 10px;margin-top: -1px;}
.specificationText {padding-top: 10px;}
.trulyproduct {font-size: 40px;line-height: normal;font-family: 'century1';text-align: center;}
.productspecifications:before, .productspecifications:after{display: none;}
.heading {font-size: 40px;line-height: normal;margin-bottom: 10px;}
.whiteproductspecificarion {margin-top: 30px;padding-top: 10px;}
}

@media (min-width: 768px) and (max-width: 1024px){
.functionalitysection:before, .functionalitysection:after{display: none;}
.productspecifications:before, .productspecifications:after{display: none;}
.specificationbg:before, .specificationbg-rightbg::after{height: 170px;top: 20px;}
.whiteproductspecificarion {margin-top: 30px;}
.trulyproduct {font-size: 40px;padding: 0px 0px 20px;text-align: center;}
.whiteproductspecificarion{padding-top: 20px;}
.specificationbg-rightbg::before, .specificationbg:after{width: 120px;top: 30px;}
.specificationbg, .specificationbg-rightbg {padding: 20px 0;}
}    