div#topsec-rhs,
li#over,
li#fea,
li#doc,
li#cust,
#scroll {
    display: none
}
html,
body {
    color: #000;
    font-size: 15px;
    line-height: 24px
}
.heading-menu {
    display: none
}
.as-container {
    max-width: 1280px;
    margin: 0 auto
}
.bannerContainer {
    position: relative;
    height: 820px
}
.bannerContainer::before {
    content: "";
    position: absolute;
    height: 115%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffede7;
    background: -webkit-linear-gradient(to bottom, #ffede7 0, #ffede7 50%, #fff);
    background: linear-gradient(to bottom, #ffede7 0, #ffede7 50%, #fff);
    z-index: -1
}
.bannerLeft {
    display: inline-block;
    width: calc(100% - 520px);
    position: relative;
    z-index: 2;
    vertical-align: top;
    padding-top: 85px
}
.bannerLeft h1 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 200;
    color: #000;
    margin-bottom: 20px;
    max-width: 620px
}
.bannerLeft h1 span {
    color: #de4316;
    font-size: 50px;
    line-height: 1.4;
    font-weight: 600
}
.bannerLeft p span {
    font-weight: 600
}
.bannerImg {
    display: inline-block;
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat -5px -131px;
    background-size: 900px;
    width: 515px;
    height: 431px;
    margin-top: 55px;
    position: relative;
    z-index: 2;
    left: 70px;
    position: relative;
    animation: anim 3s linear infinite normal
}
@keyframes anim {
    0% {
        top: 0
    }
    50% {
        top: 15px
    }
    100% {
        top: 0
    }
}
@keyframes anim1 {
    0% {
        top: 22%
    }
    50% {
        top: 19%
    }
    100% {
        top: 22%
    }
}
.bannerIcons {
    position: absolute;
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat;
    background-size: 900px;
    transition: .3s
}
.windowbg {
    background-position: -334px -1110px;
    width: 180px;
    height: 158px;
    top: 110px;
    left: 65px
}
.window {
    background-position: -525px -1090px;
    width: 269px;
    height: 228px;
    top: 70px;
    left: 120px
}
.window .nameani {
    width: 140px;
    height: 14px;
    background-color: #4c62da;
    position: absolute;
    top: 112px;
    right: 60px;
    animation: nameani 5s linear infinite normal
}
.window .passwordani {
    width: 140px;
    height: 14px;
    background-color: #4c62da;
    position: absolute;
    top: 142px;
    right: 60px;
    animation: nameani1 5s linear infinite normal
}
.mailIcon {
    background-position: -246px -4px;
    width: 118px;
    height: 95px;
    bottom: 90px;
    right: 20px;
    animation: animicon3 5s linear infinite normal;
    opacity: 0
}
.msgIcon {
    background-position: -141px -4px;
    top: 68px;
    left: -58px;
    width: 84px;
    height: 85px;
    animation: animicon2 5s linear infinite normal;
    opacity: 0
}
.notifyIcon {
    background-position: 0 0;
    top: 0;
    right: 85px;
    width: 132px;
    height: 125px;
    animation: animicon1 5s linear infinite normal;
    opacity: 0
}
@keyframes nameani {
    0% {
        width: 140px
    }
    20% {
        width: 0
    }
    100% {
        width: 0
    }
}
@keyframes nameani1 {
    0%,
    20% {
        width: 140px
    }
    25%,
    100% {
        width: 0
    }
}
@keyframes animicon1 {
    0%,
    29% {
        opacity: 0;
        transform: translate(0, 0)
    }
    30%,
    99% {
        opacity: 1;
        transform: translate(0, -20px)
    }
    100% {
        transform: translate(0, 0)
    }
}
@keyframes animicon2 {
    0%,
    39% {
        opacity: 0;
        transform: translate(0, 0)
    }
    40%,
    99% {
        opacity: 1;
        transform: translate(0, -20px)
    }
    100% {
        transform: translate(0, 0)
    }
}
@keyframes animicon3 {
    0%,
    49% {
        opacity: 0;
        transform: translate(0, 0)
    }
    50%,
    99% {
        opacity: 1;
        transform: translate(0, -20px)
    }
    100% {
        transform: translate(0, 0)
    }
}
/* faq start */
.faq-section {
    padding: 15px 0 90px;
}
.faq {
    max-width: 935px;
    margin: auto;
}
.faq h2 {
    font-size: 35px;
    line-height: 45px;
    text-align: left;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 0px;
}
.accordion {
    padding: 0 60px 0 0px;
    border-bottom: 1px solid #B2B2B2;
    position: relative;
}
/* .accordion.opened {
            background: #fff;
        } */
.start-anim .accordion {
    opacity: 0;
    -webkit-animation: slide-in-top .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top .5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.accordion h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 25px 0;
    position: relative;
    cursor: pointer;
    transition: .3s ease-in;
    margin-left: 0px;
}
.accordion.opened h4 {
    padding-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 16px;
    font-weight: 600;
    color: #000;
    margin-left: 0px;
}
.accordion h4:before {
    content: "\002B";
    font-size: 20px;
    position: absolute;
    left: auto;
    right: -32px;
    color: #000;
    font-weight: 300;
    border: 1px solid #000;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.accordion.opened h4:before {
    content: "\2212";
}
.panel {
    font-size: 15px;
    line-height: 30px;
    width: 100%;
    display: none;
    padding-bottom: 35px;
    font-weight: 300;
}
.accordion:nth-of-type(1) .panel {
    display: block;
}
/* faq end */
.keyFeaContainer {
    margin-top: 90px;
    position: relative
}
.keyFeaContainer::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #efe0fe;
    background: -webkit-linear-gradient(to bottom, #fff, #efe0fe);
    background: linear-gradient(to bottom, #fff, #efe0fe)
}
.keyFeaContainer h2 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 45px
}
.sliderContainer {
    padding: 45px 0 50px;
    position: relative
}
.sliderContainer::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background: #fff1ee
}
.sliderContainer h2,
.benefitsContainer h2 {
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    font-weight: 200;
    display: table;
    margin: 0 auto
}
.sliderContainer h2 span,
.benefitsContainer h2 span {
    font-size: 32px;
    line-height: 1.6;
    text-align: center;
    font-weight: 500;
    display: table
}
.benefitsContainer h2 span {
    padding: 0 10px
}
.sliderContainer p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 40px
}
#slilock {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    z-index: 0;
}
#slilock .flex-direction-nav {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}
#slilock .flexslider {
    max-height: 370px
}
.flex-viewport {
    width: 100%;
    left: 0
}
#slilock .flex-control-paging {
    right: 0;
    z-index: 9;
    left: 0;
    bottom: -50px;
    margin: auto
}
#slilock ul {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: 99
}
#slilock .gslider {
    width: calc(100% - 20px);
    margin: 0 auto;
    position: relative
}
#slilock .gslider img {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e1b9b0
}
#slilock .gslider p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px
}
#slilock .flex-direction-nav li a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    position: absolute;
    top: 42%;
    z-index: 4;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: none;
    font-size: 0;
    border-radius: 50px
}
.full-slider:hover #slilock .flex-direction-nav li a {
    opacity: 1;
    box-shadow: 0 1px 17px -7px rgba(0, 0, 0, .8)
}
#slilock .flex-direction-nav li .flex-next {
    right: 0;
    float: right;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
