    .ar-report.banner .box.forrester.active {
        display: ;
    }

    .ar-report.banner .box img[alt="isg"] {
        height: 50px;
        transform: translate(0px, -6px);
    }

    .ar-report.copyrights {
        padding: 20px;
        background-color: #eee;
    }

    .ar-report.copyrights p {
        font-size: 12px;
        margin: 0;
        line-height: 22px;
    }

    .ar-report.banner .cards .box {
        width: auto;
        min-height: 150px;
        max-width: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ar-report.banner .cards .box.active {
        padding: 30px 30px 60px;
    }

    .ar-report.banner .cards .active .clip {
        min-width: auto;
    }

    .ar-report.banner .cards {
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 30px auto;
    }


    .ar-report a.cta {
        margin: 0 0 50px;
    }

    .ar-report.banner .top {
        margin: 0;
    }

    .ar-report.banner .suc-msg.hide {
        display: none !important;
    }

    .ar-report.banner .box.active a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        background-color: transparent;
        content-visibility: hidden;
    }

    .ar-report.banner .box.active a:hover+.ar-report.banner .box.active span {
        background-color: #297ab2;
        color: #fff;
    }

    .ar-report.banner .box span {
        display: none;
    }

    .ar-report.banner .box.active span {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        background-color: #EDF7FD;
        font-size: 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        text-transform: uppercase;
        color: rgb(7, 121, 183);
    }

    .ar-report.banner .box.active span.active {
        background-color: rgb(7, 121, 183);
        ;
        color: rgb(237, 247, 253);

    }

    .ar-report.banner .box.active span.active::after {
        filter: brightness(10);
    }

    .ar-report.banner .box a:after {
        display: none;
    }

    .ar-report.banner .box span:after {
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        background-image: url('https://www.manageengine.com/ems/images/icon/newtab-icon-1.svg');
        background-size: cover;
        margin: 0 0 0 15px;
    }

    .ar-report.banner .cards .box.gigaom {
        text-align: left !important;
    }


    div#scroll {
        padding: 0px;
    }

    [data-attr="form-container"] {
        max-width: 400px;
    }


    [data-attr="form-field"] input#Submit {
        max-width: 100%;
    }

    [data-attr="form-field"] input[type="text"][data-attr="phone"] {
        width: 78% !important;
    }

    @media screen and (max-width: 480px) {
        [data-attr="form-field"] input[type="text"][data-attr="phone"] {
            width: 75% !important;
        }
    }


    .ar-report.banner .cards .box.max {
        margin: auto;
        width: 100%;
        max-width: 1000px;
        flex-direction: row-reverse;
        text-align: left;
        padding-bottom: 60px;
        justify-content: space-between;
        cursor: pointer;
    }

    .ar-report.banner .cards .box.min {
        max-width: 280px;
        justify-content: flex-start;
    }

    .ar-report.banner .cards .box.max a.mq-cta,
    .ar-report.banner .cards .box.max>span,
    .ar-report.banner .cards .box.max.active a.mq-cta {
        width: 200px;
        margin-left: 25px;
        margin-bottom: 13px;
        border-radius: 6px;
        border: solid #0779b7 1px;
        padding: 6px 10px;
        height: 30px;
        content-visibility: auto;
        bottom: 0px !important;
        top: auto;
    }

    .ar-report.banner .cards .box.max p {
        max-width: 800px;
    }

    .ar-report.banner .cards .box.max .clip {
        margin: auto auto 40px;
    }
.ar-report.banner .cards .box.max:hover {
    background: #fcfeff;
    border: solid #d1ecf9 .25px;
}
@media (max-width: 600px) {
  /* styles for screens 400px and below */
.ar-report.banner .cards .box.max{
      flex-wrap: wrap;
}
}


