.vmp_index_spr {
    display: inline-block;
    background: url(../images/vmp-index-spr.png)
}

.vmp_index_spr_evms {
    width: 105px;
    height: 105px;
    margin: 10px auto 0
}

.vmp.capabilities .flex-inner .vmp_index_spr_evms {
    opacity: 1;
    transition: all ease 350ms
}

.vmp_index_spr_evms1 {
    background-position: -3px -3px
}

.vmp_index_spr_evms2 {
    background-position: -113px -3px
}

.vmp_index_spr_evms3 {
    background-position: -223px -3px
}

.vmp_index_spr_evms4 {
    background-position: -333px -3px
}

.vmp_index_spr_evms5 {
    background-position: -443px -3px
}

.vmp_index_spr_evms6 {
    background-position: -553px -3px
}

.vmp_index_spr_evms7 {
    background-position: -663px -3px
}

.vmp_index_spr_fmvm {
    width: 65px;
    height: 65px;
    margin: 0 15px 0 0
}

.vmp_index_spr_fmvm1 {
    background-position: -3px -113px
}

.vmp_index_spr_fmvm2 {
    background-position: -75px -113px
}

.vmp_index_spr_fmvm3 {
    background-position: -147px -113px;
    width: 78px
}

.vmp_index_spr_fmvm4 {
    background-position: -215px -113px
}

.vmp_index_spr_fmvm5 {
    background-position: -285px -113px
}

.vmp_index_spr_fmvm6 {
    background-position: -360px -113px
}

#relPrdDCGroupVMP {
    display: none;
}

#relArticles>ul {
    display: block !important;
}

.vmplogosvg img {
    width: 273px;
    height: 44px;
}

#btmBar ul li {
    width: 24%;
}

.prodDownbtnWin {
    background: url(../images/win-lin.png) no-repeat scroll -6px -5px;
    display: inline-block;
    height: 29px;
    width: 28px;
    margin: 15px
}

.bannerflex {
    position: relative;
    background-color: #035fac;
    min-height: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
}

.vmp.bannerflex:after {
    content: '';
    background-color: #fff;
    bottom: 0;
    right: 0;
    position: absolute;
    left: 0;
    height: 250px;
    z-index: 0;
}

.flexslider {
    width: 1200px;
    max-height: none;
}

.flexslider .flexBnrslides>li .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flexslider .flexBnrslides>li .flex .caption {}

.flexslider .flexBnrslides>li .flex .clip {
    position: relative;
    z-index: 1;
}

.flexslider .flexBnrslides>li .flex .clip .cta {
    position: absolute;
    color: #000;
    background-color: #ffcb00;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    width: 90px;
    height: 90px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3), inset 0 -2px 3px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
    transition: all ease 350ms;
    animation: zoom 1s linear infinite 10s;
}

.flexslider .flexBnrslides>li .flex .clip .cta:hover {
    animation: none;
}

@keyframes zoom {
    0% {
        transform: scale(1.1)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}

.flexslider .flexBnrslides>li .flex .clip .radar {
    position: relative;
    background-image: url(../images/vmp-radar.gif);
    background-size: 425px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
    min-width: 1100px;
    margin: auto;
}


.flexslider .flexBnrslides>li .flex .caption h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 60px;
    margin: 0;
    padding: 30px 0 0;
    color: #fff;
}

.flexslider .flexBnrslides>li .flex .caption h2 strong {
    font-size: 32px;
    font-weight: 600;
}

.flexslider .flexBnrslides>li .flex .caption a {
    position: relative;
    display: block;
    max-width: 180px;
    text-align: center;
    color: #000;
    background-color: #ffd40e;
    padding: 12px;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 25px;
}

.flexslider .flexBnrslides>li .flex .clip .scan_wrap {
    position: absolute;
    width: 345px;
    height: 345px;
    overflow: hidden;
    margin: auto;
    left: 0;
    right: 0;
    top: 77px;
    border-radius: 50%;
}

.flexslider .flexBnrslides>li .flex .clip .scanner {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-top: 175px solid #0097ff85;
    border-radius: 50%;
    top: -173px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    transform: rotate(-85deg);
    transform-origin: bottom;
    animation: scan 10s linear infinite;
}

