/******** Widget *****/

.zb-widget {
    background: #fbfbfb;
    border: 1px solid #e1e1e1;
    padding: 40px 0px;
    max-width: 400px;
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 10;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
@keyframes bouncein{
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
        animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
    }
    0% {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }
    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }
    60% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }
    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }
    100% {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.zb-widget p {
    padding: 0 30px;
    font-family: var(--primaryfont-semibold);
    margin-bottom: 10px;
}
.zb-widget.fixed {
    animation: bouncein .8s forwards;
    opacity: 1;
    visibility: visible;
}

.umain .zb-widget {
     display: none;
}

span.close-icon:after, span.close-icon:before {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background: #000;
    border-radius: 10px;
    position: absolute;
    right: 5px;
    top: 16px;
}

span.close-icon:before {
    transform: rotate(45deg);
}

span.close-icon {
    position: absolute;
    right: 24px;
    top: 4px;
    cursor: pointer;
    padding: 0 15px 0 0;
    font-size: 13px;
}

span.close-icon:after {
    transform: rotate(-45deg);
}

.zb-widget.fixed.close {
    opacity: 0;
    visibility: hidden;
    animation: none;
    transition: all .5s ease;
}
.zb-widget a.act-btn.cta-btn {
    padding: 8px 20px;
    font-size: 15px;
}
.zb-widget span.close-icon:after, .zb-widget span.close-icon:before {
    background: #000;
}
.zb-widget span.close-icon {
    top: -3px;
    right: 10px;
}

/******** Widget End *****/

/* promotion section */

.zpromotion {
    background: #563e3c;
    padding: 12px 20px;
    position: relative;
    box-sizing: border-box;
    z-index: 10;
}

.zpromotion p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: var(--zf-primary-semibold);
}

.zpromotion p span {
    margin-right: 0;
    font-family: var(--zf-primary-extrabold);
}

.zpromotion p a {
    border-bottom: 1px solid #f9df1e;
    padding: 0px 0px;
    display: inline-block;
    color: #ffe41b;
    line-height: 1.3;
    margin-left: 0px;
    font-size: 13px;
    font-family: var(--zf-primary-extrabold);
}

.zpremoclose {
    position: absolute;
    right: 22px;
    top: 13px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    text-indent: -9999px;
}

.zpremoclose:before,
.zpremoclose:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 11px;
    width: 2px;
    background-color: #8d4016;
    top: 5px;
}

.zpremoclose:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.zpremoclose:before {
    transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


/* promotion section end*/
#block-system-main {
    margin: 0;
}
.help-sections {
    padding-top: 3em;
    background: #fffaf9;
}
.search-wrap input.search-field {
    box-shadow: 0 8px 10px #00000014;
}
.banner-wrap .search-wrap {
    padding: 50px 0 80px;
}
.write-us-wrap h3 {
    color: #fff;
}

.help-box .mobile-links a {
    border: 0;
}
.help-box .mobile-links a.react span {
    background-position: -43px 0;
}
.help-box .mobile-links a.cordova span {
    background-position: -67px 0;
}
/*

    .tabs {
        transition: ease all 0.5s;
        background: #fff;
        border-bottom: 1px solid #ebebeb;
        position: relative;
    }
*/
.zw-product-header, .banner-wrap:first-of-type {
    background: #ffede8;
}

.tab-list li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 5px;
    padding: 10px 0px;
    cursor: pointer;
    border: 1px solid #fffaf9;
    border-radius: 50px;
    background: transparent;
}
 
.tab-list {
    text-align: center;
}
.tab-list li a {
    color: #000;
    padding: 10px 25px;
    font-family: var(--primaryfont-semibold);
    transition: all 0.5s ease;
}
.tab-list li.active a{
    color: #007FFF;
}
.tab-list li.active {
    border: 1px solid #007FFF;
    transition: all 0.5s ease;
    background: #fff;
}

