﻿@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Gudea:400,400italic,700);

html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Gudea', sans-serif;
}

img {
    max-width: 100%;
}

.clearall {
    clear: both;
    height: 0;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear30 {
    clear: both;
    height: 30px;
}

.clear50 {
    clear: both;
    height: 50px;
}

.center {
    text-align: center;
}

h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: #0a4e9b;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    color: #0a4e9b;
    font-family: 'Gudea', sans-serif;
    margin-bottom: 30px;
}

body.Home h2 {
    display: none;
}

h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    color: #0a4e9b;
    margin: 30px 0px 20px 0px;
}

h4 {
    font-size: 21px;
    font-weight: 100;
    color: #434343;
    font-family: 'Gudea', sans-serif;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -25px;
}

    h4.head_events {
        text-align: left;
    }


        h4.head_events span {
            color: #0a4e9b;
        }

h5 {
    font-size: 21px;
    font-weight: 500;
    color: #0a4e9b;
    font-family: 'Gudea', sans-serif;
    margin-bottom: 6px;
}

h6 {
    font-size: 20px;
    font-weight: bold;
    color: #0a4e9b;
    font-family: 'Gudea', sans-serif;
    margin-bottom: 6px;
}

p {
    margin: 17px 0px 25px 0px;
}

input,
select {
    outline: none;
}

textarea {
    resize: none;
    color: #434343;
    font-size: 20px;
}

.header {
    width: 100%;
    height: 80px;
    background: #0071bb;
    font-family: 'Gudea', sans-serif;
}

    .header .wrapper {
        max-width: 1920px;
    }

.wrapper {
    max-width: 1330px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    font-family: 'Gudea', sans-serif;
}

.main_cont {
    width: 100%;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #434343;
}

.logo {
    display: block;
    margin-top: 25px;
    margin-left: 25px;
    float: left;
    width: 160px;
    height: 33px;
    background: url(../images/logo.png) no-repeat;
    position: absolute;
    top: 0px;
}

.head_rgt {
    float: right;
    height: 100%;
    /*padding-right: 140px;*/
}

.header a,
.header a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.all_for {
    float: left;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    padding: 20px;
}


.head_desk {
    float: left;
}


.search_tab {
    float: left;
    height: 30px;
    width: 30px;
    padding: 25px;
    background: #0a4e9b;
}

    .search_tab div {
        display: none;
    }

.store_loc {
    float: left;
    height: 40px;
    padding: 20px 25px;
    background: #0f325a;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 40px;
}

    .store_loc img {
        margin-right: 20px;
        float: left;
    }
/*
.store_loc span {
	float:left;
}*/

.country {
    float: left;
    height: 40px;
    padding: 20px 25px;
    background: #07274c;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 47px;
}

    .country img {
        margin-right: 20px;
        float: left;
        width: 53px;
        height: 36px;
    }

    .store_loc div,
    .country div {
        display: inline-block;
    }


/***** Error ******/
.errorContent {
    margin: 100px 0;
}

    .errorContent img {
        vertical-align: middle;
    }

    .errorContent h1 {
        font-size: 50px;
    }

/***** country selector popup ******/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: absolute;
    z-index: 2000000;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,113,187); /* Fallback color */
    background-color: rgba(0,113,187,0.9);
    animation-duration: 0.4s -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
}

/* Modal Content */
.modal-content {
    color: #000000;
    position: relative;
    margin: auto;
    padding-top: 35px;
    width: 100%;
}

.modal-body {
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 20px;
}

    .modal-body.MSG {
        margin-top: 30px;
        margin-bottom: 20px;
    }

.modal-content h3 {
    font-size: 30px;
    font-weight: bold;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.close {
    color: white;
    font-size: 1px;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/country_close.png) center top no-repeat;
    font-family: 'Gudea', sans-serif;
    text-indent: -9999px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999999;
}

    .close:hover,
    .close:focus,
    .closemob:hover,
    .closemob:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        background-position: center bottom;
    }

.country_popup h3 {
    color: #FFF;
}

.count_list {
    margin: 30px 0px;
}

    .count_list ul {
        font-size: 30px;
        line-height: 47px;
        font-family: 'Gudea', sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
    }

        .count_list ul li {
            list-style: none;
            margin: 0px 0px 40px;
            text-align: left;
            float: left;
            width: 33%;
        }

            .count_list ul li a {
                text-decoration: none;
                color: #FFFFFF;
            }

                .count_list ul li a:hover {
                    text-decoration: none;
                    color: #464646;
                }

            .count_list ul li span {
                width: 70px;
                height: 47px;
                display: inline-block;
                vertical-align: text-top;
                margin-right: 10px;
            }

/***** menu ****/

.menupart {
    float: right;
    /*width:140px;*/
}

.menutab {
    background: #e0e0e0;
    /*position: absolute;
    top: 0px;
    right: 0;*/
    padding: 0px 25px;
    width: 90px;
    color: #0a4e9b;
    border: 0;
    font-size: 20px;
    font-family: 'Gudea', sans-serif;
    font-weight: 400;
    line-height: 80px;
    cursor: pointer;
    outline: none;
    z-index: 100;
    /*z-index: 10000000000000;*/
}

    .menutab .hamburger {
        background: url(../images/menu.png) center left no-repeat;
    }

        .menutab .hamburger span {
            padding-left: 40px;
        }

    .menutab .cross {
        background: url(../images/menu_close.png) center left no-repeat;
    }

        .menutab .cross span {
            padding-left: 40px;
        }

.menu {
    z-index: 1000000;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Gudea', sans-serif;
    width: 100%;
    background: rgba(0,113,187,0.90);
    position: absolute;
    text-align: center;
    top: 80px;
    left: 0px;
}

    .menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none;
    }

    .menu li {
        display: block;
        padding: 25px 0px;
        border-bottom: #FFFFFF 1px solid;
    }

        .menu li:hover {
        }

    .menu ul li a {
        text-decoration: none;
        margin: 0px;
        color: #fff;
    }

    .menu ul li:hover a {
        color: #0f325a;
        text-decoration: none;
    }

.dropper:after {
    content: "+";
    padding-left: 10px;
}

.dropper.special:after {
    content: "-";
    padding-left: 10px;
}

ul.dropbox_menu {
    display: none;
    margin: 25px 0px 15px 0px;
}

    ul.dropbox_menu li {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: none;
    }

        ul.dropbox_menu li a:link,
        ul.dropbox_menu li a:visited {
            font-size: 20px;
            font-weight: 400;
            line-height: 44px;
            display: block;
            color: #FFFFFF;
            text-decoration: none;
        }

        ul.dropbox_menu li a:hover,
        ul.dropbox_menu li a:active,
        ul.dropbox_menu li a.activelink {
            color: #07274c;
            text-decoration: none;
        }

.menu_button {
    width: 43px;
    height: 19px;
    display: block;
    background: url(../images/foot_button.png) center top no-repeat;
    text-indent: -9999px;
    /* text-align: center; */
    margin: 0px auto;
}

.search_exp {
    width: 100%;
    background: #0a4e9b;
    clear: both;
    position: absolute;
    z-index: 10000;
}

    .search_exp div {
        width: 750px;
        margin: 20px auto 0 auto;
    }

        .search_exp div table {
            width: 100%;
        }

            .search_exp div table tr td {
                border: 0;
                padding: 0 10px;
                margin: 0;
                vertical-align: top;
            }

                .search_exp div table tr td.search_btn {
                    width: 60px;
                }

                .search_exp div table tr td input {
                    line-height: 24px;
                    padding: 3px 5px;
                    width: 100%;
                    height: 34px;
                }

                .search_exp div table tr td a {
                    width: 60px;
                    height: 24px;
                    padding-top: 10px;
                    font-size: 16px;
                    display: block;
                }

.search_accessories {
    width: 450px;
    margin: 0 auto;
}

    .search_accessories tr td {
        border: 0;
        padding: 0 10px;
        margin: 0;
        vertical-align: top;
    }

/******* footer **********/
.footer {
    background: #333333;
    padding: 35px 0px;
    color: #FFF;
}

    .footer .footcont {
        width: 90%;
        margin: 0px 5%;
    }

    .footer ul {
        /*margin-top: 25px;
    margin-bottom: 5px;*/
        /*margin-right: 6%;*/
        padding-right: 2%;
        list-style: none;
        /*float: left;*/
        display: inline-block;
        width: 17%;
        /*height: 250px;*/
        height: auto;
        vertical-align: top;
    }

        .footer ul li {
            /* margin: 10px 0px; */
            font-size: 16px;
            line-height: 24px;
        }

    .footer a {
        text-decoration: none;
        color: #FFF;
    }

        .footer a:hover {
            color: #72b0d8;
        }

    .footer strong,
    .footer ul li strong {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 20px;
        display: block;
    }

.footbot {
    text-align: center;
    margin: 25px 0px;
    color: #FFF;
    line-height: 24px;
}

    .footbot a {
        margin: 20px 0px;
    }

    .footbot span {
        padding: 0px 10px;
    }

.footconnect {
    display: none;
}

/** tabs **/
.nav {
    *zoom: 1;
    border-bottom: 1px solid #d8d8d8;
    -webkit-box-shadow: 0px 18px 14px -18px #a7a7a7;
    -moz-box-shadow: 0px 18px 14px -18px #a7a7a7;
    box-shadow: 0px 18px 14px -18px #a7a7a7;
    text-align: center;
    margin-bottom: 40px;
    height: 64px;
}

.nav-tabs {
    margin: 0px auto;
    display: inline-block;
}

    .nav-tabs:before,
    .nav-tabs:after {
        display: table;
        content: "";
    }

    .nav-tabs:after {
        clear: both;
    }

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            color: #616161;
            font-size: 24px;
            font-family: 'Gudea', sans-serif;
            text-decoration: none;
            padding: 10px 30px 10px 65px;
            margin: 0px 30px;
            line-height: 40px;
            display: block;
        }

            .nav-tabs > li > a.tab_consumer {
                background: url(../images/home/tab_cons.png) center left 30px no-repeat;
            }

            .nav-tabs > li > a.tab_prof {
                background: url(../images/home/tab_prof.png) center left 30px no-repeat;
            }

            .nav-tabs > li > a.tab_conn {
                background: url(../images/home/tab_conn.png) top 20px left 30px no-repeat;
            }

            .nav-tabs > li > a:hover,
            .nav-tabs > .active > a,
            .nav-tabs > .active > a:hover {
                cursor: pointer;
                border-bottom: 5px solid #0a4e9b;
            }

.tab-content {
    text-align: center; /*
margin-bottom:50px;
margin-top:50px;*/
}

    .tab-content.active {
        display: block;
    }

    .tab-content.hide {
        display: none;
    }

    .tab-content p {
        width: 60%;
        margin: 0px 20%;
        font-size: 20px;
        line-height: 26px;
    }

.tab-icon {
    margin: 0 auto;
    text-align: center;
}

/** tabs nav-pro **/
.nav-pro {
    *zoom: 1;
    border-bottom: 1px solid #d8d8d8;
    -webkit-box-shadow: 0px 18px 14px -18px #a7a7a7;
    -moz-box-shadow: 0px 18px 14px -18px #a7a7a7;
    box-shadow: 0px 18px 14px -18px #a7a7a7;
    text-align: left;
    margin-bottom: 40px;
    height: 64px;
}

