.radio-group-new [type="radio"] + label {
    padding: 14px 14px 14px 14px;
    color: #ffffff;
    background:url("https://fundedsportstrader.testsofts.com/wp-content/uploads/2024/04/Button-1.svg");
    border-radius: 7px;
    cursor: pointer;
    font-family: 'Inter';
    padding-inline: 20px; font-weight: 500;
    margin-right: 7px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 170px;
    height: 47px;
}
.radio-group-new-2 [type="radio"] + label {
    padding: 14px 14px 14px 14px;
    color: #ffffff;
    background: #282828;
    border-radius: 7px;
    cursor: pointer;
    font-family: 'Inter';
    padding-inline: 20px; font-weight: 500;
    margin-right: 7px;

}
.radio-group-new-2 [type="checkbox"] + label {
    padding: 14px 14px 14px 14px;
    color: #ffffff;
    background: #282828;
    border-radius: 7px;
    cursor: pointer;
    font-family: 'Inter';
    padding-inline: 20px; font-weight: 500;
    margin-right: 7px;

}
.radio-group-new-2{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.radio-group-new [type="radio"] {
    display: none;
}
.radio-group-new-2 [type="radio"] {
    display: none;
}
.radio-group-new-2 [type="checkbox"] {
    display: none;
}

.radio-group-new [type="radio"]:checked + label {
    background:url("https://fundedsportstrader.testsofts.com/wp-content/uploads/2024/04/Button.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 170px;
    height: 47px;
    color:#000000;

}

.radio-group-new-2 [type="radio"]:checked + label {
    background: #B8E834;
    padding: 14px 14px 14px 14px;
    border-radius: 7px;
    cursor: pointer;
    font-family: 'Inter';
    padding-inline: 20px; font-weight: 500;
    margin-right: 7px;
    color:#000000;
}

label[for="quickComparisonCheckbox"] {
    padding: 14px 14px 14px 14px;
    color: #000000;
    background: #fff;
    border-radius: 7px;
    cursor: pointer;
    font-family: 'Inter';
    padding-inline: 20px; font-weight: 500;
    margin-right: 7px;
}

input#quickComparisonCheckbox:checked + label[for="quickComparisonCheckbox"] {
    background: #B8E834;
    color: #000 !IMPORTANT;
}
.radio-group-new label{
    display: inline-block;
    line-height: 1;
    text-align: center;
}

input#quickComparisonCheckbox {
    display: none;
}

.elementor-element-f3e8ecc h3 {
    padding-top: 24px;
}


.packageprice-new, .packageprice-new:before{
    color:white !important;
    font-size:24px;
}

.packageprice-new::before{
    content:"Price: ";
    color:white;
}
.packageprice-new.topprice {
    text-align: right;
    margin-top: -60px;
    margin-bottom: 40px;
}
.packageprice-new.bottomprice {
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .radio-group-new [type="radio"]+ label {
        min-width: 120px;
        text-align: center;
        margin-bottom: 10px;
    }
    .radio-group-new-2{
        flex-direction:column;
        gap:25px;
    }

    .radio-group-new-2 .wrapper{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .packageprice-new.topprice {
        display:none;
    }

    .tablehouse .accordiontable {
        min-width: 700px;
    }

    .tablehouse tr td:nth-child(1) div div {
        display: block;
        text-align: left !IMPORTANT;
    }
}