*,
p,
h1,
h2,
h3,
h4,
li,
ul {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    box-sizing: border-box;
}

.zw-template-inner *,
.zw-template-inner :after,
.zw-template-inner :before {
    box-sizing: border-box;
}

.crm-hub-ctasec {
    padding: 0px 0 70px;
}

.no-brk {
    display: inline-block;
}

.crm-hub-plansbtn,
.crm-hub-ctasec,
.zw-template-inner,
header {
    background: #f7f2da;
}

.main-container {
    padding-top: 40px;
}

.header-sec {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
}

.header-left {
    width: 55%;
    background-color: #0067ff;
}

.header-left-inner {
    background-color: #f7f2da;
    border-bottom-right-radius: 80px;
    padding-bottom: 255px;
    padding-right: 100px;
    padding-top: 80px;
}

h1 {
    font: 73px/1.1 var(--zf-primary-extrabold);
    text-transform: uppercase;
    letter-spacing: -1px;
}

.sub-cont {
    font: 18px/1.6 var(--zf-primary-regular);
    padding: 25px 0px 30px;
    max-width: 510px;
}

.header-right {
    width: 45%;
    background-color: #0067ff;
    padding-top: 30px;
    border-radius: 30px 30px 0px 0px;
}

.vid-sec {
    background-color: #012962;
    width: calc(100% + 30px);
    margin-left: -30px;
    padding: 60px 150px 60px 60px;
    border-top-left-radius: 10px;
    position: relative;
}

.vid-sec::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0px;
    background-color: #011839;
    width: 30px;
    height: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.vid-sec p {
    font: 18px/1.75 var(--zf-primary-regular);
    color: #f2f7fd;
    padding-bottom: 25px;
}

.video-sec {
    position: relative;
    max-width: 406px;
    cursor: pointer;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: 50%;
    padding: 25px 20px 20px 25px;
}

.pause-icon {
    height: 15px;
    border-width: 10px 0 10px 15px;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    border-color: #00000000 #00000000 #00000000 #fff;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    position: absolute;
}

.video-play-button:before {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    background: #ef536480;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 46px;
    height: 46px;
    background: #ef5364;
    border-radius: 50%;
    transition: all 200ms;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.menu-sections {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

.menu-items {
    width: 30%;
    padding-top: 100px;
    padding-bottom: 100px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.menu-items-wrapper {
    display: none;
}

.menu-items ul li {
    font: 22px/32px var(--zf-secondary-medium);
    color: #666666;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
}

.desc-btn.active {
    color: #000000;
}

.desc-btn.active::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 30px;
    left: 0px;
    background-color: #0067ff;
}

.content-section {
    width: 70%;
    position: relative;
    padding: 15px 15px 0px;
}

.content-section::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #0067ff;
    width: 100%;
    height: 700px;
    border-radius: 100px 0px 80px 80px;
}

.content-section::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 15px;
    background-color: #01408e;
    width: calc(100% - 15px);
    height: 700px;
    border-radius: 0px 100px 0px 0px;
    z-index: 0;
}

.content-wrapper {
    max-width: 800px;
    position: relative;
    border-top-left-radius: 80px;
    z-index: 1;
}

.content-wrapper::before {
    content: '';
    position: absolute;
    top: -303px;
    left: -118px;
    width: 450px;
    height: 330px;
}

.content-wrapper.bg_lazy_loaded::before {
    background-image: url(/sites/zweb/images/crm/images/banner-image-2x.png);
    background-size: 450px auto;
}

