.heading-menu {
    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 .flex-wrapper, .graph .flex-wrapper{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

.review-sec .tab {
    display: flex;
    padding: 20px;
    padding-bottom: 40px;
    justify-content: center;
}

.review-sec .tab li {
    color:  #000000;
    margin: 5px;
    font-size: 18px;
    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: 30px;
    max-width: 1200px;
}

.review-sec .flex .box {
    position: relative;
    width: 250px;
    background-color: #fff;
    margin: 0 0 15px;
    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(../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);
}
.graph .tac{
 transform: translate(0px, 100px);
    opacity: 0;
    transition: all ease 750ms;
}
.graph .tac.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: -5px;
}

.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 {
    display: flex;
    align-items: center;
    margin: 5px 0 10px;
}

.review-sec .flex .box 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;
}

.review-sec .flex .box a.cta {
    text-decoration: none;
    color:#0066CC;
}

.review-sec .flex .box a.cta:hover {

}

.review-platform {
    padding: 80px 40px;
    background-color: #FFFFFF;
}

.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: 80px;
}

.review-platform .flex a {
    position: relative;
    width: 170px;
    background-color: #fff;
    padding: 15px;
    color: #000;
    text-decoration: none;
    pointer-events: none;
    box-shadow: 0 0 5px #0004;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    transform: translate(0px, 100px);
    opacity: 0;
    transition: all ease 750ms;
    height:120px;
}

.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;
}

.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-image: url(images/hover-link.gif);
    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;
}

.review-platform .flex a strong img {
    display: inline-block;
    width: 20px;
    margin: 0 0 5px 0;
}

.graph {
    padding: 80px 40px;
    background: #F2F5F8;
}

.graph h2 {
    font-weight: 500;
    font-size: 30px;
}

.review-platform .flex a h3 {
    margin: 0px;
    text-align: center;
}

.graph p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}
.graph .tac img{
 width: 800px;
    height: 500px;
    object-fit: contain;
}

.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;
}

.review-brands .box.active [data-counter="3500"] {
    --num: 3500;
}

.review-brands .box [data-counter="3"] {
    --num: 3;
}

.review-brands .box [data-counter="1"] {
    --num: 1;
}

.review-brands .box [data-counter="150"] {
    --num: 150;
}
.review-brands .box.active [data-counter="10000"] {
    --num: 10000;
}
.review-brands .box [data-counter]::after {
    content: counter(num);
}

.review-brands .box [data-counter] i {
    display: none;
}

.review-brands .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;
}


.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 .customer-addon.customer-banner:before {
    content: "";
    position: absolute;
    background-image: url(../images/icon/bg-pattern-1.svg);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 10%;
    background-size: 120px;
    opacity: 8%;
}

.customer-page .customer-addon.customer-banner .flex .caption {
    color: white;
    text-align: center;
    max-width: 900px;
}

.customer-page .customer-addon.customer-awards {
    background: linear-gradient(0deg, #F2F5F8 50%, #0066CC 0%);
    margin: 0px;
    position: relative;
}

.customer-page .customer-addon.customer-awards:before {
    content: "";
    position: absolute;
    background-image: url(../images/icon/bg-pattern-1.svg);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 10%;
    background-size: 120px;
    opacity: 8%;
}

.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: rgb(51, 51, 51);
}

.customer-page .customer-addon.customer-awards .flex .accolades .accolade p {
    color: #2f2f2f;
    width: 48%;
    font-size: 14px;
    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;
    border-radius: 25px 25px 0px 0px;
}

.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.customer-awards .flex .awards {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 20px 60px 40px;
    background-color: #EDF4FF;
    justify-content: space-around;
    border-radius: 0px 0px 25px 25px;
}

.customer-page .customer-addon.customer-awards .flex .awards .award {
    text-align: center;
}

.customer-page .customer-addon.customer-awards .flex .awards .award p {
    color: #2f2f2f;
}