.tab-content {
    display: none;
    animation: fadeInup 1s;
}
.tab-content ul {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.tab-content.active {
    display: block;
}

.help-wrap {
    text-align: center;
    display: inline-block;
}

@-webkit-keyframes fadeInup {
    from {
        transform:translateY(15px);
        opacity: 0;
    }
    to {
        transform:translateY(0px);
        opacity: 1;
    }
}

@keyframes fadeInup {
    from {
        transform:translateY(15px);
        opacity: 0;
    }
    to {
        transform:translateY(0px);
        opacity: 1;
    }
}
.help-group {
    display: inline-block;
    flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    margin: 1%;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
}
.read-more {
    /* position: absolute; */
    /* bottom: 40px; */
    /* left: 35px; */
}
.help-group:hover {
    box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.06);
}

.help-box {
    margin: 5px 10px;
    min-height: 300px;
    box-sizing: border-box;
    padding: 35px 25px 60px 25px;
    text-align: left;
}


.help-box h3 {
    font: 24px/1.2 var(--zf-primary-semibold);
}

.help-box a {
    font-size: 16px;
    border-bottom: 1px solid #03a9f5;
    margin-right: 10px;
}

.help-box p {
    font-size: 17px;
}

.tabs-area {
     padding-top: 40px;
     padding-bottom: 60px;
     display: inline-block;
     width: 100%;
     /* float: left; */
}

.tabs-area .content-wrap {
    max-width: 1170px;
}

.tabs.sticky {
    position: fixed;
    top: 0;
    z-index: 10;
    max-width: 100%;
    margin-top: 52px;
    display: block;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}

.tabs.sticky+.tabs-area {
    margin-top: 50px;
}

.help-box .sprite-icon {
    background: url(/sites/zweb/images/salesiq/zsalesiq-help-sprites.png) left top no-repeat;
    background-size: 1100px auto;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.help-box .icon1 {
    background-position: -1039px -59px;
}
.help-box .icon2 {
    background-position:-612px -2px;
}

.help-box .icon3 {
    background-position: -734px -2px;
}

.help-box .icon4 {
    background-position: -366px -2px;
}

/*
.help-box .icon5 {
    background-position: -301px -2px;
}
.help-box .icon6 {
    background-position: -570px -7px;
    width: 75px;
}
*/
.help-box .icon7 {
    background-position: -181px 0px;
    height: 60px;
    width: 60px;
}
.help-box span.sprite-icon.icon15 {
    background-position: -183px -185px;
}

.help-box span.sprite-icon.icon8 {
    background-position: -917px 0;
}
.help-box .icon9 {
    background-position: -304px -61px;
    width: 62px;
}

.help-box .icon10 {
    background-position: -489px 0px;
}

.help-box .icon11 {
    background-position: -851px -184px;
    width: 64px;
}

.help-box .icon26 {
    background-position: -60px -60px;
}

.help-box .icon27 {
    background-position: -613px -180px;
}


.help-box .icon28 {
    background-position: -489px -184px;
}

.help-box .icon33 {
    background-position:-299px 0px;
}

.help-box .zobot-platforms {
    background-position: -301px 0;
}

.footer-sec-wrap {
    background: #fbfbfb;
}
.tab-content h2 {
    display: none;
}
.write-us-wrap {
    margin-bottom: 0;
    padding: 4em 1em;
    background: #1f0a04;
    color: #fff;
}
.help-home-content {
    display: none;
}
    
.help-box span.sprite-icon.icon-01 {
    background-position: -854px -122px;
}
.help-box .sprite-icon.icon-02 {
    background-position: -306px -124px;
}

.help-box .icon-03 {
    background-position: 0 -61px;
    width: 62px;
}
.help-box span.sprite-icon.icon-04 {
    background-position: 0 -123px;
}
.help-box span.sprite-icon.icon-05 {
    background-position: -672px -184px;
}

.help-box .dev-widget {
    background-position: -917px 0;
}
.help-box .dev-form {
    background-position: -856px 0;
}
.help-box .dev-plugs {
    background-position: -975px -185px;
}
.help-box .zobot-guide {
    background-position: -800px -184px;
}

.help-box .zobot-code {
    background-position: -734px -184px;
}
.help-box .zobot-answer {
    background-position: -55px 0;
}
.help-box .zobot-codeless {
    background-position: -913px -184px;
}
.help-box .zobot-tips {
    background-position: -368px 0;
}
.help-box .zobot-troubleshoot {
    background-position: -550px -183px;
}
    /*Responsive*/

@media only screen and (max-width: 1199px) {
    .help-group {
        flex: 0 0 48%;
        -ms-flex: 0 0 48%;
    }
    .tab-list li {
        margin: 0px 15px;
    }
    #block-system-main .tabs .content-wrap {
        width: 100%;
    }

    .tabs.sticky{
        margin-top: 0px;
    }
     .tab-list li {
        margin: 0px 8px;
    }
    .help-group{
        float: none;
    }
    .help-box h3 {
        font: 22px/1.2 var(--zf-primary-semibold);
    }

}
@media only screen and (max-width: 1023px) {
    .tab-list li a{padding: 10px 15px;}
}