@keyframes scan {
    from {
        transform: rotate(-85deg);
    }

    to {
        transform: rotate(275deg);
    }
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker p {
    margin: 0;
    padding: 5px 15px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    opacity: 0;
    transition: all linear 350ms 1s;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker h3 {
    position: relative;
    margin: 0;
    color: #ffe58b;
    background-color: #004a88;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 18px;
    line-height: normal;
    display: inline-block;
    font-weight: 600;
    opacity: 0;
    transition: all linear 350ms 750ms;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker h3:before {
    content: '';
    height: 0;
    border: 1px dashed #01dcff;
    position: absolute;
    z-index: 3;
    opacity: 0;
    transition: all linear 350ms 500ms;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker h3:after {
    content: '';
    height: 0;
    border: 1px dashed #01dcff;
    position: absolute;
    z-index: 3;
    opacity: 0;
    transition: all linear 350ms 350ms;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker.show p,
.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker.show h3,
.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker.show h3:before,
.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker.show h3:after {
    opacity: 1;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(1) h3:before {
    width: 100px;
    top: 15px;
    right: -103px;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(1) h3:after {
    width: 204px;
    top: 51px;
    right: -305px;
    transform: rotate(20deg);
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(2) h3:before {
    width: 52px;
    top: 15px;
    left: -55px;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(2) h3:after {
    width: 120px;
    top: 55px;
    left: -165px;
    transform: rotate(-40deg);
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(3) h3:before {
    width: 54px;
    top: 15px;
    left: -57px;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(3) h3:after {
    width: 100px;
    top: -11px;
    left: -153px;
    transform: rotate(30deg);
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(4) h3:before {
    width: 100px;
    top: 15px;
    right: -103px;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(4) h3:after {
    width: 62px;
    top: 35px;
    right: -162px;
    transform: rotate(37deg);
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(3) p,
.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(4) p {
    color: #000;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:after {
    content: '';
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    box-shadow: 0 0 20px 0px #67e4ff;
    top: 0;
    z-index: 3;
    opacity: 0;
    transition: all 1s linear;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker.show:after {
    opacity: 1;
    box-shadow: 0 0 20px 10px #67e4ff;
    animation: blink 2s linear infinite;
}

@keyframes blink {
    0% {
        box-shadow: 0 0 20px 0px #67e4ff;
    }

    50% {
        box-shadow: 0 0 20px 10px #67e4ff;
    }

    100% {
        box-shadow: 0 0 20px 0px #67e4ff;
    }
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker {
    position: absolute;
    color: #fff;
    width: 290px;
    display: inline-block;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(1):after {
    right: -180px;
    top: 82px;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(2):after {
    left: -164px;
    top: 90px;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(3):after {
    left: -166px;
    top: -50px;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(4):after {
    right: -170px;
    top: 50px;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(1) {
    top: 60px;
    left: 50px;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(2) {
    top: 60px;
    right: 0;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(3) {
    bottom: 80px;
    right: 0;
}

.flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(4) {
    bottom: 64px;
    left: 0;
}

.flexslider .flexBnrslides>li .flex .caption a:after {
    content: "(Fully functional for 30 days)";
    position: absolute;
    font-size: 13px;
    color: #fff;
    font-weight: 100;
    left: 0;
    right: 0;
    bottom: -25px;
}

.flex-control-nav li a.flex-active {
    background: #ffd50a;
}

p {
    font-size: 15px;
    line-height: 30px;
}

a.link,
.menu-active a,
.nav>li>a:hover,
.nav>li>span:hover,
[data-soldrop]:hover {
    color: #2a79bb !important;
}


.vmp h2,
.vmp h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 60px;
    padding: 30px 0 0;
    margin: 0;
    text-align: center;
    letter-spacing: normal;
}

.vmp h2 strong,
.vmp h1 strong {
    font-size: 32px;
    font-weight: 600;
}

.vmp h3 {
    font-weight: 600;
    margin: 30px 0 0;
    font-size: 20px;
}

.vmp.overview {
    padding: 0 0 30px;
}

.vmp.overview h1 {
    padding: 0;
}

.vmp.overview p {
    max-width: 700px;
    text-align: center;
    margin: auto;
}

.vmp.overview .flex {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.vmp.overview .flex .flex-inner {
    max-width: 300px;
}

.vmp.overview .flex .flex-inner h3 {
    font-weight: 600;
    margin: 30px 0 0;
    font-size: 20px;
}

.vmp.overview .flex .flex-inner img {
    font-weight: 600;
    max-width: 100px;
    margin: 10px 0 0;
    font-size: 20px;
}

.vmp.overview .flex .flex-inner p {
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 26px;
}

.vmp.features {
    background-color: #f3fcff;
    padding: 0 0 80px;
    background-image: url(../images/vmp-page-sepearator.jpg);
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.vmp.features .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    margin: auto;
}

.vmp.features .flex-inner {
    max-width: 315px;
    padding: 20px;
    border-right: 1px solid #00e0ff;
    border-bottom: 1px solid #00e0ff;
}

.vmp.features .flex-inner .head {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.vmp.features .flex-inner .head img {
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
}

.vmp.features .flex-inner .head h3 {
    margin: 0;
    color: #005B9F;
    min-width: 235px;
}

.vmp.features .flex-inner .head h3 a {
    color: #206da2;
    text-decoration: none;
}

.vmp.features .flex-inner h4 {
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    color: #004c80;
}

.vmp.features .flex-inner p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 26px;
}

.vmp.features .flex-inner:nth-last-child(2),
.vmp.features .flex-inner:nth-last-child(5) {
    border-right: 0;
}

.vmp.features .flex-inner:nth-last-child(1) {
    border-left: 1px solid #00e0ff;
    border-bottom: 0;
}

.vmp.capabilities {
    padding: 0 0 30px;
}

.vmp.capabilities .flex {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    max-width: 1100px;
    margin: auto;
}

.vmp.capabilities .flex-inner {
    width: 200px;
    height: 180px;
    overflow: hidden;
    transition: all ease 350ms;
}

.vmp.capabilities .flex-inner img {
    display: block;
    width: 100px;
    margin: 10px auto;
    opacity: 1;
    transition: all ease 350ms;
}

.vmp.capabilities .flex-inner:hover img,
.vmp.capabilities .flex-inner:hover i {
    transform: translateY(-100px);
    opacity: 0;
}

.vmp.capabilities .flex-inner h3 {
    display: block;
    margin: 0;
    font-size: 17px;
    line-height: 25px;
    transition: all ease 350ms;
}

.vmp.capabilities .flex-inner:hover h3 {
    transform: translateY(-100px);
}

.vmp.capabilities .flex-inner p {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    transition: all ease 350ms;
    opacity: 0;
}

.vmp.capabilities .flex-inner:hover p {
    transform: translateY(-100px);
    opacity: 1;
}

.vmp.edition {
    background-color: #f3fcff;
    padding-bottom: 50px;
}

.vmp.edition .flex {
    display: flex;
    justify-content: center;
}

.vmp.edition .flex .flex-inner {
    margin: 20px;
    background-color: #fff;
    max-width: 334px;
    flex-wrap: wrap;
    display: flex;
    align-content: space-between;
    box-shadow: 0 0 3px #0003
}

.vmp.edition .flex .flex-inner:first-child {
    max-width: 220px;
}

.vmp.edition .flex .flex-inner .edi-head {
    background-color: #0badec;
    color: #fff;
    text-align: center;
    padding: 15px;
    width: 100%;
}

.vmp.edition .flex .flex-inner .edi-head h3 {
    color: #fff;
    margin: 0;
    padding: 0;
}

.vmp.edition .flex .flex-inner .edi-fea {
    margin: 0;
    padding: 15px 30px;
    width: 100%;
}

.vmp.edition .flex .flex-inner .edi-fea li {
    position: relative;
    line-height: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    margin-left: 15px;
}

.vmp.edition .flex .flex-inner:last-child .edi-fea li:first-child {
    margin-left: 0;
    font-size: 15px;
}

.vmp.edition .flex .flex-inner .edi-fea li:before {
    content: 'â–¸';
    color: #24a5ff;
    position: absolute;
    left: -15px;
}

.vmp.edition .flex .flex-inner:last-child .edi-fea li:first-child:before {
    content: '';
}

.vmp.edition .flex .flex-inner .edi-cta {
    font-size: 18px;
    font-weight: 600;
    display: block;
    background-color: #e9132a;
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    margin: 15px auto;
    width: 80%;
    text-decoration: none;
}

.vmp.edition .flex .flex-inner:first-child .edi-cta {
    width: 70%;
}

.lhs-tree {
    border-right: 1px dotted #ddd;
    padding-top: 0;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #e4e4e4;
    /* border-bottom: 1px solid #e4e4e4; */
    border-radius: 0 0 13px;
}

.rhs-cont {
    border-left: 0;
    display: inline-block;
}

.breadcrumb span,
.breadcrumb h1 {
    font-size: 25px;
    font-weight: 300;
    word-spacing: normal;
    display: inline-block;
    margin: 0;
    line-height: 25px;
}

.breadcrumb {
    vertical-align: bottom;
    padding: 5px;
    word-spacing: 5px;
}

.bread a {
    font-size: 12px;
    font-weight: 400;
}

.heading-menu .menuhead {
    display: block;
    text-align: center;
}

.rhs-cont>h2:first-child {
    margin: 0;
}

.rhs-cont h2:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    background-color: #2a79bb;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
}

.rhs-cont h2 {
    margin-bottom: 0px;
    border-bottom: 1px solid #dadada;
    padding-bottom:15px;
    margin-top: 40px;
    max-width: 80%;
    position: relative;
}

ol.op_only {
    padding-top: 20px !important;
}
ol.cd_only {
    padding-top: 20px !important;
}
.no-margin-top {
    margin-top: 0 !important;
}

.rhs-cont h3 {
    border-left: 3px solid #2a79bb;
    padding-left: 10px;
    width: 80%;
}

.rhs-cont li {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
}

.rhs-cont .small li {
    margin-bottom: 0px;
}

.rhs-cont li strong {
    padding-top: 15px;
    display: inline-block;
}

.new-container {
    max-width: 1200px;
}

.new-container #lhsTree {
    max-width: none;
    padding: 5px 0px 0px 0px;
}

.new-container #lhsTree {
    max-width: none;
    padding: 5px 0px 0px 8px;
}

#lhsTree>li a.feaact {
    color: #2a79bb !important;
}

ul.open {
    display: block !important;
}

ul.open li a {
    border: 0px !important;
    padding: 10px 0 10px 24px !important;
    font-size: 14px !important;
    display: block !important;
}

ul.open li:last-child a {
    margin-bottom: 15px;
}

.new-container .lhs-tree li span:after {
    top: 24px !important;
}

.new-container .lhs-tree li a,
.new-container .lhs-tree li span {
    font-size: 15px;
    line-height: 30px;
    color: #777;
    padding: 8px 0px;
}

.new-container .lhs-tree li a:hover {
    color: #447dbb;
    text-decoration: none;
}

.new-container .lhs-tree li span:after {
    top: 24px !important;
}

.new-container #lhsTree.fixed {
    position: fixed;
    width: 288px;
    top: 70px;
}

.box>ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box>ul>li {
    display: inline-block;
    vertical-align: top;
}

.box>ul>li .para {
    display: block;
    color: #000;
    margin-top: 5px;
}

.box>ul>li h3 {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 10px 48px;
    color: #2978bb;
}

.box>ul>li.list h3 {
    color: #000;
}

.box>ul>li>a,
.box>ul>li.list {
    display: block;
    width: 300px;
    min-height: 120px;
    position: relative;
    vertical-align: top;
    text-align: initial;
    padding: 20px 25px;
    margin: 15px;
    box-shadow: 0 0 2px #ccc;
}

.box>ul>li>a:hover {
    box-shadow: 0 0 10px #9fd2ff;
    color: #000;
    text-decoration: none;
}

.box>ul>li.list {
    display: inline-block;
}

.box>ul>li.big a {
    width: 685px;
}

.box>ul>li.big a .para {
    display: inline-block;
    width: 40%;
    margin-right: 2%;
    vertical-align: top;
}

.box>ul>li.big a h3 {
    display: block;
}

.box>ul>li.list>ul {
    list-style: inside;
    font-size: 13px;
}

.box>ul>li .more {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.box>ul>li .more a {
    display: block;
    padding: 4px 14px;
    background-color: #eee;
    color: #000;
    text-decoration: none;
    transition: all ease 350ms;
}

.box>ul>li .more a:hover {
    background-color: #267fc3;
    color: #fff;
}

.box>ul>li:hover .more {
    display: block;
}

.box>ul>li>a:after,
.box>ul>li.list:after {
    content: '';
    position: absolute;
    display: inline-block;
    left: 25px;
    border-left: 0px;
    border-bottom: 0px;
    top: 15px;
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}

.box>ul>li#box1>a:after {
    background-image: url(../images/vmp-box-icon-1.png);
}

.box>ul>li#box2>a:after {
    background-image: url(../images/vmp-box-icon-2.png);
}

.box>ul>li#box3>a:after {
    background-image: url(../images/vmp-box-icon-3.png);
}

.box>ul>li#box4>a:after {
    background-image: url(../images/vmp-box-icon-4.png);
}

.box>ul>li#box5>a:after {
    background-image: url(../images/vmp-box-icon-5.png);
}

.box>ul>li#box6>a:after {
    background-image: url(../images/vmp-box-icon-6.png);
}

.box>ul>li#box7>a:after {
    background-image: url(../images/vmp-box-icon-7.png);
}

.box>ul>li#box8> :after {
    background-image: url(../images/vmp-box-icon-8.png);
}

.box>ul>li#box9>a:after {
    background-image: url(../images/vmp-box-icon-9.png);
}

.box>ul>li#box10>a:after {
    background-image: url(../images/vmp-box-icon-10.png);
}

.box>ul>li#box11>a:after {
    background-image: url(../images/vmp-box-icon-11.png);
}

.box>ul>li#box12>a:after {
    background-image: url(../images/vmp-box-icon-12.png);
}

.box>ul>li#box13>a:after {
    background-image: url(../images/vmp-box-icon-13.png);
}

.box>ul>li#box14>a:after {
    background-image: url(../images/vmp-box-icon-14.png);
}

.box>ul>li#box15>a:after {
    background-image: url(../images/vmp-box-icon-15.png);
}

.box>ul>li#box16>a:after {
    background-image: url(../images/vmp-box-icon-16.png);
}

.box>ul>li#box17>a:after {
    background-image: url(../images/vmp-box-icon-17.png);
}

.box>ul>li#box18>a:after {
    background-image: url(../images/vmp-box-icon-18.png);
}

.box>ul>li#box19>a:after {
    background-image: url(../images/vmp-box-icon-19.png);
}

