body {
    background: #fff;
}
.help-wrap {
    padding: 0px 0;}
.help-wrap .col-block > span{background: url(/sites/zweb/images/commerce/help-new-icon-sprite-commerce.png);background-size: 900px auto;}

.help-wrap .col-block:first-child > span {
    background-position: -50px 0;
}
.help-wrap .col-block:nth-child(2) > span {
    background-position: -100px -202px;
}
.help-wrap .col-block:nth-child(3) > span {
    background-position: -202px -200px;
}
.help-wrap .col-block:nth-child(4) > span {
    background-position: -151px -201px;
}
.help-wrap .col-block:nth-child(5) > span{
    background-position: -350px 0;
}
.help-wrap .col-block:nth-child(7) > span {
    background-position: -650px -150px;
}
.help-wrap .col-block:nth-child(8) > span {
   background-position: -250px -50px;
}
.help-wrap .col-block:nth-child(9) > span {
   background-position: -100px -50px;
}
.help-wrap .col-block:nth-child(10) > span {
    background-position: -500px 0;
}
.help-wrap .col-block:nth-child(11) > span {
    background-position: -549px 0px;
}
.help-wrap .col-block:nth-child(12) > span {
    background-position: -300px -150px;
}

         .zpopup_wrapper {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, .95);
            overflow: auto;
            z-index: 9999;
            display: none;
        }

        .zpopup_wrapper.show {
            display: flex;
        }

        .zpopup_wrapper .zpopup_container {
            max-width: 1020px;
            width: 90%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            align-content: center;
            margin: auto;
            padding: 40px;
            background: #f2f4ff;
            border-radius: 10px;
            position: relative;

            overflow: hidden;

        }
 .zpopup_content .ct-btn {
            background: #f0483e;
            padding: 8px 25px;
            color: #fff;
            margin-right: 20px;
        }

        .zpopup_content h2 {
            font-size: 30px;
        }

        .zpopup_content.zpc5 h2 {
            max-width: 680px;
        }

        .zpopup_content h3 {
            color: #585afa;
            font-size: 20px;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

        .zpopup_container:before {
            width: 800px;
            height: 700px;
            border-radius: 50%;
            position: absolute;
            content: "";
            top: -102%;
            background: #6095f9;
            left: -23%;
            z-index: 0;
            opacity: 0.07;
        }

        .zpopup_container:after {
            width: 620px;
            height: 400px;
            border-radius: 50%;
            position: absolute;
            content: "";
            top: -62%;
            background: #6095f9;
            right: -7%;
            z-index: 0;
            opacity: 0.07;

        }

        .zpopup_content p {
            margin-bottom: 50px;
        }


        .zpopup_content a {
            display: inline-block
        }

        .zpopup_content a+a {
            font-family: var(--zf-primary-semibold);
            border-bottom: 1px solid;
        }

        .bulb_popup {
            position: fixed;
            width: 100px;
            height: 100px;
            top: 48%;
            right: 40px;
            z-index: 99;
            
        }

        .bulb_content {
            opacity: 0;
            transition: 0.75s all ease;
            position: absolute;
            right: 110px;
            width: 210px;
            font-size: 14px;
            background: #f5f5f5;
            padding: 10px;
            top: 30px;
            border-radius: 10px;
            transform: translateY(20px);
            border: 1px solid #e2e2e2;
            visibility: hidden;
            cursor: pointer;
        }
        #bulb_popup{
            cursor: pointer;
            width:100%;
            height: 100%;
            position: absolute;
        }
        #popup_shadow{
            width:89px;
            height: 89px;
            top:10px;
            left:6px;
            box-shadow:0px 5px 20px 9px #0000001f;
            border-radius: 50%;
            position: absolute;
        }

        #bulb_popup:hover + .bulb_content {
            opacity: 1;
            transform: translateY(0px);
            visibility: visible
        }

        .zpopup_content {
            font-size: 18px;
            position: relative;
            z-index: 99;
            max-width: 100%;
            width: 100%;
            background: url(/sites/zweb/images/pagesense/cro-01.png) no-repeat 95% 100%;
            background-size: 280px;
            padding-right: 290px;
            display: none;
        }

        .zpopup_content.show {
            display: block;
        }

        .zpopup_content.zpc2 {
            background: url(/sites/zweb/images/pagesense/cro-02.png) no-repeat 95% 100%;
            background-size: 280px;
        }

        .zpopup_content.zpc3 {
            background: url(/sites/zweb/images/pagesense/cro-03.png) no-repeat 95% 80%;
            background-size: 260px;
        }

        .zpopup_content.zpc4 {
            background: url(/sites/zweb/images/pagesense/cro-04.png) no-repeat 95% 100%;
            background-size: 280px;
        }

        .zpopup_content.zpc5 {
            background: url(/sites/zweb/images/pagesense/cro-05.png) no-repeat 95% 100%;
            background-size: 280px;
        }

        .zpopup_content ul li {
            list-style-type: disc;
            line-height: 30px;
        }

        .zpopup_content ul {
            padding-left: 30px;
            margin: 10px 0 30px;
        }

        .zclose-icon {
            position: absolute;
            right: 10px;
            top: 15px;
            width: 32px;
            height: 32px;
            opacity: 0.3;
            z-index: 991;
            cursor: pointer;
        }

        .zclose-icon:hover {
            opacity: 1;
        }

        .zclose-icon:before,
        .zclose-icon:after {
            position: absolute;
            left: 15px;
            content: ' ';
            height: 22px;
            width: 2px;
            background-color: #333;
        }

        .zclose-icon:before {
            transform: rotate(45deg);
        }

        .zclose-icon:after {
            transform: rotate(-45deg);
        }

        .zpopup_content.hide {
            display: none;
        }
        .bulb_popup img {
            position: absolute;
        }

        @media only screen and (max-width:767px){
            .bulb_popup,.zpopup_wrapper{
                display: none !important
            }
        }
.link-wrap a {
    font-size: 13px;
    color: #0578ff;
}
.link-wrap a:not(.link-wrap a:last-child):after {
    content: '';
    display: inline-block;
    border-right: 1px solid #ccc;
    margin: 0 8px;
    width: 1px;
    height: 18px;
    position: relative;
    top: 5px;
}