#btmscroll {
  display: none;
}
#commonHeader {min-height:auto;}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  padding-top: 0;
  padding-bottom: 0;
}

.row > * {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 100%;
}

.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}

.row.g-0 > * {
  padding-left: 0;
  padding-right: 0;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

:root {
  --color-primary: #fff0bc;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-blue: #f4f7ff;
  --text-color: #1b1d1f;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  color: var(--text-color);
  font-weight: 300;
  min-height: 100vh;
  line-height: 1.5;
  margin: 0 auto;
  font-family: "ZohoPuvi", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
}

.w-100 {
  width: 100%;
}

ul {
  padding: 0;
}

ul li {
  list-style-type: none;
}

.nfa-btn {
  border: 0;
  border-radius: 8px;
  font-weight: 400;
  font-size: calc(1rem + 2px);
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  padding: 12px 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e2e5;
  color: inherit;
  background-color: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-family: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
}

.nfa-btn:hover {
  color: #e80e19;
  border-color: #e80e19;
}

.nfa-btn > .nfa-btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.nfa-btn > .nfa-btn-icon + span {
  margin-left: 8px;
}

.nfa-btn.nfa-btn-primary {
  border: 1px solid #e43a18 !important;
  background-color: #e43a18 !important;
  color: #ffffff !important;
}

.nfa-btn.nfa-btn-primary:hover {
  background-color: #e43a18;
  border-color: #e43a18;
}

.nfa-btn.nfa-btn-primary:focus {
  background-color: #e43a18;
  border-color: #e43a18;
}

.nfa-btn.nfa-btn-secondary {
  border: 1px solid #e80e19 !important;
  background-color: #ffffff !important;
  color: #ffffff;
}

.nfa-btn.nfa-btn-secondary:hover {
  background-color: #444444;
  border-color: #444444;
}

.nfa-btn.nfa-btn-secondary:focus {
  background-color: #444444;
  border-color: #444444;
}

.nfa-btn > span:last-child.opm-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}

a.nfa-btn {
  text-decoration: none;
}

a.nfa-btn.btn-primary {
  color: #ffffff !important;
  text-decoration: none;
}

.nfa-btn.btn-primary {
  background-color: #e80e19;
  color: #ffffff;
}

a.nfa-btn.btn-primary {
  color: #ffffff !important;
  text-decoration: none;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.d-block {
  display: block !important;
}

.itom-feature-wrapper h1 {
  font-size: calc(1.375rem + 2.2vw);
  line-height: 1.0625;
  letter-spacing: -1px;
  font-weight: 700;
  margin: 0 0 16px;
}

.itom-feature-wrapper h2 {
  font-size: calc(1.325rem + 1.75vw);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.65px;
  margin: 0 0 32px;
}

.itom-feature-wrapper h3,
.itom-feature-wrapper .h3 {
  font-size: calc(1.3rem + 1vw);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.5px;
  margin: 0 0 16px;
}

.itom-feature-wrapper h4 {
  font-size: calc(1.275rem + 0.75vw);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
}

.itom-feature-wrapper h5,
.itom-feature-wrapper .h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.25px;
  margin: 0 0 12px;
}

.itom-feature-wrapper h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.25px;
  margin: 0 0 12px;
}

.itom-feature-wrapper p,
.itom-feature-wrapper .p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 16px;
}

.itom-feature-wrapper ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 24px;
}

@media only screen and (min-width: 1200px) {
  .itom-feature-wrapper h1 {
    font-size: 3.5rem;
  }

  .itom-feature-wrapper h2 {
    font-size: 2.75rem;
  }

  .itom-feature-wrapper h3,
  .itom-feature-wrapper .h3 {
    font-size: 2rem;
  }

  .itom-feature-wrapper h4 {
    font-size: 1.75rem;
  }
}

#scroll,
.heading-menu {
  display: none;
}

/*------ End css -------------*/

.itom-feature-wrapper *,
.itom-feature-wrapper *::after,
.itom-feature-wrapper *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.itom-feature-wrapper a:not(.itom-btn-primary) {
  color: #000;
}

