/* esm-new-css */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
ol, ul {
    list-style: none
}
html {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
    color: #000;
    font-family: Zoho_Puvi_Regular;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
h1 {
    font: 50px/1.2 Zoho_Puvi_Bold
}
h2 {
    font: 40px/1.25 Zoho_Puvi_SemiBold
}
h3 {
    font: 30px/1.3 Zoho_Puvi_SemiBold
}
h4 {
    font: 24px/1.4 Zoho_Puvi_SemiBold
}
h5 {
    font: 20px/1.4 Zoho_Puvi_SemiBold
}
h6 {
    font-size: 16px
}
p:not(ul.sub-menu > li.sub-menu-item p), a:not(ul.sub-menu > li a) {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 20px;
}
img {
    max-width: 100%;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 30px;
}
.header-bg {
    padding: 20px 0px;
}
#backToTop {
    position: fixed;
    right: 20px;
    bottom: 80px;
    color: #000;
    background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
    font-size: 12px;
    display: none;
    cursor: pointer;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
    z-index: 999;
}
/*desktop menu style starts*/
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
img.logo {
    width: 250px;
}
ul.menu-list {
    display: flex;
    opacity: 0;
}
ul.menu-list li {
    margin: 10px;
}
ul.menu-list li a {
    background: #f0483e;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: Zoho_Puvi_Bold;
    text-transform: uppercase;
}
a.header-primary-button {
    padding: 10px 30px;
}
/*ul.menu-list li:nth-child(2) a {
    background: transparent;
    border: 1px solid #f00;
    color: #f00;
}*/
.features a:before {
    content: "";
    width: 0%;
    border-bottom: 2px solid #2274ea;
    position: absolute;
    top: 20px;
    left: 0px;
    bottom: 0;
    transition: width 0.5s;
}
a.scroll-cta {
    background: #F44336;
    padding: 10px 30px;
    border-radius: 3px;
    text-decoration: none;
}
/*desktop menu style ends*/

/*mobile menu style starts*/

ul.menu-items {
    position: absolute;
    background: #333;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 110px;
    display: none;
    padding: 30px 50px;
    z-index: 999;
}
ul.menu-items li {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    position: relative;
}
ul.menu-items li a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: red;
    padding: 10px 30px;
    font-weight: bold;
    min-width: 150px;
    text-align: center;
}
.features a:hover:before {
    width: 100%;
}
.hamburger {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    margin: 0px;
    display: none !important;
}
.hamburger:after, .hamburger span:before, .hamburger span:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    transition: 0.2s ease-in-out;
}
a.hamburger span:before {
    transform: translateY(-5px);
}
a.hamburger span:after {
    transform: translateY(5px);
}
.hamburger-active:after {
    height: 0px;
}
.hamburger-active span:before {
    transform: rotate(45deg) !important;
}
.hamburger-active span:after {
    transform: rotate(-45deg) !important;
}
/*mobile menu style ends*/


/*fixed header style starts*/

.fixed-header1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    animation: smooth 0.3s ease-in-out;
    z-index: 100;
    box-shadow: 0px 0px 5px #e2e2e2;
}
@keyframes smooth {
 from {
 transform:translateY(-50px);
}
 to {
 transform:translateY(0px);
}
}
/*fixed header style ends */

/*banner style starts*/
.banner-bg {
    background: #e3f2ff;
    padding: 100px 0px;
position: unset;
}
.banner ul {
    display: flex;
    align-items: center;
}
li.banner-image {
    flex: 0 0 60%;
}
li.banner-content {
    flex: 0 0 40%;
text-align: left;
}
li.banner-image img {
    position: relative;
    top: 50px;
    left: -50px;
}
p.intro {
    color: #ff2323;
    font-size: 40px;
    font-style: italic;
    margin: 0px;
}
.banner h1 {
    font-size: 33px;
    line-height: 1.3;
    width: 100%;
}
p.description {
    font-size: 21px;
    color: #000;
    line-height: 1.3;
    width: 80%;
    margin: 10px 0px 20px 0px;
}
ul.banner-button {
    display: flex;
    justify-content: flex-start;
    display: block;
list-style-type:none;
}
ul.banner-button li {
    flex-grow: inherit;
    flex-basis: inherit;
}
ul.banner-button a {
    text-decoration: none;
    background: #f0483e;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    font-family: Zoho_Puvi_Bold;
    text-transform: uppercase;
    cursor: pointer;
    margin: 10px 0px;
    text-align: center;
}
ul.banner-button span {
    background: transparent;
    border: 2px solid #f00;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: 2px solid #ff0000;
    margin: 10px 0px;
    color: #f00;
    display: inline-block;
    width: 330px;
    text-align: center;
}
/*ul.banner-button li:nth-child(2) a {
    border: 2px solid #f00;
    background: transparent;
    color: #f00;
}*/
/*banner style ends*/

