.ccode-id .zwc_comp_header .zwc_comp_cell .zpricegroup .zcurrency-symbol {
    font-size: 22px;
    top: -13px;
    position: relative
}
#zplan2 a.getstart-plan, #zplan2 a.trynow-plan {
    color: #fff;
    background: var(--primary-btn-color);
    border-color: var(--primary-btn-color);
}
.zpricegroup-monthly .product-block#zplan1 span.detail>span:last-child {
    display: none;
}
.pricing-tab>span.monthly, .pricing-tab>span.yearly {
    background: #fff;
}
.zremovedetail.product-block .detail {
    display: none;
}
div#zplan2 {
    border-radius: 8px;
    border: 2px solid #f5d835;
    background: #fff7e8;
    box-shadow: 0 8px 8px 0 rgba(203,183,129,0.27)
}
.zmost-popular-wrap {
    position: absolute;
    top: -37px;
    left: 0
}
.pricing-wrap .content-wrap .product-block .zmost-popular {
    border-radius: 8px 8px 0 0;
    border: 1px solid #f5d835;
    background: #ffd563;
    color: #3e2400;
    font-size: 12px;
    font-family: var(--secondaryfont-semibold)
}
.zbreakdown, .zsavings {
    font-size: 15px;
}
.zbreakdown .zcur-sym, .zbreakdown .zbreakdown-val {
    font-family: var(--zf-secondary-semibold);
}
.pricing-wrap.pricing-box-2 .zcalculator-slide .content-wrap {
    display:block;
}
.ztext-note {
    margin: 5px 0 0;
font-size: 14px;
    text-align: center;
}
.ccode-id .zwc_comp_header .zwc_comp_cell .zpricegroup .z-price-text em {
    font-size: 20px
}
.pricing-faq ul.faq-list li p {
    font-size: 14px;
    margin-top: 10px;
}
.pricing-faq ul.faq-list li {
    margin-bottom: 15px;
pointer-events: none;
}
.pricing-faq ul.faq-list {
    margin-top: 15px;
}
ul.zbanner-steps {
    display: flex;
    column-gap: 2%;
    justify-content: center;
    margin-top: 30px
}
.zbanner-steps li {
    padding-left: 25px;
    position: relative;
    text-align: left;
    font-size: 20px;
    font-family: var(--zf-secondary-medium);
}

.zbanner-steps li:before {
/*content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 4px;
    border: 1.5px solid #fff;
    border-radius: 50%;*/
content: '';
    position: absolute;
    background-image: url(/sites/zweb/images/publish/pricing/publish-pricing-tick.svg);
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    left: 0;
    top: 4px;
}

.zbanner-steps li:after {
//     content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: rotateZ(45deg);
    width: 4px;
    height: 8px;
    top: 8px;
    left: 7px;
}
.faq-list{
display:none;
}
.pricing-faq ul li h3 {
    font-family: var(--zf-secondary-semibold)
}
.pricing-faq ul.faq-list li {
    margin-bottom: 15px;
}




.zw-template-inner {
    background: 0;
    margin-bottom: 0
}


h3 {
    font-size: 27px;
    letter-spacing: 0
}

.pricing-header h1 {
    font-size: 62px;
    font-family: var(--zf-primary-bold);
}

h2 {
    font-size: 46px
}


.pricing-faq .content-wrap > ul > li {
    padding: 30px 40px 30px 40px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.zw-template-inner .pricing-faq .content-wrap {
    max-width: 900px
}

.pricing-faq li>p {
    margin-bottom: 20px;
    width: 90%
}
.pricing-faq li>p:last-child {
    margin-bottom: 0px;
}

.pricing-faq h2:after {
    display: none
}

.plan-description {
    margin: 20px 0 0;
    line-height: 1.2
}
.pricing-wrap .content-wrap .product-block .feature-box{
    padding-top:35px;
}




.product-block span.detail span {
    font-size: 17px
}

.feature-box ul li {
    text-align: left;
}


.pricing-faq h2 {
    margin: 0 auto 50px
}

.pricing-header {
    padding: 20px 0 0;
color: #fff;
}


.save-tab {
    background: 0;
    color: #000;
    font-family: var(--zf-secondary-semibold);
    font-size: 15px
}

.pricing-faq {
    margin-bottom: 0;
    padding: 0px 0 80px;
}

li.zactive h3 .arrow {
    transform: none;
    transform-origin: unset;
    top: 3px;
}

h3 .arrow {
    position: absolute;
    right: 0;
    top: 3px;
    //
    transition: background .6s ease-in;
    width: 30px;
    height: 30px;
    border-radius: 10px
}

h3 .arrow::after {
    display: none
}

h3 .arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    position: absolute;
    top: 7px;
    right: 11px;
    border-top: 0;
    border: solid #010101;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 1px
}

li.zactive h3 .arrow::before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    /* border-color: #fff; */
    top: 10px;
}

.ztax-container>p {
    text-align: center;
    font-size: 14px
}

.product-block .plan-name {
    font-family: var(--zf-primary-bold);
    font-size: 20px
}




