[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #c5d2e2;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 9px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}




/* Strip Banner */
.offer-bar{height:50px;background:url(./images/offer-banner-bg-23.png) no-repeat;background-color:#46b7a5;background-size:161px;position:fixed;text-align:center;top:0;border-bottom:1px solid #e6e6e8;width:100%;z-index:999999}.offer-bar:after,.offer-bar:before{content:" ";width:30%;position:absolute;left:0;top:0;height:49px;background:url("/images/yearend-offer-2022.png") -330px -9px/600px 144px;z-index:1}.offer-bar:after{background-position:left -9px;right:0;left:auto}.offer-bar,.offer-bar *{font-family:'Zoho_Puvi_Medium';font-size:16px;color:#000;box-sizing:border-box}.offer-bar .offer-bar-inner{position:relative;z-index:2;padding:0 10px}.offer-bar .offer-bar-inner .offer-des-tag{display:inline-block;position:relative;padding:6px 12px 6px 20px}.offer-bar .offer-bar-inner .offer-des-tag small{font-size:12px;display:block;position:relative;top:-2px;z-index:2;color:#fff;font-weight:600;padding:2px 10px;background:#072621;margin-top:5px}.offer-bar .offer-bar-inner .offer-des-tag small:before{content:" ";display:block;position:absolute;background:url("./images/offer-banner-img-23.png") no-repeat;background-position:0px 10px;background-size:30px;width:58px;height:48px;top:-14px;left:-40px}.offer-bar .offer-bar-inner .offer-des-tag small:after{content:" ";display:block;position:absolute;width:0;border:8px solid #072621;border-left-color:#0000;border-right-color:#0000;border-top-color:#0000;top:-3px;right:-7px;height:.2px}.offer-bar .offer-bar-inner .offer-des-tag:before{content:" ";display:none;position:absolute;background:url("/images/yearend-offer-2022.png") -12px -95px/600px 144px;top:0;left:0;height:100%;width:100%}.offer-bar .offer-bar-inner .offer-btn{transition:.5s ease-in-out;display:inline-block;margin-top:9px;padding:4px 20px 2px;border-radius:30px;background-color:#d43e3e;font-family:'Zoho_Puvi_Medium';text-decoration:none;margin-left:12px;color:#fff}.offer-bar .offer-bar-inner .offer-btn .offer_icn_gift{display:inline-block;background:url("/images/yearend-offer-2022.png") -582px -125px/600px 144px;width:11px;height:11px;margin-right:5px}.offer-bar .offer-bar-inner .offer-btn:hover{box-shadow:rgba(0,0,0,.16) 0 3px 6px,rgba(0,0,0,.23) 0 3px 6px}.offer-bar .offer-bar-inner .offer-tc{position:absolute;right:40px;bottom:3px;font-size:10px;font-family:'Zoho_Puvi_Medium'}@media screen and (min-width:2559px){.offer-bar .offer-bar-inner .offer-tc{font-size:12px;right:18px}}@media screen and (max-width:1024px){.offer-bar::after{background-position:left -41px}.offer-bar::before{background-position:-235px -9px}}@media screen and (max-width:768px){.offer-bar,.offer-bar *{font-size:12px}.offer-bar::after{background-position:59px -21px}.offer-bar::before{background-position:-235px -9px}.offer-bar .offer-bar-inner .offer-des-tag{padding:6px 14px 6px 20px}.offer-bar .offer-bar-inner .offer-btn{margin-left:5px}.offer-bar .offer-bar-inner .offer-tc{right:15px;bottom:10px}}@media screen and (max-width:375px){.offer-bar,.offer-bar *{font-size:11px}.offer-bar .offer-bar-inner{text-align:left;line-height:16px;padding-top:9px}.offer-bar .offer-bar-inner .offer-des-tag{padding:0;display:block}.offer-bar .offer-bar-inner .offer-btn .offer_icn_gift,.offer-bar .offer-bar-inner .offer-des-tag small:after,.offer-bar .offer-bar-inner .offer-des-tag small:before,.offer-bar .offer-bar-inner .offer-des-tag:before{display:none}.offer-bar .offer-bar-inner .offer-des-tag small{padding:0;font-size:12px;color:#f1e300;background-color:transparent}.offer-bar .offer-bar-inner .offer-btn{margin-left:0;padding:4px 8px;margin-top:5px;position:absolute;top:7px;right:7px}}@media screen and (max-width:325px){.offer-bar .offer-bar-inner .offer-des-tag small:before{display:none}.offer-bar,.offer-bar *{font-size:9.3px}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.offer-bar .offer-bar-inner .offer-des-tag small:after{display:none}}body.year-end-offer-enabled .offer-bar{display:block}

@media screen and (max-width:670px){
.offer-bar .offer-bar-inner .offer-des-tag small::before{display:none;}
.offer-bar{background:#46b7a5;}
.offer-bar .offer-bar-inner .offer-des-tag small{background:none;color:#f1e300;}
.offer-bar .offer-bar-inner .offer-des-tag small::after{display:none}
.offer-bar .offer-bar-inner{text-align:left}
.offer-bar .offer-bar-inner .offer-des-tag{display:block;padding:0}
.offer-des-tag{display:block;height:16px;margin-left:0;padding:0;}
.offer-bar .offer-bar-inner .offer-des-tag small{padding-left:0}
.offer-bar .offer-bar-inner .offer-btn{position:absolute;right:10px;top:-8px;padding:0px 10px 1px;}
.offer-bar .offer-bar-inner .offer-tc{bottom:-4px;}
}
@media screen and (max-width:430px){
#offer-bar{display:none}
#commonHeader{margin-top: 0 !important;}
}
/* End */


/* faq start */
ul.fea-lis li {
    margin-left: 15px;
    list-style-type: disc;
}

.faq-section {
padding: 15px 0 40px;}
.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 */
.per50{width: 50%;}
strong {
    font-weight: 500 !important;
}
    .ic-pas-res-1{background-position: -297px -837px;}
    .ic-pas-res-2{background-position: -361px -836px;}
    .ic-pas-res-3{background-position: -413px -834px;}
    .ic-pas-res-4{background-position: -471px -832px;}
    .ic-pas-res-5{background-position: -296px -893px;}
    .ic-pas-res-6{background-position: -362px -893px;}
    .ic-pas-res-7{background-position: -428px -890px;}
    .ic-pas-res-8{background-position: -496px -894px;}
    .ic-pas-res-9{background-position: -501px -2px;}
    .ic-pas-res-10{background-position: -448px -2px;}
    .ic-pas-res-11{background-position: -554px -3px;}
    .ic-pas-res-12{background-position: -609px -2px;}
    .fea-22-box-1 ul li div i{height:35px}

.footer-banner{background:#0B0E0E;background:-webkit-gradient(linear,left top,right top,from(#0B0E0E),to(#162E42));background:-o-linear-gradient(left,#0B0E0E,#162E42);background:linear-gradient(to right,#0B0E0E,#162E42);display:none;padding:20px;position:fixed;bottom:0;left:0;right:0;margin:auto;overflow:hidden;z-index:99999}
.footer-banner .my-container{max-width:1130px;width:100%;margin:0 auto;display:table}
.footer-banner::after,.footer-banner::before{content:'';background:url(https://www.manageengine.com/products/self-service-password/images/footer-banner-cyber-ebook-2022.png) no-repeat -2px -89px;background-size:194px;width:250px;height:130px;position:absolute;top:0;bottom:0}
.footer-banner::after{left:0}
.footer-banner::before{top:-30px;right:0;-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1)}
.footer-banner .lr-container{display:table;width:100%;padding:0 60px}
.footer-banner .footer-lhs{display:table-cell;vertical-align:middle;position:relative;padding-left:100px}
.footer-banner .footer-lhs::before{content:'';background:url(https://www.manageengine.com/products/self-service-password/images/footer-banner-cyber-ebook-2022.png) no-repeat -2px -1px;background-size:147px;width:67px;height:65px;position:absolute;left:0;top:0;bottom:0;margin:auto;-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}
.footer-banner .footer-rhs{display:table-cell;vertical-align:middle;width:350px;position:relative}
.footer-banner .footer-lhs span{display:inline-block;font-size:13px;color:#F7D748;background:rgba(149,116,60,0.2);padding:4px 16px 4px 24px;margin-bottom:4px;position:relative}
.footer-banner .footer-lhs span::before{content:'';background:url(https://www.manageengine.com/products/self-service-password/images/footer-banner-cyber-ebook-2022.png) no-repeat -75px -23px;background-size:147px;width:10px;height:12px;position:absolute;left:10px;top:0;bottom:2px;margin:auto 0}
.footer-banner h2{font-size:17px;line-height:1.6;font-weight:600;color:#fff;margin:0}
.footer-banner a{float:left;display:inline-block;background:#E81F46;font-size:15px;font-weight:500;color:#fff;padding:10px 30px 10px 50px;border-radius:4px;position:relative}
.footer-banner a::before{content:'';background:url(https://www.manageengine.com/products/self-service-password/images/footer-banner-cyber-ebook-2022.png) no-repeat -75px -3px;background-size:147px;width:13px;height:14px;position:absolute;left:28px;top:0;bottom:0;margin:auto 0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}
.footer-banner a:hover{background:#e50935;-webkit-box-shadow:0 8px 20px rgba(229,9,53,0.4);box-shadow:0 8px 20px rgba(229,9,53,0.4);-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}
.footer-banner .footer-close{display:inline-block;color:#fff;font-size:30px;font-weight:200;padding:4px 8px;border-radius:50px;background:rgba(255,255,255,0.2);cursor:pointer;-webkit-transition:.3s ease-in;-o-transition:.3s ease-in;transition:.3s ease-in;position:absolute;right:-80px;top:calc(50% - 18px)}
.footer-banner .footer-close:hover{background:rgba(255,255,255,0.8);color:#000}
div.zsiq_theme1.zsiq_floatmain.act{bottom:10px !important}
@media (max-width: 1450px) {
.footer-banner a{float: none}
.footer-banner .footer-close{right: 0}
}
@media (max-width: 1920px) {
    .per50{
        width: 60%;
    }
}
@media (max-width: 1200px) {
.footer-banner .footer-close{right: 45px}
.footer-banner a{float:none}
}
@media (max-width: 992px) {
.footer-banner .cyber-attack-container{padding:0}
.footer-banner .lr-container{padding:0}
.footer-banner .footer-rhs{padding-right:60px;text-align:center;}
.footer-banner .footer-close{right:55px}
}
@media (max-width: 767px) {
.footer-banner::after,.footer-banner::before{display:none}
.footer-banner h2{font-size:15px;line-height:1.4}
.footer-banner .lr-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}
.zsiq_theme1 div#titlediv.zsiq_cnt{display:none}
.footer-banner{overflow:visible}
.footer-banner .footer-rhs{position:initial}
.footer-banner .footer-close{background:#3a3a3a;top:-13px;left:16px;width:16px}
}
#scroll{
    max-width: 1400px;
    position: relative;
    margin-top: -100px !important;
}
.rhs-cont {
    float: unset;
}

.fea-22-box-1-2sec ul li {
    width: 46%;
}
.lhs-tree .inn {
    overflow-y: scroll;
}