.error {
	color: red;
	font-weight: 500;
	margin-left: 12px;
}

.success {
	color: #006635;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}

.failure {
	color: red;
	text-align: center;
	font-weight: 800;
	font-size: 16px;
}

.hide {
	display: none;
}

.payment-info {
	font-size: 16px;
	margin-bottom: 15px;
}

.container #contact,
.container#configureBlocks {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#name, #company, #phone, #email, #trainingDate, #details, #ccName, #promo, #ccNumber, #expiry, #verify, .fileInput {
	width: 100%;
	margin-bottom: 10px;
	padding: 8px;
}

#contact {
	background: #fff;
	padding: 25px;
	margin: 0px;
}

#contact h3 {
	color: #006635;
	font-size: 30px;
	font-weight: 400;
}

input,
textarea, #insulationLevel {
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
	font-size: 1.2rem;
}

#button,
#reset {
	cursor: pointer;
}

input:hover,
textarea:hover {
	background-color: lightgoldenrodyellow;
}

textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
}

button {
	cursor: pointer;
	width: 100%;
	border: none;
	background-color: #006635;
	color: #fff;
	margin: 10px 0 5px 0;
	padding: 10px;
	font-size: 15px;
}

button:hover {
	background-color: #019e52;
	transition: background-color 0.3s ease-in-out;
}

#reset {
	background-color: burlywood;
	color: black;
}

.insulationLevel {
	padding-bottom: 0px;
	margin-right: 40px;
}

button:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

input:focus,
textarea:focus {
	border: 1px solid #999;
}

.costCompare-wrapper h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#costCompare {
	border: 1px solid grey;
	border-radius: 5px;
	padding: 20px;
	background: #d7ffde;
}

#costCompare div {
	margin: 0 0 20px 0;
}

.button-container {
	display: flex;
}

.button-container button {
	width: 200px;
	margin-right: 10px;
	border-radius: 5px;
	float: right;
}

.container {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}

.ccInput, #insulationLevel, .result_input {
	width: 35%;
	height: 40px;
	border-radius: 5px;
}
.container select {
	width: 70px;
}

.container label {
	display: table-cell;
	white-space: nowrap;
	width: 180px;
	margin-right: 5px;
}

.result_title {
	width: 33%;
	text-align: right;
	margin-right: 20px;
}

.separator {
	border-bottom: 1px solid grey;
}

.margin-right-5 {
	margin-right: 10px;
}

.nudura, .plywood {
	width: 25px;
	height: 25px;
	margin: auto;
}

.nudura {
	content: url(../images/check-solid.svg);
}

.plywood {
	content: url(../images/xmark-solid.svg);
}

.nudura, .plywood {
	width: 35%;
}

.twoColumns-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.costCompare_title {
	font-size: 1.4rem;
	font-weight: 700;
}

#configureBlocks input {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
}

#input-wrapper {
	display: flex;
	padding: 0;
	margin: 0;
}

.visitor-name {
	width: 100%;
	padding: 8px;
}

.add-visitor {
	background-color: #006635;
	margin-bottom: 10px;
}

.remove-visitor {
    background-color: orange;
}

.add-visitor, .remove-visitor {
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: white;
	font-size: 18px;
	padding: 10px 15px;
	min-width: 90px;
	margin-left: 10px;
}

/* .remove-visitor {
	position: absolute;
	right: -5px;
	content: url("../images/xmark-solid.svg");
	cursor: pointer;
	margin-top: 5px;
} */

@media (min-width: 360px) {
	.costCompare-wrapper {
		max-width: 100%;
	}

	.result, .result_title {
		width: calc(33% - 20px);
	}

	.result_header {
		width: 33%;
		text-align: center;
	}
}

@media (min-width: 1200px) {
	.costCompare-wrapper {
		max-width: 70%;
	}

	.result, .result_title {
		min-width: 210px;
	}
}