.zwc_comp_cell a.getstart-plan,.zwc_comp_cell a.trynow-plan {
    min-width: 200px
}

.pricing-faq .content-wrap > ul > li.zactive {
    border: 1px solid #1c76f0;
}


.zhigh {
    color: #1d9d93;
    font-family: var(--secondaryfont-semibold)
}


.pricing-wrap .content-wrap {
    padding-bottom: 30px
}



.pricing-faq li>p.faq-list-li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative
}
.has-tooltip>span {
    cursor: pointer;
    position: relative
}

.has-tooltip>span.price-tooltip {
    display: none
}

.has-tooltip>span:first-child::after {
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    display: inline-block;
    background: url(/sites/zweb/images/commonroot/pricing-tooltip-icon.svg) no-repeat 0 0 / 16px auto;
    cursor: pointer;
   margin-left: 4px;
    vertical-align: top;
    margin-top: 4px;
}

.lang-rtl .has-tooltip>span::after {
    margin: 4px 4px 0 0
}

.price-tooltip:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0f94f6;
    bottom: -7px;
    color: white;
    height: 0;
    left: 20%;
    position: absolute;
    width: 0;
    content: ''
}

.lang-rtl .price-tooltip:before {
    left: auto;
    right: 20%
}

.price-tooltip:after {
    height: 15px;
    width: 100%;
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    background: transparent;
    border: 0;
    margin: 0
}

span.price-tooltip.active {
    background-color: #0f94f6;
    box-shadow: 0 0 11px #b8b6b6;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    min-height: 25px;
    width: 90%;
    max-width: 240px;
    padding: 15px 19px;
    position: absolute;
    text-align: left;
    left: 0;
    bottom: 105%;
    border: 0;
    transition: .5s ease;
    display: block
}

.lang-rtl span.price-tooltip.active {
    text-align: right
}




/*.getquote-button {
    transition: opacity .2s ease,visibility .2s ease;
    position: fixed;
    bottom: 0;
    right: 10px;
    background-color: #f0483e;
    border: 0 solid #f0483e;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #fff;
    cursor: pointer;
    outline: 0;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    padding: 0 30px 0 12px;
    width: auto;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 600;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 2px 0 10px #e4e4e4
}

.getquote-button:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 16px;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.getquote-button a {
    color: #fff;
}*/


.pricingPlansCalculator__plan h3 {
    margin-bottom: 50px;
    text-align: center
}
.product-block#zplan2 span.detail {
    margin-bottom: 5px;
}
.zpricegroup-yearly .zsavings {
    margin: 5px 0 15px;
    display: block;
}

.zpricegroup-monthly .zsavings {
    display: none;
}
.zpricegroup-monthly .zbreakdown {
    margin-bottom: 15px;
    display: block;
}
.pricing-wrap .content-wrap.zwc_toggle_container {
    max-width: 750px;
padding: 0px 0 40px;
}
.pricing-header h1 {
    max-width: 940px;
    margin: 0 auto;
}
.zpro-pricing-val {
    font-family: var(--zf-primary-bold);
    color: #000;
    font-size: 52px;
    line-height: 1;
    margin-bottom: 10px;
}

.zwc-pro-pricing .zcur-sym {
    font-family: var(--zf-primary-bold);
    position: relative;
    top: -20px;
    font-size: 28px;
}
.zsavings{
        font-family: var(--zf-secondary-semibold);
}
input.av-type-range {
    padding: 10px 10px;
    width: 50px;
    border: 1px solid #000;
    font-size: 20px;
    font-family: var(--zf-primary-semibold);
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 3px 2px 0 rgba(188, 188, 188, 1);
}
.pricingPlansCalculator__slider {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 720px;
}
.pricingPlansCalculator__slider input[type=range] {
    z-index: 1;
    background: #d7dcdf;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    border-radius: 5px
}

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-image: url("/sites/zweb/images/publish/pricing/publish-pricing-slider-thumb.svg");
    background-position: 0 0;
    background-size: cover;
    cursor: default;
    top: 0;
    margin-left: 0;
    outline: 0;
    left: 0;
    animation: slide 1.4s linear 1s;
}

.ui-slider-slide {
    position: absolute;
    z-index: 2;
    width: 0;
    height: 5px;
    cursor: default;
    top: 12px;
    margin-left: 0;
    background-color: #47a8ef;
    outline: 0;
    left: 0;
    animation: slideh 1.4s linear 1s;
}

.ui-slider-handle.preload,.ui-slider-slide.preload {
    animation-play-state: paused !important
}

@keyframes slideh {
    0% {
        width: 0
    }

    50% {
        width: 100px
    }

    100% {
        width: 0
    }
}

@keyframes slide {
    0% {
        left: 0
    }

    50% {
        left: 100px
    }

    100% {
        left: 0
    }
}