#meGDPRMessage .checkmarkgdpr{background:#fff;height:10px;width:10px;border:1px solid #ccc;margin-right:5px;display:inline-block;cursor:pointer;position:relative}#meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {width:2px;height:5px;border:1px solid #000;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);display:block;content:'';position:absolute;top:1px;left:3px}

        #globalChatToggle {
            width: 55px;
            height: 55px;
            background: #0078ff;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 99998;
            box-shadow: 0 4px 18px rgba(0,0,0,0.25);
        }

        #globalChatContainer {
            position: fixed;
            bottom: 90px;
            right: 20px;
            display: none;
            pointer-events: none;
        }

        body[data-chat-open="true"] #globalChatContainer {
            display: block;
            z-index: 99999;
            pointer-events: auto;
        }
                    #globalChatToggle::before,
        #globalChatToggle::after {
            content: "";
            position: absolute;
        }

        #globalChatToggle::before {
            width: 22px;
            height: 17px;
            border: 3px solid #fff;
            border-radius: 6px;
            border-bottom-left-radius: 0;
        }

        #globalChatToggle::after {
            width: 10px;
            height: 4px;
            border-bottom: 2px solid #fff;
            border-top: 2px solid #fff;
        }
        body[data-chat-open="true"] #globalChatToggle::before,
        body[data-chat-open="true"] #globalChatToggle::after {
             width: 26px;
             height: 3px;
             background: #fff;
             border: none;
             border-radius: 3px;
             top: 27px;
             left: 1px;
             right: 0;
             margin: auto;
         }
 
        body[data-chat-open="true"] #globalChatToggle::before {
             transform: rotate(45deg);
         }
 
        body[data-chat-open="true"] #globalChatToggle::after {
             transform: rotate(-45deg);
         }
    
    #meGDPRMessage .checkmarkgdpr{background:#fff;height:10px;width:10px;border:1px solid #ccc;margin-right:5px;display:inline-block;cursor:pointer;position:relative}#meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {width:2px;height:5px;border:1px solid #000;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);display:block;content:'';position:absolute;top:1px;left:3px}
    .heading-menu,#customers,#allFea,.btmBar,.nav-dwn {
    display: none;
}
nav ul.productmenu {
    margin-right: 0;
}
#scroll{
    padding: 0;
}
.ar-report{
    padding: 80px;
    overflow: hidden;
}
.ar-report .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ar-report h1 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
    color: #000;
    padding:0 0 40px;
    margin: auto;
    max-width: 1000px;
}
.ar-report h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    color: #000;
    margin: 0 auto 40px;
    max-width: 700px;
    text-align: center;
}
.ar-report h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin: 0 0 10px !important;
}
.ar-report p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    color: #000;
    margin: 0 0 10px;
}
.ar-report strong {
    font-weight: 400;
}
.ar-report a.cta {
    color: #fff;
    background-color: red;
    display: inline-block;
    padding: 14px 30px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 8px;
    text-decoration: none;
}
.ar-report.banner {
    position: relative;
    background: linear-gradient(to bottom, #FFF5E7, #FFF5E7, transparent);
    margin: 0;
}
.ar-report.banner:before,.ar-report.banner:after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url(../images/icon/bg-graphity-clip-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(28deg) brightness(104%) contrast(97%);
    opacity: .3;
}
.ar-report.banner:before{
    top: -90px;
    right: -90px;
}
.ar-report.banner:after {
    bottom: 90px;
    left: -90px;
}
.ar-report.banner .box {
    position: relative;
    max-width: 280px;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #eee;
    text-align: center;
    overflow: hidden;
}
.ar-report.banner .box.idc {
    max-width: 310px;
}
.ar-report.banner .box.kuppingercole {
    max-width: 360px;
}
.ar-report.banner .box.active {
    min-height: 280px;
    max-width: 340px;
}
.ar-report.banner .strip .box.offset {
    display: none;
}
.ar-report.banner .strip .box.offset.active {
    display: inline-block;
}
.ar-report.banner .cards .box.offset.active {
    display: none;
}
.ar-report.banner .strip .box.active {
    min-height: auto;
}
.ar-report.banner .strip .box {
    background: transparent;
    border: 0;
}
.ar-report.banner .box img {
    height: 30px;
    margin: 0;
}
.ar-report.banner .box img[alt=IDC] {
    height: 35px;
}
.ar-report.banner .box a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: #EDF7FD;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
}
.ar-report.banner .box a:after {
    content:  '';
    display:  inline-block;
    width:  15px;
    height: 15px;
    background-image: url('../images/icon/newtab-icon-1.svg');
    background-size: cover;
    margin: 0 0 0 15px;
}
.ar-report.banner .box a:hover {
    background-color: #297ab2;
    color: #fff;
}
.ar-report.banner .box a:hover:after {
   filter: brightness(10);
}
.ar-report.banner .top {
    text-align: center;
    margin: 0 0 50px;
}
.ar-report.banner .cards{
    position: relative;
    margin: 0 0 35px;
    align-items: stretch;
    z-index: 1;
    grid-gap: 40px;
}
.ar-report.banner .cards p {
        min-height: auto;
        display: inline;
    }

.ar-report.banner .cards p{
    padding: 0;
    margin: 0;
    min-height: 80px;
    align-items: center;
}
.ar-report.banner .cards .clip {
    position: relative;
    min-height: 50px;
    min-width: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}
