.contact-page-form {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.contact-one-img {
	width: 43%;
}
.contact-one-right {
	width: 57%;
	padding: 150px 0 0 117px;
	background: #f1f1f1;
}
.contact-one-right p {
	font-family: "avenir_arabicmedium";
	margin-bottom: 64px;
}
.contact-one-right input,
.contact-one-right textarea {
	border: 0;
	border-bottom: 1px solid #3a5b83;
	background: none;
	box-shadow: none;
	font-size: 19px;
	line-height: 30px;
	letter-spacing: 0.01em;
	text-align: left;
	outline: none;
	color: #787878;
	width: 100%;
	padding-bottom: 10px;
}
.contact-one-right input::placeholder,
.contact-one-right textarea::placeholder {
	color: #787878 !important;
}
.half-row {
	width: 47%;
}
.full-row textarea {
	width: 100%;
}
.contact-one-right textarea {
	height: 120px;
}
.contact-one-right input[type="submit"] {
	border-radius: 60px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	text-transform: uppercase;
	width: 224px;
	height: 70px;
	display: block;
	line-height: 70px;
	background: #3872b8;
	font-family: "avenir_arabicmedium";
	cursor: pointer;
}
.contact-one-right-inner {
	max-width: 780px;
}
.contact-section-one img {
	object-fit: cover;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	color: #dc3232 !important;
	font-size: 15px !important;
	border: 0px !important;
	margin-top: 0 !important;
	text-align: center !important;
}
.contact-last-section {
	padding: 50px 0;
	background: #f1f1f1;
}
.contact-last-section ul {
	display: flex;
	justify-content: center; /* Horizontally center the flex items */
	align-items: center;
	width: 100%;
}
.contact-last-section li {
	border: 2px solid #bdbdbd;
	list-style: none;
	border-radius: 20px;
	padding: 10px;
	width: auto;
	margin: 0 10px;
}
.contact-last-section li a {
	display: flex;
}
.contact-last-section li p {
	color: #121212;
	margin-bottom: 0;
	padding-left: 10px;
	line-height: 43px;
	font-family: "avenir_arabicmedium";
	font-size: 16px;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
	border-color: #46b450;
	color: #bf293a !important;
	font-size: 16px !important;
	border: 0px !important;
	text-align: left !important;
	margin: 0 auto !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-not-valid-tip {
	color: #dc3232 !important;
	font-size: 16px !important;
	border: 0px !important;
	text-align: center !important;
	margin: 0 auto !important;
	padding-bottom: 40px !important;
}
.wpcf7-response-output {
	margin-bottom: 20px !important;
}
.contact-one-right .full-row.full-row-submit p {
	margin-bottom: 0px;
}
.contact-one-right .contact-page-form-last p{
	margin-bottom: 20px;
}






@media screen and (max-width: 1600px) {
	.contact-one-right {
		padding-right: 50px;
	}
}
@media screen and (max-width: 1490px) {
	.contact-one-right {
		padding: 50px 50px 0 50px;
	}
}

@media screen and (max-width: 1024px) {
	.contact-one-right input[type="submit"] {
		height: 60px;
		line-height: 60px;
	}
}

@media screen and (max-width: 1024px) {
	.contact-one-right textarea {
		height: 90px;
	}
	.contact-one-right input[type="submit"] {
		height: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width: 768px) {
	.contact-one-right input,
	.contact-one-right textarea {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.contact-one-img,
	.contact-one-right {
		width: 100%;
	}
	.contact-section-one img {
		margin-top: 20px;
	}
	.contact-one-right {
		padding: 20px;
	}
	.contact-page-form {
		display: block;
	}
	.half-row {
		width: 100%;
	}
	.contact-one-right p,
	.contact-one-right {
		margin-bottom: 20px;
	}
	.contact-last-section h2 {
		font-size: 20px;
	}
	.contact-last-section ul {
		display: block;
	}
	.contact-last-section {
		padding: 20px 0;
	}
	.contact-one-right input[type="submit"] {
		font-size: 15px;
	}
	.rtl .contact-one-right {
		padding: 50px;
	}
}