.box>ul>li#box20>a:after {
    background-image: url(../images/vmp-box-icon-20.png);
}

.box>ul>li#box21>a:after {
    background-image: url(../images/vmp-box-icon-21.png);
}

.box>ul>li#box22>a:after {
    background-image: url(../images/vmp-box-icon-22.png);
}

.box>ul>li#box23>a:after {
    background-image: url(../images/vmp-box-icon-23.png);
}

.box>ul>li#box24>a:after {
    background-image: url(../images/vmp-box-icon-24.png);
}

.box>ul>li#box25>a:after {
    background-image: url(../images/vmp-box-icon-25.png);
}

.box>ul>li#box26>a:after {
    background-image: url(../images/vmp-box-icon-26.png);
}

.box>ul>li#box27>a:after {
    background-image: url(../images/vmp-box-icon-27.png);
}

.box>ul>li#box28>a:after {
    background-image: url(../images/vmp-box-icon-28.png);
}

.box>ul>li#box29>a:after {
    background-image: url(../images/vmp-box-icon-29.png);
}

.box>ul>li#box30>a:after {
    background-image: url(../images/vmp-box-icon-30.png);
}

.box>ul>li#box31>a:after {
    background-image: url(../images/vmp-box-icon-31.png);
}

.box>ul>li#box1:after {
    background-image: url(../images/vmp-box-icon-1.png);
}

.box>ul>li#box8:after {
    background-image: url(../images/vmp-box-icon-8.png);
}

