/* Fronted Form */
.sp-tpro-fronted-form .sp-tpro-form-field {
	margin-bottom: 24px;
}

.sp-tpro-fronted-form .sp-tpro-form-validation-msg {
	margin: 28px 0 20px;
	border: 2px solid #009651;
	display: inline-block;
	padding: 6px 16px;
	color: #444444;
}

.sp-tpro-fronted-form .sp-tpro-form-field .sp-tpro-form-error-msg {
	color: #f44336;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
	display: inline-block;
}

.sp-tpro-fronted-form .sp-tpro-form-field label.error {
	font-size: 14px !important;
	color: rgb(226 35 22) !important;
	font-weight: 400;
	margin-left: 10px;
	float: right;
}


.sp-tpro-fronted-form .sp-tpro-form-field input:focus,
.sp-tpro-fronted-form .sp-tpro-form-field textarea:focus {
	outline: none;
}

.sp-tpro-fronted-form .sp-tpro-form-field input[type="text"],
.sp-tpro-fronted-form .sp-tpro-form-field input[type="email"] {
	width: 100%;
	max-width: 450px;
	border: 1px solid #dddddd;
	padding: 8px 14px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1;
	box-sizing: border-box;
}

.sp-tpro-fronted-form .sp-tpro-form-field textarea {
	width: 100%;
	max-width: 450px;
	border: 1px solid #dddddd;
	padding: 10px 14px;
	border-radius: 0;
	font-size: 14px;
	border-radius: 4px;
	margin-bottom: -8px;
}

.sp-tpro-fronted-form .sp-tpro-form-field .chosen-container {
	width: 100%;
	max-width: 450px;
}

/* styling before and after text of form input field */
.sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_before,
.sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_after {
	font-family: Roboto;
	color: #444444;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
}

.sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_after.tpro-after-rating {
	position: absolute;
	top: 15px;
	left: 0;
}

.sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_before.tpro-before-rating {
	position: absolute;
	bottom: -5px;
	left: 0;
}

.sp-tpro-fronted-form .sp-tpro-form-field .sp-testimonial-input-field-img {
	position: relative;
	width: 450px;
}

.sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_after.photo,
.sp-tpro-fronted-form .sp-tpro-form-field .tpro_client_after.social-profiles {
	display: block;
}

.sp-tpro-fronted-form .sp-tpro-form-field .sp-testimonial-input-field {
	position: relative;
}

.sp-tpro-fronted-form .sp-tpro-form-field .sp-testimonial-input-field .sp-maximum_length {
	font-family: Roboto;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	float: right;
	margin-top: 6px;
}

.sp-testimonial-form-container span.sp-required-asterisk-symbol {
	font-size: 18px;
	margin-left: 2px;
	color: rgb(226 35 22);
	font-weight: 400;
}

.sp-testimonial-form-container .sp-testimonial-required-message {
	font-size: 14px;
	color: #444;
	font-weight: 400;
	padding-bottom: 6px;
}