.zw-product-header {
    background: #EDFBF3;
}

.zwv-wrapper section.voice-banner {
    background: #EDFBF3;
    padding: 70px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.zwv-wrapper section {
    padding: 120px 0;
}

.flex-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
    gap: 20px;
}

.flex-wrap>div {
    width: 100%;
    max-width: 45%;
}

.zwv-wrapper h1 {
    font-size: 72px;
    font-family: var(--zf-secondary-extrabold);
}

.zwv-wrapper h2 {
    font-size: 42px;
    font-family: var(--primaryfont-bold);
}

.flex-right p {
    font-size: 20px;
    line-height: 36px;
    width: 100%;
    max-width: 460px;
    margin-bottom: 30px;
}

.act-btn.cta-btn {
    padding: 15px 30px;
    border-radius: 4px;
}

.image-wrap {
    text-align: center;
    margin-top: 60px;
    position: relative;
}

.image-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 200px;
    background: url(/sites/zweb/images/voice/jabra-poly/green-stripe.svg) repeat-x;
    background-size: 520px 265px;
    background-position: 0px 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

picture {
    display: inline-block;
}

.image-wrap img {
    margin-bottom: -10px;
    position: relative;
    left: 60px;
}

span.jabra-logo {

    display: inline-block;
    position: absolute;
    top: 300px;
    left: 104px;
    z-index: -1;
}

span.poly-logo {

    display: inline-block;
    position: absolute;
    top: 40px;
    right: 350px;
    z-index: -1;
}

.flex-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 120px;
}

.flex-grid:last-child {
    margin-bottom: 0;
}

.flex-grid>div {
    width: 100%;
    max-width: 39%;
}

.flex-content h3 {
    font-size: 36px;
    font-family: var(--primaryfont-bold);
}

.flex-content p {
    font-size: 18px;
    line-height: 1.8;
}

.flex-img {
    position: relative;
    text-align: center;
}

.flex-img:before {
    position: absolute;
    content: '';
    background: transparent linear-gradient(316deg, #FFFFFF 0%, #f6f6f6 100%) 0% 0% no-repeat;
    width: 400px;
    height: 400px;
    border-radius: 300px;
    top: 0;
    left: 0;
    z-index: 0;
}

.flex-img img {
    z-index: 1;
    position: relative;
}

/* .flex-img {
    transform: translateX(60px);
}

.flex-grid.reverse .flex-img {
    transform: translateX(-60px);
}

.middle-animated .flex-img,.flex-grid.reverse .flex-img {
    transform: translateX(0px);
} */


section.faq-section {
    color: #fff;
    background: #1E2C36;
}

.faq-inner h2 {
    text-align: center;
}

.faq-accordian {
    max-width: 900px;
    margin: 60px auto 0;
}

.faq-accordian li {
    border-bottom: 1px solid #4f535670;
    padding: 20px 20px;
    cursor: pointer;
}

.faq-accordian h4 {
    position: relative;
    color: #fff;
    margin: 0;
    padding-right: 30px;
    font-size: 20px;
}

.faq-accordian h4:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    line-height: 28px;
}

.faq-accordian h4.active {
    color: #ddfbe1;
    padding-bottom: 11px;
}

.faq-accordian h4.active:after {
    content: "-";
}

.zwvcta-inner {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

@media only screen and (max-width:1350px) {

    .zwv-wrapper h1 {
        font-size: 60px;
        font-family: var(--zf-secondary-extrabold);
    }

    span.jabra-logo {
        left: 34px;
    }

    span.poly-logo {
        right: 190px;
    }
}

@media only screen and (max-width:1199px) {

    span.jabra-logo,
    span.poly-logo,
    .image-wrap:before {
        display: none;
    }
    .image-wrap img{

        left: 0
    }

}

@media only screen and (max-width:1150px) {

    span.jabra-logo {
        left: -20px;
        transform: scale(0.8);
    }

    span.poly-logo {
        right: 190px;
        transform: scale(0.8);
    }

    .image-wrap picture img:nth-child(1) {
        max-width: 80%;
    }

}

@media only screen and (max-width:1024px) {

    .flex-img:before {
        width: 350px;
        height: 350px;
    }

    .image-wrap img {
        left: 0;
    }
}

@media only screen and (max-width:991px) {
    .flex-wrap>div {
        width: 100%;
        max-width: 75%;
        text-align: center;
    }

    .zwv-wrapper section {
        padding: 90px 0;
    }

    .flex-right p {
        margin: 0 auto 30px;
    }

    .zwv-wrapper h1 {
        font-size: 50px;
        max-width: 620px;
        margin: 0 auto;
    }

    .zwv-wrapper h2 {
        font-size: 36px;
    }

    .flex-content h3 {
        font-size: 30px;
    }

    .flex-grid {
        gap: 30px;
        flex-flow: wrap;
        margin-bottom: 100px;
    }

    .flex-grid>div {
        width: 100%;
        max-width: 83%;
        text-align: center;
    }

    .flex-img:before {
        width: 300px;
        height: 300px;
        left: 110px;
    }

    .flex-grid.reverse {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width:640px) {

    .zwv-wrapper section.voice-banner {
        padding: 50px 0 0;
    }

    .zwv-wrapper h1 {
        font-size: 31px;
    }
.flex-img img{
    transform: scale(0.8);

}

    .image-wrap:before {
        background-size: 270px 135px;
        top: 110px;
    }

    .zwv-wrapper section {
        padding: 70px 0;
    }

    .flex-content h3 {
        font-size: 25px;
    }

    .zwv-wrapper h2 {
        font-size: 28px;
    }

    .faq-accordian h4 {
        padding-right: 70px;
        font-size: 18px;
    }

    .flex-wrap>div {
        width: 100%;
        max-width: 97%;
        text-align: center;
    }

    .flex-grid>div {
        width: 100%;
        max-width: 90%;
        text-align: center;
    }



}

@media only screen and (max-width:540px) {

    .flex-img:before {
        width: 280px;
        height: 280px;
        left: 0;
    }
}