.tco-calculator {
	background-color: #E6EDF7;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	padding: 45px 35px 35px 35px;
}
.tco-calculator h2 {
	margin-bottom: 35px;
}
.tco-calculator__slider input {
	width: 100%;
}
.tco-calculator__result {
	text-align: center;
	display: inline-block;
	width: auto;
	color: #fff;
	-webkit-border-radius: 31px;
	        border-radius: 31px;
	padding-bottom: 25%;
	position: relative;
}
.tco-calculator__result .result {
 	font-weight: 700;
	    font-size: 48px;
	    color: #FFFFFF;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 47%;
	    margin: 0;
 }
.tco-calculator__result.nirmata .result {
 	font-size: 40px;
 }
.tco-calculator__result.dyi {
	background-color: #FF797A;
	width: 58%;
	padding-bottom: 58%;
}
.tco-calculator__result.nirmata {
	background-color: #2E5596;
    width: 40%;
    padding-bottom: 40%;
    margin-left: -10%;
}
.tco-calculator__result-title {
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
}
.tco-calculator__body {
	display: flex;
	clear: both;
	padding-right: 70px;
}
.tco-calculator .column_full {
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}
.tco-calculator .column_half {
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
	padding-left: 25px;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.tco-calculator__slider {
	/*padding-top: 100px;*/
}
.tco-calculator__slider p {
	font-family: 'Ubuntu';
	font-weight: 500;			
	font-size: 18px;
	color: #2E5596;
	margin-bottom: 0;
	margin-top: 0;
}
.tco-calculator__recuction {
	position: relative;
}
.tco-calculator__recuction:before {
	position: absolute;
	content: '';
	width: 109px;
	height: 133px;
	left: -120px;
	bottom: -25px;
	background-image: url(/wp-content/themes/stockholm-child/img/tco_calc/ic-reduction-robot.svg);
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
}
.tco-calculator__recuction:after {
	position: absolute;
	content: '';
	width: 115px;
	height: 222px;
	right: -105px;
	bottom: -20px;
	background-image: url(/wp-content/themes/stockholm-child/img/tco_calc/ic-reduction-boy.svg);
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
}
.tco-calculator__recuction p {
	font-weight: 500;
    font-family: 'Ubuntu';
    font-size: 18px;
	color: #2E5596;
	margin-bottom: 10px;
	margin-top: 30px;
}
.tco-calculator__recuction__result {
	background: #ff6f67;
	border: 4px solid #ff6f67;
	/*box-shadow: inset 4px 4px 3px 0 rgba(0,0,0,0.05);*/
	border-radius: 7px;
	padding: 13px 20px 13px 75px;
	font-size: 24px;
    line-height: 1.25 !important;
	color: #fff;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.tco-calculator__recuction__result:before {
	content: "";
	width: 81px;
	height: 100%;
	background-image: url(/wp-content/themes/stockholm-child/img/tco_calc/ic-reduction.svg);
	left: -4px;
	top: 0;
	position: absolute;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
    background-color: #ff6f67;
}
.steps {
	position: relative;
	height: 75px;
}
.step {
	position: absolute;
	top: 0;
}
.step-line {
	width: 3px;
	height: 24px;
	background-color: #fff;
	border-radius: 100px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.step:nth-child(even) .step-line {
	height: 18px;
}
.steps-wrapper {
	padding-left: 1.5%;
	padding-right: 1.5%;
}
.steps-wrapper table {
	width: 100%;
	table-layout: fixed;
}
.steps-wrapper table td {
	vertical-align: top;
}

.step-number {
	color: 	#2E5596;	
	font-family: 'Ubuntu';	
	font-size: 16px;	
	font-weight: 500;	
	line-height: 16px;	
	text-align: center;
}
.tco-calculator__slider input {
  -webkit-appearance: none;
  margin: 18px 0 8px;
  width: 100%;
}
.tco-calculator__slider input:focus {
  outline: none;
}
.tco-calculator__slider input::-webkit-slider-runnable-track {
  width: 100%;
  height: 14px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  background-color: #2E5596;
  border-radius: 100px;
  border: none;
  padding-left: 13px;
  padding-right: 13px;
}
.tco-calculator__slider input::-webkit-slider-thumb {
  box-shadow: none;
  border: none;
  height: 34px;
  width: 34px;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
}
.tco-calculator__slider input:focus::-webkit-slider-runnable-track {
  background-color: #2E5596;
}
.tco-calculator__slider input::-moz-range-track {
  width: 100%;
  height: 14px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  background-color: #2E5596;
  border-radius: 100px;
  border: none;
  padding-left: 13px;
  padding-right: 13px;
}
.tco-calculator__slider input::-moz-range-thumb {
  box-shadow: none;
  border: none;
  height: 34px;
  width: 34px;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
}
.tco-calculator__slider input::-ms-track {
  width: 100%;
  height: 14px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  background-color: #2E5596;
  border-radius: 100px;
  border: none;
  padding-left: 13px;
  padding-right: 13px;
}
.tco-calculator__slider input::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.tco-calculator__slider input::-ms-fill-upper {
  background: red;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.tco-calculator__slider input::-ms-thumb {
  box-shadow: none;
  border: none;
  height: 34px;
  width: 34px;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
}
.tco-calculator__slider input:focus::-ms-fill-lower {
  background: red;
}
.tco-calculator__slider input:focus::-ms-fill-upper {
  background: yellow;
}
.tco-calculator__footer {
	text-align: center;
	padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
}
.tco-calculator__footer .qbutton {
	line-height: 1.25;
	color: rgb(255, 255, 255);
	border-color: rgb(255, 121, 122);
	margin: 0px auto 10px;
	border-radius: 100px;
	background-color: rgb(255, 121, 122);
	white-space: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}
@media (max-width: 1280px) {
	/*.tco-calculator__recuction p {
		font-size: 24px;
	}*/
	.tco-calculator__recuction__result {
		padding: 8px 10px 8px 80px;
		font-size: 21px;
		line-height: 41px;
	}
	.tco-calculator__recuction__result:before {
		width: 70px;
	}
	.tco-calculator__result-title {
		font-size: 20px;
	}
	.tco-calculator__result .result {
		font-size: 38px;
	}
	.tco-calculator__result.nirmata .result {
		font-size: 30px;
	}
	
/*	.tco-calculator__slider {
		padding-top: 50px;
	}*/
}
@media (max-width: 1200px) {
	.tco-calculator__recuction:before {
		display: none;
	}
}
@media (max-width: 1023px) {
	.tco-calculator {
		padding-right: 35px;
	}
	.tco-calculator__body {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    padding-right: 35px;
	}
	.tco-calculator__recuction:before {
		display: none;
	}
	.tco-calculator__result.dyi {
		width: 45%;
		padding-bottom: 45%;
	}
	.tco-calculator__result.nirmata {
		width: 30%;
		padding-bottom: 30%;
	}
	.tco-calculator__recuction {
		max-width: 90%;
	}
	.tco-calculator__slider {
		padding-top: 0;
	}
}
@media (min-width: 769px) and (max-width: 1023px) {
	.steps-wrapper {
		margin-left: -2%; 
    	margin-right: -2%; 
	}
}
@media (max-width: 679px) {
	.tco-calculator__result.dyi {
		width: 60%;
		padding-bottom: 60%;
	}
	.tco-calculator__result.nirmata {
		width: 40%;
		padding-bottom: 40%;
	}
	.tco-calculator__recuction__result {
		padding: 2px 10px 2px 60px;
		font-size: 16px;
	}
	.tco-calculator__recuction__result:before {
	    width: 55px;
	    height: 51px;
	}
	.tco-calculator__recuction:after {
		display: none;
	}
	.tco-calculator__recuction {
		max-width: none;
	}
}
@media (max-width: 600px) {
	.steps-wrapper {
		display: none;
	}
	.tco-calculator__slider {
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.tco-calculator {
		padding: 35px 0;
	}
	.tco-calculator__result {
		-webkit-border-radius: 20px;
		        border-radius: 20px;
	}
	.tco-calculator__result .result {
		font-size: 30px;
	}
	.tco-calculator__result.nirmata .result {
		font-size: 24px;
	}
	.tco-calculator__result-title {
		font-size: 16px;
	}
	.tco-calculator__recuction p {
		font-size: 18px;
	}
	.tco-calculator__recuction__result {
		padding: 2px 10px 2px 10px;
	}
	.tco-calculator__recuction__result:before {
		display: none;
	}
}