body{overflow-x:hidden;color: #000;}
.clearfix {
  display: block;
}
#meGDPRMessage{font-size: 14px; color: #fff;}
#meGDPRMessage a{color:#95FFFB;}
.clearfix:after,
footer:after,
header:after,
section:after,
.rows:after,
.container:after {
  display: table;
  content: "";
  clear: both;
}
.clearfix:before,
footer:before,
header:before,
section:before,
.rows:before,
.container:before {
  display: table;
  content: "";
  clear: both;
}
section * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section * html .clearfix {
  height: 1%;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 16px;
  font-family: 'Zoho_Puvi_Regular';
  font-weight: 300;
}
article,
footer,
header,
section {
  display: block;
}
section{padding:80px 0;}
.text-light{color:#fff;}
.text-dark{color:#000;}
.text-center{text-align: center;}
.pr{position:relative;}
.pa{position:absolute;}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
p{margin: 20px 0;line-height:1.5;}
i{    
font-family: "ZohoPuvi";
    font-style: italic;}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.cols-1,
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-11,
.cols-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cols-12 {
  width: 100%;
}
.cols-11 {
  width: 91.66666667%;
}
.cols-10 {
  width: 83.33333333%;
}
.cols-9 {
  width: 75%;
}
.cols-8 {
  width: 66.66666667%;
}
.cols-7 {
  width: 58.33333333%;
}
.cols-6 {
  width: 50%;
}
.cols-5 {
  width: 41.66666667%;
}
.cols-4 {
  width: 33.33333333%;
}
.cols-3 {
  width: 25%;
}
.cols-2 {
  width: 16.66666667%;
}
.cols-1 {
  width: 8.33333333%;
}
@media (max-width: 992px) {
  .cols-md-center {
    margin: 0 auto;
    float: none;
    clear: both;
  }
  .cols-md-12 {
    width: 100%;
  }
  .cols-md-11 {
    width: 91.66666667%;
  }
  .cols-md-10 {
    width: 83.33333333%;
  }
  .cols-md-9 {
    width: 75%;
  }
  .cols-md-8 {
    width: 66.66666667%;
  }
  .cols-md-7 {
    width: 58.33333333%;
  }
  .cols-md-6 {
    width: 50%;
  }
  .cols-md-5 {
    width: 41.66666667%;
  }
  .cols-md-4 {
    width: 33.33333333%;
  }
  .cols-md-3 {
    width: 25%;
  }
  .cols-md-2 {
    width: 16.66666667%;
  }
  .cols-md-1 {
    width: 8.33333333%;
  }
  .md-hidden {
    display: none;
  }
  .md-center {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .cols-sd-12 {
    width: 100%;
  }
  .cols-sd-11 {
    width: 91.66666667%;
  }
  .cols-sd-10 {
    width: 83.33333333%;
  }
  .cols-sd-9 {
    width: 75%;
  }
  .cols-sd-8 {
    width: 66.66666667%;
  }
  .cols-sd-7 {
    width: 58.33333333%;
  }
  .cols-sd-6 {
    width: 50%;
  }
  .cols-sd-5 {
    width: 41.66666667%;
  }
  .cols-sd-4 {
    width: 33.33333333%;
  }
  .cols-sd-3 {
    width: 25%;
  }
  .cols-sd-2 {
    width: 16.66666667%;
  }
  .cols-sd-1 {
    width: 8.33333333%;
  }
  .sd-hidden {
    display: none;
  }
  .sd-center {
    text-align: center;
  }
}
h2{
	font-family: 'Zoho_Puvi_SemiBold';
    color: #000;
	font-size:1.6em;
	line-height: 1.4;
}
h3{font-size:20px;}
strong{font-family: 'Zoho_Puvi_Bold';}
.semibold{font-family: 'Zoho_Puvi_SemiBold';}

/*------Banner section-------*/
.banner{
	background: url("https://www.manageengine.com/sites/meweb/images/br/lgpd/lgpd-banner-bg.jpg") 0 0 no-repeat;
	background-size:cover;
}
h1{
	font-size: 2.6em;
    font-family: 'Zoho_Puvi_Bold';
    line-height: 48px;
	margin: 120px 0 0 0;
}
.banner p{
	padding: 0;
	font-size: 1.1em;
}
.move-to-btn{
	display: inline-block;
    background: #FFDA03;
    color: #000;
    font-family: 'Zoho_Puvi_SemiBold';
    padding: 10px 20px;
    border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
}
.move-to-btn:hover{
	text-decoration: none;
	background: #ebcb10;
}
.banner img{
	float: right;
	width: 78%;
}

/*---------Section=2 styles------------*/
.sec2{background: #fff;padding: 80px 0 !important;}
.sec2 img{    
    width: 450px;
    float: right;
}

/*---------Section-3 styles-----------*/
.sec3{background: #F2F2F2;}
.sec3 .col-left{padding-right:30px;}
.sec3 .col-right{padding-left:30px;}
.row2{padding: 40px 0 0 0;}
.sec3 p{margin: 0 0 20px 0;}
.sec3 h2{margin: 0 0 20px;}
.sec3 li{padding: 0 0 20px;list-style: disc;line-height:1.4;}
.sec3 .col-left ul{margin: 0 0 0 17px;}

/*----------Section-4 styles----------*/
.sec4{background: #000;}
.sec4 .accordion{
    cursor: pointer;
    background: linear-gradient(to bottom, #2D50C9, #2541AF, #1E3297);
    margin: 20px auto;
    color: #fff;
    width: 80%;
    padding: 40px 62px 20px 80px;
}
.sec4 h3{
    font-family: 'Zoho_Puvi_SemiBold';
    margin: 0;
    position: relative;
	font-size: 1.4em;
	color: #fff;
padding:0;
line-height:1.4;
}
.sec4 li h3:after{
	content: "+";
	position: absolute;
	top:0;
	right:14px;
	font-size: 2em;
    font-family: 'Zoho_Puvi_Light';
}
.sec4 li.active h3:after{content: "-";}
.text-half{width:60%;margin: 30px auto 60px;}
.accord-sec{position: relative;}
.accord-sec p{font-size: 1.1em;}
.accord-show{display: none;}
.accord-show div{line-height:1.4;padding:0 0 20px 0;}
.accordion .accord-show.active{display: block;}
.accord-show li{list-style: upper-roman;padding: 0 0 20px 0;font-family: 'Zoho_Puvi_Light';}
.accordion .accord-sec h3:after{
	content: "";
    position: absolute;
    top: 10px;
    right: -2px;
    font-size: 2em;
    font-family: 'Zoho_Puvi_Light';
	background: url("/sites/meweb/images/br/common-pages/images/down-arrow.svg") 0 0 no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}
.accordion.active .accord-sec h3:after{background: url(/sites/meweb/images/br/common-pages/images/up-arrow.svg) 0 0 no-repeat;background-size: contain;}
.accordion ul{margin-left: 23px;}

/*---------Section-5 styles----------*/
.sec5{
	background: #000000;
	color: #fff;
	padding: 0 0 80px 0;
}
.sec5 li{
    padding: 30px;
	display: inline-block;
	vertical-align: top;
	width:33%;
}
.sec5 li > a:hover h3{text-decoration:underline;}
.sec5 li a{color:#fff;text-decoration:none;}
.sec5 li p a{color: #fff002;text-decoration:none;}
.sec5 li p a:hover{text-decoration:underline;}
.sec5 li img{height: 35px;width: auto;margin: 20px 0;}
.sec5 li h3{    
    margin: 0px 0 0px;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: normal;
    color: #fff;
    font-size: 1.4em;
    padding: 0;
}
.sec5 li p{margin-bottom:0;}



/*-------------Form styles-------------*/
.register{background: url("/sites/meweb/images/br/common-pages/images/register-sec-bg.jpg") 0 0 no-repeat;background-size:cover;}
.register h2{width:53%;margin:auto;}
.register .cols-8, .cols-4{padding: 0;}
.register a{color: #fff;text-decoration: underline;}
.register a:hover{text-decoration: none;}
.register img{margin: 30px 0 0 0;}
form{padding: 10px 0;}
.reg-cont{width:48%;margin: auto;}
.reg-cont p{padding: 10px 0;}
.form-control {
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    height: 50px;
    margin-bottom: 20px;
    transition: border ease 1.2s;
    -webkit-transition: border ease 1.2s;
    -moz-transition: border ease 1.2s;
    box-shadow: none;
}
div.form-field {
    position: relative;
    margin-bottom: 5%;
}
form label{
    display: inline-block;
    vertical-align: top;
}
form input.field-error, .dropdown .dropdt a.field-error{
    border: 1px solid #f95959;
}
.form-control:before {
    top: 0px;
    left: 0px;
}
.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1.2em;
    z-index: 8;
    opacity: 0.5;
}
.form-control input, .form-control select, .form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    resize: none;
    color: #000;
	border-radius: 3px;
}
.form-control .error {
    position: absolute;
    bottom: -8px;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: #f00;
    display: none;
}
.form-control.active-row {
    border: 1px solid transparent;
}
.form-control:after, .form-control:before {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
}
.form-control:after {
    bottom: 0;
    right: 0;
}
.active-row.form-control::before {
        border-top-color: #082cac;
    border-right-color: #082cac;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    width: 100%;
    height: 100%;
}
.active-row.form-control::after {
    border-bottom-color: #082cac;
    border-left-color: #082cac;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
    width: 100%;
    height: 100%;
}
.form-control.active-row .label {
    top: 0;
    background: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}
.uscountry.form-control {
    height: auto;
}
.uscountry select#contact_country, .uscountry select#zc-country {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state,.uscountry select#ukcountry_region {
    height: 60px;
}
.btn-submits{background: transparent;margin: 30px 0 0 0;}
.btn-submits button{
	background: #FFDA03;
    padding: 12px 24px;
    font-size: 1em;
    text-transform: uppercase;
    border: 1px solid #FFDA03;
    cursor: pointer;
    font-family: 'Zoho_Puvi_SemiBold';
    letter-spacing: 0.9px;
    border-radius: 3px;
	transition: .5s;
}
.btn-submits button:hover{background: #d5b811;}
input:focus {
    border: 1px solid #fff;
    box-shadow: none;
    outline: none;
}
.dropdown1 {
    position: relative;
    z-index: 99;
    font-size: 12px;
    padding: 0;
    height: 55px;
}
.dropdown1 .dropdt1 {
    width: 100%;
    height: 100%;
}
.clicks {
    display: block;
    width: 100%;
    height: 100%;
}
.dropdt1 .hida1 {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 16px;
    padding-left: 30px;
    font-size: 15px;
    color: #a09a9a;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 96%;
	text-align: left;
}
.multiSel1 {
    padding: 5px 10px;
    height: 50px;
    overflow: scroll;
    display: none;
	margin: 0;
}
.dropdown1 .dropdd1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
div.dropdownsearch1 {
    width: 100%;
    	background: #253238;
    display: none;
    z-index: 9999;
    position: relative;
}
.dropdown1 .dropdd1 input {
    width: 96%;
    padding: 10px;
    font-size: 14px;
    margin: 15px 10px 5px;
    border: 1px solid #CCC;
    background: #fff;
    box-sizing: border-box;
    opacity: 1;
}
.dropdown1 .dropdd1 ul {
    color: #fff;
    display: none;
    left: 0;
    padding: 15px 15px 2px 0;
    position: absolute;
    top: 50px;
    width: 100%;
    list-style: none;
    height: 275px;
    overflow: auto;
    background: #253238;
    text-align: left;
    overflow: scroll!important;
}
.dropdown .dropdd ul li, .dropdown1 .dropdd1 ul li {
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    cursor: pointer;
}
.multiSel1 span {
    border: 1px solid #333;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: 14px;
    line-height: 20px;
	display:inline-block;
	font-weight:lighter;
}
.multiSel1 span strong {
    margin: 0 0 0 10px;
    color: #898383;
    font-weight: 700;
}
p.privacy-policy {
    font-size: 14px;
    font-weight: lighter;
}
.privacy-policy a{color:#95FFFB;}
.success-msg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 80%);
    color: #000;
    font-weight: 500;
    font-size: 1.2em;
    display: none;
    border-radius: 6px;
    text-align: center;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 999999;
}
.close{    
	color: #fff;
    border: 2px solid #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    right: 30px;
    position: absolute;
    top: 30px;
	cursor: pointer;
	transition: .5s;
line-height:25px;
}
.close:hover{
	color: #e6e324;
	border: 2px solid #e6e324;
}
.success-cont{
	background: #fff;
    width: 40%;
    position: relative;
    margin: 180px auto auto;
    border-radius: 5px;
    padding: 40px 20px;
}

/*--------------Disclaimer--------------*/
.disclaimer{background: #fff;}

/*------------Responsive styles---------------*/
@media (max-width: 1250px) {
  	.container {max-width: 90%;}
	.quotes div{
		background: #fece00;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		padding: 15px;
		width: 22%;
	}
}
@media screen and (max-width:992px){
	.banner img{margin-top:50px;}
	.banner img{float:none;width: 300px;}
        h1{margin: 80px 0 0 0;}
	h2{font-size: 1.5em;line-height: 32px;}
	.text-half{width: 100%;}
	.implem-box{padding: 40px;}
	.register h2{width: 100%;}
	.art-title{padding: 15px;}
	.art-title br{display: block;}
	.reg-cont{width: 60%;}
	.sec5 li{width: 49%;}
	.accordion .accord-sec h3:after{right: -24px;}
        .sec4 .accordion{padding: 40px 60px 20px 60px;}
}
@media screen and (max-width:800px){
	.sec5 ul{padding: 0;display: block;}
	.register h2{text-align: center;}
	.register .cols-8{margin: auto;width: 100%;text-align: center;}
	.reg-cont{margin: auto;}
	.register .cols-4{display: none;}
	.sec4 .accordion{width:100%;}
}
@media screen and (max-width:650px){
	h1{font-size: 2em;margin:0;}
	.para-style{width: 100%;}
	.table-sec {
        width: 100%;
        overflow-y: scroll;
    }
	.table-sec table {
        width: 900px;
    }
	.right-col-img{    
		float: none;
    	margin: 20px 0;
	}
	.sec2 img {
    	float: none;
    	width: 80%;
    	margin: 0px auto 50px auto;
	}
	br{display: none;}
	.implem-headings{display: none;}
	.implem-box{
		padding: 0;
        display: block;
        margin: 15px 0;
		width: 100%;
	}
	.implem-box .mainart-title{
		display: block;
		background-color: #263fcd;
    	padding: 20px 25px;
    	font-family: 'Zoho_Puvi_SemiBold';
    	font-size: 1.3em;
		margin: 0;
		color: #fff;
	}
	.implem-box div{padding: 40px;display: none;}
	.implem-box div.mob-active{display: block;}
	.reg-cont{width: 100%;}
	.btn-submits button{width: 100%;}
	.para-style{width: 100%;text-align: left;}
	.short-desc{width: 100%;}
	.sec4 .col-right{padding-left: 0;}
	.disclaimer p{text-align: left;}
	.sec4 ul{width: 100%;}
	.sec3 .col-left{padding-right: 15px;}
	.sec5 li{width: 100%;margin: auto;text-align: center;}
	.sec4 h3{margin: 0 15px 0 0;}
	.success-cont{width: 80%;}
        .sec4 .accordion{padding: 40px 40px 20px 40px;}
}
@media screen and (max-width:600px){
	.quotes div{        
		width: 100%;
        min-height: 0;
	}
}