#adRhsLnk{display:none !important}
.heading-menu{display:none;}
#scroll {
    padding: 0;
}
html,body{font: 400 14px/24px 'Zoho_Puvi_Regular'; color: black;overflow-x:hidden;}
div#scroll {
    width: 100%;
    max-width: 100%;
}
.heading {
    text-align: center;
    padding: 60px 0px;
    margin-bottom: 0;
    background: url('https://www.manageengine.cn/products/self-service-password/images/active-directory-account-lockout-tool-banner.png');
    color: white;
    background-position: center;
    background-size: 100% 100%;
}
.heading .main-tit {
    font-size:36px;
    font-weight:700;
font-family: 'Zoho_Puvi_Semibold';
    margin: 0;
}

.main-content {
    max-width: 1100px;
    margin: auto;
}

div, ul, li {
    box-sizing: border-box;
    position: relative;
}

.abt-desc {
    position: relative;
    padding-right: 440px;
    margin: 78px 0;
    display: table;
}

.abt-desc:after {
    content: '';
    width: 400px;
    height: 231px;
    background: url('https://www.manageengine.cn/products/self-service-password/images/active-directory-account-lockout-tool-top.png') no-repeat;
    background-size: 349px;
    position: absolute;
    background-position: right;
    right: 0;
    top: -15px;
}

p {
    font-size: 14px;
    color: #010101;
    line-height: 24px;
}
.tiles {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    padding: 0 !important;
    margin-top: 10px;
}

.tiles li {
    list-style: none;
    position: relative;
}

.tiles-three li{
opacity:0;
margin-top:-50px;
transition: .5s;
}

.tiles li.anim {
    margin: 10px;
    margin-bottom: 0px;
    opacity: 1;
}


.tiles-three li {
    max-width: 32%;
    float: left;
    margin: 10px;
    margin-top: 30px;
    border: 1px solid #b2b8ca;
    padding: 65px 30px;
    padding-bottom: 17px;
    text-align: left;
    background: no-repeat;
    border-radius: 5px;
    min-height: 287px;
    position: relative;
}
/*.tiles-three li:hover {
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.13);
    box-shadow: 0 0 12px rgba(0,0,0,.13);
    transform: scale(1.03);
}
*/
.tiles-three li:hover {
    box-shadow: 0px 13px 18px -11px rgb(17 20 33 / 41%);
}

.tiles li span {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.tiles-three li:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
}
.tiles-three li:nth-of-type(5) {
    margin-left: 0;
    margin-right: 0;
}

.tiles li:before {
    content: '';
    width: 50px;
    height: 50px;
    margin: 0;
    position: absolute;
    left: 27px;
    right: 0;
    top: 8px;
    background: url('https://www.manageengine.cn/products/self-service-password/images/active-directory-account-lockout-tool-sprite.png') no-repeat;
    background-size: 283px;
    background-position: -223px 11px;
}
.components li:nth-of-type(2):before{
     background-position: -59px 13px;
} 
.components li:nth-of-type(3):before{
     background-position: -121px 13px;
} 
.components li:nth-of-type(4):before{
     background-position: -172px 13px;
} 
.components li:nth-of-type(5):before{
     background-position: 2px 15px;
} 

h2.title {
    text-align: center;
    font-size: 24px;
    font-family: "Zoho_puvi_Semibold";
    margin-bottom: 0;
}

p.title-desc {
    text-align: center;
    margin-top: 10px;
}

.why {
    display: table;
    width: 100%;
    padding-top: 0;
    margin-bottom: 80px;
}

ul.trb-tab {
    list-style-type: none !important;
    padding: 0 !important;
    max-width: 300px;
    margin: auto;
    display: table;
    width: 300px;
    border: 1px solid #2c5cb3;
    border-radius: 8px;
    position:relative;
    z-index:1;
    top: 20px;
    background: white;
}

.trb-tab li {
    float: left;
    text-align: center;
    width: 50%;
    font-size: 18px;
    line-height: 23px;
    position: relative;
    padding: 13px 18px;
    transition: .3s ease-in;
    cursor: pointer;
}

