.site-wrap .hero-pricing-banner-wrap h2 span svg {
    height: 70px;
}

.pricing-content-wrap .pricing .package-header {
    background-color: #00a84c;
    padding: 0px 0px 0px 0px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}

.pricing-content-wrap .pricing .package-header h2 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    justify-content: center;
}

.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;
    font-weight: 800;
}

.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;
        font-weight: 800;
        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;
    }
}