div#scroll.container {
    max-width: 1400px;
}
.left-tree {
    display: flex;
}

.rhs-cont {
    flex: 1;
}

.menuhead h2 {
    margin: 0;
}

.container {
    max-width: 1400px;
}

.rhs-cont {
    width: 72% !important;
    border: none;
    padding: 30px 0 40px 3.5%;
}

.banner {
    position: relative;
    background: #ffd242;
    margin-top: 32px;
}

.banner-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-row>.col {
    padding: 2rem 1rem;
    position: relative;
}

.banner-row>.col:nth-child(1) {
    width: 60%;
}

.banner-row>.col:nth-child(2) {
    width: 40%;
}

.banner-contents>h1 {
    margin-bottom: 16px;
    font-size: 30px;
}

.banner-contents>p {
    margin: 0;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 16px;
}

.banner-cta {
    display: flex;
    gap: 16px;
}

.banner-cta>a {
    background: #282828;
    display: inline-block;
    border: 1px solid #282828;
    color: #fff;
    font-size: 14px;
    padding: 8px 24px;
    border-radius: 6px;
    -webkit-transition: all .3s ease-in-out;
}

.banner-cta>a:hover {
    text-decoration: none;
    background: #545454;
    border: 1px solid #545454;
}

.banner-cta>a:nth-child(2) {
    background: transparent;
    color: #000;
}

.banner-cta>a:nth-child(2):hover {
    background: #fff;
    color: #000;
}

.banner-cta>.cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-width: 185px;
}

.alternative-bg {
    background: #f9f9f9;
}

.fea-monitoring,
.fea-ct-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
    column-gap: 16px;
    justify-content: center;
}

.fea-monitoring>a {
    border: 1px solid #cde0e9;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 4px;
    background: #fff;
    margin: 5px 0px;
}

.banner-vid {
    text-align: center;
}

.banner-vid>p {
    margin: 0;
}

.video-pop>img {
    width: 100%;
    border-radius: 4px;
}

