/* new design */
.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;
}
/* 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;
	background: #FFF;
}
 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!important;
	color: #4CA9F5;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 500;
}
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: 2.1em;
    line-height: 1.3;
    font-family: 'Zoho_Puvi_SemiBold';
	margin-top: 50px;
}
h2{
	font-size: 1.5em;
	 font-family: 'Zoho_Puvi_SemiBold';
}
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-blue
{
	    color: #243A5D;
}
.text-light {
	color: #fff!important;
}
.text-dark {
	color: #000!important;
}
.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: 0;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-weight: 600;
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.container-sml:after,
.container-sml:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -10px;
	margin-left: -10px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1400px;
}
.container-sml {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
	position: relative
}
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-95,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.cols-2 {
	width: 16.6%;
}
.cols-25 {
	width: 20%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-95 {
	width: 80%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.cols-center
{
	    margin: 0 auto;
    float: none;
}
.cols-md-visible
{
	display: none;
}
@media only screen and (max-width: 1500px)
{
	.container, .container-sml{
		max-width: 96%;
	}
}
@media only screen and (max-width: 1025px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-8 {
	width: 66.6%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-4 {
	width: 33.3%;
}
	.cols-md-3 {
	width: 25%;
}
	.cols-md-hidden {
	display: none;
}
	.cols-md-visible
	{
		display: block;
	}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-8 {
	width: 66.6%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-4 {
	width: 33.3%;
}
	.cols-sd-3 {
	width: 25%;
}
}
.section-hdng {
    font-family: 'Zoho_Puvi_SemiBold';
    color: #000;
    font-size: 2.2em;
    line-height: 1.2;
}
.content-wrap {
    padding: 0 60px;
}
.content-wrap p {
    font-size: 1.1em;
    color: #fff;
    margin-bottom: 20px;
}
.section-two {
    padding: 100px 0 100px 0;
    background: #0732C7;
}
.content-wrap h1 {
    margin-bottom: 30px;
	    color: #fff;
}
.form-title {
    color: #000;
    text-align: center;
    margin-top: 0;
	font-size: 1.3em;
}
.forms {
    background: #fff;
    padding: 50px;
    box-shadow: -1px 11px 20px #00000029;
    border-radius: 12px;
	margin-right: 20px;
	    width: 90%;
}

/* form css */
div.form-group {
	width: 100%;
	height: auto;
	clear: both;
	margin: 5px 0 20px 0;
	display: inline-block;
	position: relative;
	vertical-align: top;
		border-radius: 6px;
}
.form-group.zc-dropdown-group:after,
.form-group.zc-solution-group:after {
	background: 0 0
}
.zc-submitandreset-group:after {
	display: none
}


img.imgs {
	width: 25%;
	position: absolute;
	left: 20px;
	bottom: 10px
}

.form-field * {
	outline: 0
}
.form-control {
	display: block;
	width: 100%;
	height: 45px;
	 padding: 12px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	position: relative;
	margin-bottom: 20px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #d1d1d1;
	transition: border ease .9s;
	box-shadow: none
}
#phDetails {
    margin-top: 5px;
}
.zc-phone-group
{
	margin-left: -10px;
	margin-right: -10px;
}
.zc-phone-group .form-control
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.zc-phone-group .field-4.form-group {
    width: 30%;
    clear: none;
    margin: 0;
    padding-left: 10px;
}
.zc-phone-group .field-8.form-group
{
	    width: 68%;
    clear: none;
    margin: 0;
    padding-left: 10px;
}
.active-sec  {
	border-color: #0634db;
}

.form-control.zc_textareacomments {
	height: 80px;
	font-family: 'Zoho_Puvi_Regular' !important;
}

div.form-control input,
div.form-control textarea {
	width: 100%;
	outline: 0;
	border: none;
	height: 100%;
	background: 0 0;
	padding-left: 0;
	font-size: 16px;
	position: relative;
	z-index: 9;
	resize: none;
    color: #1A141F;
}
div.form-control textarea {
	height: 50px;
	resize: none;
	outline: 0;
	font-family: 'Zoho_Puvi_Regular';
}

div.zc-submitandreset-group .form-field {
	width: 100%;
	margin: 0 auto;
	float: none;
	text-align: center
}

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
}

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
}

div.form-group input[type=submit]:hover {
	background: #dd002c
}

