html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1.5;
    font-family: helvetica, arial, sans-serif;
}
ol, ul {
    list-style: none;
}

/* End Reset */

/*h2 {
    font-size: 27px;
}

p {
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #4e4e4e;
    font-size: 14px;
}

a:hover {
    text-decoration: underline;
}

input {
    background: #696969;
    border: 1px solid #c3c3c3;
    color: #cbcbcb;
    padding: 3px;
}

input:focus, input:hover {
    background: #ededed;
    color: #4e4e4e;
}*/

/*Placeholder*/

/*input::-webkit-input-placeholder { color:#ffffff; opacity: 1; }
input::-moz-placeholder { color:#ffffff; opacity: 1; }  firefox 19+ 
input:-ms-input-placeholder { color:#ffffff; opacity: 1;}  ie 
input:-moz-placeholder { color:#ffffff; opacity: 1; }*/

/* End Reset */

/*Custom Stylesheet for All Browsers*/

/*Fonts css starts*/

/*Roboto*/

/*Roboto*/
@font-face {
    font-family: 'brand-bold';
    src: url('../fonts/brandon/brandon_bld.eot');
    src: url('../fonts/brandon/brandon_bld.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon/brandon_bld.woff2') format('woff2'), url('../fonts/brandon/brandon_bld.woff') format('woff'), url('../fonts/brandon/brandon_bld.ttf') format('truetype'), url('../fonts/brandon/brandon_bld.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brand-black';
    src: url('../fonts/brandon/brandon_blk.eot');
    src: url('../fonts/brandon/brandon_blk.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon/brandon_blk.woff2') format('woff2'), url('../fonts/brandon/brandon_blk.woff') format('woff'), url('../fonts/brandon/brandon_blk.ttf') format('truetype'), url('../fonts/brandon/brandon_blk.svg#brandon_grotesqueblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brand-light';
    src: url('../fonts/brandon/brandon_light.eot');
    src: url('../fonts/brandon/brandon_light.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon/brandon_light.woff2') format('woff2'), url('../fonts/brandon/brandon_light.woff') format('woff'), url('../fonts/brandon/brandon_light.ttf') format('truetype'), url('../fonts/brandon/brandon_light.svg#brandon_grotesquelight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brand-medium';
    src: url('../fonts/brandon/brandon_med.eot');
    src: url('../fonts/brandon/brandon_med.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon/brandon_med.woff2') format('woff2'), url('../fonts/brandon/brandon_med.woff') format('woff'), url('../fonts/brandon/brandon_med.ttf') format('truetype'), url('../fonts/brandon/brandon_med.svg#brandon_grotesquemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Fonts css ends*/
* {
    margin: 0px;
}

/* Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1.5;
    font-family: helvetica, arial, sans-serif;
}
ol, ul {
    list-style: none;
}

/* End Reset */
h2 {
}
p {
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
body {
    background-color: #ffffff;
}
.container {
    width: 100%;
    background-color: #FFFFFF;
}
.main {
    max-width: 1200px;
    margin: 0 auto;
}
.clearfix {
    clear: both;
}
.header {
}
.header-left {
    width: 50%;
    float: left;
    margin-top: -10px;
    padding-bottom: 7px;
}
.header-right {
    width: 50%;
    float: left;
    text-align: right;
}
.header-right ul li {
    display: inline-block;
}
.header-right ul li a {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    background-color: #ffffff;
    padding-right: 20px;
    font-family: brand-medium;
    font-size: 16px;
    color: #4f4f4f;
    text-transform: uppercase;
    text-decoration: none;
}
.header-right ul li a:hover {
    background-color: #2b2f5a;
    color: #ffffff;
    text-decoration: none;
}
.header-right ul li a span {
    display: block;
    text-align: center;
    line-height: 0;
    margin-bottom: 2px;
    color: #337ab7;
    font-size: 25px;
}
.header-right ul li a:hover span {
    color: #ffffff;
    text-decoration: none;
}
.banner {
    background-image: url('../images/banner.jpg');
    padding-top: 105px;
    margin-top: -60px;
    padding-bottom: 20px;
}
.banner-left {
    width: 60%;
    float: left;
}
.banner-left h1 {
    font-weight: normal;
    font-family: brand-light;
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.banner-left h2,
.banner-right h2 {
    font-weight: normal;
    font-family: brand-bold;
    font-size: 80px;
    line-height: 80px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.banner-left p {
    font-weight: normal;
    font-family: brand-light;
    font-size: 22px;
    color: #dadada;
    line-height: 30px;
    margin-bottom: 40px;
}
.banner-left ul li {
    font-weight: normal;
    font-family: brand-light;
    font-size: 20px;
    line-height: 28px;
    color: #dadada;
    background-image: url('../images/banner-bullet.png');
    background-repeat: no-repeat;
    padding-left: 50px;
    background-size: 40px 40px;
    padding-bottom: 20px;
    background-position: 0px 7px;
}
.banner-list-left {
    width: 50%;
    float: left;
}
.banner-list-right {
    width: 50%;
    float: left;
}
.banner-right {
    width: 40%;
    float: left;
}
.cell-info {
    background-color: #0dbbb6;
    padding: 25px;
    padding-left: 17px;
    padding-right: 17px;
    border: 1px solid #0dbbb6;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-sizing: border-box;
    max-width: 410px;
    margin: 0 auto;
}
.cell-info h3 {
    font-weight: normal;
    font-family: brand-light;
    font-size: 18px;
    line-height: 18px;
    color: #fefeff;
}
.cell-info h4 {
    font-weight: normal;
    font-size: 48px;
    font-family: brand-bold;
    line-height: 48px;
    color: #fefeff;
    margin-bottom: -8px;
}
.cell-data {
    background-image: url('../images/cell-ico.png');
    background-size: 56px 56px;
    background-repeat: no-repeat;
    padding-left: 70px;
}
.banner-right form {

    /*    background: rgba(255,0,0,0.7);
        padding: 8px;*/
    margin-top: -12px;
}
.form-main {
    border-radius: 20px;
    border: 8pt solid rgba(255, 255, 255, 0.3);
    -moz-background-clip: border;     /* Firefox 3.6 */
    -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
    background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
    -moz-background-clip: padding;     /* Firefox 3.6 */
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
    background-image: url('../images/form-main.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 15px;
}
.form-head {
    margin-bottom: 15px;
}
.form-head h2 {
    font-weight: normal;
    font-family: brand-bold;
    font-size: 30px;
    line-height: 30px;
    color: #2b2f5a;
    text-transform: uppercase;
}
.form-head h3 {
    font-weight: normal;
    font-family: brand-light;
    font-size: 19px;
    line-height: 22px;
    color: #3a3a3a;
}
.form-content {
    background-image: url('../images/form-contnt.jpg');
    background-size: 100% 100%;
    padding-top: 25px;
    border-radius: 12px;
    border: 1px solid #dcdcdc;
}
.form-control {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
.checkbox-control {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
.form-control input,.form-control select {
    background-color: #fafafa;
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}
form button {
    background: none;
    border: none;
    padding: 20px;
    box-sizing: border-box;
    text-transform: uppercase;
    background-image: url(../images/btn-bg.jpg);
    font-family: brand-black;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    text-shadow: 5px 5px blur #000;
    display: block;
    width: 100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    cursor: pointer;
    background-size: 100% 100%;
    transition: 0.2s linear;
}
form button:hover {
    background-size: 200% 200%;
}
.checkbox-control label {
    font-family: brand-medium;
    font-size: 16px;
    color: #6e6e6e;
}
.checkbox-control label span {
    width: 10px;
    height: 10px;
    background-color: #ffffff;    /* border: 1px solid #84abbe; */
    display: inline-block;
    border-radius: 1px;
    box-shadow: inset 0px 2px 25px 0px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(219, 219, 219, 1);
    margin-right: 15px;
    transition: 0.2s linear;
}
.checkbox-control input[type='checkbox'] {
    position: relative;
    top: 2px;
    display: none;
}
.checkbox-control input[type='checkbox']:checked + label span {
    width: 10px;
    height: 10px;
    background-color: #ffffff;    /* border: 1px solid #84abbe; */
    display: inline-block;
    border-radius: 1px;
    box-shadow: inset 0px 2px 25px 0px rgba(43, 47, 90, 1), 0px 0px 0px 4px rgba(243, 243, 243, 1);
    margin-right: 15px;
}
.slide-down {
    border: 1px solid #ffffff;
    padding: 10px;
    max-width: 100px;
    height: 60px;
    margin: 0 auto;
    border: 2px solid #595550;
    box-sizing: border-box;
}
.slide-down p {
    font-family: brand-light;
    color: #dadada;
    text-align: center;
}
.slide-down a {
    display: block;
    text-align: center;
}
.how {
    background-color: #2b2f5a;    /*min-height: 600px;*/
    padding-top: 75px;
}
.how-head {
    padding-bottom: 180px;
}
.how-head .section-head-in {
    max-width: 480px;
    margin: 0 auto;
}
.how-head h2 {
    color: #ffffff;
}
.section-head {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.section-head h2:before {
    content: url(../images/how-before.png);
    position: absolute;
    left: 5px;
    top: -35px;
}
.section-head h2:after {
    content: url(../images/how-after.png);
    position: absolute;
    bottom: -10px;
    right: 0;
}
.section-head h2 {
    font-family: brand-bold;
    font-size: 60px;
    line-height: 60px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.section-head span {
    background-color: #444981;
    min-height: 2px;
    max-width: 300px;
    margin: 0 auto;
    height: 2px;
    display: block;
    margin-bottom: 35px;
}
.section-head p {
    max-width: 830px;
    margin: 0 auto;
    font-family: brand-light;
    font-size: 20px;
    line-height: 28px;
    color: #686868;
}
.how-head p {
    color: #c4c4c4;
}
.how-content {
    background-color: #ffffff;
    padding-bottom: 75px;
}
.how-section {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-top: -130px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
}
.how-section:nth-child(3n) {
    margin-right: 0;
}
.how-image {
    border: 10px solid #ffffff;
    background-color: #2b2f5a;
    width: 240px;
    height: 240px;
    border-radius: 55%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.how-image span {
    text-align: center;
    display: block;
    line-height: 0;    /*color:#ffffff;*/

    /*    font-size: 130px;
        /*margin-left: 0;*/

    /*margin-right: 0;*/

    /*line-height: 130px;*/
}

/*[class^="icon-"]:before, [class*=" icon-"]:before
{
margin-left: 0;
margin-right: 0;
width: 100%;
}*/
.how-section h4 {
    font-family: brand-bold;
    font-size: 20px;
    line-height: 28px;
    color: #212121;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.how-section p {
    font-family: brand-light;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
    text-align: center;
}
.how-content .main > p {
    margin-top: 40px;
    font-family: brand-light;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 40px;
    text-align: center;
}
.how-content .main > p span {
    font-family: brand-bold;
    font-size: 18px;
    line-height: 24px;
    color: #0dbbb6;
}
.how-button {
    max-width: 505px;
    margin: 0 auto;
}
.how-button a {
    background-image: url(../images/btn.png);
    background-size: 100% 100%;
    font-family: brand-bold;
    font-size: 26px;
    line-height: 26px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px;
    box-sizing: border-box;
    border: 3px solid #2c7363;
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 8px;
    transition: 0.2s linear;
}
.how-button a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.best {
    background-color: #f9f9f9;
    padding-top: 75px;
    padding-bottom: 75px;
}
.best-head {
    max-width: 565px;
    margin: 0 auto;
}
.best-content {
    max-width: 860px;
    margin: 0 auto;
    margin-top: 130px;
}
.best-section {

    /*width: 33%;*/

    /*float: left;*/

    /*margin-right: 0.5%;*/
    cursor: pointer;
}
.best-section:nth-child(3) {
    margin-right: 0;
}
.best-section-in {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    background-color: #fcfcfc;
    transition: 0.2s linear;
}
.best-image {
    border: 1px solid #eaeaea;
    background-color: #fcfcfc;
    max-width: 150px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: -80px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 55%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    transition: 0.2s linear;
    width: 150px;
    height: 150px;
}
.best-image img {
    max-width: 100%;
    display: block;
    border-radius: 55%;
}
.best-text {
    font-family: brand-light;
    font-size: 16px;
    color: #787878;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: center;
    transition: 0.2s linear;
    min-height: 170px;
}
.best-section:nth-child(3) .best-image {
    padding: 0;
}
.best-section a {
    background-color: #eeeeee;
    font-family: brand-medium;
    font-size: 16px;
    line-height: 16px;
    color: #7a7a7a;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 10px;
    max-width: 130px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: 0.2s linear;
    text-decoration: none;
}
.best-section {
    transition: 0.2s linear;
}
.best-section a:hover {
    text-decoration: none;
}
.best-section:hover .best-section-in, .best-section:hover .best-image {
    background-color: #ffffff;
}
.best-section:hover .best-text {
    color: #676767;
}
.best-section:hover a {
    background-color: #2b2f5a;
    color: #ffffff;
}
.our {
    padding-top: 75px;    /*padding-bottom: 75px;*/
}
.our-left {
    width: 35%;
    float: left;
    line-height: 0;
}
.our-left img {
    line-height: 0;
}
.our-right {
    width: 65%;
    float: left;
    padding-top: 50px;
    padding-bottom: 75px;
}
.service-head {
    max-width: 470px;
    margin: 0 auto;
}
.our-right-section {
    padding-bottom: 30px;
}
.our-bullet {
    font-family: brand-bold;
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    background-image: url('../images/our-bullet.png');
    background-repeat: no-repeat;/*    min-height: 150px;
    max-width: 150px;*/
    padding: 45px;
    float: left;
    box-sizing: border-box;
    width: 42%;
}
.our-text {
    float: left;
    width: 58%;
}
.our-text h2 {
    font-family: brand-bold;
    font-size: 22px;
    color: #424242;
}
.our-text p {
    font-family: brand-light;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
}
.our-right-left {
    width: 50%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
}
.our-right-right {
    width: 50%;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.our-btn {
    margin-top: 30px;
}
.profit {
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: url(../images/profit.jpg);
    background-size: cover;
}
.profit-head.how-head {
    padding-bottom: 0px;
}
.profit-content {
    max-width: 1080px;
    margin: 0 auto;
}
.profit-left {
    width: 39%;
    float: left;
}
.profit-mid {
    width: 20%;
    float: left;
    text-align: center;
    padding-top: 140px;
}
.profit-right {
    width: 40%;
    float: left;
    padding-top: 80px;
}
.content-calculator {

    /*    padding-left: 0;
    padding-right:0;*/
    padding-bottom: 15px;
    padding-top: 15px;
}
.content-calculator p {
    font-family: brand-bold;
    font-size: 60px;
    line-height: 60px;
    color: #2b2f5a;
    text-align: center;
}
.testimonial {
    background-color: #f8f8f8;
    padding-top: 95px;
    padding-bottom: 100px;
}
.test-content {
    background-color: #ffffff;
    padding: 45px 75px;
    max-width: 1000px;
    margin: 0 auto;
    /*overflow: hidden;*/
    box-shadow: 0px 0px 10px -5px #101111;
    box-sizing: border-box;
    position: relative;
}

.test-image {
    text-align: center;
}
.test-image img {
    max-width: 100%;
    display: block;
    border-radius: 55%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .25);
}
.test-text {
    font-family: brand-light;
    font-size: 24px;
    line-height: 40px;
    color: #686868;
    text-align: center;
    font-style: italic;
}
.request {
    padding-top: 75px;
    background-image: url(../images/request.jpg);
    padding-bottom: 360px;
    background-position: top center;
}
.request-head {
    max-width: 735px;
    margin: 0 auto;
}
.request-content {
    max-width: 860px;
    margin: 0 auto;
}
.request-content .form-main {
    background-image: none;
    background-color: #2b2f5a;
    border: 8pt solid rgba(255, 255, 255, 0.8);
    padding: 20px;
}
.request-content .form-content {
    border: none;
}
.first-half {
    width: 50%;
    float: left;
}
.second-half {
    width: 50%;
    float: left;
}
.request-content .form-control {
}
.footer {
    background-color: #f6f6f6;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-left {
    width: 50%;
    float: left;
}
.footer-right {
    width: 50%;
    float: left;
}
.footer-left ul li {
    font-family: brand-light;
    font-size: 16px;
    line-height: 16px;
    color: #6e6e6e;
    display: inline;
    margin-right: 10px;
}
.footer-left ul {
    margin-bottom: 15px;
}
.footer-left ul li a {
    color: #6e6e6e;
}
.footer-left p {
    font-family: brand-light;
    font-size: 14px;
    color: #6e6e6e;
}
.footer-right ul {
    float: right;
    padding-top: 10px;
}
.footer-right ul li {
    display: inline;
    margin-left: 20px;
}
.footer-right ul li a {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.2s linear;
}
.footer-right ul li a:hover {
    text-decoration: none;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.profit-up {
    padding-top: 105px;
    margin-top: -60px;
}
.section-head .login-head {
    max-width: 220px;
    margin: 0 auto;
}
.login-content {
    max-width: 460px;
    margin: 0 auto;
}
.forgot {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    font-family: brand-light;
    font-size: 16px;
    color: #747474;
}
.forgot a {
    color: #0dbbb6;
}
.section-head .register-head {
    max-width: 750px;
    margin: 0 auto;
}
.info-list {
}
.info-list .info-section {
    font-family: brand-medium;
    font-size: 17px;
    color: #686868;
    margin-right: 30px;
    background-image: url('../images/info-bullet.png');
    background-size: 18px 15px;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px 5px;
    width: 15%;
    float: left;
    margin-right: 1%;
    box-sizing: border-box;
}
.info-content {
    margin-top: 45px;
}
.info-content h1 {
    font-weight: normal;
    text-align: center;
    font-family: brand-medium;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 5px;
}
.info-content h2 {
    font-weight: normal;
    text-align: center;
    font-family: brand-medium;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}
.service-order-head {
    max-width: 1040px;
    margin: 0 auto;
}
.service-order p {
    max-width: 1040px;
}
.service-image img {
    max-width: 100%;
}
.service-direct p {
    margin-bottom: 10px;
}
.service-direct .service-order-head {
    max-width: 650px;
}
.our-head {
    max-width: 630px;
    margin: 0 auto;
}
.our-head h2 i {
    font-size: 44px;
    line-height: 44px;
    color: #2d2d2d;
    font-style: normal;
}
.product-head h2 {
    font-family: brand-bold;
    font-size: 36px;
    line-height: 36px;
    color: #2d2d2d;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 115px;
}
.product-content {
    margin-bottom: 90px;
}
.our-phead p {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
}
.best-content2 {
    padding-top: 20px;
    margin-top: 0;
}
.promotion-head {
    max-width: 690px;
    margin: 0 auto;
}
.promotion-left {
    width: 45%;
    float: left;
}
.promotion-right {
    width: 45%;
    float: left;
    margin-left: 10%;
}
.promotion-content h2 {
    font-weight: normal;
    font-family: brand-bold;
    font-size: 30px;
    line-height: 30px;
    color: #2d2d2d;
    margin-bottom: 15px;
}
.promotion-content p {
    font-family: brand-light;
    font-size: 20px;
    line-height: 28px;
    color: #686868;
    margin-bottom: 25px;
}
.promotion-content img {
    max-width: 100%;
}
.best .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.best-slider {
    overflow: hidden;
    margin-top: 0;
    padding-top: 130px;
}
.best-slider2 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 30px;
}
.best-image {
    position: relative;
}
.absolute-center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0dbbb6;
}
.owl-carousel .owl-item .test-image img
{
    /*max-width: 100%;*/
    width: auto;
    margin:0 auto;
}
.test-arrows
{

}
.arrow-left
{
    position: absolute;
    left: -20px;
    top: 45%;
    cursor: pointer;
}
.arrow-right
{
    position: absolute;
    right: -20px;
    top: 45%;
    cursor: pointer;
}
.test-arrows img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.2s linear;
}
.test-arrows img:hover {
    text-decoration: none;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
/*---------------------Form Validation--------------*/

.error, label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: #222;
    font-size:12px;

}
div.error { display: none; }

.policy,select {    border: 1px solid #e60000; }
input.checkbox { border:1px solid #e60000;  }
input:focus { border: 1px dotted black; }
input.error, select.error { border: 1px solid #e60000; }
form.cmxform .gray * { color: gray; }
.second-half label
{
    /*width:50%;*/
}
.answer {
    display:none;
}
#register { 
    text-align: center;
    font-size: 28px;
}
.thankyou-button {
    max-width: 505px;
    margin: 50px auto;
}
.thankyou-button a {
    background-image: url(../images/btn-blue.png);
    background-size: 100% 100%;
    font-family: brand-bold;
    font-size: 26px;
    line-height: 26px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px;
    box-sizing: border-box;
    border: 3px solid #000000;
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 8px;
    transition: 0.2s linear;
}
.thankyou-button a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.register-button {
    max-width: 505px;
    margin: 50px auto;
}
.register-button a {
    background-image: url(../images/btn.png);
    background-size: 100% 100%;
    font-family: brand-bold;
    font-size: 26px;
    line-height: 26px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px;
    box-sizing: border-box;
    border: 3px solid #2c7363;
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 8px;
    transition: 0.2s linear;
}
.register-button a:hover {
    text-decoration: none;
    opacity: 0.7;
}
/*******************MEDIA QUERIE S*******************/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    

    /*     only webkit-based browsers will read the following styles 
    */
    .table-title {
        padding-bottom: 13px;
    }
    /*//Chrome will be blocked and only safari follow that css::i-block-chrome,*/ 
    css::i-block-chrome, .second-half select {
        line-height: 260%;
    }
}
/*//FOR IE 10 AND UPPER BROWSERS*/
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
}
@media screen and (max-width:1200px) {
    .main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-left h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .banner-left h2 {
        font-size: 70px;
        line-height: 70px;
    }
    .cell-info h4 {
        font-size: 40px;
        line-height: 40px;
    }
    .cell-info h3 {
        font-size: 16px;
        line-height: 16px;
    }
    .form-head h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .how-image {

        /*max-width: 200px;*/

        /*max-height: 200px;*/
        width: 200px;
        height: 200px;
        padding-top: 0px;
        padding-bottom: 0;        /*min-height: 200px;*/

        /*display: table-cell;*/

        /*vertical-align: middle;*/
    }
    .how-image {

        /*height: 10em;*/
        position: relative
    }
    .how-image span {
        margin: 0;    /*background: yellow;*/
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
    .how-image span img {
        max-width: 80%;
    }
    .how-section {
        padding-left: 25px;
        padding-right: 25px;
    }
    .how-section h4 {
        font-size: 16px;
        line-height: 16px;
    }
    .how-section p {
        font-size: 14px;
        line-height: 20px;
    }
    .our-bullet {
        font-size: 40px;
        line-height: 40px;
        background-size: 130px 130px;
    }
    .our-text h2 {
        font-size: 18px;
        line-height: 18px;
    }
    .our-text p {
        font-size: 14px;
    }
    .info-list .info-section {
        font-family: brand-medium;
        font-size: 15px;
    }
    .promotion-content h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .promotion-content p {
        font-size: 16px;
        line-height: 22px;
        min-height: 120px;
        box-sizing: border-box;
    }
    .promotion-content img {
        max-width: 100%;
    }
}
@media screen and (max-width:1100px) {
    .header-right ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-right ul {
        max-width: 500px;
        width: 100%;
        float: right;
    }
    .cell-info {
        max-width: 370px;
    }
    .our-bullet {
        background-size: 110px 110px;
        padding: 35px;
    }
}
@media screen and (max-width:1050px) {
    .header-left a img {
        max-width: 100%;
    }
    .header-right ul li a {
        font-size: 14px;
        line-height: 14px;
    }
    .header-left {
        width: 35%;
        float: left;
    }
    .header-right {
        width: 65%;
        float: left;
        text-align: right;
    }
    .header-left a img {
        max-width: 297px;
    }
    .banner-left h1 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 5px;
    }
    .banner-left h2 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 15px;
    }
    .cell-info h4 {
        font-size: 40px;
        line-height: 40px;
    }
    .cell-info h3 {
        font-size: 16px;
        line-height: 16px;
    }
    .banner-left p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .banner-left ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .banner-left {
        padding-right: 15px;
        box-sizing: border-box;
    }
    form button {
        font-size: 25px;
        line-height: 24px;
    }
}
@media screen and (max-width:1000px) {
    .cell-info {
        max-width: 320px;
    }
    .cell-info h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .cell-data {
        background-size: 40px 40px;
    }
    .form-head h3 {
        font-size: 16px;
        line-height: 18px;
    }
}
@media screen and (max-width:960px) {
    .banner-left {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
        padding-right: 0;
        float: none;
    }
    .banner-right {
        width: 100%;
        margin-top: 30px;
    }
    .how-image {

        /*max-width: 200px;*/

        /*max-height: 200px;*/
        width: 180px;
        height: 180px;
        padding-top: 0px;
        padding-bottom: 0;        /*min-height: 200px;*/

        /*display: table-cell;*/

        /*vertical-align: middle;*/
    }
    .how-section {

        /*margin-top: -95px;*/
    }
    .how-head {
        padding-bottom: 100px;
    }
    .how-section {
        padding-left: 0;
        padding-right: 0;
    }
    .our-left {
        width: 100%;
        text-align: center;
    }
    .our-left img {
        max-width: 40%;
    }
    .our-right {
        width: 100%;
    }
    form button {
        font-size: 20px;
        line-height: 20px;
    }
    .info-list .info-section {
        font-family: brand-medium;
        font-size: 12px;
        background-position: 0px 3px;
    }
    .service-image {
        padding-top: 25px;
    }
    .promotion-content h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .promotion-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .promotion-content img {
        max-width: 100%;
    }
}
@media screen and (max-width:850px) {
    .best-text {
        font-size: 14px;
        line-height: 20px;
    }
    .banner-left h1 {
        text-align: center;
        font-size: 25px;
        line-height: 25px;
    }
    .banner-left h2 {
        text-align: center;
        font-size: 50px;
        line-height: 50px;
    }
    .banner-left p {
        text-align: center;
        font-size: 15px;
        line-height: 23px;
    }
    .form-head h2 {
        text-align: center;
    }
    .form-head h3 {
        text-align: center;
    }
    .section-head h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .how-head .section-head-in {
        max-width: 350px
    }
    .section-head span {
        margin-bottom: 15px;
    }
    .section-head h2 {
        margin-bottom: 15px;
    }
    .how {
        padding-top: 50px;
    }
    .how-head {
        padding-bottom: 150px;
    }
    .how-button a {
        font-size: 20px;
        line-height: 20px;
    }
    .best-head {
        max-width: 380px;
    }
    .section-head h2:before {
        top: -21px;
    }
    .section-head p {
        font-size: 16px;
        line-height: 22px;
    }
    .best-section {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .best-content {
        margin-top: 0;
    }
    .best-section-in {
        padding-bottom: 25px;
    }
    .best-image {
        margin-top: 40px;
    }
    .best-text {
        min-height: 40px;
    }
    .profit-left {
        width: 50%;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .profit-right {
        width: 50%;
        padding-left: 15px;
        box-sizing: border-box;
    }
    .profit-mid {
        display: none;
    }
    .footer-left ul li {
        font-size: 14px;
        line-height: 14px;
    }
    .header-left {
        width: 100%;
        text-align: center;
    }
    .header-right {
        width: 100%;
    }
    .header-right ul {
        float: none;
        margin: 0 auto;
    }
    .banner {
        margin-top: 0;
        padding-top: 45px;
    }
    .profit-up {
        margin-top: 0;
        padding-top: 45px;
    }
    .header-right ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .how-head .section-head-in.register-head {
        max-width: 550px;
    }
    .info-list .info-section {
        width: 33%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .info-content {
        margin-top: 0;
    }
    .info-section {
        min-height: 40px;
        padding-right: 15px;
    }
    .our-head h2 i {
        font-size: 30px;
        line-height: 30px;
        color: #2d2d2d;
        font-style: normal;
    }
    .product-head h2 {
        margin-bottom: 25px;
        font-size: 25px;
        line-height: 25px;
    }
    .product-content {
        margin-bottom: 40px;
    }
    .promotion-left {
        width: 100%;
        float: none;
        text-align: center;
    }
    .promotion-right {
        width: 100%;
        margin-top: 40px;
        float: none;
        margin-left: 0%;
        text-align: center;
    }
    .promotion-content h2 {
        font-weight: normal;
        font-family: brand-bold;
        font-size: 25px;
        line-height: 25px;
        color: #2d2d2d;
        margin-bottom: 15px;
        text-align: center;
    }
    .promotion-content p {
        font-family: brand-light;
        font-size: 14px;
        line-height: 20px;
        color: #686868;
        margin-bottom: 25px;
        min-height: auto;
        box-sizing: border-box;
        text-align: center;
    }
    .promotion-content img {
        max-width: 100%;
    }
    .best-slider {
        padding-top: 0;
    }
}
@media screen and (max-width:650px) {
    .how-section {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .our-right-left {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .our-right-right {
        width: 100%;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .our-left {
        float: none;
    }
    .our-right {
        float: none;
        max-width: 360px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .how-head {
        padding-bottom: 0;
    }
    .our-right-left {
        padding-bottom: 30px;
    }
    .banner-left h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .banner-left h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .section-head h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .profit-left {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .profit-right {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .form-head h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .first-half {
        width: 100%;
    }
    .second-half {
        width: 100%;
    }
    .request {
        padding-bottom: 200px;
        background-size: cover;
    }
    .footer-left {
        width: 100%;
        text-align: center;
        float: none;
    }
    .footer-right {
        width: 100%;
        text-align: center;
        float: none;
    }
    .footer-right ul {
        float: none;
    }
    .footer-right ul li {
        margin-left: 0;
        margin-right: 10px;
    }
    .test-text {
        font-size: 16px;
        line-height: 20px;
    }
    .test-content {
        padding: 25px;
    }
    .header-left a img {
        max-width: 200px;
    }
    .header-right ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-right ul {
        max-width: 415px;
    }
    .banner-left ul li {
        font-size: 14px;
        line-height: 18px;
        background-position: 0 0;
    }
    .info-list .info-section {
        width: 50%;
        min-height: 10px;
        margin-bottom: 10px;
        padding-right: 10px;
    }
    .info-content h1 {
        font-size: 16px;
        line-height: 20px;
    }
    .info-content h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .our-head h2 i {
        font-size: 20px;
        line-height: 20px;
        color: #2d2d2d;
        font-style: normal;
    }
}
@media screen and (max-width:480px) {
    .how-button a {
        font-size: 16px;
        line-height: 16px;
    }
    .header-right ul li a {
        font-size: 11.5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .header-right ul {
        max-width: 310px;
        text-align: center;
    }
    .header .main {
        padding-left: 2px;
        padding-right: 2px;
    }
    .banner-left ul li {
        font-size: 12px;
        line-height: 16px;
        background-size: 25px 25px;
        padding-left: 25px;
    }
    .cell-info {
        padding-top: 20px;
        padding-bottom: 20px;
        max-width: 220px;
    }
    .cell-data {
        padding-left: 45px;
        background-size: 30px 30px;
    }
    .cell-info h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .cell-info h3 {
        font-size: 14px;
        line-height: 16px;
    }
    .info-content h1 {
        font-size: 12px;
        line-height: 16px;
    }
    .info-content h2 {
        font-size: 12px;
        line-height: 16px;
    }
    form button {
        font-size: 18px;
        line-height: 18px;
    }
}