.ar-report.banner .box.kuppingercole .clip {
    min-width: 300px;
}
.ar-report.banner .cards .clip:before, .ar-report.banner .cards .clip:after, .ar-report.banner .strip .box:before, .ar-report.banner .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;
}
.ar-report.banner .cards .clip:before, .ar-report.banner .strip .box:before{
    left: 0;
}
.ar-report.banner .cards .clip:after, .ar-report.banner .strip .box:after{
    right: 0;
    transform: rotateY(-180deg);
}
.ar-report.banner .strip .box:before, .ar-report.banner .strip .box:after{
    background-position: center;
    width: 30px;
}
.ar-report.banner .strip {
    position: relative;
    z-index: 1;
    grid-gap: 40px;
}
.ar-report.banner .strip li {
    width: 150px;
    text-align: center;
}
.ar-report.banner .strip img {
    min-height: 20px;
    min-width: 50px;
    max-height: 25px;
    margin: 0;
}
.ar-report.banner .strip img[alt="ISG"] {
    margin-top: -15px;
    min-height: 40px;
}
.ar-report.banner .cards .clip:before, .ar-report.banner .cards .clip:after {
    display: none;
}
.ar-report.modal {
    position: fixed;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0009;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.ar-report.modal .form {
    position: relative;
    background-color: #fff;
    width: auto;
    padding: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.ar-report.modal .close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    cursor: pointer;
    background-color: #0001;
    color: #999;
    padding: 15px 20px;
    line-height: normal;
}
.ar-report.modal .close:hover {
    background-color: #0003;
    color: #fff;
}
.fbutton input#Submit.download {
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-size: 18px !important;
    font-family: 'ZohoPuvi';
}
.ar-report.banner .suc-msg.hide {
    top: 0px;
    position: fixed;
    display: flex !important;
}
.ar-report.banner .suc-msg {
    position: fixed;
    display: flex;
    background-color: #EDFFF1;
    padding: 10px;
    top: 100px;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all ease-out 500ms;
}
.ar-report.banner .suc-msg:before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: #52DB6D;
    display: inline-block;
    border-radius: 50%;
    background-image: url(../images/icon/tick-icon-1.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 10px 0 0;
}
.ar-report.banner .suc-msg p {
    line-height: normal;
    margin: 0;
}
.ar-report.features {
    position: relative;
}
.ar-report.features:before,.ar-report.features:after {
    content: '';
    position: absolute;
    width: 320px;
    height: 300px;
    background-image: url(../images/icon/bg-graphity-clip-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(195deg) brightness(104%) contrast(97%);
    opacity: .2;
}
.ar-report.features:before{
    top: 0;
    right: -90px;
}
.ar-report.features:after {
    bottom: 150px;
    left: -90px;
}
.ar-report.features .flex {
    position: relative;
    flex-wrap: wrap;
    grid-gap: 40px;
    align-items: stretch;
    max-width: 1200px;
    margin: auto;
    z-index: 1;
}
.ar-report.features .box {
    width: 300px;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 30px;
    background-color: #fff;
}
.ar-report.features .box img {
    width: 90px;
    margin: 0 0 10px;
}
.ar-report.reviews {
    background-color: #e5faff;
    background-image: url('../images/icon/bg-pattern-1.svg');
    background-size: 120px;
}
.ar-report.reviews .flex {
    grid-gap: 30px;
    max-width: 1200px;
    margin: auto;
    align-items: stretch !important;
}
.ar-report.reviews .box {
    position: relative;
    background-color: #fff;
    width: 250px;
    min-height: 280px;
    padding: 70px 40px;
    border-radius: 10px;
}
.ar-report.reviews .box:nth-child(2) {
    width: 470px !important;
}
.ar-report.reviews .box:after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 35px;
    width: 200px;
    background-image: url('../images/logo/gartner-logo.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
}
.ar-report.reviews .box:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    height: 40px;
    width: 60px;
    background-image: url('../images/icon/quote-icon-1.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
}
.ar-report.reviews .box[data-ar="capterra"]:after {
    background-image: url('../images/logo/capterra-logo.svg');
    height: 30px;
}
.ar-report.reviews .box[data-ar="g2"]:after {
    background-image: url('../images/logo/g2-logo.svg');
}
.ar-report.reviews .box[data-ar="peer insights"]:after {
    background-image: url('../images/logo/peer-insights-logo.svg');
}
.ar-report.reviews .flex-control-nav {
    left: 0;
}
.ar-report.reviews .flexslider {
    padding: 0 0 100px;
    width: auto;
}
.ar-report.reviews .flex-control-nav li a {
    background-color: #7DB5DB;
    border-radius: 50%;
    border: 4px solid #e5faff;
}
.ar-report.reviews .flex-control-nav li a.flex-active {
    background-color: #287AB2;
    border: 4px solid #fff;
    outline: 1px solid #287AB2;
}
.ar-report.overview {
    background-color: #0E0729;
    position: relative;
}
.ar-report.overview:before,.ar-report.overview:after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url(../images/icon/bg-graphity-clip-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(260deg) brightness(104%) contrast(97%);
    opacity: .3;
}
.ar-report.overview:before{
    top: -90px;
    right: -90px;
}
.ar-report.overview:after {
    background-image: url(../images/icon/bg-graphity-clip-1.svg);
    bottom: -90px;
    left: -90px;
}
.ar-report.overview .flex {
    max-width: 1000px;
    margin: auto;
}
.ar-report.overview h2,.ar-report.overview p {
    color: #fff !important;
    text-align: center;
}
.ar-report.customers {
    padding: 80px 80px 140px;
}
.ar-report.customers .flex {
    flex-wrap: wrap;
    grid-gap: 30px;
    margin: auto;
    max-width: 1200px;
}
.ar-report.customers li {
    width: 120px;
    height: 70px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ar-report.customers li:nth-child(even) {
    transform: translate(0px, 40px);
}
.ar-report.customers li img {
    max-width: 100%;
    min-width: 100px;
    max-height: 100%;
}
    .ar-report.tabstrip {
        background-color: #0E0729;
        position: relative;
        color: #fff;
    }

    .ar-report.tabstrip ul.tab.flex li.active {
        outline: solid #fff 1px;
        font-weight: 400;
    }

    .ar-report.tabstrip .content.flex {
        display: none;
        max-width: 1100px;
        margin: auto;
        padding: 30px 0px;
        justify-content: space-evenly;
        flex-wrap: wrap;
       grid-gap: 40px;
    }

    .ar-report.tabstrip .content.flex.active {
        display: flex;
    }

    .ar-report.tabstrip ul.tab.flex {
        max-width: 850px;
        justify-content: space-evenly;
        margin: 20px auto;
    }

    .ar-report.tabstrip ul.tab.flex li {
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 200;
    }

    .ar-report.tabstrip {
        background-color: #0E0729;
        position: relative;
        color: #fff !important;
    }


    .ar-report.tabstrip h2,
    .ar-report.tabstrip h3,
    .ar-report.tabstrip p {
        color: #fff !important;
    }

    .ar-report.tabstrip .tab {
        color: #fff;
    }

    .ar-report.tabstrip .cont-inner {
        color: #fff;
        max-width: 45%;
        min-width: 350px;
    }
    .ar-report.tabstrip .cont-inner:nth-child(1){
        max-width: calc(55% - 40px);
        
    }
    .ar-report.tabstrip .cont-inner:nth-child(2){
        max-width: 45%;
    }
    .ar-report.tabstrip .cont-inner img {
        max-width: 100%;
    }

.ar-report.tabstrip .cont-inner ul {
    list-style-type: disc !important;
    margin: 0 0 0 25px;
}
.ar-report.tabstrip .cont-inner li{
    padding: 0 0 0 10px;
}
.ar-report.tabstrip .cont-inner li::marker{
    color: #f5cd59;
    font-size: 15px;
}
@media(max-width:768px){
.ar-report,.ar-report.customers {
    padding: 40px;
}
.ar-report h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 54px;
}
.ar-report h2 {
    font-size: 25px;
    line-height: 42px;
    font-weight: 500;
}
.ar-report.banner:before {
    top: 0;
    right: -260px;
}
.ar-report.banner:after {
    top: 260px;
    left: -230px;
}
.ar-report.banner .suc-msg {
    padding: 120px 20px 20px 20px;
}
.ar-report.banner .suc-msg:before {
    margin: unset;
    top: 25px;
}
.ar-report.banner .suc-msg p {
    line-height: 26px;
}
.ar-report .flex {
    flex-wrap: wrap;
}
.ar-report.banner {
    background: linear-gradient(to bottom, #FFF5E7, #FFF5E7);
}
.ar-report.banner .strip li {
    width: 100%;
    text-align: center;
}
.ar-report.banner .strip img {
    max-height: 25px;
    max-width: 170px;
}
.ar-report.banner .strip img[alt="ISG"] {
    max-height: 35px;
    margin: 0;
}
.ar-report.features:before {
    right: -100px;
    top: 170px;
    margin: auto;
    width: 180px;
}
.ar-report.features:after {
    left: -100px;
    bottom: -100px;
    margin: auto;
    width: 180px;
}
.ar-report.reviews .flexslider{
    max-height: none;
    padding: 50px 0 0 0;
}
.flexBnrslides, .flex-control-nav, .flex-direction-nav {
    display: block;
}
.ar-report.reviews .flex-control-nav{
    top: 0;
}
.ar-report.customers li {
    width: 30%;
}
.ar-report.customers li:nth-child(even) {
    transform: none;
}
.ar-report.modal{
     top:0;
}
.ar-report.modal .form {
    padding: 20px;
}
.ar-report.modal .form .edi-btn {
    padding: 0;
}
.ar-report.modal .form .edi-btn inputgroup input {
    padding: 10px 5px !important;
}
.fbutton input#Submit.download {
    font-size: 14px !important;
    text-transform: uppercase;
}
.ar-report.modal .form h3 {
    font-size: 17px;
    line-height: normal;
    margin: 0 !important;
}
}