:root{
--theme-dark-color: #001C33;
--theme-mid-dark-color: #042457;
--theme-medium-color: #013380;
--theme-light-color: #2B74D9;
--theme-alter-color-1: #EAF5FF;
--theme-alter-color-2: #F5F7FA;
--theme-alter-color-3: #FFF8ED;
--text-light-color: #DEEAFC;
--text-dark-color: #000000;
}
#commonHeader {
    display: none;
}
.heading-menu,#customers,#allFea,.btmBar {
    display: none;
}
#scroll{
    padding: 0;
}
.allCompPage {
  position: relative;
  padding: 80px 40px;
}
.allCompPage.dark {
    background: transparent;
}
.allCompPage h1 {
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
  color: var(--text-light-color);
  margin: 0 0 40px;
  text-shadow: 0 0 5px #0006;
}
.allCompPage h2 {
  font-size: 35px;
  line-height: normal;
  font-weight: 600;
  margin: 0 0 50px;
  text-align: center;
  color: var(--text-dark-color) !important;
}
.allCompPage h3 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  margin: 0 0 20px !important;
  color: var(--text-dark-color) !important;
}
.allCompPage h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--text-dark-color) !important;
}
.allCompPage p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  margin: 0 0 20px;
}
.allCompPage strong {
  font-weight: 600;
}
.allCompPage i {
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  margin: 0;
  color: var(--text-dark-color) !important;
}
.allCompPage li {
  font-size: 17px;
  line-height: 32px;
  font-weight: 300;
  margin: 0 0 20px;
  color: var(--text-dark-color) !important;
}
.allCompPage p:last-child {
  margin: 0;
}
.allCompPage.dark h2,.allCompPage.dark h3,.allCompPage.dark h4,.allCompPage.dark p,.allCompPage.dark li,.allCompPage.dark i{
  color: var(--text-light-color) !important;
}
.allCompPage .flex {
  position: relative;
  display: flex;
  max-width: 1200px;
  width: fit-content;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.allCompPage .cta {
    display: block;
    max-width: 280px;
    text-align: center;
    background-color: #ea152b;
    padding: 12px 4px;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    margin: auto;
    font-weight: 500;
    font-size: 16px;
}

.allCompPage.menu {
    padding: 0;
    background-color: var(--theme-dark-color);
    box-shadow: 0px 0px 5px #0004;
    z-index: 1;
}
.allCompPage.menu .flex {
    width: 85%;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    padding: 20px;
}
.allCompPage.menu .prdlogo img {
    width: 200px;
}
.allCompPage.menu .prdmenu a {
    color: #fff;
    text-decoration: none;
    padding: 8px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
}
.allCompPage.menu .prdmenu {
    display: inline-flex;
    grid-gap: 20px;
}
.allCompPage.menu .prdmenu a.spl {
    background-color: #eb152b;
    font-weight: 500;
    padding: 8px 24px;
}

.allCompPage.topband{
    background-color: var(--theme-dark-color);
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-4.svg);
    background-size: cover;
}
.allCompPage.topband .flex{
    flex-wrap: wrap;
}
.allCompPage.topband .vs-grp, .allCompPage.topband .bar-grp, .allCompPage.topband .quote-grp, .allCompPage.topband .cta-grp {
    width: 100%;
    text-align: center;
}
.allCompPage.topband .cta-grp {
    margin: 30px 0;
}
.allCompPage.topband .vs-grp{
    margin: 0 0 40px;
}
.allCompPage.topband .vs-grp h3 {
    margin: 0 !important;
}
.allCompPage.topband .vs-grp h3 span{
    display: inline-block;
    margin: 0 10px;
}
.allCompPage.topband .vs-grp h3 .drop {
    position: relative;
    padding: 0 35px 0 15px;
    border: 1px solid var(--theme-light-color);
    border-radius: 5px;
    cursor: pointer;
}
.allCompPage.topband .vs-grp h3 .drop:after{
    content:'';
    position: absolute;
    width: 6px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
}
.allCompPage.topband .mod-grp h4 {
    margin: 0;
    font-weight: 200;
}
.allCompPage.topband .bar-grp .bargraph {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 10px auto;
    grid-gap: 20px;
    max-width: 800px;
}
.allCompPage.topband .bar-grp .bargraph h3 {
    font-size: 15px;
    opacity: 0;
    transition: opacity 350ms ease-out 1.5s;
    margin: 10px 0 !important;
}
.allCompPage.topband.active .bar-grp .bargraph h3 {
    opacity: 1;
}
.allCompPage.topband .bar-grp .bargraph h3 strong{
    font-size: 26px;
}
.allCompPage.topband .bar-grp .bargraph .clip {
    min-width: 200px;
    text-align: right;
}
.allCompPage.topband .bar-grp .bargraph .clip img {
    max-height: 30px;
}
.allCompPage.topband .bar-grp .bargraph .clip img[alt="Kaseya"] {
    max-height: 40px;
    margin-top: -15px;
}
.allCompPage.topband .bar-grp .bargraph .clip img[alt="Ivanti"] {
    max-height: 30px;
    margin-top: -15px;
}
.allCompPage.topband .bar-grp .bargraph span {
    position: relative;
    width: 500px;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    color: transparent;
}
.allCompPage.topband .bar-grp .bargraph span:after {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    bottom: -10px;
    width: 1px;
    background-color: var(--theme-light-color);
}
.allCompPage.topband .bar-grp .bargraph span:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    background: linear-gradient(to right,red, orange, yellow, green);
    background-size: 500px;
    background-repeat: no-repeat;
    transition: all 1.5s ease-in;
}
.allCompPage.topband .bar-grp [data-prd="ManageEngine"] span:before,.allCompPage.topband .bar-grp [data-prd="Kaseya"] span:before{
}
.allCompPage.topband.active .bar-grp [data-prd="ManageEngine"] span:before{
    width: 90%;
}
.allCompPage.topband.active .bar-grp [data-prd="Kaseya"] span:before{
    width: 70%;
}
.allCompPage.topband.active .bar-grp span[data-per="88"]:before{
    width: 88%;
}
.allCompPage.topband.active .bar-grp span[data-per="74"]:before{
    width: 74%;
}
.allCompPage.topband .quote-grp{
    text-align: left;
    max-width: 800px;
    border-top: .5px solid var(--theme-light-color);
    margin: 30px 0 0;
    padding: 50px 0 0;
}
.allCompPage.topband.tanium .quote-grp,.allCompPage.topband.jamf .quote-grp{
    border-top: 0;
    padding: 0;
    margin: 0;
}
.allCompPage.topband .quote-grp .speaker{
    display: inline-flex;
    grid-gap: 20px;
    margin: 0 0 20px;
}
.allCompPage.topband.ivanti .quote-grp .speaker {
    align-items: center;
}
.allCompPage.topband .quote-grp .speaker .clip img {
    max-width: 80px;
    border-radius: 10px;
}
.allCompPage.topband .quote-grp .speaker .caption h4 {
    margin: 0;
}
.allCompPage.topband .quote-grp .speaker .caption  img {
    max-width: 20px;
}
.allCompPage.topband .quote-grp .speaker .str-grp {
    overflow: hidden;
    width: 0px;
    height: 20px;
    display: flex;
    transition: width 1s ease-out 1s;
}
.allCompPage.topband.jamf .quote-grp .speaker .str-grp,.allCompPage.topband.tanium .quote-grp .speaker .str-grp{
    transition: width 1s ease-out 0s;
}
.allCompPage.topband.active .quote-grp .speaker .str-grp {
    width: 110px;
}
.allCompPage.topband .quote-grp .quote {
    position: relative;
}
.allCompPage.topband .quote-grp .quote:before {
    position: absolute;
    content: '';
    height: 26px;
    width: 36px;
    background-image: url(https://www.manageengine.com/ems/images/icon/quote-icon-2.svg);
    background-repeat: no-repeat;
    right: 0;
    top: -50px;
    transform: scale(0);
    transition: transform 1s ease-out 1s;
}
.allCompPage.topband .quote-grp .quote:before{
    transition: transform 1s ease-out 0s;
}
.allCompPage.topband.active .quote-grp .quote:before{
    transform: scale(1);
}
.allCompPage.topband .quote-grp .quote h4 {
    max-width: 80%;
    line-height: 26px;
}
.allCompPage.rating-table {
    background-color:var(--theme-alter-color-1);
}
.allCompPage.rating-table h2,.allCompPage.rating-table .inner-table{
    position: relative;
}
.allCompPage.rating-table:before {
    content:'';
    position: absolute;
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-1.svg);
    background-size: 120px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(180deg) brightness(104%) contrast(97%) opacity(0.2);
}
.allCompPage.rating-table .flex {
    box-shadow: 0 0 5px #0004;
    border-radius: 20px;
    grid-gap: 80px;
    background-color: #fff;
    padding: 50px 20px;
    width: 900px;
    max-width: 100%;
    align-items: flex-start;
}
.allCompPage.rating-table .inner-table {
    min-width: 300px;
}
.allCompPage.rating-table .inner-table li {
    margin: 0 0 20px;
}
.allCompPage.rating-table .inner-table li.logo-grp {
    border-bottom: .5px solid var(--theme-light-color);
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.allCompPage.rating-table .inner-table li.logo-grp img {
    max-width: 160px;
}
.allCompPage.rating-table .inner-table li.logo-grp img[alt="Kaseya"] {
    max-width: 70px;
}
.allCompPage.rating-table .inner-table li.logo-grp img[alt="Jamf"] {
    max-width: 100px;
}
.allCompPage.rating-table .inner-table li.logo-grp img[alt="Ivanti"] {
    max-width: 100px;
    margin: 0 0 5px;
}
.allCompPage.rating-table .inner-table li.logo-grp img[alt="Tanium"] {
    margin: 6px 0;
}
.allCompPage.rating-table .inner-table li.rating-grp {
    display: flex;
    justify-content: space-between;
}
.allCompPage.rating-table .inner-table li.rating-grp .str-grp {
    display: flex;
    overflow: hidden;
    width: 0;
    height: 20px;
    transition: width 1s ease-out 1s;
}
.allCompPage.rating-table.active .inner-table li.rating-grp .str-grp{
    width: 110px;
}
.allCompPage.rating-table .inner-table li.rating-grp .str-grp img {
    max-width: 20px;
}
.allCompPage.rating-table .inner-table li.fea-grp p {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.allCompPage.rating-table .inner-table li.fea-grp p span {
    width: 85%;
    line-height: 20px;
    margin: 0 0 10px;
}
.allCompPage.rating-table .inner-table li.fea-grp .bar-strip {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #eee;
    border-radius: 3px;
    color: transparent;
    overflow: hidden;
}
.allCompPage.rating-table .inner-table li.fea-grp .bar-strip:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    background: var(--theme-light-color);
    background-size: 500px;
    background-repeat: no-repeat;
    transition: all 1.5s ease-in;
}
.allCompPage.rating-table .inner-table:last-child li.fea-grp .bar-strip:before {
    background-color: #bbb;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="100"]:before {
    width: 100%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="98"]:before {
    width: 98%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="97"]:before {
    width: 97%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="94"]:before {
    width: 94%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="92"]:before {
    width: 92%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="90"]:before {
    width: 90%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="88"]:before {
    width: 88%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="87"]:before {
    width: 87%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="86"]:before {
    width: 86%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="85"]:before {
    width: 85%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="84"]:before {
    width: 84%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="83"]:before {
    width: 83%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="82"]:before {
    width: 82%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="80"]:before {
    width: 80%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="79"]:before {
    width: 79%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="76"]:before {
    width: 76%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="75"]:before {
    width: 75%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="69"]:before {
    width: 69%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="66"]:before {
    width: 66%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="60"]:before {
    width: 60%;
}
.allCompPage.rating-table.active .inner-table li.fea-grp .bar-strip[data-per="20"]:before {
    width: 20%;
}
.allCompPage.reason .flex {
    background-color: var(--theme-dark-color);
    grid-gap: 80px;
    padding: 60px;
    border-radius: 10px;
    align-items: flex-start;
}
.allCompPage.reason.dark h2 {
   color: var(--text-dark-color) !important;
}
.allCompPage.reason .box {
    max-width: 300px;
}
.allCompPage.reason .box img {
    max-height: 70px;
    margin: 0 0 20px;
}
.allCompPage.reason .box h3 {
    margin: 0 0 10px !important;
}
.allCompPage.reason.ivanti .flex {
    width: auto;
    max-width: 1100px;
}
.allCompPage.reason.ivanti .box {
    max-width: 44%;
    display: inline-flex;
    grid-gap: 20px;
}
.allCompPage.reason.ivanti .flex.alt {
    background-color: var(--theme-alter-color-1);
}
.allCompPage.reason.ivanti .flex.alt p, .allCompPage.reason.ivanti .flex.alt h3 {
    color: #000 !important;
    line-height:24px;
}
.allCompPage.reason.ivanti .flex.alt h3 {
    color: #000 !important;
    line-height:36px;
}
.allCompPage.reason.ivanti .flex.alt img {
    margin: 0 0 10px;
}
.allCompPage.reason.ivanti .box .clip {
    background-color: #fff2;
    border-radius: 5px;
    display: flex;
    width: 120px;
    height: 80px;
    justify-content: center;
    align-items: center;
}
.allCompPage.reason.ivanti .box .clip img {
    margin: 0;
}
.allCompPage.reason.ivanti .src {
    color: #000 !important;
    margin: auto;
    display: block;
    max-width: 1200px;
}

.allCompPage.why{
    background-color: var(--theme-alter-color-1);
}
.allCompPage.why .flex {
    max-width: 85%;
    grid-gap: 40px;
    margin: 150px auto 50px;
    align-items: flex-start;
}
.allCompPage.why.jamf .flex,.allCompPage.why.tanium .flex {
    align-items: center;
}
.allCompPage.why.tanium .flex {
    margin: 80px auto;
}
.allCompPage.why .flex:nth-child(even) {
    flex-direction: row-reverse;
}
.allCompPage.why .caption {
    width: 50%;
    /*position: sticky;
    top: 150px;*/
}
.allCompPage.why .caption p strong {
    font-style: italic;
}
.allCompPage.why .clip {
    width: 50%;
    margin: 0 auto;
}
.allCompPage.why.jamf .clip {
    width: 40%;
}
.allCompPage.why.tanium .clip {
    width: 35%;
}
.allCompPage.why .clip img {
    max-width: 100%;
}
.allCompPage.why .caption .tag {
    display: inline-block;
    padding: 2px 13px;
    border-radius: 5px;
    color: #fff;
    margin: 0 0 10px;
}
.allCompPage.why .caption .tag.blue {
    background-color: #2F7EED;
}
.allCompPage.why .caption .tag.red {
    background-color: #D66A6A;
}
.allCompPage.why .caption .tag.green {
    background-color: #6AD57A;
}
.allCompPage.why .caption .tag.cyan {
    background-color: #6AD1D5;
}
.allCompPage.why .caption .tag.navy {
    background-color: #6AA4D5;
}
.allCompPage.why .caption .tag.purple {
    background-color: #976AD5;
}
.allCompPage.why .caption h3 {
    margin: 0 0 5px !important;
}
.allCompPage.why.ivanti .flex {
    flex-wrap: wrap;
    justify-content: left;
    grid-gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}
.allCompPage.why.ivanti .flex:nth-child(even) {
    flex-direction: unset;
}
.allCompPage.why.ivanti .flex .box {
    max-width: 370px;
}
.allCompPage.why.ivanti .flex .box.spl {
    position: relative;
    max-width: none;
    background-color: var(--theme-light-color);
    color: #FFF;
    padding: 80px;
    border-radius: 10px;
    margin: 0 0 40px;
}
.allCompPage.why.ivanti .flex .box.spl:before {
    content: '';
    position: absolute;
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-1.svg);
    background-size: 120px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(180deg) brightness(104%) contrast(97%) opacity(0.2);
}
.allCompPage.why.ivanti .flex .box.spl h3 {
    color: #fff !important;
}
.allCompPage.why.ivanti .flex .box img {
    max-width: 80px;
    margin: 0 0 20px;
}