.nav-pro-tabs {
    margin: 0px auto;
    display: block;
    max-width: 100%;
    /* max-width: 1330px; */
    width: 100%;
}

    .nav-pro-tabs:before,
    .nav-pro-tabs:after {
        display: table;
        content: "";
    }

    .nav-pro-tabs:after {
        clear: both;
    }

    .nav-pro-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-pro-tabs > li > a {
            color: #616161;
            font-size: 20px;
            /*font-size: 24px;*/
            font-family: 'Gudea', sans-serif;
            text-decoration: none;
            padding: 10px 20px 10px 65px;
            /*padding: 10px 30px 10px 65px;*/
            margin: 0px 60px 0px 0px;
            line-height: 40px;
            display: block;
            text-align: center;
        }

            .nav-pro-tabs > li > a.tab_overview {
                background: url(../images/products/tab_overview.png) center left 30px no-repeat;
            }

            .nav-pro-tabs > li > a.tab_features {
                background: url(../images/products/tab_features.png) center left 30px no-repeat;
            }

            .nav-pro-tabs > li > a.tab_reviews {
                background: url(../images/products/tab_reviews.png) top 20px left 30px no-repeat;
            }

            .nav-pro-tabs > li > a:hover,
            .nav-pro-tabs > .active > a,
            .nav-pro-tabs > .active > a:hover {
                cursor: pointer;
                border-bottom: 5px solid #0a4e9b;
            }

.tab-cont-pro {
    margin-bottom: 50px;
}

    .tab-cont-pro.active {
        display: block;
    }

    .tab-cont-pro.hide {
        display: none;
    }

    .tab-cont-pro p {
        font-size: 21px;
        line-height: 24px;
        color: #616161;
        /*margin: 15px 0px;*/
        margin: 0;
    }


/** nav-blue tabs **/
.nav-blue {
    *zoom: 1;
    text-align: center;
    background: #0a4e9b;
    border-bottom: 1px solid #0a4e9b;
    -webkit-box-shadow: 0px 18px 14px -18px #a7a7a7;
    -moz-box-shadow: 0px 18px 14px -18px #a7a7a7;
    box-shadow: 0px 18px 14px -18px #a7a7a7;
    height: 62px;
}

.nav-blue-tabs {
    margin: 0px auto;
    display: inline-block;
}

    .nav-blue-tabs:before,
    .nav-blue-tabs:after {
        display: table;
        content: "";
    }

    .nav-blue-tabs:after {
        clear: both;
    }

    .nav-blue-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-blue-tabs > li > a {
            color: #FFFFFF;
            font-size: 24px;
            font-family: 'Gudea', sans-serif;
            text-decoration: none;
            padding-left: 30px;
            padding-right: 30px;
            margin: 0px 30px;
            line-height: 58px;
            display: block;
        }

            .nav-blue-tabs > li > a:hover,
            .nav-blue-tabs > .active > a,
            .nav-blue-tabs > .active > a:hover {
                cursor: pointer;
                border-bottom: 5px solid #FFFFFF;
            }

/***** home_prod ***/
ul.home_prod,
ul.home_professional,
ul.home_connect {
    display: inline-block;
    list-style: none;
    color: #0a4e9b;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

    ul.home_prod a,
    ul.home_professional a,
    ul.home_connect a {
        color: #0a4e9b;
    }

    ul.home_prod li,
    ul.home_professional li,
    ul.home_connect li {
        display: inline;
        float: left;
        /*width:20.5%;*/
        width: 180px;
        padding-top: 175px;
        cursor: pointer;
        /*margin:0px auto;*/
    }

    ul.home_connect li {
        width: 240px;
    }

    ul.home_prod li.blood_moni,
    ul.home_prod li.blood_moni_in,
    ul.home_professional li.blood_moni {
        background: url(../images/home/blood_moni.png) center center no-repeat;
    }

    ul.home_professional li.blood_moni_au {
        background: url(../images/home/blood_moni.png) center center no-repeat;
    }

    ul.home_prod li.respi,
    ul.home_prod li.respi_in,
    ul.home_professional li.respi {
        background: url(../images/home/respi.png) center center no-repeat;
    }

    ul.home_prod li.temp,
    ul.home_prod li.temp_in,
    ul.home_prod li.temp_au_nz,
    ul.home_professional li.temp {
        background: url(../images/home/temp.png) center center no-repeat;
    }

    ul.home_prod li.blood_glu {
        background: url(../images/home/blood_glu.png) center center no-repeat;
    }

    ul.home_prod li.weight,
    ul.home_prod li.weight_au {
        background: url(../images/home/weight.png) center center no-repeat;
    }

    ul.home_prod li.pain {
        background: url(../images/home/pain.png) center center no-repeat;
    }

    ul.home_prod li.pain_nz {
        background: url(../images/home/pain.png) center center no-repeat;
    }

    ul.home_professional li.ecg {
        background: url(../images/home/ecg.png) center center no-repeat;
    }

    ul.home_professional li.non-invasive {
        background: url(../images/home/non-invasive.png) center center no-repeat;
    }

    ul.home_connect li.bpm {
        background: url(../images/home/connect-bpm.png) center center no-repeat;
    }

    ul.home_connect li.app {
        background: url(../images/home/connect-app.png) center center no-repeat;
    }

    ul.home_connect li.odc {
        background: url(../images/home/connect-odc.png) center center no-repeat;
    }

    ul.home_prod li.blood_moni:hover {
        background: url(../images/home/blood_moni_hover.png) center center no-repeat;
    }

    ul.home_prod li.blood_moni_in:hover {
        background: url(../images/home/blood_moni_HEM-7130_hover.png) center center no-repeat;
    }

    ul.home_prod li.respi:hover {
        background: url(../images/home/respi_hover.png) center center no-repeat;
    }

    ul.home_prod li.respi_in:hover {
        background: url(../images/home/respi_hover_NE-C302_IN.png) center center no-repeat;
    }

    ul.home_prod li.blood_glu:hover {
        background: url(../images/home/blood_glu_hover.png) center center no-repeat;
    }

    ul.home_prod li.temp:hover {
        background: url(../images/home/temp_hover.png) center center no-repeat;
    }

    ul.home_prod li.temp_au_nz:hover {
        background: url(../images/home/temp_hover_TH839S.png) center center no-repeat;
    }

    ul.home_prod li.temp_in:hover {
        background: url(../images/home/temp_hover_MC-720_IN.png) center center no-repeat;
    }

    ul.home_prod li.weight:hover {
        background: url(../images/home/weight_hover.png) center center no-repeat;
    }

    ul.home_prod li.weight_au:hover {
        background: url(../images/home/weight_HBF_214_hover.png) center center no-repeat;
    }

    ul.home_prod li.pain:hover {
        background: url(../images/home/pain_hover.png) center center no-repeat;
    }

    ul.home_prod li.pain_nz:hover {
        background: url(../images/home/pain_nz_hover.png) center center no-repeat;
    }

    ul.home_professional li.blood_moni:hover {
        background: url(../images/home/blood_moni_p_hover.png) center center no-repeat;
    }

    ul.home_professional li.blood_moni_au:hover {
        background: url(../images/home/blood_moni_p_hover-au.png) center center no-repeat;
    }

    ul.home_professional li.respi:hover {
        background: url(../images/home/respi_p_hover.png) center center no-repeat;
    }

    ul.home_professional li.temp:hover {
        background: url(../images/home/temp_p_hover.png) center center no-repeat;
    }

    ul.home_professional li.ecg:hover {
        background: url(../images/home/ecg_p_hover.png) center center no-repeat;
    }

    ul.home_professional li.non-invasive:hover {
        background: url(../images/home/non-invasive_p_hover.png) center center no-repeat;
    }

.homeline {
    height: 50px;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 18px 14px -18px #a7a7a7;
    -moz-box-shadow: 0px 18px 14px -18px #a7a7a7;
    box-shadow: 0px 18px 14px -18px #a7a7a7;
    text-align: center;
    margin-bottom: 50px;
}

.home_full {
    width: 100%;
    margin-bottom: 50px;
}

.home_left {
    width: 49%;
    margin-right: 1%;
    float: left;
    /*margin-bottom:50px;*/
}

.home_rgt {
    width: 49%;
    margin-left: 1%;
    float: left;
    margin-bottom: 50px;
}

.home_pro_video {
    width: 100%;
    height: 0px;
    /*padding-bottom:56%; ***video height */
    padding-bottom: 60%;
    display: block;
}

.home_full .home_pro_video {
    padding-bottom: 50%;
}

.home_health {
    background: #f6f6f6;
    width: 100%;
    /*height: 0px;
    padding-bottom: 50%;*/
    height: 100%;
    padding: 30px 0px;
    display: block;
    text-align: center;
    color: #616161;
}

    .home_health h5 {
        /*font-size: 27px;*/
        font-weight: 400;
        /*padding-top: 12%;*/
        padding-left: 10%;
        padding-right: 10%;
        font-size: 20px;
        padding-top: 0%;
    }

    .home_health h6 {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-top: 5%;
        margin-bottom: 2%;
    }

.home_health_1 {
    width: 100%;
    height: 0px;
    padding-bottom: 24%;
    display: block;
    background: #f6f6f6;
    margin-bottom: 2.2%;
    text-align: center;
    color: #616161;
}

.home_health_2 {
    width: 100%;
    height: 0px;
    padding-bottom: 24%;
    display: block;
    background: #f6f6f6;
    text-align: center;
    color: #616161;
}

    .home_health_1 h5,
    .home_health_2 h5 {
        font-size: 21px;
        font-weight: 400;
        padding-top: 3%;
    }

    .home_health_1 h6,
    .home_health_2 h6 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-top: 2%;
        margin-bottom: 1%;
    }

.homelinks {
    margin-bottom: 100px;
}

    .homelinks a {
        display: inline-block;
        float: left;
        margin-right: 2%;
        background: #0a4e9b;
        color: #FFF;
        padding: 22px 0px;
        font-size: 21px;
        line-height: 24px;
        text-align: center;
        text-decoration: none;
    }

        .homelinks a.l_4 {
            width: 23.5%;
        }

        .homelinks a.l_3 {
            width: 32%;
        }

        .homelinks a.l_2 {
            width: 49%;
        }

        .homelinks a.l_1 {
            width: 100%;
        }

        .homelinks a:last-child {
            margin-right: 0px;
        }

        .homelinks a:hover {
            background: #333333;
        }

/************* products *************/
.banners {
    width: 100%;
    height: 326px;
    /*height:0px;
	padding-bottom:17%;*/
    display: block;
    position: relative;
}

.ban_products {
    background: url(../images/products/banner.jpg) center center no-repeat;
}

    .ban_products h1 {
        top: 20%;
        left: 8%;
        position: absolute;
        font-size: 40px;
        color: #464646;
        text-align: center;
        margin-top: 0px;
    }

    .ban_products a {
        bottom: 23%;
        left: 15%;
        position: absolute;
    }


.ban_locate div {
    position: absolute;
    text-align: center;
    width: 600px;
    margin-left: 50%;
    margin-top: 90px;
    left: -300px;
}

    .ban_locate div h1 {
        font-size: 40px;
        color: #464646;
        margin-bottom: 25px;
    }

    .ban_locate div select {
        border: 1px solid #999;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        width: 240px;
        padding: 15px;
        font-size: 16px;
        line-height: 18px;
        color: #333333;
        outline: none;
        margin-bottom: 25px;
        margin-right: 10px;
    }

    .ban_locate div input {
        border: 1px solid #999;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        width: 210px;
        padding: 15px;
        font-size: 16px;
        line-height: 18px;
        color: #333333;
        outline: none;
        margin-bottom: 25px;
    }

