/*Calculator css*/
.calcitem input[type="date"], .calcitem input[type="email"], .calcitem input[type="number"], .calcitem input[type="password"], .calcitem input[type="search"], .calcitem input[type="tel"], .calcitem input[type="text"], .calcitem input[type="url"], .calcitem select, .calcitem textarea {
    box-sizing: border-box;
    padding: 15px 25px;
    height: auto;
    width: 100%;
    position: relative;
    outline: 0;
    border: 0;
    margin: 0;
    color: #6f707b;
    background: #fff;
    margin-bottom: 10px;
    transition: all .4s;
    font-size: 16px;
    line-height: 1.1em;
    border-radius: 15px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.prefix {
    font-size: 16px;
    line-height: 60px;
    font-weight: 400;
    left: .9rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #6f707b;
    font-family: Calibre-Semibold,Arial,sans-serif;
    position: absolute;
}
#laneeds p {font-size:80%; line-height:15px;}
    
.calcform {
    max-width: 100%;
    background: #fff;
    padding: 0% 5%;
    color: #53656f;
    border-radius: 5px;
    margin: 50px auto 0;
}
.calcform h1 {  color: #94c04d; }
    .calcform label {
    width: 50%;
    padding-left: 15px;
}
        
.calcform .row {min-height: 100px;}

.calcform .submit-form.btn.btn-btn-primary, #generatePDF {
    width: 200px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background: #254796  !important;
    display: inline-block;
    margin-bottom: 30px;
    border: 0 !important;
    border-radius: 15px;
}
.calcform .submit-form.btn.btn-btn-primary:hover, #generatePDF:hover {
    background: #000  !important;
}
        
