*,
::before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

:active,
:focus,
:hover {
    outline: 0;
    outline-offset: 0
}

body,
html {
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    color: #000;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    line-height: 24px;
    min-width: 1100px;
    font-weight: 300
}

.wrapper {
    max-width: 1920px;
    min-width: 1100px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 35px -4px rgba(0, 0, 0, .68);
    -moz-box-shadow: 0 0 35px -4px rgba(0, 0, 0, .68);
    box-shadow: 0 0 35px -4px rgba(0, 0, 0, .68);
    background: linear-gradient(-75deg, #8eb654, #4b95b7, #8eb654, #4b95b7, #8eb654, #4b95b7);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite
}

@keyframes gradientBG {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

body,
li,
ol,
ul {
    margin: 0;
    padding: 0
}

fieldset,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

.sbmt,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300
}

h1 {
    font-family: 'Exo 2', sans-serif;
    font-size: 34px;
    color: #318a9a
}

h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 22px;
    color: #38342e
}

h3 {
    font-family: 'Exo 2', sans-serif;
    font-size: 26px;
    color: #38342e
}

h4 {
    font-family: 'Exo 2', sans-serif;
    font-size: 50px;
    color: #000
}

h5 {
    font-family: 'Exo 2', sans-serif;
    font-size: 50px;
    color: #000
}

td {
    font-size: 14px;
    line-height: 24px
}

input {
    outline: 0
}

select {
    outline: 0
}

::-webkit-input-placeholder {
    color: #7c8388
}

::-moz-placeholder {
    color: #7c8388
}

:-ms-input-placeholder {
    color: #7c8388
}

:-moz-placeholder {
    color: #7c8388
}

a {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
    color: #000
}

a:hover {
    color: #7fa14a;
    text-decoration: none;
    cursor: pointer
}

.wrap {
    width: 1070px;
    margin: 0 auto;
    display: block
}

.clear {
    clear: both;
    display: block
}

.text-center {
    text-align: center
}

.headeracc {
    height: 400px;
    width: 100%;
    background: url(../img/headacc.jpg) center top no-repeat;
    position: relative
}

.header {
    height: 835px;
    width: 100%;
    background: url(../img/header.png) center top no-repeat;
    z-index: 9999;
    position: relative
}

.headerup {
    height: 835px;
    width: 100%;
    background: url(../img/headerup2.png) center top no-repeat;
    z-index: 9999;
    position: relative
}

.topline {
    height: 41px;
    line-height: 41px;
    color: #fff;
    font-size: 14px
}

.topline i {
    padding-right: 6px
}

.topline a {
    color: #fff;
    cursor: pointer
}

.topline a:hover {
    color: #9ec16b
}

.mtm30 {
    margin-top: -30px !important
}

.mtm100 {
    margin-top: -100px !important
}

