@charset "UTF-8";
/* -------------------------------------- Reset styles -------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-style:italic}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
html, body
{
	overflow-x: hidden;
}
/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family:'ZohoPuvi';
	    font-weight: 300;
}
section, section * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #3131FF;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-family: 'Zoho_Puvi_Medium';
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
h1
{
	font-size: 2em;
}
h2
{
	font-size: 1.5em;
}
p {
	margin: 0 0 25px;
    line-height: 1.8;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-light {
	color: #fff;
}
.text-dark {
	color: #000;
}
.top-margin {
	margin-top: 25px!important;
}
.bottom-margin {
	margin-bottom: 25px!important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-family: 'Zoho_Puvi_Medium';
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -15px;
	margin-left: -15px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
}
.pr {
	position: relative;
}
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-12,
.footer-cols-1,
.footer-cols-2
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.cols-2 {
	width: 12.5%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-5 {
	width: 41.7%;
}
.cols-6 {
	width: 50%;
}
.cols-7 {
	width: 58.3%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.footer-cols-1 {
	width: 25%;
}
.footer-cols-2 {
	width: 18.75%;
}
@media only screen and (max-width: 1024px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-3 {
	width: 25%;
}
	.cols-md-hidden
	{
		display: none;
	}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-3 {
	width: 25%;
}
	.cols-sd-hidden
	{
		display: none;
	}
}
/* header */
header.fixed-header
{
	position: fixed;
}
.fixed-header.header-fixed {
    padding: 25px 0;
}
.brand-logo {
    display: block;
    width: 200px;
}
.nav-section {
    margin-top: 6px;
}
.nav-menu {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
	    margin-left: 5px;
}
.nav-menu li:first-child
{
	margin: 0;
}
.nav-menu li a {
    color: #fff;
    padding: 10px;
    display: block;
	font-size: 15px;
	font-weight: 300;
}
.nav-menu li a:hover
{
	    color: #ffb102;
}
.menu-icon{
    display: none;
    color: #fff;
}
.light
{
	color: #fff!important;
}
/* secondary menu */
.secondary-menu {
    margin: 17px 0 0 0;
}
.secondary-menu li {
    display: inline-block;
    border-left: 1px solid #fff;
}
.secondary-menu li:first-child
{
	border-left: none;
}
.secondary-menu li a {
    color: #fff;
    font-weight: 300;
    padding: 10px 9px 10px 10px; 
	    font-size: 13px;
}
.secondary-menu li a:hover
{
	color: #ffb102;
}
.icon-menu:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    bottom: 1px;
}
section
{
/*	padding: 70px 0;*/
	background: #fff;
}
.container-fluid.copyright {
    padding: 20px 0;
    text-align: center;
    background: #1d1d1d;
    color: #fff;
}
.container-fluid.copyright p {
    margin: 0;
	font-size: 0.8em;
}
.container-fluid.copyright p a
{
	color: #fff;
}
#meGDPRMessage {
    font-size: 0.8em;
    line-height: 1.4;
    margin-bottom: 10px;
}
p.privacy-policy {
    line-height: 1.4;
    margin: 15px 0;
}
.privacy-policy a {
    color: #3535d7;
}
/* footer */

a.footer-brand {
    display: block;
    width: 200px;
    margin-bottom: 10px;
}
.footer-descr {
    font-weight: 300;
    line-height: 1.8;
    font-size: 0.9em;
	    color: #dadada;
}
p.copyright {
    color: #c7c7c7;
    font-size: 0.9em;
    margin-bottom: 0;
    font-weight: 300;
	    margin-top: 25px;
}
.copyright a {
    color: #c7c7c7;
}
.social li {
    display: inline-block;
    margin: 0 5px;
}
.social li a {
    background: url("https://cdn.manageengine.com/images/social-icon.png");
	    width: 20px;
    height: 20px;
    display: inline-block;
    text-indent: -9999em;
    color: transparent;
    background-size: 135px;
	opacity: 0.7;
}
.social li a:hover
{
	opacity: 1;
}
.social li:nth-child(1) a {background-position: 28px -9px;}
.social li:nth-child(2) a {background-position: -8px -6px;background-size: 130px;}
.social li:nth-child(3) a {background-position: -73px -8px;background-size: 126px;}
.social li:nth-child(4) a {background-position: -38px -7px;background-size: 130px;}
.social li:first-child {
    margin-left: 0;
}
.footer-title {
        font-size: 1.2em;
    font-family: 'Zoho_Puvi_Medium';
    margin-bottom: 15px;
}
.footer-title:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #feb004;
    margin-top: 5px;
}
.footer-links li {
    line-height: 1.6;
}
.footer-links a {
    color: #dadada;
    font-weight: 300;
	    font-size: 0.9em;
}
.animation
{
	    opacity: 0;
    transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateY(250px);
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
}
.active-anim .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

/* form css */
.form-control {
    display: block;
    width: 100%;
     height: 60px;
    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;
   box-shadow: none;
	position: relative;
	margin-bottom: 20px;
	transition: border ease 1.5s;
	-webkit-transition: border ease 1.5s;
	-moz-transition: border ease 1.5s;
}
.dropdown-control
{
	    background: url(https://cdn.manageengine.com/images/submenu-sel-arrow.png) no-repeat;
    background-position: 95% center;
}
.form-control.dropdown-control.uscountry {
    background: #fff;
}
.form-control.active-row {
    border: 1px solid #FFF;
}
.form-control.btn-submits {
    border: none;
	    margin-bottom: 45px;
    padding-left: 0;
}
.form-control.form-comments {
    height: 85px;
}
.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:before {
    top: 0px;
    left: 0px;
}
.form-control:after {
    bottom: 0;
    right: 0;
}
.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: red;
    display: none;
}
.form-control * {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.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-comments.form-control .label
{
	top: 35%;
}
.form-control input, .form-control select, .form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    font-size: 13px;
    position: relative;
    z-index: 9;
    opacity: 0.5;
    resize: none;
	color: #6f6c6c;
}
.btn-submits button {
       border-radius: 3px;
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #EF572E;
    background: #EF572E;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 40px;
    margin: 20px 0;
}
.btn-submits button:hover
{
	  background: #444;
	  border-color: #444;
}
.active-row.form-control::before {
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    width: 100%;
    height: 100%;
}
.active-row.form-control::after {
    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;
}
.success-msg {
    position: fixed;
	    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #f2992b;
    color: #fff;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 1.2em;
	display: none;
}
.all_prod_30daytrail a{
	text-transform: uppercase;
}
.filterdropdown.product_filter {
    z-index: 1000;
}
.filterdropdown.industry_filter {
    z-index: 999;
}
    @media screen and (max-width:1920px) {
      #scroll1 {
        min-height: 650px;
      }
    }
    @media screen and (max-width:1280px) {
      .all_products_container ul li {
        margin-right: 10px;
        width: 100%
      }

      .all_products_container ul li h3 {
        font-size: 1em
      }

      div.breadcrumb {
        margin-left: 70px
      }

      #scroll1 {
        margin: 0 auto 40px 40px
      }

      .filterdrop {
        margin: 10px 20px 0 0;
      }
    }

    @media screen and (max-width:1260px) {
      #scroll .all_products_container ul {
        width: 30%
      }

      #scroll1 {
        margin: 0 auto 40px 70px
      }

      div.breadcrumb {
        margin: 0 auto 0px 70px
      }

      div#scroll1 {
        width: 90%
      }

      #scroll .prdBox {
        width: 19%;
      }
    }
@media only screen and (max-width: 1200px)
{
	.container {
    max-width: 90%;
}
	#commonHeader {
    min-height: 64px;
    height: 64px;
}
}
    @media screen and (max-width:1100px) {
      span.webinarnew-dateandtime {
        font-size: 10px
      }

      .parent-element {
        transform: scale(0.5)
      }

      #scroll .prdBox {
        width: 18%;
      }
    }
@media only screen and (max-width: 1024px)
{
	.menu-icon {
    display: block;
    position: relative;
		    cursor: pointer;
}
	.nav-section {
    position: relative;
}
	.nav-menu {
        background: #fff;
    position: absolute;
    width: 100%;
    top: 50px;
		z-index: 99;
		display: none;
}
	.nav-menu li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #b3b1b1;
    padding: 10px 0;
		margin: 0 10px;
}
	.nav-menu li a
	{
		color: #000;
	}
	.nav-menu li:last-child a {
    border: none;
    padding: 10px;
    color: #000;
		background: transparent;
}
   .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
	#topbar-menu-icon {
		position: absolute;
		right: 0;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
		top: 15px;
}
	#topbar-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffb102;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
	#topbar-menu-icon span:nth-child(1) {
    top: 0;
}
	#topbar-menu-icon span:nth-child(2) {
    top: 8px;
}
	#topbar-menu-icon span:nth-child(3) {
    top: 16px;
}
	.active-menu#topbar-menu-icon span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
	.active-menu#topbar-menu-icon span:nth-child(2) {
    opacity: 0;
    right: -60px;
}
	.fancy-title:after {
    margin: 20px 0;
}
	.active-menu#topbar-menu-icon span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
	#topbar-menu-icon {
    top: -30px;
}
      .search-and-dropselect {
        margin: 0 0 0 10px
      }

      #solutions-type-filter ul li {
        height: 55px
      }

      #solutions-type-filter ul li h3 {
        display: none
      }

      #header-mainsec {
        top: 0
      }

      #solutions-type-filter ul {
        top: 61px;
      }

      #scroll1 {
        margin: 0 auto 40px 60px
      }

      div.breadcrumb {
        margin: 0 auto 0px 60px
      }

      #scroll .prdBox {
        width: 23%;
      }

      div.case-study-wrapper .me_casestudies_allindustry ul li {
        width: 100%;
      }

      .solutionFilter1 {
        display: none;
      }
}
    @media screen and (max-width:920px) {
      #scroll .all_products_container ul {
        width: 90%
      }

      .all_products_container ul li {
        width: 100%
      }

    }
    @media screen and (max-width:800px) {
      #scroll .all_products_container ul {
        width: 85%
      }
		.banner-section .cols-md-6{width:100%;}
		.banner-section .cols-left{position: relative;} 
		.banner-section .cols-left:after{
        	content: "";
        	position: absolute;
        	width: 65%;
        	height: 0;
        	border: 1px solid #fff;
        	bottom: 0;
        	left: 38px;
		} 
    }

    @media screen and (max-width:750px) {
      .all_products_container ul li {
        width: 100%
      }

      #scroll .prdBox {
        width: 40%;
      }
    }