.ui-slider-handle.zhide,.ui-slider-slide.zhide {
    display: none;
}
.zlimit-ext {
width: 100%;
    display: none;
    text-align: center;
    max-width: max-content;
    margin: 25px auto 0;
    box-sizing: border-box;
}
.zlimit-ext p {
    font-size: 20px;
}
.zcontactus {
    display: inline-block;
    font-size: 13px;
    padding: 13px 15px;
    box-sizing: border-box;
    text-transform: uppercase;
    width: auto;
    background: #295ae6;
    line-height: 1;
    min-width: 180px;
    text-align: center;
    border-radius: 5px;
    font-family: var(--zf-primary-semibold);
    color: #fff;
}


.pricingPlansCalculator__slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    background-image: url("/sites/zweb/images/publish/pricing/publish-pricing-slider-thumb.svg");
    background-position: 0 0;
    background-size: cover;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 0;
    border-radius:50%;
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.2)
}
.product-block span.detail span>span {
    display: inline-block;
}
.zinput-flex {
    display: flex;
    align-items: baseline;
    gap: 4%;
    max-width: 750px;
    margin: 0 auto;
}
body:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #0ea0f0;
    height: 590px;
}

.pricingPlansCalculator__plan {
        background: #fff;
    padding: 40px 40px 0px;
    margin-top: 40px;
}
.pricing-wrap .zcalculator-slide .content-wrap:not(.zwc_toggle_container) {
    padding-bottom: 0;
}
.pricing-wrap.pricing-box-2 .zcalculator-slide .content-wrap:not(.zwc_toggle_container) {
    max-width: 900px;
}
.ccode-id .zpro-pricing-val {
    font-size: 42px;
}
.zdisable#zplan2 .main-box *:not(.plan-name,.zlimit-ext *)  {
 display:none;
}
@media screen and (max-width: 1100px) {
    .pricing-header h1 {
        font-size:44px;
max-width: 760px;
    }

    h2 {
        font-size: 40px
    }

    h3 {
        font-size: 24px
    }

    .pricing-wrap .content-wrap .product-block .main-box {
        padding: 40px 25px
    }

    .pricing-wrap .content-wrap {
        padding-bottom: 20px
    }

    .pricing-wrap {
        margin: 0 0 100px
    }

    .pricing-faq {
        padding: 60px 0
    }

    .pricing-faq h2 {
        max-width: 340px
    }
}

@media screen and (max-width: 991px) {
    .pricing-header h1 {
        font-size:40px;
        max-width: 600px;
        margin: 0 auto 15px
    }

    h2 {
        font-size: 36px
    }

    h3 {
        font-size: 22px
    }

   

    .pricing-wrap {
        margin: 0 0 80px
    }

    

    .pricing-faq {
        padding: 50px 0
    }

    .pricing-header {
        padding-top: 20px
    }

    .pricing-faq h2 {
        max-width: 320px
    }

    .pricing-faq-inner {
        padding: 60px 0
    }

    .zforbreak.has-tooltip tooltip p {
        bottom: 49px
    }
}

@media only screen and (max-width: 767px) {
    .pricing-header h1 {
        font-size:32px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 21px
    }

    section .content-wrap {
        max-width: unset
    }

    .pricing-header {
        padding: 0 0 20px
    }
  
    .pricing-wrap.pricing-box-2 .content-wrap .product-block:last-child {
        margin-bottom: 0
    }

    

    .pricing-faq .content-wrap > ul > li,.pricing-faq .content-wrap > ul > li:nth-child(2n+2) {
        padding: 30px !important
    }

    .pricing-wrap {
        margin: 0 0 60px
    }



    .pricing-faq {
        padding: 40px 0
    }

    .pricing-faq ul li h3 {
        padding-right: 30px
    }
body:before {
    height: 450px;
}
ul.zbanner-steps {
    flex-wrap: wrap;
gap:20px;
}
.zbanner-steps li {
    font-size: 18px;
}
.product-block#zplan1 span.detail {
    display: none;
}
}

@media only screen and (max-width: 480px) {
.zinput-text {
    margin-top: 30px;
text-align: center;
}
   .zbanner-steps {
        gap: 15px;
    }
    .pricing-header {
        margin-top: 0;
    }
.pricingPlansCalculator__plan {
    padding: 30px 20px 20px;
}
.pricingPlansCalculator__plan h3 {
    margin-bottom: 30px;
}
.product-block#zplan1 span.detail {
    display: none;
}
.zinput-flex {
    display: block;
}
    .pricing-header h1 {
        font-size: 24px
    }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 20px
    }

   
    .pricing-wrap {
        margin: 0 0 50px
    }


    .pricing-faq {
        padding: 30px 0
    }

    .pricing-faq h2 {
        max-width: 280px;
        margin: 0 auto 20px
    }

    .pricing-faq .content-wrap  > ul > li,.pricing-faq .content-wrap  > ul > li:nth-child(2n+2) {
        margin-bottom: 15px !important;
        padding: 20px !important
    }

    h3 .arrow {
        top: -2px
    }

    .pricing-faq-inner {
        width: 100%;
        border-radius: 0
    }

}

@media only screen and (max-width: 380px) {
    .pricing-header h1 {
        font-size:22px
    }

    h2 {
        font-size: 22px
    }
}
