﻿.clear {
    clear: both;
}

.resetSpace, body form header .rgDiv .customSelect ul, body form .navMenu ul, body form .navMenu ul li, body form #innerPages #Contents .productListing .summaryDiv p, body form footer nav.navFooterMenu ul, body form footer nav.navFooterMenu ul li, body form footer nav.navFooterMenu .cpyRit, body form footer nav.navFooterMenu .rgDiv .customSelect ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none !important;
    border: 0;
}

p, h1, h2 {
    margin: 0;
    padding: 0;
}

* {
    outline: none;
}

.blueColor {
    color: #144070;
}

.btn {
    height: 33px;
    width: 125px;
    background-color: #dbdbdb;
    line-height: 33px;
    border: 0;
    text-align: left;
    padding-left: 10px;
    color: #233444;
    display: inline-block;
}

@media (min-width: 1025px) {
    .webHidden {
        display: none;
    }
}

.ErrorControl {
    border: 1px solid Red !important;
}

.isa_success {
    background-color: #DFF2BF;
    color: #4F8A10;
    font-size: 15px;
    line-height: 30px;
    margin-top: 100px;
    padding: 30px;
}

.isa_error {
    color: #D8000C;
    background-color: #FFBABA;
    font-size: 15px;
    line-height: 30px;
    margin-top: 100px;
    padding: 30px;
}

#loadingDiv {
    left: 21%;
    position: absolute;
    top: 45%;
}

.menuActive {
    color: #87888b !important;
}

.bannerContents {
    line-height: 0;
}

.alternateNews {
    background-color: #ddefff;
}

.arHidden {
    display: none !important;
}

.enHidden {
    display: inline !important;
}

.font22 {
    font-size: 22px !important;
}

.dispNone {
    display: none !important;
}

.legalBtns {
    text-align: center;
    margin-top: 3%;
}

    .legalBtns a {
        height: 33px;
        width: auto;
        background-color: #dbdbdb;
        line-height: 33px;
        border: 0;
        text-align: left;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #233444;
        border-radius: 5px;
        margin-bottom: 2%;
        padding: 0 13px;
    }

        .legalBtns a:hover {
            background-color: #144070;
            color: #fff;
        }

        .legalBtns a .fa {
            padding-left: 10px;
        }

.productSeoDesc {
    padding-bottom: 4%;
    margin-top: -2%;
}

.abt.productSeoDesc p {
    color: #292929;
    font-size: 16px;
    line-height: 24px;
}