.mtm150 {
    margin-top: -150px !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt70 {
    margin-top: 70px !important
}

.mt120 {
    margin-top: 120px !important
}

.mt150 {
    margin-top: 150px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb100 {
    margin-bottom: 100px !important
}

.mb180 {
    margin-bottom: 180px !important
}

.padr20 {
    padding-right: 20px !important
}

.padl20 {
    padding-left: 20px !important
}

.padr10 {
    padding-right: 10px !important
}

.padt20 {
    padding-top: 20px !important
}

.padt40 {
    padding-top: 40px !important
}

.padt70 {
    padding-top: 70px !important
}

.padb30 {
    padding-bottom: 30px !important
}

.padb40 {
    padding-bottom: 40px !important
}

.padb50 {
    padding-bottom: 50px !important
}

.padb70 {
    padding-bottom: 70px !important
}

.padb90 {
    padding-bottom: 90px !important
}

.h50 {
    height: 50px
}

.h100 {
    height: 100px
}

.floatleft {
    float: left !important
}

.floatright {
    float: right !important
}

.textcenter {
    text-align: center
}

.navline {
    height: 100px;
    padding-top: 30px
}

.navline img {
    width: 230px
}

.menu {
    float: right;
    width: 800px;
    border-left: 1px solid #1f5770;
    padding-left: 20px
}

.menu:hover .menu__link:not(:hover) {
    color: #2c6078
}

.menu__list {
    display: flex;
    text-align: center;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none
}

.menu__group {
    flex-grow: 1
}

.menu__link {
    display: block
}

.menu__link {
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.menu__link {
    position: relative;
    overflow: hidden;
    will-change: color;
    transition: color .25s ease-out
}

.menu__link::after,
.menu__link::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    will-change: width;
    transition: width .1s ease-out;
    position: absolute;
    bottom: 0
}

.menu__link::before {
    left: 50%;
    transform: translateX(-50%)
}

.menu__link::after {
    right: 50%;
    transform: translateX(50%)
}

.menu__link:hover::after,
.menu__link:hover::before {
    width: 100%;
    transition-duration: .2s
}

.sloganbg {
    background: url(../img/sloganbg.png) left no-repeat;
    width: 645px;
    height: 143px;
    color: #fff;
    text-transform: uppercase;
    padding: 36px 0 0 36px;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 60px;
    margin-top: 90px;
    z-index: 10000;
    position: relative
}

.slogantxt {
    font-size: 40px;
    color: #fff;
    padding-bottom: 26px;
    font-weight: 300
}

.slogantxt span {
    color: #7fa04f
}

.regbut {
    width: 331px;
    height: 48px;
    background: url(../img/button/regbut.png);
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    float: left;
    transition: all .3s;
    z-index: 10000;
    position: relative
}

.logbut:hover,
.regbut:hover {
    opacity: .6
}

.logbut {
    width: 158px;
    height: 48px;
    background: url(../img/button/loginbut.png);
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    float: left;
    margin-left: -20px;
    transition: all .3s;
    z-index: 10000;
    position: relative
}

.desctxt {
    font-size: 16px;
    color: #fff;
    padding-top: 30px;
    font-weight: 300;
    z-index: 10000;
    position: relative
}

.mainbgacc {
    background: url(../img/mainacc.html) top center no-repeat #f6f6f6;
    z-index: 9998;
    position: relative;
    padding-top: 60px
}

.mainbg {
    background: url(../img/mainbg.jpg) top center no-repeat #f6f6f6;
    margin-top: -2px;
    z-index: 9998;
    position: relative
}

.mainbg .wrap .txtleft {
    width: 520px;
    float: left;
    text-align: justify
}

.mainbg .wrap .txtright {
    background: url(../img/arrowsbg.png) center top no-repeat;
    float: right;
    width: 535px;
    padding-top: 45px;
    min-height: 505px
}

.mainbg .wrap .txtright .headlinemid {
    padding-left: 50px
}

.mainbg .wrap .txtright a {
    float: right;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #a6aaac;
    padding-bottom: 5px;
    margin-right: 30px
}

.mainbg .wrap .txtright a:hover {
    border-bottom: 1px solid transparent
}

.headlinesmall {
    font-size: 24px;
    color: #000;
    padding-bottom: 20px;
    text-transform: uppercase
}

.headlinesmall span {
    color: #7fa04f
}

.headlinebig {
    font-size: 46px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 50px
}

.headlinebig span {
    color: #7fa04f
}

.headlinemid {
    font-size: 33px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 50px
}

.headlinemid span {
    color: #7fa04f
}

.headlineblue {
    font-size: 33px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 12px;
    color: #1e536c
}

.statrow {
    height: 124px;
    width: 476px;
    line-height: 124px;
    font-size: 14px;
    color: #ebeced;
    padding: 0 50px;
    float: right;
    text-transform: uppercase
}

.statrow span {
    color: #000;
    font-size: 22px;
    float: right
}

.statbg1 {
    background: url(../img/stat1bg.png);
    margin-top: -25px
}

.statbg2 {
    background: url(../img/stat2bg.png);
    margin-top: -45px
}

.statbg3 {
    background: url(../img/stat3bg.png);
    margin-top: -45px
}

.stepsbg {
    background: url(../img/stepsbgv2.png) center no-repeat;
    height: 937px;
    position: relative;
    z-index: 9997
}

.stepshead {
    height: 235px;
    padding-top: 120px
}

.steptxt1 {
    width: 320px;
    float: left;
    margin-left: 15px;
    color: #fff;
    text-align: justify;
    line-height: 22px
}

.steptxt1 div {
    font-size: 28px;
    padding-left: 20px
}

.steptxt1 span {
    font-size: 20px;
    display: block;
    padding: 85px 0 25px 0
}

.steptxt2 {
    width: 320px;
    float: left;
    margin-left: 40px;
    color: #fff;
    text-align: justify;
    line-height: 22px;
    padding-top: 30px
}

.steptxt2 div {
    font-size: 28px;
    padding-left: 20px
}

.steptxt2 span {
    font-size: 20px;
    display: block;
    padding: 85px 0 25px 0
}

.steptxt3 {
    width: 320px;
    float: left;
    margin-left: 40px;
    color: #fff;
    text-align: justify;
    line-height: 22px;
    padding-top: 60px
}

.steptxt3 div {
    font-size: 28px;
    padding-left: 20px
}

.steptxt3 span {
    font-size: 20px;
    display: block;
    padding: 85px 0 25px 0
}

.howtxt1 {
    width: 530px;
    float: left;
    margin-left: 15px;
    color: #fff;
    text-align: justify;
    line-height: 22px
}

.howtxt1 img {
    margin-top: -100px;
    -webkit-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3)
}

.howtxt2 {
    width: 470px;
    float: right;
    margin-left: 40px;
    color: #fff;
    text-align: justify;
    line-height: 22px;
    padding-top: 30px
}

.how2txt2 {
    width: 530px;
    float: right
}

.how2txt2 img {
    -webkit-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3)
}

.howr1 {
    width: 480px;
    float: left;
    text-align: justify;
    padding-left: 15px
}

.howhead1 {
    font-weight: 400;
    font-size: 30px;
    padding-bottom: 30px
}

.howhead2 {
    width: 470px;
    font-size: 30px;
    font-weight: 400;
    padding-top: 20px;
    float: right
}

