.m__calculator *,
.m__calculator ::after,
.m__calculator ::before {
    box-sizing: border-box
}

.m__calculator * {
    font-family: inherit;
    font-family: 'Inter', sans-serif;
}

.m__calculator {
    width: 100%;
    margin: 0 auto;
    font-family: inherit;
    font-size: 17px;
}

.m__calculator .m__row {
    display: block;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 20px;
    width: 100%;
}

.m__calculator .m__row.result__desktop {
    max-width: 400px;
}

.m__calculator .m__cell {
    flex: 1;
    margin: 0 0 15px 0px;
    padding: 4px 0;
    flex: 1 1 calc(50% - 20px);
    /*display: flex;*/
    align-items: center;
    /* background: #ccc; 
    border-bottom: 1px solid #e8e8e8;*/
    min-height: 60px;
}

.m__calculator .m__cell:last-child {
    margin: 0
}

.m__calculator .m__group {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 23px;

}


.m__group input {
    width: 100%;
    background: #ededf2;
    border-radius: 6px 6px 2px 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
    text-align: left;
    height: 50px;
    padding: 3px 10px 3px 12px;
    font-size: 20px;
    font-weight: 700;
    color: #01574e;
    font-family: "Inter", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
}

.m__group input:focus {
    outline: 0;
    /*border-color: rgb(1 113 245 / 100%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background: rgb(255, 255, 255);*/

    background: #ededf2 !important;
    border-color: #049686 !important;
}

.m__calculator .m__name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    position: relative;
    flex: 1;
    color: black;
    text-align: left;
}

.m__calculator .m__label {
    display: flex;
}

.noUi-base,
.noUi-handle {
    transform: none !important;
    transition: 0s !important;
}

.m__calculator .noUi-horizontal {
    height: 5px;
    width: 100%;
}

.m__calculator .noUi-target {
    border: 0px;
    border-radius: 0 0 4px 4px;
    background: #e6e6e6;
    margin-top: -2px;
    /*box-shadow: 0 2px 0px 2px black;
    -webkit-box-shadow: 0px 6px 9px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgb(10 11 11 / 9%);*/
}

.m__calculator .noUi-handle:after,
.m__calculator .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 6px;
    width: 0px;
    background: rgb(244 244 244 / 60%);
    left: 5px;
    top: 4px
}

.m__calculator .noUi-handle:after {
    left: 8px
}

.m__calculator .noUi-connect {
    box-shadow: none;
    background: #049686;
    transition: 0s;
    border-radius: 0 0 4px 4px;
}

.m__calculator .noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    left: -8px;
    top: -5px;
    border: 3px solid #049686;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
}

.m__section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 30px;
    border-radius: 8px;
    background: #ffffff;
}

.blc_title.title_weight {
    font-size: 50px;
    line-height: 1;
    margin-top: 5px;
    font-family: 'Inter';
    font-weight: 800;
    color: #006259;
}

.pcol .blc_title.title_weight {
    font-size: 40px;
    margin-top: 0;
}

.m__result .pcol {
    margin: 15px 0 0;
}

.frequency_selected {
    font-weight: 700;
    font-size: 16px;
    color: #006259;
}

.placeholder_labels {
    font-size: 12px;
    color: #787676;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.placeholder_labels span {
    font-size: 12px;
    color: #787676;
}

@media all and (max-width:700px) {
    .m__calculator .m__row {
        display: flex;
        flex-direction: column;
        align-items: initial;
        width: 100%;
        column-gap: 0;
        max-width: none !important;
    }

    .m__calculator .m__cell {
        max-width: 100%
    }



}

.m__result {
    display: block;
}


.mm_save {
    text-align: left;
    font-family: inherit;
    font-style: normal;
    line-height: 1.8;
    overflow: initial;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    color: black
}



/*-----For Switch Radio Buttons----*/




/*-----For Switch Radio Buttons----*/
.radio-tile-group {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}

.radio-tile-group .input-container {
    position: relative;
    height: auto;
    width: auto;
    min-width: 100px;
    flex: 1;
}

.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: transform 300ms ease;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 20px;
    background: rgb(255 255 255 / 37%);
    color: rgb(108, 109, 119);
    border: 1px solid rgb(108, 109, 119);
}

.radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 10px 20px;
    cursor: pointer;
}

.radio-tile-group .input-container .radio-tile-label span {
    font-size: 11px;
    display: block;
    line-height: 1;
    font-style: italic;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile {
    border: 2px solid #049686;
    background: rgb(12 190 171 / 23%);
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .radio-tile-label {
    color: #006259;
}


@media all and (max-width:700px) {
    .m__calculator {
        font-size: 16px;
    }

    .m__section {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        margin: 15px;
        padding: 15px
    }

    .m__calculator .m__cell {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .m__calculator .m__name {
        min-width: auto;
    }

    .m__calculator .m__group {
        position: relative;
        flex: 1;
        width: auto;
    }

    .m__result {
        padding: 20px 15px;
        margin-top: 10px;
        background: rgb(12 190 171 / 7%);
        border-radius: 8px;
        border: 1px solid #dcf3f1;
    }

    .radio-tile-group .input-container {
        flex: 40%;
    }
}