        :root {
            --cta-color: #E9142B;
            --text-light: #ffffff;
            --text-dark: #000000;
            --h1-font: 42px;
            --h2-font: 36px;
            --h3-font: 22px;
            --h4-font: 18px;
            --p-font: 16px;
            --s-font: 12px;
            --m-font: 14px;
            --l-font: 32px;
            --xl-font: 48px;
            --xs-wgt: 200;
            --s-wgt: 300;
            --m-wgt: 400;
            --l-wgt: 500;
            --xl-wgt: 600;
            --n-gap: 24px;
        }
   .heading-menu , #customers,#allFea{
    display: none;
}

.sec-pTB {
    padding: 0;
}

.bannerflex {
    background-color: #fff !important;
}

.flexslider {
    padding: 40px;
    width: auto;
    margin: auto;
    max-width: 1200px;
    max-height: none;
}

.flexslider h1 {
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
    line-height: normal;
}

.client-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.client-logo li {
    width: 200px;
    height: 50px;
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    
}

.client-logo li img {
    max-width: 80%;
    max-height: 130%;
}


.review-sec .tab {
    display: flex;
    padding: 20px;
    padding-bottom: 40px;
    justify-content: center;
}

.review-sec .tab li {
    color:  #000000;
    margin: 5px;
    font-size: 20px;
    padding: 5px 15px;
    line-height: normal;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #FFFFFF;
}
.review-sec{
    padding: 80px 40px;
    background: #F2F5F8;
}
.review-sec .tab li.active {
    background-color: #0066CC;
    color: #FFFFFF;
    pointer-events: none;
}

.review-sec .flex {
    margin: auto;
    column-count: 4;
    column-gap: 70px;
    max-width:1200px;
}

.review-sec .flex .box {
    position: relative;
    width: 250px;
    background-color: #fff;
    margin: 0 0 25px;
    padding: 20px;
    border-radius: 10px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
    min-height: 160px;
    transform: translate(0px, 100px);
    opacity: 0;
    transition: all ease 750ms;
}
.review-sec .flex .box.feedback {
    background-image: linear-gradient(128deg, #0657CB, #032C66);
    color: #fff;
    position: relative;
}
.review-sec .flex .box.feedback:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-8.svg);
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
}
.review-sec .flex .box.active {

    opacity: 1;
    transform: translate(0px, 0px);
}
.review-sec .flex .box .tags {
    margin: 10px 6px;
    display: flex;
    justify-content: right;
    position: absolute;
    left: 0;
    right: 4px;
    top:2px;
}

.review-sec .flex .box .tags span {
    background-color: #c1edcf;
    border-radius: 10px;
    margin: 0 10px 0 0;
    padding: 2px 10px;
    display: inline-block;
    line-height: normal;
}

.review-sec .flex .box .tags span.g2 {
    background-color: #df4b33;
    color: #fff;
}

.review-sec .flex .box .tags span.cap {
    background-color: #044d80;
    color: #fff;
}

.review-sec .flex .box .tags span.case {
    background-color: #2b8004;
    color: #fff;
}

.review-sec .flex .box .tags span.testi {
    background-color: #800b04;
    color: #fff;
}

.review-sec .flex .box .profile-wrapper {
    display: flex;
    align-items: center;
    margin: 5px 0 10px;
}
.review-sec .flex .box .profile-wrapper img{
max-width: 70px;
    max-height: 70px;
    margin: 0 10px 0 0;
    border-radius: 50%;
}
.review-sec .flex .box .decs h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: normal;
}

.review-sec .flex .box .decs h4 {
    font-size: 14px;
    font-weight: 200;
    color: #000;
    margin: 0;
}

.review-sec .flex .box p {
    margin: 0;
  margin-top:10px;
overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
    display: -webkit-box;
}
.review-sec .flex .box p:hover{
  -webkit-line-clamp: initial;
}
.review-sec .flex .box a.cta {
    text-decoration: none;
    color:#0066CC;
}

.review-platform {
    padding:60px 40px 80px 40px;
    background-color: #F2F5F8;
}

.review-platform h2 {
    font-size: 30px;
    color: #000;
    margin: 0 0 30px;
    font-weight: 500;
}

.review-platform .flex {
    display: flex;
    /* max-width: 600px; */
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    grid-gap: 40px;
    margin-top: 50px;
}
.review-platform h2{
margin-top: 0px !important;
}
.review-platform .flex a {
    position: relative;
    width: 170px;
    background-color: #fff;
    padding: 20px;
    color: #000;
    text-decoration: none;
    pointer-events: none;
    box-shadow: 0 0 5px #E6E6E6;
    border-radius: 24px;
    cursor: pointer;
    text-align: center;
    transform: translate(0px, 100px);
    opacity: 0;
    transition: all ease 750ms;
    height:125px;
}