.productSeoDesc h2 {
    color: #144070;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    max-width: 1600px;
    margin: 0 auto;
    background-color: #fff;
}

    body form {
        /* Form and Body Contents Starts here*/
        /* Form and Body Contents Ends here*/
    }

        body form header {
            width: 100%;
            padding: 0 6.25%;
            border-bottom: 2px solid #244d7a;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 96px;
            background-color: #e7ecf0;
        }

            body form header img.logo {
                float: left;
            }

            body form header .regionDiv {
                /*margin: 0 0 10px;*/
                margin: 0 0 5%;
            }

            body form header .rgDiv .customSelect {
                /*max-width: 85px;*/
                max-width: 122px;
                overflow: visible;
                margin-right: 0;
                float: left;
                position: relative;
                font-size: 14px;
                line-height: 35px;
                z-index: 1;
                text-align: center;
                height: 35px;
                background-color: #dddddd;
                /*text-transform: uppercase;*/
            }

                body form header .rgDiv .customSelect span {
                    color: #233444;
                    /*width: 90px;*/
                    width: 122px;
                    background-color: transparent;
                    position: relative;
                    display: block;
                    cursor: pointer;
                    text-indent: -14px;
                    /*text-indent: 8px;*/
                    border: 1px solid #244d7a;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    -webkit-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                    height: 35px;
                }

                    body form header .rgDiv .customSelect span:hover {
                        border: 1px #707070 solid;
                        color: rgba(36, 77, 122, 0.45);
                    }

                body form header .rgDiv .customSelect select {
                    color: #233444;
                    padding: 0 3px;
                    font-size: 13px;
                    line-height: 16px;
                    width: 122px;
                    border: 1px solid #233444;
                }

                body form header .rgDiv .customSelect .fa-caret-down {
                    color: #233444;
                    position: absolute;
                    /*right: 5px;*/
                    bottom: 10px;
                    cursor: pointer;
                    line-height: 10px;
                    right: 7px;
                }

                    body form header .rgDiv .customSelect .fa-caret-down:hover {
                        opacity: 0.7;
                    }

                body form header .rgDiv .customSelect ul {
                    list-style: none;
                    display: none;
                    left: 0;
                    position: absolute;
                    top: 32px;
                    /*width: 92px;*/
                    width: 124px;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    margin-top: 5px;
                    border: 0;
                }

                    body form header .rgDiv .customSelect ul li {
                        display: block;
                        padding: 0 5px;
                        background: #fff none repeat scroll 0 0;
                        border: 1px solid #244d7a;
                        border-bottom: 0;
                        text-align: center;
                    }

                        body form header .rgDiv .customSelect ul li:first-child {
                            border-top: 0;
                        }

                        body form header .rgDiv .customSelect ul li:last-child {
                            border-bottom: 2px solid #244d7a;
                        }

                        body form header .rgDiv .customSelect ul li a {
                            color: #233444;
                            display: block;
                            text-indent: 3px;
                        }

                        body form header .rgDiv .customSelect ul li:hover {
                            background-color: #244d7a;
                        }

                            body form header .rgDiv .customSelect ul li:hover a {
                                color: #fff;
                            }

            body form header .rgDiv .global {
                border: 1px solid #244d7a;
                color: #233444;
                cursor: pointer;
                display: block;
                height: 35px;
                position: relative;
                text-indent: 5px;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                -webkit-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                width: 135px;
                max-width: 135px;
                float: left;
                margin-left: 15px;
                background-color: #dddddd;
            }

                body form header .rgDiv .global a {
                    color: #233444;
                }

                body form header .rgDiv .global .globalText {
                    text-transform: capitalize;
                    color: #233444;
                    font-family: "PT Sans", sans-serif;
                    margin-right: 8px;
                    font-size: 14px;
                    padding-left: 24px;
                    border: 0;
                }

                    body form header .rgDiv .global .globalText:hover {
                        border: 0;
                        color: rgba(36,77,122,.45);
                    }

            body form header .socialMediaDiv {
                float: right;
            }

                body form header .socialMediaDiv .rgDiv {
                    line-height: 31px;
                }

                body form header .socialMediaDiv .lnkLngg {
                    color: #233444;
                    font-family: Tahoma;
                    margin-right: 8px;
                    font-size: 14px;
                }

                    body form header .socialMediaDiv .lnkLngg:hover {
                        color: #707070;
                    }

                body form header .socialMediaDiv .seprtr {
                    color: #233444 !important;
                    font-size: 13px !important;
                    margin-right: 12px;
                }

                body form header .socialMediaDiv .fa {
                    color: #fff;
                    font-size: 18px;
                    -moz-transition: color 0.3s ease-in;
                    -o-transition: color 0.3s ease-in;
                    -webkit-transition: color 0.3s ease-in;
                    transition: color 0.3s ease-in;
                }

                body form header .socialMediaDiv .smfbIcon {
                    padding: 5px 10px;
                    background-color: #3b589a;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    -webkit-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                    body form header .socialMediaDiv .smfbIcon:hover {
                        background-color: #000;
                        border-radius: 5px;
                    }

                        body form header .socialMediaDiv .smfbIcon:hover .fa {
                            /*color: #3b589a;*/
                        }

                body form header .socialMediaDiv .smtwIcon {
                    padding: 5px 7px;
                    background-color: #36bdea;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    -webkit-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                    body form header .socialMediaDiv .smtwIcon:hover {
                        background-color: #000;
                        border-radius: 5px;
                    }

                        body form header .socialMediaDiv .smtwIcon:hover .fa {
                            /*color: #36bdea;*/
                        }

        body form .navMenu ul {
            list-style: none;
            background: #233444;
            width: 100%;
            text-align: center;
            height: 96px;
            display: block;
        }

            body form .navMenu ul li {
                display: inline-block;
                list-style: none;
                outline: none !important;
                padding: 0 1%;
            }

                body form .navMenu ul li a {
                    line-height: 96px;
                    /*margin-right: 2.81%;*/
                    font-size: 18px;
                    color: #fff;
                    text-transform: uppercase;
                    -moz-transition: color 0.3s ease-in;
                    -o-transition: color 0.3s ease-in;
                    -webkit-transition: color 0.3s ease-in;
                    transition: color 0.3s ease-in;
                    display: inline-block;
                    outline: none !important;
                    white-space: nowrap;
                    overflow: hidden;
                    -ms-text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                }

                    body form .navMenu ul li a:hover {
                        color: #707070;
                    }

        body form #homeContents {
            width: 100%;
            padding: 0 6.25%;
            background-color: #fff;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            body form #homeContents .welcomeSection {
                /*padding-top: 85px;
                padding-bottom: 120px;*/
                padding-bottom: 4%;
                padding-top: 4%;
            }

                body form #homeContents .welcomeSection .leftDiv {
                    float: left;
                    width: 36.25%;
                    padding-right: 2%;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    border-right: 2px solid #c2e9ee;
                }

                    body form #homeContents .welcomeSection .leftDiv .titleText {
                        font-size: 26px;
                        text-align: right;
                        font-weight: bold;
                        color: #707070;
                    }

                    body form #homeContents .welcomeSection .leftDiv .titleValue {
                        font-size: 22px;
                        text-align: right;
                        font-weight: bold;
                        color: #144070;
                    }

                body form #homeContents .welcomeSection .rightDiv {
                    float: left;
                    width: 63.75%;
                    padding: 0 2%;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }

                    body form #homeContents .welcomeSection .rightDiv p {
                        font-size: 14px;
                        color: #292929;
                        line-height: 20px;
                    }

                    body form #homeContents .welcomeSection .rightDiv h1 {
                        font-size: 14px;
                        color: #292929;
                        line-height: 20px;
                        font-weight: normal;
                    }

            body form #homeContents .brandsSection {
                padding-bottom: 3%;
                background-color: #fff;
            }

                body form #homeContents .brandsSection .leftDiv {
                    width: 65.5%;
                    float: left;
                    padding-right: 1%;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }

                    body form #homeContents .brandsSection .leftDiv .wrapper {
                        width: 19%;
                        float: left;
                        border: 1px solid #e1e1e1;
                        margin: 0 1% 5px 0;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                        body form #homeContents .brandsSection .leftDiv .wrapper img {
                            width: 100%;
                        }

                body form #homeContents .brandsSection .rightDiv {
                    width: 34.5%;
                    float: left;
                }

                    body form #homeContents .brandsSection .rightDiv img {
                        width: 100%;
                    }

            body form #homeContents .enquiryNewsSection {
                padding-top: 4%;
            }

                body form #homeContents .enquiryNewsSection .enquiry {
                    padding: 0 2% 0 2%;
                    background-color: #f0f0f0;
                    width: 50%;
                    margin-left: 1%;
                    float: left;
                    border-bottom: 9px solid #d1cfcf;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    height: 380px;
                    position: relative;
                    margin-right: 0;
                }

                    body form #homeContents .enquiryNewsSection .enquiry h3 {
                        font-size: 23px;
                        color: #707070;
                        border-bottom: 1px solid #dbdbdb;
                        padding-bottom: 1%;
                        margin-bottom: 3%;
                        margin-top: 2%;
                    }

                    body form #homeContents .enquiryNewsSection .enquiry div {
                        margin-bottom: 1%;
                    }

                        body form #homeContents .enquiryNewsSection .enquiry div label {
                            color: #8e959b;
                            font-size: 16px;
                            width: 75px;
                            display: inline-block;
                            white-space: nowrap;
                        }

                        body form #homeContents .enquiryNewsSection .enquiry div input[type="text"] {
                            height: 34px;
                            width: 78%;
                            border: 1px solid #d0d0d0;
                            -moz-transition: border 0.3s ease-in;
                            -o-transition: border 0.3s ease-in;
                            -webkit-transition: border 0.3s ease-in;
                            transition: border 0.3s ease-in;
                            text-indent: 10px;
                            font-size: 16px;
                        }

                            body form #homeContents .enquiryNewsSection .enquiry div input[type="text"]:hover {
                                border: 1px solid #4bc2fd;
                            }

                        body form #homeContents .enquiryNewsSection .enquiry div textarea {
                            width: 78.3%;
                            height: 75px;
                            border: 1px solid #d0d0d0;
                            -moz-transition: border-color 0.3s ease-in;
                            -o-transition: border-color 0.3s ease-in;
                            -webkit-transition: border-color 0.3s ease-in;
                            transition: border-color 0.3s ease-in;
                            resize: none;
                            padding: 5px 10px;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                        }

                            body form #homeContents .enquiryNewsSection .enquiry div textarea:hover {
                                border: 1px solid #4bc2fd;
                            }

                    body form #homeContents .enquiryNewsSection .enquiry button, body form #homeContents .enquiryNewsSection .enquiry input[type="button"] {
                        height: 33px;
                        width: 125px;
                        background-color: #dbdbdb;
                        line-height: 33px;
                        margin-bottom: 1%;
                        border: 0;
                        margin-left: 80px;
                        margin-top: 1%;
                        /*text-align: left;*/
                        text-align: center;
                        padding-left: 10px;
                        -moz-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        -webkit-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                        color: #233444;
                        border-radius: 5px;
                    }

                        body form #homeContents .enquiryNewsSection .enquiry button .fa, body form #homeContents .enquiryNewsSection .enquiry input[type="button"] .fa {
                            margin-left: 15px;
                            font-size: 16px;
                        }

                        body form #homeContents .enquiryNewsSection .enquiry button:hover, body form #homeContents .enquiryNewsSection .enquiry input[type="button"]:hover {
                            background-color: #144070;
                            color: #fff;
                        }

                body form #homeContents .enquiryNewsSection .homeVidDiv {
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    background-color: transparent;
                    border-bottom: 0 none;
                    float: left;
                    height: 380px;
                    padding: 0;
                    width: 49%;
                }

            body form #homeContents .news {
                padding: 2% 2% 0 2%;
                background-color: #fff;
                width: 100%;
                float: none;
                border-bottom: 9px solid #d1cfcf;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                height: auto;
            }

                body form #homeContents .news h3 {
                    font-size: 23px;
                    color: #707070;
                    border-bottom: 1px solid #dbdbdb;
                    padding-bottom: 1%;
                    margin-bottom: 2%;
                }

                body form #homeContents .news #viewAll {
                    border-top: 1px solid #fff;
                    text-align: right;
                }

                    body form #homeContents .news #viewAll .btn {
                        height: 33px;
                        width: 125px;
                        background-color: #dbdbdb;
                        line-height: 33px;
                        margin-bottom: 1%;
                        border: 0;
                        margin-left: 0;
                        margin-top: 0;
                        /*text-align: left;*/
                        text-align: center;
                        padding-left: 10px;
                        -moz-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        -webkit-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                        color: #233444;
                        border-radius: 5px;
                    }

                        body form #homeContents .news #viewAll .btn .fa {
                            margin-left: 15px;
                            font-size: 16px;
                        }

                        body form #homeContents .news #viewAll .btn:hover {
                            background-color: #144070;
                            color: #fff;
                        }

                body form #homeContents .news .wrapper {
                    border-top: 1px solid #fff;
                    border-bottom: 1px solid #e0e0e0;
                    padding-top: 2%;
                    padding-bottom: 2%;
                }

                    body form #homeContents .news .wrapper:first-of-type {
                        border-top: 0;
                    }

                    body form #homeContents .news .wrapper .leftImg {
                        width: 25%;
                        margin-right: 1%;
                        float: left;
                    }

                        body form #homeContents .news .wrapper .leftImg img {
                            width: 100%;
                            border: 1px solid #c4dbea;
                            border-left: 6px solid #707070;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                        }

                    body form #homeContents .news .wrapper .rightContents {
                        float: left;
                        padding-top: 0;
                        padding-bottom: 1%;
                        padding-left: 1%;
                        width: 63%;
                    }

                        body form #homeContents .news .wrapper .rightContents p {
                            color: #8e959b;
                            line-height: 20px;
                            font-size: 14px;
                        }

                        body form #homeContents .news .wrapper .rightContents .btn {
                            height: 33px;
                            width: 125px;
                            background-color: #dbdbdb;
                            line-height: 33px;
                            margin-bottom: 1%;
                            border: 0;
                            margin-left: 0;
                            margin-top: 2.5%;
                            text-align: left;
                            padding-left: 10px;
                            -moz-transition: all 0.3s ease-in;
                            -o-transition: all 0.3s ease-in;
                            -webkit-transition: all 0.3s ease-in;
                            transition: all 0.3s ease-in;
                            color: #233444;
                            display: inline-block;
                            border-radius: 5px;
                        }

                            body form #homeContents .news .wrapper .rightContents .btn .fa {
                                margin-left: 17px;
                                font-size: 16px;
                            }

                            body form #homeContents .news .wrapper .rightContents .btn:hover {
                                background-color: #144070;
                                color: #fff;
                            }

                body form #homeContents .news .newsDiv {
                    border: 2px solid #e9e9e9;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    margin-bottom: 2%;
                }

                    body form #homeContents .news .newsDiv .newsLeftDiv {
                        width: 21%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        border-right: 2px solid #e9e9e9;
                        margin-right: 2%;
                        float: left;
                        border-left: 5px solid #707070 !important;
                    }

                        body form #homeContents .news .newsDiv .newsLeftDiv img {
                            width: 100%;
                            /*border-left: 5px solid #707070;*/
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                        }

                    body form #homeContents .news .newsDiv .newsCentreDiv {
                        background-image: url('../../resources/images/dateWrap.png');
                        background-position: top center;
                        background-repeat: no-repeat;
                        float: left;
                        width: 5%;
                        min-height: 100px;
                    }

                        body form #homeContents .news .newsDiv .newsCentreDiv p {
                            font-size: 16px;
                            line-height: 20px;
                            color: #fff;
                            text-align: center;
                            margin-bottom: 0;
                            margin-top: 4px;
                            text-transform: uppercase;
                        }

                    body form #homeContents .news .newsDiv .newsRightDiv {
                        float: left;
                        width: 70%;
                        margin-left: 2%;
                        padding-right: 2%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                        body form #homeContents .news .newsDiv .newsRightDiv h2 {
                            color: #233444;
                            font-size: 18px;
                            font-weight: bold;
                            padding: 1% 0 0.5%;
                        }

                        body form #homeContents .news .newsDiv .newsRightDiv p {
                            font-size: 14px;
                            color: #292929;
                            margin-bottom: 5px;
                        }

                        body form #homeContents .news .newsDiv .newsRightDiv .viewAll {
                            border-top: 0;
                        }

                            body form #homeContents .news .newsDiv .newsRightDiv .viewAll .btn {
                                height: 28px;
                                width: 85px;
                                background-color: #dbdbdb;
                                line-height: 28px;
                                margin-bottom: 1%;
                                border: 0;
                                margin-left: 0;
                                margin-top: 0;
                                text-align: left;
                                /*padding-left: 10px;*/
                                padding-left: 7px;
                                -moz-transition: all 0.3s ease-in;
                                -o-transition: all 0.3s ease-in;
                                -webkit-transition: all 0.3s ease-in;
                                transition: all 0.3s ease-in;
                                color: #233444;
                                border-radius: 5px;
                                font-size: 14px;
                            }

                                body form #homeContents .news .newsDiv .newsRightDiv .viewAll .btn .fa {
                                    /*margin-left: 5px;*/
                                    margin-left: 3px;
                                    font-size: 14px;
                                }

                                body form #homeContents .news .newsDiv .newsRightDiv .viewAll .btn:hover {
                                    background-color: #144070;
                                    color: #fff;
                                }

            body form #homeContents .categorySection {
                background-color: #fff;
                width: 100%;
                padding: 4% 0;
            }

                body form #homeContents .categorySection .wrapper {
                    width: 19%;
                    float: left;
                    margin-right: 1%;
                    margin-bottom: 1%;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }

                    body form #homeContents .categorySection .wrapper p {
                        width: 100%;
                        text-align: center;
                        line-height: 16px;
                        color: #233444;
                        font-size: 15px;
                        margin-top: 4%;
                    }

                    body form #homeContents .categorySection .wrapper .imgDiv {
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        border: 1px solid #d3d6da;
                    }

                        body form #homeContents .categorySection .wrapper .imgDiv img {
                            width: 100%;
                        }

                        body form #homeContents .categorySection .wrapper .imgDiv:nth-child(5n) {
                            margin-right: 0;
                            width: 20%;
                        }

        body form #innerPages {
            margin: 0;
            padding: 0 6.25%;
            position: relative;
        }

            body form #innerPages h1 {
                padding: 3% 0 2%;
                font-size: 32px;
                font-weight: bold;
                margin: 0;
                color: #707070;
                text-transform: uppercase;
            }

            body form #innerPages #Contents {
                padding: 0;
                margin: 0;
                width: 100%;
                padding-bottom: 3%;
            }

                body form #innerPages #Contents .leftDiv {
                    float: left;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    padding-right: 1%;
                    width: 50%;
                }

                body form #innerPages #Contents .rightDiv {
                    float: left;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    padding-left: 1%;
                    width: 50%;
                }

                body form #innerPages #Contents p {
                    font-family: 'PT Sans', sans-serif;
                    font-size: 14px;
                    margin-bottom: 15px;
                    line-height: 24px;
                }

                body form #innerPages #Contents #map_wrapper {
                    height: 400px;
                }

                    body form #innerPages #Contents #map_wrapper #map_canvas {
                        width: 100%;
                        height: 100%;
                    }

                body form #innerPages #Contents .locationDetails {
                    padding-top: 3%;
                }

                    body form #innerPages #Contents .locationDetails .locn {
                        width: 50%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        padding-right: 1%;
                        float: left;
                        margin: 1% 0;
                    }

                        body form #innerPages #Contents .locationDetails .locn h2 {
                            font-size: 22px;
                            color: #144070;
                            padding: 0 0 2%;
                            margin: 0;
                        }

                        body form #innerPages #Contents .locationDetails .locn p {
                            font-size: 15px;
                            line-height: 24px;
                            margin: 0;
                        }

                body form #innerPages #Contents #contactUS .enquiry {
                    padding: 0 2% 3% 0;
                    width: 55%;
                    float: left;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }

                    body form #innerPages #Contents #contactUS .enquiry h2 {
                        font-size: 24px;
                        color: #144070;
                        border-bottom: 1px solid #dbdbdb;
                        padding-bottom: 1%;
                        margin-bottom: 5%;
                    }

                    body form #innerPages #Contents #contactUS .enquiry div {
                        margin-bottom: 4%;
                    }

                        body form #innerPages #Contents #contactUS .enquiry div label {
                            color: #8e959b;
                            font-size: 16px;
                            width: 75px;
                            display: inline-block;
                        }

                        body form #innerPages #Contents #contactUS .enquiry div input[type="text"] {
                            height: 42px;
                            width: 84%;
                            border: 1px solid #d0d0d0;
                            -moz-transition: border 0.3s ease-in;
                            -o-transition: border 0.3s ease-in;
                            -webkit-transition: border 0.3s ease-in;
                            transition: border 0.3s ease-in;
                            text-indent: 10px;
                            font-size: 16px;
                        }

                            body form #innerPages #Contents #contactUS .enquiry div input[type="text"]:hover {
                                border: 1px solid #4bc2fd;
                            }

                        body form #innerPages #Contents #contactUS .enquiry div textarea {
                            width: 84.3%;
                            height: 100px;
                            border: 1px solid #d0d0d0;
                            -moz-transition: border-color 0.3s ease-in;
                            -o-transition: border-color 0.3s ease-in;
                            -webkit-transition: border-color 0.3s ease-in;
                            transition: border-color 0.3s ease-in;
                            resize: none;
                            padding: 5px 10px;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                        }

                            body form #innerPages #Contents #contactUS .enquiry div textarea:hover {
                                border: 1px solid #4bc2fd;
                            }

                    body form #innerPages #Contents #contactUS .enquiry button, body form #innerPages #Contents #contactUS .enquiry input[type="button"] {
                        height: 33px;
                        width: 125px;
                        background-color: #dbdbdb;
                        line-height: 33px;
                        margin-bottom: 1%;
                        border: 0;
                        margin-left: 80px;
                        margin-top: 0;
                        text-align: center;
                        padding-left: 10px;
                        -moz-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        -webkit-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                        color: #233444;
                        border-radius: 5px;
                    }

                        body form #innerPages #Contents #contactUS .enquiry button .fa, body form #innerPages #Contents #contactUS .enquiry input[type="button"] .fa {
                            margin-left: 15px;
                            font-size: 16px;
                        }

                        body form #innerPages #Contents #contactUS .enquiry button:hover, body form #innerPages #Contents #contactUS .enquiry input[type="button"]:hover {
                            background-color: #144070;
                            color: #fff;
                        }

                body form #innerPages #Contents #contactUS .locationDetails {
                    float: left;
                    width: 45%;
                    padding-left: 1%;
                    padding-top: 0;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }

                    body form #innerPages #Contents #contactUS .locationDetails h2 {
                        font-size: 24px;
                        color: #144070;
                        border-bottom: 1px solid #dbdbdb;
                        padding-bottom: 1%;
                        margin-bottom: 3%;
                    }

                    body form #innerPages #Contents #contactUS .locationDetails .locn {
                        width: 100%;
                        margin-bottom: 3%;
                        float: none;
                    }

                        body form #innerPages #Contents #contactUS .locationDetails .locn h2 {
                            font-size: 18px;
                            color: #144070;
                            padding: 0 0 1%;
                            margin: 0;
                            border: 0 none;
                        }

                        body form #innerPages #Contents #contactUS .locationDetails .locn p {
                            font-size: 15px;
                            line-height: 24px;
                            margin: 0;
                        }

                body form #innerPages #Contents .catItem {
                    width: 23.5%;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    float: left;
                    margin-right: 1.5%;
                    margin-bottom: 4%;
                }

                    body form #innerPages #Contents .catItem img {
                        width: 100%;
                        border: 5px solid #e9e9e9;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                    body form #innerPages #Contents .catItem h2 {
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        padding: 3% 0;
                        text-align: center;
                        font-size: 22px;
                        color: #144070;
                        font-weight: bold;
                        max-height: 40px;
                        overflow: visible;
                    }

                body form #innerPages #Contents .productListing {
                    width: 100%;
                    border: 2px solid #e9e9e9;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    height: 190px;
                    overflow: hidden;
                    margin-bottom: 3%;
                }

                    body form #innerPages #Contents .productListing .imgDiv {
                        width: 25%;
                        float: left;
                        height: 100%;
                        position: relative;
                    }

                        body form #innerPages #Contents .productListing .imgDiv img {
                            width: 100%;
                        }

                        body form #innerPages #Contents .productListing .imgDiv .brandImg {
                            width: 85px;
                            height: auto;
                            position: absolute;
                            right: 0;
                            bottom: 0;
                            background: transparent;
                            border: 1px solid #e9e9e9;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                            line-height: 1px;
                        }

                            body form #innerPages #Contents .productListing .imgDiv .brandImg img {
                                width: 100%;
                                height: auto;
                            }

                    body form #innerPages #Contents .productListing .summaryDiv {
                        width: 28%;
                        float: left;
                        background-color: #ddefff;
                        padding: 1%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        height: 100%;
                    }

                        body form #innerPages #Contents .productListing .summaryDiv h2 {
                            font-size: 15px;
                            color: #144070;
                            font-weight: bold;
                            padding: 1% 0 2% 0;
                            text-transform: uppercase;
                        }

                        body form #innerPages #Contents .productListing .summaryDiv p {
                            font-size: 13px;
                            color: #292929;
                            line-height: 21px;
                        }

                    body form #innerPages #Contents .productListing .specificationDiv {
                        width: 47%;
                        float: left;
                        padding: 1%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        border-left: 2px solid #e9e9e9;
                        height: 100%;
                    }

                        body form #innerPages #Contents .productListing .specificationDiv h2 {
                            font-size: 15px;
                            color: #144070;
                            font-weight: bold;
                            padding: 1% 0 1% 0;
                            text-transform: uppercase;
                        }

                        body form #innerPages #Contents .productListing .specificationDiv .leftDiv {
                            width: 50%;
                            float: left;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                            padding-right: 1%;
                            overflow: hidden;
                        }

                            body form #innerPages #Contents .productListing .specificationDiv .leftDiv ul {
                                margin: 0;
                                padding: 0;
                                list-style: none;
                            }

                                body form #innerPages #Contents .productListing .specificationDiv .leftDiv ul li {
                                    margin: 0;
                                    padding: 0;
                                    list-style: none;
                                    font-size: 13px;
                                    color: #292929;
                                    line-height: 16px;
                                    margin-bottom: 2%;
                                }

                        body form #innerPages #Contents .productListing .specificationDiv .rightDiv {
                            width: 50%;
                            float: left;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                        }

                            body form #innerPages #Contents .productListing .specificationDiv .rightDiv ul {
                                margin: 0;
                                padding: 0;
                                list-style: none;
                            }

                                body form #innerPages #Contents .productListing .specificationDiv .rightDiv ul li {
                                    margin: 0;
                                    padding: 0;
                                    list-style: none;
                                    font-size: 13px;
                                    color: #292929;
                                    line-height: 16px;
                                    margin-bottom: 2%;
                                }

                body form #innerPages #Contents .prodDetails .topDiv {
                    margin-bottom: 3%;
                }

                    body form #innerPages #Contents .prodDetails .topDiv img {
                        float: left;
                        border: 2px solid #e9e9e9;
                    }

                    body form #innerPages #Contents .prodDetails .topDiv .dwnldBrchr {
                        float: right;
                        width: auto;
                        line-height: 1px;
                        padding: 2%;
                        text-transform: uppercase;
                        color: #fff;
                        font-size: 16px;
                        font-weight: bold;
                        background: #144070;
                        border: 3px solid #e9e9e9;
                        margin-top: 2%;
                    }

                        body form #innerPages #Contents .prodDetails .topDiv .dwnldBrchr:hover {
                            opacity: 0.8;
                        }

                    body form #innerPages #Contents .prodDetails .topDiv p {
                        font-size: 16px;
                        color: #292929;
                        line-height: 20px;
                        margin: 3% 0 4%;
                    }

                body form #innerPages #Contents .prodDetails .specDiv {
                    background-color: #f0f0f0;
                    padding: 2%;
                    border-bottom: 8px solid #e8e8e8;
                }

                    body form #innerPages #Contents .prodDetails .specDiv h2 {
                        font-size: 17px;
                        color: #144070;
                        padding: 0;
                        margin-bottom: 1.5%;
                    }

                    body form #innerPages #Contents .prodDetails .specDiv ul {
                        list-style: none;
                        margin: 0;
                        padding: 0;
                    }

                        body form #innerPages #Contents .prodDetails .specDiv ul li {
                            list-style: none;
                            margin: 0;
                            padding: 0;
                            font-size: 15px;
                            color: #292929;
                            line-height: 20px;
                            margin-bottom: 1%;
                        }

                        body form #innerPages #Contents .prodDetails .specDiv ul .fl {
                            float: left;
                            width: 50%;
                        }

                        body form #innerPages #Contents .prodDetails .specDiv ul .fr {
                            float: right;
                            width: 48%;
                        }

                body form #innerPages #Contents .newsDiv {
                    border: 2px solid #e9e9e9;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    margin-bottom: 2%;
                }

                    body form #innerPages #Contents .newsDiv .newsLeftDiv {
                        width: 21%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        border-right: 2px solid #e9e9e9;
                        margin-right: 2%;
                        float: left;
                    }

                        body form #innerPages #Contents .newsDiv .newsLeftDiv img {
                            width: 100%;
                            border-left: 5px solid #707070;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                        }

                    body form #innerPages #Contents .newsDiv .newsCentreDiv {
                        background-image: url('../../resources/images/dateWrap.png');
                        background-position: top center;
                        background-repeat: no-repeat;
                        float: left;
                        width: 5%;
                        min-height: 100px;
                    }

                        body form #innerPages #Contents .newsDiv .newsCentreDiv p {
                            font-size: 16px;
                            line-height: 20px;
                            color: #fff;
                            text-align: center;
                            margin-bottom: 0;
                            margin-top: 4px;
                            text-transform: uppercase;
                        }

                    body form #innerPages #Contents .newsDiv .newsRightDiv {
                        float: left;
                        width: 70%;
                        margin-left: 2%;
                        padding-right: 2%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                        body form #innerPages #Contents .newsDiv .newsRightDiv h2 {
                            color: #233444;
                            font-size: 18px;
                            font-weight: bold;
                            padding: 2% 0 1%;
                        }

                        body form #innerPages #Contents .newsDiv .newsRightDiv p {
                            font-size: 14px;
                            color: #292929;
                            margin-bottom: 5px;
                        }

                        body form #innerPages #Contents .newsDiv .newsRightDiv .viewAll {
                            border-top: 0;
                        }

                            body form #innerPages #Contents .newsDiv .newsRightDiv .viewAll .btn {
                                height: 28px;
                                width: 85px;
                                background-color: #dbdbdb;
                                line-height: 28px;
                                margin-bottom: 1%;
                                border: 0;
                                margin-left: 0;
                                margin-top: 0;
                                text-align: left;
                                padding-left: 10px;
                                -moz-transition: all 0.3s ease-in;
                                -o-transition: all 0.3s ease-in;
                                -webkit-transition: all 0.3s ease-in;
                                transition: all 0.3s ease-in;
                                color: #233444;
                                border-radius: 5px;
                                font-size: 14px;
                            }

                                body form #innerPages #Contents .newsDiv .newsRightDiv .viewAll .btn .fa {
                                    margin-left: 5px;
                                    font-size: 14px;
                                }

                                body form #innerPages #Contents .newsDiv .newsRightDiv .viewAll .btn:hover {
                                    background-color: #144070;
                                    color: #fff;
                                }

                body form #innerPages #Contents .newsDetails p {
                    font-size: 14px;
                    color: #233444;
                }

                body form #innerPages #Contents .newsDetails .viewAll {
                    border-top: 0;
                }

                    body form #innerPages #Contents .newsDetails .viewAll .btn {
                        height: 28px;
                        width: 80px;
                        background-color: #dbdbdb;
                        line-height: 28px;
                        margin-bottom: 1%;
                        border: 0;
                        margin-left: 0;
                        margin-top: 1%;
                        text-align: left;
                        padding-left: 15px;
                        -moz-transition: all 0.3s ease-in;
                        -o-transition: all 0.3s ease-in;
                        -webkit-transition: all 0.3s ease-in;
                        transition: all 0.3s ease-in;
                        color: #233444;
                        border-radius: 5px;
                        font-size: 14px;
                    }

                        body form #innerPages #Contents .newsDetails .viewAll .btn .fa {
                            margin-right: 5px;
                            margin-left: 5px;
                            font-size: 14px;
                        }

                        body form #innerPages #Contents .newsDetails .viewAll .btn:hover {
                            background-color: #144070;
                            color: #fff;
                        }

                body form #innerPages #Contents .sitemapDiv {
                    width: 100%;
                    float: none;
                    padding-top: 2%;
                }

                    body form #innerPages #Contents .sitemapDiv ul {
                        margin: 0;
                        padding: 0;
                        list-style: none;
                    }

                        body form #innerPages #Contents .sitemapDiv ul li {
                            list-style: none;
                            display: inline-block;
                            margin: 0;
                            padding: 0;
                            position: relative;
                            width: 125px;
                            margin-bottom: 3%;
                            margin-right: 9%;
                        }

                            body form #innerPages #Contents .sitemapDiv ul li .btn {
                                background-color: #dbdbdb;
                                border: 0 none;
                                border-radius: 5px;
                                color: #233444;
                                height: 33px;
                                line-height: 33px;
                                padding-left: 20px;
                                text-align: left;
                                -moz-transition: a11 0.3s ease-in;
                                -o-transition: a11 0.3s ease-in;
                                -webkit-transition: a11 0.3s ease-in;
                                transition: a11 0.3s ease-in;
                                width: 125px;
                            }

                                body form #innerPages #Contents .sitemapDiv ul li .btn:hover {
                                    background-color: #144070;
                                    color: #fff;
                                }

                            body form #innerPages #Contents .sitemapDiv ul li .fa {
                                font-size: 16px;
                                position: absolute;
                                top: 0;
                                right: 0;
                                line-height: 33px;
                                color: #233444;
                            }

        body form footer {
            height: 94px;
            width: 100%;
            padding: 0 6.25%;
            background-color: #233444;
            padding-top: 25px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            
        }

            body form footer nav.navFooterMenu ul {
                width: 85%;
                background-color: #233444;
                height: 20px;
                float: left;
            }

                body form footer nav.navFooterMenu ul li {
                    list-style: none;
                    display: inline;
                }

                    body form footer nav.navFooterMenu ul li a {
                        display: inline;
                        line-height: 16px;
                        margin-right: 2.81%;
                        padding: 0;
                        font-size: 15px;
                        color: #fff;
                        text-transform: uppercase;
                        -moz-transition: color 0.3s ease-in;
                        -o-transition: color 0.3s ease-in;
                        -webkit-transition: color 0.3s ease-in;
                        transition: color 0.3s ease-in;
                    }

                        body form footer nav.navFooterMenu ul li a:hover {
                            color: #747373;
                        }

            body form footer nav.navFooterMenu #ftrSocialMediaDiv {
                float: right;
            }

                body form footer nav.navFooterMenu #ftrSocialMediaDiv .fa {
                    color: #fff;
                    font-size: 15px;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    -webkit-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                body form footer nav.navFooterMenu #ftrSocialMediaDiv .smfbIcon {
                    padding: 5px 10px;
                    background-color: rgba(255, 255, 255, 0.1);
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    -webkit-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                    display: inline-block;
                }

                    body form footer nav.navFooterMenu #ftrSocialMediaDiv .smfbIcon:hover {
                        background-color: rgba(255, 255, 255, 0.3);
                    }

                        body form footer nav.navFooterMenu #ftrSocialMediaDiv .smfbIcon:hover .fa {
                            color: #000;
                        }

                body form footer nav.navFooterMenu #ftrSocialMediaDiv .smtwIcon {
                    padding: 5px 7px;
                    background-color: rgba(255, 255, 255, 0.1);
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    -webkit-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                    body form footer nav.navFooterMenu #ftrSocialMediaDiv .smtwIcon:hover {
                        background-color: rgba(255, 255, 255, 0.3);
                    }

                        body form footer nav.navFooterMenu #ftrSocialMediaDiv .smtwIcon:hover .fa {
                            color: #000;
                        }

            body form footer nav.navFooterMenu .cpyRit {
                font-size: 12px;
                line-height: 30px;
                color: #fff;
            }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        /*form   */
    }

        body form header {
            padding: 0 2%;
        }

        body form #homeContents {
            padding: 0 2%;
        }

            body form #homeContents .welcomeSection .rightDiv p {
                font-size: 16px;
                line-height: 22px;
            }

            body form #homeContents .brandsSection .leftDiv {
                float: none;
                padding-right: 0;
                width: 100%;
                margin-bottom: 2%;
            }

            body form #homeContents .brandsSection .rightDiv {
                float: none;
                width: 100%;
            }

                body form #homeContents .brandsSection .rightDiv #map_canvas {
                    height: 300px !important;
                }


            body form #homeContents .enquiryNewsSection .enquiry div {
                margin-bottom: 1.5%;
            }

                body form #homeContents .enquiryNewsSection .enquiry div label {
                    width: 17%;
                    font-size: 14px;
                }

                body form #homeContents .enquiryNewsSection .enquiry div input[type="text"], body form #homeContents .enquiryNewsSection .enquiry div textarea {
                    width: 76%;
                    font-size: 12px;
                }

        /*body form #homeContents .enquiryNewsSection .enquiry div textarea {
                    width: 80%;
                }*/

        body form #innerPages {
            padding: 0 2%;
        }

            body form #innerPages #Contents p {
                font-size: 15px;
            }

            body form #innerPages #Contents #contactUS .enquiry div {
                margin-bottom: 3.3%;
            }

                body form #innerPages #Contents #contactUS .enquiry div label {
                    width: 17%;
                    font-size: 14px;
                }

                body form #innerPages #Contents #contactUS .enquiry div input[type="text"], body form #innerPages #Contents #contactUS .enquiry div textarea {
                    width: 76%;
                    font-size: 12px;
                }

                body form #innerPages #Contents #contactUS .enquiry div textarea {
                    width: 80%;
                }

            body form #innerPages #Contents #contactUS .enquiry button, body form #innerPages #Contents #contactUS .enquiry input[type="button"] {
                margin-left: 17.5%;
            }

            body form #innerPages #Contents .catItem {
                width: 32%;
            }

                body form #innerPages #Contents .catItem h2 {
                    font-size: 18px;
                }

            body form #innerPages #Contents .productListing {
                height: 190px;
                overflow: hidden;
                margin-bottom: 3%;
            }

                body form #innerPages #Contents .productListing .imgDiv {
                    width: 30%;
                    overflow: hidden;
                }

                    body form #innerPages #Contents .productListing .imgDiv img {
                        width: auto;
                        height: auto;
                        /*width: 100%;
                                height:100%;*/
                        /* For Fitting Horizontally */
                    }

                    body form #innerPages #Contents .productListing .imgDiv .brandImg {
                        width: 55px;
                        height: 55px;
                    }

                        body form #innerPages #Contents .productListing .imgDiv .brandImg img {
                            height: 100%;
                            width: 100%;
                        }

                body form #innerPages #Contents .productListing .summaryDiv {
                    width: 36%;
                    padding: 1%;
                    height: 100%;
                }

                    body form #innerPages #Contents .productListing .summaryDiv h2 {
                        font-size: 15px;
                        padding: 1% 0 1% 0;
                    }

                    body form #innerPages #Contents .productListing .summaryDiv p {
                        font-size: 13px;
                        line-height: 20px;
                    }

                body form #innerPages #Contents .productListing .specificationDiv {
                    width: 34%;
                    padding: 1%;
                }

                    body form #innerPages #Contents .productListing .specificationDiv h2 {
                        font-size: 15px;
                        padding: 1% 0 1% 0;
                    }

                    body form #innerPages #Contents .productListing .specificationDiv .leftDiv {
                        width: 100%;
                        padding-right: 1%;
                    }

                        body form #innerPages #Contents .productListing .specificationDiv .leftDiv ul li {
                            font-size: 13px;
                            color: #292929;
                            line-height: 16px;
                            margin-bottom: 2%;
                        }

                    body form #innerPages #Contents .productListing .specificationDiv .rightDiv {
                        width: 50%;
                        display: none;
                    }

                        body form #innerPages #Contents .productListing .specificationDiv .rightDiv ul li {
                            font-size: 13px;
                            color: #292929;
                            line-height: 16px;
                            margin-bottom: 2%;
                        }

            body form #innerPages #Contents .prodDetails .topDiv .dwnldBrchr {
                float: right;
                width: auto;
            }

            body form #innerPages #Contents .prodDetails .specDiv ul .fl {
                float: left;
                width: 50%;
            }

            body form #innerPages #Contents .prodDetails .specDiv ul .fr {
                float: right;
                width: 50%;
            }

        body form footer nav.navFooterMenu ul li a {
            font-size: 12px;
        }

    /* body */
    .tabHidden {
        display: none;
    }

    .marTabRit0 {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 991px) {
    body form header .socialMediaDiv {
        text-align: right;
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    body {
        /*form and body */
    }

        body form header {
            padding: 0 2%;
            height: 70px;
        }

            body form header .regionDiv {
                margin: 5px 0 5px;
            }

            body form header .rgDiv .customSelect {
                float: right;
            }

                body form header .rgDiv .customSelect span {
                    text-align: left;
                    width: 75px;
                }

                body form header .rgDiv .customSelect .fa-caret-down {
                    right: 0;
                    top: 2px;
                }

                body form header .rgDiv .customSelect ul {
                    width: 75px;
                }

            body form header .rgDiv select {
                background: #233444 none repeat scroll 0 0;
                border: 0 none;
                color: #fff;
                padding: 0;
                font-size: 11px;
                line-height: 14px;
            }

            body form header .socialMediaDiv {
                text-align: right;
                display: none;
            }

                body form header .socialMediaDiv .seprtr {
                    margin: 0;
                }

                body form header .socialMediaDiv .lnkLngg {
                    margin-right: 2px;
                    font-size: 11px;
                }

                body form header .socialMediaDiv .fa-caret-right {
                    color: #233444 !important;
                    font-size: 11px !important;
                    margin-right: 5px;
                }

                body form header .socialMediaDiv .fa {
                    color: #fff;
                    font-size: 12px;
                }

                body form header .socialMediaDiv .smfbIcon {
                    padding: 3px;
                }

                body form header .socialMediaDiv .smtwIcon {
                    padding: 3px;
                }

        body form nav.mobNav {
            background: #233444 none repeat scroll 0 0;
            display: block;
            height: 45px;
            list-style: outside none none;
            text-align: center;
            width: 100%;
            position: relative;
            overflow: hidden;
        }

            body form nav.mobNav a.iconBars, body form nav.mobNav a.iconClose {
                position: absolute;
                right: 20px;
                top: 5px;
                color: #fff;
                font-size: 26px;
                cursor: pointer;
            }

                body form nav.mobNav a.iconBars:hover, body form nav.mobNav a.iconClose:hover {
                    opacity: 0.7;
                }

            body form nav.mobNav a.iconClose {
                display: none;
            }

        body form .mobMenuDiv {
            background-color: #233444;
            width: 100%;
            overflow: hidden;
            display: none;
        }

            body form .mobMenuDiv ul {
                list-style: none;
                width: 100%;
                margin: 0;
                padding: 0;
            }

                body form .mobMenuDiv ul li {
                    line-height: 24px;
                    font-size: 14px;
                    display: block;
                    border-bottom: 1px solid #707070;
                    text-align: center;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    -webkit-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                }

                    body form .mobMenuDiv ul li:first-child {
                        /*padding-top:0;*/
                    }

                    body form .mobMenuDiv ul li:hover {
                        background-color: #707070;
                    }

                    body form .mobMenuDiv ul li a {
                        padding: 2% 0;
                        line-height: 28px;
                        font-size: 16px;
                        display: block;
                        color: #fff;
                        text-transform: uppercase;
                    }

        body form #homeContents {
            padding: 0 2%;
        }

            body form #homeContents .welcomeSection {
                padding-bottom: 5%;
                padding-top: 4%;
            }

                body form #homeContents .welcomeSection .leftDiv {
                    float: none;
                    width: 100%;
                    padding-right: 0;
                    border-right: 0;
                    margin-bottom: 5%;
                }

                    body form #homeContents .welcomeSection .leftDiv .titleText {
                        font-size: 22px;
                        text-align: left;
                        font-weight: bold;
                        color: #707070;
                    }

                    body form #homeContents .welcomeSection .leftDiv .titleValue {
                        font-size: 18px;
                        text-align: left;
                        font-weight: bold;
                        color: #144070;
                    }

                body form #homeContents .welcomeSection .rightDiv {
                    float: none;
                    width: 100%;
                    padding-right: 0;
                    padding-left: 0;
                }

                    body form #homeContents .welcomeSection .rightDiv p {
                        font-size: 12px;
                        line-height: 18px;
                    }

            body form #homeContents .brandsSection {
                padding-bottom: 5%;
            }

                body form #homeContents .brandsSection .leftDiv {
                    float: none;
                    width: 100%;
                    margin-bottom: 5%;
                }

                    body form #homeContents .brandsSection .leftDiv .wrapper {
                        width: 32.3%;
                    }

                body form #homeContents .brandsSection .rightDiv {
                    float: none;
                    width: 100%;
                }

            body form #homeContents .enquiryNewsSection {
                padding-top: 6%;
            }

                body form #homeContents .enquiryNewsSection .enquiry {
                    width: 100%;
                    margin-bottom: 5%;
                    height: auto;
                }

                    body form #homeContents .enquiryNewsSection .enquiry h3 {
                        font-size: 20px;
                        margin-top: 1%;
                    }

                    body form #homeContents .enquiryNewsSection .enquiry div label {
                        width: 17%;
                        font-size: 14px;
                    }

                    body form #homeContents .enquiryNewsSection .enquiry div input[type="text"] {
                        width: 76%;
                        font-size: 12px;
                        height: 32px;
                    }

                    body form #homeContents .enquiryNewsSection .enquiry div textarea {
                        width: 76.3%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                    body form #homeContents .enquiryNewsSection .enquiry button {
                        margin-left: 18%;
                        font-size: 13px;
                        height: 32px;
                        line-height: 32px;
                        width: 105px;
                    }

                body form #homeContents .enquiryNewsSection .homeVidDiv {
                    width: 100%;
                    margin-bottom: 5%;
                    max-height: 225px;
                }

            body form #homeContents .news {
                width: 100%;
                height: auto;
                margin-bottom: 5%;
            }

                body form #homeContents .news h3 {
                    font-size: 20px;
                    margin-top: 1%;
                }

                body form #homeContents .news .wrapper .rightContents .btn {
                    border-radius: 5px;
                    float: right;
                    font-size: 12px;
                    height: 28px;
                    line-height: 28px;
                    width: 100px;
                }

                body form #homeContents .news #viewAll .btn {
                    margin-bottom: 2%;
                    font-size: 13px;
                    height: 34px;
                    line-height: 34px;
                    width: 105px;
                }

                body form #homeContents .news .newsDiv .newsRightDiv {
                    padding: 3% 0;
                    width: 100%;
                    float: none;
                }

                    body form #homeContents .news .newsDiv .newsRightDiv h2 {
                        font-size: 14px;
                    }

                    body form #homeContents .news .newsDiv .newsRightDiv .viewAll {
                        margin: 4% 0 0;
                    }

            body form #homeContents .categorySection .wrapper {
                float: left;
                margin-bottom: 2%;
                margin-right: 1%;
                width: 32.3%;
            }

        body form #innerPages {
            padding: 0 2%;
        }

            body form #innerPages h1 {
                font-size: 26px;
                padding-top: 5%;
                padding-bottom: 5%;
            }

            body form #innerPages #Contents {
                padding-bottom: 3%;
            }

                body form #innerPages #Contents .leftDiv {
                    float: none;
                    padding-right: 0;
                    width: 100%;
                }

                body form #innerPages #Contents .rightDiv {
                    float: none;
                    padding-left: 0;
                    width: 100%;
                }

                body form #innerPages #Contents p {
                    font-size: 14px;
                    margin-bottom: 15px;
                    line-height: 24px;
                }

                body form #innerPages #Contents #map_wrapper {
                    height: 300px;
                }

                body form #innerPages #Contents .locationDetails .locn {
                    width: 50%;
                    float: left;
                    margin-bottom: 4%;
                    margin-top: 2%;
                }

                    body form #innerPages #Contents .locationDetails .locn h2 {
                        font-size: 18px;
                        padding: 0 0 2%;
                    }

                    body form #innerPages #Contents .locationDetails .locn p {
                        font-size: 15px;
                        line-height: 24px;
                        margin: 0;
                    }

                body form #innerPages #Contents #contactUS .enquiry {
                    width: 100%;
                    margin-bottom: 5%;
                    height: auto;
                }

                    body form #innerPages #Contents #contactUS .enquiry h2 {
                        font-size: 20px;
                        color: #144070;
                        border-bottom: 1px solid #dbdbdb;
                        padding-bottom: 1%;
                        margin-top: 1%;
                        margin-bottom: 3%;
                    }

                    body form #innerPages #Contents #contactUS .enquiry div label {
                        width: 17%;
                        font-size: 14px;
                    }

                    body form #innerPages #Contents #contactUS .enquiry div input[type="text"] {
                        width: 76%;
                        font-size: 12px;
                        height: 32px;
                    }

                    body form #innerPages #Contents #contactUS .enquiry div textarea {
                        width: 80%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                    body form #innerPages #Contents #contactUS .enquiry button {
                        margin-left: 18%;
                        font-size: 13px;
                        height: 32px;
                        line-height: 32px;
                        width: 105px;
                    }

                body form #innerPages #Contents #contactUS .locationDetails {
                    float: none;
                    width: 100%;
                    padding-left: 0;
                    padding-top: 0;
                }

                    body form #innerPages #Contents #contactUS .locationDetails h2 {
                        font-size: 20px;
                        color: #144070;
                        border-bottom: 1px solid #dbdbdb;
                        padding-bottom: 1%;
                        margin-top: 1%;
                        margin-bottom: 3%;
                    }

                    body form #innerPages #Contents #contactUS .locationDetails .locn {
                        width: 50%;
                        float: left;
                        margin-bottom: 4%;
                        margin-top: 2%;
                    }

                        body form #innerPages #Contents #contactUS .locationDetails .locn h2 {
                            font-size: 15px;
                            color: #144070;
                            padding: 0 0 1%;
                            margin: 0;
                            border: 0 none;
                        }

                        body form #innerPages #Contents #contactUS .locationDetails .locn p {
                            font-size: 15px;
                            line-height: 24px;
                            margin: 0;
                        }

                body form #innerPages #Contents .catItem {
                    width: 100%;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    float: none;
                    margin-right: 0;
                    margin-bottom: 7%;
                }

                    body form #innerPages #Contents .catItem img {
                        width: 100%;
                        border: 5px solid #e9e9e9;
                    }

                    body form #innerPages #Contents .catItem h2 {
                        padding: 3% 0;
                        font-size: 16px;
                    }

                body form #innerPages #Contents .productListing {
                    width: 100%;
                    border: 2px solid #e9e9e9;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    height: auto;
                    overflow: hidden;
                    margin-bottom: 8%;
                }

                    body form #innerPages #Contents .productListing .imgDiv {
                        width: 100%;
                        float: none;
                        height: auto;
                        line-height: 0;
                    }

                        body form #innerPages #Contents .productListing .imgDiv img {
                            width: 100%;
                        }

                        body form #innerPages #Contents .productListing .imgDiv .brandImg {
                            width: 65px;
                            height: 65px;
                            position: absolute;
                            right: 0;
                            bottom: 0;
                            background: #fff;
                            border: 1px solid #e9e9e9;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                        }

                            body form #innerPages #Contents .productListing .imgDiv .brandImg img {
                                height: 100%;
                            }

                    body form #innerPages #Contents .productListing .summaryDiv {
                        width: 100%;
                        float: none;
                        padding: 2%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        height: auto;
                        border-bottom: 2px solid #e9e9e9;
                    }

                        body form #innerPages #Contents .productListing .summaryDiv h2 {
                            font-size: 14px;
                            padding: 1% 0 2% 0;
                            text-transform: uppercase;
                        }

                        body form #innerPages #Contents .productListing .summaryDiv p {
                            font-size: 13px;
                            color: #292929;
                            line-height: 21px;
                        }

                    body form #innerPages #Contents .productListing .specificationDiv {
                        width: 100%;
                        float: none;
                        padding: 2%;
                        border-left: 0;
                        height: auto;
                    }

                        body form #innerPages #Contents .productListing .specificationDiv h2 {
                            font-size: 14px;
                            color: #144070;
                            font-weight: bold;
                            padding: 1% 0 2% 0;
                            text-transform: uppercase;
                        }

                        body form #innerPages #Contents .productListing .specificationDiv .leftDiv {
                            width: 100%;
                            float: none;
                            padding-right: 0;
                        }

                            body form #innerPages #Contents .productListing .specificationDiv .leftDiv ul {
                                margin: 0;
                                padding: 0;
                                list-style: none;
                            }

                                body form #innerPages #Contents .productListing .specificationDiv .leftDiv ul li {
                                    margin: 0;
                                    padding: 0;
                                    list-style: none;
                                    font-size: 13px;
                                    color: #292929;
                                    line-height: 16px;
                                    margin-bottom: 2%;
                                }

                        body form #innerPages #Contents .productListing .specificationDiv .rightDiv {
                            display: none;
                            width: 50%;
                            float: left;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                        }

                            body form #innerPages #Contents .productListing .specificationDiv .rightDiv ul {
                                margin: 0;
                                padding: 0;
                                list-style: none;
                            }

                                body form #innerPages #Contents .productListing .specificationDiv .rightDiv ul li {
                                    margin: 0;
                                    padding: 0;
                                    list-style: none;
                                    font-size: 13px;
                                    color: #292929;
                                    line-height: 16px;
                                    margin-bottom: 2%;
                                }

                body form #innerPages #Contents .prodDetails .topDiv {
                    margin-bottom: 3%;
                }

                    body form #innerPages #Contents .prodDetails .topDiv img {
                        float: none;
                    }

                    body form #innerPages #Contents .prodDetails .topDiv .dwnldBrchr {
                        display: none;
                    }

                    body form #innerPages #Contents .prodDetails .topDiv p {
                        font-size: 14px;
                        color: #292929;
                        line-height: 20px;
                        margin: 3% 0 4%;
                    }

                body form #innerPages #Contents .prodDetails .specDiv {
                    background-color: #f0f0f0;
                    padding: 2%;
                    border-bottom: 8px solid #e8e8e8;
                }

                    body form #innerPages #Contents .prodDetails .specDiv h2 {
                        font-size: 15px;
                        color: #144070;
                        padding: 0;
                        margin-bottom: 1.5%;
                    }

                    body form #innerPages #Contents .prodDetails .specDiv ul {
                        list-style: none;
                        margin: 0;
                        padding: 0;
                    }

                        body form #innerPages #Contents .prodDetails .specDiv ul li {
                            list-style: none;
                            margin: 0;
                            padding: 0;
                            font-size: 14px;
                            color: #292929;
                            line-height: 20px;
                            margin-bottom: 1%;
                        }

                        body form #innerPages #Contents .prodDetails .specDiv ul .fl {
                            float: none;
                            width: 100%;
                        }

                        body form #innerPages #Contents .prodDetails .specDiv ul .fr {
                            float: none;
                            width: 100%;
                        }

                body form #innerPages #Contents .newsDiv {
                    border: 2px solid #e9e9e9;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    margin-bottom: 2%;
                }

                    body form #innerPages #Contents .newsDiv .newsLeftDiv {
                        width: 100%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        border-right: 0;
                        margin-right: 0;
                        float: none;
                    }

                        body form #innerPages #Contents .newsDiv .newsLeftDiv img {
                            width: 100%;
                            border-left: 5px solid #707070;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                        }

                    body form #innerPages #Contents .newsDiv .newsCentreDiv {
                        display: none;
                        background-image: url('../../resources/images/dateWrap.png');
                        background-position: top center;
                        background-repeat: no-repeat;
                        float: none;
                        width: 0;
                        min-height: 100px;
                    }

                        body form #innerPages #Contents .newsDiv .newsCentreDiv p {
                            font-size: 16px;
                            line-height: 20px;
                            color: #fff;
                            text-align: center;
                            margin-bottom: 0;
                            margin-top: 4px;
                            text-transform: uppercase;
                        }

                    body form #innerPages #Contents .newsDiv .newsRightDiv {
                        float: none;
                        width: 100%;
                        margin-left: 0;
                        padding: 0 2%;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                        body form #innerPages #Contents .newsDiv .newsRightDiv h2 {
                            color: #233444;
                            font-size: 14px;
                            font-weight: bold;
                            padding: 2% 0 1%;
                        }

                        body form #innerPages #Contents .newsDiv .newsRightDiv p {
                            font-size: 13px;
                            color: #292929;
                            margin-bottom: 5px;
                        }

                        body form #innerPages #Contents .newsDiv .newsRightDiv .viewAll {
                            border-top: 0;
                        }

                            body form #innerPages #Contents .newsDiv .newsRightDiv .viewAll .btn {
                                height: 28px;
                                width: 85px;
                                background-color: #dbdbdb;
                                line-height: 28px;
                                margin-bottom: 1%;
                                border: 0;
                                margin-left: 0;
                                margin-top: 0;
                                text-align: left;
                                padding-left: 10px;
                                -moz-transition: all 0.3s ease-in;
                                -o-transition: all 0.3s ease-in;
                                -webkit-transition: all 0.3s ease-in;
                                transition: all 0.3s ease-in;
                                color: #233444;
                                border-radius: 5px;
                                font-size: 14px;
                            }

                                body form #innerPages #Contents .newsDiv .newsRightDiv .viewAll .btn .fa {
                                    margin-left: 5px;
                                    font-size: 14px;
                                }

                                body form #innerPages #Contents .newsDiv .newsRightDiv .viewAll .btn:hover {
                                    background-color: #144070;
                                    color: #fff;
                                }

        body form footer {
            padding: 3% 2%;
            height: auto;
        }

            body form footer nav.navFooterMenu ul li a {
                font-size: 13px;
            }

            body form footer nav.navFooterMenu .cpyRit {
                /*margin-top: -25px;*/
                margin-top: 0;
                line-height: 24px;
            }

            body form footer nav.navFooterMenu #ftrSocialMediaDiv {
                margin-top: 0;
            }

            body form footer nav.navFooterMenu .rgDiv .customSelect {
                /*max-width: 85px;*/
                max-width: 122px;
                overflow: visible;
                margin-right: 0;
                float: left;
                position: relative;
                font-size: 14px;
                line-height: 35px;
                z-index: 1;
                text-align: center;
                height: 35px;
                background-color: #dddddd;
                /*text-transform: uppercase;*/
            }

                body form footer nav.navFooterMenu .rgDiv .customSelect span {
                    color: #233444;
                    /*width: 90px;*/
                    width: 122px;
                    background-color: transparent;
                    position: relative;
                    display: block;
                    cursor: pointer;
                    text-indent: 8px;
                    border: 1px solid #244d7a;
                    -moz-transition: all 0.3s ease-in;
                    -o-transition: all 0.3s ease-in;
                    -webkit-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                    height: 35px;
                }

                    body form footer nav.navFooterMenu .rgDiv .customSelect span:hover {
                        border: 1px #707070 solid;
                        color: rgba(36, 77, 122, 0.45);
                    }

                body form footer nav.navFooterMenu .rgDiv .customSelect select {
                    color: #233444;
                    padding: 0 3px;
                    font-size: 13px;
                    line-height: 16px;
                    width: 122px;
                    border: 1px solid #233444;
                }

                body form footer nav.navFooterMenu .rgDiv .customSelect .fa-caret-down {
                    color: #233444;
                    position: absolute;
                    /*right: 5px;*/
                    bottom: 0;
                    cursor: pointer;
                    line-height: 10px;
                }

                    body form footer nav.navFooterMenu .rgDiv .customSelect .fa-caret-down:hover {
                        opacity: 0.7;
                    }

                body form footer nav.navFooterMenu .rgDiv .customSelect ul {
                    list-style: none;
                    display: none;
                    left: 0;
                    position: absolute;
                    top: 32px;
                    /*width: 92px;*/
                    width: 124px;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    margin-top: 5px;
                    border: 0;
                }

                    body form footer nav.navFooterMenu .rgDiv .customSelect ul li {
                        display: block;
                        padding: 0 5px;
                        background: #fff none repeat scroll 0 0;
                        border: 1px solid #244d7a;
                        border-bottom: 0;
                        text-align: center;
                    }

                        body form footer nav.navFooterMenu .rgDiv .customSelect ul li:first-child {
                            border-top: 0;
                        }

                        body form footer nav.navFooterMenu .rgDiv .customSelect ul li:last-child {
                            border-bottom: 2px solid #244d7a;
                        }

                        body form footer nav.navFooterMenu .rgDiv .customSelect ul li a {
                            color: #233444;
                            display: block;
                            text-indent: 3px;
                        }

                        body form footer nav.navFooterMenu .rgDiv .customSelect ul li:hover {
                            background-color: #244d7a;
                        }

                            body form footer nav.navFooterMenu .rgDiv .customSelect ul li:hover a {
                                color: #fff;
                            }

            body form footer nav.navFooterMenu .rgDiv .global {
                border: 1px solid #244d7a;
                color: #233444;
                cursor: pointer;
                display: block;
                height: 35px;
                position: relative;
                text-indent: 5px;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                -webkit-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in;
                width: 145px;
                float: left;
                margin-left: 15px;
                background-color: #dddddd;
            }

                body form footer nav.navFooterMenu .rgDiv .global a {
                    color: #233444;
                }



    /* Device */
    .mobHidden {
        display: none !important;
    }
}

