* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.zw-product-header{
    display: none;
}
ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}

:focus {
    outline: 0;
}

ins,
a,
.zs-lp ins,
.zs-lp a {
    text-decoration: none;
}

.zs-lp a {
    color: #337ab7;
    cursor: pointer;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3 {
    font-weight: normal;
    color: #333;
}

.clearfix {
    clear: both;
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.no-margin {
    margin: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.dis-inbl {
    display: inline-block !important;
}

.dis-block,
.dis-blk {
    display: block !important;
}

.text-center {
    text-align: center;
}

.zs-lp .hide {
    display: none !important;
}

.zs-lp .rel-article p.red-color {
    font-size: 14px;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-fix {
    position: fixed;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ababab;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ababab;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ababab;
}

.container.zs-lp {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #383838;
    font-family: var(--zf-primary-regular);
}

.zs-lp .red-clr {
    color: #de5456;
}

.footer-wrapper {
    display: none;
}

.orderflx2 {
    order: 2;
}

.zs-lp .wrapper {
    margin: 0 auto;
    width: 90%;
    max-width: 1140px;
}

.zs-lp section {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.zs-lp header {
    position: fixed;
    width: 100%;
    height: 80px;
    padding: 0 30px;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    z-index: 34;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.2s ease;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zs-lp header .pickmenus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

.zs-lp header.active .signup-button {
    font-size: 11px;
    height: 38px;
}

.zs-lp .signup {
    margin-top: 0;
}

.zs-lp header .signup>a {
    max-width: 240px;
    min-width: 150px;
    height: 41px;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer !important;
}

.zs-lp .signup>a {
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #de5456;
    color: #de5456 !important;
    font-size: 18px;
    text-align: center;
    /*font-weight: 500;*/
    display: inline-block;
    transition: all ease-in-out 0.2s;
    padding: 10px 20px;
    font-family: var(--zf-primary-semibold);
}

.zs-lp .signup a:hover {
    background: #de5456;
    color: #ffffff !important;
}

.zs-lp .product-logo {
    background: url(/sites/zweb/images/commonroot/zoho-logo-web.svg) no-repeat scroll left top / 70px auto;
    color: #361b4b;
    display: inline-block;
    font-size: 21px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding-left: 80px;
    position: relative;
    text-decoration: none;
    width: auto;
    float: none;
    font-weight: 600;
    transition: transform 0.4s ease;
}

.zs-lp .signup-button {
    background: #de5456;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: 250px;
    padding: 15px;
    text-align: center;
    display: inline-block;
    margin-top: 40px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-webkit-transition: all 0.2s ease 0s;
    text-transform: uppercase;
    font-family: var(--zf-primary-semibold);
    font-weight: normal;
}

.zs-lp header .signup-button {
    font-size: 12px;
    height: 41px;
    margin-top: 0;
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #de5456;
    color: #de5456;
    width: auto;
    min-width: 150px;
    max-width: 240px;
    display: inline-block;
    line-height: 10px;
}

.zs-lp header .signup-button:hover {
    background: #de5456;
    color: #ffffff;
    transform: none;
    box-shadow: none;
}

.zs-lp .signup-button:hover {
    box-shadow: 0 5px 20px rgb(234, 93, 95, 0.3);
    transform: scale(1.01);
    border-color: transparent;
    cursor: pointer;
}

.zs-lp .to-animate {
    opacity: 0;
}

.col_1_of_12 {
    width: 8.33%;
}

.col_2_of_12 {
    width: 16.66%;
}

.col_3_of_12 {
    width: 25%;
}

.col_4_of_12 {
    width: 33.33%;
}

.col_5_of_12 {
    width: 41.66%;
}

.col_6_of_12 {
    width: 50%;
}

.col_7_of_12 {
    width: 58.33%;
}

.col_8_of_12 {
    width: 66.66%;
}

.col_9_of_12 {
    width: 75%;
}

.col_10_of_12 {
    width: 83.33%;
}

.col_11_of_12 {
    width: 91.66%;
}

.col_12_of_12 {
    width: 100%;
}

.zs-lp .flexbox {
    display: flex;
}

.fnt-bold {
    font-family: var(--zf-primary-bold);
}

.fnt-semibold {
    font-family: var(--zf-primary-semibold);
}
 
/* common classess end */
.zs-lp .banner {
    background: #ffffff;
    width: 100%;
    margin-top: 80px;
    ;
    overflow: hidden;
}

.zs-lp .banner img {
    margin-bottom: -6px;
}

.zs-lp .banner-cntn {
    position: relative;
    max-width: 1200px;
    margin: 80px auto 0;
    text-align: center;
}

.zs-lp .banner-cntn h1 {
    font-size: 60px;
    color: #181818;
    width: 70%;
    margin: 0 auto;
    letter-spacing: -2px;
    line-height: 1;
}

.zs-lp .banner-cntn p {
    font-size: 20px;
    width: 65%;
    padding: 25px 0 45px;
    letter-spacing: 0;
    margin: 0 auto;
}

.zs-lp .second,
.zs-lp .fourth,
section.six {
    background: #FAFAFD;
}

.zs-lp .second .wrapper,
.zs-lp .third .wrapper,
.zs-lp .fourth .wrapper,
.zs-lp .seven .wrapper {
    padding: 120px 0;
}

.zs-lp .second .wrapper {
    max-width: 590px;
}

.zs-lp .seven .wrapper {
    max-width: 940px;
}

.zs-lp .cntn-wrapper {
    margin-top: 0;
}

.zs-lp .fea-ctn {
    width: 55%;
    margin: 0 auto;
    padding-top: 120px;
}

.zs-lp .seven p {
    font-size: 22px;
}

.zs-lp h2 {
    font-size: 45px;
    color: #181818;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 100px;
    font-family: var(--zf-primary-bold);
}

.zs-lp .left-contain,
.zs-lp .right-contain {
    width: 45%;
    padding: 0 30px;
}

.zs-lp .report-filter-main-img,
.zs-lp .report-filter-sub-img {
    box-shadow: -2px 10px 20px rgba(162, 182, 214, 0.19);
    border-radius: 6px;
}

.zs-lp .report-filter-ele-img {
    position: absolute;
    max-width: 70%;
    top: 5%;
    left: 32%;
}

.zs-lp .report-filter-main-img {
    position: relative;
    max-width: 75%;
}

.zs-lp .report-filter-sub-img {
    position: absolute;
    max-width: 55%;
    left: 40%;
    top: 45%;
}

/*.zs-lp .left-contain{
    padding: 0 30px 0 0;
  }*/
.zs-lp .right-contain {
    width: 55%;
    /*padding: 0 0 0 60px*/
}

.zs-lp .note-sec span {
    color: #181818;
}

.zs-lp .right-contain .box {
    background: #f8ffff;
    border: 1px dashed #80D2D2;
    color: #181818;
    padding: 25px 100px 25px 30px;
}

.zs-lp .cntn-title {
    font-size: 18px;
}

.zs-lp .left-contain .sticky {
    position: sticky;
    top: 120px;
}

.zs-lp .left-contain .sticky video {
    width: 80%;
    margin-left: 30px;
    border: 1px solid #e8e8e8;
}

.zs-lp .left-contain .sticky .videocontainer {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.zs-lp .left-contain .sticky .videocontainer .pattern-anim {
   
    position: absolute;
    top: -100px;
    left: 0px;
    background: url(/sites/zweb/images/survey/zslp-survey-report-pattern.png) no-repeat;
    background-size: 100%;
    height: 100%;
    z-index: -1;
    width: 105%;
}

.zs-lp .left-contain .sticky .videocontainer .pattern-anim:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    height: 100%;
    /*background-color:#f7f9fe;*/
    /*transition: height 0.8s ease;*/
    /*transition: all 0.8s ease;*/
}

section.fourth .left-contain .sticky .videocontainer,
section.six .left-contain .sticky .videocontainer {
    margin-left: 50px;
}

.zs-lp .left-contain .sticky .videocontainer .pattern-anim.active:after {
    height: 0;
}

.zs-lp section.fourth .left-contain .sticky {
    top: 160px;
}

.zs-lp .right-contain p a {
    font-family: var(--zf-primary-semibold);
    color: #567fc2;
}

.zs-lp .sec-title {
    max-width: 600px;
    margin: 0 auto;
}

.zs-lp .tab-nav {
    padding: 20px 0 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 9%;
    background-color: transparent;
    transition: background-color 0.4s ease, padding 0.4s ease;
    border-bottom: 1px solid transparent;
}

.zs-lp .tab-nav.active {
    background-color: #fff;
    position: fixed;
    top: 57px;
    z-index: 22;
    border-bottom-color: #e8e8e8;
}

.zs-lp .tab-nav ul {
    display: flex;
    justify-content: center;
    width: 530px;
    margin: 0 auto;
}

.zs-lp .tab-nav ul li {
    color: #383838;
    font-size: 20px;
    margin: 0 30px;
    cursor: pointer;
    transition: font-size 0.3s ease;
    padding: 0 0 10px;
    position: relative;
}

.zs-lp .tab-nav ul li:after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #de5456;
    left: 0;
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
}

.zs-lp .tab-nav ul li.active:after {
    width: 100%;
}

.zs-lp .tab-nav.active ul li {
    font-size: 18px;
}

.zs-lp .tab-nav ul li:first-child {
    margin-left: 0;
}

.zs-lp .tab-nav ul li:last-child {
    margin-right: 0;
}

.zs-lp .tab-nav ul li.active {
    color: #181818;
}

.zs-lp .outer-container {
    margin-top: 0;
}

section.five,
section.six {
    padding: 120px 0;
}

/*section.six{
    background-image: linear-gradient(to bottom right, #f6fafd,#fff);
  }*/
.zs-lp h3 {
    font-size: 30px;
    color: #181818;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 30px;
    font-family: var(--zf-primary-semibold);
}

.zs-lp section.fourth .cntn-wrapper+.cntn-wrapper {
    margin-top: 180px;
}

.zs-lp .section7 {
    margin-bottom: 0px;
}

.zs-lp .section7 .wrapper {
    width: 65%;
}

.zs-lp .quotes {
    max-width: 30px;
    padding-bottom: 20px;
}

.zs-lp .footerimg {
    background: url(/sites/zweb/images/survey/gatherdata-footer.jpg) no-repeat;
    background-attachment: fixed;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 80px 0;
}

.zs-lp .survey-logo-bg {
    background: #ffffff;
    padding: 25px;
    -webkit-box-shadow: 0px 10px 20px rgb(30, 30, 30, 0.4);
    -moz-box-shadow: 0px 10px 20px rgb(30, 30, 30, 0.4);
    -ms-box-shadow: 0px 10px 20px rgb(30, 30, 30, 0.4);
    -o-box-shadow: 0px 10px 20px rgb(30, 30, 30, 0.4);
    box-shadow: 0px 10px 20px rgb(30, 30, 30, 0.4);
    border-radius: 999px;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 35px);
    margin-top: 50px;
    text-align: center;
    padding: 10px;
}

.zs-lp .survey-logo {
    background: rgba(0, 0, 0, 0) url("/sites/zweb/images/producticon/survey.svg") no-repeat;
    height: 50px;
    line-height: 30px;
    display: inline-block;
    position: absolute;
    width: 40px;
    left: calc(50% - 20px);
    bottom: 10px;
    height: 40px;
    background-size: 100%;
}

.zs-lp .zoho-survey {
    color: #ffffff;
    font-size: 18px;
    padding: 120px 0 0;
    display: inline-block;
}

.zs-lp .banner-signup-now a,
.zs-lp .footerimg .banner-signup-now a {
    background: #de5456;
    color: #ffffff !important;
    font-size: 16px;
    text-align: center;
    font-family: var(--zf-primary-semibold);
    display: inline-block;
    transition: all ease 0.2s;
    text-transform: uppercase;
    cursor: pointer !important;
    visibility: visible;
    opacity: 1;
    min-width: 240px;
    padding: 18px 30px;
    max-width: 260px;
}

.zs-lp .footerimg_content {
    padding: 10px 0 70px;
}

.zs-lp .footerimg_text {
    font-size: 50px;
    font-family: var(--zf-primary-bold);
    color: #ffffff;
    padding-bottom: 30px;
    line-height: 1.1;
}

.zs-lp .footer {
    text-align: center;
    bottom: 0;
    width: 100%;
    padding: 60px 0 70px;
    background: #FFFFFF;
    z-index: 0;
    position: fixed;
}

.zs-lp .zoho-logo {
    max-width: 80px;
    padding: 4px 0px;
}

.zs-lp .footer-text {
    font-size: 14px;
    color: #111111;
    padding: 10px 0 0;
    margin: 0;
}

.zs-lp .footer-text a {
    color: #f05069;
}

/*************** Related-Article Section Starts  ************/
.zs-lp .related-article {
    padding: 130px 0 140px;
    margin: 0 auto;
    text-align: center;
    background-attachment: fixed;
    backface-visibility: hidden;
    position: relative;
    background-color: #FAFAFD;
    border-bottom: 1px solid #efefef;
}

.zs-lp .related-article .red-color {
    color: #337ab7;
    cursor: pointer;
}

.zs-lp .related-article .red-color:after {
    content: "";
    background-image: url(/sites/zweb/images/survey/survey-question-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 13px;
    height: 10px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 12px;
    transition: left 0.4s ease;
    filter: invert(0);
}

.zs-lp .rel-article1:hover .red-color:after,
.zs-lp .rel-article2:hover .red-color:after,
.zs-lp .rel-article3:hover .red-color:after {
    left: 18px;
}

.zs-lp .rel-article1:hover,
.zs-lp .rel-article2:hover,
.zs-lp .rel-article3:hover {
    cursor: pointer;
}

.zs-lp .related-article h2 {
    font-size: 44px;
    display: inline-flex;
    margin-bottom: 25px;
}

.zs-lp .related-article p {
    font-size: 18px;
    color: #383838;
    line-height: 26px;
    margin-bottom: 25px;
}

.zs-lp .rel-article {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding-top: 60px;
    /*padding-bottom: 140px;*/
}

.zs-lp .rel-article h4 {
    font-size: 26px;
    color: #181818;
    line-height: 30px;
    margin-bottom: 20px;
}

.zs-lp .rel-article1,
.zs-lp .rel-article2,
.zs-lp .rel-article3 {
    border: 1px solid #000000;
    padding: 65px 50px 50px;
    margin-right: 20px;
    background-color: #FFFFFF;
    border: 1px solid #EAEAF3;
    width: 33.3%;
    text-align: left;
    transition: transform 0.6s ease, box-shadow 0.5s ease;
}

.zs-lp .rel-article1:hover,
.zs-lp .rel-article2:hover,
.zs-lp .rel-article3:hover {
    transform: scale(1.05);
    border-color: #dcdcdf;
    box-shadow: 0px 0px 83px 7px rgba(68, 67, 85, 0.1);
    transition: transform 0.6s ease;
}

.zs-lp .rel-article3 {
    margin-right: 0;
}

.zs-lp .read-more {
    color: #545657;
}

.zs-lp .article .author-img {
    width: 56px;
    height: 56px;
}

.zs-lp .author-img {
    width: 36px;
    height: 36px;
}

.zs-lp .name {
    padding-top: 40px;
    display: flex;
}

.zs-lp .name p {
    line-height: 1.5;
    padding: 0px 0 0 10px;
}

.zs-lp .name span:first-child {
    font-size: 13px;
    color: #181818;
}

.zs-lp .name span:last-child {
    font-size: 12px;
}

.zs-lp .date {
    color: #383838;
}

/*************** Related-Article Section Ends  ************/
/**/
@media only screen and (max-width: 1023px) {

    .zs-lp .wrapper,
    .zs-lp .related-article .wrapper {
        width: 90%;
    }

    .zs-lp .second,
    .zs-lp .fourth,
    section.six,
    .zs-lp .left-contain,
    .zs-lp .right-contain {
        text-align: left;
    }

    .zs-lp .banner-cntn h1 {
        font-size: 48px;
        width: 90%;
    }

    .zs-lp .banner-cntn p {
        width: 80%;
    }

    .zs-lp .left-contain,
    .zs-lp .right-contain {
        margin-bottom: 30px;
    }
}

/**/
@media only screen and (max-width: 1000px) {

    .zs-lp .left-contain,
    .zs-lp .right-contain {
        width: 100%;
    }

    .zs-lp .left-contain,
    .zs-lp .right-contain {
        margin-bottom: 40px;
    }

    .pos-rel {
        text-align: center;
    }

    .zs-lp .wrapper {
        width: 70%;
    }

    .zs-lp .seven .wrapper {
        width: 90%;
    }

    .zs-lp .cntn-wrapper.flexbox {
        flex-direction: column-reverse;
    }

    /*.zs-lp .fea-ctn {
        padding-top: 50px;
  }*/
    .zs-lp .fea-ctn {
        width: 85%;
    }

    /*  .pos-rel,.zs-lp .second, .zs-lp .fourth, section.six,.zs-lp .left-contain, .zs-lp .right-contain{
      text-align: center;
    }*/
    .zs-lp .third .right-contain {
        padding: 0px 0 0;
    }

    .zs-lp .flexbox {
        flex-direction: column;
    }

    .zs-lp section.five .flexbox {
        flex-direction: column-reverse;
    }

    .zs-lp .report-filter-ele-img {
        max-width: 20%;
        left: 52%;
    }

    .zs-lp .report-filter-main-img {
        max-width: 50%;
        left: -10%;
    }

    .zs-lp .report-filter-sub-img {
        max-width: 42%;
    }

    .zs-lp .left-contain .sticky video {
        width: 50%;
        margin-left: 0;
    }

    section.fourth .left-contain .sticky .videocontainer,
    section.six .left-contain .sticky .videocontainer {
        margin-left: 0;
    }

    .zs-lp .left-contain .sticky .videocontainer .pattern-anim {
        width: 68%;
        top: -70px;
        left: 21%;
    }

    .zs-lp .left-contain .sticky .videocontainer {
        text-align: center;
        margin-top: 100px;
    }

    .zs-lp .right-contain .box {
        width: 80%;
        margin: 0 auto;
        padding: 30px 30px;
    }

    section.five,
    section.six {
        padding: 80px 0;
    }

    .zs-lp .second .wrapper,
    .zs-lp .third .wrapper,
    .zs-lp .fourth .wrapper,
    .zs-lp .seven .wrapper {
        padding: 80px 0;
    }

    .zs-lp .seven p {
        font-size: 20px;
    }

    .zs-lp .footerimg {
        padding: 40px 0;
    }

    .zs-lp .rel-article1,
    .zs-lp .rel-article2,
    .zs-lp .rel-article3 {
        padding: 65px 20px 50px;
    }

    .zs-lp .rel-article h4 {
        font-size: 21px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 767px) {
    .zs-lp .left-contain .sticky .videocontainer .pattern-anim {
        width: 65%;
        top: -100px;
        left: 22%;
    }

    .zs-lp .section7 .wrapper {
        width: 80%;
    }

    .zs-lp .fea-ctn {
        width: 90%;
    }

    .zs-lp .left-contain .sticky video {
        width: 50%;
    }

    .zs-lp .wrapper {
        width: 90%;
    }

    .zs-lp .banner-cntn p {
        width: 90%;
    }

    .zs-lp .banner-cntn h1 {
        font-size: 42px;

    }

    .zs-lp .report-filter-ele-img {
        max-width: 40%;
    }

    .zs-lp .report-filter-main-img {
        max-width: 55%;
    }

    .zs-lp .report-filter-sub-img {
        max-width: 45%;
    }

    .zs-lp .seven p {
        font-size: 18px;
    }

    .zs-lp .right-contain .box {
        width: 90%;
    }

    .zs-lp .fea-ctn {
        width: 90% !important;
    }

    .zs-lp .signup {
        display: none;
    }

    .zs-lp header.lessheight {
        height: 40px;
        transition: all ease-in-out 0.2s;
        padding: 0 20px;
    }

    .zs-lp .header-fixed .product-logo {
        background: rgba(0, 0, 0, 0) url("/sites/zweb/images/commonroot/zoho-logo-web.svg") no-repeat scroll left top / 70px auto;
        height: 26px;
        line-height: 26px;
        padding-left: 80px;
    }

    .zs-lp .banner-section {
        margin: 110px auto 0;
    }

    .zs-lp .related-article {
        padding: 80px 0 80px;
    }

    .zs-lp .related-article h2 {
        margin-bottom: 0;
    }

    .zs-lp .rel-article {
        flex-flow: column;
        align-items: center;
    }

    .zs-lp .rel-article1,
    .zs-lp .rel-article2,
    .zs-lp .rel-article3 {
        margin-right: 0;
        width: 300px;
    }

    .zs-lp .rel-article2,
    .zs-lp .rel-article3 {
        margin-top: 50px;
    }

    .zs-lp .rel-article1:hover,
    .zs-lp .rel-article2:hover,
    .zs-lp .rel-article3:hover {
        transform: none;
        box-shadow: none;
    }

    .zs-lp .left-contain .sticky video {
        border: none;
    }
}

@media only screen and (max-width: 650px) {
    .zs-lp .left-contain .sticky video {
        width: 55%;
    }

    .zs-lp .left-contain .sticky .videocontainer .pattern-anim {
        width: 70%;
        top: -80px;
        left: 20%;
    }

    .zs-lp .footerimg_text {
        font-size: 42px;
    }

    .zs-lp .fea-ctn {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 500px) {

    .zs-lp .left-contain,
    .zs-lp .right-contain {
        padding: 0 0px;
    }

    .zs-lp .right-contain .box {
        padding: 20px 20px;
    }

    .zs-lp .banner-cntn {
        margin: 70px auto 0;
    }

    .zs-lp .banner-cntn p {
        font-size: 18px;
    }

    .zs-lp .banner-cntn h1 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .zs-lp .footerimg_text {
        font-size: 30px;
    }

    .zs-lp .left-contain .sticky .videocontainer .pattern-anim {
        width: 95%;
        top: -80px;
        left: 10%;
    }

    .zs-lp .left-contain .sticky video {
        width: 70%;
    }

    .zs-lp .footerimg_text {
        padding-bottom: 0;
    }

    .zs-lp .second .wrapper,
    .zs-lp .third .wrapper,
    .zs-lp .fourth .wrapper,
    .zs-lp .seven .wrapper {
        padding: 50px 0;
    }

    section.five,
    section.six {
        padding: 50px 0;
    }

    .zs-lp .report-filter-main-img {
        max-width: 65%;
    }

    .zs-lp .footerimg {
        padding: 10px 0 0;
    }

    .zs-lp .fea-ctn {
        padding-top: 60px;
    }

    .zs-lp .banner {
        margin-top: 60px;
    }

    .zs-lp .footer-text {
        font-size: 10px;
    }

    .zs-lp .related-article h2 {
        font-size: 34px;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 400px) {
    .zs-lp .banner-cntn h1 {
        font-size: 32px;
    }

    .zs-lp header {
        padding: 0 20px;
    }

    .zs-lp .signup>a {
        padding: 10px 10px;
    }
}

/**/