html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,input,select{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}


body{
	font-family: "Montserrat";
	background:#fff;
	font-weight: 600;
}





.element{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.element label{
	color:#33475b;
	font-family: "Montserrat";
	font-weight: 600;
}

.calculator{
	padding-left: 20px;
	padding-right: 20px;
}


table{
	width:100%;
	text-align: center;
	margin-bottom: 10px;

}
table td{
	border:1px solid #333;
	padding: 5px;
}
table td:nth-child(1){
	text-align: left;
}
table th{
	font-weight: bold;
}
select{
width:200px;
	text-align-last: center;
	box-sizing: border-box;
padding: 7px;
background: #fbdb7d;
color:#222;
transition:all ease 0.3s;
border: 1.5px solid #f69202;
}

select:hover{
	background:#ebcb6d;
}
select:focus{
	background:#ebcb6d;
}

input[type="text"]{
	width:200px;
	text-align: center;
	box-sizing: border-box;
	padding: 7px;

	color:#222;
	background: #fbdb7d;
	transition:all ease 0.3s;
	border:1.5px solid #f69202;
}

input[type="text"]:hover{

	background: #ebcb6d;
}

input[type="text"]:focus{

	background: #ebcb6d;
}

label{

}

.selected{
background: #666!important;
color:#fff!important;
}

.rangeinput{
	display: flex;
    flex-direction: column;
    text-align: center;
}

.calculator button{
	padding: 10px;
	padding-left: 8%;
	padding-right: 8%;
	color:#fff;
	background: #f69202;
	margin:auto;
	text-transform: uppercase;
	border:none;
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 20px;
	transition: all ease 0.3s;
}

.calculator button:hover{

background: #e68202;

}

.calculator button:focus{

	background: #e68202;

	}

	.buttontabs button{
		background: #cbcbcb;
		height: 60px;

	}
	.buttontabs button:hover{
		background: #666666;

	}
	.buttontabs button:focue{
		background: #666666;

	}


	.resultdiv button{
		padding-left: 4px;
		padding-right: 4px;
		font-size: 15px;
	}


	input[type=range] {
		-webkit-appearance: none;
		width: 100%;
		margin: 8.15px 0;
	  }
	  input[type=range]:focus {
		outline: none;
	  }
	  input[type=range]::-webkit-slider-runnable-track {
		width: 100%;
		height: 10.7px;
		cursor: pointer;
		box-shadow: 0px 0px 0.8px #000000, 0px 0px 0px #0d0d0d;
		background: #b7b7b7;
		border-radius: 10px;
		border: 1px solid #fff;
	  }
	  input[type=range]::-webkit-slider-thumb {
		box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
		border: 1px solid #fff;
		height: 24px;
		width: 24px;
		border-radius: 24px;
		background: #f69202;
		cursor: pointer;
		-webkit-appearance: none;
		margin-top: -7.45px;
	  }
	  input[type=range]:focus::-webkit-slider-runnable-track {
		background: #b7b7b7;
	  }
	  input[type=range]::-moz-range-track {
		width: 100%;
		height: 10.7px;
		cursor: pointer;
		box-shadow: 0px 0px 0.8px #000000, 0px 0px 0px #0d0d0d;
		background: #b7b7b7;
		border-radius: 1.1px;
		border: 0px solid #010101;
	  }
	  input[type=range]::-moz-range-thumb {
		box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
		border: 1px solid #000000;
		height: 27px;
		width: 27px;
		border-radius: 27px;
		background: #f69202;
		cursor: pointer;
	  }
	  input[type=range]::-ms-track {
		width: 100%;
		height: 10.7px;
		cursor: pointer;
		background: transparent;
		border-color: transparent;
		color: transparent;
	  }
	  input[type=range]::-ms-fill-lower {
		background: #b7b7b7;
		border: 0px solid #010101;
		border-radius: 2.2px;
		box-shadow: 0px 0px 0.8px #000000, 0px 0px 0px #0d0d0d;
	  }
	  input[type=range]::-ms-fill-upper {
		background: #b7b7b7;
		border: 0px solid #010101;
		border-radius: 2.2px;
		box-shadow: 0px 0px 0.8px #000000, 0px 0px 0px #0d0d0d;
	  }
	  input[type=range]::-ms-thumb {
		box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
		border: 1px solid #fff;
		height: 24px;
		width: 24px;
		border-radius: 24px;
		background: #f69202;
		cursor: pointer;
		height: 10.7px;
	  }
	  input[type=range]:focus::-ms-fill-lower {
		background: #b7b7b7;
	  }
	  input[type=range]:focus::-ms-fill-upper {
		background: #b7b7b7;
	  }


	  .buttontabs{
		  display:flex;
		  width:100%;


		  margin-bottom: 15px;
		  box-sizing: border-box;
		  justify-content: space-between;
		  background: #fff;
	  }

	  .buttontabs button{
		  width: 33%;
		  margin:0px;
		  color:#222;
	  }

	  .resultdiv{
		margin-top: 50px;
		background: #666;
		color:#fff;

	  }
	  .resultdiv h1{

	  }

	  .resultdiv label{
		  width:100%;

		  color:#fff;
			    text-align: center;
	  }
      .resultdiv .element{
		  color:#fff;
			flex-direction: column;
	  }

	  .resultdiv .content{
		  padding: 20px;
			padding-bottom: 60px;
	  }





.element2{
	width:200px;
	display: flex;
	justify-content: space-between;
}

	.element2 input[type="radio"]{
		display: none;

	}



	.element2 label{

		position: relative;
		color: #fff;
		background-color: #fbdb7d;
		font-size: 18px;
		text-align: center;

		padding: 7px;

		cursor: pointer;
		border: 1.5px solid #f69202;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		transition:background 0.5s ease;
		display: inline-block;
		width: 50%;

		min-width: 80px;
	}
	.element2 input:checked+label{

		background-color: #f69202;

	}
	.element2 input:hover + label{
		background-color: #f69202;
	}
	.element2 input:checked:hover + label{
		background-color: #E68202;

	}


	.qoutediv{

		padding:10px;
		background: #f6dab6;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 60px;
	}


	.firsthalf{
    text-align: center;;
		width: 50%;
		max-width: 400px;
	}
	.firsthalf img{
		width:80%;
		margin: auto;;
		max-width:220px;
		margin-bottom: 20px;
	}
	.secondhalf{
		width:50%;
		display: flex;
flex-direction: column;
justify-content: space-between;
font-weight: normal;
    text-align: center;
	}

	.secondhalf label{
		font-size:25px;
		margin-top:10px;
		margin-bottom: 10px;
	}
	.secondhalf .element{
		margin:auto;
	}
	.option{
		display: flex;
flex-direction: column;
justify-content: space-between;
margin-top:0px;
margin-bottom: 0px;
height: 50vh;
	}
