.image-part .casestudy-tag{
   display: none!important;
}
.trust-brands-wrap .cn-customers li{
margin: 25px -42px!important;
}
.trust-brands-wrap ul li img{
   width: 50%!important;
}

.filter-wrap{
   display: none!important;
}


.page-wrapper * {
    box-sizing: border-box
}
.content-wrap {
    max-width: 1170px
}
.loading-icon {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
}
.toc-loader {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 10%;
    left: 50%;
}
.toc-loader div {
    position: absolute;
    top: 27px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.toc-loader div:nth-child(1) {
    left: 6px;
    animation: toc-loader1 0.6s infinite;
}
.toc-loader div:nth-child(2) {
    left: 6px;
    animation: toc-loader2 0.6s infinite;
}
.toc-loader div:nth-child(3) {
    left: 26px;
    animation: toc-loader2 0.6s infinite;
}
.toc-loader div:nth-child(4) {
    left: 45px;
    animation: toc-loader3 0.6s infinite;
}

@keyframes toc-loader1 {
 0% {
 transform: scale(0);
}
 100% {
 transform: scale(1);
}
}
 @keyframes toc-loader3 {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(0);
}
}
 @keyframes toc-loader2 {
 0% {
 transform: translate(0, 0);
}
 100% {
 transform: translate(19px, 0);
}
}

/********************* Banner Section starts here ********************************************/
.slick-slide:focus { 
    outline: none;
}
.banner-wrap {
    /*去掉projects客户案例头部*/
    display: none;
    /*去掉projects客户案例头部*/
    margin: 60px auto;
    max-width: 1055px;
}
.banner-wrap .content-wrap {
    width: 100%;
}
.banner-slider div.banner-slider-item {
    display: inline-block;  
    padding: 0px 20px;
    max-width: 311px;
}
.banner-slider div.banner-slider-item .image-part, .banner-slider div.banner-slider-item .content-part {
    display: block;
    width: 100%;
    position: relative;
}
.banner-slider div.banner-slider-item .image-part img:nth-child(1) {
    min-height: 90px;
    width: 45%;
}
.banner-slider div.banner-slider-item .content-part {
    padding-top: 15px;
}
.image-part a {
    display: grid;
}
.image-part img.ss-company-logo {
    position: absolute;
    width: auto;
    height: 38px;
    top: 20px;
    left: 20px;
    background: #fff;
    border-radius: 3px;
}
.image-part .name {
    color: #fff;
    font-size: 15px;
    font-family: var(--zf-primary-semibold);
    position: absolute;
    bottom: 27px;
    left: 17px;
    text-shadow: -2px 0px 6px rgba(0, 0, 0, 1);
}
.banner-slider .banner-video .zcpopup-controller:before {
    content: '';
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #fff;
    z-index: 1;
    position: absolute;
    bottom: 20px;
    right: 15px;
}
.banner-slider .banner-video .zcpopup-controller:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #333;
    position: absolute;
    transition: all 0.5s ease;
    bottom: 31px;
    right: 26px;
    z-index: 2;
}
.banner-slider .banner-casestudy span.casestudy-tag {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 25px;
    font-family: var(--zf-primary-semibold);
    font-size: 19px;
}
.banner-slider .banner-casestudy span.readmore-link {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 25px;
    font-family: var(--zf-primary-semibold);
    border-bottom: 2px solid #fff;
    font-size: 15px;
}
.content-part h2.banner-title {
    font-family: 'Noto Serif';
    font-size: 22px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 14px;
}
.content-part h2.banner-title span:nth-child(1) {
    font-size: 25px;
    margin-left: -14px;
    padding-right: 2px;
}
.content-part h2.banner-title span:nth-child(2) {
    padding-left: 3px;
}
.content-part .banner-customer-details {
    display: none;
}
.content-part .banner-customer-details .name {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    margin-left: 15px;
    display: block;
    text-shadow: -2px 0px 6px rgba(0, 0, 0, 1);
    font-family: var(--zf-primary-semibold);
}
.content-part .banner-customer-details .job-desc {
    color: #333;
    font-family: var(--zf-primary-regular);
    font-size: 12px;
    text-indent: 8px;
    display: none;
}
.slick-dotss {
    width: 50%;
    position: absolute;
    bottom: 10px;
    right: 0px;
}
.slick-dotss li {
    display: inline-block;
    width: 90px;
    margin: 0;
    margin-right: 4%;
    box-sizing: border-box;
    cursor: pointer;
    opacity: .5;
    transform: scale(.8);
    transition: all 500ms ease;
    vertical-align: middle;
    filter: grayscale(100%);
}
.slick-dotss li.active {
    opacity: 1;
    transform: scale(1);
    filter: grayscale(0%);
}
.slick-dotss li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -5px;
}
.slick-dotss li.active:after {
    background: red;
    animation-name: check;
    animation-duration: 5.4s;
    animation-timing-function: linear;
}
.slick-next, .slick-prev {
    position: absolute;
    top: -25px;
    display: block;
    width: 15px;
    height: 19px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    display: none;
}
.slick-prev {
    right: 50px;
    left: initial;
}
.slick-next {
    right: 15px;
}
.slick-next:after, .slick-next:before, .slick-prev:after, .slick-prev:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    background: #c7d0df;
    transition: .5s ease;
}
.slick-prev:before {
    transform: rotate(45deg);
    top: 0;
    left: 10px;
}
.slick-prev:after {
    transform: rotate(135deg);
    bottom: 0;
    left: 10px;
}
@keyframes check {
    0% {
        width: 0%;
    }
    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}
