.cb.banner h1 { color: #fff  !important; font-size: 27px !important; letter-spacing: normal  !important;  line-height: 33px  !important;  padding: 0 0 10px  !important;}
.cb.banner ul li {   color: #fff  !important; padding: 0px !important;  margin: 23px !important; border: 0 !important; max-width: 280px;}
.cb.banner ul li strong { color: #40ffff  !important;}
body {
    font-family: Lato;
}
.cb.banner {
   /* background: linear-gradient(to bottom, #0f5491, #0f5491);*/
    background-image: url(https://www.manageengine.com/latam/mobile-device-management/images/security-banner-bg.jpg);
    background-size: 100% auto;
    background-position: bottom;
    background-attachment: fixed;
}
.cb.banner h1 {
    color: #fff;
    font-size: 27px;
    letter-spacing: normal;
    line-height: 33px;
    padding: 0 0 10px;
}
.cb.banner h1 strong {
    color: #FFEB3B;
    padding: 0 0 10px;
}
.cb.banner h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
    padding: 0 15% 30px;
    line-height: 26px;
    font-style: oblique;
    font-weight: 100;
}
.cb.banner ul {
    width: 100%;
}
.cb.banner ul li {
    color: #fff;
    padding: 0px !important;
    margin: 23px !important;
    border: 0 !important;
    max-width: 280px;
}
.cb.banner ul li strong {
    color: #40ffff;
}
.cb.banner ul li:nth-child(1) {
    border-right: 1px solid #ccc !important;
    margin-right: 0 !important;
        padding-right: 40px !important;
}
.propo h1 {
    display: block;
    text-align: center;
    margin: 40px 0 0;
    font-size: 24px;
}

.propo h1 img {
    width: 60px;
}
.intro{
     background-color: transparent;
}
.intro > p {
    max-width: 820px;
    margin: 16px auto 0;
    font-size: 22px;
}
.intro > ul > li {
    width: auto;
    max-width:300px;
    padding: 0 8px 8px;
    margin: 15px 15px 10px;

}
.intro > ul > li > h3{
    font-size: 18px;
    font-weight: 300;
}
.intro > h2.spl strong {
    font-size: 18px;
    font-weight: 600;
    background-color: #0001;
    border-radius: 5px;
    padding: 4px 12px;
    margin: 0 5px;
    color: #00858c;
}

.attack{
     background-color: #0f549114;
    padding: 30px 50px;
}

.attack > ul > li {
    width: auto;
    max-width:300px;
    padding: 0 8px 8px;
    margin: 15px 15px 10px;

}
.attack > ul > li > h3, .intro > ul > li > h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0f5491;
    margin: 20px 0 8px;
}
.attack > ul {
    display:flex;
    justify-content:center;
    text-align:center;
}

.attack > h2{
    margin:0;
    text-align:center;
    font-size:26px;
}
.attack > p {
    text-align: center;
    max-width: 820px;
    margin: 16px auto 0;
    font-size: 22px;
}
.attack > p > strong{
    font-weight:400;
    color: #006166;
}

.attack > ul > li > p {
    font-size:15px;
    line-height:22px;
    margin:0;
}
.attack > ul > li > p strong {
    font-size: 30px;
    line-height: normal;
    color: #0f5491;
    display: block;
}

.attack.jump > ul > li > p strong {
    animation: bigjump 1s 3;
}
.attack > ul > li > p span {
    font-weight: 800;
    display: block;
}
.attack > ul > li > p > img {
    display: block;
    margin: 20px auto;
    height: 60px;
    width: 60px;
    transition: all ease 350ms;
}
.attack > ul > li:hover > p > img,.intro > ul > li:hover > p > img, .tips ul li:hover:before {
    transform: scale(1.3) ;
}
.tips > p {
    max-width: 1000px;
    margin: 0 auto 20px;
    text-align: center;
}
.tips ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    counter-reset: section;
    max-width: 1100px;
    margin: auto;
    padding: 0 40px;
}

.tips ul li {
    max-width: 300px;
    margin: 15px;
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 15px;
}

.tips ul li strong {
    display: block;
    font-size: 18px;
    margin: 0 0 5px;
    color: #0f5491;
    }
.tips ul li span {
    font-size: 14px;
}

.tips ul li:before {
    position: absolute;
    right: 20px;
    top: -12px;
    font-size: 50px;
    font-weight: bold;
    color: #0e5591;
    text-shadow: -2px 2px 2px #fff;
    counter-increment: section;
    content: counter(section);
    transition: all ease 350ms;
    }
a.cta {
    background-color: #e8132c;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    border-radius: 10px 0 0 10px;
    text-decoration: none;
    position: fixed;
    right: 0;
    bottom: 30%;
    padding: 12px 23px;
    box-shadow: 0 0 5px #000;
    transition: all ease 350ms;
}
a.cta:hover{
   padding: 12px 50px;
}

a.spl-cta {
    display: inline-block;
    background-color: #e8132c;
    color: #fff;
    padding: 8px 20px;
    font-size: 20px;
    border-radius: 5px;
    margin: 5px 15px;
    min-width: 180px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}

.spl-cta-main {
  display: flex;
  width: 100%;
  justify-content: center;
  margin:0 0 30px;
}
a.spl-cta span {
    display: block;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: normal;
}
@media(max-width:600px){
.attack > ul {
    flex-wrap: wrap;
}
}
@keyframes bigjump{
0%, 100%{transform: scale(1)}
50%{transform: scale(1.3)}
}

h2, .hTag2 {
    font-size: 20px;
    line-height: 34px;
    margin: 0px 0 0px;
    color: #333;
    font-weight: 400;
}
h1, .pg-head, .hTag1 {
    font-size: 24px;
    line-height: 45px;
    margin: 0 0 0px;
    color: #333;
    letter-spacing: -1px;
    font-weight: 400;
}
.footer .footCol2 {
    padding: 2% 0%;
    border-right: 0px solid #292929;
}
.footer .footCol1, .footer .footCol2 {
    border-right: 0px solid #666;
}
.footCol2 {
    width: 30%;
    min-height: 220px;
    padding: 0 4.5%;
    float: left;
    border-right: 1px dashed #000;
}

/*security-mgmt.css*/
body{
   font-family: Lato;
}
#scroll{padding:0;}
 .heading-menu, .container.cust-quote, .sec-pTB.mbH, #btmscroll, .btmBar {
    display: none;
}