#slilock .flex-direction-nav a::before {
    content: '';
    position: absolute;
    font-size: 40px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat -507px -720px;
    background-size: 630px;
    border-radius: 50px
}
.flex-control-nav li a,
.flex-control-nav li a.flex-active {
    color: transparent
}
.benefitsContainer h2 {
    margin-top: 80px
}
.benefitsWrapper {
    display: table;
    width: 100%;
    max-width: 1020px;
    margin: 75px auto 120px
}
.benefitCol {
    position: relative;
    display: inline-block;
    vertical-align: top
}
.benefitCol.col1,
.benefitCol.col2 {
    width: calc(50% - 195px)
}
.benefitCol.col1 {
    padding-right: 20px
}
.benefitCol.col2 {
    float: right;
    padding-left: 20px
}
.benefitCol.benefitImg {
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat -5px -1107px;
    background-size: 900px;
    width: 288px;
    height: 301px;
    margin-top: 65px;
    margin-left: 30px
}
.benefitContent {
    background: #fff;
    border: 1px solid #cfc190;
    border-radius: 8px;
    transition: .3s;
    padding: 34px 0 26px;
    margin-bottom: 45px;
    position: relative;
    box-shadow: 0 11px 29px 0 rgba(248, 164, 145, .13);
    max-width: 320px
}
.benefitContent:nth-child(2) {
    margin-bottom: 0
}
.col2 .benefitContent {
    float: right
}
.benefitContent::before {
    content: "";
    position: absolute;
    height: 44px;
    width: 44px;
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat;
    background-size: 900px;
    background-position: -385px -8px;
    top: -22px;
    left: -22px
}
.benefitCol.col1 .benefitContent:last-of-type::before {
    background-position: -437px -8px
}
.benefitCol.col2 .benefitContent:first-of-type::before {
    background-position: -386px -62px
}
.benefitCol.col2 .benefitContent:last-of-type:before {
    background-position: -439px -62px
}
.benefitContent:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 11px rgba(21, 87, 68, .13);
    box-shadow: 0 0 11px rgba(21, 87, 68, .13)
}
.benefitContent h4 {
    padding: 0 27px;
    margin: 0;
    font-size: 16px;
    font-weight: 600
}
.benefitContent p {
    padding: 0 27px;
    margin: 7px 0 0;
    font-size: 14px
}
.whyCtaContainer {
    background-color: #1e329b;
    padding: 120px 0 0
}
.whyCtaContainer .as-container {
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
    display: table
}
.whyCtaContainer h2,
.whyCtaContainer h2 span {
    font-size: 38px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff
}
.whyCtaContainer h2 span {
    font-weight: 200
}
.whyCtaContainer .Why-left {
    width: 380px;
    display: table;
    float: left
}
.whyCtaContainer .Why-right {
    width: calc(100% - 420px);
    float: right;
    margin-left: 40px;
    position: relative;
    max-width: 490px
}
.Why-right-scroll {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    height: 1000px
}
.Why-right-scroll:after {
    content: "";
    position: absolute;
    background: #1e329b;
    background: -moz-linear-gradient(0deg, rgba(30, 50, 155, 1) 0%, rgba(30, 50, 155, .9) 40%, rgba(30, 50, 155, .5) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(30, 50, 155, 1) 0%, rgba(30, 50, 155, .9) 40%, rgba(30, 50, 155, .5) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(30, 50, 155, 1) 0%, rgba(30, 50, 155, .9) 40%, rgba(30, 50, 155, .5) 60%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e329b", endColorstr="#ffffff", GradientType=1);
    width: 100%;
    height: 80%;
    bottom: 0
}
.whyCtaContainer .whyCta-img {
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat -564px -132px;
    background-size: 900px;
    width: 320px;
    height: 760px
}
.whyCtaContainer .why-box {
    padding: 40px;
    background-color: #fff;
    margin-bottom: 30px;
    max-width: 380px;
    position: relative
}
.whyCtaContainer .why-box:before {
    content: "1";
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat -675px -2px;
    background-size: 900px;
    width: 56px;
    height: 56px;
    position: absolute;
    top: -18px;
    right: -28px;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 56px
}
.whyCtaContainer .why-box2::before {
    content: "2"
}
.whyCtaContainer .why-box3::before {
    content: "3"
}
.whyCtaContainer .why-box4::before {
    content: "4"
}
.whyCtaContainer .why-box5::before {
    content: "5"
}
.whyCtaContainer .why-box6::before {
    content: "6"
}
.whyCtaContainer .why-box i {
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat -675px -2px;
    background-size: 900px;
    width: 56px;
    height: 56px;
    display: block
}
.whyCtaContainer .why-box i.why-icon1 {
    background-position: -381px -1920px
}
.whyCtaContainer .why-box i.why-icon2 {
    background-position: -290px -1920px
}
.whyCtaContainer .why-box i.why-icon3 {
    background-position: -467px -1920px
}
.whyCtaContainer .why-box i.why-icon4 {
    background-position: -289px -1993px
}
.whyCtaContainer .why-box i.why-icon5 {
    background-position: -381px -1993px
}
.whyCtaContainer .why-box i.why-icon6 {
    background-position: -467px -1993px
}
.whyCtaContainer .why-box h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 10px
}
.whyCtaContainer .why-box p {
    font-size: 16px;
    font-weight: 300
}
.Why-right .arrow-down {
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat -496px -12px;
    background-size: 900px;
    width: 26px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 2;
    bottom: 380px;
    left: calc(50% - 20px);
    cursor: pointer;
    animation: animicon .5s linear infinite normal
}
.Why-right .arrow-down.rotate {
    transform: rotate(180deg)
}
.demoCtaContainer {
    padding: 100px 0;
    background-image: url(/sites/meweb/images/br/self-service-password/images/free-password-expiry-notification-tool-demo-form-bg-img-22.jpg);
    background-color: #ffd540;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: table;
    width: 100%
}
.demoCtaContainer .as-container {
    max-width: 1000px
}
.demoCtaContainer .demo-left,
.demoCtaContainer .demo-right {
    width: 50%;
    float: left;
    display: table
}
.demoCtaContainer h2,
.demoCtaContainer h2 span {
    font-size: 49px;
    font-weight: 500;
    max-width: 420px;
    line-height: 1.2;
    display: table
}
.demoCtaContainer h2 {
    padding: 50px 0
}
.demoCtaContainer h2 span {
    font-weight: 300
}
/*#adsspcutomerlogos,#allFea,.btmBar,#meCommonFooterNew,#scroll{display:none}*/
.footer {
    background: #20201e;
    padding: 13px 5%;
    width: 90%;
    max-width: 100%
}
.footer p {
    color: #999;
    font-size: 16px;
    margin: 0;
    text-align: center
}
.footer .socialIcons {
    width: 46%;
    text-align: center;
    display: inline-block;
    margin: 0;
    vertical-align: middle
}
.socialIcons a {
    height: 31px;
    width: 31px;
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat;
    background-size: 630px;
    background-position: -356px -388px;
    margin: 0 15px;
    display: inline-block
}
.socialIcons a:hover {
    text-decortion: none
}
.socialIcons a#tw {
    background-position: -401px -388px
}
.socialIcons a#ln {
    background-position: -444px -388px
}
.el-banner-section {
    padding: 190px 0 0;
    min-height: 500px;
    position: relative;
    max-width: 1300px;
    margin: 240px auto 0
}
.el-banner-section .el-banner-left {
    position: absolute;
    text-align: center;
    bottom: 380px;
    left: 405px
}
.el-banner-section .el-banner-left h2 {
    font-family: 'Zoho_Puvi_Bold';
    font-size: 30px;
    color: #000;
    line-height: 42px
}
.el-banner-right {
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat;
    background-size: 900px;
    background-position: -8px -1518px;
    width: 884px;
    height: 380px;
    position: absolute;
    left: calc(50% - 442px);
    top: 120px
}
.el-banner-section .cont span {
    position: absolute;
    color: #000;
    border-left: 4px solid #4d63da;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 20px;
    border-collapse: inherit;
    width: 320px;
    border-bottom: 2px solid #eee;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    font-size: 16px;
    font-weight: 300;
    box-shadow: 0 1px 41.4px 4.6px rgba(193, 181, 180, .21)
}
.el-banner-section .zicon-notify {
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat 0 -575px;
    background-size: 900px;
    width: 191px;
    height: 181px;
    display: block;
    margin: 0 auto;
    margin-top: -150px
}
.el-banner-section .cont span:hover {
    box-shadow: 0 1px 41.4px 4.6px rgba(193, 181, 180, .4)
}
.el-banner-section .cont span.cont1 {
    top: 120px;
    left: 0
}
.el-banner-section .cont span.cont2 {
    top: 100px;
    right: 0
}
.el-banner-section .cont span.cont3 {
    bottom: 160px;
    left: 140px
}
.el-banner-section .cont span.cont4 {
    bottom: 160px;
    right: 140px
}
.center-txt {
    position: relative;
    z-index: 2
}
.center-txt h2 {
    font-size: 32px;
    font-weight: 200;
    text-align: center;
    margin: 0 auto;
    display: table;
    width: 100%;
    line-height: 1.4
}
.center-txt h2 span {
    color: #ed3f16;
    font-size: 32px;
    font-weight: 400;
    display: table;
    text-align: center;
    width: 100%;
    line-height: 1.4
}
.dlp-ebook {
    position: relative
}
.dlp-ebook:before {
    content: "";
    width: 100%;
    height: 320px;
    background-color: #fff2ef;
    position: absolute;
    top: 50%
}
.dlp-ebook .roll-back {
    background: #2238ac;
    box-sizing: border-box;
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 10px
}
.dlp-ebook .roll-back:before {
    content: "";
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat -47px -1925px;
    background-size: 900px;
    width: 200px;
    height: 111px;
    display: block;
    position: absolute;
    z-index: 1;
    left: 50px;
    top: -52px
}
.dlp-ebook .roll-back:after {
    content: "";
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat -217px -585px;
    background-size: 900px;
    width: 147px;
    height: 143px;
    display: block;
    position: absolute;
    z-index: 1;
    right: -50px;
    bottom: -52px
}
.dlp-ebook .roll-back .roll-back-inner {
    overflow: hidden;
    display: block;
    position: relative;
    min-height: 340px;
    width: 100%;
    border-radius: 10px
}
.dlp-ebook .roll-back .roll-back-inner:after {
    content: "";
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat -11px -769px;
    background-size: 900px;
    width: 512px;
    height: 330px;
    display: block;
    position: absolute;
    z-index: 1;
    left: -110px;
    bottom: -25px
}
.dlp-ebook .roll-back .roll-back-inner .txt {
    margin-top: 140px;
    margin-left: 480px
}
.dlp-ebook .roll-back .roll-back-inner .txt h2 {
    font-size: 32px;
    font-weight: 500;
    color: #fff
}
.dlp-ebook .roll-back .roll-back-inner .txt a {
    padding: 16px 50px 16px 40px;
    background-color: #e63f3f;
    display: table;
    color: #e63f3f;
}
.dlp-ebook .roll-back .roll-back-inner .txt a span {
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.dlp-ebook .roll-back .roll-back-inner .txt a i {
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat -725px -85px;
    background-size: 900px;
    width: 17px;
    height: 12px;
    display: table;
    position: relative;
    left: 10px;
    top: 6px
}
.dlp-ebook .roll-back .roll-back-inner .txt a:hover i {
    text-decoration: none;
}
.dlp-ebook .roll-back p:before {
    content: "";
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat -757px 0;
    background-size: 900px;
    width: 50px;
    height: 95px;
    position: absolute;
    left: -49px;
    top: 60px
}
.dlp-ebook .roll-back p {
    position: absolute;
    background-color: #ffd115;
    font-size: 20px;
    font-weight: 300;
    padding: 35px 60px;
    max-width: 620px;
    line-height: 1.3;
    margin-top: -60px;
    right: 80px
}
.dlp-ebook .roll-back p span {
    color: #2238ac;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3
}
#adRhsLnk {
    display: none
}
.zsiq_floatmain {
    display: block !important
}
.img-magnifier-glass {
    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #efefef;
    box-shadow: 0 0 20px -1px rgba(8, 8, 8, .1);
    opacity: 0
}
.gslider:hover .img-magnifier-glass {
    opacity: 1
}
.imagelnk {
    background: none
}
.fancybox-opened .fancybox-title {
    display: none !important
}
.activeDirectory-box {
    padding: 60px 70px;
    border-radius: 16px;
    background-color: #fff;
    display: table;
    margin: 0 auto;
    box-shadow: 0 1px 41.4px 4.6px rgba(193, 181, 180, .21);
    width: calc(100% - 60px);
    margin-top: 60px;
    box-sizing: border-box
}
.activeDirectory-box h2 {
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    font-weight: 100;
    display: table;
    margin: 0 auto
}
.activeDirectory-box h2 span {
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
    color: #ed3f16;
    display: table
}
.activeDirectory-box p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    margin-top: 40px
}
.why-box-inner {
    transition: 1s
}
.demo-form {
    max-width: 420px;
    width: 100%;
    float: right
}
.ffw-form-container {
    font-family: "ZohoPuvi";
    max-width: 340px;
    width: 100%;
    padding: 40px;
    position: relative;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    padding-top: 30px;
    display: block
}
.ffw-form-container .ffw-form h3 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 27px;
    text-align: center;
    position: relative;
    z-index: 3
}
.ffw-form-container .ffw-form form ul li {
    margin-bottom: 15px;
    position: relative
}
.ffw-form-container .ffw-form form ul li input,
.ffw-form-container .ffw-form form ul li select {
    height: 44px;
    line-height: 27px;
    background-color: #fafafa;
    border: #e0e0e0 solid 1px;
    padding: 8px 10px 5px 40px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    transition: .3s ease-in
}
.ffw-form-container .ffw-form form ul li.ffw-ic-count select,
.ffw-form-container .ffw-form.form-us form ul li.ffw-ic-count select {
    transition: none
}
.ffw-form-container.ffw-white-field .ffw-form form ul li input,
.ffw-form-container.ffw-white-field .ffw-form form ul li select {
    background: #fff
}
.ffw-form-container.ffw-white-field .ffw-ms,
.ffw-form-container.ffw-white-field .ffw-ms .ffw-display-text {
    background: #fff
}
.ffw-form-container .ffw-field input:focus,
.ffw-form-container .ffw-field input:focus-visible {
    outline: 0;
    border-color: #527be6
}
.ffw-form-container .ffw-form form ul li select:focus-visible {
    outline: 0
}
.ffw-form-container .ffw-form form ul li input[type=submit],
.ffw-form-container .ffw-form form ul li select[type=submit] {
    cursor: pointer;
    background-color: #db232c;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    border-width: 0;
    padding: 10px;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    height: auto;
    margin-bottom: 10px
}
.ffw-form-container .ffw-form form ul li input[type=submit]:hover,
.ffw-form-container .ffw-form form ul li select[type=submit]:hover {
    background: #b90a13
}
.ffw-form-container .ffw-form form ul li input::-webkit-input-placeholder {
    color: #757575
}
.ffw-form-container .ffw-form form ul li input:-ms-input-placeholder {
    color: #757575
}
.ffw-form-container .ffw-form form ul li input::placeholder {
    color: #757575
}
.ffw-form-container .ffw-form form ul li .ffw-errmsg {
    display: none;
    position: absolute;
    background-color: red;
    color: #fff;
    padding: 5px 0 0;
    font-size: 11px;
    line-height: 12px;
    padding: 1px 5px;
    top: -7px;
    right: 5px;
    border-radius: 2px;
}
.ffw-form-container .ffw-form form ul li #meGDPRMessage,
.ffw-form-container .ffw-form form ul li #meGDPRMessage label,
.ffw-form-container .ffw-form form ul li .ffw-privacy {
    font-size: 11px;
    color: #000;
    line-height: 18px;
    margin-top: 14px;
    font-weight: 300
}
.ffw-form-container .ffw-form form ul li #meGDPRMessage label>b,
.ffw-form-container .ffw-form form ul li #meGDPRMessage>b,
.ffw-form-container .ffw-form form ul li .ffw-privacy>b {
    font-weight: 300;
    font-size: 10px
}
.ffw-form-container .ffw-form form ul li #meGDPRMessage label>a,
.ffw-form-container .ffw-form form ul li #meGDPRMessage>a,
.ffw-form-container .ffw-form form ul li .ffw-privacy a {
    color: #0195fb
}
.ffw-form-container .ffw-form form ul li #meGDPRMessage {
    margin: 10px 0
}
.ffw-form-container .ffw-form form ul li:last-child {
    margin-top: 15px;
    margin-bottom: 0
}
.ffw-form-container .ffw-form form ul li:last-child::before {
    display: none
}
.ffw-form-container .ffw-form form ul li.ffw-ic::before {
    content: "";
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat -497px -75px;
    position: absolute;
    width: 28px;
    height: 28px;
    background-size: 900px;
    top: 8px;
    left: 10px
}
.ffw-form-container.ffw-icon-blue .ffw-form form ul li.ffw-ic::before {
    content: "";
    background: url(/sites/meweb/images/br/self-service-password/images/ffw-form-icons-sprite-blue.png) no-repeat 0 0;
    background-size: 44px 297px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    height: 30px;
    background-position: 0 0
}
.ffw-form-container.ffw-icon-blue .ffw-form form ul li.ffw-ic-name::before {
    background-position: -1px -7px
}
.ffw-form-container.ffw-icon-blue .ffw-form form ul li.ffw-ic-mail::before {
    background-position: -1px -37px
}
.ffw-form-container.ffw-icon-blue .ffw-form form ul li.ffw-ic-company::before {
    background-position: 0 -145px;
    height: 32px
}
.ffw-form-container.ffw-icon-blue .ffw-form form ul li.ffw-ic-phone::before {
    background-position: 0 -70px
}
.ffw-form-container.ffw-icon-blue .ffw-form form ul li.ffw-ic-count::before {
    background-position: 0 -107px
}
.ffw-form-container.ffw-icon-blue .ffw-form form ul li.ffw-ic-date::before {
    background-position: 0 -184px
}
.ffw-form-container .ffw-form form ul li.ffw-ic-name::before {
    background-position: -497px -75px
}
.ffw-form-container .ffw-form form ul li.ffw-ic-mail::before {
    background-position: -525px -77px
}
.ffw-form-container .ffw-form form ul li.ffw-ic-company::before {
    background-position: -528px -71px;
    background-size: 860px
}
.ffw-form-container .ffw-form form ul li.ffw-ic-phone::before {
    background-position: -541px -70px;
    background-size: 840px
}
.ffw-form-container .ffw-form form ul li.ffw-ic-count::before {
    background-position: -579px -73px;
    background-size: 860px
}
.ffw-form-container .ffw-form form ul li.ffw-ic-date::before {
    background-position: -606px -72px;
    background-size: 860px
}
.ffw-form-container .ffw-form.form-us form ul li.ffw-ic-count select {
    width: calc(50% - 5px);
    display: inline-block;
    border: none
}
.ffw-form-container .ffw-form.form-us form ul li select#country_state {
    margin-left: 10px;
    padding-left: 10px
}
.ffw-form-container .ffw-form.form-us form ul li select.commonselect {
    white-space: pre;
    text-overflow: ellipsis;
    padding-right: 25px;
}
.ffw-form-container .ffw-form-fields {
    padding-left: 0;
    margin: 0
}
.ffw-form-container .ffw-form strong {
    font-weight: 300
}
.ffw-form-container .ffw-hide {
    display: none
}
.ffw-form-container .ffw-form form ul li.ffw-ic-count select,
.ffw-form-container .ffw-form.form-us form ul li.ffw-ic-count select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%), linear-gradient(to right, #fff0, #fff0);
    background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) .5em;
    background-size: 6px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat
}
.ffw-form-container .ffw-form p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px
}
.ffw-form-container .ffw-form h2 {
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
    color: #000;
    margin: auto;
    margin-bottom: 27px;
    margin-top: 5px;
    padding: 0
}
.ffw-form-container .ffw-form.form-us form ul li.ffw-ic-count {
    border: #e0e0e0 solid 1px;
    background: #fafafa;
    border-radius: 3px;
    position: relative
}
.ffw-form-container .ffw-form.form-us form ul li.ffw-ic-count:after {
    content: '';
    width: 1px;
    height: 60%;
    background: #e0e0e0;
    position: absolute;
    left: 49%;
    right: auto;
    top: 20%
}
.ffw-form-container .ffw-field .palceholder {
    position: absolute;
    top: 10px;
    left: 42px;
    transition: .3s ease-in
}
.ffw-form-container .ffw-field label {
    font-weight: 300;
    color: #000;
    font-size: 14px;
    opacity: .6
}
.ffw-form-container .ffw-field .star {
    color: #646464;
    font-size: 12px;
    position: relative
}
.ffw-form-container .ffw-field .palceholder.focused {
    top: -2px;
    padding: 0 5px;
    left: 37px
}
.ffw-form-container .ffw-field .focused label {
    font-size: 10px
}
.ffw-form-container .ffw-field .palceholder .star {
    color: red
}
.ffw-form-container .ffw-form form ul li .demo-check {
    display: inline-block !important;
    width: 14px !important;
    float: left;
    margin-right: 6px;
    width: 12px;
    height: 14px;
    margin-left: 0;
    padding-left: 0;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    margin-top: 5px
}
.ffw-form-container label {
    cursor: pointer
}
.ffw-form-container .demo-checkbox label {
    font-size: 14px;
    padding-left: 5px;
    margin-top: 1px;
    display: inline-block
}
.ffw-form-container .ffw-form-thanks-msg {
    display: none
}
.ffw-form-container.ffw-form-success .ffw-form {
    display: none
}
.ffw-form-container.ffw-form-success .ffw-form-thanks-msg {
    display: block
}
.ffw-form-container .ffw-checkbox label {
    opacity: 1
}
.ffw-form-container .ffw-ms {
    height: 40px;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
    outline: none;
    color: #000;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    height: auto;
    position: relative
}
.ffw-form-container .ffw-ms .ffw-display-text {
    cursor: pointer;
    width: 100%;
    background: #fafafa;
    border: 0;
    line-height: 30px;
    box-sizing: border-box;
    color: #999;
    outline: 0;
    padding-left: 0;
    padding-right: 20px;
    min-height: 30px;
    position: relative;
    background-size: 8px;
    background-position: 96%;
    text-align: left;
    padding-left: 20px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%), linear-gradient(to right, #fff0, #fff0);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) .5em;
    background-size: 6px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat
}
.ffw-form-container .ffw-ms .ffw-display-text.active::after {
    transform: rotate(-180deg)
}
.ffw-form-container .ffw-ms .ffw-display-text.has-options {
    color: #000
}
.ffw-form-container .ffw-ms .ffw-others-errmsg {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: 5px
}
.ffw-form-container .ffw-ms .ffw-dd {
    background: #fff;
    border: 1px solid #b7b7b7;
    border-top: 0;
    -webkit-box-shadow: 0 -10px 20px #e4e4e4b8;
    box-shadow: 0 -10px 20px #e4e4e4b8;
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    left: -1px;
    right: -1px
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists {
    overflow-y: auto;
    max-height: 126px
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld {
    display: block;
    position: relative;
    padding: 10px 15px;
    padding-left: 43px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .3s ease all;
    text-align: left
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld .ffw-ms-checkmark {
    position: absolute;
    top: 9px;
    left: 15px;
    height: 18px;
    width: 18px;
    border-radius: 2px;
    border: 1px solid #b7b7b7;
    transition: .3s ease all
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld .ffw-ms-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s ease all
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld input:checked~.ffw-ms-checkmark {
    background-color: #0275ff;
    border-color: #0275ff
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld input:checked~.ffw-ms-checkmark:after {
    display: block
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld:hover {
    background-color: #f3f3f3
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-ms-fld:hover input~.ffw-ms-checkmark {
    border-color: #0275ff
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-dd-lists .ffw-others-fld {
    padding: 10px 15px;
    display: none
}
.ffw-form-container .ffw-ms .ffw-dd .ffw-ms-done {
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 3px;
    background: #293380;
    color: #fff;
    margin: 10px auto;
    text-align: center;
    width: 50%
}
.ffw-form-container .ffw-additional-data,
.ffw-form-container .ffw-hidden-data {
    display: none
}
@media screen and (max-width :600px) {
    .ffw-ms .ffw-display-text {
        height: auto;
        white-space: inherit
    }
}
@media screen and (max-width:767px) {
    .ffw-form-container .ffw-form {
        padding: 20px
    }
    .ffw-form-container .ffw-form h2 {
        font-size: 18px
    }
}
.ffw-form-type-1 .ffw-form form ul li input,
.ffw-form-type-1 .ffw-form form ul li select {
    height: 44px;
    line-height: 27px;
    background-color: #fafafa;
    border: #e0e0e0 solid 1px;
    padding: 8px 10px 5px 52px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    transition: .3s ease-in
}
.ffw-form-type-1 .ffw-field .palceholder {
    position: absolute;
    top: 10px;
    left: 52px;
    transition: .3s ease-in
}
.ffw-form-type-1 .ffw-field label {
    font-weight: 300;
    color: #000;
    font-size: 14px;
    opacity: .6
}
.ffw-form-type-1 .ffw-field .star {
    color: #646464;
    font-size: 12px;
    position: relative
}
.ffw-form-type-1 .ffw-field .palceholder.focused {
    top: -6px;
    padding: 0 5px;
    left: 37px;
    background-color: #fff;
    border-bottom: 2px;
    line-height: 10px;
}
.ffw-form-type-1 .ffw-field .focused label {
    font-size: 10px;
}
.ffw-form-type-1 .ffw-field .palceholder .star {
    color: red
}
.ffw-form-thanks-msg h3 {
    margin-bottom: 0;
    font-size: 24px;
    color: #4CAF50;
    text-align: center;
    width: 100%
}
.ffw-form-thanks-msg p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #3e4f56;
    line-height: 28px
}
.one-line-form {
    width: 520px
}
.one-line-form * {
    font-family: "ZohoPuvi", verdana, arial, sans;
    font-size: 14px;
    outline: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
.one-line-form>form>ul {
    margin: 0
}
.one-line-form>form>ul li {
    list-style-type: none;
    float: left;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 4px
}
.one-line-form>form>ul li:nth-child(1) {
    width: 250px;
    position: relative;
    border-radius: 3px 0 0 3px;
    border-right-width: 0
}
.one-line-form>form>ul li:nth-child(1) .form-icn {
    background: #f6f8fa;
    width: 38px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 3px 0 0 3px
}
.one-line-form>form>ul li:nth-child(1) .form-icn .icn-mail {
    background-position: -76px -64px;
    width: 17px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}
.one-line-form>form>ul li:nth-child(1) input {
    font-size: 14px;
    padding: 0 20px
}
.one-line-form>form>ul li:nth-child(1) input::placeholder {
    color: #b3b3b3
}
.one-line-form>form>ul li:nth-child(2) {
    width: 60px;
    border-left: 0;
    border-right: 0;
    position: relative
}
.one-line-form>form>ul li:nth-child(3) {
    position: relative;
    padding-left: 0;
    border-radius: 0 3px 3px 0;
    border-left: 0
}
.one-line-form>form>ul li .ffw-errmsg {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: -26px;
    position: absolute;
    font-weight: 300;
    white-space: nowrap;
    background-color: #fff;
    margin-bottom: 2px;
    line-height: 12px;
    padding: 4px 10px;
    left: 0;
    border-radius: 2px
}
.one-line-form>form>ul li input {
    width: 100%;
    height: 43px;
    border: 0;
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    font-weight: 300
}
.one-line-form>form>ul li .selectedCountry {
    text-align: left;
    width: 55px;
    height: 33px;
    top: 2px;
    position: absolute;
    color: #000;
    font-size: 14px;
    line-height: 38px;
    left: 0;
    padding-left: 8px;
    border-left: 1px solid #e5e5e5;
    font-weight: 300;
    margin: 7px 0 0
}
.one-line-form>form>ul li .selectedCountry:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #1e0437;
    z-index: 0;
    right: 10px;
    top: 18px
}
.one-line-form>form>ul li .selectedCountry:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 33px;
    top: 0;
    right: 0;
    background-color: #e6e6e6;
    display: none
}
.one-line-form>form>ul li input[type=submit] {
    font-size: 16px;
    background: #d63327;
    color: #fff;
    padding: 0 60px 0 30px;
    cursor: pointer;
    font-weight: 500;
    height: 43px;
    border: 0
}
.one-line-form>form>ul li:nth-child(3):after {
    content: "";
    position: absolute;
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat -725px -85px;
    background-size: 900px;
    width: 17px;
    height: 12px;
    display: block;
    top: 20px;
    right: 35px
}
.one-line-form>form>ul li input[type=submit]:hover {
    background: #9e0303;
    transition: all .5s ease
}
.one-line-form>form>ul li select {
    font-weight: 300;
    width: 50px;
    height: 43px;
    border: 0;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0;
    z-index: 9;
    position: relative;
    color: #000;
    font-size: 12px;
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    float: left;
}
.one-line-form>form>ul li select#country_state {
    position: relative;
    font-size: 14px;
    opacity: 1;
    width: 100px;
    float: left;
    padding-left: 0;
    line-height: 22px
}
.one-line-form>form>.misc-field .dwn-priv {
    margin-top: 0;
    line-height: 16px;
    font-weight: 200;
    padding-top: 5px
}
.one-line-form>form>.misc-field .dwn-priv,
.one-line-form>form>.misc-field .dwn-priv * {
    font-size: 11px;
    color: #000
}
.one-line-form>form>.misc-field .dwn-priv strong {
    font-weight: 600
}
.one-line-form>form>.misc-field .dwn-priv a {
    font-size: 11px;
    color: #1281bd;
    text-decoration: underline
}
.one-line-form>form>.misc-field #meGDPRMessage {
    line-height: 16px;
    margin: 5px 0 0 !important;
    width: 100%
}
.one-line-form>form>.misc-field #meGDPRMessage label {
    font-size: 11px;
    line-height: 18px;
    color: #000;
    font-weight: 300;
    opacity: .8
}
.one-line-form>form>.misc-field #meGDPRMessage .checkmarkgdpr {
    margin-bottom: 0;
    width: 12px;
    height: 11px;
}
.one-line-form>form>.misc-field::before {
    content: " ";
    display: table;
    clear: both
}
.one-line-form>form>.misc-field * {
    color: #a6a6a6;
    font-weight: 300
}
.one-line-form>form>.misc-field strong {
    font-weight: 600
}
.one-line-form>form>.misc-field a {
    color: #1281bd;
    text-decoration: underline
}
.one-line-form>.success-message {
    display: none
}
.one-line-form>.success-message h2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 24px
}
.one-line-form>.success-message p {
    font-size: 16px;
    line-height: 23px;
    margin-top: 0;
    color: #000
}
.one-line-form>.success-message p a {
    font-size: 16px
}
.one-line-form.success ul {
    display: none
}
.one-line-form.success .success-message {
    display: block
}
.one-line-form.success .misc-field {
    display: none
}
.one-line-form.with-state {
    width: 590px
}
.one-line-form.with-state ul li #headerCountryListItem:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #1e0437;
    z-index: 0;
    right: 7px;
    top: 23px
}
.one-line-form.with-state ul li:nth-child(1) {
    margin-left: 0;
    width: 200px
}
.one-line-form.with-state ul li #country_state {
    margin-left: 15px
}
.one-line-form.with-state ul li .selectedCountry:after {
    display: block
}
.one-line-form.with-state ul li input[type=submit] {
    padding: 0 60px 0 30px
}
.one-line-form.with-state ul li:nth-child(2) {
    width: 180px;
    position: relative
}
.one-line-form.with-state .ffw-country-list {
    position: relative
}
.one-line-form.with-state .ffw-country-list:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #1e0437;
    z-index: 0;
    right: 8px;
    top: 26px;
    z-index: 9
}
.one-line-form #country_state {
    opacity: 1;
    width: 305px;
    background: #fff;
    position: relative;
    float: right;
    top: 1px;
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}
.demoCtaContainer .dwnArrow {
    position: absolute;
    top: 11px;
    left: 65px;
    background: url(https://www.manageengine.com/products/self-service-password/images/free-password-expiry-notification-tool-sprite-img-22.png) no-repeat -696px -79px;
    background-size: 900px;
    width: 21px;
    height: 21px
}
.ffw-additional-data,
.ffw-hidden-data {
    display: none
}
@media(max-height:780px) {
    .whyCtaContainer .whyCta-img {
        height: 480px
    }
    .Why-right-scroll {
        height: 700px
    }
    .Why-right .arrow-down {
        bottom: 200px
    }
}
@media(max-height:640px) {
    .whyCtaContainer .whyCta-img {
        height: 385px
    }
    .Why-right-scroll {
        height: 600px
    }
    .Why-right .arrow-down {
        bottom: 150px
    }
}
@media(max-width:1440px) {
    .bannerImg {
        left: 20px
    }
}
@media(max-width:1366px) {
    .as-container {
        max-width: calc(100% - 100px)
    }
}
@media(max-width:1280px) {
    .bannerLeft h1,
    .bannerLeft h1 span {
        font-size: 40px
    }
    .bannerImg {
        transform: scale(.8);
        margin-top: 20px;
        left: 80px
    }
}
@media screen and (max-width:1240px) {
    .bannerImg {
        left: 30px
    }
    .sliderContainer {
        margin-top: 65px
    }
    .el-banner-section .el-banner-left {
        left: 350px
    }
    .dlp-ebook .roll-back .roll-back-inner .txt {
        margin-left: 420px
    }
}
@media screen and (max-width:1200px) {
    .as-container,
    .whyCtaContainer .as-container {
        max-width: 100%;
        width: calc(100% - 100px)
    }
    .sliderContainer {
        margin-top: 65px
    }
    .dlp-ebook {
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 109px
    }
    .dlp-ebook::before {
        display: none
    }
    .dlp-rgt {
        width: 100%;
        text-align: center
    }
    .center-txt h2,
    .center-txt h2 span {
        font-size: 26px
    }
    .el-banner-section {
        min-height: 400px
    }
    .el-banner-section .cont span {
        width: 300px
    }
    .el-banner-section .cont span.cont3,
    .el-banner-section .cont span.cont4 {
        bottom: 60px
    }
    .dlp-ebook .roll-back p {
        width: calc(100% - 300px);
        box-sizing: border-box;
        padding: 35px 40px;
        right: 40px;
        font-size: 18px
    }
    .dlp-ebook .roll-back p span {
        font-size: 22px
    }
    .dlp-ebook .roll-back .roll-back-inner .txt {
        font-size: 18px;
        line-height: 1.2
    }
}
@media screen and (max-width:1140px) {
    .as-container {
        max-width: 90%
    }
    .bannerImg {
        left: 60px
    }
}
@media screen and (max-width:1080px) {
    .bannerImg {
        left: 100px;
        margin-top: 40px;
    }
    .el-banner-right {
        display: none
    }
    .el-banner-section .cont {
        max-width: 480px;
        margin: 0 auto
    }
    .el-banner-section .cont span {
        position: inherit;
        width: 100%;
        display: table;
        margin-top: 30px;
        box-sizing: border-box
    }
}
@media screen and (max-width:1025px) {
    .dlp-ebook .roll-back .roll-back-inner .txt h2 {
        line-height: 1.2
    }
    .dlp-ebook .roll-back p {
        width: calc(100% - 400px);
        padding: 25px 30px;
        right: 20px;
        line-height: 1.4
    }
}
@media screen and (max-width:991px) {
    .bannerLeft h1 {
        margin: 0 auto;
        margin-bottom: 20px
    }
    .activeDirectory-box {
        margin-top: 0
    }
    .bannerImg,
    .benefitCol.benefitImg {
        display: none
    }
    .bannerLeft {
        width: 100%;
        text-align: center;
        margin-bottom: 80px
    }
    .one-line-form {
        margin: 0 auto
    }
    .wam-form {
        margin: 0 auto
    }
    .wam-form ul li {
        display: inline-block;
        vertical-align: top
    }
    .wam-form ul li:nth-child(2) {
        margin-left: -4px
    }
    .wam-form ul li:nth-child(3) {
        margin-left: -4px
    }
    .keyFeaContainer h2,
    .benefitsContainer h2 {
        line-height: 34px
    }
    .customerLogos {
        flex-wrap: wrap;
        justify-content: center
    }
    .logoBox {
        margin: 0 5% 40px
    }
    .benefitCol.col1,
    .benefitCol.col2 {
        width: 45%;
        float: none;
        display: inline-block
    }
    .footer .as-container {
        display: grid
    }
    .footer nav {
        grid-row: 1
    }
    .footer {
        text-align: center
    }
    .footer p,
    .footer .socialIcons {
        width: 100%
    }
    .footer .socialIcons {
        margin-bottom: 10px
    }
    .dlp-ebook .roll-back .roll-back-inner .txt {
        max-width: 320px
    }
    .dlp-ebook .roll-back .roll-back-inner .txt h2 {
        font-size: 26px;
        padding-top: 20px
    }
    .whyCtaContainer {
        padding: 80px 0
    }
    .whyCtaContainer .Why-left,
    .whyCtaContainer .Why-right,
    .demoCtaContainer .demo-left,
    .demoCtaContainer .demo-right {
        width: 100%
    }
    .demoCtaContainer .demo-left,
    .demoCtaContainer .demo-right {
        width: 100%;
        max-width: 420px;
        float: none;
        margin: 0 auto
    }
    .whyCtaContainer h2,
    .whyCtaContainer h2 span {
        display: table;
        margin: 0 auto;
        text-align: center;
        line-height: 1.2
    }
    .whyCtaContainer h2 {
        margin-bottom: 20px
    }
    .whyCtaContainer .whyCta-img {
        background-size: 700px;
        height: 340px;
        margin: 0 auto;
        background-position: -436px -100px;
        width: 254px
    }
    .Why-right .arrow-down {
        display: none
    }
    .why-box-inner {
        max-width: 480px;
        width: 100%;
        margin: 0 auto
    }
    .Why-right-scroll {
        overflow: inherit;
        height: auto
    }
    .Why-right-scroll:after {
        display: none
    }
    .demoCtaContainer h2,
    .demoCtaContainer h2 span {
        font-size: 42px;
        padding: 0
    }
    .demo-form {
        float: left
    }
    .demoCtaContainer h2,
    .demoCtaContainer h2 span {
        text-align: center;
        width: 100%
    }
    .demoCtaContainer .solution-form-inn h2 {
        font-size: 26px;
        padding: 20px 0 10px
    }
    .whyCtaContainer .Why-right {
        margin: 0 auto;
        float: none;
        display: table
    }
    .demoCtaContainer .dwnArrow {
        left: 40px;
    }
}
@media(max-width:920px) {
    .bannerContainer {
        height: auto
    }
    .dlp-ebook .roll-back:before,
    .dlp-ebook .roll-back .roll-back-inner:after {
        display: none
    }
    .dlp-ebook .roll-back .roll-back-inner {
        min-height: auto;
        padding-bottom: 40px
    }
    .dlp-ebook .roll-back .roll-back-inner .txt {
        width: 100%;
        max-width: calc(100% - 40px);
        margin: 0 auto;
        margin-top: 100px;
        text-align: center
    }
    .dlp-ebook .roll-back p {
        width: calc(100% - 80px);
        max-width: 100%;
        left: 40px;
        right: auto;
        text-align: center
    }
    .dlp-ebook .roll-back a {
        margin: 0 auto;
        display: table
    }
    .dlp-ebook .roll-back p:before {
        display: none
    }
    .el-banner-section {
        margin-top: 0
    }
}
@media screen and (max-width:767px) {
    .wam-form ul li:nth-child(1) {
        width: 80%
    }
    .wam-form ul li:nth-child(2) {
        width: 19%
    }
    .selectedCountry {
        left: 0
    }
    .wam-form ul li:nth-child(2) {
        margin-left: 0
    }
    .feaBox {
        width: 45%;
        opacity: 1
    }
    .fea5,
    .fea6 {
        margin-top: 0
    }
    #slilock .flexslider {
        max-height: 230px
    }
    .itExpenseList ul {
        padding-left: 0
    }
    .itExpenseList::before {
        left: -27px
    }
    .feaWrapper {
        margin-top: 50px
    }
    .dlp-ebook {
        margin-bottom: 100px
    }
    .dlp-ebook .roll-back p {
        margin-top: 140px;
        position: relative;
        top: -80px;
        margin-bottom: -180px
    }
    .one-line-form,
    .one-line-form.with-state {
        width: 420px;
    }
    .one-line-form>form>ul li:nth-child(1),
    .one-line-form.with-state ul li:nth-child(1),
    .one-line-form>form>ul li:nth-child(2),
    .one-line-form.with-state ul li:nth-child(2),
    .one-line-form>form>ul li .selectedCountry,
    .one-line-form>form>ul li select {
        width: 100% !important;
    }
    .one-line-form.with-state ul li:nth-child(2) .selectedCountry,
    .one-line-form.with-state ul li:nth-child(2) select {
        width: 200px !important;
    }
    .one-line-form.with-state ul li:nth-child(2) select#country_state {
        width: calc(100% - 220px) !important;
    }
    .one-line-form>form>ul li:nth-child(2) {
        width: 100%;
        margin-top: 5px;
        border: 1px solid #e6e6e6;
    }
    .one-line-form>form>ul li:nth-child(3) {
        width: 100%;
        margin-left: 1px;
        margin-top: 5px;
        padding: 0px;
    }
    .one-line-form>form>ul li .selectedCountry {
        border-left: 0px;
    }
    .ffw-form-container {
        padding: 20px;
    }
    .one-line-form>form>ul li:nth-child(3):after {
        top: 16px;
        left: calc(50% + 50px);
    }
}
@media(max-width:768px) {
    .benefitCol.col1,
    .benefitCol.col2,
    .benefitContent {
        width: 100%;
        max-width: 100%;
        margin: 0
    }
    .benefitCol.col2 {
        padding-left: 0
    }
    .benefitContent,
    .benefitContent:nth-child(2) {
        margin-bottom: 40px
    }
    .dlp-ebook .roll-back:after {
        transform: scale(.7)
    }
    .activeDirectory-box {
        width: 100%;
        padding: 60px 40px
    }
    .wam-form {
        width: 100%
    }
    .flex-control-nav {
        display: block;
    }
}
@media screen and (max-width:550px) {
    .bannerLeft h1,
    .bannerLeft h1 span {
        font-size: 36px
    }
    .activeDirectory-box h2,
    .activeDirectory-box h2 span {
        font-size: 28px
    }
    .formBox,
    .dwn-priv {
        text-align: center
    }
    .formBox {
        padding-bottom: 30px
    }
    .wam-form ul li input {
        font-size: 14px !important
    }
    .wam-form ul li input[type=submit] {
        font-size: 13px !important
    }
    .formBox {
        display: inline-block;
        width: 100%;
        margin: 0 auto
    }
    .itExpenseList {
        width: 100%
    }
    .itExpenseList::before {
        display: none
    }
    .feaBox {
        width: 99%
    }
    .benefitCol.col1,
    .benefitCol.col2 {
        width: 100%;
        padding: 0
    }
    .dlp-ebook {
        min-height: 300px
    }
    .dlp-rgt {
        line-height: 60px
    }
    .dlp-rgt h2 {
        line-height: 30px
    }
    .sliderContainer::before {
        height: 87%
    }
    .dlp-ebook .roll-back:after {
        transform: scale(0.5);
    }
    .benefitContent::before {
        transform: scale(0.9);
        left: -18px;
        top: -18px;
    }
    .demoCtaContainer,
    .whyCtaContainer .whyCta-img {
        background-image: none;
    }
    .whyCtaContainer .whyCta-img {
        display: none;
    }
    .whyCtaContainer h2,
    .whyCtaContainer h2 span {
        font-size: 28px;
    }
}
@media screen and (max-width:500px) {
    body .one-line-form {
        width: 100%
    }
    body .one-line-form ul li {
        width: 100% !important
    }
    body .one-line-form ul li select {
        width: 100% !important
    }
    body .one-line-form ul li:first-child {
        border: 1px solid #8ca2ba !important;
        margin-top: 5px !important;
        width: 100% !important;
        display: block;
        padding: 0;
    }
    body .one-line-form ul li:nth-child(2) select {
        border: 1px solid #8ca2ba !important;
        margin-top: 5px !important;
        width: 100% !important;
        display: block;
        opacity: 1;
        -webkit-appearance: listbox
    }
    body .one-line-form ul li .selectedCountry {
        display: none;
        width: 100% !important
    }
    body .one-line-form ul li:nth-child(3) {
        margin-top: 5px
    }
    body .one-line-form.with-state {
        width: 100% !important
    }
    body .one-line-form.with-state ul li select#country_state {
        margin-left: 0;
        padding: 0 10px;
        font-size: 12px
    }
    .bannerLeft h1,
    .bannerLeft h1 span {
        font-size: 28px;
    }
    .bannerLeft {
        margin-bottom: 20px;
    }
    .one-line-form.with-state ul li:nth-child(2) select#country_state,
    .one-line-form.with-state ul li:nth-child(2) .selectedCountry,
    .one-line-form.with-state ul li:nth-child(2) select {
        width: 100% !important;
    }
    .one-line-form.with-state .ffw-country-list:after {
        display: none;
    }
    .activeDirectory-box {
        padding: 40px 20px
    }
    .as-container,
    .whyCtaContainer .as-container {
        width: calc(100% - 60px)
    }
    .whyCtaContainer .why-box:before {
        transform: scale(.8);
        right: -18px
    }
    .dlp-ebook .roll-back {
        width: 100%;
        padding-bottom: 40px
    }
    .dlp-ebook .roll-back p {
        padding: 20px 30px;
        width: calc(100% - 30px);
        left: 15px
    }
    .dlp-ebook .roll-back p,
    .dlp-ebook .roll-back p span {
        font-size: 16px
    }
    .sliderContainer {
        padding-bottom: 0
    }
    .sliderContainer p {
        margin-top: 30px;
    }
    .demoCtaContainer {
        padding: 50px 0;
    }
    .sliderContainer h2,
    .benefitsContainer h2,
    .sliderContainer h2 span,
    .benefitsContainer h2 span {
        font-size: 28px;
        line-height: 1.2
    }
    .demoCtaContainer h2,
    .demoCtaContainer h2 span {
        font-size: 28px;
        line-height: 1.2
    }
    .demoCtaContainer .solution-form-inn h2 {
        font-size: 20px
    }
    .benefitsWrapper {
        margin: 50px 0
    }
    .benefitCol.col2 .benefitContent:nth-child(2) {
        margin-bottom: 0
    }
    .ffw-form-container {
        box-sizing: border-box;
        padding: 40px 20px;
    }
    .ffw-form-container .ffw-form {
        padding: 0;
    }
    .ffw-form-container {
        width: 100%;
    }
    .one-line-form>form>ul li {
        background-color: transparent;
        padding: 0px;
    }
    body .one-line-form ul li:nth-child(2) select {
        margin-top: 0;
    }
    .ffw-form-container {
        max-width: 100%;
        padding: 40px;
        margin-top: 30px;
    }
    .footer {
        display: block;
    }
    .footer .as-container {
        width: 100%;
        max-width: 100%;
    }
    .footer p {
        font-size: 14px;
    }
    #slilock .gslider img {
        border-radius: 3px;
    }
}
@media screen and (max-width:400px) {
    .ffw-form-container {
        padding: 30px 25px;
    }
    .as-container,
    .whyCtaContainer .as-container {
        width: calc(100% - 30px)
    }
    .bottom-CtaContainer a {
        padding: 13px 10px
    }
    .dlp-ebook {
        min-height: 300px
    }
    .dlp-rgt {
        line-height: 60px
    }
    .dlp-rgt h2 {
        line-height: 30px
    }
}