    @import url("https://www.manageengine.com/css/fonts.css");
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline
    }
    iframe {
      width: 100%;
      height: 100%;
    }
    ol, ul {
      list-style: none
    }
    table {
      border-collapse: collapse;
      border-spacing: 0;
      width: 100%;
      max-width: 100%;
    }
    em {
      font-style: italic
    }
    body {
      font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.6;
      color: #000;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      background: #fff url(https://www.manageengine.com/academy/images/lg-body-bg.png);
      background-repeat: repeat;
      background-attachment: fixed;
    }
    h1, h2, h3, h4, h5, h5 {
      color: #010101;
    }
    h1 {
      font: 40px/1.25 'Zoho_Puvi_Regular'
    }
    h2 {
      font: 34px/44px 'Zoho_Puvi_Regular'
    }
    h3 {
      font: 28px/38px 'Zoho_Puvi_Regular'
    }
    h3.me-ac-list-title {
      font: 24px/34px 'Zoho_Puvi_Regular';
      letter-spacing: -0.6px;
      margin: 0 0 13px 0;
    }
    h4 {
      font: 20px/1.4 'Zoho_Puvi_Regular';
    }
    h5 {
      font: 18px / 1.4 'Zoho_Puvi_Regular';
      font-family: 'Zoho_Puvi_SemiBold';
      margin: 40px 0px 0px 0px;
    }
    p {
      font: 18px/32px Zoho_Puvi_Regular, sans-serif;
      color: #333333;
      letter-spacing: -0.2px;
    }
    img, picture, source {
      display: block;
      max-width: 100%;
      height: auto;
    }
    body, #me-ac-header-parent, .me-ac-quick-tab-section, .search-box-container {
      background: #fff url(https://www.manageengine.com/academy/images/lg-body-bg.png);
      background-repeat: repeat;
      background-attachment: fixed;
    }
    .me-ac-internal-link {
      color: #546aea;
    }
    .me-ac-quick-tab-section.sticky-shadow {
      box-shadow: 0px 2px 8px #2d2d431a;
    }
    .me-ac-bg-overlay {
      background-color: #1b1b2cb1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 888;
      position: fixed;
      display: none;
    }
    .me-ac-bg-overlay.active {
      display: block;
    }
    .me-ac-container {
      max-width: 1240px;
      width: 90%;
      margin: 0 auto;
      padding: 0px 0px 50px;
      box-sizing: border-box;
      position: relative;
    }
    .me-ac-flex-wrap {
      display: flex;
      flex-wrap: wrap;
    }
    .me-ac-flex-wrap > div {
      box-sizing: border-box;
    }
    .me-ac-flex-two-col > div {
      max-width: calc(100% / 2);
      flex: 0 0 calc(100% / 2);
    }
    .me-ac-flex-three-col > div {
      max-width: calc(100% / 3);
      flex: 0 0 calc(100% / 3);
    }
    .me-ac-grid {
      display: grid;
      justify-items: center;
    }
    .me-ac-grid-three-col {
      width: 100%;
      grid-template-columns: calc(95%/3) calc(95%/3) calc(95%/3);
    }
    .me-ac-grid-four-col {
      width: 100%;
      grid-template-columns: calc(95% / 4) calc(95% / 4) calc(95% / 4) calc(95% / 4);
    }
    /*academy product menun start*/
    /*desktop menu style starts*/
    #mc-main-wrapr {
      position: relative;
    }
    .me-ac-web-menu {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0;
      z-index: 11;
      position: relative;
      height: 80px;
    }
    .me-ac-web-menu.active {
      z-index: 9999;
    }
    .me-ac-web-menu li#videos {
      position: relative;
    }
    .me-ac-web-menu li#videos, .me-ac-mob-menu li#mobvideos {
      cursor: pointer;
    }
    .me-ac-web-menu li#videos::before, .me-ac-mob-menu li#mobvideos::before {
      content: '';
      height: 9px;
      width: 9px;
      background: #28345d;
      display: inline-block;
      position: absolute;
      clip-path: polygon(52% 75%, 0 1%, 100% 0);
      cursor: pointer;
      transition: .4s ease all;
      transform-origin: 50% 30% 0;
    }
    .me-ac-web-menu li#videos::before {
      right: 15px;
      top: 14px;
    }
    .me-ac-mob-menu li#mobvideos::before {
      background: #fff;
      right: 25px;
      top: 30px;
    }
    .me-ac-mob-menu li#mobvideos.active::before {
      transform: rotate(180deg);
    }
    .me-ac-web-menu li#videos::after {
      content: '';
      position: absolute;
      bottom: -20px;
      left: 0;
      width: 150%;
      height: 20px;
      background: #fcfcfc00;
      cursor: pointer;
    }
    .me-ac-web-menu .me-ac-nav-links li#videos:hover::before {
      /*
        transition: .4s ease all;
        transform: rotate(180deg);
*/
    }
    .me-ac-web-menu .sub-menu li:hover a {
      color: #546aea;
    }
    ul.sub-menu {
      padding: 20px 15px 15px;
      position: absolute;
      top: 45px;
      z-index: 33;
      display: none;
      left: -20px;
      width: 220px;
      background: #ffffff;
      border-radius: 3px;
      text-align: left;
      -webkit-box-shadow: 0px 1px 38px -8px rgb(89 86 89 / 32%);
      -moz-box-shadow: 0px 1px 38px -8px rgb(89 86 89 / 32%);
      box-shadow: 0px 1px 38px -8px rgb(89 86 89 / 32%);
    }
    ul.mob-sub-menu {
      display: none;
    }
    ul.sub-menu::before {
      content: '';
      height: 20px;
      width: 20px;
      background: #ffffff;
      position: absolute;
      left: 30px;
      top: -9px;
      transform: rotate(45deg);
      z-index: 22;
    }
    .menu-list ul.sub-menu li {
      margin-right: 0px;
      margin-bottom: 5px;
    }
    ul.menu-list {
      display: flex;
      float: right;
    }
    ul.menu-list > li {
      padding-right: 30px;
    }
    ul.menu-list li a {
      color: #333333;
      font-size: 18px;
      line-height: 32px;
      letter-spacing: -0.06px;
      font-family: 'Zoho_Puvi_Regular';
      display: inline-block;
      transition: all 0.4s;
      border-bottom: 2px solid transparent;
    }
    ul.menu-list li a, .subscribediv a {
      text-decoration: none;
      color: #000;
      position: relative;
    }
    .subscribediv a {
      color: #173186;
      border: 1.5px solid #546aea;
      padding: 8px 15px;
      border-radius: 3px;
      transition: .2s ease;
      font-family: 'Zoho_Puvi_Medium';
      font-size: 14px;
      cursor: pointer;
    }
    .subscribediv a:hover {
      transition: .2s ease;
      background: #173186;
      color: #fff;
      border: 1.5px solid #fff;
    }
    ul.menu-list li a:before {
      content: "";
      width: 0%;
      border-bottom: 2px solid #546aea;
      position: absolute;
      top: 20px;
      left: 0px;
      bottom: 0;
      transition: width 0.5s;
    }
    ul.menu-list li a.active:before {
      width: 100%;
    }
    a.scroll-cta {
      background: #F44336;
      padding: 10px 30px;
      border-radius: 3px;
      text-decoration: none;
      color: #fff !important;
    }
    /*desktop menu style ends*/
    /*mobile menu style starts*/
    .me-ac-mob-menu {
      display: none;
      width: 100%;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }
    .me-ac-mob-menu > div {
      flex: 0 0 50%;
      max-width: 50%;
      display: flex;
      align-items: center;
    }
    .me-ac-mob-menu > div:nth-child(2) {
      justify-content: right;
    }
    ul.menu-items {
      position: fixed;
      background: #333;
      width: 100%;
      left: 0;
      top: 100px;
      box-sizing: border-box;
      padding: 20px 0px;
      height: 100%;
    }
    ul.menu-items li {
      line-height: 40px;
      position: relative;
      color: #fff;
      box-sizing: border-box;
      padding: 10px 20px;
    }
    ul.menu-items li a {
      text-decoration: none;
      display: inline-block;
      color: #fff;
    }
    ul.menu-list > li > a:hover:before {
      width: 100%;
    }
    ul.menu-list li#videos > a:hover:before {
      width: 0%;
    }
    ul.menu-list > li a.active:before {
      width: 100%;
    }
    .hamburger {
      width: 40px;
      height: 40px;
      border-radius: 50px;
      display: inline-block;
      position: relative;
      margin: 0px;
      display: none !important;
      cursor: pointer;
    }
    .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;
    }
    span.hamburger span:before {
      transform: translateY(-5px);
    }
    span.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*/
    /*search*/
    .search-box-container {
      width: 100%;
      padding: 10px 0px 30px;
      display: none;
      position: relative;
    }
    .search-box-container.active {
      display: block;
      z-index: 999;
    }
    .search-box-container > div {
      max-width: 1200px;
      margin: 0px auto;
      width: 90%;
    }
    .search-box-container form input {
      width: 100%;
      height: 50px;
      padding-left: 10px;
      font-size: 18px;
      box-sizing: border-box;
      border: 1px solid #8c9ac6;
      border-radius: 5px;
    }
    .search-container {
      position: relative;
      display: inline-block;
      width: 50px;
    }
    .search-container label {
      cursor: pointer;
    }
    .newsearchbox::placeholder {
      font-size: 16px;
    }
    .newsearchbox::-ms-input-placeholder {
      font-size: 16px;
    }
    #emailID::placeholder {
      color: #000;
    }
    #emailID::-ms-input-placeholder {
      color: #000;
    }
    .search-icon-nav {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      background-image: url(https://www.manageengine.com/academy/images/me-ac-sprite.png);
      height: 25px;
      width: 25px;
      background-repeat: no-repeat;
      background-size: 116px;
    }
    .search-icon-nav.active {
      background-position: -24px 0px;
    }
    .search:focus + .searchbutton {
      transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      -webkit-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      background-color: white;
      color: black;
    }
    .search {
      position: absolute;
      left: 49px;
      background-color: white;
      outline: none;
      border: none;
      padding: 0;
      width: 0;
      height: 100%;
      z-index: 10;
      transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      -webkit-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
    }
    .search:focus {
      width: 363px;
      padding: 0 16px 0 0;
    }
    .expandright {
      left: auto;
      right: 10px;
    }
    .expandright:focus {
      padding: 0 0 0 16px;
      border: 1px solid #c1c1c1;
      font-size: 100%;
    }
    /*fixed header style starts*/
    #me-ac-header-parent {
      position: sticky;
      z-index: 999;
      top: -20px;
      transition: .3s ease;
    }
    #me-ac-header-parent .me-ac-container {
      padding: 0px 0px 0px;
    }
    #me-ac-header-parent.fixed-header {
      top: 0;
      left: 0;
      width: 100%;
      border-bottom: 1px solid #dbdfea;
      transition: .3s ease;
    }
    .fixed-header .me-ac-container {
      padding: 0px 0px 0px;
    }
    /*fixed header style ends */
    .me-ac-logo {
      width: 140px;
    }
    img.academylogo {
      width: 100%;
      display: none;
    }
    .fixed-header img.academylogo, .std-nav-menu img.academylogo {
      display: block;
    }
    .std-nav-menu {
      border-bottom: 1px solid #dbdfea;
    }
    .me-ac-nav-links {
      width: 78%;
    }
    /*academy product menun end*/
    /* mobile-menu-bar-start*/
    .menu-items {
      display: none;
    }
    .sidebar-shrink {
      height: 100%;
      overflow-y: auto;
      background: #000;
    }
    .sidebar-left-nav {
      opacity: 0;
      z-index: -1;
    }
    .closed .sidebar-left-nav {
      display: block;
      opacity: 1;
      z-index: 44;
    }
    /* mobile-menu-bar-end*/
    /*prmo-hello-banner-start*/
    .hellobar {
      background: #58ac8a;
      display: none;
    }
    .hellobarcont {
      width: 603px;
      margin: 0 auto;
    }
    p.hellobartext {
      color: #fff;
      font-size: 16px;
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      width: 100%;
      position: relative;
      animation: animated-text 2s steps(60, end) 1s 1 normal both;
      padding: 10px 0;
    }
    @keyframes animated-text {
      from {
        width: 0;
      }
      to {
        width: 100%;
      }
    }
    p.hellobartext a {
      color: #fff;
      font-size: 16px;
      text-decoration: none;
      border-bottom: 1px solid #fff;
      font-family: 'Zoho_Puvi_SemiBold';
    }
    span.curser {
      border-bottom: solid 1px #fff;
      position: absolute;
      right: -3px;
      width: 20px;
      animation: animated-cursor 600ms steps(30, end) infinite;
      animation: blink 4s steps(44) 2s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
      bottom: 13px;
      font-family: 'Zoho_Puvi_SemiBold';
    }
    .hlobarclose {
      background: #489c7a;
      position: absolute;
      padding: 9px;
      top: 0px;
      right: 0px;
      display: none;
    }
    .clscircle {
      border: 2px solid #183829;
      border-radius: 50%;
      color: #183829;
      font-size: 16px;
      cursor: pointer;
      padding: 2px 5px;
      font-family: 'ZohoPuvi', sans-serif
    }
    /*prmo-hello-banner-end*/
    /*me-ac-arrow-start*/
    .me-ac-arrow {
      border: solid #4e4fac;
      border-width: 0 1.5px 1.5px 0;
      display: inline-block;
      padding: 5px;
      top: 5px;
      position: relative;
      left: 7px;
    }
    .prev-arrow, .next-arrow {
      z-index: 3333333;
      position: absolute;
      top: 0px;
      height: 100%;
      width: 20px;
      cursor: pointer;
    }
    .prev-arrow {
      left: 0px;
    }
    .prev-arrow.active {
      display: block;
    }
    .next-arrow {
      right: 0px;
    }
    .me-ac-arrow.right {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
    }
    .me-ac-arrow.left {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
    }
    .copyright {
      text-align: center;
      padding: 20px 0px;
      background: #4e52ac;
      color: #fff;
      font-size: 14px;
    }
    .copyright a {
      color: #fff;
      text-decoration: unset;
    }
    #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;
    }
    /*me-ac-arrow-end*/
    .formsec {
      background: #171d2e;
    }
    .formsec h2 {
      color: #fff;
      text-align: center
    }
    .formdiv {
      margin-top: 50px;
    }
    .form-fields {
      width: 100%;
      margin: 0 auto;
    }
    .form-fields .error {
      border-bottom: 1px solid red;
    }
    span#email_err_msg {
      color: #ff4142;
      top: -5px;
      position: relative;
    }
    .fields1 {
      width: 45%;
    }
    .fields2 {
      width: 20%;
    }
    .fields3 {
      width: 35%;
    }
    input {
      border: 0;
      border-radius: 0;
    }
    input#emailID {
      background: #fff;
      padding: 15px 20px;
      font-size: 17px;
      width: 100%;
      box-sizing: border-box;
      color: #000;
      outline: none;
    }
    ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #000;
      opacity: 1;
      /* Firefox */
    }
    :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #000;
    }
    ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #000;
    }
    input:focus::-webkit-input-placeholder {
      color: transparent;
    }
    input:focus:-moz-placeholder {
      color: transparent;
    }
    /* FF 4-18 */
    input:focus::-moz-placeholder {
      color: transparent;
    }
    /* FF 19+ */
    input:focus:-ms-input-placeholder {
      color: transparent;
    }
    /* IE 10+ */
    select#MECountryListing, select#country_state, select#ukcountry_region {
      border: none;
      -webkit-appearance: none;
      border-radius: 0px;
      padding: 15px 20px;
      font-size: 16px;
      color: #000;
      width: 100%;
      box-sizing: border-box;
      background: #fff url(https://www.manageengine.com/academy/images/me-ac-dropdown-arrow.png)no-repeat;
      background-position: right center;
      outline: none;
      height: 50px;
    }
    input#submit {
      background: #ff4545;
      color: #fff;
      text-transform: uppercase;
      padding: 15px 30px;
      font-weight: bold;
      letter-spacing: 1px;
      font-family: 'Zoho_Puvi_Bold';
      -webkit-appearance: none;
      outline: none;
      margin: 0 auto;
      font-size: 15px;
      border-radius: 2px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      cursor: pointer;
      opacity: 0.9;
    }
    input#submit:hover {
      opacity: 1;
    }
    input#user-detail {
      display: none;
    }
    #meGDPRMessage {
      font-size: 12px;
      line-height: 15px;
      margin-top: 10px;
      color: #fff;
    }
    div#formCTAgdpr {
      font-size: 11px;
      margin: 10px auto 0 auto;
      line-height: 1.5;
      color: #fff;
      text-align: center;
    }
    .prvcy-plicy a {
      font-size: 10px;
      text-decoration: underline;
      border-bottom: 1px solid #000;
      color: #56ccff
    }
    .resetdiv {
      display: none;
    }
    /*video-popup-start*/
    .iframe-video-wrap {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, .95);
      overflow: auto;
      z-index: 5555555;
      display: none;
      padding: 20px 0;
      box-sizing: border-box;
    }
    .iframe-video-wrap.active {
      display: block;
    }
    .modal {
      position: fixed;
      z-index: 10000;
      top: 0;
      left: 0;
      visibility: hidden;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .modal.is-visible {
      visibility: visible;
    }
    .modal-overlay {
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000000e8;
      opacity: 0;
      transition: visibility 0s linear 0.3s, opacity 0.3s;
    }
    .modal.is-visible .modal-overlay {
      opacity: 1;
      transition-delay: 0s;
    }
    .modal-wrapper {
      z-index: 9999;
      width: 90%;
      max-width: 900px;
      height: 510px;
      background-color: #fff;
      box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
    }
    .modal-transition {
      transition: all 0.3s 0.12s;
      opacity: 0;
    }
    .modal.is-visible .modal-transition {
      opacity: 1;
    }
    .modal-header, .modal-content {
      padding: 1em;
    }
    .modal-header {
      position: relative;
      background-color: #fff;
      box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
      border-bottom: 1px solid #e8e8e8;
    }
    .modal-close {
      position: absolute;
      top: 0;
      right: 0;
      color: #aaa;
      background: none;
      border: 0;
      height: 40px;
      width: 50px;
    }
    .modal-close::after {
      content: '';
      height: 100%;
      display: block;
      width: 2px;
      background: grey;
      border-radius: 10px;
    }
    .modal-close::before {
      content: '';
      height: 100%;
      display: block;
      width: 2px;
      background: grey;
      border-radius: 10px;
    }
    .modal-close:hover {
      color: #777;
    }
    .modal-heading {
      font-size: 1.125em;
      margin: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .modal-content > *:first-child {
      margin-top: 0;
    }
    .modal-content > *:last-child {
      margin-bottom: 0;
    }
    .popup-btn {
      cursor: pointer
    }
    /*close-btn*/
    .close-btn {
      position: absolute;
      right: 10px;
      top: 10px;
      height: 50px;
      width: 50px;
      background-image: url(https://www.manageengine.com/academy/images/popup-close-img.png);
      background-size: contain;
      cursor: pointer;
    }
    .placeholder-loading {
      position: relative;
      background-color: #e2e2e2;
      overflow: hidden;
    }
    .placeholder-loading img, .placeholder-loading source, .placeholder-loading div, .placeholder-loading h1, .placeholder-loading h2, .placeholder-loading h3, .placeholder-loading h4, .placeholder-loading h5, .placeholder-loading p, .placeholder-loading span, .placeholder-loading a, .placeholder-loading section {
      height: auto;
      width: 100%;
      opacity: 0;
    }
    .placeholder-loading.picture {
      border-radius: 0;
    }
    .placeholder-loading::after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      transform: translateX(-100%);
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
      animation: loading 1.5s infinite;
    }
    @keyframes loading {
      100% {
        transform: translateX(100%);
      }
    }
    /*me-academy-form-section-start*/
    .me-ac-form-section {
      margin: 70px 0px;
    }
    .me-ac-form-section .me-ac-container {
      background: #f7f7f7 url(https://www.manageengine.com/academy/images/lg-body-bg.png);
      border-radius: 5px;
      padding: 70px 20px 70px 20px;
      border: 1px solid #ededed;
    }
    .me-ac-form-section .me-ac-form-wrap {
      max-width: 1100px;
      margin: 0px auto;
    }
    .me-ac-form-wrap input#submit {
      background: #4e52ab;
      font-family: 'Zoho_Puvi_Medium';
      border-radius: 3px;
      font-size: 16px;
      font-weight: unset;
    }
    .me-ac-form-wrap .form-cta {
      display: flex;
    }
    .me-ac-form-child-flex-wrap {
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
    }
    .me-ac-form-child-flex-wrap > div, .me-ac-form-child-flex-wrap select {
      box-sizing: border-box;
      margin-right: 10px;
    }
    .me-ac-form-child-flex-wrap > div {
      max-width: calc(100% / 4);
      flex: 0 0 calc(100% / 4);
    }
    .me-ac-form-child-flex-wrap select {
      max-width: calc(100% / 4);
      flex: 0 0 calc(100% / 4);
    }
    .me-ac-form-section #meGDPRMessage, .me-ac-form-section div#formCTAgdpr, .me-ac-form-section .prvcy-plicy a {
      color: #000;
      font-size: 13px;
      text-align: center;
      line-height: 20px;
      max-width: 660px;
      margin: 20px auto 0px;
      letter-spacing: -0.09px;
    }
    .me-ac-form-section #meGDPRMessage a, .me-ac-form-section .prvcy-plicy a {
      color: #5e62b2;
      border-bottom: 1px solid #4e52ab;
      text-decoration: none;
    }
    .me-ac-form-section .form-cont-wrap {
      margin-bottom: 50px;
    }
    .me-ac-form-section .form-cont-wrap h2 {
      color: #010101;
      font-size: 42px;
      font-family: 'Zoho_Puvi_Regular';
      line-height: 51px;
      letter-spacing: -1.47px;
      margin: 0 0 14px 0;
      text-align: center;
    }
    .me-ac-form-section .form-cont-wrap p {
      text-align: center;
      color: #333;
      font-size: 18px;
      line-height: 26px;
      margin: 0 auto;
      max-width: 440px;
      letter-spacing: -0.09px;
    }
    /*me-academy-form-section-end*/
    /*me-academy-author-bio-hide-start*/
    .aboutauther, .zh-e-book-author {
      /*        display: none;*/
    }
    /*.aboutauther,
    .zh-e-book-author
    me-academy-author-bio-hide-end*/
    /*me-academy-footer-contet-start*/
    #footerlinks {
      display: none;
    }
    footer .container {
      padding-top: 0px;
    }
    .me-ac-footer-logo {
      max-width: 160px;
      margin: 0 auto;
      padding: 0 0 10px 0;
    }
    /*me-academy-footer-contet-end*/
    @media only screen and (max-width:1200px) {
      .stories-slider .slick-prev {
        left: -50px;
      }
      .stories-slider .slick-next {
        right: -50px;
      }
      .stories-slider .slide-arrow {
        transform: scale(.8);
      }
    }
    @media only screen and (max-width:1250px) {
      .me-ac-grid-four-col {
        grid-template-columns: calc(95%/3) calc(95%/3) calc(95%/3);
      }
    }
    @media only screen and (max-width:1024px) {
      .me-ac-grid-three-col {
        grid-template-columns: calc(95%/2) calc(95%/2);
      }
      #Apiform {
        max-width: 500px;
        margin: 0px auto;
      }
      .me-ac-form-child-flex-wrap, .me-ac-form-parent-flex-wrap {
        display: block;
        width: 100%;
      }
      .me-ac-form-wrap input#submit, .me-ac-form-wrap .form-cta {
        width: 100%;
        display: block;
      }
      .me-ac-form-child-flex-wrap > div, .me-ac-form-parent-flex-wrap > div:nth-child(1), .me-ac-form-parent-flex-wrap > div:nth-child(2), .me-ac-form-child-flex-wrap select {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
      }
    }
    @media only screen and (max-width:992px) {
      .me-ac-web-menu {
        display: none;
      }
      .me-ac-mob-menu {
        display: flex;
        padding: 10px 0px;
        box-sizing: border-box;
      }
      .hamburger {
        display: inline-block !important;
      }
      .hamburgerdiv {
        padding-top: 3px;
        padding-right: 3px;
      }
      .me-ac-logo {
        max-width: 120px;
        width: 100%;
      }
      ul.menu-items {
        top: 70px;
      }
      .me-ac-grid-four-col {
        grid-template-columns: calc(95%/2) calc(95%/2);
        text-align: center;
      }
    }
    @media only screen and (max-width:768px) {
      .me-ac-flex-wrap {
        display: block;
      }
      .me-ac-grid-three-col > div, .me-ac-flex-two-col > div, .me-ac-flex-three-col > div {
        max-width: 100%;
      }
      #me-ac-header-parent::after {
        display: none;
      }
      .me-ac-form-section .me-ac-container {
        padding: 50px 20px;
      }
      .me-ac-form-section .form-cont-wrap h2 {
        font-size: 32px;
      }
    }
    @media only screen and (max-width:650px) {
      .me-ac-grid-four-col, .me-ac-grid-three-col {
        display: block;
        width: 100%;
      }
    }
    @media only screen and (max-width:400px) {
      .me-ac-nav-links {
        width: 40%;
      }
      .header {
        padding: 5px 0;
      }
      ul.menu-items {
        top: 70px;
      }
      h4 {
        font: 18px/1.4 'Zoho_Puvi_SemiBold';
      }
    }