div.form-group input[type=reset]:hover {
	cursor: pointer
}

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%
}
div.nature-of-query {
	border: none;
	width: 400px;
	display: none;
	position: absolute;
	background: #fff;
	z-index: 99999999;
	top: 38px
}

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
}

div.nature-of-query ul li {
	color: #000;
	padding: 10px;
	font-size: 13px
}

div.nature-of-query ul li:hover {
	background: #34ad65;
	color: #fff
}

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%
}

div.countrylists {
	border: none;
	width: 400px;
	display: none;
	position: absolute;
	background: #fff;
	z-index: 9999999;
	top: 38px;
	border: 1px solid #d7e4e6
}

div.countrylists ul {
	list-style: none;
	height: 300px;
	width: 100%;
	overflow-y: scroll;
	background: #fff;
	margin: 0;
	padding: 0
}

div.countrylists ul li {
	color: #787878;
	padding: 10px;
	font-size: 13px
}

div.countrylists ul li:hover {
	background: #34ad65;
	color: #fff
}

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%
}

div.me_countrylist_search {
	width: 380px;
	background: #fff;
	padding: 15px 10px 15px 10px;
	float: left
}

div.form-group input.me_countrylist_search_input {
	width: 380px;
	border: 1px solid #ccc;
	border: 1px solid #e8eeef
}

div.me_solutions {
	border: none;
	width: 400px;
	display: none;
	position: absolute;
	background: #fff;
	z-index: 999999;
	top: 38px;
	border: 1px solid #d7e4e6
}

div.me_solutions ul {
	list-style: none;
	height: 300px;
	width: 100%;
	overflow-y: scroll;
	background: #fff;
	margin: 0;
	padding: 0;
	border: 1px solid #d7e4e6
}

div.me_solutions ul li {
	color: #000;
	padding: 10px;
	font-size: 13px
}

div.me_solutions ul li:hover {
	background: #34ad65;
	color: #fff
}

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%
}

div.me_productslists {
	width: 100%;
	display: none;
	position: relative;
	background: #fff;
	z-index: 999;
	top: 0
}

div.me_productslists.opn {
	top: 0
}

div.me_productslists ul {
	list-style: none;
	height: 200px;
	width: 100%;
	overflow-y: scroll;
	    background: #fff;
	margin: 0;
	padding: 0
}

div.me_productslists ul li {
	color: #000;
	padding: 10px;
	font-size: 13px;
	cursor: pointer;
	text-align: left;
}

div.me_productslists ul li:hover {
	background: #05227f;
	color: #fff
}

div.form-group input.me_productslists_input,
div.form-group input.zc_solution_ategory {
	background-image: url(https://www.manageengine.com/images/form_dropdownarrows.png);
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 97% 50%;
	cursor: pointer
}

div.me_productslistssearch {
	width: calc(100% - 20px);
	background: #fff;
	padding: 15px 10px 15px 10px;
	float: left
}

#scroll ul.me-products-dynamic {
	padding: 0;
}

div.form-group input.me_productslistssearch_input {
	width: 100%;
	border: 1px solid #d7e4e6;
	font-size: 1em;
	padding: 8px
}

input.me_productslistssearch_input::-webkit-search-cancel-button {
	opacity: 0;
}

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;
	margin: 0;
}

p.me_productslists_multiSel span {
	    border: 1px solid #e7e7e7;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    box-shadow: 0 0 10px #00000014;
}

p.me_productslists_multiSel span strong,
.multiSel1 span strong {
	color: #ff1e1e;
	font-family: 'Zoho_Puvi_Bold';
	margin: 0 0 0 10px;
	cursor: pointer
}

div.me_productslist_inner {
	border: 1px solid #d7e4e6;
	width: 100%;
	float: left;
	position: absolute;
	z-index: 999;
	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: 46px;
	left: 0;
	display: none;
	min-width: 300px;
		    margin: 0;
}

p.evalform_error_msg.evalform_error8 {
	bottom: -20px;
	top: inherit;
}

p.evalform_disclaimer {
	font-size: 12px;
	color: #818f92;
	font-family: 'Zoho_Puvi_RegularItalic';
	font-style: oblique
}

p.evalform_disclaimer strong {
	font-family: 'Zoho_Puvi_SemiBold';
}

select#country_state,
select#ukcountry_region,
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: 16px;
	color: #1A141F;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	margin: 0
}

