* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

body,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
span,
ul {
    padding: 0;
    margin: 0
}

body,
html {
    padding: 0;
    margin: 0
}

input {
    border: none;
    outline: 0
}

textarea {
    border: none;
    outline: 0;
    overflow: auto
}

input.button {
    border: none;
    outline: 0
}

input[type=checkbox] {
    border: none;
    outline: 0
}

img {
    outline: 0;
    border: none
}

li {
    list-style: none
}

a {
    text-decoration: none
}

a:focus {
    outline: 0
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clsFloatLeft {
    float: left
}

.clsFloatRight {
    float: right
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 14px;
    font-family: ZohoPuvi;
    color: #000;
    background: #f9f9f9
}

header {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0
}

.credential-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.credential-sprite {
    background: url(../images/credential-sprite.png) no-repeat left top;
    display: inline-block;
    background-size: 1000px 1000px
}

.wam-form {
    margin: 60px 0 0;
    display: table
}

.wam-form ul {
    margin: 0;
    padding: 0 !important
}

.wam-form ul li {
    list-style-type: none;
    float: left;
    background: #fff
}

.wam-form ul li:nth-child(1) {
    width: 280px;
    position: relative;
    border-right: 0;
    border-radius: 4px 0 0 4px
}

.errMsg,
.errMsg2,
.errMsg3,
.errMsg4 {
    display: none;
    font-size: 12px;
    position: absolute;
    margin-top: -20px;
    margin-left: 0;
    line-height: 18px;
    color: red
}

.wam-form ul li input {
    width: 100%;
    height: 46px;
    border: 0;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    outline: 0;
    color: #2b2b2b;
    background: 0 0
}

.wam-form ul li:nth-child(1) input {
    font-size: 16px;
    position: relative;
    border-radius: 15px;
    padding-left: 50px
}

.icn-mail {
    position: absolute;
    left: 19px;
    top: -2px;
    bottom: 0;
    margin: auto;
    background-position: -1px 0;
    width: 19px;
    height: 14px
}

.wam-form ul li:nth-child(1) input::placeholder {
    color: #889196
}

.wam-form ul li:nth-child(2) {
    width: 50px;
    border-left: 0;
    border-right: 0;
    position: relative
}

.wam-form ul li:nth-child(2):before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #adadad;
    margin: 22px 0 0 29px;
    z-index: 0;
    left: 5px
}

.wam-form ul li.showing-state:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #adadad;
    margin: 22px 0 0 29px;
    z-index: 0;
    right: 11px
}

.selectedCountry {
    width: 50px;
    height: 33px;
    top: 2px;
    position: absolute;
    color: #6e6e6e;
    font-size: 16px;
    margin: 5px 0 0 0;
    line-height: 33px;
    left: 0;
    padding-left: 8px;
    border-left: 1px solid #e5e5e5;
    font-weight: 400;
    color: #919191
}

.selectedCountry:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 33px;
    top: 0;
    right: 0;
    background-color: #e5e5e5;
    display: none
}

.wam-form ul li.showing-state {
    width: 180px
}

.wam-form ul li.showing-state .selectedCountry:after {
    display: block
}

.wel {
    position: fixed;
    top: -80px;
    left: 0;
    right: 0;
    background: #d2ecd3;
    z-index: 99;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: 0 1px 10px 0 #484848c4;
    transition: all .5s ease;
    background: #8A2387;
    background: -webkit-linear-gradient(to right, #F27121, #E94057, #8A2387);
    background: linear-gradient(to left, #213cf2, #a9046e, #8A2387)
}

.wel.act {
    top: 0
}

.wam-form ul li select {
    width: 50px;
    height: 46px;
    border: 0;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 15px;
    outline: 0;
    background: #fff;
    margin: 0;
    background: 0 0;
    z-index: 9;
    position: relative;
    color: #6e6e6e;
    font-size: 12px;
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    float: left
}

.wam-form ul li:nth-child(3) {
    border: 0;
    padding-left: 0;
    background: 0 0
}

.wam-form ul li input[type=submit] {
    font-size: 17px;
    font-weight: 500;
    background: #d22222;
    color: #fff;
    padding: 0 39px;
    cursor: pointer;
    font-weight: 600;
    text-transform: capitalize;
    height: 46px;
    border: 0;
    outline: 0;
    border-radius: 0 4px 4px 0;
    transition: all .5s ease
}

.wam-form ul li input[type=submit]:hover {
    background: #c11818;
    transition: all .5s ease
}

.wam-form ul li:nth-child(4) {
    background: 0 0;
    width: 100%;
    margin-top: 15px;
    border: 0
}

.dwn-priv {
    color: #fff;
    font-size: 11px;
    margin-top: -8px;
    line-height: 16px;
    font-weight: 200
}

.dwn-priv a {
    font-size: 11px;
    color: #fff;
    text-decoration: underline;
}

#meGDPRMessage {
    line-height: 17px;
    margin: 0 0 13px;
    width: 100%
}

#meGDPRMessage label {
    font-size: 11px;
    line-height: 18px;
    color: #fff
}