/********************* Banner Section ends here ********************************************/

/********************* Trusted Brands Section starts here ********************************************/
.trust-brands-wrap {
    text-align: center;
    padding: 10px 0px 80px;
    position: relative;
}
.trust-brands-wrap .content-wrap {
    max-width: 1095px;
    width: 100%;
}
.trust-brands-wrap .content-wrap > h2 {
    position: relative;
    color: #000;
    font-family: 'Noto Serif';
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0px 20px;
    background: #fff;
    display: inline-block;
    margin-bottom: 35px;
}
.trust-brands-wrap .content-wrap > h2:before {
    content: "";
    position: absolute;
    width: 0%;
    transform: translateX(-50%);
    border-top: 1px solid #000;
    left: 50%;
    bottom: 5px;
    transition: all 3s ease;
}
.trust-brands-wrap.active .content-wrap > h2:before {
    width: 46%;
}
.trust-brands-wrap .content-wrap > h2 span{
    color: #ed4844;
}
.trust-brands-wrap ul {
    margin: 0px 0px 0px;
    max-height: 300px;
    overflow: hidden;
}
.trust-brands-wrap ul li {
    opacity: 1;
    transform: scale(1, 1);
    transition: all 1s ease;
    font-size: 0px;
    display: inline-block;
    margin: 25px 38px;
}
.trust-brands-wrap.active ul li {
    transform: scale(1, 1);
    opacity: 1;
}
.trust-brands-wrap ul li span {
    display: inline-block;
    text-indent: -9999px
}
.trust-brands-wrap ul li span {
    background: url('/sites/default/files/zh-hans/mail/zp-customers-sprite.png') no-repeat 0 0;
    height: 70px;
    background-size: 1000px auto;
}
/********************* Trusted Brands Section ends here ********************************************/

