* {
  font-family: ZohoPuvi;
}
body,
html {
  padding: 0;
  margin: 0;
}
body {
  overflow-x: hidden;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  padding: 0;
  margin: 0;
}
a,
i,
span,
strong {
  font-size: inherit;
  line-height: inherit;
}
a {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.af {
  display: block;
  color: #000;
}
.ac {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.af,
.af div {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-head-br {
  min-height: 643px;
  padding-top: 95px;
  background: #036276;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #036276),
    to(#00212b)
  );
  background: -o-linear-gradient(bottom, #036276 0, #00212b 100%);
  background: linear-gradient(0deg, #036276 0, #00212b 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.page-head-br:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://www.manageengine.com/identity-management/images/secure-sso-with-mfa-dots.png)
    repeat;
  background-size: 115px;
}
.page-head-br h1 {
  text-align: center;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  color: #ffd283;
  letter-spacing: 0.3px;
  margin: auto;
  margin-bottom: 20px;
}
.page-head-br h1 span {
  display: inline-block;
}
.page-head-br p {
  text-align: center;
  font-size: 24px;
  line-height: 1.7;
  color: #fff;
  font-weight: 300;
}
.banner-cta a {
  font-size: 16px;
  background: #f0473d;
  color: #fff;
  padding: 15px 30px;
  cursor: pointer;
  font-weight: 500;
  border: 0;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.banner-cta {
  text-align: center;
  margin: 30px 0 10px;
}
.banner-cta a:hover {
  background: #bd0b0b;
}
.foot-src {
  padding-right: 15px;
}
.foot-src p {
  text-align: right;
  padding-bottom: 25px;
  color: #808080;
  font-size: 13px;
  font-style: italic;
}
@media screen and (max-width: 992px) {
  .page-head-br:before {
    display: none;
  }
  .page-head-br h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .page-head-br p {
    font-size: 20px;
  }
  .page-head-br {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-head-br h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.about,
.about2 {
  padding-bottom: 90px;
  margin-top: -193px;
}
.about-container {
  background: #fff;
  padding: 80px 55px 80px;
  padding-left: 514px;
  border: 1px solid #efefef;
  border-radius: 10px;
}
.about .about-container:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 373px;
  height: 226px;
  position: absolute;
  left: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-container h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
}
.about-container p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
}
.about-container p .star {
  color: #9a9898;
  font-size: 14px;
}
.about2 .about-container {
  padding: 80px;
}
.about2 .about-container ul {
  display: block;
  font-size: 0;
}
.about2 .about-container ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3 - 82px);
}
.about2 .about-container ul li:nth-of-type(1) {
  padding-right: 60px;
  margin-right: 60px;
  border-right: 1px dashed #d3d3d3;
}
.about2 .about-container ul li:nth-of-type(3) {
  padding-left: 60px;
  margin-left: 60px;
  border-left: 1px dashed #d3d3d3;
}
.about2 .about-container h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #0b625f;
}
@media screen and (max-width: 1200px) {
  .about2 .about-container {
    padding: 60px 40px;
  }
  .about2 .about-container ul li {
    width: calc(100% / 3 - 54px);
  }
  .about2 .about-container ul li:nth-of-type(1) {
    padding-right: 40px;
    margin-right: 40px;
  }
  .about2 .about-container ul li:nth-of-type(3) {
    padding-left: 40px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .about-container {
    padding: 55px 25px 55px 422px;
  }
  .about-container:before {
    left: 30px;
  }
  .about-container br {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .about,
  .about2 {
    margin: 0;
    padding-bottom: 0;
  }
  .about-container {
    padding: 20px 30px 30px;
    margin-top: 60px;
    background: #fff9f9c7;
  }
  .about-container:before {
    display: none;
  }
  .about-container h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .about-container h2 br {
    display: none;
  }
  .about2 .about-container h2 {
    font-size: 24px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .about2 .about-container {
    padding: 40px 24px;
  }
  .about2 .about-container ul li {
    width: 100%;
  }
  .about2 .about-container ul li:nth-of-type(1),
  .about2 .about-container ul li:nth-of-type(3) {
    padding: 0;
    margin: 0;
    border: none;
  }
  .about2 .about-container ul li:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 1px dashed #d3d3d3;
    margin-bottom: 40px;
  }
  .about2 .about-container h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
.only-mfa {
  padding-right: 325px;
  padding-bottom: 20px;
  margin: 50px 0 70px;
}
.only-mfa h2 {
  font-size: 50px;
  line-height: 68px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.only-mfa h2 span {
  font-size: inherit;
  line-height: inherit;
}
.only-mfa h2 span {
  color: #0a625e;
}
.only-mfa p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.only-mfa:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 325px;
  height: 306px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .only-mfa {
    margin-top: 111px;
  }
  .only-mfa h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .only-mfa:before {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .only-mfa {
    padding: 0;
    text-align: center;
    margin-top: 50px;
  }
  .only-mfa:before {
    display: none;
  }
  .only-mfa h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .only-mfa p {
    font-size: 14px;
    line-height: 24px;
  }
}
.tab-head {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.tab-head .tab-title {
  background: #f5f5f7;
  display: inline-block;
  width: calc(33% - 35px);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 20px 10px;
  border-radius: 35px;
  float: left;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  overflow: hidden;
  cursor: pointer;
}
.tab-head .tab-title.active {
  background: #ffd283;
}
.tab-head .tab-title:nth-of-type(2) {
  margin: 0 4.2%;
}
.tab-head .tab-title:not(.active):hover {
  background: #ffd28380;
}
.tab-content {
  display: none;
  width: 100%;
  margin-top: 50px;
}
.tab-content.active {
  display: block;
}
.tab-cont-inner {
  display: table;
  width: 100%;
}
.tab-cont-lhs {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  padding-right: 130px;
}
.tab-cont-rhs {
  display: inline-block;
  width: calc(50% - 4px);
  vertical-align: middle;
}
.tab-content h3 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  color: #000;
  position: relative;
  padding: 68px 0 20px 0;
}
.tab-content p {
  font-size: 16px;
  line-height: 30px;
}
.tab-content h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
}
.tab-2 h3:before {
  width: 39px;
  height: 39px;
  background-position: -66px -40px;
}
.tab-3 h3:before {
  width: 32px;
  height: 37px;
  background-position: -119px -43px;
}
@media screen and (max-width: 1100px) {
  .tab-cont-lhs {
    padding-right: 50px;
  }
  .tab-cont-lhs,
  .tab-cont-rhs {
    vertical-align: middle;
  }
}
@media screen and (max-width: 992px) {
  .tab-head {
    display: none;
  }
  .tab-content {
    display: block;
  }
  .tab-cont-inner {
    display: -ms-grid;
    display: grid;
  }
  .tab-cont-lhs {
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
  }
  .tab-cont-rhs {
    width: 100%;
    padding: 0;
  }
  .tab-content h3 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 10px;
  }
  .tab-content h3 br {
    display: none;
  }
}
.how-mfa-works {
  margin-top: 100px;
  background: #036276;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #036276),
    to(#00212b)
  );
  background: -o-linear-gradient(bottom, #036276 0, #00212b 100%);
  background: linear-gradient(0deg, #036276 0, #00212b 100%);
  border-radius: 20px;
  padding: 80px;
  text-align: center;
  color: #fff;
}
.how-mfa-works:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://www.manageengine.com/identity-management/images/secure-sso-with-mfa-dots.png)
    repeat;
  background-size: 115px;
}
.how-mfa-works div,
.how-mfa-works h2,
.how-mfa-works p {
  position: relative;
}
.how-mfa-works h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  color: #ffd283;
  text-align: center;
  display: inline-block;
  margin-bottom: 14px;
  padding: 0 38px;
}
.how-mfa-works h2:after,
.how-mfa-works h2:before {
  content: "";
  background: url(https://www.manageengine.com/identity-management/images/identity-management-common-sprite-23.png)
    no-repeat -3px -5px;
  background-size: 75px;
  width: 30px;
  height: 14px;
  position: absolute;
  top: 18px;
  left: 0;
}
.how-mfa-works h2:after {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-36%) rotateY(180deg);
  transform: translateY(-36%) rotateY(180deg);
}
.how-mfa-works p {
  font-size: 18px;
  line-height: 28px;
  max-width: 750px;
  margin: auto;
}
.how-mfa-intro {
  margin-top: 60px;
  text-align: center;
}
.how-mfa-intro h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  margin-bottom: 20px;
}
.how-mfa-intro p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 1000px;
  margin: auto;
}
.inner-wrap {
  margin-top: 50px;
  text-align: left;
  display: inline-block;
  width: 100%;
  max-width: 900px;
}
.img-side {
  width: 50%;
  float: left;
  padding-left: 30px;
}
.img-side img {
  max-width: 305px;
}
.text-side {
  width: 50%;
  float: left;
  padding-top: 20px;
}
.tick-list li {
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  position: relative;
  padding-left: 38px;
  margin-bottom: 41px;
}
.tick-list li:before {
  content: "";
  background: url(https://www.manageengine.com/identity-management/images/identity-management-common-sprite-23.png)
    no-repeat -49px -5px;
  background-size: 75px;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 7px;
}
.tick-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1250px) {
  .how-mfa-works {
    padding: 60px;
  }
  .how-mfa-works h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
  }
}
@media screen and (max-width: 992px) {
  .how-mfa-works:before {
    display: none;
  }
  .how-mfa-works h2:after,
  .how-mfa-works h2:before {
    display: none;
  }
  .how-mfa-works h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
  }
  .how-mfa-intro h2 {
    font-size: 28px;
  }
  .img-side {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .text-side {
    width: 100%;
    margin-top: 20px;
    padding-left: 0 !important;
  }
  .tick-list li {
    margin-bottom: 20px;
  }
  .img-side img {
    width: 100%;
  }
  .how-mfa-works {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .how-mfa-works {
    padding: 60px 30px !important;
  }
  .how-mfa-works h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .how-mfa-intro h2 {
    font-size: 22px;
  }
}
.why-mfa {
  padding: 90px 0;
}
.why-mfa-wrap {
  display: inline-block;
  width: 100%;
}
.mfa-box {
  width: calc(50% - 4px - 23px);
  float: left;
}
.mfa-title h2 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  color: #000;
  padding-top: 64px;
}
.mfa-title h2 span {
  color: #0a625e;
}
.bg-box {
  padding: 53px 48px 57px 48px;
  border-radius: 10px;
}
.bg-box h4 ,.bg-box h3{
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  padding-top: 70px;
  position: relative;
}
.bg-box p {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.bg-box h4:before,.bg-box h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.bg-box-1 {
  background: #efffe9;
}
.bg-box-2 {
  background: #fef1f0;
}
.bg-box-3 {
  background: #fef6e8;
}
.bg-box-4 {
  background: #eefcff;
}
.bg-box-5 {
  background: #f9f2ff;
}
.mfa-box:nth-child(odd) {
  margin-right: 54px;
}
.bg-box-2,
.bg-box-3,
.bg-box-4,
.bg-box-5 {
  margin-top: 54px;
}
@media screen and (max-width: 992px) {
  .why-mfa {
    padding: 50px 0;
  }
  .mfa-box:nth-child(odd) {
    margin: 0;
    margin-bottom: 20px;
  }
  .mfa-box {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .mfa-title h2 {
    font-size: 36px;
    line-height: 46px;
    padding: 0;
    padding-bottom: 20px;
    font-weight: 600;
  }
  .mfa-title h2 br {
    display: none;
  }
  .bg-box {
    padding: 30px;
  }
  .bg-box h4 ,.bg-box h3{
    padding-top: 53px;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .bg-box p {
    font-size: 16px;
    line-height: 26px;
  }
  .bg-box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .mfa-title h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
.org-intro .org-content {
  text-align: center;
  margin-bottom: 80px;
}
.org-content h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.org-content h2 span {
  color: #0a625e;
}
.org-content p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 1000px;
  margin: auto;
}
.cta-banner {
  background: #036276;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #036276),
    to(#00212b)
  );
  background: -o-linear-gradient(bottom, #036276 0, #00212b 100%);
  background: linear-gradient(0deg, #036276 0, #00212b 100%);
  border-radius: 20px;
  text-align: center;
  padding: 60px 30px;
  margin-bottom: 90px;
}
.cta-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://www.manageengine.com/identity-management/images/secure-sso-with-mfa-dots.png)
    repeat;
  background-size: 115px;
}
.cta-banner h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #ffd283;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.cta-banner h2 span {
  display: block;
  text-transform: initial;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
}
.cta-wrap {
  display: inline-block;
}
.cta-wrap a {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  margin: 0 10px;
  border: 1px solid;
  width: 250px;
  display: inline-block;
  padding: 17px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
}
.cta-wrap a:first-child {
  background: #f0473d;
  border-color: #f0473d;
}
.cta-wrap a:first-child:hover {
  background: #91150d;
}
.cta-wrap a:last-child:hover {
  background: #ffd283;
  color: #000;
}
@media screen and (max-width: 992px) {
  .cta-banner {
    padding: 40px 20px;
    margin-bottom: 30px;
  }
  .cta-banner:before {
    display: none;
  }
  .cta-banner h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 17px;
  }
  .cta-banner h2 span {
    font-size: 20px;
    line-height: 28px;
  }
  .cta-wrap a {
    padding: 12px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .org-content h2 {
    font-size: 24px;
  }
}
.faq-section {
  padding: 15px 0 0;
}
.faq {
  max-width: 935px;
  margin: auto;
}
.faq h2 {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
}
.accordion {
  padding: 0 60px 0 0;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
  display: inline-block;
  width: 100%;
}
.accordion:last-child {
  border: none;
}
.accordion h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 25px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  margin-left: 0;
  color: #000;
}
.accordion h4:before {
  content: "";
  position: absolute;
  left: auto;
  right: -32px;
  width: 10px;
  height: 10px;
  line-height: 20px;
  text-align: center;
  border: 1px solid;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.accordion.opened h4:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 40px;
}
.panel {
  font-size: 15px;
  line-height: 30px;
  width: 100%;
  display: none;
  padding-bottom: 35px;
  font-weight: 300;
}
.accordion:first-of-type .panel {
  display: block;
}
.accordion .panel p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  display: block;
}
.accordion .panel p:last-child {
  margin-bottom: 0;
}
.accordion .panel a {
  color: #0763ef;
}
.accordion .panel a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .faq h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .accordion h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .accordion .panel p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .faq-section {
    padding-bottom: 0;
  }
  .accordion {
    padding-right: 35px;
  }
}
.fea-res-section {
  padding: 60px 0;
  text-align: center;
}
.fea-res-section h2 {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  color: #000;
}
.res-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.res-box {
  display: inline-block;
  width: calc(33% - 50px);
  margin: 2%;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.res-text {
  padding: 20px 17px;
  position: unset;
}
.res-text h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 8px;
  padding-top: 4px;
}
.res-text p {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  line-height: 25px;
  color: #333;
}
.res-text .learn-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #2481ff;
  position: relative;
  margin-bottom: 5px;
}
.res-text .learn-more:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1.5px solid #2481ff;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  right: -12px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: 48%;
}
.res-box .overlay-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.res-img {
  width: 100%;
  overflow: hidden;
}
.res-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.res-box:hover {
  -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.res-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
div#scroll {
  padding: 0;
}
@media screen and (max-width: 992px) {
  .fea-res-section {
    padding: 40px 0;
  }
  .fea-res-section h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .res-box {
    width: calc(50% - 40px);
    margin: 10px;
  }
}
@media screen and (max-width: 600px) {
  .res-box {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .only-mfa:before {
    right: -50px;
  }
  .only-mfa:before {
    right: 50px;
    -webkit-transition: 0.8s ease-in;
    -o-transition: 0.8s ease-in;
    transition: 0.8s ease-in;
  }
  .animate.animated.only-mfa:before {
    right: 0;
  }
  .animate {
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    opacity: 0;
  }
  .delay-1 {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .delay-2 {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .delay-3 {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .delay-4 {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .delay-5 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }
  .animate.animated {
    opacity: 1;
  }
  .fadeInUp {
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  .fadeInUp.animated {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .fadeInLeft {
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  .fadeInLeft.animated {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .fadeInRight {
    -ms-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  .fadeInRight.animated {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .fadeInRight {
    -ms-transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  .fadeInRight.animated {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .graphori.animated {
    -webkit-animation: graphver 0.5s ease-in-out 1.5s both;
    animation: graphver 0.5s ease-in-out 1.5s both;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }
}

/*POINTS WITH NUMBERS*/
.more-fe-cta {
  margin-top: 20px;
  border: 1px solid #2481ff;
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #2481ff;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
}
.more-fe-cta:hover {
  border: 1px solid #00212c;
  background: #00212c;
  text-decoration: none;
  color: #fff;
}
.inner-wrap-full-img {
  max-width: fit-content;
}
.inner-wrap-full-img .img-side {
  width: 100%;
}
.inner-wrap-full-img .img-side img {
  width: 100%;
  max-width: fit-content;
}
.inner-wrap-full-img .delegation-works-idmp img {
  width: 100%;
}
.poin-num {
  float: left;
  width: 100%;
  padding: 90px 0 0;
}
.poin-num ul li {
  float: left;
  width: 25%;
}
.poin-num ul li div {
  position: relative;
  padding: 40px 0 0 40px;
  margin-right: 40px;
}
.poin-num ul li div:before,
.poin-num ul li div:after {
  content: "";
  position: absolute;
}
.poin-num ul li div:before {
  width: calc(100% - 40px);
  left: 40px;
  background: #ffd283;
  top: 9px;
  height: 1px;
}
.poin-num ul li div:after {
  width: 1px;
  background: #4e848f;
  top: 55px;
  left: 10px;
  height: calc(100% - 55px);
}
.poin-num ul li div i {
  position: absolute;
  font-size: 49px;
  font-style: normal;
  color: #014c5d;
  background-color: #ffffff00;
  text-shadow: -1px -1px 0 #4e848f, 1px -1px 0 #4e848f, -1px 1px 0 #4e848f,
    1px 1px 0 #4e848f;
  left: -2px;
  top: 0;
  font-weight: 500;
}
.poin-num ul li div p {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}
@media screen and (max-width: 992px) {
  .poin-num {
    padding: 40px 0 0;
  }
  .poin-num ul li {
    width: 100%;
  }
  .poin-num ul li div {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 550px) {
  .poin-num ul li {
    width: 100%;
  }
}

/* Double list style */
.double-tick-list {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
.double-tick-list ul {
  width: calc(50% - 4px);
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.double-tick-list ul:nth-of-type(1) {
  padding-right: 40px;
}
@media screen and (max-width: 992px) {
  .double-tick-list ul {
    width: 100%;
  }
}

/* Tab-lhs list style */
.tab-cont-lhs li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.tab-cont-lhs li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #000;
  position: absolute;
  left: 3px;
  top: 8px;
  border-radius: 50%;
}
.af.fea-res-section{display:block}
/*Missed CSS Included*/
.tab-head .tab-title h2 {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
.tick-list li a {
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  color: #019fff;
}

.discover {
  padding: 60px 0 30px;
}
.discover h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 60px;
  text-align: center;
}
.discover-tab {
  display: inline-block;
  vertical-align: top;
  width: 345px;
}
.discover-tab-content {
  display: inline-block;
  width: calc(100% - 350px);
  vertical-align: top;
  padding-left: 100px;
}
.dis-tab-list li {
  font-size: 17px;
  line-height: 1.6;
  padding: 7px 10px 7px 20px;
  border-left: 7px solid transparent;
  transition: 0.3s linear;
  margin-bottom: 25px;
  cursor: pointer;
}
.dis-tab-list li.active {
  background: linear-gradient(
    to left,
    rgba(11, 98, 95, 0) 0%,
    rgb(11 98 95 / 10%) 100%
  );
  border-color: #0b625f;
}
.dis-tab-list li:not(.active):hover {
  border-color: #0b625fc7;
}
.dis-tab-list li:last-child {
  margin-bottom: 0;
}
.discover-tab-content .tab-con {
  border-radius: 10px;
  background: linear-gradient(146deg, #00212b 0%, #036276 100%);
  padding: 18px 70px 60px;
  display: none;
}
.discover-tab-content .tab-con:nth-child(1) {
  display: block;
}
.discover-tab-content .tab-con:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://www.manageengine.com/identity-management/images/secure-sso-with-mfa-dots.png)
    repeat;
  background-size: 115px;
  z-index: 0;
}
.id360-fea-img {
  width: 200px;
  height: 200px;
  background: url(https://www.manageengine.com/identity-360/images/id360-discover-more-sprite.png) no-repeat -3px 0;
  background-size: 395px;
  margin-left: -17px;
}
.tab-con .big-text {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color: #ffd283;
  max-width: 463px;
  margin: 20px 0;
}
.tab-con p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 300;
  max-width: 500px;
}
.id360-learn-more {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  margin-top: 30px;
  padding: 10px 50px 10px 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
}
.id360-learn-more:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #fff;
  border-radius: 2px;
  position: absolute;
  right: 34px;
  transform: rotate(45deg);
  top: 18.1px;
  transition: 0.3s ease-in;
}
.id360-learn-more:hover {
  background: #ffd283;
  color: #000;
  text-decoration: none;
}
.id360-learn-more:hover:before {
  border-color: #000;
}
.discover-tab-content .tab-con * {
  z-index: 1;
  position: relative;
}
.id360-fea-img-2 {
  background-position: -205px 1px;
}
.id360-fea-img-3 {
  background-position: -9px -213px;
}
.id360-fea-img-4 {
  background-position: -206px -212px;
}
.id360-fea-img-5 {
  background-position: -16px -427px;
  height: 180px;
}
.id360-fea-img-6 {
  background-position: -216px -417px;
  height: 190px;
}
.id360-fea-img-7 {
  background-position: -20px -623px;
  height: 180px;
}
.id360-fea-img-8 {
  background-position: -218px -624px;
  height: 180px;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .discover-tab-content {
    padding-left: 50px;
  }
}
@media screen and (max-width: 992px) {
  .discover-tab {
    display: none;
  }
  .discover-tab-content {
    width: 100%;
    padding: 0;
  }
  .discover-tab-content .tab-con {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .discover h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .discover-tab-content .tab-con {
    padding: 30px 40px 55px;
  }
  .tab-con .big-text,
  .tab-con p {
    max-width: 100%;
  }
  .tab-con {
    text-align: center;
  }
  .id360-fea-img {
    margin: auto;
  }
}
.text-center {
  text-align: center;
}
.exp-more-cta {
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  color: #008080;
  margin-top: 30px;
  padding: 10px 50px 10px 30px;
  border: 1px solid #008080;
  border-radius: 30px;
  position: relative;
  text-decoration: none;
}
.exp-more-cta:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #008080;
  border-radius: 2px;
  position: absolute;
  right: 34px;
  transform: rotate(45deg);
  top: 18.1px;
  transition: 0.3s ease-in;
}
.exp-more-cta:hover {
  background: #008080;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 5px 10px #00808069;
}
.exp-more-cta:hover:before {
  border-color: #fff;
}

.tip {
  position: relative;
  display: inline-block;
}
.tip-open {
  background: #fff;
  color: #000;
  padding: 8px 12px;
  text-align: center;
  width: 210px;
  box-shadow: 1px 1px 9px -3px rgb(0 79 79);
  border: 1px solid #008080;
  position: absolute;
  transform: scale(0.9);
  opacity: 0;
  margin: 18px 0 0 -85px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-style: normal;
  line-height: 20px;
  font-size: 13px;
  left: 0;
  bottom: 35px;
  border-radius: 8px;
}
.tip-open:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  bottom: -7px;
  left: calc(50% - 20px);
  margin: 0;
  border: 1px solid #008080;
  border-left: 0;
  border-top: 0;
}
.tip:hover .tip-open {
  transform: scale(1);
  opacity: 1;
}
.tip-open strong {
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .tip-open {
    width: auto;
    z-index: 1;
  }
}