#scroll.container {
    max-width: 1400px;
}





.hTag1 {
    margin-bottom: 0;
}

.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 {
    padding: 16px;
}

.flex-row .col:nth-child(1) {
    width: 60%;
}

.flex-row .col:nth-child(2) {
    width: 35%;
}

.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;
}

.list>li {
    line-height: 32px;
}

/*================== 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
}

.sec-row {
    padding: 32px 0;
    position: relative;
}

.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);
}

#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-bottom: 24px;
    text-align: center;
}

@media (min-width: 769px) and (max-width:1024px) {
    .casestudy-box-wrap {
        width: 45.33%;
    }

    #AwardsHonors ul li {
        width: 40%;
    }
}

@media screen and (max-width: 650px) {
    .sec-row {
        width: 95%;
        margin: 0 auto;
        padding: 48px 0;
    }

    #AwardsHonors ul li {
        width: 100% !important;
    }

    .flex-row {
        flex-wrap: wrap;
    }

    .flex-row .col {
        width: 95% !important
    }
}