/*
Theme Name: Scaler Grid Tech
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: the WordPress team

 */
.terms-bx h1, .terms-bx h2, .terms-bx h3, .terms-bx h4 {
	font-weight: 600;
	margin-top: 30px;
	color: #073160;
}

.terms-bx p {
	line-height:30px;
	margin-bottom:10px;
}

.terms-bx ul, .terms-bx ol {
	padding-left: 15px;
}

.formBtn .btn.btn-primary {
	height: 68px;
	padding: 0;
}
.formBtn .btn.btn-primary input {
	width: 100%;
	height: 100%;
	border: 0;
	background: transparent;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}
.cntFormBtn.formBtn {
	margin-top: 35px;
}


/* Get Free Quote Form Styles */
.getQuoteSection {
	background: #f9f9f9;
}

.getQuoteSection .c-heading {
	margin-bottom: 50px;
}

.getQuoteSection .subtitle {
	font-size: 16px;
	color: #666;
	margin-top: 15px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.quoteFormWrapper {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.quoteForm .formGroup {
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
}

.quoteForm label {
	font-weight: 600;
	margin-bottom: 10px;
	color: #000;
	font-size: 15px;
	font-family: "Work Sans", sans-serif;
}

.quoteForm .required {
	color: #e9ab00;
}

.quoteForm .formControl {
	padding: 12px 16px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	background: #fff;
	color: #000;
	width: 100%;
}

.quoteForm .formControl:focus {
	outline: none;
	border-color: #e9ab00;
	box-shadow: 0 0 0 3px rgba(233, 171, 0, 0.1);
}

.quoteForm .formControl::placeholder {
	color: #999;
}

.quoteForm textarea.formControl {
	resize: vertical;
	min-height: 120px;
	font-family: "Poppins", sans-serif;
}

.quoteForm .row {
	margin-left: -12px;
	margin-right: -12px;
}

.quoteForm .col-md-6,
.quoteForm .col-md-12 {
	padding-left: 12px;
	padding-right: 12px;
}

.quoteForm .text-center {
	padding-left: 12px;
	padding-right: 12px;
}

.quoteForm .btn.btn-primary {
	padding: 16px 50px;
	font-size: 18px;
	margin-top: 15px;
	min-width: 200px;
}

@media (max-width: 768px) {
	.quoteFormWrapper {
		padding: 25px 15px;
	}

	.quoteForm .formControl {
		padding: 11px 14px;
		font-size: 14px;
	}

	.quoteForm label {
		font-size: 14px;
	}

	.getQuoteSection .c-heading h2 {
		font-size: 24px;
	}

	.getQuoteSection .subtitle {
		font-size: 14px;
	}
}
.servicePBoxRight ul + a {
	text-decoration: underline;
	margin-top: 20px;
	display: inline-block;
	color: #073160;
	font-weight: 600;
}