.error {
	color: red;
	font-size: 13px;
}

.content-contact {
	line-height: 30px
}

.contact-head-text {
	line-height: 35px;
	font-family: Open Sans Semibold;
	padding-bottom: 20px;
}

.hr-style {
	margin-bottom: 39px;
	margin-top: 31px;
}

.form-outline {
	padding-bottom: 15px
}

.info-contact-text li {
	color: #0055A5;
	line-height: 35px;
	padding-bottom: 13px;
}

.contact-page {
	padding-bottom: 135px;
}
.contentTextarea {
	min-width: 0;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #FFF;
    background-clip: padding-box;
    border: 0.0625rem solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 100px;
}

.contentTextarea:focus {
    color: #495057;
    background-color: #FFF;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
#messContentValidate {
	    color: red;
    font-size: 13px;
    font-style: italic;
    padding-top: 5px;
}
.btn-contact {
	height: 38px;
	width: 116px;
	border-radius: 4px;
	font-family: 'Open Sans SemiBold';
	font-size: 16px;
	color: white;
	background-color: #0055A5;
	border: 1px solid #0055A5;
	float: right;
}

.info-contact-text {
	margin-left: 15px;
}

.info-contact-text li {
	list-style-image: url(/WebSmartHome/Theme/Polygon17.svg);
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
	.form-control {
		width: 96% !important
	}
	.btn-contact {
		margin-right: 13px;
		margin-top: 8px;
	}
}


@media (min-width: 768px) {
	.title-page {
	font-size: 32px;
	line-height: 43px;
	font-family: Open Sans Semibold;
	padding-top: 32px;
	padding-bottom: 25px;
}
.form-contact-r {
	margin-left: 18px;
}
}
@media (max-width: 767px) {
	.title-page {
	font-size: 23px;
	line-height: 40px;
	font-family: Open Sans Semibold;
	padding-top: 90px;
	padding-bottom: 25px;
}
}