@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 !important;
}

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%;
}

/*  */
.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;
}

/* Quick Links */
.quick-links-wrap {
    /* border-top: 1px solid #f7f7f7; */
    padding: 60px 0;
}

.quick-links-wrap h2 {
    margin: 0 0 20px;
    text-align: center
}

.quick-nav-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    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 ******/

/*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;
}
/* 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;
}
/* Customer logo start */

.bg-l-grey .cust-quote{  width: 80%; overflow: hidden; text-align:center; padding:10px 0;}
.bg-l-grey li {list-style-type:none;}
.bg-l-grey{ background: #201e1e; color: #fff !important;}
.mB0{color: #fff !important;}
ul.clearfix.custspan{display: flex;width: 40%;margin: 0 auto; }
@keyframes scroll {
  0% {transform: translateX(0px);}
  100% {    transform: translateX(-1200px);}
  /* 0% { transform: translateX(100%); } */
  /* 80% { transform: translateX(-100%); } */
}

ul.clearfix.custspan span{
    width: 120px; height: 100px;display:inline-block; background-position: center;
}

.cust1{
    background: url(https://www.manageengine.com/latam/privileged-session-management/images/enotriasa-logo.png) no-repeat 0 0;
    background-size: 73% 43%;
}
.cust2{
    background: url(https://www.manageengine.com/latam/privileged-session-management/images/inkiaenergy-logo-home-2.png) no-repeat 0 0;
    background-size:  60% 70%;
}
.cust3{
    background: url(https://www.manageengine.com/latam/privileged-session-management/images/naturaceites-logo-horizontal.png) no-repeat 0 0;
    background-size: 100% 70%;    margin-left: 15px;
}


/* Cutomer logo end */
@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;
    }
}
@media only screen and (max-width: 767px) {
	#quickFixDiv {
    	display: none;
	}
	.quick-links-wrap {
		display: none
	}
    .footer .footCol1, .footer .footCol2, .footer .footCol3 {
        width: 100%;
        padding: 20px 5% !important;
    }
    footer {
        width: 100%;
        overflow: hidden;
    }
}
/* Promo Wrap */
.promo-wrap {
    width: 100%;
    margin: 0 auto 20px;
    border: 1px solid #efefef;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
    background: #effbf2;
}
.promo-contain {
    position: relative;
}
.promo-contain h3 {
    margin: 0 0 15px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
}
.promo-contain h4 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.4;
    /* font-family: var(--primaryfont-bold); */
    font-weight: 600;
    color: #000;
}
.promo-contain p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 16px;
}
.promo-contain p:last-child {
    margin: 0
}
.promo-contain p a {
    font-weight: 700;
    border-bottom: 1px solid;
}
.promo-contain p a:hover {
    text-decoration: none;
}
.promo-band {
    background: #000;
    padding: 10px 5%;
    text-align: center;
}
.promo-band p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.promo-band p a {
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 13px;
    font-weight: 500;
    color: #10b9ff;
}
@media (max-width: 992px) {
    .promo-band {
        display: none;
    }
}
.rhs-cont ul{
    padding-left: 0;
}

/* Promo Wrap End */