body {
    overflow-y: scroll;
}

section p {
    font: 18px/1.6 Zoho_Puvi_Regular;
    text-align: unset;
    margin: 15px 0;
}

.banner-img-wrap {
    position: relative;
    margin-top: 110px
}

.banner-img-wrap .img-wrap>div {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    -webkit-animation: move 10s infinite;
    animation: move 10s infinite;
    -webkit-transform-origin: center;
}

.banner-section {
    padding: 100px 0px 0px 0px !important;
    overflow: hidden;
}

.banner-section.on-premises {
    padding: 100px 0px 10px 0px !important;
}

.banner-section .flex-wrap {
    align-items: flex-start;
    position: relative;
    z-index: 22;
}

.banner-section .flex-wrap>div:nth-child(1) {
    position: relative;
    top: 60px;
    transition: 0s;
}

.banner-section.active .img-wrap {
    top: 0px;
    transition: 0s;
}

.banner-section::before,
.banner-section::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #abe6e2;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: sclae 8s infinite;
    animation: sclae 8s infinite;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.banner-section::before {
    left: -100px;
    top: -20px;
}

.banner-section::after {
    right: -50px;
    bottom: -30px;
    width: 160px;
    height: 160px;
}

.banner-section h1 {
    font-size: 46px;
}

.banner-section .img-wrap {
    margin-top: 35px;
    margin-left: 40px;
    top: 0;
}

.banner-img-wrap::before {
    content: '';
    position: absolute;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background: #abe6e2;
    bottom: -140px;
    z-index: 22;
    display: block;
    left: -60px;
}

.banner-img-wrap span {
    display: block;
    background-repeat: no-repeat;
}

.banner-img-wrap .img-wrap>div.banner-smilie {
    right: 130px;
    top: 130px;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.parent-active .banner-smilie {
    transition-delay: .8s;
}

.protect-shield {
    left: -30px;
    right: unset;
    top: 60px;
    right: unset;
}

.parent-active .protect-shield {
    transition-delay: .6s;
}

.review-call-out {
    top: 90px;
    right: 30px;
    transform-origin: left top;
}

.banner-img-wrap .img-wrap>div.review-call-out {
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
}

.parent-active .review-call-out {
    transition-delay: 1.0s;
}

.review-call-out span {
    background-image: url(https://www.manageengine.cn//rating-placeholder.png);
    background-size: contain;
}

.review-call-out::after {
    width: 85%;
    left: 2px;
}

.protect-shield span {
    height: 50px;
    width: 50px;
}

.banner-smilie span {
    height: 40px;
    width: 40px;
}

.banner-img-wrap .img-wrap>div.dashboard-graph {
    height: 50px;
    right: 20px;
    left: unset;
    bottom: 30px;
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
}

.parent-active .dashboard-graph {
    transition-delay: 1.4s;
}

.dashboard-graph span {
    height: 35px;
    width: 40px;
}

.review-call-out::before {
    background: #fff000;
}

.parent-active .review-call-out::before {
    width: 100px;
    transition: 3s ease;
    transition-delay: 1.7s;
}

.trusted-brand-section {
    background: transparent linear-gradient(322deg, #f7f7f7 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    padding: 100px 0px 0px;
}

.edition-table p {
    font: 16px/1.5 Zoho_Puvi_SemiBold;
    margin-bottom: 30px;
    margin-top: 5px;
    padding: 0%;
}

.mobile-banner-img {
    display: none;
}

a.edition-link {
    font-size: 16px;
}

h3.partner-title {
    font: 17px/1.5 Zoho_Puvi_Regular !important;
}

#meGDPRMessage,
.dwn-priv {
    color: #000000;
    max-width: 390px;
    margin: 0px auto;
    width: 100%;
    margin-top: 5px;
}

#meGDPRMessage {
    font-family: Lato, Roboto;
    margin-bottom: 10px;
}

.forms-container {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin: 0px auto;
    margin-top: 0px;
}

.cloud-from::before,
.onpremises-from::before {
    content: '';
    position: absolute;
    top: 50%;
    background: #abe6e2;
    left: 50%;
    width: 610px;
    height: 590px;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.onpremises-from::before {
    width: 500px;
    height: 410px;
}

.cloud-from,
.onpremises-from {
    max-width: 450px;
    width: 100%;
    margin: 0px auto;
    position: absolute;
    top: 0;
    display: none;
    padding: 40px 0px;
}

.on-premises form {
    text-align: center;
    padding: 0px 5px;
}

.onpremises-from {
    background: #e4f8f7a8;
    padding: 30px 0px;
}

.cloud-from {
    display: block;
    position: relative;
    top: 10px;
}

.onpremises-from input {
    width: 90%;
    padding: 12px 15px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    font-size: 15px;
    margin: 0 auto 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #bbece9 !important;
}

.onpremises-from .reset {
    padding: 0%;
    border: unset;
    background: #d1f2ef;
    font-size: 16px;
    margin-top: 20px;
    border: 1px solid #00000000 !important;
}

.onpremises-from select {
    box-sizing: border-box;
    padding: 12px 15px;
    width: 90% !important;
    margin-top: 0;
    height: 42px !important;
    border-radius: 0px;
    font-family: Lato, Roboto;
    font-size: 15px;
    outline: none;
    border: 1px solid #bbece9 !important;
    border-radius: 0px !important;
    margin-bottom: 10px;
    color: #000 !important;
    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;
}

#meGDPRMessage label {
    font-size: 12px !important;
    line-height: 1.5;
}

.dwn-priv a {
    font-size: 12px;
	 color: #0067ff;
}

.dldesc {
    display: none;
}

#downloadbt {
    display: block;
    width: 90%;
    padding: 8px 30px !important;
    overflow: visible;
    background: #f0483e !important;
    border: 0px;
    cursor: pointer;
    font-family: Lato, Roboto;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    text-transform: uppercase;
    outline: 0px;
    outline-style: none;
    margin: 20px auto 0px !important;
    float: none !important;
    border-radius: 3px !important;
}

#downloadbt span {
    color: #fff;
}

