* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Helvetica;
    src: url(../helveticalt-blackoblique.html);
    src: url(../helveticalt-blackobliqued41d.html?#iefix) format('embedded-opentype'), url(../helveticalt-blackoblique-2.html) format('woff'), url(../helveticalt-blackoblique-3.html) format('truetype'), url(../helveticalt-blackoblique-4.html#HelveticaLT-BlackOblique) format('svg');
    font-weight: 700;

}

@font-face {
    font-family: Helvetica;
    src: url(../helveticaneue-light.html);
    src: url(../helveticaneue-light-2.html) format('woff'), url(../helveticaneue-light-3.html) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: Helvetica;
    src: url(../helveticaneue-medium.html);
    src: url(../helveticaneue-medium-2.html) format('woff'), url(../helveticaneue-medium-3.html) format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Helvetica;
    src: url(../helveticaneue-bold.html);
    src: url(../helveticaneue-bold-2.html) format('woff'), url(../helveticaneue-bold-3.html) format('truetype');
    font-weight: 600;
}

body {
    font-family: 'Helvetica', 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;

}

.container {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

ul,
li {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

a:hover {
    text-decoration: none;
    color: #b60404;
}

.enquire-btn {
    /*width: 37px;
    height: 160px;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    cursor: pointer;
    z-index: 99;*/
    height: 38px;
    position: fixed;
    top: 50%;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    z-index: 99;
    transform: rotate(90deg);
    background: #ffcb08;
    padding: 7px 16px;
    right: -45px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.enquire-btn a:hover {
    color: #000;
}

/* header */

/* header CSS */

header.stickyHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5vw 4vw;
    position: relative;
    z-index: 11;
    background-color: #fff;
}

header a.cp_logo {
    display: block;
    max-width: 9%;
}

header a.cp_logo img {
    width: 100%;
}

header .header_links {
    display: flex;
    align-items: center;
    gap: 2vw;
}

header .header_links ul {
    display: flex;
    align-items: center;
    gap: 2vw;
    list-style: none;
}

header .header_links ul a {
    color: #000;
    font-size: 1vw;
    line-height: 1.2vw;
    display: block;
}

header .header_links .head_wapp {
    display: block;
    /*gap: 1vw;*/
    /*border: 0.15vw solid #29a71a;*/
    /*border-radius: 5vw;*/
    /*padding: 1vw 1.5vw 1vw 4vw;*/
    /*font-size: 1vw;*/
    /*line-height: 1vw;*/
    /*color: #000;*/
    /*position: relative;*/
}

header .header_links .head_wapp img {
    width: 3vw;
    height: 3vw;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
}

header .menu_toggle {
    display: none;
}

header .header_links ul li.num {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    padding-left: 12px;
    border-left: 1px solid #dddddd;
}

header .header_links ul li.num span {
    padding: 0;
}

/* end header CSS */



/* 
header {
    padding: 5px 0;
} */
.logo {
    width: 308px !important;
    display: inline-block;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* .header-right {
    align-self: center;
    width: 400px;
} */
.flex-start {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.call img {
    margin-right: 15px;
    margin-left: 65px;
}

.call p {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}

.call {
    position: relative;
    flex-wrap: unset;
}

.call:after {
    content: "";
    background: #ccc;
    position: absolute;
    top: 0;
    right: -22px;
    width: 1px;
    height: 100%;
}

/* .header-right .call:last-child:after{
    display: none;
} */
nav {
    background: #ffcb08;
    position: absolute;
    width: 100%;
    z-index: 9;
}

nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 14px rgb(0 0 0 / 20%);
}

nav li {
    display: inline-block;
    padding: 0 0px;
    font-size: 14px;
}

nav li a {
    color: #000;
    padding: 12px 30px;
    display: block;
    font-weight: 500;
}

nav li a:hover {
    background: #fff;
}

.buy-now {
    align-self: center;
}

.buy-now a {
    background: #231f20;
    color: #ffcb08;
    padding: 4px 11px;
    border-radius: 9px;
    font-weight: 500;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}


.adbanner_section .row {
    display: flex;
    padding: 40px 0 0;
}

.adbanner_section .row>div {
    width: 50%;
}

.adbanner_section .row>div img {
    width: 100%;
}



@keyframes example {
    0% {
        background-color: black;
        color: #fff;
    }

    50% {
        background-color: #ffcb08;
        color: #000;
    }

    100% {
        background-color: black;
        color: #fff;
    }
}

.banner {
    width: 100%;
    position: relative;
    /* margin-top: 40px; */
}

.banner img {
    width: 100%;
    height: auto;
}

.banner img.show-phn {
    display: none;
}

.banner .container {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    left: 0;
    display: flex;
}

.banner-txt {
    /* width: 480px; */
    color: #fff;
    padding-top: 75px;
    margin: 0 auto;
}

.banner-txt h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 11px;
    line-height: normal;
    text-shadow: 1px 2px #000;
    border-left: 10px solid #ffc708;
    padding-left: 15px;
    line-height: 30px;
}

.banner-txt p {
    line-height: 23px;
    margin-bottom: 23px;
}

.banner-txt a {
    background: #eb1c24;
    color: #fff;
    padding: 8px 22px;
    border-radius: 7px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 50%);
}

.about {
    padding: 50px 0;
}

.ab-left {
    width: 550px;
}

.heading {
    font-size: 31px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 700;
}

.heading span {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-top: 5px;
    text-transform: none;
}

.heading:after {
    background: #ffcb08;
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.text {
    opacity: 0.9;
    line-height: 23px;
}

.abt-fir {
    margin: 16px 0;
}

.abt-fir li {
    border-right: 1px solid #ffc708;
    margin-right: 0;
    text-align: center;
    width: 33%;
}

.abt-fir li:last-child {
    border: 0;
}

.abt-fir li h2 {
    font-size: 15px;
    font-weight: 500;
    padding: 0 13px;
    margin: 5px 0 0 0;
}

a.down-cert {
    background: #ffcb08;
    color: #000;
    padding: 9px 30px;
    margin-top: 12px;
    display: inline-block;
    border-radius: 7px;
    box-shadow: 1px 3px 7px rgb(0 0 0 / 30%);
    font-weight: 500;
}

.ab-right {
    width: 560px;
    box-shadow: 0 0 9px rgb(0 0 0 / 30%);
    height: 315px;
}

.enquiry .container {
    background: url(../jpg/enquire-now-bg.jpg) 0 0 no-repeat;
    background-size: 100%;
    color: #FFF;
    padding: 42px;
}

.enquiry .heading {
    color: #000;
}

.enquiry .heading:after {
    background: #000;
}

.enq-form li {
    width: 47%;
    display: inline-block;
    margin: 1%;
    vertical-align: top;
    background: #fff;
}

.enq-form li input {
    width: 100%;
    padding: 12px;
    border: 0;
}

.enq-form li select {
    width: 100%;
    padding: 12px;
    border: 0;
}

.enq-form li.full {
    width: 100%;
    background: none;
}

.enq-form li textarea {
    width: 100%;
    padding: 12px;
    border: 0;
    font-family: 'Roboto';

}

.enq-left,
.enq-right {
    width: 49%;
}

.enq-form button {
    background: #231f20;
    color: #fff;
    padding: 11px 38px;
    border: 0;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 11px;
    font-size: 17px;
    cursor: pointer;
}

.firewall {
    text-align: center;
    padding: 50px 0;
}

.center-heading {
    font-size: 37px;
    color: #eb1c24;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.center-heading:after {
    background: #eb1c24;
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ar-ply {
    width: 570px;
    margin-top: 29px;
}

.ar-ply h3 {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ar-ply .text {
    padding: 0 28px;
}

a.exp {
    background: #ec1f23;
    color: #fff;
    padding: 6px 19px;
    display: inline-block;
    border-radius: 7px;
    margin-top: 19px;
    font-size: 14px;
    box-shadow: 0 0 4px rgb(0 0 0 / 60%);
}

.pro {
    margin-top: 33px;
}

.pro li {
    width: 49%;
    display: inline-block;
    margin: 15px 0;
}

.pr-img {
    width: 80px;
    /* align-self: center; */
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.pro li p {
    width: calc(100% - 114px);
    display: inline-block;
    margin-left: 14px;
    margin-bottom: 0;
    /* padding-top: 26px; */
}

.product {
    width: 100%;
    padding: 50px 0;
    background: #f8f8f8;
}

.find-dealer {
    padding: 40px 0 0;
}

.find-dealerl {
    width: 600px;
    padding: 45px;
    background: url(../jpg/find-centuryply-dealers-near-you.jpg) 0 0 no-repeat;
    color: #fff;
    height: 499px;
}

.find-dealerl .heading {
    color: #000;
}

.find-dealerl .heading:after {
    background: #000;
}

.form-item p {
    width: 100px;
    color: #000;
}

.form-item select {
    width: calc(100% - 110px);
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 5px;
    background: none;
}

.form-item {
    margin-bottom: 18px;
    margin-top: 31px;
}

.form-item button {
    background: #000;
    color: #fff;
    border: 0;
    padding: 7px 21px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 7px;
    cursor: pointer;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
}

.shop-online {
    width: 600px;
    background: url(../jpg/shop-for-products-with-sainik-710-plywood-online.jpg) 0 0 no-repeat;
    text-align: center;
    padding: 86px;
    color: #fff;
}

.shop-online h2 {
    font-weight: normal;
    margin: 13px 0;
    font-size: 35px;
}

.shop-online h2 span {
    font-weight: 500;
}

a.buy-now {
    background: #ffc708;

    color: #000;
    border: 0;
    padding: 11px 38px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 7px;
    cursor: pointer;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
    margin-top: 10px;
    display: inline-block;
    transition: all ease 0.6s;
}

a.buy-now:hover {
    background: #000;
    color: #fff;
}

.section-logos ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.section-logos ul li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    position: relative;
}

.section-logos .logo-box {
    height: 115px;
    position: relative;
}

.section-logos .logo-box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
}

.section-logos ul li::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 65px;
    display: block;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.1);
}

.section-logos ul li:last-child:after {
    display: none;
}

footer {
    text-align: center;
    background: #231f20;
    color: #fff;
    padding: 30px 0 15px;
    font-size: 12px;
    margin-top: 25px;
}

.social {
    text-align: center;
    width: 290px;
    margin: 0 auto;
}

.social p {
    align-self: center;
    margin-right: 6px;
}

.footer-last {
    border-top: 1px solid #4d4745;
    padding-top: 13px;
    margin-top: 22px;
}

.footer-last a {
    color: #ffc80a;
}

.footer-last a:hover {
    text-decoration: underline;
}

.resp-menu {
    display: none;
}

div#enquire {
    padding: 30px 0;
}

