@font-face { font-family: quanticobold; src: url(../fonts/quantico-bold-webfont.html); src: url(../fonts/quantico-bold-webfontd41d.html?#iefix) format('embedded-opentype'), url(../fonts/quantico-bold-webfont-2.html) format('woff2'), url(../fonts/quantico-bold-webfont-3.html) format('woff'), url(../fonts/quantico-bold-webfont-4.html) format('truetype'), url(../fonts/quantico-bold-webfont-5.html#quanticobold) format('svg'); font-weight: 400; font-style: normal }

.form_main {
    background: #eaeaea;
    border: 1px solid #c2c2c2;
}
.info_section h6 {
    font-size: 20px;
}
.info_section .form-group label {
    font-size: 12px;
}
.info_section .form-group .form-control {
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    font-size: 14px;
}
.info_section .order_btn {
    text-transform: uppercase;
}
.prdfrm .radio label {
    width: 100%;
    margin: 10px 0;
    color: #444444;
    font-family: "Open Sans";
    font-size: 15px;
}
section.main_section .left_main {
    margin-top: 30px;
}

.prdfrm {
    background: #fff;
    font-weight: bold;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.prdfrm h2 {
    background: #eaeaea;
    border-bottom: 1px solid #c2c2c2;
    padding: 0px 40px;
    line-height: 65px;
    height: 65px;
    font-size: 20px;
    font-weight: 700;
}
.prdfrm .form-group {
    padding: 25px 30px;
}
.prdfrm.info {
    padding-bottom: 230px;
    background: #cfcfcf url('../images/frmbk.html') bottom center no-repeat;
    background-size: cover;
}
.prdfrm.info .inner {
    padding: 40px 45px;
}
.prdfrm.info .inner h5 {
    color: #e8af00;
    text-transform: uppercase;
    font-family: quanticobold;
    font-size: 20px;
}
.prdfrm.info .inner li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.prdfrm.info .inner li div {
    padding-left: 20px;
    border-left: 1px solid #a8a8a8;

}
.prdfrm.info .inner li img {
    position: absolute;
    top: 0;
    left: 0px;
}
.prdfrm.info .logo {
    margin: 40px 0 40px 0;
}

.prdfrm.info h4 {
    font-family: quanticobold;
    text-transform: uppercase;
    color: #444444;
    padding: 0 50px;
    text-align: center;
}
.prdfrm .radio span {
    float: right;
}
.logo {
    text-align: center;
    margin: 70px 0 70px 0;
}
.logo h1, .logo h3 {
    font-family: quanticobold;
    font-size: 35px;
    line-height: 60px;
    padding: 20px 0;
    color: #fff;
}

.logo h3 {
    line-height: 40px;
}

.logo h1:after, .logo h3:after {
    width: 160px;
    margin-left: -80px;
}
.logo h1:after, .logo h3:after {
    content: "";
    width: 120px;
    height: 6px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
}
.logo h3:after {
    background: #444444;
}
.logo h3 {
    color: #444444;
}

.banner_main_inner {
    background:#000  url(../images/header.html) center top no-repeat;
}

.banner_list .product {
    float: right;
    width: 15%;
}
.banner_list ul {
    float: left;
    width: 70%;
    margin-bottom: 30px;
}
.banner_list ul li.ico1 {
    width: 28%;
}
.banner_list ul li.ico4 {
    width: 30%;
}
.banner_list li {
    padding: 0px 10px 0px 30px;
    margin: 0;
    border-top: none;
    border-right: none;
    min-width: 20%;
    float: left;
    color: #fff;
    line-height: 20px;
    font-family: quanticobold;
    position: relative;

}
.banner_list li > img {
    position: absolute;
    top: 0;
    left: 0;

}
.banner_list li span {
    color: #f7c71d;
    margin: 0;
    padding-left: 10px;
    display: block;
    border-left: 1px solid rgba(255,255,255,0.7);
    height: 100%;
    font-size: 18px;

}
.banner_list li small {
    font-size: 14px;
    font-family: "Open Sans";
    color: #fff;
    font-weight: normal;
}

.mybadge {
    position: absolute;
    right:0;
    bottom: 20px;
}
.banner_list p.note {
    color: #585858;
    font-size: 12px;
    float: left;
}

body > header .footer {
    text-align: center;
    color: #9e9e9e;
    font-size: 13px;
    background: #252729;
    line-height: 32px;
    text-transform: uppercase;
    padding: 10px 0;
}
body > header .footer strong {
    color: #ffc822;
}
body > header .footer h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
    padding: 10px 0;
}

@media all and (max-width:1024px) {
    .info_section h6 {
        line-height: normal;
    }

    .banner_list ul li {
        width: 50% !important;
        height: 60px;
        margin-bottom: 5px;
    }
    .banner_main {
        height: 417px;
    }
}

@media all and (max-width:768px) {
    .banner_main_inner {
        background: #000 url(../images/headermob.html) center top no-repeat;
        background-size: 100% auto;
    }
    .banner_main {
        height: 836px;
    }

    section.main_section .right_main {
        float: left;
        width: 100%;

    }

    .prdfrm.info {
        display: none;
    }
    .prdfrm {
        margin-bottom: 10px;
    }

    .prdfrm .radio span {
        float: none;
        display: block;
        font-weight: bold;
        text-align: left;
    }
    .banner_list {
        padding: 0 10px;
    }
    .mybadge {
        display: none;
    }
    .banner_list ul {
        width: 100%;
    }
    body > header .footer {
        line-height: normal;
    }

    .logo h1, .logo h3 {
        font-size: 24px;
    }
    .logo {
        margin: 20px 0;
    }
}

@media all and (max-width:560px) {
    .banner_main {
        height: 700px;
    }
}
@media all and (max-width:450px) {
    .logo h1, .logo h3 {
        line-height: 20px;
    }
    .banner_main_inner {
        background-position-y: 40px;
    }
    .banner_main {
        height: 600px;
    }
    .banner_list ul li.ico3 {
        clear: left;
    }
    .banner_list ul li {
        height: auto;
    }
}