.plansbg {
    background: url(../img/plansbgv2.png) top center no-repeat;
    margin-top: -229px;
    position: relative;
    z-index: 9996;
    padding-top: 150px;
    padding-bottom: 40px
}

.percentbox {
    background: #ebf1f6;
    width: 290px;
    height: 77px;
    -webkit-box-shadow: 5px 5px 0 0 rgba(215, 215, 215, 1);
    -moz-box-shadow: 5px 5px 0 0 rgba(215, 215, 215, 1);
    box-shadow: 5px 5px 0 0 rgba(215, 215, 215, 1);
    color: #7fa04f;
    font-size: 55px;
    font-weight: 900;
    line-height: 70px;
    text-align: center;
    display: block
}

.plancolumn1 {
    width: 290px;
    float: left;
    display: block
}

.plancolumn1 .term {
    border-right: 1px solid #7fa04f;
    width: 165px;
    float: left;
    color: #1e536c;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 10px;
    margin-top: 25px;
    padding-bottom: 5px;
    display: block
}

.plancolumn1 .term2 {
    font-size: 20px;
    display: block
}

.plancolumn1 .principal {
    width: 125px;
    float: right;
    color: #1e536c;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 25px;
    margin-top: 25px;
    padding-bottom: 5px;
    display: block
}

.plancolumn1 .principal2 {
    font-size: 20px;
    display: block
}

.plancolumn2 {
    width: 220px;
    float: left;
    color: #1e536c;
    font-size: 14px;
    margin-left: 50px;
    display: block
}

.plancolumn2 .amount {
    padding: 2px 10px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: block
}

.plancolumn2 .percent {
    float: right;
    font-weight: 600;
    display: block
}

.plancolumn2 .amount:hover {
    background: #ebf1f6
}

.depplancolumn1 {
    width: 290px;
    float: right;
    display: block;
    margin-right: 30px
}

.depplancolumn1 .term {
    border-right: 1px solid #7fa04f;
    width: 165px;
    float: left;
    color: #1e536c;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 10px;
    margin-top: 25px;
    padding-bottom: 5px;
    display: block
}

.depplancolumn1 .term2 {
    font-size: 20px;
    display: block
}

.depplancolumn1 .principal {
    width: 125px;
    float: right;
    color: #1e536c;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 25px;
    margin-top: 25px;
    padding-bottom: 5px;
    display: block
}

.depplancolumn1 .principal2 {
    font-size: 20px;
    display: block
}

.depplancolumn2 {
    width: 290px;
    float: right;
    color: #1e536c;
    font-size: 14px;
    margin: 40px 30px 0 0;
    display: block
}

.depplancolumn2 .amount {
    padding: 2px 10px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: block
}

.depplancolumn2 .percent {
    float: right;
    font-weight: 600;
    display: block
}

.depplancolumn2 .amount:hover {
    background: #ebf1f6
}

.inputcalc {
    background: #ebf1f6;
    width: 183px;
    height: 36px;
    border: 0;
    color: #1e536c;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-bottom: 1px solid #ebf1f6 !important
}

.buttongreen {
    background: #7fa04f;
    width: 183px;
    height: 36px;
    border: 0;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.buttongreen:hover {
    cursor: pointer;
    background: #6a8b3b
}

.inputcalcvip {
    background: #ebf1f6;
    width: 218px;
    height: 36px;
    border: 0;
    color: #1e536c;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-bottom: 1px solid #ebf1f6 !important
}

.inputcalcvip:focus {
    border-bottom: 1px solid #7e92a3 !important
}

.inputcalcvip:hover {
    background: #d9e4ed
}

.inputcalc:focus {
    border-bottom: 1px solid #7e92a3 !important
}

.inputcalc:hover {
    background: #d9e4ed
}

.buttongreenvip {
    background: #7fa04f;
    width: 218px;
    height: 36px;
    border: 0;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.buttongreenvip:hover {
    cursor: pointer;
    background: #6a8b3b
}

.plancolumn3 {
    width: 380px;
    float: right;
    color: #1e536c;
    text-transform: uppercase;
    display: block;
    margin: -205px 30px 0 0;
    z-index: 9999;
    position: relative
}

.plancolumn3int {
    width: 380px;
    float: right;
    color: #1e536c;
    text-transform: uppercase;
    display: block;
    margin: 0 20px 0 0;
    z-index: 9999;
    position: relative
}

.depplancolumn3 {
    width: 680px;
    float: left;
    color: #1e536c;
    text-transform: uppercase;
    display: block;
    margin: -445px 0 0 0;
    z-index: 9999;
    position: relative;
    border-right: 1px solid #2b5d76;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 66%, rgba(226, 238, 250, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(66%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(226, 238, 250, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 66%, rgba(226, 238, 250, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 66%, rgba(226, 238, 250, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 66%, rgba(226, 238, 250, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 66%, rgba(226, 238, 250, 1) 100%)
}

.depplancolumn3ins {
    width: 380px;
    color: #1e536c;
    text-transform: uppercase;
    display: block;
    z-index: 9999;
    position: relative;
    margin: 30px
}

.depbox {
    width: 400px;
    float: right;
    margin-top: -40px;
    padding-top: 40px;
    margin-right: -40px
}

.planstat {
    border: 2px solid #ebf1f6;
    width: 183px;
    margin-top: 10px;
    padding: 0 20px 10px 10px;
    font-size: 14px;
    margin-top: 27px;
    float: left
}

.planstatvip {
    border: 2px solid #ebf1f6;
    width: 218px;
    margin-top: 10px;
    padding: 0 20px 10px 10px;
    font-size: 14px;
    margin-top: 27px;
    float: left
}

.stathead {
    margin-top: -13px;
    margin-bottom: 5px;
    background: #fff;
    padding-left: 10px;
    display: block
}

.statres {
    font-size: 20px;
    padding-left: 10px
}

.planboxvip {
    background: #fdfdfd;
    width: 525px;
    height: 430px;
    -webkit-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    padding: 30px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.planbox:hover {
    -webkit-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3)
}

.depplanbox:hover {
    -webkit-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3)
}

.planboxvip:hover {
    -webkit-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3)
}