#meGDPRMessage label a {color: inherit;    text-decoration: underline;}

#meGDPRMessage .checkmarkgdpr {
    margin-bottom: 0
}

.succView {
    display: none
}

#dwn-form-alert {
    width: 250px !important;
    z-index: 11
}

.wam-form ul li select.commonselect {
    position: static;
    font-size: 15px;
    background: url(https://www.manageengine.com/products/ad-manager/images/arrow-gra.png) 137px 21px no-repeat;
    background-size: 8px;
    opacity: 1;
    width: 130px;
    background-color: #fff
}

#meGDPRMessage span.checkmarkgdpr.enableCheckgdpr:before {top: 0px;
    left: 2px;}

@media screen and (max-width:680px) {
    .wam-form {
        width: 100%
    }

    .wam-form ul li:nth-child(1) {
        width: 80%;
        border-radius: 4px;
        border: none
    }

    .wam-form ul li:nth-child(2) {
        width: 18%;
        border-radius: 4px;
        margin-left: 2%
    }

    .wam-form ul li:nth-child(2):before {
        left: inherit;
        right: 11px
    }

    .selectedCountry {
        width: 100%;
        height: 100%;
        border: none;
        top: 0
    }

    .wam-form ul li select.commonselect {
        border-radius: 4px;
        position: absolute;
        bottom: 50px;
        font-size: 13px;
        width: 100%;
        left: 0
    }

    .wam-form ul li.showing-state:after {
        bottom: 70px;
        z-index: 10;
        margin-top: 0
    }

    .wam-form ul li select {
        width: 100%
    }

    .wam-form ul li:nth-child(3) {
        width: 100%;
        margin-top: 10px
    }

    .wam-form ul li input[type=submit] {
        border-radius: 4px
    }
}