/*.calcform input {
    width: 80% !important;
    color: #556670 !important;
    border: 0 ;
}
*/        
.sectionheading.row {
    color: white!important;
    background: #254796!important;
    margin: 20px -15px;
    border-radius: 10px;
    min-height: unset;
}    
.row.sectionheading p {
    color: #fff;
}
 .contentheading {
    text-align: center;
}
/*.value_box input[type="number"] {
    border-radius: 0 !important;
    border-bottom: 1px solid #ccc !important;
    font-size: 36px;
    font-weight: 300;
    border: 0;
}
*/
.value_box .prefix {
    font-size: 36px;
    font-weight: 100;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #c1c1c1;
    font-family: inherit;
    position: absolute;
}
.final_box {
    background: #16649c;
    padding: 30px 50px;
    color: #fff !important;
    text-align: center;
}
.final_box p {
  color: #fff !important;
}
.final_box input[type="text"] {background:transparent !important;color:#fff !important; text-align:center; font-size:36px !important; font-weight:300 !important; border:0 !important;}
.final_box input[type="text"]:focus{box-shadow:none !important;}
.final_box .prefix {
    font-size: 36px;
    font-weight: 300 !important;
    left: 0;
    color: #fff !important;
}
.text_box {
    margin: 30px 0;
}

.value_box {
    margin-bottom: 15px;
	margin-top:20px;
}

.spend_red {padding-top: 15px;}

.value_box input[type="number"], .value_box input[type="text"] {
    border-radius: 0 !important;
    border-bottom: 1px solid #ccc !important;
    font-size: 26px !important;
    font-weight: 300 !important;
    border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}
.value_box input[type="number"]:focus, .value_box input[type="text"]:focus{box-shadow:none !important;}
.text_box strong {
    font-size: 16px;
    color: #16649c;
    font-weight: 600;
}
.text_box p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height:20px;
}
.final_box strong {
    float: left;
    font-size: 18px;
    line-height: 22px;
}
.finalheading {
    color: #16649C !important;
    margin: 15px 0;
}
.result_box {
    height: 90px;
    width: 100%;
}
.result_box .legend_box1 {
    width: 60px;
    height: 60px;
    display: block;
    background: #fdce55;
    float: left;
}
.result_box .legend_box2 {
    width: 60px;
    height: 60px;
    display: block;
    background: #d05c75;
    float: left;
}
.result_box .legend_box3 {
    width: 60px;
    height: 60px;
    display: block;
    background: #36a2eb;
    float: left;
}
.right_text1, .right_text2, .right_text3 {
    float: left;
    margin-left: 15px;
}
.right_text1 .legend_value_box {
    font-size: 24px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    line-height: 30px;
    color: #fdce55;
}
.right_text2 .legend_value_box {
    font-size: 24px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    line-height: 30px;
    color: #d05c75;
}
.right_text3 .legend_value_box {
    font-size: 24px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    line-height: 30px;
    color: #36a2eb;
}
.right_text1 .legend_text_box, .right_text2 .legend_text_box, .right_text3 .legend_text_box {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.download_btn .download_link {
    border: 1px solid #2d579b;
    padding: 10px 30px;
    color: #2d579b;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.download_btn .download_link:hover {
    border: 1px solid #2d579b;
    color: #fff;
    background:#2d579b;
}
.text_box.hourly_rate {
  margin-top: 68px;
}
.contentheading2 {
  text-align: right;
  color: #16649c;
  font-size: 36px !important;
}
.greenhead2 {
  margin-top: 20px;
}
.logo{
  margin-bottom:20px;
}
.logo img {
  width: 250px;
}
.btn_box{text-align:center;}
.btn_box .btn {
    border: 1px solid #2d579b;
    padding: 10px 30px;
    color: #2d579b;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.btn_box .btn:hover {
    border: 1px solid #2d579b;
    color: #fff;
    background:#2d579b;
}
.content.print_box {
  margin: 40px 0;
}
.chart_box {
    padding: 60px 0;
}
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #16649c;
}
.styled-table thead tr {
    background-color: #16649c;
    color: #ffffff;
    text-align: left;
     border-bottom: 1px solid #ddd;
}
.styled-table thead tr th > p {
  margin-bottom: 0;
  text-transform: uppercase;
  color:#fff;
}
.page-id-17606 header, .page-id-17606 footer{display:none !important;}
.page-id-13878 header, .page-id-13878 footer{display:none !important;}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #ddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #16649c;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #16649c;
}
input[type="range"] {
    display: inline-block !important;
    width: 100% !important;
}
.range-slider-container {
    padding: 20px;
}
.slider-counter-container {
    display: inline-block;
    width: 25%;
}
.range_left {
    display: inline-block;
    width: 100%;
    /*padding: 20px 0;*/
}
input[type="number"] {
    -moz-appearance: textfield;
}
.btn_box {
    text-align: center;
    padding: 20px 0;
}
.grandtotal.row {
    background: #254796 !important;
    margin: 20px -15px;
    border-radius: 10px;
    border-color: #254796;
}
.grandtotal strong {}
.grandtotal .calcitem{background: white;}
.finalrow {border-bottom: 1px solid black;padding-top: 15px; margin-top:0px;}
.finalrow2 {padding-top: 15px; margin-top:0px;}
.finalrow2 .rowtotal {
    border-bottom: 0;
    border-top: 0;
    padding-top: 15px;
}
.info {
    color: #ee0e0e;
}
.rowtotal {border-bottom: 1px solid black;border-top:1px solid black;padding-top: 18px;} 
.rowtotal strong, .calcform label {color: #254796;font-size: 20px;margin-top: 22px;display: block;width:100%;}
.calcitem {position: relative;}
.calcitem select {border:0;}

.calcform  input[type='number'], .calcform  input[type='text']
{   
    padding: 10px;
    margin: 8px 2px;     
    width: 100%;
    border-radius:15px;
}
.user_field input[type='number'], .user_field input[type='text']
{   
    padding: 15px 25px;
    margin: 0;
    width: 100% !important;
    border-radius:15px;
}
.submit-form.btn.btn-btn-primary {
    width: 200px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.calcform input[readonly=readonly] {
    border: none;
    font-weight: bold;
    font-size: 18px;
}
.calcform .numberoutput input {
    width: 75%;
}
    
h4.number-heading {
    color: #53656f;
    font-weight: normal;
    margin-bottom: 16px;
    font-size: 16px;
}
.finalrow .rowtotal{
       border-bottom: 0;border-top:0;padding-top: 15px;
}
.calcform input.btn-primary, .calcform .btn-primary {
          margin: 20px 0px;
          border: 0;
          color: #fff !important;
            text-transform: uppercase;
            float: right;
            width: 175px;
            border-radius: 15px !important;
            background: #254796 !important;
}
        input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
        display:none;
  margin: 0; 
}
        input[type=number] {
    -moz-appearance:textfield;
}
        .finaltotal {}
        .finalrow .rowtotal strong {
    color: #53656f;   
}
 #final_spend-error, #total_stock-error, #no_spare_parts-error, #no_spare_parts_last_year-error, #hourly_rate-error, #email_id-error, #full_name-error, full_name-error
 {
    display: none !important;
}
.calcitem.has-error input {
    border: 1px solid #c84545 !important;
}       
 #finalestimate {text-align:right;}  
.formheading { color:#16649C !important; margin:15px 0;}

.finalrow {
    display: none;
}
.success_msg {
    padding-bottom: 40px;
}
.ajax-loader {
  visibility: hidden;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  z-index: +100 !important;
  width: 100px;
  height:100px;
  left:45%;
  top: -50%;
}
.user_field input[type="number"], .user_field input[type="text"], .user_field input[type="email"], .user_field select {
    padding: 12px 25px !important;
    margin: 0 !important;
    width: 100% !important;
    border-radius:15px !important;
    height:45px;
    background: #fff!important;
    border-color: #ccc;
}
.ajax-loader img {
  position: relative;
  top:10%;
  left:50%;
}
.calcform input[type="number"], .calcform input[type="text"] {
    padding: 10px;
    margin: 8px 2px;
    /*font-size: 16px;
    line-height: 1.75;*/
    border: 0;
    border-color: #cfcfd4;
    border-radius: 0;
    border-style: solid;
    display: block;
    width: 100%;
    padding-left: 1.9rem;
    position:static;
    background:#fff;
}

#generatePDF, #htmlContent {
    display: none;
}
.value_box.rate_of_change {
    padding-top: 15px;
}
.value_box.hourly_rate {
    margin-top: -25px;
}
.value_box.reduction {
  margin-top: 0;
}
.value_box.no_spare_parts_last_year {
  margin-top: 50px;
}
.user_details input[type="text"] {
    border-bottom: 1px solid #ccc !important;
	border-left:0 !important;
	border-right:0 !important;
	border-top:0 !important;
	border-radius:0 !important;
	padding:0;
}
.user_details input[type="text"]:focus {box-shadow:none !important;}
.user_details input[type="email"]:focus {box-shadow:none !important;}
.user_details input[type="email"] {
    border-bottom: 1px solid #ccc !important;
    border-radius:0 !important;
	border-left:0 !important;
	border-right:0 !important;
	border-top:0 !important;
	padding:0;
}
.user_details select{
    background: #fff;
    border-bottom: 1px solid #ccc !important;
    border:0;
    border-radius:0;
	padding:0;
}
.greenhead {
    margin-top: 30px;
}  
.pdf_download {
    text-align: center;
}
.pdf_link {
    width: 200px;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    background: #337ab7 !important;
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px 20px;
    border-radius: 15px !important;
    text-decoration:none !important;
}
.pdf_link:hover {
    background: #000 !important;
}
/* Tooltip container */
.tooltip1 {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 3px 0 4px;
    margin-top: -3px;
    float: right;
}
.tooltip1 .tools {
    border-radius: 50%;
    background: #ddd;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0px 8px 0 8px;
    line-height: 19px;
    cursor: pointer;
    font-family:'pt-sans';
}
/* Tooltip text */
.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 150px;
  background-color: #ccc;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size:14px;
  line-height:20px;
  position: absolute;
  z-index: 1;
  padding:5px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}
