<style>
@import "https://www.manageengine.com/css/fonts.css";
.body{
    font-family: 'ZohoPuvi';
    font-weight: 300;
}
.flex{
    display: flex;
}
.pageTopSection{
    background: #c5eeff;
    background: -webkit-linear-gradient(to bottom,#c5eeff,#fff);
    background: linear-gradient(to bottom,#c5eeff,#fff);
}
.pageTopSection .container{
    position: relative; padding: 40px 0; flex-direction: column; justify-content: center; text-align: center;
}
.pageTopSection h1{
    color: #055367;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.pageTopSection p{
    color: #333; font-size: 17px; font-weight: 400;
}
.pageTopSection a{
    color: #0879b8; font-size: 14px; line-height: 31.54px; font-weight:400; position: relative; align-self: center; border: 1.5px solid #0879b8; border-radius: 5px; padding: 1px 20px; transition: .2s;
}
.pageTopSection a:hover{
    text-decoration: none;
    color: #fff;
	background: #0879b8;
	transition: .2s;
}
.pageTopSection a span img{
    max-width: 16px;
    margin-left: 10px;
}    
.icon-white{
    display: none;
    transition: .4s;
}  
.icon-blue{
    transition: .4s;
}
.pageTopSection a:hover .icon-blue{
    display: none;
    transition: .4s;
}
.pageTopSection a:hover .icon-white{
    display: inline-block;
    transition: .4s;
}
.queryPopupBox{
    position: fixed; height: 100%; width: 100%; top: 0; left: 0;display: flex;justify-content: center; opacity: 0; z-index: -1; transition: .8s;
}
.queryPopupBox.active{
    z-index: 999999; opacity: 1; transition: .8s;
}
.queryPopupBg{
    content: ""; position: fixed; z-index: -1; height: 100%; width: 100%; top: 0; left: 0; background: #000; opacity: .3;
}
.queryPopupWrapper{
    position: relative; align-self: center; background: #fff; padding: 20px 50px 30px 30px;display: flex;justify-content: space-between;border-radius: 5px;
}
.queryPopClose{
    position: absolute; right: 8px; top: 5px;font-size: 25px;color: #cccccc; font-weight: 400; cursor: pointer;
}
.queryIcon{
    position: relative; height: 100%; width: 280px;margin-right: 40px; align-self: center;
}
.queryIcon img{
    max-width: 100%;
}
.queryForm{
    width: 290px;
}
.queryForm h4{
    font-weight: 600; font-size: 22px; line-height: 22px;text-align: center;margin-bottom: 0;
}
.queryForm p{
    font-size: 15px; line-height: 19px; color: #333;text-align: center; margin-top: 10px; margin-bottom: 15px;
}
.queryForm p span{
    display: block;
}
.queryForm ul li input, .queryForm ul li textarea{
    border: 1px solid #cecece;border-radius: 2px; padding: 8px 8px; width: 88%;margin: 0 0 10px 3%; ;font-size: 14px; line-height: 19px; outline: none; color: #8d8d8d;
}
.queryForm ul li input::placeholder, .queryForm ul li textarea::placeholder{
    color: #8d8d8d;
}
.queryForm ul li textarea{
    resize: none; height: 100px;
}
.mail-succ-msg{
    background:#cecece;color:#fff;border:1px dashed #fff;padding:32px;font-size:30px;text-align:center;line-height:42px;font-weight:300;z-index:99999;display:none;margin-bottom:10px
}
.queryForm ul{
    margin:0;padding:0;
}
.errMsg2 {
    display: none;font-size: 12px;position: absolute;margin-top: -20px;margin-left: 0;line-height: 18px;color: red;}
.msg{display:none;
}
.dwn-priv{
    color:#333333;font-size:10px;text-align: left;line-height: 17.38px;margin-top: 0;
}
.dwn-priv strong{
    color:#333333;
}
.dwn-priv a{
    color:#2787d0;font-size:12px
}
.queryForm ul li:last-child input[type="submit"]{
    margin-bottom: 8px;width:100%;margin-left:0;background: #ea2f2f;color:#fff;font-weight:600;border-radius:2px;border:0;padding-left:0;text-align:center;margin-top:10px;font-size:14px;font-weight:600;cursor:pointer;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}
.queryForm ul li:last-child input[type="submit"]:hover{
    background: #ff001d;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}
#meGDPRMessage label{
font-size: 10px;
line-height: 15px;
}
.faqContainer{
    position: relative;
}
/*.faqContainer::before{
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #d0f2ff;
    background: -webkit-linear-gradient(to top,#d0f2ff,#fff);
    background: linear-gradient(to top,#d0f2ff,#fff);
}*/
.faqBoxWrapper{
    max-width: 1100px;
}
.faqBoxHeader h2{
    text-align: center;
    font-size: 29px;
    line-height: 48px;
    color: #333;
    font-weight: 600;
    margin-bottom: 35px;
}
.faqList{
    position: relative; 
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e4ebee;
    border-radius: 5px;
}
.faq{
    padding: 0 60px;
    border-bottom: 1px solid #dadcdf;
    background: #fff;
    transition: .4s;
    position: relative;
    border-radius: 5px;
}
.faq:last-of-type{
    border-bottom: none;
}
.faq.active{
    background: #ecf9ff;
    transition: .5s;
}
.faqQ::before{
    content: "";
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 18px;
    height: 18px;
    background: url("https://www.manageengine.com/data-security/style/../images/edition-comparision-faq-arrow.png") no-repeat;
    background-size: 100%; 
    background-position: 0 0;
    transition: .5s;
    transform: rotate(180deg);
}
.faqQ.active::before{
    transition: .5s;
    transform: rotate(0);
    top: 25px;
}
.faqQ{
    font-weight:400;
    font-size: 16px;
    margin: 0;
    padding: 25px 0;
    cursor: pointer;
    transition: .2s;
    position: relative;
}
.faqQ.active{
    transition: .5s;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.faqA{
    font-size: 15px;
    padding: 0 0 20px 18px;
    margin: 0;
    display: none;
    width: 80%;
}
.faqA a{
    color: #0000EE;
}
.faqA.active{
    margin-top: 5px;
}
.faqA.active.flex{
    display: flex;
}
.faqA.flex{
    flex-direction: column;
}
.faqA span{
    align-self: center;;
    border: 1.5px solid #2787d0;
    color: #2787d0;
    padding: 6px 30px;
    font-size: 14px;
    border-radius: 2px;
    margin: 3% 0 3% 22%;
    transition: .5s;
    font-weight: 600;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.faqA span:hover{
    background: #2787d0;
    color: #fff;
    transition: .5s;
    text-decoration: none;
}
.faqCtaWrapper{
    position: relative;
    margin-top: 60px;
}
.faqCtaWrapper .container{
    justify-content: space-between;
	background: #e5f8fc;
    padding: 0px 50px;
    flex-direction: row-reverse;
    border-radius: 10px;
	margin: 70px auto 40px;
}
.faqCtaIcon{
    width: 37%;
    height: auto;
}
.faqCtaIcon img{
    max-width: 90%;
    position: relative;
    top: 8px;
}
.faqCtaContent{
    width: 77%;
    justify-content: center;
    flex-direction: column;
}
.faqCtaContent h2, .faqCtaContent a{
    text-align: left;
    align-self: flex-start;
}
.faqCtaContent h2{
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
}
.faqCtaContent h2 strong{font-weight: 600;}
.faqCtaContent a{
    background: #d22222;
    padding: 10px 36px;
    color: #fff;
    transition: .5s;
    margin: 5px 0 0;
    font-size: 17px;
    font-weight:400;
}
.faqCtaContent a:hover{
    text-decoration: none;
    background: #ec2626;
    transition: .5s;
}
.pricingContainer{
    position: relative;
    margin-bottom: 50px;
}
.pricingOutControls{
    justify-content: space-between;
}
.pricingCollapse{
    position: relative;
}
.collapseTable, .expandTable{
    position: relative;
    padding-left: 16px;
    text-transform: uppercase;
    font-size: 11.5px;
    cursor: pointer;
}
.collapseTable::before{
    content: "";
    position: absolute;
    height: 1px;
    width: 10px;
    background: #cb2034;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 0;
}
.expandTable::before{
    content: "";
    position: absolute;
    height: 1px;
    width: 11px;
    background: #000;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 0;
}
.expandTable::after{
    content: "";
    position: absolute;
    height: 11px;
    width: 1px;
    background: #000;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 5px;
}
.expandTable{
    display: none;
}

.hideFeatures{
    font-size: 11.5px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

.hideFeatures p::before{
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: 1px solid #055367;
    padding: 2px;
}

.hideFeatures p{
    position: relative;
}

.hideFeatures p span{
    position: absolute;
    left: -16px;
    top: 47%;
    cursor: pointer;
}
.hideFeatures.active p span::before{
    content: "";
    position: absolute;
    height: 4px;
    width: 2px;
    background: #17aa5f;
    transform: rotate(-45deg);
    transition: .5s;
}
.hideFeatures.active p span::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    background: #17aa5f;
    transform: rotate(-45deg);
    transition: .5s;
}
.hideFeatures p span::after, .hideFeatures.active p span::before{
    transition: .5s;
}
.pricingTable{
    justify-content: flex-start;
    flex-direction: column;
    border: 1px solid #e1e6e7;
}
.row{
    width: 100%;
    position: relative;
}
.innerRow{
    width: 95%;
}
.innerRow.flex{
    flex-direction: column;
}
.titleRow{
    background: #055367;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    border-bottom: 1px solid #e1e6e7;
}
.titleRow div{
    align-self: center;
    padding: 15px 0 15px 1%;
    font-weight: 300;
}
.titleRow a{
    font-size: 10px;
    background: #ffce26;
    padding: 6px 10px;
    margin-left: 10px;
    color: #000;
    font-weight:400;
    border-radius: 2px;
	transition: .3s;
}
.titleRow a:hover{
	text-decoration: none;
	color: #000;
    background: #f7bf00;
	transition: .3s;
}
.col1{
    width: 5%;
    padding: 1% 0 1% 1%;
    border-right: 1px solid #e1e6e7;
    border-bottom: 1px solid #e1e6e7;
    font-weight:400;
    text-align: center;
    padding-top: 27px;
}
.titleRow .col1{
    border-bottom: none;
}
.pricingTable .row:last-of-type .col1{
    border-bottom: none;
}
.col2{
    width: 45%;
    padding: 1% 0 1% 1%;
    border-right: 1px solid #e1e6e7;
}
.innerRow .col2{
    width: 51%;
}
.col3, .col4{
    width: 25%;
    padding: 0 0 0 1%;
    text-align: center;
}
.innerRow .col3, .innerRow .col4{
    width: 27%;
    padding: 0;
}
.col3{
    border-right: 1px solid #e1e6e7;
}
.col2.flex{
    flex-direction: column;
}
#capability1, #capability2, #capability3, #capability4, #capability5{
    cursor: pointer;
}
.capabilitiesTop{
    position: relative;
}
.capabilitiesTop h4{
    font-size: 16px;
    font-weight: 500;
    line-height:41px;
    width: 80%;
    position: relative;
    margin-bottom: 0;
}
.col2 .capabilitiesTop::before{
    content: "";
    position: absolute;
    height: 1.5px;
    width: 15px;
    right: 0;
    top: 30px;
    bottom: 0;
    background: #000;
}
.col2 .capabilitiesTop::after{
    content: "";
    position: absolute;
    width: 1.5px;
    height: 15px;
    right: 7px;
    top: 23px;
    bottom: 0;
    background: #000;
}
.col2 .capabilitiesTop.active::after{
    display: none;
}
.capabilitiesTop p{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.col2 .capabilitiesTop p{
    margin-top: 0;  
    width: 90%;
}
.col3 .capabilitiesTop p:first-of-type, .col4 .capabilitiesTop p{
   font-size: 14px;
    line-height: 21px;
    margin: 0;
    padding: 0 10%;
}
.col3 p{
    font-size: 14px;
    color: #333;
}
.col3 .capabilitiesTop p:last-of-type{
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.col4 .capabilitiesTop p span{
    font-weight: 500;
}
.col4 .capabilitiesTop p:last-of-type{
    margin-bottom: 10px;
}
.addOnStrip{
    position: absolute;
    left: -20px;
    padding-left: 8px;
    top: 0;
    background: #ffce26;
    width: 260px;
    font-size: 12px;
}
.addOnStrip::after{
    content: "";
    position: absolute;
    right: -10px;
    height: 96%;
    top: 2%;
    width: 30px;
    background: #fff;
    border-radius: 50%;
}
.featureTrigger{
    font-size: 14px;
    padding-left: 20px;
    margin: 5px 0;
	cursor: pointer;
}
.collapeRow .row:nth-of-type(odd){
    background: #fcfcfc;
}
.collapeRow .row:nth-of-type(even){
    background: #f8f8f8;
}
.collapeRow .row.filterColor1{
    background: #f8f8f8;
}
.collapeRow .row.filterColor2{
    background: #fcfcfc;
}
.innerRow .row:first-of-type{
    border-bottom: 1px solid #e1e6e7;
}

.innerRow .col2, .innerRow .col3, .innerRow .col4{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
}
.innerRow .col4{
    justify-content: flex-start;
}
.innerRow .col4.justifyCenter{
    justify-content: center;
}
.capabilityHelp{
    position: absolute;
    background: #3f3f3f;
    font-size: 11px;
    border-radius: 2px;
    padding: 10px;
    left: 19%;
    width: 200px;
    height: auto;
    top: 20px;
    color: #fff;
    display: none;
    z-index: 999;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.24);
    line-height: 16px;
}
.ch21 span{font-weight: 700;}
.ch21 .lineBreak{display: block; margin: 5px;}
.ch12{
	left: 22%;
	top: -13px;	
}
.ch13{
	left: 19%;
	top: 25px;
}
.ch14{
	left: 19%;
	top: -15px;	
}
.ch15{
	left: 18%;
	top: 31px;	
}
.ch16{
	left: 16%;
	top: 16px;	
}
.ch17{
	left: 17%;
	top: -66px;	
}
.ch21{
	left: 22%;
	top: -15px;	
}
.ch22{
	left: 18%;
	top: -62px;	
}
.ch23{
	left: 18%;
	top: 27px;	
}
.ch24{
	left: 20%;
	top: -9px;	
}
.ch25{
	left: 21%;
	top: -62px;	
}
.ch31{
	left: 17%;
	top: -18px;	
}
.ch32{
	left: 23%;
	top: -18px;	
}
.ch33{
	left: 16%;
	top: 29px;	
}
.ch34{
	left: 16%;
	top: 29px;	
}
.ch35{
	left: 22.5%;
	top: -18px;	
}
.ch36{
	left: 21%;
	top: -18px;	
}
.ch37{
	left: 20%;
	top: -5px;	
}
.ch38{
	left: 19%;
	top: -12px;	
}
.ch39{
	left: 16%;
	top: -107px;	
}
.ch41{
	left: 17%;
	top: 25px;	
}
.ch42{
	left: 18%;
	top: 25px;	
}
.ch43{
	left: 20%;
	top: -62px;	
}
.capabilityHelp::before{
    content: "";
    position: absolute;
    top: 20%;
    left: -5px;
    height: 10px;
    width: 10px;
    background: #3f3f3f;
    transform: rotate(45deg);
}
.ch13::before{
    top: -5px;
    left: 20%;
}
.ch17::before{
    top: 90%;
    left: 10%;
}
.ch22::before{
    top: 90%;
    left: 10%;
}
.ch21::before{
    top: 26%;
}
.ch23::before{
    top: -5px;
    left: 20%;
}
.ch25::before{
    top: 90%;
    left: 10%;
}
.ch33::before, .ch34::before{
    top: -5px;
    left: 10%;
}
.ch39::before{
    top: 94%;
    left: 10%;
}
.ch43::before{
    top: 80%;
}
.capabilitiesTop a{
    color: #0879b8;
    font-size: 12px;
    border: 1.5px solid #2a83bd;
    padding: 5px 10px;
    border-radius: 2px;
    margin: 5px 0;
	transition: .3s;
    font-weight:400;
}
.capabilitiesTop a:hover{
	background: #2a83bd;
	color: #fff;
	transition: .3s;
	text-decoration: none;
}
.yes-icon{
    position: relative;
    height: 25px;
    width: 25px;
    background: url(https://www.manageengine.com/data-security/style/../images/edition-comparision-tick-icon.png) no-repeat;
	background-size: contain;
    margin: 10px auto;
}
.col3 .noFeature{
    position: relative;
    align-self: center; 
    height: 1px; 
    width: 8px;
    background: #000;
}

.collapeRow{
    display: none;
}
.capability1{
    display: block;
}
.collapeRow .row:last-of-type{
    border-bottom: 1px solid #e1e6e7;
}
.collapeRow .row:first-of-type{
    border-bottom: none;;
}
.pricingNote{font-size: 14px;}
.raHigSec{background:#fff;padding:60px 0 0px;position:relative;overflow:hidden}
.clearfix{display:block}
.raHigSec .sec1{float:left;width:12%}
.raHigSec .sec2{float:left;width:22%}
.raHigSec .sec3{float:left;width:33%}
.raHigSec .sec4{float:left;width:31%}
.raHigSec ul{margin:0;padding:0}
.raHigSec ul li{font-size:15px;list-style:none;margin:0 0 10px}
.raHigSec ul li a{color:#000}
.raHigSec .container div{box-sizing: border-box;}
.inter_footer h2{font-size: 32px; font-weight: 700; text-align: center;}
.inter_footer h2, .tabs label {
    text-align: center; color: #000;
}
.tabs:after,
.tip1 .tip1_1_tool::before {
    content: '';
}
.tabs {
    float: none;
    list-style: none;
    padding: 0;
    margin: 75px auto;
}
.tabs:after {
    display: table;
    clear: both;
}
.tabs input[type=radio] {
    display: none;
}
.tabs label {
    display: block;
    float: left;
    width: 20%;
    color: #7f7f7f;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
    line-height: 2;
    cursor: pointer;
    border-bottom: 2px solid #efefef;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.tabs label span {
    display: none;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 600;
}
.tabs label i {
    padding: 5px;
    margin-right: 0;
}
.tabs label:hover {
    color: #055367;
    border-bottom: 2px solid #055367;
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    box-sizing: border-box;
    background-color: #fff;
}
.tab-content * {
    -webkit-animation: scale .7s ease-in-out;
    -moz-animation: scale .7s ease-in-out;
    animation: scale .7s ease-in-out;
}
@keyframes scale {
    0% {
        transform: scale(.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.01);
        opacity: .5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.tabs [id^=tab]:checked + label {
    background: #FFF;
    border-bottom: 2px solid #055367;
    color: #055367;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5 {
    display: block;
}
.inter_footer .tab-content ul {
    display: block;
    width: 20.33%;
    float: left;
    padding-left: 10%;
    padding-top: 20px;
}
.inter_footer .tab-content ul li {
    list-style-type: disc;
    color: #93bac9;
}
@media (min-width:768px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }
    .tabs label span {
        display: inline-block;
    }
    .tabs {
        margin: 50px auto;
    }
}

@media screen and (max-width: 1120px){
    .faqBoxWrapper{
        width: 90%;
    }
	.faqCtaWrapper .container {width: 80%;padding: 10px 50px 30px;}
}
@media screen and (max-width: 991px){
    .titleRow a{
        display: block;
        width: 60px;
        margin: 5px auto 0;
        text-align: center;
        padding: 0 10px;
    }
    .titleRow div{
        align-self: initial;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .faqCtaIcon{
        width: 375px;
        position: relative;
    }
    .faqCtaIcon img{
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: auto;
        bottom: -8px;
    }
}
@media screen and (max-width: 767px){
    .pageTopSection h1{
        line-height: 49px;
    }
    .faqCtaIcon{
        display: none;
    }
    .faqCtaContent{
        width: 90%;
        align-self: center;
        margin: 0 auto;
    }
    .col1{
        width: 6%;
    }
    .innerRow .col2{
        width: 54%;
    }
    .faqQ{
        padding-right: 10%;
    }
    .queryIcon{
        width: 200px;
    }
	.footer {
    display: none;
}
}
@media screen and (max-width: 650px){
    .pricingContainer{
        overflow: scroll;
        margin-right: 10px;
    }
    .pricingTable{
        width: 630px;
        margin-right: 10px;
    }
    .queryIcon{
        width: 180px;
    }
}
@media screen and (max-width: 650px){
    .queryIcon{
        display: none;
    }
}
@media screen and (max-width: 500px){
    .faqCtaWrapper .container{padding: 10px 25px 30px;}
}


@media screen and (max-width: 400px){
    .queryForm{
        width: 220px;
    }
    
    .queryPopupWrapper{
        padding: 20px 30px 30px;
    }
    .faqCtaContent h2{
        font-size: 18px;text-align: center;
    }
	.faqCtaContent a {margin: auto;}
}
</style>