@media only screen and (max-width: 337px) {
    .socialMediaDiv {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    .marWebRit0 {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 1025px) {
    #branddetail {
        margin: 0 auto;
        width: 90%;
        height: 500px;
        text-align: center;
    }

        #branddetail section {
            width: 90%;
            margin: 0 auto;
        }

            #branddetail section img {
                width: 100%;
                max-height: 150px;
            }

        #branddetail h3 {
            /*font-size: 26px;*/
            text-align: center;
            /*font-weight: bold;*/
            width: 100%;
            text-align: center;
            font-size: 20px;
            margin: 30px auto 15px auto;
            text-transform: uppercase;
            background-color: #fff;
            color: #3b9baf;
            display: inline-block;
            font-weight: 400;
            /*padding: 0 10px;*/
        }

        #branddetail .contents ul {
            padding: 0;
            width: 100%;
            margin: 0 auto;
            text-align: center;
        }

            #branddetail .contents ul li {
                list-style: none;
                display: inline-block;
                width: 20%;
                margin-top: 5px;
            }

    .titleTextPopUP {
        /*font-size: 26px;*/
        text-align: center;
        /*font-weight: bold;*/
        color: #707070;
        background-image: url('../../resources/images/icons/midline.png');
        background-position: center center;
        background-repeat: repeat-x;
        width: 50%;
        font-size: 20px;
        margin: 30px auto 15px auto;
        text-transform: uppercase;
    }

        /*body form #homeContents .welcomeSection .leftDiv*/
        .titleTextPopUP span {
            background-color: #fff;
            padding: 0 10px;
            display: inline-block;
            *display: inline;
            color: #3b9baf;
            font-size: 1em;
            font-weight: 400;
        }
}

