.site-wrap .hero-pricing-banner-wrap h2 span svg {
    height: 70px;
}

.pricing-content-wrap .pricing .package-header {
    background-color: #00a84c;
    padding: 40px;
    border-radius: 30px;
    /* align-items: center; */
    text-align: left;
   
}
body, p , table  td 
{
    font-family: "Poppins", sans-serif;
}
.pricing-content-wrap .pricing .package-header h2 {
    color: #fff;
    /* font-family: "Montserrat", sans-serif; */
    margin-bottom: 0;
    text-align: left;
    line-height: 41px;
    
}

.pricing-content-wrap .pricing .package-header img {
    height: 170px;
}

.pricing-content-wrap tbody td:nth-child(2) {
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    width: 40%;
}

.pricing-content-wrap .table-responsive .table tbody td {
    padding: 12px 25px 0px 25px;
    font-size: 20px;
}

.pricing-content-wrap .table-responsive .table thead th {
    padding: 20px 25px 20px 25px;
    background: #F2f2f2;
    font-size: 24px;
   
}

.pricing-content-wrap .table-responsive .table>:not(:first-child) {
    border-top: 0px;
    padding: 0px 0px 0px 0px;
}

@media only screen and (max-width:768px) {
    .pricing-content-wrap .table-responsive .table thead th {
        padding: 20px 0px 20px 5px;
        background: #F2f2f2;
        font-size: 16px;
        
        width: 100%;
    }
    .pricing-content-wrap .table-responsive .table tbody td:nth-child(1) {
        padding: 12px 50px 0px 0px;
        font-size: 16px;
        font-weight: 500;
    }
    .pricing-content-wrap .table-responsive .table tbody td:nth-child(2) {
        padding: 12px 5px 0px 5px;
        font-size: 16px;
        font-weight: 500;
        text-align: end!important;
    }
    .addl-service-wrap th {
        padding: 10px!important;
        font-size: 18px !important;
        width: 100% !important;
    }
    .addl-service-wrap td {
        padding: 5px 5px !important;
        font-size: 18px!important;
        font-weight: 600 !important;
    }
    .addl-service-wrap-container {
        padding: 0px 5px !important;
    }
}

.round-price {
    margin: 0 10px;
}
.site-wrap .section-padding {
   
    padding-bottom: 9rem !important;
}
@media(max-width:767px)
{
    .round-price 
    {
        margin-left: 0;
    }
    .pricing-content-wrap .pricing .package-header h2 
    {
        margin-bottom: 1rem;
    }
}
.site-wrap .zing-partner-wrap h2 
{
    font-weight: 600;
}