.dealer-data ul {}

.dealer-data li {
    width: 32%;
    margin: .5%;
    background: #fff;
    padding: 16px;
    border: 1px solid #e9e9e9;
}

section.dealer-data .container {
    background: #ffcb08;
    padding: 30px 12px;
    position: relative;
}

section.dealer-data .container ul:before {
    content: '';
    display: block;
    background: url(../down.html) no-repeat center bottom;
    background-size: 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -108px;
    opacity: .8;
    z-index: 1;
    left: 26px;
}

.dealer-data {
    display: none;
}

.locations-list .location-box h5 {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #373737;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.locations-list .location-box .info {
    background-repeat: no-repeat;
    background-position: left 5px;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 35px;
    margin-bottom: 15px;
}

.locations-list .location-box .info.address {
    background-image: url(../icon-map.html);
    min-height: 35px;
}

.locations-list .location-box .info.phone {
    background-image: url(../icon-phone.html);
    background-position: left top;
}

.locations-list .location-box .info:nth-last-of-type(1) {
    margin-bottom: 0;
}

.locations-list .location-box .info.mail {
    background-image: url(../icon-mail.html);
    background-position: left 4px;
    text-transform: lowercase;
}

.thanks-page {
    padding: 40px 0;
    text-align: center;
}

.thanks-txt {
    font-size: 31px;
    font-weight: 300;
    line-height: 46px;
    opacity: 0.8;
}

.thanks-txt a {

    background: #eb1c24;
    color: #fff;
    font-size: 17px;
    padding: 9px 33px;
    border-radius: 7px;
    opacity: 1;
    font-weight: 500;

}

.adbanner_section .row {
    display: flex;
    padding: 40px 0 0;
}

.adbanner_section .row>div {
    width: 50%;
}

.adbanner_section .row>div img {
    width: 100%;
}
