.request-quote-container {
	color: #4b5259;
}

.request-quote-container .step-box {
	background-color: white;
	border-radius: 5px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
	padding: 25px 70px;
	position: relative;
	margin-bottom: 40px;
}

.request-quote-container .step-box h6 {
	background-color: #009596;
	color: white;
	position: absolute;
	top: -41px;
	left: 20px;
	padding: 5px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
}

.request-quote-container .step-box .step-title {
	font-size: 18px;
	font-weight: 600;
	color: #4b5259;
}

.request-quote-container .step-box .one-row-field select {
	width: 70%;
	color: #009596;
	font-weight: 600;
}

.request-quote-container .step-box .product-container {
	margin-top: 25px;
}

.request-quote-container .step-box .product-item {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	margin-bottom: 10px;
}

.request-quote-container .step-box .product-item .product-image {
	width: 70px;
	height: 70px;
	border: 1px solid #e5e5e5;
	background-color: white;
	object-fit: contain;
	padding: 10px;
	margin-right: 20px;
}

.request-quote-container .step-box .product-item .product-info {

}  

.request-quote-container .step-box .product-item .product-info .product-title {
	font-weight: 600;
	font-size: 16px;
}

.request-quote-container .step-box .product-item .product-info .product-description {
	color: #009596;
	font-weight: 600;
	font-size: 13px;
	margin-top: 3px;
}

.request-quote-container .step-box .product-item .accordion-panel .field {
	padding: 20px 20px;
	border-top: 1px solid #e5e5e5;
}

.request-quote-container .step-box .product-item .accordion-panel .field label {
	font-weight: 600;
	font-size: 16px;
}

.request-quote-container .step-box .product-item .accordion-panel .field input[type="checkbox"]:checked + label, 
.request-quote-container .step-box .product-item .accordion-panel .field input[type="checkbox"]:not(:checked) + label {
	padding-left: 35px;
}

.request-quote-container .step-box .your-detail-container {
	margin-top: 25px;
}

.request-quote-container .form.request-quote {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.request-quote-container .form.request-quote .form-header {
	text-align: left;
}

.request-quote-container .form.request-quote .form-header .main-title {
	font-weight: 500;
	font-size: 30px;
}

.request-quote-container .form.request-quote .form-body {
	padding: 0px;
	background-color: white;
}

.request-quote-container .form.request-quote .form-body .quote-content-item {
	padding: 15px 20px;
	border-bottom: 1px solid #e5e5e5;
}

.request-quote-container .form.request-quote .form-body .quote-content-item .title {
	color: #009596;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}

.request-quote-container .form.request-quote .form-body .quote-content-item .content {
	font-weight: 600;
	font-size: 16px;
}

.request-quote-container .form.request-quote .form-body .quote-content-item .content ul {
	padding-left: 15px;
	margin-top: 10px;
	list-style: none;
	margin-bottom: 0px;
}

.request-quote-container .form.request-quote .form-body .quote-content-item .content ul li::before {
	content: "•"; 
	color: #009596;
	margin-right: 5px;
}

.request-quote-container .form.request-quote .form-body .quote-content-item .content ul li {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
}

.request-quote-container .form.request-quote .form-body .actions-toolbar .primary .action.primary {
	border-radius: 0px;
}