.customer-page .customer-addon h1 {
    font-size: var(--h1-font);
    line-height: 65px;
    font-weight: var(--xl-wgt);
    color: var(--text-light);
    margin: 0 0 20px;
}

.customer-page .customer-addon.customer-awards .flex .achievements .star {
    width: 15px;
    height: 15px;
}

.customer-page .customer-addon.customer-awards .flex .awards .award img {
    width: 100px;
    height: 80px;
    object-fit: contain;
}

.customer-page .customer-addon.customer-awards .flex .awards .award {
    transform: rotateY(90deg);
   transition: all ease 750ms;
   margin-right:20px;
}

.customer-page .customer-addon.customer-awards .flex .awards .award.active:nth-child(2) {
    transition-delay: 100ms;
    transform: rotateY(0deg);
}

.customer-page .customer-addon.customer-awards .flex .awards .award.active:nth-child(3) {
    transition-delay: 200ms;
    transform: rotateY(0deg);
}

.customer-page .customer-addon.customer-awards .flex .awards .award.active:nth-child(4) {
    transition-delay: 300ms;
    transform: rotateY(0deg);
}

.customer-page .customer-addon.customer-awards .flex .awards .award.active:nth-child(5) {
    transition-delay: 400ms;
    transform: rotateY(0deg);
}

.customer-page .customer-addon.customer-awards .flex .awards .award.active:nth-child(6) {
    transition-delay: 500ms;
    transform: rotateY(0deg);
    margin-right:0px;
}
.customer-page .customer-addon.customer-awards .flex .awards .award:last-child {
    transform: scaleX(-1);
}
.customer-page .customer-addon.customer-awards .flex .awards .award:nth-child(1) {
    transform: rotateY(0deg);
    margin-right:0px;
}

.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;
}
.review-sec .flex .feedback a{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.customer-page .graph .bar-container {
    display: flex;
    grid-gap: 7px;
    justify-content: center;
    align-items: center;
}

.customer-page .graph .bar {
    height: 275px;
    background: var(--bar-color);
    width: 100%;
    position: relative;
    margin: 10px 0;
    width: 60px;
}

.customer-page .graph .bar.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #EAEAEA;
    z-index: 2;
    width: 100%;
    animation: height 0.8s ease-in-out forwards;
}

@keyframes height {
    to {
        height: var(--bar-height);
    }
}

.customer-page .graph .bar-chart {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    grid-gap: 90px;
    margin-top:20px;
}

.customer-page .graph .tac .bar-value h3 {
    margin-top: 0px;
}

.customer-page .graph .chart-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    grid-gap: 100px;
}

.customer-page .graph .chart-values .checkbox {
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.customer-page .graph .chart-values .checkbox>h3 {
    padding: 0.5rem 0.25rem;
}

.customer-page .graph .chart-values .checkbox>input {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
}

.review-sec .flex-wrapper {
    max-width: 1200px;
}

.review-sec .flex-wrapper h2 {
    max-width: 900px;
}
@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 .awards {
    padding: 20px;
}

.customer-page .customer-addon.customer-awards .flex {
    width: 80%;
}

.customer-page .customer-addon.customer-awards .flex .achievements {
    left: 0;
    right: 0;
}

.customer-page .customer-addon.customer-awards .flex .awards .award {
    margin: auto;
}

.customer-page .customer-addon.customer-awards .flex .awards .award img {
    height: 40px;
    width: auto;
}

.review-brands .brands {
    padding: 0;
    grid-gap: 20px;
}

.customer-page .graph .bar-chart {
    grid-gap: 40px;
}

.review-platform .flex a {
    margin: 0;
    width: 120px;
}

.review-platform .flex a img {
    max-width: 110px !important;
}
.customer-page .graph .chart-values {
    grid-gap: 10px;
    margin: 20px;
}

.customer-page .graph .chart-values .checkbox>h3 {
    padding: 0;
    margin: 0;
}
}