/*# sourceMappingURL=web.css.map */

/*SEO Content*/
/*.seoSection {
    border-top: 1px solid #dbdbdb;
    padding-top:1% !important;
    padding-bottom: 4%;   
}

.seoSection h1{   
    color: #707070;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 2% 0 1% 0;
    border-bottom: 1px solid #d3d6da;
    width: 97%;
    text-transform: uppercase;
    font-size: 25px; 
    color:#144070;
}

    .seoSection p {
        font-size: 14px;
        color: #292929;
        line-height: 20px;
        padding-top: 7px;
    }*/

/*end*/


.viewMorewBtn {
    height: 28px;
    width: 85px;
    background-color: #dbdbdb;
    line-height: 28px;
    margin-bottom: 1%;
    border: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
    /*padding-left: 7px;*/
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #233444;
    border-radius: 5px;
    font-size: 14px;
    padding: 6px 10px 6px 10px;
}

    .viewMorewBtn .fa {
        /*margin-left: 5px;*/
        margin-left: 3px;
        font-size: 14px;
    }

    .viewMorewBtn:hover {
        background-color: #144070;
        color: #fff;
    }

.buttonDiv {
    width: 49%;
    position: absolute;
    bottom: 7px;
    margin: 3px;
}

.enquiryBtn {
    background-color: #144070;
    color: #fff;
}

    .enquiryBtn:hover {
        opacity: .8;
    }