.uscountry select#country_state,
.uscountry select#ukcountry_region,
.uscountry select#zc-country {
	height: 45px
}

div#meGDPRMessage {
	margin: 10px 0;
	font-size: 12px;
}

p.privacy-policy {
	    font-size: 16px;
    margin: 0;
    line-height: 1.4;
    color: #000;
}

p.privacy-policy a {
	color: #071e6b
}
#meGDPRMessage a
{
	color: #071e6b
}
div.form-group div#meGDPRMessage label {
	font-size: 16px;
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    float: none;
    color: #000;
    text-align: initial;
    cursor: pointer;
    line-height: 1.4;
}

.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-family: 'Zoho_Puvi_Bold';
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	display: none
}

.zc-dropdown-group .form-field,
.zc-solution-group .form-field {
	width: 100%
}
.label
{
	    font-size: 16px;
    color: #1A141F;
    margin-bottom: 5px;
    display: inline-block;
}
.zc-dropdown-group select,
.zc-solution-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: 16px;
	color: #1A141F;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	margin: 0
}

.form-control.zc-dropdown-group {
	background: #fff
}

.form-control.zc-solution-group.error {
	color: red;
	font-size: 12px;
	display: none
}
.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
}
div.form-group.hide_field {
	display: none
}
.lbl {
	pointer-events: none;
	font-size: 16px;
	color: #1A141F;;
	padding: 0 4px;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	border-radius: 5px;
	display: block;
	font-family: 'Zoho_Puvi_Medium';
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2
}

.form-group.active-row .lbl {
	top: -12px;
	background: #fff;
}

.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: 9;
}
.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%
}
.form-group:after,
.form-group:both,
.form-field:after,
.form-field:before {
	display: table;
	clear: both;
	content: ""
}
.multiSel1 {
    margin: 0;
}
#submit-btn {
    background: #FF4938;
    border: none;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 2px;
	cursor: pointer;
	    font-size: 16px;
    font-family: 'Zoho_Puvi_SemiBold';
}
#submit-btn:hover
{
	background: #e04c3a;
}
.sticky-desktop
{
	position: sticky;
	top: 100px;
}

.client-logo {
    margin-left: -15px;
    margin-right: -15px;
}
.client-logo .logo-item {
    width: 33.3%;
        float: left;
    position: relative;
    height: 95px;
}
.logo-item img {
    max-width: 65%;
	height: auto;
    display: block;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; 
}
.logo-item:nth-child(1) img{width: 50px; height: 32px}
.logo-item:nth-child(2) img{width: 100px; height: 15px}
.logo-item:nth-child(3) img{width: 88px; height: 13px}
.logo-item:nth-child(4) img{width: 81px; height: 15px}
.logo-item:nth-child(5) img{width: 112px; height: 18px}
.logo-item:nth-child(6) img{width: 67px; height: 40px}
.logo-item:nth-child(7) img{width: 58px; height: 54px}
.logo-item:nth-child(8) img{width: 93px; height: 14px}
.logo-item:nth-child(9) img{width: 120px; height: 25px}

