.zw-product-header {
    background-color: #2350ff;
}

.zw-product-header span.zprd-display-name {
    color: #fff;
}

.content-wrap {
    max-width: 1170px;
}

.zwc-flex-wrap .zwc-field-row {
    display: flex;
    flex-wrap: wrap;
}

.zwc-flex-wrap .zwc-field-row:not(:last-child) {
    margin-bottom: 15px;
}

.zwc-flex-wrap .zwc-field-row .zwc-field-col {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 15px;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

h1 {
    font-size: 64px;
}

.success-alert {
    display: none;
    margin: 0 auto 0;
    height: 42px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    top: 40px
}

.scs-pop-inr {
    padding: 12px 20px;
    position: relative;
    max-width: 350px;
    margin: 10px auto 0;
    background: #40bd60;
    width: 100%;
    opacity: 0;
    border-radius: 2px
}

.scs-pop-inr.animate {
    animation: bounceIn .8s forwards;
    -webiki-animation: bounceIn .8s forwards
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -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)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.success-alert .scs-txt {
    font-size: 15px;
    display: block;
    text-align: center;
    font-family: var(--zf-primary-regular);
    color: #fff
}

.zwc-banner-section {
    background-color: #2350ff;
    color: #fff;
    padding: 90px 0 110px;
}

.zwc-banner-section .points {
    margin: 30px 0 50px 0;
}

.zwc-banner-section .points li {
    font-size: 22px;
    margin-bottom: 9px;
    padding-left: 45px;
    position: relative;
}

.zwc-banner-section .points li .tick {
    position: absolute;
    left: 0;
    top: -3px;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.zwc-banner-section .points li .tick::before,
.zwc-banner-section .points li .tick::after {
    content: "";
    background-color: #4DC35F;
    position: absolute;
}

.zwc-banner-section .points li .tick::before {
    left: 0;
    top: 64%;
    height: 9px;
    width: 3px;
    transform: translateX(9px) rotate(-45deg);
    transform-origin: left bottom;
}

.zwc-banner-section .points li .tick::after {
    left: 0;
    bottom: 0;
    height: 3px;
    width: 22px;
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

.zwc-banner-section .mail-contact {
    margin: 30px 0 40px;
}

.zwc-banner-section .mail-contact p {
    margin-bottom: 0;
    font-size: 18px;
}

.zwc-banner-section .mail-contact a {
    color: #e8f8ff;
    font-family: var(--primaryfont-semibold);
    font-size: 21px;
    text-decoration: underline;
    text-underline-position: under;
}

.zwc-banner-section .customers p {
    margin-bottom: 0;
}

.zwc-banner-section .customers ul {
    margin: 14px 0 0 0;
}

.zwc-banner-section .customers ul li {
    width: 120px;
    background-color: #2C4DF5;
    border: 1px solid #4461F7;
    border-radius: 16px;
    padding: 12px 10px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.zwc-banner-section .customers ul li img {
    width: 80px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

.zwc-banner-section .customers ul .pc img {
    width: 60px;
}

.zwc-banner-section .customers ul li:last-child {
    margin-right: 0;
}

.zwc-banner-section .customers ul .rating {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.zwc-banner-section .customers ul .rating .star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 1.2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #F2B405;
    border-left: 0.3em solid transparent;
    font-size: 9px;
}

.zwc-banner-section .customers ul .rating .star::before,
.zwc-banner-section .customers ul .rating .star::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #F2B405;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.zwc-banner-section .customers ul .rating .star::after {
    transform: rotate(35deg);
}

.zwc-banner-section .customers ul .rating .count {
    font-family: var(--primaryfont-semibold);
    font-size: 14px;
    margin-left: 6px;
}

.zwc-banner-section .form-wrap .form-inner.cwf-loading {
    overflow: hidden;
}

.zwc-banner-section .form-wrap .form-inner.cwf-loading::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3294117647);
    z-index: 9;
    transition: all 0.5s;
}

.zwc-banner-section .form-wrap .form-inner.cwf-loading::after {
    content: "";
    width: 28px;
    height: 28px;
    border: 3px solid #FFF;
    border-bottom-color: #ff3d00;
    border-radius: 50%;
    display: inline-block;
    animation: rotation 1s linear infinite;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
}

.zwc-banner-section .form-wrap .zgdprform-opt-container {
    color: #000;
}

.zwc-banner-section .form-wrap .zgdprform-opt-container>input {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3px;
    margin-top: 2px;
}

.zwc-banner-section .form-wrap {
    text-align: right;
    transition: all 0.5s;
}

.zwc-banner-section .form-wrap .form-inner {
    background-color: #fff;
    padding: 20px 30px;
    width: 480px;
    height: 699px;
    display: inline-block;
    text-align: left;
    position: relative;
    color: #000;
    border-radius: 10px;
}

.zwc-brands-section {
    padding: 70px 0;
}

.zwc-brands-section .middle-animated .zwc-field-col.testimonial-parent {
    transform: translateY(0);
    opacity: 1;
}

.zwc-brands-section .zwc-flex-wrap .zwc-field-row {
    justify-content: center;
}

.zwc-brands-section .zwc-flex-wrap .zwc-field-row .zwc-field-col {
    flex-grow: 0;
    flex-shrink: 0;
}

.zwc-brands-section .zwc-flex-wrap .zwc-field-row .brands-parent {
    margin-bottom: 40px;
    flex-basis: 100%;
}

.zwc-brands-section .zwc-field-col.testimonial-parent {
    background-color: #defff5;
    border-radius: 20px;
    padding: 40px 50px;
    flex-basis: 80%;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.6s;
}

.zwc-brands-section .testimonial h3 {
    font-size: 30px;
    line-height: 45px;
    font-family: var(--primaryfont-regular);
}

.zwc-brands-section .testimonial .author-sec {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.zwc-brands-section .testimonial .author-sec .profile {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    background-image: url(/sites/zweb/images/iot/fluid-edge.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-position: -20px 0px;
}

.zwc-brands-section .testimonial .author-sec .pro-details p {
    margin-bottom: 0;
}

.zwc-brands-section .brands .title {
    font-family: var(--primaryfont-semibold);
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    font-size: 27px;
    width: 100%;
}

.zwc-brands-section .brands ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 25px 0 30px;
}

.zwc-brands-section .brands ul li {
    width: auto;
    margin: 8px 27px;
    text-align: center;
    transition: all 1s;
    transform: translateY(30px);
    opacity: 0;
}

.zwc-brands-section .brands ul li img {
    width: 125px;
}

.zwc-brands-section .brands ul .dell img {
    width: 70px;
}

.zwc-brands-section .brands ul .vodofon img {
    width: 135px;
}

.zwc-brands-section .brands ul .airbus img {
    width: 110px;
}

.zwc-brands-section .brands ul .tata img {
    width: 115px;
}

.zwc-brands-section .brands ul .sodexo img {
    width: 120px;
    margin-top: -20px;
}

.zwc-brands-section .middle-animated .brands ul li {
    opacity: 1;
    transform: translateY(0px);
}

.zwc-brands-section .middle-animated .brands ul li:nth-child(2) {
    transition-delay: 0.3s;
}

.zwc-brands-section .middle-animated .brands ul li:nth-child(3) {
    transition-delay: 0.4s;
}

.zwc-brands-section .middle-animated .brands ul li:nth-child(4) {
    transition-delay: 0.5s;
}

.zwc-brands-section .middle-animated .brands ul li:nth-child(5) {
    transition-delay: 0.6s;
}

.zwc-brands-section .middle-animated .brands ul li:nth-child(6) {
    transition-delay: 0.7s;
}
.iot_trust_by_logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

@media (max-width: 1200px) {
    h1 {
        font-size: 42px;
        line-height: normal;
    }

    .zwc-banner-section {
        padding: 70px 0 90px;
    }

    .zwc-banner-section .points li {
        font-size: 19px;
        padding-left: 38px;
    }

    .zwc-banner-section .points li .tick {
        top: -6px;
    }

    .zwc-banner-section .points li .tick::before {
        top: 73%;
        height: 7px;
        width: 3px;
    }

    .zwc-banner-section .points li .tick::after {
        width: 18px;
    }

    .zwc-banner-section .customers ul li {
        width: 32%;
        margin: 10px;
        border-radius: 5px;
    }

    .zwc-brands-section {
        padding: 90px 0;
    }

    .zwc-brands-section .zwc-flex-wrap .zwc-field-row .zwc-field-col {
        padding: 40px 30px;
    }

    .zwc-brands-section .testimonial h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .zwc-brands-section .brands ul {
        margin-bottom: 0;
    }
    .iot_trust_by_logos {
        gap: 20px 35px;
        max-width: 640px;
        flex-wrap: wrap;
        margin: 30px auto 0;
    }
    .iot_trust_by_logos img {
        width: 150px;
    }
    
}

@media (max-width: 992px) {
    h1 {
        font-size: 38px;
    }

    .zw-product-header {
        padding-top: 20px;
    }

    .zwc-banner-section {
        padding: 20px 0 70px;
        text-align: center;
    }

    .zwc-banner-section .zwc-field-row .zwc-field-col {
        flex-basis: 100%;
    }

    .zwc-banner-section .points {
        text-align: left;
        max-width: 500px;
        margin: 30px auto;
    }

    .zwc-banner-section .customers ul {
        margin: 15px auto 0;
        max-width: 500px;
    }

    .zwc-banner-section .customers ul li {
        width: 30%;
        margin: 10px !important;
    }

    .zwc-banner-section .form-wrap {
        text-align: center;
        margin-top: 20px;
    }

    .zwc-brands-section {
        padding: 40px 0 70px;
    }

    .zwc-brands-section .zwc-flex-wrap .zwc-field-row {
        justify-content: center;
    }

    .zwc-brands-section .zwc-flex-wrap .zwc-field-row .zwc-field-col {
        flex-basis: 70%;
        margin-bottom: 40px;
    }

    .zwc-brands-section .zwc-flex-wrap .zwc-field-row .zwc-field-col:last-child {
        margin-bottom: 0;
    }

    .zwc-brands-section .brands .title {
        justify-content: center;
    }

    .zwc-brands-section .brands ul {
        max-width: 570px;
        margin: 30px auto 0;
        justify-content: center;
    }

    .zwc-brands-section .brands ul li,
    .zwc-brands-section .brands ul .airbus,
    .zwc-brands-section .brands ul .sodexo {
        width: 20%;
        margin: 15px !important;
    }

    .zwc-brands-section .brands ul .hdfc {
        width: 28%;
    }

    .zwc-brands-section .brands ul .dell {
        width: 11%;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }

    .zwc-banner-section .form-wrap .form-inner {
        width: 90%;
    }

    .zwc-brands-section .zwc-flex-wrap .zwc-field-row .zwc-field-col {
        flex-basis: 90%;
    }

    .zwc-brands-section .testimonial h3 {
        font-size: 24px;
    }
    .iot_trust_by_logos {
        gap: 40px;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .zwc-banner-section .zwc-field-row .zwc-field-col {
        padding: 10px 0;
    }

    .zwc-banner-section .form-wrap .form-inner {
        width: 100%;
    }

    .zwc-banner-section .customers ul li {
        width: 40%;
    }

    .zwc-banner-section .form-wrap .captcha-input,
    .zwc-banner-section .form-wrap .captcha-code,
    .zwc-banner-section .form-wrap .zgdprform-countrylist-container,
    .zwc-banner-section .form-wrap .zgdprform-state-container {
        width: 100%;
    }

    .zwc-banner-section .form-wrap .zgdprform-state-container {
        margin-top: 10px;
    }

    .zwc-brands-section .brands ul li,
    .zwc-brands-section .brands ul .airbus,
    .zwc-brands-section .brands ul .sodexo,
    .zwc-brands-section .brands ul .hdfc,
    .zwc-brands-section .brands ul .vodofon,
    .zwc-brands-section .brands ul .tata {
        width: 40%;
        margin: 10px !important;
    }

    .zwc-brands-section .brands ul .dell {
        width: 20%;
    }
}

.cwf-container .cwf-button-control .cwf-button[type=submit] {
    width: 100%;
    text-transform: uppercase;
}