/*
Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Hilary Andersen
Author URI: http://www.hilaryandersen.com
Template: Divi
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

.et_pb_section {
    padding: 0px 0;
}

#top-header {
    display: none;
}

.et-social-icon.et-social-google-plus {
    display: none !important;
}

.custom_icon.et-social-icon.et-social-google-plus {
    display: block !important;
}

#top-menu .et-social-icons li {
    margin-left: 12px;
    margin-top: -2px;
}

#top-menu .et-social-icon a {
    font-size: 14px;
}



#top-menu .et-social-icon a {
    color: #f6653c !important;
}

#top-menu .et-social-icon a:hover {
    color: #27CCC0 !important;
}



.c_custom_cal_block {
    padding: 15px 0;
    padding-top: 8px;
}

.c_custom_cal_block label,
.c_calculation_out_section label {
    font-size: 18px;
    padding-bottom: 8px;
    display: block;
        font-weight: 600;
}


 

.c_custom_cal_dropdown_field {}

.c_custom_cal_dropdown_field select {
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    background-size: 16px 16px;
    border-color: #7e8993;
    padding: 3px 24px 3px 8px;
    min-height: 38px;
    vertical-align: middle;
    -webkit-appearance: none;
    cursor: pointer;
    box-shadow: 0 0 0 transparent;
    border-radius: 3px;
    border: 1px solid #7e8993;
    background-color: #fff;
    color: #32373c;
    min-width: 217px;
    font-size: 16px;
}

.c_custom_cal_block input {
    box-shadow: 0 0 0 transparent;
    border-radius: 3px;
    border: 1px solid #7e8993;
    background-color: #fff;
    color: #32373c;
    padding: 0 8px;
    line-height: 2;
    min-height: 38px;
    font-size: 16px;
}

.c_calculation_out_section {
    padding-top: 30px;
    padding-bottom: 40px;
}

.c_calculation_out_section .c_result_inpt {
    background-color: #fff;
    font-size: 36px;
    border: none;
    font-weight: 700;
    color: #1f345e;
}

.c_cal_btn_submit {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 2;
    min-height: 34px;
    padding: 5px 30px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    vertical-align: baseline;
    background: #007cba;
    border-color: #007cba;
    color: #fff;
    text-shadow: none;
}

.c_custom_cal_dropdown_field select.c_select_one_wrap {
    min-width: 50px;
}

.c_ca_amnt_common_inp {
    max-width: 110px;
    margin-right: 10px !important;
}

.c_dfield_wrap_one {
    display: flex;
    align-items: center;
}

.range_item_section .text-light-black {
    font-size: 22px;
}

.range_item_section {
    padding-bottom: 25px;
    max-width: 650px;
}

.c_width_fifty {
    width: 50%;
}

.range-item {
    position: relative;
    width: 100%;
}

.range-item:not(:last-child) {
    margin-bottom: 24px;
}

.range-item .range-input {
    margin-top: -15px;
}

.range-item .range-input input {
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-top: 35px;
}

.range-item ul {
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.range-item ul .list-inline-item:not(:last-child) {
    margin-right: 0;
}

.range-item ul .list-inline-item span {
    position: relative;
    /* min-width: 58px; */
    text-align: center;
    display: inline-block;
    font-size: 14px;
    padding-top: 4px;
    word-break: break-word;
    color: #b1b1b1;
}

.range-item .range-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: calc(100% - 14px);
    background-color: #ddd;
    z-index: 0;
    margin: 0 7px;
    border-radius: 50px;
    overflow: hidden;
}

.range-item .range-input.disable-range+ul .list-inline-item span::before {
    background-color: #b1b1b1;
}

.range-item .range-input.disable-range .range-line .active-line {
    background-color: #b1b1b1;
}

.range-item .range-input.disable-range+ul .list-inline-item.active span::before {
    background-color: #777777;
}

.range-item .range-input .dot-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 24px);
    left: 0;
    z-index: 1;
}