.client-logo .logo-item:after {
        content: "";
    width: 90%;
    display: block;
    height: 1px;
    background: #D6D6D6;
    bottom: 0;
    position: absolute;
    left: 5%;
}
.client-logo .logo-item:before {
        content: "";
    width: 1px;
    display: block;
    height: 80%;
    background: #fff;
    position: absolute;
    top: 10%;
    left: -1px;
}
.client-logo .logo-item:nth-child(7):after, .client-logo .logo-item:nth-child(8):after, .client-logo .logo-item:nth-child(9):after,.client-logo .logo-item:nth-child(1):before, .client-logo .logo-item:nth-child(4):before, .client-logo .logo-item:nth-child(7):before
{
	display: none;
}
.sub-heading {
            font-family: 'Zoho_Puvi_SemiBold';
    color: #fff;
    font-size: 22px;
    position: relative;
    margin-bottom: 40px;
}
.sub-heading:after {
    content: "";
    display: inline-block;
    width: 20%;
    background: #fff;
    height: 2px;
    vertical-align: middle;
    margin-left: 20px;
}
.customers {
        background: #DCECFA5C;
    padding: 80px 0 100px 0;
}
.itsm-solutions
{
	width: 85%;
	margin: 50px auto 0 auto;
}
.itsm-solutions ul 
{
	list-style: none;
}
.itsm-solutions ul li
{
	display: inline-block;
}
.itsm-solutions ul li {
    height: 310px;
    width: 25%;
    background: #fff;
    color: #fff;
    vertical-align: top;
    margin: 7px 5px;
    transition: .3s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 20px #e4e4e4;
}
.itsm-solutions ul li.doc {
    background: #fff;
    text-align: center;
    color: #333;
}
.itsm-solutions ul li.doc a {
    padding: 10px;
    display: block;
    height: 100%;
}
.itsm-solutions ul li.doc img {
    margin: 10px 0 0;
    width: 160px;
	height: auto;
}
.itsm-solutions ul li.fst-box {
    background: #f7e0be;
    color: #333;
}
.itsm-solutions ul li.doc p {
    margin: 10px 0;
	    line-height: 1.5;
}
.itsm-solutions ul li.video {
    width: 46%;
    position: relative;
    cursor: pointer;
}
.itsm-solutions ul li.doc.snd-box.fb2 {
    background: #faf9f9;
    position: relative;
}
.itsm-solutions ul li.doc.snd-box {
    background: #a9d4f6;
    color: #fff;
}
.itsm-solutions ul li.doc.fth-box.fb4 {
    background: #022f5d;
}
 .itsm-solutions ul li.doc.trd-box.fb3, .itsm-solutions ul li.fst-box.fb1, .quiz_box, .tab-active {
    background: #fff;
}
.itsm-solutions ul li.video div
{
	    position: relative;
}
.itsm-solutions ul li.video img.video-img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}
.itsm-solutions ul li.video p {
    position: absolute;
    font-size: .8em;
    display: flex;
    align-items: center;
    background: 0 0;
    height: auto;
    bottom: 25px;
    padding: 0 70px 0 20px;
    z-index: 1;
    margin: 0;
    font-weight: 300;
    color: #fff;
    line-height: .7em;
    width: 100%;
}
.itsm-solutions ul li.video p span {
    font-weight: 300;
    line-height: 1.5em;
    padding: 0 0 0 20px;
    display: inline-block;
    position: relative;
}
itsm-solutions ul li.doc.fth-box a, .itsm-solutions ul li.fst-box a {
    color: #333;
}
.itsm-solutions ul li.doc.trd-box.fb3 a {
    color: #065196;
}
.itsm-solutions ul li.doc.fth-box.fb4 a
{
	    color: #fff;
}
.industries-menu li, .itsm-solutions ul li.video p span.nologo {
    padding: 0;
}
.itsm-solutions ul li.video p img, .shapes, .wvbox-close {
    position: absolute;
}
.itsm-solutions ul li.video img.video_play_icon, .itsm-solutions.au_testimonials_new ul li.video p img.video_play_icon {
    width: 34px;
    height: 34px;
    right: 18px;
    transition: .5s;
}
.itsm-solutions ul li.video:after, .itsm-solutions.au_testimonials_new ul li.video:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 45%;
    background: linear-gradient(to top, #000, transparent);
    bottom: 0;
    pointer-events: none;
}
.itsm-solutions ul li.doc .ezibuy-btn, .itsm-solutions.au_testimonials_new ul li.doc .ezibuy-btn {
    position: absolute;
    bottom: 18px;
    color: #06f;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.itsm-solutions ul li.doc .ezibuy-btn img, .itsm-solutions.au_testimonials_new ul li.doc .ezibuy-btn img {
    width: 20px;
    margin: 0 10px 0 0;
    transition: .5s;
}
.wvbox, .wvbox2 {
    display: none;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
}
.wvbox, .wvbox2 {
    position: fixed;
    height: 100%;
    z-index: 99999;
}
.wvbox-inner {
        width: 850px;
    max-width: 95%;
    margin: 10% auto 0;
    position: relative;
    background: #fff;
    padding: 3px 3px 0px 3px;
    border: 1px solid #ccc;
}
.wvbox-close {
    right: -12px;
    top: -11px;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #000;
    cursor: pointer;
    border: 1px solid #333;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    font-weight: 700;
}
.wvbox-inner iframe {
    height: 480px;
}
@media only screen and (max-width:1400px) {
	.form-group.zc-countrylists-group {
		margin-bottom: 15px
	}

	div.form-group textarea {
		height: 35px
	}
	.itsm-solutions
	{
		width: 90%;
	}
}
@media only screen and (max-width:1100px) {
	
.sticky-desktop
	{
		position: static;
	}
	div.form-group textarea {
		padding: 5px 0 0 5px;
		margin: 20px 0 0 0
	}

	div.form-group input {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: 0
	}

	.form-control.zc_textareacomments {
		width: 100%
	}

	div.form-group textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: 0
	}
	div.form-group {
		clear: both;
		margin: 20px auto;
		display: table
	}

	.first-col div.form-group {
		margin: 0
	}

	p.me_productslists_multiSel {
		width: 97%
	}

	p.headlines {
		font-size: 15px
	}
	.content-wrap {
            padding: 0 20px;
        margin-bottom: 26px;
}

	.section-hdng {
    font-size: 1.6em;
}
	.forms 
	{
		margin: 0;
		padding: 30px;
	}
	.abheader div#MEmobile
	{
		    position: absolute;
	}
	.abheader #MEmobPanel {
    top: 64px;
}
	.itsm-solutions
	{
		width: 100%;
	}
	.forms
	{
		width: 100%;
	}
	.itsm-solutions ul li, .itsm-solutions ul li.video {
            width: 47%;
        margin: 9px 1% 9px 1%;
}
	.section-two {
    padding: 80px 0;
}
	  #commonHeader {
        min-height: 64px;
        height: 64px;
    }  
}
@media only screen and (max-width:950px)
{
	.wvbox-inner iframe {
        height: 385px;
    }
	.wvbox-inner {
        width: 85%;
        margin: 0 auto;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
}
@media only screen and (max-width:650px) {
	    h1 {
        font-size: 1.8em;
		margin-top: 0;
    }
	    h1 br {
        display: none;
    }
	.wvbox-inner iframe {
        height: 210px;
    }
	div.wrapper a img {
		width: 250px
	}

	.img.imgs {
		display: none
	}

	.form-col,
	.form-col.first-col {
		width: 100%
	}

	.form-in {
		padding: 20px
	}

	h3.headlines {
		margin: 0 0 10px 0
	}

	.second-col .form-in {
		padding: 20px 20px;
		margin: 0
	}
	.zc-phone-group .field-4.form-group
	{
		    width: 27%;
	}
	.form-control
	{
		    margin-bottom: 0px;
	}
	div.form-group {
    margin-bottom: 0;
}
	#submit-btn {
    margin-top: 30px;
}
	div.form-group.field-8, div.form-group.field-4
	{
		display: inline-block;
	}
	.form-group.zc-dropdown-group {
    margin-top: 6px;
}
	.section-two {
    padding: 80px 0;
}
	.itsm-solutions ul li, .itsm-solutions ul li.video {
            width: 100%;
        margin: 7px 0;
}
}
/*-------solution dropdown start-------*/
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: 12px 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: #05227f;
	color: #fff;
}