.box>ul>li#box9:after {
    background-image: url(../images/vmp-box-icon-9.png);
}

.box>ul>li#box10:after {
    background-image: url(../images/vmp-box-icon-10.png);
}

.box>ul>li#box11:after {
    background-image: url(../images/vmp-box-icon-11.png);
}

.box>ul>li#box12:after {
    background-image: url(../images/vmp-box-icon-12.png);
}

.box>ul>li#box13:after {
    background-image: url(../images/vmp-box-icon-13.png);
}

.box>ul>li#box15:after {
    background-image: url(../images/vmp-box-icon-15.png);
}

.box>ul>li#box25:after {
    background-image: url(../images/vmp-box-icon-25.png);
}

a.dwn-cont {
    color: #333;
    background: none repeat scroll 0 0 #E9142B;
    border-radius: 5px;
    display: inline-block;
}

.prodDownbtnWin {
    background: url(../images/win-lin.png) no-repeat scroll -6px -5px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 29px;
    margin: 15px;
    width: 28px;
}

.prodDownbtnBg {
    color: #FFFFFF;
    display: inline-block;
    font-size: 28px;
    height: 40px;
    padding: 10px;
}

.prodDownbtnsml {
    font-size: 12px;
}

.dwn-main-icon {
    background-position: -53px -24px;
    float: right;
    height: 31px;
    line-height: 30px;
    margin: 12px 14px 0 3px;
    width: 33px;
}

.dwn-prob a {
    background: #C4C8CC;
    padding: 2px 10px;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
}

.dwn-prob a:hover {
    background: #0099cc;
    color: #fff !important;
}

.lictxt {
    padding: 20px;
}

.mobile-download {
    display: none;
}

.download {
    display: block;
}

.note {
    background-color: #eee;
    border-left: 3px solid #2e7cbc;
    margin-top: 15px;
    padding: 10px 20px;
    max-width: 700px;
    font-size: 14px;
    line-height: 24px;
}

.note strong {
    color: #2e7cbc;
    padding: 0 !important;
}

ol.note,
li.note {
    background-color: #eee;
    padding: 25px 25px 25px 43px !important;
    list-style-position: outside;
    border-left: 2px solid #ccc;
}

table.compareTable {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 20px auto
}

table.compareTable thead tr th {
    background-color: hsl(210, 6%, 93%);
    border: 1px solid hsl(0, 0%, 90%);
    font-size: 14px;
    line-height: 20px;
    padding: 0.6em;
    text-align: left;
}

table.compareTable td {
    border: 1px solid hsl(0, 0%, 90%);
    font-size: 14px;
    padding: 0.6em;
    text-align: left;
    vertical-align: top;
}

table.normalTable {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 20px auto
}

table.normalTable thead tr th {
    background-color: hsl(210, 6%, 93%);
    border: 1px solid hsl(0, 0%, 90%);
    font-size: 14px;
    line-height: 20px;
    padding: 0.6em;
    text-align: left;
}

table.normalTable td {
    border: 1px solid hsl(0, 0%, 90%);
    font-size: 14px;
    padding: 0.6em;
    text-align: left;
    vertical-align: top;
}

table.editionTable {
    border-collapse: collapse;
    text-align: left;
}

table.editionTable thead tr th {
    padding: 0.6em;
    background-color: #ECEDEE;
    text-align: center;
    font-size: 18px;
    border: 1px solid #E5E5E5;
    line-height: 20px;
}

table.editionTable thead tr th span {
    font-size: 10px;
    line-height: 12px !important
}

table.editionTable tbody tr td:first-child {
    background-color: #f8f8f8;
    text-align: left;
}

table.editionTable td {
    vertical-align: middle;
    padding: 0.6em;
    width: 24%;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    text-align: center;
}

table.editionTable td.price {
    font-size: 24px;
    font-weight: 600;
}

table.editionTable td:first-child {
    width: 27%;
}

table.editionTable tfoot td {
    font-weight: bold;
    text-align: center;
    background-color: #ECEDEE;
}

table.editionTable tfoot td:first-child {
    text-align: left;
}

.appList {
    list-style: none outside none;
    display: flex;
}

.appList {
    border-bottom: 1px solid #ECEDEE;
    padding: 0 !important;
    padding-top: 20px !important;
}

.appList li {
    display: inline-block;
    padding: 5px 20px;
    margin-right: 5px;
    background: #ecedee;
    border-right: 1px solid #ecedee;
    border-left: 1px solid #ecedee;
    border-top: 1px solid #ecedee;
    padding: 1.4% 5.1% 1.4% 5.1% !important;
    margin-bottom: 0px;
}

.appList .active {
    background: none repeat scroll 0 0 #fff;
    border-right: 1px solid #ecedee;
    border-left: 1px solid #ecedee;
    border-top: 1px solid #ecedee;
    padding: 1.4% 5.2% 1.4% 5.2%;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.appList .inactive {
    cursor: pointer;
}

.bdr {
    border-right: 1px solid #ecedee;
    border-left: 1px solid #ecedee;
    border-bottom: 1px solid #ecedee;
    padding: 15px 30px;
}

.footer-nav {
    display: flex;
    border-top: 1px solid #eee;
    padding: 15px 0;
    margin-top: 50px;
    justify-content: space-between;
}

#relPrdDCGroupRDM {
    display: none
}

.footer-nav a {
    background-color: #eee;
    display: inline-block;
    padding: 5px 15px;
    min-width: 200px;
    text-decoration: none;
}

.footer-nav a:hover {
    background-color: #0099cc;
    color: #fff;
}

.footer-nav a.next {
    text-align: right;
}

.footer-nav a:last-child {
    text-align: right;
}

.footer-nav a:last-child:after {
    content: 'â–¸';
    padding-left: 8px;
    display: inline-block;
    transform: rotate(0deg);
    transform-origin: center right;
}

.footer-nav a:first-child:before {
    content: 'â–¸';
    padding-left: 8px;
    transform: rotate(180deg);
    transform-origin: center;
    display: inline-block;
}

.footer-nav a:last-child:before,
.footer-nav a:first-child:after {
    content: '';
}

.thanks-quote {
    display: none;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px !important;
}

table.editionTable {
    width: 900px;
    margin: 20px auto 60px;
}

table.editionTable td:first-child {
    width: 40%;
}

table.editionTable thead tr th {
    background-color: #ECEDEE;
    border: 1px solid #E5E5E5;
    font-size: 18px;
    line-height: 20px;
    padding: 0.6em;
    text-align: center;
}