/*popup style starts */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* 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;
}
 @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: #1b365e;
    padding: 10px;
}
.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: 75px;
}
ul.popup-content>li:nth-child(2) {
    background: #2f5ca0;
    padding: 75px;
}
p.free-training {
    background: #ffe958;
    display: block;
    color: #19488e;
    width: 30%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}
p.month {
    color: #add9fb;
    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 0px 0px;
}
.popup-content li p:nth-child(2) {
    font-size: 30px;
    color: #fff;
    margin: 0px;
}
ul.key-points li {
    color: #fff;
    line-height: 1.5;
    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 */

.mySlides {
    display: none
}
img {
    vertical-align: middle;
}
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
    color: #000;
    font-size: 18px;
    padding: 8px 12px;
    position: absolute;
    bottom: -80px;
    width: 100%;
    text-align: center;
}
.dots-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
}
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 7px;
    width: 35px;
    margin: 0 2px;
    background-color: #bbb;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover {
    background-color: #7cc5fd;
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
 @-webkit-keyframes fade {
 from {
opacity: .4
}
 to {
opacity: 1
}
}
 @keyframes fade {
 from {
opacity: .4
}
 to {
opacity: 1
}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next, .text {
    font-size: 11px
}
}
/*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*/


/*image zoom style */

img[data-action="zoom"] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.zoom-img, .zoom-img-wrap {
    position: relative;
    z-index: 999999;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}
.zoom-overlay {
    z-index: 420;
    background: #333333ba;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1;
}
.zoom-overlay-open, .zoom-overlay-transitioning {
    cursor: default;
}
/*image zoom style */


/*workflow style starts */
.workflow-bg {
    padding: 100px 0px 200px 0px;
}
.workflow {
    text-align: center;
    position: relative
}
.workflow img {
    max-width: 900px !important;
    margin: 0 auto;
}
.workflow>p {
    width: 75%;
    margin: 0 auto 70px auto;
}
.flex-caption {
    color: #000;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
}
/*workflow style ends */



/*features style starts */
.features-bg {
    background: #ebf4fc;
    padding: 75px 0px;
}
.features ul {
    display: flex;
    justify-content: space-between;
}
.features li {
    background: #fff;
    padding: 50px;
    margin: 20px;
    flex-grow: 1;
    flex-basis: 0;
}
.features a {
    color: #2274ea;
    text-decoration: none;
    font-size: 17px;
    display: inline-block;
    position: relative;
}
.features h3 {
    font-size: 24px;
    margin: 25px 0px 5px 0px;
}
.features img {
    width: 80px;
}
p.new {
    text-align: center;
    margin-top: 50px;
}
/*features style ends */


/*definitions style starts */

.definitions-bg {
    padding: 50px 0px;
}
.definitions h2 {
    font-size: 28px;
    color: #2274ea;
    line-height: 1.5;
    margin: 50px 0px 20px 0px;
}
.definitions p {
    margin: 10px 0px;
}
ul.help {
    display: flex;
    margin: 75px auto;
    max-width: 1000px;
    align-items: center;
}
ul.help li {
    flex-grow: 1;
    flex-basis: 0;
    margin: 20px;
}
ul.help h3 {
    font-size: 28px;
    width: 70%;
}
ul.help p {
    width: 80%;
}
ul.esm-journey {
    display: flex;
    background: url( ../images/esm-bg-strip.png) no-repeat;
    padding: 30px 0px;
    margin: 75px auto;
    align-items: center;
    justify-content: space-evenly;
    max-width: 800px;
}
ul.esm-journey li:nth-child(1) {
    flex: 0 0 65%;
}
ul.esm-journey li:nth-child(2) {
    flex: 0 0 35%;
}
.esm-journey p {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    margin: 0 auto;
    line-height: 1.3;
    position: relative;
    left: 90px;
    width: 55%;
}
.esm-journey a {
    background: #f0483e;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    font-family: Zoho_Puvi_Bold;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}
/*definitions style ends */

/*cta style starts */

.cta-bg {
    background: #2f5792;
    padding: 75px 0px;
    text-align: center;
}
.cta p {
    font-size: 28px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.cta ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta ul li {
    margin: 10px;
}
.cta li a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    padding: 8px 20px;
    font-family: Zoho_Puvi_Bold;
    text-transform: uppercase;
    font-size: 16px;
    background: #ffd541;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.cta li span {
    color: #ffd541;
    text-decoration: none;
    display: inline-block;
    padding: 16px 40px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #ffd541;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.5px;
    cursor: pointer;
}
/*cta style ends*/




/*footer style*/

.sub-footer {
    padding: 0px 0px 30px 0px;
}
.sub-footer p {
    margin: 0;
    font-size: 14px;
}
/*footer style*/



/*social media icons styles*/
.social-icons {
    padding: 40px 0px 10px 0px;
}
.social-icons-items ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons-items li {
    margin: 5px;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
}
.social-icons-items li img {
    width: 16px;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}
.social-icons-items li:nth-child(1) {
    background: #4764a5;
}
.social-icons-items li:nth-child(2) {
    background: #1a9deb;
}
.social-icons-items li:nth-child(3) {
    background: #2464ad;
}
.social-icons-items li:nth-child(4) {
    background: #f80100;
}
.social-icons-items li:nth-child(5) {
    background: #d52e74;
}
.social-icons-items li:hover img {
    animation: spin 0.3s ease-in;
}
 @keyframes spin {
 0% {
 transform:rotate(0deg);
}
 100% {
 transform:rotate(360deg);
}
}
/*social media icons styles*/
ul.notes {
    margin-left: 30px;
}
ul.notes li {
    font-size: 18px;
    line-height: 1.6;
    position: relative;
}
ul.notes li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #78b9f3;
    border-radius: 50%;
    top: 10px;
    left: -25px;
}
/*thank you page design*/
.thanks-bg {
    padding: 50px 0px;
}
.thanks {
    text-align: center;
}
.thanks h1 {
    margin: 10px 0px;
}
.items ul {
    display: flex;
    margin: 75px 0px;
    justify-content: center;
}
.items ul li {
    width: 33.33%;
}
.items img {
    width: 200px;
    display: block;
    margin: 0 auto;
}
.items h2 {
    font-size: 30px;
    line-height: 1.5;
    margin: 20px 0px 10px 0px;
    text-align: center;
}
.items p {
    width: 80%;
    margin: 20px auto 30px auto;
    text-align: center;
}
.items a {
    background: #ff6237;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.5px;
    font-size: 16px;
}

