@charset "ISO-8859-1";

.address-container {
	background-color: #2b2c30;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
	width: 100%;
	position: relative;
	height: 100%
}

.address-container:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #333;
	opacity: 0.7;
}
/*==========
  Sidebar Style
============*/
.sidebar_textbox {
	display: inline-block;
	width: 100%;
	padding-right: 0px;
}

.sidebar_textbox.color {
	background-color: #666;
	color: #fff;
}

.sidebar_textbox.color h4 {
	color: #fff;
}

.sidebar_textbox h4 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

.sidebar_textbox span {
	color: #666;
}

.sidebar_textbox.color span {
	color: #fff;
}

.sidebar_textbox ul.contact_detail {
	list-style: none;
	padding: 5px 0 0 0;
	margin-bottom: 0;
}

.sidebar_textbox ul.contact_detail strong {
	font-weight: 500;
}

.sidebar_textbox ul.contact_detail li {
	text-align: left;
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	line-height: 28px;
	border-bottom: 1px solid #e8e8e8;
	text-align: right;
}

.sidebar_textbox ul.contact_detail li a {
	color: #b8973a;
}

.sidebar_textbox ul.contact_detail li strong {
	display: inline-block;
	color: #333;
	font-weight: 600;
}

.sidebar_textbox ul.contact_detail li i {
	height: 100%;
	position: absolute;
	left: 0;
	font-size: 22px;
	color: #333;
	top: 0px;
}

.header-bg {
	text-align: center;
}

a {
	color: inherit;
}
body .ui-message.ui-message-error,
body .ui-message.ui-message-fatal {
	background: #ffffff;
	border: 0;
	border-width: 0 0 0 3px;
	color: #b71c1c;
}
.ui-message-error-sub-detail{
	color:#7b8b9a;
	font-size:0.85rem !important;
}
.ui-message-error-icon {
 display: none !important;
}