footer {
    border: 0;
}

.foot-copy {
    border-top: 1px solid #eee;
}

.cb a {
    color: #007deb;
    font-weight: 600;
}
.cb.banner {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px;  
   /* background: linear-gradient(to right, #e6ffd7, #ffe6d8);
    background: linear-gradient(to left, #f3f3bd, #d4fff5);*/
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.cb.banner h1 {
    position: relative;
    color: #333;
    font-size: 34px;
    line-height: normal;
    font-weight: 400;
    z-index: 1;
    margin: auto;
    display: block;
    max-width: 800px;
    padding: 0 0 40px;
    text-align: center;
}
.cb.banner h1 strong {
    font-size: 40px;
    font-weight: 700;
    color: #00858d;
    display: block;
}
.cb.banner h1 span{
    font-size: 18px;
}
.cb.banner h1 img {
    color: #00858d;
    text-align: center;
    display: inline-block;
    margin: 0 5px 8px;
    width:50px;
    vertical-align:middle;
}
.cb.banner ul {
    display: flex;
    justify-content: center;
}
.cb.banner ul li{
   font-weight: 400;
    text-align:center;
    font-size:15px;
    line-height:24px;
}
.cb.banner ul li:nth-child(2){
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    margin:0 30px;
}
.cb.banner ul li strong{
    display:block;
    font-size:50px;
    line-height:normal;
    color:#00858d;
}
.cb.banner .dform {
    position: fixed;
    background-color: #00858d;
    z-index: 1;
    transition: all ease 350ms;
    max-width: 340px;
    align-self: flex-start;
    box-shadow: -1px 0px 1px #0000009e;
    right: 0;
    top: 90px;
    bottom: 0;
    display: flex;
    align-items: center;
}
.cb.banner .dform .dform_inner{
    padding: 20px;
}
.cb.banner .dform .edi-btn {
    max-width: 300px;
}
.cb.banner .dform.animate {
    transform: scale(1.1);
    box-shadow: 0 0 50px #0005;
}
.cb.banner .dform .edi-btn inputgroup label {
    z-index: 0;
    pointer-events: none;
}
.cb.banner .dform h2 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}
.cb.banner .dform p {
    text-align: center;
    margin: 0 auto;
    max-width: 380px;
}
input#downloadSubmit.download {
    background-color: #ffcf00 !important;
    max-width: 300px;
    min-width: 278px;
    margin: 30px auto 10px !important;
    border: 0 !important;
    border-radius: 5px !important;
    font-size: 22px !important;
    font-weight: 700;
    cursor: pointer;
    padding: 12px !important;
    line-height: normal !important;
    -webkit-appearance: none;
    color:#000;
}
.fbutton input#Submit {
    max-width: 300px;
    min-width: 278px;
    background-color: #2a79bb !important;
    color: #fff;
    border-radius: 5px !important;   
}
.edi-btn inputgroup{
    margin:0;
}
.edi-btn inputgroup input {
    width: 278px !important;
    max-width: 92% !important;
    border-radius:5px !important;
    background-color: #f1f1f1 !important;
}
.edi-btn inputgroup.focus label {
    color: #fff;
}
.edi-btn inputgroup select[data-countrygdpr="MECountryListing"] {
    width: 100% !important;
    margin: 30px 0 !important;
    line-height: 20px !important;
    -webkit-appearance: none;
    border-radius:5px !important;
    background-color: #f1f1f1 !important;
}
.edi-btn inputgroup select[data-countrygdpr="MECountryListing"]:focus {
    outline: none;
    border: 1px solid #007abd !important;
}

