@font-face {
    font-family: 'Zoho_Puvi_Light';
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_light.eot');
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_light.eot') format('embedded-opentype'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_light.woff2') format('woff2'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zoho_Puvi_Regular';
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_regular.eot');
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_regular.eot') format('embedded-opentype'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_regular.woff2') format('woff2'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zoho_Puvi_Medium';
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_medium.eot');
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_medium.eot') format('embedded-opentype'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_medium.woff2') format('woff2'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zoho_Puvi_SemiBold';
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_semibold.eot');
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_semibold.eot') format('embedded-opentype'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_semibold.woff2') format('woff2'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_semibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zoho_Puvi_Bold';
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.eot');
    src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.eot') format('embedded-opentype'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.woff2') format('woff2'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primaryfont-bold: 'Zoho_Puvi_Bold';
    --primaryfont-semibold: 'Zoho_Puvi_SemiBold';
    --primaryfont-regular: 'Zoho_Puvi_Regular';
    --primaryfont-medium: 'Zoho_Puvi_Medium';
    --primaryfont-light: 'Zoho_Puvi_Light';
}
*, :after, :before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a,
a:hover {
    text-decoration: none;
}

html {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: var(--primaryfont-regular);
    font-size: 17px;
    line-height: 1.5;
    color: #000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    /* overflow: hidden; */
}

h1, h2, h3, h4, h5, h6 {
    font-feature-settings: "liga"0, "clig"0;
    letter-spacing: -0.2px
}

h1 {
    font: 44px/1 Zoho_Puvi_Bold;
}

h2 {
    font: 38px/1.25 Zoho_Puvi_SemiBold
}

h3 {
    font: 28px/1.3 Zoho_Puvi_SemiBold
}

h4 {
    font: 23px/1.4 Zoho_Puvi_SemiBold
}

h5 {
    font: 19px/1.4 Zoho_Puvi_SemiBold
}

h6 {
    font-size: 15px
}

p {
    font-size: 17px;
    line-height: 1.6;
    /* font-weight: 400; */
    margin: 0 0 20px
}

img {
    max-width: 100%;
    width: 100%;
}
.text-center {
	text-align: center;
}
/*  */
.container {
    max-width: 1140px;
    width: 90%;
    margin: 0 auto;
}

a.act-btn {
    background: #e9152b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 40px;
    font-size: 16px;
    line-height: initial;
    border: 1px solid #e9152b;
    text-transform: uppercase;
    font-family: var(--primaryfont-bold);
    border-radius: 4px;
}
/* BreadCrumbs */
.kmp-breadcrumb {
    font-size: 13px;
}
.kmp-breadcrumb a {
    font-size: 12px;
    color: #ff492e;
}

/* Quick Links */
.quick-links-wrap {
    padding: 80px 0;
}

.quick-links-wrap h2 {
    margin: 0 0 20px;
    text-align: center
}

.quick-nav-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}

.quick-nav-wrap ul {
    width: 22%;
}

.quick-nav-wrap ul li {
    font-size: 15px;
    margin: 10px 0 0;
}

.quick-nav-wrap ul li a {
    color: #727272;
}

.quick-nav-wrap ul li a:hover {
    color: #000;
}

/* Footer */
.footer.container {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
}
.footer .footCol1,
.footer .footCol2,
.footer .footCol3 {
    float: none;
    padding: 40px;
    width: 33.3333%;
    border: none;
}
.footer .footCol2 {
    border-left: 1px solid #292929;
    border-right: 1px solid #292929
}
.footer .footHead {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 0 0 10px;
}
.footer li {
    margin: 0 0 5px;
}
.footer a {
    font-size: 13px;
}
.footer a:hover {
    text-decoration: none;
    color: #fff;
}
.foot-copy {
    /* color: #000; */
    font-size: 15px;
}
span.footer-subscribenewsletteremail {
    background-color: #fff;
    border-right: none;
    color: #b5b5b8;
    height: 38px;
    line-height: 20px;
    outline: 0;
    padding: 10px 15px;
    transition: border .2s linear 0s, box-shadow .2s linear 0s;
    width: calc(100% - 30px);
    font-size: 12px;
    float: none;
    display: block;
    cursor: text;
}
span.footer-subscribenewslettersubmit {
    border: none;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 19px;
    padding: 10px 30px;
    text-decoration: none;
    float: none;
    margin: 0;
    text-indent: -99999em;
    background: #34ad65 url(https://www.manageengine.com/images/footer-icon-arrow.svg) no-repeat center center;
    height: 38px;
    width: 30px;
}
.footCol2 #commonNLdivisionV1 form div {
    display: flex;
    justify-content: space-between;
}
body .foot-social a {
    display: block !important;
    height: 40px;
    width: 40px;
    margin: 0;
}
body .foot-social#social {
    display: flex !important;
    justify-content: space-between;
    max-width: 240px;
    margin: 0;
}