.review-platform .flex .box.active {
    opacity: 1;
    transform: translate(0px, 0px);
}

.review-platform .flex a img {
    max-width: 160px;
    max-height:40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
   height:40px;
}

.review-platform .flex a img.offset {
    margin: 10px auto 0;
}

.review-platform .flex a:hover:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #0004;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

.review-platform .flex a small {
    font-size: 12px;
    color: #2B74D9;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: normal;
}

.review-platform .flex a strong {
    display: block;
       padding-top: 20px;
    padding-bottom: 13px;
}

.review-platform .flex a strong img {
    display: inline-block;
    width: 20px;
    margin: 0 0 5px 0;
   height:auto;
}

.review-platform .flex a h3 {
    margin: 0px;
    text-align: center;
}

.review-brands {
    padding: 80px 40px;
    position: relative;
    text-align: center;
}

.review-brands .brands {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 65px;
    padding: 50px;
    justify-content: center;
    z-index: 3;
    position: relative;
   max-width: 1200px;
    margin: auto;
}

.review-brands .brands .image-wrapper.active {
    opacity: 1;
    transform: translate(0px, 0px);
}

.review-brands .brands .image-wrapper {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100px;
    height: 55px;
    border: 1px solid #eee;
    transform: translate(0px, 100px);
    opacity: 0;
    transition: all ease 750ms;
    box-shadow: 0px 3px 13px #0000000D;
}

.review-brands .brands .image-wrapper img {
    width: 100px;
    object-fit: contain;
}

.customer-page .customer-addon.customer-awards .box.active  [data-counter="28"] {
    --num: 28;
}

.customer-page .customer-addon.customer-awards .box.active  [data-counter="23"] {
    --num: 23;
}

.customer-page .customer-addon.customer-awards .box.active [data-counter="190"] {
    --num: 190;
}

.customer-page .customer-addon.customer-awards  .box [data-counter]::after {
    content: counter(num);
}

.review-brands .box [data-counter] i {
    display: none;
}

.customer-page .customer-addon.customer-awards .box [data-counter] {
    transition: --num 1s;
    counter-reset: num var(--num);
    display: inline-block;
    color: #2a8cfe;
}
.customer-page .symbol{
color: #2a8cfe;
}

@property --num {
    syntax: '<integer>';
    initial-value: 0;
    inherits: false;
}

.review-sec  .flex-wrapper{
max-width:1200px;
margin:auto;
}
.review-sec .flex-wrapper .disclaimer{
margin-top:100px;
}
.customer-page .customer-addon.customer-banner {
    position: relative;
    padding: 80px 40px;

    .flex {
        display: flex;
        margin: auto;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        max-width: 1200px;
        grid-gap: 20px;
    }

    /*background-color:#0066CC;*/
}
.customer-page.banner{
    background: linear-gradient(to bottom, transparent 85%, #F2F5F8 0%);
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-10.png);
    background-size: 100% 85%;
    background-repeat: no-repeat;
    background-color: #F2F5F8;
    position: relative;
}
.customer-page.banner:before {
         content: "";
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-10-left.png);
    z-index: 0;
    position: absolute;
    bottom: 74px;
    left: 0px;
    background-size: 20%;
    opacity: 3;
    background-size: cover;
    background-position: left bottom,right top;
    background-repeat: no-repeat;
    width: 273px;
    height: 179px;
}
.customer-page.banner:after {
    content: "";
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-pattern-10-right.png);
    z-index: 0;
    position: absolute;
    top: -24px;
    right: 0px;
    background-size: 20%;
    opacity: 1;
    background-size: cover;
    background-position: left bottom,right top;
    background-repeat: no-repeat;
    width: 315px;
    height: 179px;
}
.customer-page .customer-addon.customer-banner .flex .caption {
    color: white;
    text-align: center;
    max-width: 900px;
}
.customer-page .customer-addon.customer-banner .flex .caption h1{
  color:var(--text-light);
}
.customer-page .customer-addon.customer-awards .flex {
    max-width: 1000px;
    margin: auto;
    border-radius: 25px;
    box-shadow: 0px 10px 20px #0000001A;
    transform: scale(1.05);
    position: relative;
}

.customer-page .customer-addon.customer-awards .flex .accolades .accolade h2 {
    font-size: var(--h2-font);
    font-weight: 500;
}

.customer-page .customer-addon.customer-awards .box [data-counter] {
    color: #011e53;
}
.customer-page .customer-addon.customer-awards .box h2 span {
    color: #011e53;
}
.customer-page .customer-addon.customer-awards .flex .accolades .accolade p {
    color: #2f2f2f;
    width: 48%;
    font-size: 16px;
    margin-left: 10px;
    text-align: initial;
}