.ban_business {
    background: url(../images/our_business/banner.jpg) center center no-repeat;
}

.ban_factroy {
    background: url(../images/factory/banner.jpg) center center no-repeat;
}

.ban_corporate_activity {
    background: url(../images/corporate_activity/banner.jpg) center center no-repeat;
}

.ban_faq {
    background: url(../images/faq/banner.jpg) center center no-repeat;
}

.ban_promo {
    background: url(../images/promotions/banner.jpg) center center no-repeat;
}


.ban_inst {
    background: url(../images/instruction/banner.jpg) center center no-repeat;
}

.ban_custo_care {
    background: url(../images/customer_care/banner.jpg) center center no-repeat;
}

.ban_env {
    background: url(../images/environment/banner.png) center center no-repeat;
}

.ban_tech {
    background: url(../images/technology/banner.jpg) center center no-repeat;
}

.button_s1 {
    background: #0071bb;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 34px;
    text-decoration: none;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 0px solid #000000;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

    .button_s1:hover {
        background: #333333;
    }

.button_s2 {
    background: #00a2e0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 34px;
    text-decoration: none;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 0px solid #000000;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.thumbs {
    max-width: 1330px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.button_s2:hover {
    background: #333333;
}

.pros_description {
    display: block;
}

.product_blue {
    display: none;
}

    .product_blue h2.expand {
        margin: 0;
    }

    .product_blue .collapse {
        font-size: 16px;
        padding: 0px;
        margin-bottom: 20px;
        display: block;
    }

.problue {
    padding: 5px 0;
    background: #005eb8; /*Pantone 300 C*/
    color: #FFFFFF;
    text-align: left;
}

    .problue p {
        width: auto;
        margin: 10px auto;
        max-width: 1330px;
        padding: 10px 10px;
    }

.pro_thumb {
    width: 21%;
    /*float: left;*/
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 10px 1.5% 10px 1.5%;
    vertical-align: top;
}

    .pro_thumb a {
        text-decoration: none;
    }


    .pro_thumb div {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        padding: 0;
    }

        .pro_thumb div img {
            width: 100%;
        }

    .pro_thumb h5 {
        font-size: 25px;
        line-height: 35px;
        font-weight: 600;
        color: #0a4e9b;
        text-align: center;
    }

    .pro_thumb h6 {
        font-size: 20px;
        line-height: 25px;
        color: #464646;
        margin-bottom: 20px;
        text-align: center;
    }

    .pro_thumb label {
        color: #484848;
    }

/*BPM tab3 css start*/

.pros_description a,
.para_questions a {
    color: #FFFFFF;
}

.pros_description p {
    width: auto;
    margin: 10px auto;
    max-width: 1330px;
    padding: 10px 10px;
}

.pros_description {
    padding: 5px 0;
    background: #005eb8; /*Pantone 300 C*/
    color: #FFFFFF;
    text-align: left;
}

.para_questions {
    width: 1100px;
    margin: 0 auto;
}

/*.tilt strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
    height: 200px;
    padding:20px;
}


.tilt1 {
    padding-top: 78px;
}

.tilt2 {
    padding-top: 90px;
}

.tilt3 {
    padding-top: 78px;
}

.tilt4 {
    padding-top: 90px;
}

.tilt5 {
    padding-top: 90px;
}

.tilt6 {
    padding-top: 90px;
}

    .tilt1 p, .tilt3 p, .tilt4 p, .tilt6 p {
        width: 80%;
        margin: 0 auto;
        font-size: 28px;
        line-height: 31px;
    }

.tilt2 p, .tilt5 p {
    width: 100%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 31px;
}

#question1, #question2, #question3, #question4, #question5, #question6 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center; 
    border: 3px solid #FFFFFF;
    border-radius: 20%;
    width: 240px;
    height: 240px;
    margin: 15px 15px;
}

    #question1 span.effect,
    #question1 p.paraeffect,
    #question2 span.effect,
    #question2 p.paraeffect,
    #question3 span.effect,
    #question3 p.paraeffect,
    #question4 span.effect,
    #question4 p.paraeffect,
    #question5 span.effect,
    #question5 p.paraeffect,
    #question6 span.effect,
    #question6 p.paraeffect {
        display: inline-block;
        font-size: 15px;
        transition: transform .5s ease-out, opacity .5s;
        transition-delay: 0s;
        color: #FFFFFF;
    }

    #question1 p.paraeffect, #question2 p.paraeffect, #question3 p.paraeffect, #question4 p.paraeffect, #question5 p.paraeffect, #question6 p.paraeffect {
        position: absolute;
        left: 100%;
        top: 0px;
        width: 80%;
        padding: 20px;
        margin: 0 auto;
        text-decoration: none;
        color: #FFFFFF;
        line-height: 20px;
    }

  
.whover #question1:hover p.paraeffect:nth-child(2),
.whover #question2:hover p.paraeffect:nth-child(2),
.whover #question3:hover p.paraeffect:nth-child(2),
.whover #question4:hover p.paraeffect:nth-child(2),
.whover #question5:hover p.paraeffect:nth-child(2),
.whover #question6:hover p.paraeffect:nth-child(2) {
    transform: translateX(-100%);
    transition-delay: 0s;
}

.whover #question1:hover span.effect,
.whover #question2:hover span.effect,
.whover #question3:hover span.effect,
.whover #question4:hover span.effect,
.whover #question5:hover span.effect,
.whover #question6:hover span.effect {
    -moz-transform: scaleX(-0.5);
    -o-transform: scaleX(-0.5);
    -webkit-transform: scaleX(-0.5);
    transform: scaleX(-0.5);
    transition-delay: 0s;
    opacity: 0;
}*/


.tilt {
    width: 240px;
    height: 240px;
    text-align: center;
}

    .tilt span {
        height: 240px;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
    }

    .tilt p {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
        color: #fff;
        width: 80%;
        margin: 0 auto;
        /*font-size: 28px;
		line-height: 31px;*/
        /*font-size: 26px;
        line-height: 29px;*/
    }

#question1, #question2, #question3, #question4, #question5, #question6 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center; /*width: 19.5%;*/
    border: 3px solid #FFFFFF;
    border-radius: 20%;
    width: 240px;
    height: 240px;
    margin: 15px 15px;
}

    #question1 span.effect,
    #question1 .paraeffect,
    #question2 span.effect,
    #question2 .paraeffect,
    #question3 span.effect,
    #question3 .paraeffect,
    #question4 span.effect,
    #question4 .paraeffect,
    #question5 span.effect,
    #question5 .paraeffect,
    #question6 span.effect,
    #question6 .paraeffect {
        display: inline-block;
        font-size: 15px;
        transition: transform .5s ease-out, opacity .5s;
        transition-delay: 0s;
        color: #FFFFFF;
    }

.paraeffect {
    position: absolute;
    left: 100%;
    top: 0px;
    margin: 0 auto;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 20px;
    width: 240px;
    height: 240px;
    text-align: center;
}


    .paraeffect span {
        height: 240px;
        display: inline-block;
        vertical-align: middle;
    }


    .paraeffect p {
        width: auto;
        margin: auto;
        font-size: inherit;
        line-height: unset;
        height: auto;
        vertical-align: top;
        display: inline-block;
    }

    .paraeffect div.middle {
        display: inline-block;
        /*zoom: 1;
        *display: inline;*/
        vertical-align: middle;
        color: #fff;
        margin: 0;
        width: 80%;
        font-size: 15px;
        line-height: 18px;
    }


.whover #question1:hover .paraeffect:nth-child(2),
.whover #question2:hover .paraeffect:nth-child(2),
.whover #question3:hover .paraeffect:nth-child(2),
.whover #question4:hover .paraeffect:nth-child(2),
.whover #question5:hover .paraeffect:nth-child(2),
.whover #question6:hover .paraeffect:nth-child(2) {
    transform: translateX(-100%);
    transition-delay: 0s;
}

.whover #question1:hover span.effect,
.whover #question2:hover span.effect,
.whover #question3:hover span.effect,
.whover #question4:hover span.effect,
.whover #question5:hover span.effect,
.whover #question6:hover span.effect {
    /*transform:translateZ(-50%);*/
    -moz-transform: scaleX(-0.5);
    -o-transform: scaleX(-0.5);
    -webkit-transform: scaleX(-0.5);
    transform: scaleX(-0.5);
    transition-delay: 0s;
    opacity: 0;
}



.know_more {
    padding: 15px;
    background: #005eb8; /*Pantone 300 C*/
    color: #FFFFFF;
}

    .know_more h2 {
        font-size: 36px;
        line-height: 39px;
        margin-top: 8px;
        color: #FFFFFF;
    }

/*BPM tab3 css end*/


.breadcrub {
    font-size: 18px;
    line-height: 24px;
    color: #434343;
    margin: 30px 0 20px 0;
}

    .breadcrub a {
        color: #434343;
        text-decoration: underline;
    }

        .breadcrub a:hover,
        .breadcrub span {
            color: #0a4e9b;
        }

.pro_left {
    width: 50%;
    float: left;
}

