.pagewrapper .content-wrap {
    max-width: 1280px;
    padding: 80px 0;
}

.act-btn {
    padding: 12px 30px;
}

.pagewrapper h1,
.pagewrapper h2,
.pagewrapper h3 {
    font-family: var(--zf-primary-bold);
    letter-spacing: -1px;
}


.flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*Form*/
.lms-contact-sales {
    position: relative;
}

.lms-contact-sales:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: #03111e;
}

.lms-cs-heading h1,
.lms-cs-heading p {
    color: #fff;
    margin: 0 auto 20px;
    text-align: center;
}

.lms-cs-heading h1 {
    font-size: 66px;
}

.lms-cs-heading p {
    font-size: 20px;
    max-width: 600px;
}

.lms-cs-heading h1 span {
    color: var(--vms-light-blue);
    display: block;
}

.req-demo-inner {
    padding: 60px 40px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 1px 10px 20px 18px rgba(0, 0, 0, 0.02);
    max-width: 700px;
    margin: 60px auto 0;
position:relative;
}

.fieldset {
    margin: 0 0 30px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.fieldset .zleft {
    width: 40%;
}

.fieldset .zright {
    width: 60%;
}

.req-demo-inner input[type="text"] {
    border: 1px solid #e3e3e3;
    font-size: 13px;
    height: 38px;
    padding-left: 8px;
    width: 100%;
    outline: 0;
    margin-left: unset !important;
}

.req-demo-inner input[type="text"],
.req-demo-inner textarea,
div.zgdprform-state-container .globalstatecode,
div.zgdprform-countrylist-container .globalcountrycode {
    background: #f9f7ff;
    border: 1px solid #8963f9;
}

.errortext {
    display: none;
}

.req-demo p.errortext {
    margin-bottom: 0;
    font-size: 12px;
    color: red;
    text-align: left;
}

.zsubmit {
    text-align: center;
}

.req-demo-inner input[type="submit"] {
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.req-demo-inner textarea {
    font-size: 13px;
    padding: 5px 8px;
    height: 70px;
    width: 100%;
    resize: none;
    box-sizing: border-box;
}
.lms-thanks-note{
position: fixed;
    left: 50%;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    text-align: center;
    transform: translateX(-50%);
    max-width: 400px;
    margin: 0 auto;
display:none;
}
.lms-thanks-note p{
    background: #40bd60;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 13px;
animation: bounceIn .8s forwards;
}
/*End Form*/
@media(max-width:1600px) {
    .lms-cs-heading h1 {
        font-size: 56px;
    }
}

@media(max-width:1199px) {
    .lms-cs-heading p {
        font-size: 18px;
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .pagewrapper .content-wrap {
        width: 94%;
        padding: 70px 0;
    }

}


@media all and (max-width:991px) {

    .pagewrapper .content-wrap {
        padding: 70px 0;
    }

    .lms-cs-heading h1 {
        font-size: 42px;
    }
}

@media all and (max-width:767px) {
          /* footer all product hide */
		  .zcommon-link-container>span.zallprd-menu{
			display: none;
		  }
			/* footer all product hide */
    .pagewrapper header .content-wrap {
        max-width: 100%;
    }

    .pagewrapper .content-wrap {
        padding: 60px 0;
        max-width: 600px;
    }

    .lms-cs-heading h1 {
        font-size: 34px;
    }

    .lms-cs-heading p {
        font-size: 16px;
    }

    .req-demo-inner {
        padding: 30px;
    }

    .fieldset .zleft,
    .fieldset .zright {
        width: 100%;
    }
}