.heading-menu{display:none}
.banner-bg { background: url(https://www.manageengine.com/latam/service-desk-msp/images/blob-bg.jpg) no-repeat; background-size: cover; padding: 50px 0px;    background-position: 50%;}
p{line-height: 1.7;}
.contentdiv {display: flex;padding: 40px 0;align-items: center;}
.contentdiv-left-col{flex: 0 0 60%;}
.contentdiv-right-col{flex: 0 0 40%;}
.contentdiv-left-col h1 {
font-family: 'zoho_puvi_bold';
font-size: 33px;
margin: 0px 0px 5px 0px;
line-height: 1.3;
}
sup.newlbl {
background: #E9142B;
color: #fff;
padding: 2px 3px;
border-radius: 2px;
font-size: 11px;
margin: 5px;
}
.contentdiv-left-col p {
margin-top: 0px;
margin-bottom: 30px;
font-size: 20px;
}
a.upgradenow {
background: #E9142B;
color: #fff;
font-size: 17px;
padding: 7px 25px;
text-decoration: none;
display: inline-block;
/* margin: 0 10px; */
line-height: 24px;
letter-spacing: 0.7px;
border-radius: 3px;
float: left;
text-transform: uppercase;
}
a.regwebinar {
background: none;
color: #E9142B;
font-size: 17px;
padding: 5px 25px;
text-decoration: none;
display: inline-block;
margin: 0 0 0 10px;
line-height: 24px;
letter-spacing: 0.7px;
border: 2px solid #E9142B;
border-radius: 3px;
float: left;
text-transform: uppercase;
}
.ftrcontwrpr .container {
max-width: 1200px;
}

ul.screenshots {
display: flex;
/*align-items: center;*/
padding: 0px !important;
}
.pTB{ padding:50px 0}
ul.screenshots li.ftrcont{flex: 0 0 40%; padding-right: 70px;}
ul.screenshots li.ftrscreen{flex: 0 0 60%;}
p.fig-caption {
    margin-top: 10px;
    color: #444;
    font-size: 14px;
  text-align: center
}
ul.ftr-inrlistcnt {
list-style-type: none;
padding-top: 1px;
font-size: 14px;
font-weight: 400;
letter-spacing: 0.3px;
}
ul.ftr-inrlistcnt li {
list-style-type: inherit;
background-image: url(https://www.manageengine.com/latam/service-desk-msp/images/list-tick-icon.png);
background-repeat: no-repeat;
background-position: 4px 3px;
padding-left: 43px;
color: #000;
margin-top: 15px;
font-size: 18px;
line-height: 1.3;
}

.btmBar{ padding:0px; margin:0px;}
/*popup style starts */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 999999; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: #000000c7; /* Fallback color */
background-color: #000000c7; /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
margin: auto;
width: 70%;
position: relative;
animation: pop 0.3s ease-in-out;
top: -35px;
}
@keyframes pop {
from {
transform: translateY(-400px);
}
to {
transform: translateY(0px);
}
}
/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #040404;
    padding: 0px 10px;
    z-index: 999;
}
.close:hover, .close:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
ul.popup-content {
display: flex;
justify-content: center;
}
ul.popup-content li {
flex-grow: 1;
flex-basis: 0;
}
ul.popup-content>li:nth-child(1) {
background: #19488e;
padding: 0px;
}
ul.popup-content>li:nth-child(2) {
background: #2f5ca0;
padding: 70px 40px 40px 40px;
}
ul.popup-content p{
  color: #fff;
    line-height: 1.2;
  font-size: 15px;
  }
p.free-training {
background: #ffe958;
display: block;
color: #19488e !important;
width: 30%;
text-align: center;
font-size: 16px;
font-weight: bold;
margin: 0px;
}
p.month {
color: #add9fb !important;
font-weight: bold;
margin: 0px 0px 20px 0px;
padding-bottom: 10px;
border-bottom: 1px solid #ffe958;
font-size: 17px;
}
.popup-content li h2 {
color: #fff;
font-size: 30px;
line-height: 1.3;
margin: 10px 0px 10px 0px;
}
.popup-content li p:nth-child(2) {
font-size: 30px;
color: #fff;
margin: 0px;
}
ul.key-points li {
    color: #fff;
    line-height: 1.2;
  font-size: 15px;
    margin-bottom: 10px;
    background: url(images/esm-list-bg.png);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 35px;
    background-position: 0px 3px;
    
}
p.cover {
color: #ffe958;
margin-top: 20px;
font-weight: bold;
}
/*popup style ends */


/*form style starts*/

.datetime p {
font-size: 13px;
line-height: 1.5;
}
input[type="text"] {
width: 100%;
margin-bottom: 20px;
padding: 15px;
font-size: 16px;
border-radius: 0px;
box-sizing: border-box;
background: #e3f2fe;
border: none;
}
input[type="text"]::placeholder {
color: #000;
}
select {
width: 100%;
height: 50px;
text-indent: 15px;
background-color: #e3f2fe !important;
margin: 0px;
font-size: 16px;
color: #000;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
background: url(images/selectbox-arrow.png) right center no-repeat;
}
div#formCTAgdpr {
font-size: 14px;
line-height: 1.4;
margin: 15px 0px;
font-family: "zoho_puvi_regular";
}
.formfild .error {
border-bottom: 1px solid red;
}
div#meGDPRMessage {
font-size: 14px;
line-height: 1.4;
margin: 15px 0px;
font-family: "zoho_puvi_regular";
color: #fff
}
.prvcy-plicy {
font-size: 14px;
line-height: 1.4;
font-family: "zoho_puvi_regular";
color: #fff;
text-align: center;
width: 70%;
margin: 20px auto;
}
a.policy {
background: none;
color: #fff;
padding: 0px;
margin: 0px;
font-size: 14px;
text-decoration: none;
}
input.submitbtn {
background: #ffe958;
border: none;
border-radius: 0px;
padding: 10px 30px;
font-size: 16px;
font-weight: bold;
color: #19488e;
margin-right: 7px;
cursor: pointer;
}
input.resetbtn {
background: transparent;
border: 1px solid #ffe958;
border-radius: 0px;
padding: 10px 30px;
font-size: 16px;
font-weight: bold;
color: #ffe958;
margin-left: 7px;
cursor: pointer;
}
input:focus {
box-shadow: none;
outline: none;
}
select:focus {
outline: none;
}
p.reg_form_errors {
position: absolute;
top: 40px;
font-size: 13px;
color: #ff2424;
display: none;
}
.formfild.time-select.active {
background: #fff;
}
.time-select:after {
position: absolute;
content: "";
width: 20px;
height: 37px;
background: url(../images/selectbox-arrow.png)no-repeat;
top: 6px;
right: 10px;
transition: transform 140ms;
}
.time-select:before {
background-position: 1px 1px;
}
.time-select:after {
z-index: 0;
}
::placeholder {
color: #333;
font-family: "zoho_puvi_regular";
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
.time-icon {
display: inline-block;
background-position: -36px 1px;
width: 20px;
height: 20px;
}
.time-select {
position: relative;
cursor: pointer
}
.time-slot {
display: none;
position: absolute;
z-index: 3;
left: 0;
background: #fff;
width: 95%;
}
ul.time-slot {
padding: 15px !important;
margin-left: 0px !important;
width: 100%;
box-sizing: border-box;
margin-top: -20px;
}
.time-slot li {
list-style-type: none !important;
font-size: 16px;
}
.time-slot li:hover, .time-slot li.active {
background-color: rgba(229,230,231,0.3);
color: #003861;
}
.time-slot.active {
display: block;
}
.time-slot.active li {
padding: 10px 15px !important;
}
.select-slot.selectedval {
color: #000000;
}
.time-select.active:after {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
/*form style ends*/

#moreftrcont {
display:none;
}
.hidden{
display: none;
}
.loadmore {
margin-top: -82px;
font-size: 16px;
position: relative;
z-index: 9;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0.2777485994397759) 9%, rgba(255,255,255,1) 25%);
height: 100px;
padding-top: 65px;
}

