.zw-template-inner {
    margin: 0 !important;
}
.pricing-header-container {
    text-align: center;
    padding: 50px 0;
    border-bottom: 1px solid #000;
    background-color: #d0eadc;
}
.content-wrap {
    position: relative;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.pricing-title {
    margin-bottom: 60px;
}

.price-heading {
    max-width: 600px;
    padding: 0 20px 30px;
    margin: 0 auto;
    font-size: 72px;
    color: #000;
    line-height: 74px;
    padding-bottom: 20px;
    letter-spacing: -4px;
}

.pricing-subheading {
    /* font-size: 16px; */
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px;
}

.zw-template-inner>.content-wrap {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.zw-template-inner .pricing-tab-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    width: 100%;
    height: 56px;
    top: -30px;
    text-align: center;
}

.botm_pricing_sc.deciding {
    background-color: #f5f5f2;
    padding: 100px 0;
}

.botm_pricing_sc .wrapper {
    max-width: 1200px;
    margin: auto;
}
.botm_pricing_sc.deciding h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    max-width: 610px;
    margin: auto;
    line-height: 50px;
}

.botm_pricing_sc .decide-flex {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.botm_pricing_sc .decide-block {
    overflow: hidden;
    width: 32%;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
}
.botm_pricing_sc .decide-block .heading {
    display: flex;
    padding: 30px 10%;
    background-color: #f5f5f2;
}

.botm_pricing_sc .decide-block .heading h4 {
    font-size: 24px;
    font-weight: 400;
    margin: auto 0 auto 10px;
}

.botm_pricing_sc .support-icons {
    width: 30px;
    height: 30px;
}
.decide-block .block-txt {
    padding: 20px 10%;
    /* max-width: 260px; */
}
.decide-block p {
    font-size: 15px;
    line-height: 24px;
    transition: all .2s ease-in-out;
}
.next-btn {
    position: relative;
}

.contact {
    color: inherit;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}
 
.next-btn::after {
    content: url(/wp-content/uploads/2025/08/next-arrow-1.png);
    position: absolute;
    right: -24px;
    top: 6px;
    transform: scale(0.3);
    transform-origin: top right;
    transition: right .2s linear;
}
.contact .contact-icon {
    /* vertical-align: text-top; */
    width: 13px;
    height: 13px;
}
.contact-num, .contact {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 0;
}
.support-time {
    font-size: 10px;
    margin-left: 21px;
    color: #333;
    display: block;
}

.crm-pricing-switch button {
    color: black;
    padding: 9px;
}

@media screen and (min-width: 1280px) {
    .fadeinup1 {
        transition-delay: 100ms;
    }
}