.edi-btn inputgroup.half{
    display: inline-block !important;
    margin:0;
}
.edi-btn inputgroup.half:first-child{
    margin:0 !important;
    margin-right: 12px !important;    
}
.edi-btn inputgroup.half input {
    width: 170px !important;
}
.edi-btn inputgroup.con{
    position: relative;
}
.edi-btn inputgroup.con:after {
    content: "â–¾";
    position: absolute;
    color: #999;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    line-height: 38px;
    font-size: 25px;
}
.edi-btn inputgroup.error .error-field, .edi-btn inputgroup.error1 .error-field1, .edi-btn inputgroup.error2 .error-field2 {
    color: #ffe200;
}

.edi-btn inputgroup.error input, .edi-btn inputgroup.error1 input {
    border-color: #ff0000 !important;
}
.dwn-priv {
    max-width: 350px !important;
    margin: auto;
    color:#fff !important;
}
.dwn-priv a {
    color: #ffe200;
}
.container.sec-pTB.clearfix{
   max-width:1200px;
}
.cb.banner .dform.thanks,.cb.banner .dform.loading{
    overflow:hidden;
}
.cb.banner .dform.thanks:before {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.cb.banner .dform .popup, .cb.banner .dform .popup1{
    display:none;
}
.cb.banner .dform.thanks .popup{
    display: flex;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}
.cb.banner .dform.thanks .popup h2 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    padding: 0 20px 5px;
}
.cb.banner .dform.thanks .popup p {
    font-size: 12px;
    color: #000;
    font-weight: 300;
    border: 0;
    max-width: 280px;
    line-height: 17px;
    margin-bottom: 9px;
}
.cb.banner .dform.loading:after {
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:#fffe;
    background-image:url(../images/loading.gif);
    background-repeat:no-repeat;
    background-position:center;
    background-size:70px;
}
.cb.banner .dform.mobile_thanks .popup1 {
    display: block;
}

