.new-container {
  max-width: 1400px;
  width: 100%;
}

.fed_op {
  margin-top: 24px;
}

.fed_op h6 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
}

.fed_op .input-group {
  margin-bottom: 16px;
}

.doc_feedback {
  border-top: 1px solid #DEDEDF;
  border-bottom: 1px solid #DEDEDF;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.doc_feedback * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reporter_details {
  margin-top: 32px;
}

.reporter_details input::-webkit-input-placeholder {
  color: #333333;
}

.reporter_details input::-moz-placeholder {
  color: #333333;
}

.reporter_details input:-ms-input-placeholder {
  color: #333333;
}

.reporter_details input::-ms-input-placeholder {
  color: #333333;
}

.reporter_details input::placeholder {
  color: #333333;
}

.reporter_details input:focus,
.reporter_details select:focus {
  outline: unset;
  -webkit-box-shadow: 0 0 1.5px -0.25px #0090E0;
  box-shadow: 0 0 1.5px -0.25px #0090E0;
  border: 1px solid #0090E0;
}

.input-group.country.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reporter_details input,
.reporter_details select,
.doc_feedback .form-fields textarea {
  border: 1px solid #DEDEDF;
  outline: none;
  border-radius: 4px;
  font-size: 15px;
  display: inline-block;
  max-width: 380px;
  width: 100%;
  height: 40px;
  font-weight: 300;
  padding: 0px 12px;
  line-height: 1.25;
  font-family: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 16px;
}

.reporter_details select {
  --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6  6 6-6'/%3e%3c/svg%3e");
  background-image: var(--form-bg-img), var(--form-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.doc_feedback input[type=checkbox] {
  margin: 0 8px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
}

.doc_feedback input[type=checkbox]::before {
  content: "";
  left: -1px;
  top: -1.5px;
  position: relative;
  width: 4.5px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-transition: 120ms -webkit-transform ease-out;
  transition: 120ms -webkit-transform ease-out;
  transition: 120ms transform ease-out;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
}

.doc_feedback input[type=checkbox]:checked {
  background: #0090E0;
  border-color: #0090E0;
  color: #ffffff;
}

.doc_feedback input[type=checkbox]:checked::before {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.doc_feedback .input-group label {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  vertical-align: middle;
}

.doc_feedback input[type=radio] {
  margin: 0 8px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #DEDEDF;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.doc_feedback input[type=radio]::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 32px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-out;
  transition: 120ms -webkit-transform ease-out;
  transition: 120ms transform ease-out;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
  -webkit-box-shadow: inset 15px 15px #0090E0;
  box-shadow: inset 15px 15px #0090E0;
}

.doc_feedback input[type=radio]:checked::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-color: #0090E0;
}

.doc_feedback input[type=radio]:checked {
  border-color: #0090E0;
}

.doc_feedback .feed_dec label {
  margin-right: 18px;
}

.doc_feedback .form-fields input[type=checkbox]~label {
  -webkit-transform: none;
  transform: none;
  pointer-events: all;
}

#meGDPRMessage label,
div#formCTAgdpr,
div[data-clickgdpr=formCTAgdpr] {
  max-width: 380px !important;
  text-align: left;
  color: #333;
  font-size: 12.5px;
  line-height: 1.5;
}

#meGDPRMessage {
  width: 100%;
  margin: 0;
  text-align: left;
}

#meGDPRMessage .checkmarkgdpr {
  height: 18px !important;
  width: 18px !important;
  border: 1px solid #ddd;
  margin-right: 5px !important;
  border-radius: 4px !important;
  bottom: -4px;
}

#meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {
  width: 4px !important;
  height: 8px !important;
  top: 2px !important;
  left: 5px !important;
}

.doc_feedback .form-fields textarea {
  border: 1px solid #ccc;
  padding: 12px;
  height: auto;
  margin: 0;
}

.doc_feedback .useful p,
.doc_feedback .not-useful p,
.quest {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 16px;
  display: block;
}

