@charset "UTF-8";
.heading-menu {
  display: none;
}
#scroll {
  display: none;
}
.banner-bg {
  background: #045fd2;
  background-size: cover;
  padding: 0px 0px 250px 0px;
}
p.banner-info {
  font-size: 18px;
  text-align: center;
  color: #fff;
  letter-spacing: 1.3px;
  margin-top: 75px
}
.banner h1 {
  font: 40px/1.25 'Zoho_Puvi_ExtraBold' !important;
  text-align: center;
  width: 80%;
  margin: auto;
  color: #fff;
}
.mc-video {
  text-align: center;
  margin-top: -200px;
  margin-bottom: 50px;
}
div#content {
  padding: 0px 0px 100px 0px;
}
p.takeaway-intro-heading {
  font: 20px/1.5 "Zoho_Puvi_SemiBold";
  margin: 0 auto 10px auto;
}
h2.faq-main-heading {
  text-align: center;
  margin: 100px 0px 0px 0px;
}
ul.list-items {
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
ul.list-items li {
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  margin: 10px 0px 15px 0px;
}
ul.list-items li:before {
  content: "";
  background: url("https://www.manageengine.com/products/service-desk/cloud/images/list-tick.png") no-repeat;
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: -20px;
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
}
a.internal-links {
  text-decoration: none;
  color: #045fd2;
  border-bottom: 1px solid #045fd2;
}
/*FAQ style starts here*/
.faq-bg {
  padding: 30px 0px 0px 0px;
}
.faq {
  max-width: 900px;
}
.faq h2 {
  text-align: center;
  margin-bottom: 80px;
}
.expand-wrapper {
  text-align: right;
  margin-bottom: 20px;
}
span.expand-all-sec {
  color: #000;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}
span.expand-all-sec:after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: #045fd2;
  transition: .4s ease;
}
span.expand-all-sec:hover::after {
  width: 100%;
  transition: .4s ease;
}
button.accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-appearance: none;
  color: #000;
}
button.accordion p {
  font: 20px / 1.3 Zoho_Puvi_SemiBold;
  margin: 0px;
  max-width: 80%;
}
.accordion-wrapper {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0px;
}
.accordion-wrapper:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.accordion {
  font-family: Zoho_Puvi_SemiBold;
  cursor: pointer;
  padding: 20px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  line-height: 30px;
  background: transparent;
}
.accordion:after {
  content: '\002B';
  color: #045fd2;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 30px;
}
.faq-active:after {
  content: "\2212";
}
.panel {
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  max-width: 80%;
}
.panel p, p {
  font: 18px / 1.6 Zoho_Puvi_Regular;
}
p.ind {
  text-indent: 30px;
}
.accordion-wrapper-parent .accordion-wrapper:nth-child(1) {
  border-top: none;
}
.accordion-wrapper-parent .accordion-wrapper:last-child {
  border-bottom: none;
}
/*FAQ style ends here*/
p.breadcrumb {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
}
.bc-wrapper {
  padding: 0px 30px;
}
.bc-wrapper p {
  padding: 30px 0px;
}
p.breadcrumb a {
  font-size: 13px !important;
  color: #484848;
  text-decoration: none !important;
  line-height: 1.5;
  position: relative;
}
.breadcrumb a:not(:last-child) {
  color: #fff !important;
}
.breadcrumb span {
  font-size: 16px;
  margin: 0px 5px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
p.breadcrumb a:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  bottom: -2px;
  width: 0%;
  background: #0b6db1;
  transition: .4s ease;
}
p.breadcrumb a:not(:last-child):hover::after {
  width: 100%;
  transition: .4s ease;
}
a.breadcrumb-title {
  cursor: text;
  color: #fff !important;
}
h1.zh-heading-width {
  width: 85%;
}
h4.author-heading {
  margin-left: 0px;
}
.author-bio img {
  width: 100px;
  border-radius: 50%;
  margin-top: 50px;
}
.mc-video {
  max-width: 800px;
}
.sdp-ol-list {
  padding-left: 20px;
}
.sdp-ol-list li {
  list-style-type: decimal;
}
img.faq-screenshots {
  margin: 30px 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width:1366px) {
  .bc-wrapper {
    display: none;
  }
  .banner-bg {
    padding: 100px 0px;
  }
  .mc-video {
    margin-top: 100px;
  }
  p.banner-info {
    margin-top: 0px;
  }
}
@media only screen and (max-width:1024px) {
  .banner-bg {
    margin-top: 20px;
  }
  .banner h1 {
    width: 100%;
  }
  button.accordion p {
    max-width: 100%;
  }
  .panel {
    max-width: 100%;
  }
}
@media only screen and (max-width:600px) {
  p.banner-info {
    font-size: 16px;
  }
  .banner h1 {
    font: 30px/1.25 'Zoho_Puvi_Bold' !important;
  }
  h2.faq-main-heading {
    font-size: 26px;
  }
}