.cb.banner .dform.mobile_thanks .edi-btn {
    display: none;
}

.cb.banner .dform.mobile_thanks .popup1 h2 {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #4c40af;
}
.cb.banner .dform.mobile_thanks .popup1 h2 b {
    display: block;
    font-size: 25px;
}
.cb.banner .dform.mobile_thanks .popup1 p {
    font-size: 19px;
    font-weight: 400;
    margin: 17px;
}
.cb.banner .dform.mobile_thanks .popup1 strong {
    background-color: #ffe20033;
    display: block;
    border: 1px dashed #ccc;
    text-align: center;
    line-height: normal;
    padding: 5px;
    margin: 5px;
    font-weight: 400;
}
.cb.banner .dform.mobile_thanks > h2 {
    display: none;
}
.cb.banner .dform.mobile_thanks > h2.mobile_only {
    display: none !important;
}
    .pc_only{
       display:block;
    }
    .mobile_only{
       display:none;
    }
#ReqDemo #meGDPRMessage {
    margin: 0 0 10px;
    width: auto;
    text-align: center;
}
#ReqDemo inputgroup.focus label {
    color: #000;
}
#ReqDemo inputgroup.error .error-field, #ReqDemo inputgroup.error1 .error-field1, #ReqDemo inputgroup.error2 .error-field2 {
    color: #f00 !important;
}
.cb.banner .dform.thanks .popup h3 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin: 0 10px !important;
    color: #333;
    border-top: 1px dashed #ccc;
    padding: 14px 0 0 0 !important;
    font-weight: 400;
}
.cb.banner .dform.thanks .popup h3 + span {
    font-size: 13px;
    text-align: center;
    display: block;
    margin: 7px 0;
    font-weight: 300;
}
.dform.mobile_thanks h2.mobile_only {
    display: none !important;
}
.cb.banner .dform.mobile_thanks .popup1 h2, .cb.banner .dform.mobile_thanks .popup1 p{
    color:#fff;
}
.cb.banner .dform.mobile_thanks .popup1 strong{
    background-color:transparent;
    color:#f9d54c;
}
.intro {
    background-color: #f6ffff;
}
.intro, .data {
    padding: 30px 50px;
}
.intro > h2, .data > h2{
    margin:0;
    text-align:center;
    font-size:26px;
}
.intro > p, .data > p {
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    margin: 5px 5px 15px;
    font-weight:400;
}
.intro > p >strong,.data > p >strong{
    font-weight:400;
    color: #006166;
}
.intro > ul {
    display:flex;
    justify-content:center;
    text-align:center;
}
.intro > ul > li {
    padding:15px;
    width: 20%;
}
.intro > ul > li:hover {
    box-shadow: 0 0 5px #0004;
    border-radius: 5px;
    cursor: default;
}
.intro > ul > li > h3 {
    font-size:20px;
    line-height: normal;
}

