h1,
h2,
h3,
h4 {
    font-family: var(--zf-primary-bold);
}

h5,
h6 {
    font-family: var(--zf-primary-semibold);
}
.other-lang .quick-connect-links-wrap{
    display: block!important;
}
.i18n-zh-hans .zsiq_theme1.zsiq_floatmain{
    display: block !important;
    bottom: 60px;
}
.getquote-box{
    display: block;
    position: fixed;
    bottom: 4px;
    right: 0px;
    background: #007eff;
    padding: 6px 30px;
    border-radius: 5px;
    z-index: 9;
}
.getquote-box .askprice {
    color: #fff;
    font-size: 16px;
}
.body-umain .quick-connect-links-wrap li:last-child {
    display: none;
}

.body-umain .quick-connect-links ul li:nth-last-child(-n+2) {
    border-bottom: none;
}

.zpricegroup-common em {
    font-style: normal;
}

.customer-stories img {
    border: 1px solid #e2e2e2;
}

.customer-stories .footer-video {
    display: inline-block;
    vertical-align: super;
}

.customer-stories video {
    width: 100%;
}
.socl-signup{
    display:none!important;
}
.i18n-zh-hans .signup-box .get-signup-plan {
    display: grid;
    grid-auto-columns: 30px 2fr 25px 1fr;
}
.comname-tip{
    display:none;
}
.product-nav-links ul li.price{
    position: relative;
    margin-right: 30px;
}
.product-nav-links ul li.price span{
    font-size: 12px;
    color: #ffffff;
    margin-top: 12px;
    position: absolute;
    right: -61px;
    bottom: 18px;
    padding: 0px 2px;
    color: rgb(247, 14, 23);
    background-color: rgb(255 205 207);
    font-weight: 500;
}
/* footer icon starts */
.zw-product-footer .op-box a:after {
    content: '';
    background-image: var(--product-icons);
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    background-repeat: no-repeat;
    background-size: var(--zp-i-bs);
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(.9);
}
/* footer icon ends */


@media screen and (min-width: 1401px) {
    .footer-sec-wrap.two-column .promo-section-wrap {
        flex-direction: column;
        padding-top: 90px;
    }
}
/*--------Menu---------*/
.product-nav-links ul li.zmenu-help ul.dropdown-menu{
    left: -150px;
}
/*--------Menu End---------*/

/*--------Get quote form(bottom sticky)---------*/

.getquote-box,
.getquote-box * {
    box-sizing: border-box;
}

.getquote-box .rd-demoButton {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #007eff;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 40px;
    line-height: 40px !important;
    padding: 0 35px 0 20px;
    z-index: 99;
    text-transform: uppercase;
    font-family: var(--zf-primary-semibold);
    border-radius: 5px;
}

.getquote-box .rd-demoButton:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 18px;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    pointer-events: none;
    transform: rotate(-45deg);
}

.getquote-box .fieldset {
    margin-bottom: 20px;
}

.getquote-box .success-alert {
    display: none;
    margin: 0px auto 0;
    height: 42px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
}

.getquote-box .scs-pop-inr {
    padding: 12px 20px;
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    background: #40BD60;
    width: 100%;
    opacity: 0;
}

.getquote-box .scs-pop-inr.animate {
    animation: bounceIn 0.8s forwards;
    -webiki-animation: bounceIn 0.8s forwards;
}

@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;
        -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;
        -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;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.getquote-box .success-alert .scs-txt {
    font-size: 13px;
    display: block;
    text-align: center;
    font-family: var(--zf-primary-regular);
    color: #fff;
}

.getquote-box .success-alert .close-icn {
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    font-family: var(--zf-primary-regular);
    position: absolute;
    top: 5px;
    right: 12px;
}

.getquote-box .formSec {
    width: 100%;
    overflow: auto;
    max-width: 412px;
    position: fixed;
    transform: translateX(120%);
    -webkit-transform: translateX(120%);
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-box-shadow: -7px 0px 28px 0px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: -7px 0px 28px 0px rgba(0, 0, 0, 0.46);
    box-shadow: -7px 0px 28px 0px rgba(0, 0, 0, 0.46);
    height: 100%;
    background: #fff;
    opacity: 0;
}

.getquote-box .formSec.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    z-index: 9999999999999;
    opacity: 1;
}

.getquote-box .formInner {
    border-left: 1px solid #ddd;
    padding: 35px 55px 45px 44px;
    background: #fff;
    height: auto;
    text-align: left;
}

.getquote-box .form-close {
    background: url('/sites/zweb/images/mail/images/close-icon.png') no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-size: 17px;
    opacity: 0.6;
}

.getquote-box .formInner input[type="text"]::placeholder,
.getquote-box .formInner textarea::placeholder {
    color: #636363;
}

.getquote-box .formInner input[type="text"] {
    border: 1px solid #e3e3e3;
    font-size: 13px;
    height: 38px;
    padding: 0 8px;
    width: 100%;
    outline: none;
    margin-left: unset !important;
    color: #000;
}

.getquote-box .formInner textarea {
    border: 1px solid #d4d4d4;
    font: inherit;
    font-size: 13px;
    padding: 5px 8px;
    height: 50px;
    width: 100%;
    max-width: 285px;
    resize: none;
    margin-left: unset !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
}

.getquote-box .formInner .zgdprform-countrylist-container {
    max-width: unset !important;
    width: unset !important;
    margin-left: unset !important;
    height: unset !important;
    margin-bottom: 20px !important;
}

.getquote-box .formInner .zgdprform-countrylist-container select.globalcountrycode {
    height: 40px !important;
}

.getquote-box div.zgdprform-state-container select::-ms-expand,
.getquote-box div.zgdprform-countrylist-container select::-ms-expand,
.getquote-box .formInner select::-ms-expand {
    display: none;
}

.getquote-box .select-box {
    position: relative;
}

.getquote-box .select-box:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    right: 8px;
    top: 20px;
    margin-top: -3px;
    border-radius: 6px;
}

.getquote-box .formInner select {
    border: 1px solid #e2e2e2;
    font-size: 13px;
    height: 38px;
    width: 100%;
    background: none;
    color: #000!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 10px;
}

.getquote-box .sign_agree {
    color: #000;
    font-size: 11px;
    line-height: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    margin: 0 auto;
}

.getquote-box div.zgdprform-opt-container,
.getquote-box p.zgdprform-opt-container {
    clear: both;
    text-align: left;
    padding-left: 18px;
    font-size: 11px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 30px;
}

.getquote-box .zgdprform-opt-container input.chk_bx {
    appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
}

.getquote-box .submit-btn {
    background: #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    font-family: var(--zf-primary-semibold);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: unset;
    margin-left: unset !important;
}

