/*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);

}

.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: 30px;
    top: 30px;
    height: 20px;
    width: 20px;
    background-image: url(https://www.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*/
a.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;
    }
}

 @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;
   max-width: unset;
   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*/

/*Global style start here*/
iframe {
  display: block;
}
.prd-nav li {
  width: calc(99% / 3);
  box-sizing: border-box;
}
body {
  color: #000;
  overflow-y: scroll !important;
}
section {
  box-sizing: border-box;
  position: relative;
}
#main-container {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
h1 {
  font: 54px/1.1 Zoho_Puvi_Bold;
}
h2 {
  font: 36px/1.55 Zoho_Puvi_Bold;
  margin: 0px 0px 0px 0px;
}
h3 {
  font: 25px/1.2 Zoho_Puvi_Bold;
}
h4 {
  margin-left: 0px;
}
#main-container section p {
  font: 20px / 1.6 Zoho_Puvi_Regular;
}
#main-container section li {
  font: 19px / 1.5 Zoho_Puvi_Regular;
}
#main-container section a {
  font: 18px/1.6 Zoho_Puvi_Regular;
}
#main-container a {
  text-decoration: none;
}
section img, section source, section picture {
  width: 100%;
}
::placeholder {
  color: #000;
}
.testi-cta-wrap {
  display: none;
}
.slick-dots {
  text-align: left;
  display: flex;
  align-items: center;
}
.slick-dots li.slick-active {
  background: #3059d5;
  border: 1px solid #3059d5;
  height: 13px;
  width: 30px;
  border-radius: 10px;
}
.slick-dots li {
  background: #3059d5;
  border: 1px #3059d5;
  height: 13px;
  width: 13px;
}
/*Page common styles start here*/
#main-container section {
  width: 100%;
  position: relative;
}
.content-wrap {
  max-width: 1250px;
  width: 90%;
  margin: 0px auto;
}
.cmn-breadcrum a, .cmn-breadcrum .bread-crumb-arrow {
  color: #fff;
}
.online-demo-section .arw_lnk, .contactus-section .arw_lnk span {
  display: inline-block;
  margin-left: 10px;
}
.arw_lnk span {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  height: 1.4px;
  margin-left: 2px;
  transition: .5s ease;
  left: -2px;
  position: relative;
  top: 0px;
}
.arw_lnk span::after, .arw_lnk span::before {
  content: '';
  width: 10px;
  height: 1.5px;
  position: absolute;
  left: -2px;
}
.contactus-section .arw_lnk span, .contactus-section .arw_lnk span::after, .contactus-section .arw_lnk span::before {
  background-color: #fff;
}
.online-demo-section .arw_lnk span, .online-demo-section .arw_lnk span::after, .online-demo-section .arw_lnk span::before {
  background-color: #000;
}
.arw_lnk span::after {
  transform: rotate(45deg);
  top: 3px;
}
.arw_lnk span::before {
  transform: rotate(-45deg);
  top: -3px;
}
.next-arw span {
  transform: rotate(180deg);
  transform-origin: center;
}
/*Banner start here*/
#main-container .banner-section {
  padding: 60px 0px 100px 0px;
}
.banner-section, h1{
 background-image: url(https://www.manageengine.com/products/service-desk/images/demo-banner-bg.png); 
  color: #fff !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section .top-cont-wrap {
  text-align: center;
  margin-bottom: 65px;
}
#main-container .watch-demo {
  font-family: 'Zoho_Puvi_Bold';
  text-transform: uppercase;
  margin-top: 0px;
}
.banner-section .flex-wrap {
  align-items: flex-start;
}
.banner-main-cont {
  padding-right: 45px;
}
.banner-main-cont h3 {
  margin-top: 0px;
  font-size: 32px;
}
.banner-section h3 {
  color: #ffcc00;
}
#main-container p.banner-sub-text {
  margin-top: 10px;
}
.banner-section .bottom-cont-wrap {
  margin-top: 50px;
}
ul.banner-list-content {
  margin-top: 20px;
}
ul.banner-list-content li {
  margin-bottom: 15px;
  position: relative;
  margin-left: 15px;
  box-sizing: border-box;
  padding-left: 17px;
}
ul.banner-list-content li::before {
  content: '';
  background-image: url(https://www.manageengine.com/products/service-desk/images/tick.svg);
  height: 32px;
  width: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 0px;
  margin-top: 0px;
  position: absolute;
  left: -20px;
  top: 1px;
}
.banner-section .bottom-cont-wrap h4 {
  font-size: 22px;
  font-family: 'Zoho_Puvi_Bold';
  color: #fecc01;
}
#main-container .banner-section .bottom-cont-wrap a {
  color: #fecc01;
  text-decoration: underline;
  cursor: pointer;
}
.cta-arrow {
  width: 27px;
  position: relative;
  top: -36px;
  right: -106px;
  background: #ffff;
  height: 27px;
  border-radius: 50%;
  margin-left: 0px;
  transition: .5s ease;
}
.banner-form-cta:hover .cta-arrow {
  margin-left: 10px;
  transition: .5s ease;
}
.arw_lnk {
  display: inline-block;
  transform: translateX(0px);
  transition: .5s ease;
}
.arw_lnk .cta-arrow span {
  background-color: red;
}
.arw_lnk .cta-arrow span::after, .arw_lnk .cta-arrow span::before {
  background-color: red;
}
/*Awward Section Start Here*/
.awward-icon {
  background-image: url(https://www.manageengine.com/products/service-desk/images/demo-awward-sprites.png);
  background-repeat: no-repeat;
  display: block;
  margin: 0px auto;
  height: 55px;
}
.awward-rating-parent-wrap.mobile {
  display: none;
}
.awward-rating-parent-wrap.mobile .trust-radius {
  margin: 0px auto 40px;
}
.awward-rating-sub-wrap.trust-radius {
  margin: 0px;
}
.awward-rating-parent-wrap .trust-radius {
  background-color: #f0f9fe;
}
.awward-rating-parent-wrap .trust-radius .awward-icon {
  width: 70px;
  background-size: 350px;
  background-position: 0px 0px;
}
.awward-rating-parent-wrap .gartner-peer-insights {
  background-color: #f5f0fe;
}
.awward-rating-parent-wrap .gartner-peer-insights .awward-icon {
  width: 119px;
  background-size: 320px;
  background-position: -62px 6px;
}
.awward-rating-parent-wrap .gartner-peer-insights .ratting-icon-fill i {
  background-position: 0px;
}
.awward-rating-parent-wrap .capeterra {
  background-color: #fefbf0;
}
.awward-rating-parent-wrap .capeterra .ratting-icon-fill i {
  background-position: 0px -42px;
}
.awward-rating-parent-wrap .capeterra .awward-icon {
  width: 110px;
  background-size: 260px;
  background-position: -149px 5px;
  height: 45px;
}
.awward-rating-parent-wrap {
  width: 90%;
  justify-content: space-evenly;
  flex-wrap: unset;
  margin: 40px auto 0px;
  flex-direction: row-reverse
}
.awward-rating-sub-wrap {
  padding: 30px 10px;
  box-sizing: border-box;
  margin: 0px auto 40px;
  border-radius: 20px;
  width: 200px;
  box-shadow: 0px 2px 5px 5px #00000008;
}
.trust-radius {
  border: 1px solid #d4e9f4;
}
.gartner-peer-insights {
  border: 1px solid #e1d2f3;
}
.capeterra {
  border: 1px solid #f2ead0;
}
.ratting {
  position: relative;
  margin: 10px 0px 40px 0px;
}
.ratting-icon-fill {
  height: 20px;
  width: 100px;
  display: block;
  margin: 0px auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%) scale(1.3);
}
.ratting-icon-fill i {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(https://www.manageengine.com/products/service-desk/images/startr-ratting-bg.png);
  background-repeat: no-repeat;
  background-size: 100px;
  position: absolute;
}
.ratting-icon-fill i:nth-child(1) {
  background-color: #b1b1b1;
}
.ratting-icon-fill i:nth-child(2) {
  background-color: #ffc706;
}
.ratting-icon-fill i.ratting-percentage {
  width: 0%;
}
.ratting-icon-fill i.ratting-percentage.active {
  width: 92%;
  transition: 2.8s ease;
}
.awward-rating-wrap {
  text-align: center;
}
.awward-rating-wrap p, .awward-rating-wrap span {
  font-size: 25px;
  color: #000;
  font-family: 'Zoho_Puvi_SemiBold';
}
.awward-rating-wrap p {
  margin: 5px 0px;
}
.divide-value {
  margin-left: 3px;
}
.awward-rating-wrap .counter {
  transform: scale(1.2);
  display: inline-block;
  margin-right: 7px;
}
/*Trusted brand styles start here*/
ul.brand-logos img {
  max-width: 150px;
}
.brand-sprite-parent-wrap {
  margin-top: 0px;
  background: #eff4fc;
  box-sizing: border-box;
  padding: 50px 0px;
}
.brand-sprite-sub-wrap {
  width: 100%;
}
.brand-sprite-parent-wrap ul {
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 30px;
  box-sizing: border-box;
}
.brand-sprite-parent-wrap h3 {
  text-transform: uppercase;
  font: 17px / 1.2 Zoho_Puvi_SemiBold;
  text-align: center;
  margin: 15px 0 30px 0px;
  padding: 0px 30px;
}
#main-container .online-demo-section, #main-container .highlights-section, #main-container .contactus-section {
  padding-bottom: 0;
}
/*Contact us section start here*/
.contactus-section::before {
  position: absolute;
  content: '';
  background-image: url(https://www.manageengine.com/products/service-desk//images/demo-banner-bg.png);
  height: 230px;
  width: 100%;
  background-size: cover;
  top: 0;
  z-index: -1;
}
.bottom-bg::after {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  height: 125%;
  z-index: -1;
  /*background: url(https://www.manageengine.com/products/service-desk/images/demo-testimonial-banner.png), linear-gradient(0deg, #3376d612 0%, #7db1fdc4 100%);*/
  background: url(https://www.manageengine.com/products/service-desk/images/demo-testimonial-banner.png), linear-gradient(0deg, #7db1fdc4 0%, #3376d612 100%);
  background-size: contain;
  background-repeat: repeat;
}
.contactus-section .content-wrap {
  background: #FFFBE7;
  border-radius: 20px;
  box-shadow: 0px 2px 5px 5px #00000024;
}
.contactus-section .content-wrap .right-cont {
  padding-right: 50px;
}
#main-container section.contactus-section p {
  margin-top: 0px;
}
.contactus-section a {
  background: #F0473F;
  color: #fff;
  margin-top: 10px;
  transition: .3s ease;
}
.contactus-section .img-wrap {
  max-width: 450px;
  margin: 40px auto 0px;
  transform: scale(1);
  transform-origin: bottom;
}
.contactus-section a:hover {
  background: #ff241a;
  transition: .3s ease;
}
/*Contact us section end here*/
/*Highlights section start here*/
#main-container .highlights-section {
  padding: 80px 0px 30px;
}
.highlights-wrap {
  max-width: 1100px;
  margin: 0px auto;
  align-items: start;
  gap: 27px;
}
.highlights-wrap h3 {
  text-align: center;
  font: 28px / 1.2 Zoho_Puvi_Bold;
  padding: 0px 30px;
  box-sizing: border-box;
}
.highlights-icon {
  height: 100px;
  width: 100px;
  margin: 0px auto;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.highlights-wrap > div {
  flex: 0 0 calc(95% / 3);
  max-width: calc(95% / 3);
  padding: 80px 20px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 2px 10px 0px #0000001c;
  border-radius: 6px;
  margin-top: 20px;
  height: 400px;
  transform: translateY(50px);
  transition: .4s ease;
  opacity: 0;
}
.highlights-wrap > div.parent-active:nth-child(2) {
  transition-delay: .2s;
}
.highlights-wrap > div.parent-active:nth-child(3) {
  transition-delay: .4s;
}
.highlights-wrap > div.parent-active {
  transform: translateY(0px);
  transition: .9s ease;
  opacity: 1;
}
.highlights-wrap > div::before {
  content: '';
  top: 0;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  border-radius: 10px 10px 0px 0px;
}
.highlights-demo-strong-market {
  background-image: url(https://www.manageengine.com/products/service-desk/images/demo-strong-market.png);
}
.highlights-demo-multi-lang {
  background-image: url(https://www.manageengine.com/products/service-desk/images/demo-multi-lang.png);
}
.highlights-demo-best-practices {
  background-image: url(https://www.manageengine.com/products/service-desk/images/demo-best-practices.png);
}
/*Testimonial section start here*/
/*Online-demo-section-start-here*/
.online-demo-section .content-wrap {
  background: #1C63CD;
  padding: 30px 0px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 20px;
}
.online-demo-section .content-wrap > div.contactus-wrap {
  max-width: 800px;
  text-align: center;
  padding: 50px 30px 60px;
  margin: 0px auto;
  width: 90%;
  box-sizing: border-box;
}
.online-demo-section h2 {
  margin: 0;
}
.online-demo-section p {
  margin-top: 0;
}
.bottom-bg {
  position: relative;
  overflow-y: hidden;
}
.bottom-bg::after {}
#main-container section a.page-cta {
  padding: 10px 30px;
  border-radius: 4px;
  font: 18px / 1.6 Zoho_Puvi_SemiBold;
  display: inline-block;
}
#main-container section a.page-cta:hover .arw_lnk {
  transform: translateX(7px);
  transition: .5s ease;
}
.online-demo-section h2 {
  margin-bottom: 0;
}
#main-container section .online-demo-section p {
  margin-top: 0;
}
.online-demo-section a {
  background: #FFDF35;
  color: #000;
  margin-top: 10px;
}
.online-demo-section a:hover {
  background: #ffd912;
}
/*Online-demo-section-start-here*/
/*Testimonial-section-start-here*/
#main-container section.testimonial-section {
  padding: 40px 0px;
}
.testi-slider {
  position: relative;
  max-width: 900px;
  margin: 0px auto;
  width: 100%;
  text-align: left;
}
.quote-icon {
  background-image: url(https://www.manageengine.com/products/service-desk/images/demo-testimonial-quote.svg);
  height: 40px;
  width: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 0px;
}
#main-container .testi-content {
  font-size: 24px;
  color: #000;
}
.testi-customer-name {
  color: #000;
}
.testi-cta-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}
.testi-cta-wrap > div {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
.testi-cta-wrap .testi-next.arw_lnk span::after, .testi-cta-wrap .testi-next.arw_lnk span::before {
  right: -2px;
  left: unset;
  transform: rotate(-45deg);
}
.testi-cta-wrap .testi-next.arw_lnk span::before {
  transform: rotate(45deg);
}
.testi-btn {
  background: #0067ff;
  top: 40px;
  right: unset;
  transform: scale(1.2);
}
.slick-parent-wrap {
  position: relative;
}
.testi-btn span {
  left: 4px;
}
.testimonial-section .flex-wrap {
  padding: 10px 0px;
}
/*Testimonial-section-end-here*/
/*Footer-section-start-here*/
#main-container .footer-cta-section {
  text-align: center;
  padding: 60px 0px;
  margin-bottom: 30px;
}
.footer-cta-section .content-wrap {
  padding: 80px 30px;
  background: url(https://www.manageengine.com/products/service-desk/images/demo-bottom-cta-bg.png), linear-gradient(180deg, #FFD700 0%, #FFE560 100%);
  color: #000;
  border-radius: 20px;
  box-sizing: border-box;
}
.footer-cta-wrap a {
  display: inline-block;
  color: #000;
  margin: 0px 10px;
  width: 140px;
}
.footer-cta-wrap > div {
  margin-top: 20px;
}
.footer-cta-section .download {
  border: 1px solid #000;
  position: relative;
}
/*
.footer-cta-section .download::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #000;
    transition: .3s ease;
    z-index: -1;
}
*/
.footer-cta-section .download:hover {
  background: #000;
  color: #fff;
}
/*
.footer-cta-section .download:hover::after {
    width: 100%;
    transition: .3s ease;
}

.footer-cta-section .download:hover {
    color: #fff;
}
*/
/*Footer-section-end-here*/
/*Form styles start here*/
input, select {
  background: #fff;
  display: block;
  height: 45px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px;
  border: 1px solid #2437878c;
  border-radius: 7px;
  font-size: 16px;
}
#demo-form {
  max-width: 500px;
  margin-left: auto;
  background-color: #fff;
  padding: 55px 20px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 5px #00000024;
  box-sizing: border-box;
}
#WebDemo {
  width: 90%;
  margin: 0px auto;
}
.input-two-col > div:nth-child(1) {
  padding-right: 5px;
}
.input-two-col > div:nth-child(2) {
  padding-left: 5px;
}
span.errormsg {
  font-size: 12px;
  color: red;
}
.form-label label {
  left: 10px;
  top: 10px;
  margin-top: 0;
  font-weight: 300;
  position: absolute;
  padding-left: 2px;
  transform: translate3d(0, 0, 0);
  webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px !important;
  color: #000;
}
.formfild {
  padding-bottom: 15px;
  position: relative;
}
.formfild.active {
  padding-bottom: 0px;
}
.form-js-label input[data-empty="false"] + label, .form-js-label input:focus + label {
  top: -3px;
  opacity: 0;
}
#country_state, #ukcountry_region {
  margin-top: 15px;
}
#clickevnt_text {
  font-weight: 400;
}
.prvcy-plicy {
  color: #000;
  font-size: 12px;
  text-align: center;
  padding: 0px 10px;
  box-sizing: border-box;
  line-height: 1.2em;
}
#main-container .prvcy-plicy a {
  font-size: 12px;
  text-align: center;
}
input.demo-submit {
  font-size: 18px;
  font-family: 'Zoho_Puvi_Bold';
  text-transform: uppercase;
  color: #fff;
  background: #db4228;
  height: 45px;
  cursor: pointer;
  border: 1px solid #db4228;
  transition: .3s ease;
}
input.demo-submit:hover {
  background: #ff241a;
  transition: .3s ease;
}
.footer-cta-section .sign-up {
  font-size: 18px;
  font-family: 'Zoho_Puvi_Bold';
  color: #fff;
  cursor: pointer;
  border: 1px solid #599CFF;
  transition: .3s ease;
  position: relative;
}
/*
.footer-cta-section .sign-up::after,
.footer-cta-section .sign-up::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #1c75f8;
    transition: .3s ease;
    z-index: -1;
}
*/
.footer-cta-section .sign-up {
  background: #3e87f2;
}
.footer-cta-section .sign-up:hover {
  background: #1C74F8;
}
select {
  background: #fff url(https://www.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;
  font-size: 14px;
  color: #444;
}
#meGDPRMessage label {
  position: relative;
}
#main-container #meGDPRMessage label {
  font-size: 12px !important;
  color: #000;
}
.formfild.country-field {
  padding-bottom: 0px;
}
.card-list {
  max-width: 400px;
  width: 100%;
}
#meGDPRMessage {
  width: 100%;
}
#meGDPRMessage a {
  font: 12px / 1.6 Zoho_Puvi_Regular !important;
}
a.startyrfre {
  border-radius: 4px;
  padding: 15px 15px;
}
.write-us-wrap {
  text-align: center;
  font-size: 22px;
  padding: 20px 0px;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
  padding: 80px 0px 0px;
}
.write-us-wrap p {
  margin-bottom: 0px;
}
#main-container .write-us-wrap p.sub-text {
  font-size: 11px;
  margin-top: 5px;
  font-family: 'Zoho_Puvi_Regular';
}
.heading-mobile-only {
  display: none;
}
.contactus-section {
  display: none;
}
section#nofolderftrlinkssec {
  display: none;
}
@media only screen and (max-width: 1512px) {
  h1 {
    font: 50px / 1.1 Zoho_Puvi_Bold;
  }
  .banner-main-cont h3 {
    font-size: 32px;
  }
  /*
    input,
    select {
        height: 38px;
    }
*/
  #main-container section p, #main-container section li {
    font: 18px / 1.5 Zoho_Puvi_Regular;
  }
  #demo-form {
    padding: 45px 20px;
  }
}
@media only screen and (max-width: 1140px) {
  .contactus-wrap h2 {
    font: 28px / 1.4 Zoho_Puvi_Bold;
    margin-bottom: 10px;
  }
  #main-container section .contactus-wrap p {
    font: 18px / 1.6 Zoho_Puvi_Regular;
  }
}
@media only screen and (max-width: 1200px) {
  .highlights-inner-flex-wrap {
    display: block;
    text-align: center;
    padding-left: 50px;
  }
  .highlights-inner-flex-wrap > div:nth-child(1), .highlights-inner-flex-wrap > div:nth-child(2) {
    max-width: 100%;
  }
  .highlights-inner-flex-wrap h3 {
    margin-left: 0;
  }
  .awward-rating-parent-wrap {
    width: 100%;
  }
  .awward-rating-sub-wrap {
    padding: 20px 10px;
    max-width: 170px;
    width: 85%;
  }
  .highlights-wrap > div {
    flex: 0 0 calc(95% / 2);
    max-width: calc(95% / 2);
  }
}
@media only screen and (min-width:1024px) and (max-width:1200px) {
  #demo-form {
    max-width: 450px;
  }
  /*
    .brand-sprite-parent-wrap ul li:last-child {
        display: none;
    }
*/
}
@media only screen and (max-width: 1200px) and (min-width:767px) {
  h1 {
    font: 46px/1.1 Zoho_Puvi_Bold;
  }
  #main-container ul.banner-list-content li {
    padding-right: 40px;
  }
  .banner-section .flex-wrap:nth-child(1) > div {
    padding-right: 15px;
  }
  .awward-rating-wrap span {
    font-size: 20px;
  }
}
@media only screen and (max-width:1024px) {
  .banner-main-cont {
    padding-right: 0;
  }
  .banner-section .flex-wrap {
    display: block;
  }
  .banner-section .flex-wrap > div {
    max-width: 100%;
    margin: 0 auto;
  }
  #demo-form {
    margin: 50px auto 80px;
  }
  .banner-section .top-cont-wrap {
    margin-bottom: 40px;
  }
  #main-container .brand-sprite-parent-wrap ul {
    display: block;
  }
  ul.brand-logos img {
    display: block;
    margin: 0 auto;
  }
  ul.brand-logos li:not(:last-child) {
    margin-bottom: 50px;
  }
  #main-container .contactus-section {
    padding-bottom: 50px;
  }
  #main-container .contactus-section, #main-container .highlights-section {
    padding-top: 0px;
  }
  .banner-section .flex-wrap.two-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .heading-mobile-only {
    display: block;
  }
  .sdp-desk-only {
    display: none;
  }
}
@media only screen and (max-width:992px) {
  .highlights-box-wrap h2 {
    font-size: 24px;
  }
  .highlights-inner-flex-wrap h3 {
    font-size: 21px;
  }
  #main-container .highlights-box-wrap p {
    font-size: 18px;
  }
  .awward-rating-sub-wrap {
    max-width: 150px;
    width: 85%;
  }
  .contactus-wrap .img-wrap {
    display: none;
  }
  .contactus-section .contactus-wrap, .footer-cta-section .contactus-wrap {
    display: block;
    padding: 50px 30px;
    box-sizing: border-box;
  }
  .contactus-section .contactus-wrap > div {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #main-container section {
    padding: 50px 0px;
  }
  h1 {
    font: 38px/1.1 Zoho_Puvi_Bold;
  }
  h2 {
    font: 30px / 1.55 Zoho_Puvi_Bold;
  }
  #main-container section p, #main-container section li {
    font: 18px / 1.6 Zoho_Puvi_Regular;
  }
  .brand-sprite-parent-wrap ul {
    display: flex;
  }
  #main-container .testi-content {
    font-size: 18px;
  }
  .highlights-flex-wrap {
    display: block;
    padding: 70px 20px;
  }
  .highlights-flex-wrap > div:nth-child(1), .highlights-flex-wrap > div:nth-child(2) {
    max-width: 100%;
  }
  #main-container .footer-cta-section {
    padding: 0px 0px 50px;
  }
  .highlights-inner-flex-wrap {
    padding-left: 0px;
  }
  .highlights-box-wrap > div {
    padding: 30px 20px;
  }
  .banner-main-cont h3 {
    font-size: 26px;
  }
  .highlights-wrap > div {
    max-width: 400px;
    margin: 0px auto 50px;
    width: 100%;
  }
  .awward-rating-parent-wrap.web {
    display: none;
  }
  .awward-rating-parent-wrap.mobile {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 80px;
  }
  .awward-rating-parent-wrap.mobile > div {
    height: 170px;
    max-width: calc(95% / 3);
    flex: 0 0 calc(95% / 3);
  }
  .awward-rating-parent-wrap.mobile > div:nth-child(2) {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .testi-cta-wrap {
    left: 50%;
    transform: translate(-50%, 30%);
  }
  .input-two-col > div:nth-child(1), .input-two-col > div:nth-child(2) {
    padding-right: 0px;
  }
  input.demo-submit {
    font-size: 18px;
  }
  .awward-rating-wrap span {
    font-size: 18px;
  }
  #main-container section a.page-cta {
    margin-bottom: 20px;
  }
  .footer-cta-wrap h2 {
    margin-bottom: 30px;
  }
  .contactus-section .content-wrap .right-cont {
    padding-right: 0px;
  }
  .highlights-wrap > div {
    min-height: 430px;
  }
  .highlights-wrap h3 {
    font-size: 24px;
  }
  .two-column > div {
    max-width: 100%;
    flex: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .awward-rating-parent-wrap.mobile > div {
    max-width: calc(90% / 2);
    flex: 0 0 calc(90% / 2);
    margin-left: 5%;
    margin-right: 5%;
  }
}

section.sdp-common-footer-bg {
    display: none;
}
#scroll ul {
    list-style-type: none;
}
.heading-menu {
    display: none;
}