iframe.cloud-page-form {
    max-width: 450px;
    padding: 0px 0px;
    width: 100%;
}

.op-od-switch-button-wrap {
    max-width: 450px;
    margin: 0px auto;
}

.op-od-switch-button {
    display: flex;
    width: 200px;
    margin: 0px auto;
    justify-content: center;
    position: relative;
}

.op-od-switch-button>div {
    background: #bbece9;
    padding: 8px 15px;
    margin: 0px 0px 20px;
    cursor: pointer;
    border: 1px solid #558a85;
}

.op-od-switch-button>div.active span {
    color: #fff;
}

.op-od-switch-button>div:nth-child(2) {
    border-radius: 20px 0px 0px 20px;
}

.op-od-switch-button>div:nth-child(3) {
    border-radius: 0px 20px 20px 0px;
}

.op-od-switch-button>span {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    background: #558a85;
    z-index: 22;
    border: 1px solid #558a85;
}

.op-od-switch-button>div span {
    position: relative;
    z-index: 22;
    font-family: 'Zoho_Puvi_SemiBold';
}

.brand-sprite-parent-wrap ul li {
    width: calc(100% / 6);
}

/*
.brand-sprite-parent-wrap ul li span {
    background-image: url(https://www.manageengine.cn//trust-brand-sprit.svg);
}
*/
.awards-sprite-wrap>li span{
	background-image: url(https://www.manageengine.cn/products/service-desk/lp/css/../../images/rewards-sprites.png);
    background-size: 870px;
    background-repeat: no-repeat;
    display: block;
    height: 90px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    transform: translateY(25px);
    transform-origin: bottom center;
    opacity: 0;
}
.awards-sprite-wrap>li {
    max-width: calc(100% / 4);
    flex: 0 0 calc(100% / 4);
}
.sdp-recognized-logo.awards-sprite-wrap>li:nth-child(1) span{
	max-width: 230px;
    background-size: 830px;
    height: 100px;
    background-position: -102px 6px;
}
.awards-sprite-wrap>li:nth-child(2) span{
	background-position: -372px 0px;
    background-size: 940px;
    max-width: 185px;
}
.sdp-recognized-logo.awards-sprite-wrap>li:nth-child(4) span {
	background-image: url(https://www.manageengine.cn//customer-logo.jpg);
	background-position: -460px -8px;
    background-size: 870px;
    max-width: 200px;
    height: 100px;
}
.sdp-recognized-logo.awards-sprite-wrap>li:nth-child(5) span {
        background-image: url(https://www.manageengine.cn//customer-logo.jpg);
background-position: -660px -8px;
    background-size: 870px;
    max-width: 200px;
    height: 100px;
	margin: 0 auto;
	display: none;
}
.brand-sprite-parent-wrap ul li:nth-child(1) span {
    background-position: -6px -15px;
    max-width: 170px;
    transition-delay: 0.1s;
}

.brand-sprite-parent-wrap ul li:nth-child(2) span {
    background-position: 10px -155px;
    max-width: 200px;
    background-size: 450px auto;
    transition-delay: 0.2s;
}

.brand-sprite-parent-wrap ul li:nth-child(3) span {
    background-position: -311px -125px;
    max-width: 200px;
    background-size: 600px;
    transition-delay: 0.3s;
}

.brand-sprite-parent-wrap ul li:nth-child(4) span {
    background-position: -458px -15px;
    max-width: 140px;
    background-size: 600px;
    transition-delay: 0.4s;
}

.brand-sprite-parent-wrap ul li:nth-child(5) span {
    background-position: -205px -194px;
    max-width: 200px;
    background-size: 530px auto;
    transition-delay: 0.5s;
}

.brand-sprite-parent-wrap ul li:nth-child(6) span {
    background-position: -186px -150px;
    max-width: 160px;
    background-size: 700px;
    transition-delay: 0.6s;
}

.op-change-btn-wrap {
    position: relative;
    z-index: 22;
}

@-webkit-keyframes sclae {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sclae {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    25% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    75% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes move {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    25% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    75% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@media only screen and (max-width:1025px) {
    .pro-menu#MEmobile {
        top: -25px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1024px) {
    .pro-menu#MEmobile {
        margin-top: 0px;
    }
    header:not(.abheader) .melogosvg img {
        width: 170px !important;
        height: auto;
        margin: 2px 0 0 0;
    }
    .sdplogosvg img {
        width: 220px;
    }
    .pro-menu#MEmobile {
        top: 10px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1340px) {
    .banner-section h1 {
        font-size: 50px;
    }
    .banner-section.active .flex-wrap>div:nth-child(1) {
        top: 0px;
    }
    .banner-section.active .img-wrap {
        top: 30px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1110px) {
    .banner-section.active .img-wrap {
        top: 0px;
    }
}

@media only screen and (max-width:1024px) {
    #meCommonFooterNew {
        display: block;
    }
    .banner-section {
        padding: 100px 0px !important;
    }
    .products-new-header .prdLogo a {
        display: inline-block !important;
    }
    .op-od-switch-button-wrap {
        margin: 0px auto;
    }
    .op-od-switch-button>div {
        padding: 10px 15px;
    }
    .banner-section .flex-wrap>div:nth-child(1),
    .banner-section .img-wrap {
        top: 0px;
    }
    .headerinner .prdLogo {
        margin-top: 10px;
    }
    .banner-section h1 {
        font-size: 44px;
    }
    .banner-section .img-wrap {
        left: 0;
        margin: 0px auto;
    }
    .banner-img-wrap::before {
        display: none;
    }
    .mobile-banner-img {
        display: block;
        max-width: 500px;
        margin: 60px auto;
    }
    .cloud-from,
    .onpremises-from {
        position: relative;
    }
    .forms-container {
        margin: 10px auto 0px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    h2 {
        font: 40px/1.2 Zoho_Puvi_Bold !important;
    }
}

@media only screen and (max-width:992px) {
    .tab-infinitie-anim-wrap::before,
    .tab-infinitie-anim-wrap::after,
    .side-button-wrap,
    ul.side-button-wrap li,
    .tab-infinitie-anim-wrap .span-after,
    .tab-infinitie-anim-wrap .span-before {
        display: none !important;
    }
    .brand-sprite-parent-wrap ul li {
        width: calc(100% / 4);
    }
/*
	.sdp-recognized-logo.awards-sprite-wrap>li:nth-child(4) span{
		background-size: 210px;
    	height: 40px;
	}
	.sdp-recognized-logo.awards-sprite-wrap>li:nth-child(5) span {
		background-position: -15px -39px;
		background-size: 273px;
		height: 80px;
	}
*/
}

@media only screen and (max-width:767px) {
    .tab-infinitie-anim-wrap .list-item>div:nth-child(1),
    .infinitie-overlay-wrap .list-item>div:nth-child(1) span {
        margin: 0px auto;
    }
    .tab-infinitie-anim-wrap .list-item,
    .stats-setion h2 {
        text-align: center;
    }
    .partner-title {
        font: 20px/1.5 Zoho_Puvi_Regular !important;
    }
    .trusted-brand-section {
        padding: 50px 0px 0px;
    }
    .stats-setion {
        padding: 70px 0px 70px;
    }
    .highlights-setion .flex-wrap {
        padding-top: 0px;
    }
    .banner-section h1 {
        font: 40px/1.3 Zoho_Puvi_Bold;
    }
    h2 {
        font: 32px/1.2 Zoho_Puvi_Bold !important;
    }
    .banner-section h1 {
        font: 40px/1.3 Zoho_Puvi_Bold;
    }
    .banner-img-wrap {
        display: none;
    }
    .banner-section .flex-right-wrap {
        margin-top: 50px;
    }
    .tab-infinitie-anim-wrap .list-item>div:nth-child(1) {
        margin: 0px auto;
    }
    .tab-infinitie-anim-wrap .list-item,
    .stats-setion h2 {
        text-align: center;
    }
    .partner-title {
        font: 20px/1.5 Zoho_Puvi_Regular !important;
    }
    .trusted-brand-section {
        padding: 50px 0px 0px;
    }
    .pro-menu#MEmobile {
        top: -25px;
    }
    .brand-sprite-parent-wrap ul li {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 500px) {
    .min-mbH {
        display: block !important;
    }
    .brand-sprite-parent-wrap ul li {
        width: calc(100% / 2);
    }
	.awards-setion .flex-wrap{
		display: block;
	}
	.awards-sprite-wrap>li{max-width: 100%;}
}

@media screen and (max-width: 414px) {
    section h2 {
        padding: 0 0;
    }
    .sdplogosvg img {
        margin-top: 0px !important;
        width: 220px !important;
    }
}