.sections {
    background-color: #fff;
    padding: 80px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.section1 {
    border-top-left-radius: 90px;
}

.sections:last-child {
    margin-bottom: -360px;
}

h2 {
    font: 40px/1.4 var(--zf-primary-bold);
    padding-bottom: 30px;
    letter-spacing: -1.2px;
}

.sub-txt {
    font: 18px/1.6 var(--zf-primary-regular);
    padding-bottom: 30px;
}

.sub-txt a {
    color: #0067ff;
    text-decoration: underline;
}

.sm-bld {
    font-family: var(--zf-primary-semibold);
    padding-bottom: 10px;
}

.research-box {
    background-color: #01408e;
    border-radius: 10px;
    font: 22px/1.45 var(--zf-primary-light);
    color: #fff;
    padding: 30px 35px;
    position: relative;
    margin-bottom: 40px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.p-b-0 {
    padding-bottom: 0px;
}

.m-t-50 {
    margin-top: 50px;
}

.research-box span {
    color: #ffc600;
    font-family: var(--zf-primary-semibold);
}

.research-box1::after {
    content: '';
    position: absolute;
    width: 176px;
    height: 82px;
    bottom: -1px;
    right: -1px;
}

.research-box1.bg_lazy_loaded::after {
    background-image: url(/sites/zweb/images/crm/images/crm-software-sprite.svg);
    background-position: -957px -186px;
}

.ga-fq-cont {
    transition: all .5s linear;
    background-color: #fff;
    padding: 30px 30px 30px 0px;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 2px solid #e0e0e0;
}

.gd-qus {
    font: 24px/1.3 var(--zf-primary-bold);
    cursor: pointer;
    position: relative;
}

.open-icon {
    width: 19px;
    height: 18px;
    position: absolute;
    transform: translateY(-50%);
    right: -30px;
}

.open-icon.bg_lazy_loaded {
    background-image: url(/sites/zweb/images/crm/images/crm-software-sprite.svg);
    background-position: -1174px -133px;
}

.gd-qus .open-icon {
    top: 6px;
    transform: inherit;
}

.gd-qus .open-icon.close-icon {
    top: 15px;
    transform: inherit;
}

.open-icon.close-icon,
.zhd-hdr .open-icon.close-icon {
    width: 19px;
    height: 3px;
}

.open-icon.bg_lazy_loaded.close-icon,
.zhd-hdr .open-icon.bg_lazy_loaded.close-icon {
    background-position: -1127px -141px;
}

.gd-ans {
    display: none;
    padding: 15px 0 0;
}

.gd-ans p {
    font: 18px/1.6 var(--zf-primary-regular);
}


.sprite-images.bg_lazy_loaded {
    background-image: url(/sites/zweb/images/crm/images/crm-software-sprite.svg);
    display: inline-block;
}

.icon1 {
    background-position: -25px -21px;
    width: 52px;
    height: 55px;
}

.icon2 {
    background-position: -127px -21px;
    width: 54px;
    height: 55px;
}

.icon3 {
    background-position: -233px -21px;
    width: 55px;
    height: 55px;
}

.icon4 {
    background-position: -341px -21px;
    width: 54px;
    height: 55px;
}

.icon5 {
    background-position: -449px -22px;
    width: 52px;
    height: 53px;
}

.icon6 {
    background-position: -555px -23px;
    width: 55px;
    height: 52px;
}

.icons-title {
    font: 18px/1.6 var(--zf-primary-bold);
    display: block;
}

.flex-cont-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-cont {
    width: 45%;
}

.table-cont-box ul {
    display: flex;
    border: 1px solid #c6dff7;
    border-radius: 10px;
    flex-wrap: wrap;
}

.two-clm {
    width: 50%;
    font: 18px/1.6 var(--zf-primary-regular);
    padding: 30px;
}

.two-clm.title-clm {
    font: 18px/1.6 var(--zf-primary-bold);
    padding: 12px 0px;
    text-align: center;
    text-transform: uppercase;
    position: sticky;
    top: 55px;
    background: #fff;
    border-bottom: 1px solid #c6dff7;
}

.two-clm.title-clm1 {
    border-top-left-radius: 10px;
}

.two-clm.title-clm2 {
    border-top-right-radius: 10px;
}

.one-clm {
    width: 100%;
    background-color: #abd7fd;
    text-transform: uppercase;
    font: 18px/1.6 var(--zf-primary-bold);
    padding: 12px 0px;
    text-align: center;
}

.one-clm span {
    text-transform: lowercase;
}

.right-border {
    border-right: 1px solid #c6dff7;
}

.icon7 {
    background-position: -234px -116px;
    width: 53px;
    height: 54px;
}

.icon8 {
    background-position: -343px -119px;
    width: 50px;
    height: 48px;
}

.icon9 {
    background-position: -445px -118px;
    width: 61px;
    height: 50px;
}

.icon10 {
    background-position: -556px -117px;
    width: 53px;
    height: 53px;
}

.icon11 {
    background-position: -24px -218px;
    width: 53px;
    height: 53px;
}

.icon12 {
    background-position: -128px -218px;
    width: 52px;
    height: 53px;
}

.plans-cta {
    background-color: #0067ff;
    border-radius: 10px;
    display: flex;
    padding: 40px 40px 40px 200px;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0px;
    position: relative;
    height: 112px;
}

.plans-cta::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 170px;
    height: 112px;
    z-index: 1;
}

.plans-cta.bg_lazy_loaded::before {
    background-image: url(/sites/zweb/images/crm/images/pricing-banner-image-2x.png);
    background-size: 170px auto;
}

.plans-cta p {
    font: 22px/1.45 var(--zf-primary-bold);
    color: #fff;
}

.plans-cta-btn {
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
}

.cta-btn {
    display: inline-block;
    font-family: var(--zf-primary-semibold), sans-serif;
    padding: 8px 30px;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    background: #f0483e;
    color: #fff;
    opacity: 1 !important;
    visibility: visible !important;
    border-radius: 5px;
}

.icon13 {
    background-position: -234px -214px;
    width: 53px;
    height: 61px;
}

.icon14 {
    background-position: -339px -219px;
    width: 58px;
    height: 51px;
}

.icon15 {
    background-position: -448px -217px;
    width: 55px;
    height: 55px;
}

.icon16 {
    background-position: -556px -215px;
    width: 53px;
    height: 58px;
}


.testimonial-sec {
    background-color: #01408e;
    border-radius: 120px 0px 120px 120px;
    padding: 480px 30px 0px;
    max-width: 1440px;
    margin: 0 auto;
}

.testimonial-sec h2 {
    text-align: center;
    color: #ffffff;
}

.bgn-testimo {
    max-width: 900px;
    padding: 60px 60px 95px 80px;
    box-sizing: border-box;
    width: 100%;
    background: #000000;
    margin: 0 auto;
    border-radius: 40px 40px 0px 0px;
    position: relative;
    text-align: center;
}

.texti-web {
    margin-top: unset;
    position: relative;
}

.content-anim-con {
    height: 350px;
}

.testi-punch {
    width: 59px;
    height: 83px;
    position: absolute;
    top: 40px;
    right: 64px;
    z-index: 1;
    background-position: -1273px -101px;
}

.anim-cont-con {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    opacity: 0;
    text-align: left;
}

.bgn-testi-cnt-txt {
    font: 26px/1.6 var(--zf-primary-light);
    margin: 20px auto 0;
    color: #ffc600;
    max-width: 650px;
    width: 100%;
}

.newcmplgo1 {
    background-position: -359px -332px;
    width: 133px;
    height: 34px;
}

.newcmplgo2 {
    background-position: -512px -335px;
    width: 143px;
    height: 27px;
}

.newcmplgo3 {
    background-position: -687px -323px;
    width: 53px;
    height: 65px;
}

.spkr-con-anim {
    position: relative;
    height: 91px;
}

.speaker-inner-details {
    text-align: left;
    color: #333;
    display: flex;
    align-items: center;
    margin-right: 40px;
    margin-top: 35px;
}

.spkr-details {
    position: absolute;
    z-index: 0;
    opacity: 0;
}

.profile-image {
    margin-right: 20px;
}

.newspkr {
    width: 91px;
    height: 91px;
    display: block;
}

.newsprkr1 {
    background-position: -21px -304px;
}

.newsprkr2 {
    background-position: -128px -304px;
}

.newsprkr3 {
    background-position: -243px -304px;
}

.testimonial-pername {
    font: 18px var(--zf-primary-bold);
    text-transform: uppercase;
    display: block;
    color: #fff;
}

.testimonial-desg {
    font: 18px var(--zf-primary-light);
    color: #d1cfcf;
}

.sldr-nav {
    display: inline-block;
    position: absolute;
    right: 65px;
    bottom: 75px;
    z-index: 2;
}

.sldr-arrow {
    cursor: pointer;
    background-position: -1232px -30px;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all ease .32s;
}

.sldr-left-arrow {
    opacity: .3;
    background-position: -1178px -30px;
    margin-right: 10px;
}

.sldr-anim {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    animation-duration: .8s;
    z-index: 3;
    opacity: 1;
}

.sldr-anim-go {
    -webkit-animation-name: bounceInGo;
    animation-name: bounceInGo;
    animation-duration: .8s;
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes bounceInGo {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }

    to {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
        opacity: 0;
    }
}

.sldr-anim-down {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
    animation-duration: .8s;
    z-index: 3;
    opacity: 1;
}

.sldr-anim-down-go {
    -webkit-animation-name: bounceInDownGo;
    animation-name: bounceInDownGo;
    animation-duration: .8s;
}

@keyframes bounceInDownGo {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        opacity: 1;
    }
}



