*{
    box-sizing: border-box;
}
h2, h3{
    font-family: var(--secondaryfont-bold);
}
.zw-product-header {
    background: #fff8e4;
}
.content-wrap {
    max-width: 1220px;
}
.zwc_common_row {
    display: flex;
    justify-content: space-between;
}
.zwc_fatigue_banner p {
    font-size: 1.125rem;
    line-height: 32px;
    margin-bottom: 28px;
}
.zwc_fatigue_banner p:last-child {
    margin-bottom: 0px;
}
.zwc_fatigue_banner h1 {
    font-size: 3.37rem;
    line-height: 62px;
    margin-bottom: 35px;
}
.zwc_fatigue_banner .left-sec {
    width: 50%;
}
.zwc_fatigue_banner .right-sec {
    width: 45%;
    text-align: right;
}
.zwc_fatigue_banner {
    background: #FFF8E4;
    padding: 100px 0 120px;
}
.zwc_fatigue_banner p i {
    line-height: 38px;
}
.zwc_fatigue_banner p i {
    margin-bottom: 42px;
    display: block;
}
.img-field {
    position: relative;
}
.zwc_seo_heading span {
    font-family: var(--secondaryfont-bold);
    font-size: 1.125rem;
    line-height: 26px;
}
.list-menu-wrap li{
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.list-menu-wrap span {
    font-size: 1rem;
    line-height: 26px;
}
.list-menu-wrap .zwc_seo_heading span {
    font-family: var(--secondaryfont-bold);
    font-size: 1.125rem;
    line-height: 30px;
}
.scroller-full-section {
    position: relative;
    padding-top: 77px;
    padding-bottom: 110px;
}
.list-menu-wrap ul {
    background: #FAFAFA;
    padding: 35px 58px 45px 44px;
    width: 418px;
    position: sticky;
    top: 100px;
    border-radius: 10px;
}
.content-full-section {
    padding-left: 80px;
}
.inner-information h2 {
    font-size: 2.37rem;
    line-height: 36px;
    margin-bottom: 20px;
}
.inner-information p {
    font-size: 1.0625rem;
    line-height: 34px;
    margin-bottom: 0;
}
.inner-information h6 {
    font-size: 1.25rem;
    line-height: 34px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 5px;
}
.scroller-content {
    padding-top: 50px;
}
.scroller-content.zwc_heading_content, .scroller-content.zwc_first_content{
    padding-top: 34px; 
}
.user-list-wi {
    padding: 40px 0 0;
}
.user-list-wi li {
    position: relative;
    padding-left: 40px;
    font-size: 1.0625rem;
    line-height: 34px;
    margin-bottom: 20px;
}
.user-list-wi li:last-child {
    margin-bottom: 0px;
}
.user-list-wi li::before {
    content: '';
    background: #66ac5a;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 7px;
    top: 8px;
    border-radius: 100%;
}
.user-list-wi li::after {
    content: '';
    display: block;
    width: 0.27em;
    height: 0.54em;
    border: solid #fff;
    border-width: 0 0.1em 0.1em 0;
    position: absolute;
    left: 14.4px;
    top: 13.5px;
    margin-top: -1px;
    -webkit-transform: rotate(48deg);
    -moz-transform: rotate(48deg);
    -o-transform: rotate(48deg);
    transform: rotate(48deg);
}
.user-list-wi li span {
    font-family: var(--zf-secondary-medium);
}
.new-type-heading {
    padding: 0px 0 35px;
    text-align: center;
}
.new-type-heading .box-heading {
    display: block;
}
.brown-heading.box-heading {
    background: #453E2D;
    width: 357px;
}
.green-heading.box-heading {
    background: #69D85F;
    width: 302px;
}
.green-heading.box-heading.gh-small {
    width: 210px;
}
.box-heading {
    padding: 10px 10px;
    border-radius: 5px;
    margin: auto;
    color: #fff;
    line-height: 24px;
    font-family: var(--primaryfont-bold);
    font-size: 1.125rem;
}
.inner-information.multiple-para p {
    margin-bottom: 32px;
}
.inner-information.multiple-para p:last-child {
    margin-bottom: 0px;
}
.scroller-content.zwc_end_sec.section {
    padding-bottom: 70px;
}
.end-cta {
    background: #fbfafb;
    padding: 80px 0;
}
.cta-wrap {
    text-align: center;
}
.cta-wrap h2 {
    font-size: 3rem;
    max-width: 630px;
    margin: 0 auto 20px;
    line-height: 58px;
}
.cta-wrap a {
    padding: 12px 30px;
    font-size: 1.0625rem;
}
.list-menu-wrap ul li:nth-child(5), .list-menu-wrap ul li:nth-child(10) {
    padding-bottom: 18px;
}
.list-menu-wrap ul li:not(.zwc_seo_heading) {
   padding-left: 18px;
}
.list-menu-wrap li::before{
    content: '';
    background: #000;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 2px;
    top: 11px;
}
.list-menu-wrap li.zwc_seo_heading::before{
    display: none;
}
.img-field .left-side-shrt-img {
    position: absolute;
    left: 10px;
    bottom: 150px;
}
.img-field .right-side-shrt-img {
    position: absolute;
    right: -80px;
    bottom: -50px;
}
.img-field .top-side-shrt-img {
    position: absolute;
    right: -36px;
    top: 170px;
}
.left-side-shrt-img, .right-side-shrt-img{
    transition: all 1s ease-in;
}
.left-side-shrt-img{
    animation: anim2 6s ease-in-out infinite;
    -webkit-animation: anim2 6s ease-in-out infinite;
}
.right-side-shrt-img{
    animation: anim1 6s ease-in-out infinite;
    -webkit-animation: anim1 6s ease-in-out infinite;
}
.user-list-wi.no-padd{
    padding: 0;
}
.brown-heading.box-heading.gh-large {
    width: 503px;
}
.inner-information.multiple-para p b {
    font-family: var(--zf-secondary-medium);
}
.list-menu-wrap ul li:not(.zwc_seo_heading).active {
    color: #0070ff;
}	
.scroller-content.section img {
    margin: 50px 0 0;
}
.scroller-content.section.zwc_heading_content img {
    margin: 30px 0;
}

@media only screen and (min-width:992px){
.fade-top{
    opacity: 0;
    transform: translate(0px, 30px);
    transition: all 300ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}
.in-view.fade-top{
    opacity: 1;
    transform: translate(0px, 0px);
}
}

@-webkit-keyframes anim2 {
    0% {
        transform: translatey(0)
    }
    50% {
        transform: translatey(15px)
    }
    100% {
        transform: translatey(0)
    }
}
@keyframes anim2 {
    0% {
        transform: translatey(0)
    }
    50% {
        transform: translatey(15px)
    }
    100% {
        transform: translatey(0)
    }
}
@-webkit-keyframes anim1 {
    0% {
        transform: translatey(0)
    }
    50% {
        transform: translatey(-15px)
    }
    100% {
        transform: translatey(0)
    }
}
@keyframes anim1 {
    0% {
        transform: translatey(0)
    }
    50% {
        transform: translatey(-15px)
    }
    100% {
        transform: translatey(0)
    }
}


/* Media Query */
@media only screen and (max-width:1399px){
.img-field .right-side-shrt-img {
    right: -50px;
}
.zwc_fatigue_banner {
    overflow-y: hidden;
}
.zwc_fatigue_banner p {
    margin-bottom: 28px;
}
.zwc_fatigue_banner p i {
    margin-bottom: 40px;
}
.zwc_fatigue_banner h1 {
    font-size: 3rem;
    line-height: 50px;
}
}

@media only screen and (max-width:1199px){
.list-menu-wrap ul {
    top: 60px;
}
.cta-wrap h2 {
    font-size: 2.2rem;
    max-width: 530px;
    line-height: 50px;
}
.img-field .top-side-shrt-img {
    right: 0;
    width: 60px;
}
.img-field .right-side-shrt-img {
    right: 0;
    width: 70px;
}
.content-full-section {
    padding-left: 60px;
}
.img-field .right-side-shrt-img {
    right: -24px;
    width: 200px;
}
.img-field .left-side-shrt-img {
    left: -30px;
    width: 200px;
}
.zwc_fatigue_banner h1 {
    font-size: 2.4rem;
    line-height: 45px;
    margin-bottom: 24px;
}
.zwc_fatigue_banner p i {
    margin-bottom: 28px;
}
.zwc_fatigue_banner p {
    margin-bottom: 25px;
}
.zwc_fatigue_banner {
    padding: 100px 0 80px;
}
}

@media only screen and (max-width:991px){
.zwc_common_row {
    justify-content: center;
    flex-direction: column;
}
.scroller-content.section.zwc_heading_content img {
    margin: 10px 0 25px 0;
}
.scroller-content.section img {
    margin: 30px 0 0;
}
.user-list-wi li::before {
    top: 4px;
}
.user-list-wi li::after {
    top: 10px;
}
.zwc_fatigue_banner p i {
    line-height: 30px;
}
.zwc_fatigue_banner p {
    font-size: 1rem;
}
.zwc_fatigue_banner .left-sec, .zwc_fatigue_banner .right-sec  {
    width: 100%;
    text-align: center;
}
.zwc_fatigue_banner h1 {
    font-size: 2.2rem;
    line-height: 42px;
}
.zwc_fatigue_banner .left-sec p {
    max-width: 540px;
    margin: 0 auto 20px;
}
.img-field {
    width: 250px;
    margin: 20px auto 0;
}
.img-field .right-side-shrt-img {
    right: -55px;
}
.img-field .left-side-shrt-img {
    left: -100px;
}
.img-field .top-side-shrt-img {
    right: -22px;
    top: 100px;
}
.zwc_fatigue_banner {
    padding: 70px 0 70px;
}
.list-menu-wrap {
    display: none;
}
.content-full-section {
    padding-left: 0;
}
.scroller-full-section {
    padding-top: 30px;
    padding-bottom: 40px;
    max-width: 90%;
    margin: auto;
}
.scroller-content.zwc_heading_content, .scroller-content.zwc_first_content {
    padding-top: 20px;
}
.scroller-content {
    padding-top: 30px;
}
.scroller-content.zwc_end_sec.section {
    padding-bottom: 40px;
}
.inner-information h2 {
    font-size: 2rem;
    line-height: 36px;
}
.user-list-wi li, .inner-information p, .box-heading {
    font-size: 1rem;
    line-height: 27px;
}
.new-type-heading {
    padding: 0px 0 25px;
}
.cta-wrap h2 {
    font-size: 2rem;
    max-width: 480px;
    line-height: 45px;
}
.end-cta {
    padding: 50px 0;
}
.inner-information.multiple-para p {
    margin-bottom: 20px;
}
.user-list-wi {
    padding: 30px 0 0;
}
.brown-heading.box-heading.gh-large {
    width: 390px;
}
}

@media only screen and (max-width:767px){
.img-field .left-side-shrt-img, .img-field .right-side-shrt-img {
    display: none;
}
.inner-information {
    text-align: center;
}
.img-field .top-side-shrt-img {
    right: -15px;
    width: 50px;
}
.user-list-wi {
    width: 360px;
    max-width: 100%;
    margin: auto;
    text-align: left;
}
.user-list-wi li::after {
    width: 0.25em;
    height: 0.49em;
    left: 13px;
    top: 11px;
}
.user-list-wi li::before {
    width: 16px;
    height: 16px;
    top: 7px;
}
.user-list-wi li {
    padding-left: 33px;
}
.user-list-wi {
    padding: 20px 0 0;
}
.inner-information p {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.inner-information h2 {
    font-size: 1.7rem;
}
.zwc_fatigue_banner h1 {
    font-size: 2rem;
    line-height: 40px;
    max-width: 400px;
    margin: 0 auto 25px;
}
.zwc_fatigue_banner p i {
    margin-bottom: 20px;
}
.zwc_fatigue_banner {
    padding: 50px 0 40px;
}
.box-heading {
    padding: 8px 10px;
}
.cta-wrap h2 {
    font-size: 1.7rem;
    max-width: 400px;
    line-height: 38px;
}
.box-heading {
    font-size: 0.8rem;
    line-height: 18px;
}
.brown-heading.box-heading {
    max-width: 100%;
}
.green-heading.box-heading {
    max-width: 90%;
}
.inner-information h6 {
    font-size: 1.1rem;
    line-height: 30px;
}
.cta-wrap a {
    padding: 10px 30px;
    font-size: 1rem;
}
.scroller-full-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.scroller-full-section {
    max-width: 100%;
}
.brown-heading.box-heading {
    width: 320px;
}
.green-heading.box-heading {
    width: 260px;
}
.scroller-content.section.zwc_heading_content img {
    margin: 5px 0 15px 0;
}
.scroller-content.section img {
    margin: 25px 0 0;
}
.scroller-content {
    padding-top: 20px;
}
}

@media only screen and (max-width:480px){
.img-field {
    width: 220px;
}
.brown-heading.box-heading {
    width: 290px;
}
.green-heading.box-heading {
    width: 240px;
}
}