table.editionTable td {
    border: 1px solid #E5E5E5;
    font-size: 14px;
    padding: 14px;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

table.editionTable a.link.call-to {
    background-color: #037cbd;
    color: #fff !important;
    padding: 6px 20px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid transparent;
}

table.editionTable a.link.call-to:hover {
    background-color: #eee;
    color: #037cbd !important;
    border: 1px solid #037cbd;
}

table.editionTable tr th {
    background-color: #ececec !important;
    padding: 15px 5px !important;
    color: #1183cc;
    font-weight: bold;
}

table.editionTable tr th:first-child {
    background-color: #dee0e0 !important;
    color: #000;
}

table.editionTable tr td img {
    width: 18px;
    vertical-align: top;
    padding: 3px;
}

.show.table ul li {
    display: table-cell;
    width: 25%;
    line-height: 25px;
    padding: 8px;
    border: 1px #ccc solid;
    border-top: 0;
    border-right: 0;
}

.show.table ul {
    display: table-row;
}

.show.table {
    display: table;
}

.show.table ul:last-child li {
    border-bottom: 0px;
}

.show.table ul li:first-child {
    border-left: 0px;
}

.show.table>strong {
    margin-top: 20px;
    padding-bottom: 10px;
    display: inline-block;
}

.mobile-dwn-form-head {
    display: none;
}

.feature-subHead {
    font-size: 22px;
    line-height: 26px;
    color: #888;
    text-align: center;
    margin-top: 15px;
}

.prodDownbtn a {
    background: #e9142b;
    display: inline-block;
    border-radius: 5px;
}

.faqList {
    border-top: 1px solid #efefef;
    list-style: none !important;
    padding: 0 !important
}

.faqList>li {
    position: relative;
    border-bottom: 1px solid #efefef;
    padding: 15px;
    list-style: none;
}

.faqList>li.faqAct {
    background: #f9f9f9
}

.faqList>li .faqHead {
    color: #007abd !important;
    cursor: pointer;
    line-height: 25px;
}

.faqList>li .faqHead.faqHeadAct {
    color: #000 !important;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
}

.faqList {
    counter-reset: section;
}

.faqList>li:before {
    position: absolute;
    counter-increment: section;
    content: counter(section) ". ";
    line-height: 45px;
    padding: 0 15px;
    top: 3px;
    left: -45px;
    width: 20px;
    text-align: right;
}

.misconfig-index .smk_accordion {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 500px;
    margin: auto !important;
}

.misconfig-index .smk_accordion .accordion_in {
    width: 100%;
    margin: 15px;
    border: 0px;
    border-radius: 5px !important;
    box-shadow: 0px 0px 5px 1px #e4e4e4;
}

.misconfig-index .smk_accordion .accordion_in .acc_head {}

.misconfig-index .smk_accordion .accordion_in .acc_content {
    background: transparent;
}

.misconfig-index .smk_accordion .accordion_in .acc_content {
    padding: 15px 25px;
}

.misconfig-index .smk_accordion .accordion_in .acc_content ul {
    list-style: decimal inside;
}

.misconfig-index .smk_accordion .accordion_in .acc_content ul li {
    line-height: normal;
    margin-bottom: 10px;
}

.misconfig.main {
    display: block;
}

.misconfig.main .misconfig.table {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #eee;
}

.misconfig.main .misconfig.table ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.misconfig.main .misconfig.table ul li {
    min-width: 200px;
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

.misconfig.main .misconfig.table ul li:first-child {
    background-color: #eee;
    width: 100px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.misconfig.main .misconfig.table ul li strong {
    font-weight: 400;
    display: inline;
}

.misconfig.main h1:first-child,
.misconfig.main h2:first-child,
.misconfig.main h3:first-child {
    margin: 0 0 30px;
}

.misconfig.main .misconfig.table ul li h3 {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    width: auto;
}

.misconfig.main .footer-note {
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
    margin: 25px 0;
    border-left: 2px solid #007abe;
    width: 80%;
}

.misconfig.main .back {
    display: inline-block;
    background-color: #f1f1f1;
    padding: 4px 14px;
    margin: 0 0 15px;
    font-size: 15px;
    border-radius: 5px;
    vertical-align: middle;
    text-decoration: none;
}

.misconfig.main .back:before {
    content: "â–¸";
    padding: 0 0 0 4px;
    transform: rotate(180deg);
    transform-origin: center center;
    display: inline-block;
    line-height: 16px;
    font-size: 16px;
    vertical-align: middle;
}

.faq-index {
    max-width: 800px;
}

.faq-index .smk_accordion .accordion_in .acc_content p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    margin-top: -10px !important;
}

.faq-index .smk_accordion .accordion_in .acc_head {
    font-size: 16px;
    line-height: normal;
}

a.hotfix {
    padding: 7px 15px;
    display: inline-block;
    background-color: #2a79bb;
    color: #fff;
    margin-bottom: 7px;
    min-width: 155px;
}

a.hotfix:hover {
    background-color: #2a79bb;
    color: #fff;
    text-decoration: none !important;
}

.hotfix-table {
    width: 500px;
    margin: 30px auto;
    border: 2px solid #eee;
    text-align: center;
}

.hotfix-head {
    background-color: rgb(238, 238, 238);
    padding: 15px 30px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.rhs-cont .credit {
    background-color: #f1f1f1;
    padding: 35px;
}

.rhs-cont .credit .flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rhs-cont .credit .flex .clip {
    width: 40%;
}

.rhs-cont .credit .flex .caption {
    width: 56%;
    margin: 2%;
}

.rhs-cont .credit .flex .caption p {
    font-size: 18px;
    margin: 0 0 15px;
    font-family: 'Zoho_Puvi_Medium';
}

.rhs-cont .credit .flex .caption a {
    font-family: 'Zoho_Puvi_Medium';
    color: #fff;
    background-color: #e9152b;
    display: inline-block;
    padding: 5px 15px;
    margin: 5px 15px 0 0;
    font-size: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.rhs-cont .ebook .flex {
    display: flex;
}

.rhs-cont .ebook .flex .thumbnail {
    position: relative;
    box-shadow: 0 0 5px #0004;
    border-radius: 8px;
    margin: 30px 15px;
    max-width: 200px;
    transition: all ease 350ms;
    overflow: hidden;
}

.rhs-cont .ebook .flex .thumbnail:hover {
    box-shadow: 0 0 15px #00000038;
    transform: scale(1.1);
}

.rhs-cont .ebook .flex .thumbnail .img-wrap {
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.rhs-cont .ebook .flex .thumbnail p {
    padding: 15px;
    line-height: 24px;
}

.rhs-cont .ebook .flex .thumbnail a {
    position: absolute;
    color: transparent;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.mini-slide ul.nav {
    display: flex;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0 0 10px;
}

.mini-slide ul.nav li {
    width: fit-content;
    line-height: 20px;
    background-color: #f1f1f1;
    margin: 5px;
    padding: 10px;
    cursor: pointer;
}

.mini-slide ul.nav li.active {
    color: #fff;
    background-color: #328acb;
}

.mini-slide ul.slide {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    border: 1px #eee solid;
}

.mini-slide ul.slide li {
    display: none;
}

.mini-slide ul.slide li.active {
    display: block;
}

.pc-only {
    display: block;
}

.mobile-only {
    display: none;
}

.promo-flash {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #daf4ff;
    border: 1px solid #89ceeb;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.promo-flash p {
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
}

.promo-flash p strong {
    font-weight: 600;
}

.promo-flash p #event_timer {
    color: red;
}

.promo-flash .close {
    margin: 0 0 0 30px;
    color: #00000070;
    position: absolute;
    right: 23px;
    cursor: pointer;
}

.promo-flash a {
    line-height: normal;
    background-color: #fff;
    color: #1381b0;
    padding: 6px 15px;
    margin: 0 0 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0 0 1px #1381b0;
}

.rhs-cont .credit {
    background-color: #f1f1f1;
    padding: 35px;
}

.rhs-cont .credit .flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rhs-cont .credit .flex .clip {
    width: 40%;
}

.rhs-cont .credit .flex .caption {
    width: 56%;
    margin: 2%;
}

.rhs-cont .credit .flex .caption p {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 500;
}

.rhs-cont .credit .flex .caption a {
    font-weight: 500;
    color: #fff;
    background-color: #e9152b;
    display: inline-block;
    padding: 5px 15px;
    margin: 5px 15px 0 0;
    font-size: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.rhs-cont .ebook .flex {
    display: flex;
}

.rhs-cont .ebook .flex .thumbnail {
    position: relative;
    box-shadow: 0 0 5px #0004;
    border-radius: 8px;
    margin: 30px 15px;
    max-width: 200px;
    transition: all ease 350ms;
    overflow: hidden;
}

.rhs-cont .ebook .flex .thumbnail:hover {
    box-shadow: 0 0 15px #00000038;
    transform: scale(1.1);
}

.rhs-cont .ebook .flex .thumbnail .img-wrap {
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.rhs-cont .ebook .flex .thumbnail p {
    padding: 15px;
    line-height: 24px;
}

.rhs-cont .ebook .flex .thumbnail a {
    position: absolute;
    color: transparent;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.rhs-cont .ems-land-com .tab {
    display: flex;
    padding: 0 !important;
    border-bottom: 1px solid #2b79bb;
    justify-content: center;
}

.rhs-cont .ems-land-com .tab [data-tab] {
    list-style: none;
    padding: 10px 20px;
    font-size: 13px;
    margin: 0 10px -1px;
    cursor: pointer;
    background-color: #f1f1f1;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #2b79bb;
    min-width: 100px;
    text-align: center;
    line-height: normal;
}

.rhs-cont .ems-land-com .tab [data-tab].active {
    position: relative;
    font-weight: 600;
    border-bottom: 3px solid #2b79bb;
    pointer-events: none;
    background-color: #2b79bb;
    color: #fff;
}

.rhs-cont .ems-land-com .tab-content [data-content] {
    display: none;
}

.rhs-cont .ems-land-com .tab-content [data-content].active {
    display: block;
}

.rhs-cont .ems-land-com .tab [data-tab].active:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -9px;
    margin: auto;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    background-color: #2b79bb;
}
ul.lhs_tree li.heading {
    margin: 10px 0px 15px -20px;
    background: #0099ff;
    padding: 5px;
    color: #fff;
}

ul.lhs_tree li.no_child_sec a {
    font-size: 13px;
    line-height: 17px;
}
@media(max-width:1025px) {
    #commonHeader {
        min-height: 96px;
    }

    header:not(.abheader) #header-mainsec {
        height: auto;
        top: 40px;
    }

    .promo-flash {
        position: relative;
        border: 0;
        padding: 20px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        width: auto;
    }

    .promo-flash p {
        line-height: 24px;
        margin: 0 0 10px;
    }

    .promo-flash .close {
        top: 5px;
        right: 10px;
    }
}

@media (max-width:760px) {

    .pc-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .flexBnrslides {
        display: block;
    }

    .flexslider .flexBnrslides>li .flex {
        display: block;
    }

    .flexslider .flexBnrslides>li .flex .clip .scan_wrap {
        width: 205px;
        height: 205px;
        top: 72px;
    }

    .flexslider .flexBnrslides>li .flex .clip .scanner {
        border-left: 80px solid transparent;
        border-right: 80px solid transparent;
        border-top: 100px solid #0097ff85;
        top: -100px;
    }

    .flexslider .flexBnrslides>li .flex .clip .radar {
        min-width: 350px;
        background-size: 250px;
        min-height: 350px;
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker p {
        display: none;
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker h3 {
        font-size: 15px;
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker {
        width: auto;
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(1) {
        top: 0;
        left: 20px;
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(1):after {
        left: 154px;
        top: 86px;
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(1) h3:before {
        width: 15px;
        top: 15px;
        left: 134px;
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(1) h3:after {
        width: 79px;
        top: 55px;
        left: 117px;
        transform: rotate(80deg);
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(2) {
        top: 40px;
        right: 21px;
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(2):after {
        left: 85px;
        top: 90px;
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(2) h3:before {
        width: 35px;
        top: 47px;
        left: 116px;
        transform: rotate(90deg);
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(2) h3:after {
        width: 50px;
        top: 82px;
        left: 88px;
        transform: rotate(-40deg);
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(3) {
        bottom: 0;
        right: 27px;
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(3):after {
        left: -54px;
        top: -81px;
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(3) h3:before {
        width: 11px;
        top: 15px;
        left: -13px;
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(3) h3:after {
        width: 86px;
        top: -26px;
        left: -73px;
        transform: rotate(70deg);
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(4) {
        bottom: 42px;
        left: 30px;
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(4):after {
        right: 0;
        top: -64px;
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(4) h3:after {
        width: 93px;
        top: -21px;
        right: -69px;
        transform: rotate(50deg);
    }

    .flexslider .flexBnrslides>li .flex .clip .radar .threat-marker:nth-child(4) h3:before {
        width: 50px;
        top: 15px;
        right: -52px;
    }

    .vmp .flex {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .vmp .flex .flex-inner {
        padding: 10px;
    }

    .vmp.features .flex-inner {
        border: 0;
        border-bottom: 1px solid #d5efff !important;
    }

    .vmp.features .flex-inner:last-child {
        border-bottom: 0 !important;
    }

    .vmp h1,
    .vmp h2 {
        line-height: 50px !important;
        margin-bottom: 10px !important;
        padding: 30px 10px 0 !important;
    }

    .vmp.capabilities .flex-inner {
        display: inline-block;
        max-width: 150px;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .vmp.capabilities .flex-inner:nth-child(2),
    .vmp.capabilities .flex-inner:nth-child(4) {
        border-right: 0 solid #eee;
    }

    .vmp.capabilities .flex-inner:nth-child(3),
    .vmp.capabilities .flex-inner:nth-child(4) {
        border-bottom: 0 solid #eee;
    }

    .vmp.capabilities .flex-inner img {
        width: 80px;
    }

    .download-exe-page {
        flex-wrap: wrap;
    }

    .download-exe-page .dwn-link-cont,
    .dwn-form-head {
        display: none;
    }

    .mobile-dwn-form-head {
        display: block;
    }
}

/*Mirror and Checksum content css*/
.more-opt .f-head {
    font-family: "Zoho_Puvi_SemiBold";
    font-size: 18px;
    color: #000;
    border-bottom: #a5bbc6 solid 1px;
    width: 100%;
    padding-bottom: 7px;
    padding-top: 25px
}

.more-opt .buildnumber {
    display: none;
    float: right;
    font-size: 12px;
    color: #aaa;
    margin-top: 3px
}

.more-opt .f-body {
    margin-top: 40px
}

.more-opt .f-body>span {
    display: inline-block;
    margin-top: 1px;
    font-size: 17px;
    font-family: "Open Sans";
    font-weight: 400;
    color: #000
}

.more-opt .f-body>a {
    font-size: 13px;
    background-color: #e3eeff;
    color: #000;
    float: right;
    display: inline-block;
    border-radius: 2px;
    padding: 1.5px 8px;
    margin-left: 10px;
    font-family: "Zoho_Puvi_Regular"
}

.more-opt {
    display: flex;
    gap: 25px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto
}

.more-dwn-opt {
    flex: 45%
}

.more-avail-lang {
    flex: 55%
}

.csum {
    border: solid 1px #eee;
    margin: 30px 0;
    width: 100%
}

.csum ul {
    padding: 0 !important;
}

.csum ul li:first-child {
    padding: 8px 20px
}

.csum ul li {
    list-style: none !important;
    text-align: left;
    border-bottom: 1px solid #eee
}

.csum ul li:last-child {
    border-bottom: none
}

.csum ul li.merge {
    background: #eee;
    border-bottom: solid 1px #eee;
    border-top: solid 1px #eee;
    font-weight: bold
}

.csum ul li span {
    display: inline-block;
    padding: 8px 20px
}

.csum ul li span:first-child {
    width: 45%
}

.csum ul li span:last-child {
    border-left: 1px solid #eee
}

@media screen and (max-width:768px) {
    .more-opt {
        flex-flow: row wrap
    }

    .more-dwn-opt,
    .more-avail-lang {
        flex: 100%
    }

    .more-avail-lang {
        border-top: 1px solid #ccc;
        margin-top: 30px
    }

    .csum,
    .more-dwn-opt {
        display: none
    }
}

/*Mirror and Checksum content css*/

/* Feature top-nav , dropdown*/
nav ul.productmenu.header-nav>li#features {
    position: relative;
}

nav ul.productmenu.header-nav>li#features:after {
    content: '';
    background: url(//www.zohowebstatic.com/sites/default/files/zoho_general_pages/zgheader-footer-sprite.png) no-repeat -168px -6px/990px auto;
    height: 6px;
    width: 10px;
    display: inline-block;
    margin-left: 8px;
}

nav ul.productmenu.header-nav>li .drop-down {
    display: none;
    position: absolute;
    width: 500px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #0004;
    top: 38px;
    left: 0;
    padding: 15px 0 0;
}

nav ul.productmenu.header-nav>li#features:hover .drop-down,
nav ul.productmenu.header-nav>li#features .drop-down.active {
    display: block;
}

nav ul.productmenu.header-nav>li#indus {
    position: relative;
}

nav ul.productmenu.header-nav>li#indus:after {
    content: '';
    background: url(//www.zohowebstatic.com/sites/default/files/zoho_general_pages/zgheader-footer-sprite.png) no-repeat -168px -6px/990px auto;
    height: 6px;
    width: 10px;
    display: inline-block;
    margin-left: 8px;
}


nav ul.productmenu.header-nav>li#indus .drop-down {
    width: 200px;
    padding: 0px;
}

nav ul.productmenu.header-nav>li#indus .drop-down .flex ul {
    width: 100%;
}

nav ul.productmenu.header-nav>li#indus .drop-down .flex ul:first-child {
    border: none;
    margin: 10px 0;
}

nav ul.productmenu.header-nav>li#indus:hover .drop-down,
nav ul.productmenu.header-nav>li#indus .drop-down.active {
    display: block;
}


nav ul.productmenu.header-nav>li .drop-down .flex {
    display: flex;
    width: 100%;
    justify-content: center;
}

nav ul.productmenu.header-nav>li .drop-down .flex+a {
    display: block;
    text-align: center;
    line-height: normal;
    padding: 10px;
    background-color: #f9f9f9;
    margin: 15px 0 0;
    color: #138cd6;
}

nav ul.productmenu.header-nav>li .drop-down .flex ul {
    width: 45%;
}

nav ul.productmenu.header-nav>li .drop-down .flex ul li {
    text-align: left;
    list-style: none;
    margin: 0 15px;
}

nav ul.productmenu.header-nav>li .drop-down .flex ul:first-child {
    border-right: 1px solid #eee;
}

nav ul.productmenu.header-nav>li .drop-down .flex ul:first-child li {}

nav ul.productmenu.header-nav>li .drop-down .flex ul li a {
    padding: 10px 15px;
    display: block;
    line-height: normal;
    font-size: 13px;
    color: #000;
}

nav ul.productmenu.header-nav>li .drop-down .flex ul li a:hover {
    background-color: #0000000f;
    color: #138cd6;
}

/* New update */

.help_bmark_head.close+.help_bmark_body {
    display: none;
}

.help_bmark_head.close:before {
    transform: rotate(360deg);
    background-image: url(https://www.manageengine.com/products/desktop-central/help/images/bmark-toggle.png);
}

.help_bmark_head:before {
    content: '+';
    font-weight: 100;
    position: absolute;
    left: -24px;
    top: 4px;
    width: 15px;
    color: transparent;
    height: 15px;
    background-color: transparent;
    transition: all ease-out 500ms;
    background-image: url(https://www.manageengine.com/products/desktop-central/help/images/bmark-toggle-1.png);
    background-size: cover;
}


#scroll .rhs-cont h3.help_bmark_head {
    position: relative;
    margin-left: 40px !important;
}


ul.help_bmark_body li {
    margin: 0px 0px 5px;
}

/* END */

/* Help Document CSS*/
[data-opORoc="cloud"] {
    display: none
}

.choosetype {
    background: #fff
}

.choosetype>span {
    cursor: pointer;
    display: inline-block;
    background: #3c84b3;
    width: calc(50% - 1px);
    border-right: 1px solid #fff;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
}

.choosetype>span.helpActive {
    background: #fff;
    color: #2a79bb;
    border-top: 2px solid #2a79bb;
}

.rhs-cont ul,
.rhs-cont ol {
    padding: 0px 0 10px 25px;
}

.heading-menu {
    position: relative
}

.sel-ver span {
    cursor: pointer;
    padding: 10px 20px;
    background: #2a78bb;
    margin: 0px 10px;
    color: #fff;
    font-size: 20px;
    border-radius: 3px 3px 0px 0px;
    transition: 0.2s ease-in-out;
}

.sel-ver .verActive {
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-bottom: 0px;
    border-radius: 3px 3px 0px 0px;
    z-index: 999;
    box-shadow: 0px -5px 10px -5px #ccc;
    transition: 0.2s ease-in-out;
    pointer-events: none;
}

.help.lhs-tree {
    width: 24%;
    min-height: 0px;
    display: inline-block;
    position: sticky;
    top: 65px;
    left: 0px;
}

/*Tab action css*/
.ems-land-com {
    border-bottom: 1px solid #09f;
    padding-bottom: 20px
}

.ems-land-com .tab-grp {
    display: flex;
    padding: 0;
    margin: 30px 0 0;
    border-bottom: 1px solid #09f
}

.ems-land-com .tab-grp li {
    max-width: 200px;
    list-style: none !important;
    padding: 10px 25px;
    margin: 0 20px 0 0;
    font-size: 17px;
    cursor: pointer;
    border-radius: 10px 10px 0 0
}

.ems-land-com .tab-grp li:hover {
    background-color: #eee
}

.ems-land-com .tab-grp li.active {
    background-color: #09f;
    color: #fff;
    font-weight: 500;
    pointer-events: none
}

.ems-land-com [data-content] {
    display: none
}

.ems-land-com [data-content].active {
    display: block
}

@media screen and (max-width: 760px) {
    .help.lhs-tree {
        display: none
    }
}

/*New L-tree handling*/
.new-container #lhsTree {
    max-width: none;
    padding: 5px 0px 0px 0px;
}

.new-container .lhs-tree li a,
.new-container .lhs-tree li span {
    font-size: 14px;
    line-height: 22px;
    color: #777;
}

.new-container .lhs-tree li a:hover {
    color: #447dbb;
    text-decoration: none;
}

.new-container .lhs-tree li span:after {
    top: 24px !important;
}

.new-container #lhsTree.fixed {
    position: fixed;
    width: 288px;
    top: 70px;
}

.help #lhsTree>li>ul li a {
    font-size: 13px;
    padding: 15px 10px 15px 34px;
}


/* Help Document CSS*/
[data-opORoc="cloud"] {
    display: none
}

.choosetype {
    background: #fff
}

.choosetype>span {
    cursor: pointer;
    display: inline-block;
    background: #09f;
    width: calc(50% - 1px);
    border-right: 1px solid #fff;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
}

.choosetype>span.helpActive {
    background: #fff;
    color: #2a79bb;
    border-top: 2px solid #2a79bb;
}

.rhs-cont ul,
.rhs-cont ol {
    padding: 0px 0 10px 25px;
}

.heading-menu {
    position: relative
}

.sel-ver span {
    cursor: pointer;
    padding: 10px 20px;
    background: #2a78bb;
    margin: 0px 10px;
    color: #fff;
    font-size: 20px;
    border-radius: 3px 3px 0px 0px;
    transition: 0.2s ease-in-out;
}

.sel-ver .verActive {
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-bottom: 0px;
    border-radius: 3px 3px 0px 0px;
    z-index: 999;
    box-shadow: 0px -5px 10px -5px #ccc;
    transition: 0.2s ease-in-out;
    pointer-events: none;
}

.help.lhs-tree {
    margin-top: 0px;
    min-height: 0px;
    float: left;
    /* padding-bottom: 30px; */
}

.help_bmark {
    border: 1.4px dashed #ccc;
    border-left: 0;
    border-right: 0;
    padding: 15px;
}

.help_bmark_head {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.help_bmark_body {
    line-height: 30px;
    padding: 5px 34px;
}

.help_bmark_head.close+.help_bmark_body {
    display: none;
}

.help_bmark_head.close:before {
    transform: rotate(360deg);
    background-image: url(../images/bmark-toggle.png);
}

.help_bmark_head:before {
    content: '+';
    font-weight: 100;
    position: absolute;
    left: -14px;
    top: 6px;
    width: 17px;
    color: transparent;
    height: 17px;
    background-color: transparent;
    transition: all ease-out 500ms;
    background-image: url(../images/bmark-toggle-1.png);
    background-size: cover;
}


/*New L-tree handling*/
.lhs-Tree.treeArea {
    visibility: hidden;
}

.lhs-Tree.treeArea.auto {
    visibility: visible;
}

.ltree_toggle {
     display: flex;
    border-bottom: 1px solid #ccc;
    margin: 0;
    border-top: 1px solid #ccc;
}

.ltree_toggle a {
    width: 50%;
    text-align: center;
    padding: 15px;
    line-height: normal;
    text-decoration: none;
}

.ltree_toggle a.active {
    color: #fff;
    background-color: #09f;
    pointer-events: none;
}

/* Regarding New Help-Left Tree */
/* Regarding New Help-Left Tree */
.main_tree.open>a:before,
.sub_tree.open>a:before {
    transform: rotate(135deg) !important;
    border-color: #000 !important;
}

.main_tree.open>a,
.sub_tree.open>a,
.lhs_tree a:hover,
li a.active {
    color: #0699e5 !important;
}

.lhs_tree ul {
    display: none;
}

ul.lhs_tree,
ul.lhs_tree li {
    list-style: none !important;
}

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

li.main_tree>a,
li.sub_tree>a {
    position: relative;
    display: inline-block;
    padding: 8px 0px;
    line-height: normal;
}

li.sub_tree>a,
.lhs_tree li li>a {
    padding: 4px 0;
    font-size: 13px;
}

.lhs_tree li li li li {
    line-height: normal;
}

.lhs_tree li li li li>a {
    font-size: 12px;
    display: inline-block;
}

ul.lhs_tree {
    padding-left: 28px;
}

ul.lhs_tree ul {
    padding-left: 15px;
}

li.main_tree>a:before,
li.sub_tree>a:before {
    position: absolute;
    content: '';
    width: 6px !important;
    height: 6px !important;
    border-top: 2px solid #5F6368 !important;
    border-right: 2px solid #5F6368 !important;
    top: 13px !important;
    left: -18px !important;
    background: none !important;
    transform: rotate(45deg) !important;
    transition: all .3s ease-in;
}

li.sub_tree>a:before,
.lhs_tree li li>a:before {
    top: 16px !important;
    width: 5px !important;
    height: 5px !important;
    left: -14px !important;
    border-width: 1px !important;
}

.lhs_tree ul.show {
    display: block !important;
}

li.main_tree.open>a:before,
li.sub_tree.open>a:before {
    transform: rotate(140deg) !important;
}

.lhs-Tree.heightChange::-webkit-scrollbar {
    display: none;
}

.lhs-Tree.treeArea {
    visibility: hidden;
}

.lhs-Tree.treeArea.auto {
    visibility: visible;
}