@media only screen and (max-width: 650px)
{
	body
	{
		font-size: 14px;
	}
	.menu-icon {
		bottom: 15px;
	}
	.nav-menu
	{
		    top: 15px;
	}
	.products-list a
	{
		min-height: auto;
	}
	footer > .container {
    padding: 30px 0;
}
	p.copyright {
    text-align: center;
    margin-bottom: 22px;
}
	ul.social {
    text-align: center;
}
}
    @media screen and (max-width:480px) {
      #scroll .all_products_container ul {
        width: 75%
      }

      h2.me_service_pack_head {
        font-size: 1.5em
      }

      .all_products_container ul li h3 {
        font-size: 1em;
        line-height: 20px
      }
    }
/* common css */
.gap-top
{
	margin-top: 40px;
}
.gap-bottom
{
	margin-bottom: 40px;
}
.no-gap
{
	margin: 0!important;
	padding: 0!important;
}
.border-right {
    border-right: 1px solid #797979;
}
.border-left {
    border-left: 1px solid #797979;
}
.tick-ico {
    border: 1px solid #ffb102;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: -35px;
    background: #ffb102;
}
.tick-ico:before
{
	    background: #020426;
    width: 2px;
    height: 5px;
    content: "";
    position: absolute;
    left: 4px;
    top: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.tick-ico:after
{
	    background: #020426;
    width: 2px;
    height: 9px;
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
/* product style */
#header {
    padding: 0;
	background: #0b1a4b url("https://cdn.manageengine.com/images/product-banner-common.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.banner-content {
    padding: 80px 0;
}
.banner-content img {
	color: #111e53;
}
.page-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-family: 'Zoho_Puvi_Medium';
}
@-webkit-keyframes slide {
    from { width: 0 }
    to { width: 140px }
}
.short-underline:after {
    content: "";
    background: #FFB100;
    height: 3px;
    display: block;
    margin-top: 10px;
	 animation: slide 1.2s linear;
    -webkit-animation: slide 1.2s linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
}
#tab-secondary-menu {
    box-shadow: 2px 2px 10px #c5c5c5;
    position: relative;
	z-index:9;
	max-height: 64px;
	overflow-y: hidden;
}
#tab-secondary-menu.fixed {
    position: fixed;
    left: 0;
    top: 54px;
    width: 100%;
    z-index: 9999;
	    background: #020426;
}
.lists{
	padding-left: 35px;
}
.lists li {
    line-height: 1.6;
    margin-bottom: 20px;
	    position: relative;
}
.category-section{position:relative;}
.secondary-tab-menu {
    margin-bottom: 0;
    margin-top: 0;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.secondary-tab-menu li {
       display: inline-block;
    width: 200px;
    float: left;
    margin-left: 0px;
}
.tab-container
{
	  -ms-overflow-style: none; 
  scrollbar-width: none;  
}
.tab-container::-webkit-scrollbar {
    width: 0px;  
    background: transparent; 
	 display: none;
}
.tab-container::-webkit-scrollbar-thumb {
   display: none;
}
.active-tab-menu:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #030527;
    margin-bottom: -2px;
    position: relative;
    bottom: 2px;
}
.fixed .active-tab-menu:after
{
	background: #ffb102;
}
.secondary-tab-menu li a {
        display: inline-block;
    position: relative;
    padding: 12px 5px;
    line-height: 1.4;
    font-size: 14px;
    color: #04093E;
    font-weight: 400;
    text-align: center;
    width: 100%;
    text-decoration: none;
}
.fixed .secondary-tab-menu li a
{
	color: #fff;
}
.secondary-tab-menu li a.single-line
{
	padding: 22px 10px;
}
.secondary-tab-menu li a:hover {
    color: #0816A5;
}
.secondary-tab-menu li a:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 32px;
    transform: translate(0, -50%);
    top: 50%;
    background: #000;
    position: absolute;
    right:3px;
}
.fixed .secondary-tab-menu li.active-tab-menu a, .fixed .secondary-tab-menu li a:hover {
    color: #ffb102;
}
.fixed .secondary-tab-menu li a:after 
{
	background: #acacac;
}
.secondary-tab-menu li:last-child a:after
{
	display: none;
}
.sol-group {
    padding: 50px 0;
}