.brands-sec {
    padding: 0px 30px 90px;
}

.brands-sec-inner {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px;
    border-radius: 0px 0px 40px 40px;
}

.brands-sec-inner h2 {
    text-align: center;
}

.brand-flex {
    display: flex;
    flex-wrap: wrap;
}

.brands {
    width: 25%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.brand1 span {
    background-position: -678px -33px;
    width: 90px;
    height: 31px;
}

.brand2 span {
    background-position: -827px -24px;
    width: 103px;
    height: 51px;
}

.brand3 span {
    background-position: -1000px -23px;
    width: 76px;
    height: 51px;
}

.brand4 span {
    background-position: -663px -136px;
    width: 120px;
    height: 15px;
}

.brand5 span {
    background-position: -819px -119px;
    width: 122px;
    height: 44px;
}

.brand6 span {
    background-position: -992px -132px;
    width: 95px;
    height: 21px;
}

.brand7 span {
    background-position: -677px -225px;
    width: 93px;
    height: 37px;
}

.brand8 span {
    background-position: -819px -224px;
    width: 122px;
    height: 38px;
}

.fst-line::before,
.mid-line::before,
.lst-line::before {
    content: '';
    width: 80%;
    height: 1px;
    position: absolute;
    background-color: #dedcdc;
    bottom: 0px;
}

.fst-line::before {
    left: 0px;
    width: 90%;
}

.mid-line::before {
    left: 10%;
}

.lst-line::before {
    right: 0px;
    width: 90%;
}

.rgt-line::after {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    background-color: #dedcdc;
    right: 0px;
    top: 10%;
}

@media only screen and (min-width:1500px) {
    .vid-sec {
        width: calc(100% + 60px);
        margin-left: -30px;
        padding: 60px 150px 60px 60px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        position: relative;
    }

    .vid-sec::before {
        content: '';
        position: absolute;
        bottom: -6px;
        right: 0px;
        background-color: #011839;
        width: 30px;
        height: 10px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

@media only screen and (max-width:1500px) {
    .header-left-inner {
        padding-left: 40px;
    }

    .menu-sections {
        padding-left: 40px;
    }
}

@media only screen and (max-width:1090px) {
    .header-sec {
        display: block;
    }

    .header-left {
        width: 100%;
        background-color: unset;
        text-align: center;
        padding: 0px 30px;
        max-width: 900px;
        margin: 0 auto;
    }

    h1 {
        font-size: 48px;
    }

    h1 br {
        display: none;
    }

    .header-left-inner {
        padding: 0px;
    }

    .sub-cont {
        font-size: 16px;
        padding: 45px 0px;
        max-width: unset;
    }

    .content-wrapper::before {
        display: none;
    }

    .header-right {
        width: 100%;
        background-color: #0067ff;
        padding: 80px;
        border-radius: 60px 60px 0px 0px;
        margin-top: 300px;
        position: relative;
    }

    .header-right::before {
        content: '';
        background-image: url(/sites/zweb/images/crm/images/banner-image-2x.png);
        background-size: 450px auto;
        position: absolute;
        top: -226px;
        left: 50%;
        transform: translateX(-50%);
        width: 450px;
        height: 330px;
        z-index: 1;
    }

    .vid-sec {
        width: 100%;
        margin-left: 0px;
        padding: 55px;
        border-radius: 20px;
        background-color: #002763;
    }

    .video-sec {
        margin: 0 auto;
    }

    .vid-sec p {
        text-align: center;
    }

    .vid-sec::after {
        display: none;
    }

    .vid-img {
        display: block;
        margin: 0 auto;
    }

    .menu-sections {
        display: block;
        padding-left: 0px;
    }

    .menu-items {
        background: #0067ff;
        width: 100%;
        padding: 15px 80px;
    }

    .menu-items-wrapper {
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        background: #fff;
        padding: 0px 30px;
        z-index: 10;
        border-bottom: 1px solid #ccc;
        visibility: hidden;
    }

    .menu-nav-con {
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
    }

    .menu-nav-con::-webkit-scrollbar {
        display: none;
    }

    .menu-nav-inner {
        position: relative;
        display: inline-block;
        padding: 0;
    }

    .tab-btn.active {
        font-family: var(--zf-primary-semibold);
        color: #262626;
    }

    .menu-align {
        max-width: 100%;
        margin: 0 auto;
    }

    .mob-nav-arrow {
        position: absolute;
        width: 0;
        height: 0;
        right: 10px;
        top: 18px;
        display: inline-block;
        cursor: pointer;
    }

    .mob-nav-arrow.right {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 9px solid #000;
    }

    .mob-nav-arrow.left {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 9px solid #000;
        left: 10px;
    }

    .desk-tab {
        display: none;
    }

    .desc-btn.active::before {
        display: none;
    }

    .menu-items-wrapper ul {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .tab-btn {
        font: 14px/1 var(--zf-primary-regular);
        padding: 16px 5px;
        float: left;
        color: #8c8c8c;
        cursor: pointer;
        list-style-type: none;
        position: relative;
    }

    .tab-btn.active:before {
        width: 100%;
        height: 2px;
        background: #0067ff;
        content: '';
        left: 0;
        bottom: -1px;
        position: absolute;
    }

    .content-section {
        width: 100%;
        position: relative;
        padding: 30px 80px;
    }

    .content-section::before {
        height: 500px;
        border-radius: 0px 0px 60px 60px;
    }

    .content-wrapper {
        max-width: unset;
        border-top-left-radius: unset;
    }

    h2 {
        font-size: 36px;
    }

    .sub-txt {
        font-size: 16px;
    }

    .sections {
        padding: 60px;
    }

    .section1 {
        border-top-left-radius: 20px;
    }

    .research-box {
        font: 20px/1.45 var(--zf-primary-light);
    }

    .research-box1 {
        padding-bottom: 40px;
    }

    .content-section::after {
        display: none;
    }

    .two-clm.title-clm {
        top: 47px;
    }

    .testimonial-sec {
        border-radius: 60px;
        padding: 400px 30px 0px;
    }

    .anim-cont-con {
        text-align: center;
    }

    .bgn-testimo {
        padding: 60px 100px;
    }

    .bgn-testi-cnt-txt {
        font: 24px/1.6 var(--zf-primary-light);
        max-width: unset;
    }

    .content-anim-con {
        height: 250px;
    }

    .spkr-details {
        position: static;
        opacity: 1;
        text-align: center;
        margin-top: 10px;
    }

    .speaker-inner-details {
        padding-left: 0;
        padding-top: 20px;
        display: block;
        margin-right: 0;
    }

    .profile-image {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .newspkr {
        margin: 0 auto;
    }

    .sldr-nav {
        position: static;
        margin-top: 30px;
    }
}

@media only screen and (max-width:991px) {
    .crm-hub-ctasec {
        padding: 0px 30px 70px;
    }

    .header-right {
        padding: 60px;
    }

    .menu-items-wrapper {
        padding: 0px 10px;
    }

    .tab-btn {
        font: 12px/1 var(--zf-primary-regular);
    }

    .content-section {
        padding: 30px 60px;
    }

    .testimonial-sec {
        border-radius: 30px;
    }

    .plans-cta {
        padding: 40px 30px 40px 190px;
    }

    .plans-cta p {
        font: 18px/1.45 var(--zf-primary-bold);
    }

    .two-clm.title-clm {
        top: 45px;
    }
}

@media only screen and (max-width:767px) {
    .brands-sec {
        padding: 0 30px 70px;
    }

    h1 {
        font-size: 40px;
        letter-spacing: 0px;
    }

    .sub-cont {
        padding: 15px 0px;
    }

    .header-right {
        border-radius: 40px 40px 0px 0px;
        padding: 60px 30px;
        margin-top: 160px;
    }

    .header-right::before {
        top: -189px;
        left: 50%;
        transform: translateX(-50%) scale(0.6);
    }

    .vid-sec {
        padding: 30px 20px;
    }

    .vid-sec p {
        font: 16px/1.5 var(--zf-primary-regular);
    }

    .menu-items-wrapper {
        padding: 0 30px;
    }

    .tab-btn {
        font: 14px/1 var(--zf-primary-regular);
        padding: 16px 7px;
    }

    .menu-items-wrapper ul {
        width: max-content;
        justify-content: unset;
        display: block;
    }

    .content-section {
        padding: 0px 30px 30px;
    }

    .sections {
        padding: 40px 20px;
    }

    .section3 .sub-txt {
        padding-bottom: 0px;
    }

    .content-section::before {
        border-radius: 0px 0px 40px 40px;
    }

    h2 {
        font-size: 28px;
        letter-spacing: -0.2px;
        line-height: 1.2;
        padding-bottom: 20px;
    }

    .research-box {
        font-size: 18px;
        padding: 30px 20px;
    }

    .research-box1 {
        padding-bottom: 70px;
    }

    .ga-fq-cont {
        padding: 20px 30px 20px 0px;
    }

    .gd-qus {
        font: 18px/1.3 var(--zf-primary-bold);
    }

    .flex-cont-box {
        display: block;
    }

    .flex-cont {
        width: 100%;
    }

    .m-p-b {
        padding-bottom: 30px;
    }

    .two-clm.title-clm {
        font: 14px/1.6 var(--zf-primary-bold);
        top: 47px;
    }

    .one-clm {
        font: 14px/1.6 var(--zf-primary-bold);
    }

    .two-clm {
        font: 14px/1.6 var(--zf-primary-regular);
        padding: 15px 10px;
    }

    .plans-cta {
        display: block;
        padding: 50px 30px 170px;
        text-align: center;
        height: auto;
        color: #fff;
    }

    .plans-cta::before {
        content: '';
        position: absolute;
        top: unset;
        bottom: -3px;
        left: 50%;
        width: 224px;
        height: 133px;
        z-index: 1;
        transform: translateX(-50%);
    }

    .plans-cta.bg_lazy_loaded::before {
        background-image: url(/sites/zweb/images/crm/images/mobile-pricing-banner-image-2x.png);
        background-size: 224px auto;
    }

    .testi-punch {
        display: none;
    }

    .bgn-testimo {
        border-radius: 20px 20px 0px 0px;
        padding: 40px 20px;
    }

    .bgn-testi-cnt-txt {
        font: 22px/1.4 var(--zf-primary-light);
    }

    .testimonial-pername {
        font: 16px var(--zf-primary-bold);
    }

    .testimonial-desg {
        font: 14px var(--zf-primary-light);
    }

    .brands-sec-inner {
        padding: 40px 0px;
        border-radius: 0px 0px 20px 20px;
    }

    .brands {
        width: 50%;
    }

    .brand2::after,
    .brand6::after {
        display: none;
    }

    .fst-line::before,
    .mid-line::before,
    .lst-line::before {
        width: 50%;
    }

    .fst-line::before {
        right: 10%;
        left: unset;
    }

    .brand3::before {
        right: 10%;
        left: unset;
    }

    .lst-line::before {
        left: 10%;
        right: unset;
    }

    .brand5::before,
    .brand6::before {
        content: '';
        width: 50%;
        height: 1px;
        position: absolute;
        background-color: #dedcdc;
        bottom: 0px;
    }

    .brand5::before {
        right: 10%;
    }

    .brand6::before {
        left: 10%;
    }
}

/*
.other-lang section.testimonial-sec {
    display: none;
}
*/

.i18n-ar .vid-sec {
    margin-right: -30px;
    margin-left: auto;
    padding: 60px 60px 60px 150px;
}

.i18n-ar .content-wrapper::before {
    right: -118px;
    left: auto;
    transform: scaleX(-1)
}

.i18n-ar .content-wrapper {
    border-top-left-radius: 0px;
    border-top-right-radius: 80px;
}

.i18n-ar .content-section::before {
    border-radius: 0 80px 0 0;
    left: auto;
    right: 0;
}

.i18n-ar .section1 {
    border-top-right-radius: 90px;
    border-top-left-radius: 20px;
}

.i18n-ar .desc-btn.active::before {
    right: 0;
    left: auto;
}

.i18n-ar .menu-items ul li {
    padding-right: 15px;
    padding-left: 0;
}
.i18n-ar .header-left-inner{border-bottom-left-radius:80px;border-bottom-right-radius: unset;}
.i18n-ar .research-box{padding: 30px 35px 70px;}
.i18n-ar .testimonial-sec{border-radius: 0 120px 120px 120px;}
.i18n-ar .content-section::before{border-radius: 0 100px 80px 80px;}

.i18n-ar .content-section::after {
    right: 15px;
    left: auto;
    border-radius: 100px 0 0 0;
}

.i18n-ar .brands-sec-inner {
    border-radius: 40px;
}

.i18n-ar .gd-qus .open-icon {
    right: auto;
    left: 0;
}

.i18n-ar .one-clm {
    text-align: center;
}

.i18n-ar .right-border {
    border-left: 1px solid #c6dff7;
    border-right: none;
}

.i18n-ar .rgt-line::after {
    left: 0;
    right: auto;
}

.i18n-ar .ga-fq-cont {
    padding: 30px 0 30px 30px;
}

.other-lang .bgn-testimo.im-anim {
    display: none;
}
.other-lang section.testimonial-sec h2 {
    display: none;
}