.tooltip1 .tools:hover{
  background-color:#337ab7 !important;
  color:#fff;
}
.right_s {
    float: right;
}

/*CSS for slider*/
#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#calc_id {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#calc_id fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#calc_id fieldset:not(:first-of-type) {
    display: none
}

/*
#calc_id input,
#calc_id textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#calc_id input:focus,
#calc_id textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}
*/
.form-card strong {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}
.form-card p {
    font-size: 14px;
    font-weight: 400;
	color:#53656f;
}
.subheading {
    margin-bottom: 10px;
	font-size:14px;
	color:#53656f !important;
}
.text_box p {
    font-size: 12px !important;
    color: #53656f;
    line-height: 20px;
}
#calc_id .action-button {
    width: 170px;
    background: #16649C;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 12px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#calc_id .action-button:hover,
#calc_id .action-button:focus {
    background-color: #000;
}
#final_row .formheading {
    color: #fff !important;
    margin: 15px 0;
}
.custom-rangeslider__tooltip {
    display: none !important;
}
.next.action-button.submit-form.btn.btn-btn-primary {
    padding: 13.5px 5px !important;
}
#calc_id .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 12px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#calc_id .action-button-previous:hover,
#calc_id .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.value_box.dublicate {
  margin-top: 60px;
}
.value_box.typical_range {
  margin-top: 35px;
}
.steps {
    font-size: 22px;
    color: #16649C;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
    font-weight: 500;
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding:0;
}
#progressbar .active {
    color: #16649C;
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