.doc_feedback input[type=submit] {
  display: inline-block;
  background-color: #E80E19;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 24px;
  border: 0;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  font-family: inherit;
  margin: 24px 0;
}

.doc_feedback .useful p {
  color: #000 !important;
}

.doc_feedback .useful p:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background-image: url("https://www.manageengine.com/products/desktop-central/help/images/like-icon.png");
  background-size: contain;
  vertical-align: top;
}

.doc_feedback .not-useful p:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background-image: url("https://www.manageengine.com/products/desktop-central/help/images/sad-icon.png");
  background-size: contain;
  vertical-align: top;
}

.doc_feedback .ans {
  margin: 8px 0;
}

.doc_feedback .ans input {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100px;
  border: 0;
  background-color: #eaeaea;
  line-height: 40px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  font-size: 16px;
  margin-right: 8px;
}

.doc_feedback .ans input:focus {
  outline: none;
}

.doc_feedback .ans input:hover {
  background-color: #006DEB;
  color: #fff;
}

.doc_feedback .input-group.fed_op label {
  -webkit-transform: none !important;
  transform: none !important;
  color: #000 !important;
  pointer-events: all;
}

.doc_feedback .input-group.fed_op .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.doc_feedback .input-group.fed_op .input-group input {
  max-width: 20px;
  margin: 10px 5px 10px 0 !important;
}

.doc_feedback .input-group.fed_op .input-group label {
  font-size: 14px !important;
}

.doc_feedback .input-group.fed_op .input-group.feed_dec {
  display: none;
  border-top: 1px dashed #eee;
  border-bottom: 1px dashed #eee;
  margin: 14px 0;
  padding: 12px 0;
}

.doc_feedback .feed_dec {
  margin-top: 32px;
}

.doc_feedback .input-group.fed_op .input-group.feed_dec.active {
  display: block;
}

.doc_feedback .input-group.fed_op .input-group.feed_dec .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.doc_feedback .input-group.fed_op .input-group.feed_dec .flex label {
  -webkit-transform: none !important;
  transform: none !important;
  width: auto;
  margin: 0 10px 0 0;
}

.doc_feedback .input-group.fed_op .input-group.feed_dec .flex input {
  width: auto !important;
  display: inline-block;
  vertical-align: top;
}

#hdtb {
  width: 90%;
  margin: 0px auto;
  height: 85px;
}

#hdtsrcb {
  width: 100%;
  height: 86px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  position: fixed;
}

#hdtsrcb #tisr {
  width: 90%;
  margin: 0px auto;
}

#tisr .hti {
  font-size: 26px;
  font-weight: normal;
  color: #444444;
  line-height: 86px;
}

#tisr .htscr {
  line-height: 86px;
  height: 86px;
}

.src-input {
  width: 203px;
  height: 25px;
  border: 1px solid #d9d9d9;
}

input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
  background: #666666 url(../images/search-icon.gif) no-repeat 15px 6px;
  border: 2px solid #999;
  -webkit-filter: none;
  filter: none;
  margin-top: 1px;
  color: #fff;
  padding: 4px 20px;
}

#cse-search-results iframe .gsc-url-bottom {
  display: none;
}

#cse-search-results iframe {
  height: 1000px;
}

.hdtmenu {
  text-align: right;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
}

.hdtmenu a {
  color: #707070;
  font-size: 11px;
  margin-left: 30px;
  text-decoration: none;
}

.hdtmenu a:hover {
  text-decoration: underline;
}

.hdmm a {
  color: #000;
  font-size: 15px;
  margin-left: 40px;
  text-decoration: none;
}

.hdmm a:hover {
  text-decoration: underline;
}

.hdmm a.cur {
  font-weight: bold;
}

#hdcnt {
  width: 90%;
  margin: 0px auto;
}

.cntlt {
  width: 280px;
  height: 500px;
  padding: 25px 0px 0px 20px;
  border-right: 1px solid #ddd;
}

.cntrt {
  padding: 25px 0px 0px 28px;
  height: 100px;
}