/*thank you page design*/


@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 only screen and (max-width:1366px) and (min-width:1024px) {
.modal-content {
    width: 90%;
}
ul.banner-button {
    flex-wrap: wrap;
}
ul.banner-button a {
    text-align: center;
}
}

@media only screen and (max-width:1024px) {
.banner {
    text-align: center;
}
p.description {
    margin: 10px auto 20px auto;
}
li.banner-image {
    display: none;
}
li.banner-content {
    flex: 0 0 100%;
}
ul.banner-button {
    justify-content: center;
}
.items ul li {
    width: 50%;
}
ul.popup-content>li:nth-child(1) {
    display: none;
}
.modal-content {
    width: 50%;
}
ul.popup-content>li:nth-child(1) {
    padding: 75px;
}
.prvcy-plicy {
    width: 100%;
}
.workflow img {
    max-width: 100% !important;
}
.flex-direction-nav {
    display: none;
}
.cta p {
    width: 60%;
    margin: 0 auto 10px auto;
}
.features li {
    padding: 40px 25px;
    margin: 10px;
}
}

@media only screen and (max-width:768px) {
/*ul.menu-list {
    display: none !important;
}*/
.hamburger {
    display: none !important;
}
ul.menu-list li span {
    font-size: 14px;
    padding: 10px;
}
.banner ul {
    flex-wrap: wrap;
}
.banner h1 {
    width: 70%;
    margin: auto;
}
p.description {
    width: 70%;
    margin: 20px auto;
}
.workflow p {
    width: 100%;
}
.features ul {
    flex-wrap: wrap;
    display: block;
}
.features li {
    flex-grow: inherit;
    flex-basis: inherit;
    margin: 20px;
}
ul.esm-journey {
    display: block;
    flex-wrap: wrap;
    text-align: center;
    background: #62a3dd;
}
.esm-journey a {
    margin: 20px 0px 0px 0px;
    display: inline-block;
}
ul.esm-journey li:nth-child(1) {
    flex: 0 0 100%;
}
ul.esm-journey li:nth-child(2) {
    flex: 0 0 100%;
}
.esm-journey p {
    position: inherit;
    left: 0px;
    width: 100%;
}
ul.help {
    flex-wrap: wrap;
    margin: 0 auto;
}
ul.help li {
    flex-grow: inherit;
    flex-basis: inherit;
    flex: 0 0 100%;
}
ul.help img {
    margin: 30px auto;
    display: block;
    width: 400px
}
ul.help h3 {
    width: 100%;
}
ul.help p {
    width: 100%;
}
ul.help.reverse {
    flex-direction: column-reverse;
}
.modal-content {
    width: 70%;
}
.cta ul {
    display: block;
}
.cta li span {
    min-width: 300px;
}
p.new {
    margin: 50px auto;
    width: 75%;
}
.cta p {
    width: 100%;
}
}