.loadmore.active {
margin-top: auto;
font-size: 16px;
position: relative;
z-index: 9;
background: none;
background: none;
height: auto;
padding-top: 23px;
}
.loadmore a{ text-decoration: none !important;}
.upgradeftr .banner-bg{ background: #cceef9;}
.upgradeftr h2{ text-align: center !important; margin-top: 0px !important; padding-top:0px !important}
.ftrctas{width: 100%;margin: 0 auto;}
.ftrctas a.upgradenow{padding: 10px 25px;}
.ftrctas a.regwebinar{ float: right !important;    padding: 8px 25px;}

@media only screen and (max-width:1400px) and (min-width:1280px) {
.popup-content li h2 {
font-size: 28px;
}
.modal {
padding-top: 0px;
}
p.month {
font-size: 15px;
}
}

@media screen and (max-width: 1025px){
.container {
width: 86% !important;
padding: 0 2%;
max-width: 100% !important;
}
.clearfix.pT0.pTB {
padding-top: 40px !important;
}

ul.screenshots li.ftrcont {
flex: 0 0 40%;
padding-right: 0px;
}
ul.screenshots li.ftrscreen {
flex: 0 0 55%;
}
.pTB {
padding: 20px 0;
}
.mR30{ margin-right: 30px;}
.mL30{ margin-left: 30px;}
.ftrctas {
    width: 60%;
    margin: 0 auto;
}
}
@media only screen and (max-width:1366px) and (min-width:1024px) {
.modal-content {
width: 90%;
}
}
@media only screen and (max-width:1024px) {
ul.popup-content>li:nth-child(1) {
display: block;
}
  .modal{width: 94%;}
.modal-content {
width: 90%;
}
ul.popup-content>li:nth-child(1) {
padding: 0px;
}
.prvcy-plicy {
width: 100%;
}
}


@media screen and (max-width: 900px){
.container {
width: 94% !important;
}
.imgswap {
flex-flow: column-reverse;
display: flex !important;
}
.max {
margin-top: 20px;
}
.contentdiv-right-col {display: none;}
.contentdiv-left-col {
flex: 100%;
}
.banner-bg{padding: 10px 0px;}

ul.screenshots { flex-wrap: wrap;}
ul.screenshots li.ftrcont {   flex: 100%;}
ul.screenshots li.ftrscreen {   flex: 100%;}
  
  
.upgradeftr .banner-bg {
    padding: 25px 0px;
}
.upgradeftr h2 {
    font-size: 27px;
}
.ftrctas {
    width: 70%;
    margin: 0 auto;
}
  
  
  
}

@media only screen and (max-width:500px) {
.banner {
    margin-top: 0px;
} 
a.upgradenow{width: 86%;padding: 7px 7%;}
a.regwebinar{width: 85%;padding: 5px 7%; margin: 10px 0 0 0}
.mL30 {
    margin-left: 0;
}
.mR30 {
    margin-right: 0;
}
.ftrctas {
    width: 90%;
    margin: 20px auto 0 auto;
}
.ftrctas a.regwebinar {
    float: none !important;
}
  .modal {
padding-top: 50px !important;
  width: 100% !important;
}
}
  
@media only screen and (max-width:414px) {

.modal-content {
width: 90%;
height: 600px;
}
ul.popup-content>li:nth-child(2) {
padding: 50px;
}
.prvcy-plicy {
width: 100%;
}
}

@media only screen and (max-width:480px) {
body {font-size: 16px;}
.contentdiv-left-col h1 {
    font-size: 29px;
}
h2, .h2 {
    font: 28px/1.30 'zoho_puvi_semibold'; margin-bottom: 0px;
}
  ul.ftr-inrlistcnt li {font-size: 16px;}
.ftrpg-inrhdr {font-size: 22px;}
.modal {
padding-top: 30px;
}
  a.upgradenow {text-align: center;}
  a.regwebinar {text-align: center;}
  
}
@media only screen and (max-width:768px) {
ul.screenshots{display:initial}
}
.ftrcontwrpr{
margin-top: 50px;
}