.pro_rgt {
    width: 47%;
    margin-left: 3%;
    float: left;
    color: #434343;
}

    .pro_rgt h1 {
        color: #434343;
        line-height: 50px;
        margin-top: 15px;
        margin-bottom: 25px;
        text-align: left;
    }

        .pro_rgt h1 strong {
            font-weight: 600;
        }

    .pro_rgt p {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .pro_rgt .ratings {
        color: #0071bb;
    }

        .pro_rgt .ratings a {
            color: #0071bb;
            text-decoration: none;
        }

            .pro_rgt .ratings a:hover {
                text-decoration: underline;
            }

    .pro_rgt h2 {
        font-size: 46px;
        color: #0a4e9b;
        margin-bottom: 5px;
    }

    .pro_rgt h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .pro_rgt h6 {
        font-size: 16px;
        font-style: italic;
        color: #0a4e9b;
        margin-bottom: 28px;
    }

    .pro_rgt a.findstore {
        color: #434343;
        font-size: 19px;
        line-height: 31px;
        padding-left: 46px;
        display: block;
        background: url(../images/products/store.png) center left no-repeat;
        margin: 25px 0px;
    }

        .pro_rgt a.findstore:hover {
            color: #0a4e9b;
        }

.deluxe {
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid #000000;
    padding: 0px 15px;
    height: 32px;
    line-height: 32px;
    background-color: #1f2b5b;
}

.stars {
    width: 157px;
    height: 29px;
    /*display: block;*/
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.rating {
    width: 157px;
    height: 29px;
    display: block;
}



.star1 {
    background: url(../images/star1.png) center left no-repeat;
}

.star2 {
    background: url(../images/star2.png) center left no-repeat;
}

.star3 {
    background: url(../images/star3.png) center left no-repeat;
}

.star4 {
    background: url(../images/star4.png) center left no-repeat;
}

.star5 {
    background: url(../images/star5.png) center left no-repeat;
}

.video_wrap {
    position: relative;
    width: 900px;
    height: 508px;
}

    .video_wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: block;
        overflow: hidden;
        border: none;
        padding: 0;
        margin: 0;
    }

.clinic {
    display: inline-block;
    margin: 0 0 20px 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #434343;
    padding-left: 30px;
    background: url(../images/products/clinic.png) center left no-repeat;
}

.spec_icon {
    display: table-cell;
    vertical-align: top;
    width: 55px;
    margin-right: 55px;
}

.spec_text {
    display: table-cell;
    vertical-align: top;
    font-size: 21px;
    color: #616161;
}

.overview_spec {
    display: table;
}

    .overview_spec .spec_icon {
        float: none;
        display: table-cell;
        vertical-align: top;
    }

    .overview_spec .spec_text {
        display: table-cell;
        vertical-align: middle;
    }

.spec_text h5 {
    color: #0a4e9b;
    line-height: 24pxl;
}

.spec_text p {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
}

.spec_text .imgLeft {
    float: left;
    padding-right: 10px;
}
/*
.spec_text span {
    font-size: 16px;
}*/

.spec_icon2 {
    float: left;
    display: inline;
    width: 76px;
    margin: 10px 0px;
}

.spec_text2 {
    font-size: 21px;
    color: #616161;
    margin: 10px 0px 10px 70px;
    line-height: 31px;
}

ol {
    margin-left: 20px;
    margin: 20px 0px 20px 20px;
}

    ol li {
        margin-bottom: 20px;
    }

.review_star {
    width: 126px;
    height: 26px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.review {
    font-size: 21px;
    color: #676767;
    border-bottom: 1px solid #999999;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

    .review span {
        color: #0a4e9b;
        line-height: 26px;
        margin-bottom: 10px;
        display: inline-block;
    }

.page_cont {
    width: 100%;
    text-align: center;
}

.pagination {
    margin: 20px auto;
    display: inline-block;
}

.page_btn {
    padding: 7px 10px;
    background: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    color: #0a4e9b;
    margin: 0 10px 0 0;
    font-size: 21px;
    cursor: pointer;
}

    .page_btn.active, .page_btn:hover {
        background: #0a4e9b;
        color: #FFFFFF;
    }

    .page_btn.disabled:hover {
        cursor: not-allowed;
        background: none;
        color: #0a4e9b;
    }

.business_img {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
}

.busi_left {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.busi_rgt {
    float: left;
    width: 48%;
    margin-left:;
    text-align: center;
}

.cust_left {
    float: left;
    width: 36%;
    margin-right: 6%;
    margin-left: 10%;
}

.cust_rgt {
    float: left;
    width: 38%;
    margin-right: 10%;
}

    .cust_rgt a {
        color: #0a4e9b;
        text-decoration: underline;
    }

        .cust_rgt a:hover {
            color: #000000;
        }

/******* products_compare ********/
.pro_comp_table {
    display: table;
    width: 85%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.pro_comp {
    font-size: 16px;
    line-height: 24px;
    color: #464646;
    display: table-cell;
    vertical-align: top;
    padding: 10px 0;
}

    .pro_comp.raw_1 {
        background: #f1f1f1;
        vertical-align: middle;
    }

    .pro_comp.raw_2 {
        background: #ffffff;
        vertical-align: middle;
    }

.pc_col_main {
    text-align: left;
    width: 37.5%;
    font-weight: 700;
    padding-left: 2.5%;
}

.pc_col_1 {
    border-right: 1px solid #e3e3e3;
    width: 20%;
}

.pc_col_2 {
    border-right: 1px solid #e3e3e3;
    width: 20%;
}

.pc_col_3 {
    width: 20%;
}

.pc_img {
    width: 100%;
    height: auto;
}

    .pc_img img {
        width: 140px;
        height: 140px;
    }

.pro_comp h5 {
    font-size: 16px;
    line-height: 20px;
    color: #0a4e9b;
    font-weight: bold;
    margin-bottom: 0;
}

.pro_comp h6 {
    font-size: 16px;
    line-height: 20px;
    color: #464646;
    font-weight: 100;
    margin-bottom: 0;
}

.factory {
    font-size: 20px;
    margin-bottom: 20px;
    width: 100%;
    clear: both;
}

.fact_img {
    width: 140px;
    height: 121px;
    margin-bottom: 15px;
    float: left;
}

.factory h2 {
    margin-bottom: 18px;
}

.events_head {
    width: 100%;
    background: #0071bb;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}

.events_columns {
    width: 100%;
    border-bottom: 3px solid #e1e1e1;
}

    .events_columns img {
        width: 144px;
        height: 144px;
    }

.events_col1,
.events_col1a,
.events_col2,
.events_col3,
.events_col_full {
    font-size: 20px;
    display: inline-block;
    padding: 20px 2%;
    vertical-align: top;
    float: left;
}

    .events_col1 span,
    .events_col1a span,
    .events_col2 span,
    .events_col3 span,
    .events_col_full span {
        display: none;
    }


.events_col_full {
    width: 100%;
}

.events_col1 {
    width: 66%;
}

    .events_col1 img,
    .events_col1a img,
    .events_col_full img {
        margin: 0px 20px 20px 0px;
        float: left;
    }

.events_col1a {
    width: 76%;
}

.events_col2 {
    width: 11%;
}

.events_col3 {
    width: 11%;
}

.events_head .events_col1,
.events_head .events_col1a,
.events_head .events_col2,
.events_head .events_col3,
.events_head .events_col_full {
    display: inline-block;
    padding: 8px 2% !important;
}

.events_col1a section {
    display: block;
    margin-left: 170px;
}

.events_col1 a.button_s2 {
    display: inline-block;
    margin-top: 20px;
}

.events_col3 a.button_s2 {
    display: none;
}

a.event_fb {
    width: 38px;
    height: 38px;
    display: inline-block;
    background: url(../images/events/fb.png) center top no-repeat;
    margin-right: 7px;
}

    a.event_fb:hover {
        background-position: center bottom;
    }


a.event_tweet {
    width: 38px;
    height: 38px;
    display: inline-block;
    background: url(../images/events/tweet.png) center top no-repeat;
}

    a.event_tweet:hover {
        background-position: center bottom;
    }

.eve_img_full {
    width: 100%;
    margin: 20px 0px;
}

.eve_img_left {
    width: 49%;
    float: left;
    margin: 20px 2% 20px 0px;
}

.eve_img_rgt {
    width: 49%;
    float: left;
    margin: 20px 0px;
}

.inst_search {
    width: 100%;
    color: #434343;
}

    .inst_search input {
        float: left;
        border: 1px solid #a1a1a1;
        font-size: 22px;
        line-height: 24px;
        padding: 7px 10px;
        margin-right: 20px;
        color: #666666;
        width: 60%;
    }

    .inst_search a.button_s2 {
        float: left;
        font-size: 22px;
        color: #FFFFFF !important;
    }

    .inst_search span {
        color: #0a4e9b;
    }

    .inst_search a {
        color: inherit;
    }

.search_list a {
    padding-left: 65px;
    color: #0a4e9b;
    font-size: 28px;
    line-height: 45px;
    background: url(../images/instruction/pdf_icon.png) left top no-repeat;
    display: inline-block;
    text-decoration: none;
    width: 24%;
    margin-bottom: 20px;
    margin-right: 2%;
}

select.instr {
    border: 1px solid #999;
    width: 240px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    outline: none;
    margin-bottom: 25px;
    margin-right: 10px;
}

span.instr {
    width: 240px;
    padding: 15px;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    outline: none;
    margin-bottom: 25px;
    margin-right: 10px;
}

/****** locate ******/
.retailer_logo {
    width: 25%;
    margin-bottom: 80px;
    height: 100px;
    float: left;
    text-align: center;
    text-decoration: none;
    display: table;
}

    .retailer_logo div {
        width: 86%;
        padding: 0px 7%;
        vertical-align: middle;
        display: table-cell;
    }

.store_search {
    width: 770px;
    margin: 0px auto;
    color: #434343;
}

    .store_search input,
    .store_search select {
        float: left;
        border: 1px solid #999999;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        font-size: 20px;
        line-height: 20px;
        padding: 10px 30px 10px 60px;
        margin-right: 20px;
        color: #666666;
    }

    .store_search input {
        float: left;
        border: 1px solid #999999;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        font-size: 16px;
        line-height: 20px;
        padding: 10px 30px 10px 60px;
        width: 200px;
        margin-right: 20px;
        color: #666666;
        background: url(../images/locate/search.png) center left 25px no-repeat;
    }

    .store_search select {
        float: left;
        border: 1px solid #999999;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        font-size: 16px;
        line-height: 20px;
        padding: 3px 30px;
        width: 250px;
        margin-right: 20px;
        color: #666666;
    }

    .store_search a.button_s2 {
        float: left;
        font-size: 22px;
        color: #FFFFFF !important;
        width: 65px;
    }

.map_left {
    width: 280px;
    margin-right: 20px;
    float: left;
    color: #434343;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
}

    .map_left h6 {
        text-align: left;
        font-size: 20px;
        color: #434343;
        margin-bottom: 20px;
    }

    .map_left .map_link {
        cursor: pointer;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .map_left .map_pin {
        margin-right: 9px;
        float: left;
        width: 21px;
        height: 25px;
        background: url(../images/locate/map_pin.png) center center no-repeat;
        color: #FFF;
        font-size: 14px;
        text-align: center;
        padding-top: 3px;
        display: inline-block;
    }

    .map_left .map_txt {
        margin-left: 30px;
    }

    .map_left a.map_pin_prev {
        font-size: 16px;
        float: left;
        color: #434343;
        text-decoration: none;
    }


    .map_left a.map_pin_next {
        font-size: 16px;
        float: right;
        color: #434343;
        text-decoration: none;
    }

        .map_left a.map_pin_prev:hover,
        .map_left a.map_pin_next:hover {
            color: #00a2e0;
            text-decoration: underline;
        }

.map_rgt {
    margin-left: 300px;
    text-align: left;
}

/******* environment ********/
.env_box {
    width: 49%;
    float: left;
    margin-bottom: 50px;
}

    .env_box:nth-child(even) {
        margin-right: 2%;
    }

.env_left {
    width: 75%;
    float: left;
}

.env_rgt {
    width: 22%;
    margin-left: 3%;
    float: left;
}

    .env_rgt a {
        text-decoration: none;
    }

.pdf_link {
    padding-left: 45px;
    color: #0a4e9b;
    font-size: 20px;
    line-height: 30px;
    background: url(../images/pdf_icon.png) left top no-repeat;
    display: block;
    text-decoration: none;
    margin: 20px 0px;
}

.img_rgt {
    float: right;
    margin: 0px 0px 20px 20px;
}

.envTableContainer {
    width: 100%;
}

table.envTable {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

    table.envTable th,
    table.envTable td {
        padding: 12px 15px;
        text-align: left;
        border: 1px solid #E1E1E1;
    }

        table.envTable th:first-child,
        table.envTable td:first-child {
            padding-left: 5;
        }

        table.envTable th:last-child,
        table.envTable td:last-child {
            padding-right: 5;
        }

        table.envTable th, table.envTable td colspan {
            border-right: 1px solid #E1E1E1;
        }

    table.envTable thead {
        background: #333;
        color: #fff;
    }

.tech_box {
    /*float:left;*/
    display: inline-block;
    width: 20%;
    padding-right: 4%;
    font-size: 21px;
    color: #434343;
    margin-bottom: 50px;
    overflow: visible !important;
    vertical-align: top;
}

    .tech_box h1 {
        margin: 0px;
        text-align: left;
    }

    .tech_box hr {
        height: 6px;
        border: none;
        background: #0a4e9b;
    }

    .tech_box h5 {
        margin-top: 30px;
    }

    .tech_box img {
        margin: 20px 0px;
    }


.faq_container {
    width: 100%;
}

    .faq_container .faq_menu {
        float: left;
        width: 30%;
    }

        .faq_container .faq_menu ul {
            width: 100%;
        }

            .faq_container .faq_menu ul li {
                padding: 10px 0;
            }

                .faq_container .faq_menu ul li a {
                    font-size: 21px;
                    font-weight: 500;
                    color: #0a4e9b;
                    font-family: 'Gudea', sans-serif;
                }

                    .faq_container .faq_menu ul li a.current {
                        font-weight: 700;
                    }

    .faq_container .faq_results {
        float: left;
        width: 65%;
        margin-left: 5%;
    }

        .faq_container .faq_results ul {
            margin-top: 0;
            margin-bottom: 0;
        }

            .faq_container .faq_results ul li {
                padding: 5px 0;
                margin-top: 0;
                margin-bottom: 0;
            }

        .faq_container .faq_results ol {
            margin-top: 0;
            margin-bottom: 0;
        }

            .faq_container .faq_results ol li {
                padding: 5px 0;
                margin-top: 0;
                margin-bottom: 0;
            }

        .faq_container .faq_results table {
            width: 100%;
        }

            .faq_container .faq_results table tr td {
                border: 1px solid #0a4e9b;
                vertical-align: middle;
                padding: 5px;
            }


.faq_search {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    margin-right: 10px;
    width: 60%;
}

.faq_key a {
    color: #434343;
    font-size: 18px;
}

.faq_ques {
    width: 45%;
    margin-right: 5%;
    float: left;
    font-size: 18px;
}

    .faq_ques ul {
        list-style: disc;
        padding-left: 20px;
        margin: 10px 0px;
    }

        .faq_ques ul li {
            margin-bottom: 20px;
        }

            .faq_ques ul li a {
                color: #434343;
            }

ul.faq_list {
    padding-left: 20px;
    margin: 10px 0px;
}

.faq_list li {
    float: left;
    width: 45%;
    margin-right: 5%;
    font-size: 21px;
    margin-bottom: 20px;
}

    .faq_list li a {
        color: #434343;
        float: left;
        text-decoration: none;
    }

        .faq_list li a:hover {
            text-decoration: underline;
        }

.faq_helpful {
    border: 1px solid #434343;
    padding: 20px;
    width: 350px;
}

    .faq_helpful h6 {
        padding-bottom: 10px;
        border-bottom: 3px solid #0a4e9b;
        margin-bottom: 20px;
    }

h2.expand {
    margin-bottom: 10px;
}

.expand a {
    display: block;
    padding: 7px 24px 7px 10px;
}

    .expand a:link,
    .expand a:visited {
        border: 1px solid #CCC;
        background-image: url(../images/arrow-down.png);
        background-color: #FFF;
        background-repeat: no-repeat;
        background-position: 98% 50%;
        font-size: 18px;
        color: #666;
        text-decoration: none;
    }

    .expand a:hover, .expand a:active {
        background-color: #D8D8D8;
    }

    .expand a.open:link, .expand a.open:visited {
        background: #0a4e9b url(../images/arrow-up.png) no-repeat 98% 50%;
        color: #FFF;
    }

.collapse {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
}

    .collapse ul {
        list-style: disc;
        margin-left: 20px;
    }

    .collapse a {
        color: inherit;
    }

.warranty {
    line-height: 28px;
    font-size: 18px;
}

    .warranty .war_left,
    .warranty .war_rgt {
        width: 45%;
        padding-right: 5%;
        float: left;
    }

    .warranty label, legend {
        display: block;
        font-size: 18px;
    }

    .warranty .radiostyle,
    .warranty input[type="checkbox"],
    .warranty input[type="radio"] {
        float: left;
        margin-top: 7px;
    }

    .warranty label.checktext,
    .warranty label.radiotext {
        padding-left: 30px;
    }

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.warranty span {
    color: #ff0000;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    height: 38px;
    padding: 6px 10px;
    color: #777;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}

/**Product Selector**/
.clear {
    clear: both;
}

.products_selector {
    width: 100%;
    height: auto;
}

.steps_status {
    width: 100%;
    height: auto;
    border: 1px solid #e3e3e3;
}

    .steps_status table {
        width: 100%;
    }

        .steps_status table tr td {
            width: 25%;
            background: #f7fbfe;
            color: #f7fbfe;
            font-size: 18px;
            padding: 10px 0 10px 5px;
            border: none;
            border-right: 1px solid #e3e3e3;
        }

            .steps_status table tr td.complete {
                background: #0071bb;
                color: #ffffff;
            }

            .steps_status table tr td.last {
                border-right: none;
            }

.steps_contents {
    width: 100%;
    height: auto;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding: 5px 0;
}

    .steps_contents .step01,
    .steps_contents .step02_arm,
    .steps_contents .step02_wrist,
    .steps_contents .step03,
    .steps_contents .step04 {
        width: 700px;
        margin: 0 auto;
    }

    .steps_contents.nebulizer .step01,
    .steps_contents.nebulizer .step02_adult,
    .steps_contents.nebulizer .step02_child,
    .steps_contents.nebulizer .step02_baby,
    .steps_contents.nebulizer .step03_adult,
    .steps_contents.nebulizer .step03_child,
    .steps_contents.nebulizer .step03_baby_upper,
    .steps_contents.nebulizer .step03_baby_lower,
    .steps_contents.nebulizer .step04_adult,
    .steps_contents.nebulizer .step04_child,
    .steps_contents.nebulizer .step04_baby,
    .steps_contents.nebulizer .step04_baby_cough {
        width: 1150px;
        margin: 0 auto;
    }


    .steps_contents .step02_arm,
    .steps_contents .step02_wrist,
    .steps_contents .step03,
    .steps_contents .step04 {
        display: none;
    }

    .steps_contents.nebulizer .step02_adult,
    .steps_contents.nebulizer .step02_child,
    .steps_contents.nebulizer .step02_baby,
    .steps_contents.nebulizer .step03_adult,
    .steps_contents.nebulizer .step03_child,
    .steps_contents.nebulizer .step03_baby_upper,
    .steps_contents.nebulizer .step03_baby_lower,
    .steps_contents.nebulizer .step04_adult,
    .steps_contents.nebulizer .step04_child,
    .steps_contents.nebulizer .step04_baby,
    .steps_contents.nebulizer .step04_baby_cough {
        display: none;
    }

    .steps_contents .step01 .contents,
    .steps_contents .step02_arm .contents,
    .steps_contents .step02_wrist .contents,
    .steps_contents .step03 .contents,
    .steps_contents .step04 .contents {
        width: 600px;
        margin: 0 auto;
    }

    .steps_contents.nebulizer .step01 .contents,
    .steps_contents.nebulizer .step02_adult .contents,
    .steps_contents.nebulizer .step02_child .contents,
    .steps_contents.nebulizer .step02_baby .contents,
    .steps_contents.nebulizer .step03_adult .contents,
    .steps_contents.nebulizer .step03_child .contents,
    .steps_contents.nebulizer .step03_baby_lower .contents,
    .steps_contents.nebulizer .step03_baby_upper .contents,
    .steps_contents.nebulizer .step04_adult .contents,
    .steps_contents.nebulizer .step04_child .contents,
    .steps_contents.nebulizer .step04_baby .contents,
    .steps_contents.nebulizer .step04_baby_cough .contents {
        width: 1050px;
        margin: 0 auto;
    }


h1.step_title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 34px;
    padding: 20px 0;
    margin: 0 0;
}

.steps_contents .step01 .contents table,
.steps_contents .step02_arm .contents table,
.steps_contents .step02_wrist .contents table,
.steps_contents .step03 .contents table,
.steps_contents .step04 .contents table {
    width: 100%;
    border: none;
}

    .steps_contents .step01 .contents table tr td,
    .steps_contents .step02_arm .contents table tr td,
    .steps_contents .step02_wrist .contents table tr td,
    .steps_contents .step03 .contents table tr td,
    .steps_contents .step04 .contents table tr td {
        width: 50%;
        border: none;
        text-align: center;
    }

.steps_contents.nebulizer .step01 .contents table,
.steps_contents.nebulizer .step02_adult .contents table,
.steps_contents.nebulizer .step02_child .contents table,
.steps_contents.nebulizer .step02_baby .contents table,
.steps_contents.nebulizer .step03_adult .contents table,
.steps_contents.nebulizer .step03_child .contents table,
.steps_contents.nebulizer .step03_baby_upper .contents table,
.steps_contents.nebulizer .step03_baby_lower .contents table,
.steps_contents.nebulizer .step04_adult .contents table,
.steps_contents.nebulizer .step04_child .contents table,
.steps_contents.nebulizer .step04_baby .contents table,
.steps_contents.nebulizer .step04_baby_cough .contents table {
    width: 100%;
    border: none;
}

    .steps_contents.nebulizer .step01 .contents table tr td,
    .steps_contents.nebulizer .step02_adult .contents table tr td,
    .steps_contents.nebulizer .step02_child .contents table tr td,
    .steps_contents.nebulizer .step02_baby .contents table tr td,
    .steps_contents.nebulizer .step03_adult .contents table tr td,
    .steps_contents.nebulizer .step03_child .contents table tr td,
    .steps_contents.nebulizer .step03_baby_upper .contents table tr td,
    .steps_contents.nebulizer .step03_baby_lower .contents table tr td,
    .steps_contents.nebulizer .step04_adult .contents table tr td,
    .steps_contents.nebulizer .step04_child .contents table tr td,
    .steps_contents.nebulizer .step04_baby .contents table tr td,
    .steps_contents.nebulizer .step04_baby_cough .contents table tr td {
        width: 25%;
        border: none;
        text-align: center;
    }


.step_img_container {
    width: 280px;
    height: 260px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    cursor: pointer;
}

    .step_img_container:hover,
    .step_img_container.selected {
        border: 1px solid #0071bb;
    }

    .step_img_container img {
        width: 280px;
        height: 260px;
        border-radius: 15px;
    }

.steps_contents.nebulizer .step_img_container {
    width: 220px;
    height: 204px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    cursor: pointer;
    margin: 0 auto;
}

    .steps_contents.nebulizer .step_img_container.baby {
        width: 150px;
        height: 139px;
    }

    .steps_contents.nebulizer .step_img_container:hover,
    .steps_contents.nebulizer .step_img_container.selected {
        border: 1px solid #0071bb;
    }

    .steps_contents.nebulizer .step_img_container img {
        width: 220px;
        height: 204px;
        border-radius: 15px;
    }

    .steps_contents.nebulizer .step_img_container.baby img {
        width: 150px;
        height: 139px;
    }


.steps_contents .back_btn {
    background: #0071bb url(../images/product_selector/btn_arrow_left.png) no-repeat;
    background-position: center left;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    width: 100px;
    float: left;
    cursor: pointer;
}

    .steps_contents .back_btn:hover {
        background: #b4b4b4 url(../images/product_selector/btn_arrow_left.png) no-repeat;
        background-position: center left;
    }

.steps_contents .next_btn {
    background: #0071bb url(../images/product_selector/btn_arrow.png) no-repeat;
    background-position: center right;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    width: 12%;
    float: right;
    cursor: pointer;
}

    .steps_contents .next_btn:hover {
        background: #b4b4b4 url(../images/product_selector/btn_arrow.png) no-repeat;
        background-position: center right;
    }
/**Product Selector Result**/
.step02_wrist_position,
.step02_wrist_no_position,
.step02_arm_connect,
.step03_fit,
.step04_one,
.step04_added {
    width: 95%;
    margin: 0 auto;
    display: none;
}

.step03_adult_home,
.step03_adult_portable,
.step03_child_home,
.step03_child_portable,
.step03_baby_home,
.step03_baby_portable,
.step03_baby_cough_home {
    width: 95%;
    margin: 0 auto;
    display: none;
}

.step04_adult_home,
.step04_adult_portable,
.step04_child_home,
.step04_child_portable,
.step04_baby_home,
.step04_baby_portable,
.step04_baby_cough_home {
    width: 95%;
    margin: 0 auto;
    display: none;
}

.selector_result_table {
    width: 100%;
}

    .selector_result_table tr td {
        padding: 5px;
        text-align: center;
        border: none;
        border-bottom: 1px solid #e3e3e3;
        vertical-align: middle;
        color: #464646;
        font-size: 16px;
        line-height: 20px;
    }

        .selector_result_table tr td.left {
            text-align: left;
        }

        .selector_result_table tr td.title {
            width: 250px;
        }

        .selector_result_table tr td.selector_img {
            vertical-align: top;
        }

    .selector_result_table .img_container {
        width: 150px;
        height: 130px;
        border: 1px solid #e3e3e3;
        border-radius: 15px;
        cursor: pointer;
        margin: 0 auto;
    }

        .selector_result_table .img_container:hover,
        .selector_result_table .img_container.selected {
            border: 1px solid #0071bb;
        }

        .selector_result_table .img_container img {
            width: 150px;
            height: 130px;
            border-radius: 15px;
        }

h1.result_title {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    text-align: center;
}

.refresh_btn {
    float: right;
    cursor: pointer;
}

.review {
    overflow: hidden;
}

    .review label {
        float: left;
        width: 230px;
    }

    .review span {
        display: inline-block;
    }

.review-product span textarea {
    display: inline-block;
    margin-top: 10px;
    height: 160px;
}

.EMC p {
    margin: 0;
}

.EMC ul {
    padding: 20px;
}

    .EMC ul li {
        margin-left: 20px;
        list-style: disc;
        color: #1776D4;
        padding-bottom: 20px;
    }

        .EMC ul li p,
        .EMC .EMC_Guidance h3 {
            color: #434343;
        }

.EMC .EMC_Guidance {
    background-color: #CCCCCC;
    padding: 5px 30px 30px 30px;
}

    .EMC .EMC_Guidance h4 {
        text-align: left;
    }

    .EMC .EMC_Guidance p {
        padding-bottom: 20px;
    }

    .EMC .EMC_Guidance em {
        font-size: 14px;
    }

    .EMC .EMC_Guidance a,
    .contactus ul li a {
        color: #1776D4;
    }

.contactus ul {
    margin: 0 0 50px 0;
    padding: 0;
    overflow: hidden;
}

    .contactus ul li {
        float: left;
        list-style: none;
        padding: 10px 60px 10px 0;
    }

/* Cookies*/
.useCookies {
    position: fixed;
    bottom: 10px;
    left: 6%;
    width: 400px;
    background: #005eb8;
    border-radius: 5px;
    color: #ffffff;
    z-index: 999999;
}

    .useCookies .container {
        width: 90%;
        padding: 0 5% 10px 5%;
        font-size: 15px;
        line-height: 18px;
    }

        .useCookies .container p {
            margin-bottom: 10px;
        }

            .useCookies .container p strong {
                font-size: 18px;
                line-height: 24px;
            }

            .useCookies .container p a {
                color: #ffffff;
                text-decoration: underline;
            }

        .useCookies .container .closeBtn {
            background: #00b9d4;
            display: block;
            padding: 5px 10px;
            color: #ffffff;
            text-decoration: none;
            margin-top: 15px;
            text-align: center;
            width: 80px;
            border-radius: 5px;
        }
/* End Cookies*/


/*Why Choose Omron Start*/
.omron-tab h1 {
    font-weight: bold;
}

.omron-tab .inner {
    max-width: 1330px;
    margin: 0 auto;
    width: 95%;
}

    .omron-tab .inner .product {
        width: 30%;
        max-width: 400px;
        display: inline-block;
        text-align: center;
    }

        .omron-tab .inner .product img {
            width: 100%;
        }

    .omron-tab .inner .rightCol {
        width: 65%;
        display: inline-block;
        vertical-align: top;
    }

        .omron-tab .inner .rightCol .icon-img {
            display: inline-block;
            width: 25%;
            margin-right: 5%;
        }

        .omron-tab .inner .rightCol .icon-descript {
            display: inline-block;
            width: 69%;
            vertical-align: top;
        }

            .omron-tab .inner .rightCol .icon-descript strong {
                color: #0a4e9b;
                display: block;
                margin-bottom: 20px;
                font-size: 24px;
            }

            .omron-tab .inner .rightCol .icon-descript p {
            }

            .omron-tab .inner .rightCol .icon-descript sup {
                font-size: 14px;
                vertical-align: top;
            }

.omron-tab .clinical_description {
    background: #005eb8; /*Pantone 300 C*/
    padding: 20px 0;
    color: #FFFFFF;
}

    .omron-tab .clinical_description strong {
        font-size: 24px;
    }

.omron-tab .inner .tablescroll {
    width: 100%;
    overflow-x: auto;
}

.omron-tab .inner table {
    width: 100%;
    margin: 20px auto 0px auto;
    border: 1px solid #00000;
}

.omron-tab .inner .tblLegend {
    font-size: 16px;
    margin: 30px auto 50px;
}

    .omron-tab .inner .tblLegend a {
        color: #005eb8;
        text-decoration: none;
    }
/*Why Choose Omron End*/


@media only screen and (max-width: 1300px) {
    /*.main_cont {
		width:95%;
		margin:0px 2.5%;
	}*/
    .wrapper {
        width: 90%;
        margin: 0px 5%;
    }

    .header .wrapper {
        width: 100%;
        margin: 0px auto;
    }

    .modal-content h3 {
        font-size: 25px;
    }

    .count_list ul {
        font-size: 25px;
        line-height: 40px;
    }

        .count_list ul li img {
            width: 60px;
            height: 40px;
        }

    .events_col1 {
        width: 56%;
    }

    .events_col2 {
        width: 16%;
    }

    .events_col3 {
        width: 16%;
    }

    .para_questions {
        width: 100%;
        margin: 0 auto;
    }

    .pro_thumb {
        width: 29.333%;
    }

        .pro_thumb h5 {
            font-size: 22px;
            line-height: 32px;
        }

        .pro_thumb h6 {
            font-size: 17px;
            line-height: 20px;
        }

    .steps_contents.nebulizer .step01,
    .steps_contents.nebulizer .step02_adult,
    .steps_contents.nebulizer .step02_child,
    .steps_contents.nebulizer .step02_baby,
    .steps_contents.nebulizer .step03_adult,
    .steps_contents.nebulizer .step03_child,
    .steps_contents.nebulizer .step03_baby_lower,
    .steps_contents.nebulizer .step03_baby_upper,
    .steps_contents.nebulizer .step04_adult,
    .steps_contents.nebulizer .step04_child,
    .steps_contents.nebulizer .step04_baby,
    .steps_contents.nebulizer .step04_baby_cough {
        width: 95%;
    }

        .steps_contents.nebulizer .step01 .contents,
        .steps_contents.nebulizer .step02_adult .contents,
        .steps_contents.nebulizer .step02_child .contents,
        .steps_contents.nebulizer .step02_baby .contents,
        .steps_contents.nebulizer .step03_adult .contents,
        .steps_contents.nebulizer .step03_child .contents,
        .steps_contents.nebulizer .step03_baby_lower .contents,
        .steps_contents.nebulizer .step03_baby_upper .contents,
        .steps_contents.nebulizer .step04_adult .contents,
        .steps_contents.nebulizer .step04_child .contents,
        .steps_contents.nebulizer .step04_baby .contents,
        .steps_contents.nebulizer .step04_baby_cough .contents {
            width: 100%;
        }
}

@media only screen and (max-width: 1270px) {
    .nav-pro {
        width: 100%;
        height: auto;
        border-bottom: 0px solid #ddd;
        border-bottom: 0px solid #0a4e9b;
        -webkit-box-shadow: 0px 18px 14px -18px #a7a7a7;
        -moz-box-shadow: 0px 18px 14px -18px #a7a7a7;
        box-shadow: 0px 18px 14px -18px #a7a7a7;
        text-align: center;
    }

    .nav-pro-tabs {
        width: 100%;
    }

        .nav-pro-tabs > li {
            width: 100%;
            float: none;
            border-bottom: 1px solid #d8d8d8;
            -webkit-box-shadow: 0px 18px 14px -18px #a7a7a7;
            -moz-box-shadow: 0px 18px 14px -18px #a7a7a7;
            box-shadow: 0px 18px 14px -18px #a7a7a7;
        }

            .nav-pro-tabs > li > a {
                width: 100%;
                border-bottom: 5px solid #FFFFFF;
                margin: 0;
                padding-left: 0;
                padding-right: 0;
            }
}

@media only screen and (max-width: 1200px) {
    .ban_products {
        background: url(../images/products/banner.jpg) -500px center no-repeat;
    }
    /*.nav-pro-tabs {
        width: 90%;
		margin:0 auto;
    }*/

    .video_wrap {
        width: 100%;
        padding-bottom: 56.5%;
        height: 0;
    }

    .home_health h5 {
        font-size: 20px;
        padding-top: 10%;
    }

    .home_health h6 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 6%;
    }

    .home_health_1 h5,
    .home_health_2 h5 {
        font-size: 18px;
        padding-top: 2%;
    }

    .home_health_1 h6,
    .home_health_2 h6 {
        font-size: 12px;
        line-height: 16px;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .cust_left {
        width: 36%;
        margin-right: 6%;
        margin-left: 0;
    }

    .cust_rgt {
        width: 58%;
        margin-right: 0;
    }

    .selector_result_table .img_container {
        width: 120px;
        height: 120px;
    }

        .selector_result_table .img_container img {
            width: 120px;
            height: 120px;
        }

    .steps_contents.nebulizer .step01,
    .steps_contents.nebulizer .step02_adult,
    .steps_contents.nebulizer .step02_child,
    .steps_contents.nebulizer .step02_baby,
    .steps_contents.nebulizer .step03_adult,
    .steps_contents.nebulizer .step03_child,
    .steps_contents.nebulizer .step03_baby_lower,
    .steps_contents.nebulizer .step03_baby_upper,
    .steps_contents.nebulizer .step04_adult,
    .steps_contents.nebulizer .step04_child,
    .steps_contents.nebulizer .step04_baby,
    .steps_contents.nebulizer .step04_baby_cough {
        width: 100%;
    }

        .steps_contents.nebulizer .step01 .contents,
        .steps_contents.nebulizer .step02_adult .contents,
        .steps_contents.nebulizer .step02_child .contents,
        .steps_contents.nebulizer .step02_baby .contents,
        .steps_contents.nebulizer .step03_adult .contents,
        .steps_contents.nebulizer .step03_child .contents,
        .steps_contents.nebulizer .step03_baby_lower .contents,
        .steps_contents.nebulizer .step03_baby_upper .contents,
        .steps_contents.nebulizer .step04_adult .contents,
        .steps_contents.nebulizer .step04_child .contents,
        .steps_contents.nebulizer .step04_baby .contents,
        .steps_contents.nebulizer .step04_baby_cough .contents {
            width: 100%;
        }

            .steps_contents.nebulizer .step01 .contents table tr td,
            .steps_contents.nebulizer .step02_adult .contents table tr td,
            .steps_contents.nebulizer .step02_child .contents table tr td,
            .steps_contents.nebulizer .step02_baby .contents table tr td,
            .steps_contents.nebulizer .step03_adult .contents table tr td,
            .steps_contents.nebulizer .step03_child .contents table tr td,
            .steps_contents.nebulizer .step03_baby_lower .contents table tr td,
            .steps_contents.nebulizer .step03_baby_upper .contents table tr td,
            .steps_contents.nebulizer .step04_adult .contents table tr td,
            .steps_contents.nebulizer .step04_child .contents table tr td,
            .steps_contents.nebulizer .step04_baby .contents table tr td,
            .steps_contents.nebulizer .step04_baby_cough .contents table tr td {
                display: block;
                width: 90%;
            }

    .steps_contents.nebulizer .step_img_container.baby {
        width: 220px;
        height: 204px;
    }

        .steps_contents.nebulizer .step_img_container.baby img {
            width: 220px;
            height: 204px;
        }
}

@media only screen and (max-width: 1100px) {
    .logo {
        width: 117px;
        height: 40px;
        background: url(../images/logo_mob.png) no-repeat;
    }

    .all_for {
        display: none;
    }

    .modal-body {
        width: 90%;
        margin-left: 7%;
    }

    .search_list a {
        width: 35%;
    }
}

@media only screen and (max-width: 910px) {
    .nav {
        height: auto;
        border-bottom: 0px solid #ddd;
        border-bottom: 0px solid #0a4e9b;
        -webkit-box-shadow: 0px 18px 14px -18px #a7a7a7;
        -moz-box-shadow: 0px 18px 14px -18px #a7a7a7;
        box-shadow: 0px 18px 14px -18px #a7a7a7;
    }

    .nav-tabs {
        width: 100%;
    }

        .nav-tabs > li {
            float: none;
            border-bottom: 1px solid #d8d8d8;
            -webkit-box-shadow: 0px 18px 14px -18px #a7a7a7;
            -moz-box-shadow: 0px 18px 14px -18px #a7a7a7;
            box-shadow: 0px 18px 14px -18px #a7a7a7;
        }

            .nav-tabs > li > a {
                border-bottom: 5px solid #FFFFFF;
            }

    .ban_products {
        background: url(../images/products/banner.jpg) -850px center no-repeat;
    }


    .home_health h5 {
        font-size: 18px;
    }

    .events_col1 {
        width: 48%;
    }

    .events_col2 {
        width: 20%;
    }

    .events_col3 {
        width: 20%;
    }

    .retailer_logo {
        margin-bottom: 60px;
    }

    .faq_ques {
        width: 100%;
        margin-right: 0px;
        float: none;
        margin-bottom: 50px;
    }

        .faq_ques h5 {
            margin-bottom: 20px;
        }

    .faq_list li {
        float: none;
        width: 100%;
        margin-right: 0%;
        font-size: 19px;
        display: inline-block;
    }

    .pro_comp_table {
        width: 100%;
    }

    .pc_img {
        /*height: 200px;*/
    }

        .pc_img img {
            width: 100%;
            height: auto;
        }

    .pc_col_main {
    }

    .pc_col_1,
    .pc_col_2,
    .pc_col_3 {
        /*width: 20%;*/
    }

    .pc_img img {
        /*width: 100%;
        height: auto;*/
    }

    .footer ul {
        width: 30%;
        margin-bottom: 15px;
    }

    .pro_thumb {
        width: 46%;
    }

        .pro_thumb h5 {
            font-size: 20px;
            line-height: 30px;
        }

        .pro_thumb h6 {
            font-size: 15px;
            line-height: 17px;
        }
}

@media only screen and (max-width: 850px) {
    .header {
        height: 160px;
    }

    .head_rgt {
        float: none;
        margin-right: 0px;
    }

    .head_desk {
        float: none;
        display: block;
        width: 100%;
        clear: both;
        /*padding-top: 80px;*/
    }

    .search_tab {
        width: 16%;
        padding: 25px 2%;
        text-align: center;
    }

    .search_exp {
        top: 160px;
    }

        .search_exp div {
            width: 100%;
        }

        .search_exp input,
        .search_exp a {
            margin: 20px 2%;
        }

        .search_exp input {
            width: 80%;
        }

    .store_loc {
        padding: 22px 4%;
        width: 32%;
        /*padding: 20px 4% 20px 14%;
   		width: 22%;
		line-height: 40px;
		height: 40px;
		background: url(../images/store_loc.png) left 20px top 20px no-repeat #0f325a;*/
    }

    .country {
        padding: 20px 4%;
        width: 32%;
    }

    .count_list ul {
        font-size: 20px;
        line-height: 40px;
    }

        .count_list ul li span,
        .count_list ul li span img {
            width: 45px;
            height: 30px;
        }

    ul.home_prod li {
        width: 33%;
    }

    ul.home_professional li,
    ul.home_connect li {
        width: 50%;
    }

    /*
    .pro_thumb {
        width: 33%;
    }

        .pro_thumb h5 {
            font-size: 22px;
            line-height: 32px;
        }

        .pro_thumb h6 {
            font-size: 17px;
            line-height: 20px;
        }*/

    .retailer_logo {
        width: 33%;
    }

    .home_health {
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }

    .home_health_1,
    .home_health_2 {
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }

    .home_left {
        width: 100%;
        margin-right: 0px;
        float: none;
        margin-bottom: 50px;
    }

    .home_rgt {
        width: 100%;
        margin-right: 0px;
        float: none;
        margin-bottom: 50px;
    }

    .home_health h5 {
        font-size: 20px;
        padding-top: 50px;
    }

    .home_health h6 {
        margin-top: 10%;
    }

    .home_health img {
        margin-bottom: 50px;
    }

    .home_health_1 img,
    .home_health_2 img {
        margin-bottom: 20px;
    }

    .home_health_1 h5,
    .home_health_2 h5 {
        padding-top: 3%;
    }

    .home_health_1 h6,
    .home_health_2 h6 {
        margin-top: 20px;
    }

    .homelinks a.l_1 {
        width: 100%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .homelinks a.l_2, .homelinks a.l_3, .homelinks a.l_4 {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .homelinks a:nth-child(even) {
        margin-right: 0px;
    }

    .cust_left {
        width: 46%;
        margin-right: 4%;
        margin-left: 0;
    }

    .cust_rgt {
        width: 50%;
        margin-right: 0;
    }

    .envTableContainer {
        overflow-x: auto;
        overflow-y: hidden;
    }

        .envTableContainer table.envTable {
            width: 620px;
        }

    .store_search {
        width: auto;
    }

        .store_search input,
        .store_search select {
            float: none;
        }

        .store_search a.button_s2 {
            float: none;
        }
}

@media all and (max-width: 800px) {
    .steps_contents {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

        .steps_contents .step01,
        .steps_contents .step02_arm,
        .steps_contents .step02_wrist,
        .steps_contents .step03,
        .steps_contents .step04 {
            width: 95%;
        }

            .steps_contents .step01 .contents,
            .steps_contents .step02_arm .contents,
            .steps_contents .step02_wrist .contents,
            .steps_contents .step03 .contents,
            .steps_contents .step04 .contents {
                width: 100%;
            }

                .steps_contents .step01 .contents table tr td,
                .steps_contents .step02_arm .contents table tr td,
                .steps_contents .step02_wrist .contents table tr td,
                .steps_contents .step03 .contents table tr td,
                .steps_contents .step04 .contents table tr td {
                    display: block;
                    width: 90%;
                }

    .step_img_container {
        margin: 0 auto;
    }

    .wrist_results_01,
    .wrist_results_02,
    .arm_results,
    .fit_results,
    .one_results,
    .added_results {
        width: 95%;
        height: 500px;
        margin: 0 auto;
        overflow: auto;
    }

    #question1, #question2, #question3, #question4, #question5, #question6 {
        margin: 20px auto 20px auto;
    }

    .adult_home_results, .adult_portable_results, .child_home_results, .child_portable_results, .baby_home_results, .baby_portable_results {
        width: 95%;
        height: 500px;
        margin: 0 auto;
        overflow: auto;
    }
}


@media only screen and (max-width: 780px) {

    .omron-tab .inner .product {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .omron-tab .inner .rightCol {
        width: 100%;
        display: block;
    }

    .ban_products h1 {
        font-size: 30px;
    }

    .events_head {
        height: 3px;
        margin-bottom: 20px;
    }

        .events_head .events_col1,
        .events_head .events_col2,
        .events_head .events_col3 {
            display: none;
        }

    .events_col1 {
        width: 100%;
        float: none;
    }

    .events_col2 {
        width: 100%;
        float: none;
        padding-top: 7px;
    }

    .events_col3 {
        width: 100%;
        float: none;
        padding-top: 7px;
    }

        .events_col1 span,
        .events_col2 span,
        .events_col3 span {
            display: block;
            width: 70px;
            display: inline-block;
        }

    .events_col1 a.button_s2 {
        display: none;
    }

    .events_col3 a.button_s2 {
        display: inline-block;
    }

    .events_col1 img {
        width: 100px;
        height: 100px;
        margin-bottom: 0px;
    }

    .events_col2,
    .events_col3 {
        margin-left: 120px;
    }

    .search_list a {
        width: 70%;
    }

    .inst_search input {
        font-size: 18px;
    }

    .inst_search a.button_s2 {
        font-size: 18px;
    }

    .tech_box {
        width: 45%;
        padding-right: 4%;
    }

    .faq_list li {
        float: none;
        width: 100%;
        margin-right: 0%;
        font-size: 19px;
    }

    .faq_container .faq_menu {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .faq_container .faq_results {
        float: none;
        width: 100%;
        margin-left: 0;
    }


    .pc_img {
        /*width: 100%;
        height: 260px;*/
    }

    .pc_col_1,
    .pc_col_2 {
        /*width: 25%;*/
    }

    /*
    .pc_col_1 {
        border-right: 1px solid #e3e3e3;
    }

    .pc_col_2 {
        border-right: 0px solid #e3e3e3;
    }

    .pc_col_3 {
        display: none;
    }
	*/
    .pro_comp .button_s1 {
        padding: 10px 14px;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }


    .pc_col_main .raw_1 {
        background: url(../images/products/raw_gray.jpg) left center no-repeat #f1f1f1;
        padding-left: 18px;
    }

    .pc_col_main .raw_2 {
        padding-left: 18px;
    }

    .pc_col_2 .raw_1 {
        background: url(../images/products/raw_gray_end.jpg) right center no-repeat #f1f1f1;
    }
}


@media only screen and (max-width: 740px) {
    .ban_products {
        background: url(../images/products/banner.jpg) -1000px center no-repeat;
    }

    .search_accessories {
        width: 240px;
    }

        .search_accessories tr td {
            display: block;
        }

    .product_blue {
        display: block;
    }

    .pros_description {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .count_list ul {
        width: 50%;
    }

    .nav-blue {
        height: auto;
    }

    .nav-blue-tabs {
        width: 100%;
    }

        .nav-blue-tabs > li {
            float: none;
        }

            .nav-blue-tabs > li > a {
                border-bottom: 5px solid #0a4e9b;
                padding: 10px 20px;
                margin: 0 20px;
                line-height: 32px;
            }


    .pro_left {
        width: 100%;
        float: none;
    }

    .pro_rgt {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .business_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        float: none;
    }

    .busi_left {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .busi_rgt {
        float: left;
        width: 100%;
        margin-left:;
        text-align: center;
    }

    .cust_left {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 30px;
    }

    .cust_rgt {
        width: 100%;
        float: none;
    }


    .env_left {
        width: 100%;
        float: none;
    }

    .env_rgt {
        display: none;
    }

    .warranty .war_left,
    .warranty .war_rgt {
        width: 100%;
    }

    .pc_img {
        /*height: 220px;*/
    }

    .pro_col_main {
    }

    .pc_col_1,
    .pc_col_2 {
        /*width: 20%;*/
    }
}

@media only screen and (max-width: 620px) {

    .omron-tab .inner .rightCol .icon-img {
        display: block;
        width: 100%;
        text-align: center;
    }

    .omron-tab .inner .rightCol .icon-descript {
        display: block;
        width: 100%;
    }

    .events_col1 img {
        margin-bottom: 20px;
    }


    .events_col2,
    .events_col3 {
        margin-left: 0px;
    }

    .ban_locate div {
        width: 300px;
        margin-left: 50%;
        left: -150px;
        /*margin-top:0px;*/
    }

        .ban_locate div h1 {
            margin-top: 30px;
        }

        .ban_locate div select,
        .ban_locate div input {
            margin-bottom: 10px;
        }

    .search_exp input {
        width: 60%;
    }

    .pc_col_main {
        width: 250px;
    }

    .pro_comp,
    .pro_comp h5,
    .pro_comp h6 {
        font-size: 14px;
    }

    /*.pc_col_1,
    .pc_col_2 {
        width: 22%;
    }*/
}

@media only screen and (max-width: 580px) {
    .store_loc,
    .country {
        font-size: 18px;
    }

    .retailer_logo {
        width: 50%;
    }

    .search_list a {
        font-size: 26px;
    }

    .inst_search input {
        padding: 7px 5%;
        width: 90%;
        margin: 0px auto 20px;
    }

    .inst_search a.button_s2 {
        float: none;
        margin: 0px auto 30px;
        width: 50px;
        display: block;
        clear: both;
    }

    .store_search {
        width: 100%;
    }

        .store_search input {
            width: 70%;
            margin: 0px auto 20px;
            padding: 10px 10% 10px 20%;
            font-size: 18px;
        }

        .store_search a.button_s2 {
            float: none;
            margin: 0px auto;
            width: 70px;
            display: block;
            clear: both;
        }

    .env_box {
        width: 100%;
        margin-bottom: 30px;
    }

        .env_box:nth-child(even) {
            margin-right: 0;
        }
}

@media only screen and (max-width: 540px) {
    .header {
        height: 183px;
    }

    .search_tab {
        float: left;
        height: 53px;
    }

        .search_tab div {
            display: block;
            margin-top: 10px;
        }

    .search_exp {
        top: auto;
    }

        .search_exp input {
            margin: 20px 5%;
            width: 80%;
            padding: 2px 5%;
        }

        .search_exp a {
            display: none;
        }

    .store_loc {
        font-size: 16px;
        line-height: 25px;
        text-align: center;
        height: 59px;
        /*padding: 63px 4% 15px 4%;
    	width: 32%;
		font-size: 16px;
		line-height: 25px;
		text-align: center;
		height: 25px;
		background: url(../images/store_loc.png) center top 20px no-repeat #0f325a;*/
    }

    .modal-content h3 {
        font-size: 20px;
    }

    .country {
        font-size: 16px;
        line-height: 25px;
        text-align: center;
        height: 63px;
    }

    .count_list ul {
        width: 100%;
    }


        .count_list ul li span,
        .count_list ul li span img {
            width: 45px;
            height: 30px;
        }

    .store_loc img,
    .country img {
        margin-right: 0px;
        float: none;
    }

    .store_loc div,
    .country div {
        display: block;
    }

    .footer .footcont {
        width: 80%;
        margin: 0px 10%;
    }

    .footer ul {
        float: none;
        height: auto;
        width: 100%;
        margin-bottom: 50px;
    }

    .footlinks {
        display: none;
    }

    .footbot {
        text-align: left;
        line-height: 24px;
    }

        .footbot a {
            display: block;
        }

        .footbot span {
            display: none;
            padding: 0px 10px;
        }

    .footconnect {
        display: block;
    }

    .homelinks a.l_1, .homelinks a.l_2, .homelinks a.l_3, .homelinks a.l_4 {
        width: 100%;
        margin-right: 0px;
    }

    .faq_search {
        font-size: 16px;
        line-height: 20px;
        padding: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 80%;
    }
    /*
	.inst_search input {
		width:55%;
		margin-right:10px;
	}*/
    .pro_comp .button_s1 {
        padding: 8px;
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
    }
    /*.pc_img{height:120px;}
	.pc_img img {
		width: 60px;
		height: 60px;
	}*/
    .pro_thumb {
        width: 95%;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

        .pro_thumb h5 {
            font-size: 20px;
            line-height: 30px;
        }

        .pro_thumb h6 {
            font-size: 15px;
            line-height: 17px;
        }
}

@media screen and (max-width:500px) {
    .useCookies {
        width: 95%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 470px) {
    .home_health h5 {
        font-size: 18px;
        padding-top: 10%;
    }

    .home_health h6 {
        font-size: 14px;
        line-height: 24px;
    }

    .home_health_1 h5,
    .home_health_2 h5 {
        font-size: 16px;
    }

    .home_health_1 h6,
    .home_health_2 h6 {
        font-size: 14px;
        line-height: 14px;
    }

    ul.home_prod li {
        margin: 0px auto;
        width: 50%;
    }
    /*
	.inst_search input {
		width:45%;
		margin-right:10px;
	}*/
    .search_list a {
        font-size: 24px;
    }

    .tech_box {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px;
        height: auto !important;
    }

    .faq_helpful {
        border: 1px solid #434343;
        padding: 5%;
        width: 90%;
    }
    /*
    .pc_col_1, .pc_col_2 {
        width: 20%;
    }*/
}

@media only screen and (max-width: 440px) {
    .ban_products h1 {
        font-size: 11px;
        line-height: 15px;
        left: -200px;
        top: 14px;
        right: 0;
        text-align: center;
    }

    .ban_products a {
        bottom: 38%;
        left: -200px;
        right: 0;
        margin: 0 auto;
        width: 140px;
        text-align: center;
    }

    .button_s2 {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 15px;
    }

    .pro_comp, .pro_comp h5, .pro_comp h6 {
        font-size: 12px;
    }
    /*
    .pc_col_1, .pc_col_2 {
        width: 20%;
    }*/

    .pc_col_main .raw_1 {
        background: #f1f1f1;
    }

    .pc_col_2 .raw_1 {
        background: #f1f1f1;
    }

    .pro_comp .raw_1 {
        padding: 0px 8px;
    }

    .pro_comp .raw_2 {
        padding: 0px 8px;
    }
}

@media only screen and (max-width: 380px) {
    .fact_img {
        float: none;
    }
    /*
	.inst_search input {
		width:36%;
		margin-right:10px;
	}*/
    .search_list a {
        font-size: 22px;
    }


    .retailer_logo {
        width: 100%;
        height: auto;
    }

    .ban_locate div {
        width: 100%;
        margin-left: 0px;
        left: 0;
    }

        .ban_locate div h1 {
            font-size: 30px;
        }

        .ban_locate div select {
        }

    .store_search input {
        font-size: 15px;
    }

    .step_img_container {
        width: 95%;
        height: auto;
    }

        .step_img_container img {
            width: 100%;
            height: auto;
        }
}

@media only screen and (max-width: 350px) {
    .pro_comp, .pro_comp h5, .pro_comp h6, .pro_comp a {
        font-size: 11px;
    }

    /* .pc_col_1, .pc_col_2 {
        width: 17%;
    }*/
}

@media only screen and (max-width: 300px) {
    .logo {
        margin-left: 15px;
    }

    .menutab {
        padding: 0px 15px;
    }

    .home_health h5 {
        font-size: 17px;
        padding-top: 5%;
    }
}

@media only screen and (max-width: 284px) {
    .store_loc {
        font-size: 16px;
        line-height: 18px;
    }
}



/***** Error ******/
.errorContent {
    margin: 100px 0;
}

    .errorContent img {
        vertical-align: middle;
    }

    .errorContent h1 {
        font-size: 50px;
    }

input[type="text"].error, input[type="checkbox"].error, input[type="password"].error, select.error, textarea.error {
    border: 1px #ff0000 solid;
}

label.error {
    display: block;
    color: #ff0000;
}


/***** connect ******/

.connect {
    width: 100%;
    display: block;
}

    .connect img {
        width: 100%;
    }

#tab4 .banners {
    height: 400px;
}


@media only screen and (max-width: 801px) {
    #tab4 .banners {
        height: 250px;
    }
}

/***** Product Accessories ******/

.nav-pro-tabs > li > a {
    margin: 0px 0px 0px 0px;
}

.acces_icon {
    display: block;
    width: 120px;
    margin-right: 27px;
}

#tab3 .spec_text {
    margin-left: 0;
    display: block;
    float: left;
}

.product-image {
    margin: 0 0 5px;
    padding: 6px;
    border: solid 1px #e3e3e3;
    border-bottom-color: #ddd;
    background: #fff;
    position: relative;
    zoom: 1;
    border-radius: 5px;
    text-align: center;
}

.pro_rgt .prod-label {
    /*position: absolute;
                top:5px;
                left:5px;*/
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
    display: inline;
    font-size: 24px;
    width: auto;
}

    .pro_rgt .prod-label.new {
        background: #0f325a;
        padding: 3px 10px;
    }

    .pro_rgt .prod-label.coming-soon {
        background: #4d4f53;
        padding: 3px 10px;
    }

    .pro_rgt .prod-label.on-sale {
        background: #ed2027;
        padding: 3px 10px;
    }

.product-image .prod-label {
    position: absolute;
    top: 5px;
    right: 5px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
    display: inline;
    font-size: 12px;
    width: auto;
}

    .product-image .prod-label.new {
        background: #0f325a;
        padding: 3px 10px;
    }

    .product-image .prod-label.coming-soon {
        background: #4d4f53;
        padding: 3px 10px;
    }

    .product-image .prod-label.on-sale {
        background: #ed2027;
        padding: 3px 10px;
    }


/* Label */
.Ultra,
.Premium,
.Deluxe,
.Standard,
.Basic {
    display: inline-block;
    color: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 5px;
    padding: 2px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
}

.Ultra {
    background-color: #bb9b28;
}

.Premium {
    background-color: #8a5430;
}

.Deluxe,
.Standard {
    background-color: #1f2b5b;
}

.Basic {
    background-color: #f69524;
}

.product-connect {
    width: 100%;
    margin: 0 auto;
}

    .product-connect .img-container {
        width: 100%;
    }

        .product-connect .img-container .img-col-04 {
            display: inline-block;
            width: 24%;
        }

            .product-connect .img-container .img-col-04 img {
                width: 100%;
            }

.fusion-li-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.warranty .war_left {
    border-right: 1px solid #cccccc;
    padding-right: 2% !important;
}

    .warranty .war_left.noborder {
        border-right: none;
    }

.warranty .war_rgt {
    padding-left: 2%;
    padding-right: 0 !important;
}


@media only screen and (max-width: 640px) {
    .product-connect .img-container .img-col-04 {
        width: 49%;
        margin-bottom: 5px;
    }

    .warranty .war_left {
        border-right: 0;
        padding-right: 0;
    }

    .warranty .war_rgt {
        padding-left: 0;
    }
}

@media only screen and (max-width: 380px) {
    .product-connect .img-container .img-col-04 {
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .mobilbanner {
        padding: 20% 0;
        background-size: 235% !important;
        height: auto;
    }
}
