@import url("/itom/components/promo-components.css");
.new-container {
    max-width: 1200px
}

.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;
    box-sizing: border-box;
}

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

.reporter_details {
    margin-top: 32px;
}

.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: flex;
    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: 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;
    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: 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 {
    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;
    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;
    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 {
    transform: none !important;
    color: #000 !important;
    pointer-events: all;
}

.doc_feedback .input-group.fed_op .input-group {
    display: flex;
    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: flex;
    align-items: center;
}

.doc_feedback .input-group.fed_op .input-group.feed_dec .flex label {
    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;
    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;
}

.hdltmenus {}

.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;
}

.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;
}

.head-container label {
    margin: 0px 10px !important;
    font-size: 16px;
}

.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;
    height: 50px;
    width: 100%;
    position: fixed;
    border-bottom: 1px solid #dddddd;
}

/*display:block;top:0;*/
.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;
}

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

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

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

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

.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>span,
#lhsTree>li>a {
    padding: 12px 0 12px 12px
}

#lhsTree>li>ul li a {
    padding: 10px
}

#lhsTree {
    max-width: inherit
}

p {
    font-size: 14px !important;
}

/* Help style for NFA begin */
.srch-div {
    background: #e6e5e5;
    padding: 10px 0px;
    float: left;
    width: 100%;
}

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

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

.navul {
    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: 5px 9px;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
}

.tbl-brdr {
    border: solid 1px #000;
}

.tbl-br {
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
}

.tbl-b {
    border-bottom: solid 1px #000;
}

.tbl-brdr tr td {
    padding: 5px 10px;
}

.divhelptxt {
    float: left;
    border-left: 1px solid #bbb;
    margin-left: 15px;
    padding-left: 15px;
    margin-top: 8px;
    line-height: 30px;
    vertical-align: middle;
    color: #61aa6a;
    font-size: 25px;
}

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

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

.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 30px !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
}

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

.helpTree li {
    position: relative
}

.helpTree li a {
    font-weight: normal;
    color: #000 !important;
}

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

.helpTree>li>ul>li:first-child {
    padding-top: 3px !important;
}

.helpTree>li>ul>li:first-child>a.submenu-trigger:before {
    top: 10px
}

.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
}

.rhs-cont {
    border-left: solid 1px #ddd;
}

#bcs-results-div {
    position: fixed !important;
    overflow: scroll;
    width: auto;
    display: block;
    z-index: 999999;
    background: #fff !important;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    margin-top: -7px;
    min-height: calc(100vh - 140px);
    height: calc(100vh - 130px);
    width: 100%
}

#bcs-results-div:before {
    content: 'CLOSE';
    display: block;
    position: fixed;
    right: 10px;
    font-size: 12px;
    background: #fff;
    padding: 7px 10px;
    cursor: pointer;
    margin-top: -45px;
}

table td {
    border: 1px solid #E5E5E5;
    font-size: 14px;
    padding: 0.6em;
    text-align: center;
    vertical-align: top;
    line-height: 20px;
}

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

.promotion-top-banner strong {
    font-weight: 500
}

.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);
}

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

    .bcs-host-div {
        width: 70% !important;
    }
}

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

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

    #scroll {
        margin-top: 80px;
    }

    .promotion-top-banner {
        position: relative;
        top: 84px;
    }

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

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

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

@media screen and (max-width: 500px) {
    .srch-div input {
        width: 66% !important;
    }

    #lblHelp {
        display: none;
    }
}

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

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


.edi-btn{margin:0 !important;}