.spares li {
    width: 25% !important;
}
#progressbar li strong {
    font-size: 14px;
    font-weight: 400 !important;
}
#progressbar #rpc:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f07a";
}

#progressbar #personal:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f65c";
}

#progressbar #ric:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f1b3";
}

#progressbar #ipmp:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f1d8";
}
#progressbar #report:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f200";
}

#progressbar li:before {
    width: 70px;
    height: 70px;
    line-height: 62px;
    display: block;
    font-size: 32px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    z-index: 9999;
    position: relative;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 0;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #16649C;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}
/* General Rules For Range Slider */
 .custom-rangeslider {
	 position: relative;
	 margin-top: 40px;
	 padding: 0;
}
 .custom-rangeInput {
	 width: 100%;
	 background: transparent;
	 appearance: none;
	 box-sizing: border-box;
	 cursor: pointer;
	 outline: 0;
	 border: 0;
	 padding: 0;
	 margin: 0;
	 background-color: transparent;
	 height: 20px;
}
 .custom-rangeInput::-webkit-slider-thumb {
	 appearance: none;
	 box-sizing: border-box;
	 background-color: #16649C;
	 outline: 2px solid #fff;
	 width: 20px;
	 height: 20px;
	 border: none;
	 border-radius: 50%;
	 cursor: move;
	/* fallback if grab cursor is unsupported */
	 cursor: grab;
	 cursor: -moz-grab;
	 cursor: -webkit-grab;
	 margin-top: -8px;
}
 .custom-rangeInput::-webkit-slider-thumb:active {
	 cursor: grabbing;
	 cursor: -moz-grabbing;
	 cursor: -webkit-grabbing;
}
 .custom-rangeInput::-moz-range-thumb {
	 appearance: none;
	 box-sizing: border-box;
	 background-color: #21324f;
	 outline: 2px solid #fff;
	 width: 20px;
	 height: 20px;
	 border: none;
	 border-radius: 50%;
	 cursor: move;
	/* fallback if grab cursor is unsupported */
	 cursor: grab;
	 cursor: -moz-grab;
	 cursor: -webkit-grab;
}
 .custom-rangeInput::-moz-range-thumb:active {
	 cursor: grabbing;
	 cursor: -moz-grabbing;
	 cursor: -webkit-grabbing;
}
 .custom-rangeInput::-ms-thumb {
	 appearance: none;
	 box-sizing: border-box;
	 background-color: #21324f;
	 outline: 2px solid #fff;
	 width: 20px;
	 height: 20px;
	 border: none;
	 border-radius: 50%;
	 cursor: move;
	/* fallback if grab cursor is unsupported */
	 cursor: grab;
	 cursor: -moz-grab;
	 cursor: -webkit-grab;
	 margin: auto;
}
 .custom-rangeInput::-ms-thumb:active {
	 cursor: grabbing;
	 cursor: -moz-grabbing;
	 cursor: -webkit-grabbing;
}
 .custom-rangeInput::-webkit-slider-runnable-track {
	 appearance: none;
	 box-sizing: border-box;
	 height: 5px;
	 width: 100%;
	 cursor: pointer;
	 border: none;
	 padding: 0;
	 margin: 0;
	 background: grey;
}
 .custom-rangeInput::-moz-range-track {
	 appearance: none;
	 box-sizing: border-box;
	 height: 5px;
	 width: 100%;
	 cursor: pointer;
	 border: none;
	 padding: 0;
	 margin: 0;
	 background: grey;
}
 .custom-rangeInput::-ms-track {
	 appearance: none;
	 box-sizing: border-box;
	 height: 5px;
	 width: 100%;
	 cursor: pointer;
	 border: none;
	 padding: 0;
	 margin: 0;
	 background: grey;
	 color: transparent;
	 border: none;
	 outline: none;
}
 .custom-rangeInput:focus, .custom-rangeInput:active {
	 outline: none;
}
 .custom-rangeInput::-ms-tooltip {
	 display: none;
}
 .custom-rangeslider__tooltip {
	 line-height: 20px;
	 position: absolute;
	 height: 30px;
	 width: 40px;
	 background-color: #fff;
	 padding: 3px 3px;
	 border: 1px #16649C solid;
	 top: -40px;
	 left: 12px;
	 text-align: center;
	 transform: translate(-26%, 0);
	 border-radius: 3px;
	 -webkit-touch-callout: none;
	 -webkit-user-select: none;
	 -khtml-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 -o-user-select: none;
	 user-select: none;
	 pointer-events: none;
}
 .custom-rangeslider__tooltip:after {
	 display: block;
	 content: ' ';
	 background: #fff;
	 position: absolute;
	 border: 1px #16649C solid;
	 border-top: 0;
	 border-left: 0;
	 width: 10px;
	 height: 10px;
	 left: calc(50% - 4px);
	 bottom: -6px;
	 transform: rotate(45deg);
}
 .custom-rangeslider__label {
	 width: 100%;
	 display: block;
}
 .custom-rangeslider__label span {
	 display: block;
}
 .custom-rangeslider__label-min {
	 float: left;
}
 .custom-rangeslider__label-max {
	 float: right;
}
 .custom-rangeslider__label:after {
	 content: "";
	 display: table;
	 clear: both;
}
 
