.ptnew_poshan_calculator_text::before {
    content: 'Calculator...';
    top: -65px;
}

.ptnew_calc_user_steps_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    background-color: #F58634;
    border-radius: 30px;
    z-index: 2;
    position: relative;
    background-image: url('https://cdn.poshantracker.in/public-assets/image/NewPoshanCalculator/calc_lines_bg.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
}

.ptnew_calc_front_wrapper {
    background-color: #F9FAFD;
    border-radius: 30px;
    margin-right: 40px;
    padding: 15px 25px 15px;
    box-shadow: 5px 5px 30px 0px #0000001A;
    border: 1px solid #FFFFFF;
    /* width: 260px; */
    min-height: 520px;
}

.ptnew_calc_back_wrapper {
    background-color: #F9FAFD;
    border-radius: 30px;
    margin-right: 40px;
    box-shadow: 5px 5px 30px 0px #0000001A;
    border: 1px solid #FFFFFF;
    width: 260px;
}

.ptcalc_form_label {
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 12px;
    line-height: 14.52px;
    color: #757575;
    text-transform: uppercase;
    text-align: center;
}

.ptcalc_form_label span {
    font-size: 10px;
    line-height: 12.1px;
}

.gender_selection_wrapper {
    display: flex;
    justify-content: space-evenly;
}

.gender_selection_wrapper .form-check {
    padding-left: 0;
}

.gender_selection {
    height: 60px;
    width: 60px;
    border-radius: 36px !important;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 0 !important;
}

.boy_girl_gender {
    font-family: "OpenSans-Regular";
    font-weight: 600;
    font-size: 14px;
    line-height: 16.94px;
    color: #000000;
    text-align: center;
}

.girl_selection {
    background-image: url('https://cdn.poshantracker.in/public-assets/image/NewPoshanCalculator/girl.png');
}

.boy_selection {
    background-image: url('https://cdn.poshantracker.in/public-assets/image/NewPoshanCalculator/boy.png');
}

.gender_selection.form-check-input:checked[type=radio] {
    border-color: #001A53;
    /* background-image: url('https://cdn.poshantracker.in/public-assets/image/NewPoshanCalculator/gender_tick.svg'); */
}

.girl_selection.form-check-input:checked[type=radio] {
    background-image: url('https://cdn.poshantracker.in/public-assets/image/NewPoshanCalculator/girl.png');
    position: relative;
}

.boy_selection.form-check-input:checked[type=radio] {
    background-image: url('https://cdn.poshantracker.in/public-assets/image/NewPoshanCalculator/boy.png');
    position: relative;
}

.gender_selection.form-check-input:checked[type="radio"]::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 16px;
    height: 16px;
    background: url("https://cdn.poshantracker.in/public-assets/image/NewPoshanCalculator/calculator_select_tick.jpeg") no-repeat center;
    background-size: contain;
    transform: translateX(-50%);
}

.range_slider_line_circle {
    height: 2px !important;
    -webkit-appearance: none;
    appearance: none;
    background-color: #F58634;
    position: absolute;
    bottom: 0;
    width: 92%;
    left: 8px;
}

.range_slider_line_circle::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 5px solid #F58634;
    position: relative;
    bottom: 0px;
}

.range_slider_wrapper {
    position: relative;
}

.ptcalc_form_input {
    font-family: "OpenSans-Regular";
    font-weight: 600;
    font-size: 14px;
    line-height: 16.94px;
    color: #000;
    text-align: center;
    cursor: pointer;
    appearance: auto;
}

.showErrormsg {
    font-family: "OpenSans-Regular";
    font-weight: 600;
    color: red;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 25px;
}

