﻿@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: 400;
    font-style: normal;
}

body, html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, article {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

::-moz-focus-inner {
    border: 0;
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.cf {
    display: inline-block;
}

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

.al {
    float: left;
}

.ar {
    float: right;
}

.an {
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    height: 0;
    width: 0;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    text-decoration: none;
    cursor: pointer!important;
    color: #000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    a:hover {
        color: #000;
    }

p {
    padding-bottom: 25px;
    line-height: 24px;
}

@font-face {
    font-family: 'zapfhumnst_btroman';
    src: url('../fonts/zhum601n-webfont.eot');
    src: url('../fonts/zhum601n-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/zhum601n-webfont.woff2') format('woff2'), url('../fonts/zhum601n-webfont.woff') format('woff'), url('../fonts/zhum601n-webfont.ttf') format('truetype'), url('../fonts/zhum601n-webfont.svg#zapfhumnst_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'zapfhumnst_ult_btultra';
    src: url('../fonts/zhum601u-webfont.eot');
    src: url('../fonts/zhum601u-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/zhum601u-webfont.woff2') format('woff2'), url('../fonts/zhum601u-webfont.woff') format('woff'), url('../fonts/zhum601u-webfont.ttf') format('truetype'), url('../fonts/zhum601u-webfont.svg#zapfhumnst_ult_btultra') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular_0-webfont-webfont.eot');
    src: url('../fonts/OpenSans-Regular_0-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular_0-webfont-webfont.woff2') format('woff2'), url('../fonts/OpenSans-Regular_0-webfont-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular_0-webfont-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular_0-webfont-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
    color: #007f37;
    font-size: 25px;
    background: url(../images/h1-bg.png) no-repeat 0 center;
    padding: 3px 0 0 40px;
    margin-bottom: 30px;
}

    h1 span {
        color: #1b2e41;
    }

h2 {
    text-align: center;
    line-height: normal;
    font-size: 30px;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
}

    h2 span {
        height: 9px;
        width: 73px;
        display: inline-block;
        background: url(../images/title-r.png) no-repeat center center;
        margin: 0 20px;
        position: relative;
        top: 10px;
    }

        h2 span:first-child {
            background: url(../images/title-l.png) no-repeat center center;
        }

h3 {
    font-size: 18px;
    color: #fff;
}

h4 {
    font-size: 21px;
    color: #673e0a;
    padding-bottom: 10px;
}

h5 {
    color: #fff;
    font-size: 16px;
    font-family: 'open_sansregular';
    padding-bottom: 15px;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'zapfhumnst_btroman', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #495667;
    background: #fff url(../images/bg.jpg) repeat center center;
}

.wrapper {
    width: 1130px;
    margin: 0 auto;
    padding: 55px 0 65px;
    position: relative;
}

.header {
    position: relative;
    width: 100%;
    z-index: 9999;
    background: url(../images/header-bg.jpg) repeat-x center 0;
    padding-bottom: 9px;
}

    .header .wrapper {
        padding: 0;
    }

.logo {
    float: left;
    display: block;
    width: 222px;
    max-width: 222px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
}

    .logo img {
        width: 100%;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.headerRight {
    float: right;
    padding-top: 35px;
}

    .headerRight .socialMedia {
        float: right;
        padding-right: 15px;
    }

.language {
    float: right;
    background-color: #fff;
    border: 1px solid #27ae60;
    color: #00456e;
    font-size: 14px;
    padding: 7px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.callInfo {
    float: right;
    clear: both;
    padding: 5px 0px 0;
    color: #00456e;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: 'open_sansregular';
}

    .callInfo a, .mailIcon a {
        color: #00456e;
        padding: 10px 0px 10px 33px;
        margin-left: 40px;
        display: block;
        float: left;
    }

        .callInfo a:hover {
            color: #64b044;
        }

.mailIcon {
    background: url(../images/mail-icon.png) no-repeat 2px center;
}

.callIcon {
    background: url(../images/call-icon.png) no-repeat 0 center;
}

.callInfo span {
    display: block;
    float: left;
    padding: 10px 15px;
}

.mainNav {
    position: relative;
    z-index: 1;
    background-color: #1a577c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
}

    .mainNav li {
        float: left;
        position: relative;
    }

        .mainNav li a {
            display: block;
            color: #fff;
            font-size: 18px;
            line-height: 50px;
            padding: 0 32px;
        }

        .mainNav li .arrow {
            background: url(../images/menu-arrow.png) no-repeat right bottom;
        }

        .mainNav li a:hover, .mainNav li:hover > a, .mainNav .active a {
            text-decoration: none;
            color: #664e00;
            background-color: #ffc300;
            background-position: right 0;
        }

        .mainNav li:hover .subNav {
            display: block;
        }

    .mainNav .subNav {
        position: absolute;
        top: 50px;
        left: 0;
        width: 220px;
        display: none;
        background-color: #d9e9f2;
        padding: 5px 0;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

        .mainNav .subNav li {
            padding: 0;
            width: 100%;
            border: 0;
        }

            .mainNav .subNav li a {
                color: #1a577c;
                padding: 8px 10px;
                line-height: 18px;
                text-transform: none;
                font-size: 16px;
            }

                .mainNav .subNav li a:hover {
                    color: #fff;
                    background-color: #1a577c;
                }

/********** Start Banner *********/
.bannerSp {
    background: url(../images/banner-sp.png) repeat 0;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -9px;
    left: 0;
}

.banner {
    position: relative;
    z-index: 0;
    margin-bottom: 0px; /*background:url(../images/banner-1.jpg) no-repeat center center; background-size:cover;*/
}

    .banner .wrapper {
        padding: 0;
    }

#owl-banner li {
    position: relative;
}

    #owl-banner li img {
        width: 100%;
    }

    #owl-banner li .wrapper {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -565px;
        min-height: 100%;
    }

.banner .owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    bottom: 13px;
    left: 0;
}

    .banner .owl-theme .owl-controls .owl-page span {
        width: 40px !important;
        height: 4px !important;
        background-color: #e6eef8 !important;
        opacity: 1;
        -webkit-border-radius: initial !important;
        -moz-border-radius: initial !important;
        border-radius: initial !important;
    }

    .banner .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
        background-color: #fcdb00 !important;
        opacity: 1 !important;
    }

.innerBanner {
    position: relative;
    z-index: 0;
    color: #fff;
    background: url(../images/inner-banner-2.jpg) no-repeat center center;
    background-size: cover;
    border-bottom: 1px solid #bdaf90;
}

    .innerBanner .wrapper {
        padding: 40px 0 32px;
        text-shadow: 0 0 3px #000;
    }

    .innerBanner h1 {
        margin-bottom: 10px;
        color: #fff;
        background: url(../images/h1-bg-2.png) no-repeat 0 center;
        font-family: 'zapfhumnst_ult_btultra';
    }

    .innerBanner p {
        padding: 10px 0 5px 0;
        font-size: 16px;
        color: #fff;
        font-family: 'zapfhumnst_ult_btultra';
    }
/********** End Banner *********/

/********** Start About Us *********/
.aboutUs {
    background: url(../images/bg-about.jpg) no-repeat center -25px;
}

    .aboutUs p {
        text-align: justify;
    }

.buyNow {
    float: right;
    display: block;
    margin: 0 0 5px 30px;
    width: 306px;
}

    .buyNow img {
        width: 100%;
    }

.but {
    height: 35px;
    line-height: 35px;
    padding: 0 45px 0 15px;
    font-size: 14px;
    color: #fff;
    background: #007f37 url(../images/but-arrow.jpg) no-repeat right 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .but:hover {
        background-color: #11644d;
        color: #fff;
    }
/********** End About Us *********/

.innerPage .wrapper {
    padding: 40px 0px;
}

/********** Start Products *********/
.products {
    background: #f0f1f3 url(../images/bg-products.jpg) repeat center center;
    padding: 55px 0 65px;
}

    .products .wrapper {
        width: 1080px;
        padding: 30px 0 0 0;
    }

    .products .owl-wrapper {
        margin-left: -13px;
    }

.productsList {
    margin: 0;
}

    .productsList li {
        float: left;
        width: 100% !important;
        margin: 0 13px;
        position: relative;
    }

        .productsList li a {
            display: block;
            padding: 0 13px;
        }

            .productsList li a img {
                width: 100%;
            }

        .productsList li h3 {
            position: absolute;
            bottom: 25px;
            left: 0;
            width: 100%;
            text-align: center;
        }

.products .owl-prev, .products .owl-next {
    background: none !important;
    width: 34px;
    height: 34px !important;
    padding: 0 !important;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    opacity: 1 !important;
    margin: -25px 0 0 0 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.products .owl-prev {
    left: -30px;
    background: url(../images/left-arrow.png) no-repeat center center !important;
}

.products .owl-next {
    right: -30px;
    background: url(../images/right-arrow.png) no-repeat center center !important;
}

.products .owl-prev:hover, .owl-next:hover {
    background-color: #cbe9e1 !important;
    border-color: #d78d44;
}
/********** End Products *********/

/*********** Start All Form ************/
input[type="checkbox"], input[type="radio"] {
    position: relative;
    top: -2px;
    box-sizing: border-box;
    padding: 0;
    margin: 0 5px 0 0;
    *height: 13px;
    *width: 13px;
    vertical-align: middle;
}

.inputText, .select, .textarea {
    font-family: 'zapfhumnst_btroman', Arial, sans-serif;
    color: #555;
    font-size: 16px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0;
    width: 100%;
    vertical-align: baseline;
    *vertical-align: middle;
}

    .inputText:focus, .select:focus, .textarea:focus {
        border: 1px solid #65c178;
        background: #fff;
    }

.inputText {
    height: 24px;
    line-height: 24px;
    padding: 5px 10px;
}

.select {
    height: 32px;
    line-height: 32px;
    padding: 4px;
}

    .select option {
        padding: 5px;
    }

.textarea {
    line-height: 18px;
    padding: 5px;
    height: 65px;
    vertical-align: top;
}

.button {
    background: #d3d6dc;
    border: 0;
    font-size: 18px;
    color: #495667;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    overflow: visible;
    font-family: 'zapfhumnst_btroman', Arial, sans-serif;
    min-width: 150px;
    padding: 11px 0px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .button:hover {
        background: #495667;
        color: #d3d6dc;
    }

.greenBut {
    background: #65c178;
    color: #fff;
}

    .greenBut:hover {
        background: #4a915b;
        color: #fff;
    }
/*********** End All Form ************/

/*********** Start Footer ************/
.footer {
    background-color: #1b2e41;
    font-size: 14px;
    color: #485868;
    border-top: 1px solid #718fad;
}

.botomLink {
    padding: 40px 0 60px;
    color: #718fad;
}

    .botomLink a {
        color: #b1bcc6;
        font-family: 'open_sansregular';
    }

        .botomLink a:hover {
            color: #fff;
        }

    .botomLink .col {
        padding: 0 35px 0 65px;
        float: left;
    }

        .botomLink .col a {
            color: #718fad;
            padding: 6px 0;
            display: block;
            font-size: 14px;
        }

        .botomLink .col .displayInb {
            display: inline-block;
        }

        .botomLink .col a:hover {
            color: #64b044;
        }

.lastCol { /*width:24%; float:right;*/
    padding: 0 35px 0 65px;
    width: 21%;
    float: left;
}

.footBot {
    background-color: #e4e5e7;
    color: #485868;
    border-top: 1px solid #dcdddf;
    text-align: center;
}

    .footBot .wrapper {
        padding: 60px 0 50px;
    }

.footLogo {
    position: absolute;
    top: 50%;
    margin-top: -125px;
    margin-left: -41px;
    left: 50%;
}

.footBot .al {
    color: #00b96a;
}

.footBot a {
    color: #485868;
}

    .footBot a:hover {
        color: #00b96a;
    }

.copyRat {
    font-size: 16px;
}

    .copyRat div {
        color: #0073b2;
        font-size: 14px;
        padding-top: 10px;
    }

        .copyRat div a {
            color: #0073b2;
        }

.footer .socialMedia a {
    margin-right: 13px;
}

.socialMedia {
    float: left;
}

    .socialMedia a {
        float: left;
        display: block;
        width: 31px;
        height: 31px;
        background: url(../images/icon.png) no-repeat 0 center;
        margin-right: 10px;
    }

    .socialMedia .sk {
        background-position: 0 center;
    }

    .socialMedia .gp {
        background-position: -31px center;
    }

    .socialMedia .in {
        background-position: -62px center;
    }

    .socialMedia .tw {
        background-position: -93px center;
    }

    .socialMedia .fb {
        background-position: -124px center;
    }

.lastCol .inputText {
    margin: 10px 0 30px 0;
    border-color: #e1e1e1;
    background: #fff;
    -webkit-box-shadow: inset 0 0 7px 3px #f6f6f6;
    -moz-box-shadow: inset 0 0 7px 3px #f6f6f6;
    box-shadow: inset 0 0 7px 3px #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .lastCol .inputText:focus {
        border-color: #338e08;
    }

.NewsletterInput {
    position: relative;
}

.btnArrow {
    background: url(../images/input-arrow.jpg) no-repeat right center;
    width: 30px;
    font-size: 0;
    height: 30px;
    position: absolute;
    top: 13px;
    right: 2px;
    border: 0;
    cursor: pointer;
}

.NewsletterInput .inputText {
    width: 90%;
    padding: 7px 5% 5px;
    font-size: 15px;
}
/*********** End Footer ************/

.contactLeft {
    float: left;
    width: 50%;
}

.contactRight {
    float: left;
    width: 50%;
}

.map1 {
    width: 100%;
    height: 450px;
}

.website {
    padding-left: 60px;
    padding-bottom: 20px;
}

.phone {
    padding-left: 50px;
    padding-bottom: 20px;
}

/*Inquiry Css*/
.divInquiry {
    padding-left: 20px;
}

.inquiryForm {
    padding-bottom: 20px;
}

    .inquiryForm ul {
        list-style: none;
    }

.cf {
    display: block;
}

.inquiryForm li {
    float: left;
    /* margin-left: 30px; */
    padding-bottom: 30px;
    width: 326px;
}

.lblForm {
    color: #012;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 2px;
}

.inquiryForm label {
    display: block;
    padding-bottom: 7px;
}

.tbr {
    width: 300px;
    height: 30px;
}

.inquiryForm li {
    float: left;
    /* margin-left: 30px; */
    padding-bottom: 30px;
    width: 326px;
}

.LiBtn {
    /*padding-top: 92px;*/
}

.btn {
    width: 100px;
    background: #007f37;
    border-color: #007f37;
    color: white;
    height: 36px;
    border: 2px solid;
    border-radius: 5px;
    font-size: 16px;
}

    .btn:hover {
        /* color: #ffcb05; */
        cursor: pointer;
        border-color: #64b242;
        background-color: #64b242;
    }

.ctitle {
    font-size: 21px;
    margin: 0px 0 15px 0;
    color: #25750c;
    background: none;
    padding-left: 0px;
    font-weight: bold;
}

/*End Inquiry Css*/

/*Produts*/
.midal_con_text {
    border: 1px solid gray;
    padding: 3px;
    width: 30%;
}

.productList {
    float: left;
}

.products1 {
    padding: 0px 0 0px 0;
    float: left;
}

    .products1 li {
        float: left;
        background: url(../images/item-shadow.png) no-repeat center bottom;
        padding-bottom: 4px;
        margin-bottom: 50px;
        margin: 10px 8px 40px;
    }

        .products1 li a, .products1 li p {
            /*background-color: #FFF;
    padding: 5px;
    border: 1px solid #2b5d44;*/
            display: block;
            position: relative;
        }

.productImage {
    /*height: 200px;
    width: 220px;*/
}
/*.products1 li a:hover {
    background-color:#3b7a5a;
}*/
/*end Products*/

/*Sub Products*/

.ProImages {
    width: 180px;
    height: 225px;
    float: left;
    margin-right: 10px;
    border: 2px solid #cccccc;
}

.desc {
    text-align: justify;
}

.proProperty {
    float: left;
    margin-top: 20px;
    text-align: justify;
}

.proSpecification {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.descLeft {
    float: left;
    width: 49%;
    margin-right: 20px;
}

.descRight {
    float: left;
    width: 49%;
}

.protitle {
    height: 22px;
    margin-top: 15px;
}

.h21 {
    color: #25750c;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
}

.proSpecification ul li {
    width: 33%;
    float: left;
    line-height: 22px;
    text-align: justify;
}

.title-husk-powder {
    background: #25750c;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    float: left;
    width: 100%;
    font-size: 22px;
    text-align: center;
}
/*End sub Products*/

.fullwidth {
    width: 100%;
    float: left;
}

.marg-top-fifteen {
    margin-top: 15px;
}

.h-powder:first-child {
    margin-left: 0px;
}

.h-powder:first-child {
    margin-left: 0px;
}

.h-powder {
    width: 19.2%;
    float: left;
    margin-left: 1%;
}

h1, h2, .org-title {
    color: #25750c;
    /*font-family: 'Dosis',sans-serif;*/
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

h1 {
    font-size: 21px;
    margin: 0px 0 15px 0;
}

.title-husk-powder {
    background: #25750c;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    float: left;
    width: 100%;
    font-size: 15px;
    text-align: center;
}

.h-powder span {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background: #25750c;
    color: #fff;
}

.h-powder b {
    font-weight: normal;
    font-size: 14px;
    float: right;
    text-align: left;
    width: 97%;
    padding-left: 10px;
}

.h-powder b {
    height: 26px;
    line-height: 26px;
}

    .h-powder b.two {
        height: 46px;
        line-height: 46px;
    }
/*p {
    color: #777;
    overflow: hidden;
    line-height: 20px;
    text-align: justify;
}*/
.fullwidth {
    width: 100%;
    float: left;
}
/*.h-powder p {
    text-align: left;
    padding: 3px;
    background: #efefef;
}*/

.h-powder1 {
    width: 19.2%;
    float: left;
    margin-left: 1%;
}

    .h-powder1 span {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        background: #25750c;
        color: #fff;
        display: none;
    }

    .h-powder1 b {
        font-weight: normal;
        font-size: 14px;
        float: right;
        text-align: left;
        width: 100%;
        padding-left: 10px;
    }

    .h-powder1 b {
        height: 26px;
        line-height: 26px;
    }

    .h-powder1 p {
        text-align: left;
        padding: 3px;
        background: #efefef;
        line-height: 20px;
    }

.col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.pro-more-desc h2 {
    margin: 20px 0 5px 0;
    font-size: 16px;
    text-align: left;
    text-transform: none;
    font-family: 'Roboto';
}

ul.specification {
    width: 100%;
    margin-top: 10px;
    float: left;
}

    ul.specification li {
        float: left;
        /*width: 33%;*/
        width: 31%;
        line-height: 22px;
        background: url('../images/bullets.gif') no-repeat left top;
        padding: 0px 0px 0 23px;
        background-position-y: 7px;
    }

        ul.specification li b {
            font-weight: normal;
            color: #25750c;
            float: left;
            margin-right: 5px;
        }

.ProImages {
    width: 23%;
    float: left;
    margin-right: 10px;
    border: 2px solid #cccccc;
    margin-bottom: 10px;
}

.abc1 {
    float: left;
    margin-top: 15px;
}

.note {
    float: left;
    margin-top: 20px;
    text-align: justify;
}

.noteTitle {
    float: left;
    padding-right: 10px;
}