/*End*/

/*slider range css*/
.slider {
	margin: 2em 0;
	width:100%;
}
.min-value,
.max-value {
	float: left;
	width: 10%;
	color: #6c6d70;
	text-align: right;
	font-weight: bold;
}
.max-value {
	text-align: left;
}

.current-value {
    text-align: center;
    color: #16649c;
    font-weight: bold;
    white-space: nowrap;
    border: 1px solid #ccc;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 37px;
    float: left;
    margin-top: -9px;
}
.range {
	position: relative;
    float: left;
    width: 55%;
    padding: 0 0.9375rem;
}
input[type=range] {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 10px;
	padding: 0;
	border-radius: 4px !important;
	background: #6c6d70;
	box-sizing: content-box;
}
input[type=range]:focus {
  outline: none;
  box-shadow: none !important;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 50px;
	height: 50px;
	border: 2px solid #81b5cc;
	border-radius: 25px;
	background: #81b5cc;
}
.mob_display{display:none;}
/* Would be nice doesn't show in Chrome
input[type=range]::-webkit-slider-thumb:before {
	content: attr(data-count);
	display: block;
	background: green;
	width: 10px;
	height: 10px;
}
*/ 
/*end*/
@media (max-width: 767px) 
{ 
.calcform input, .calcform label{width:100%;}
         .calcform .row {padding: 15px 0;}
         .formheading {
    font-size: 20px;
    font-weight: 500;
}
.calcform {padding:0;}
.mob_display{text-align:center;font-weight:500; display:inline-block !important; margin-bottom:30px;}
.calcform{display:none;}
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 768px) and (max-width: 1188px) {
  
.value_box.working {
  margin-top: 20px !important;
}
.value_box.dublicate {
  margin-top: 130px !important;
}
.value_box.hourly_rate {
  margin-top: -5px !important;
}
.value_box.typical_range {
  margin-top: 50px !important;
}
.value_box.no_spare_parts_last_year {
  margin-top: 46px !important;
}
.value_box.reduction {
  margin-top: 40px !important;
}
#calc_id .value_box.hourly_rate {
  margin-top: 50px !important;
}
  
}

/*End*/