/* Updated by @Shiv Web Developer #Start */
.crs_calculator_container {
    color: #6500fe !important;
    background-color: #6600ff28 !important;
    border-bottom: 4px solid #6500fe !important;
}

.crs__calculator_container ul li {
    margin-left: 40px !important;
    list-style: square !important;
}

.crs_calculator_container .calculator_main_banner_stripe_title {
    color: #000000 !important;
}

.crs_calculator_container .calculator_main_banner_stripe_description {
    color: #d10303 !important;
}

/* .calculator_main_banner_stripe_child {
    border-bottom: 4px solid #6500fe !important;
} */

.crs_calculator_model {
    background-color: #6600ff28 !important;
}

.box_shaddow_of_overall_crs_calculator {
    border: 1px solid #6600ff28 !important;
    margin-bottom: 30px;
}

.box_shaddow_of_overall_crs_calculator .modal-title {
    color: #6500fe !important;
}

.crs_calculatorBtn {
    background-color: #6500fe !important;
    color: white !important;
    font-size: 17px;
    font-weight: 800;
    padding: 7px 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#crs_calculator .label_form {
    font-size: 16px !important;
    color: #6500fe !important;
    font-weight: 500 !important;
    font-style: normal !important;
}

#crs_calculator label {
    font-size: 12px;
    color: red;
    padding: 0;
    margin: 0;
    font-style: italic;
}



.crs_points_calculation_section {
    font-size: 17px;
}

.box_shaddow_of_overall {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fafaff;
    border-radius: 5px;
}

.box_shaddow_of_overall input,
.box_shaddow_of_overall select,
.box_shaddow_of_overall textarea {
    border-radius: 0px !important;
}

/* Updated by @Shiv Web Developer #End */


.updated_crs_point_calculator div,
.updated_crs_point_calculator p,
.updated_crs_point_calculator ul li,
.updated_crs_point_calculator {
    font-size: 18px !important;
    color: black;
    justify-content: center;
}

.updated_crs_point_calculator select {
    height: 40px !important;
    width: 50% !important;
}

.updated_crs_point_calculator ul li {
    font-size: 17px !important;
}

#neg-results {
    background-color: black;
    color: #6500fe;
}

#submit {
    padding: 10px 20px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-top: 50px !important;
    color: white;
    background-color: #6500fe !important;
    border: none !important;
    outline: none !important;
}

.main_heading_of_page h2 {
    padding: 10px !important;
    background-color: #6500fe;
    color: white;
}

.calculation_area {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-top: 15px;
}

.calculation_area label {
    margin-top: 10px !important;
    font-size: 18px !important;
}

.calculation_area p {
    margin-top: 10px !important;
    font-size: 17px !important;
}

.result_show_area {
    margin-top: 20px !important;
    /* box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset; */
    border: 1px solid #6500fe;
    position: relative !important;
    border-radius: 10px !important;
    padding: 20px;
    /* background-color: #6600ff28 !important; */
}

.display_inline {
    display: inline-flex;
}

/* .form_crs input {
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
} */

.form_crs .form-group label {
    font-size: 14px !important;
}

.final_score_show {
    border-radius: 100%;
}

.final_score_show h4 {
    font-weight: 700;
    font-size: 70px;
    margin-top: 30px !important;
    width: 170px;
    border: 2px solid #6500fe;
    border-radius: 20px;
}

.captan_stark img {
    height: 400px;
    width: 300px;
    background-color: white;
    box-shadow: none !important;
}

.captan_stark {
    padding: 10px;
}

.final_show_area {
    color: #6500fe;
    font-weight: 700;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .main h2 {
        font-size: 15px !important;
        margin-top: 35px !important;
    }

    .main_heading_of_page h2 {
        padding: 10px !important;
        font-size: 18px;
    }

    .final_score_show h4 {
        font-size: 25px;
        font-weight: 700;
        width: 80px;
        border: 2px solid #6500fe;
    }

    .captan_stark img {
        height: 250px;
        width: 150px;
        background-color: white;
        box-shadow: none !important;
    }

    #finalscore {
        justify-self: center;
    }

    .updated_crs_point_calculator div,
    .updated_crs_point_calculator p,
    .updated_crs_point_calculator ul li,
    .updated_crs_point_calculator {
        font-size: 16px !important;
    }

    .calculation_area label {
        margin-top: 10px !important;
        font-size: 16px !important;
    }

    .calculation_area p {
        margin-top: 10px !important;
        font-size: 15px !important;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .main h2 {
        font-size: 17px !important;
        margin-top: 35px !important;
    }

    .main_heading_of_page h2 {
        padding: 10px !important;
        font-size: 18px;
    }

    .final_score_show h4 {
        font-size: 30px;
        font-weight: 700;
        width: 120px;
        border: 2px solid #6500fe;
    }

    .captan_stark img {
        height: 300px;
        width: 200px;
        background-color: white;
        box-shadow: none !important;
    }

    #finalscore {
        justify-self: center;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .main_heading_of_page h2 {
        padding: 10px !important;
        font-size: 18px;
    }

    .main h2 {
        font-size: 20px !important;
        margin-top: 35px !important;
    }

    .final_score_show h4 {
        font-weight: 700;
        font-size: 35px;
        width: 130px;
        border: 2px solid #6500fe;
    }

    .captan_stark img {
        height: 400px;
        width: 300px;
        background-color: white;
        box-shadow: none !important;
    }

    #finalscore {
        justify-self: center;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .main h2 {
        font-size: 25px !important;
        margin-top: 50px !important;
    }

    .main_heading_of_page h2 {
        padding: 10px !important;
        font-size: 20px;
    }

    .final_score_show h4 {
        font-weight: 700;
        font-size: 50px;
        width: 170px;
        border: 2px solid #6500fe;
    }

    .captan_stark img {
        height: 400px;
        width: 300px;
        background-color: white;
        box-shadow: none !important;
    }

    #finalscore {
        justify-self: center;
    }


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .main_heading_of_page h2 {
        padding: 10px !important;
        font-size: 28px;
    }

    .final_score_show h4 {
        font-weight: 700;
        font-size: 50px;
        width: 170px;
        border: 2px solid #6500fe;
    }

    .captan_stark img {
        height: 410px;
        width: 300px;
        background-color: white;
        box-shadow: none !important;
    }

    #finalscore {
        justify-self: center;
    }

    .main h2 {
        font-size: 25px !important;
        margin-top: 55px !important;
    }

}

#core_factors h3 {
    font-size: 23px !important;
    font-weight: 800 !important;
    color: #6500fe !important;
}

.list-unstyled {
    font-size: 16px !important;
    font-weight: 400 !important;
    list-style: disc !important;
}

.lst-no-blt {
    list-style: square !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.results p {
    font-size: 17px !important;
    font-weight: 800 !important;
}

#spouse_factors h3 {
    font-size: 23px !important;
    font-weight: 800 !important;
    color: #6500fe !important;
}

#skill_factors h3 {
    font-size: 23px !important;
    font-weight: 800 !important;
    color: #6500fe !important;
}

#skill_factors h4 {
    font-size: 18px !important;
    font-weight: 800 !important;
}

#totals h3 {
    font-size: 23px !important;
    font-weight: 800 !important;
    color: #6500fe !important;
}


.mainTitleofCrsScore h2 {
    font-size: 35px !important;
    font-weight: 800 !important;
    color: #6500fe !important;
}