/********************* Customer Stories Section starts here ****************************************/
.cutomer-stories-outer {
    background: #25354d;
    padding: 100px 0 70px;
    position: relative;
}
.cutomer-stories-outer .content-wrap {
    max-width: 1100px;
}
.cutomer-stories-outer .story-heading {
    padding: 10px 0px 0px;
    margin: 0 auto;
    max-width: 700px;
}
.cutomer-stories-outer .story-heading h2 {
    text-align: center;
    color: #fff;
}
.cutomer-stories-outer .story-heading h2 span {
    color: #fff;
    font-size: 43px;
    line-height: 45px;
    font-family: var(--zf-primary-bold);
    background: #41444b;
    border: 1px solid #5a5f65;
    padding: 4px 8px;
    min-width: 46px;
    display: inline-block;
    margin-right: -6px;
}
.cutomer-stories-outer .story-heading p {
    text-align: center;
    color: #fff;
    font-family: var(--zf-primary-semibold);
}
.story-type-filter-wrap {
    display: none;
    text-align: right;
    position: relative;
    margin-right: 7px;
}
.story-type-filter-wrap ul li {
    color: #c0d1ea;
    display: inline-block;
    font-family: var(--zf-primary-semibold);
    margin-left: 25px;
    cursor: pointer;
}
.story-type-filter-wrap ul li.active {
    border-bottom: 2px solid #ccc;
    color: #fff;
}
.filter-wrap {
    text-align: right;
    position: relative;
}
.filtered-lists {
    margin: 20px auto 80px 10px;
    text-align: left;
}
.filtered-lists li {
    display: inline-block;
    margin: 0px 15px 10px 0px;
    border: 1px solid #fff;
    padding: 1px 25px 1px 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    position: relative;
}
.filtered-lists li span {
    position: relative;
    cursor: pointer;
}
.filtered-lists li span:before, .filtered-lists li span:after {
    content: "";
    width: 9px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 10px;
}
.filtered-lists li span:before {
    right: -16px;
    transform: rotate(-45deg);
}
.filtered-lists li span:after {
    right: -16px;
    transform: rotate(45deg);
}
.filter-wrap .filter-text {
    color: #000;
    font-size: 13px;
    font-family: var(--zf-primary-bold);
    background: #fff;
    padding: 10px 36px 10px 18px;
    border-radius: 26px;
    position: relative;
    margin-right: 7px;
    display: inline;
    cursor: pointer;
    transition: border 1s ease;
}
.filter-wrap .filter-text.active {
    z-index: 99;
    border-radius: 0px;
    transition: border 1s ease;
}
.filter-wrap .filter-text:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #000;
    position: absolute;
    transform: rotate(90deg);
    transition: all 0.5s ease;
    top: 1px;
    bottom: 0;
    right: 15px;
    margin: auto;
}
.filter-wrap .filter-text.active:after {
    transform: rotate(-90deg);
}
.filter-wrap .filter-overlay {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: all 0.5s ease;
    opacity: 0;
}
.filter-wrap .filter-overlay.active {
    z-index: 99;
    opacity: 1;
}
.filter-popup{
    background: #fff;
    margin: 3px 7px 0px 0px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 28px;
    padding: 50px 70px;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease;
    text-align: left;
}
.filter-popup.active {
    z-index: 99;
    opacity: 1;
}
.filter-popup > div.industry-section {
    display: inline-block;
    max-width: 270px;
    vertical-align: top;
    margin-right: 70px;
}
.filter-popup > div.country-section {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}
.filter-popup li {
    position: relative;
    font-size: 13px;
    margin-bottom: 15px;
    padding-left: 20px;
    cursor: pointer;
    color: #cacaca;
}
.filter-popup li.enableIt {
    color: #000;
}
.filter-popup li:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #cacaca;
    position: absolute;
    top: 5px;
    left: 0px;
}
.filter-popup li.enableIt:before {
    border: 1px solid #000;
}
.filter-popup li.active.enableIt:before{
    border: 1px solid #0C9053;
}
.filter-popup li.active.enableIt::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #0C9053;
    position: absolute;
    top: 7px;
    left: 2px;
}
.filter-popup .action-list {
    text-align: right;
    margin-top: 50px;
}
.filter-popup .action-list .act-btn {
    display: inline-block;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    padding: 4px 20px;
    margin: 0;
    color: #333;
    border: 1px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
    font-size: 13px;
}
.filter-popup .action-list .apply-btn {
    border: 1px solid #f0483e;
    color: #f0483e;
}
.filter-popup .action-list .reset-btn {
    text-transform: initial;
    color: #f0483e;
    border-bottom: 1px solid #f0483e;
    padding: 0px;
    position: absolute;
    left: 70px;
    display: none;
}
.filter-popup .action-list .reset-btn.active {
    display: block;
}
.stories-block-wrap {
    padding: 10px 0px;
    max-width: 1100px;
    width: 100%;
    margin: 100px auto 0px;
    height: auto;
    position: relative;
}
.stories-block-wrap .testimonial-block {
    position: absolute;
    background: #fff;
    margin: 10px;
    transition: opacity 1s ease, box-shadow 1s ease, transform 1s ease;
    width: 31.5%;
    left: 0px;
    top: 0px;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 2px;
    display: none;
}
.stories-block-wrap .testimonial-block.active {
    display: block;
    opacity: 0;
    transform: translateY(0px);
}
.stories-block-wrap .testimonial-block .stories-tag {
    font-family: var(--zf-primary-semibold);
    font-size: 12px;
    display: inline-block;
    padding: 2px 11px;
    border-radius: 15px;
    margin-bottom: 20px;
    background: #fdcdcb;
}
.stories-block-wrap .testimonial-block.casestudy-cont .stories-tag, .stories-block-wrap .testimonial-block.reviews-cont .stories-tag {
    background: #c1edcf;
}
.stories-block-wrap .testimonial-block.active.pro-active, .stories-block-wrap .testimonial-block.pre-load.active.showed {
    opacity: 1;
    transform: translateY(-60px);
}
.testimonial-block a.read-more, .testimonial-block a.watch-video {
    font-size: 15px;
    font-family: var(--zf-primary-semibold);
    position: relative;
    color: #000;
}
.testimonial-block a.read-more {
    border-bottom: 2px solid #000;
}
.testimonial-block .title-block {
    display: table;
    width: 100%;
    min-height: 110px;
    position: relative;
}
.testimonial-block.video-cont .title-block {
    background: #000;
}
.testimonial-block.casestudy-cont .title-block, .testimonial-block.reviews-cont .title-block {
    background: #fff;
    border: 1px solid #e3e6ea;
}
.testimonial-block .title-block > div {
    display: table-cell;
    width: 50%;
}
.testimonial-block.video-cont .customer-img-block {
    margin-bottom: 20px;
    display: grid;
}
.testimonial-block .img-block {
    margin-bottom: 10px;
}
.testimonial-block .customer-detail {
    margin-bottom: 20px;
    line-height: 1.3;
}
.testimonial-block.casestudy-cont .title-block .customer-detail:before, .testimonial-block.reviews-cont .title-block .customer-detail:before {
    content: "";
    width: 1px;
    height: 70%;
    background: #e3e6ea;
    position: absolute;
    top: 15%;
    left: 50%;
}
.testimonial-block .customer-detail .name {
    font-family: var(--zf-primary-semibold);
    color: #3f51b5;
    font-size: 15px;
    line-height: 1.4;
}
.testimonial-block.video-cont .customer-detail span.job-desc, .testimonial-block.casestudy-cont .customer-detail span.job-desc, .testimonial-block.reviews-cont .customer-detail span.job-desc {
    font-size: 12px;
    line-height: 1.5;
    display: block;
    color: #555;
}
.testimonial-block a.watch-video span.play-video {
    position: relative;
    display: block;
}
.banner-testimonial-wrap a.watch-video span.play-video {
    margin-right: 0px;
}
.testimonial-block a.watch-video span.play-video:before {
    border-color: transparent transparent transparent #000;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    content: "";
    height: 0;
    right: 19px;
    position: absolute;
    bottom: 24px;
    width: 0;
    z-index: 1;
}
.testimonial-block a.watch-video span.play-video:after {
    content: "";
    height: 30px;
    right: 10px;
    position: absolute;
    bottom: 15px;
    width: 30px;
    border-radius: 15px;
    background: #fff;
}
.testimonial-block .content-block {
    position: relative;
}
.testimonial-block.video-cont .content-block .customer-detail {
    margin-bottom: 10px;
    padding-right: 30px;
}
.testimonial-block .content-block p {
    margin: 0px 0px 30px;
    position: relative;
    font-size: 19px;
    font-family: 'Noto Serif';
    line-height: 1.5;
    font-weight: 400;
}
.testimonial-block .content-block p span:nth-child(1) {
    margin-left: -8px;
}
.testimonial-block .customer-detail>div {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}
.testimonial-block .customer-detail>div.customer-image {
    padding-right: 15px;
    width: 70px;
}
.testimonial-block .customer-detail>div>img {
    width: 54px;
    height: 54px;
    border-radius: 100%;
}
.testimonial-block .customer-detail>div span {
    color: #555;
    display: block;
    font-size: 12px;
}
.testimonial-block .customer-detail>div span.name {
    font-family: var(--zf-primary-semibold);
    color: #3f51b5;
    font-size: 15px;
}
.testimonial-block.share-your-story {
    background: #c1edcf;
    padding: 30px;
    text-align: center;
}
.testimonial-block.share-your-story h4 {
    font-family: 'Noto Serif';
    font-weight: 700; 
    font-size: 21px;
    margin-bottom: 10px;
}
.testimonial-block.share-your-story p {
    font-size: 15px;
}
.testimonial-block.share-your-story a.btn {
    display: inline-block;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    padding: 8px 20px;
    margin: 0;
    background: #f0483e;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 1;
    font-size: 13px;
    text-transform: uppercase;
}
/********************************** Customer Stories Section ends here ****************************************/