.allCompPage.numdata .flex {
    position: relative;
    background-color: var(--theme-mid-dark-color);
    padding: 60px;
    border-radius: 20px;
    grid-gap: 40px;
    overflow: hidden;
}
.allCompPage.numdata.alt .flex {
    background-color: transparent;
    padding: 0;
}
.allCompPage.numdata .flex:before {
    content: '';
    position: absolute;
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-2.svg);
    background-size: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.allCompPage.numdata.alt .flex:before {
    background-image: none;
}
.allCompPage.numdata .flex .box {
    position: relative;
}
.allCompPage.numdata .box.big {
    background-color: var(--theme-medium-color);
    padding: 40px;
    border-radius: 10px;
    max-width: 400px;
}
.allCompPage.numdata .box.big h2 {
    margin: 0 0 20px;
    text-align: left;
}
.allCompPage.numdata .box.big li {
    margin: 0 0 10px 24px;
    list-style: disc;
}
.allCompPage.numdata .box.big li::marker {
    color: #F3C551;
    font-size: 30px;
    line-height: 15px;
}
.allCompPage.numdata .box.small {
    display: inline-flex;
    flex-wrap: wrap;
    grid-gap: 40px;
    justify-content: center;
}
.allCompPage.numdata .box.small .smallbox {
    width: 40%;
    text-align: center;
}
.allCompPage.numdata.alt .smallbox {
    width: 300px;
    text-align:center;
}
.allCompPage.numdata .box.small .smallbox h2 {
    margin: 0;
}
.allCompPage.numdata.alt .smallbox h2 {
    margin: 10px 0 0;
}
.allCompPage.numdata .box.small .smallbox img {
    height: 60px;
    max-width: 50px;
    margin: 0;
}
.allCompPage.numdata .smallbox img[alt="Users"] {
    margin: 11px auto;
}
.allCompPage.arreport{
    background-color: var(--theme-alter-color-3);
}
.allCompPage.arreport:before {
    content: '';
    position: absolute;
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-3.svg);
    background-size: 160%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.allCompPage.arreport .cards{
    position: relative;
    margin: 0 auto 35px;
    align-items: stretch;
    justify-content: center;
    z-index: 1;
    grid-gap: 40px;
}
.allCompPage.arreport .cards p{
    padding: 0;
    margin: 0;
    min-height: 80px;
    display: inline-flex;
    align-items: center;
}
.allCompPage.arreport .cards .clip {
    position: relative;
    min-height: 80px;
    min-width: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}