.multiSel1 span {
	    border: 1px solid #e7e7e7;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    box-shadow: 0 0 10px #00000014;
	color: #403f3f;
}

/*-------solution dropdown end-------*/
div.form-group.zc-solution-group {
	background: #fff url(https://www.manageengine.com/images/form_dropdownarrows.png) no-repeat 92% center;
	background-size: 14px;
}

.zc-solution-group select {
	opacity: 0;
}

.zc-solution-group.active-row select {
	opacity: 1;
}

.form-check {
	margin: 5px 0 20px;
}

label.form-check-label {
	cursor: pointer;
	font-family: "Zoho_Puvi_Medium";
	padding-left: 5px;
}

form .form-check input {
	width: auto;
}

div.me_productslists ul::-webkit-scrollbar {
	display: block;
	height: 10px;
	width: 4px;
	background: #f3ebeb;
}

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;
}
.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.global-success-msg {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    z-index: 999999;
    width: 400px;
    max-width: 90%;
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    color: #000;
    font-size: 1.4em;
    line-height: 1.8;
    font-weight: 400;
    border-radius: 10px;
}
.close {
    position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
        color: #959595;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 14px;
    padding: 2px 10px;
}
.close:hover
{
	color: #000;
} 
span.tick-icon {
    display: block;
    width: 50px;
    padding: 20px;
    background: #26308F;
    border-radius: 100%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
}
.global-success-msg p {
    margin: 0;
}