.customer-page .customer-addon.customer-awards .flex .accolades {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
    padding: 40px 60px 20px;
    background-color: #FFFFFF;
    border-radius: 25px;
    background-image: url(https://www.manageengine.com/ems/images/icon/awards_animation.gif),url(https://www.manageengine.com/ems/images/icon/awards_animation.gif);
    background-repeat: no-repeat,no-repeat;
    background-position: left,right;
}

.customer-page .customer-addon.customer-awards .flex .accolades .accolade {
    text-align: center;
    width: 270px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.customer-page .customer-addon.customer-awards .flex .achievements span {
    color: #2f2f2f;
    border: 1px solid lightgray;
    border-radius: 16px;
    padding: 2px 14px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.customer-page .customer-addon.customer-awards .flex .achievements p {
    color: #2f2f2f;
    margin: 0px 5px;
}

.customer-page .customer-addon.customer-awards .flex .achievements {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: -16px;
    z-index: 3;
    left: 40%;
}

.customer-page .customer-addon h1 {
    font-size: var(--h1-font);
    line-height: 65px;
    font-weight: var(--xl-wgt);
    color: var(--text-dark);
    margin: 0 0 20px;
}

.customer-page .customer-addon.customer-awards .flex .achievements .star {
    width: 15px;
    height: 15px;
}

.customer-page h2 {
    font-size: var(--h2-font) !important;
    line-height: 55px !important;
    font-weight: var(--xl-wgt) !important;
    color: #000000 !important;
    text-align: center !important;
 margin:20px 0px !important;
}
.review-sec .flex .feedback a{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}
 
.feedback.active img{
width: 25px;
    opacity: 70%;
    margin-left: 4px;
}

@media(max-width:1500px) {
    .review-sec .flex .box {
        width: 90%;
    }
}

@media(max-width:1300px) {
    .review-sec .flex {
        column-count: 3;
    }
}

@media(max-width:1100px) {
    .flexslider {
        padding: 40px;
        width: auto;
    }

    .review-sec .flex {
        column-count: 2;
        column-gap: 10px;
    }
}

@media(max-width:900px) {
    .review-sec .flex {
        column-count: 1;
    }
}

@media(max-width:800px) {
    .bannerflex {
        display: block;
    }

    .client-logo li {
        width: 120px;
        height: 30px;
        padding: 10px;
        margin: 10px;
    }
}

@media(max-width:750px) {
    .review-platform .flex {
        flex-wrap: wrap;
    }
}

@media(max-width:600px) {
    .bannerflex {
        display: block;
    }

    .customer-page {
        width: auto;
    }

    .review-sec .flex {
        display: flex;
        flex-wrap: wrap;
    }

    .review-platform .flex {
        flex-wrap: wrap;
        max-width: none;
    }

    .review-platform .flex a {
        margin: 20px 0;
    }

    .review-platform h2 {
        line-height: normal;
    }
.review-sec .tab {
    flex-wrap: wrap;
}

.customer-page .customer-addon.customer-awards .flex .accolades {
    padding: 20px;
}

.customer-page .customer-addon.customer-awards .flex {
    width: 80%;
}

.customer-page .customer-addon.customer-awards .flex .achievements {
    left: 0;
    right: 0;
}

.review-brands .brands {
    padding: 0;
    grid-gap: 20px;
}

.review-platform .flex a {
    margin: 0;
    width: 120px;
}

.review-platform .flex a img {
    max-width: 110px !important;
}
}
.rating{
display:inline-flex;
padding-bottom:13px;
justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.company{
height:50px;
width:120px;
    max-width: 150px !important;
    max-height: 70px !important;
 object-fit: contain;
}
.star{
   width: 18px;
    height: 18px;
    margin: 0px 3px 0px 0px !important;
}
.review-sec .flex .box h4{
font-weight: 550;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
}
.review-sec .link{
    margin-top: 10px;
    text-decoration: underline;
}
.review-sec img[alt~="gpi"]{
    width: 100px;
    height: 40px;
 object-fit: contain;
}
.review-sec img[alt~="g2"]{
       width: auto;
    height: 40px;
    object-fit: contain;
}
.box.active[data-review~="g2"] .tags {
    right: 30px;
   top:-3px;
}
.box.active[data-review~="cap"] .tags {
    top: -6px;
}
.box.active[data-review~="gar"] .tags {
    top: 3px;
}
.review-sec .tab li[data-tab="testi"] {
    display: none;
}
.review-sec .flex .box[data-review="testi"] {
    display: none !important;
}
    