.field-body * {
    box-sizing: border-box;
}

h1 {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 48px;
}

.zbox ul {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    margin-top: 20px;
    list-style: circle;
    list-style-position: inside;
    font-size: 16px;
}

.zw-product-header{
    background: #fbe8e8;
}

h2 {
    font-size: 34px;
    font-family: var(--zf-primary-bold);
    margin: 0 0 30px;
}

h3 {
    font-size: 18px;
    font-family: var(--primaryfont-bold);
}

.zbanner {
    background: #fbe8e7;
    padding: 70px 0 100px;
    position: relative;
    overflow: hidden;
}

.zbanner:after {
    content: "";
    position: absolute;
    width: 327px;
    height: 367px;
    background: url("/sites/zweb/images/survey/survey-responses/image-1.png");
    right: -60px;
    background-size: 327px;
    bottom: 70px;
}

.zbanner:before {
    width: 378px;
    content: "";
    position: absolute;
    height: 367px;
    background: url("/sites/zweb/images/survey/survey-responses/image-2.png");
    left: -60px;
    background-size: 378px;
    bottom: 0;
}

.zbanner .content-wrap {
    max-width: 800px;
    text-align: center;
}

section.zflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}

section.zflex aside {
    width: 33%;
}

section.zflex .zcontent {
    width: 60%;
}

.zmain-content {
    margin-top: 50px;
}

.zinner-content h3 {
    margin-top: 40px;
}

#screen-categories .zbox {
    background-color: #cffadf;
    padding: 50px;
    border-radius: 5px;
    max-width: 90%;
}

#screen-categories .zbox span {
    padding: 40px;
    background: #fff;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
}

div#screen-question,
#tips {
    margin-top: 80px;
}

.zside-menu a {
    color: #000;
    font-size: 16px;
}

.zside-menu {
    position: sticky;
    top: 70px;
    background: #fafafa;
    padding: 36px;
}

.zside-menu ul {
    margin-bottom: 20px;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 15px;
}

.zside-menu h4 {
    font-family: var(--zf-secondary-extrabold);
}

.zside-menu .active a {
    color: #209afb;
    font-family: var(--primaryfont-semibold);
}

.zside-menu h4.active a {
    font-family: var(--zf-secondary-extrabold);
}

div#tips .zflex {
    display: flex;
    flex-wrap: wrap;
    background: #ebf9fe;
    padding: 40px 0px;
    justify-content: space-around;
}

div#tips .zflex>div {
    width: 42%;
}

.zbox {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}

.zfooter-wrap {
    text-align: center;
    background: #fafafa;
    padding: 80px 0;
}

#screen-question h3 {
    position: relative;
    padding: 30px 0 30px 80px;
}

#screen-question h3:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #fecaca;
    left: 0;
    border-radius: 50%;
    top: 10px;
}

#screen-question h3:after {
    content: "";
    background: url(/sites/zweb/images/survey/survey-responses/image-sprite.png);
    background-size: 140px;
    left: 13px;
    width: 35px;
    height: 35px;
    top: 23px;
    z-index: 1;
    position: absolute;
    background-repeat: no-repeat;
}

#screen-question #save-time h3:after {
    background-position: -35px 0;
}

#screen-question #data h3:after {
    background-position: -70px 0;
}

#screen-question #rates h3:after {
    background-position: -105px 0;
}

.zbox ul li {
    list-style: none;
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px;
}

.zbox ul li:before {
    content: "";
    position: absolute;
    left: 0;
    border: 1px solid #000;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 8px;
}

@media only screen and (max-width: 1280px) {

    .zbanner:before,
    .zbanner:after {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 36px;
    }

    .zside-menu a {
        color: #000;
        font-size: 13px;
    }

    h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    section.zflex aside {
        display: none;
    }

    section.zflex .zcontent {
        width: 100%;
    }

    h2 {
        font-size: 25px;
    }

    div#tips .zflex>div {
        width: 100%;
        padding: 0 30px
    }
}