body .contact-us-form .gfield_label {
	color: var(--color-black) !important;
}
body .contact-us-form input {
	border-color: var(--color-primary) !important;
}
body .contact-us-form .gfield_label {
	color: var(--color-primary) !important;
	font-size: var(--font-size-body) !important;
}
body .contact-us-form textarea {
	box-shadow: none !important;
	border-color: var(--color-primary) !important;
}
.contact-us-sec-row {
	box-shadow: 0 4px 94px 0 rgba(115, 101, 117, 0.2);
	align-items: stretch;
}
.contact-sec-left {
	max-width: 60%;
	width: 100%;
}
.contact-section-title {
	margin-bottom: 15px;
}
.contact-section-content {
	margin-bottom: 40px;
}
.contact-section-title {
	margin-bottom: 15px;
	color: var(--color-primary);
}
.contact-left-box,.contact-sec-right-box{
	padding: 60px;
}
.contact-sec-right {
	max-width: 40%;
	width: 100%;
	background-color: var(--color-primary);
}
body .contact-us-form input, body .contact-us-form textarea, body .contact-us-form select {
	border-color: var(--color-primary) !important;
	padding: 12px 20px !important;
	color: var(--color-primary) !important;
	font-size: var(--font-size-body) !important;
	line-height: 1.6 !important;
}
.contact-us-form .validation_message, body .contact-us-form .validation_message {
	padding: 0 !important;
}
body .contact-us-form select {
     background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7.5L14 1' stroke='%2300305c' stroke-width='2'/%3E%3C/svg%3E") !important;
}
.info-card-title {
	color: var(--color-white);
	margin-bottom: 22px;
}

.address {
	color: var(--color-white);
	line-height: 1.5;
}
.location-wrap {
	position: relative;
	padding-top: 24%;
	margin-bottom: 60px;
	min-height: 300px;
}
.location-wrap iframe {
	position: absolute;
	inset: 0;
}
body .contact-us-form input[type="submit"]:hover {
	background-color: var(--color-primary) !important;
	color: var(--color-white) !important;
}
.info-card {
	border-bottom: 1px solid #ffffff29;
	padding-bottom: 45px;
	margin-bottom: 45px;
}
.contact-sec-right-box .social-link-item {
	padding: 0;
}
.contact-sec-right-box .social-link-item::before {
	all: unset;
}
.contact-sec-right-box .social-link-item i {
	color: var(--color-light-gray);
}
@media screen and (max-width:1360px) {
	.contact-left-box, .contact-sec-right-box {
	padding: 50px;
}
.info-card {
	padding-bottom: 40px;
	margin-bottom: 40px;
}
body .contact-us-form input, body .contact-us-form textarea, body .contact-us-form select {
	padding: 10px 20px !important;
}
}
@media screen and (max-width:1200px) {
.contact-left-box, .contact-sec-right-box {
	padding: 45px;
}
.info-card {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
body .contact-us-form textarea {
	height: 160px !important;
}
}
@media screen and (max-width:1024px) {

.contact-sec-right-box .social-links-wrap {
	justify-content: flex-start;
	margin: 0 0 25px;
}
}
@media screen and (max-width:991px) {
.contact-sec-left,.contact-sec-right {
	max-width: 100%;
}
body .contact-us-form input, body .contact-us-form textarea, body .contact-us-form select {
	padding: 8px 20px !important;
}
}
@media screen and (max-width:768px) {
.contact-left-box, .contact-sec-right-box {
	padding: 40px;
}
body .contact-us-form textarea {
	height: 140px !important;
}
}
@media screen and (max-width:480px) {
.contact-left-box, .contact-sec-right-box {
	padding: 40px 30px;
}
.info-card-title {
	margin-bottom: 18px;
}
}