.zwc-wrapper {
    background: #FFF8E7;
    position: relative;
}

.zw-product-header {
    background: #fff8e7;
}

.zwc-wrapper h2 {
    font-size: 50px;
    font-family: var(--primaryfont-bold);
}


section.zwcbanner-section {
    position: relative;
    padding: 80px 0 300px;
    overflow: hidden;
    background: url(/sites/zweb/images/voice/communication/bg-gradientline.svg) no-repeat;
    background-position: 40% 80%;
    background-size: 120%;
    /* background-position: -90px -481px;
    background-size: 2090px auto; */

}

.zwcbanner-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.flex-center {
    text-align: center;
    width: 100%;
    max-width: 60%;
}

.flex-center h1 {
    font-size: 65px;
    font-family: 'Zoho_Puvi_ExtraBold';
}

.flex-left img {
    position: absolute;
    display: inline-block;
    top: 160px;
    left: -50px;
}

.flex-right img {
    position: absolute;
    top: 110px;
}

.flex-center p:nth-child(2) {
    font-family: 'Zoho_Puvi_Bold';
    font-size: 22px;
}

.flex-center p:nth-child(3) {
    max-width: 422px;
    margin: 0 auto 30px;
}

.flex-left,
.flex-right {
    width: 100%;
    max-width: 35%;
}

.act-btn.cta-btn {

    width: 251px;
    padding: 15px 10px;
    border-radius: 3px;
    background: #DE534A;
}

section.callbranding-section {
    padding-top: 40px;
}

.callbranding-inner .title-part,
.callcosts-inner,
.brand-names h4 {
    text-align: center;
}

.callbranding-inner .title-part p {
    width: 100%;
    max-width: 647px;
    margin: 0 auto 70px
}

.callbranding-inner .flex-wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 50px;
    align-items: baseline;
}

.flex-content {
    width: 100%;
    max-width: 29%;
}

span.grid-icon {
    display: inline-block;
    width: 52px;
    height: 52px;
    background: url(/sites/zweb/images/voice/communication/branded-icons.png) no-repeat;
    background-size: 456px auto;
}

span.grid-icon.trust {
    background-position: -50px 0;
}

span.grid-icon.rating {
    background-position: -100px 0;
}

span.grid-icon.deliver {
    background-position: -150px 0;
}

span.grid-icon.returns {
    background-position: -200px 0;
}

span.grid-icon.carrier {
    background-position: -254px 0;
}

span.grid-icon.mobile {
    background-position: -304px 0;
}

span.grid-icon.callogs {
    background-position: -354px 0;
}

span.grid-icon.proof {
    background-position: -404px 0;
}


section.callcosts-section {
    position: relative;
    padding: 110px 0;
}

section.callcosts-section .content-wrap {
    background: #0D202B;
    color: #fff;
    position: relative;
    padding: 90px 0;
    border-radius: 10px;
    /* text-align: center; */
    z-index: 1;
}

