@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;
}
footer a:hover {
    color: #fff;
}
.social li {
    display: inline-block;
    margin: 0 5px;
}
.social li a {
    background: url("../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://www.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;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.5;
    resize: none;
}
.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 {
    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;
}
    @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%
      }
    }

    @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
      }
    }


/*-------MSP Newsletter css start----------*/
#newsletter #tab-secondary-menu{display:none!important;}
.banner-content{
	padding:100px 0;
}
.subscribe-cta{
	margin:30px 0 0;
}
.msp-link-cta{
	margin:20px 0 0;
	text-align:center;
}
.subscribe-cta a ,.msp-link-cta a{
    color: #000;
    background: #f8c045;
    font-size: 16px;
    padding: 14px 40px;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}
.subscribe-cta a:hover{
	background:#fff;
}
.msp-link-cta a:hover{
	background: #101c50;
    color: #fff;
}
.page-title{margin-top:0;}
p.light{margin:0;font-family: 'Zoho_Puvi_Regular';}
.short-underline:after{
	text-align:center;
	margin:15px auto;
}
section{
	padding:70px 0;
}
.subscribe-box{
    background: url(../images/product-banner-common.jpg) no-repeat;
    background-position: center;
    background-size: cover;
	padding:40px 30px 30px 60px;
}
.subs-title{
	font-size: 1.6em;
    color: #fff;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.3;
    margin-bottom: 15px;
}
.subscribe-box input#emailMspNL,.subscribe-box input#emailNL1, select {
    border: 1px solid #cdcdcd;
    background: #f4f5f8;
    padding: 10px 15px;
    margin-right: 20px;
    height: 50px;
    width: 35%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	font-size: 15px;
	font-family:inherit;
	outline:none;
}
.subscribe-box select#zccountry ,.subscribe-box select#country_state{
    background: url("https://www.manageengine.com/images/form_dropdownarrows.png") #fff no-repeat;
    background-size: 18px;
    background-position: 95% center;
}
.subscribe-box select#country_state {
    margin-top: 15px;
}
.subscribe-box div#form-alert{
	position:relative;
    top:7px;
	margin:0;
	font-size:14px;
	color:#ff0000;
}
.subscribe-box .dwn-priv {
    margin: 25px 0 30px 0;
    font-size: 15px;
	color:#bfbfbf;
}
.subscribe-box #meGDPRMessage{
	margin: 20px 0 0 0;
    font-size: 15px;
	color:#bfbfbf;
	margin-bottom: -10px;
}
.subscribe-box .dwn-priv a{
	color:#f8c045;
}
.subscribe-box .dwn-priv a:hover{
	color:#fff;
}
#submit-btn{
	color:#000;
	background:#f8c045;
    font-size: 16px;
    padding: 14px 40px;
	font-family: 'Zoho_Puvi_SemiBold';
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
}
#submit-btn:hover{background:#fff;}
.subscribe-box p.privacy-policy{
	color: #9399af;
    font-size: 12px;
    font-family: 'Zoho_Puvi_Light';
	margin-bottom:0;
}
#years-secondary-menu{
	box-shadow: 2px 2px 10px #c5c5c5;
    position: relative;
	background:#fff;
	transition:all ease 0.3s;
    width: 100%;
    z-index: 9999;
}
#years-secondary-menu.fixed {
    position: fixed;
    left: 0;
    top: 54px;
    background:#0e256c;
}
#years-secondary-menu.fixed .secondary-year-menu li a{
	color:#fff;
}
#years-secondary-menu.fixed .active-year-menu:after{
	background:#fff;
}
#years-secondary-menu.fixed .secondary-year-menu li a:hover{
	color:#ff5f5f;
}
.no-gap {
    margin: 0!important;
    padding: 0!important;
}
.tab-container {
    width: 100%;
}
.secondary-year-menu {
    margin-bottom: 0;
    margin-top: 0;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
	text-align: center;
}
.secondary-year-menu li {
    display: inline-block;
    width: 90px;
    margin-left: 0px;
}
.secondary-year-menu li a {
    display: inline-block;
    position: relative;
    padding: 15px 0px;
    line-height: 1.4;
    font-size: 16px;
/*    color: #04093E;*/
    color: #000;
    font-weight: 400;
    text-align: center;
    width: 100%;
    text-decoration: none;
}
.active-year-menu:after{
	content: "";
    display: block;
    width: 100%;
    height:2px;
    background: #22356c;
    margin-bottom: -2px;
    position: relative;
    bottom: 2px;
}
span.yearHead{
	width: 90px;
    max-width: 100%;
    display: inline-block;
}
.secondary-year-menu li a:hover,.fixed .secondary-year-menu li.active-tab-menu a{
    color: #04093E;
}
.newsletter-title{
	text-align:center;
	color:#22356c;
	font-size: 2em;
    font-family: 'Zoho_Puvi_Medium';
}
.title-bottom-line{
	margin: 15px auto 0;
    background: #f6ab12;
    width: 50px;
    height: 3px;
    display: block;
    border-radius: 50px;
}
.nlboxes{
	margin-top:40px;
	display:none;
}
#year2025{display:block;}
.nlboxes ul{
	margin:0;
}
.nlboxes li{
	width: 25%;
    text-align: center;
    margin: 0!important;
    float: left;
    display: inline-block;
    list-style-type: none;
    padding: 0;
}
.nlboxes a{
    width: 260px;
    margin: 15px;
    cursor: pointer;
    text-align: center;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    box-shadow: 0 10px 10px #d8d8d8;
    text-decoration: none;
}
.nlboxes a:hover{
	 box-shadow: 0 20px 20px #d8d8d8;
}
.nlboxes a:hover .monthBox span.learn-cta .arr{
	margin-left:10px;
}
.nl2021-jan-dec{
	background: url(../images/newsletter-jan-dec-2021-1.png) no-repeat 0 0;
    height: 200px;
    width: 210px;
    margin: 0 auto;
    display: inline-block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}