@media only screen and (max-width:414px) {
img.logo {
    width: 175px;
}
ul.menu-items {
    top: 95px;
}
.cta ul {
    flex-wrap: wrap;
}
.definitions h2 {
    overflow-wrap: break-word;
    line-height: 1.3;
}
ul.esm-journey {
    padding: 30px;
}
ul.help {
    margin: 0px auto;
}
.esm-journey a {
    font-size: 16px;
}
.items ul {
    flex-wrap: wrap;
}
.items ul li {
    flex-grow: inherit;
    flex-basis: inherit;
    width: 100%;
    margin: 20px;
}
.items p {
    width: 100%;
}
.modal {
    padding-top: 50px;
}
.modal-content {
    width: 90%;
    height: 600px;
    overflow-y: scroll;
}
ul.popup-content>li:nth-child(2) {
    padding: 50px;
}
.prvcy-plicy {
    width: 100%;
}
ul.menu-list li a {
    font-size: 14px;
    padding: 10px 15px;
}
.cta li span {
    min-width: 300px;
    padding: 10px 20px;
}
p.description {
    width: 100%;
    margin: 20px auto;
}
.features li {
    margin: 0px 0px 20px 0px;
}
p.new {
    margin: 50px auto;
    width: 100%;
}
ul.help li {
    margin: 10px 0px;
}
.cta p {
    width: 100%;
    margin: 0 auto 10px auto;
}
.banner h1 {
    width: 100%;
}
a#cloudbtn {
    margin-bottom: 10px;
}
a.scroll.header-primary-button {
    display: none;
}
}

@media only screen and (max-width:375px) {
.features li {
    padding: 30px;
}
.modal {
    padding-top: 30px;
}
.definitions p {
    word-break: break-word;
    overflow-wrap: break-word;
}
input.resetbtn {
    margin-left: 0px;
}
ul.banner-button a {
    font-size: 16px;
    min-width: 200px;
}
ul.banner-button span {
    font-size: 16px;
    width: 250px;
}
.cta li a {
    font-size: 16px;
}
.cta li span {
    min-width: 250px;
    font-size: 16px;
}
ul.menu-list li a {
    display: none;
}
}

@media only screen and (max-width:320px) {
ul.menu-list li a {
    font-size: 12px;
}
.cta li a {
    font-size: 15px;
}
.cta li span {
    min-width: 200px;
    font-size: 15px;
}
}
/* esm-new-css */

.banner img{width:auto;}
.video-section{padding-top:50px;text-align:center;}
.video-section h3{margin-bottom:10px;}
.video-section iframe{margin-top:25px;box-sizing:border-box;}
.header-left-col, .header-right-col{display:inline-block;}
a.header-primary-button{background: #f0483e;text-decoration: none;color: #fff;font-size: 16px;font-weight: bold;font-family: Zoho_puvi_Bold;text-transform: uppercase;}
#itilftrcta h2 {
  font-size: 30px;
}
.bradkrm {
  font-size: 12px;
  font-weight: lighter;
  padding: 10px 0px;
}
.bradkrm a {
  color: #000 !important;
  font-size: 12px;
  text-decoration: none;
}
.bradkrm span {
  color: #000 !important;
}
.fntwtlitr {
  font-weight: lighter !important
}
.fntwt200 {
  font-weight: 200!important;
}
.fntwt300 {
  font-weight: 300!important;
}
.fntwt400 {
  font-weight: 400!important;
}
.fntwt500 {
  font-weight: 500!important;
}
.fntwt600 {
  font-weight: 600!important;
}
.fntwt700 {
  font-weight: 700!important;
}
.smlarlft {
  background: url(https://www.manageengine.com/fr/service-desk/itil/../images/sdp-common-image.png) 0px 0px no-repeat;
  width: 6px;
  height: 9px;
  margin: 0 5px 5px 5px;
  position: relative;
  top: 5px;
  display: inline-block;
}
.tpbdr1px {
  border-top: 1px solid #f1f1f1;
}
a.startyrfre {
  background: #f0483d;
  color: #fff;
  font-size: 16px !important;
  padding: 8px 30px !important;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  font-family: Zoho_Puvi_Bold;
  text-transform: uppercase;
  border-radius: 0px;
}
ul.add-resources >li:nth-child(1) {
  border-right: none;
}
ul.add-resources> li:nth-child(2) {
  margin-left: 0px;
}
img.add-res {
  display: block;
}
div#itilftrcta {
  padding: 50px 0px;
}
  
p.itilresrv {
    font-size: 14px !important;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
.fixed-header {
  top: 80px !important;
}
@media only screen and (max-width: 600px) {
.video-section{max-width:550px;box-sizing:border-box;overflow:hidden;margin:0 auto;}
.video-section iframe{width:100%;}
}
@media only screen and (max-width: 400px) {
.video-section iframe{height:auto;}
}
@media only screen and (max-width: 414px) {
.fixed-header {
  top: 60px !important;
}
}
