.contant_main {
	background: var(--white);
	box-shadow: 1px 1px 20px 0 rgb(0 0 0 / 8%);
	overflow: hidden;
	margin-top: 30px;
	position: absolute;
	top: 50%;
	opacity: 0.9;
	left: 50%;
	transform: translate(-50%, -10%);
}
.contant_main h3 {
	font-size: 19px;
	font-weight: 500;
	color: #4a545e;
	margin: 0;
	margin-bottom: 8px;
}
.map {
	position: relative;
	/* margin-bottom: 170px; */
}
.info_contact {
	position: absolute;
	background: var(--main-color);
	background-size: cover;
	padding: 20px;
	color: var(--white);
	height: 444px;
}
.info_contact h1 {
	margin-bottom: 15px;
}
.info_contact a {
	color: var(--white);
}
.info_contact a:hover {
	color: var(--white);
}
.info_contact .name {
	font-size: 22px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fd1c23;
	margin-bottom: 5px;
}
.info_contact .text {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 10px;
}
.info_contact .before {
	padding-left: 25px;
	position: relative;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 16px;
}
.info_contact h2.before {
	font-size: 18px;
	color: white;
	margin: 10px 0px 20px 0px;
	padding-left: 25px;
	position: relative;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 25px;
}
.info_contact .before:before {
	position: absolute;
	font-family: "FontAwesome";
	top: 0;
	left: 0;
	color: var(--white);
	font-size: 15px;
	font-weight: 600;
}
.formContact {
	padding: 30px 30px 15px 30px;
}
#formContact {
	color: #333;
}
li:hover .product-thumb123:before {
	animation: shine 1.1s;
}
li .product-thumb123 {
	position: relative;
	overflow: hidden;
	display: block;
}
li .product-thumb123:before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(
		left,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 100%
	);
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 100%
	);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
#contact-submit {
	width: 35%;
}
#formContact input,
#formContact textarea {
	text-align: left;
}

.info_contact p,
.info_contact span,
.info_contact a {
	font-size: 14px !important;
	font-weight: 400 !important;
	font-family: var(--font-family) !important;
}

.contact-social {
	display: flex;
	justify-content: center;
	width: 100%;
}
.contact-social a {
	font-size: 27px !important;
    margin-top: 10px;
    opacity: 0.7;
    padding: 0 10px;
}
@media screen and (max-width: 1024px) {
	.map {
		margin-bottom: 0;
	}
	.info_contact h1 {
		font-size: 16px;
		line-height: 26px;
	}
	.breadcrumb {
		margin: 0;
	}
	.formContact {
		background: none;
		padding: 0;
	}
	#formContact {
		width: 100%;
		background: none;
		padding: 0;
	}
	.info_contact {
		min-height: 0;
		padding: 27px 10px 30px;
		height: auto;
	}
}
@media only screen and (max-width: 600px) {
	.info_contact {
		height: 410px !important;
		margin-top: 20px;
	}
	.contant_main h3 {
		padding-top: 14px;
	}
	.info_contact {
		position: relative !important;
	}
	.lynessa-heading.style-01 {
		padding-bottom: 5px !important;
	}
}

.banner {
	background-color: var(--main-color);
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}
.banner h1 {
	color: white;
}
.contact-content .fa-map-marker {
	font-size: 20px;
}
.card-text {
	margin: 10px 0;
}
.link-text a {
	color: var(--sea-blue) !important;
}
.contact-content .card-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #dbdbdb;
}
.form-contact {
	width: 70%;
	margin: auto;
}
.form-contact input {
	background: #f7f7f7;
	border: 1px solid #eee;
	padding: 22px;
}
.form-contact textarea {
	border: 1px solid #eee;
	background: #f7f7f7;
}
.select-type {
	background: #f7f7f7;
	border: 1px solid #eee;
	margin-top: 14px;
	padding: 9px 20px;
	color: #778189;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.select-wrapper {
	position: relative;
}
.select-type-options {
	position: absolute;
	width: 100%;
	padding: 0px;
	margin: 0;
	top: 100%;
	left: 0;
	z-index: 2;
	list-style: none;
	background: #fff;
	box-shadow: 0 2px 3px 0 rgb(34 36 38 / 15%);
	display: none;
}
.select-type-options a {
	display: block;
	color: #666;
	padding: 12px 18px;
	text-decoration: none;
}
.select-type-options a:hover {
	background-color: #eee;
}
.select-type-options .active {
	border-top: 1px solid #fafafa !important;
	box-shadow: none;
}
.form-wrapper {
	padding: 100px 10px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.form-wrapper::before {
	width: 100%;
	height: 100%;
	opacity: 0.5;
}
.card-text {
	font-size: 16px;
}
@media only screen and (max-width: 540px) {
	.form-contact {
		width: 100%;
	}
	.form-wrapper .card-body {
		padding: 15px 0 !important;
	}
	.form-wrapper .card-title {
		font-size: 19px;
	}
	.contact-content .card-title {
		font-size: 15px;
	}
}
@media only screen and (max-width: 320px) {
	.form-wrapper {
		padding: 0;
		background: none !important;
	}
	.form-wrapper .card {
		border: none !important;
	}
	.form-wrapper > div {
		padding: 0 !important;
	}
}