.allCompPage.arreport .box {
    position: relative;
    max-width: 280px;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #eee;
    text-align: center;
    overflow: hidden;
}
.allCompPage.arreport .box.idc {
    max-width: 310px;
}
.allCompPage.arreport .cards .clip:before, .allCompPage.arreport .cards .clip:after, .allCompPage.arreport .strip .box:before, .allCompPage.arreport .strip .box:after{
    content: '';
    position: absolute;
    top:0;
    bottom:0;
    display: inline-block;
    background-image: url('https://www.manageengine.com/ems/images/icon/award-leaf.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 40px;
}
.allCompPage.arreport .cards .clip:before, .allCompPage.arreport .strip .box:before{
    left: 0;
}
.allCompPage.arreport .cards .clip:after, .allCompPage.arreport .strip .box:after{
    right: 0;
    transform: rotateY(-180deg);
}
.allCompPage.arreport .box img {
    height: 30px;
    margin: 0 0 15px;
}
.allCompPage.arreport .box img[alt=IDC] {
    height: 35px;
}
.allCompPage.arreport .cta {
    background-color: transparent;
    color: var(--theme-light-color);
    display: inline-flex;
    align-items: center;
}
.allCompPage.arreport .customers {
    position: relative;
}
.allCompPage.arreport .customers .flex {
    flex-wrap: wrap;
    grid-gap: 20px;
max-width: 1000px
}
.allCompPage.arreport .customers .spl-heading {
    position: relative;
    text-align: center;
    margin: 0 auto 30px;
}
.allCompPage.arreport .customers .spl-heading:before {
    content: '';
    width: 320px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #0002;
    z-index: 0;
}
.allCompPage.arreport .customers .spl-heading span {
    position: relative;
    background-color: #ffecce;
    border: 1px solid #0002;
    display: inline-block;
    width: 110px;
    border-radius: 40px;
    padding: 5px 25px;
}
.allCompPage.arreport .customers li {
    width: 120px;
    height: 30px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.allCompPage.arreport .customers li img {
    max-width: 80%;
    min-width: 100px;
    max-height: 100%;
}

.allCompPage.custvideo {
    background-color: var(--theme-dark-color);
}
.allCompPage.custvideo .flex {
    grid-gap: 50px;
}
.allCompPage.custvideo .clip {
    width: 50%;
}
.allCompPage.custvideo .clip img {
    max-width: 100%;
    cursor: pointer;
}
.allCompPage.custvideo .caption {
    width: 50%;
}
.allCompPage.custvideo .caption h2 {
    text-align: left;
    margin: 0 0 30px;
}
.allCompPage.credit h2 {
    margin: 0 0 30px;
}
.allCompPage.credit p {
    text-align: center;
}

@media(max-width:768px){
.allCompPage .flex {
    flex-wrap: wrap;
}
.allCompPage h2{
    line-height: 50px;
}
.allCompPage h4 {
    line-height: 30px;
}
.allCompPage.topband .vs-grp, .allCompPage.topband .bar-grp, .allCompPage.topband .quote-grp, .allCompPage.topband .mod-grp{
    text-align: left;
}
.allCompPage.topband .vs-grp {
    margin: 0 0 20px;
}
.allCompPage.topband .vs-grp h3 span{
    margin: 0;
}
.allCompPage.topband .quote-grp .quote h4 {
    max-width: none;
}
.allCompPage.topband .mod-grp {
    margin: 0 0 20px;
    width: 100%;
}
.allCompPage.topband .bar-grp .bargraph {
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 0 40px;
    grid-gap: 10px;
}
.allCompPage.topband .bar-grp .bargraph span {
    width: 280px;
}
.allCompPage.topband .bar-grp .bargraph span:before {
    background-size: 280px;
}
.allCompPage.topband .bar-grp .bargraph .clip {
    text-align: left;
}
.allCompPage.topband .bar-grp .bargraph h3 {
    margin: 0 !important;
}
.allCompPage.rating-table .flex {
    width: auto;
    padding: 20px;
    grid-gap: 20px;
}
.allCompPage.why .flex{
    margin: 50px auto;
    max-width: none;
}
.allCompPage.why .caption,.allCompPage.why .clip {
    width: auto;
    position: static;
    margin: auto;
}
.allCompPage.numdata .flex {
    padding: 20px;
}
.allCompPage.numdata .box.small {
    grid-gap: 20px;
}
.allCompPage.reason .flex {
    padding: 30px;
    grid-gap: 40px;
}
.allCompPage.custvideo .clip,.allCompPage.custvideo .caption {
    width: auto;
} 
.allCompPage.numdata.alt .smallbox {
    width: 40%;
}
.allCompPage.numdata.alt .flex {
    grid-gap: 20px;
}
.allCompPage.reason.ivanti .box {
    max-width: none;
}
.allCompPage.why.ivanti .flex .box.spl {
    padding: 30px;
}
.allCompPage.reason.ivanti .flex.alt .smallbox {
    display: inline-flex;
    grid-gap: 20px;
    align-items: center;
}
.allCompPage.menu .prdmenu a {
    display: none;
}
.allCompPage.menu .prdmenu a.spl {
    display: block;
}
.allCompPage.menu .prdlogo img {
    width: 150px;
}
}



/* For RAP anydesk page Handling*/

.allCompPage.topband.anydesk h1{
	margin: 0 0 30px;
	text-align:center;
}
.allCompPage.topband.anydesk .desc {
        text-align: center;
        width: 60%;
}
.allCompPage.rating-table.anydesk .flex{
	box-shadow: none;
}
.allCompPage.why.anydesk .caption .key li{
	width: 100%;
    position: relative;
    display: inline-flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    margin: 0;
    color: unset;
}
.allCompPage.why.anydesk .caption .key li::before{
	content: '';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 5px 10px 5px 0;
    background-image: url(https://www.manageengine.com/ems/images/icon/checked-icon-1.svg);
}
.allCompPage.why.anydesk .clip img{
	max-width: 75%;
}
.allCompPage .numdata .anydesk .flex{
	flex-wrap: wrap
}
.allCompPage.why.anydesk{
	background-color:var(--theme-alter-color-2);	
}
.allCompPage.numdata.anydesk .testimonial-slider{
    position: relative;
    width: 400px;
    margin: 0 auto;
    overflow: hidden;
}
.allCompPage.numdata.anydesk .slides{
	display: flex;
    transition: transform .3s ease;
}

.allCompPage.numdata.anydesk .slide{
	width: 400px;
    height: 285px;
    padding: 0px;
    background-color: transparent;
    text-align: left;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.allCompPage.numdata.anydesk .slide .speaker{
	display: inline-flex;
    grid-gap: 20px;
    margin: 0 0 20px;
    width: 400px;
}
.allCompPage.numdata.anydesk .slide .speaker .clip img{
		width: 100px
}
.allCompPage.numdata.anydesk .slide .speaker .caption .str-grp img{
	max-height: 20px;
}
.allCompPage.numdata.anydesk .slide h4{
	color: var(--text-light-color) !important;
	font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
.allCompPage.numdata.anydesk .slide .caption h4{
		margin: 0;
}
.allCompPage.numdata.anydesk .controls {
  position: absolute;
  bottom: 0px;
  right: 0;
  display: flex;
}

.allCompPage.numdata.anydesk  .controls span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme-light-color);
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: var(--theme-alter-color-1);
  margin: 0 10px;
  cursor: pointer;
}
.allCompPage.arreport.anydesk{
	background-color: var(--theme-alter-color-3);
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-3.svg);
    background-size: 160%;
}
.allCompPage.anydesk.arreport::before{
	display: none;
}
.allCompPage.arreport.anydesk .cards{
	flex-wrap: wrap;
}
.allCompPage.arreport.anydesk .box{
     margin: 0px;
    padding: 22px;
	position: relative;
    max-width: 280px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
    text-align: center;
    overflow: hidden;
}
.allCompPage.arreport.anydesk .cards .clip{
	position: relative;
    min-height: 80px;
    min-width: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}
.allCompPage.arreport.anydesk .cards .clip::before , .allCompPage.arreport.anydesk .cards .clip::after {
		display:none;
}
.allCompPage.arreport.anydesk .caption.str-grp{
	width: 120px;
}
	
.allCompPage.arreport.anydesk .box .str-grp img{
	max-height: 24px;
    margin: 0px 5px;
}
.allCompPage.arreport.anydesk .cards p{
	font-weight: 300;
    min-height: 50px;
}
.allCompPage.arreport.anydesk .box img[alt="G2"]{
	min-height: 60px;
}
.allCompPage.credit.anydesk h2{
	margin: auto;
    margin-bottom: 45px;
    width: 50%;
}
@media screen and (max-width:800px){
.allCompPage.topband.anydesk h1 , .allCompPage.topband.anydesk p , .allCompPage.credit.anydesk h2, .allCompPage.topband.anydesk .desc{
	width: 100%;
}
.allCompPage.numdata.anydesk{
		padding: 0px;
}
}
@media screen and (max-width:500px){
.allCompPage.why.anydesk .clip img{
width:auto;
max-width: 100%
}
.allCompPage.numdata.anydesk .flex{
padding: 30px 15px;
max-width: 400px;
border-radius: 0;
}
.allCompPage.numdata.anydesk .testimonial-slider{
max-width: 360px;
padding-top: 30px
}
.allCompPage.numdata.anydesk .slide{
max-width: 360px;
height: 315px
}
.allCompPage.numdata.anydesk .slide p{
line-height: 24px;
}
}

.allCompPage.comp-table.automox {
    background-color: var(--theme-alter-color-1);
  }
.allCompPage.comp-table.automox:before {
    content: '';
    position: absolute;
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-1.svg);
    background-size: 120px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(180deg) brightness(104%) contrast(97%) opacity(0.2);
}
  .allCompPage.comp-table.automox .table-bg {
    max-width: 1300px;
    margin: auto;
    position: relative;
  }

  .allCompPage.comp-table.automox .table-container {
    display: block;
    background-color: #ffffff;
    max-width: 1300px;
    overflow: auto;
    border-style: none;
    border-radius: 15px;
  }

  .allCompPage.comp-table.automox .table-row {
    display: table-row;
  }

  .allCompPage.comp-table.automox .table-row .table-data {
    display: table-cell;
    text-align: center;
    max-height: 120px;
    max-width: 450px;
    align-items: center;
    padding: 20px 0px;
    border: #efefef solid 1px;
  }

  .allCompPage.comp-table.automox .table-row .table-data>div {
    height: 100%;
    width: 100%;
  }

  .allCompPage.comp-table.automox .table-row .table-data h1 {
    font-size: 30px;
    padding: 20px 20px 0px;
  }

  .allCompPage.comp-table.automox .table-row .table-data img {
    height: 15px;
    width: 15px;
  }

  .allCompPage.comp-table.automox .table-row .table-data img[alt="Supports"] {
    width: 20px;
  }

  .allCompPage.comp-table.automox .table-row .table-header {
    max-height: 150px;
    width: 332px;
    max-width: 450px;
    padding: 20px 50px;
    border: #efefef solid 1px;
  }

  .allCompPage.comp-table.automox .table-row .table-header img {
    height: max-content;
    width: 220px;
  }

  .allCompPage.comp-table.automox .table-row img[alt="Patch Manager Plus"] {
    width: 210px;
  }

  .allCompPage.comp-table.automox .table-row img[alt="Automax-alternative"] {
    width: 180px;
  }

  .allCompPage.comp-table.automox .table-row img[alt="Gartner peer Insight"] {
    width: 140px;
    height: 50px;
  }

  .allCompPage.comp-table.automox .table-row img[alt="pdq-alternative"] {
    width: 150px;
  }
  .allCompPage.comp-table.automox .table-data .str-grp {
    max-height: 24px;
    margin: 0px 5px;
    display: inline;
  }

  .allCompPage.comp-table.automox .table-data .str-grp img {
    height: 22px;
    width: 22px;
    margin: 0 2px;
  }

  .allCompPage.comp-table.automox .table-row .left-shell,
  .allCompPage.comp-table.automox .table-row .left-shell h1 {
    max-width: 350px;
    padding: 20px 5px 20px 30px;
    text-align: left;
  }

  .allCompPage.comp-table.automox .table-row .left-shell .font-medium {
    font-size: 17px;
    text-align: left;
  }

  .responsive-slide-img {
    display: none;
  }

  .allCompPage.comp-table.automox .table-header h2 {
    font-weight: 300;
    text-align: left;
    font-size: 28px;
    margin: 0;
  }



  .allCompPage.comp-table.automox .bottom-cta {
    padding: 30px;
    padding-bottom: 0;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
  }


 .allCompPage.why.automox {
    background-color: white;
  }

  .allCompPage.why.automox .flex {
    max-width: 1400px;
    margin: auto;
    flex-wrap: wrap;
    flex-direction: row;
    grid-gap:60px;
  }

  .allCompPage.why.automox .flex-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
  }

  .allCompPage.why.automox .flex-section .clip {
    margin: 0;
  }

  .allCompPage.why.automox .flex-section .clip img {
    height: 105px;
    width: auto;
    margin-bottom: 20px;
  }

  .allCompPage.why.automox .flex-section .caption {
    width: 100%;
  }

  .allCompPage.why.automox .flex-section .caption h2 {
    font-size: 26px;
  }

  .allCompPage.why.automox .flex-section .caption p {
    font-size: 17px;
    text-align: left;
    line-height: 32px;
    font-weight: 300;
  }

  .allCompPage.why.automox .flex-section .caption a {
    font-size: 17px;
  }

  .allCompPage.trust-brands.automox {
    background-color: white;
  }

  .allCompPage.trust-brands.automox .flex.brands {
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 1300px;
    grid-gap:40px;
  }

  .allCompPage.trust-brands.automox .brand-clip img {
    height: max-content;
    max-width: 130px;
  }

  .allCompPage.trust-brands.automox .reviews {
    margin-top: 40px;
    max-width: 1000px;
    border: #efefef solid 1px;
    border-radius: 10px;
    flex-wrap: wrap;
  }

  .allCompPage.trust-brands.automox .reviews .flex img {
    height: max-content;
    width: 250px;
  }

  .allCompPage.trust-brands.automox .reviews {
    margin-top: 90px;
    max-width: 900px;
    border: #efefef solid 1px;
    border-radius: 10px;
    flex-wrap: wrap;
  }

  .allCompPage.trust-brands.automox .reviews .flex {
    width: 47.5%;
    height: 100%;
    padding: 10px;
    border: #efefef solid .5px;
    outline: 1px solid #efefef;
  }

  .allCompPage.trust-brands.automox .reviews .flex .clip img {
    height: max-content;
    width: 160px;
  }

  .allCompPage.trust-brands.automox .reviews .flex .clip img[alt="g2"] {
    width: 80px;
  }

  .allCompPage.trust-brands.automox .reviews .flex .clip img[alt="software-advice"] {
    width: 215px;
  }

  .allCompPage.trust-brands.automox .reviews .flex .clip {
    width: 50%;
    text-align: center;
  }

  .allCompPage.trust-brands.automox .reviews .rating img {
    height: 20px;
    width: 20px;
    margin: 2px;
  }

  .allCompPage.trust-brands.automox .reviews .rating .str-grp {
    margin: 20px;
  }

  .allCompPage.trust-brands.automox .reviews .rating p {
    text-align: center;
    font-size: 20px;
  }

  .allCompPage.credit.automox {
    background-color: #F5F7FA;
  }

  .allCompPage.credit.automox > .flex {
    max-width: 1000px;
    justify-content: space-evenly;
    margin: 50px auto;
    flex-wrap: wrap;
  }

  .allCompPage.credit.automox .flex .box {
    background-color: #ffffff;
    width: 417px;
    justify-content: space-evenly;
    padding: 20px 10px;
    align-items: center;
    border-radius: 10px;
    margin: 20px;
  }

  .allCompPage.credit.automox .cta {
    padding: 15px 20px;
    color: white;
    font-size: 20px;
    margin: 0;
    text-align: center;
    border-style: none;
    border-radius: 5px;
  }

  .allCompPage.credit.automox .clip {
    padding: 5px;
    background-color: aliceblue;
    border-radius: 50%;
  }

  .allCompPage.credit.automox .clip img {
    height: max-content;
    width: 45px;
    padding: 10px;
  }

  .allCompPage.credit.automox .clip img[alt="on-permises"] {
    width: 45px;
  }

  .allCompPage.credit.automox h3 {
    font-size: 20px;
    margin: 0 !important;
  }

  .allCompPage.automox.slider {
    background-color: #ffffff;
    border-top: #f1f1f1 solid 1px;
    border-bottom: #f1f1f1 solid 1px;
  }

  .allCompPage.automox.slider li > .flex {
    padding: 30px;
    height: max-content;
    flex-direction: row;
    min-height: 400px;
    flex-wrap: wrap;
    grid-gap: 50px;
  }

  .allCompPage.automox.slider li .left-content {
    background-color: #F0F6F8;
    padding: 40px;
    border-style: none;
    border-radius: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 310px;
    width: 600px;
  }

  .allCompPage.automox.slider li .left-content>p {
    font-size: 17px;
    line-height: 26px;
  }

  .allCompPage.automox.slider li .left-content h3 {
    margin: 0 !important;
    font-size: 22px;
  }

  .allCompPage.automox.slider li .right-content {
    width: 400px;
    margin-left: 40px;
    background-color: #ffff;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .allCompPage.automox.slider li .right-content::before {
    content: "";
    position: absolute;
    height: 35px;
    width: 35px;
    background: url(/manageengine/ems/images/icon/quote-icon-3.svg);
    background-repeat: no-repeat;
    top: -35px;
    left: -30px;
  }

  .allCompPage.automox.slider li .right-content h2 {
    margin: 0;
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
    text-align: left;
  }

  .allCompPage.automox.slider li .left-content p.author {
    max-width: 300px;
    line-height: 26px;
  }

  .allCompPage.automox.slider .flexslider {
    width: 1300px;
    max-height: 420px;
  }

  .allCompPage.automox.slider .flex-control-nav {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 25px;
    z-index: 90;
  }

  .allCompPage.automox.slider .flex-control-nav li {
    margin: 0 5px 20px;
    border: #2B74D9 solid 1px;
    border-radius: 50%;
  }

  .allCompPage.automox.slider .flex-control-nav li a {
    background-color: transparent;
    height: 8px;
    width: 8px;
  }

  .allCompPage.automox.slider .flex-control-nav li a.flex-active {
    background-color: #2B74D9;
  }

  .allCompPage.automox.slider .flex-direction-nav {
    display: block;
  }

  .allCompPage.automox.slider .flex-direction-nav li a {
    opacity: 1;
  }

  .allCompPage.automox.slider .flex-direction-nav {
    display: block;
  }

  .allCompPage.automox.slider .flex-direction-nav li a {
    background: url('/manageengine/ems/images/icon/right-nav-icon.svg');
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 10%;
    top: unset;
    left: 8%;
    height: 30px;
    width: 30px;
    z-index: 999;
  }

  .allCompPage.automox.slider .flex-direction-nav li a.flex-next {
    left: 140px;
  }

  .allCompPage.automox.slider .flex-direction-nav li a.flex-prev {
    transform: rotate(180deg);
    left: 100px;
  }

  .allCompPage.automox.slider .flex-direction-nav li a:hover {
    border-color: #4195b5;
  }

  @media screen and (max-width: 1220px) {
    .allCompPage.automox.slider li .right-content {
      display: none;
    }

    .allCompPage.automox.slider .flex-direction-nav {
      display: none;
    }
  }

  @media screen and (max-width: 820px) {
    .allCompPage.automox.slider li .left-content {
      width: unset;
    }

    .allCompPage.automox.slider .flex-direction-nav {
      display: none;
    }

  }

  @media screen and (max-width: 600px) {

    .allCompPage.comp-table.automox .table-row .table-header,
    .allCompPage.comp-table.automox .table-row .left-shell,
    .allCompPage.comp-table.automox .table-row .left-shell h1 {
      padding: 5px;
    }

    .allCompPage.comp-table.automox .inner-table {
      font-size: 20px;
      font-weight: 500;
    }

    .allCompPage.why.automox .flex-section .caption p,
    .allCompPage.comp-table.automox .table-row .left-shell p,
    .allCompPage.automox.slider li .left-content>p,
    .allCompPage.automox.slider li .left-content p.author {
      font-size: 15px;
      line-height: 22px;
    }

    .allCompPage.why.automox .flex-section {
      margin: 0;
    }

    .allCompPage.why.automox .flex-section .clip img {
      width: 80px;
    }

    .allCompPage.why.automox .caption h3 {
      font-size: 22px;
      line-height: 30px;
    }

    .allCompPage.comp-table.automox .table-row .left-shell p {
      text-align: left;
    }

    .allCompPage.comp-table.automox .table-row .table-data .str-grp {
      display: none;
    }

    .allCompPage.automox.slider h2 {
      margin: 0;
    }

    .allCompPage.automox.slider .flexslider {
      height: 600px;
      max-height: none;
    }

    .allCompPage.automox.slider li .left-content {
      height: 515px;
      width: unset;
    }

    .allCompPage.comp-table.automox .table-header h2 {
      font-size: 22px;
    }

    .allCompPage.credit.automox>.flex {
      max-width: 100%;
    }


    .allCompPage.trust-brands.automox .reviews .flex {
      width: 100%;
    }
    .allCompPage.trust-brands.automox .brand-clip{
      width:33%;
    }
    .allCompPage.trust-brands.automox .brand-clip img{
      height: max-content;
      max-width:100%
    }
    .allCompPage.automox.slider .flex-control-nav {
      right: 0%;
      bottom: 2%;
      display: block;
    }
    .allCompPage.trust-brands.automox .reviews .flex .clip img[alt="g2"]{
      width: 60px;
    }

    .allCompPage.automox.slider li > .flex {
      height: 600px;
      padding: 0;
    }

    .allCompPage.credit.automox .flex .box {
      grid-gap: 20px;
      flex-direction: column;
    }

  }
