*,::after,::before {
    box-sizing: border-box
}

.zw-product-header {
    background: #f3f7fa;
}

h1 {
    margin: 0 auto 40px;
    font-family: var(--zf-primary-extrabold);
}

h2,h3 {
    font-family: var(--zf-secondary-bold)
}


/* 
.scs-pop-inr {
    padding: 12px 20px;
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    background: #40bd60;
    width: 100%;
    opacity: 0 
}*/
.cwf-container .cwf-wrap .cwf-single-select-control .cwf-select {-webkit-appearance: none !important;}

.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.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.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(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}



strong {
    font-family: var(--zf-primary-semibold)
}

.content-wrap-details>img {
    width: 100%;
    max-width: 460px;
    margin: 30px auto 30px 0
}

.zillus {
    -webkit-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0)
}

.zdesc .zillus img {
    max-width: 365px
}


.footer-wrapper {
    margin-top: 0
}


.common-links {
    margin-top: 0;
    padding-top: 0
}

/* .zhide {
    display: none
} */

#zbanner {
    padding: 70px 0 115px;
    overflow: hidden;
    position: relative;
    clear: both;
}

#zbanner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f7fa;
    content: ""
}

.content-wrap {
    margin: 0 auto;
    max-width: 1144px;
    width: 95%;
}

.content-wrap-details {
    display: flex;
    justify-content: space-between;
}

.content-wrap-form {
    width: 50%;

}
.zrequest{
    width: 49%;
    padding-top: 60px;
}

.zform-container {
    background: #fff;
    padding: 40px 50px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden
}


/* 
#otheroptions {
    display: none
} */

.zdesc li::before {
    background-image: url(/sites/zweb/images/commerce/requestdemo/demo-icons.svg);
    background-repeat: no-repeat;
    background-size: 145px;
    width: 36px;
    height: 40px;
    content: "";
    position: absolute;
    left: -60px;
    margin: auto;
}

.zdesc li {
    border-bottom: 1px solid #b1d6cc;
    padding: 20px 0;
    position: relative;
    margin-left: 60px;
    width: 270px
}
.zdesc li:last-child{
 border-bottom: none
}

.zdesc li p {
    margin: 0
}

.zdesc {
    margin-top: 20px
}

.zdesc h2 {
    font: 28px/1.2 var(--zf-secondary-semibold);
    margin-bottom: 0px;
}

.demonstration:before {
    background-position: 3px 0;
}

.zdesc li.setup:before {
    background-position: -58px 2px;
    width: 30px;
}

.zdesc li.q_a:before {
    background-position: -28px 4px;
    width: 32px;
}

.zdesc li.pricing_query:before {
    background-position: -86px 0;
    width: 30px;
}
.features_query:before {
    background-position: -116px 0;
}


@media only screen and (max-width: 1380px) {
    .content-wrap {
        max-width:1040px
    }

    .zform-container {
        width: 110%;
        overflow: hidden
    }
}

@media only screen and (max-width: 1040px) {
 
    .zclose {
        top: 18px;
        right: 6px
    }

    #zbanner {
        padding: 60px 0 120px
    }
}

@media only screen and (max-width: 992px) {
    h1 {
        font:32px/1.2 var(--zf-secondary-extrabold);
        max-width: 550px;
    text-align: center;
    }

    .content-wrap-details {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        margin: 0 auto;
        float: none;
   
        flex-direction: column;
    }
    .zrequest{
         width: 100%;
         padding-top: 30px;
   }
    .content-wrap-form {
        max-width: 460px;
        width: 100%;
        margin: 70px auto 0;
        float: none
    }

    .zform-container {
        width: 100%;
        overflow: hidden;
        padding: 40px 30px
    }

    #zbanner {
        padding: 60px 0 80px
    }

    .zdesc h2 {
        font: 26px/1.2 var(--zf-secondary-bold)
    }

    .zdesc {
        text-align: left;
        max-width: 400px;
        margin: auto;
    }

    .content-wrap-form {
        padding-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .main-container-wrapper #mini-panel-product_menu {
        display:block;
        background: #d7ede7
    }

    h1 {
        margin-top: 20px;
        font: 28px/1.2 var(--zf-secondary-extrabold);
        max-width: 480px;
    }

    .zform-container {
        width: 100%
    }

    #zbanner {
        margin-top: 0;
        padding: 20px 0 80px
    }

/*    .umain #zbanner {
        margin-top: 5px
    }*/

    .zdesc h2 {
        font: 23px/1.2 var(--zf-secondary-bold)
    }
}

@media only screen and (max-width: 560px) {
    #zsuccess {
        width:320px;
        margin-left: -160px;
        padding: 30px 20px 20px 20px
    }

    .zillus img {
        max-width: 300px
    }

    .content-wrap {
        width: 90%
    }

  

    .zdesc li {
        width: auto
    }
}



/*In app popup controls*/
.inapp header,.inapp .zwf-new-footer,.inapp .quick-connect-links-wrap,.inapp .z-mobile-menu-v2{display:none}
/*In app popup controls*/