/*
font-family: 'Open Sans', sans-serif;
*/

body {
    font-family: 'Open Sans', sans-serif;    
    font-weight: 400;
    color: #444444;
}

.container {
    width: 100%;
    max-width: 1170px;
}

img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a {
    outline: none;
    text-decoration: none;
}

.transitionAll {
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.btn {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.17em;
    border-radius: 0;
    border: none;
    padding: 11px;
}

.btn.btn-default {
    background: #002f86;
    color: #FFF;
}

.btnLarge {
    width: 276px;
}

.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0 !important;
}

/**/

.topBar {
    background: #d6ba8b;
    color: #FFF;
    font-size: 12px;
    padding: 11px 0 12px;
}

.topBar a {
    color: #FFF;
}

.topBar a:hover {
    color: #FFF;
    text-decoration: underline;
}

.navClose {
    display: none;
}

/**/

.headerInner {
    position: relative;
}

.logo {
    position: absolute;
    left: 0;
    top: 20px;
    max-width:150px;
}

.headerRight {
    position: absolute;
    right: 0;
    top: 36px;
}

.headerRight ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.headerRight ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 23px;
}

.headerRight ul li img {
    display: block;
    max-height: 24px;
}

.siteNav {}

.siteNav .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.siteNav .menu > li {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin: 0 16px;
}

.siteNav .menu > li > a {
    color: #33333A;
    text-decoration: none;
    text-transform: uppercase;
    padding: 37px 0;
    display: block;
}

/**/

.heroSlide {
    position: relative;
}

.heroSlide img {
    display: block;
    width: 100%;
}