/*---------case study css start-----------*/
.page-title {
    font-size: 2.5em;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top:50px;
    font-family: 'Zoho_Puvi_Medium';
	color:#fff;
}
.top-banner-img{
	width:80%;
	display:block;
	height: auto;
}
.title-underline:after {
    content: "";
    background: #FFB100;
    width: 120px;
    height: 2px;
    display: block;
    margin-top: 10px;
}
.page-descr{color:#fff;margin:0;}
.cate-group{
	padding: 30px 0 70px 0;
}
.cate-icon{
	position: relative;
}
.home-cate-ico{
	width: 40px;
    height: auto;
    position: absolute;
    margin-top: 8px;
}
.home-cate-ico.lrg {
    width: 52px;
    margin-left: -2px;
    margin-top: 4px;
}
.home-cate-ico.sml {
    width: 33px;
    margin-left: 9px;
}
.cate-title{
	position: relative;
    left: 60px;
}
.category-title{
	color: #000;
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: 1.7em;
    position: relative;
    font-family: 'Zoho_Puvi_Medium';
}
.filter-box{
	padding: 30px 40px;
    background: #142257;
    margin: 40px 0;
}
.filter-box p{
	margin-bottom: 0;
    line-height: normal;
    color: #fff;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 0.8em;
}
.filterdropdown{
	position: relative;
    margin: 7px 0px 0 0;
    font-size: 0.8em;
}
.filterdropdown > span{
	display: block;
    padding: 15px 20px;
    cursor: pointer;
    background: #fff;
    color: #000;
    width: 100%;
	position:relative;
}
.filterdropdown > span:after{
	position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    transform: translate(-50%,0%) rotate(45deg);
    right: 7%;
    border: 2px solid #142257;
    border-top: none;
    border-left: none;
	
}
.casestudy-box-wrap{
	float: left;
    width: 33.33%;
    position: relative;
	padding:10px;
}
.casestudy-container .pro-box{
    position: relative;
    background: #fff;
    padding: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #dfdfdf;
    -moz-box-shadow: 0 0 10px #dfdfdf;
    -o-box-shadow: 0 0 10px #dfdfdf;
    box-shadow: 0 0 10px #dfdfdf;
	cursor:pointer;
	height:310px;
}
.casestudy-container .pro-box .prdContent{
	height:240px;
	overflow:hidden;
	position:relative;
}
.casestudy-container .pro-box h3{
/*
	min-height: 70px;
	height:70px;
*/
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.4;
    overflow: hidden;
    font-size: 1.1em;
}
.casestudy-container .pro-box .proName{
	display: block;
    font-size: 0.9em;
    color: #efb948;
    margin-bottom:8px;
    font-family: 'Zoho_Puvi_Medium';
	line-height:1.4;
}
.casestudy-container .pro-box .pro-industry{
	font-size: 0.8em;
    color: #5e63f1;
    margin: 10px 0;
}
.casestudy-container .pro-box .casestudy-desc{
	font-size: 0.8em;
/*
    min-height: 90px;
	height:90px;
*/
    overflow: hidden;
    margin: 0;
    line-height: 1.5;
}
.pro-box:hover .pro-learndown{opacity:1;visibility:visible;}
.pro-learndown{
	position: absolute;
    border: 1px solid;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 65px 0;
    text-align: center;
	background:#142257;
	opacity:0;
	visibility:hidden;
}
.pro-learndown.two-ctabtn{padding:37px 0;}
a.proDwn.download-pdf-atag,.one-ctabtn a.proDwn{
	display:block;
	cursor:pointer;
	text-align:center;
}

a.proDwn.download-pdf-atag.learn-btn{margin-bottom:10px;}
.proDwnSpan{
	display:inline-block;
	border:1px solid #ecaf2b;
	padding:12px 0;
	width:50%;
	border-radius:3px;
	color:#ecaf2b;
}
.proDwnSpan:hover{
	background:#fff;
	border-color:#fff;
}
.filterdropdown ul{
	background: #142257;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    width: 100%;
    left: 0;
    font-size: inherit;
	display:none;
	z-index:1;
}
.filterdropdown.industry_filter ul{max-height:420px;overflow:scroll;}
.filterdropdown ul li{
	margin: 0;
    color: #fff;
    cursor: pointer;
    padding: 15px 20px;
    background: #142257;
    border: none;
}
.filterdropdown ul li:hover{
	background:#000;
}
/*-------load more css-----*/
div.loadersec {
	text-align:center;
    margin: 30px 0 0;
    display: inline-block;
    width: 100%;
}
span.load-more-btn{
    color: #000;
    cursor: pointer;
    display: inline-block;
    position: relative;
	border:1px solid #142257;
	padding:15px 30px;
}
span.load-more-btn:hover{
	background: #394c95;
    color: #fff;
    border-color: #fff;
}
.loader-anim {
  	display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-animation: loading 1s linear infinite;
    animation: loading 1s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background:#142257;
}
div.loadersec.disabled {
    opacity:0;
    pointer-events: none;
	display:none;
}
@-webkit-keyframes loading{
0% {width:0%;}
100% {width:100%;}
}
@-moz-keyframes loading{
0% {width:0%;}
100% {width:100%;}
}
@-o-keyframes loading{
0% {width:0%;}
100% {width:100%;}
}
@keyframes loading{
0% {width:0%;}
100% {width:100%;}
}
/*---------page loading css start--------*/
.mask {
	background: rgb(255 255 255 / 90%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9900;
}
.loader {
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  transform: rotate(165deg) translate(-50%,-50%);
  left:48%;
  top:180px;
}
.loader:before, .loader:after {
  content: '';
  position: absolute;
  top:50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}
.loader:before {
  animation: before 2s infinite;
}
.loader:after {
  animation: after 2s infinite;
}
@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(206, 34, 50, 0.85), -1em 0.5em rgba(9, 116, 176, 0.85);
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(206, 34, 50, 0.85), 0 0.5em rgba(9, 116, 176, 0.85);
  }
  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(206, 34, 50, 0.85), 1em 0.5em rgba(9, 116, 176, 0.85);
  }
  100% {
    box-shadow: 1em -0.5em rgba(206, 34, 50, 0.85), -1em 0.5em rgba(9, 116, 176, 0.85);
  }
}
@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(33, 158, 74, 0.85), -0.5em -1em rgba(255, 224, 4, 0.85);
  }
  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(33, 158, 74, 0.85), -0.5em 0 rgba(255, 224, 4, 0.85);
  }
  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(33, 158, 74, 0.85), -0.5em 1em rgba(255, 224, 4, 0.85);
  }
  100% {
    box-shadow: 0.5em 1em rgba(33, 158, 74, 0.85), -0.5em -1em rgba(255, 224, 4, 0.85);
  }
}
/*---------page loading css end--------*/
@media only screen and (max-width:1100px){
	.casestudy-container .pro-box .casestudy-desc{min-height:100px;height:100px;}
	.filter-box div.cols-3:nth-child(3){margin-top:20px;}
	.page-descr br {display: none;}
	.loader{top:40px;}
}
@media only screen and (max-width:1000px){
	.casestudy-box-wrap{width:50%;}
}
@media only screen and (max-width:650px){
	body{font-size:16px;}
	.casestudy-container .pro-box .casestudy-desc,.casestudy-container .pro-box,.casestudy-container .pro-box h3{min-height:auto;height:auto;}
	.casestudy-box-wrap{width:100%;}
	.filter-box div.cols-4:nth-child(2),.filter-box div.cols-3:nth-child(2){margin-top:20px;}
	.home-cate-ico {width: 35px;position: relative;margin-bottom: 10px;margin-top: 0;}
	.cate-title{left: 0;width: 76%;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;}
	.pro-learndown{padding:20px 0;}
	.loader{left:40%;}
}
.head-bottom-space{height:10px;}
/*--------Analyst report page css start*/
#AnalystReports #tab-secondary-menu{
	display:none;
}
#AnalystReports .filter-box{
	margin:0 0 40px;
}
#AnalystReports .breadcrumb-item{
	display: inline-block;
	vertical-align: top;
}
.casestudy-container .report-box {
    position: relative;
    background: #fff;
    padding: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px #dfdfdf;
    -moz-box-shadow: 0 0 10px #dfdfdf;
    -o-box-shadow: 0 0 10px #dfdfdf;
    box-shadow: 0 0 10px #dfdfdf;
    cursor: pointer;
    height: 315px;
}
.casestudy-container .report-box .firmName {
    display: block;
    font-size:1em;
    color: #efb948;
    margin-bottom: 12px;
    font-family: 'Zoho_Puvi_Medium';
}
.report-box .date{
	color: #666;
    margin:0 0 5px;
	font-size:0.8em;
}
.report-box .date .reportdateicon{
	display: inline-block;
    margin-right: 10px;
    width: 13px;
    height: auto;
    vertical-align: middle;
}
.casestudy-container .report-box h3 {
    min-height: 130px;
    height: 130px;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.4;
    overflow: hidden;
    font-size: 1.1em;
}
.casestudy-container .report-box h3 a:hover{
	text-decoration:none;
}
.casestudy-container .report-box .pro-name {
    font-size: 0.8em;
    color: #5e63f1;
    margin: 15px 0 0;
}
.report-readmore {
    position: absolute;
    border: 1px solid;
    width: 100%;
    bottom: 0;
    left: 0;
    padding:15px 0;
    text-align: center;
    background: #142257;
    opacity: 0;
    visibility: hidden;
    transition: all ease 180ms;
}
.report-box:hover .report-readmore {
    opacity: 1;
    visibility: visible;
}
.report-readmore a{
	display: block;
    cursor: pointer;
    text-align: center;
	text-decoration:none;
}
.report-readmore .report-btn{
	display: inline-block;
    color: #ecaf2b;	
	font-family: 'Zoho_Puvi_SemiBold';
    font-size: 0.9em;
}
.report-readmore .report-btn:hover{
	color:#fff;	
}
.banner-section{padding: 20px 0 0;}
.banner-section .container{
	background: url("../images/analyst-event-banner-bg.jpg") 0 0 no-repeat;
	background-size: cover;
}
.banner-section .booth{
	background: #345DAB;
    color: #fff;
    padding: 6px 16px;
    border-radius: 6px;
}
.banner-section h3{
	color: #0039A8;
    font-size: 20px;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.2;
	padding: 20px 0 10px;
	margin: 0;
}
.banner-section .cols-left h3{padding: 20px 22px 10px 0;}
.ar-evt-det img{width: 15px;}
.ar-evt-det p{
    margin: 0 0 0 3px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Zoho_Puvi_Medium';
    color: #000;
}
.banner-section a{
	color: #000;
    background: #FFCF32;
    padding: 10px 20px;
    border-radius: 4px;
    font-family: 'Zoho_Puvi_SemiBold';
    display: inline-block;
    margin: 14px 0 0 0;
    cursor: pointer;
    text-decoration: none;
}
.banner-section a:hover{background: #eac13c;}
.banner-section .rows{
	margin: 0;
	display: flex;
    align-items: center;}
.banner-section .cols-left, .banner-section .cols-right{padding: 60px;}
.banner-section .cols-center{padding: 0;align-self: flex-end;}


/*--------Analyst report page css end*/
#AnalystReports #banner{margin-bottom:0!important;}
#sol-section {
    background: linear-gradient(to bottom, #fff, #f8f8ff 2%, #f8f8ff 98%, #fff);
	    padding-top: 20px;
}
.fixed-scroll {
    padding-top: 160px;
}
.section-title {
    color: #04093E;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 1.8em;
	    position: relative;
	   font-family: 'Zoho_Puvi_Medium';
}
.section-title br {
    display: none;
}
.sub-section-title {
    font-size: 1.6em;
    font-family: 'Zoho_Puvi_Medium';
    margin-bottom: -20px;
    margin-top: 80px;
}
.section-descr {
    position: relative;
}
.prod-group {
    margin-top: 70px;
	padding-left: 45px;
	position: relative;
}
.sol-in-group > .prod-group:last-child:before {
        content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    background: #f8f8ff;
    top: 0;
    left: 10px;
}
.product-items {
    margin-left: -10px;
    margin-right: -10px;
	    margin-top: 20px;
}
.product-item {
    padding-left: 10px;
    padding-right: 10px;
	margin-top: 20px;
    width: 34%;
    float: left;
	cursor: pointer;
	    transition: all ease 0.5s;
	    -webkit-transition: all ease 0.5s;
	    -moz-transition: all ease 0.5s;
	    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}
.product-item.rotate-anim {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}
.product-in-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
	    background: #f6f6f6;
}
.product-item.expands
{
	width: 66%;
}
.produtcs-back, .sol-cta {
    display: none;
}
.sub-title {
    font-size: 1.4em;
    font-weight: 400;
	position: relative;
}
.prod-group .sub-title:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    border: 5px solid #0009B1;
    background: #fff;
    border-radius: 50%;
    left: -45px;
    bottom: -2px;
}
.bold-title {
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
	    transition: all ease 0.3s;
	    -webkit-transition: all ease 0.3s;
}
.bold-title span
{
	display: inline-block;
	position: relative;
}
b.new-tag
{
	display: inline-block;
    background: #fcc651;
    padding: 2px 6px;
    font-size: 0.9em;
    position: absolute;
    top: -12px;
    right: -66px;
}
b.new-tag:before
{
	content: "";
    width: 12px;
    height: 12px;
    background: url(https://cdn.manageengine.com/images/new-prd.svg) no-repeat;
    background-position: center;
    background-size: 99%;
    top: 1px;
    left: 0;
    display: inline-block;
    margin-right: 4px;
}
.sol-hover-hid p {
    line-height: 1.4;
    font-weight: 300;
	max-width: 340px;
	    margin-bottom: 10px;
}
ul.sol-cat {
    position: absolute;
    bottom: 15px;
}
.sol-cat:before {
    content: "Free trial : ";
    font-family: 'Zoho_Puvi_SemiBold';
    color: #000;
    margin-right: 2px;
    font-size: 14px;
}
.expands ul.sol-cat
{
	bottom: 20px;
}
.sol-cat li {
    display: inline-block;
}
.sol-cat li a {
	 font-size: 0.85em;
    color: #0D1DCB;
    padding: 0 14px;
    font-weight: 300;
    border-left: 1px solid #0D1DCB;
    display: inline-block;
	    text-decoration: none!important;
}
.sol-cat li:first-child a
{
	padding-left: 0;
	border-left: none;
}
.sol-cat li a:hover {
	    color: #28b373;
}
.produtcs-front {
    padding: 20px;
	    background: #fff;
	    position: relative;
}
.prod-lists {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #d5d5d5;
	    padding-left: 15px;
	    display: none;
}
.prod-lists li {
    font-weight: 300;
    line-height: 1.5;
    font-size: 0.9em;
    margin-bottom: 10px;
	    position: relative;
}
.prod-lists li:before {
    content: "-";
    position: absolute;
    left: -14px;
}
.produtcs-back {
    padding: 20px 40px;
    background: #F2F5FF;
}
.sol-cta {
    width: 100%;
    text-align: center;
    background: #ffb102;
    color: #020426;
    padding: 20px;
}
.bold-title-min {
        color: #070a6f;
    font-size: 1.1em;
    margin-bottom: 30px;
    margin-top: 14px;
    font-weight: 400;
}
.related-prod-links li {
    line-height: 1.6;
    margin-bottom: 10px;
}
.related-prod-links {
    padding-top: 20px;
    margin-top: 24px;
    border-top: 1px solid #d5d5d5;
    padding-left: 20px;
}
.related-prod-links a {
    color: #000;
	position: relative;
	    font-size: 0.9em;
	    text-decoration: none!important;
}
.related-prod-links a:hover
{
	color: #0816A5;
}
.related-prod-links li a:before {
        content: "";
    width: 13px;
    height: 13px;
    background: url(https://cdn.manageengine.com/images/external-links.svg) no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: -22px;
    top: 4px;
}
.sol-cta:hover
{
	    background: #020426;
    color: #ffffff;
}
.expands .sol-hover-hid {
    display: none;
}
.expands .prod-lists + .sol-hover-hid {
    display: block;
}
.produtcs-back + .clearfix {
    display: none;
}
.expands .produtcs-back, .expands .sol-cta{
    display: block;
}
.product-item:not(.expands):hover .produtcs-front {
    background: #F2F5FF;
	transition: background ease 0s;
}
.produtcs-front, .produtcs-back
{
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	height: 220px;
}
.expands .produtcs-front, .expands .produtcs-back {
    width: 50%;
    float: left;
	height: 460px;
}
.expands .produtcs-front .bold-title {
    display: inline-block;
    vertical-align: middle;
	font-size: 17px;
	min-width: 260px;
}
.sol-in-group {
    position: relative;
}
.sol-in-group:before {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    background: #0308b1;
    width: 1px;
    left: 12px;
    transition: all ease 3s;		
}
.sol-in-group.active-anim:before
{
    height: 100%;
}
#free-tools {
    position: relative;
    z-index: 9;
	    padding-top: 10px;
}
.full-boxed {
        background: #151A62;
    color: #fff;
    padding: 50px 10px;
    margin: 0;
}
.full-boxed > div {
    padding: 0px 60px;
}
.sub-heading {
    font-family: 'Zoho_Puvi_Medium';
    margin-bottom: 16px;
}
.btn {
        display: inline-block;
    padding: 14px 25px;
    border-radius: 3px;
	    text-decoration: none!important;
}
.yellow-btn {
    background: #FFB100;
    color: #020426;
	    font-weight: 400;
}
.yellow-btn:hover
{
	background: #fff;
}
#msp-solutions {
    padding-bottom: 0;
}
.cross-boxed {
    margin: 0;
    background: #04093E;
    color: #fff;
    padding: 50px 50px;
	    overflow: hidden;
	position: relative;
}
.cross-boxed > div
{
	position: relative;
	    z-index: 9;
}
.cross-boxed p {
    margin: 0;
}
.cross-boxed .btn {
    margin-top: 30px;
}
#tab-secondary-menu > .container {
    position: relative;
}
.tab-container {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
#controls {
    position: absolute;
    width: 100%;
    height: 100%;
}
#controls .arrow {
    position: absolute;
    width: 25px;
    height: 100%;
	background: #e0e0e0;
	cursor: pointer;
}
.fixed #controls .arrow
{
	background: #ffb102;
}
#controls .arrow.prev {
    left: -25px;
}
#controls .arrow.next {
    right: -25px;
}
span.arrow:before {
    content: "";
    transition: all ease 0.4s;
    border: solid #64626c;
    border-width: 0 2px 2px 0;
    padding: 3px;
    width: 2px;
    display: block;
    height: 2px;
    margin: 0 auto;
    position: relative;
    top: 45%;
}
.fixed span.arrow:before {
    border-color: #020426;
}
span.arrow.prev:before
{
	    transform: rotate(135deg);
	    -webkit-transform: rotate(135deg);
	left: 2px;
}
span.arrow.next:before
{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 2px;
}
.arrow.disable {
    opacity: 0;
	pointer-events: none;
}
.arrow.disable-btn {
    pointer-events: none;
}
.top-links {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;
    z-index: 4;
}
#fixedbtn {
    position: fixed;
    right: 0;
    top: initial;
    top: 300px;
    z-index: 99;
	display: block!important;
}
#fixedbtn span {
    display: block;
    position: relative;
    background: #29b373;
    cursor: pointer;
    height: 50px;
    color: #fff!important;
    margin-bottom: 5px;
    font-family: 'Zoho_Puvi_Medium';
    font-size: 14px;
    line-height: 30px;
    padding: 10px 10px 10px 15px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
    box-sizing: border-box;
	position: relative;
	box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
	       transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
		transform: translateX(180px);
	    -webkit-transform: translateX(180px);
}
.showbtn#fixedbtn span {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
#fixedbtn span:hover {
    background: #323232;
}
#fixedbtn span:before {
   content: "";
    position: absolute;
    top: 50%;
    left: -46px;
    width: 48px;
    height: 50px;
    text-align: center;
    transform: translate(0%, -50%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: -5px 2px 6px rgb(0 0 0 / 35%);
	display: none;
}
 #fixedbtn .contact:before {
    margin-bottom: 5px;
	background: url("https://cdn.manageengine.com/images/req-demo.svg") no-repeat #29B373;
	background-size: 45%;
	background-position: center;
}
#fixedbtn .demo:before {
background: url("https://cdn.manageengine.com/images/req-callback.svg") no-repeat #29B373;
	background-size: 50%;
	background-position: center;
}
.global-success-msg {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 99999;
    width: 100%;
    background: #f8fdee;
    border: 1px solid #b6db95;
    padding: 10px;
    text-align: center;
    color: #5c8707;
    font-weight: 700;
    font-size: 1em;
    display: none;
    font-weight: 400;
}
.abheader .download-btn
{
/*	display: none;*/
}
.abheader #MEmobListPrd>ul>li#all-product, .abheader #MEmobPanel ul li#free-trial {
    display: none!important;
}
.prod-ico {
    display: inline-block;
    width: 60px;
    height: 40px;
	background: url("https://cdn.manageengine.com/images/prod-sprite.svg");
	background-size: 440px;
	    vertical-align: middle;
	    background-repeat: no-repeat;
}
.prod-ico.sdp-ico {background-position: -4px 0px;}
.prod-ico.scp-ico {background-position: -67px 1px;}
.prod-ico.asset-exp-ico {background-position: -127px -2px;}
.prod-ico.admp-ico { background-position: -127px -52px;height: 43px;}
.prod-ico.adssp-ico {background-position: -197px -52px}
.prod-ico.erp-ico {background-position: -263px -53px;}
.prod-ico.rmp-ico {background-position: -332px -56px;}
.prod-ico.ad360-ico {background-position: 3px -113px;}
.prod-ico.o365-ico {background-position: -62px -118px;}
.prod-ico.imp-ico {background-position: -126px -237px;}
.prod-ico.pam360-ico {background-position: -123px -118px;}
.prod-ico.pmp-ico {background-position: -194px -118px;}
.prod-ico.kmp-ico {background-position: -264px -116px;}
.prod-ico.amp-ico {background-position: -326px -112px;}
.prod-ico.log360-ico {background-position: -197px 0px;}
.prod-ico.eventlog-ico {background-position: -265px -1px;}
.prod-ico.firewall-ico {background-position: -324px -1px;}
.prod-ico.firewall-yellow-ico {background-position: -359px -349px;}
.prod-ico.adap-ico {background-position: -393px -1px;}
.prod-ico.adap-blue-ico {background-position: -302px -349px;}
.prod-ico.smp-ico {background-position: -394px -56px;}
.prod-ico.m365-ico {background-position: -58px -352px;}
.prod-ico.csp-ico {background-position: 3px -54px;}
.prod-ico.dsp-ico {background-position: 2px -235px;}
.prod-ico.fileanalysis-ico {background-position: -125px -356px;}
.prod-ico.dc-ico {background-position: -188px -232px}
.prod-ico.mdmp-ico {background-position: -267px -236px; height: 42px;}
.prod-ico.osdeployer-ico {background-position: -328px -236px;}
.prod-ico.rap-ico {background-position: -390px -234px;}
.prod-ico.patchmanager-ico {background-position: -387px -113px;}
.prod-ico.patchconnect-ico {background-position: 2px -177px;}
.prod-ico.bsp-ico {background-position: -328px -173px}
.prod-ico.edp-ico {background-position: -258px -352px;width:40px;}
.prod-ico.acp-ico {background-position: -260px -179px;}
.prod-ico.vmp-ico {background-position: -63px -53px;}
.prod-ico.dcp-ico {background-position: -70px -236px;}
.prod-ico.opmp-ico {background-position: 1px -295px;}
.prod-ico.opm-ico {background-position: -61px -296px;}
.prod-ico.netflow-ico {background-position: -124px -296px;}
.prod-ico.ncm-ico {background-position: -60px -178px;}
.prod-ico.oputils-ico {background-position: -123px -179px;}
.prod-ico.appmanager-ico {background-position: -193px -298px;}
.prod-ico.site24-ico {background-position: -262px -298px}
.prod-ico.apminsight-ico {background-position: -330px -298px;}
.prod-ico.alarmsone-ico {background-position: -196px -177px;}
.prod-ico.statusiq-ico {background-position: -390px -172px;}
.prod-ico.analyticsplus-ico {background-position: -388px -292px;}
.prod-ico.cloudspend-ico {background-position: 1px -351px;}
.prod-ico.rmmcentral-ico {background-position: -197px -352px;}
.prod-ico.admanagermsp-ico {background-position: -302px -349px;}
.prod-ico-new {
    display: inline-block;
    width: 60px;
    height: 40px;
/*	background: url("https://cdn.manageengine.com/images/prod-sprite-new.svg");*/
	background: url("../images/prod-sprite-new.svg");
	background-size: 440px;
	    vertical-align: middle;
	    background-repeat: no-repeat;
}
.prod-ico-new.clouddns-ico{background-position: -6px -6px;}
.prod-ico-new.rpp-ico{background-position: -15px -65px;}
.prod-ico-new.mpp-ico{background-position: -79px -65px;}
.prod-ico-new.ddi-ico{background-position: -276px -4px;}
.prod-ico-new.digitalrisk-ico{background-position:-355px -6px;}
.prod-ico-new.saasmanagerplus-ico{background-position: -145px -6px;}
.prod-ico-new.log360cloudmssp-ico{background-position: -76px -6px;}
.prod-ico-new.log360mssp-ico{background-position: -220px -6px;}
.new-prd-icon,.zprd-icon{
	display:inline-block;
	width:45px;
	height:45px;
	vertical-align:middle;
}
.new-prd-icon{
	background:url("../images/new-prod-sprite.svg") 0/520px no-repeat;
}
.new-prd-icon.admp-icon{background-position: -18px -18px}
.new-prd-icon.adap-icon{background-position: -75px -18px}
.new-prd-icon.adssp-icon{background-position: -130px -18px}
.new-prd-icon.erp-icon{background-position:-179px -18px}
.new-prd-icon.rmp-icon{background-position: -237px -18px}
.new-prd-icon.ad360-icon{background-position: -293px -18px}
.new-prd-icon.id360-icon{background-position: -351px -18px}
.new-prd-icon.m365m-icon{background-position: -407px -18px}
.new-prd-icon.pam360-icon{background-position: -463px -18px}
.new-prd-icon.psmp-icon{background-position: -18px -87px}
.new-prd-icon.amp-icon{background-position: -73px -87px}
.new-prd-icon.kmp-icon{background-position:-129px -87px}
.new-prd-icon.sdp-icon{background-position: -179px -88px}
.new-prd-icon.scp-icon{background-position: -235px -88px}
.new-prd-icon.aex-icon{background-position: -292px -88px}
.new-prd-icon.ec-icon{background-position: -348px -88px}
.new-prd-icon.ptmp-icon{background-position: -18px -366px}
.new-prd-icon.pcp-icon{background-position:-398px -366px}
.new-prd-icon.mdmp-icon{background-position: -19px -156px}
.new-prd-icon.rap-icon{background-position: -76px -157px}
.new-prd-icon.od-icon{background-position:-77px -366px;}
.new-prd-icon.rmmc-icon{background-position:-235px -367px}
.new-prd-icon.vmp-icon{background-position: -131px -156px}
.new-prd-icon.acp-icon{background-position:-405px -87px}
.new-prd-icon.dcp-icon{background-position:-186px -365px}
.new-prd-icon.bsp-icon{background-position:-461px -88px}
.new-prd-icon.edp-icon{background-position: -132px -366px}
.new-prd-icon.rpp-icon{background-position: -345px -365px}
.new-prd-icon.mpp-icon{background-position: -293px -366px}
.new-prd-icon.opmp-icon{background-position: -76px -295px}
.new-prd-icon.site24-icon{background-position: -238px -294px}
.new-prd-icon.appm-icon{background-position:-181px -227px}
.new-prd-icon.dra-icon{background-position: -350px -227px}
.new-prd-icon.opm-icon{background-position: -18px -295px}
.new-prd-icon.netflow-icon{background-position: -409px -227px}
.new-prd-icon.ncm-icon{background-position: -467px -226px}
.new-prd-icon.firewall-icon{background-position: -407px -156px}
.new-prd-icon.opu-icon{background-position: -186px -295px}
.new-prd-icon.aone-icon{background-position:-127px -226px}
.new-prd-icon.siq-icon{background-position:-295px -296px}
.new-prd-icon.cdns-icon{background-position: -239px -228px}
.new-prd-icon.ddic-icon{background-position: -297px -226px}
.new-prd-icon.cloudspend-icon{background-position: -129px -297px}
.new-prd-icon.log360-icon{background-position: -465px -156px}
.new-prd-icon.eventlog-icon{background-position: -295px -157px}
.new-prd-icon.smp-icon{background-position: -74px -227px}
.new-prd-icon.m365sp-icon{background-position: -18px -227px}
.new-prd-icon.csp-icon{background-position: -182px -159px}
.new-prd-icon.dsp-icon{background-position: -239px -158px}
.new-prd-icon.fileanlysis-icon{background-position: -350px -158px}
.new-prd-icon.anp-icon{background-position: -352px -295px}
.new-prd-icon.saasmp-icon{background-position: -410px -296px}
.new-prd-icon.appc-icon{background-position:-468px -296px}
.new-prd-icon.dex-icon{background-position: -18px -436px;}
.new-prd-icon.mspc-icon{background-position: -457px -367px}
.zprd-icon{background:url("../images/z-product-sprite.svg") 0/220px no-repeat;}
.zprd-icon.zprojects-icon{background-position: 1px 4px;}
.zprd-icon.zassist-icon{background-position: -59px 1px;}
.zprd-icon.zsprints-icon{background-position: -118px 1px;}
.zprd-icon.zcreator-icon{background-position: -177px 2px;}
.zprd-icon.zworkplace-icon{background-position: 1px -59px;}
.zprd-icon.zmail-icon{background-position: -53px -59px;}
.zprd-icon.zmeeting-icon{background-position: -114px -54px;}
.zprd-icon.zlens-icon{background-position: -173px -58px;}
p.callback-text {
    margin:0;
    color: #1f1e1e;
    font-size: 0.8em;
    position: relative;
    bottom: 12px;
    padding-left: 50%
}
.lbl b.sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
}
.search-box-container .dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.search-box-container .dropbtn:hover, .search-box-container .dropbtn:focus {
  background-color: #3e8e41;
}
.search-box *
{
	-webkit-appearance: none;
	 border: 1px solid transparent;
}
.search-box-container #myInput {
    width: 500px;
	float: left;
    max-width: 90%;
    padding: 15px;
	background: #fff;
    border: none;
    font-size: 15px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
	height: 50px;
}
.search-box button {
	float: left;
    border: none;
    background: #020db5;
    color: #fff;
    height: 51px;
	    padding: 15px 25px;
	cursor: pointer;
}
.search-box-container #myInput:focus {outline: none;    border: 2px solid #ffb101;}