.getquote-box .freeze_layer {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.getquote-box .active_freaze {
    display: block;
}

.getquote-box .zoverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.getquote-box .zsubmit {
    text-align: center;
}

.getquote-box .formInner input[type="submit"],
.getquote-box .formInner button[type="submit"] {
    background: #f0483e;
    border: 1px solid #f0483e;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 40px;
    height: 45px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: var(--primaryfont-semibold);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.getquote-box .formInner button:disabled {
    cursor: not-allowed;
}

.getquote-box .zgdprform-state-container.zshow-common {
    margin-bottom: 30px!important;
}

.getquote-box div.zgdprform-state-container::after,
.getquote-box div.zgdprform-countrylist-container::after {
    right: 10px;
}

.getquote-box label.error {
    display: block;
    color: red;
    font-size: 11px;
    float: none;
}

.getquote-box .formInner .progress-loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #f0483e;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@media screen and (min-width:768px) {
    .sWidget-is-visible .zsiq_floatmain {
        transform: translate(0, -55px);
    }
}

@media screen and (max-width:767px) {
    .getquote-box .rd-demoButton {
        display: none;
    }
}

@media screen and (max-width:380px) {
    .getquote-box .formInner textarea {
        max-width: 93%;
    }
    .getquote-box .success-alert .scs-txt {
        font-size: 10px;
    }
    .getquote-box .success-alert {
        width: 90%;
    }
}

.i18n-ar .getquote-box .rd-demoButton {
    left: 10px;
    right: inherit;
}

.i18n-ar .getquote-box .formSec {
    transform: translateX(-120%);
    -webkit-transform: translateX(-120%);
}

.i18n-ar .getquote-box .formSec.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.i18n-ar .getquote-box .formSec {
    left: 0;
    right: inherit;
}

.i18n-ar .getquote-box .form-close {
    left: 20px;
    right: inherit;
}

.i18n-ar .getquote-box div.zgdprform-opt-container,
.i18n-ar .getquote-box p.zgdprform-opt-container {
    padding-left: 0;
    padding-right: 18px;
    text-align: right;
}

.i18n-ar .getquote-box .select-box:after,
.i18n-ar .getquote-box div.zgdprform-state-container:after,
.i18n-ar .getquote-box div.zgdprform-countrylist-container:after {
    left: 10px;
    right: inherit;
}

.i18n-ar .getquote-box .sign_agree p {
    text-align: right !important;
}

.i18n-ar .getquote-box .zgdprform-opt-container input.chk_bx {
    left: inherit !important;
    right: 0 !important;
}

.page-node-67931 .getquote-btn {
    background: #f0483e;
    color: #fff;
}


/*--------Api Promo banner(api pages)---------*/

.api-banner .zpromotion,
.api-banner .zpromotion * {
    box-sizing: border-box;
}

.api-banner .zpromotion {
    background: #0d1c45;
    color: #fff;
    position: relative
}

.api-banner .zpromotion-wrap {
    max-width: 1980px;
    width: 100%;
    padding: 10px 50px 10px 10px;
    box-sizing: border-box !important;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center
}

.api-banner .zpromotion a {
    display: block
}

.api-banner .zpromotion p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-family: var(--zf-primary-semibold);
    position: relative;
    z-index: 9;
    display: block;
    color: #fff
}

.api-banner .pro-more {
    text-decoration: underline
}

.api-banner .zpremoclose {
    position: absolute;
    right: 15px;
    top: 13px;
    width: 18px;
    height: 18px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    text-indent: -9999px
}

.api-banner .zpremoclose:before,
.api-banner .zpremoclose:after {
    position: absolute;
    left: 8px;
    content: ' ';
    height: 9px;
    width: 2px;
    background-color: #000;
    top: 5px
}

.api-banner .zpremoclose:after {
    transform: rotate(-45deg)
}

.api-banner .zpremoclose:before {
    transform: rotate(45deg)
}

@media only screen and (max-width: 767px) {
    .api-banner .zpromotion p {
        font-size: 13px
    }
}


/*-------Footer badge(footer)---------*/

.footer-badge-wrap {
    margin: 0 auto 30px;
    max-width: 360px;
    width: 80%;
    text-align: center;
}

.f-badge {
    display: inline-block;
    height: 106px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 480px auto;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
}

.data-loaded .f-badge {
    background-image: url('/sites/zweb/images/mail/footer/footer-badge.png');
}

.f-badge1 {
    background-position: -230px 0;
    width: 92px;
}

.f-badge2 {
    background-position: -327px 0;
    width: 74px;
}

.f-badge3 {
    background-position: -404px 0;
    width: 70px;
}

.f-badge a {
    display: block !important;
    height: 100%;
    margin: 0 !important;
}

@media screen and (max-width: 480px) {
    .f-badge {
        background-size: 400px auto;
        height: 88px;
    }
    .f-badge1 {
        background-position: -191px 0;
        width: 78px;
    }
    .f-badge2 {
        background-position: -273px 0;
        width: 60px;
    }
    .f-badge3 {
        background-position: -337px 0;
        width: 58px;
    }
}


/*-----Other products(footer)-------*/

.op-box,
.op-box * {
    box-sizing: border-box;
}

.op-box {
    text-align: left;
    margin: 30px 0 0;
    width: 100%;
    display: none;
}

.op-box {
    display: table;
}

.op-boxInner {
    float: left;
    width: 50%;
}

.op-box ul {
    margin: 20px 0 0;
}

.op-box li {
    display: inline-block;
    margin: 0 40px 10px 0;
}

.op-box a {
    color: #000;
    display: inline-block;
    padding: 10px 0 10px 70px;
    position: relative;
}

