.otr-dwn-head a{color:#444;text-decoration:none;}
.dwn-links-box{border: 1px solid #000;width: 450px;margin: 60px auto 0;border-radius: 5px;}
.dwn-links-box strong{background-color: #fff;display: block;width: 213px;margin: auto;margin-top: -13px;padding: 0 10px;}
.dwn-links-box a{float: left;margin: 20px 0;width: 50%;text-align: center;}
.dwn-links-box a img{width:64px;}
#survey{display:none!important}
.dwn-menu > span{width:24.9%}
#scroll.sec-pTB{padding:0}
.breadcrumb{display:none;}
.heading-menu{padding:20px 0;background:#fff;border-bottom:none}
.heading-menu .menuhead{display:block;text-align:center}
.dwnCont{padding:0}
.dwn-cont-div{padding:10px 10px}
.dwn-div .otr-dwn-cont a.ful{width:170px;font-size:12px}
@media screen and (max-width: 760px){
.btmBar {
    display: none !important;
}
.dwn-cont-div, #more, #note{display:none}
}

#downloadSubmit {
    background: #e9152b;
}

.post-category {
    color: #ec0005;
    font-weight: 500;
    padding: 8px 0 16px;
    font-size: 12px;
    line-height: 1.6;
}

.post-guide-banner-section {
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 40px 0;
}
.post-guide-banner-img { width: 300px}
.dwnForm { width: 400px}

.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 12px;
    position: relative;
}
.guide-single-post .post-guide-banner-section {
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 32px 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
}
.post .post-content .post-content-inner ul li {
    line-height: 1.5;
    margin-bottom: 32px;
    position: relative;
    padding-left: 32px;
}
*, ::before, ::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.post .post-content .post-content-inner ul li {
    line-height: 1.5;
    margin-bottom: 32px;
    position: relative;
    padding-left: 32px;
}
.post .post-content .post-content-inner ul li::before {
content: "";
position: absolute;
background: url("https://www.manageengine.com/it-operations-management/cxo-focus/assets/css/../svg/cxo-logo-symbol.svg");
background-size: cover;
width: 20px;
height: 19px;
left: 0;
top: 2px;
line-height: 1;
vertical-align: middle;
}