.newsletter-images{
	display:block;
}
.nlboxes .imgBox {
    background: #0e256c;
	padding:25px 25px 0;
}
.nlboxes .monthBox{
    text-align: left;
    padding: 25px 30px;
}
.monthBox h4{
	color: #000;
    font-size: 1em;
    font-family: 'Zoho_Puvi_Medium';
    margin-bottom: 8px;
}
.monthBox span.learn-cta{
	 color: #ff5f5f;
    font-size: 0.9em;
	font-family: 'Zoho_Puvi_Medium';
}
.monthBox span.learn-cta .arr{
	     transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.nl2021-jan-dec.jan2021{background-position:-33px -35px;}.nl2021-jan-dec.feb2021{background-position:-270px -35px;}.nl2021-jan-dec.mar2021{background-position:-504px -35px;}.nl2021-jan-dec.apr2021{background-position:-747px -35px;}.nl2021-jan-dec.may2021{background-position:-33px -372px;}.nl2021-jan-dec.jun2021{background-position:-270px -372px;}.nl2021-jan-dec.jul2021{background-position:-505px -372px;}.nl2021-jan-dec.aug2021{background-position:-746px -372px;}.nl2021-jan-dec.sep2021{background-position:-33px -716px;}
/*---------MSP Newsletter css start-----------*/
#Mspnewsletter #banner{margin-bottom:0!important;}
#Mspnewsletter #tab-secondary-menu{display:none!important;}
#Mspnewsletter #Subscribe-sec{padding-bottom:40px;}
.mspnl2021-jan-dec{
	background: url(../images/msp-newsletter-jan-dec-2021.png) no-repeat 0 0;
    height: 200px;
    width: 210px;
    margin: 0 auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}
.mspnl2021-jan-dec.jul2021{background-position:-30px -24px;}.mspnl2021-jan-dec.aug2021{background-position:-263px -24px;}.mspnl2021-jan-dec.sep2021{background-position:-495px -24px;}.mspnl2021-jan-dec.jun2021{background-position:-30px -367px;}.mspnl2021-jan-dec.may2021{background-position:-730px -24px;}.mspnl2021-jan-dec.oct2021{background-position:-263px -367px;}.mspnl2021-jan-dec.nov2021{background-position:-493px -367px;}.mspnl2021-jan-dec.dec2021 {background-position: -733px -381px;}
.mspnl2022
{
	background: url("../images/msp-newsletter-2022.png") no-repeat 0 0;
    height: 200px;
    width: 210px;
    margin: 0 auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}
.mspnl2022.jan2022 {background-position: -22px -25px;}.mspnl2022.feb2022 {background-position:-277px -25px;}.mspnl2022.mar2022 {background-position:-531px -25px;}.mspnl2022.apr2022 {background-position:-769px -25px;}.mspnl2022.may2022 {background-position:-21px -366px;}.mspnl2022.june2022 {background-position:-275px -366px;}.mspnl2022.july2022 {background-position:-530px -361px;}.mspnl2022.august2022 {background-position:-768px -361px;}.mspnl2022.september2022 {background-position:-20px -705px;}.mspnl2022.october2022 {background-position:-275px -702px;}.mspnl2022.november2022 {background-position:-529px -702px;}.december2022 {background-position:-771px -702px;}
.mspnl2023
{
	background: url("../images/msp-newsletter-2023.png") no-repeat 0 0;
    height: 200px;
    width: 210px;
    margin: 0 auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}
.mspnl2024{
	background: url("../images/msp-newsletter-2024.png") no-repeat 0 0;
    height: 200px;
    width: 210px;
    margin: 0 auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}
.mspnl2025{
	background: url("../images/msp-newsletter-2025.png") no-repeat 0 0;
    height: 200px;
    width: 210px;
    margin: 0 auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}
.mspnl2023.jan2023 {background-position: -24px -25px;}.mspnl2023.feb2023 {background-position:-240px -25px;}.mspnl2023.mar2023 {background-position:-460px -25px;}
.mspnl2023.apr2023 {background-position:-684px -25px;}.mspnl2023.may2023 {background-position:-19px -347px;}.mspnl2023.june2023 {background-position: -241px -346px;}.mspnl2023.july2023 {background-position: -461px -345px;}.mspnl2023.august2023 {background-position: -684px -345px;}.mspnl2023.september2023 {background-position: -21px -666px;}.mspnl2023.october2023 {background-position: -242px -669px;}.mspnl2023.november2023 {background-position: -462px -669px;}.mspnl2023.december2023 {background-position: -681px -669px;}
.mspnl2024.january2024{background-position: -12px -11px;}.mspnl2024.february2024{background-position: -228px -11px;}.mspnl2024.march2024{background-position: -446px -11px;}.mspnl2024.april2024{background-position: -665px -11px;}.mspnl2024.may2024{background-position: -13px -333px;}.mspnl2024.june2024{background-position: -229px -333px;}.mspnl2024.july2024{background-position: -445px -333px;}.mspnl2024.august2024{background-position: -665px -333px;}.mspnl2024.september2024{background-position: -15px -658px;}.mspnl2024.october2024{background-position: -231px -658px;}.mspnl2024.november2024{background-position: -446px -656px;}.mspnl2024.december2024{background-position: -666px -656px;}.mspnl2025.january2025{    background-position: -18px -16px;}.mspnl2025.february2025{background-position: -243px -14px;}.mspnl2025.march2025{background-position: -470px -14px;}.mspnl2025.april2025{background-position: -699px -14px;}.mspnl2025.may2025{background-position: -16px -345px;}.mspnl2025.june2025{background-position: -245px -345px}.mspnl2025.july2025{background-position: -470px -345px}.mspnl2025.august2025{background-position: -700px -345px}.mspnl2025.september2025{background-position: -16px -667px;}.mspnl2025.october2025{background-position: -243px -665px;}.mspnl2025.november2025{background-position: -471px -665px;}

.mspPage-con{padding:0 0 70px;}
.mspPage-con h5{
	font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1em;
	color:#000;
	line-height:1.4;
	text-align:center;
}
.mspPage-con h5 a:hover{color:#000;text-decoration:none;}
/*---------MSP Newsletter css end-----------*/
.newsletter-success-msg{
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
.msgcon {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    width: 30%;
    background: #0e1c4d;
    padding: 60px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    line-height: 1.5;
}
.msg-close {
    position: absolute;
    z-index: 999;
    top: -13px;
    right: -7px;
    color:#000;
    font-weight: 500;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.msg-close:hover{
	background:#f8c045;
}
.msgcon h6 {
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.8em;
    margin:0;
}
.msgcon p{
	margin: 10px 0 20px;
    font-family: 'Zoho_Puvi_Regular';
    font-size:1em;
}
.msg-span {
    display: block;
	font-family:'Zoho_Puvi_SemiBold';
}
@media only screen and (max-width:1450px){
	.msgcon{width:35%;padding: 50px;}
}
@media only screen and (max-width:1200px){
	.nlboxes li{width:33.33%;}
	.nlboxes a{width:280px;}
	.nlboxes .monthBox{padding:25px 35px;}
	p.light br{display:none;}
	.msgcon{width: 40%;padding: 50px;}
}
@media only screen and (max-width:1100px){
	.msgcon{top: 30%;width: 50%;padding: 50px;}
}
@media only screen and (max-width:1000px){
	.nlboxes li{width:50%;}
	.nlboxes a{margin:20px auto;}
	.subscribe-box input#emailMspNL,.subscribe-box input#emailNL1, select{width:45%;}
	.dwn-priv{line-height:1.6;}
	.subscribe-box{padding:40px;}
	.msgcon{width:60%;padding: 40px;}
}
@media only screen and (max-width:650px){
	.nlboxes li,.subscribe-cta a,#submit-btn,.msp-link-cta a{width:100%;}
	input#emailMspNL,input#emailNL1{margin-bottom:15px;}
	.subscribe-box input#emailMspNL,.subscribe-box input#emailNL1, select{margin-right:0;width:100%;}
	p.privacy-policy.text-right {text-align: left;line-height: 1.6;}
	.msgcon{top:50%; width:75%;padding: 35px;}
	.msgcon h6{font-size:1.5em;}
}
@media only screen and (max-width: 375px){
	.msgcon{top:50%;padding: 35px;}
	.msgcon h6{font-size:1.3em;}
}
/*-------MSP Newsletter css end----------*/



/* 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: url("../images/product-banner-common.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.banner-content {
    padding: 80px 0;
}
.page-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-family: 'Zoho_Puvi_Medium';
}
.short-underline:after {
    content: "";
    background: #FFB100;
    width: 120px;
    height: 2px;
    display: block;
    margin-top: 10px;
}
#tab-secondary-menu {
    box-shadow: 2px 2px 10px #c5c5c5;
    position: relative;
}
#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;
}
.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: 0px;
}
.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:0px;
    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: 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: 12px;
    font-family: 'Zoho_Puvi_Medium';
}
.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: #142257;
    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:#fff;
}
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%;}
}
@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;}
}
@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;}
	.pro-learndown{padding:20px 0;}
}
.head-bottom-space{height:10px;}
/*---------case study css end-----------*/

/*--------Analyst report page css start*/
#AnalystReports #tab-secondary-menu{
	display:none;
}
#AnalystReports .filter-box{
	margin:0 0 40px;
}
.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: 280px;
}
.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: 100px;
    height: 100px;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.4;
    overflow: hidden;
    font-size: 1.1em;
}
.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:23px 0;
    text-align: center;
    background: #142257;
    opacity: 0;
    visibility: hidden;
    transition: all ease 700ms;
}
.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;	
}
/*--------Analyst report page css end*/