.statline {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.statline:hover {
    background: #edf2f5
}

.statbox {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.statbox:hover {
    -webkit-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3)
}

.vipsamount {
    width: 135px;
    float: right;
    color: #1e536c;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 31px
}

.vipsamountrow1 {
    font-size: 14px;
    display: block;
    font-weight: 400
}

.vipsamountrow2 {
    font-size: 14px;
    display: block;
    font-weight: 400;
    border-top: 1px solid #d7d7d7;
    margin-top: 15px;
    padding-top: 15px
}

.vipsamountint {
    float: left !important;
    margin-left: 60px !important;
    width: 200px !important
}

.plancolumnvip3 {
    width: 450px;
    color: #1e536c;
    text-transform: uppercase;
    margin: 50px 0 0 10px
}

.refbg {
    background: url(../img/refbgv2.png) top center no-repeat;
    height: 651px;
    position: relative;
    z-index: 9995
}

.refbgint {
    background: url(../img/refbg.png) top center no-repeat;
    height: 651px;
    position: relative;
    z-index: 9995
}

.howbgint {
    background: url(../img/howbg2.html) bottom center no-repeat;
    height: 651px;
    position: relative;
    z-index: 9995
}

.steptxt1 .refborder {
    background: url(../img/refborder.png);
    width: 291px;
    height: 77px;
    margin-top: 45px
}

.steptxt1 .refperc {
    font-size: 66px;
    font-weight: 900;
    margin-top: -15px;
    position: absolute
}

.steptxt1 .reftxt {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 37px
}

.steptxt2 b {
    display: block;
    padding-bottom: 22px;
    font-weight: 600
}

.statbg {
    background: url(../img/statbg.png) top center no-repeat;
    margin-top: -210px;
    position: relative;
    z-index: 9994;
    padding-top: 290px;
    min-height: 800px;
    padding-bottom: 90px
}

.howbg {
    background: url(../img/statbg.png) top center no-repeat #f6f6f6;
    margin-top: -210px;
    position: relative;
    z-index: 9994;
    padding-top: 290px;
    min-height: 800px;
    padding-bottom: 90px
}

.statbox {
    background: #fdfdfd;
    width: 525px;
    -webkit-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    padding: 30px
}

.accpaybox {
    background: #fdfdfd;
    width: 525px;
    -webkit-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    padding: 30px
}

.accpaybox .payrow {
    height: 50px;
    line-height: 50px;
    width: 205px;
    float: left;
    margin: 0 27px 20px 0
}

.accpaybox .payrow img {
    float: left;
    padding-right: 0
}

.accpaybox .payrow span {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e3e3e3;
    display: block;
    width: 145px;
    float: right;
    padding-left: 15px;
    font-size: 20px;
    color: #1e536c
}

.accpaybox {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.accpaybox:hover {
    -webkit-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3)
}

.loginbox {
    background: #fdfdfd;
    width: 525px;
    -webkit-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    padding: 30px
}

.loginbox {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.loginbox:hover {
    -webkit-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 29px 5px rgba(0, 0, 0, .3)
}

.statline {
    border: 2px solid #ebf1f6;
    color: #1e536c;
    padding: 8px 7px 8px 13px;
    margin: 6px 0
}

.statline div {
    width: 110px;
    float: right;
    font-weight: 600
}

.statline img {
    width: 30px;
    float: right;
    margin-top: -3px
}

.statbg .floatleft .statheadline {
    font-size: 30px;
    color: #1e536c;
    text-transform: uppercase;
    margin: -90px 0 60px 0
}

.statbg .floatright .statheadline {
    font-size: 30px;
    color: #80a150;
    text-transform: uppercase;
    margin: -90px 0 60px 0
}

.footer1 {
    background: url(../img/footerbg.png) top center no-repeat #f6f6f6;
    max-width: 1920px;
    height: 641px;
    margin: 0 auto
}

.footer2 {
    background: url(../img/footerarrow.png) 80% 14% no-repeat;
    max-width: 1920px;
    height: 641px
}

.animarrows {
    max-width: 1920px;
    height: 641px;
    background: url(../img/footerarrows.png);
    background-size: 850px 2500px;
    animation: animarrows2 60s ease infinite
}

@keyframes animarrows2 {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 100% 100%
    }
}

.headlinefooter {
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
    text-transform: uppercase
}

.headlinefooter span {
    color: #7fa04f
}

.crleft {
    width: 570px;
    float: left;
    color: #fff;
    height: 340px;
    padding-top: 120px;
    text-align: justify
}

.crleft img {
    width: 230px;
    display: block;
    padding-bottom: 30px
}

.contactaddr {
    border-bottom: 1px solid #838c97;
    font-size: 18px;
    padding: 20px 0;
    color: #000;
    margin-bottom: 30px;
    line-height: 30px
}

.contacttxt {
    font-size: 20px
}

.contacttxt a {
    display: block;
    padding-bottom: 20px;
    padding-left: 15px
}

.crright .addr {
    border-bottom: 1px solid #284d71;
    font-size: 15px;
    padding-bottom: 20px;
    color: #fff;
    margin-bottom: 20px
}

.crright {
    width: 420px;
    float: right;
    padding-top: 120px
}

.crright a {
    display: block;
    padding: 4px 0;
    color: #fff
}

.crright a:hover {
    cursor: pointer;
    color: #7ea14a
}

.crterms {
    float: left;
    font-size: 14px;
    text-decoration: underline;
    padding-top: 20px
}

.cr {
    float: right;
    text-transform: uppercase;
    padding-top: 10px
}

.animarrows2 {
    background: url(../img/footerup.png) top center no-repeat;
    max-width: 1920px;
    height: 641px
}

.footmenu {
    background: url(../img/footermenu.png);
    height: 104px;
    margin-top: 15px;
    padding-top: 22px;
    margin-bottom: 90px
}

#tabs {
    margin-top: 40px
}

