/*BREADCRUMB-SECTION*/
.cmn-breadcrum {
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    letter-spacing: normal;
  }
  /*Global beader only call this attr*/
  .globe-menu-page .cmn-breadcrum {
    padding-top: 30px;
    max-width: 1400px;
    margin: 0px auto;
  }
  .cmn-breadcrum a, .cmn-breadcrum .root-page {
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.5;
  }
  .cmn-breadcrum a {
    color: #000;
    position: relative;
    margin: 10px 0px;
  }
  .cmn-breadcrum a:hover {
    color: #0b6db1;
  }
  .cmn-breadcrum a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    background: #0b6db1;
    transition: .4s ease;
  }
  .cmn-breadcrum a:hover::after {
    width: 100%;
    transition: .4s ease;
  }
  .cmn-breadcrum .root-page {
    /* color: #000;*/
    color: #0b6db1;
  }
  .cmn-breadcrum .bread-crumb-arrow {
    margin: 3px 5px;
    color: #000;
  }
  .cta-btn {
    background: #f0483e;
    text-decoration: none !important;
    color: #fff;
    padding: 10px 20px;
    margin: 30px auto;
    font-family: 'Zoho_Puvi_SemiBold';
    border-radius: 2px;
    display: block;
    max-width: 250px;
    text-align: center;
    width: 90%;
    font-size: 16px;
  }
  .globe-type-menu-page .cmn-breadcrum {
    max-width: 1400px;
    margin: 0px auto;
  }
  /*Banner Title section start*/
  .heading-menu .container.tac.clearfix {
    padding: 20px 0;
  }
  .heading-menu {
    padding: 0 0 55px 0;
    margin-top: 0;
    background: #eaf8ff;
    border-bottom: 0px;
    background-attachment: relative;
    background-position: center center;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #000;
    font-weight: 400;
    letter-spacing: -1px;
    position: relative;
    overflow: hidden;
    clear: both;
    height: auto;
    font-weight: 500;
  }
  #scroll {
    padding: 0px;
  }
  /*.container.tac.clearfix.cmn-cta-sub-parent {
         margin: 50px auto;
  }*/
  /*Banner Title section end*/
  /*Features pages screenshot with content section */
  .content-wrapper {
    display: flex;
    align-items: center;
    padding-top: 100px;
  }
  .content {
    flex-grow: 1;
    flex-basis: 0;
  }
  .content h2.ftrpg-inrhdr {
    margin-top: 0px;
  }
  .content-wrapper .content:nth-child(1) {
    margin-right: 50px;
  }
  .content-wrapper .content:nth-child(2) {
    margin-left: 50px;
  }
  .content ul.list-items {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .content ul.list-items li {
    margin-bottom: 0px;
    position: relative;
    padding-left: 5px;
    margin-top: 10px;
    font-size: 17px;
    margin-left: 20px;
  }
  .content ul.list-items li:before {
    content: "";
    background: #00a9f4;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: -20px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
  }
  /*Custmer Section start*/
  .custmersay {
    padding: 100px 0
  }
  .quotescont {
    font-family: 'Zoho_Puvi_Regular', 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  p.quotes-text {
    font-style: italic;
    font-size: 24px;
    font-family: serif;
    font-weight: bold;
    margin: 20px 0px;
    text-align: center;
    line-height: 1.3;
  }
  /*Custmer Section end*/
  /*LAZY AND CONTENT ANIMATION*/
  .cont-anim > h1, .cont-anim > h2, .cont-anim > h3, .cont-anim > h4, .cont-anim > h5, .cont-anim > p, .cont-anim > a, .cont-anim > ul > li, .cont-anim > div, .cont-anim > span {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
  .cont-anim .content-view {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition: 1s ease;
  }
  .right-img-anim {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    transition: 1s ease;
  }
  .left-img-anim {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: 1s ease;
  }
  .img-view {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: 1s ease;
  }
  .img-scale {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: 1s ease;
  }
  .parent-active .img-scale {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 1s ease;
  }
  .right-anim {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    transition: 1s ease;
  }
  .lef-anim {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: 1s ease;
  }
  .parent-active .lef-anim, .parent-active .right-anim, .parent-active .right-img-anim, .parent-active .left-img-anim {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: 1s ease;
  }
  .bottom-to-top-anim {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: 1s ease;
  }
  .parent-active .bottom-to-top-anim {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: 1s ease;
  }
  .mobile-breadcrum {
    display: none;
  }
  picture {
    width: 100%;
    height: auto;
    display: block;
  }
  .placeholder-loading {
    position: relative;
    background-color: #e2e2e2;
    overflow: hidden;
  }
  .lazy-picture {
    transform: translateY(20px);
    transition: .6s ease all;
    opacity: 0;
  }
  .lazy-picture.img-active {
    transform: translateY(0px);
    transition: .6s ease all;
    opacity: 1;
  }
  .placeholder-loading img, .placeholder-loading source {
    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;
  }
  #axelos-disclaimer {
    margin: 60px 0px 30px;
  }
  #axelos-disclaimer p {
    font-size: 14px !important;
  }
  @keyframes loading {
    100% {
      transform: translateX(100%);
    }
  }
  /*SLICK SLIDER CSS*/
  .slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus, .slick-next, .slick-prev, a:focus {
    outline: 0
  }
  .slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    background: 0 0
  }
  .slick-next:after, .slick-next:before, .slick-prev:after, .slick-prev:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background: #c7d0df;
    transition: .5s ease
  }
  .slick-dots, .z-testiContent, .z-testimonial-head, .z-testimonial-head h4 {
    position: relative
  }
  .slick-next:hover:after, .slick-next:hover:before, .slick-prev:hover:after, .slick-prev:hover:before {
    background: #3f51b6
  }
  .slick-next:before {
    transform: rotate(-45deg);
    top: 0;
    right: 10px
  }
  .slick-next:after {
    transform: rotate(45deg);
    bottom: 0;
    right: 10px
  }
  .slick-prev:before {
    transform: rotate(45deg);
    top: 0;
    left: 10px
  }
  .slick-prev:after {
    transform: rotate(135deg);
    bottom: 0;
    left: 10px
  }
  .slick-next.slick-disabled, .slick-prev.slick-disabled {
    opacity: .25
  }
  .slick-prev {
    left: 0
  }
  .slick-next {
    right: 0
  }
  .slick-dots {
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    text-align: center
  }
  .slick-dots li {
    display: inline-block;
    margin: 0 3px;
    background: #c7d0df;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #fff;
    transition: .5s ease;
    box-sizing: content-box
  }
  .slick-dots li.slick-active {
    background: #3f51b6;
    width: 8px;
    height: 8px;
    border: 1px solid #3f51b6
  }
  .slick-dots li button {
    display: none
  }
  .slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
  }
  .slick-slider {
    box-sizing: border-box
  }
  .slick-list {
    margin: 0;
    padding: 0
  }
  .slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  .slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
  }
  .slick-list {
    overflow: hidden;
  }
  .slick-track:after {
    clear: both;
    display: table;
    content: ''
  }
  .slick-loading .slick-track {
    visibility: hidden
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
  }
  .i18n-ar .slick-slider .slick-list, .i18n-ar .slick-slider .slick-dots {
    direction: ltr;
    text-align: center;
  }
  .slick-initialized .slick-slide {
    display: block
  }
  .slick-arrow.slick-hidden {
    display: none
  }
  /*IMAGE POP-UP*/
  .image-pupup-show-continer {
    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;
  }
  .image-pupup-show-continer.active {
    display: block;
  }
  .modal {
    position: fixed;
    z-index: 1000000;
    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;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
  }
  .footer-video-iframe .modal-wrapper {
    position: absolute;
  }
  .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: 30px;
    height: 50px;
    width: 50px;
    background-image: url(https://cdn.manageengine.com/products/service-desk/images/popup-close-img.png);
    background-size: contain;
    cursor: pointer;
  }
  .footer-video-iframe .modal-overlay .close-btn {
    display: none;
  }
  .footer-video-iframe .modal-wrapper .close-btn {
    height: 30px;
    width: 30px;
    background: unset;
    background-size: contain;
    cursor: pointer;
    background: #e8e8ed;
    border-radius: 50%;
    display: block;
    transform: scale(.8);
    top: 15px;
  }
  .footer-video-iframe .close-btn svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    fill: #6e6e73;
  }
  /*image-popup-show-start*/
  .image-pupup-show-continer .modal-wrapper {
    height: auto;
    background-color: unset;
    box-shadow: unset;
    display: flex;
    justify-content: center;
    margin: 0px auto;
  }
  .clone-img-ele {
    cursor: zoom-in;
  }
  .image-pupup-show-continer .modal-wrapper img, .image-pupup-show-continer .modal-wrapper source {
    width: 100%;
  }
  .entity-links {
    color: #000;
    text-decoration: none;
  }
  .entity-links:hover {
    text-decoration: underline;
  }
  /*image-popup-show-end*/
  /*SDP MENUS START*/
  .productmenu #res, .productmenu #solutions {
    position: relative;
    padding: 0px 15px
  }
  nav ul.productmenu.header-nav > li {
    margin: 10px 0 0;
    font-family: 'Zoho_Puvi_Regular', 'Open Sans', sans-serif;
    font-size: 1.15em;
  }
  ul.sub-menu li.sub-menu-heading a, ul.sub-menu li.sub-menu-heading {
    font-family: 'Zoho_Puvi_SemiBold' !important;
  }
  #res::before, #solutions::before {
    content: '';
    height: 9px;
    width: 9px;
    background: #28345d;
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 10px;
    clip-path: polygon(52% 75%, 0 1%, 100% 0);
    cursor: pointer;
    transition: .4s ease all;
    transform-origin: 50% 30% 0;
  }
  #res.active::before, #solutions.active::before {
    transition: .4s ease all;
    transform: rotate(180deg);
  }
  #res.active::after, #solutions.active::after {
    content: '';
    padding-bottom: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    width: 100%;
    background: #66339900;
    left: 0;
    cursor: pointer;
  }
  #MEdropPanel #res.active::after, #MEdropPanel #solutions.active::after {
    display: none;
  }
  #res .sub-menu, #solutions .sub-menu {
    padding: 20px 0px 25px;
    position: absolute;
    top: 40px;
    z-index: 33;
    display: none;
    left: 0;
    width: 200px;
    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%);
  }
  #res .sub-menu::before, #solutions .sub-menu::before {
    content: '';
    height: 20px;
    width: 20px;
    background: #ffffff;
    position: absolute;
    left: 30px;
    top: -9px;
    transform: rotate(45deg);
    z-index: 22;
  }
  ul.sub-menu li {
    padding: 5px 20px;
    position: relative;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
  }
  ul.sub-menu li a, .selecteddivnew ul.sub-menu li a {
    display: block;
    color: #000;
    position: relative;
    font-family: 'Zoho_Puvi_Regular', 'Open Sans', sans-serif !important;
  }
  ul.sub-menu li a.active {
    color: #03a9f5 !important;
  }
  .child-sub-menu {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
  }
  .root-link {
    border: 1px solid;
    text-align: center;
    border-radius: 2px;
    width: 80%;
    margin: 10px auto 0px;
  }
  .root-link:hover {
    border: 1px solid #03a9f5;
  }
  ul.sub-menu li.root-link {
    padding: 0px 0px;
  }
  ul.sub-menu li.root-link a {
    display: block;
    padding: 3px 0px;
    font-weight: bold;
  }
  ul.sub-menu li.root-link a:hover {
    color: #03a9f5 !important;
    transition: .4s ease all;
  }
  .root-link a::after {
    display: none;
  }
  #MEmobPanel .sub-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    top: 0;
    left: 0;
    padding: 0px 0px 20px;
    border-bottom: 1px solid rgb(192, 192, 192);
  }
  #MEmobPanel #res, #MEmobPanel #solutions {
    position: relative;
    border-bottom: unset;
  }
  #MEmobPanel #res > a, #MEmobPanel #solutions > a {
    display: block;
    border-bottom: 1px solid #c0c0c0;
    z-index: 10000000000;
  }
  #MEmobPanel #res::before, #MEmobPanel #solutions::before {
    right: 20px;
    top: 20px;
    transition: .3s ease-in all;
    transform-origin: 50% 30% 0;
  }
  #MEmobPanel #res.active::before, #MEmobPanel #solutions.active::before {
    transition: .3s ease-in all;
    transform: rotate(180deg);
  }
  #MEmobPanel .sub-menu li {
    opacity: 1;
    border-bottom: unset;
    font-size: 14px;
  }
  #MEmobPanel #res .sub-menu::before, #MEmobPanel #solutions .sub-menu::before {
    display: none;
  }
  #MEmobPanel .sub-menu li a {
    padding: 0px 0px;
  }
  #MEmobPanel .sub-menu .root-link {
    margin: 7px 20px;
    border: unset;
    width: 150px;
    box-sizing: border-box;
    padding: 4px 0px;
    text-align: left;
  }
  #MEmobPanel .sub-menu .root-link a {
    font-family: 'Zoho_Puvi_Bold' !important;
  }
  #MEmobPanel #res.active::after, #MEmobPanel #solutions.active::after {
    display: none;
  }
  li.sub-menu-heading, li.sub-menu-heading a {
    color: #000 !important;
    font-weight: bold;
    position: relative;
    margin-bottom: 0px;
    font-size: 15px !important;
  }
  li.sub-menu-heading:hover, li.more:hover, .submenu:hover {
    background: none !important;
  }
  li.sub-menu-heading.second-category {
    margin-top: 5px;
  }
  li.submenu a:hover {
    color: #216cb4 !important;
  }
  a.more-link {
    color: #216cb4 !important;
    font-size: 12px !important;
  }
  li.more span {
    display: inline-block;
    vertical-align: middle;
  }
  li.sub-menu-item {
    margin-left: 10px;
    padding: 0px 20px 0px 20px !important;
    font-size: 13px !important;
    font-weight: normal !important;
  }
  ul.sub-menu li:hover {
    background: transparent !important;
  }
  /*Flex wrap start*/
  .flex-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .two-column > div {
    flex: 0 0 calc(100%/2);
    max-width: calc(100%/2);
    box-sizing: border-box;
  }
  .three-column > div {
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
    box-sizing: border-box;
  }
  /*Button components */
  .cta {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px;
  }
  /*SDP MENUS END*/
  .internal-links {
    color: #00a9f4;
    text-decoration: none;
    border-bottom: 1px solid;
  }
  /*Globe inline footer style start here*/
  .sub-footer a:hover, .copyright a:hover, .footercopy a:hover, .foot-copy a:hover {
    text-decoration: underline !important;
  }
  #itilresrv {
    display: none;
  }
  /*Youtube Videos In-line-embeding-style-start*/
  .me-sdp-video-parent-container {
    max-width: 800px;
    margin: 0px auto;
    width: 95%;
  }
  .me-sdp-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio for responsive scaling */
    overflow: hidden;
  }
  .me-sdp-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Adjust the overlay color and transparency */
  }
  .me-sdp-video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .footer-video-iframe .modal-wrapper {
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    height: auto;
  }
  .footer-video-iframe iframe {
    display: block;
    width: 85%;
    height: 85%;
    margin: 50px auto 0px;
  }
  /*Youtube Videos In-line-embeding-style-end*/
  @media only screen and (max-width:1500px) {
    .globe-type-menu-page .cmn-breadcrum {
      width: 98%;
    }
  }
  @media only screen and (max-width:1180px) {
    .content-wrapper {
      width: 90%;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width:980px) {
    .mobile-breadcrum {
      display: block;
    }
    .web-breadcrum {
      display: none;
    }
    /*Features pages content wrapper start*/
    .content-wrapper {
      flex-wrap: wrap;
    }
    .content {
      flex-grow: inherit;
      flex-basis: inherit;
    }
    .content img {
      margin-top: 20px;
    }
    .flexdr {
      flex-direction: column-reverse;
    }
    .content-wrapper .content:nth-child(1) {
      margin-right: 0;
    }
    .content-wrapper .content:nth-child(2) {
      margin-left: 0;
    }
    .cmn-breadcrum {
      padding: 10px;
      margin-top: 10px;
    }
    /*Features pages content wrapper end*/
  }
  @media only screen and (max-width:767px) {
    .flex-wrap {
      display: block;
    }
    .two-column > div, .three-column > div {
      max-width: 100%;
    }
    .modal-wrapper {
      height: 300px;
    }
    .footer-video-iframe .modal-wrapper {
      height: auto;
    }
  }
  @media only screen and (min-width: 1024px) and (max-width: 1160px) {
    /*
      .sdplogosvg img {
          width: 169px;
      }
  */
    nav ul.productmenu.header-nav > li {
      font-size: 16px;
      padding: 0px 10px;
    }
    #header-mainsec {
      top: 40px;
    }
    .nav-dwn a {
      width: 118px;
    }
  }


  @media screen and (max-width:2600px){

    .dc-vrsn{display:block !important;}
    .mob-vrsn{ display:none !important;}
    
        
        .headerbg > .container.clearfix{ display: flex;    align-items: center;
        justify-content: space-between;}
    
    .ipad-75{width:73%;padding:0 1%;float:left}
    .ipad-25{width:23%;padding:0 1%;float:left}
    .ipad-per50 {width: 46%;padding: 0 2%;float: left;}
    .ipad-per30 {width: 30%;padding: 0 1.5%;float: left;}
    
    .shduldmo-ml{margin-left: 55px;}
    .plystorebtn-ml{margin-left: 55px;}
    
    .p15{ padding:15px !important;}
    .btmpdn2{ padding:18px 18px 54px 18px !important;}
    .btmpdn1{ padding:20px 20px 52px 20px !important;}
    .p25{ padding:25px !important;}
    .mT15{ margin-top:15px !important;}
    .wbdr-right{ border-right:1px solid #e47a7a;}
    .wbdr-left{ border-left:1px solid #e47a7a;}
    
    .ls-per20{ width: 20%;padding: 0 1.5%; float:left;}
    .ls-per80{width: 74%;padding: 0 1.5%; float:left;}
    .appsbtns img {
        width: 50%;
    }
    
    .resource-form .prvcy-plicy{ font-size:10px; color:#aba7a7; font-family:'Open Sans', sans-serif; margin-top:0px;}
    .resource-form .prvcy-plicy strong{ font-weight:600;color:#fff;}
    .resource-form .prvcy-plicy a{ font-size:10.5px; color:#fff; text-decoration:none;}
    
    
    .formfild{ padding-bottom:5px;}
    .fieldset {
      margin: 0;
      padding: 0;
      border: 0;
    }
    .form-label {
      position: relative;
    }
    .form-label label {
      position: absolute;
        left: 10px;
        padding-left: 2px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin-top: -47px;
        font-size:16px !important;
        color:#444;
        
    }
    
    .form-js-label input[type='text']:focus, .form-js-label input[type='number']:focus, .form-js-label select:focus {
         border: 1px solid rgba(121, 187, 238, 0.75) !important;
        box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
        outline: none;
    }
    
    .form-js-label input[type='text'].error:focus, .form-js-label select.error:focus {
         outline: none !important;
        border: 1px solid red!important;
    }
    
    
    .form-js-label input[data-empty="false"] + label, .form-js-label input:focus + label {
      color: #00A5FF;
      font-weight:400;
      font-size: 12px;
      -webkit-transform: translate3d(0, -10px, 0);
              transform: translate3d(0, -10px, 0);
    }
    
    .posn-rltive{ position:relative !important; padding-bottom:10px;}
    span.errormsg { position: absolute; left: 5px; margin-top: -16px; font-size: 12px; color: red; }
    
    input.error{border: 1px solid red !important}
    
    
        }
    
    /* iPhone < 5: */
    @media screen and (device-aspect-ratio: 2/3) {
        select, textarea, input[type="text"], input[type="password"],
        input[type="datetime"], input[type="datetime-local"],
        input[type="date"], input[type="month"], input[type="time"],
        input[type="week"], input[type="number"], input[type="email"],
        input[type="url"]{ font-size: 16px; }
    }
     
    /* iPhone 5, 5C, 5S, iPod Touch 5g */
    @media screen and (device-aspect-ratio: 40/71) {
        select, textarea, input[type="text"], input[type="password"],
        input[type="datetime"], input[type="datetime-local"],
        input[type="date"], input[type="month"], input[type="time"],
        input[type="week"], input[type="number"], input[type="email"],
        input[type="url"]{ font-size: 16px; }
    }
     
    /* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
    @media screen and (device-aspect-ratio: 375/667) {
        select, textarea, input[type="text"], input[type="password"],
        input[type="datetime"], input[type="datetime-local"],
        input[type="date"], input[type="month"], input[type="time"],
        input[type="week"], input[type="number"], input[type="email"],
        input[type="url"]{ font-size: 16px; }
    }
     
    /* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
    @media screen and (device-aspect-ratio: 9/16) {
        select, textarea, input[type="text"], input[type="password"],
        input[type="datetime"], input[type="datetime-local"],
        input[type="date"], input[type="month"], input[type="time"],
        input[type="week"], input[type="number"], input[type="email"],
        input[type="url"]{ font-size: 16px; }
    }
    
    /* iPad screen styles start*/
    @media screen and (max-width:1024px){
        
    body {
        font-family: 'Nunito Sans', sans-serif;
        font-size:14px;
        font-weight:400;
        line-height: 20px;
        color: #444;
        -webkit-tap-highlight-color: transparent;
    }
    
        
    .ipd1024px{display:none !important; width:100% !important;}
    .ipd900px{ display:block !important;}
        
        .signupctadiv{ position:relative; top:20px;}
        a.signupcta{background:#c92632; color:#fff !important; text-decoration:none; padding:10px 20% !important; text-align:center; border-radius:5px; }
        
        
    #meCommonFooterNew{ display:none}
    
    ul.ipadmenu{ margin-top:40px; margin-right: -40px; position:relative;font-family: 'Nunito Sans', sans-serif;}
    ul.ipadmenu li{float:left !important; margin-left:2%; width:16% !important; margin:0 auto; text-align:center;font-family: 'Nunito Sans', sans-serif; font-size:14px !important;}
    ul.ipadmenu li a{ color:#444;padding:5% 11% !important;border:1px solid #fff0;border-radius:5px; }
    ul.ipadmenu li a:hover{ color:#000; text-decoration:none;border:1px solid #ccc;border-radius:5px;}
    
    
    a.signinbtn{ border:1px solid #0d89d1 !important; color:#000 !important}
    a.signupbtn{ background:#c92632; color:#fff !important}
    
    a.signinbtn:hover{background:#0d89d1; border:1px solid #0d89d1; color:#fff !important}
    a.signupbtn:hover{ background:#bd0714; border:1px solid #c92632 !important; color:#fff !important}
    
    /*ul.ipadmenu li.signinbtn a{ color:#fff;border-radius:5px;border:1px solid #0d89d1 !important}
    ul.ipadmenu li a:hover{color:#fff !important;  text-decoration:none;border:1px solid #ccc;border-radius:5px;}
    
    li.signinbtn{ border-radius:5px; }
    li.signinbtn:hover{background:#0d89d1; color:#fff !important; }
    li.signinbtn a:hover{background:#0d89d1; color:#fff !important; }
    
    li.signupbtn{ background:#c92632;border-radius:5px;border:1px solid #c92632  !important; margin-left:2%}
    li.signupbtn a{ color:#fff !important; }*/
    
    .heading-menu{ display:none;}
        
    .dc-vrsn{display:none !important;}
    .mob-vrsn{ display:block !important;}
    
    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 4px;
        background-color: #333;
        margin: 4px 0;
        transition: 0.2s;
        cursor:pointer;
        border-radius:3px; 
    }
    
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-8px, 8px) ;
        transform: rotate(-45deg) translate(-8px, 8px) ;
        z-index:999999;
        background:#fff;
        position:relative;
    }
    
    .change .bar2 {opacity: 0;}
    
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-3px, -4px) ;
        transform: rotate(45deg) translate(-3px, -4px) ;
        z-index:999999;
        background:#fff;
        position:relative;
    }
    
    .mcloseemty{ background:url(https://cdn.manageengine.com/products/service-desk/images/empty.png) no-repeat; width:35px; height:35px;position: relative; margin-top: -30px;z-index: 999999;}
    
    .ipadmob-fixd{ width:100%; top:0px; position:fixed; z-index:999999; height:102px;}
    .contentare{ margin-top:102px;}
    .contentare h2{ font-size:30px; line-height:35px; margin-top:5%;}
    
    
    .ipad-75{width:73%;padding:0 1%;float:left}
    .ipad-25{width:43%;padding:0 1%;float:left}
    
    .menu-open {
        top: 40px;
        margin-right: 0px;
        width:35px;
        position:relative;
        height:35px;
    }
    
    .ovrly{opacity:0;visibility:hidden;transition:all .1s;top:10px; width:100%; height:100%; left: 0; right: 0;}
    .ovrly.active {opacity: 1; visibility: visible; height: 100%; position: fixed; background: #afafafe6; top: 0px; z-index: 9999; width: 100%; left: 0; right: 0;}
    
    ul.mobmenu-slide {
        width: 50%;
        display: block;
        position: absolute;
        z-index: 999;
        right:-550px !important;
        text-align: left;
        color: #fff;
        transition:all .2s;
        top:0px;
        padding-top:103px;
    }
    ul.mobmenu-slide.active {
        right: 0px!important;
        height: 100%;
        position: fixed;
        background: #333;
        z-index:99999;
        top:0px;
        padding-top:103px;
    }
    
    ul.mobilemenu{width: 100%;right: 0;float: right;height: 100%;background: #333; min-height:922px;}
    
    ul.mobilemenu li {
        width: 100%;
        padding: 30px 0px 30px 0px;
        font-size:20px;
        border-bottom:2px solid #3e3e3e;
        font-family: 'Nunito Sans', sans-serif;
        
    }
    li.btmbdrdn{ border-bottom:none;}
    li.contact{bottom: 15%; right:0px; z-index: 99999 !important; position: absolute;font-size:27px;border-top:2px solid #3e3e3e;padding:5%; width:90%; text-align:center;}
    a.contactus{ color:#fff !important; text-decoration:none;}
    
    ul.mobilemenu li a{ color: #fff; text-decoration:none; padding:15px 64% 15px 25px; font-weight:600;}
    
    
    
    
    .ipad-per50 {width: 46%;padding: 0;float: left;}
    .ipad-per30 {width: 30%;padding: 0 1.5%;float: left;}
    
    .p15{ padding:15px !important;}
    .btmpdn2{ padding:18px 18px 54px 18px !important;}
    .btmpdn1{ padding:20px 20px 52px 20px !important;}
    .p25{ padding:25px !important;}
    .mT15{ margin-top:15px !important;}
    .wbdr-right{ border-right:1px solid #e47a7a;}
    .wbdr-left{ border-left:1px solid #e47a7a;}
    
    .headerbg{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/header-bg-1024.png); background-position:top; background-size:cover; min-height: 102px; background-repeat:no-repeat;}
    
    .headerbg.active {
        background-image:url(https://cdn.manageengine.com/products/service-desk/images/bg-white.png) !important; background-size:cover;box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    }
    
    
    .prdLogo {
        float: none;
        margin-top: 2px;
    }
    .prdLogo a {
        display: block !important;
    }
    a.melogosvg{ margin-top:10px !important;}
    .sdplogosvg img{ margin-top:0px;}
    .menuicn{ background:url(https://cdn.manageengine.com/products/service-desk/images/servicedesk-plus-sprite-image.png) no-repeat -706px -15px; width:32px; height:20px; position:relative; top:40px;}
    
    .sec-banner{ height:715px; overflow:hidden}
    
    .bnr-sec{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/bg-1024.png); background-position:top; background-size:cover;min-height: 666px;background-repeat:no-repeat; top:102px; position:relative;}
    
    
    div.bnertxt {
        font-size: 47px;
        line-height: 55px;
        color: #333;
        padding: 15% 10px 2% 10px;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 700;
        width: 88%; margin: 0 auto;
    }
    div.bnertxt div.fl:nth-child(1){ margin-left:0px;}
    div.bnertxt div.fl:nth-child(2){ margin-left:20px;}
    p.bannersubtxt {
        font-size: 30px !important;
        font-weight: 400;
        margin-top: 0;
        padding: 0 12%;
    }
    
    
    .play-icon{ margin-top:3%;}
    .play-icon img{ width:6%;}
    
    /*
    .video-container {
        position:fixed;
        top: 00px;
        left: 0px;
        right:0px;
        width:100%;
        height:100%;
        z-index: 9999;
        background: white;
        box-shadow: 0 0 1000px 1000px rgba(0,0,0,0.8);
        display: none;
    }
    .close-video {
        position:absolute;
        top:0px;
        right:0px;
        background:#211f1f;
        padding: 5px 20px;
        margin-top: 0px;
    }
    .close-video a {
        color:#fff;
        text-decoration:none;
    }
    */
    
    .whtc-video{ font-size:14px;}
    
    .bnrcta{ width:70%; margin:0 auto}
    
    .starturfreetrial{ background:#c92632; color:#fff;  border-radius:5px; padding:12px 0px; border:2px solid #c92632; text-decoration:none; font-variant:normal; width:100%; margin: auto;}
    .scheduldemo{ color:#c92632;  border-radius:5px; padding:12px 0px; border:2px solid #c92632; text-decoration:none; font-variant:normal; width:100%; margin: auto;}
    
    .starturfreetrial a{ color:#fff; font-size:30px; text-decoration:none; line-height:35px;}
    .scheduldemo a{ color:#c92632; font-size:30px; text-decoration:none; line-height:35px; }
    
    .ipdmob-btmbar{background:#444; width:100%;}
    .ipdmob-btmbar a{ color:#f1f1f1; font-size:20px; text-decoration:none;}
    
    .ls-per20{ width: 20%;padding: 0 1.5%; float:left;}
    .ls-per80{width: 74%;padding: 0 1.5%; float:left;}
    
    
    a.btmfxlink img {width: 10%;}
    
    
    .white-rbdr{ border-right:1px solid #737373}
    .white-lbdr{ border-left:1px solid #737373}
    
    .btmfxlinpdn{padding: 0% 8% 5% 8%;
        margin: 8% 8% 8% 8%;
    }
    span.ml10{ margin-left:10px; float:left;}
    
    
    .requestdemo-icon{ background:url(https://cdn.manageengine.com/products/service-desk/images/home-page-sprite-images.png) 0px 0px; width:25px; height:26px; display:block; float:left}
    .compareedn-icon{ background:url(https://cdn.manageengine.com/products/service-desk/images/home-page-sprite-images.png) -34px 0px; width:26px; height:26px; display:block; float:left}
    .getquote-icon{ background:url(https://cdn.manageengine.com/products/service-desk/images/home-page-sprite-images.png) -68px 0px; width:26px; height:26px; display:block; float:left}
    
    .reqstdemotxt{ margin-top:7px}
    .comparetxt{ margin-top:10px}
    .getqutetxt{ margin-top:10px}
    
    .timersticky{ position:fixed;display:none;right: 0px;bottom: 0px; width:100%;  z-index: 9999;}
    
    .secbgptrn{ background:#fff;}
    /*.bgptrn{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/mobile-site-bg.png); background-repeat:repeat; display:block}*/
    h1.ithdstxt{ font-size:40px; line-height:50px; color:#000; padding:2% 5% 5% 5%;  margin:0px; font-weight:600;font-family: 'Nunito Sans', sans-serif;}
    p.hdsdiscptin{font-size:20px; line-height:30px; color:#333; padding:0% 5% 1% 5%;margin:0px; text-align:left;font-family: 'Nunito Sans', sans-serif;}
    
    section h2{font-size: 40px;line-height: 50px;font-weight:600; color:#000;font-family: 'Nunito Sans', sans-serif;}
    .featuresec h2{text-align: center; padding:0% 0% 5% 0;margin: 0px;}
    .editsctin h2{text-align: center; margin: 0px; padding:2% 0% 5% 0}
    .resourcssec h2{text-align: center; margin: 0px; padding:2% 0% 5% 0}
    .custmrquotesec h2{text-align: center; margin: 0px; padding:2% 0% 5% 0}
    .custmrlogosec h2{text-align: center; margin: 0px; padding:2% 0% 5% 0}
    .appsbtnsec h2{text-align: center; margin: 0px; padding:2% 0% 5% 0 }
    .footer-ctasec h2 {text-align: center; margin: 0px; padding:2% 0% 2% 0 }
        
    .custmrlogs{ padding-bottom:3%;}
    
    .featuresec a{text-decoration:none;}
    .featuresec a h2{font-size:22px; font-weight:400; line-height:35px; color:#3792c6; padding:0;  text-align:center; margin:0px;}
    section p {font-size:18px; line-height:28px; color:#444; padding:1%; text-align:center; margin:0px;}
    
    .ftricn1, .ftricn2, .ftricn3, .ftricn4, .ftricn5, .ftricn6, .ftricn7 {min-height:80px;}
    
    .ftricn1 img {display: block;max-width: 22%;}
    .ftricn2 img {display: block;max-width: 22%;}
    .ftricn3 img {display: block;max-width: 22%;}
    .ftricn4 img {display: block;max-width: 22%;}
    .ftricn5 img { display: block; max-width: 20%; margin-top: -10px; position: relative; padding-bottom: 17px; }
    .ftricn6 img {display: block;max-width: 20%;}
    .ftricn7 img {display: block;max-width: 22%;}
    
    .ftrs-hdrtxt h3 {
        min-height: 25px;
        margin-top: 5%;
        margin-bottom: 0px;
        font-size: 25px;
        font-weight:600;
    }
    p.ftrs-ptxt{ min-height:165px; margin-top:5%; font-size:17px; line-height:25px;}
    
    .ftr-powerrpting{width: 40%; padding: 0 1.5%; margin:0 auto}
    
    /* Editon new design styles start */
    
    .ednmain{}
    
    
    .edn-per10{ width:8%; padding:0 1%; float:left}
    .edn-per20{ width:18%; padding:0 1%; float:left}
    .edn-per25{ width:23%; padding:0 1%; float:left}
    .edn-per30{ width:28%; padding:0 1%; float:left}
    .edn-per35{ width:33%; padding:0 1%; float:left}
    .edn-per40{ width:38%; padding:0 1%; float:left}
    .edn-per50{ width:48%; padding:0 1%; float:left}
    .edn-per60{ width:58%; padding:0 1%; float:left}
    .edn-per70{ width:68%; padding:0 1%; float:left}
    .edn-per75{ width:73%; padding:0 1%; float:left}
    .edn-per80{ width:78%; padding:0 1%; float:left}
    .edn-per90{ width:88%; padding:0 1%; float:left}
    .edn-per100{ width:98%; padding:0 1%; float:left}
    
    .ednhdr-cont .edn-per10{ width:0%; padding:0 1%; float:left}
    .ednhdr-cont .edn-per40{ width:28%; padding:0 1%; float:left}
    .ednhdr-cont .edn-per50{ width:68%; padding:0 1%; float:left}
    
    
    .openclose{ display:none}
    .openclose img {position: absolute; right: 7%; margin-top: 45px; width: 3%; cursor:pointer;}
    
    .strtsfrmtxt{ font-size:12px; color:#000; margin-top:5px; text-align:right;}
    .tectmonthtxt{ font-size: 13px; line-height: 23px; font-weight: 300; color: #444; width:100%;text-align:right;}
    .pricetxt{ font-size: 30px; line-height: 40px; font-weight: 800; color: #000;text-align:right;}
    .pricetxt span{  font-weight: 300; }
    
    .ednhdr-cont{border-top:none;padding:3% 5% 3% 5%;}
    .ednftr-cont{padding:0% 5% 5% 5%; cursor:pointer;}
    
    
    .edn-hdrtxt { font-size: 30px; line-height: 40px; font-weight: 800; color: #000; }
    .edn-subhdrtxt { font-size: 13px; line-height: 23px; font-weight: 400; color: #000; letter-spacing:-0.3px;}
    .edn-valuetxt { font-size: 20px; line-height: 35px; font-weight: 400; color: #e65555; margin-top:1%;}
    span.ppinfont{ font-family:'Poppins', sans-serif; font-weight:400}
    .ednctadiv{ padding:10% 0}
    a.ednstrtfre{background: #c92632; color: #fff; border-radius: 5px; padding: 5px 30px; text-decoration: none; font-size:22px; text-align:center;}
    
    ul.edn-ftrslist{ margin:0px; padding:0;list-style-type:none; color:#000; font-size: 18px; font-weight:400; line-height:30px;}
    ul.edn-ftrslist li{ padding:2% 0; border-bottom:1px solid #d7d7d7}
    ul.edn-ftrslist li:last-child {border-bottom:none}
    ul.edn-ftrslist li a{ list-style-type:none; color:#000;text-decoration:none;}
    
    .openclose{ display:none}
    
    /* Editon new design styles end */
    
    .std-edn-tblbg{ background:#7662a2; border-radius:10px;padding-top: 8px;}
    .prf-edn-tblbg{ background:#4ab38d; border-radius:10px;padding-top: 8px;}
    .ent-edn-tblbg{ background:#3086c5; border-radius:10px;padding-top: 8px;}
    
    .editns-hdrbg{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/edition-headers-bg.png); background-repeat:no-repeat; background-position:top; background-size:cover; padding:10% 1%}
    
    .std-edn-hdr{ color:#c0adea; font-size:40px; font-weight:600; }
    .std-edn-cptn{ color:#c0adea; font-size:16px; line-height:28px; font-weight:500; padding:7% 5% 0 5%;}
    
    .prf-edn-hdr{ color:#6cdbb3; font-size:40px; font-weight:600; }
    .prf-edn-cptn{ color:#6cdbb3; font-size:16px; line-height:28px; font-weight:500;  padding:7% 3% 0 3%;}
    
    .ent-edn-hdr{ color:#61bdff; font-size:40px; font-weight:600; }
    .ent-edn-cptn{ color:#61bdff; font-size:16px; line-height:28px; font-weight:500; padding:7% 5% 0 5%;}
    
    ul.editns-ftrslist{ margin:0px; padding:5% 0;list-style-type:none; color:#fff; font-size: 18px; font-weight:300; line-height:30px; text-align:center; min-height:280px}
    ul.editns-ftrslist li{ padding:1% 0;}
    ul.editns-ftrslist li a{ list-style-type:none; color:#fff; font-size: 18px; line-height:30px; font-weight:300; text-align:center; text-decoration:none;}
    
    a.grtguotebtn{ color:#fff; background:#484949; font-size:22px; padding:15px 70px; text-align:center; text-decoration:none; border-radius:5px;}
    
    
    .resourcssec{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/mobile-site-bg.png); background-repeat:repeat;}
    
    .resourceflx{ display: flex;
        align-items: center; flex-wrap: wrap}
    .resourceflx img{ width:100%; max-width:100%}
    .resourceflx div.resourcelinks {
        flex: 0 0 39%;
        margin:20px 52px 25px 60px;
        -webkit-box-shadow: -12px 8px 20px -4px rgba(102,102,102,1);
    -moz-box-shadow: -12px 8px 20px -4px rgba(102,102,102,1);
    box-shadow: -12px 8px 20px -4px rgba(102,102,102,1);
    }
    
    .rsourcectabg{position: absolute;
        width: 324px;
        background: #000000ad;
        height: 150px;
        left: 12px;
        bottom: 40px;}
    
    .resource-form{ padding:20px;}
    .resource-form input{ width:96%; padding:15px 0px 5px 10px;outline:none;border: 1px solid #ccc; border-radius:5px !important; font-size:15px; margin:0px auto 15px auto; -webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out; height:25px;}
    .resource-form input.viewbtn{ background:#03A9F4; color:#fff; font-size:20px; font-weight:400; width:50%; padding:8px 0px;outline:none;border-radius:5px; height:auto; margin-top:5px !important; border:none; margin-bottom: 5px;}
    
    input[type='reset']:focus{border:none !important;}
    #reset {
        background: none;
        padding: 0px;
        color: #bdbdbd;
        border: none !important;
        outline: none !important;
    }
    
    
    .slideUp {
        position: absolute;
        bottom: 40px;
        left: 119px;
    }
    
    .slide {
         background-color: rgba(0, 0, 0, 88);
        display: none;
        width: 321px;
        height: 410px;
    }
    
    .scndrsc{left: 50px !important;}
    .slideUp1 {
        position: absolute;
        bottom: 40px;
        left: 50px;
    }
    .slide1 {
         background-color: rgba(0, 0, 0, 88);
        display: none;
        width: 320px;
        height: 410px;
    }
    
    .whitepaper-form{ padding:7% 9% 0 9%;}
    #reverse
    {
      position: relative;
    }
    #reverse1
    {
      position: relative;
    }
    .rsrce-close {
        margin-top: 30%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 25px;
        font-size:20px;
        color:#ccc;
        font-weight:300;
        z-index:99;
    }
    
    .resource-form{ margin-top:20%}
    
    
    
    .inpt{
        width: 100%;
        color: rgb(68, 68, 68);
        border: 1px solid rgb(222, 222, 222);
        text-indent: 5px;
        box-sizing: border-box;
        padding: 10px 5px;
        border-radius: 5px;
        font-size: 15px;
        }
    .smitbtn{ padding:10px; text-align:center}
    .submitbtn{cursor: pointer;
        outline: none medium;
        text-align: center;
        font-size: 20px;
        border-style: solid;
        border-width: 5px;
        border-radius: 5px;
        padding: 10px 30px;
        background:none;
        color:#fff; border:2px solid #fff}
    .submitbtn:hover{
        background:#000;
        color:#fff; border:2px solid #fff}
        
    .formpdn {
        padding: 0% 8%;
    }
    .emlmtp{ margin-top:10px;}
    .phntp{ margin-top:20px;}
    
    
    .custmr-bdr{ border-top:1px solid #e4c9c4;padding-bottom: 10px; margin-top: 10px;}
    p.custmrquote {
        font-size: 18px;
        color: #444;
        line-height: 30px;
        margin-top: 5%;
        padding: 0 20%;
    }
    .custmrnamsec{ width:50%; float:right; margin-right:-15px; position:relative;}
    img.custmr-qutimg{ width:7%; padding-bottom:0%;}
    .custmrimg{ width:25%; float:left;}
    .custmrimg img{ width:85%;}
    .custmr-name{ color:#c34d36; font-size:20px; font-weight:600;padding-top: 2%; padding-bottom:3%;}
    .custmr-discpn{ color:#444;  font-size:17px;}
    
    .custmrlogosec{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/mobile-site-bg.png); background-repeat:repeat; padding:5% 0}
    .custmrlogosec ul li {
        list-style-type: none;
        float: left;
        padding: 0%;
        width: 19%;
        margin: 3% 3%;
        height: 15px;
    }
    
    .custmrlogosec ul li.logo9{ display:none;}
    /*
    .custmrlogosec ul li.logo1{ width: 10%;}
    .custmrlogosec ul li.logo4{ width: 10%;}
    .custmrlogosec ul li.logo3{ width: 10%;}
    .custmrlogosec ul li.logo5{ width: 10%;margin-top: -3px; position:relative;}
    */
    
    .custmrlogosec ul li img{ width:80%;}
    img.disnylogo{ margin-top:-10px; position:relative;}
    img.rbslogo{ margin-top: -3px; position:relative;}
    img.dellogo{ width:80% !important;}
    
    
    .appstoresec{ background-image:url("https://cdn.manageengine.com/products/service-desk/images/apps-buttons-bg-768.jpg");background-position: 80px 0; background-repeat:no-repeat; background-size:cover; padding-top: 77%;
        padding-bottom: 8%;}
    
    .appsbtns{ position:relative;}
    .appsbtns img{ width:50%}
    
    .thnkscont{ padding:5%;}
    .thnkscont h2{ font-size:30px; line-height:45px; margin-top:0px;}
    .thnkscont p{ font-size:17px; line-height:20px;}
    
    .footer-ctasec{ background:#202020;}
    .footer-ctasec h2{ color:#fff; font-weight:300;}
    
    
    .ftr-startfretrl{ background:#c92632; color:#fff; padding:15px 0px; border:2px solid #c92632; text-decoration:none; width: 40%;margin: 0 auto;}
    
    .ftr-startfretrl a {
        color: #fff;
        font-size: 25px;
        text-decoration: none;
    }
    p.ftrsignin{ color:#969696; font-weight:300; margin-bottom:2%;}
    .ftrsignin a{ color:#55a6d9; text-decoration:none;}
    
    #footer {
        background: none;
        color: #474747;
    }
    
    .ftr-links{ width:64%; margin:0 auto;}
    .ftr-links a{ color:#474747; text-decoration:none; text-align:center; padding:0 2%;}
    .per-20{ width:18%; padding:0 1%; margin:0 auto;text-align:center; float:left !important;}
    .per-25{ width:23%; padding:0 1%; margin:0 auto;text-align:center; float:left !important;}
    
    .tolemail{width:61%; margin:0 auto;}
    .tolemail a{ color:#55a6d9; text-decoration:none;}
    .tolemail span{ color:#55a6d9;}
    .per-50{ width:48%; padding:0 1%; margin:0 auto;text-align:center; float:left !important;}
    .ftrgraybdr{ background:#d7d7d7; width:90%; height:1px; margin:3% auto;}
    
    section.footer-ctasec.sec-pTB{ padding:10px 0}
    
    .social-icons{width:40%; margin:0 auto;}
    .social-icons img {
        width: 100%;
        max-width: 90%;
    }
    
    
    .copyright{ padding:2% 0 3% 0}
    .copyright a{ color:#55a6d9; text-decoration:none;}
    
    
    
    
    
    /*getquote page styles start */
    .gtqtform{ width:600px; margin:0 auto; position:relative;}
    .gtqtform input{ width:100%; padding:20px 10px 10px 10px;outline:none;border: 1px solid #ccc; border-radius:5px; font-size:16px; margin-bottom:15px; -webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
    
    .gtqtform select{ width:104%;padding:15px 10px; height: 50px !important;outline:none;border: 1px solid #ccc; border-radius:5px; font-size:16px; margin-bottom:15px}
    
    .gtqtform textarea{ width:103%;border: 1px solid #ccc; border-radius:5px;}
    
    
    .dmo-opodchk{ width:50%; margin:0 auto}
    input.dmo-rdiobtn{width:20px; height:15px; }
    .dmo-sbhdr{ font-size:17px; width:350px; margin:0 auto; line-height:30px;}
    input.gtqte-submit{ background:#0d89d1; color:#fff; font-size:20px; font-weight:400; width:270px; padding:15px 15px;outline:none;border-radius:15px; margin-top:20px;}
    
    .gtdmo{ text-align:center; font-size:14px; font-weight:300; padding-bottom:10px;}
    .fieldset {
      margin: 0;
      padding: 0;
      border: 0;
    }
    .gtqte-label {
      position: relative;
    }
    .gtqte-label label {
      position: absolute;
        left: 10px;
        padding-left: 2px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        margin-top: -50px;
        font-size:16px;
        color:#444;
        
    }
    
    .gtqte-js-label input:focus {
      outline: 0;
      background: white;
    }
    
    
    .gtqte-js-label input[data-empty="false"] + label, .gtqte-js-label input:focus + label {
      color: #00A5FF;
      font-weight:300;
      font-size: 12px;
      -webkit-transform: translate3d(0, -10px, 0);
              transform: translate3d(0, -10px, 0);
    }
    
    /*getquote page styles end */
    
    
    /*Edition page styles start */
    
    .endcontent h2{ margin-bottom:10px;padding-bottom: 0px;}
    
    /*Edition page styles end */
    
    a.facbk-gry{ background:url(https://cdn.manageengine.com/products/service-desk/images/facebook-color-icon.png) no-repeat; width:60px; height:60px; margin:0 auto; display:block}
    a.twit-gry{ background:url(https://www.manageengine.com/products/service-desk/newsletters/images/twitter.png) no-repeat; width:60px; height:60px; margin:0 auto; display:block; background-size: cover;}
    a.linkin-gry{ background:url(https://cdn.manageengine.com/products/service-desk/images/linkedin-color-icon.png) no-repeat; width:60px; height:60px; margin:0 auto; display:block}
    a.youtb-gry{ background:url(https://cdn.manageengine.com/products/service-desk/images/youtube-color-icon.png) no-repeat; width:60px; height:60px; margin:0 auto; display:block}
    a.gogle-gry{ background:url(https://cdn.manageengine.com/products/service-desk/images/googleplus-color-icon.png) no-repeat; width:60px; height:60px; margin:0 auto; display:block}
    a.instgrm-gry{ background:url(https://cdn.manageengine.com/products/service-desk/images/instagram-color-icon.png) no-repeat; width:60px; height:60px; margin:0 auto; display:block}
    
    
    /*Mobile web download GDPRmessage start*/
    
        #meGDPRMessage label{ position:relative !important;}
        
        /*Mobile web download GDPRmessage start*/
        
        
    }
    
    @media screen and (max-width:900px){
        
        
        
        .flexBnrslides, .flex-control-nav, .flex-direction-nav{ display:block;}
    
        .menu-open {top: 35px;}
        
        ul.mobilemenu li {padding: 10px 0px 10px 0px;font-size: 30px;}
        ul.mobilemenu li a{ color: #fff; text-decoration:none;padding: 15px 20px 15px 25px;  font-size: 20px;}
        
        
        .sec-pTB {padding: 40px 0;}
        
        .headerbg{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/ipads-768-header-bg.png) !important; background-position:top; background-size:cover; min-height: 102px; background-repeat:no-repeat;}
        
        .bnr-sec{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/ipads-768-banner-bg.png) !important; background-position:top; background-size:cover;min-height:922px;background-repeat:no-repeat;}
        
        .sec-banner {height:990px;overflow: hidden;}
    
    
        div.bnertxt {
        font-size: 44px;
        line-height: 60px;
        color: #333;
        padding: 7% 10px 3% 10px;
        font-weight:700;
        width: 55%;
    }
    div.bnertxt div.fl:nth-child(1){margin-left:0px;width:100%;}
    div.bnertxt div.fl:nth-child(2){margin-left: 0px;width:100%;}
    
        p.bannersubtxt {
        font-size: 30px !important;
        font-weight: 400;
        margin-top: 0px;
        padding: 0 21%;
        line-height: 40px;
    }
        .play-icon{ margin-top: 5%;}
        .play-icon img{ width:5%;}
        
        .btmfxlinpdn{ padding:0% 3% 9% 3%;}
        
        .ipad-per50 {
        width: 84%;
        padding: 0 8%;
        float: none;
        margin: 3% 0;
        }
        
        .featuresec .ipad-per30 {
        margin: 2% 0;
        float: left;
        width: 36%;
        padding: 0 7%;
    }
        
        .ftricn1 {min-height:70px;}
        .ftricn2 {min-height:70px;}
        .ftricn3 {min-height:70px;}
        .ftricn4 {min-height:70px;}
        .ftricn5 {min-height:70px;}
        .ftricn6 {min-height:70px;}
        .ftricn7 {min-height:70px;}
        
        .ftricn1 img {display: block;max-width: 22%;}
        .ftricn2 img {display: block;max-width: 22%;}
        .ftricn3 img {display: block;max-width: 22%;}
        .ftricn4 img {display: block;max-width: 22%;}
        .ftricn5 img {display: block;max-width: 20%;}
        .ftricn6 img {display: block;max-width: 20%;}
        .ftricn7 img {display: block;max-width: 22%;}
    
        p.ftrs-ptxt {
            min-height: 100px;
        }
        
        h3, a.qstinhdr {
        color: #272727;
        text-decoration: none;
        font-size: 25px  !important;
        line-height: 30px  !important;
        font-weight: 500;
        cursor:auto !important;
        }
        
        .ednhdr-cont .edn-per10{ width:8%; padding:0 1%; float:left}
        .ednhdr-cont .edn-per40{ width:38%; padding:0 1%; float:left}
        .ednhdr-cont .edn-per50{ width:48%; padding:0 1%; float:left}
        
        .strtsfrmtxt{ font-size:12px; color:#000; margin-top:0px;}
    
        .edn-subhdrtxt { font-size: 17px; line-height: 23px; font-weight: 400; color: #000;letter-spacing:normal;}
        .pricetxt{ font-size: 30px; line-height: 30px;}
    
    
        .openclose{ display:block !important}
        .openclose img {position: absolute; right: 7%; margin-top: 25px; width: 3%;}
        
        .featuresec img {
        display: block;
        }
        .ftrs-ptxt {
            min-height: 75px;
            margin-top: 1%;
            font-size: 17px;
            line-height: 25px;
        }
        .ednhdr-cont {
            border-top: none;
            padding: 5%;
        }
        .edn-hdrtxt {
            font-size: 30px;
            line-height: 40px;
            font-weight: 800;
            color: #000;
        }
        .editsctin .ipad-per30 {
        margin: 0;
        float: none;
        width: 97%;
        }
        
        a.ednstrtfre { background: #c92632; color: #fff; border-radius: 5px; padding: 5px 70px; text-decoration: none; font-size: 30px; text-align: center; }
        
        .ednhdr-cont{ border-top:1px solid #d7d7d7 !important;}
    
        .ednctadiv {padding: 5% 0;}
        
        .editns-hdrbg{ padding:5% 1%;}
        .std-edn-hdr, .prf-edn-hdr, .ent-edn-hdr {
        font-size: 65px;
        line-height: 60px;
        font-weight: 600;
    }
        .std-edn-cptn, .prf-edn-cptn, .ent-edn-cptn {
        font-size: 25px;
        line-height: 40px;
        font-weight: 400;
        padding: 3% 10% 0 10%;
    }
        ul.editns-ftrslist li a {
        font-size: 20px;}
        ul.editns-ftrslist li {
        font-size: 20px;}
        
        section h2 {text-align: center;margin: 0px;line-height: 45px;}
        
        .featuresec h2{padding: 3% 0% !important; }
        .editsctin h2{padding: 3% 0% !important; }
        .resourcssec h2{padding: 3% 15% !important;}
        .custmrquotesec h2 { text-align: center; margin: 0px; padding: 5% 19%; }
        .custmrlogosec h2 { text-align: center; margin: 0px; padding: 5% 20%; line-height: 50px; }
        .appsbtnsec h2{padding: 8% 0% 3% 0% !important; }
        .footer-ctasec h2 {padding: 3% 0% 3% 0% !important;}
        
        p.custmrquote { font-size: 18px; color: #444; line-height: 30px; margin-top: 1%; padding: 2% 10%; }
        .custmr-name { padding-bottom: 5%;}
        
        
        .resourcssec.ipad-per30 {
        margin: 5% 0;
        float: none;
        width: 80%;
        padding: 0 10%;
        }
        
        .rsrce-close {
        margin-top: 30%;
        position: absolute;
        left: 0;
        right: 0;
        font-size: 18px;
        color: #ccc;
        font-weight:300;
    }
        .resourceflx{ display: flex; flex-wrap: wrap;}
        .resourceflx div.resourcelinks {
        flex: 0 0 80%;
        margin: 10%;
    }
    
        img.scndrs-imgml{margin-left: -200px;}
        
        .ipdmob-btmbar a {
            color: #fff;
            font-size: 18px;
            text-decoration: none;
        }
        
    
        img.scndrs-imgml{margin-left: -155px;}
    
        .slideUp {
             bottom: 65px;
            left: 65px;
        }
        .scndrsc {
        left: 65px !important;
        }
        .slide{
             width: 538px;
            height: 689px;
        }
        
        .slideUp1 {
             bottom: 65px;
            left: 65px;
        }
        .slide1 {
             width: 538px;
            height: 689px;
        }
        
        
    
        .footer-ctasec h2 {font-size:30px;}
        .ftr-startfretrl a {font-size: 25px;}
        
        
        .inpt{
        width: 100%;
        color: rgb(68, 68, 68);
        border: 1px solid rgb(222, 222, 222);
        text-indent: 5px;
        box-sizing: border-box;
        padding: 10px 5px;
        border-radius: 5px;
        font-size: 18px;
        }
    .submitbtn{cursor: pointer;
        outline: none medium;
        text-align: center;
        font-size: 20px;
        border-style: solid;
        border-width: 5px;
        border-radius: 5px;
        padding: 10px 30px;
        background:none;
        color:#fff; border:2px solid #fff}
    .submitbtn:hover{
        background:#000;
        color:#fff; border:2px solid #fff}
        
    .formpdn{ padding:10% 10%}
    .emlmtp{ margin-top:10px;}
    .phntp{ margin-top:20px;}
        
        .custmrnamsec {
        width: 37%;
        float: right;
        margin-right: -15px;
        position: relative;
        margin-top:1%;
    }
        
        .custmrlogosec ul li img {width: 90%;}
        
        .custmrlogosec ul li {
        list-style-type: none;
        float: left;
        padding: 2% 1%;
        width: 21.3%;
        margin: 0 auto;
        height: auto;
        line-height: 70px;
    }
        
        .custmrlogosec{ padding:0px}
        
        .custmrlogosec ul li.logo1{ width: 22%;}
        .custmrlogosec ul li.logo3{ width: 28%;}
        .custmrlogosec ul li.logo5{ width: 28%;}
        .custmrlogosec ul li.logo4{ width: 20%;}
        img.disnylogo{ margin-top:-3px; position:relative;}
        img.rbslogo{ margin-top:0px; position:relative;}
        
        .appstoresec {
        background-position: 0px;
        padding-bottom: 13%;
        margin-top: 3%;
        }
        
        .appstoresec div.ipad-per50 {
        width: 46%;
        padding: 0 2%;
        float: left;
        }
        .appsbtns img {
        width: 65%;
    }
        .appsbtns {
            top:65px;
        position: relative;
        }
        
        .ftr-links{ width:91%; margin:0 auto;}
        .ftr-links a{ padding:0 3%;}
        
        .per-25{ width:98%; padding:0 1%;float:none; margin:2% 0;}
        
        .tolemail{width:61%; margin:0 auto; font-size:20px;}
        .per-50{ width:98%; padding:0 1%;float:none; margin:2% 0;}
        .ftrgraybdr{ margin:3% auto;}
        
        .ftr-links a{ color:#474747; text-decoration:none; text-align:center; padding:0% 5%; font-size:20px;}
        
        .social-icons{width:50%; margin:3% auto;}
        
        .ftr-links .per-20{ width:98%; padding:0 1%;float:none !important; margin:2% 0;}
        .social-icons .per-20{ width:18%; padding:0 1%;float:left !important;}
        
        .social-icons img {width: 100%;max-width: 90%;}
        
        .copyright {font-size:20px;}
        .copyright a{font-size:20px;}
        
        .thnkscont {
        padding:5% 8% 0% 8%;
        }
        
        
        
        
    
    }
    
    @media screen and (max-width:800px){
        div.bnertxt {
        font-size: 66px;
        line-height: 75px;
        color: #333;
        padding: 15% 10px 3% 10px;
        font-weight: 700;
        width: 55%;
    }
    }
    
    @media screen and (max-width:768px){
        
        ul.mobilemenu li {padding: 5px 0px 5px 0px;font-size: 30px;}
        
        
    
        .sec-pTB {padding: 40px 0;}
        .headerbg{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/ipads-768-header-bg.png) !important; background-position:top; background-size:cover; min-height: 102px; background-repeat:no-repeat;}
        .bnr-sec{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/ipads-768-banner-bg.png) !important; background-position:top; background-size:cover;min-height:922px;background-repeat:no-repeat;}
        
        .sec-banner {height:990px;overflow: hidden;}
        
        .ipad-per50 {width: 84%;padding: 0 8%;float: none;margin: 3% 0;}
        div.bnertxt {font-size: 62px;line-height: 70px;color: #333;padding: 15% 14% 3% 14%;}
        .play-icon img {width: 9%;}
        .featuresec a h2 {font-size: 30px;}
        
        section p {font-size: 23px;line-height: 35px;}
        
        .ipdmob-btmbar a {color: #fff;font-size: 18px;text-decoration: none;}
        
        img.scndrs-imgml{margin-left: -155px;}
    
        .slideUp {	 bottom: 65px;	left: 65px;}
        .scndrsc {left: 65px !important;}
        .slide{width: 538px;	height: 689px;}
        
        .slideUp1 {bottom: 65px;	left: 65px;}
        .slide1 {width: 538px;	height: 689px;}
        
    
        .footer-ctasec h2 {font-size:30px;}
        .ftr-startfretrl a {font-size: 25px;}
    }
    
    /* iPad screen styles end*/
    
    @media screen and (max-width:600px){
        div.bnertxt {
        font-size: 49px;
        line-height: 60px;
        color: #333;
        padding: 10% 14% 3% 14%;
    }
    p.bannersubtxt {
        font-size: 30px !important;
        font-weight: 400;
        margin-top: 0px;
        padding: 0 13%;
        line-height: 40px;
    }
    .featuresec .ipad-per30 {
        float: none;
        width: 80%;
        padding: 0 10%;
        margin-top: 5%;
    }
    .featuresec h2 {
        padding: 3% 12% !important;
    }
    .editsctin h2 {
        padding: 3% 16% !important;
    }
    .ftrs-hdrtxt h3 {
        min-height: 25px;
        margin-top: 5%;
        margin-bottom: 0px;
        font-size: 30px !important;
        font-weight: 600;
    }
    .custmrlogosec h2 {
        text-align: center;
        margin: 0px;
        padding: 5% 13%;
        line-height: 50px;
    }
    .appsbtnsec h2 {
        padding: 8% 20% 3% !important;
    }
    p.ftrs-ptxt {
        margin-top: 5%;
        font-size: 20px;
        line-height: 30px;
    }
    ul.edn-ftrslist {
        margin: 0px;
        padding: 0;
        list-style-type: none;
        color: #000;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
    }
    p.custmrquote {
        font-size: 20px;
        color: #444;
        line-height: 30px;
        margin-top: 1%;
        padding: 2% 10%;
    }
    .ftr-startfretrl {
        background: #c92632;
        color: #fff;
        padding: 15px 0px;
        border: 2px solid #c92632;
        text-decoration: none;
        width: 60%;
        margin: 0 auto;
    }
    .social-icons {
        width: 65%;
        margin: 3% auto;
    }
    
    }
    
    @media screen and (max-width:480px){
        
        
        .flexslider {
        width: 100% !important;
        margin-bottom: 0;
    }
    
        .ipadmob-fixd {height:63px !important;}
        .headerbg {min-height: 60px !important;}
        .contentare{ margin-top:60px;}
        .melogosvg img { width: 120px !important;margin-top: -2px !important;}
        .sdplogosvg img {margin-top: -5px !important; width: 150px !important}
        .bnr-sec{top: 60px !important;}
        
        .headerbg {background-image:url(https://cdn.manageengine.com/products/service-desk/images/480x853-header-bg.png) !important; background-size:contain;
        }
        .bnr-sec {background-image: url(https://cdn.manageengine.com/products/service-desk/images/480x853-banner-bg.png) !important; min-height: 793px;background-size:contain;
        }
        .sec-banner {height: 853px;overflow: hidden;
        }
        div.bnertxt {font-size: 39px;
        line-height: 53px;
        color: #333;
        padding: 10% 7% 3% 7%;
        font-weight: 700;
    }
        p.bannersubtxt {
        font-size: 23px !important;
        font-weight: 400;
        margin-top: 0%;
        line-height: 30px;
        padding: 0 9%;
    }
        .play-icon {
        margin-top: 8%;
    }
        
        .starturfreetrial a {
        color: #fff;
        font-size: 25px;
        text-decoration: none;
        line-height: 25px;
    }
        .scheduldemo a {
        color: #c92632;
        font-size: 25px;
        text-decoration: none;
        line-height: 25px;
    }
    
    .requestdemo-icon{ background:url(https://cdn.manageengine.com/products/service-desk/images/home-page-sprite-images.png) -1px -90px; width:19px; height:20px; display:block; float:left}
    .compareedn-icon{ background:url(https://cdn.manageengine.com/products/service-desk/images/home-page-sprite-images.png) -27px -90px; width:21px; height:20px; display:block; float:left}
    .getquote-icon{ background:url(https://cdn.manageengine.com/products/service-desk/images/home-page-sprite-images.png) -54px -90px; width:20px; height:20px; display:block; float:left}
        
        .btmfxlinpdn {
        padding: 0% 1% 12% 1%;
        }
        a.btmfxlink img {
        width: 20%;
        }
        span.ml10 {
        margin-left: 8px;
        font-size: 14px;
        }
        
        .ednhdr-cont {
        border-top: none;
        padding: 3% 5% 3% 3%;
    }	
        
        
        
        .menu-open {top:10px !important; margin-right: 10px !important; z-index: 999999;}
        
        .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-8px, 8px) ;
        transform: rotate(-45deg) translate(-8px, 8px) ;
        z-index:999999;
        background:#fff;
        position:relative;
        width:27px;
        }
        
        
        .change .bar3 {
            -webkit-transform: rotate(45deg) translate(-3px, -4px) ;
            transform: rotate(45deg) translate(-2px, -2px) ;
            z-index:999999;
            background:#fff;
            position:relative;
            width:27px;
        }
    
        .bar1, .bar2, .bar3 {
        width: 30px;
        height: 3px;
        background-color: #333;
        margin: 4px 0;
        transition: 0.4s;
        cursor: pointer;
        border-radius: 3px;
    }
    
        .mobmenu-slide{top: 0px !important;}
        .mobmenu-slide.active{top: 0px !important;}
        
        .ovrly, .ovrly.active { top: 0px;}
        
        ul.mobmenu-slide {
            
            padding-top:60px;
        }
        ul.mobmenu-slide.active {
            right: 0px!important;
            height: 100%;
            position: fixed;
            background: #333;
            z-index:99999;
            top:0px;
            padding-top:60px;
        }
        
        ul.mobilemenu li {
        width: 100%;
        font-size:15px;
        padding: 20px 0px 20px 0px;
    }
        ul.mobilemenu li a {
        color: #fff;
        text-decoration: none;
        padding: 15px 70px 15px 15px;
            font-size: 16px;
              
    }
        li.contact{font-size:16px;}
    
        
        h1.ithdstxt {
        font-size: 35px;
        line-height: 45px;}
        
        .ftr-powerrpting{width: 80%; padding: 0 1.5%; margin:0 auto}
        .ftr-powerrpting img{ width:20%;}
        a.signupcta {
        padding: 7px 18% !important;
        font-size: 19px !important;
        font-weight: 600 !important;
    }
        
        .featuresec .ipad-per30 {
        float: none;
        width: 80%;
        padding: 0 10%;
        margin-top: 5%;
    }
        .sec-pTB {
        padding: 20px 0;
    }
        .featuresec h2{padding: 3% 16% !important; text-align: center; margin: 0px; font-size:30px; line-height:35px;}
        .editsctin h2{padding: 3% 19% !important; text-align: center; margin: 0px;font-size:30px; line-height:35px;}
        .resourcssec h2{padding: 3% 19% !important; text-align: center; margin: 0px;font-size:30px; line-height:35px;}
        .custmrquotesec h2{padding: 3% 14% 6% 14% !important;text-align: center; margin: 0px;font-size:30px; line-height:35px;}
        .custmrlogosec h2{padding: 6% 13% !important;text-align: center; margin: 0px;font-size:30px; line-height:35px;}
        .appsbtnsec h2{padding: 8% 20% 3% 20% !important; text-align: center; margin: 0px;font-size:30px; line-height:35px;}
        .footer-ctasec h2 {padding: 3% 5% 0% 5% !important;}
        
        .contentare h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: 5%;
    }
    
        p.hdsdiscptin {
        font-size: 18px;
        line-height: 25px;}
        p.ftrs-ptxt {min-height: auto; margin-top: 2%; font-size:18px; line-height:25px;}
        
        .thnkscont h2{padding:0 5% 5% 5% !important; text-align: center; margin: 0px;font-size:30px; line-height:45px;}
        
        .edn-hdrtxt {
        font-size: 35px;
        line-height: 40px;
        font-weight: 700;
        color: #000;
    }
        .custmrlogosec ul li {
        list-style-type: none;
        float: left;
        padding: 0% 1%;
        width: 20%;
        margin: 0 auto;
        height: auto;
        line-height: 60px;
    }
        .custmrlogosec ul li img{    width: 90%;}
        .custmrlogs {
        padding-bottom: 2%;
    }
        
        .ftricn2 {
        min-height: 50px;
        }
        .ftricn7 {
        min-height: 65px;
        }
    
    
        
        .custmrnamsec {
        width: 60%;}
    
        img.custmr-qutimg {
        width: 10%;
        padding-bottom: 0%;
    }
        p.custmrquote {
        font-size: 18px;
        color: #444;
        line-height: 30px;
        margin-top: 5%;
        padding: 2% 10%;
    }
    
    .slideUp, .slideUp1 {
        bottom: 39px;
        left: 7px;
    }
    .scndrsc {
        left: 7px !important;
    }
    
    .slide, .slide1 {
         background-color: rgba(0, 0, 0, 88);
        display: none;
        width: 315px;
        height: 403px;
    }
    
    #reverse
    {
      position: relative;
    }
    
    
    .inpt{
        width: 100%;
        color: rgb(68, 68, 68);
        border: 1px solid rgb(222, 222, 222);
        text-indent: 5px;
        box-sizing: border-box;
        padding: 10px 5px;
        border-radius: 5px;
        font-size: 15px;
        }
    .submitbtn{cursor: pointer;
        outline: none medium;
        text-align: center;
        font-size: 20px;
        border-style: solid;
        border-width: 5px;
        border-radius: 5px;
        padding: 10px 30px;
        background:none;
        color:#fff; border:2px solid #fff}
    .submitbtn:hover{
        background:#000;
        color:#fff; border:2px solid #fff}
        
    .formpdn {
        padding: 0% 8%;
    }
    .emlmtp{ margin-top:10px;}
    .phntp{ margin-top:20px;}
    
    img.scndrs-imgml {
        margin-left: -110px;
    }
        .appsbtns {
        top: 50px;
        position: relative;
    }
        
        
        .thnkscont {
        padding: 1%;
    }
    
    
        .footer-ctasec h2 {font-size: 23px;}
        .footer-ctasec p{font-size: 15px;}
        .ftr-startfretrl { padding: 12px 0px;width: 56%;}
        .ftr-startfretrl a {font-size: 25px;}
        .ftr-links a {font-size: 15px;}
        .tolemail {font-size: 13px;}
        .copyright {font-size: 14px;}
        .copyright a {font-size: 14px;}
        
        .heading-menu h1.ftrmnhdr{ font-size:28px;}
        .heading-menu .ftrpg-inrhdr{ font-size:18px; padding:2% 4% 0px 4%;}
        
        a.ednstrtfre {font-size: 23px;}
        
        a.facbk-gry{ background:url(https://cdn.manageengine.com/products/service-desk/images/facebook-color-iconx40.png) no-repeat; width:40px; height:40px; margin:0 auto; display:block}
        a.twit-gry{ background:url(https://www.manageengine.com/products/service-desk/newsletters/images/twitter.png) no-repeat; width:40px; height:40px; margin:0 auto; display:block; background-size: cover;}
        a.linkin-gry{ background:url(https://cdn.manageengine.com/products/service-desk/images/linkedin-color-iconx40.png) no-repeat; width:40px; height:40px; margin:0 auto; display:block}
        a.youtb-gry{ background:url(https://cdn.manageengine.com/products/service-desk/images/youtube-color-iconx40.png) no-repeat; width:40px; height:40px; margin:0 auto; display:block}
        a.gogle-gry{ background:url(https://cdn.manageengine.com/products/service-desk/images/googleplus-color-iconx40.png) no-repeat; width:40px; height:40px; margin:0 auto; display:block}
        a.instgrm-gry{ background:url(https://cdn.manageengine.com/products/service-desk/images/instagram-color-iconx40.png) no-repeat; width:40px; height:40px; margin:0 auto; display:block}
        
    
    .rsrce-close { bottom:10px;}
    }
    
    /* iPhone 6+, 7+ ----------- */
    
    @media screen and (max-width:414px){
        
        .form-label label {
        margin-top: -40px;
        font-size: 14px;
        }
        .sec-pTB {
        padding: 20px 0;
    }
        .headerbg{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/iphone6plus-414-header-bg.png)!important; background-position:top; background-size:contain; background-repeat:no-repeat;}
        .menuicn {
       
        right: 10px;
    }
        ul.mobilemenu li {
            width: 100%;
            font-size:17px;
            padding: 15px 0px;
        }
        ul.mobilemenu li a {
            color: #fff;
            text-decoration: none;
            padding: 15px 71px 15px 15px;
        }
        li.contact{font-size:16px;}
        .sec-banner{ height:692px; overflow:hidden}
        
        .signupctadiv {
        position: relative;
        top: 30px;
    }
        .btmfxlinpdn {padding:0% 1% 12% 1%;}
        
    .requestdemo-icon{ background:url(https://cdn.manageengine.com/products/service-desk/images/home-page-sprite-images.png) -1px -90px; width:19px; height:20px; display:block; float:left}
    .compareedn-icon{ background:url(https://cdn.manageengine.com/products/service-desk/images/home-page-sprite-images.png) -27px -90px; width:21px; height:20px; display:block; float:left}
    .getquote-icon{ background:url(https://cdn.manageengine.com/products/service-desk/images/home-page-sprite-images.png) -54px -90px; width:20px; height:20px; display:block; float:left}
    
    
        a.btmfxlink img {
        width: 20%;
        }
        span.ml10 {
        margin-left: 3px;
        font-size: 12px;
        }
        
        a.signupcta {
        padding: 10px 25% !important;
        font-size: 17px !important;
        font-weight:600 !important;
        }
        
        .thnkscont {
        padding: 3%;
        }
    
        .bnr-sec{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/iphone6plus-414-banner-bg.png)!important; background-position:top; background-size:contain;min-height:736px;background-repeat:no-repeat;}
        
        h1.ithdstxt {
        font-size: 27px;
        line-height: 37px;}
        
        section h2 {
        font-size: 27px;line-height: 32px;padding: 0 18%;}
        
        .featuresec h2 {
        padding: 3% 16% !important;
        text-align: center;
        margin: 0px;
        font-size: 30px;
        line-height: 35px;
    }
        .featuresec h2{font-size: 27px;line-height: 32px;padding: 0 18%;}
        .editsctin h2{font-size: 27px;line-height: 32px;padding: 0 18%;}
        .resourcssec h2{font-size: 27px;line-height: 32px;padding: 0 18%;}
        .custmrquotesec h2{font-size: 27px;line-height: 32px;padding: 0 18%;}
        .custmrlogosec h2{font-size: 27px;line-height: 32px;padding: 0 18%;}
        .appsbtnsec h2{font-size: 27px;line-height: 32px;padding: 0 18%;}
        .footer-ctasec h2 {padding: 3% 5% 0% 5% !important;}
        
        .openclose img {margin-top:25px;}
    
        .featuresec a h2 {
        font-size: 20px;
    }
        p.hdsdiscptin {
        font-size: 17px !important;
        line-height: 27px;
        padding: 1% 10%;}
        
        section p {
        font-size: 17px !important;
        line-height: 27px;
    }
        .ftrs-hdrtxt h3 {
        font-size: 23px !important;
        min-height: 37px;
        margin-top: 5%;
    }
    
        .ftrs-icons {
        min-height: 55px;
        margin-top: 5%;
    }
    
        .featuresec .ipad-per30 {
        float: none;
        width: 80%;
        padding: 0 10%;
    }
        .editsctin .ipad-per30 {
        margin:0;}
        
        .edn-hdrtxt {font-size: 27px;line-height: 27px; font-weight:800;}
        .edn-subhdrtxt {font-size: 11px;}
        .edn-valuetxt {font-size: 20px;line-height: 20px; margin-top:1%;}
        .ednctadiv {padding: 8% 0;}
        .ednftr-cont{padding: 0% 5% 10% 5%;}
        
        a.ednstrtfre {font-size: 20px;padding: 5px 50px;}
        ul.edn-ftrslist {font-size: 17px;line-height: 25px;}
    
    .editns-hdrbg{padding:5% 1%}
    .std-edn-hdr, .prf-edn-hdr, .ent-edn-hdr{font-size:40px; line-height:40px; font-weight:500; }
    .std-edn-cptn, .prf-edn-cptn, .ent-edn-cptn{ font-size:15px; line-height:25px; font-weight:400; padding:3% 5% 0 5%;}
    
    ul.editns-ftrslist li a {
        font-size: 16px;
        line-height: 20px;}
    ul.editns-ftrslist li {
        padding: 0;
        font-size: 16px;
    }
    
    ul.editns-ftrslist {
        min-height: 210px;
    }
        a.grtguotebtn {
        font-size: 20px;
        padding: 5px 30px;}
        .editsctin div.pT70{ padding-top:0px !important;}
        .editsctin div.pb60{ padding-bottom:30px  !important;}
    
    
        .ipad-per50 {
        width: 84%;
        padding: 0 8%;
        float: none;
        margin: 3% 0;
        }
        div.bnertxt {
        font-size: 34px !important;
        line-height: 40px;
        color: #333;
        padding: 20% 35px 0% 35px;
        font-weight: 700;
    }
    
        p.bannersubtxt {
            font-size: 23px !important;
            font-weight: 400;
            margin-top: 5%;
            line-height: 30px;
            padding: 0 9%;
        }
        
        .play-icon img {
        width: 10%;
        margin-top:0%;
    }
    .bnr-sec div.pT50{ padding-top:6%;}
    .whtc-video {
        margin-top: 10px !important;
        font-size:15px;
    }
    .ipdmob-btmbar a{ color:#fff; font-size:12px;}
    .comparetxt {
        margin: 5px auto 0 auto;
        text-align: center;
        width: 100%;
    }
        .getqutetxt {
        margin: 5px auto 0 auto;
        text-align: center;
        width: 100%;
    }
    .starturfreetrial {
        padding: 11px 0px;
        border-radius: 5px;
    }
    .scheduldemo {
        border-radius: 5px;
        padding: 11px 0px;
    }
    .starturfreetrial a {
        font-size: 21px;
    }
    .scheduldemo a {
        font-size: 21px;
    }
        
    
    .rsourcecta{width: 50%;
        background: #03A9F4;
        color: #fff;
        padding: 10px 0;
        font-size: 20px;
        border-radius: 5px;
        margin: 0 auto;
        top: 50px;
        position: relative;}
    .rsourcectabg{position: absolute;
        width: 324px;
        background: #000000ad;
        height: 150px;
        left: 12px;
        bottom: 40px;}
    
    
    
    .btmpdn2 {
        padding: 10px 10px 2px 10px !important;
    }
    .btmpdn1 {
        padding: 10px 8px 3px 8px !important;
    }
    
    .ls-per20{ width: 100%;padding:0; float:none;}
    .ls-per80{width: 100%;padding:0; float:none;}
    
    .btm-rqst-demo img {
        width: 50%;
    }
    .btm-compare img {
        width: 54%;
    }
    .btm-getquote img {
        width: 49%;
    }
    
    .resourcssec h2{ padding:3% 10% 3% 10%;}
    .slideUp, .slideUp1 {bottom: 40px;left: 8px;}
    
    .slide, .slide1 {
      
        width:330px;
        height: 430px;
    }
    
    
    .inpt{
        width: 100%;
       
        padding: 10px 5px;
        border-radius: 5px;
        font-size: 15px;
        }
    .submitbtn{
        font-size: 20px;
        padding: 10px 30px;
        }
    .formpdn {
        padding: 0% 8%;
    }
    .emlmtp{ margin-top:10px;}
    .phntp{ margin-top:20px;}
    
    
    .custmrnamsec {
        width: 60%;}
    .custmrimg img {
        width: 95%;
    }
    p.custmrquote {
        font-size: 17px;
        line-height: 26px;}
    .custmr-name {font-size: 14px;}
    .custmr-discpn {font-size: 14px;}
    .custmrlogosec ul li { line-height:50px; margin:2% auto}
    
    .appsbtns {
        top: 35px;
        position: relative;
    }
    
    .ftr-startfretrl {
        border-radius: 0;
        padding: 11px 0px;
        width: 60%;
        margin: 2% auto 0% auto;}
    
    .ftr-startfretrl a{ font-size:21px;}
    
    
    .ftrgraybdr {
        margin: 5% auto;
    }
    .tolemail {
        width: 100%;}
        
    
        .ftr-links{ width:100%; margin:0 auto;}
        .ftr-links a{ padding:0 3%;}
        .per-20{ width:98%; padding:0 1%;float:none !important; margin:2% 0;}
        .per-25{ width:98%; padding:0 1%;float:none !important; margin:2% 0;}
        
        .tolemail{width:100%; margin:0 auto; font-size:15px;}
        .per-50{ width:98%; padding:0 1%;float:none !important; margin:2% 0;}
        .ftrgraybdr{ margin:3% auto;}
        
        .footer-ctasec h2 {font-size: 20px;padding: 0 10%;line-height: 37px;}
        .ftr-links a{ color:#474747; text-decoration:none; text-align:center; padding:0% 5%; font-size:17px;}
        
        .social-icons {width: 65%; margin: 8% auto 5% auto;}
        .social-icons img {width: 100%;max-width: 90%;}
        
        .copyright {font-size:15px;}
        .copyright a{font-size:15px;}
        
    
    
    }
    
    @media screen and (max-width:412px){
        div.bnertxt {
        font-size: 33px !important;
        line-height: 45px;
        color: #333;
        padding: 20% 35px 0% 35px;
        font-weight: 700;
        }
    }
        
    @media screen and (max-width:411px){
        .headerbg { border: none;}
        ul.mobilemenu li a {
        color: #fff;
        text-decoration: none;
        padding: 15px 67px 15px 15px;
    }
        div.bnertxt {
        font-size: 33px !important;
        line-height: 45px;
        color: #333;
        padding: 20% 35px 0% 35px;
        font-weight: 700;
        }
    }
        
    /*Android (Nexus 4) portrait Â· width: 384px*/
    @media screen and (max-width:384px){
        
        ul.mobilemenu li {
            width: 100%;
            font-size:15px;
        }
            ul.mobilemenu li a {
            color: #fff;
            text-decoration: none;
            padding: 15px 61px 15px 15px;
        }
        li.contact{font-size:14px;}
        .sec-banner{ height:670px; overflow:hidden}
        
        .headerbg{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/iphone6-375-header-bg.png)!important; background-position:top; background-size:contain;  background-repeat:no-repeat;}
        .menuicn {
       
        right: 10px;
    }
        
        .bnr-sec{ background-image:url("https://cdn.manageengine.com/products/service-desk/images/iphone6-375-banner-bg.jpg")!important; background-position:top; background-size:cover;min-height:607px;background-repeat:no-repeat;}
        
        .prvcy-plicy{font-size: 9px;}
        .prvcy-plicy a {font-size: 9px;}
    
        div.bnertxt {
        font-size: 31px !important;
        line-height: 35px;
        color: #333;
        padding: 20% 35px 0% 35px;
        font-weight: 700;
    }
    p.bannersubtxt {
        font-size: 20px !important;
        font-weight: 400;
        margin-top: 3%;
        line-height: 30px;
        padding: 0 9%;
    }
        .ftrs-hdrtxt h3 {
        min-height: 37px;
        margin-top: 1.5%;
        font-size:20px !important;
    }
        
        .btmfxlinpdn {
        padding: 0% 0% 12% 0%;
        }
        span.ml10 {
        font-size: 10px;
        margin-left:5px;
    }
    
    .requestdemo-icon{ background:url(https://cdn.manageengine.com/products/service-desk/images/home-page-sprite-images.png) -1px -90px; width:19px; height:25px; display:block; float:left}
    .compareedn-icon{ background:url(https://cdn.manageengine.com/products/service-desk/images/home-page-sprite-images.png) -27px -90px; width:21px; height:25px; display:block; float:left}
    .getquote-icon{ background:url(https://cdn.manageengine.com/products/service-desk/images/home-page-sprite-images.png) -54px -90px; width:20px; height:25px; display:block; float:left}
    
        h1.ithdstxt {
        font-size: 25px;
        line-height: 35px;}
        section h2 {
        font-size: 22px;
        line-height: 30px;
        }
        .featuresec a h2 {
        font-size: 20px;
    }
        .featuresec h2 {
            padding: 0 10%;
        }
        
        .editsctin h2 {
            padding: 0 10%;
        }
        
        a.ednstrtfre {font-size: 23px;}
        
        p.hdsdiscptin {
        font-size: 15px;
        line-height: 25px;
        padding: 1% 5%;}
        
        section p {
        font-size: 14px !important;
        line-height: 25px !important;
    }
        
    
        .ftrs-icons {
        min-height: 55px;
        margin-top: 5%;
    }
        .featuresec .ipad-per30 {
        margin: 5% 0;
        float: none;
        width: 80%;
        padding: 0 10%;
    }
        .ipad-per50 {
        width: 84%;
        padding: 0 8%;
        float: none;
        margin: 3% 0;
        }
    
        .play-icon img {
        width: 10%;
    }
    ul.edn-ftrslist {
        font-size: 14px;
        line-height: 25px;
    }
    .custmrlogosec ul li.logo9 {
        display: block;
    }
    .custmrlogosec ul li {
        line-height: 50px;
        margin: 0% auto;
    }
    
    .footer-ctasec h2 {
        font-size: 18px;
        padding: 0 10%;
        line-height: 25px;
    }
    
    .ipdmob-btmbar a{ color:#fff; font-size:10px;}
    .ftr-links a {
        color: #474747;
        text-decoration: none;
        text-align: center;
        padding: 0% 5%;
        font-size: 15px;
    }
    
    .bnr-sec div.pT50{ padding-top:5%;}
    .edn-subhdrtxt {font-size: 10px;}
    
    
    .btmpdn2 {
        padding: 10px 10px 2px 10px !important;
    }
    .btmpdn1 {
        padding: 10px 8px 3px 8px !important;
    }
    
    .ls-per20{ width: 100%;padding:0; float:none;}
    .ls-per80{width: 100%;padding:0; float:none;}
    
    .btm-rqst-demo img {
        width: 50%;
    }
    .btm-compare img {
        width: 54%;
    }
    .btm-getquote img {
        width: 49%;
    }
    }
    
    /* iPhone 6 ----------- */
    @media screen and (max-width:375px){
        
        .headerbg{ background-image:url("https://cdn.manageengine.com/products/service-desk/images/iphone6-375-header-bg.jpg")!important; background-position:top; background-size:contain;background-repeat:no-repeat;}
        .menuicn {
       
        right: 10px;
    }
        ul.mobilemenu li {
            width: 100%;
            font-size:18px;
        }
            ul.mobilemenu li a {
            color: #fff;
            text-decoration: none;
            padding: 15px 45px 15px 15px;
        }
        .sec-banner{ height:692px; overflow:hidden}
        
        
        .bnr-sec{ background-image:url("https://cdn.manageengine.com/products/service-desk/images/iphone6-375-banner-bg.jpg")s!important; background-position:top; background-size:contain;min-height:607px;background-repeat:no-repeat;}
        
        div.bnertxt {
        font-size: 29px !important;
        line-height: 35px;
        padding: 20% 35px 0% 35px;
    }
        p.bannersubtxt {
        font-size: 18px !important;
        margin-top: 5%;
        padding: 0 10%;
        line-height: 25px;
    }
        .play-icon img {
        width: 12%;
    }
        
        h1.ithdstxt {
        font-size: 25px;
        line-height: 35px;}
        section h2 {
        font-size: 22px;
        line-height: 30px;}
        .featuresec a h2 {
        font-size: 20px;
    }
        p.hdsdiscptin {
        font-size: 15px;
        line-height: 25px;
        padding: 1% 5%;}
        
        section p {
        font-size: 14px !important;
        line-height: 25px !important;
    }
        .ftrs-hdrtxt h3 {
        min-height: 37px;
        margin-top: 1.5%;
    }
    
        .ftrs-icons {
        min-height: 55px;
        margin-top: 5%;
    }
        .featuresec .ipad-per30 {
        margin: 5% 0;
        float: none;
        width: 80%;
        padding: 0 10%;
    }
        .ipad-per50 {
        width: 84%;
        padding: 0 8%;
        float: none;
        margin: 3% 0;
        }
        
        .play-icon img {
        width: 10%;
    }
    .whtc-video {
        margin-top: 10px !important;
        font-size:10px;
    }
    .ipdmob-btmbar a{ color:#fff; font-size:10px;}
    
    .bnr-sec div.pT50{ padding-top:20px;}
    
        a.ednstrtfre {font-size: 21px;}
    
    
    .custmrlogosec ul li {
        list-style-type: none;
        float: left;
        padding: 0% 4%;
        width: 25%;
        margin: 0 auto;
        height: auto;
        line-height: 50px;
    }
    
    
    img.scndrs-imgml {
        margin-left: -95px;
    }
    .slide, .slide1 {
        width: 285px;
        height: 365px;
    }
    .slideUp, .slideUp {
        bottom: 36px;
        left: 8px;
    }
    .scndrsc {
        left: 8px !important;
        
    }
    
    .btmpdn2 {
        padding: 10px 10px 2px 10px !important;
    }
    .btmpdn1 {
        padding: 10px 8px 3px 8px !important;
    }
    
    .ls-per20{ width: 100%;padding:0; float:none;}
    .ls-per80{width: 100%;padding:0; float:none;}
    
    .btm-rqst-demo img {
        width: 50%;
    }
    .btm-compare img {
        width: 54%;
    }
    .btm-getquote img {
        width: 49%;
    }
    
    .footer-ctasec h2 {font-size: 18px;padding: 0 12%;line-height: 27px;}
    .heading-menu h1.ftrmnhdr{ font-size:25px;}
        .heading-menu .ftrpg-inrhdr{ font-size:15px; padding:2% 7% 0px 7%;}
        
    .ftr-startfretrl {
        padding: 7px 0px;
        width: 60%;
        margin: 2% auto 0% auto;
    }
    .ftr-startfretrl a {
        font-size: 18px;
    }
    }
    
    
    /* samsung galaxy ----------- */
    @media screen and (max-width:360px){
        
        .headerbg{ background-image:url("https://cdn.manageengine.com/products/service-desk/images/iphone6-375-header-bg.jpg") !important; background-position:top; background-size:cover;  background-repeat:no-repeat;}
        
        div.bnertxt {
        font-size: 27px !important;
        line-height: 35px;
        padding: 20% 35px 0% 35px;
    }
    
        .menuicn {
       
        right: 10px;
    }
    
        ul.mobilemenu li {
            width: 100%;
            font-size:16px;
            padding: 15px 0px 15px 0px;
        }
            ul.mobilemenu li a {
            color: #fff;
            text-decoration: none;
            padding: 15px 41px 15px 15px;
        }
        
        a.signupcta {
        padding: 5px 17% !important;
        font-size: 20px !important;
    }
    
        
    .sec-banner{ height:570px; overflow:hidden}
        .bnr-sec{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/iphone6-375-banner-bg.png) !important; background-position:top; background-size:cover;min-height:636px  !important;background-repeat:no-repeat;}
        
        .starturfreetrial {
        padding: 7px 0px;
        width:100%;
    }
        .starturfreetrial a {
        font-size: 19px;
    }
        .scheduldemo {
        padding: 7px 0px;
        width:100%;
    }
        .scheduldemo a {
        font-size: 19px;
    }
        
        h1.ithdstxt {
        font-size: 25px;
        line-height: 35px;}
        section h2 {
        font-size: 22px;
        line-height: 30px;}
        
        .featuresec h2 {
        padding: 0 10% !important;
    }
        .custmrquotesec h2 {
        font-size: 27px;
        line-height: 32px;
        padding: 0 13% 8% 13% !important;
    }
    .custmrlogosec h2 {
        font-size: 27px;
        line-height: 32px;
        padding: 5% 10% !important;
    }
    .custmrlogosec ul li {
        list-style-type: none;
        float: left;
        padding: 0% 4%;
        width: 24%;
        margin: 0 auto;
        height: auto;
        line-height: 45px;
    }
        .featuresec a h2 {
        font-size: 20px;
    }
        p.hdsdiscptin {
        font-size: 15px;
        line-height: 25px;
        padding: 1% 5%;}
        
        a.ednstrtfre {font-size: 20px;}
        
        section p {
        font-size: 14px !important;
        line-height: 25px !important;
    }
        .ftrs-hdrtxt h3 {
        min-height: 37px;
        margin-top: 1.5%;
    }
    
        .ftrs-icons {
        min-height: 55px;
        margin-top: 5%;
    }
        .featuresec .ipad-per30 {
        margin: 5% 0;
        float: none;
        width: 80%;
        padding: 0 10%;
    }
        .ipad-per50 {
        width: 84%;
        padding: 0 8%;
        float: none;
        margin: 3% 0;
        }
    
        .play-icon img {
        width: 10%;
    }
    
    .ipdmob-btmbar a{ color:#fff; font-size:10px;}
    
    .bnr-sec div.pT50{ padding-top:10px;}
    
    
    
    img.scndrs-imgml {
        margin-left: -95px;
    }
    .slide, .slide1 {
        width: 285px;
        height: 366px;
    }
    .slideUp, .slideUp1 {
        bottom: 34px;
        left: 7px;
    }
    .scndrsc {
        left: 7px !important;
    }
    
    .btmpdn2 {
        padding: 10px 10px 2px 10px !important;
    }
    .btmpdn1 {
        padding: 10px 8px 3px 8px !important;
    }
    
    .ls-per20{ width: 100%;padding:0; float:none;}
    .ls-per80{width: 100%;padding:0; float:none;}
    
    .btm-rqst-demo img {
        width: 50%;
    }
    .btm-compare img {
        width: 54%;
    }
    .btm-getquote img {
        width: 49%;
    }
    
    .footer-ctasec h2 {
        font-size: 18px;
        padding: 0% !important;
        line-height: 37px;
    }
    .resource-form {
        margin-top: 6%;
    }
    .prvcy-plicy{font-size: 8px;}
        .prvcy-plicy a {font-size: 8px;}
    
    }
    
    
    @media screen and (max-width:340px){
        
        div.bnertxt {
        font-size: 27px;
        line-height: 33px;
        padding: 20% 35px 0% 35px;
    }
        .resourcssec h2 {
        padding: 3% 10% 3% 10% !important;
    }
    .custmrquotesec h2 {
        font-size: 27px;
        line-height: 32px;
        padding: 5% 10% 8% 10% !important;
    }
    .custmrlogosec h2 {
        font-size: 27px;
        line-height: 32px;
        padding: 5% 9% !important;
    }
    .appsbtnsec h2 {
        font-size: 27px;
        line-height: 32px;
        padding: 10% 18% !important;
    }
    .footer-ctasec h2 {
        font-size: 17px;
        padding: 0% !important;
        line-height: 37px;
    }
        .slide, .slide1 {
        width: 267px;
        height: 345px;
    }
    .slideUp, .slideUp1 {
        bottom: 34px;
        left: 6px;
    }
    
    .scndrsc {
        left: 6px !important;
    }
    
    
    .btmfxlinpdn {
        padding: 3% 0% 7% 0%;
        margin: 3% 3% 7% 3%;
    }
        span.ml10 {
        font-size: 10px;
        margin-left:5px;
    }
    
    
    
    .requestdemo-icon{ background:url(https://cdn.manageengine.com/products/service-desk/images/home-page-sprite-images.png) -1px -90px; width:19px; height:24px; display:block; float:left}
    .compareedn-icon{ background:url(https://cdn.manageengine.com/products/service-desk/images/home-page-sprite-images.png) -27px -90px; width:21px; height:24px; display:block; float:left}
    .getquote-icon{ background:url(https://cdn.manageengine.com/products/service-desk/images/home-page-sprite-images.png) -54px -90px; width:20px; height:24px; display:block; float:left}
    
    
    }
    /* iPhone 6 ----------- */
    @media screen and (max-width:320px){
        
        .headerbg{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/iphone5-320-header-bg.png) !important; background-position:top; background-size:contain;  background-repeat:no-repeat;}
        .menuicn {
       
        right: 10px;
    }
        
            ul.mobilemenu li a {
            color: #fff;
            text-decoration: none;
            padding: 15px 31px 15px 15px;
        }
        
        .signupctadiv {
        position: relative;
        top: 25px;
    }
        .sec-banner{ height:550px; overflow:hidden}
        .bnr-sec{ background-image:url(https://cdn.manageengine.com/products/service-desk/images/iphone5-320-banner-bg.png) !important; background-position:top; background-size:cover;min-height:489px !important;background-repeat:no-repeat;}
        
        div.bnertxt {
        font-size: 26px !important;
        line-height: 30px;
        padding: 17% 25px 0%;
    }
        p.bannersubtxt {
        font-size: 16px !important;
    }
    .play-icon img {
        width: 12%;
    }
        .bnr-sec div.pT50 {
        padding-top: 24px;
    }
    
        .starturfreetrial {
        padding: 7px 0px;
        border-radius: 5px;
        width:100%;
    }
        .starturfreetrial a {
        font-size: 18px;
    }
        .scheduldemo {
        border-radius: 5px;
        padding: 7px 0px;
        width:100%;
    }
        .scheduldemo a {
        font-size: 18px;
    }
        
        h1.ithdstxt {
        font-size: 25px;
        line-height: 35px;}
        section h2 {
        font-size: 22px;
        line-height: 30px;}
        .appstoresec h2 {padding: 0 18%;}
        .custmrquotesec h2 {
        font-size: 27px;
        line-height: 32px;
        padding: 5% 8% 8% 8% !important;
    }
    
        .editsctin h2 {
        padding: 0 10% !important;
    }
        .featuresec a h2 {
        font-size: 20px;
    }
    .custmrlogosec h2 {
        font-size: 27px;
        line-height: 32px;
        padding: 5% 7% !important;
    }
    .appsbtnsec h2 {
        font-size: 27px;
        line-height: 32px;
        padding: 10% 16% !important;
    }
    
    .contentare h2 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 5%;
    }
    
    .edn-hdrtxt {
        font-size: 25px;
        line-height: 27px;
        font-weight: 700;
    }
    .edn-valuetxt {
        font-size: 18px;
        line-height: 20px;
        margin-top: 1%;
    }
        a.ednstrtfre {font-size: 18px;}
        
        p.hdsdiscptin {
        font-size: 15px;
        line-height: 25px;
        padding: 1% 5%;}
        
        section p {
        font-size: 14px;
        line-height: 25px;
    }
        .ftrs-hdrtxt h3 {
        min-height: 37px;
        margin-top: 1.5%;
    }
    
        .ftrs-icons {
        min-height: 55px;
        margin-top: 5%;
    }
        
        .featuresec .ipad-per30 {
        margin: 5% 0;
        float: none !important;
        width: 80% !important;
        padding: 0 10%;
        }
        
        .ipad-per50 {
        width: 84%;
        padding: 0 8%;
        float: none;
        margin:0 0 3% 0;
        }
        
        
    .resource-form input.viewbtn {
       
        font-size: 14px !important;
        width: 50%;
        padding: 7px 15px !important;
        height: auto;
        margin-top: 5px !important;
    }
    .ipdmob-btmbar a{ color:#fff; font-size:10px;}
        
    
    
    .btmpdn2 {
        padding: 10px !important;
    }
    .btmpdn1 {
        padding: 10px 8px 9px 8px !important;
    }
    .btm-rqst-demo img {
        width: 40%;
    }
    .btm-compare img {
        width: 54%;
    }
    .btm-getquote img {
        width: 49%;
    }
    .reqstdemotxt{ margin-top:5px}
    .comparetxt{ margin-top:0px}
    .getqutetxt{ margin-top:0px}
    
    
    img.scndrs-imgml {
        margin-left: -80px;
    }
    .slideUp, .slideUp1 {
        bottom: 30px;
        left: 8px;
    }
    .scndrsc {
        left: 8px !important;
    }
    
    .slide, .slide1 {
        width: 256px;
        height: 326px;
    }
    
    .emlmtp {
        margin-top: 0px;
    }
    .phntp {
        margin-top: 10px;
    }
    .submitbtn {
        font-size: 15px;
        padding: 8px 30px;
    }
    .smitbtn{ padding:0 !important;}
    
    .custmrnamsec {
        width: 67%;
        margin-right: -7px;
    }
    p.custmrquote {
        font-size: 14px;
        line-height: 24px;
        padding: 2% 5%;
    }
    .custmr-name {
        font-size: 14px;
        padding-top: 1%;
    }
    .custmr-discpn {
        font-size: 13px;
            padding-top: 1%;
    }
    
        .ftr-links{ width:100%; margin:0 auto;}
        .footer-ctasec h2 {
        font-size: 14px;
        padding: 0 9% !important;
        line-height: 30px;
        font-weight: 500;}
        .ftr-startfretrl a {
        font-size: 18px;
        }
        .ftr-links a{ padding:0 3%;}
        .per-20{ width:98%; padding:0 1%;float:none !important; margin:2% 0;}
        .per-25{ width:98%; padding:0 1%;float:none !important; margin:2% 0;}
        
        .tolemail{width:100%; margin:0 auto; font-size:14px;}
        .per-50{ width:98%; padding:0 1%;float:none; margin:2% 0;}
        .ftrgraybdr{ margin:3% auto;}
        
        .ftr-links a{ color:#474747; text-decoration:none; text-align:center; padding:0% 5%; font-size:14px;}
        
        .social-icons {width: 80%; margin: 8% auto 5% auto;}
        .social-icons img {width: 100%;max-width: 90%;}
        
        .copyright {font-size:14px;}
        .copyright a{font-size:14px;}	
    }
    /* phone screen styles end*/

    @import url("https://www.manageengine.com/css/fonts.css");
    .quotes {
      font-family: 'Zoho_Puvi_Regular';
      font-size: 18px;
      line-height: 40px;
      text-align: center;
      width: 90%;
      margin: 50px auto;
    }
    p.quotes-desc {
      font-style: italic;
      font-size: 24px;
      font-family: serif;
      font-weight: bold;
      margin: 20px 0px;
      text-align: center;
      line-height: 1.3;
    }
    .qtnme {
      font-family: 'Zoho_Puvi_Regular';
      font-size: 14px;
      line-height: 40px;
      color: #529a63;
    }
    /*Footer CTA section */
    #sdpcutomerlogos, #ftrgetstd, #allFea {
      display: none;
    }
    .footerctas {
      background: #000;
      padding: 3% 0;
    }
    #itilftrcta {
      background: #000;
      padding: 40px 0px;
    }
    #itilftrcta h2 {
      color: #fff;
    }
    .footerctas h2 {
      color: #fff;
    }
    #nofolderftrctasec, #itsmfooterctasec, #hdsfooterctasec, #gdprfooterctasec, #atomtionftrctasec, #chngeftrctasec, #onpremisesftcta, #cloudftrcta, #itilrleseftrcta, #itilftrcta, #rportsftrcta {
      background: #000;
      padding: 3% 0;
    }
    #nofolderftrctasec h2, #itsmfooterctasec h2, #hdsfooterctasec h2, #gdprfooterctasec h2, #atomtionftrctasec h2, #chngeftrctasec h2, #onpremisesftcta h2, #cloudftrcta h2, #itilrleseftrcta h2, #itilftrcta h2, #rportsftrcta h2 {
      color: #fff;
    }
    #gdpr-additionalrcs h2.gdpr {
      width: 100% !important;
    }
    .chngeftrlinkssec ul.add-resources h2 {
      width: 90%;
    }
    .chngeftrlinkssec ul.add-resources li {
      margin: 10px 0;
    }
    ul.gdprlinks li {
      margin: 10px 0
    }
    .bradkrm-container {
      width: 1400px;
      margin: 0 auto
    }
    .selfsrviceftrcta {
      background: #000;
      padding: 3% 0;
    }
    .selfsrviceftrcta h2 {
      color: #fff;
    }
    #selserviceftrlinks {
      background: #fff;
    }
    #itsmfooterctasec, #atomtionftrctasec h2 {
      font-family: 'Zoho_Puvi_SemiBold';
      font-size: 30px;
      line-height: 1.25;
    }
    #nofolder-additionalrcs h2 {
      width: 95%;
    }
    #nofolder-additionalrcs ul.add-resources h2 {
      margin: 10px 0px 15px 0px;
    }
    #nofolder-additionalrcs ul.add-resources p {
      font-size: 18px;
      padding-right: 5%;
    }
    #opnprmises-additionalrcs h2 {
      width: 81%;
    }
    #integrtionadditionalsec h2 {
      width: 82%;
    }
    #opnprmises-additionalrcs ul.add-resources li {
      padding: 6px 0;
    }
    #itilrlese-additionalrcs ul.add-resources h2 {
      width: 84%;
    }
    #itilrlese-additionalrcs img.add-res {
      width: 50%;
    }
    #rportsadditionalsec ul.otherlinkcont li.left {
      flex: 0 0 100%;
    }
    #rportsadditionalsec h4.other {
      margin: 25px 0px 10px 0px !important;
    }
    a.startyrfre {
      background: #e23c32;
      color: #fff;
      font-size: 19px;
      padding: 7px 30px;
      border-radius: 0;
      text-decoration: none;
      font-weight: 400;
      width: 130px;
      display: inline-block;
      margin: 0 10px;
      line-height: 24px;
      font-family: 'Zoho_Puvi_SemiBold';
    }
    a.strtur30dys > span, a.startyrfre > span {
      font-size: 12px;
      display: block;
      letter-spacing: 1px;
    }
    a.startyrfre {
      background: #e23c32;
      color: #fff;
      font-size: 19px;
      padding: 7px 30px;
      border-radius: 0;
      text-decoration: none;
      font-weight: 400;
      width: 130px;
      display: inline-block;
      margin: 0 10px;
      line-height: 24px;
      font-family: 'Zoho_Puvi_SemiBold';
    }
    a.ftrdemo {
      background: #E9142B;
      color: #fff;
      font-size: 20px;
      line-height: 30px;
      padding: 10px 40px;
      display: inline-block;
      border-radius: 0;
      text-decoration: none;
      text-align: center;
      letter-spacing: 0;
      font-weight: 500;
      display: none;
    }
    /*Automation folder CTA style start*/
    #atomtionftrctasec a.startyrfre {
      background: #e23c32;
      color: #fff;
      font-size: 19px;
      padding: 7px 30px;
      border-radius: 0;
      text-decoration: none;
      font-weight: 400;
      width: 155px;
      display: inline-block;
      margin: 0 10px;
      line-height: 24px;
      font-family: 'Zoho_Puvi_SemiBold';
    }
    #atomtionftrctasec a.strtur30dys > span, a.startyrfre > span {
      font-size: 10px;
      display: block;
      letter-spacing: 1px;
      color: #ffff;
    }
    #atomtionftrctasec a.ftrdemo {
      background: #E9142B;
      color: #fff;
      font-size: 20px;
      line-height: 30px;
      padding: 10px 40px;
      display: inline-block;
      border-radius: 0;
      text-decoration: none;
      text-align: center;
      letter-spacing: 0;
      font-weight: 500;
      display: none;
    }
    /*Automation folder CTA style end*/
    .tac {
      text-align: center;
    }
    .mT0 {
      margin-top: 0 !important;
    }
    .mT30 {
      margin-top: 30px;
    }
    /*Footer additional links section */
    #additionalsec {
      background: #fff;
      padding: 0% 0
    }
    .add-resources-bg {
      padding: 50px 0;
      box-sizing: border-box;
    }
    .add-resources-bg .container {
      max-width: 1000px;
      width: 100%;
      margin: 0 auto;
      padding: 0;
    }
    ul.add-resources {
      display: flex;
    }
    ul.add-resources li {
      flex: 0 0 50%;
      box-sizing: border-box;
      padding: 0px 5px;
      margin: 5px 0px !important;
      box-sizing: border-box;
    }
    ul.add-resources h4 {
      margin-left: 0px;
      text-transform: uppercase;
      font-size: 19px;
      font-family: Zoho_Puvi_SemiBold;
    }
    ul.add-resources h2 {
      width: 65%;
      font-size: 28px;
      color: #3180d2;
      margin: 10px 0px 30px 0px;
      line-height: 1.2;
    }
    img.add-res {
      display: block;
      margin: 40px auto 0px 0px;
    }
    h4.other {
      margin: 30px 0px 10px 0px !important;
      text-transform: inherit !important;
      font-size: 18px !important;
    }
    p.lot-more {
      width: 80%;
    }
    ul.add-resources a {
      color: #000;
      font-size: 18px;
      text-decoration: underline;
    }
    ul.watch li {
      font-size: 18px;
      line-height: 1.8;
    }
    ul.luxury {
      margin: 30px 0px;
    }
    ul.luxury li {
      font-size: 18px;
      line-height: 1.8;
    }
    ul.lnks li {
      font-size: 18px;
      line-height: 1.8;
    }
    ul.lnks li a {
      position: relative;
      text-decoration: none;
    }
    ul.lnks li a:before {
      content: "";
      width: 0%;
      border-bottom: 1px solid #3180d2;
      position: absolute;
      top: 0;
      left: 0px;
      bottom: 0;
      transition: width 0.5s;
    }
    ul.lnks li a:hover:before {
      width: 100%;
    }
    ul.luxury li a {
      position: relative;
      text-decoration: none;
    }
    ul.luxury li a:before {
      content: "";
      width: 0%;
      border-bottom: 1px solid #3180d2;
      position: absolute;
      top: 0;
      left: 0px;
      bottom: 0;
      transition: width 0.5s;
    }
    ul.luxury li a:hover:before {
      width: 100%;
    }
    ul.addresorcs li a {
      position: relative;
      text-decoration: none;
      font-size: 16px !important;
      line-height: 1.3 !important;
      margin: 5px 0px;
      display: inline-block;
    }
    ul.addresorcs li a:before {
      content: "";
      width: 0%;
      border-bottom: 1px solid #000;
      position: absolute;
      top: 0;
      left: 0px;
      bottom: 0;
      transition: width 0.5s;
    }
    ul.addresorcs li a:hover:before {
      width: 100%;
    }
    ul.otherlinkcont {
      display: flex;
    }
    ul.otherlinkcont li.left {
      width: 50%;
    }
    ul.otherlinkcont li.right {
      width: 50%;
    }
    .otherlinkcont > li {
      padding-right: 10px !important;
    }
    ul.otherlinks li a {
      position: relative;
      text-decoration: none;
      font-size: 16px;
    }
    ul.otherlinks li a:before {
      content: "";
      width: 0%;
      border-bottom: 1px solid #3180d2;
      position: absolute;
      top: 0;
      left: 0px;
      bottom: 0;
      transition: width 0.5s;
    }
    ul.otherlinks li a:hover:before {
      width: 100%;
    }
    p.itilresrv {
      display: none
    }
    #itilresrv {
      display: none;
    }
    p#itilresrv {
      font-size: 14px !important;
      padding-bottom: 25px;
      margin-top: 40px;
      margin-bottom: 0px;
    }
    p.footer-desc {
      max-width: 70%;
    }
    .video-cta {
      text-align: center;
    }
    .footer-video-iframe .video-cta {
      text-align: center;
      margin: 20px 0px 35px;
    }
    .video-cta a {
      border-radius: 5px;
      cursor: pointer;
      background: #e9152b;
      font-size: 17px;
      text-transform: uppercase;
      font-family: 'ZohoPuvi';
      margin-top: 15px;
      margin: 20px 0px;
      display: inline-block;
      color: #fff;
      padding: 10px 18px;
      text-decoration: none !important;
      width: 230px;
    }
    @media screen and (max-width:1024px) {
      .add-resources-bg .container {
        max-width: 90%;
        width: 90%;
        margin: 0 auto;
      }
      p.footer-desc {
        max-width: 100%;
      }
    }
    @media screen and (max-width:980px) {
      ul.add-resources h2 {
        width: 100%;
      }
      ul.add-resources {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
      }
      ul.add-resources > li:nth-child(2) {
        margin-left: 0px;
      }
      ul.add-resources li {
        flex: 0 0 100% !important;
      }
      ul.otherlinkcont {
        display: flex;
        flex-wrap: wrap;
      }
      ul.otherlinkcont li.left {
        width: 100% !important;
      }
    }
    @media screen and (max-width:500px) {
      /*#nofolderftrctasec h2, #itsmfooterctasec h2, #hdsfooterctasec h2, #gdprfooterctasec h2, #atomtionftrctasec h2, #chngeftrctasec h2, #onpremisesftcta h2, #cloudftrcta h2, #itilrleseftrcta h2, #itilftrcta h2, #rportsftrcta h2{
       
   }*/
      #nofolderftrctasec, #itsmfooterctasec, #hdsfooterctasec, #gdprfooterctasec, #atomtionftrctasec, #chngeftrctasec, #onpremisesftcta, #cloudftrcta, #itilrleseftrcta, #itilftrcta, #rportsftrcta {
        padding: 10% 0;
      }
      #nofolderftrctasec a.startyrfre:nth-child(2) {
        display: none
      }
      #itsmfooterctasec a.startyrfre:nth-child(2) {
        display: none
      }
      #hdsfooterctasec a.startyrfre:nth-child(2) {
        display: none
      }
      #gdprfooterctasec a.startyrfre:nth-child(2) {
        display: none
      }
      #atomtionftrctasec a.startyrfre:nth-child(2) {
        display: none
      }
      #chngeftrctasec a.startyrfre:nth-child(2) {
        display: none
      }
      #onpremisesftcta a.startyrfre:nth-child(2) {
        display: none
      }
      #cloudftrcta a.startyrfre:nth-child(2) {
        display: none
      }
      #itilrleseftrcta a.startyrfre:nth-child(2) {
        display: none
      }
      #itilftrcta a.startyrfre:nth-child(2) {
        display: none
      }
      #rportsftrcta a.startyrfre:nth-child(2) {
        display: none
      }
      #nofolderftrctasec .mob-pB50 {
        padding-bottom: 10px !important;
      }
      #itsmfooterctasec .mob-pB50 {
        padding-bottom: 10px !important;
      }
      #hdsfooterctasec .mob-pB50 {
        padding-bottom: 10px !important;
      }
      #gdprfooterctasec .mob-pB50 {
        padding-bottom: 10px !important;
      }
      #atomtionftrctasec .mob-pB50 {
        padding-bottom: 10px !important;
      }
      #chngeftrctasec .mob-pB50 {
        padding-bottom: 10px !important;
      }
      #onpremisesftcta .mob-pB50 {
        padding-bottom: 10px !important;
      }
      #cloudftrcta .mob-pB50 {
        padding-bottom: 10px !important;
      }
      #itilrleseftrcta .mob-pB50 {
        padding-bottom: 10px !important;
      }
      #itilftrcta .mob-pB50 {
        padding-bottom: 10px !important;
      }
      #rportsftrcta .mob-pB50 {
        padding-bottom: 10px !important;
      }
      img.add-res {
        display: block;
        margin: 25px auto;
      }
    }
    /*SDP-COMMON-FOOTER-STYLE-START-HERE*/
    .sdp-common-footer-bg a {
      margin-bottom: 0;
    }
    section.sdp-common-footer-bg {
      font: 18px/1.6 Zoho_Puvi_Regular;
    }
    .sdp-common-footer-bg {
      background: #f5f5f5;
      padding: 100px 0px;
    }
    .sdp-common-footer {
      display: flex;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0px 30px;
    }
    .sdp-common-footer-col {
      flex-grow: 1;
      flex-basis: 0;
    }
    .sdp-common-footer .sdp-common-footer-col:nth-child(2) {
      margin: 0px 100px;
    }
    .sdp-common-footer .sdp-common-footer-col:nth-child(3) {
      margin: 0px 100px 0px 0px;
    }
    .promo1 {
      margin: 0px 0px 30px 0px;
    }
    .sdp-common-footer-col img {
      width: auto;
      cursor: pointer;
    }
    .sdp-common-footer-col h4 {
      font: 23px/1.4 Zoho_Puvi_SemiBold;
      text-align: left;
      margin: 0px 0px 5px 0px;
      position: relative;
      color: #000;
    }
    h4.top-space {
      margin-top: 50px;
    }
    .sdp-common-footer-list-items li a {
      /*font: 14px/1.6 Zoho_Puvi_Regular;*/
      font: 400 14px/1.6 'ZohoPuvi', sans-serif !important;
      color: #000;
      text-decoration: none;
      display: inline-block;
      position: relative;
    }
    .sdp-common-footer-list-items li a:before {
      content: "";
      width: 0%;
      border-bottom: 1px solid #000;
      position: absolute;
      top: 0;
      left: 0px;
      bottom: 0;
      transition: width 0.5s;
    }
    .sdp-common-footer-list-items li a:hover:before {
      width: 100%;
    }
    ul.footer-social-icons {
      display: flex;
    }
    ul.footer-social-icons li img {
      width: 26px;
    }
    ul.footer-social-icons li:nth-child(2) {
      margin: 0px 15px;
    }
    /*video popup style starts here*/
    .bg-overlay {
      background: rgba(255, 255, 255, .95);
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 999999;
      position: fixed;
      display: none;
    }
    .video-popup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 999999;
      width: 70%;
      height: auto;
    }
    .cancel {
      cursor: pointer;
      position: fixed;
      right: 20px;
      top: 20px;
      z-index: 999999;
      display: none;
    }
    .cancel img {
      width: 32px;
      height: 32px;
      margin: 0px;
    }
    /* Resource page Sider bar START*/
    .sdp-article-items-main ul, .sdp-case-items-main ul {
      list-style-type: none !important;
      padding: 0 !important;
    }
    .sdp-article-items-main ul li:not(:last-child), .sdp-case-items-main ul li:not(:last-child) {
      padding: 5px 0;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 10px;
    }
    .sdp-article-items-main ul li a, .sdp-case-items-main ul li a {
      color: #000;
      font: 16px / 1 'Zoho_Puvi_Regular', sans-serif;
      padding: 10px 0;
    }
    .sdp-article-items-main ul li a:hover, .sdp-case-items-main ul li a:hover {
      text-decoration: none;
      color: #1e71b9;
    }
    .sdp-article-list-heading h3, .sdp-case-list-heading h3 {
      font-size: 18px;
      border-bottom: 1px solid #a4cfe5;
      padding-bottom: 5px;
      margin-bottom: 10px;
    }
    /* Resource page Sider bar END*/
    /*video popup style ends here*/
    @media only screen and (max-width:1024px) {
      .sdp-common-footer .sdp-common-footer-col:nth-child(2) {
        margin: 0px 50px;
      }
      .sdp-common-footer .sdp-common-footer-col:nth-child(3) {
        margin: 0px 50px 0px 0px;
      }
    }
    @media only screen and (max-width:768px) {
      .sdp-common-footer-bg {
        background: #f5f5f5;
        padding: 75px 0px;
      }
      .sdp-common-footer {
        display: block;
      }
      .sdp-common-footer-col:nth-child(1) {
        text-align: center;
      }
      .promo1, .promo2 {
        display: inline-block;
        margin: 10px;
      }
      .sdp-common-footer .sdp-common-footer-col:nth-child(2) {
        margin: 0px 0px;
      }
      .sdp-common-footer .sdp-common-footer-col:nth-child(3) {
        margin: 0px 0px 0px 0px;
      }
      ul.sdp-common-footer-list-items li {
        display: inline-block;
        margin: 10px 35px 10px 0;
      }
      ul.footer-social-icons li img {
        margin: 10px 0px 10px 0;
      }
      h4.top-space {
        margin-top: 0px;
      }
      .sdp-common-footer-col h4 {
        margin: 30px 0px 5px 0px;
      }
      .cancel img {
        width: 20px;
        height: 20px;
      }
    }
    @media only screen and (max-width:414px) {
      .sdp-common-footer-col {
        text-align: center;
      }
      .sdp-common-footer-bg {
        padding: 50px 0px 100px 0px;
      }
      ul.sdp-common-footer-list-items {
        margin-top: 15px;
      }
      ul.sdp-common-footer-list-items li {
        display: block;
        margin: 10px 35px 10px 0;
        text-align: left;
        padding: 0px 0px 0px 30px;
      }
      .sdp-common-footer-col h4 {
        font: 19px/1.4 Zoho_Puvi_SemiBold;
        margin: 0px 0px 0px 0px;
        border-bottom: 1px solid #e0e0e0;
        padding: 15px 0px;
      }
      .promo2 {
        padding-bottom: 40px;
      }
      /* sdp-footer-accordion style starts here */
      .sdp-footer-accordion {
        cursor: pointer;
        box-sizing: border-box;
        width: 100%;
        outline: none;
        transition: 0.4s;
      }
      .sdp-footer-accordion:after {
        content: "";
        border: solid #000;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3.5px;
        position: absolute;
        right: 30px;
        top: 23px;
        transform: rotate(45deg);
        transition: all .3s ease;
      }
      .sdp-footer-accordion.active:after {
        transform: rotate(-135deg);
        top: 27px;
      }
      .sdp-footer-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
      }
      /* sdp-footer-accordion style ends here */
    }
    @media only screen and (max-width:320px) {
      .promo1, .promo2 {
        max-width: 80% !important;
      }
      .promo1, .promo2 {
        margin: 0px 0px 25px 0px;
      }
    }
    /*SDP-COMMON-FOOTER-STYLE-END-HERE*/

    /*New demo page style start*/
.demoformare {
    background: #fff;
    padding-bottom: 50px;
  }
  .democontainer {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
  }
  .demoformcont {
    display: flex;
    /* align-items: center;*/
    width: 100%
  }
  .demoformcont div.leftcont {
    width: 60%;
    position: relative
  }
  .demoformcont div.leftcont h1 {
    line-height: 40px;
    margin-bottom: 10px;
  }
  .demodiscpsn {
    width: 51%;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 0px;
    top: 50%;
    transform: translate(0, -50%);
    margin: auto;
  }
  .demoformcont div.rightcont {
    width: 40%;
  }
  div.rightcont div.demoform {
    background: #edf8ff;
    padding: 15%;
  }
  /*New demo page style start end*/
  input.rdiobtn {
    width: 13px !important;
    margin-bottom: 0 !important
  }
  #user-detail {
    display: none
  }
  /*Radio buttonn new desige start*/
  .deplymthed-cont {
    width: 16rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: #f2f2f2;
    line-height: 2rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  /* input (radio) for toggling. hidden - use labels for clicking on */
  .deplymthed-cont input[type="radio"] {
    visibility: hidden;
    position: absolute;
    top: 0;
    padding: 0 !important;
    width: auto !important;
  }
  /* labels for the input (radio) boxes - something to click on */
  label.deplylble {
    width: 50%;
    padding: 0;
    /* margin: 0; */
    text-align: center;
    cursor: pointer;
    color: #000;
    position: relative;
    left: auto;
    margin-top: auto !important;
  }
  .demo-switch {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
  }
  .switch {
    border-radius: 3rem;
    background: #2196f3;
    height: 100%;
  }
  .switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: #fff;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
  }
  .deplymthed-cont input:nth-of-type(1):checked ~ .demo-switch {
    transform: translateX(0%);
  }
  .deplymthed-cont input:nth-of-type(2):checked ~ .demo-switch {
    transform: translateX(100%);
  }
  .deplymthed-cont input:nth-of-type(1):checked ~ .demo-switch .switch div:nth-of-type(1) {
    opacity: 1;
  }
  .deplymthed-cont input:nth-of-type(2):checked ~ .demo-switch .switch div:nth-of-type(2) {
    opacity: 1;
  }
  /*Radio buttonn new desige end*/
  .rqustdmofr {
    font-weight: 600;
    margin-top: 2%
  }
  .opodrdiobtns {
    width: 55%;
    margin: 0 auto;
    padding-top: 3%
  }
  .opodrdiobtns span {
    margin-left: 7px;
    position: absolute
  }
  .formfild {
    position: relative;
  }
  .form-label label {
    color: #000;
    margin: 0px;
    top: 10px;
  }
  .form-js-label input[data-empty="false"] + label, .form-js-label input:focus + label {
    color: #1680ba;
    font-weight: 400;
    font-size: 12px !important;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  @media screen and (min-width:0\0) {
    .opodrdiobtns span {
      margin-left: 7px;
      position: absolute
    }
  }
  .cludopmistxt {
    margin-top: 5px;
    margin-left: 7px;
    line-height: 10px
  }
  .rdio-per50 {
    width: 48%;
    padding: 0 1%;
    float: left
  }
  span.errormsg {
    position: relative;
    left: 0;
    margin-top: -15px !important;
    font-size: 12px;
    color: red;
    display: block;
    margin-bottom: 6px;
    text-align: left
  }
  select#MECountryListing {
    border: 1px solid #000;
    font-size: 16px !important;
  }
  #meGDPRMessage label {
    position: relative !important;
    padding-left: 0;
    font-size: 15px !important;
    line-height: 25px;
  }
  input#sendmemail {
    width: 20px !important;
    height: auto !important;
    padding: 0px;
    margin: 0px;
  }
  label#sendmemailcheck {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    position: relative;
    padding: 0px;
    margin: 0px;
    text-align: left !important;
  }
  .prvcy-plicy {
    font-size: 12.5px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 10px;
  }
  .prvcy-plicy strong {
    font-weight: 600 !important;
  }
  .prvcy-plicy a {
    font-size: 13px;
    color: #138cd6;
    text-decoration: none;
    font-weight: 600
  }
  @media screen and (max-width:2600px) {
    .heading-menu {
      margin-top: 0 !important
    }
    .bgptrn {
      background: #fff;
    }
    .cldonprscont {
      width: 100%
    }
    .cldonprs-active {
      color: #fff !important
    }
    .cldonprstab {
      height: 31px;
      position: relative;
      background: #fff;
      border: 1px solid #d1d3d2;
      border-radius: 5px;
      font-size: 14px;
      padding-top: 1px;
      color: #929292;
      width: 260px;
      margin: 0 auto
    }
    .cldonprstab .moving-bg {
      padding: 15px;
      background-color: #0d89d1;
      position: absolute;
      width: 100px;
      z-index: 190;
      left: 0;
      border-radius: 5px;
      color: #929292;
      margin-left: 1px
    }
    .cldonprstab .cldonprs_item {
      display: block;
      float: left;
      padding: 5px 15px;
      width: 100px;
      color: #444;
      text-align: center;
      z-index: 200;
      position: relative;
      cursor: pointer
    }
    .tabslider ul a {
      color: #929292;
      text-decoration: none
    }
    textarea, input.text, input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="button"], input[type="submit"], .input-checkbox {
      -webkit-appearance: none;
      border: 1px solid #000 !important;
      color: #000;
    }
    .demoform {
      width: 400px;
      margin: 0 auto;
      position: relative
    }
    .demoform input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="button"], input[type="submit"] {
      width: 94%;
      padding: 6% 2.6% 1% 3%;
      outline: none;
      border-radius: 0px !important;
      font-size: 15px;
      margin: 0 auto 15px;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      height: auto;
      position: relative;
    }
    .demoform select {
      font-family: 'Zoho_Puvi_Regular', sans-serif;
      width: 100%;
      padding: 15px 10px;
      height: 50px !important;
      outline: none;
      border: 1px solid #000;
      border-radius: 0px !important;
      font-size: 14px;
      margin-bottom: 10px;
      color: #000 !important;
      background: #fff url(https://cdn.manageengine.com/products/service-desk/images/arrowImage.png) !important;
      background-repeat: no-repeat !important;
      background-position: right 1rem center !important;
      cursor: pointer;
      -moz-appearance: none;
      -webkit-appearance: none;
    }
    .demoform input.error {
      border: 1px solid red !important
    }
    .demoform select.error {
      border: 1px solid red !important
    }
    .dmo-opodchk {
      width: 47%;
      margin: 20px auto 0
    }
    input.dmo-rdiobtn {
      width: 20px;
      height: 15px
    }
    input.demo-submit {
      background: #2196f3;
      color: #fff;
      font-size: 25px;
      font-weight: 400;
      width: 100%;
      padding: 10px 15px;
      outline: none;
      border-radius: 5px;
      height: auto;
      border: none !important;
      cursor: pointer;
    }
    input.demo-submit:hover {
      box-shadow: 0 0 3px 0 #2296f3 inset, 0 0 6px 1px #2296f3;
      background: #1180d9;
    }
    input#demoReset {
      background: #dfdfe0;
      color: #444;
      font-size: 20px;
      font-weight: 400;
      width: 75%;
      padding: 12px 15px;
      outline: none;
      border-radius: 5px;
      height: auto;
      border: none !important;
    }
    .gtdmo {
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      padding-bottom: 10px
    }
    .fieldset {
      margin: 0;
      padding: 0;
      border: 0
    }
    .form-label {
      position: relative
    }
    .form-js-label input[type='text']:focus, .form-js-label input[type='tel']:focus, .form-js-label select:focus {
      border: 1px solid rgba(121, 187, 238, 0.75) !important;
      box-shadow: 0 0 3px rgba(82, 168, 236, 0.5);
      outline: none
    }
    .deplymthed-cont input[data-empty="false"] + label.deplylble, .deplymthed-cont input:focus + label.deplylble {
      color: #000 !important;
      font-weight: normal !important;
      font-size: 16px !important;
      margin-top: auto !important;
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    .deplymthed-cont input[data-empty="false"] + label.deplylble span.cloudtxt {
      top: 8px;
      position: relative;
    }
    tr.tr2OD td input {
      padding-left: 10px
    }
  }
  @media screen and (max-width:1024px) {
    .heading-menu {
      height: 0;
      padding: 0;
      margin-top: 102px !important
    }
    .bgptrn {
      background: #fff;
      display: block
    }
    .gtdmo {
      margin-top: 10px
    }
    .bgptrn h3 {
      padding: 0 2%;
      font-size: 25px
    }
    .bgptrn p {
      font-size: 15px
    }
  }
  @media screen and (max-width:980px) {
    .dmo-opodchk {
      width: 27%;
      margin: 0 auto
    }
    input.dmo-rdiobtn {
      width: 20px;
      height: 15px
    }
  }
  @media screen and (max-width:768px) {
    .dmo-opodchk {
      width: 32%;
      margin: 0 auto
    }
    input.dmo-rdiobtn {
      width: 20px;
      height: 15px
    }
  }
  @media screen and (max-width:480px) {
    .heading-menu {
      margin-top: 80px !important
    }
    .demoform {
      width: 90%;
      margin: 0 auto;
      position: relative;
    }
    .form-js-label input[data-empty="false"] + label, .form-js-label input:focus + label {
      margin: 0px;
    }
    .dmo-sbhdr {
      font-size: 15px;
      width: 100%;
      margin: 0 auto;
      line-height: 30px
    }
    .dmo-opodchk {
      width: 51%;
      margin: 0 auto
    }
    input.demo-submit {
      font-size: 20px;
      padding: 10px 15px
    }
    input#demoReset {
      font-size: 20px;
      padding: 10px 15px
    }
  }
  @media screen and (max-width:414px) {
    .dmo-sbhdr {
      font-size: 15px;
      width: 100%;
      margin: 0 auto;
      line-height: 30px
    }
    .dmo-opodchk {
      width: 59%;
      margin: 0 auto
    }
    input.demo-submit {
      font-size: 20px;
      padding: 10px 15px
    }
    input#demoReset {
      font-size: 20px;
      padding: 10px 15px
    }
  }
  @media screen and (max-width:375px) {
    .dmo-sbhdr {
      font-size: 15px;
      width: 100%;
      margin: 0 auto;
      line-height: 30px
    }
    .dmo-opodchk {
      width: 66%;
      margin: 0 auto
    }
    input.demo-submit {
      font-size: 20px;
      padding: 10px 15px
    }
    input#demoReset {
      font-size: 20px;
      padding: 10px 15px
    }
  }
  @media screen and (max-width:320px) {
    .dmo-opodchk {
      width: 77%;
      margin: 0 auto
    }
    .demoform select {
      width: 102.3%
    }
    .dmo-sbhdr {
      font-size: 14px;
      width: 100%;
      margin: 0 auto;
      line-height: 30px
    }
    input.demo-submit {
      width: 80%
    }
    input#demoReset {
      width: 80%
    }
    .heading-menu h1.ftrmnhdr {
      font-size: 22px
    }
    .heading-menu .ftrpg-inrhdr {
      font-size: 15px;
      padding: 2% 7% 0
    }
    .cldonprstab {
      width: 205px;
      height: 27px
    }
    .cldonprstab .moving-bg {
      padding: 13px 15px;
      width: 72px
    }
    .cldonprstab .cldonprs_item {
      padding: 3px 15px;
      width: 72px;
      font-size: 12px
    }
  }

  .headerbg {
    background-image: url(https://cdn.manageengine.com/products/service-desk/images/bg-white.png) !important;
    background-size: cover;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
}

.siq_bR {
    bottom: 50px
}

.hdrContainer,
.heading-menu .container {
    padding: 30px 0 30px 0
}

#backToTop {
    display: none!important
}

#zldchatiframe {
    width: 300px!important;
    height: 400px!important;
    position: fixed;
    bottom: 0;
    right: 0
}

#demothanksmob {
    display: none
}

.quote-tbl {
    width: auto;
    border: 1px solid #ccc;
    margin: 0 auto
}

#cloud,
#onpremise {
    width: auto
}

.onlndmomain {
    padding: 2% 0 5% 0;
}

.onlndmomain h3 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 10px;
}

.onlndmocont {
    width: 100%;
    max-width: 65%;
    margin: 0 auto;
}

.onlndmocont p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: center;
}