@keyframes scale {
    0% {
        transform: scale(0);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes jump {
    0% {
        transform: translateY(-8px)
    }

    100% {
        transform: translateY(8px)
    }
}

.credential-banner {
    background: url(../images/banner-bg-pattern.png) left 75px #100a30;
    background-size: cover;
    padding-top: 160px;
    min-height: 900px
}

.credential-banner .banner-left {
    float: left;
    max-width: 715px;
    width: 100%
}

.credential-banner .banner-left h1 {
    background: #FF04B3;
    background: -webkit-repeating-linear-gradient(to right, #FF04B3 0, #F8A276 52%, #F8CF6C 100%);
    background: -moz-repeating-linear-gradient(to right, #FF04B3 0, #F8A276 52%, #F8CF6C 100%);
    background: repeating-linear-gradient(to right, #FF04B3 0, #F8A276 52%, #F8CF6C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 43px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 20px
}

.credential-banner .banner-left span {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
    display: block
}

.credential-banner .banner-left p {
    font-size: 16px;
    color: #fff;
    line-height: 31px
}

.credential-banner .banner-right {
    float: right;
    position: relative;
    width: 352px;
    height: 387px
}

.credential-banner .banner-right .banner-bg {
    background-position: -144px -24px;
    width: 344px;
    height: 382px;
    position: absolute;
    transition: 1s ease-in;
    opacity: 0
}

.credential-banner .banner-right .banner-bg.anim-done {
    opacity: 1;
    top: 0
}

.credential-banner .banner-right .h1 {
    display: block;
    width: 196px;
    height: 125px;
    margin: auto;
    background-position: -562px -14px;
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    transition: 1s ease-in;
    opacity: 0;
    z-index: 0
}

.credential-banner .banner-right .h1.anim-done {
    opacity: 1;
    top: 27px
}

.credential-banner .banner-right .h1-1 {
    background-position: -592px -203px;
    width: 304px;
    height: 28px;
    position: absolute;
    left: 0;
    right: 0;
    transition: 1s ease-in;
    opacity: 0;
    margin: auto
}

.credential-banner .banner-right .h1-1.anim-done {
    opacity: 1;
    top: 222px;
    z-index: 2
}

.credential-banner .banner-right .key,
.credential-banner .banner-right .lock,
.credential-banner .banner-right .pwd {
    position: absolute;
    transition: 1s ease-in;
    opacity: 0;
    margin: auto
}

.credential-banner .banner-right .key.anim-done,
.credential-banner .banner-right .lock.anim-done,
.credential-banner .banner-right .pwd.anim-done {
    opacity: 1;
    z-index: 2
}

.credential-banner .banner-right .lock {
    background-position: -4px -188px;
    width: 41px;
    height: 43px;
    animation: jump 1.8s ease-in-out 0s infinite alternate
}

.credential-banner .banner-right .lock.anim-done {
    top: 130px;
    left: -48px
}

.credential-banner .banner-right .pwd {
    background-position: -4px -252px;
    width: 65px;
    height: 14px;
    animation: jump 1.8s ease-in-out 0s infinite alternate
}

.credential-banner .banner-right .pwd.anim-done {
    top: 125px;
    right: 10px
}

.credential-banner .banner-right .key {
    background-position: -2px -147px;
    width: 27px;
    height: 24px;
    animation: jump 1.8s ease-in-out 0s infinite alternate
}

.credential-banner .banner-right .key.anim-done {
    top: 90px;
    left: 30px
}

.credential-banner .banner-right .system {
    background-position: -619px -340px;
    width: 352px;
    height: 239px;
    left: 0;
    bottom: -2px;
    position: absolute;
    transition: 1.3s ease-in;
    opacity: 0;
    z-index: 1
}

.credential-banner .banner-right .system.anim-done {
    opacity: 1;
    bottom: -2px
}

.credential-box {
    background: #ffecce;
    border: 1px dotted #ed3637;
    max-width: 1350px;
    width: 100%;
    margin: -210px auto 0;
    border-radius: 30px;
    padding: 90px 0;
    position: relative;
    overflow: hidden
}

.credential-box:before {
    content: "";
    background: url(../images/credential-sprite.png) no-repeat -8px -579px;
    background-size: 1000px 1000px;
    width: 758px;
    height: 147px;
    position: absolute;
    left: 0;
    bottom: 0
}

.credential-box h2 {
    font-size: 34px;
    color: #000;
    font-weight: 300;
    float: left;
    width: 550px;
    line-height: 52px
}

.credential-box h2 span {
    display: block;
    font-size: 38px;
    font-weight: 600;
    color: #d4252a
}

.credential-box .credential-defend-list {
    float: right;
    width: 550px
}

.credential-box .credential-defend-list>ul>li {
    font-size: 16px;
    color: #000;
    padding-left: 38px;
    position: relative;
    margin-bottom: 27px;
    line-height: 25px
}

.credential-box .credential-defend-list>ul>li:before {
    content: '';
    background: url(../images/credential-sprite.png) no-repeat -24px 0;
    background-size: 1000px 1000px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -2px
}

.credential-box .credential-defend-list>ul>li ul {
    margin-top: 25px
}

.credential-box .credential-defend-list>ul>li ul li {
    font-size: 16px;
    color: #000;
    padding-left: 25px;
    position: relative;
    margin-bottom: 17px;
    line-height: normal
}

.credential-box .credential-defend-list>ul>li ul li:before {
    content: '';
    background: url(../images/credential-sprite.png) no-repeat -6px -28px;
    background-size: 1000px 1000px;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 3px
}

.credential-box .credential-defend-list>ul>li:last-child {
    margin-bottom: 0
}

.cred-inner-list {
    margin: 100px 0
}

.cred-inner-list ul {
    max-width: 900px;
    margin: 0 auto
}

.cred-inner-list ul li {
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 25px 30px;
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    transition: .3s all ease
}

.cred-inner-list ul li:before {
    content: "";
    width: 90%;
    position: absolute;
    height: 106%;
    right: -3px;
    top: -3px;
    bottom: -3px;
    border-radius: 0 10px 10px 0;
    z-index: -1;
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0, #dfdfdf 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #fff), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(left, #fff 0, #dfdfdf 100%);
    background: -o-linear-gradient(left, #fff 0, #dfdfdf 100%);
    background: -ms-linear-gradient(left, #fff 0, #dfdfdf 100%);
    background: linear-gradient(to right, #fff 0, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=1);
    transition: .3s background ease
}

.cred-inner-list ul li:hover {
    box-shadow: 5px 8px 46px rgba(0, 0, 0, .09)
}

.cred-inner-list ul li:hover:before {
    background: 0 0
}

.cred-inner-list ul li .list-cont {
    padding-top: 9px;
    float: left
}

.cred-inner-list ul li span {
    font-size: 22px;
    font-weight: 500;
    color: #d4252a;
    margin-right: 35px;
    display: inline-block;
    vertical-align: top
}

.cred-inner-list ul li strong {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    vertical-align: top
}

.cred-inner-list ul li a {
    float: right;
    background: #171545;
    border: 1px solid #7570ce;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 9px 20px 9px 20px;
    border-radius: 5px
}

.cred-inner-list ul li a .icn-arrow {
    background-position: -1px -48px;
    width: 21px;
    height: 15px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px
}

.cred-inner-list ul li:after,
.cred-inner-list ul li:before {
    content: "";
    display: table;
    clear: both
}

#backToTop {
    display: none !important
}

.wam-form.shake {
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

.ffw-errmsg {
    display: none;
    font-size: 11px;
    margin-top: 7px;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 2px 10px;
    position: absolute
}

.ffw-errmsg:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 7px solid #f8d7da;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    left: 17px
}

footer {
    background: #1c1c1c;
    padding: 80px 0 25px;
    text-align: center
}

footer ul {
    margin-bottom: 60px
}

footer ul li {
    display: inline-block;
    margin-left: 20px
}

footer ul li:first-child {
    margin-left: 0
}

footer ul li a {
    display: block
}

footer ul li a.fb {
    background-position: -8px -878px;
    width: 35px;
    height: 35px
}

footer ul li a.twitter {
    background-position: -65px -878px;
    width: 35px;
    height: 35px
}

footer ul li a.linkedin {
    background-position: -123px -878px;
    width: 35px;
    height: 35px
}

footer ul li a.youtube {
    background-position: -181px -878px;
    width: 35px;
    height: 35px
}

footer p {
    font-size: 14px;
    color: #969696
}

.credential-full-bg {
    background: #0d0434 url(../images/inner-bg-pattern.png) repeat-x left top;
    background-size: contain;
    padding-top: 135px
}

.credential-full-bg .credential-inner-page .credential-tablist-wrap {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 300px;
    width: 100%
}

.credential-full-bg .credential-inner-page .credential-tablist-wrap .cred-back-home {
    position: relative;
    margin-bottom: 25px;
    display: block
}

.credential-full-bg .credential-inner-page .credential-tablist-wrap .cred-back-home a {
    position: relative;
    display: block
}

.credential-full-bg .credential-inner-page .credential-tablist-wrap .cred-back-home a:after,
.credential-full-bg .credential-inner-page .credential-tablist-wrap .cred-back-home a:before {
    content: "";
    background: url(../images/credential-sprite.png) no-repeat;
    display: inline-block;
    background-size: 1000px 1000px;
    position: relative;
    vertical-align: middle
}

.credential-full-bg .credential-inner-page .credential-tablist-wrap .cred-back-home a:before {
    background-position: -1px -69px;
    width: 21px;
    height: 15px
}

.credential-full-bg .credential-inner-page .credential-tablist-wrap .cred-back-home a:after {
    background-position: -57px -1px;
    width: 22px;
    height: 20px;
    margin-left: 8px
}

.credential-full-bg .credential-inner-page .credential-tablist-wrap .mew-tab-list {
    margin-left: -35px
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-list li {
    display: block;
    padding: 0 0 0 33px;
    transition: all .3s ease
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-list li:hover {
    background: #090327
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-list li.active {
    background: #1a0e50;
    border-bottom: 1px solid #fff
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-list li.active a {
    border-bottom: none
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-list li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 20px 40px;
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    border-bottom: 1px solid #3f385e
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-list li a span {
    font-size: 17px;
    font-weight: 500;
    color: #ffbcbc;
    position: absolute;
    left: 0;
    top: 20px
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-list li a strong {
    font-weight: 600;
    display: block
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content {
    float: left;
    max-width: 900px;
    width: 100%;
    background: #fff;
    border-radius: 5px 0 0 0;
    padding: 0 35px 100px 50px;
    position: relative
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin: 40px 0 0;
    line-height: 36px
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 15px
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content .right-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    left: 100%
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content h4 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 30px
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content ul {
    margin: 5px 0 0
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content ul li {
    position: relative;
    padding: 0 0 0 18px;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 28px
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    background: url(../images/credential-sprite.png) no-repeat -6px -28px;
    background-size: 1000px 1000px;
    height: 10px;
    width: 10px
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content ul li strong {
    font-weight: 500
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content a {
    font-size: 15px;
    font-weight: 300;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content img {
    display: block;
    max-width: 100%;
    margin-top: 30px
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content table {
    min-width: 500px;
    border-collapse: collapse;
    margin-top: 15px
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content table tr {
    background: #fcfbfb
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content table tr:nth-child(odd) {
    background: #ecf6ff
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content table tr td {
    padding: 20px 35px;
    font-size: 15px;
    vertical-align: top;
    line-height: 30px
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content table tr td:first-child {
    font-weight: 600
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content .cred-sub-cont {
    padding-left: 30px
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content .cred-sub-cont h5 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content .mew-tab-pane {
    display: none
}

.credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content .mew-tab-pane.active {
    display: block
}

.credential-full-bg .credential-inner-page .tab-navigation-wrap {
    width: 900px;
    float: right;
    padding: 50px 25px 100px 50px
}

.credential-full-bg .credential-inner-page .tab-navigation-wrap .nav-left {
    position: relative;
    float: left;
    width: 290px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-left: 70px;
    line-height: 24px;
    cursor: pointer;
    opacity: .6;
    transition: all .3s ease
}

.credential-full-bg .credential-inner-page .tab-navigation-wrap .nav-left .arrow-left {
    position: absolute;
    left: 0;
    width: 45px;
    height: 90px;
    border-radius: 10px;
    background: #271b5b;
    top: -9px
}

.credential-full-bg .credential-inner-page .tab-navigation-wrap .nav-left .arrow-left .icn-prev {
    background-position: -1px -111px;
    width: 21px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.credential-full-bg .credential-inner-page .tab-navigation-wrap .nav-left:hover {
    opacity: 1
}

.credential-full-bg .credential-inner-page .tab-navigation-wrap .nav-left span {
    font-size: 14px;
    font-weight: 300;
    color: #55c5ff;
    display: block
}

.credential-full-bg .credential-inner-page .tab-navigation-wrap .nav-right {
    float: right;
    width: 290px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding-right: 70px;
    line-height: 24px;
    cursor: pointer;
    opacity: .6;
    transition: all .3s ease;
    position: relative;
    text-align: right
}

.credential-full-bg .credential-inner-page .tab-navigation-wrap .nav-right .arrow-right {
    position: absolute;
    right: 0;
    width: 45px;
    height: 90px;
    border-radius: 10px;
    background: #ffbcbc;
    top: -9px
}

.credential-full-bg .credential-inner-page .tab-navigation-wrap .nav-right .arrow-right .icn-next {
    background-position: -1px -90px;
    width: 21px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.credential-full-bg .credential-inner-page .tab-navigation-wrap .nav-right:hover {
    opacity: 1
}

.credential-full-bg .credential-inner-page .tab-navigation-wrap .nav-right span {
    font-size: 14px;
    font-weight: 300;
    color: #55c5ff;
    display: block
}

.hide {
    display: none !important
}

@media only screen and (max-width:1350px) {
    .credential-box {
        max-width: 98%;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (max-width:1200px) {
    .credential-container {
        max-width: 1000px
    }

    .credential-banner .banner-left {
        max-width: 585px
    }

    .credential-box h2 {
        max-width: 450px
    }

    .credential-box .credential-defend-list {
        width: 450px
    }

    .credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content {
        max-width: 680px
    }

    .credential-full-bg .credential-inner-page .tab-navigation-wrap {
        width: 680px
    }
}

@media only screen and (max-width:1000px) {
    .credential-container {
        padding: 0 20px;
        max-width: 100%
    }

    .credential-banner .banner-left {
        max-width: 100%
    }

    .credential-banner .banner-right {
        display: none
    }

    .credential-banner {
        min-height: 820px
    }

    .credential-box h2 {
        min-width: 100%;
        width: 100%
    }

    .credential-box .credential-defend-list {
        width: 100%;
        margin-top: 25px
    }

    .cred-inner-list ul li,
    .cred-inner-list ul li span,
    .cred-inner-list ul li strong {
        font-size: 18px
    }

    .cred-inner-list ul li a {
        font-size: 18px
    }

    .cred-inner-list ul li span {
        margin-right: 20px
    }

    .credential-box {
        margin-top: -140px
    }

    .credential-full-bg .credential-inner-page .credential-tablist-wrap {
        max-width: 100%
    }

    .credential-full-bg .credential-inner-page .credential-tablist-wrap .mew-tab-list {
        margin-left: 0
    }

    .right-bg {
        display: none
    }

    .credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content {
        border-radius: 5px;
        margin-top: 25px;
        padding: 0 20px 50px 20px;
        max-width: 100%
    }

    .credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content h3 {
        font-size: 22px
    }

    .credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content p {
        font-size: 14px
    }

    .credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content h4 {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {

    .cred-inner-list ul li .list-cont,
    .cred-inner-list ul li a {
        float: none
    }

    .cred-inner-list ul li a {
        display: inline-block;
        margin-top: 15px
    }

    .credential-box:before {
        display: none
    }

    .credential-box {
        margin-top: -80px
    }
}

@media only screen and (max-width:600px) {
    .credential-banner {
        min-height: inherit;
        padding-bottom: 80px
    }

    .credential-box {
        margin-top: 25px
    }

    .credential-box {
        max-width: 95%;
        padding: 50px 0;
        border-radius: 16px
    }

    .credential-box h2,
    .credential-box h2 span {
        font-size: 26px;
        line-height: 40px
    }

    .wam-form {
        width: 100%
    }

    .cred-inner-list ul li {
        position: relative;
        padding-left: 60px
    }

    .cred-inner-list ul li span {
        position: absolute;
        left: 25px
    }

    .credential-banner .banner-left h1 {
        font-size: 33px;
        line-height: 47px
    }

    .credential-banner .banner-left span {
        line-height: 30px
    }

    .tab-navigation-wrap {
        display: none
    }

    .credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content {
        margin-bottom: 60px
    }

    .credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content table {
        width: 100%;
        min-width: inherit
    }

    .credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content h3 {
        font-size: 20px
    }
}

@media only screen and (max-width:400px) {
    .credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content table {
        display: block;
        overflow: auto
    }

    .credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content table tr td {
        padding: 10px
    }

    .credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content table tr td {
        font-size: 13px
    }

    .credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content .cred-sub-cont h5 {
        line-height: 20px;
        font-size: 15px
    }

    .credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content .cred-sub-cont {
        padding: 0
    }

    .credential-full-bg .credential-inner-page .mew-vertical-tab .mew-tab-content ul li {
        line-height: 22px
    }
}