.search-box-container .dropdown {
  position: relative;
  display: inline-block;
}

.search-box-container .dropdown-content {
  display: block;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    -o-box-shadow: 0 0 5px #fff;
    box-shadow: 1px 7px 10px rgb(0 0 0 / 12%);
    width: 500px;
    max-height: 265px;
    overflow: auto;
  z-index: 1;
}

.search-box-container .dropdown-content a, .search-box-container .dropdown-content p {
  color: #000;
 margin: 0;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.search-box-container .dropdown a:hover, .search-box-container .dropdown p:hover {background-color: #ddd;}

.search-box-container .show {display: block;}


 /* .search-box-container .dropdown:hover input#myInput{
	width:300px;
	background-position :95% center;
	 background: url(https://cdn.manageengine.com/images/find-icon.svg) #fff no-repeat;
} */

.search-container {
    margin-top: 30px;
}
.search-box-container .search-box{
	 position:relative;
}
.search-box button img {
    display: inline-block;
    width: 18px;
    margin-right: 8px;
    filter: brightness(0) invert(1);
    vertical-align: middle;
    position: relative;
    bottom: 3px;
}
.search-box button span {
        display: inline-block;
    font-size: 18px;
    line-height: 20px;
}
.search-box button:hover {
    background: #ffb101;
}
#myDropdown p{
  text-transform: capitalize;
}
#no-result
{
	display: none;
}
#no-result .section-title {
    text-align: center;
    margin-top: 40px;
}
.breadcrumb-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
    margin: 0;
	padding-top: 20px;
}
.breadcrumb-new a {
    text-decoration: none;
    color: #000;
}
.breadcrumb-new a:hover {
	    color: #3131FF;
	cursor: pointer
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #000;
    content: "/";
}
@media only screen and (max-width: 1200px)
{
	.secondary-menu
	{
		display: none;
	}
	.produtcs-front, .produtcs-back {
    height: 220px;
}
	.banner-content {
    padding: 30px 0;
}
	.cols-5.nav {
    width: 75%;
}
	.banner-section .cols-left, .banner-section .cols-right{padding: 60px 35px;}
}
@media only screen and (min-width: 1024px)
{
	.nav-menu
	{
		    display: block!important;
	}
}
@media only screen and (max-width:1024px)
{
	.product-item {
    width: 50%;
}
	.product-item.expands {
    width: 100%;
}
	#controls .arrow.prev {
    left: -23px;
}
	#controls .arrow.next {
    right: 0px;
}
/*
	.secondary-tab-menu li {
    width: 220px;
}
*/
	.full-boxed > div {
    padding: 0 20px;
}
	.cross-boxed:after
	{
		    transform: rotate(-75deg);
		    -webkit-transform: rotate(-75deg);
	}
	.footer-cols-2 {
    width: 25%;
    margin-top: 25px;
}
	.cols-5.nav {
    width: 100%;
}
	.abheader #MEmobPanel {
    top: 62px;
}
	#tab-secondary-menu.fixed
	{
		top: 62px;
	}
	p.callback-text {
    padding: 0;
    margin: 0;
}
	.banner-content {
		text-align: center;
	}
	.top-banner-img{width:50%;margin:30px auto;}
	.title-underline:after{margin:10px auto;}
	.page-title{margin-top:20px;margin-bottom:10px;}
	.page-descr br {display: block;}
	.short-underline::after{margin:20px auto;}
		.banner-section .cols-center{display: none;}
	.banner-section .rows{display: block;}
}
@media only screen and (max-width: 650px)
{
	.top-banner-img{width:85%;}
	.page-descr br {display: none;}
	.cols-sd-pdng-bt-0
	{
		padding-bottom: 0!important;
	}
	.cols-sd-pdng-tp-0
	{
		padding-top: 0!important;
	}
	.cols-sd-mrg-bt-0
	{
		margin-bottom: 0!important;
	}
	.cols-sd-mrg-tp-0
	{
		margin-top: 0!important;
	}
	.banner-content {
    padding: 20px 0;
}
/*
	#tab-secondary-menu {
    display: none;
}
*/
	#sol-section {
    padding: 20px 0;
}
	.sub-title {
    line-height: 1.6;
}
	.sub-title {
    line-height: 1.4;
    padding-left: 50px;
    font-size: 1.2em;
}
	.sol-in-group:before, .sol-in-group > .prod-group:last-child:before
	{
		display: none;
	}
	.prod-group {
    padding: 0;	
}
	.sol-in-group > .prod-group:first-child {
    margin-top: 30px;
}
	.sol-cat.no-gap {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}
	.product-item {
    width: 100%;
}
	.product-item, .product-item.expands {
    width: 100%;
}
	.expands .produtcs-back {
    width: 100%;
    height: auto;
}
	.sol-hover-hid {
    display: none;
}
	.expands .sol-hover-hid {
    display: block;
		    margin-top: 25px;
}
	.produtcs-back + .clearfix {
    display: none;
}
	.bold-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
	 margin-top: 10px;
	font-size: 1em;
	    min-width: 230px;	
}
	.bold-title-min
	{
		font-size: 1.1em;
	}
	.produtcs-front, .produtcs-back {
    height: auto;
	padding: 15px;
	position: relative;
}
	.produtcs-front
	{
		    height: 66px;
    overflow: hidden;
	}
	.expands .produtcs-front
	{
		    background: #ffffff;
		    width: 100%;
    height: auto;
	}
	.prod-group .sub-title:before
	{
		left: 5px;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
        top: 50%;

	}
	.produtcs-front img {
    width: 30px;
}
	.expands .prod-lists {
    display: block!important;
}
	.prod-lists {
    margin-top: 0;
    margin-bottom: 30px;
    border: navajowhite;
    padding-top: 0;
}
	.expands .produtcs-back {
    display: none;
}
	ul.sol-cat {
    position: static;
}
	.border-right {
    border: none;
    margin-bottom: 40px;
}
	.cross-boxed {
    padding: 40px 20px;
}
	.footer-cols-2 {
    width: 50%;
    margin-bottom: 20px;
	    min-height: 202px;	
}
	.produtcs-front:after {
        content: '';
    position: absolute;
    right: 16px;
    top: 33px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #0308b1;
    clear: both;
    z-index: 9;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
	.expands .produtcs-front:after
	{
		    transform: rotate(180deg);
    top: 31px;
	}
	.cross-boxed .text-center {
    text-align: left;
}
	.full-boxed {
    background: linear-gradient(to bottom, #151a5f, #03093e);
}
	.cross-boxed:after
	{
		display: none;
	}
	.full-boxed > div:after {
    content: "";
    display: block;
    width: 80%;
    background: #6f6f6f;
    height: 1px;
    margin-top: 40px;
}
	#tab-secondary-menu.fixed {
    top: 62px;
}
	#controls .arrow.next {
    right: -14px;
}
	#controls .arrow.prev {
    left: -29px;
}
	.search-box-container #myInput
	{
		    max-width: 56%;
	}
	.search-box-container .dropdown-content {
    width: 56%;
}
	.search-box button span {
    display: none;
}
	.search-box button img {
    width: 20px;
    bottom: 0px;
}
	.search-box button {
    padding: 15px 10px 15px 20px;
}
	#fixedbtn span {
	    padding: 10px 10px 10px 12px;	
    transform: translateX(180px);
    -webkit-transform: translateX(180px);	
}
	#fixedbtn span:before {
		display: block;
		    padding-left: 10px;
	}
	.showbtn#fixedbtn span {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
	#fixedbtn.slide.showbtn span {
    transform: translateX(124px);
    -webkit-transform: translateX(124px);
}
	#tab-secondary-menu > .container
	{
		    width: 100%;
    max-width: 100%;
	}
	.tab-container #controls
	{
		display: none;
	}
	.casestudy-container .report-box,.casestudy-container .report-box h3{height:auto;min-height:inherit;}
}
@media only screen and (max-width: 360px)
{
	.search-box-container #myInput {
    max-width: 45%;
}
	.search-box-container .dropdown-content {
    width: 45%;
}
}