.itom-feature-wrapper a:not(.itom-btn-primary).anchor-text {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.itom-feature-wrapper .anchor-text {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.itom-feature-wrapper .anchor-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.itom-feature-wrapper .itom-banner-wrapper {
  padding: 70px 0px 70px;
  background: #141414;
  position: relative;
  z-index: 1;
}

.itom-feature-wrapper .sec-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.itom-feature-wrapper .sec-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.itom-feature-wrapper .sec-padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.sec-bg {
  background: var(--color-blue);
}

@media screen and (min-width: 992px) {
  .itom-feature-wrapper .title-break {
    display: block;
  }
}

@media screen and (max-width: 768.98px) {
}

@media screen and (max-width: 480px) {
}

.itom-feature-wrapper .nfa-features-detail-container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.itom-feature-wrapper .sec-padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .itom-feature-wrapper .title-break {
    display: block;
  }
}

/*---------- new css -----------*/

.banner-content {
  text-align: center;
}

.banner-content h1 span {
  font-size: 48px;
  font-weight: 300;
}

.banner-content h1 {
  font-size: 56px;
  color: #ffff;
  margin-bottom: 24px;
}

.banner-content h1,
.banner-content p {
  color: #fff;
}

.cta-group a {
  font-size: 20px;
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 24px;
}

.banner-content p {
  color: #fff;
  margin-bottom: 24px;
}

.banner-content p:last-child {
  margin-bottom: 0;
}

.itom-feature-wrapper h2 {
  color: #fff;
}

.itom-banner-wrapper:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 221px;
  background: url("https://www.manageengine.com/itom/images/survey-pattern-left.svg") no-repeat;
  z-index: -1;
}

.itom-banner-wrapper:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 352px;
  height: 221px;
  background: url(https://www.manageengine.com/itom/images/survey-pattern-right.svg) no-repeat;
  z-index: -1;
}

/*--------------- reason section start -----------*/

.key-content-card .cta-group {
  margin-bottom: 24px;
}

.itom-feature-wrapper .feature-section .key-content-card h2 {
  font-size: 40px;
  line-height: 48px;
  color: #000;
}

.itom-feature-wrapper .feature-section .key-content-card {
  background: #fffbe4;
  padding: 24px;
}

.itom-feature-wrapper .feature-section .key-content-card span {
  height: 32px;
  width: 32px;
  background: #ffeeba;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-right: 16px;
  font-size: 18px;
}

.key-list li {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.content-section p {
  margin-bottom: 32px;
}

.content-section p:last-child {
  margin-bottom: 0px;
}

.survey-section {
  background: #141414;
  color: #fff;
}

.key-list.survey-list {
  background: #292828;
  padding: 24px;
  margin: 0 0px 32px;
}

.key-list.survey-list li {
  gap: 24px;
}

.key-list.survey-list span {
  background: #141414;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.key-content-card .cta-group a {
  margin-bottom: 0px;
}

.conditions-section div,
.conditions-section p,
.conditions-section li {
  font-size: 14px;
  line-height: 1.25 !important;
}

.conditions-content h6 {
  font-size: 18px;
}

.conditions-list.disqualify {
  padding-left: 36px;
  margin-top: 24px;
}

.conditions-list {
  padding-left: 16px;
  margin: 0;
  margin-bottom: 24px;
}

.conditions-content p {
  margin-bottom: 24px;
}

.conditions-content p {
  margin-bottom: 0px;
}

.conditions-list li {
  margin-bottom: 8px !important;
  list-style: disc;
  font-size: 14px !important;
}

.conditions-list.disqualify li {
  margin-bottom: 8px !important;
  list-style: disc;
  font-size: 14px !important;
  list-style: lower-alpha;
}

@media screen and (max-width: 992.98px) {
}

@media screen and (max-width: 768.98px) {
  .banner-content h1 {
    font-size: 36px;
  }

  .cta-group a {
    font-size: 16px;
  }

  .itom-feature-wrapper .feature-section .key-content-card h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .itom-feature-wrapper .feature-section .key-content-card {
    margin-top: 40px;
  }

  .itom-feature-wrapper .sec-padding-80 {
    padding: 60px 0px;
  }

  .banner-content h1 span {
    font-size: 32px;
  }
}

.conditions-list.disqualify li {
  list-style: disc;
}
.survey-sec {
  position: relative;
}
.survey-sec .container {
  max-width: 1280px;
}
.ifr-container {
  display: block;
  background: #fff;
  border-radius: 6px;
  text-align: center;
}
.ifr-container > iframe {
  height: 1220px;
  width: 100%;
  border-radius: 6px;
  margin: 0 auto;
  border: 1px solid #d4d4d4;
}
.survey-section {
  padding-bottom: 260px !important;
}
.survey-sec .ifr-container {
  position: relative;
  margin-top: -250px;
}