.gender_dob_hei_wei_info_head {
    font-family: "OpenSans-Regular";
    font-weight: 400;
    line-height: 12px;
    font-size: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.gender_dob_hei_wei_info_desc {
    font-family: "OpenSans-Regular";
    font-weight: 600;
    line-height: 14.52px;
    font-size: 12px;
    color: #FFFFFF;
}

.gender_dob_hei_wei_info_wrapper {
    background-color: #5D78D7;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 30px 25px 15px;
    border: 1px solid #5D78D7;
    display: flex;
    justify-content: space-between;
}

.ptnew_calc_back_result_head {
    font-family: "OpenSans-Regular";
    font-weight: 500;
    line-height: 14.52px;
    font-size: 12px;
    color: #000000;
    margin-bottom: 0;
}

.ptnew_calc_back_result_type {
    font-family: "OpenSans-Regular";
    font-weight: 400;
    line-height: 12px;
    font-size: 10px;
    color: #FFFFFF;
    padding: 5px 4px;
    border-radius: 5px;
    margin-bottom: 0;
}

.ptnew_calc_back_result_type svg {
    color: #527CDC;
}

.ptnew_calc_back_result_status_wrapper {
    padding: 30px 25px 15px;
}

.ptnew_calc_back_result_advice {
    font-family: "OpenSans-Regular";
    font-weight: 500;
    line-height: 14.52px;
    font-size: 12px;
    color: #5D78D7;
    text-decoration: none;
    margin-bottom: 20px;
}

.ptnew_calc_back_result_advice a {
    text-decoration: none;
}

.ptnew_calc_back_result_status_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.severe_result {
    background-color: #E31217;
}

.moderate_result {
    background-color: #FFB829;
}

.normal_result {
    background-color: #2BCA3C;
}

.ptnew_calc_back_result_status_inner_wrapper {
    border-bottom: 1px solid #E5E5E5;
    margin-top: 20px;
}

.ptnew_calc_back_result_status_inner_wrapper:nth-last-child(1) {
    border-bottom: none;
}

.ptnew_whats_pcalc_section {
    background-image: url('https://cdn.poshantracker.in/public-assets/image/NewPoshanCalculator/whats_poshan_calc_bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 1505px; */
    width: 100%;
}

.ptnew_whats_pcalc_section .ptnew_main_heading:before {
    left: 50%;
    transform: translateX(-50%);
}

.ptnew_whats_pcalc_section .ptnew_para {
    margin-top: 20px;
    color: #181818;
}

.ptnew_calc_who_standard {
    font-family: "OpenSans-Regular";
    font-weight: 600;
    line-height: 40px;
    font-size: 32px;
    color: #001A53;
    margin-bottom: 30px;
}

.ptnew_calc_who_bracket_head {
    font-family: "OpenSans-Regular";
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}

.ptnew_calc_who_bracket_limitation {
    font-family: "OpenSans-Regular";
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.ptnew_calc_who_bracket_download {
    text-align: center;
}

.ptnew_calc_who_bracket_download a {
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #001A53;
    text-decoration: none;
}

.ptnew_calc_who_standard_age_brackets_blocks {
    padding: 30px;
    border-radius: 168px;
    margin: 0 35px;
}

.stunted_block {
    background-color: #BFC640;
}

.wasting_block {
    background-color: #FFC236;
}

.underweight_block {
    background-color: #F14A75;
}

.ptnew_calc_age_brackets_blocks_alert {
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #181818;
}

.ptnew_calc_refernce_table_head {
    font-family: "OpenSans-Regular";
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #001A53;
    margin-bottom: 15px;
}

.ptnew_calc_refernce_table_content_wrapper {
    border: 1px solid #D7D7D7;
    padding: 25px 30px;
}

.ptnew_calc_user_steps_head {
    font-family: "OpenSans-Regular";
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    margin-left: 30px;
    margin-bottom: 30px;
}

.ptnew_calc_user_steps_order {
    list-style-type: none;
    counter-reset: ordered;
}

.ptnew_calc_user_steps_order li {
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.ptcalc_height_weight_min_limit {
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #757575;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.ptcalc_height_weight_max_limit {
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #757575;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.ptnew_calc_user_steps_order li::before {
    border-radius: 50%;
    content: counter(ordered);
    counter-increment: ordered;
    display: inline-block;
    margin-left: -50px;
    margin-top: -7px;
    padding: 7px 12px;
    position: absolute;
    border: 3px solid #FFFFFF;
    color: #001A53;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    background-color: #D7D7D7;
}

.ptnew_calc_user_steps {
    margin-bottom: 25px;
}

.ptcalc_height_weight_text {
    width: 100%;
}

.ptnew_calc_back_btn_wrapper {
    margin-top: 100px;
}

.ptnew_calc_relatedvideos_head {
    font-family: "OpenSans-Regular";
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #001A53;
    margin-bottom: 30px;
}

.ptcalc_form_row .react-datepicker-wrapper {
    display: block;
}

.ptnew_calc_front_wrapper .react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
    display: none;
}

/* media query */

@media screen and (max-width: 1024px) {

    .ptnew_calc_who_standard_age_brackets_blocks {
        padding: 35px 15px;
        margin: 0 10px;
    }

    .ptnew_calc_user_steps_head {
        font-size: 25px;
    }

    .ptnew_calc_front_wrapper {
        margin-right: 15px;
    }

}

@media screen and (max-width: 991px) {

    .ptnew_calc_user_steps_wrapper {
        justify-content: center;
    }

    .ptnew_calc_user_steps_head {
        padding-top: 20px;
        font-size: 24px;
        margin-left: 0;
    }

    .ptnew_calc_user_steps_order {
        padding-left: 40px;
    }

    .ptnew_calc_user_steps_order li {
        margin-bottom: 25px;
    }

    .ptnew_calc_who_standard_age_brackets_blocks {
        padding: 35px 20px;
        margin: 0px 0px;
    }

    .ptnew_whats_pcalc_section {
        height: auto;
    }

    .ptnew_calc_front_wrapper {
        margin-right: 0;
        /* width: 230px; */
        padding: 30px 15px 15px;
    }

    .range_slider_line_circle::-webkit-slider-thumb {
        bottom: 0;
    }

    .ptnew_calc_back_wrapper {
        margin: 0 auto;
    }

}

@media screen and (max-width: 767px) {

    .ptnew_poshan_calculator_text::before {
        top: 0;
        font-size: 60px;
    }

    .ptnew_calc_user_steps_wrapper {
        margin-top: 30px;
        border-radius: 0;
        padding-top: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ptnew_calc_user_steps_head {
        margin-left: 0px;
        font-size: 22px;
    }

    .ptnew_calc_user_steps_order {
        padding-left: 45px;
    }

    .ptnew_calc_user_steps_wrapper {
        justify-content: center;
    }

    .ptnew_calc_front_wrapper {
        margin: 40px auto 0;
        width: 280px;
    }

    .ptnew_calc_user_steps {
        margin-bottom: 0;
    }

    .ptnew_calculator_wrapper {
        margin-top: 0 !important;
    }

    .ptnew_whats_pcalc_section {
        background-image: none;
        height: auto;
        padding-top: 0 !important;
    }

    .ptnew_mob_top_mar_pad {
        padding-top: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .ptnew_whats_pcalc_section .ptnew_main_heading:before {
        left: 25px;
    }

    .ptnew_whats_pcalc_section .ptnew_main_heading {
        text-align: left;
    }

    .ptnew_whats_pcalc_section .ptnew_para {
        text-align: left;
    }

    .ptnew_calc_who_standard {
        font-size: 22px;
        margin-bottom: 0;
    }

    .ptnew_calc_who_standard_age_brackets_blocks {
        display: flex;
        align-items: center;
        padding: 0px 15px;
        margin: 0 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ptnew_calc_who_standard_age_brackets_blocks img {
        height: 86px;
        width: 86px;
        margin-right: 20px;
    }

    .ptnew_calc_refernce_table_content_wrapper {
        /* border: none; */
        padding: 25px 15px;
        margin-top: 25px;
    }

    .ptnew_calc_age_brackets_blocks_alert {
        padding-top: 20px;
        margin-bottom: 0;
    }

    .ptnew_calc_refernce_table_head {
        margin-bottom: 0;
    }

    .ptnew_calc_who_bracket_head {
        text-align: left;
    }

    .ptnew_calc_who_bracket_limitation {
        text-align: left;
        margin-bottom: 10px;
    }

    .ptnew_calc_who_bracket_download {
        text-align: left;
    }

    .ptnew_calc_back_wrapper {
        margin: 0 auto;
        width: 280px;
    }

}