.m__calculator *,
.m__calculator ::after,
.m__calculator ::before {
    box-sizing: border-box;
        line-height: 1.5;
}

.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: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 20px;
    width: 100%;
    /* border-radius: 4px; */
}

.m__calculator .m__row.result__desktop {
}

.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: flex-start;
    column-gap: 23px;
}
input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #B94A48;
    background-color: #fff0f0;
    border: 0;
    border-bottom: 1px solid #ff9595;
}


.green_btn{
    background-color: #00c0c2 !important;
    border: 0 !important;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    height: 44px;
    cursor: pointer;
    outline: 0;
        margin: 0 !important;
    padding: 0 !important;
}


.m__group input {
width: 100% !important;
    background: #f1f1f1 !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #ccc !important;
    display: flex !important;
    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: 44px;
    padding: 3px 10px !important;
    font-size: 15px !important;
    font-weight: 500;
    color: #00062b;
    font-family: "Inter", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
}

.m__group input:focus {
    /*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);*/
    outline: 0;
    border-color: #00062b !important;
    background: white;
}

.m__calculator .m__name {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 6px;
    position: relative;
    flex: 1;
    color: #858585;
    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: column;
    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: #ffffff;
}


.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 {
    width: 100%;
    background: rgb(0 6 43);
    COLOR: WHITE;
    padding: 20px;
    margin-top: 20px;
    border-radius: 4px;
}


.mm_save {
    text-align: left;
    font-family: inherit;
    font-style: normal;
    line-height: 1.8;
    overflow: initial;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0px;
    color: rgb(255 255 255);
}



/*-----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: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    height: 44px;
    background: rgb(0 6 43 / 0%);
    color: rgb(0 6 43);
    border: 2px solid rgb(0 6 43);
    line-height: 1.1;
}

.radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 10px 10px;
    cursor: pointer;
    line-height: 1.2;
    margin: 0;
}

.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 #00062b;
    background: rgb(0 6 43);
    color: white;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .radio-tile-label {
    color: white;
}







/* options new */

.type_resto .radio-tile-group .input-container .radio-button:checked+.radio-tile{
    background: rgba(0, 192, 194, 1.0);
    border-color: rgba(0, 192, 194, 1.0);
    background-color: #00c0c2;
    border: 2px solid #00c0c2;
    border-radius: 0;
    color: #fff;
}
.type_resto .radio-tile-group .input-container .radio-tile {
    border-radius: 0;
    background: rgb(0 6 43 / 0%);
    color: rgb(0 192 194);
    border: 2px solid rgb(0 192 194);
}

.type_resto{
     max-width: 600px;
     margin: auto !important;
     margin-bottom: 10px !important;
}



/* validation */

.email__form{
    width: 100%;
    display: flex;
    align-items: self-start;
    gap: 15px;
    padding: 15px;
    background: #00062b;
}

.email__form .m__group input:focus {
    outline: 0;
    border-color: #00062b !important;
    background: white;
}
.m__calculator .email__form .m__name {
    color: #ffffff;
}
.parsley-errors-list {
    width: 100%;
    margin: 3px 0 2px;
    font-size: 12px;
    line-height: 1.4;
    color: #ffffff;
    background: #ff9595;
    padding: 2px;
    }

@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: 10px 0 2px;
        /* background: rgb(12 190 171 / 7%); */
        /* border-radius: 8px; */
        /* border: 1px solid #dcf3f1; */
    }

    .radio-tile-group .input-container {
        flex: 40%;
    }

    .type_resto{
         max-width: 600px;
         margin: 0 20px !important;
         margin-bottom: 10px;
    }
    .email__form {
        flex-direction: column;
        gap: 2px;
        align-items: normal;
    }
    .email__form .green_btn {
        margin: 0 !important;
    }
}