/* Popup FORM */
.subscribepopup_boxes {
    width: 510px;
}
.subscribe_popups {
    padding: 30px;
}
.subscribepopup_form_wrapper form input[type="text"] {
    width: 205px;
    border: 1px solid #ddd;
    height: 37px;
    line-height: 20px;
    font-size: 14px;
    padding: 10px;
    display: block;
    float: left;
    border-radius: 3px;
    box-sizing: border-box;
    background: #f8f8f8;
}
.subscribepopup_form_wrapper form select {
    width: 210px;
    border: 1px solid #ddd;
    height: 37px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    display: block;
    color: #7e7e7e;
    float: left;
    margin: 0 0 0 10px;
    box-sizing: border-box;
    border-radius: 3px;
}
.subscribepopup_form_wrapper form #subscribe {
    margin: 20px auto 0;
}

/****** Survey form start ******/
#survey{position:fixed;z-index:9999;border:2px solid #6f7070;right:80px;bottom:0;width:280px;background:#272829;color:#fff;border-radius:10px 10px 0 0;font-weight:300;font-size:13px;display:none}
#survey> div{padding:15px;}
#survey .req{font-size:10px;color:#ccc}
#survey input[type=radio]{margin-top:-5px}
#survey input[type=text]{border:none;color:#000;font-size:12px;line-height:24px;margin-bottom:5px;padding:3px;width:calc(100% - 8px);border:1px solid #fff}
#survey input[type=text].alert{border:1px solid #EC5F61}
#survey .surveyHead{font-weight:bold;text-align:center;margin-bottom:10px;}
#survey label{background:#323334;display:block;margin-bottom:5px;padding:5px 10px;line-height:24px;border-radius:50px;cursor:pointer}
#survey > div{display:none}
#survey #yesno,#survey #plusminus{display:block;}
#survey #plusminus{position:absolute;top:-22px;right:20px;padding:0}
#survey #plusminus span{background:#272829;border:2px solid #6f7070;line-height:20px;width:30px;text-align:center;display:inline-block;border-radius:5px 5px 0 0;border-bottom:none;cursor:pointer;display:none}
#survey #plusminus span.act{display:block}
#survey .dBox{border-top:1px solid #555;border-bottom:1px solid #555;padding:20px 0}
#survey #downloadSubmit{border-radius:4px;font-size:12px;line-height:18px;width:auto;padding:5px 20px;background:#999;margin: 20px auto 0;display: block;}
#survey #surveyThanks{font-size:18px}
#survey #getQuoteCountry{width:97%;padding:10px;border:1px solid #fff}
/****** Survey form end ******/

/* header */
.head-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
    box-sizing: border-box !important;
    /*overflow: hidden;*/
}
.nav-dwn a {
    background: #E9142B;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 164px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
/* Form  */

.form-group {
    width: 100%;
    margin: 40px 0;
    position: relative;
}


/* necessary to give position: relative to parent. */

input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
    font-size: 15px;
    line-height: 24px;
    font-family: 'Zoho_Puvi_Regular';
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    height: 40px;
    padding: 7px 14px;
}

.req-demo-wrapper select {
    border: 1px solid #e3e3e3;
    padding: 7px 14px;
}

textarea {
    height: 100px;
    resize: none;
    display: block;
}

.trans-effect {
    border: 1px solid #ccc;
    padding: 7px 14px;
    transition: 0.4s;
    background: transparent;
}

.trans-effect~.focus-border:before,
.trans-effect~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.2s;
    transition-delay: 0.2s;
}

.trans-effect~.focus-border:after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transition-delay: 0.6s;
}

.trans-effect~.focus-border i:before,
.trans-effect~.focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #3399FF;
    transition: 0.2s;
}

.trans-effect~.focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transition-delay: 0.4s;
}

.trans-effect:focus~.focus-border:before,
.trans-effect:focus~.focus-border:after,
.has-content.trans-effect~.focus-border:before,
.has-content.trans-effect~.focus-border:after {
    width: 100%;
    transition: 0.2s;
    transition-delay: 0.6s;
}

.trans-effect:focus~.focus-border:after,
.has-content.trans-effect~.focus-border:after {
    transition-delay: 0.2s;
}

.trans-effect:focus~.focus-border i:before,
.trans-effect:focus~.focus-border i:after,
.has-content.trans-effect~.focus-border i:before,
.has-content.trans-effect~.focus-border i:after {
    height: 100%;
    transition: 0.2s;
}

.trans-effect:focus~.focus-border i:after,
.has-conten.trans-effect~.focus-border i:after {
    transition-delay: 0.4s;
}