.trb-tab li:nth-of-type(1) {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.trb-tab li:nth-of-type(2) {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.trb-tab li.active {
    background: #2c5cb3;
    color: white;
}

.trb-tab li.active:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2c5cb3;
    position: absolute;
    margin: auto;
    bottom: -9px;
    left: 0;
    right: 0;

}

.trb-tab li:hover {
    background: #062867;
    color: white;
}

.trb-tab li.active:hover {
    background: #2c5cb3;
}

.trb-tab-content {
    font-size: 15px;
    background: #f0f5ff;
    padding: 5%;
    padding-top: 50px;
    padding-bottom: 20px;
margin-bottom:65px;
}

.trb-tab-content ul {
    list-style-type: none !important;
}

.trb-tab-content li {
    font-size: 15px;
    margin-bottom: 18px;
    padding-left: 20px;
    position: relative;
}

.trb-tab-content li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: black;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 100%;
}

.trb-tab-content div {
    display: none;
}

/* screeenshots */

.screennshot {
    display: inline-block;
    width: 100%;
}

.text-side {
    width: 40%;
    float: left;
}

.images {
    width: 60%;
    float: left;
    position: relative;
}
.flex-direction-nav {
    position: absolute;
    display: none;
}

.flex-direction-nav li {
    list-style-type: none
}

.flex-control-paging {
    position: relative;
    margin: 0 auto;
    display: table;
    padding-left: 0;
    margin-top: 0;
    z-index: 0;
    padding: 0 !important;
    right: 0;
}

.flex-control-paging li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    padding-left: 0;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #d2e4e8;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a.flex-active {
    background: #d24247;
    cursor: default;
}

ul {
    position: relative;
    display: inline-block;
    width: 100%
}

.gslider {
    width: 96%;
    margin: 0 0 0 -5%;
    position: relative;
}
.gslider img {
    width: 100%;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    position: relative;
}

.gslider p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px
}

.salient-container {
    margin-bottom: 20px;
}

.salient-container h2 {
    font-size: 25px;
    font-weight: 600;
    margin0bottom: 10px;
}

.salient-container .salient-list {
    padding-top: 0;
}

.salient-container .salient-list li {
    margin-bottom: 20px
}

.mobShow {
    display: none;
}

.tip {
    position: absolute;
    height: 100%;
    width: 100%;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
    }
}

.tip-com span {
    width: 14px;
    height: 14px;
    background: #f5633d;
    border-radius: 69%;
    color: transparent;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.tip1 .tip1_1,
.tip1 .tip1_2,
.tip1 .tip1_3,
.tip2 .tip2_1,
.tip2 .tip2_2,
.tip2 .tip2_3,
.tip3 .tip3_1 {
    position: absolute !important;
    top: 159px;
    left: 329px;
}

.tip1 .tip1_1 {
    top: 20px;
    left: 181px;
}

.tip1 .tip1_2 {
    top: 258px;
    left: 733px;
}

.tip1 .tip1_3 {
    top: 53px;
    left: 484px;
}

.tip2 .tip2_1 {
    top: 18px;
    left: 170px;
}

.tip2 .tip2_2 {
    top: 69px;
    left: 606px;
}

.tip2 .tip2_3 {
    top: auto;
    left: 185px;
    bottom: 88px
}

.tip3 .tip3_1 {
    top: 155px;
    left: 456px;
}

.tip-tool {
    background: #3f3f3f;
    color: #fff;
    padding: 7px 22px 12px 19px;
    border-radius: 2px;
    width: auto;
    margin: -25px 0 0 34px;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.6);
    position: absolute;
    transform: scale(0.9);
    opacity: 0;
    z-index: -1;
}
.tip-tool h5 {
    font-size: 12.5px;
    font-family: 'Zoho_Puvi_Bold';
    line-height: 13px;
    letter-spacing: .5px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 2px;
}


.tip1 .tip1_1_tool,
.tip1 .tip1_2_tool,
.tip1 .tip1_3_tool,
.tip2 .tip2_1_tool,
.tip2 .tip2_2_tool .tip2 .tip2_3_tool,
,
.tip3 .tip3_1_tool {
    position: absolute;
    top: 306px;
    left: -27px;
    width: 250px;
}

.tip1 .tip1_1_tool {
    top: 30px;
    left: 175px;
}

.tip1 .tip1_2_tool {
    top: 242px;
    left: 360px;
}

.tip1 .tip1_3_tool {
    top: 45px;
    left: 110px;
}

.tip2 .tip2_1_tool {
    top: 28px;
    left: 161px;
}

.tip2 .tip2_2_tool {
    top: 60px;
    left: 230px;
}

.tip2 .tip2_3_tool {
    top: auto;
    left: 160px;
    bottom: 62px;
}