.video-pop:before {
    content: "";
    position: absolute;
    height: 80px;
    background: url(https://www.manageengine.com/network-monitoring/images/vid-play-icon.png) top center no-repeat;
    background-size: 60px;
    border-radius: 100%;
    top: 50%;
    left: 2%;
    right: 2%;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: -30px;
}

.video-pop:hover:before {
    -webit-transform: scale(1.5);
    transform: scale(1.2);
}

.inner-nav-bg {
    background: #f9f9f9;
    text-align: center;
    z-index: 3;
    padding: 20px 0;
    margin-bottom: 24px;
}

.sticky {
    position: sticky !important;
    top: 100px;
}

.inner-nav-bg>.sec-title>h2 {
    margin-bottom: 8px;
}

.nav-inner-bg {
    display: inline-flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-inner-bg>a {
    border: 1px solid #cde0e9;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 4px;
    background: #fff;
}

div.sticky-sec {
    position: sticky !important;
    top: 100px !important;
}


.more-fea {
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-fea>a {
    display: flex;
    flex: 1;
    align-items: center;
    border: 1px solid #e9f1f7;
    margin: 8px;
    min-height: 50px;
    border-radius: 16px;
    padding: 16px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fff;
}

.more-fea>a:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 8px 24px 0 #e7e5e5;
    box-shadow: 0 8px 24px 0 #e7e5e5;
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
}

.more-fea>a>img {
    max-width: 40px;
    padding-right: 16px;
}








.mT10 {
    margin-top: 10px
}

.mT20 {
    margin-top: 20px
}

.mT30 {
    margin-top: 30px
}

.mT40 {
    margin-top: 40px
}

.mT50 {
    margin-top: 50px
}

.mT60 {
    margin-top: 60px
}

.mT70 {
    margin-top: 70px
}

.mT80 {
    margin-top: 80px
}

.mT90 {
    margin-top: 90px
}

.mT100 {
    margin-top: 100px
}

.mT130 {
    margin-top: 130px
}

.pr {
    position: relative;
}

.padtb1 {
    padding: 50px 0;
}

.fixedDiv {
    position: fixed;
    margin: 0px;
    top: 73px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.fixedDiv ul {
    background: #fff;
    width: 75%;
    margin: 0 auto;
}

.fixedDiv ul li {
    box-shadow: 0 8px 6px -6px #d4d4d4;
    -webkit-box-shadow: 0 8px 6px -6px #d4d4d4;
    -moz-box-shadow: 0 8px 6px -6px #d4d4d4;
}


.enlarge:hover {
    opacity: 0.7;
}

.rhs-cont ul,
.rhs-cont ol {
    padding: 0 !important;
    ;
}

.enlarge {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.enlarge img {
    position: relative;
    top: 45%
}

.md-modal {
    backface-visibility: hidden;
    height: auto;
    left: 50%;
    max-width: 550px;
    min-width: 1000px;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    visibility: hidden;
    width: 50%;
    z-index: 10000;
}

.md-show {
    visibility: visible;
}

.md-overlay {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}

.md-show~.md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-content {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 10px #ccc;
    color: #666;
    margin: 0 auto;
    position: relative;
}

.md-content h3 {
    background: #4486f9 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 2.4em;
    font-weight: 300;
    margin: 0;
    opacity: 0.8;
    padding: 0.4em;
    text-align: center;
}

.md-content>div {
    font-size: 1.15em;
    font-weight: 300;
    margin: 0;
}

.md-content>div p {
    margin: 0;
    padding: 10px 0;
}

.md-content>div ul {
    font-size: 16px;
    margin: 0;
    padding: 15px 0 30px 6px;
}

.md-content>div ul li {
    padding: 5px 0;
}

.md-content button {
    display: block;
}

.md-effect-1 .md-content {
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.3s ease 0s;
}

.md-show.md-effect-1 .md-content {
    opacity: 1;
    transform: scale(1);
}

.md-close {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    position: absolute;
    right: 0;
}

.md-trigger {
    cursor: pointer;
    border: 1px solid #ddd;
}

.close {
    margin: -30px 10px;
}

.dn {
    display: none
}

.big-img {
    height: 480px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: none
}

/*.tab-ul li:first-child{margin:0}*/
.per40 {
    float: right
}

.active-sec {
    display: block;
}

.tabs-div {
    width: 100%;
    background: #fff;
}

.tab-ul li {
    background: #b6b6b6;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    list-style: outside none none;
    margin: 0 0.5px;
    padding: 4px 10px;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    width: 16%;
}

.tab-ul li:hover {
    background: #58a7ce;
}

.tab-ul .active {
    background: #58a7ce;
}

.tab-ul {
    background: #fff none repeat scroll 0 0;
    z-index: 1;
}

.tabs-div {
    margin: 30px 0
}

.sub-divs h3 {
    margin: 0
}

.sub-divs {
    padding: 40px 0;
}

@media screen and (max-width: 992px) {
    .tab-ul li {
        width: auto;
    }
}

.ciscoNetworkMapping {
    background: url(https://www.manageengine.com/network-monitoring/images/cisco-sprite.gif) no-repeat scroll 0 -899px rgba(0, 0, 0, 0);
    display: block;
    height: 268px;
    width: 347px
}

.ciscoNetworkTrafficAnalysis {
    background: url(https://www.manageengine.com/network-monitoring/images/cisco-sprite.gif) no-repeat scroll 0 -321px rgba(0, 0, 0, 0);
    border-right: 1px solid #C2C2C2;
    display: block;
    height: 296px;
    width: 660px
}

.ciscoQos {
    background: url(https://www.manageengine.com/network-monitoring/images/cisco-sprite.gif) no-repeat scroll -354px -899px rgba(0, 0, 0, 0);
    display: block;
    height: 268px;
    width: 351px
}

.ciscoWANrttMoni {
    background: url(https://www.manageengine.com/network-monitoring/images/cisco-sprite.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 166px;
    width: 231px
}

.ciscoVoIPMoni {
    background: url(https://www.manageengine.com/network-monitoring/images/cisco-sprite.gif) no-repeat scroll -237px 0 rgba(0, 0, 0, 0);
    border-right: 1px solid #C2C2C2;
    display: block;
    float: left;
    height: 166px;
    margin-left: 7px;
    width: 200px
}

.ciscoWANMoni {
    background: url(https://www.manageengine.com/network-monitoring/images/cisco-sprite.gif) no-repeat scroll -474px 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 166px;
    margin-left: 7px;
    width: 231px
}

.ciscoNetworkConfMgmt {
    background: url(https://www.manageengine.com/network-monitoring/images/cisco-sprite.gif) no-repeat scroll 0 -622px rgba(0, 0, 0, 0);
    border-right: 1px solid #C2C2C2;
    display: block;
    height: 271px;
    width: 660px
}

.ciscoSyslog {
    background: url(https://www.manageengine.com/network-monitoring/images/cisco-sprite.gif) no-repeat scroll 0 -171px rgba(0, 0, 0, 0);
    border-right: 1px solid #C2C2C2;
    display: block;
    float: left;
    height: 144px;
    width: 330px
}

.ciscoSnmpTrap {
    background: url(https://www.manageengine.com/network-monitoring/images/cisco-sprite.gif) no-repeat scroll -355px -171px rgba(0, 0, 0, 0);
    border-right: 1px solid #C2C2C2;
    display: block;
    float: right;
    height: 144px;
    width: 330px
}

@media screen and (max-width: 760px) {
    .fixedDiv ul {
        width: 100%;
    }

    .fixedDiv ul li {
        margin: 7px 0.5px;
        width: 22%;
        font-size: 12px;
    }
}

/*================== accordian css */
.add-on {
    font-size: 10px;
    font-weight: 600;
}

.red-star {
    color: #e07879
}

.windowsmonoTable td.padd-none {
    padding: 0 !important;
}

.bdr-none td {
    border: none !important;
    padding: 15px 0px !important;
}

.accordion_head.active {
    background: #F9F9F9;
    color: #85b536 !important;
}

.accordion_container {
    width: 100%;
}

.accordion_head {
    color: #09C;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 12px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #efefef;
    position: relative;
}

.accordion_body {
    background: #F9F9F9;
    padding: 12px;
}

.accordion_body p {
    margin: 0px;
}

.plusminus {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.faqh {
    font-size: 18px;
    margin: 0;
    color: #09C;
}

.accordion_head.active .faqh {
    background: #F9F9F9;
    color: #85b536 !important
}

/*================== accordian css end */




/* start */
.flex-row:before,
.flex-row:after {
    content: '';
    display: table;
    clear: both;
}

.flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    align-items: center;
}

.flex-row .col {
    flex: 1;
    /*-webkit-box-shadow:0 0 8px 0 #f6f4f4;box-shadow:0 0 8px 0 #f6f4f4;*/
    padding: 16px;
}

.reverse {
    flex-direction: row-reverse;
}

.row1>.col {
    flex: none;
}

.row1>.col:nth-child(1) {
    width: 60%;
}

.row1>.col:nth-child(2) {
    width: 35%;
}

.wrapper>.flex-row:nth-child(even) {
    flex-direction: row-reverse;
}

.wrapper>.flex-row {
    padding: 40px 0;
}

.sec-row {
    padding: 32px 0;
    position: relative;
}

.sec-row>h2 {
    margin-bottom: 24px !important;
}

.sec-title {
    margin-bottom: 0;
}

.sec-title>h2 {
    margin-bottom: 0px;
    font-size: 28px;
}

.flex-row>.col {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sec-img-con {
    text-align: center;
}

.gartner-logo>img {
    max-width: 200px;
}

.ct-itom {
    width: 87%;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #ececec;
    padding: 12px;
    border-radius: 8px;
}

.prodcut-name {
    background: #ececec;
    display: inline-block;
    padding: 4px 12px;
}

.ct-itom p,
.ct-itom h3 {
    margin: 0;
}

.ct-itom h3 {
    margin: 8px 0;
}

.ct-itom>.desc {
    margin-top: 16px;
}

.industry-name {
    color: #5a5a5a;
    font-style: italic;
}

.ct-itom>a {
    display: inline-block;
    padding: 8px 16px;
    background: #525252;
    color: #fff;
    border-radius: 32px;
    margin-top: 16px;
    transition: all .3s ease-in-out;
}

.ct-itom>a:hover {
    text-decoration: none;
    background: #f51a1c;
}

.itom-wrapper {
    position: relative;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.review-details>span {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 12px;
    border-radius: 8px;
}

.review-details>.rev-role {
    background: #faefef;
    margin-right: 8px;
}

.review-details>.rev-role>strong {
    padding-right: 8px;
}

.review-details>.company-size {
    background: #eef3fd;
}

.review-content {
    width: 87%;
    margin: 0 auto;
    border: 1px solid #ececec;
    padding: 12px;
    border-radius: 8px;
}

.review-prd {
    font-weight: 400;
    font-size: 16px;
    border-bottom: 3px solid #e8e8e8;
}

.review-head {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 30px
}

.review-org {
    margin-bottom: 8px;
    font-style: italic;
}

.review-desc {
    position: relative;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 8px;
}

.review-desc,
.gartner-logo {
    padding: 12px 24px;
}

.swiper-button-next,
.swiper-button-prev {
    padding: 5px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    filter: grayscale(1);
}



#AwardsHonors ul {
    margin: 0;
    gap: 16px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
}

#AwardsHonors ul li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    width: 28%;
    box-shadow: 0 0 6px 0px rgb(229 229 247);
}

#AwardsHonors ul li a {
    color: #000;
    display: block;
}

#AwardsHonors ul li a:hover {
    color: #138cd6;
}

#AwardsHonors ul li span {
    display: block;
    height: calc(100% - 240px);
}

#AwardsHonors ul li:nth-child(1) img {
    max-width: 100px;
}

#AwardsHonors ul li:nth-child(2) img {
    max-width: 100px;
}

#AwardsHonors ul li:nth-child(3) img {
    max-width: 110px;
}

#AwardsHonors ul li:nth-child(4) img {
    max-width: 130px;
}

#AwardsHonors ul li:nth-child(5) img {
    max-height: 120px;
}

.btn {
    padding: 5px 0;
}

.div-awards-img {
    min-height: 85px;
    border-bottom: solid 1px #ddd;
    padding: 30px 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.div-awards-ct {
    padding: 15px 0;
}

.div-awards-ct {
    padding: 15px 0;
    min-height: 130px;
}

ul.custom-listed li {
    margin-bottom: 10px;
}

ul.custom-listed2 li {
    margin-bottom: 15px;
}

.swiper-cover {

    margin: 40px auto 20px;
}

#AwardsHonors ul li span {
    font-size: 15px;
    display: flex !important;
    justify-content: center;
    background: #ffffff;
}

.div-awards-ct {
    padding: 30px 15px;
    min-height: 90px;
}

.align1>h2 {
    margin: 0px;
    text-align: center;
}

@media screen and (max-width: 650px) {

    .flex-row,
    .banner-row {
        flex-wrap: wrap;
    }

    .flex-row .col,
    .banner-row .col {
        width: 95% !important;
        flex: none;
    }

    #AwardsHonors ul li {
        width: 100% !important;
    }

    .rhs-cont ul,
    .rhs-cont ol {
        padding: 0px !important;
    }

    div.sticky-sec,
    .sticky {
        position: relative !important;
    }

}