section.callcosts-section .content-wrap:before {
    content: '';
    position: absolute;
    background: url(/sites/zweb/images/voice/communication/bg-gradientline.svg) no-repeat;
    background-position: -190px -561px;
    background-size: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.callcosts-inner h2 {

    width: 100%;
    max-width: 558px;
    text-align: center;
    margin: 0 auto;

}

.brand-names,
.callcosts-inner {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

.credit-box {
    background: transparent linear-gradient(213deg, #48EBA0 0%, #DDFD9F 100%) 0% 0%;
    width: 100%;
    max-width: 420px;
    color: #000;
    padding: 40px 60px;
    border-radius: 20px;
    margin: 0 auto 60px;
}

p.brand-des {
    font-family: var(--primaryfont-semibold);
    font-size: 20px;
    margin: 15px 0 50px;
}

.credit-box p {
    margin-bottom: 0;
}

h3.credit-amt {
    font-size: 46px;
    font-family: 'Zoho_Puvi_Bold';
}

.callcosts-inner ul li {
    text-align: left;
    line-height: 1.9;
    position: relative;
    padding-left: 15px;
}

.callcosts-inner ul li:before {
    content: '';
    position: absolute;
    background: #F8DE4B;
    width: 7px;
    height: 7px;
    top: 12px;
    left: 0;
    border-radius: 10px;
}

.brand-names {
    background: #092936;
    padding: 50px;
    margin-top: 50px;
    border-radius: 10px;
}

.brand-names ul li {
    list-style: disc;
    padding: 6px 6px;
    max-width: 534px;
    margin: 0 auto;
}

section.cta-section {
    padding-bottom: 120px;
    text-align: center;
}

.cta-inner h2 {
    width: 100%;
    max-width: 854px;
    margin: 0 auto 40px;
}
.inlbk{display: inline-block;}



@media only screen and (min-width: 2000px) {
    section.zwcbanner-section {
        background-position: 40% 80%;
        background-size: 120%;
    }
}

@media only screen and (min-width: 1551px) and (max-width: 1970px) {

    .flex-right img {
        position: absolute;
        top: 150px;
        max-width: 500px;
    }

    .flex-left img {
        max-width: 320px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1550px) {
    .flex-right img {
        top: 160px;
        right: -70px;
        max-width: 470px;
    }

    .flex-left img {
        max-width: 310px;
        left: 20px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .flex-left img {

        max-width: 240px;
        top: 230px;
        left: -10px;
    }

    .flex-right img {
        right: -40px;
        position: absolute;
        top: 190px;
        max-width: 420px;
    }


}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .flex-left img {
        max-width: 230px;
        top: 280px;
        left: 20px;
    }

    .flex-right img {
        right: -10px;
        top: 270px;
        max-width: 350px;
    }

    section.zwcbanner-section {
        position: relative;
        padding: 40px 0 300px;
    }

    section.callcosts-section .content-wrap:before {
        background-position: -340px -561px;
    }

}



@media only screen and (max-width: 992px) {

    .flex-left img,
    .flex-right img,
    section.callcosts-section .content-wrap:before {
        display: none;
    }

    .flex-center p:nth-child(3) {
        max-width: 342px;
        margin: 0 auto 30px;
    }

    section.zwcbanner-section {
        background: none;
        padding: 40px 0;
    }

    .flex-center h1 {
        font-size: 55px;
        margin-bottom: 10px;
        line-height: 65px;
    }

    .flex-center {
        max-width: 70%;
    }

    .callbranding-inner .flex-wrap {
        gap: 40px;
        justify-content: center;
    }

    .flex-content {
        width: 100%;
        max-width: 45%;
    }

    .zwc-wrapper h2 {
        font-size: 40px;
    }

    .callcosts-inner ul {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }

    section.callcosts-section .content-wrap {
        padding: 60px 0;
    }

}

@media only screen and (max-width: 768px) {
    .zwc-wrapper h2 {
        font-size: 34px;
    }

    .cta-inner h2 {
        width: 100%;
        max-width: 724px;
        margin: 0 auto 40px;
    }

    p.brand-des {
        font-size: 18px;
        margin: 15px 0 20px;
    }

    section.callcosts-section .content-wrap {
        padding: 60px 0 0;
    }

    section.cta-section {
        padding-bottom: 80px;
    }

    section.callcosts-section {
        position: relative;
        padding: 70px 0;
    }

    .flex-center h1 {
        font-size: 53px;
        margin-bottom: 10px;
        line-height: 59px;
        font-family: 'Zoho_Puvi_Bold';
    }

    .flex-center p:nth-child(2) {
        font-family: 'Zoho_Puvi_Bold';
        font-size: 19px;
        margin-bottom: 10px;
    }

    .callcosts-inner h2 {
        width: 100%;
        max-width: 418px;
    }

    .credit-box {
        max-width: 470px;
        padding: 40px 20px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 680px) {


    .flex-content {
        width: 100%;
        max-width: 100%;
    }

    .flex-center {
        max-width: 100%;
    }

    .flex-center h1 {
        font-size: 43px;
        line-height: 49px;
    }

    .flex-center p:nth-child(2) {
        font-size: 17px;
    }

    section.zwcbanner-section {
        padding-bottom: 0;
    }


    .callbranding-inner .title-part p {
        margin: 0 auto 40px;
    }

    .zwc-wrapper h2 {
        font-size: 27px;
    }

    .zwc-wrapper h3 {
        font-size: 20px;
    }

    .zwc-wrapper h4 {
        font-size: 18px;
    }

    h3.credit-amt {
        font-size: 27px !important;
        margin-bottom: 5px;
    }

    .brand-names {
        background: #092936;
        padding: 40px;
        margin-top: 30px;
    }
    section.callcosts-section .content-wrap {
        padding: 40px 40px;
    }
    .callbranding-inner .flex-wrap {
        gap: 20px
    }
    p.brand-des {
        font-size: 16px;
    }
}

@media only screen and (max-width: 380px) {

    .flex-center h1 {
        font-size: 36px;
        line-height: 43px;
    }
    .flex-center p:nth-child(2) {
        font-size: 16px;
    }
    .act-btn.cta-btn {
        width: 211px;
        padding: 13px 10px;

    }
    .zwc-wrapper h2 {
        font-size: 25px;
    }
    .zwc-wrapper h3 {
        font-size: 17px;
    }
    section.callcosts-section {
        padding: 40px 0;
    }
    section.callcosts-section .content-wrap {
        padding: 30px 20px;
    }
    .brand-names ul li {
        list-style: disc;
        padding: 6px 6px;
        max-width: 100%;
        margin: 0 auto;
        font-size: 16px;
    }

    .brand-names {
        padding: 30px;
    }

}