.op-box a:before {
    content: '';
    background: #fff;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.op-box a:after {
    content: '';
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    background-repeat: no-repeat;
    background-size: var(--zp-i-bs);
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.data-loaded.op-box a:after {
    background-image: var(--product-icons);
}

a.op-workplace:after {
    background-position: var(--zp-workplace-bp)
}

a.op-zeptomail:after {
    background-position: var(--zp-zeptomail-bp)
}

a.op-teaminbox:after {
    background-position: var(--zp-teaminbox-bp)
}

a.op-toolkit:after {
    background-position: var(--zp-toolkit-bp)
}

.op-box p {
    font-size: 18px;
    font-family: var(--zf-primary-semibold);
    margin: 0;
    line-height: 22px;
}

.op-box span {
    font-size: 14px;
    color: #333;
}

@media screen and (max-width: 991px) {
    .op-boxInner {
        width: 100%;
    }
    .op-boxInner:last-child {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .op-box p {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .op-box {
        padding: 0 20px 10px;
        border-bottom: 1px solid #efefef;
        margin: 20px 0 0;
    }
    .op-boxInner:last-child {
        margin-top: 10px;
    }
    .op-box h4 {
        font-size: 15px;
    }
    .op-box ul {
        margin: 10px 0 0;
    }
    .op-box p {
        font-size: 14px;
        line-height: 18px;
    }
    .op-box span {
        font-size: 12px;
    }
    .op-box a:before {
        border: 1px solid #f3f3f3;
        transform: scale(.9);
    }
    .op-box a:after {
        transform: scale(.9);
    }
}


/*-----Privacy bagde(footer)-------*/

.security-badge-table,
.security-badge-table * {
    box-sizing: border-box;
}

.security-badge-table {
    text-align: center;
    display: none;
    margin: 20px 0 0;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
}

.security-badge-table {
    display: flex;
}

.security-badge-table p {
    font-size: 16px;
    position: relative;
    margin: 0;
    padding: 0 20px;
    align-self: center;
}

.security-badge-table p:before,
.security-badge-table p:after {
    content: '';
    width: 130%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.security-badge-table p:before {
    right: 100%;
}

.security-badge-table p:after {
    left: 100%;
}

.security-badge-table ul {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
    flex-wrap: wrap;
}

.security-badge-table [class^="sb-icon-"] {
    background: no-repeat 0 0/400px auto;
    width: 72px;
    height: 74px;
    display: inline-block;
    margin: 0 20px 10px;
}

.data-loaded [class^="sb-icon-"] {
    /*background-image: var(--compliance-badges);*/
    background-image: url(/sites/zweb/images/mail/footer/enterprise-mail-cert-sprite.png);
}

.security-badge-table .sb-icon-1 {
    width: 254px;
    background-position: -144px 0;
    filter: brightness(0);
}

.security-badge-table .sb-icon-3 {
    background-position: -72px 0;
}

.security-badge-table .sb-icon-4 {
    background-position: 0px -72px;
    width: 136px;
}

.security-badge-table ul a {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 480px) {
    .security-badge-table ul {
        border-bottom: 1px solid #eaeaea;
        padding: 0 10px 20px;
        margin: 25px 0 0;
    }
    .security-badge-table p:before {
        right: 0;
        width: 50%;
        top: inherit;
        left: 0;
        bottom: -5px;
    }
    .security-badge-table p:after {
        content: none;
    }
    .security-badge-table [class^="sb-icon-"] {
        background-size: 350px auto;
        width: 64px;
        height: 64px;
        margin: 0 10px 10px;
    }
    .security-badge-table .sb-icon-1 {
        width: 224px;
        background-position: -126px 0;
    }
    .security-badge-table .sb-icon-3 {
        background-position: -63px 0;
    }
    .security-badge-table .sb-icon-4 {
        background-position: 0px -64px;
        width: 118px;
    }
}

.security-badge-table ul a {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 480px) {
    .security-badge-table ul {
        border-bottom: 1px solid #eaeaea;
        padding: 0 10px 20px;
        margin: 25px 0 0;
    }
    .security-badge-table p:before {
        right: 0;
        width: 50%;
        top: inherit;
        left: 0;
        bottom: -5px;
    }
    .security-badge-table p:after {
        content: none;
    }
    .security-badge-table [class^="sb-icon-"] {
        transform: scale(.9);
    }
}


/*---How to pages promo banner---*/

.zm-howto-banner .zm-htbtm-banner {
    width: 300px;
    height: 300px;
    border-radius: 15px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
    box-shadow: -4px 4px 20px 4px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transform: translateY(150%);
    transition: transform .5s ease;
}

.zm-howto-banner .zm-htbtm-banner.active {
    transform: translateY(0);
}

.zm-howto-banner .zm-htbtm-banner a {
    display: block;
}

.zm-howto-banner .zm-htbtm-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #545454;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    text-indent: -9999px
}

.zm-howto-banner .zm-htbtm-close:before,
.zm-howto-banner .zm-htbtm-close:after {
    position: absolute;
    left: 11px;
    content: ' ';
    height: 10px;
    width: 2px;
    background: #fff;
    top: 5px;
    left: 9px;
}

.zm-howto-banner .zm-htbtm-close:after {
    transform: rotate(-45deg)
}

.zm-howto-banner .zm-htbtm-close:before {
    transform: rotate(45deg)
}

@media only screen and (max-width: 767px) {
    .zm-howto-banner .zm-htbtm-banner {
        display: none;
    }
}

/*--------Disclaimer Info---------*/

.wp-disclaimer-section {
    text-align: center;
    background: #fff;
    border-top: 1px solid #eaeaea;
}

.wp-disclaimer-section p {
    margin: 40px auto;
    font-size: 15px;
    padding: 0 40px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .wp-disclaimer-section p {
        margin: 20px auto;
        font-size: 14px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 480px) {
    .wp-disclaimer-section p {
        padding: 0 5px;
    }
}

/* hi-in changes start */

.i18n-hi-in .header .zgh-nav,
.i18n-hi-in .header .zgh-search,
.i18n-hi-in .header .zgh-localization,
.i18n-hi-in .zw-global-footer .footer-search,
.i18n-hi-in .common-links .ZPprivacy {
    display: none;
}

.i18n-hi-in .common-links .ZPprivacy {
    padding-top: 30px;
}

.i18n-hi-in .zw-only-copyright {
    padding-top: 30px;
}

@media screen and (min-width:768px) {
    .i18n-hi-in .zw-only-copyright p {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .i18n-hi-in .zw-only-copyright {
        padding-top: 20px;
    }
    .i18n-hi-in .zw-only-copyright p {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .i18n-hi-in .footer-sec-wrap {
        display: none;
    }
    .i18n-hi-in .ZF-support {
        border-top: 1px solid #eaeaea;
    }
}

/* hi-in changes end */

/*crm-hub-ctasec*/

.footer-sec-wrap {
    border-top: none
}

.umain .footer-sec-wrap {
    border-top: 1px solid #eaeaea;
}

.crm-hub-ctasec {
    padding: 115px 0 130px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
    background: #fff;
}

.crm-hub-ctasec {
    padding: 70px 0;
}

.btm-cta-inner {
    max-width: 1060px;
    margin: 0 auto;
}

.btm-cta-img-con {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-right: 50px;
    box-sizing: border-box;
}

.btm-cta-img-con img {
    max-width: 457px;
    width: 100%;
    display: inline-block;
}

.btm-cta-txt-con {
    text-align: left;
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.btm-cta-inner h3 {
    font-size: 42px;
    font-family: var(--zf-primary-bold);
    line-height: 48px;
    padding-bottom: 10px;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.inner_wrap{ 
    display:block;
    font-family: var(--zf-primary-bold);
}
.btm-cta-inner .btm-cta-para {
    font-family: var(--zf-primary-light);
    font-size: 25px;
    line-height: 34px;
    padding-bottom: 18px;
    color: #444;
    margin: 0 auto;
}

.crm-hub-sinup,
.btm-cta {
    padding: 12px 24px;
    background: #f0483e;
    display: inline-block;
    cursor: pointer;
    font: 16px var(--zf-primary-semibold);
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: all ease 0.3s;
    text-transform: uppercase;
}

.btm-whitepaper {
    padding: 12px 24px;
    background: #216fff;
    display: inline-block;
    cursor: pointer;
    font: 16px var(--zf-primary-semibold);
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: all ease 0.3s;
    text-transform: uppercase;
    /*font-size: 18px;*/
}

.i18n-pt-br .crm-hub-sinup, .i18n-pt-br .btm-cta, .i18n-fr .crm-hub-sinup, .i18n-fr .btm-cta, .i18n-es-xl .crm-hub-sinup, .i18n-es-xl .btm-cta, .i18n-nl .crm-hub-sinup, .i18n-nl .btm-cta, .i18n-th .crm-hub-sinup, .i18n-th .btm-cta, .i18n-de .crm-hub-sinup, .i18n-de .btm-cta{
    padding: 12px 20px;
    font-size: 14px 
}
.i18n-pt-br .btm-cta-txt-con {
    width: 51%;
}
.i18n-pt-br  .btm-cta-img-con{ 
     width: 49%;
}
.crm-hub-plansbtn {
    background: #fff;
}

.btm-cta-inner .crm-hub-plansbtn {
    margin-left: 20px;
    color: #0067ff;
}

.crm-hub-sinup::before,
.btm-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(235, 76, 73);
    z-index: -1;
    transition: all ease 0.3s;
}

.btm-whitepaper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5a927;
    z-index: -1;
    transition: all ease 0.3s;
}


.crm-hub-plansbtn::before {
    background: transparent;
    border: 2px solid #fff;
    box-sizing: border-box;
}

.btm-cta-inner .crm-hub-plansbtn::before {
    border: 2px solid #0067ff;
}

.crm-hub-sinup:hover::before,
.btm-cta:hover::before {
    transform: scaleX(1.03);
    -webkit-transform: scaleX(1.03);
}

@media screen and (max-width: 1023px) {
    .Nc_wrap {
        white-space: inherit;
    }
    .btm-cta-txt-con, .i18n-pt-br .btm-cta-txt-con {
        width: 100%;
        text-align: center;
    }
    .crm-hub-ctasec {
        padding: 65px 30px 70px;
    }
    .btm-cta-img-con {
        display: none;
    }
    .btm-cta-inner .btm-cta-para {
        font-size: 20px;
        line-height: 26px;
        padding: 4px 0 18px;
    }
    .btm-cta-inner h3 {
        font-size: 38px;
        line-height: 42px;
        padding-bottom: 8px;
    }
}

@media screen and (max-width: 767px) {
  .footer-sec-wrap.two-column .content-wrap>div {
        display: block!important;
}
    .zcrm-pricingtoggle {
        display: none !important;
    }
    .btm-cta-inner h3 {
        font-size: 32px;
    }
    .crm-hub-sinup {
        font-size: 16px;
        padding: 12px 24px;
    }
    .crm-hub-ctasec .zcrm-pricingtoggle {
        display: none !important;
    }
}

@media screen and (max-width: 550px) {
    .btm-cta-inner .crm-hub-plansbtn {
        margin: 20px 0 0;
    }
}


/*crm-hub-ctasec End*/
/*---Footer---*/
.footer-sec-wrap.two-column .content-wrap{
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.footer-sec-wrap.two-column .content-wrap>div{display: table-cell;}
.footer-sec-wrap .product-links ul.zft-social-icons li{display: inline-block; margin-right: 10px;}
.footer-sec-wrap ul.zft-social-icons li a{display: inline-block; text-indent: -999px; font-size: 0; height: 32px; width: 32px;  background-size: 875px auto;  padding: 0;  vertical-align: middle;  background: url('/sites/zweb/images/mail/footer/mail-footer-icon.png') no-repeat;}
.footer-sec-wrap ul.zft-social-icons li.zft-weibo a {background-position: -4px 0px;  background-size: 140px;  width: 34px;}
.footer-sec-wrap ul.zft-social-icons li.zft-zhihu a {background-position: -44px 0px;  background-size: 140px;  width: 50px;}
.footer-sec-wrap ul.zft-social-icons li.zft-wechat a {background-position: -100px 0px;  background-size: 140px;  width: 34px;}
.footer-sec-wrap ul.zft-social-icons li.zft-wechat img{ width: 114px;   position: absolute; margin-top: -54px;   margin-left: 20px;   display: none;   max-width: none;}
.footer-sec-wrap ul.zft-social-icons li.zft-wechat:hover img{ display: inherit; }
@media only screen and (max-width: 1300px) and (min-width: 768px){
     .footer-sec-wrap.two-column .content-wrap>div {
        display: block;
        width: 100%;
    }
     .footer-sec-wrap.two-column .content-wrap>.promo-section-wrap {
        padding-bottom: 0;
    }
     .footer-sec-wrap .promo-section-wrap a {
        display: inline-block!important;
        max-width: 330px!important;
        margin: auto 30px!important;
    }
    .customer-stories {
        max-width: 100%;
        width: 90%;
    }
}
@media screen and (max-width: 480px){
    .footer-sec-wrap .product-links ul li{width: auto;}
    .footer-sec-wrap .product-links ul.zft-social-icons{padding: 10px 20px; display: flex;  justify-content: flex-start;}
    .footer-sec-wrap ul.zft-social-icons li.zft-wechat img{margin-left: 40px;margin-top: -68px;}
}
/*---Footer End---*/

/*mail 手机右侧二维码显示*/
/*.right_fc {
    display: none;}*/
@media screen and (min-width: 320px) and (max-width: 479px)  {
.og-context-node-99 .right_fc{
    display: block !important;
}
}
/*mail 手机右侧二维码显示*/

/*mail 右侧蓝色报价条隐藏*/
.getquote-box {
    display: none;}
.zsiq_theme1 .zsiq_flt_rel {
    display: none;}
/*mail 右侧蓝色报价条隐藏*/
.wechat-info {
    display: none;
   /*width: 120px; */
     width: 180px !important; 
    height: 138px;
    position: fixed;
   /*   bottom: 140px;*/
    bottom: 340px !important;
    right: 70px;
    border-right: 8px solid rgb(230 230 230 / 0%);
}
.floating-box{
 position: fixed;
 bottom: 397px;
 right: 0px;
 width: 70px;
 font-size: 12px;
 border-top-left-radius: 6px;
 border-bottom-left-radius: 6px;
 background: #f0483e;
 /* border: 1px solid #1970e3; */
 padding: 12px 1px 0px 9px;
 height: 40px;
 box-sizing: border-box;
 /* padding: 8px 0px; */
 z-index: 999;
}
.floating-box span {
    font-size: 14px;
    color: #fff;
}
.side-bar {
    bottom: 24px !important;
}
/*--------Top Promo Banner--------*/
/*.zpromotion{
    background: #f6c60a url(/sites/zweb/images/zh-hans/mail/15yr-strip-pattern.png) repeat 0 0/20px auto !important;
    background: #f0483e url() repeat 0 0/20px auto !important;
    position: relative;
    height: 48px;
}
.zpromotion p{
    color: #000;
    position: relative;
}
.zpromotion .dis-cta{
    text-decoration: underline;
    color: #f0483e;
    font-family: var(--zf-primary-bold);
    display: inline-block;
    font-weight: bold;
}
.zpromotion p:before {
    content: '';
    background: url(/sites/zweb/images/zh-hans/mail/15yr-strip-sprite.png) no-repeat 0 0/40px auto;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -20px;
    top: -5px;
}
.zpromotion p:after {
    content: '';
    background: url(/sites/zweb/images/zh-hans/mail/15yr-strip-sprite.png) no-repeat -10px 0/20px auto;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0px;
    top: 10px;
}
.zpromotion .zmore{
max-width: 1980px;
    width: 100%;
    padding: 0px 50px 0px 10px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    display: block;
    color:#FFF;
}
.zpromotion .zmore p{
margin: 0;
    text-align: center;
    font-size: 15px;
    font-family: var(--zf-primary-semibold);
    position: relative;
    z-index: 9;
    display: inline-block;
    color: #000;
    padding-right: 10px;
}*/
/*--------Top Promo Banner--------*/
/*top banner*/
.zpromotion {
    background: #f0483e !important;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 48px;
}
.zpromotion-wrap {
            display: flex;
            align-items: center; 
        }
.zpromotion-wrap img {
            max-width: 73px; 
            height: auto;
        }
.zpromotion-wrap p {
            margin: 0;
            margin-left: 20px; 
            display: inline-block; 
        }
.zpromotion p a { color: #ffffff;}
@media only screen and (max-width: 767px) {
.zpromotion {
    height: 100px;
}
}
/*top banner end*/

/*登录按钮*/
.zgh-accounts .zgh-login {
    display: inline-block !important;
}
/*导航栏*/
.menu .dropdown-menu {
    z-index: 999;
}
/*zw-template-zp_videos_detail_page*/
.zw-template-zp_videos_detail_page .main-cont h1{
	display: none;
}
/*zw-template-zp_videos_detail_page End*/
.zw-template-zpv_category_page_autocreate .zsection.zbanner {
    background: url(/sites/zweb/images/mail/videos/videos-banner-bg.png);
    color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 68px;
    position: relative;
}
.zw-template-zp_videos_detail_page .page-wrapper .content-wrap {
    max-width: 1280px
}

.zw-template-zp_videos_detail_page .thumb-img {
    padding: 0;
    line-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    min-height: 84px;
    min-width: 150px
}

.zw-template-zp_videos_detail_page .thumb-img p {
    display: none
}

.zw-template-zp_videos_detail_page .thumb-img a {
    display: inline-flex;
    line-height: 0;
    position: relative;
    width: 100%;
    min-height: 83px
}

.zw-template-zp_videos_detail_page .thumb-img a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    background: #000;
    opacity: .1
}

.zw-template-zp_videos_detail_page .sidebar .thumb-desc p {
    display: none
}

.zw-template-zp_videos_detail_page .zplay-icon {
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 40px;
    height: 40px;
    box-shadow: 0 1px 10px 3px rgba(0,0,0,.1)
}

.zw-template-zp_videos_detail_page .zplay-icon:after {
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #000;
    border-radius: 1px
}

.zw-template-zp_videos_detail_page .sidebar .zplay-icon {
    transform: translateY(-50%) scale(.8)
}

.zw-template-zp_videos_detail_page .sidebar .thumb-img img {
    padding: 0
}

.zw-template-zp_videos_detail_page .video-duration {
    font-size: 12px;
    padding: 4px 8px 4px 25px;
    margin: 5px 0 0 0
}

.zw-template-zp_videos_detail_page .video-duration:before {
    transform: scale(.8);
    transform-origin: left;
    top: 3px;
    left: 0
}

.zw-template-zp_videos_detail_page .sidebar li {
    margin-bottom: 15px
}

.zw-template-zp_videos_detail_page .main-wrap>div.sidebar ul {
    border: 1px solid #ededed;
    background: #f5f5f5;
    padding: 15px 15px;
    border-radius: 0 0 15px 15px;
    border-top: 0;
    max-height: 435px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap
}

.zw-template-zp_videos_detail_page .main-wrap>div.sidebar ul li:last-child {
    margin-bottom: 0
}

.zw-template-zp_videos_detail_page .main-cont h1 {
    font-size: 44px;
    font-family: var(--secondaryfont-semibold)
}

.zw-template-zp_videos_detail_page .zvdo-header {
    background: rgba(245 245 245);
    padding: 20px 18px 13px 18px;
    font-family: var(--zf-primary-semibold);
    font-size: 18px;
    border: 1px solid #ededed;
    border-radius: 15px 15px 0 0;
    clear: both;
    border-bottom: 0
}

.zw-template-zp_videos_detail_page .bottom-section-content-box {
    background: #f5f5f5;
    padding: 60px;
    text-align: center;
    border-radius: 18px;
    margin-bottom: 120px
}

.zw-template-zp_videos_main_page .search-wrap .zo-search {
    position: relative;
    opacity: 1;
    width: auto;
    visibility: visible;
    right: auto;
    top: 0;
    border: 0
}

.zw-template-zp_videos_main_page .zw-product-header,.zw-template-zpv_category_page_autocreate .zw-product-header {
    position: absolute;
    width: 100%;
    background: 0;
    z-index: 1
}

.zw-template-zp_videos_main_page .zcr-vdo-banner-sec {
    background: url('/sites/zweb/images/mail/videos/videos-banner-bg.png');
    color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 68px;
    position: relative
}

.zw-template-zp_videos_main_page .zcr-vdo-banner-sec:before,.zw-template-zpv_category_page_autocreate .zcr-vdo-banner-sec:before {
    background: #000;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .3
}

.zw-template-zp_videos_main_page .zcr-vdo-banner-sec .content-wrap {
    padding-top: 90px
}

.zw-template-zp_videos_main_page .banner-content-box,.zw-template-zpv_category_page_autocreate .zbanner-inner {
    display: grid;
    justify-items: center
}

.zw-template-zp_videos_main_page .banner-content-box h1,.zw-template-zpv_category_page_autocreate .zbanner h1 {
    font-size: 76px;
    max-width: 800px;
    display: grid;
    justify-items: center;
    margin: 0
}

.zw-template-zp_videos_main_page .banner-content-box h1 span {
    display: inline-grid
}

.zw-template-zp_videos_main_page .banner-content-box p {
    font-size: 18px;
    max-width: 670px;
    margin: 0
}

.zw-template-zp_videos_main_page .banner-content-box h1+p {
    margin-top: 30px
}

.zw-template-zp_videos_main_page .banner-content-box .search-wrap {
    margin-top: 50px;
    position: relative;
    max-width: 730px;
    width: 100%
}

.zw-template-zp_videos_main_page .banner-content-box .search-wrap .zo-search-filed {
    font-size: 18px;
    padding: 20px 50px 20px 25px;
    border-radius: 40px;
    border: 0
}

.zw-template-zp_videos_main_page .banner-content-box .search-wrap .cat-search {
    top: 3px;
    right: 20px
}

.zw-template-zp_videos_main_page .banner-content-box .search-wrap .search-clear {
    top: 20px;
    right: 48px;
    opacity: 0;
    cursor: pointer;
    visibility: hidden
}

.zw-template-zp_videos_main_page .banner-content-box .search-wrap .added-placeholder .search-clear {
    opacity: 1;
    visibility: visible
}

.zw-template-zp_videos_main_page .videoslist-wrapper {
    background: #fff
}

.zw-template-zp_videos_main_page .category-list a.active:before {
    display: none
}

.zw-template-zp_videos_main_page .category-list {
    padding: 5px 5px 5px 5px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    top: 120px
}

.zw-template-zp_videos_main_page .category-list.zmakefixed {
    top: 80px;
    transition: top .25s ease-out
}

.zw-template-zp_videos_main_page .category-desc h2+p {
    max-width: 620px;
    margin-bottom: 0
}

.zw-template-zp_videos_main_page .category-desc h2+p+p {
    margin-top: 20px
}

.zw-template-zp_videos_main_page .category-desc h2 {
    font-size: 40px;
    font-family: var(--secondaryfont-semibold)
}

.zw-template-zp_videos_main_page .category-desc a {
    top: 10px;
    color: #0047ff;
    border-bottom-color: #0047ff;
    text-transform: none;
    font-size: 16px;
    right: 20px
}

.zw-template-zp_videos_main_page .category-desc a span {
    padding-left: 5px
}

.zw-template-zp_videos_main_page .thumb-img,.zw-template-zpv_category_page_autocreate .thumb-img {
    padding: 0;
    line-height: 0;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    min-height: 135px;
    background: 0
}

.zw-template-zp_videos_main_page .video-slider li,.zw-template-zp_videos_main_page .svideos-list li,.zw-template-zpv_category_page_autocreate .video-slider li,.zw-template-zpv_category_page_autocreate .svideos-list li {
    padding: 15px;
    box-shadow: none;
    border-radius: 20px;
    background: #f3f3f3;
    border: 1px solid #e7e7e9
}

.zw-template-zp_videos_main_page .thumb-img p,.zw-template-zpv_category_page_autocreate .thumb-img p {
    display: none
}

.zw-template-zp_videos_main_page .thumb-img a,.zw-template-zpv_category_page_autocreate .thumb-img a {
    display: inline-flex;
    line-height: 0;
    position: relative;
    width: 100%;
    min-height: 135px
}

.zw-template-zp_videos_main_page .thumb-img a:before,.zw-template-zpv_category_page_autocreate .thumb-img a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    background: #000;
    opacity: .1
}

.zw-template-zp_videos_main_page .thumb-desc,.zw-template-zpv_category_page_autocreate .thumb-desc {
    border: 0;
    padding: 0
}

.zw-template-zp_videos_main_page .video-slider li>div:last-child,.zw-template-zp_videos_main_page .svideos-list li>div:last-child,.zw-template-zpv_category_page_autocreate .video-slider li>div:last-child,.zw-template-zpv_category_page_autocreate .svideos-list li>div:last-child {
    padding: 0
}

.zw-template-zp_videos_main_page .video-slider h5,.zw-template-zp_videos_main_page .svideos-list h5,.zw-template-zpv_category_page_autocreate .video-slider h5,.zw-template-zpv_category_page_autocreate .svideos-list h5 {
    font-size: 17px;
    margin: 0
}

.zw-template-zp_videos_main_page .thumb-desc p,.zw-template-zpv_category_page_autocreate .thumb-desc p {
    display: none
}

.zw-template-zp_videos_main_page .video-duration,.zw-template-zpv_category_page_autocreate .video-duration {
    font-size: 12px;
    padding: 4px 8px 4px 25px;
    margin: 15px 0 0 0
}

.zw-template-zp_videos_main_page .video-duration:before,.zw-template-zpv_category_page_autocreate .video-duration:before {
    transform: scale(.8);
    transform-origin: left;
    top: 3px;
    left: 0
}

.zw-template-zp_videos_main_page .video-duration:before {
    left: 0
}

.zw-template-zp_videos_main_page .bottom-section-content-box,.zw-template-zpv_category_page_autocreate .bottom-section-content-box,.zw-template-zp_videos_detail_page .bottom-section-content-box {
    text-align: center
}

.zw-template-zp_videos_main_page .bottom-section-content-box h2,.zw-template-zpv_category_page_autocreate .bottom-section-content-box h2,.zw-template-zp_videos_detail_page .bottom-section-content-box h2 {
    font-size: 68px;
    max-width: 800px;
    margin-inline:auto;margin-bottom: 40px
}

.zw-template-zp_videos_main_page .bottom-section-content-box h2 span,.zw-template-zpv_category_page_autocreate .bottom-section-content-box h2 span,.zw-template-zp_videos_detail_page .bottom-section-content-box h2 span {
    display: block
}

.zw-template-zp_videos_main_page .bottom-cta-box a.try-now-btn,.zw-template-zpv_category_page_autocreate .bottom-cta-box a.try-now-btn,.zw-template-zp_videos_detail_page .bottom-cta-box a.try-now-btn {
    background: #0047ff;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    padding: 12px 30px;
    text-transform: none
}

.zw-template-zpv_category_page_autocreate .zsection .content-wrap {
    padding: 120px 0
}

.zw-template-zp_videos_main_page .bottom-section .content-wrap,.zw-template-zpv_category_page_autocreate .bottom-section .content-wrap {
    padding-top: 100px
}

.zw-template-zp_videos_detail_page .bottom-section .content-wrap {
    padding-top: 80px
}

.zw-template-zp_videos_main_page .bottom-cta-box,.zw-template-zpv_category_page_autocreate .bottom-cta-box,.zw-template-zp_videos_detail_page .bottom-cta-box {
    margin-bottom: 0
}

.zw-template-zp_videos_main_page .video-slider {
    margin-top: 30px
}

.zw-template-zp_videos_main_page .zplay-icon,.zw-template-zpv_category_page_autocreate .zplay-icon {
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 40px;
    height: 40px;
    box-shadow: 0 1px 10px 3px rgba(0,0,0,.1)
}

.zw-template-zp_videos_main_page .zplay-icon:after,.zw-template-zpv_category_page_autocreate .zplay-icon:after {
    border-top: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #000;
    border-radius: 1px
}

.zw-template-zp_videos_main_page .bottom-cta-box a.try-now-btn span.arrow-right,.zw-template-zpv_category_page_autocreate .bottom-cta-box a.try-now-btn span.arrow-right,.zw-template-zp_videos_detail_page .bottom-cta-box a.try-now-btn span.arrow-right {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    top: -1px;
    margin-right: 10px
}

.zw-template-zp_videos_main_page .bottom-cta-box a.try-now-btn span.arrow-right:before,.zw-template-zpv_category_page_autocreate .bottom-cta-box a.try-now-btn span.arrow-right:before,.zw-template-zp_videos_detail_page .bottom-cta-box a.try-now-btn span.arrow-right:before {
    width: 15px;
    height: 2px;
    background: #fff;
    content: "";
    display: inline-block;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    left: 7px
}

.zw-template-zp_videos_main_page .bottom-cta-box a.try-now-btn span.arrow-right:after,.zw-template-zpv_category_page_autocreate .bottom-cta-box a.try-now-btn span.arrow-right:after,.zw-template-zp_videos_detail_page .bottom-cta-box a.try-now-btn span.arrow-right:after {
    height: 10px;
    width: 10px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg) translateY(-76%);
    border-radius: 2px 0 2px 22px
}

.zw-template-zp_videos_main_page .videos-inner>div:last-child {
    padding-bottom: 100px
}

.zw-template-zp_videos_main_page .video-slider .slick-arrow {
    width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #dadada
}

.zw-template-zp_videos_main_page .video-slider .slick-next {
    right: 10px
}

.zw-template-zp_videos_main_page .video-slider .slick-prev {
    left: calc(100% - 110px)
}

.zw-template-zp_videos_main_page .video-slider .slick-next:before {
    top: 13px;
    right: 25px
}

.zw-template-zp_videos_main_page .video-slider .slick-next:after {
    bottom: 13px;
    right: 25px
}

.zw-template-zp_videos_main_page .video-slider .slick-prev:before {
    top: 13px;
    left: 25px
}

.zw-template-zp_videos_main_page .video-slider .slick-prev:after {
    bottom: 13px;
    left: 25px
}

.zw-template-zp_videos_main_page .zw-template-inner .videoslist-wrapper .content-wrap {
    padding-bottom: 0
}

.zw-template-zp_videos_main_page .video-slider li,.zw-template-zp_videos_main_page .svideos-list li {
    position: relative
}

.zw-template-zp_videos_main_page .svideos-list ul {
    padding-bottom: 100px;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px
}

.zw-template-zp_videos_main_page .svideos-list li {
    width: 100%
}

@media all and (min-width: 992px) {
    .zw-template-zp_videos_main_page .category-list-items {
        text-align:left;
        display: flex;
        gap: 10px;
        flex-wrap: wrap
    }

    .zw-template-zp_videos_main_page .category-list-items a {
        margin: 0;
        border-radius: 8px;
        font-size: 14px;
        text-transform: none;
        background: 0
    }

    .zw-template-zp_videos_main_page .category-list a.active {
        background: #0047ff
    }
}

@media all and (max-width: 1440px) {
    .zw-template-zpv_category_page_autocreate .zbanner.zsection .content-wrap {
        padding:70px 0 100px 0
    }

    .zw-template-zpv_category_page_autocreate .zsection .content-wrap {
        padding: 100px 0 100px 0
    }

    .zw-template-zpv_category_page_autocreate .zsection.zlist .content-wrap {
        padding-bottom: 55px
    }

    .zw-template-zp_videos_detail_page .bottom-section-content-box {
        margin-bottom: 100px
    }

    .zw-template-zp_videos_detail_page .main-cont h1 {
        font-size: 36px
    }

    .zw-template-zp_videos_main_page .zw-template-inner .content-wrap {
        padding: 100px 0
    }

    .zw-template-zp_videos_main_page .zcr-vdo-banner-sec .content-wrap {
        padding-top: 70px
    }

    .zw-template-zp_videos_main_page .banner-content-box h1,.zw-template-zpv_category_page_autocreate .zbanner h1 {
        font-size: 80px
    }

    .zw-template-zp_videos_main_page .banner-content-box h1 span {
        font-size: 24px
    }

    .zw-template-zp_videos_main_page .category-desc h2 {
        font-size: 36px
    }

    .zw-template-zp_videos_main_page .category-list {
        top: 100px
    }

    .zw-template-zp_videos_main_page .videos-inner>div:last-child {
        padding-bottom: 80px
    }

    .zw-template-zp_videos_main_page .bottom-section .content-wrap,.zw-template-zpv_category_page_autocreate .bottom-section .content-wrap {
        padding-top: 80px
    }

    .zw-template-zp_videos_detail_page .bottom-section .content-wrap {
        padding-top: 50px
    }

    .zw-template-zp_videos_main_page .bottom-section-content-box h2,.zw-template-zpv_category_page_autocreate .bottom-section-content-box h2,.zw-template-zp_videos_detail_page .bottom-section-content-box h2 {
        font-size: 60px;
        max-width: 680px
    }

    .zw-template-zp_videos_main_page .svideos-list ul {
        padding-bottom: 60px
    }
}

@media all and (max-width: 1280px) {
    .zw-template-zp_videos_main_page .banner-content-box h1,.zw-template-zpv_category_page_autocreate .zbanner h1 {
        font-size:72px
    }

    .zw-template-zp_videos_main_page .banner-content-box h1 span {
        font-size: 22px
    }

    .zw-template-zp_videos_main_page .videos-inner>div {
        padding-bottom: 60px
    }
}

@media all and (min-width: 1200px) {
}

@media all and (max-width: 1199px) {
    .zw-template-zp_videos_main_page .category-list.zmakefixed {
        top:55px
    }
}

@media all and (max-width: 1024px) {
    .zw-template-zpv_category_page_autocreate .zbanner-inner h1+p {
        margin-top:20px
    }

    .zw-template-zp_videos_main_page .banner-content-box h1,.zw-template-zpv_category_page_autocreate .zbanner h1 {
        font-size: 56px;
        max-width: 550px
    }

    .zw-template-zp_videos_main_page .banner-content-box h1 span {
        font-size: 18px
    }

    .zw-template-zp_videos_main_page .banner-content-box p {
        font-size: 17px;
        max-width: 570px
    }

    .zw-template-zp_videos_main_page .banner-content-box h1+p {
        margin-top: 20px
    }

    .zw-template-zp_videos_main_page .banner-content-box .search-wrap {
        margin-top: 35px
    }

    .zw-template-zp_videos_main_page .banner-content-box .search-wrap .zo-search-filed {
        font-size: 16px;
        padding: 17px 50px 17px 25px
    }

    .zw-template-zp_videos_detail_page .main-cont h1 {
        font-size: 30px
    }

    .zw-template-zp_videos_main_page .category-desc h2 {
        font-size: 30px
    }

    .zw-template-zp_videos_main_page .videos-inner>div:last-child {
        padding-bottom: 60px
    }

    .zw-template-zp_videos_main_page .category-list.zmakefixed {
        top: 10px
    }

    .zw-template-zp_videos_main_page .bottom-section-content-box h2,.zw-template-zpv_category_page_autocreate .bottom-section-content-box h2,.zw-template-zp_videos_detail_page .bottom-section-content-box h2 {
        font-size: 48px;
        max-width: 570px
    }
}

@media all and (min-width: 992px) and (max-width:1280px) {
    .zw-template-zp_videos_main_page .category-list {
        max-width:100%
    }

    .zw-template-zp_videos_main_page .category-list.zmakefixed {
        max-width: 95%;
        top: 20px
    }
}

@media all and (min-width: 992px) and (max-width:1199px) {
    .zw-template-zpv_category_page_autocreate .bottom-section .content-wrap {
        padding-top:70px
    }

    .zw-template-zp_videos_detail_page .bottom-section .content-wrap {
        padding-top: 45px
    }

    .zw-template-zp_videos_main_page .zw-template-inner .content-wrap {
        padding: 70px 0 100px 0
    }
}

@media all and (max-width: 991px) {
    .zw-template-zp_videos_detail_page .bottom-section-content-box {
        padding:50px 40px
    }

    .zw-template-zp_videos_main_page .zo-down-arrow {
        top: 20px;
        left: unset;
        right: 18px;
        position: absolute;
        border-width: 9px 6px 0
    }

    .zw-template-zp_videos_main_page .category-list a,.zw-template-zp_videos_main_page .category-list a.active {
        background: #fff;
        text-align: left;
        font-size: 12px
    }

    .zw-template-zp_videos_main_page .category-desc {
        padding-right: 120px
    }

    .zw-template-zp_videos_main_page .category-desc a {
        margin-top: 15px;
        display: inline-flex
    }

    .zw-template-zp_videos_main_page .video-slider .slick-next,.zw-template-zp_videos_main_page .video-slider .slick-prev {
        top: -70px
    }

    .zw-template-zp_videos_main_page .banner-content-box .search-wrap .cat-search {
        top: 17px
    }

    .zw-template-zp_videos_main_page .svideos-list ul {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media all and (max-width: 767px) {
    .zw-template-zpv_category_page_autocreate .zlist-inner>div {
        margin-bottom:40px
    }

    .zw-template-zpv_category_page_autocreate .zbanner.zsection .content-wrap {
        padding: 70px 0 80px 0
    }

    .zw-template-zpv_category_page_autocreate .zsection .content-wrap {
        padding: 75px 0 75px 0
    }

    .zw-template-zpv_category_page_autocreate .bottom-section .content-wrap {
        padding-top: 65px
    }

    .zw-template-zp_videos_detail_page .bottom-section .content-wrap {
        padding-top: 35px
    }

    .zw-template-zpv_category_page_autocreate .zsection.zlist .content-wrap {
        padding-bottom: 40px
    }

    .zw-template-zp_videos_detail_page .bottom-section-content-box {
        margin-bottom: 80px
    }

    .zw-template-zp_videos_main_page .zw-template-inner .content-wrap {
        padding: 60px 0 80px 0
    }

    .zw-template-zp_videos_main_page .banner-content-box h1,.zw-template-zpv_category_page_autocreate .zbanner h1 {
        font-size: 48px;
        max-width: 460px
    }

    .zw-template-zp_videos_main_page .banner-content-box h1 span {
        font-size: 17px;
        padding: 12px 20px
    }

    .zw-template-zp_videos_detail_page .main-cont h1 {
        font-size: 28px
    }

    .zw-template-zp_videos_main_page .category-desc h2 {
        font-size: 28px
    }

    .zw-template-zp_videos_main_page .category-list {
        top: 80px
    }

    .zw-template-zp_videos_main_page .category-desc {
        padding-right: 0
    }

    .zw-template-zp_videos_main_page .category-list {
        max-width: inherit;
        width: 100%
    }

    .zw-template-zp_videos_main_page .category-list.zmakefixed {
        max-width: inherit;
        width: inherit
    }

    .zw-template-zp_videos_main_page .category-desc h2+p {
        margin-bottom: 10px
    }

    .zw-template-zp_videos_main_page .video-slider li,.zw-template-zp_videos_main_page .svideos-list li {
        margin: 0
    }

    .zw-template-zp_videos_main_page .video-slider .slick-next {
        right: -10px
    }

    .zw-template-zp_videos_main_page .video-slider .slick-prev {
        left: calc(100% - 90px)
    }

    .zw-template-zp_videos_main_page .videos-inner>div:last-child {
        padding-bottom: 85px
    }

    .zw-template-zp_videos_main_page .bottom-section .content-wrap,.zw-template-zp_videos_main_page .zcr-vdo-banner-sec .content-wrap,.zw-template-zpv_category_page_autocreate .bottom-section .content-wrap,.zw-template-zp_videos_detail_page .bottom-section .content-wrap {
        max-width: 100%
    }

    .zw-template-zp_videos_main_page .bottom-section-content-box h2,.zw-template-zpv_category_page_autocreate .bottom-section-content-box h2,.zw-template-zp_videos_detail_page .bottom-section-content-box h2 {
        font-size: 42px
    }

    .zw-template-zp_videos_main_page .svideos-list ul {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-bottom: 80px
    }

    .zw-template-zp_videos_main_page .svideos-list h5,.zw-template-zp_videos_main_page .video-slider h5 {
        height: auto
    }
}

@media all and (max-width: 480px) {
    .zw-template-zpv_category_page_autocreate .zbanner-inner h1+p {
        line-height:1.6
    }

    .zw-template-zp_videos_detail_page .bottom-section-content-box {
        padding: 0;
        background: 0
    }

    .zw-template-zp_videos_main_page .banner-content-box h1,.zw-template-zpv_category_page_autocreate .zbanner h1 {
        font-size: 42px
    }

    .zw-template-zp_videos_main_page .banner-content-box p {
        line-height: 1.6
    }

    .zw-template-zp_videos_main_page .banner-content-box h1 span {
        font-size: 15px
    }

    .zw-template-zp_videos_main_page .bottom-section-content-box h2,.zw-template-zpv_category_page_autocreate .bottom-section-content-box h2,.zw-template-zp_videos_detail_page .bottom-section-content-box h2 {
        font-size: 36px;
        margin-bottom: 30px
    }

    .zw-template-zp_videos_main_page .bottom-cta-box a.try-now-btn,.zw-template-zpv_category_page_autocreate .bottom-cta-box a.try-now-btn,.zw-template-zp_videos_detail_page .bottom-cta-box a.try-now-btn {
        padding: 10px 25px
    }

    .zw-template-zp_videos_main_page .bottom-cta-box a.try-now-btn span.arrow-right,.zw-template-zpv_category_page_autocreate .bottom-cta-box a.try-now-btn span.arrow-right,.zw-template-zp_videos_detail_page .bottom-cta-box a.try-now-btn span.arrow-right {
        transform: scale(.85)
    }

    .zw-template-zp_videos_main_page .videos-inner>div:last-child {
        padding-bottom: 75px
    }

    .zw-template-zp_videos_detail_page .main-cont h1 {
        font-size: 24px
    }

    .zw-template-zp_videos_main_page .category-desc h2 {
        font-size: 24px
    }

    .zw-template-zp_videos_main_page .bottom-section-content-box h2 span,.zw-template-zpv_category_page_autocreate .bottom-section-content-box h2 span,.zw-template-zp_videos_detail_page .bottom-section-content-box h2 span {
        display: inline-block
    }
}
