.mac_years_radio .priceSection {
    margin: 15px;
}
.mac_years_radio .yearly {
    font-size: 13px;
    line-height: 1;
    margin-top: 10px;
    color: #000;
}

/* Macs Number */

.macs-num {
    text-align: left;
    width: 260px;
    margin: 10px 0;
    padding: 0;
    height: 46px;
    display: inline-flex;
    background-color: #f5f5f5;
    border-radius: 30px;
}

.macs-num p {
    font-weight: 600;
}

.macs-num label {
    width: 190px;
    background-color: transparent;
    text-align: center;
    list-style-type: none;
    z-index: 10;
    cursor: pointer;
    font-size: 18px;
    line-height: 46px;
    color: #3399cc;
    font-weight: 500;
    transition: color 500ms;
}

.pill {
    position: absolute;
    width: 90px;
    height: 46px;
    background-color: #39c;
    border-radius: 30px;
    color: #444;
    z-index: 10;
    border: 5px solid #fff;
    box-sizing: border-box;
    transition: margin-left 200ms ease;
}

.macs-num.macs-1 .pill {
    margin-left: 0px;
}

.macs-num.macs-3 .pill {
    margin-left: 85px;
}

.macs-num.macs-5 .pill {
    margin-left: 170px;
}

.macs-num input {
    display: none;
}

.macs-num input.checked + label {
    color: #fff !important;
    transition: color 200ms;
}


/* Years */


.toggleYears {
    cursor: pointer;
    margin-bottom: 0;
    grid-row: 2;
    font-size: 16px;
    margin-left: 5px;
    color: #000;
}

.toggleYears input {
    display: none;
}



.toggleYears input + label {
    padding: 0px 10px;
    border: solid #3399cc 2px;
    display: inline-block;
    background-color: #fff;
    color: #3399cc;
    transition: all .2s;
    margin: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
}

.toggleYears label:hover, .toggleYears label:active, .toggleYears label:focus {
    background: #3399cc;
    text-decoration: none;
    border: solid #3399cc 2px;
    color: #fff;
}

.toggleYears label:nth-of-type(1) {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.toggleYears label:nth-of-type(2) {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.toggleYears input.checked + label {
    background-color: #3399cc !important;
    color: #fff;
}