/* evaluator form*/
.eval-popup *{margin:0;padding:0;box-sizing:border-box}div.eval-popup{width:800px;height:auto;display:block;border-radius:5px;position:fixed;transform:translate(-50%,-50%);top:50%;left:50%;display:none}div.eval-popup .scroll-div{overflow-y:scroll;max-height:95vh}.eval-popup h3.headlines{font-size:1.6em;color:#e04b39;margin-top:10px;font-weight:600;text-align:center}.fm-center{text-align:center}.eval-popup .fm-center div.form-group{width:50%}.eval-popup .text-label{margin-top:10px;margin-bottom:3px}.eval-popup div.wrapper a img{width:200px;margin:0 auto;display:block}.eval-popup p.headlines{font-size:13px;text-align:center;width:90%;margin:10px auto 10px auto;line-height:18px}.eval-popup div.form-group{width:100%;height:auto;clear:both;margin:5px 0 20px 0;display:inline-block;position:relative;vertical-align:top}.grey-bg .form-group{margin-bottom:5px}.fm-left div.form-group{width:45%;margin-right:4%}.fm-left#proSol div.form-group {width: 98%;}.fm-left div.form-group+.form-group{width:49%;margin-right:0}.eval-popup .form-group.zc-dropdown-group:after{background:0 0}.captcha-group.form-group:after,.eval-popup .form-group.zc-phone-group:after,.zc-submitandreset-group:after{display:none}.eval-popup .inline-field{position:relative}.eval-popup img.imgs{width:25%;position:absolute;left:20px;bottom:10px}.eval-popup div.form-group label{width:350px;float:left;display:none}.eval-popup div.form-group label p{margin:0 auto}.form-field *{outline:0}div.form-group label p span.fieldMandate{color:#ff0004}.captcha-input,div.form-group .form-field{position:relative}.captcha-input.form-field{margin:0}.captcha-input{margin:0}.eval-popup .form-control{display:block;width:100%;height:40px;padding:10px 12px;font-size:14px;line-height:1.42857143;color:#555;position:relative;margin-bottom:20px;background-color:transparent;background-image:none;border:1px solid #d1d1d1;border-radius:4px;transition:border ease .9s;-webkit-transition:border ease .9s;-moz-transition:border ease .9s;box-shadow:none}.form-group.captcha-group{margin:0 0 10px 0}.active-sec .form-control,.form-control.active-sec{border-color:#fff}.eval-popup .form-control.zc_textareacomments{height:80px;width:98%}.eval-popup div.form-control input,.eval-popup div.form-control textarea{width:100%;outline:0;border:none;height:100%;background:0 0;padding-left:0;font-size:13px;position:relative;z-index:9;opacity:.5;resize:none}.eval-popup .form-control:before,.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}.eval-popup .form-control:before{top:0;left:0}.eval-popup .form-control:after{bottom:0;right:0}.eval-popup .active-sec .form-control::before,.eval-popup .active-sec.form-control::before{border-top-color:#34ad65;border-right-color:#34ad65;transition:width .15s ease-out,height .15s ease-out .15s;width:100%;height:100%}.eval-popup .active-sec .form-control::after,.eval-popup .active-sec.form-control::after{border-bottom-color:#34ad65;border-left-color:#34ad65;transition:border-color 0s ease-out .3s,width .15s ease-out .3s,height .15s ease-out .45s;width:100%;height:100%}.eval-popup div.form-control textarea{height:50px;resize:none;outline:0;font-family: 'Zoho_Puvi_Regular'}.eval-popup div.zc-submitandreset-group .form-field{width:100%;margin:0 auto;float:none;text-align:center}.eval-popup div.form-group input[type=submit]{background:#e04b3a;color:#fff;border:none;border-radius:5px;margin:0;padding:14px 50px;font-size:16px;text-align:center;text-indent:0;-webkit-appearance:none;float:none;cursor:pointer}.eval-popup div.form-group input[type=reset]{width:150px;background:#f66a63;color:#fff;border:none;border-radius:4px;margin:0 15px;padding:10px 0;font-size:16px;text-align:center;text-indent:0}.eval-popup div.form-group input[type=submit]:hover{background:#dd002c}.eval-popup div.form-group input[type=reset]:hover{cursor:pointer}.eval-popup div.form-group input.zc-businessemail_input{background-image:url(https://cdn.manageengine.com/images/form_emailicon.png);background-size:14px;background-repeat:no-repeat;background-position:97% 50%}.eval-popup div.form-group input.zc-CallbackDateandTime_input{background-image:url(https://cdn.manageengine.com/images/form_calendaricon.png);background-size:14px;background-repeat:no-repeat;background-position:97% 50%}.eval-popup div.nature-of-query{border:none;width:400px;display:none;position:absolute;background:#fff;z-index:99999999;top:38px}.eval-popup div.nature-of-query ul{list-style:none;height:250px;width:100%;overflow-y:scroll;background:#fff;margin:0;padding:0;border:1px solid #d7e4e6}.eval-popup div.nature-of-query ul li{color:#000;padding:10px;font-size:13px}.eval-popup div.nature-of-query ul li:hover{background:#34ad65;color:#fff}.eval-popup div.form-group input.nature-of-query_input{background-image:url(https://cdn.manageengine.com/images/form_dropdownarrows.png);background-size:14px;background-repeat:no-repeat;background-position:97% 50%}.eval-popup div.countrylists{border:none;width:400px;display:none;position:absolute;background:#fff;z-index:9999999;top:38px;border:1px solid #d7e4e6}.eval-popup div.countrylists ul{list-style:none;height:300px;width:100%;overflow-y:scroll;background:#fff;margin:0;padding:0}.eval-popup div.countrylists ul li{color:#787878;padding:10px;font-size:13px}.eval-popup div.countrylists ul li:hover{background:#34ad65;color:#fff}.eval-popup div.form-group input.countrylists_input{background-image:url(https://cdn.manageengine.com/images/form_dropdownarrows.png);background-size:14px;background-repeat:no-repeat;background-position:97% 50%}.eval-popup div.me_countrylist_search{width:380px;background:#fff;padding:15px 10px 15px 10px;float:left}.eval-popup div.form-group input.me_countrylist_search_input{width:380px;border:1px solid #ccc;border:1px solid #e8eeef}.eval-popup div.me_solutions{border:none;width:400px;display:none;position:absolute;background:#fff;z-index:999999;top:38px;border:1px solid #d7e4e6}.eval-popup div.me_solutions ul{list-style:none;height:300px;width:100%;overflow-y:scroll;background:#fff;margin:0;padding:0;border:1px solid #d7e4e6}.eval-popup div.me_solutions ul li{color:#000;padding:10px;font-size:13px}.eval-popup div.me_solutions ul li:hover{background:#34ad65;color:#fff}.eval-popup div.form-group input.me_solutions_input{background-image:url(https://cdn.manageengine.com/images/form_dropdownarrows.png);background-size:14px;background-repeat:no-repeat;background-position:97% 50%}.eval-popup div.me_productslists{width:100%;display:none;position:relative;background:#fff;z-index:99999;top:0}.eval-popup div.me_productslists.opn{top:0}.eval-popup div.me_productslists ul{list-style:none;height:200px;width:100%;overflow-y:scroll;background:#fff;margin:0;padding:0}.eval-popup div.me_productslists ul li{color:#000;padding:10px;font-size:13px;cursor:pointer}.eval-popup div.me_productslists ul li:hover{background:#34ad65;color:#fff}.eval-popup div.form-group input.me_productslists_input{background-image:url(https://cdn.manageengine.com/images/form_dropdownarrows.png);background-size:14px;background-repeat:no-repeat;background-position:97% 50%;cursor:pointer}.eval-popup div.me_productslistssearch{width:calc(100% - 20px);background:#fff;padding:15px 10px 15px 10px;float:left}.eval-popup div.form-group input.me_productslistssearch_input{width:100%;border:1px solid #d7e4e6;font-size:1em;padding:8px}.eval-popup p.me_productslists_multiSel{width:100%;padding:3px;position:relative;background:#fff;display:none;z-index:99;border-radius:5px;height:auto;overflow:scroll;max-height:115px}.eval-popup p.me_productslists_multiSel span{border:1px solid #c2cacc;border-radius:5px;font-size:12px;margin:2px 5px 2px 0;padding:5px 5px;display:inline-block}.eval-popup p.me_productslists_multiSel span strong,.multiSel1 span strong{color:#ff1e1e;font-weight:700;margin:0 0 0 10px;cursor:pointer}.eval-popup div.me_productslist_inner{border:1px solid #d7e4e6;width:100%;float:left;position:absolute;z-index:9999;top:4px;background:#fff}div.zc-Phonenumber-group input.Phonenumbercode_input{width:100px;margin:0 5px 0 0}div.zc-Phonenumber-group input.Phonenumberonly_input{width:291px}div.fieldinactive{opacity:.1;display:none!important}p.evalform_error_msg{font-size:11px;color:#f63f3f;position:absolute;top:40px;left:0;display:none;min-width:300px}p.evalform_disclaimer{font-size:12px;color:#818f92;font-style:italic}.eval-popup p.evalform_disclaimer strong{font-weight:600}.eval-popup select#country_state,.eval-popup select#ukcountry_region,.eval-popup select#zc-country{background:transparent url(https://cdn.manageengine.com/images/form_dropdownarrows.png) no-repeat 97% center;background-size:14px;border:none;width:100%;font-size:13px;color:#6f6c6c;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;margin:0}.eval-popup .uscountry select#country_state,.eval-popup .uscountry select#ukcountry_region,.eval-popup .uscountry select#zc-country{height:45px}.sol_rec .fm-left div.form-group.uscountry{margin-bottom:-48px}.eval-popup div.zc-Preferredcallbackdateandtime span{font-size:14px;color:#000}.eval-popup div.zc-Preferredcallbackdateandtime input{width:auto;vertical-align:middle;margin:1px 10px 0 0}.eval-popup div.form-group label.form-check-label{display:block;font-size:13px}.eval-popup div#meGDPRMessage{font-size:12px;display:block;width:100%;margin:0 0 20px 0; float: none; color: #444;}.eval-popup p.privacy-policy{font-size:12px;margin:0;line-height:1.4}.eval-popup p.privacy-policy a{color:#138cd6}.eval-popup div.form-group div#meGDPRMessage label{font-size:12px;display:block;width:100%;margin:0 0 20px 0; float: none; color: #444;}.success-msg,.success-msg-cosedevent,.success-msg2{background:#f8fdee;border:1px solid #b6db95;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-width:1px 0;padding:10px 0;text-align:center;color:#5c8707;font-weight:700;font-size:18px;position:absolute;top:0;left:0;z-index:99999;width:100%;display:none}.eval-popup .zc-dropdown-group .form-field{width:100%}.eval-popup .zc-dropdown-group select{background:#fff url(https://cdn.manageengine.com/images/form_dropdownarrows.png) no-repeat 97% center;background-size:14px;border:none;width:100%;font-size:13px;color:#6f6c6c;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;margin:0}.eval-popup .form-control.zc-dropdown-group{background:#fff}.eval-popup .error{color:red;font-size:12px;display:none}#WrongCaptchaError{position:relative;top:14px;line-height:1;width:300px}.eval-popup .inline-field{display:inline-block}.eval-popup .field-4.inline-field{width:28%;padding-right:2%;margin:0}.eval-popup .field-8.inline-field{width:70%;margin:0;margin-left:2%}.shapes{position:absolute}.dots1{background-image:radial-gradient(hsla(209,100%,47%,1) 5%,transparent 0);background-size:30px 30px;width:300px;height:150px;right:-75px;top:-25px;opacity:.5;position:absolute;z-index:999999;pointer-events:none;transform:rotate(40deg);opacity:.35;display:none}.second-col .form-in{margin:0}.second-col .form-in.grey-bg{background:#f2f1f0;border-radius:5px 5px 0 0;border:1px solid #fff;padding:10px 50px}.CaptchaWrap{position:relative}#CaptchaImageCode{text-align:center;padding:0 0;width:100%;overflow:hidden}.CaptchaTxtField{display:block;box-sizing:border-box}.CaptchaWrap:after,.CaptchaWrap:before,.captcha-input:after,.captcha-input:before{content:"";display:table;clear:both}.capcode{font-size:46px;display:block;-moz-user-select:none;-webkit-user-select:none;user-select:none;cursor:default;letter-spacing:1px;color:#ccc;font-family:'Roboto Slab',serif;font-weight:100;font-style:italic}div.form-group input.ReloadBtn{background:url(https://cdn.manageengine.com/images/captcha-reload.svg) left top no-repeat;background-size:100%;width:22px;height:22px;position:relative;left:7px;top:8px;border:0;outline:0;cursor:pointer;transition:all ease .5s;-webkit-transition:all ease .5s;-moz-transition:all ease .5s}.eval-popup div.form-group.zc-submitandreset-group{margin:5px 0 5px 0}.eval-popup div.form-group.hide_field{display:none}.eval-popup span.lbl{pointer-events:none;font-size:13px;color:#6b6a6a;padding:0 4px;transition:all ease .5s;-webkit-transition:all ease .5s;border-radius:5px;display:block;font-weight:400;position:absolute;top:10px;left:10px;z-index:2}.form-group.active-row span.lbl{top:-8px;background:#fff}.field-4 span.lbl,.zc-countrylists-group span.lbl{opacity:0}.form-group.active-row .field-4 span.lbl,.zc-countrylists-group.form-group.active-row span.lbl{opacity:1}.form-group .field-4 span.lbl,.form-group.zc-countrylists-group span.lbl{top:-8px;background:#fff;opacity:1}.zc-me_productslists-group .lbl{z-index:100000}.captcha-group:after,.captcha-group:before,.form-row:after,.form-row:before,.rows:after,.rows:before{content:"";display:table;clear:both}div.form-group.group-half{width:49%;float:left;clear:none}.form-row>.group-half:first-child{padding-right:1%}.form-row>.group-half:last-child{padding-left:1%}.CaptchaWrap{width:250px;float:left;margin:0 0 0 15px}.reload{width:8%;float:left;margin:0}.captcha-input.form-field{width:42%;float:left;padding-right:2%}span.eval-close{position:absolute;top:10px;right:10px;background:url(https://cdn.manageengine.com/happyholidays/2019/images/popup-close-black.svg) no-repeat 0 0;width:23px;height:23px;background-size:10px;background-position:center;text-align:center;color:transparent;line-height:26px;border-radius:50%;cursor:pointer;z-index:9;transition:all ease .5s;-webkit-transition:all ease .5s;-moz-transition:all ease .5s}span.eval-close:hover{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}.eval-popup-bg{position:fixed;left:0;top:0;z-index:9999999;width:100%;height:100%;background:rgba(0,0,0,.8);display:none}.eval-popup form{height:100%}.eval-popup .form-col{width:100%;float:left;height:100%;position:relative;overflow:hidden;margin:0}.eval-popup .form-in{padding:10px 20px}.second-col .form-in{padding:20px 50px}.eval-popup .rows{height:100%;position:relative;border-radius:5px;background:#fff}.eval-popup .form-group:after,.eval-popup .form-group:both,.form-field:after,.form-field:before{display:table;clear:both;content:""}@media only screen and (max-width:1400px){.form-group.zc-countrylists-group{margin-bottom:15px}div.form-group textarea{height:35px}}@media only screen and (max-width:1100px){.eval-popup div.wrapper a img{width:300px}.eval-popup div.wrapper{width:90%}.eval-popup div.form-group label.form-check-label{font-size:15px;width:90%}.eval-popup div.form-group textarea{padding:5px 0 0 5px;margin:20px 0 0 0}.eval-popup div.form-group input{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0}.eval-popup .form-control.zc_textareacomments{width:100%}.eval-popup div.form-group textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0}.eval-popup div.zc-Preferredcallbackdateandtime input{width:auto;padding:0;-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox;outline:0;border-radius:0}.eval-popup div.form-group{clear:both;margin:20px auto;display:table}.first-col div.form-group{margin:0}.eval-popup p.me_productslists_multiSel{width:97%}.eval-popup p.headlines{font-size:15px}.eval-popup .fm-left div.form-group,.eval-popup .fm-left div.form-group+.form-group{width:100%}.sol_rec .fm-left div.form-group.uscountry{margin-bottom:0}.sol_rec .form-group.zc-me_productslists-group{display:none}}@media only screen and (max-width:900px){div.eval-popup{width:80%}}@media only screen and (max-width:650px){.eval-popup div.wrapper a img{width:250px}.eval-popup .img.imgs{display:none}.eval-popup .form-col,.eval-popup .form-col.first-col{width:100%}.eval-popup .form-in{padding:20px}.eval-popup h3.headlines{margin:0 0 10px 0}.second-col .form-in,.second-col .form-in.grey-bg{padding:20px 30px;margin:0}.captcha-input.form-field{width:100%}.CaptchaWrap{width:90%;margin:15px 0 0 0}.eval-popup{max-height:90vh;overflow-y:scroll}.eval-popup .fm-center div.form-group{width:100%}}.eval-success-msg{background: #f8fdee; border: 1px solid #b6db95; padding: 10px; text-align: center; color: #5c8707; font-weight: 400; position: fixed; width: 100%; display: none; z-index: 9999999; top: 0; left: 0; font-size: 1em;}
.eval-popup .form-control.zc-countrylists-group{width:98%;}
.form-check {
    margin: 5px 0 20px;
}
form .form-check input {
    width: auto;
}
label.form-check-label {
    cursor: pointer;
    font-family: "Zoho_Puvi_Medium";
    padding-left: 5px;
}
#phDetails{display:none;}
.eval-popup div.me_productslists ul::-webkit-scrollbar {
    display: block;
    height: 10px;
    width: 4px;
	background:#f3ebeb;
}
.eval-popup div.me_productslists ul::-webkit-scrollbar-thumb {
    background: #aeaeae;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.blur_box{
	display: inline-block;
    position: absolute;
    right: 0;
    height: 100%;
    width: 20%;
    background: linear-gradient(to left, #fff, transparent);
    top: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	pointer-events:none;
}
.eval-popup .zc-solution-group select{opacity:0;}
.eval-popup .zc-solution-group.active-row select{opacity:1;}
@media only screen and (max-width: 1024px)
{ 
	.secondary-tab-menu li {
		width : 220px;
	}
}
.eval-popup div.form-group.zc-me_productslists-group{display:none;}.dropdown1{position: relative; z-index: 99; font-size: 12px; padding: 0; height: 65px;}.dropdown1.sol{z-index: 999;padding:0;}.dropdown1 .dropdt1{width: 100%; height: 100%;}.clicks{display: block; width: 100%; height: 100%;padding: 10px 12px;}.dropdown1 .dropdd1{position: relative; width: 100%; z-index: 9999;left: 0; top: 0;display:none;}.mutliSelect1{background:#fff;border: 1px solid #d7e4e6;position:absolute;top:0;width:100%;}div.dropdownsearch1{width: 100%; background:#fff; 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;}#scroll .dropdown1 .dropdd1 ul{padding:0;}.dropdown1 .dropdd1 ul{color: #fff; display: none; width: 100%; list-style: none; height: 175px; overflow: auto; background: #fff; text-align: left;}.dropdown1 .dropdd1 ul li{color: #000; padding: 10px; font-size: 13px; cursor: pointer; text-align: left;list-style-type: none;}.dropdown1 .dropdd1 ul li:hover{background: #34ad65; color: #fff;}.multiSel1 span{border: 1px solid #333; padding: 1px 5px; border-radius: 5px; margin: 2px 5px 2px 0; font-size: .9em; line-height: 20px;display: inline-block;}