.prdLogo .divhelptxt a {
  text-decoration: none;
  color: #61aa6a;
}

.hdltmenus ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.hdltmenus ul li {
  padding: 0px 0px 0px 23px;
  margin: 0px;
  list-style: none;
  line-height: 25px;
  font-size: 13px;
}

.hdltmenus ul li a {
  text-decoration: none;
  color: #222222;
}

.hdltmenus ul li a.feaact {
  text-decoration: none;
  color: #7bbb2a;
}

.hdltmenus ul.ltsm li {
  padding: 0px 0px 0px 18px;
}

.hdltmenus ul li.icon_plus {
  background: url(../images/icon_plus.gif) no-repeat 0px 13px;
  font-weight: bold;
}

.hdltmenus ul li.icon_minus {
  background: url(../images/icon_minus.gif) no-repeat 0px 13px;
  font-weight: bold;
}

.hdltmenus ul li.icon_book_open {
  background: url(../images/icon_book_open.gif) no-repeat 2px 7px;
  font-weight: normal;
}

.hdltmenus ul li.icon_book_open a.cur {
  color: #105289;
}

#hdfoot {
  height: 40px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  bottom: 0px;
  width: 100%;
}

.ftcnt {
  width: 85%;
  margin: 0px auto;
}

.mr10 {
  margin-right: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.gr999 {
  color: #999999;
}

.gr4e4c5f {
  color: #4e4c5f;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.ml20 {
  margin-left: 20px;
}

.demo-icon,
.comp-icon,
.buy-icon,
.dwn-btm-icon {
  background: url(https://www.manageengine.com/images/me-sprite-new.png) no-repeat 0 0;
}

#btmBar.fixed {
  z-index: 1000000 !important;
  top: 93.2%;
}

#btmBar ul li {
  width: 23%;
}

.prd-nav .dwn-btm-icon {
  width: 21px;
  height: 20px;
  background-position: 0 0;
  line-height: 22px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.prd-nav .demo-icon {
  background-position: -142px 0;
  height: 25px;
  width: 25px;
  display: inline-block;
  opacity: 0.7;
}

.prd-nav .comp-icon {
  background-position: -51px 0;
  height: 25px;
  width: 48px;
  display: inline-block;
  opacity: 0.7;
}

.prd-nav .buy-icon {
  background-position: -100px 0;
  height: 25px;
  width: 28px;
  display: inline-block;
  opacity: 0.7;
}

.ht50 {
  height: 50px;
}

.cntrt h2 {
  font-size: 24px;
  letter-spacing: -1px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.cntrt p {
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 24px;
}

.cntrt p {
  padding: 0 0 15px;
}

.bc {
  margin: 0 auto;
  height: 30px;
}

.bc a {
  background: url("../images/bca.png") no-repeat scroll right center rgba(0, 0, 0, 0);
  color: #000000;
  float: left;
  margin-right: 15px;
  padding: 0;
  padding-right: 25px;
  text-decoration: none;
  font-size: 11px;
}

.bc span {
  color: #888E9A;
  font-size: 11px;
}

.bredgrm {
  display: block;
  margin: 0px 0px 30px 0px;
  font-size: 17px;
  color: #999;
}

.bredgrm span a {
  text-decoration: none;
  color: #999;
  font-size: 13px;
}

.bredgrm span a:hover {
  text-decoration: underline;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.nb {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.mainmenu,
.submenu,
.innersubmenu {
  display: none;
}

.lefttreediv {
  float: left;
  padding: 25px 0 0 0px;
  width: 280px;
  display: table;
  height: 1200px;
}

.contentdiv {
  float: left;
  padding: 25px 0 50px 20px;
  border-left: 1px solid #ddd;
  width: 75%;
  min-height: 800px;
}

.nb {
  font-weight: bold;
}

.clear {
  clear: left;
}

#hdcnt>div {
  font-size: 14px;
}

#bctexthere {
  color: #888e9a;
  font-size: 13px;
}

.contentdiv h1 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 20px;
  padding-top: 0;
  color: #000;
}

.contentdiv .Sub-topic-1,
.contentdiv h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0px;
  padding-top: 0;
  color: #333;
}

