.help-content-wrap h1 {
    font-size: 28px;
    margin-bottom: 25px;
}
.help-content-wrap h2 {
    font-size: 25px;
}
.help-content-wrap h3 {
    font-size: 21px;
}
.help-content-wrap h4 {
    font-size: 17px;
}

.help-content-wrap {
    max-width: 1040px;
    width: 90%;
    margin: 70px auto;
    color: #000;
    overflow: hidden;
}
.help-content-wrap ol li, .help-content-wrap ul li {
    list-style: outside;
    display: list-item;
    margin: 15px 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.5;
}
.help-content-wrap .help-promo-panel ul li a:hover, .help-content-wrap a {
    color: #03a9f5
}
.help-content-wrap ol, .help-content-wrap ul {
    margin: 0 0 20px 30px;
    padding: 0
}
.help-content-wrap ol li {
    list-style: decimal;
}
.help-content-wrap li ul li {
    list-style: circle;
}
.help-content-panel .help-content-wrap ul li {
    list-style: disc;
}
.help-content-panel .help-content-wrap li ol li {
    list-style: lower-roman;
}
.help-content-wrap li ol li li {
    list-style-type: lower-alpha;
}
.help-content-wrap p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.6;
}
.help-content-wrap > h2 {
    padding-bottom: 15px;
    margin: 40px 0 20px;
    border-bottom: 2px solid #f4f4f4
}
.help-content-wrap table {
    margin: 15px 0
}
.help-content-wrap table td {
    padding: 10px;
    border: 1px solid #e3e3e3;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.5;
}
.help-content-wrap img {
    margin: 15px 0;
    max-width: 94%;
}
.help-content-wrap img.new-img {
    border: 5px solid #f6f6f6;
}
.note, .script {
    padding: 20px;
    margin: 0 0 20px;
    overflow: hidden;
    font-size: 15px;
}
.note {
    background: #fafaf0
}
.script {
    background: #e3e3e3
}
.note p {
    margin-bottom: 10px
}
.note p:last-child {
    margin-bottom: 0
}

.z-banner-section {
    padding: 40px 0px;
    background: #015fa9;
    color: #fff;
}
.z-banner-section .content-wrap {
    max-width: 750px;
    text-align: center;
}
.z-banner-section .content-wrap p {
    max-width: 550px;
    margin: 0 auto;
}
.z-custom-menu {
    background: #f7f7f7;
}
.z-custom-menu .content-wrap {
    max-width: 1170px;
    width: 90%;
}
.z-custom-menu ul.z-menu-lists {
    margin: 0 auto;
    text-align: center;
}
.z-custom-menu ul.z-menu-lists li {
    display: inline-block;
    padding: 20px 0px;
    font-family: var(--zf-primary-semibold);
    font-size: 15px;
}
.z-custom-menu ul.z-menu-lists li a {
    color: #000;
}
.z-custom-menu ul.z-menu-lists li span {
    color: #fff;
    position: relative;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    text-align: center;
}
.z-custom-menu ul.z-menu-lists li span:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: #333;
    z-index: -1;
    left: 0px;
    top: 0px;
    border-radius: 30px;
}
.z-custom-menu ul.z-menu-lists li.active a {
    color: #015fa9;
}
.z-custom-menu ul.z-menu-lists li.active span:before {
    background: #015fa9;
}
.z-custom-menu ul.z-menu-lists li p {
    font-size: 15px;
    margin-bottom: 0px;
}
.slick-next, .slick-prev {
    height: 23px;
}
.slick-next:after, .slick-next:before, .slick-prev:after, .slick-prev:before {
    height: 14px;
    background: #999;
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
    opacity: 0;
}
.slick-prev {
    left: -20px;
}
.slick-next {
    right: -30px;
}

@media only screen and (max-width: 991px) {
.slick-prev {
    left: -10px;
}
.slick-next {
    right: -10px;
}
}


.help-nav-wrap {
    display: block;
    overflow: hidden;
    margin: 60px auto 30px;
    padding-top: 20px;
    border-top: 1px solid #f4f4f4
}

.help-nav-wrap>div {
    display: table;
    overflow: hidden;
    table-layout: fixed;
    width: 100%
}

.help-nav-wrap>div a {
    display: table-cell;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 20px;
    transition: .5s ease
}

.help-nav-wrap>div a.nav-next,
.help-nav-wrap>div a.next-page {
    text-align: right
}

.help-nav-wrap>div.next-prev-page-nav a:first-child {
    padding-left: 0
}

.help-nav-wrap>div.next-prev-page-nav a:last-child {
    padding-right: 0
}

.help-nav-wrap>div.next-prev-page-nav a {
    color: #333
}

