body{overflow-x:hidden;color: #000;}
.clearfix {
  display: block;
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.containerMid:before,
.containerMid:after,
.clearfix:after,
.clearfix: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: 0 0 20px 0;line-height: 1.6;}
.container,.containerMid{
  margin: 0 auto;
  width: 100%;
}
.container{max-width: 1200px;}
.containerMid{max-width: 1400px;}
.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%;
	  padding: 0;
  }
  .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;
  }
}
strong{font-family: 'Zoho_Puvi_Bold';}
h2{
	font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.7em;
	margin: 0 0 20px 0;
	line-height: 1.4;
}
h3{font-family: 'Zoho_Puvi_SemiBold';}

/*--------------Secondary header--------------*/
.brand-logo {
    display: inline-block;
}
.nav-menu{margin: 0;}
.nav-menu li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.nav-menu li a, .nav-menu li span {
    display: block;
    padding: 10px;
    cursor: pointer;
}
.second-header.fixed-header {
    background: linear-gradient(to right, #042EC3, #081F6D);
    padding: 15px 0;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #5267B2;
}
 .second-header.fixed-header.header-fixed {
	 padding: 15px 0;
	 box-shadow: 0 0 10px #00000057;
	 position: fixed;
	 z-index: 9999;
}
 .second-header.fixed-header.header-fixed .nav-section .nav-menu {
	 transform: translate(0);
}
 .second-header.fixed-header.header-fixed .brand-logo img {
	 height: auto;
	 width: 200px;
}
 .second-header.fixed-header.header-fixed .me-20-logo img {
	 width: 40px;
	 position: relative;
	 left: 10px;
	 bottom: -4px;
	 filter: brightness(0) invert(1);
}
.second-header.fixed-header .me-20-logo {
	 display: none;
}
 .second-header.fixed-header .nav-section {
	 overflow: hidden;
}
 .second-header.fixed-header .nav-section #topbar-menu-icon {
	 display: none;
	 position: absolute;
	 right: 30px;
	 cursor: pointer;
	 transform: translate3d(0,0,0);
	 transition: transform .7s;
	 z-index: 9999999;
	 margin: 0;
	 top: 15px;
	 width: 30px;
    height: 30px;
}
.second-header.fixed-header .nav-section #topbar-menu-icon span {
	 display: block;
	  position: absolute;
	  height: 3px;
	  width: 100%;
	  background: #fff;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0);
	  -moz-transform: rotate(0);
	  -o-transform: rotate(0);
	  transform: rotate(0);
	  -webkit-transition: all ease 0.25s;
	  -moz-transition: all ease 0.25s;
	  -o-transition: all ease 0.25s;
	  transition: all ease 0.25s;
}
 .second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(1) {
	 top: 0;
}
 .second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(2) {
	 top: 8px;
}
 .second-header.fixed-header .nav-section #topbar-menu-icon span:nth-child(3) {
	 top: 16px;
}
.second-header.fixed-header .nav-section .nav-menu {
	 padding: 0;
  text-align: left;
  -webkit-transform: translate(40%);
  -moz-transform: translate(40%);
  -o-transform: translate(40%);
  transform: translate(40%);
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
.second-header.fixed-header .nav-section .nav-menu li {
	 display: inline-block;
	 margin-left: 10px;
}
 .second-header.fixed-header .nav-section .nav-menu li a {
	 color:#dd002c;
	 padding: 10px;
	 display: block;
}
 .second-header.fixed-header .nav-section .nav-menu li span {color:#fff;}
 .second-header.fixed-header .nav-section .nav-menu li span:hover, .second-header.fixed-header .nav-section .nav-menu li span.active {
	 cursor: pointer;
	 color:#F6C855;
}
.second-header.fixed-header .head-container {position: relative;}

/*---------------Banner styles--------------*/
.banner{
	background: #042fc5 url("../images/cima-ban-bg.jpg") 0 0 no-repeat;
	background-size: cover;
	padding: 100px 0;
}
h1{
	font-size: 2.4em;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.4;
	margin: 50px 0 20px 0;
}
.ban-para{font-size: 1.2em;font-family:'Zoho_Puvi_Light';}
.banner img{float: right;}

/*---------------Section-2 styles--------------*/
.sec2 a{text-decoration: underline;color: #000;}
.sec2 a:hover{text-decoration: none;}
.sec2 p:last-child{margin: 0;}
.text-half{
	width: 70%;
    text-align: center;
    margin: auto;
}
.sec2 .cols-left, .sec2 .cols-right{padding: 0 40px 0 60px;}

/*------------Section-3 styles----------------*/
.sec3{
	background: -webkit-linear-gradient(#f3f5ff, #FFFFFF);    
	background: -o-linear-gradient(#f3f5ff, #FFFFFF);    
	background: linear-gradient(#f3f5ff, #FFFFFF);
}
.sec3 h2{margin: 14px 0 0 0;}
.sec3 ul li{
    border-radius: 40px;
    width: 30%;
    vertical-align: top;
    display: inline-block;
    background: #E4E7FB;
    padding: 10px 10px 10px 65px;
    font-family: 'Zoho_Puvi_Medium';
    margin: 0 10px;
	position: relative;
}
.sec3 ul li:before{
    content: "1";
    position: absolute;
    font-size: 4em;
    background: linear-gradient(to bottom, #202020, #ffffff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-family: 'Zoho_Puvi_Black';
    left: 15px;
    top: -34px;
    line-height: normal;
}
.sec3 ul li:nth-child(2):before{content: "2";}
.sec3 ul li:nth-child(3):before{content: "3";}
.sec3 .row2{
	background: url("../images/nis2-dwnld-ban.png") 0 0 no-repeat;
	background-size:cover;
	border-radius: 15px;
	padding: 20px 100px;
    display: flex;
    align-items: center;
}
.sec3 .row2 .cols-right{
	margin: auto;
	text-align: center;
}
.dwnld-btn{
	color: #fff;
    background: #05259A;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 3px;
    text-align: center;
	cursor: pointer;
}
.dwnld-btn:hover{background: #314591;}
.sec3 .row1{padding: 10px 0 80px;}
.sec3 h3{
	margin-top: 0;
    font-size: 1.8em;
    line-height: 1.4;
}

/*---------------Section-4 styles----------------*/
.sec4{background: #E4E7FB;}
.sec4-tabs{margin: 40px 0 0 0;background: #fff;}
.sec4-tabs ul{display: flex;}
.sec4-tabs li{
    background: #152D92;
    width: 19.7%;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    height: 70px;
    margin: 0 2px;
	transition: .5s;
	color: #fff;
}
.sec4-tabs li:hover, .sec4-tabs li.active{background: #fff;color: #000;}
.cyb-tab-sec{   
	background: #fff;
    padding: 40px 60px 40px 80px;
    text-align: left;
	display: none;
}
.cyb-tab-sec h3{display: none;}
.cyb-tab-sec h4{color: #106BFF;font-family: 'Zoho_Puvi_Regular';margin: 0 0 20px 0;font-size: 1.3em;}
.cyb-tab-sec img{
	width: 45px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.cyb-tab-sec li{
	list-style: decimal;
    padding: 0 0 10px 0;
    line-height: 1.6;
}
.cyb-tab-sec li ul{padding: 10px 0px 0px 20px;}
.cyb-tab-sec li ul li{list-style: lower-alpha;}
.cyb-tab-sec.active{display: block;}

/*------------Section-4 styles-----------------*/
.sec5{background: #222329;}
.tab_sec{margin: 60px 0 0 0;}
.mainart-title{display: none;}
.sec5 .stickyanimation {
    position: sticky;
    top: 120px;
}
.sec5 .articletabs{display: none;}
.sec5 .articletabs.active{display: block;}
.sec5 .articletabs li {
    padding: 15px;
    padding-left: 35px;
    font-size: 1.1em;
    font-family: 'Zoho_Puvi_Regular';
    position: relative;
	background: #152D92;
    border-bottom: 1px solid #1539D0;
    color: #fff;
	cursor: pointer;
}
.sec5 .articletabs li:hover, .sec5 .articletabs li.active{color:#FFC304;}
.sec5 .art-box{
	background: #fff;
    border-radius: 2px;
    padding: 40px 60px;
	margin: 0 0 20px;
}
.art-box h5{
	font-size: 1.2em;
    font-family: 'Zoho_Puvi_SemiBold';
    padding: 0 0 15px 0;
}
.articlesec{display: none;}
.articlesec.active{display: block;}
.sec5 .art-box h3{margin: 0px 0 5px;}
.article_accord h4{    
	color: #fff;
    padding: 15px 35px;
    margin: 0;
    background: -webkit-linear-gradient(left, #2051D1, #2050D0);
    background: -o-linear-gradient(left, #2051D1, #2050D0);
    background: linear-gradient(to right, #2051D1, #2050D0);
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #3268f5;
}
.article_accord h4:after{
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
    right: 20px;
    top: 23px;
}
.article_accord h4.active:after{transform: rotate(180deg);}
.articles{display: none;}
.articles.active{display: block;}
.mobile-article{display: none;}
.new-prd-icon{
	display:inline-block;
	width:45px;
	height:45px;
	background:url("../images/new-prod-sprite.svg") 0/520px no-repeat;
	vertical-align:middle;
}
.new-prd-icon.ec-icon{background-position: -348px -88px}
.new-prd-icon.dra-icon{background-position: -350px -227px}
.new-prd-icon.log360-icon{background-position: -462px -156px}
.new-prd-icon.sdp-icon{background-position: -179px -88px}
.new-prd-icon.firewall-icon{background-position: -407px -156px}
.new-prd-icon.opmp-icon{background-position: -74px -295px}
.new-prd-icon.appc-icon{background-position:-468px -296px}
.new-prd-icon.pam360-icon{background-position: -463px -18px}
.new-prd-icon.site24-icon{background-position: -238px -298px}
.new-prd-icon.ad360-icon{background-position: -293px -18px}
.new-prd-icon.ncm-icon{background-position: -464px -226px}
.new-prd-icon.anp-icon{background-position: -352px -295px}
.new-prd-icon.siq-icon{background-position:-295px -296px}
.prd-det{
    display: inline-block;
    vertical-align: top;
    width: 85%;
	margin-left:12px;
}
.prd-det p{margin: 0;}
.prd-det ul{margin: 0 0 0 18px;}
.prd-det li{list-style: lower-roman;}
.art-box > div{padding: 15px 0;}

/*------------Section-6 styles-----------------*/
.sec6{background: #E4E7FB;position: relative;}
.sec6 svg{
	display: block;
	margin: 40px auto 0;
	width:auto;
	max-height: 700px;
	height:80vh;
}
.sec6 h2{font-family: 'Zoho_Puvi_Bold';}
.sec6 h2 span{color:#152D92;}
.sec6:after{
	position: absolute;
	width:100%;
	bottom: 0;
	background: url("../images/nis2-flower-bg.png") 0 0 no-repeat;
}
.hovstyle{cursor: pointer;transition: .5s;}
.hovstyle:hover, .hovstyle.active{fill:#371fd0;}
.cls-1.hovstyle:hover{fill:#fff;}
.productlogo-ess {
position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transition: .3s;
    width: 270px;
	transform: translate(-50%, -50%);
}
.productlogo-ess h2{
	text-align: center;
    margin: 0;
	color: #152D92;
	font-family: 'Zoho_puvi_Bold';
	font-size:1.4em;
}
.productlogo-ess p{
	text-align: center;
    margin: 0;
    font-size: 1.1em;
    font-family: 'Zoho_Puvi_SemiBold';
}
.resourcesSec{background:#ECF5FF;}
.resourcesContainer{margin-top:60px;}
.resources-wrap{
	text-align:center;
	overflow:hidden;
	display: flex;
    align-items: center;
    justify-content: center;
}
.resources-lists{
	width:25%;
	background:#fff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.09);
	border-radius:4px;
	overflow:hidden;
	margin:0 10px;
	cursor:pointer;
	transition:all ease 1s;
	border: 1px solid #CBCBCB;
}
.resources-lists:hover{border-color:#4289FF;}
.resources-con{
	padding:20px 30px;
	text-align:left;
}
.resources-con p{
	margin:0;
	line-height:1.5;
	height:100px;
	color:#202020;
}
.resources-lists img{
	display:block;
	width:100%;
	height:150px;
	object-fit:cover;
	object-position: center;
}
.readmore-cta{
	display: inline-flex;
    align-items: center;
	font-size:1.1em;
	position:relative;
	padding-bottom:3px;
}
.readmore-cta:after{
	content:'';
	width:0;
	height:2px;
	background:#FFC300;
	position:absolute;
	left:0;
	transition:all ease 0.5s;
	bottom:0;
	border-radius:10px;
}
.arrow-icon{
	position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1.5px solid #000;
    border-left: 1.5px solid #000;
    transform: rotate(135deg);
	transition:all ease 1s;
	margin-left:12px;
}
.arrow-icon:after{
	    content: "";
    display: block;
    width: 1.5px;
    height: 14px;
    background-color: #000;
    transform:rotate(-45deg) translate(4.5px, 1px);
}
.resources-lists:hover .arrow-icon{border-color:#00369C;animation:arrowmoveright 2s linear infinite;}
.resources-lists:hover .arrow-icon:after{background-color:#00369C;}
.resources-lists:hover .readmore-cta{color:#00369C;}
.resources-lists:hover .readmore-cta:after{width:100%;}
@keyframes arrowmoveright{
	0%{left:0px;}
	25%{left:5px;}
	50%{left:0px;}
	75%{left:5px;}
	100%{left:0px;}
}
/*-------------Form section styles-------------*/
#form-sec{
	background: url(../images/nist-form-sec-bg.jpg) 0 0 no-repeat;
	background-size:cover;
	color:#fff;
}
#form-sec h2 {
  line-height: 1.4;
  margin: 0 0 15px 0;
  color:#fff;
}
#form-sec .form-center {
  margin: 0 auto;
	float:none;
}
#form-sec .formdiv {
  padding: 20px 0 0 0;
}
.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  position: relative;
  margin-bottom: 16px;
  -webkit-transition: border ease 1.5s;
  -moz-transition: border ease 1.5s;
  -o-transition: border ease 1.5s;
  transition: border ease 1.5s;
}
.form-control:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
  bottom: 0;
  right: 0;
}
.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;
  top: 0px;
  left: 0px;
}
.form-control .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 0.8em;
  z-index: 8;
  opacity: 1;
  background: #fff;
  padding: 5px;
  line-height: 0.5;
  color: #dd002c;
  display: none;
  margin: 0;
}
.form-control .error.phone_codeerror {
  line-height: 1.2;
  bottom: -18px;
  left: 14px;
  margin-right: 8px;
}
.form-control * {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-control .label {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 16px;
  z-index: 8;
  opacity: 0.7;
}
.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  outline: none;
  border: none;
  background: none !important;
  height: 100%;
  padding-left: 20px;
  font-size: 1.2em;
  position: relative;
  z-index: 9;
  resize: none;
  font-family: 'Zoho_Puvi_Regular';
}
.form-control input {
  opacity: 0.6;
}
.form-control select {
  opacity: 0;
  background: url('https://www.manageengine.com/images/arrow.png') no-repeat !important;
  background-position: 98% !important;
}
.form-control textarea {
  opacity: 0.6;
  background: none !important;
  padding: 10px 15px;
}
.form-control.btn-submits {
  border: none;
  margin-bottom: 45px;
  padding-left: 0;
}
.dropdown-control {
  background: url('https://www.manageengine.com/images/submenu-sel-arrow.png') no-repeat;
  background-position: 95% center;
}
.form-control.dropdown-control.uscountry {
  background: #fff;
}
.form-comments.form-control .label {
  top: 35%;
}
.form-control.active-row {
  border: 1px solid #fff;
}
.form-control.active-row select {
  opacity: 1;
  color: #333;
}
.form-control.active-row .label {
  top: 0;
  background: #fff;
  padding: 0 6px;
  left: 15px;
  font-size: 1em;
  opacity: 1;
}
.form-control.form-comments {
  height: 85px;
}
.btn-submits button {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #F8D24B;
  background: #F8D24B;
  color: #000;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 12px 40px;
  margin: 0 0 20px 0;
}
.form-control.btn-submit,
.form-control.btn-submit-new {
  background: transparent;
  border: none;
  height: auto;
  text-align: center;
}
.btn-submit-new button {
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #F8D24B;
  border-radius: 5px;
  background: #F8D24B;
  color: #000;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 15px 80px;
  margin: 20px 0;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
	font-family:"Zoho_Puvi_Bold";
}
.btn-submit-new button:hover, .btn-submits button:hover {
  background:#e6bd2b;
  border-color: #e6bd2b;
  color: #000;
}
.active-row.form-control::before {
  width: 100%;
  height: 100%;
  border-top-color: #000;
  border-right-color: #000;
  -webkit-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  -moz-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  -o-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.active-row.form-control::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #000;
  border-left-color: #000;
  -webkit-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
  -moz-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
  -o-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
}
.uscountry.form-control {
  height: auto;
  background: transparent;
  padding: 0;
  border-color: transparent;
}
.uscountry.form-control:before {
  display: none;
}
.uscountry.form-control:after {
  display: none;
}
.uscountry select#contact_country,
.uscountry select#zc-country {
  height: 60px;
  border-radius: 4px;
  opacity: 1;
  border: 2px solid #15368b;
  background: url('https://www.manageengine.com/images/arrow.png') no-repeat #fff !important;
  background-position: 95% !important;
}
.uscountry select#country_state,
.uscountry select#ukcountry_region {
  height: 60px;
  border-radius: 4px;
  opacity: 1;
  background: url('https://www.manageengine.com/images/arrow.png') no-repeat #fff !important;
  background-position: 95% !important;
  margin-top: 15px;
  border: 2px solid #15368b;
}
.uscountry .state-label {
  top: unset !important;
  bottom: 38px;
}
.uscountry.form-control.active-row .label {
  z-index: 99;
}
b.sup {
  font-size: 0.8em;
  position: relative;
  bottom: 5px;
  left: 2px;
}
.dropdown1 {
  position: relative;
  z-index: 99;
  font-size: 12px;
  padding: 0;
  height: 55px;
}
.dropdown1 .dropdt1 {
  width: 100%;
  height: 100%;
}
.dropdown1 .dropdd1 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.dropdown1 .dropdd1 input {
  width: 96%;
  padding: 10px;
  font-size: 14px;
  margin: 15px 10px 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  opacity: 1;
  color: #fff;
}
.dropdown1 .dropdd1 ul {
  color: #fff;
  display: none;
  left: 0;
  padding: 15px 15px 2px 0;
  position: absolute;
  top: 50px;
  width: 100%;
  list-style: none;
  height: 175px;
  overflow: auto;
  background: #15368b;
  text-align: left;
  overflow: scroll !important;
}
.dropdown1 .dropdd1 ul li {
  padding: 5px 10px;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  cursor: pointer;
}
.dropdown1.sol {
  z-index: 999;
}
.clicks {
  display: block;
  width: 100%;
  height: 100%;
}
.dropdt1 .hida1 {
  display: block;
  padding-top: 16px;
  padding-left: 30px;
  font-size: 16px;
  color: #000;
  background: url('https://www.manageengine.com/images/arrow.png') no-repeat transparent;
  background-position: 96%;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-align:left;
}
.active-row .dropdt1 .hida1 {
  background: #fff;
  width: auto;
  display: inline-block;
  position: absolute;
  height: auto;
  padding: 0 6px;
  top: -8px;
  left: 15px;
  z-index: 9;
  color: #000;
}
.multiSel1 {
  padding: 12px 10px 5px 10px;
  height: 45px;
  overflow: scroll;
  display: none;
  text-align: left;
}
.multiSel1 span {
  border: 1px solid #333;
  padding: 1px 5px;
  border-radius: 5px;
  margin: 2px 5px 2px 0;
  font-size: 0.9em;
  line-height: 20px;
  display: inline-block;
}
.multiSel1 span strong {
  margin: 0 0 0 10px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
}
div.dropdownsearch1 {
  width: 100%;
  background: #15368b;
  display: none;
  z-index: 9999;
  position: relative;
}
.dropdown .dropdd ul li {
  padding: 5px 10px;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  cursor: pointer;
}
.privacy-policy {
  font-size: 0.9em;
}
.privacy-policy a{color: #fff;text-decoration: underline;}
.privacy-policy a:hover{text-decoration: none;}
#meGDPRMessage {
  margin: 20px 0;
  font-size: 0.9em;
  cursor: pointer;
  color: #fff;
  padding: 0 0px 0 15px;
  text-align: left;
}
#meGDPRMessage a{
  color: #fff;
  text-decoration: underline;
} 
#meGDPRMessage a:hover{text-decoration: none;}
#meGDPRMessage label .checkmarkgdpr {
  display: inline-flex;
  appearance: none;
  background: #dfdfdf;
  height: 1rem;
  width: 1rem;
  border-radius: 20%;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 1px 1px rgba(255, 255, 255, 0.2);
}
#meGDPRMessage .checkmarkgdpr.enableCheckgdpr:after {
	width: 4px;
    height: 8px;
    border: 1px solid #000;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
}
#meGDPRMessage label .checkmarkgdpr::after:hover {
  color: #080;
}
#meGDPRMessage label .checkmarkgdpr::before {
  display: none !important;
}
#meGDPRMessage label .checkmarkgdpr.enableCheckgdpr::after {
  color: #000;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
  transition: color 200ms ease-in, text-shadow 150ms ease-in 25ms;
}
.success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
  display: none;
}
.success-overlay .ad-success-msg {
  box-sizing: border-box;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  z-index: 999999;
  width: 400px;
  max-width: 90%;
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  color: #000;
  font-size: 1.4em;
  line-height: 1.8;
  font-weight: 400;
  border-radius: 10px;
}
.success-overlay .ad-success-msg p {
  line-height: 1.6;
  margin: 30px 0 0;
  color: #000;
  display: block;
  font-size: 20px;
  font-family: 'Zoho_Puvi_SemiBold';
}
.success-overlay .ad-success-msg p b {
  display: block;
}
.success-overlay .ad-success-msg span.close {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
  color: #5b82c7;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 14px;
  padding: 2px 10px;
}
.success-overlay .ad-success-msg span.close:hover {
  color: #000;
}
.success-overlay .ad-success-msg span.tick-icon {
  display: block;
  width: 50px;
  padding: 20px;
  background: #003795;
  border-radius: 100%;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: -50px;
}
.success-overlay .ad-success-msg span.tick-icon img {
  vertical-align: middle;
  max-width: 100%;
}
div.form-group .form-field {
  position: relative;
}
.form-group.captcha-group {
  margin: 0 0 10px 0;
}
#backToTop {
  position: fixed;
  right: 20px;
  bottom: 80px;
  color: #000;
  background: rgba(0, 0, 0, 0.7) url('https://www.manageengine.com/images/up-arrow.png') no-repeat 16px 17px;
  font-size: 12px;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-indent: -1000px;
  overflow: hidden;
}

/*------------Disclaimer styles---------------*/
.disclaimer{padding: 30px 0 40px;}
.disclaimer p{font-size: 14px;}
.zsiq_theme1.zsiq_floatmain{display: none !important;}

/*---------Popup form styles-----------*/
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.52);
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
}
.overlay .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 95%;
  max-height: 95vh;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #383838;
  -moz-box-shadow: 0 0 10px #383838;
  -o-box-shadow: 0 0 10px #383838;
  box-shadow: 0 0 10px #383838;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  z-index: 99;
  padding: 0;
}
.overlay .popup span.close {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
  color: #afc1ef;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 14px;
  padding: 2px 10px;
}
.overlay .popup span.close:hover {
  color: #fff;
}
.overlay .popup .popup-content {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  max-height: 90vh;
}
.overlay .popup .popup-content h2.popup-title {
  text-align: center;
  margin: 0;
  line-height: 1.6;
  background: url(../images/dotted-bg.svg) no-repeat, url(../images/dotted-bg.svg) no-repeat #003795;
  background-size: 7%, 5%;
  background-position: 14px 54px, 94% 20px;
  color: #fff;
  font-family: 'Zoho_Puvi_SemiBold';
  font-size: 1.3em;
  padding: 20px 25px;
  margin-bottom: 30px;
}
.overlay .popup .popup-content form {
  width: 90%;
  margin: 0 auto;
}
.overlay .popup .popup-content form .form-control {
  height: 48px;
  border: 1px solid #bfbfbf;
  -webkit-transition: border ease 0.9s;
  -moz-transition: border ease 0.9s;
  -o-transition: border ease 0.9s;
  transition: border ease 0.9s;
  box-sizing: border-box;
}
.overlay .popup .popup-content form .form-control.btn-submits {
  border: none;
  text-align: center;
}
.overlay .popup .popup-content form .form-control.form-comments {
  height: 85px;
}
.overlay .popup .popup-content form .form-control.uscountry {
  height: auto;
}
.overlay .popup .popup-content form .form-control.uscountry select#contact_country,
.overlay .popup .popup-content form .form-control.uscountry select#contact_country,
.overlay .popup .popup-content form .form-control.uscountry select#country_state,
.overlay .popup .popup-content form .form-control.uscountry select#ukcountry_region {
  height: 48px;
}
.overlay .popup .popup-content form .form-control.uscountry .state-label {
  bottom: 29px;
}
.overlay .popup .popup-content form #meGDPRMessage {
  color: #000;
  line-height: 1.8;
	padding: 0;
}
.overlay .popup .popup-content form #meGDPRMessage .checkmarkgdpr.enableCheckgdpr::after {
  color: #0f227d;
}
.overlay .popup * {
  box-sizing: border-box;
}
.overlay .rows {
    margin-right: -15px;
    margin-left: -15px;
}
.overlay a{color:#000;}
.overlay #meGDPRMessage a{color:#000;}

/*--------Datepicker styles---------------*/
.datepicker {
  position: relative;
  display: inline-block;
  font: 15px/1.5 'Zoho_Puvi_Regular';
  font-weight: 300;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0.5px 0.5px 0 #b3b3b3;
  -moz-box-shadow: 0.5px 0.5px 0 #b3b3b3;
  -o-box-shadow: 0.5px 0.5px 0 #b3b3b3;
  box-shadow: 0.5px 0.5px 0 #b3b3b3;
}
.datepicker > .datepicker_header {
  padding: 0 5px 5px 5px;
  background-color: #ccc;
  color: #333;
  text-align: center;
  font-size: 9pt;
  font-weight: 700;
  min-height: 30px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.datepicker > .datepicker_header > span {
  display: inline-block;
  margin-top: -2px;
  margin-left: 20px;
  margin-right: 20px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.datepicker > .datepicker_header > a {
  color: #4CA9F5;
  cursor: pointer;
  font-size: 20px;
  padding: 3px 16px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  vertical-align: initial;
}
.datepicker > .datepicker_header > a:hover {
  color: #000;
  background-color: #ccc;
}
.datepicker > .datepicker_header > a:hover > div {
  background-position: -16px 0;
}
.datepicker > .datepicker_header > a:active {
  color: #fff;
  background-color: #333;
}
.datepicker > .datepicker_header .icon-home,
.datepicker > .datepicker_header .icon-close {
  display: none;
}
.datepicker > .datepicker_inner_container {
  margin: -2px 0 -2px 0;
  background-color: #ccc;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0.5px 0 3px #b3b3b3;
  -moz-box-shadow: 0.5px 0 3px #b3b3b3;
  -o-box-shadow: 0.5px 0 3px #b3b3b3;
  box-shadow: 0.5px 0 3px #b3b3b3;
}
.datepicker > .datepicker_inner_container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar {
  float: left;
  width: 18.3em;
  margin-top: -0.5px;
  margin-left: -1px;
  margin-bottom: -2px;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-top: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > table {
  padding: 10px;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > th {
  color: #000;
  width: 18px;
  font-size: small;
  font-weight: 400;
  text-align: center;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td {
  color: #000;
  font-size: small;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
  padding: 10px;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.today {
  border-bottom: #b3b3b3 solid 2px;
  margin-bottom: -2px;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.day_another_month {
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.day_in_past {
  cursor: default;
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.day_in_unallowed {
  cursor: default;
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.out_of_range {
  cursor: default;
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.active {
  color: #fff;
  background-color: #333;
}
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tr > td.hover {
  color: #000;
  background-color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist {
  float: left;
  margin-top: -0.5px;
  padding: 5px 0;
  overflow: auto;
  overflow-x: hidden;
  background-color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  text-align: right;
  width: 4.9em;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar {
  overflow: hidden;
  width: 6px;
  background: #ffffff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar:horizontal {
  height: 1px;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-button {
  display: none;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece {
  background: #b3b3b3;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece:start {
  background: #b3b3b3;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-corner {
  background: #333;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: small;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.time_in_past {
  cursor: default;
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.out_of_range {
  cursor: default;
  color: #ccc;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.active {
  color: #fff;
  background-color: #333;
}
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.hover {
  color: #000;
  background-color: #ccc;
}

/*-----------Floating button styles----------*/
#fixedbtn {
  position: relative;
  z-index: 1000;
}
#fixedbtn span {
  display: block;
  padding: 16px 10px;
  position: fixed;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 185px;
  right: -270px;
}
#fixedbtn span:hover {
  right: 0;
}
#fixedbtn span.down {
  background: #29b373;
  margin-bottom: 3px;
  top: 30%;
}
#fixedbtn span.down:before {
  background: url(https://www.manageengine.com/california-consumer-privacy-act-ccpa-compliance-tools-and-resources/images/icon-downlod.svg) #29b373 no-repeat;
  background-position: center;
  background-size: 25px;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1000;
}
#fixedbtn span.contact {
  background: #29b373;
  top: calc(30% + 60px);
}
#fixedbtn span.contact:before {
  background: url(https://www.manageengine.com/cis-critical-security-controls/images/call-icon.svg) #29b373 no-repeat;
  background-position: center;
  background-size: 25px;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 999;
}
#fixedbtn span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  width: 60px;
  height: 56px;
  text-align: center;
  transform: translate(0%, -50%);
  line-height: 60px;
}
#fixedbtn.slide.act span {
  right: -205px;
}
#fixedbtn.slide.act span:hover {
  right: 0;
}
/*--------------Media query styles-------------*/
@media only screen and (max-width: 1550px){.containerMid{max-width:1200px;}.resources-con p{height:125px;}}
@media (max-width: 1250px) {
  .container {
    max-width: 90%;
  }
  .second-header.fixed-header .nav-section .nav-menu {
	-webkit-transform: translate(32%);
    -moz-transform: translate(32%);
    -o-transform: translate(32%);
    transform: translate(32%);
   }
   .prd-det{width:80%;}
	.sec3 ul li{min-height: 100px;margin: 0 5px;}
}
@media only screen and (max-width: 1200px){
	.resources-wrap{flex-wrap:wrap;}
	.resources-lists {width:calc(33.33% - 20px)}
	 .resources-lists:last-child{margin-top: 20px;}
	.resources-con p{height:100px;}
}
@media (max-width: 1025px){
	#commonHeader {
        display: none;
    }
	.second-header.fixed-header .nav-section .nav-menu {
	-webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
   }
   .head-container {
        max-width: 90%;
    }
	.second-header.fixed-header .brand-logo img {
        width: 152px;
		height: auto;
    }
	.second-header.fixed-header .nav-section #topbar-menu-icon {
        display: block;
        top: 8px;
		right:5px;
    }
	.second-header.fixed-header .nav-section .nav-menu {
        background: #fff;
        position: absolute;
        width: 100%;
        top: 40px;
        right: 40px;
        z-index: 99;
        display: none;
        box-shadow: 1px 5px 10px #000000;
		transform: translate(0);
        text-align: right;
        transition: none;
    }
	.second-header.fixed-header .nav-section .nav-menu li {
        display: block;
        text-align: left;
        padding: 4px 0;
        margin: 0 10px;
    }
	 .second-header.fixed-header .nav-section #topbar-menu-icon {
		 display: block;
		 top: 8px;
	}
	  .second-header.fixed-header .nav-section #topbar-menu-icon.active-menu span:nth-child(1) {
		         top: 8px;
			-webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			-o-transform: rotate(135deg);
			transform: rotate(135deg);
	}
	 .second-header.fixed-header .nav-section #topbar-menu-icon.active-menu span:nth-child(2) {
		 opacity: 0;
		 right: -60px;
	}
	 .second-header.fixed-header .nav-section #topbar-menu-icon.active-menu span:nth-child(3) {
		 top: 8px;
		 -webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			-o-transform: rotate(-135deg);
			transform: rotate(-135deg);
	}
	 .second-header.fixed-header .nav-section .nav-menu li span {color:#000;}
	 .second-header.fixed-header .nav-section .nav-menu {
		 background: #fff;
		 position: absolute;
		 width: 100%;
		 top: 40px;
		 right: 40px;
		 z-index: 99;
		 display: none;
		 box-shadow: 1px 5px 10px #686868;
	}
	 .second-header.fixed-header .nav-section .nav-menu li {
		 display: block;
		 text-align: left;
		 padding: 4px 0;
		 margin: 0 10px;
		 border-bottom: 1px solid #dfdfdf;
	}
	 .second-header.fixed-header .nav-section .nav-menu li a {color:#F6C855;}
	 .second-header.fixed-header .nav-section .nav-menu li:last-child span {border: none;}
	.sec3 .row2 br{display: none;}
	.overlay .popup {width: 80%;}
}
@media only screen and (max-width:992px){
	.banner h1{margin: 0 0 10px 0;}
	.banner h1, .banner p{text-align: center;}
	.banner h1 br{display: none;}
	.banner img{display: block;float: none;margin: 40px auto 0;}
	.sec2 .cols-left, .sec2 .cols-right{padding: 0;}
	.sec2 .cols-left{display: none;}
	.sec3 ul{margin: 40px 0 0 0;}
	.sec4-tabs li{height:90px;}
	.prd-det{width:100%;margin-left:0;}
	.sec4 .art-box{padding: 40px;}
	.sec4 .articletabs li{padding: 15px;}
	.new-prd-icon{margin: 0 0 10px;}
	.sec3 .row2 .cols-right{display: none;}
	.sec3 .row2{padding: 40px 80px;text-align: center;}
	.sec3 .row1{padding: 10px 0 40px;}
	.resources-lists {width:calc(50% - 20px)}
	.resources-lists:nth-child(n+3) {margin-top: 20px;}
}
@media (max-width:800px){
	.text-half{width:100%;}
	br{display: none !important;}
	.sec4-tabs{display: none;}
	.cyb-tab-sec{
		display:block;
		padding: 0;
	}
	.cyb-tab-sec img{display: block;margin: 0 auto 20px;}
	.cyb-tab-sec h3{
		padding: 20px;
        font-size: 1.2em;
        display: block;
        background: #152D92;
        color: #fff;
		margin: 0;
		cursor: pointer;
		font-family: 'Zoho_Puvi_Regular';
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	.cyb-tab-sec h3.active{
		background: #fff;
    	color: #000;
    	border-bottom: 1px solid #E4E7FB;
	}
	.comply-box{padding: 40px;display: none;text-align: center}
	.comply-box.active{display: block;}
	.cyb-tab1{margin: 50px 0 0 0;} 
	.sec3 ul li{
		margin: 20px 0;
        padding: 15px 10px 15px 65px;
		min-height:auto;
		width: 100%;
	}
	.sec5 .stickyanimation{display: none;}
	.sec5 .right-sec{width:100%;padding: 0;}
	.mainart-title{
		display: block;
        background: #152D92;
        color: #fff;
        padding: 20px;
        text-align: center;
        margin: 0;
		border-bottom: 1px solid #222329;
		cursor: pointer;
    }
	.articles{display: block;}
	.mobile-article{
		display: block;
		margin: 0;
        padding: 20px 50px;
        color: #fff;
        background: linear-gradient(to right, #2051D1, #212E52);
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
		font-size: 1.2em;
        line-height: normal;
		position: relative;
		cursor: pointer;
		border-bottom: 1px solid #212E52;
	}
	.mobile-article:after{	
		position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
    right: 20px;
    top: 28px;
	}
	.mainart-title.active{color: #FFC304;cursor: pointer;}
		.articlesec.active{display:none;}
	.articlesec{display: none;}
	.articles.active .articlesec{display: block;}
	.articlediv{display: none;}
	.articlediv.active{display: block;}
	.art-box:last-child{margin: 0;}
	.sec6 svg{width:100%;}
}
@media only screen and (max-width:650px){
	.second-header.fixed-header .nav-section .nav-menu{width:300px;right:0;}
	.sec3 .row2{padding: 40px 20px;}
	.dwnld-btn{width:100%;}
	.sec4 .stickyanimation {
    	display: none;
  	  }
	.sec4 .articlesec {
    margin-bottom: 20px;
		display: block;
		background: #253f89;
  }
  .sec4 .articlesec .mainart-title {
    margin: 0;
  background: #253f89;
  color: #fff;
    padding: 20px;
    display: block;
	  	cursor:pointer;
	    font-size: 1.2em;
  }
  .sec4 .articlesec .main-panel {
    background-color: #fff;
    padding: 20px;
    padding-top: 0px;
    display: none;
  }
  .sec4 .articlesec .main-panel.active {
    display: block;
  }
  .sec4 .articlesec .articlediv {
    padding: 40px 20px;
  }
  .sec4 .articlesec .articlediv {
    display: none;
  }
  .sec4 .articlesec .articlediv.active {
    display: block;
  }
	.sec4 .art-box{padding: 20px 15px;}
	.sec4 .cols-12{padding: 0;}
	.sec6{display: none;}
	  .overlay .popup {width: 90%;}
	.btn-submit-new button, .btn-submits button{width: 100%;}
	.resources-lists {width: 70%;}
	.resources-lists:nth-child(n+2) {margin-top: 20px;}
	.resources-lists:nth-child(1) {margin: 0;}
	.resources-con p{height:auto;margin-bottom:20px;}
}
@media (max-width:450px){.second-header.fixed-header .nav-section .nav-menu{width:250px;right:0;}.resources-lists {width: 100%;}}
@media only screen and (min-width: 650px) and (max-height: 750px) {.sec6 svg{height:105vh;}.productlogo-ess{width:190px;}}
@media only screen and (min-width: 650px) and (max-height: 460px) {.sec6 svg{height:125vh;}}