.contentdiv h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0px;
  padding-top: 0;
  color: #333;
}

.contentdiv p {
  color: #222;
  font-size: 13px;
  line-height: 25px;
}

.contentdiv a {
  color: #0000ff;
  font-size: 13px;
  line-height: 25px;
  text-decoration: none;
}

.contentdiv a:hover {
  text-decoration: underline;
}

.contentdiv img.icon {
  border: none;
}

.contentdiv img {
  border: 1px solid #333;
}

.contentdiv .note h3 {
  margin-top: 0px;
  background: url(../adminguide/note.jpg) no-repeat;
  width: 29x;
  height: 29px;
  line-height: 28px;
  padding-left: 35px;
}

.contentdiv .note {
  color: #222;
  font-size: 13px;
  line-height: 25px;
  background-color: #fffdf1;
  padding: 10px;
  border: 1px solid #ddd;
}

.contentdiv .code {
  color: #222;
  font-size: 13px;
  line-height: 25px;
  background-color: #f7f7f7;
  padding: 10px;
  border: 1px solid #ddd;
  white-space: pre;
}

.contentdiv .tips h3 {
  margin-top: 0px;
}

.contentdiv .tips {
  color: #222;
  font-size: 13px;
  line-height: 25px;
  background-color: #fbfaf9;
  padding: 10px;
  margin: 10px 0px;
  border: 1px solid #ebecee;
}

.contentdiv>ul {
  font-size: 13px;
  line-height: 30px;
  list-style: none outside none;
  padding-left: 10px;
  margin-left: 30px;
  list-style-type: disc;
}

.contentdiv ol {
  line-height: 40px;
  padding-left: 30px;
}

.Sub-topic-1 {
  font-size: 18px;
}

.fixed {
  background: none repeat scroll 0 0 #f5f5f5;
  display: block;
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #dddddd;
}

.sticky-header {
  display: none;
}

.fixed {
  display: block;
}

.miniheader {
  margin: 0 auto;
  width: 1180px;
}

table.editionTable {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 20px auto;
}

table.editionTable thead tr th {
  padding: 0.6em;
  background-color: #ECEDEE;
  text-align: center;
  font-size: 18px;
  border: 1px solid #E5E5E5;
}

table.editionTable tbody tr td:first-child {
  background-color: #f8f8f8;
  text-align: left;
}

table.editionTable td {
  vertical-align: middle;
  padding: 0.6em;
  width: 24%;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  text-align: center;
}

table.editionTable td:first-child {
  width: 27%;
}

table.editionTable tfoot td {
  font-weight: bold;
  text-align: center;
  background-color: #ECEDEE;
}

table.editionTable tfoot td:first-child {
  text-align: left;
}

.ticked {
  font-size: 16px !important;
  color: #7eac2d;
  text-align: center;
}

table.editionTable ul,
table.editionTable ul li ul {
  padding: 10px 0 10px 30px;
  list-style-type: disc;
  line-height: 20px;
}

.pg-head,
.head {
  font-size: 35px;
  line-height: 45px;
  margin: 0 0 30px;
  color: #333;
  letter-spacing: -1px;
}

.notebox {
  background: #F8F8F8;
  border: 1px solid #ddd;
  padding: 2%;
  margin: 40px 0 0 0;
}

.workflow-diagram {
  margin-bottom: 10px;
}

h3.sub {
  border-bottom: 1px #ccc solid;
  padding-bottom: 5px;
  font-size: 18px;
}

.rhs-cont {
  padding: 32px 0 32px 32px;
  border-left: solid 1px #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 71%;
}

.rhs-cont .h3,
.rhs-cont h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 30px 0 20px;
}

.rhs-cont ul {
  padding: 10px 0 10px 30px;
  list-style-type: disc;
}