.intro > ul > li > p {
    font-size:15px;
    line-height:22px;
    margin:0;
}
.intro > ul > li > p > img {
    display: block;
    margin: 20px auto;
    height: 60px;
    width: 60px;
    transition: all ease 350ms;
}
.intro > ul > li:hover > p > img {
    transform: scale(1.1) rotate(15deg);
}
.data {
    min-height: 400px;
    background-image: url(../images/patch-adpage-clip-1.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}
.data > ul {
    max-width: 400px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    border-right: 1px dotted #999;
    border-left: 1px dotted #999;
    border-radius:50px;
}
.data > ul > li {
    width: 130px;
    display: inline-block;
    font-size: 25px;
    line-height: normal;
    color: #000;
    margin: 0;
    position: relative;
    background-color: #fff;
    padding: 12px 5px;
}
.data > ul > li:nth-child(odd) {
    text-align: right;
    font-weight: 300;
}
.data > ul > li:nth-child(even) {
    text-align: left;
    font-weight: 400;
    color: #00858c;
}
.data > ul > li:nth-child(odd):after {
    content: '';
    position: absolute;
    height: 0;
    width: 200px;
    border: .5px dotted #ccc;
    z-index: -1;
    bottom: 25px;
}
.data > ul:before {
    content: 'Years';
    position: absolute;
    left: -35px;
    top: 45%;
    bottom: 45%;
    transform: rotate(-90deg);
    height: 20px;
    color: #00858c;
    font-size: 15px;
}

.data > ul:after {
    content: 'No. of data breaches';
    position: absolute;
    right: -84px;
    top: 45%;
    bottom: 45%;
    transform: rotate(90deg);
    height: 20px;
    color: #00858c;
    font-size: 15px;
}
.data > strong {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    font-weight: 400;
    font-style: italic;
}
.know{
    background-color: #f7ffff;
    max-width:800px;
    border-radius:5px;
    padding:15px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    box-shadow: 0 0 2px #0003;
}
.know img {
    margin: 0 15px;
    width: 100px;
    height: 100px;
}

.know ul li {
    font-size: 15px;
    line-height: 28px;
    font-style: italic;
    font-weight: 400;
}
.know ul li:before {
    content: 'âœ“';
    padding-right: 10px;
    color: #00858c;
    font-weight: 900;
}
.know + h2.spl{
   text-align:center;
   color:#00858c !important;
  font-weight:600;
}
.know + h2.spl img {
    display: inline-block;
    margin-left: 5px;
    vertical-align: bottom;
    width: 40px;
}
.know + h2.spl.push img{
    animation: push 1s 3;
}
#downloadSubmit.jump{
    animation: jump 1s 3;
}
.dform:hover #downloadSubmit.jump{
   animation:none;
}

@keyframes push{
0%, 100%{transform: translateX(0px)}
50%{transform: translateX(50px)}
}

@keyframes jump{
0%, 100%{transform: scale(1)}
50%{transform: scale(1.1)}
}
.source {
    text-align: center;
    font-size: 13px;
    font-style: italic;
    margin:0 0 30px;
}
@media(max-width:600px){
    .cb-cover,#meCommonFooterNew{
        margin:auto;  
    }
    .cb.banner{
        display:block;
        margin:0;
        padding: 15px;
    }
   .cb.banner h1 {
    margin: 0;
    font-size: 24px;
    padding: 15px;
    line-height: 43px;
}
.cb.banner h1 strong {
    font-size: 26px;
}
    .cb.banner h1:after{
        display:none;
    }
    .cb.banner .dform{
        margin:15px;
    border-radius: 15px;
    }

.cb.banner .dform {
    position: static;
    margin: auto;
}

.edi-btn inputgroup input {
    width: 100% !important;
}
.cb.banner ul{
    flex-wrap:wrap;
}
.cb.banner ul li:nth-child(2){
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:0;
    border-right:0;
    margin:20px 0;
    padding:15px 0;
}
.cb.banner .dform .edi-btn{
    padding:0;
}
.intro > ul{
    flex-wrap:wrap;
}
.data > ul > li{
    width:90px;
}
    .pc_only{
       display:none !important;
    }
    .mobile_only{
       display:block !important;
    }
}

@media screen and (max-height:700px){
.edi-btn inputgroup input {
    padding: 5px 10px !important;
    }

.edi-btn inputgroup label {
    transform: translate(15px,29px) scale(1,1);
}
.edi-btn inputgroup select[data-countrygdpr="MECountryListing"]{
    height:30px !important;
    margin:25px 0 0 !important;
    padding:0 10px !important;
}
.edi-btn inputgroup.con::after {
    line-height: 27px !important;
}
#meGDPRMessage label{
    color:#fff;
}
#ReqDemo #meGDPRMessage label{
    color:#000;
    margin: 8px 0 0;
    display: block;
    text-align: left;
}
#meGDPRMessage{
    margin:10px 0 0;
    width:auto;
}
.cb.banner .dform h2{
    font-size: 15px;
    font-weight: 600;
    padding: 15px 0 5px;
}
input#downloadSubmit.download{
    margin:15px 0 0 !important;
}
}