.tip3 .tip3_1_tool {
    top: 77px;
    left: 277px;
}

.tip1 .tip1_1_tool::before,
.tip1 .tip1_2_tool::before,
.tip1 .tip1_3_tool::before,
.tip2 .tip2_1_tool::before,
.tip2 .tip2_2_tool::before,
.tip2 .tip2_3_tool::before,
.tip3 .tip3_1_tool::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #3f3f3f;
    top: 25px;
    left: -8px;
}

.tip1 .tip1_1_tool::before {
    top: 11px;
    bottom: -11px;
    left: -6%;
    transform: rotate(0deg);
}

.tip1 .tip1_2_tool::before {
    left: 100%;
    transform: rotate(180deg);
    top: 37px;
}

.tip1 .tip1_3_tool::before {
    top: 20%;
    left: 100%;
    transform: rotate(180deg);
}

.tip2 .tip2_1_tool::before {
    top: 34%;
    left: -8px;
    transform: rotate(0deg);
}

.tip2 .tip2_2_tool::before {
    top: 37%;
    left: 100%;
    transform: rotate(180deg);
}

.tip2 .tip2_3_tool::before {
    top: 40%;
    left: -8px;
    transform: rotate(0deg);
}

.tip3 .tip3_1_tool::before {
    top: auto;
    left: 43%;
    bottom: -11px;
    transform: rotate(270deg)
}
.gslider .tip-tool p {
    margin: 4px 0 6px;
    font-size: 14px;
    line-height: 20px;
    color: #c8c8c8;
    text-align: left;
}


.tip-tool.active {
    opacity: 1;
    z-index: 1;
}

.text {
    padding: 38px;
    background: #fdfaf4;
    position: relative;
    top: 76px;
left:10px;
}

.screennshot2 .text {
    padding: 38px;
    top: 48px;
    left: 0px;
}

.text-side .tit {
    font-size: 18px;
    font-family: 'Zoho_Puvi_Bold';
}

.text p {
    font-size: 15px;
}

.flexslider {
    max-height: 400px;
}
ul.slides {
    padding: 24px !important;
    padding-bottom: 14px !important;
}
.screennshot:nth-of-type(even) .images{
position: relative;
    left: 56px;
    z-index: 1;
}

.productivity {
    background: #fbfbfb;
    padding: 60px 30px 40px;
    margin-top: 50px;
    padding-right: 60px;
}

.productivity .text {
    background: none;
}

.productivity .text-side .tit {
    font-size: 17px;
    font-family: 'Zoho_Puvi_Semibold';
    padding-left: 40px;
    position: relative;
}

.productivity .text-side .tit strong {
    font-family: 'Zoho_Puvi_Extrabold';
}

span.num {
    position: absolute;
    padding: 0;
    border-radius: 100%;
    color: #fff;
    left: 0;
    top: 30%;
    width: 30px;
    height: 30px;
    z-index: 99;
}

span.num:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #f5633d;
    border-radius: 100%;
    position: absolute;
    top: -2px;
    left: -11px;
    z-index: -1;
}

.flex-active-slide .gslider {
    opacity: 0;
}

.ss4 .text {
    top: 0;
}

.slideTab ul {
    list-style-type: none !important;
    padding-top: 0 !important;
}

.slideTab ul li {
    border-bottom: 1px solid #f6878b;
    font-size: 16px;
    font-family: "Zoho_Puvi_Medium";
    padding: 14px;
    position: relative !important;
    cursor: pointer;
    transition: .3s ease-in;
float:none !important;
opacity:1 !important;

}

.slideTab .tab.flex-active-slide {
    background: #ffe6e7;
}

.slideTab .tab.flex-active-slide:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #d24247;
    position: absolute;
    right: -9px;
    top: 37%;
}

.slideTab ul li:hover {
    background: #ffe6e7;
}

.tiles-two {
    margin-top: 45px;
}

.tiles-two li {
    box-sizing: border-box;
    width: 46%;
    float: left;
    padding-left: 70px;
    margin-right: 2%;
    margin-bottom: 30px;
    padding-right: 11px;
}

.tiles-two li:before {
    margin: 0;
    left: -8px;
    top: 6px;
    background-position: 2px -60px;
}
.tiles-two li:nth-of-type(2):before {
    background-position: -65px -60px;
}
.tiles-two li:nth-of-type(3):before {
    background-position: -122px -60px;
}
.tiles-two li:nth-of-type(4):before {
    background-position: -172px -60px;
}
.tiles-two li:nth-of-type(5):before {
    background-position: -229px -60px;
}
.tiles-two li span {
    margin-bottom: 5px;
    font-size: 16px;
    font-family: 'Zoho_Puvi_Semibold';
}