@media only screen and (min-width: 1681px) {
    .banner-wrap {
        margin: 110px auto 80px;
        max-width: 1055px;
    }
    .trust-brands-wrap {
        padding: 10px 0px 90px;
    }
}
@media only screen and (max-width: 1440px) {
    .banner-wrap {
        margin: 40px auto 35px;
        max-width: 930px;
    }
    .banner-slider div.banner-slider-item {
        padding: 0px 15px;
        max-width: 280px;
    }
    .banner-slider .zcpopup-controller:before {
        width: 32px;
        height: 32px;
    }
    .banner-slider div.banner-slider-item .image-part img:nth-child(1) {
        min-height: 280px;
    }
    .image-part .name {
        font-size: 13px;
        bottom: 26px;
    }
    .image-part img.ss-company-logo {
        height: 33px;
    }
    .banner-slider .zcpopup-controller:before {
        width: 32px;
        height: 32px;
    }
    .banner-slider .zcpopup-controller:after {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 9px solid #333;
        bottom: 30px;
        right: 25px;
    }
    .content-part h2.banner-title {
        font-size: 18px;
        line-height: 1.5;
    }
    .trust-brands-wrap {
        padding: 10px 0px 40px;
    }
    .trust-brands-wrap .content-wrap {
        max-width: 1050px;
    }
    .trust-brands-wrap .content-wrap > h2 {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .trust-brands-wrap ul li, .trust-brands-wrap.active ul li {
        transform: scale(0.8, 0.8);
    }
    .trust-brands-wrap ul li {
        margin: 20px 30px;
    }
    
    .cutomer-stories-outer .content-wrap {
        max-width: 1040px;
    }
    .stories-block-wrap {
        max-width: 1040px;
        width: 100%;
    }
    .stories-block-wrap .testimonial-block {
        padding: 40px 35px;
    }
    .filter-wrap .filter-text {
        font-size: 12px;
        padding: 10px 36px 10px 18px;
    }
    .filter-wrap .filter-text:after {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 5px solid #000;
        right: 24px;
    }
    .testimonial-block .content-block p {
        margin: 0px 0px 25px;
        font-size: 17px;
    }
    .testimonial-block .customer-detail .name {
        font-size: 14px;
    }
    .testimonial-block.video-cont .customer-detail span.job-desc, .testimonial-block.casestudy-cont .customer-detail span.job-desc, .testimonial-block.reviews-cont .customer-detail span.job-desc {
        font-size: 11px;
    }
    .testimonial-block a.read-more, .testimonial-block a.watch-video {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1368px) {
     .banner-wrap {
        margin: 25px auto;
    }
}
@media only screen and (max-width:1170px) {
    .trust-brands-wrap .content-wrap {
        max-width: 820px;
    }
    .trust-brands-wrap ul {
        max-height: 210px;
    }
    .trust-brands-wrap ul li, .trust-brands-wrap.active ul li {
        transform: scale(0.7, 0.7);
        margin: 10px 15px;
    }
    
    .cutomer-stories-outer {
        padding: 70px 0 70px;
    }
    .cutomer-stories-outer .content-wrap {
        max-width: 750px;
    }
    .stories-block-wrap {
        max-width: 750px;
        width: 100%;
    }
    .stories-block-wrap>div .testimonial-block {
        width: 48%;
    }
}
@media only screen and (max-width:990px) {
    .banner-wrap {
        max-width: 720px;
    }
    .banner-slider div.banner-slider-item {
        max-width: 310px;
    }
    .slick-initialized .slick-slide {
        opacity: 1;
        transition: opacity 1s ease;
    }
    .slick-initialized .slick-slide.slick-current.slick-active {
        opacity: 1;
    }

    .trust-brands-wrap .content-wrap {
        max-width: 730px;
    }
    .trust-brands-wrap .content-wrap > h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    
    .cutomer-stories-outer .content-wrap {
        max-width: 720px;
    }
    .stories-block-wrap {
        max-width: 720px;
        width: 100%;
    }
    .stories-block-wrap>div .testimonial-block {
        width: 47.5%;
    }
}
@media only screen and (max-width:767px) {
    .banner-wrap {
        margin: 15px auto 40px;
        opacity: 0;
    }
    .banner-slider div.banner-slider-item {
        max-width: 300px;
    }
    .slick-initialized .slick-slide {
        opacity: 1;
    }
    .slick-prev {
        right: 50px;
    }
    .slick-next {
        right: 15px;
    }
    
    .trust-brands-wrap {
        padding: 60px 0px 30px;
    }
    .trust-brands-wrap .content-wrap > h2 {
       font-size: 35px;
       line-height: 1.4;
    }
    .trust-brands-wrap.active .content-wrap > h2:before {
        width: 0px;
    }
    .stories-block-wrap {
        padding: 10px 0 0px;
        max-width: 400px;
        width: 100%;
        height: auto;
        position: relative;
    }
    .stories-block-wrap>div .testimonial-block {
        width: 100%;
        margin: 10px 0px;
    }
    .testimonial-block.share-your-story {
        padding: 40px;
    }
    .filter-popup > div.industry-section {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width:480px) {
    .banner-slider div.banner-slider-item {
        max-width: 340px;
    }
    .banner-slider div.banner-slider-item .image-part img:nth-child(1) {
        min-height: 0px;
    }
    .trust-brands-wrap ul {
        margin: 0px 0px 0px;
        max-height: 200px;
    }
    .trust-brands-wrap ul li, .trust-brands-wrap.active ul li {
        margin: 0px 4px;
    }
    
    .cutomer-stories-outer .content-wrap {
        max-width: 320px;
    }
    .stories-block-wrap {
        max-width: 320px;
        width: 100%;
        margin: 40px auto 30px;
    }
    .filter-wrap .filter-text {
        margin-right: 0px;
    }
    .filter-popup {
        padding: 40px 40px;
        margin: 3px 0px 0px 0px;
    }
    .filter-popup > div.industry-section {
        max-width: none;
        margin-right: 0px;
    }
    .filter-popup .action-list .reset-btn {
        left: 40px;
        bottom: 44px;
    }
}