.range-item .range-input .active-dot {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
    background-color: #ddd;
    height: 24px;
    width: 24px;
    border: 4px solid #007cba;
    z-index: 11;
    left: 0%;
    border-radius: 50%;
}

.range-item .range-input .range-line .active-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #007cba;
    transition: all 0.1s ease;
}

.range-item ul .list-inline-item span::before {
    content: "";
    display: block;
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #696969;
}

.range-item ul .list-inline-item.active span::before {
    background-color: white;
}

.range-item .range-input input:disabled~.dot-line .active-dot {
    background-color: #d9d9d9;
    border: 4px solid #b1b1b1;
}

.range_item_block input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    margin-top: -8px;
    /* Centers thumb on the track */
    background-color: #0000;
    height: 15px;
    width: 15px;
    border: 4px solid #0000;
    z-index: 11;
    box-shadow: none;
}

.range_item_block input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    margin-top: -8px;
    /* Centers thumb on the track */
    background-color: #0000;
    height: 24px;
    width: 24px;
    border: 4px solid #0000;
    box-shadow: none;
    z-index: 11;
}

.range_item_block input[type="range"]::-webkit-slider-runnable-track {
    background-color: #f0f0f000;
}

.range_item_block input[type="range"]::-moz-range-progress {
    background-color: #f0f0f000;
}

.range_item_block input[type="range"]::-ms-track {
    background-color: #f0f0f000;
}

.range_item_block input[type="range"]::-moz-range-track {
    background-color: #f0f0f000;
}

/* IE*/
.range_item_block input[type="range"]::-ms-fill-lower {
    background-color: #f0f0f000;
}

.range_item_block input[type="range"]::-ms-fill-upper {
    background-color: #f0f0f000;
}

.range_item_block input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: none !important;
    background-color: #f0f0f000;
}

.range_item_block input[type="range"]:focus::-moz-range-thumb {
    box-shadow: none !important;
    background-color: #f0f0f000;
}

.range_item_block input[type="range"]:focus::-ms-thumb {
    background-color: #f0f0f000;
    box-shadow: none !important;
}

.range_item_block input[type="range"]:disabled::-webkit-slider-thumb {
    background-color: #0000;
    border: 4px solid #0000;
}

.range_item_block input[type="range"]:disabled::-moz-range-thumb {
    background-color: #0000;
    border: 4px solid #0000;
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* checkbox css*/
.checkboxes__item {
    padding: 15px 0;
}

/* STYLE A */

.checkbox.style_a_checkbox {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox.style_a_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox.style_a_checkbox input:checked~.checkbox__checkmark {
    background-color: #fff;
}

.checkbox.style_a_checkbox input:checked~.checkbox__checkmark:after {
    opacity: 1;
}

.checkbox.style_a_checkbox:hover input~.checkbox__checkmark {
    background-color: #eee;
}

.checkbox.style_a_checkbox:hover input:checked~.checkbox__checkmark {
    background-color: #fff;
}

.checkbox.style_a_checkbox .checkbox__checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #333;
    transition: background-color 0.25s ease;
    border-radius: 3px;
}

.checkbox.style_a_checkbox .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.checkbox.style_a_checkbox .checkbox__body {
    color: #333;
    line-height: 1.4;
    font-size: 18px;
    margin-top: 2px;
}

/* checkbox css*/

#c_custom_form_calculate ul.parsley-errors-list {
    padding: 0 !important;
}

#c_custom_form_calculate .parsley-errors-list li {
    color: #ff0000;
    font-size: 16px;
    list-style: none !important;
}

.range-item li {
    list-style: none !important;
        flex: 1 1 auto;
            text-align: center;
    min-width: 20px;
}

.c_calculation_out_section #c_calculation_wage_loss {
    font-size: 24px;
}

/*End of CSS*/





@media screen and (max-width:479px) { 
 
  .range-item ul span {
    font-size: 12px;
  }
  .range-item ul li {
    min-width: 15px;
  }

  .range-item .range-input .active-dot {
    
    height: 16px;
    width: 16px;
    
}
}