@media only screen and (max-width: 767px) {
    .zb-widget {
        display:none;
    }
    .zpremoclose {
        right: 5px;
        top: 5px;
    }
    .main-container-wrapper #mini-panel-product_menu {
        background: transparent;
    }
    .help-box {
        min-height: 100px;
        padding: 40px 25px 40px 25px;   
    }
    .read-more {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .tab-content h2 {
        margin-bottom: 1em;
        display: block;
    }
    .tabs {
        display: none;
    }
    .tab-content.current, .tab-content {
        display: block;
        margin-bottom: 2em;
    }
    .tabs-area {
        background: #fbfbfb;
        padding: 1em 0 3em;
    }
   .help-group {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 480px;
        margin: 0;
        margin-bottom: 25px;
    }
    #block-system-main .content-wrap,
    .help-home-content .faq .content-wrap {
        width: 90%;
    }
    .tab-list li {
        font-size: 12px;
        margin: 0px 5px;
        padding: 10px 0px;
    }
    .tabs.sticky {
        position: initial;
        margin-top: 0;
    }
    .tabs.sticky+.tabs-area {
        margin-top: 0px;
    }
}
.bottom-promo { display : none; }
.mobile-links {
    margin-top: 0;
    /* padding-right: 30px; */
}
.mobile-links a {
    margin: 12px 10px 0 0px;
    transition: ease 0.2s;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 1;
}
.mobile-links .mobile-text {
    background-image: none;
    text-indent: inherit;
    height: auto;
    width: auto;
    position: relative;
    top: 4px;
    margin-left: 5px;
}
.mobile-links a span{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    background: url(/sites/zweb/images/salesiq/salesiq-mobile-sdk-blue.png) left top no-repeat;
    text-indent: -9999px;
    background-size: 104px;
}
.mobile-links a.ios span{background-position:0px 0px}
.mobile-links a.android span{background-position: -20px 0px;}
.help-box .mobile-links a.flutter span {
    background-position: -89px 0;
    width: 17px;
}
@media only screen and (max-width:1199px)
{
    .mobile-links a {
        margin: 0px 8px 10px 0px;
        display: inline-block;
    }
    .tab-content ul {
        justify-content: center;
    }
    .help-sections {
        text-align: center;
    }
    .tabs-area {
        max-width: 900px;
        margin: 0 auto;
    }

}
@media only screen and (max-width:414px){
    .zpromotion-wrap {
        max-width: 320px;
        margin: 0 auto;
    }
}
/*Zh-hant Starts */
.i18n-zh-hant .mobile-links .mobile-text{
    top:-5px;
}
/*Zh-hant Ends */