#tabs ul {
    height: 60px;
    width: 100%;
    margin-bottom: 10px
}

#tabs li a {
    width: 214px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    float: left;
    display: block;
    text-decoration: none;
    color: #1e536c;
    font-size: 17px;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin: 0 15px;
    padding: 0 10px
}

.tabdep li a {
    width: 153.85px !important;
    height: 70px !important;
    line-height: 24px !important;
    text-align: center;
    float: left;
    display: block;
    text-decoration: none;
    color: #1e536c;
    font-size: 17px;
    border: 1px solid #d3e0e7 !important;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin: 0 15px;
    padding: 7px 10px !important;
    margin-left: -1px !important
}

#tabs li a:first-child {
    margin-left: 0
}

#tabs li a:last-child {
    margin-right: 0
}

#tabs li a:hover {
    background: #ebf1f6;
    border: 1px solid #dde6ee
}

.planbox {
    height: 245px !important;
    background: #fdfdfd;
    width: 1070px;
    -webkit-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    padding: 30px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.depplanbox {
    height: 445px !important;
    background: #fdfdfd;
    width: 1070px;
    -webkit-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
    padding: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#tabs_container {
    overflow: hidden;
    position: relative;
    z-index: 8888
}

.tabulous_active {
    color: #1e536c !important;
    background: #7fa04f !important;
    border: 1px solid #7fa04f !important;
    color: #fff !important
}

.tabulousclear {
    display: block;
    clear: both
}

#tabs-1,
#tabs-2,
#tabs-3,
#tabs-4,
#tabs-5,
#tabs-6,
#tabs-7 {
    width: 1010px
}

.tabfaq {
    width: 1070px !important
}

.tabfaqa li a {
    width: 355px !important;
    margin: 15px 0 !important
}

.transition {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s
}

.make_transist {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hidescale {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: 0
}

.showscale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s
}

.hideleft {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0
}

.showleft {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s
}

.hidescaleup {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0
}

.showscaleup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s
}