#WhitePapers .secondary-tab-menu li:nth-child(7),#WhitePapers .secondary-tab-menu li:nth-child(8),#CaseStudies .secondary-tab-menu li:nth-child(7),#CaseStudies .secondary-tab-menu li:nth-child(8){display:none;}

#WhitePapers .secondary-tab-menu li:nth-child(6) a:after,#CaseStudies .secondary-tab-menu li:nth-child(6) a:after{display:none;}
#WhitePapers #controls .arrow.next,#CaseStudies #controls .arrow.next{display:none;}
#AnalystReports #banner{margin-bottom:0!important;}
/*---------page loading css start--------*/
.mask {
	background: rgb(255 255 255 / 90%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}
.loader {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  transform: rotate(165deg);
}
.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);
  }
}
.loader {
  position: absolute;
  top:35%;
  left:50%;
}
/*---------page loading css end--------*/

#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(../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(../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("../images/req-demo.svg") no-repeat #29B373;
	background-size: 45%;
	background-position: center;
}
#fixedbtn .demo:before {
background: url("../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("../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.adap-ico {background-position: -393px -1px;}
.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.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;}
p.callback-text {
    margin: 0 0 10px 0;
    color: #1f1e1e;
    font-size: 0.8em;
    position: relative;
    bottom: 7px;
    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(../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;
}
@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%;
}
}
@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: -23px;
}
	.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: 66px;
}
	#tab-secondary-menu.fixed
	{
		top: 64px;
	}
	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;}
	.page-descr br {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;
	}
}
@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 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}.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://www.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://www.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://www.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://www.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://www.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:230px;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://www.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:99999;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{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#zc-country{background:transparent url(https://www.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#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{margin:10px 0}.eval-popup p.privacy-policy{font-size:11px;margin:12px 0;line-height:1.4}.eval-popup p.privacy-policy a{color:#138cd6}.eval-popup div.form-group div#meGDPRMessage label{font-size:11px;display:block;width:100%;margin:0 0 20px 0; float: none; color: #000;}.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://www.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://www.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;text-indent:-99999999999em;background:url(https://www.manageengine.com/happyholidays/2019/images/popup-close-black.svg) #f2f1f0 no-repeat 0 0;width:23px;height:23px;background-size:10px;background-position:center;text-align:center;color:#fff;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:90%}}@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{padding:20px 20px;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;}