h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.left-tree {
    display: flex;
}

.rhs-cont {
    flex: 1;
}

.menuhead>h2 {
    line-height: 40px;
    margin: 0;
}

h2 {
    margin: 0 !important;
}

.container {
    max-width: 1400px;
}

.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;
}

.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;
}

.rhs-cont {
    padding-top: 0;
    padding-bottom: 0;
}

.sec-row {
    padding: 32px 0;
    position: relative;
}

.sec-row>h2 {
    margin-bottom: 24px !important;
}

.banner-vid {
    text-align: center;
}

.banner-vid>p {
    margin: 0;
}

.video-pop>img {
    width: 100%;
    border-radius: 4px;
}

.video-pop:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 80px;
    background: url(https://www.manageengine.com/network-monitoring/images/vid-play-icon.png) top center no-repeat;
    background-size: 80px;
    border-radius: 100%;
    top: 30%;
    left: 2%;
    right: 2%;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.video-pop:hover:before {
    -webit-transform: scale(1.5);
    transform: scale(1.2);
}

.notebox {
    background: #fff9d9;
    margin: 0;
}

.name-card span {
    font-weight: 600;
}

.name-card p {
    margin: 0px;
    margin-top: 5px;
    font-style: italic;
}

.row2>.col {
    flex: none !important;
    box-sizing: border-box;
}

.row2>.col:nth-child(1) {
    width: 60%;
}

.row2>.col:nth-child(2) {
    width: 36%
}

.data-sheet-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    border-left: 1px solid #f3f3f3;
    text-align: center;
}

.data-sheet-con>a {
    display: block;
    transition: all .3s ease-in-out;
}

.data-sheet-con>a:hover {
    box-shadow: 0 0 16px 0 #ddd;
}

.data-sheet-con>a>img {
    width: 100%;
    max-width: 175px;
    border: 1px solid #eee;
}

.inner-nav-bg {
    background: #f9f9f9;
    text-align: center;
    z-index: 3;
    padding: 20px 0;
    margin-bottom: 24px;
}

.sticky {
    position: sticky !important;
    top: 50px;
}

.inner-nav-bg>.sec-title>h2 {
    margin-bottom: 8px;
}

.nav-inner {
    display: inline-flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-inner>a {
    border: 1px solid #cde0e9;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 4px;
    background: #fff;
}

.flex-row:before,
.flex-row:after {
    content: '';
    display: table;
    clear: both;
}

.flex-row,
.key-benefits-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;
    padding: 16px;
}

.reverse {
    flex-direction: row-reverse;
}

.sec-title {
    margin-bottom: 32px;
}

.sec-title>h2 {
    position: relative;
    margin: 0;
}

.main-wrapper .flex-row>.col {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-wrapper>.sec-row:nth-child(even) .flex-row {
    flex-direction: row-reverse;
}

.sec-img-con {
    text-align: center;
}

.zoomicon {
    -webkit-box-shadow: 16px 16px 16px 0 #f6f6f6;
    box-shadow: 16px 16px 16px 0 #f6f6f6;
}

.dwnld-sec {
    background: #ffedb5;
    ;
    padding: 24px;
    text-align: center;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 24px 0 #f1f1f1;
    box-shadow: 0 0 24px 0 #f1f1f1;
}

.dwnld-sec>h2 {
    margin: 0;
    margin-bottom: 16px !important;
    line-height: 32px;
}

.dwnld-sec>a {
    display: inline-block;
    background: #e9152b;
    color: #fff;
    padding: 8px 24px;
    border-radius: 25px;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.dwnld-sec>a:hover {
    text-decoration: none;
    background: #c91c2e;
}

.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;
}

/* start */

.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;
}


#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);
}

.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-bottom: 24px;
    text-align: center;
}

.sec-main-heading {
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.blog-card-section {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 15px;

}

.blog-card-section .card-content {

    transition: all 0.3s ease;
    background: #fff;
    padding: 20px;

}

.blog-card-section .card-content:hover {
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    transform: scale(1.02);
}

.blog-card-section .card-content a {

    display: flex;
    flex-direction: column;
}

.blog-card-section .card-content a:hover {
    text-decoration: none;

}


.blog-card-section .card-content h3 {

    font-size: 18px;
    font-family: 'ZohoPuvi';
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
}

.blog-card-section .card-content .discription {
    display: inline-block;
    color: #333;
}

.flex-colum {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: #fff;
    margin: 20px 0px 0px 0px;
}

.faqh {
    font-size: 18px;
    margin: 0;
    color: #09C;
}

.accordion_head.active {
    background: #F9F9F9;
    color: #85b536 !important;
}

.accordion_head.active .faqh {
    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 0px 15px 0px;
}

.plusminus {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.tab-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff;
    padding: 0px 20px !important;
    flex-direction: column;
}

.tab-list li {
    list-style: none;
    font-size: 16px;
    padding: 16px 16px;
    text-align: left;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    min-width: 60px;
    margin: 0px 5px;
}

.solution-card-details {
    display: none;

}

.solution-card-details.is-active {
    display: block;
}

.solution-list-item.is-active {
    font-weight: 600;
    color: #118cd6;
    border-bottom: 2px solid #118cd6;
}


.card-btn {
    border-radius: 4px;
    background-color: #6EC278;
    color: #fff;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.card-btn:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #51ac5c;
    transition: all 0.3s;
}



.tab-content {
    border-left: 1px solid #f1f1f1;
    padding: 20px;
}

.tab-content h2 {
    margin: 0px 0px 12px !important;
}

.tab-content p {
    margin: 0px 0px 20px;
}





.bg-wrapper {
    background: #f5f5f5;
    padding: 20px 20px 30px;
}


@media screen and (max-width: 1024px) and (min-width: 761px) {
    .banner-row {
        flex-wrap: wrap;
    }

    .banner-row>.col {
        width: 100% !important;
    }

    #AwardsHonors ul li {
        width: 45% !important;
    }

    .blog-card-section {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


}

@media screen and (max-width: 650px) {

    .flex-row,
    .key-benefits-row,
    .banner-row,
    .more-fea {
        flex-wrap: wrap;
    }

    .flex-row .col,
    .key-benefits-row .col,
    .banner-row .col,
    .more-fea>a {
        width: 100% !important;
        margin: 0 auto;
        flex: auto;
        margin: 8px
    }

    .sec-row {
        width: 95%;
        margin: 0 auto;
        padding: 48px 0;
    }

    .banner-cta {
        flex-wrap: wrap;
    }

    #AwardsHonors ul li {
        width: 100% !important;
    }

    .sticky {
        position: relative !important;
        top: 0;
    }

    .blog-card-section {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .tab-list {
        flex-direction: inherit;
    }

    .flex-colum {
        display: inherit;
    }

    .tab-list li {
        min-width: auto;
    }
}