.fq-project-details {
	table-layout: fixed;
	border: 1px solid #b7b7b7;
	border-radius: 5px !important;
	border-collapse: separate;
	padding: 20px;
	margin-bottom: 0;
}

.fq-project-details .fq-left {
	width: 50%;
}

.fq-project-details .fq-right {
	width: 50%;
}

.fq-project-details td {
	border: none !important;
}

.fq-project-details ul {
	margin-bottom: 0;
}

.fq-popup {
	background-color: #fff;
	z-index: 999999 !important;
	position: relative;
	padding: 40px;
	width: auto;
	margin: auto;
	text-align: center;
}

.rtl .fq-popup {
	direction: rtl;
}

.rtl .fq-popup table td {
	text-align: right;
}

#certificate-popup {
	max-width: 1170px;
}

#certificate-popup #print_official_content {
	margin-bottom: 0;
}

#certificate-popup #print_download_buttons {
	margin-top: 30px;
}

#certificate-popup p b {
	word-break: break-all;
}

.fq-certification-note {
	font-size: 14px !important;
	font-weight: bold;
	line-height: 1.3em !important;
}

.fq-certification-note span {
	font-style: italic;
}

.fq-message {
	border: 1px solid #b7b7b7;
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 25px !important;
}

.fq-message p {
	text-align: center;
	font-size: 25px !important;
	line-height: normal !important;
	margin-bottom: 1em;
}

.price-delivery-time .fq-message p {
	text-align: start;
}

.fq-last-quote-btn {
	float: none !important;
	text-align: center;
	display: block;
	position: absolute;
	width: 80%;
	bottom: 15%;
	left: 10%;
}

.fq-last-quote-btn a {
	color: #fff !important;
}

.fq-dashboard {
	border-radius: 20px;
	background-image: -moz-linear-gradient(81deg, rgb(26, 75, 137) 15%, rgb(71, 160, 217) 43%, rgb(19, 88, 165) 72%);
	background-image: -webkit-linear-gradient(81deg, rgb(26, 75, 137) 15%, rgb(71, 160, 217) 43%, rgb(19, 88, 165) 72%);
	background-image: -ms-linear-gradient(81deg, rgb(26, 75, 137) 15%, rgb(71, 160, 217) 43%, rgb(19, 88, 165) 72%);
	margin: 0 !important;
}

.fq-dashboard-header {
	display: block;
	font-size: 18px;
	font-family: Open Sans, sans-serif;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	border-radius: 15px;
	background-color: rgb(245, 167, 44);
	padding: 16px;
	margin: -0.7em auto 1.2em;
	width: 16em;
}

.fq-dashboard .row {
	padding-bottom: 2em;
}

.fq-dashboard-title {
	font-size: 18px;
	font-family: Open Sans, sans-serif;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}

.fq-dashboard-subtitle {
	font-size: 13px;
	font-family: Open Sans, sans-serif;
	color: #fff;
	line-height: 1.2;
	text-align: left;
}

.fq-dashboard-number {
	font-size: 18px;
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	color: #fff;
	border-radius: 7px;
	background-color: rgb(245, 167, 44);
	position: absolute;
	padding: 0.5em 0.7em;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.fq-dashboard-item img {
	width: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2em;
}

.fq-dashboard-item p {
	display: inline-block;
	vertical-align: middle;
	padding-left: 1em;
}

@media (max-width: 767px) {
	.fq-dashboard-header {
		font-size: 16px;
	}

	.fq-dashboard-title {
		font-size: 18px;
	}

	.fq-dashboard-subtitle {
		font-size: 12px;
	}

	.fq-dashboard-item img {
		width: 50px;
	}

	.fq-dashboard-number {
		font-size: 18px;
	}
}