.rhs-cont ul li {
  padding: 5px 0 3px 0px;
  list-style-type: disc;
}

#lhsTree>li>ul.icon_plus {
  display: block;
}

#lhsTree>li>span,
#lhsTree>li>a {
  padding: 12px 0 12px 12px;
  font-weight: 500;
}

#lhsTree>li>ul li a {
  padding: 10px;
  font-weight: 500;
}

#lhsTree {
  max-width: inherit;
}

/* Help style for network-monitoring begin */
.srch-div {
  background: #e6e5e5;
  padding: 10px 31px;
  height: 32px;
}

.srch-div input {
  width: 85%;
  border: 1px solid #b7b7b7;
  line-height: 35px;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 15px;
  color: #333;
}

#commonHeader {
  min-height: 140px;
}

.rel-b10 {
  position: relative;
  bottom: -10px;
}

.navul {
  background: #e6e5e5;
  height: 40px;
  border-top-right-radius: 5px;
}

.navul li {
  float: left;
  padding: 5px 2px;
  line-height: 30px;
}

.navul li:first-child {
  padding-left: 15px;
}

.navul li:last-child {
  padding-right: 15px;
}

.navul li a {
  color: #fff;
  background: #4db55a;
  padding: 6px 18px;
  border-radius: 3px;
  font-size: 13px;
  cursor: pointer;
}

.navul li:before {
  position: absolute;
  left: -23px;
  margin-left: -4px;
  bottom: 1px;
  display: inline-block;
  border-top: 40px solid transparent;
  border-right: 28px solid #e6e5e5;
  content: "";
  z-index: 9;
}

/* new style */
.navul li:last-child a {
  background: #E9142B;
}

.navul li a:hover {
  text-decoration: none;
}

/* end css */
.divhelptxt {
  float: left;
  border-left: 1px solid #bbb;
  margin-left: 10px;
  padding-left: 10px;
  margin-top: 6px;
  line-height: 30px;
  vertical-align: middle;
  color: #61aa6a;
  font-size: 20px;
}

