:root {
    --section-p-t: 6em;
    --section-p-b: 6em;
    --section-m-t: 6em;
    --inner-sec-t: 3em;
    --section-m-b: 6em;
    --sprite: url(/sites/zweb/images/survey/solution/product-research-sprite.svg);

}
img {
    width: 100%;
    display: block;
}
p:last-child {
    margin-bottom: 0px;
}
.zwc-survey-main h1{
    font-size: clamp(2em, 5vw, 4.5em);
    line-height: 1.1;
    letter-spacing: -1.4px;
    font-family: var(--zf-primary-semibold);
    margin-bottom: 20px;
}
.zwc-survey-main h2 {
    font-size: clamp(1.8em, 4vw, 3.3em);
    line-height: 1.15;
    letter-spacing: -1.4px;
    font-family: var(--zf-primary-medium);
}
.zwc-survey-main h3 {
    font-size: clamp(1.3em, 2vw, 1.9em);
    letter-spacing: -0.42px;
    font-family: var(--zf-primary-semibold);
}
.zwc-survey-main p b {
    font-family: var(--zf-primary-bold);
}
.zwc-survey-main h4 {
    font-size: clamp(1.4em, 2vw, 1.7em);
    line-height: 1.3;
}
span {
    display: inline-block;
}
.act-btn {
    padding: 13px 30px;
    border-radius: 3px;
    margin: 10px 0px 0px;
}
.zwc-flex {
    display: flex;
}
.zwc-2col-wrap {
    justify-content: center;
    gap: 50px;
    padding-top: var(--inner-sec-t);
    align-items: flex-start;
}
.zwc-2col-wrap.p-t0 {
    padding-top: 0px;
}
.zwc-icon {
    width: 37px;
    height: 61px;
    display: inline-block;
    background: var(--sprite) no-repeat 0 0 / 350px;
    margin-bottom: 10px;
}
.zwc-2col-wrap.zwc-oc .zwc-2col-lft {
    order: 2;
}
.zwc-2col-lft {
    max-width: 50%;
    width: 100%;
    position: relative;
}
.zwc-2col-rht {
    max-width: 45%;
    width: 100%;
    position: relative;
}
.zwc-min-wrap {
    max-width: 850px;
    margin: 0px auto;
    width: 100%;
}
.zwc-main-sec {
    padding-top: var(--section-p-t);
    padding-bottom: var(--section-p-b);
}
.zwc-cta-sec {
    text-align: center;
    background: rgb(9, 19, 36);
    color: rgb(255, 255, 255);
    padding: 4em 0px;
}
.zwc-cta-sec .act-btn{
    margin-top: 15px;
}
.zwc-cta-sec .content-wrap {
    max-width: 900px;
}
.zwc-feature-inr {
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.zwc-feature-inr article {
    width: 100%;
    position: relative;
    max-width: 46%;
    padding: 42px;
}
.zwc-feature-ctn {
    padding: 30px;
}

.faq-section {
    background: rgb(242, 242, 242);
}
.faq-section .zwc-min-wrap {
    margin-top: var(--inner-sec-t);
}
.zwc-faq-sec .zwc-page-title {
    margin-bottom: 40px;
}
.zwc-faq-sec .zwc-page-title h2 {
    font-size: 36px;
}
.faq-section h2 {
    margin-bottom: var(--section-m-t-60);
    text-align: center;
}
.accordion {
    margin: var(--inner-sec-t) auto 0 auto;
    max-width: 880px;
}
.faq-content {
    transition: 0.5s;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    padding:30px 35px 10px;
    margin-bottom: 15px;
}
.faq-content.active {
    box-shadow: rgba(118, 118, 118, 0.14) 0px 4px 12px;
}
.faq-content h3 {
    position: relative;
    font-size: 26px;
    cursor: pointer;
    transition: 0.5s;
    padding: 0px 0 20px 50px;
    font-family: var(--zf-secondary-medium);
    margin-bottom: 0px;
    line-height: 1.5;
}
.faq-content:last-child {
    margin-bottom: 0px;
}
.accord-content {
    display: none;
    padding: 0px 0px 25px 48px;
    max-width: 750px;
}
.accord-content span {
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
}
.faq-content span.faq-arrow {
    position: absolute;
    left: 15px;
    top: 7px;
    width: 25px;
    height: 25px;
    transition: 0.5s;
    transform: translate(-50%, 4%) rotate(-90deg);
    border: 1.5px solid rgb(0, 0, 0);
    border-radius: 50%;
}
.faq-content .faq-arrow::after, .faq-content .faq-arrow::before {
    content: "";
    position: absolute;
    display: block;
    right: -9px;
    width: 12px;
    height: 2px;
    background: rgb(0, 0, 0);
    border-radius: 2px;
    transition: 0.5s;
}
.faq-content .faq-arrow::before {
    top: 10px;
    right: 5px;
}
.faq-content .faq-arrow::after {
    right: inherit;
    left: 5px;
    transform: rotate(90deg);
    top: 10px;
}
.faq-content.active span.faq-arrow::before {
    transform: rotate(-90deg);
}
.accord-content a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}
.accord-content ul.number li, ul.list li {
    margin-bottom: 15px;
}
.accord-content ul li {
    padding: 10px 10px 10px 30px;
    position: relative;
}
.accord-content ul li::before {
    content: "";
    inset: 22px 0px 0px 4px;
    width: 10px;
    height: 10px;
    background: rgb(0, 0, 0);
    border-radius: 50%;
    position: absolute;
}
.accord-content ul li::after {
    content: "";
    inset: 18px 0px 0px;
    width: 18px;
    height: 18px;
    border: 1px dashed rgb(128, 128, 128);
    border-radius: 50%;
    position: absolute;
}
/* Banner */
.zwc-banner {
    padding: 5em 0 3em 0;
    position:relative;
    overflow: hidden;
}
.zwc-banner .content-wrap::before{
    content: '';
    position: absolute;
    left: -4%;
    bottom: -39%;
    width: 360px;
    height: 360px;
    border: 1px solid #ffcae3;
    border-radius: 50%;
}
.zwc-banner .zwc-2col-lft{
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
}
.zwc-banner .zwc-2col-lft p {
    max-width: 63%;
    margin: 0 auto 20px auto;
}
.zwc-banner .content-wrap{
    padding-bottom: 10em;
}
.zwc-banner-lft img, .zwc-banner-rht img{
    position:absolute;
}
img.zwc-banner-human{
    max-width: 25%;
    bottom: 0;
    left: 0;
}
img.zwc-banner-emoji{
    opacity: 0;
    max-width: 13%;
    bottom: 51%;
    left: 3%;
    transition: all 0.5s ease-in-out;
    animation: 7s ease-out .9s infinite forwards floating;
    transform: translateY(15px);
}
.middle-animated img.zwc-banner-emoji{
    opacity: 1;
    transition-delay: 0.6s;
}
@keyframes floating {
    0%, 100% {
        transform: translateY(15px);
    }
    50% {
        transform: translateY(0);
    }
}
@keyframes floating-reverse {
    0%, 100% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0);
    }
}
img.zwc-banner-ele1{
      max-width: 3.3%;
      left: 27%;
      bottom: 4%;
}
img.zwc-banner-rate{
    max-width: 17%;
    right:0;
    bottom: 18%;
    z-index: 1;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s ease-in-out;
    animation: 7s ease-out .9s infinite forwards floating-reverse;
}
.middle-animated .zwc-banner-rate {
    opacity: 1;
    transition-delay: 1s;
}
img.zwc-banner-ele2{
    max-width: 3.3%;
    right: 23%;
    bottom: 23%;
}
.zwc-banner-shape{
    max-width: 47%;
    position: absolute;
    bottom: -15%;
    right: -19%;
    width: 100%;
}
.zwc-banner-shape svg{
    width: 100%;
}
.zwc-banner-box{
    background: #122932;
    border-radius: 55px;
    max-width: 95%;
    margin: 0 auto 0 auto;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
 .zwc-box-bg{
 max-width: 100%;
 object-fit: cover;
 height: 100%;
 }
.zwc-banner-box .zwc-2col-rht::after {
    content:'';
    position:absolute;
    inset: 0 0 0 0%;
    background:transparent linear-gradient(89deg, #132932 0%, #132932 67%, #13293200 100%) 0% 0% no-repeat padding-box;
    width: 25%;
}
.zwc-banner-box .content-wrap{
    position: static;
}
.zwc-banner-box .zwc-2col-lft{
    position:relative;
    z-index:1;
    max-width: 50%;
}
.zwc-banner-box .zwc-2col-rht{
    position: absolute;
    right: 0;
    max-width: 44%;
    bottom: 0;
    top: 0;
}
.zwc-banner-box .zwc-flex{
    align-items: center;
    gap: 40px;
    height: 590px;
}
.zwc-banner-box .zwc-2col-lft p{
    max-width: 566px;
}
.zwc-survey-scrn{
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateY(-50%);
}
.zwc-survey-scrn img:nth-child(1){
    max-width: 47%;
}
.zwc-survey-scrn img:nth-child(2){
    max-width: 47%;
    margin-left: -7%;
}
.zwc-our-brand{
    position:relative
}
.zwc-our-brand::before{
    content:'';
    position:absolute;
    inset: -120% 0 0 0;
    background:#F3F3F4;
}
.zwc-our-brand .zwc-flex{
    gap: 40px;
    justify-content: space-between;
}
.zwc-our-brand li{
    max-width: 200px;
    display: flex;
    align-items: center;
}
.zwc-our-brand li.hotstar{
    max-width: 180px;
    position:relative;
    top: -12px;
}
.zwc-our-brand li.goorej{
    max-width: 120px;
}
.zwc-our-brand li.samsung{
    max-width: 155px;
    position: relative;
    top: -7px;
}
.zwc-our-brand li.bigbasket{
    max-width: 155px;
}
.zwc-our-brand li.asian{
    max-width: 195px;
}
.zwc-our-brand li.sodex{
    max-width: 140px;
    position: relative;
    top: -17px;
}
.zwc-title-sec {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
}
.zwc-title-sec h2{
    margin-bottom: 0;
}
.zwc-tab .zwc-title-sec{
    max-width:50%
}
.zwc-sml-head{
    background: transparent linear-gradient(90deg, #FE4A08 0%, #FF8F00 100%) 0% 0% no-repeat padding-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 21px;
    margin-bottom: 7px;
    letter-spacing: -0.5px;
    font-family: var(--zf-primary-medium);
}
.zwc-find-step ul{
    margin-top: 2rem;
}
.zwc-steps .zwc-flex{
    justify-content: space-between;
}
.zwc-find-step span{
    font-family: var(--zf-primary-medium);
    font-size: 21px;
    padding: 11px 30px;
    border-radius: 20px;
    background: #FFF6B4;
}
.zwc-find-step li{
    position: relative;
    padding-left: 55px;
    padding-bottom: 40px;
}
.zwc-find-step li::before{
    content:'';
    position:absolute;
    width:15px;
    height:15px;
    background: #F87530;
    border-radius:50%;
    left:0;
    top: 13px;
}
.zwc-find-step li::after{
    content:'';
    position:absolute;
    width: 1.5px;
    background: #F87530;
    left:6.5px;
    top: 15px;
    bottom: -15px;
}
.zwc-find-step li:last-child::after{
    bottom: 0;
}
.zwc-steps .zwc-title-sec{
    text-align: left;
    margin: 0;
}
.zwc-find-step{
    max-width: 53%;
}
.zwc-steps .zwc-2col-rht{
    max-width: 40%;
    position: sticky;
    top: 100px;
}
.zwc-find-step h4{
    font-family: var(--zf-primary-medium);
}
.zwc-usage-main{
    background: #122932;
}
.zwc-usage-main .zwc-title-sec{
    max-width:55%
}
.zwc-usage-main h2{
    color: #fff;
}
.zwc-usage .zwc-flex{
    flex-wrap:wrap;
    justify-content: center;
    gap: 15px;
}
.zwc-usage-main  .zwc-sml-head{
  background: transparent linear-gradient(90deg, #FFE838 0%, #74EFD7 100%) 0% 0% no-repeat padding-box;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zwc-usage{
    max-width: 950px;
    width:100%
}
.zwc-usage:nth-child(2){
    padding: 0;
}
.zwc-usage:nth-child(2) img{
    height: 100%;
    object-fit: cover;
}
.zwc-usage:nth-child(3){
    background: #DDFFA7;
}
.zwc-usage-main .zwc-2col-wrap{
    gap:0;
}
.zwc-usage h5{
    font-size: 27px;
    font-family: var(--zf-primary-medium);
    letter-spacing: -0.42px;
    margin-bottom: 6px;
}
.zwc-usage li{
    position:relative;
    padding: 35px 40px;
    background: #CFF0A0;
    border-radius: 16px;
    width: 100%;
    max-width: calc(50% - 10px);
}
.zwc-usage li:last-child{
    max-width:100%;
}
.zwc-usage li span{
    position:absolute;
    left:0;
    top: 4px;
}
.zwc-usage li a{
    position:relative;
    color:#000;
    font-size:16px;
    font-family:var(--zf-primary-semibold);
    text-transform:uppercase;
    text-decoration:underline;
    padding-left:55px;
    padding-right: 24px;
}
.zwc-usage li a:hover::before{
    right: -7px
}
.zwc-usage li a::before{
    content:'';
    position:absolute;
    display:block;
    right:0;
    top: 3px;
    width: 15px;
    height: 13px;
    transition: all 0.3s ease-in-out;
    background: url(/sites/zweb/images/survey/solution/left-arrow.svg) no-repeat 0 0 / 14px;
}
.zwc-usage li h5{
    position: relative;
    padding-left: 55px;
}
.zwc-usage li h5::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 37px;
    height: 61px;
    display: inline-block;
    background: var(--sprite) no-repeat 0 0 / 350px;
    margin-bottom: 10px;
}
.zwc-usage li p{
    padding-left: 55px;
}
.zwc-usage li.zwc-ab-test h5::before{
    background-position: 0 0;
}
.zwc-usage li.zwc-concept h5::before{
    background-position: -40px 0;
}
.zwc-usage li.zwc-usability h5::before{
    background-position: -80px 0;
}
.zwc-usage li.zwc-usgae-frequency h5::before{ 
    background-position: -236px 0;
}
.zwc-usage li.zwc-intention h5::before{
    background-position: -159px 0;
}
.zwc-usage li.zwc-pay h5::before{
    background-position: -199px 0;
}
.zwc-usage li.zwc-evaluation h5::before{
    background-position: -160px 0;
}
.zwc-usage li.zwc-testing h5::before{
    background-position: -275px 0;
}
.zwc-usage li.zwc-saisfaction h5::before{
    background-position: -315px 0;
}
/* Tab section */
.zwc-tab-sec {
    background: var(--primary-color);
    color: rgb(255, 255, 255);
    border-radius: 15px;
    padding: 80px;
}
.zwc-tab-wrap .zwc-2col-lft{
    max-width: 45%;
}
.zwc-tab-wrap .zwc-2col-rht{
    max-width: 45%;
}
.zwc-tab-sec .zwc-page-title p {
    max-width: 600px;
    margin: 15px auto 0px;
}
.zwc-tab-sec .zwc-page-title h2 {
    font-size: 30px;
}
.zwc-left-tab-flex {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-top: var(--section-inr-top);
    align-items: flex-start;
}
.zwc-left-tab-nav {
    width: 90%;
}
.zwc-left-tab-nav li {
    position: relative;
    cursor: pointer;
    padding: 20px 0px;
    border-bottom: 1px solid rgb(228, 228, 228);
}
.zwc-left-tab-nav li button {
    background: transparent;
    width: 100%;
    text-align: left;
    font-family: var(--zf-primary-medium);
    font-size: 26px;
    cursor: pointer;
    position: relative;
    border: 0px;
    padding: 0px 40px 0px 0;
    letter-spacing: -0.3px;
}
.zwc-left-tab-nav li button.zwc-variety::after {
    background-position: -1465px -143px;
}
.zwc-left-tab-nav li button.zwc-reduce::after {
    background-position: -1495px -143px;
    width: 18px;
}
.zwc-left-tab-nav li button.zwc-iteration::after {
    background-position: -1527px -142px;
}
.zwc-acc-ctn p {
    max-width: 90%;
    padding-top: 20px;
}
.zwc-acc-ctn {
    display: none;
}
.zwc-left-tab-nav li button span::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid rgb(0, 0, 0);
    border-left: 2px solid rgb(0, 0, 0);
    display: block;
    left: 41%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-125deg);
}
.zwc-left-tab-nav li button span {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
}
.zwc-left-tab-nav li.active button span, .zwc-left-tab-nav li.active button span::before {
    border-color: rgb(0, 0, 0);
}
.zwc-left-tab-nav li:first-child .zwc-acc-ctn {
    display: block;
}
li.active button span {
    transform: rotate(80deg);
}
.zwc-left-tab-ctn {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.zwc-left-tab-ctn::before {
    position: absolute;
    inset: 0px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgb(0, 0, 0);
    margin: 0px 0px 0px auto;
    opacity: 0;
}
.zwc-left-hide {
    opacity: 0;
    height: 0px;
    transform: translateY(10px);
    position: absolute;
}
.zwc-left-active {
    opacity: 1;
    transform: translateY(0px);
    position: relative;
    height: 100%;
    transition: 0.6s ease-in-out;
}
.zwc-left-tab-image {
    transform: translateX(20px);
    opacity: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}
@media screen and (min-width: 1800px) {
    .zwc-banner-box{
        max-width: 1600px;
    }
    .zwc-banner-shape{
        display: none;
    }
}
@media only screen and (max-width: 1400px) {
    .zwc-usage h5 {
        font-size: 24px;
    }
    .zwc-banner .content-wrap::before{
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .zwc-survey-main h2 {
        letter-spacing: -0.5px;
    }
    .zwc-banner .zwc-2col-lft p{
        max-width: 480px;
    }
    .zwc-banner-box{
        max-width: 100%;
        border-radius: 0;
    }
    .zwc-our-brand .zwc-flex{
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
    .zwc-usage:nth-child(2){
        display: none;
    }
    .zwc-usage-main .zwc-2col-wrap{
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 1024px) {
    :root {
        --section-p-t: 4em;
        --section-p-b: 4em;
        --section-m-t: 4em;
        --inner-sec-t: 2em;
        --section-m-b: 4em;
    }
    .zwc-survey-main h1 {
        letter-spacing: -1px;
    }
    .zwc-2col-wrap{
        gap:40px
    }
    .zwc-banner .zwc-2col-lft {
        max-width: 740px;
    }
    img.zwc-banner-rate, .zwc-banner-shape, img.zwc-banner-ele1, img.zwc-banner-ele2{
        display: none;
    }
    .zwc-banner .content-wrap{
        padding-bottom: 4rem;
    }
    .zwc-banner-lft{
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
    }
    .zwc-banner{
        padding-bottom: 0;
        padding-top: 3em;
    }
    img.zwc-banner-human{
        max-width: 400px;
        position: static;
        margin: 0 auto;
        order: 2;
    }
    img.zwc-banner-emoji{
        max-width: 180px;
        margin: 0 auto;
        position: static;
        order: 1;
    }
    .zwc-banner-box{
        max-width: 767px;
        border-radius: 30px;
        text-align: center;
    }
    .zwc-banner-box .zwc-2col-lft p, .zwc-acc-ctn p{
        max-width: 100%;
    }
    .zwc-banner-box .zwc-flex{
        flex-direction: column;
        height: auto;
        gap: 0;
        width: 100%;
    }
    .zwc-banner-box .zwc-2col-lft{
        max-width: 100%;
        padding: 3.5rem;
    }
    .zwc-banner-box .zwc-2col-rht{
        position: relative;
        max-width: 100%;
    }
    .zwc-survey-scrn{
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(0);
    }
    .zwc-survey-scrn img:nth-child(1){
        position: absolute;
        bottom: 2%;
        right: 3%;
        margin-left: 0;
    }
    .zwc-survey-scrn img:nth-child(2){
        position: absolute;
        left: 2%;
        top: 4%;
    }
    .zwc-banner-box .zwc-2col-rht::after{
        display: none;
    }
    .zwc-steps .zwc-2col-rht{
        order: 2;
    }
    .zwc-title-sec, .zwc-usage-main .zwc-title-sec, .zwc-tab .zwc-title-sec{
        max-width: 600px;
    }
    .zwc-steps .zwc-2col-rht, .zwc-find-step{
        position: static;
        max-width: 767px;
        margin: 0 auto;
    }
    .zwc-steps .zwc-flex{
        flex-direction: column;
    }
    .zwc-usage h5{
        font-size: 22px;
    }
    .zwc-usage{
        max-width: 767px;
    }
    .zwc-tab-wrap{
        flex-direction: column;
        align-items: center;
        max-width: 767px;
        width: 100%;
        margin: 0 auto;
        gap: 0;
    }
    .zwc-tab-wrap .zwc-2col-lft, .zwc-tab-wrap .zwc-2col-rht, .zwc-left-tab-nav{
        max-width: 100%;
        width: 100%;
    }
    .zwc-left-hide img, .zwc-steps .zwc-2col-rht{
        max-width: 500px;
        margin: 0 auto;
    }
    .zwc-left-tab-nav li button{
        font-size: 24px;
    }
    .zwc-steps .zwc-title-sec{
        margin: 0 auto;
        text-align: center;
    }
    .zwc-survey-scrn img:nth-child(2){
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .zwc-sml-head{
        font-size: 18px;
    }
    .accord-content{
        padding-left: 40px;
    }
    .faq-content span.faq-arrow{
        top:4px
    }
    .faq-content{
        padding-top: 20px;
    }
    .faq-content h3{
        padding-bottom: 15px;
    }
    .faq-content h3{
        padding-left: 40px;
    }
    .zwc-faq-sec .zwc-page-title h2 {
        font-size: 30px;
    }
    .zwc-find-step span{
        font-size: 18px;
    }
    .faq-content{
        padding-left:25px;
        padding-right:25px
    }
    .faq-content h3 {
        font-size: 20px;
    }
    .zwc-left-tab-ctn {
        display: none;
    }
    .zwc-banner-box{
        border-radius: 0;
        margin-top: 0;
    }
    .zwc-our-brand li {
        max-width: 130px !important;
    }
    .zwc-usage li{
        padding-bottom: 25px;
        max-width: 480px !important;
    }
    .zwc-usage li{
        padding: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .zwc-faq-sec .zwc-page-title h2 {
        font-size: 26px;
    }
    .accord-content {
        padding-left: 0px;
    }
    img.zwc-banner-rate{
        max-width: 280px;
    }
    .zwc-our-brand .zwc-flex{
        gap: 25px;
    }
    .zwc-banner-box .zwc-2col-lft{
        padding: 4rem 2rem;
    }
   
    .zwc-left-tab-nav li button{
        font-size: 20px;
    }
    .zwc-our-brand li {
        max-width: 100px !important;
    }
    .zwc-find-step li{
        padding-left: 40px;
    }
  .zwc-usage h5{
        font-size: 20px;
    }
}
.animate-path{
    stroke-dasharray: 1000; 
    stroke-dashoffset: 1000; 
    animation: draw 3s linear forwards;
}
@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
@media screen and (min-width: 767px) {
    .zwc-our-brand li{
        transform: translateY(10px);
        transition: all 0.3s ease-in-out;
    }
    .zwc-our-brand .middle-animated li{
        transform: translateY(0);
    }
    .zwc-our-brand .middle-animated li:nth-child(2){
        transition-delay: 0.3s;
    }
    .zwc-our-brand .middle-animated li:nth-child(3){
        transition-delay: 0.5s;
    }
    .zwc-our-brand .middle-animated li:nth-child(4){
        transition-delay: 0.7s;
    }
    .zwc-our-brand .middle-animated li:nth-child(5){
        transition-delay: 0.9s;
    }
    .zwc-our-brand .middle-animated li:nth-child(6){
        transition-delay: 1.1s;
    }
    
    .zwc-survey-scrn img:nth-child(1), .zwc-survey-scrn img:nth-child(2){
        opacity: 0;
        transition: 0.5s;
    }
    .middle-animated .zwc-survey-scrn img:nth-child(1){
        opacity: 1;
    }
    .middle-animated .zwc-survey-scrn img:nth-child(2){
        transition-delay: 0.3s;
        opacity: 1;
    }
    img.zwc-banner-ele2, img.zwc-banner-human, img.zwc-banner-ele1{
        opacity: 0;
    }
    .middle-animated img.zwc-banner-ele2, .middle-animated img.zwc-banner-human, .middle-animated img.zwc-banner-ele1{
        animation:slideDown 0.7s ease-in-out .2s forwards;
    }
    .middle-animated img.zwc-banner-ele2,  .middle-animated img.zwc-banner-ele1{
        animation-delay: 0.4s;
    }
    .middle-animated .img.zwc-banner-human{
        animation-delay: 0.2s;
    }
    .middle-animated .zwc-svg-line{
        opacity: 1;
        transition-delay: 0.6s;
    }
    @keyframes slideDown {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0px);
        }
    }
}