.hideflip {
    opacity: 0;
    -webkit-transform: rotatey(-90deg) scale(1.1);
    -moz-transform: rotatey(-90deg) scale(1.1);
    -o-transform: rotatey(-90deg) scale(1.1);
    -ms-transform: rotatey(-90deg) scale(1.1);
    transform: rotatey(-90deg) scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.showflip {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: rotatey(0) scale(1);
    -moz-transform: rotatey(0) scale(1);
    -o-transform: rotatey(0) scale(1);
    -ms-transform: rotatey(0) scale(1);
    transform: rotatey(0) scale(1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.tabdep ul {
    margin-bottom: 50px !important
}

.graph {
    height: 835px;
    background: url(../img/graph.png) repeat-x 0 100%;
    animation: graph 15s linear infinite;
    -webkit-animation: graph 15s linear infinite
}

@keyframes graph {
    from {
        background-position: -1105px 100%, 0 0
    }
    to {
        background-position: 0 100%, 0 0
    }
}

@-webkit-keyframes graph {
    from {
        background-position: -1105px 100%, 0 0
    }
    to {
        background-position: 0 100%, 0 0
    }
}

.graph2 {
    height: 835px;
    background: url(../img/graph2.png) repeat-x 0 100%;
    animation: graph2 25s linear infinite;
    -webkit-animation: graph2 25s linear infinite
}

@keyframes graph2 {
    from {
        background-position: -1105px 100%, 0 0
    }
    to {
        background-position: 0 100%, 0 0
    }
}

@-webkit-keyframes graph2 {
    from {
        background-position: -1105px 100%, 0 0
    }
    to {
        background-position: 0 100%, 0 0
    }
}

.headlineintbig {
    font-size: 62px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 50px;
    padding-top: 15px
}

.headlineintbig span {
    color: #7fa04f
}

.headlineintsmall {
    font-size: 24px;
    color: #000;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-top: 2px solid #7fa04f;
    padding-top: 13px
}

.headlineintsmall span {
    color: #7fa04f
}

.aboutmaintext {
    padding: 30px 0 70px 0;
    text-align: justify
}

.aboutleft {
    width: 615px;
    padding-top: 40px;
    float: left
}

.aboutright {
    width: 450px;
    float: right
}

.aboutright img {
    -webkit-box-shadow: 0 0 16px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 16px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 16px 5px rgba(0, 0, 0, .2);
    float: right
}

.aboutheadline {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 64px
}

.aboutheadline img {
    float: left;
    width: 64px
}

.abouttxt {
    text-align: justify;
    padding: 20px 0 30px 0
}

.blankbg {
    background: url(../img/blankbg.html) top center no-repeat;
    margin-top: -210px;
    position: relative;
    z-index: 9994;
    padding-top: 210px;
    min-height: 800px;
    padding-bottom: 90px
}

.abouttxt2 {
    text-align: justify;
    padding-bottom: 80px
}

.aboutstatbox {
    width: 216px;
    height: 125px;
    background: url(../img/aboutstatbox.html);
    float: left;
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
    margin-right: 13px
}

.aboutstatbox span {
    display: block;
    font-size: 28px;
    padding-top: 10px
}

.aboutstatleft {
    width: 465px;
    float: left;
    padding-top: 90px
}

#bullcontainer {
    margin: -380px 0 0 0;
    position: relative;
    z-index: 9999;
    filter: drop-shadow(20px 10px 50px #05152c)
}

#bearcontainer {
    position: relative;
    margin: -360px 0 0 -30px;
    z-index: 9998;
    filter: drop-shadow(-10px 10px 50px #093056)
}

.thead1 {
    font-size: 26px;
    color: #7fa04f;
    text-transform: uppercase
}

.thead1 span:nth-of-type(1) {
    width: 35px;
    float: left;
    border-top: 2px solid #b7b7b7;
    border-left: 2px solid #b7b7b7;
    height: 30px
}

.thead1 span:nth-of-type(2) {
    width: 960px;
    float: left;
    margin: -12px 0 0 20px;
    text-transform: none !important
}

.thead1 span:nth-of-type(3) {
    width: 35px;
    float: right;
    border-top: 2px solid #b7b7b7;
    border-right: 2px solid #b7b7b7;
    height: 30px
}

.tabfaq .thead1 {
    font-size: 20px;
    color: #7fa04f;
    text-transform: uppercase
}

.tabfaq .thead1 span:nth-of-type(1) {
    width: 35px;
    float: left;
    border-top: 2px solid #b7b7b7;
    border-left: 2px solid #b7b7b7;
    height: 30px
}

.tabfaq .thead1 span:nth-of-type(2) {
    width: 960px;
    float: left;
    margin: -12px 0 0 20px
}

.tabfaq .thead1 span:nth-of-type(3) {
    width: 35px;
    float: right;
    border-top: 2px solid #b7b7b7;
    border-right: 2px solid #b7b7b7;
    height: 30px
}

.theadacc {
    width: 310px !important;
    text-transform: uppercase !important;
    font-size: 20px !important
}

.theadacc font {
    color: #000 !important
}

.tbody {
    display: block;
    border-left: 2px solid #b7b7b7;
    border-bottom: 2px solid #b7b7b7;
    border-right: 2px solid #b7b7b7;
    padding: 45px 35px 35px 35px
}

.tbodyhow {
    font-size: 16px;
    text-align: justify
}

.tbodyhow span {
    font-size: 80px;
    color: #7fa04f;
    font-weight: 900;
    float: left;
    margin: 20px 0 20px 0;
    width: 70px
}

.howpaybox {
    width: 515px
}

.howpayhead1 {
    background: url(../img/urlbg.png);
    width: 515px;
    height: 62px;
    margin-top: 35px
}

.howpayhead1 img {
    float: left;
    margin: 4px 0 0 7px
}

.howpayhead1 div {
    width: 290px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    float: right;
    text-transform: none;
    line-height: 62px;
    padding-right: 7px
}

.howpayhead1 div a {
    color: #fff
}

.howpayboxtxt {
    border-bottom: 2px solid #b7b7b7;
    border-right: 2px solid #b7b7b7;
    border-left: 2px solid #b7b7b7;
    padding: 20px 25px;
    text-align: justify;
    margin-top: -2px
}

.welcomebox {
    width: 590px;
    float: left;
    padding-top: 130px;
    font-size: 24px
}

.welcomebox span {
    border-bottom: 3px solid #7fa04f;
    padding: 0 30px 20px 0
}

.accrefbox {
    width: 483px;
    float: right;
    margin-top: -50px
}

.accrefbox span:nth-of-type(1) {
    padding: 0 0 6px 30px;
    display: block
}

.accrefbox span:nth-of-type(2) {
    background: url(../img/reflinkacc.html);
    width: 483px;
    height: 35px;
    color: #fff;
    display: block;
    line-height: 35px;
    font-size: 14px;
    padding-left: 30px
}

.accrefbox span:nth-of-type(3) {
    display: block;
    font-size: 12px
}

.account-button {
    color: #fff;
    background-color: #0f648b;
    text-align: center;
    text-transform: uppercase;
    margin: 7px;
    display: inline-block;
    line-height: 50px;
    transition: color .5s, background .5s;
    height: 50px;
    padding: 0 24px;
    margin-left: -4px
}

.account-button-last {
    background-color: #7fa04f !important
}

.account-button-last:hover {
    background-color: #69893b !important
}

.account-button:hover {
    background-color: #144a63;
    transition: all .3s
}

.account-button>.button {
    font-size: 14px;
    padding: 0 0;
    color: #fff;
    text-transform: uppercase
}

.button-slanted {
    -ms-transform: skewX(-28deg);
    -webkit-transform: skewX(-28deg);
    transform: skewX(-28deg)
}

.button-slanted-content {
    -ms-transform: skewX(28deg);
    -webkit-transform: skewX(28deg);
    transform: skewX(28deg);
    display: inline-block
}

.refurlbut {
    height: 62px !important;
    line-height: 62px !important;
    width: 210px !important
}

.withbut {
    height: 45px !important;
    line-height: 45px !important;
    width: 210px !important
}

.accamountbig {
    font-size: 66px;
    text-transform: uppercase;
    padding-bottom: 50px;
    font-weight: 900;
    color: #7fa04f;
    border-bottom: 1px solid #c5d2de;
    margin-bottom: 40px
}

.accdepwithlink {
    color: #829ba9;
    margin-bottom: 60px
}

.accdepwithlink a {
    margin: 0 40px;
    color: #829ba9;
    text-decoration: underline;
    text-transform: uppercase
}

.accdepwithlink a:hover {
    text-decoration: none;
    color: #80a150
}

.accbright {
    width: 405px;
    font-size: 14px;
    margin-right: 50px;
    margin-left: 50px
}

.accbrightrow {
    color: #1e536c;
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 14px
}

.accbrightrow span {
    float: right;
    font-weight: 600
}

.accbright img {
    float: left;
    margin: 5px 20px 0 0
}

.refurl {
    background: url(../img/refurl.png);
    width: 564px;
    height: 62px;
    line-height: 62px;
    color: #fff;
    padding-left: 25px;
    float: left
}

.refurlright {
    width: 440px;
    float: right;
    text-align: justify;
    margin-top: -15px
}

.usd {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px 0 20px;
    line-height: 45px;
    display: inline-block;
    float: right;
    position: relative;
    margin: -45px -1px 0 0;
    width: 60px;
    font-size: 20px;
    font-family: 'Exo 2', sans-serif;
    z-index: 99999
}

.usd img {
    width: 27px;
    margin: 9px 0 0 0;
    float: right
}

.usd2 {
    color: #e2f3cb;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px 0 20px;
    line-height: 45px;
    display: inline-block;
    float: right;
    position: relative;
    margin: -45px -1px 0 0;
    width: 60px;
    font-size: 20px;
    font-family: 'Exo 2', sans-serif;
    z-index: 99999
}

.sbmt {
    height: 50px;
    background: #2b5d76;
    background: linear-gradient(-60deg, transparent 25px, #2b5d76 0);
    color: #fff;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 0;
    padding-left: 50px;
    padding-right: 70px
}

.sbmt:hover {
    background: #16719b;
    background: linear-gradient(-60deg, transparent 25px, #16719b 0);
    cursor: pointer
}

.payrow {
    display: inline-block;
    color: #fff;
    text-align: center;
    transition: all .5s;
    cursor: pointer
}

.payrow span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: .5s
}

.payrow span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s
}

.payrow:hover span {
    padding-right: 25px
}

.payrow:hover span:after {
    opacity: 1;
    right: 0
}

.inptxt {
    padding: 15px 0 5px 0;
    font-size: 16px
}

.input-field {
    width: 100%;
    background: #ebf1f6;
    height: 45px;
    line-height: 45px;
    color: #000;
    font-size: 16px;
    margin-top: 0;
    z-index: 9998;
    border: 0;
    padding-left: 20px;
    padding-right: 50px;
    border-bottom: 1px solid #c7d0db !important;
    font-family: 'Exo 2', sans-serif
}

.input-field:focus {
    border-bottom: 1px solid #7e92a3 !important
}

.input-field:hover {
    background: #d9e4ed
}

.dep-field {
    width: 100%;
    background: #99b96a;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    z-index: 9998;
    border: 0;
    padding-left: 20px;
    padding-right: 50px;
    border-bottom: 1px solid #80a54c !important;
    font-family: 'Exo 2', sans-serif
}

.dep-field:focus {
    border-bottom: 1px solid #668d34 !important;
    background: #668d34 !important
}

.dep-field:hover {
    background: #80a54c
}

.dep-field::-webkit-input-placeholder {
    color: #c4e299
}

.dep-field::-moz-placeholder {
    color: #c4e299
}

.dep-field:-ms-input-placeholder {
    color: #c4e299
}

.dep-field:-moz-placeholder {
    color: #c4e299
}

.input-message {
    width: 100%;
    background: #ebf1f6;
    color: #000;
    font-size: 14px;
    margin-top: 0;
    z-index: 9998;
    border: 0;
    padding: 10px 20px;
    resize: none;
    border-bottom: 1px solid #c7d0db !important;
    font-family: 'Exo 2', sans-serif
}

.input-message:focus {
    border-bottom: 1px solid #7e92a3 !important
}

.input-message:hover {
    background: #d9e4ed
}

.logintxt {
    padding: 30px 35px 25px 35px;
    text-align: justify
}

.supportpad {
    padding: 20px 35px 5px 35px
}

.signrow {
    margin-bottom: 12px;
    height: 45px;
    line-height: 45px
}

.signrow1 {
    font-size: 16px;
    margin-bottom: 5px;
    width: 155px;
    float: left
}

.sign-field {
    background: #ebf1f6;
    float: right;
    width: 280px;
    height: 45px;
    border: 0;
    line-height: 45px;
    color: #000;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-bottom: 1px solid #c7d0db !important;
    font-family: 'Exo 2', sans-serif
}

.sign-field:focus {
    border-bottom: 1px solid #7e92a3 !important
}

.sign-field:hover {
    background: #d9e4ed
}

.error {
    background: #d40203;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    margin: 2px 0
}

.error i {
    color: #ffc1c1;
    margin-right: 10px
}

.ok {
    background: #98ba6c;
    color: #fff;
    font-size: 18px;
    padding: 35px 20px
}

.ok i {
    font-size: 90px;
    margin-bottom: 20px;
    color: #e4ffc1
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]+label span {
    display: inline-block;
    width: 31px;
    height: 26px;
    margin: -4px 10px 0 0;
    vertical-align: middle;
    background: url(../img/ico/check.html) left top no-repeat;
    cursor: pointer
}

input[type=checkbox]:checked+label span {
    background: url(../img/ico/check.html) -31px top no-repeat
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important
}

.tabblank {
    width: 152.8571428571px !important;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: 0 0
}

.tabrecommend {
    width: 152.8571428571px !important;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: rgba(15, 70, 93, 1);
    background: -moz-linear-gradient(left, rgba(15, 70, 93, 1) 0, rgba(68, 117, 140, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(15, 70, 93, 1)), color-stop(100%, rgba(68, 117, 140, 1)));
    background: -webkit-linear-gradient(left, rgba(15, 70, 93, 1) 0, rgba(68, 117, 140, 1) 100%);
    background: -o-linear-gradient(left, rgba(15, 70, 93, 1) 0, rgba(68, 117, 140, 1) 100%);
    background: -ms-linear-gradient(left, rgba(15, 70, 93, 1) 0, rgba(68, 117, 140, 1) 100%);
    background: linear-gradient(to right, rgba(15, 70, 93, 1) 0, rgba(68, 117, 140, 1) 100%)
}

.tabvip {
    width: 152.8571428571px !important;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: rgba(129, 161, 80, 1);
    background: -moz-linear-gradient(left, rgba(129, 161, 80, 1) 0, rgba(181, 209, 141, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(129, 161, 80, 1)), color-stop(100%, rgba(181, 209, 141, 1)));
    background: -webkit-linear-gradient(left, rgba(129, 161, 80, 1) 0, rgba(181, 209, 141, 1) 100%);
    background: -o-linear-gradient(left, rgba(129, 161, 80, 1) 0, rgba(181, 209, 141, 1) 100%);
    background: -ms-linear-gradient(left, rgba(129, 161, 80, 1) 0, rgba(181, 209, 141, 1) 100%);
    background: linear-gradient(to right, rgba(129, 161, 80, 1) 0, rgba(181, 209, 141, 1) 100%)
}

td.inheader {
    font-weight: 700;
    text-align: left;
    COLOR: #000;
    padding: 10px 20px;
    background: #d5e6f6;
    padding-left: 30px;
    font-size: 16px
}

td.item {
    background-color: none;
    COLOR: #000;
    padding: 7px;
    border: 0;
    text-align: left;
    padding-left: 30px
}

.inpts {
    background: #47ad4e;
    background: -moz-linear-gradient(top, rgba(71, 173, 78, 1) 0, rgba(19, 159, 94, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(71, 173, 78, 1) 0, rgba(19, 159, 94, 1) 100%);
    background: linear-gradient(to bottom, rgba(71, 173, 78, 1) 0, rgba(19, 159, 94, 1) 100%);
    background: #ebf1f6;
    height: 45px;
    border: 0;
    line-height: 45px;
    color: #000;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-bottom: 1px solid #c7d0db !important;
    font-family: 'Exo 2', sans-serif
}