.helpTree .icon_plus>a:before {
  content: "";
  display: block;
  height: 20px;
  width: 25px;
  background: url(../images/folder-plus.png) center no-repeat !important;
  position: absolute;
  left: 5px;
  top: 8px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.helpTree .icon_minus>a:before {
  content: "";
  display: block;
  height: 20px;
  width: 25px;
  background: url(../images/folder-minus.png) center no-repeat !important;
  position: absolute;
  left: 5px;
  top: 8px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.helpTree {
  background: #fff;
  margin-top: 35px !important;
  padding: 0 !important;
}

.helpTree li {
  background: #fff !important;
  border: 0 !important;
}

.helpTree ul.heading,
.helpTree ul.submenu {
  padding: 0 0 0 24px !important;
}

.helpTree ul li:not(.heading) {
  list-style-type: disc;
  padding: 0;
  line-height: 16px;
}

.helpTree li.heading .li.heading {
  padding-left: 0 !important;
}

.helpTree li.heading li.heading>a:before {
  left: -20px;
}

.helpTree li:not(.heading)>a {
  padding-left: 0 !important;
}

.helpTree li.active>a {
  color: #50a3c5 !important;
}

.helpTree li.heading .mainmenu>.heading>a:before {
  left: 0;
}

.helpTree>li.heading>ul.heading>li.heading {
  padding-left: 0 !important;
}

.helpTree li.heading>ul.heading>li.heading {
  padding-left: 0 !important;
}

/*help tree active */
.lhs-tree {
  overflow: visible;
}

.helpTree li {
  position: relative;
}

.helpTree>li>ul li a {
  font-size: 13px !important;
}

.helpTree li>a {
  float: none;
  display: inline-block;
}

.helpTree ul li {
  border-bottom: solid 1px #eee !important;
}

.helpTree ul li:last-child {
  border-bottom: 0 !important;
}

.helpTree ul li:first-child:before {
  top: 3px;
}

.helpTree ul ul li.active:before {
  top: 14px;
  left: -6px;
}

.lhs-promotion-banner img {
  max-width: 330px;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

/* ===== Promotion top banner ===== */
.promotion-top-banner {
  padding: 12px 60px 12px 8px;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  background: #fff5d6;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.promotion-top-banner strong {
  font-weight: 600;
}

.promotion-top-banner a.btn-text {
  color: #006deb;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  line-height: 1.2;
  font-size: 15px;
  margin-left: 8px;
  padding-right: 14px;
}

.promotion-top-banner a.btn-text::before {
  content: "";
  right: 0;
  position: absolute;
  width: 1.5px;
  height: 8px;
  background-color: #006deb;
  border-radius: 2px;
  right: 4px;
  top: 2.75px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.promotion-top-banner a.btn-text::after {
  content: "";
  right: 0;
  position: absolute;
  width: 1.5px;
  height: 8px;
  background-color: #006deb;
  border-radius: 2px;
  right: 4px;
  top: 7.75px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.promotion-top-banner .promotion-close-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.promotion-top-banner .promotion-close-btn::before {
  content: "";
  width: 1.5px;
  height: 16px;
  top: 4px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.promotion-top-banner .promotion-close-btn::after {
  content: "";
  width: 1.5px;
  height: 16px;
  top: 4px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.subHdrRhsDrop {
  display: none !important;
}

/* ===== Help content wrapper ===== */
.help-content-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.help-content-main-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.help-aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  position: sticky;
  top: 20px;
  height: calc(100vh - 40px);
  overflow-y: auto;
}

.help-aside-title {
  margin: 0 0 16px;
}

.help-aside-nav {
  overflow-y: auto;
  height: calc(100% - 40px);
}

.help-aside-list {
  padding: 0 !important;
  list-style-type: none !important;
  position: relative;
}

.help-aside-list::before {
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: #D9D9D9;
  position: absolute;
}

.help-aside-list li {
  list-style-type: none;
  padding: 0;
}

.help-aside-list li a {
  color: inherit;
  display: inline-block;
  width: 100%;
  padding: 4px 12px;
  text-decoration: none;
  position: relative;
}

.help-aside-list li a:hover {
  color: #138cd6;
}

.help-aside-list li a::before {
  content: "";
  width: 2px;
  height: 100%;
  display: inline-block;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0px;
  top: 0;
  position: absolute;
}

.help-aside-list li a.active {
  border-left-color: #138cd6;
  color: #138cd6;
  background-color: #F4F9FF;
}

.help-aside-list li a.active::before {
  background: #138cd6;
}

.help-content-sec {
  word-break: break-word;
  display: inline-block;
  width: 100%;
}

.help-content-sec#CIFields h2 {
  margin: 32px 0 0;
}

/* ===== Media Queries ===== */
@media screen and (max-width: 1180px) {
  .srch-div input {
    width: 85%;
  }
}

@media screen and (max-width: 1025.98px) {
  header:not(.abheader) #header-mainsec {
    top: 40px;
    position: fixed;
  }

  header:not(.abheader) #header-mainsec .headerinner {
    position: relative;
    top: 0;
  }

  .headerinner.fixed .prdLogo img {
    bottom: 5px !important;
  }

  table {
    width: 100% !important;
  }

  .srch-div {
    position: fixed;
    top: 92px;
    width: 100%;
    z-index: 1;
  }
}

@media only screen and (max-width: 992.98px) {
  .help-aside {
    display: none;
  }

  .rhs-cont {
    padding: 32px 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  .promotion-top-banner {
    display: none;
  }
}

@media screen and (max-width: 760.98px) {
  .rhs-cont {
    border-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .divhelptxt {
    display: none;
  }

  table {
    width: 100% !important;
  }
}

@media screen and (max-width: 425.98px) {
  .navul #demo {
    padding-left: 0;
  }

  .navul #quote {
    padding-right: 0;
  }
}

@media screen and (max-width: 385.98px) {
  .navul.clearfix {
    display: none;
  }
}