.help-nav-wrap>div.next-prev-nav a:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #03a9f5;
    border-bottom: 1px solid #03a9f5;
    transform: rotate(45deg)
}

.help-nav-wrap>div.next-prev-nav a.nav-next:before {
    content: '';
    left: auto;
    right: 5px;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    border-top: 1px solid #03a9f5;
    border-right: 1px solid #03a9f5
}
.slick-dots {
    display: none !important;
}

/******************** Accordion List starts *********************/
.help-content-wrap ul.zaccordion-wrap {
    margin-left: 0px;
}
.help-content-wrap ul.zaccordion-wrap > li {
    list-style: none;
    margin: 0px;
}
.zaccordion-wrap .zaccordion-list:first-child .zaccordion-title {
    border-top-width: 1px;
}
.zaccordion-wrap .zaccordion-list .zaccordion-title {
    border: 1px solid #ddd;
    border-top-width: 0px;
    background: #f7f7f7;
    cursor: pointer;
    position: relative;
}
.zaccordion-title:before, .zaccordion-title:after {
    background: #333;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 21px;
    right: 16px;
    width: 7px;
}
.zaccordion-title:before {
    transform: rotate(45deg);
    right: 20px;
}
.zaccordion-title:after {
    transform: rotate(-45deg);
}
.zaccordion-list.active .zaccordion-title:before, .zaccordion-list.active .zaccordion-title:after {
    background: #aaa;
}
.zaccordion-list.active .zaccordion-title:before {
    transform: rotate(-45deg);
}
.zaccordion-list.active .zaccordion-title:after {
    transform: rotate(45deg);
}
.zaccordion-wrap .zaccordion-list .zaccordion-title h3 {
    padding: 10px;
    margin: 0px;
    font-size: 17px;
}
.zaccordion-wrap .zaccordion-list.active .zaccordion-description {
    border: 1px solid #ddd;
    border-top-width: 0px;
}
.zaccordion-wrap .zaccordion-list .zaccordion-description {
    display: none;
    padding: 0px;
    margin: 0px;
}
.zaccordion-wrap .zaccordion-list.active .zaccordion-description {
    display: block;
    padding: 20px 15px;
    transition-property: opacity;
    transition-duration: 0.6s;
}
/******************** Accordion List ends *********************/


.api-code-panel-inner {
    color: #fff;
    background: #3f4255;
    box-shadow: 0 0 0 1px rgba(0,0,0,.07);
    border-radius: 8px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    height: auto;
    animation: all 0.5s ease;
    margin-bottom: 10px;
}
.lang-selector {
    display: block;
    background-color: #333543;
    border-radius: 10px 10px 0px 0px;
    float: left;
    width: 100%;
    font-weight: bold;
}
.lang-selector a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 2px 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    outline: 0;
    cursor: pointer;
}
.lang-selector a.active {
    color: #5fa7f2;
    border-bottom: 2px solid #5fa7f2;
    font-weight: 700;
}
.lang-selector:after {
    content: "";
    width: 2px;
    height: 38px;
    background: #3f4255;
    position: absolute;
    right: 40px;
}
.api-code-panel-inner .api-code-block {
    display: none;
    clear: both;
}
.api-code-panel-inner .api-code-block.active {
    display: block;
}
pre[class*="language-"] {
    padding: 0px 1em 30px;
}
:not(pre) > code[class*="language-"], pre[class*="language-"] {
    background: none;
}

.copy_button {
    position: absolute;
    width: 10px;
    height: 12px;
    right: 11px;
    top: 9px;
    padding: 5px;
    cursor: pointer;
    background: url('/sites/default/files/product-api-sprite.png');
    background-position: -40px 0px;
    background-size: 80px;
}
.copiedTooltip {
    background-color: #bbbbbb;
    border-radius: 3px;
    font-size: 9px;
    line-height: 22px;
    padding: 0px 5px;
    position: absolute;
    right: 37px;
    top: 8px;
    display: none;
}
.copiedTooltip:after {
    top: 6px;
    right: -10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(242,242,242,0);
    border-left-color: #bbbbbb;
    border-width: 5px;
}
.copiedFadeOut {
    display: block;
    opacity: 1;
    -webkit-animation-name: copiedFadeOut;
    -webkit-animation-duration: 1s;
    animation-name: copiedFadeOut;
    animation-duration: 1s;
}
@-webkit-keyframes copiedFadeOut {
    0% {
        opacity:1;
        right:37px
    }
    100% {
        opacity:0;
        right:60px
    }
}
@keyframes copiedFadeOut {
    0% {
        opacity:1;
        right:37px
    }
    100% {
        opacity:0;
        right:60px
    }
}