.oth-fea {
    margin: 70px 0;
    margin-bottom: 40px;
}

.foot-ban {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    background: #f0f5ff;
    background-size: cover;
    background-position: left;
    padding-left: 313px;
    padding-right: 35px;
    padding-bottom: 34px;
    border-radius: 8px;
    margin-bottom:40px;
    position: relative;
}

.foot-ban h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'Zoho_Puvi_Semibold';
    color: #010101;
    padding-right: 100px;
    margin-bottom: 25px;
}

.foot-ban a {
    padding: 10px 22px;
    width: 116px;
    display: inline-block;
    font-size: 15px;
    color: white;
    margin-right: 10px;
    text-align: center;
    font-weight: 600;
    transition:.2s ease-in;
    font-family: 'Zoho_Puvi_medium';
}

.foot-ban a:nth-of-type(1) {
    background: #0d44a8;
    border: 1px solid #0d44a8;
}
.foot-ban a:nth-of-type(2) {
    background: transparent;
    border: 1px solid #86a2d6;
    color: #0d44a8;
}

.foot-ban a:nth-of-type(1):hover {
    background: #5a77e2;
    text-decoration: none;
}


.foot-ban a:nth-of-type(2):hover{
    background: #19ad35;
    text-decoration: none;
    color: white;
    border-color: #19ad35;
}

.foot-ban:before {
    content: '';
    width: 264px;
    height: 100%;
    background: url('https://www.manageengine.cn/products/self-service-password/images/active-directory-account-lockout-tool-foot-ban.png') no-repeat;
    background-color: #2c5cb3;
    background-size: 180px;
    background-position: 39px 20px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}


@media screen and (max-width : 1250px){
.main-content {
    max-width: 90%;
}    
}

@media screen and (max-width : 992px){

.tiles-three li {
    max-width: 48%;
    margin: 5px !important;
}

.text-side {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    order: 1;
}

.images {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    order: 2;
}

.screennshot {
display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}
.productivity {
    margin-top: 0;
}
.foot-ban {
    width: 100%;
    padding: 40px;
    padding-top: 0;
    text-align: center;
}

.foot-ban:before {
    display: none;
}

.foot-ban h3 {
    padding: 0;
}
.productivity .text {
    background: none;
    padding: 0;
    top: 0;
}
.text{
top:0;left:0;
}
br {
    display: none;
}
.productivity .text-side .tit {
    font-size: 13px;
}
span.num {
    position: absolute;
    padding: 0;
    border-radius: 100%;
    color: #fff;
    left: 16px;
    top: 11%;
    width: 30px;
    height: 30px;
    z-index: 99;
}
span.num:before {
    content: '';
    width: 25px;
    height: 25px;
    background: #f5633d;
    border-radius: 100%;
    position: absolute;
    top: -1px;
    left: -10px;
    z-index: -1;
}
.tiles-two li:before {
    margin: 0;
    left: 6px;
    top: 6px;
    background-position: 2px -60px;
}

}

@media screen and (max-width : 767px){

.abt-desc {
    padding: 0;
    margin: 20px 0;
}

.abt-desc:after {
    display: none;
}
.tiles-three li{
    max-width:100%;
    min-height:auto;
}
.tiles-three li {
    width: 100%;
}

.why {
    margin-bottom: 20px;
}

.heading .main-tit {
    font-size: 24px;
}

.heading {
    padding: 30px;
    margin-top: 18px;
}

h2.title {
    font-size: 20px;
}

p {
    font-size: 12px;
    margin: 10px 0;
}

.trb-tab-content {
    margin-bottom: 28px;
}

.tiles-two li {
    width: 100%;
}

.foot-ban h3 {
    font-size: 18px;
    line-height: 22px;
}

.foot-ban a {
    padding: 5px 20px;
}

.foot-ban {
    padding: 20px;
    padding-top: 0;
}
.foot-ban a {
    padding: 5px 20px;
    width: 150px;
    margin-bottom: 10px;
}
}

@media screen and (min-width : 991px){
.anim{
opacity:0;
}
.tiles li.anim {
opacity:0;
}
}

.fea-nav-list {
    width: 100%;
}
.footer div {
    box-sizing: initial;
}
