* {
    padding: 0;
    margin: 0
}
.access-button {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.access-button a {
    border-radius: 10px;
    font-size: 18px;
    padding: 13px 30px;
}
.explore-btn {
    border-radius: 10px;
    font-size: 18px;
    padding: 16px 30px;
    border: 1px solid #f0483e;
    color: #f0483e;
    font-family: var(--primaryfont-semibold);
}
.request-demo-cta{
    background: var(--primary-btn-color);
    color: #fff;
    cursor: pointer;
}
.sep-brf .zwc-redirect-btn{
    padding: 5px 10px;
    color: #fff;
    border-radius: 6px;
    margin: 15px 10px 0 0;
    font-size: 15px;
}
.ec-manage .zwc-redirect-btn{
    background: #8F86F0;
}
.ec-secure .zwc-redirect-btn{
    background: #ffa360;
}
.ec-scale .zwc-redirect-btn{
    background: #ff75af;
}
.ec-build .zwc-redirect-btn{
    background: #20bd8e;
}
.ec-connect .zwc-redirect-btn{
    background: #ff7070;
}
.ec-analyze .zwc-redirect-btn{
    background: #429aff;
}
.bnr-section h1 {
    font-size: 70px
}

.bnr-section h1 {
    font-size: 70px;
    font-family: var(--zf-primary-extrabold);
    max-width: 1180px;
    margin: 0 auto 20px;
    color: #000
}

.bnr-section p {
    max-width: 990px;
    margin: 0 auto 30px;
    color: #000;
    font-size: 20px
}

.bnr-section {
    text-align: center
}

.zwc-banner-cover {
    background: url(/sites/zweb/images/iot/feature-page/half-curve-banner-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    top: 0
}

.zw-product-header {
    z-index: 12;
    position: relative
}

.banner-img {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
    bottom: 27px;
    max-width: 1200px
}

.zwc-box-section {
    padding: 120px 0 0
}

.all-sec-hdng {
    font-size: 60px;
    font-family: var(--zf-primary-extrabold);
    text-align: center;
    max-width: 977px;
    margin: 0 auto 30px
}

.dev-portal p {
    font-size: 20px;
    text-align: center;
    max-width: 1190px;
    margin: 0 auto
}

.each-cards {
    width: 33%;
    background: #f6faff;
    padding: 30px;
    text-align: left;
    border-radius: 30px;
    transition: all 700ms cubic-bezier(0.11,0.16,0.43,0.86);
    transform: translate(0,40px)
}

.each-cards h5 {
    font-family: var(--primaryfont-semibold);
    font-size: 24px;
    margin: 10px 0 16px
}

.each-cards p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0
}

.cards-plot {
    display: flex;
    justify-content: center;
    margin: 60px 0 0;
    gap: 30px
}

.zw-tab-section ul li {
    cursor: pointer;
    min-width: 250px;
    padding: 2px;
    border-radius: 33px;
    text-align: center;
    font-size: 30px;
    font-family: var(--zf-primary-bold);
    position: relative;
    background: #fff
}

.zw-tab-section ul {
    display: flex;
    justify-content: center;
    gap: 70px
}

.zw-sec-heading h3 {
    text-align: center;
    font-size: 40px;
    font-family: var(--primaryfont-bold);
    background-image: linear-gradient(90deg,#fff 0,#89bfff4a 50%,#fff 100%);
    width: fit-content;
    padding: 6px 35px;
    margin: 0 auto 40px;
    color: #89bfff
}

.zw-sec-heading {
    padding: 150px 0 0
}

.zw-sec-heading p {
    font-size: 18px;
    text-align: center;
    max-width: 1050px;
    margin: 0 auto
}

.box-section h4 {
    background: #3ea8ff;
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
    color: #fff;
    padding: 4px 25px;
    width: fit-content;
    border-radius: 5px
}

.box-section h4 {
    font-size: 40px;
    font-family: var(--primaryfont-semibold)
}

.box-section {
    display: flex
}

.box-section .left-sec {
    width: 44%
}

.box-section .right-sec {
    width: 56%;
    text-align: center
}

.box-section {
    display: flex;
    border-radius: 40px;
    gap: 40px
}

.zwc_one_model_section .content-wrap {
    max-width: 1360px
}

.box-section {
    display: flex;
    align-items: center
}

.box-section p {
    color: #64607d;
    font-size: 18px
}

.box-section {
    margin: 150px 0 0 0
}

.box-section:first-child {
    margin: 80px 0 0 0
}

.zw-tab-section ul li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 30px;
    z-index: -1;
    width: 100%;
    height: 100%
}

.zw-tab-section ul li:after {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 30px;
    z-index: 1;
    width: 100%;
    height: 100%
}

.zwc_one_model_section {
    position: relative
}

.zw-tab-section {
    position: sticky;
    top: 70px;
    background: #fff;
    z-index: 1;
    padding: 20px 30px;
    box-shadow: 0 0 25px -18px hsla(265.3,20%,10%,35%);
    width: fit-content;
    margin: 0 auto;
    border-radius: 70px
}

.box-section {
    position: sticky;
    top: 180px;
    transition: all ease .5s
}

.bs-shad {
    will-change: transform;
    box-shadow: 0 0 19px -15px hsla(265.3,20%,10%,35%);
    transform-origin: center top;
    background: #f6f6f6;
    border-radius: 40px;
    padding: 50px 50px 10px 80px;
    display: flex;
    align-items: center;
    transition: .3s ease
}

.each-box-fort {
    margin-bottom: 80px
}

.zwc_end_footer {
    background: url(/sites/zweb/images/iot/feature-page/footer-bg.svg);
    background-size: cover;
    padding: 190px 0 100px 0;
    margin: 100px 0 0;
    background-position: top
}
.zwc_end_footer .explore-btn{
     border: 1px solid #fff;
    color: #fff;
}
.efooter h2 {
    color: #fff
}

.efooter {
    text-align: center
}

.faq-section {
    padding: 40px 0 0
}

.zwc-accordion {
    margin-bottom: 15px;
    border-bottom: 1px solid #919090;
    padding: 18px 21px 25px 100px;
    cursor: pointer
}

.zwc-accordion_head {
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.zwc-accordion_head h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-family: var(--primaryfont-regular);
    position: relative;
    color: #161c2d
}

.zwc-ent {
    width: 20px;
    position: relative;
    right: 40px;
    transform: rotate(180deg);
    transition: .3s ease
}

.zwc-ent:before,.zwc-ent:after {
    content: '';
    width: 11px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: transform .2s ease
}

.zwc-ent:before {
    transform: rotate(45deg);
    right: 8px
}

.zwc-ent:after {
    transform: rotate(-45deg)
}

.zwc-accordion.active .zwc-ent {
    transform: rotate(360deg)
}

.zwc-faq-accordion .zwc-accordion-content {
    display: none;
    opacity: 0;
    color: #606060;
    padding-top: 25px
}

.zwc-faq-accordion .zwc-accordion.active .zwc-accordion-content {
    display: block;
    opacity: 1
}

.zwc_faq {
    padding: 100px 0 80px
}

.zw-tab-section span {
    z-index: 2;
    position: relative
}

.zw-model-sec.ob-visualise .zw-sec-heading h3 {
    background-image: linear-gradient(90deg,#fff 0,#fff0f1 50%,#fff 100%);
    color: #f08787
}

.zw-model-sec.ob-automate .zw-sec-heading h3 {
    background-image: linear-gradient(90deg,#fff 0,#f4f0ff 50%,#fff 100%);
    color: #988fff
}

.ech-list-tab {
    opacity: .3
}

.ech-list-tab.active {
    opacity: 1
}

.zwc-accordion:last-child {
    border: 0
}

.zw-tab-section .list_model span {
    background: linear-gradient(90deg,#fff 0,#89bfff4a 60%,#fff 100%)
}

.zw-tab-section span {
    padding: 8px 20px;
    border-radius: 30px;
    z-index: 2;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%
}

.left-sec ul li {
    color: #64607d;
    font-size: 18px;
    position: relative;
    padding-left: 20px
}

.left-sec ul li:before {
    content: '';
    background: #a7d7ff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    width: 9px;
    height: 9px;
    top: 10px
}

ul.splited-list li {
    width: 50%
}

ul.splited-list {
    display: flex;
    flex-wrap: wrap
}

.each-box-fort {
    transition: transform .5s ease
}

.zw-tab-section ul li.list_model {
    background: linear-gradient(1deg,#17131d,#8ec2ff 80%)
}

.zw-tab-section ul li.list_visual {
    background: linear-gradient(1deg,#1d1313,#f08787 80%)
}

.zw-tab-section ul li.list_automate {
    background: linear-gradient(1deg,#13171d,#988fff 80%)
}

.zw-tab-section .list_model span {
    background: linear-gradient(90deg,#fff 20%,#d9e6f6 57%,#fff 100%)
}

.zw-tab-section .list_visual span {
    background: linear-gradient(90deg,#fff 20%,#ffebeb 57%,#fff 100%)
}

.zw-tab-section .list_automate span {
    background: linear-gradient(90deg,#fff 20%,#f0ebff 57%,#fff 100%)
}

.ob-visualise .bs-shad {
    background: #fff8f8
}

.ob-automate .bs-shad {
    background: #f9f6ff
}

.bnr-section a,.efooter a {
    border-radius: 10px;
    font-size: 18px;
    padding: 13px 30px
}

.banner-img span:first-child,.banner-img span:nth-child(2),.banner-img span:nth-child(3) {
    content: '';
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    border: 100%;
    border: 1px solid #d9e1fd;
    left: 0;
    right: 0;
    top: -64px;
    bottom: unset;
    margin: auto;
    border-radius: 50%;
    animation: radiation 2s linear infinite;
    opacity: 0;
    backface-visibility: hidden
}

.banner-img span:nth-child(2) {
    animation-delay: .5s
}

.banner-img span:nth-child(3) {
    animation-delay: 1.2s
}

.box-section[data-index="1"] .bs-shad {
    background: #f9fff1
}

.box-section[data-index="2"] .bs-shad {
    background: #f7faff
}

.box-section[data-index="3"] .bs-shad {
    background: #fefaf0
}

.box-section[data-index="4"] .bs-shad {
    background: #f9f6ff
}

.box-section[data-index="5"] .bs-shad {
    background: #fef9f8
}

.efooter .all-sec-hdng {
    max-width: 1260px
}

.zwc_tab_slider {
    padding: 140px 0 0
}

.zwc_tab_slider h2.all-sec-hdng {
    max-width: 730px
}

.common-slider-topic {
    margin: 0 0 70px
}

.ec-analyze .hd-content {
    position: relative;
    top: -50px
}

.zwc-banner-section {
    padding: 60px 0 0
}

.sep-brf .zwc-link-btn:before {
    position: absolute;
    right: -13px;
    top: 20px;
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-left: 2px solid #2865ef;
    border-top: 2px solid #2865ef;
    transform: rotate(135deg);
    transition: all .3s ease;
}

@keyframes radiation {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        opacity: .7
    }

    100% {
        transform: scale(2.3);
        opacity: 0
    }
}

.tilt-img {
    position: absolute;
    left: -20px;
    top: -30px;
    animation: move 6s ease-in-out infinite
}

.tilt-img-2 {
    position: absolute;
    right: -20px;
    top: -100px;
    animation: move1 6s ease-in-out infinite
}

@keyframes move {
    0% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(-10px)
    }

    100% {
        transform: translatey(0)
    }
}

@keyframes move1 {
    0% {
        transform: translatey(0)
    }

    50% {
        transform: translatey(12px)
    }

    100% {
        transform: translatey(0)
    }
}

.device-left,.device-right {
    width: 50%
}

.device-wrap {
    display: flex;
    align-items: center;
    gap: 90px
}

.device-wrap h3 {
    font-size: 60px;
    font-family: var(--zf-primary-extrabold);
    text-align: left;
    max-width: 977px;
    margin: 0 auto 30px
}

.device-wrap p {
    font-size: 18px
}

.zwc_device-man {
    padding: 150px 0 0
}

.dev-portal .all-sec-hdng {
    max-width: 1120px
}

.banner-img img {
    position: relative
}

.futuristic-solution .all-sec-hdng {
    max-width: 750px;
    color: #fff
}

.fs-sol-options {
    display: flex;
    gap: 50px;
    padding: 200px 0
}

.all-solutions {
    text-align: center
}

.all-solutions h4 {
    font-size: 24px;
    color: #fff;
    font-family: var(--zf-secondary-medium)
}

.all-solutions {
    position: relative
}

.zwc_content {
    margin: 0 auto
}

.zwc-banner-cover .content-wrap {
    position: unset
}

.zwc-banner-cover {
    position: relative;
    max-width: 1920px;
    margin: 50px auto 0;
    max-height: 369px
}

.tab-sec span {
    display: inline-block;
    font-size: 27px;
    font-family: var(--primaryfont-bold);
    border-radius: 60px;
    padding: 1.5px;
    width: 200px;
    text-align: center;
    cursor: pointer;
    position: relative;
    opacity: .3
}

.tab-sec span.active {
    opacity: 1
}

.tab-sec {
    display: flex;
    gap: 20px
}

.zwc_tab_slider .content-wrap {
    max-width: 1340px
}

.tab-sec .slick-track {
    gap: 20px;
    display: flex
}

.tab-sec .slick-list {
    padding: 0 !important
}

.hd-content h2 {
    color: #FF7070;
    font-size: 70px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 25px;
    line-height: 1
}

.hd-content {
    text-align: center;
    padding: 140px 0 0
}

.hd-content p {
    max-width: 750px;
    font-size: 18px;
    margin: 0 auto
}

.sep-brf h4 {
    font-size: 24px;
    font-family: var(--primaryfont-semibold);
    margin-bottom: 10px;
    position: relative
}

.sep-brf h4::before {
    content: '';
    background: #ff7070;
    border-radius: 100%;
    width: 10px;
    position: absolute;
    height: 10px;
    left: -21px;
    top: 14px
}

.sep-brf span {
    color: #64607d;
    font-size: 16px
}

.brief-content-parent {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    padding: 60px 1px 3px;
    align-items: baseline
}

.sep-brf {
    width: 100%;
    background: #fff;
    box-shadow: rgba(0,0,0,0.16) 0 1px 4px;
    padding: 35px 20px 25px 40px;
    border-radius: 20px;
    margin-bottom: 35px;
    z-index: 1;
    position: relative
}

.sep-brf:last-child {
    margin-bottom: 0
}

.sep-brf a {
    display: block;
    color: #2865ef;
    font-size: 16px;
    font-family: var(--zf-primary-medium);
    padding: 10px 0 0;
    position: relative;
    width: fit-content
}

.brief-content {
    width: calc(33.33% - 30px)
}

.brief-content.bc-mid {
    position: relative;
    top: 40px
}

.tab-sec span b {
    display: block;
    height: 100%;
    padding: 10px;
    border-radius: 60px
}

.brief-content-parent:before {
    content: '';
    width: 440px;
    height: 355px;
    background: #FFB0B09E;
    filter: blur(90px);
    position: absolute;
    left: 0;
    right: 0;
    top: 34%;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    z-index: -1
}

.st-connect {
    background: linear-gradient(180deg,#ffa4a1 45%,#1d1313 86%)
}

.st-connect b {
    background: linear-gradient(25deg,rgba(255,255,255,1) 43%,#ffd5d5 81%)
}

.st-analyze {
    background: linear-gradient(180deg,#91c3ff 45%,#1d1313 86%)
}

.st-analyze b {
    background: linear-gradient(25deg,rgba(255,255,255,1) 43%,#cae2ff 81%)
}

.st-manage {
    background: linear-gradient(180deg,#8c82ff 45%,#1d1313 86%)
}

.st-manage b {
    background: linear-gradient(25deg,rgba(255,255,255,1) 43%,#d0ccff 81%)
}

.st-secure {
    background: linear-gradient(180deg,#fdb886 45%,#1d1313 86%)
}

.st-secure b {
    background: linear-gradient(25deg,rgba(255,255,255,1) 43%,#ffdbc1 81%)
}

.st-scale {
    background: linear-gradient(180deg,#ff83b8 45%,#1d1313 86%)
}

.st-scale b {
    background: linear-gradient(25deg,rgba(255,255,255,1) 43%,#ffc5de 81%)
}

.st-build {
    background: linear-gradient(180deg,#70d1b3 45%,#1d1313 86%)
}

.st-build b {
    background: linear-gradient(25deg,rgba(255,255,255,1) 43%,#c4ffed 81%)
}

.ec-build .hd-content h2 {
    color: #20bd8e
}

.ec-build .hd-content img {
    right: 30px;
    top: 15px
}

.ec-build .sep-brf h4::before {
    background: #20bd8e
}

.ec-build .brief-content-parent:before {
    background: #20bd8e7d
}

.ec-manage .hd-content h2 {
    color: #9087f0;
}

.ec-manage .sep-brf h4::before {
    background: #9087f0;
}

.ec-manage .brief-content-parent:before {
    background: #9087F099;
}

.ec-secure .brief-content {
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto
}

.ec-secure .sep-brf h4::before {
    background: #ffa360;
}

.ec-secure .hd-content h2 {
    color: #FFA360;
}

.brief-content-parent:before {
    background: #FFAF754D
}

.ec-scale .hd-content h2 {
    color: #ff75af;
}

.ec-scale .brief-content-parent:before {
    background: #FF75AF33;
}

.ec-scale .sep-brf h4::before {
    background: #ff75af;
}

.hd-content img {
    position: relative;
    top: 12px;
}

.ec-analyze .hd-content h2 {
    color: #429AFF;
    margin-bottom: 40px;
}

.ec-analyze .hd-content img {
    top: 84px;
}

.ec-analyze .brief-content-parent:before {
    background: #7CB8FF9E;
}

.ec-analyze .sep-brf h4::before {
    background: #429aff;
}

.tab-sec {
    display: flex;
    gap: 20px;
    position: sticky;
    top: 66px;
    z-index: 2;
    background: #fff;
    padding: 10px;
}

.each-content {
    position: relative;
}

.zwc_without_animate {
    display: none;
}

@media only screen and (min-width: 992px) {
    .bnr-section h1,.bnr-section p,.all-sec-hdng,.all-sec-hdng ~ p {
        transition:all 500ms cubic-bezier(0.11,0.16,0.43,0.86);
        transform: translate(0,20px);
    }

    .in_view .bnr-section h1,.in_view .bnr-section p,.all-sec-hdng.hdng_in_view,.all-sec-hdng ~ p.sub_hdng_in_view {
        transition-delay: 200ms;
        transform: translate(0,0);
    }

    .in_view .bnr-section p,.all-sec-hdng ~ p.sub_hdng_in_view {
        transition-delay: 400ms
    }

    .cards-plot.at-bottom .each-cards {
        transform: translate(0,0)
    }

    .cards-plot.at-bottom .each-cards.mid {
        transition-delay: 300ms
    }

    .cards-plot.at-bottom .each-cards.right {
        transition-delay: 600ms
    }
}

@media only screen and (max-width: 1299px) {
    .device-left {
        width:60%
    }

    .device-right {
        width: 40%
    }

    .device-wrap {
        gap: 30px
    }

    .device-wrap p {
        max-width: 550px
    }
}

@media only screen and (max-width: 1899px) {
    .banner-img {
        bottom:16px
    }
}

@media only screen and (max-width: 1699px) {
    .banner-img {
        bottom:9px
    }
}

@media only screen and (max-width: 1599px) {
    .banner-img {
        bottom:1px
    }

    .zwc-banner-cover {
        max-height: 400px
    }
}

@media only screen and (max-width: 1499px) {
    .banner-img {
        bottom:-12px
    }
}

@media only screen and (max-width: 1399px) {
    .banner-img {
        bottom:-20px
    }
}

@media only screen and (max-width: 1299px) {
    .zwc_animate {
        display:none
    }

    .zwc-banner-cover {
        max-height: unset
    }

    .banner-img {
        bottom: 0;
        padding: 50px 0
    }

    .banner-img img {
        max-width: 660px;
        margin: 0 auto
    }

    .zwc_without_animate {
        display: block
    }
}

@media only screen and (max-width: 1199px) {
    .bnr-section h1 {
        font-size:50px;
        max-width: 860px
    }

    .tab-sec span {
        font-size: 24px
    }

    .hd-content {
        padding: 100px 0 0
    }

    .bnr-section p {
        max-width: 740px;
        font-size: 18px
    }

    .zwc-box-section {
        padding: 70px 0 0
    }

    .all-sec-hdng {
        font-size: 46px;
        max-width: 707px
    }

    .dev-portal p {
        font-size: 18px;
        max-width: 640px
    }

    .all-sec-hdng {
        font-size: 40px;
        max-width: 767px
    }

    .zw-sec-heading p {
        max-width: 800px
    }

    .box-section h4 {
        font-size: 36px
    }

    .box-section p {
        font-size: 16px
    }

    .zw-tab-section ul li {
        font-size: 28px
    }

    .zw-tab-section {
        top: 2px
    }

    .zwc_tab_slider h2.all-sec-hdng {
        max-width: 510px
    }

    .zwc-banner-section {
        padding: 50px 0 0
    }

    .hd-content h2 {
        font-size: 50px
    }

    .hd-content img {
        transform: scale(0.9)
    }

    .hd-content img {
        transform: scale(1)
    }

    .hd-content img {
        top: 6px
    }

    .tab-sec {
        top: 0
    }

    .sep-brf h4 {
        font-size: 22px
    }
}

@media only screen and (max-width: 991px) {
    .zw-tab-section {
        display:none
    }
    .access-button {
        justify-content: center;
    }
    .zwc_one_model_section {
        padding: 50px 0 0
    }

    .zwc-banner-section {
        padding: 60px 0 0
    }

    .all-sec-hdng {
        max-width: 687px
    }

    .each-cards img {
        width: 40px
    }

    .each-cards {
        padding: 20px
    }

    .cards-plot {
        gap: 15px
    }

    .bs-shad {
        flex-direction: column;
        gap: 20px
    }

    .box-section .left-sec,.box-section .right-sec {
        width: 100%
    }

    .box-section .left-sec {
        order: 2;
        text-align: center
    }

    .box-section .right-sec {
        order: 1
    }

    .bs-shad img {
        width: 380px
    }

    .box-section h4 {
        margin: 0 auto 15px
    }

    .box-section h4 {
        font-size: 28px;
        max-width: 580px;
        margin: 0 auto 15px
    }

    .zwc_end_footer {
        padding: 100px 0 50px 0;
        margin: 70px 0 0
    }

    .faq-section {
        padding: 10px 0 0
    }

    ul.splited-list li {
        text-align: left
    }

    .left-sec ul {
        justify-content: flex-start;
        max-width: 170px;
        align-items: center;
        margin: 0 auto
    }

    .left-sec ul.splited-list {
        max-width: 340px
    }

    .bnr-section h1 {
        font-size: 40px
    }

    .bnr-section p {
        max-width: 660px;
        font-size: 18px
    }

    .each-cards {
        transform: translate(0,0)
    }

    .box-section {
        position: unset;
        top: 0
    }

    .zw-sec-heading h3 {
        font-size: 32px
    }

    .box-section {
        margin: 60px 0 0
    }

    .left-sec ul li {
        font-size: 16px
    }

    .zwc-faq-accordion .zwc-accordion-content {
        padding-top: 18px;
        font-size: 16px
    }

    .bs-shad {
        padding: 50px
    }

    .banner-img img {
        width: 500px;
        max-width: 100%
    }

    .zw-sec-heading h3 {
        padding: 6px 35px;
        margin: 0 auto 30px
    }

    .zw-sec-heading p {
        max-width: 600px
    }

    .left-sec ul {
        text-align: left
    }

    .ob-visualise .bs-shad {
        width: 100%
    }

    .zw-sec-heading {
        padding: 50px 0 0
    }

    .device-wrap {
        flex-direction: column
    }

    .tilt-img,.tilt-img-2 {
        display: none
    }

    .device-left {
        width: 100%
    }

    .device-wrap p {
        max-width: 600px;
        margin: 0 auto;
        text-align: center
    }

    .device-wrap h3 {
        font-size: 40px;
        text-align: center
    }

    .zwc_device-man {
        padding: 100px 0 0
    }

    .device-right {
        width: 100%;
        text-align: center;
        max-width: 340px
    }

    .tab-sec span {
        font-size: 20px
    }

    .zwc_tab_slider {
        padding: 100px 0 0
    }

    .sep-brf h4 {
        font-size: 20px;
        line-height: 1.3
    }

    .sep-brf h4::before {
        top: 8px
    }

    .brief-content-parent {
        flex-direction: column
    }

    .brief-content {
        width: 100%;
        max-width: 400px;
        margin: 0 auto
    }

    .sep-brf:last-child {
        margin-bottom: 30px
    }

    .brief-content-parent {
        gap: 0
    }

    .brief-content.bc-mid {
        top: 0
    }

    .ec-analyze .hd-content img {
        transform: scale(.8)
    }

    .ec-analyze .hd-content {
        top: -80px
    }

    .tab-sec span b {
        padding: 6px 8px
    }

    .tab-sec {
        gap: 8px
    }

    .hd-content {
        padding: 70px 0 0
    }

}

@media only screen and (max-width: 767px) {
   
    .each-cards {
        width:100%
    }

    .cards-plot {
        flex-direction: column
    }

    .each-cards {
        width: 70%;
        margin: 0 auto
    }

    .each-cards p {
        font-size: 16px
    }

    .each-cards h5 {
        font-size: 26px;
        margin: 10px 0 10px
    }

    .zwc-accordion {
        padding: 18px 21px 25px 20px
    }

    .zwc-ent {
        right: 0
    }

    .zwc-accordion_head h4 {
        margin-right: 20px
    }

    .all-sec-hdng {
        font-size: 30px;
        margin: 0 auto 20px
    }

    .bs-shad {
        gap: 20px
    }

    .box-section h4 {
        font-size: 26px
    }

    .bnr-section h1 {
        font-size: 30px
    }

    .bnr-section p,.dev-portal p {
        font-size: 16px
    }

    .zwc-box-section {
        padding: 30px 0 0
    }

    .each-cards img {
        width: 40px
    }

    .each-cards:first-child img {
        width: 30px
    }

    .box-section p {
        margin-bottom: 0
    }

    .zw-sec-heading h3 {
        font-size: 27px
    }

    .bnr-section a,.efooter a {
        font-size: 16px
    }

    @keyframes radiation {
        0% {
            transform: scale(0.5);
            opacity: 0
        }

        50% {
            opacity: .7
        }

        100% {
            transform: scale(1.3);
            opacity: 0
        }
    }

    .banner-img {
        bottom: 0
    }

    .device-wrap h3 {
        font-size: 30px
    }

    .zwc_device-man {
        padding: 40px 0 0
    }

    .device-wrap p {
        font-size: 16px
    }

    .device-wrap p {
        max-width: 530px
    }

    .each-cards {
        text-align: center
    }

    .each-cards p {
        text-align: center
    }

    .zw-sec-heading h2.all-sec-hdng {
        max-width: 500px
    }

    .zw-sec-heading {
        padding: 30px 0 0
    }

    .zw-sec-heading p {
        font-size: 16px
    }

    .sep-brf {
        margin-bottom: 20px
    }

    .sep-brf:last-child {
        margin-bottom: 20px
    }

    .brief-content-parent {
        padding: 30px 1px 3px
    }

    .zwc_tab_slider h2.all-sec-hdng {
        max-width: 390px;
        margin-bottom: 0
    }

    .hd-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 5px
    }

    .hd-content p,.sep-brf a {
        font-size: 16px
    }

    .ec-analyze .hd-content img {
        transform: scale(.66);
        top: 78px
    }

    .hd-content img {
        transform: scale(.8)
    }

    .ec-build .hd-content img {
        right: 0;
        top: 0
    }

    .hd-content img {
        top: 0
    }

    .brief-content-parent:before {
        display: none
    }

    .zwc-banner-section {
        padding: 40px 0 0
    }

    .tab-sec {
        display: none
    }

    .hd-content {
        padding: 50px 0 0
    }

    .common-slider-topic {
        margin: 0
    }

    .sep-brf a:before {
        right: -13px;
        top: 19px;
        width: 7px;
        height: 7px
    }

    .zwc_tab_slider {
        padding: 70px 0 0
    }

    .ec-analyze .hd-content {
        top: 0
    }

    [data-content="analyze"] {
        top: -20px
    }
}

@media only screen and (max-width: 480px) {
    .each-cards {
        width:100%
    }

    .bs-shad {
        padding: 20px
    }
}