.heroSlideCopy {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.heroSlideCopy h2 {
    margin: 0 0 29px;
    padding: 0;
    font-size: 60px;
    font-weight: 600;
    color: #FFF;
}

.hero .slick-dots {
    bottom: 52px;
}
.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

.slick-dots li button {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    border: solid 1px #969696;
    background: #FFF;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    outline: none;
}

.slick-dots li.slick-active button {
    background: #494949;
    border-color: #494949;
}

/**/

.homeCopy {
    background: #ebf1f4;
    padding: 22px;
    position: relative;
    min-height: 203px;
    margin: -37px 0 0;
}

.homeCopyLeft {
    position: absolute;
    left: 22px;
    top: 22px;
}

.homeCopyRight {
    float: right;
    padding: 14px 7% 0 173px;
}

.homeCopyRight p {
    margin: 0 0 14px;
    line-height: 1.7;
}

/**/

section.howItWork {
    padding: 54px 0;
}

.howItWorkHeading {
    margin: 0 0 46px;
}

.howItWorkHeading h2 {
    margin: 0;
    padding: 0;
    letter-spacing: 0.15em;
    color: #002f86;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.howItWorkHeading h2:after {
    content: "";
    display: block;
    margin: 8px auto 0;
    background: #222222;
    width: 100px;
    height: 2px;
}

.howItBox {
    position: relative;
}
.howItBox:after {
content: "";
    display: block;
    width: 67%;
    height: 3px;
    background: url(../images/dottedLine.jpg) repeat-x left top;
    position: absolute;
    left: 71%;
    top: 77px;
}
.howItBox03:last-child:after {
    display: none;
}
.howItCircle {
    width: 150px;
    height: 150px;
    margin: 0 auto 26px;
    border: solid 1px #222222;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #FFF;
    position: relative;
    z-index: 1;

}
.proDescription {
    padding: 0 0 1px;
}
.brandNew{
    font-style:italic;
    margin-top:20px;
    margin-bottom:20px;
}
.howItCircle img {
    max-height: 40px;
    display: block;
    margin: 38px auto 11px;
}

.howItCircle h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.howItCopy {
    padding: 0 1%;
    margin-bottom: 1px;
}

/**/

.productViewSec {
    padding: 30px 0;
    border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
}

.productViewSec .slick-dots {
    margin: 20px 0 10px;
    position: inherit;
    bottom: inherit;
    left: inherit;
}

.prodcutViewCopy {
    margin: 0 0 15px;
}

.prodcutViewCopy h2 {
    margin: 0 0 17px;
    padding: 0;
    color: #002f86;
    font-weight: 600;
    font-size: 36px;
}

.prodcutViewCopy h4 {
    margin: 13px 0 7px;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #33333a;
}

.prodcutViewCopy p {
    margin: 0 0 15px;
}

.prodcutViewCopy ul {
    margin: 0 0 32px;
    padding: 0 0 0 20px;
}

.radioSec {
    margin: 0 0 32px;
}

.radioSec .radioItem {
    margin: 0 0 8px;
}

.radioSec .radioItem label {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 0 28px;
}

.radioItem input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFF;
    border: solid 1px #c8d2d9;
    border-radius: 100%;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radioItem input:checked ~ .checkmark:after {
    background: #8c171c;
}

/**/

.productBoxSec {
    padding: 40px 0;
}

.productBox .productImage {
    position: relative;
    overflow: hidden;
}
.productBox .productImage {
    display: block;
    width: 100%;
}

.productBox .productImage .btn {
    position: absolute;
    top: 110%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.productBox:hover .productImage .btn {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

/**/

.trySec {
    background: #1a1a1a;
    position: relative;
    color: #FFF;
    padding: 83px 80px 86px 310px;
    margin: 0 0 75px;
}

.trySec:before {
    content: "";
    display: block;
    background: url(../images/try_desk_left_banner.jpg) no-repeat left top;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.trySec:after {
    content: "";
    display: block;
    background: url(../images/try_desk_right_banner.jpg) no-repeat right top;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.trySec h4 {
    margin: 0 0 21px;
    padding: 0;
    font-size: 18px;
}

.trySec p {
    margin: 0;
    padding-right: 200px;
    font-size: 14px;
}

.fourReasons {
    text-align: center;
}

/**/

.byNumberSec {
    margin: 0 0 60px;
}

.byNumberSec h2 {
    margin: 0 0 18px;
    padding: 0;
    color: #002f86;
    font-weight: 600;
    font-size: 36px;
}

.numberTableHeading {
    float: left;
    width: 11.929%;
    border-top: solid 2px transparent;
    border-bottom: solid 2px transparent;
}

.numberTableFirst {
    float: left;
    width: 47.895%;
    border-top: solid 2px transparent;
    border-bottom: solid 2px transparent;
}

.numberTableSecond {
    float: left;
    width: 40.176%;
    border: solid 2px #002f86;
    box-sizing: border-box;
}

.tableInfoItem {
    border-bottom: solid 1px #e9e9e9;
    position: relative;
    min-height: 80px;
}

.tableInfoItem:last-child {
    border: none;
}

.tableInfoItem h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-weight: 700;
}

.numberTableSecond .tableInfoItem h3 {
    color: #002f86;
}

.tableInfoItem p {
    margin: 0;
    padding: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.numberTableHeading  .tableInfoItem p {
    font-weight: bold;
}
.tableInfoItem p.bigSize {
    font-size: 18px;
    font-weight: bold;
}
.numberTableSecond .tableInfoItem {
    padding: 0 10%;
}

/**/


.qualitySec {
    background: url(../images/qualityBg.jpg) no-repeat left top;
    background-size: cover;
    padding: 76px 0 118px;
    margin: 0 0 70px;
}

.qualityCopy {
    float: right;
    max-width: 465px;
    margin: 0 75px 0 0;
}

.qualitySec h2 {
    margin: 0 0 18px;
    padding: 0;
    color: #002f86;
    font-weight: 600;
    font-size: 36px;
}

.qualitySec p {
    line-height: 1.5;
}

/**/

.faqSec {
    background: #f8f3ee;
    padding: 28px 49px 0 43px;
}

.faqInner {
    position: relative;
    padding: 0 0 0 248px;
}

.faqSec .faqLeft {
    position: absolute;
    left: 0;
}

.faqIcon {
    margin: 0 0 5px;
}

.faqIcon img {
    max-width: 58px;
}

.faqSec .faqLeft h2 {
    margin: 0 0 22px;
    padding: 0;
    color: #002f86;
    font-weight: 600;
    font-size: 36px;
}

.faqSec .faqLeft p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.faqSec .faqLeft p a {
    color: #444444;
}

.faqSec .faqLeft p a:hover {
    color: #002f86;
}


.panel-group .panel {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: solid 1px #E1CFBF;
    border-radius: 0;
}

.panel-group .panel:last-child {
    border: none;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding: 0;
}

.panel-default > .panel-heading {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;

}

.panel-group .panel + .panel {
    margin: 0;
}

.panel-title {
    font-size: 18px;
    font-weight: 700;
    color: #444444;
}

.panel-title a {
    display: block;
    padding: 21px 35px 10px 0;
    text-decoration: none;
    position: relative;
}

.panel-title a.collapsed {
    padding: 21px 35px 21px 0;
}

.panel-title a:after {
    content: "–";
    display: block;
    position: absolute;
    right: 17px;
    top: 17px;
    font-size: 26px;
    line-height: 1;
    font-weight: normal;
}

.panel-title a.collapsed:after {
    content: "+";
    display: block;
}

.panel-body p {
    margin: 0 0 16px;
}

/**/

.gallerySec {
    padding: 50px 0;
}

.gallerySec h2 {
    margin: 0 0 31px;
    padding: 0;
    color: #002f86;
    font-weight: 600;
    font-size: 36px;
}

.galleryItem {
    padding: 0 15px;
    color: #FFF;
    outline: none;
}

.galleryItem .instagram img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px;
}


.reviewBox {
    border-radius: 3px;
    background: #4d4f53;
    padding: 30px 25px;
    text-align: center;

}

.reviewBox.red {
    background: #002f86;
}

.reviewAuthor {
    margin: 0 0 18px;
    font-style: italic;
}

.reviewAuthor img {
    border-radius: 100%;
    margin: 0 auto;
}

.reviewCopy {
    padding: 0 0 9px;
    font-size:11px;
}

.reviewBox .reviewStar {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.reviewBox .reviewStar li {
    display: inline-block;
    font-size: 11px;
    color: #E6DF33;
    margin: 0 2px;
}


.authorName {
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
}

/**/
.aboutHeading{
    padding-bottom:20px;
}
.aboutColby {
    background: #002f86;
    padding: 67px 0 54px;
    color: #FFF;

}

.aboutColby p {
    line-height: 1.6;
    margin: 0 0 17px;
}

.GM1{
    margin-right:10px;
}

.GM2{
    margin-left:10px;
}

/**/

.siteFooter {
    background: #fff;
}

.footerLogo {
    position: relative;
    margin-top:20px;
    max-width:140px;
}

.footerLogo a {
    position: absolute;
    left: 0;
    top: 10px;
    padding-bottom:20px;
    display: block;
    
}

.footerMenu {
    padding: 0 0 0 125px;
    text-align: right;
    color:black;
}

.footerMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    color:black;
}

.footerMenu ul li {
    margin: 0 16px;
    display: inline-block;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    padding: 20px 0 20px;
}

.footerMenu ul li:last-child {
    margin-right: 0;
}

.footerMenu ul li a {
    color: #000;
}

/**/

.pageHero {
    background: url(../images/pageBanner.png) no-repeat center top;
    padding: 125px 0;
    background-size: cover;
}

.pageHero h1 {
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: 600;
    color: #FFF;
}

/**/

.iconSec {
    padding: 55px 0 40px;
}

.iconBox {
    margin: 0 5%;
}

.iconBox img {
    margin: 0 0 26px;
}

.iconBox h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

.iconBox p {
    margin: 0;
    padding: 0;
}

/**/

.contentSec {
    background: #f8f3ee;
    padding: 61px 0 48px;
}

.contentSec .container {
    max-width: 800px;
}

/**/

.boxContent {
    padding: 55px 0;
}

.boxContentCopy.boxContentCopyWrapp {
    background: #FFF;
    border: solid 25px #ecf1f5;
    height: 100%;
    position: relative;
}

.boxContentCopyInner {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0 15%;
}


/**/
.modal-content {
    position: relative;
    background-color: #fff;
    border: solid 1px #929292;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 48px 30px;

}

.proModalImage {
    float: left;
    width: 50%;
    padding: 0 12px;
}
.proModalImage img {
    width: 100%;
}
.proModalCopy {
    float: right;
    width: 50%;
    padding: 17px 0 0 28px;
}
.proModalCopy h2 {
    margin: 0 0 17px;
    padding: 0;
    color: #002f86;
    font-weight: 600;
    font-size: 36px;
}

.proModalCopy .prodcutViewForm h4 {
    margin: 13px 0 7px;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #33333a;
}

.qtyBox {
    border: solid 1px #e1e1e1;
    width: 120px;
    margin: 0 0 35px;
}
.qtyBox input {
    float: left;
    height: 38px;
    background: #FFF;
    border: none;
    width: 42px;
    text-align: center;
}
.qtyBox button {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    background: #f3f3f3;
    border: none;
}

.proDescription {
    padding: 0 0 1px;
}
.proDescription p{
    margin-top:10px;
}
.proDescription li{
    margin-top:10px;
    margin-bottom:10px;
    padding-right:30px;
}


    .modal-dialog {
        width: 100%;
        margin: 30px auto;
        max-width: 1140px;
    }

button.close {
    outline: none;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 30px;
}

/**/


@media (max-width:1200px) {
    .modal-dialog {
        width: 80%;
    }

 
}


@media (max-width:991px) {



    .modal-content {
    position: relative;
    background-color: #fff;
    border: solid 1px #929292;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

    .proModalImage {
    float: left;
    width: 35%;
    padding: 0 12px;
}

    .proModalCopy {
    float: right;
    width: 63%;
    padding: 17px 0 0 0;
}


    .boxContentCopyInner {
        padding: 0 6%;
    }

    .boxContentCopy  {}
    .boxContentCopy  h3 {
        font-size: 16px;
    }
    boxContentCopy p {
        font-size: 12px;
    }

    .boxContentCopyInner {
        top: 40%;
    }
    



    .boxContentCopy.boxContentCopyWrapp {
        border: solid 25px #ecf1f5;
    }
    
    /**/
    .numberTableHeading {
        width: 18%;
    }
    .numberTableSecond {
        width: 41%;
    }
    .numberTableFirst {
        width: 41%;
    }
    
    .numberTableFirst .tableInfoItem {
        padding: 0 3%;
    }

}

@media (max-width:767px) {



    .fixed header.siteHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #FFF;
    border-bottom: solid 1px #efefef;
}



    .hero .slick-dots {
        bottom: 15px;
    }
    body {
        font-size: 14px;
    }

    .navClose {
        display: block;
        background: #d6ba8b;
        padding: 10px;
        width: 34px;
        height: 34px;
        position: fixed;
        left: 253px;
        top: 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;

        transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
    }

    .navClose.navCloseActive {
        left: 253px;
        opacity: 1;
        visibility: visible;
    }

    .icon_menu {
        float: left;
        margin: 13px 0;
    }

    .icon_menu img {
        max-width: 24px;
    }
    .logo {
        top: inherit;
        float: left;
        margin: 0 0 4px;
        left: 50%;
        transform: translateX(-50%);
        max-width:110px;
    }
    .logo img {
        max-width: 110px;
        margin-top:5px;
        margin-right:auto;
        margin-left:auto;
    }
    .headerRight {
        position: relative;
        top: inherit;
        float: right;
        margin: 12px 0 0;
    }
    .headerRight ul li.iconUser {
        display: none;
    }
    .siteNav {
        background: #d6ba8b;
        position: fixed;
        top: 0;
        height: 100vh;
        z-index: 9;
        width: 253px;
        left: -553px;
        transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
    }
    .siteNav.siteNavOpen {
        left: 0;
    }

    .siteNavOpen a.menuOverlay {
    display: block;
    width: 100vh;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
        font-size: 0;
        line-height: 0;
        text-decoration: none;

}


    .siteNav .menu {
        text-align: left;
        margin: 0;
        padding: 50px 0 0;
        position: relative;
    z-index: 2;
    max-height: 100vh;
    overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .siteNav .menu > li {
        display: block;
        margin: 0 30px 10px;
    }
    .siteNav .menu > li.menu-space {
        padding-top: 20px;
    }
    .siteNav .menu > li > a {
        margin: 0;
        padding: 10px 0;
        color: #FFF;
        font-size: 18px;
        font-weight: 700;
    }


    /**/
    .heroSlide {
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover;
    }
    .heroSlideCopy {
        position: inherit;
        top: inherit;
        left: inherit;
        width: 100%;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        padding: 101px 0;

    }
    .heroSlideCopy h2 {
        font-size: 32px;
    }

    .homeCopy {
        background: #ebf1f4;
        padding: 22px;
        position: relative;
        min-height: 203px;
        margin: 0 -15px;
    }

    .homeCopyLeft {
        position: inherit;
        top: inherit;
        left: inherit;
        float: left;
        margin: 0 15px 15px 0;
    }
    .homeCopyLeft img {
        max-width: 50px;
    }
    .homeCopyRight {
        float: none;
        padding: 0;
    }


    /**/
    .numberTableHeading {
        display: none;
    }
    .numberTableSecond {
        float: none !important;
        width: 100%;
        margin: 0 0 30px;
    }
    .numberTableFirst {
        float: none;
        width: 100%;
    }

    /**/
    /**/
    .trySec {
        background: #1a1a1a;
        position: relative;
        color: #FFF;
        padding: 0;
        margin: 0 0 45px;
    }
    .trySec:before {
        background: url(../images/try_mob_top_banner.jpg) no-repeat left top;
        position: inherit;
        height: 158px;
        background-size: contain;
    }
    .trySec:after {
        display: none;
    }

    .trySec h4 {
    margin: 0 0 21px;
    padding: 0;
    font-size: 16px;
    text-align: center;
}

    .trySec p {
    margin: 0;
    padding: 0;
    font-size: 13px;
        text-align:center;
}

    .trySecCopy {
        position: relative;
        z-index: 1;
        padding: 0 35px 68px;
    }



    /**/
    .qualityCopy {
        max-width: 100%;
        float: none;
        padding: 0;
        margin: 0;
    }

    .qualitySec {
        background-position: right top;
    padding: 50px 30px 40px;
    margin: 0 0 49px;
    }

    /**/
    .faqSec {
        background: #f8f3ee;
        padding: 0 18px;
        clear: both;
    }
    .faqInner {
        position: relative;
        padding: 40px 0 0;
    }

    .faqSec .faqLeft {
        position: inherit;
        left: inherit;
        text-align: center;
        margin: 0 0 20px;
    }
    .faqIcon {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0;
    }
    .faqIcon img {
        max-width: 42px;
    }
    .faqSec .faqLeft h2 {
        font-size: 24px;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    /**/
    .gallerySec h2 {
        font-size: 24px;
        text-align: center;
        margin: 0 0 20px;
    }

    /**/
    .productBox {
        margin: 0 0 30px;
    }
    /**/
    .siteFooter {
        text-align: center;
        padding: 18px 0;
    }
    .footerLogo {
        margin-right: auto;
        margin-left: auto;
        margin-top:0px;
        margin-bottom:10px;
    }
    .footerLogo a {
        position: inherit;
        top: inherit;
        left: inherit;
    }
    .footerMenu {
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .footerMenu ul li {
        text-align: center;
        display: block;
        margin: 0 0 18px;
        padding: 0;
    }

    /**/
    .iconBox {
        margin: 0 5% 40px;
    }
    .equalheight,
    .equalheight_01,
    .equalheight_02,
    .equalheight_03,
    .equalheight_04,
    .equalheight_05,
    .equalheight_06,
    .equalheight_07,
    .equalheight_08,
    .equalheight_09,
    .equalheight_10,
    .equalHeightBox01,
    .equalHeightBox02,
    .equalHeightBox03,
    .equalHeightBox04,
    .equalHeightBox05,
    .equalHeightBox06,
    .equalHeightBox07,
    .equalHeightBox09,
    .equalHeightBox09,
    .equalHeightBox10 {
        height: auto !important;
        min-height: inherit;
    }

    .tableInfoItem h3, .tableInfoItem p {
            position: relative;
    top: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    }



    .boxContentCopy.boxContentCopyWrapp {
        background: #FFF;
        border: solid 25px #ecf1f5;
        height: 105%;
        position: relative;
        margin: 0 0 30px;
        padding: 40px 0;
    }

    .boxContentCopyInner {
        position: relative;
        top: inherit;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        padding: 0 15%;
    }
      .boxContentCopyInner p {
        font-size:10px;
    }
    
    .researchCopy{
        font-size:2px;
    }
    
        .boxContentCopy  {}
    .boxContentCopy  h3 {
        font-size: 22px;
    }
    boxContentCopy p {
        font-size: 12px;
    }

    .pageHero h1 {
        font-size: 32px;
    }

    /**/
    .proModalImage {
        float: none;
        width: 100%;
    }
    .proModalCopy {
    float: none;
    width: 100%;
    padding: 30px 12px 0;
}

    .proModal {
    padding: 40px 15px;
}

    button.close {
    outline: none;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}
    button.close img {
        width: 17px;
    }

    .numberTableSecond .tableInfoItem, .tableInfoItem {
    padding: 13px 6%;
}

    .tableInfoItem p {
        position: relative;
        padding: 0 0 0 120px;
        font-size: 14px;
    }
    .tableInfoItem p:before {
        position: absolute;
        left: 0; top: 0;
        display: block;
        content: attr(data-title);
        font-weight: 700;
    }
    .tableInfoItem p.bigSize {
        padding: 0;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }
    .tableInfoItem p.bigSize:before {
        padding: 0;
        position: inherit;
        top: inherit;
        left: inherit;
        font-weight: 600;
        font-size: 14px;
    }

    .tableInfoItem h3 {
        font-size: 18px;
        text-align: center;
    }



    /**/
    .howItWorkHeading h2 {
        font-size: 16px;
    }
    section.howItWork {
    padding: 30px 0 10px;
}
    .howItBox {
    margin: 0 0 70px;
}
    .qualitySec h2 {
        font-size: 24px;
    }

    .prodcutViewCopy h2 {
        font-size: 24px;
        text-align: center;
    }

    .prodcutViewCopy {
    margin: 30px 0 15px;
}

    .radioSec .radioItem label {
        font-size: 14px;
    }

    .btnLarge {
    width: 100%;
}
    .productBox .productImage .btn {
        max-width: 70%;
    }


    .productBoxHeading {
        font-size: 16px;
    }


    .byNumberSec h2 {
    font-size: 24px;
        text-align: center;
}

    .panel-title {
    font-size: 15px;
}

    .proModalCopy h2 {
        font-size: 24px;
    }


    .howItCircle {
        width: 110px;
        height: 110px;
        margin: 0 auto 15px;
    }

    .howItCircle img {
max-height: 40px;
    display: block;
    margin: 21px auto 7px;
}

    .howItCircle h3 {
        font-size: 15px;
    }

   .howItBox:after {
    content: "";
    display: block;
    width: 3px;
    height: 46px;
    background: url(../images/dottedLine01.jpg) repeat-y left top;
    position: absolute;
    left: 50%;
    top: inherit;
    bottom: -56px;
}

    .howItBox.howItBox03  {
    margin: 0 0 30px;
}


}

@media (max-width:479px) {}