.spaceRight {
    text-align: right;
    right: 13px;
}




.product_flex {
}

.product_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .product_flex h5 {
        margin-right: 1em;
        font-size: 1.3rem;
        text-transform: capitalize;
        margin-bottom: 0.5rem;
        color: #144070;
    }

    .product_flex input {
    }

.find_products .form-control {
    height: 35px;
    border: 1px solid #222;
    background: #ddd;
    padding-left: 15px;
    width: 450px;
    border-radius: 5px;
}

.find_products .btn_search {
    background: #144070;
    border: 1px solid #ddd;
    padding: 9px 23px;
    color: #fff;
    border-radius: 5px;
    height: 41px;
}

.text-center {
    text-align: center !important;
}

.search_flex input.form-control {
    height: 33px;
    padding-left: 15px;
    position: relative;
    border-radius: 0;
    background: #ddd;
    border: 1px solid #222;
}

.search_flex {
    position: relative;
    display: inline-block;
}

    .search_flex .btn_search {
        color: #222;
        width: auto;
        padding: 0 10px;
        height: 24px;
        position: absolute;
        right: 5px;
        top: 5px;
        display: flex;
        align-items: center;
    }

        .search_flex .btn_search i {
            color: #222 !important;
        }

.search_box {
    float: left;
    margin-right: 1em;
}



@media screen and (min-width:0px) and (max-width: 767px) {
    .read_more_box {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .buttonDiv {
        width: 100%;
        position: relative;
        bottom: 0;
        margin: 3px;
        align-items: center;
        margin-top: 1em;
    }

    .productListing .summaryDiv p {
        height: 80px;
        overflow: hidden;
    }

    .find_products .form-control {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        right: 10px;
    }

    .find_products {
        text-align: center;
    }

    .product_flex h5 {
        margin-top: 0;
        margin-right: 0;
    }
}

@media screen and (min-width:768px) and (max-width: 2000px) {
    .productListing .summaryDiv p {
        height: 80px;
        overflow: hidden;
    }
}

#contents_hypMnuServices {
    width: 155px !important;
}

.services {
    right: -10px !important;
}


.serviceli {
    width: 155px !important;
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
    body form header {
        padding: 0 2%;
    }
}