/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 23 2023 | 00:14:04 */
.details-bar {
	background-color: #f5f5f5;
}

.details-bar__container {
	display: flex;
	height: 80px;
	align-items: center;
	color: #333;
	column-gap: 30px;
}

.details-bar a {
	color: inherit;
	text-decoration: none;
}

.details-bar a[href^='tel:']::before,
.details-bar a[href^='mailto:']::before {
	content: '';
	display: inline-block;
	width: 18px; height: 18px;
	margin-right: 10px;
	margin-bottom: 2px;
	vertical-align: middle;
}

.details-bar a[href^='tel:']::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7501 12.6901V14.9401C15.7518 15.3624 15.5754 15.7659 15.2641 16.0515C14.9529 16.337 14.5357 16.4781 14.1151 16.4401C11.8072 16.1893 9.59033 15.4007 7.64258 14.1376C5.83045 12.9861 4.29408 11.4497 3.14258 9.63757C1.87506 7.68098 1.08626 5.45332 0.840077 3.13507C0.802182 2.71573 0.942281 2.29976 1.22615 1.98879C1.51002 1.67782 1.91152 1.50047 2.33258 1.50007H4.58258C5.33548 1.49266 5.9772 2.04455 6.08258 2.79007C6.17754 3.51012 6.35366 4.21712 6.60758 4.89757C6.81363 5.44573 6.68184 6.06368 6.27008 6.48007L5.31758 7.43257C6.38524 9.31023 7.93992 10.8649 9.81758 11.9326L10.7701 10.9801C11.1865 10.5683 11.8044 10.4365 12.3526 10.6426C13.033 10.8965 13.74 11.0726 14.4601 11.1676C15.2142 11.274 15.769 11.9287 15.7501 12.6901Z' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.details-bar a[href^='mailto:']::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 3H15C15.825 3 16.5 3.675 16.5 4.5V13.5C16.5 14.325 15.825 15 15 15H3C2.175 15 1.5 14.325 1.5 13.5V4.5C1.5 3.675 2.175 3 3 3Z' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 4.5L9 9.75L1.5 4.5' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media (max-width: 1023px) {
	.details-bar__container {
		height: auto;
		padding: 30px 0;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 20px;
	}
}