.trans-effect~label {
    position: absolute;
    left: 14px;
    width: 100%;
    top: 10px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.trans-effect:focus~label,
.has-content.trans-effect~label {
    top: -22px;
    left: 0;
    font-size: 12px;
    color: #3399FF;
    transition: 0.3s;
}


/* Radio Button */

.form-radio,
.form-group {
    position: relative;
    margin: 25px 0;
    margin-bottom: 30px;
}

.form-radio {
    display: block;
}

.form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}

.form-radio .form-help,
.form-group .form-help {
    position: absolute;
    width: 100%;
}

.form-radio label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    text-align: left;
    color: #333;
    display: block;
}

.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio .helper {
    position: absolute;
    top: -1px;
    left: -3px;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.radio .helper::before,
.radio .helper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
}

.radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #337ab7;
    border-color: #337ab7;
}

.radio label:hover .helper {
    color: #337ab7;
}

.radio input:checked~.helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.radio input:checked~.helper::before {
    color: #337ab7;
}

.radio+.radio {
    /* margin-top: 1rem; */
    margin-left: 25px;
}


/* Checkbox */

.checkbox {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
    position: absolute;
    width: 100%;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 2rem;
    text-align: left;
    color: #333;
    display: block;
}

.checkbox input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.checkbox .helper {
    color: #999;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    z-index: 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.0625rem;
    -webkit-transition: border-color 0.28s ease;
    transition: border-color 0.28s ease;
}

.checkbox .helper::before,
.checkbox .helper::after {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: #337ab7;
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: '';
    -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
}

.checkbox .helper::before {
    top: 0.65rem;
    left: 0.38rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    box-shadow: 0 0 0 0.0625rem #fff;
}

.checkbox .helper::after {
    top: 0.3rem;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox label:hover .helper {
    color: #337ab7;
}

.checkbox input:checked~.helper {
    color: #337ab7;
}

.checkbox input:checked~.helper::after,
.checkbox input:checked~.helper::before {
    opacity: 1;
    -webkit-transition: height 0.28s ease;
    transition: height 0.28s ease;
}

.checkbox input:checked~.helper::after {
    height: 0.5rem;
}

.checkbox input:checked~.helper::before {
    height: 1.2rem;
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.checkbox+.checkbox {
    margin-top: 1rem;
}


/* Button */

.button {
    position: relative;
    background: currentColor;
    border: 1px solid currentColor;
    font-size: 1.1rem;
    color: #db4545;
    margin: 3rem 0;
    padding: 0.75rem 3rem;
    cursor: pointer;
    -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.button span {
    color: #fff;
    position: relative;
    z-index: 1;
}

.button::before {
    content: '';
    position: absolute;
    background: #000;
    border: 50vh solid #db4545;
    width: 30vh;
    height: 30vh;
    border-radius: 50%;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 0;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.button:hover {
    color: #974545;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.button:active::before,
.button:focus::before {
    -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
    transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
}

.button:focus {
    outline: none;
}

input#btnSubmit {
    background: #e9152b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px !important;
    font-weight: 600;
    border: 1px solid #e9152b;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    margin: 20px 0 0;
}

.const-text {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 -5px;
    color: #9da3ab;
}

.form-group.country-select-box {
    margin-bottom: 20px;
}

#meGDPRMessage {
    padding: 0 0;
}

/*State&region selct box stye*/
select#ukcountry_region, #country_state {
    margin-top: 25px;
}
select#ukcountry_region~.focus-border, #country_state~.focus-border {
    height: 40px;
}
select#ukcountry_region,select#country_state{
border: 1px solid #3399fe;
}
select#ukcountry_region:invalid,select#country_state:invalid{
border-color: #ccc;
}

.country-select-box label {
    opacity: 0;
}

.country-select-box .has-content~label {
    opacity: 1;
}

input[data-readonly] {
    pointer-events: none;
}
@media (min-width: 1020px) and (max-width: 1100px) {
    #header-mainsec {
        top: 39px;
    }
}
@media only screen and (max-width: 1025px) {
    #commonHeader {
        min-height: 64px;
        height: 90px;
        width: 100%;
        /* overflow: hidden; */
        /* position: fixed; */
    }
}
@media only screen and (max-width: 992px) {
    h1 {
        font-size: 38px;
        line-height: 1;
    }
    h3 {
        font-size: 26px;
    }
    
    .footer.container {
        flex-wrap: wrap;
        padding: 30px 0;
    }
    .footer .footCol1, .footer .footCol2, .footer .footCol3 {
        width: 50%;
    }
    .footer .footCol2 {
        border: none;
    }
	.quick-links-wrap {
		display: none
	}
}
@media only screen and (max-width: 767px) {
	#quickFixDiv {
    	display: none;
	}
    .footer .footCol1, .footer .footCol2, .footer .footCol3 {
        width: 100%;
        padding: 20px 5% !important;
    }
    footer {
        width: 100%;
        overflow: hidden;
    }
}