/* استایل صفحه تماس با ما  */
/* استایل صفحه راهنمای سایت */
/*استایل صفحه نوبت گیری*/
/*  */
/*  */
/*  */
/* استایل صفحه راهنمای سایت */
/* استایل عتوان صفحه */
.title-website {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
}

.main-box-website {
	width: 100%;
	margin-bottom: 85px;
	justify-content: space-between;
	padding: 0px 30px;
}
.main-box-website img {
	max-width: 50%;
}

.box-website {
	width: 50%;
	justify-content: center;
	align-items: start;
	gap: 28px;
}

.title-box-website {
	font-size: 24px;
	font-weight: 700;
	color: #000;
}

.text-box-website {
	color: #454545;
	font-size: 16px;
	text-align: justify;
}

.img-box-website {
	width: 560px;
}

.img-box-website-blood {
	width: 50%;
}

.main-box-website .box-website-blood {
	width: 50%;
	justify-content: center;
	align-items: start;
	gap: 28px;
}
.img-box-website-online {
	width: 500px;
}

.btn-box-website-blue {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	align-self: flex-end;
	align-items: center;
	background: #00adef;
	padding: 12px 20px;
	border-radius: 10px;
}
.box-website .btn-box-website-blue .img-arrow-website {
	width: 25px;

	margin-right: 14px;
}
.btn-box-website-purple {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	align-self: flex-end;
	align-items: center;
	background: #625dbd;
	padding: 12px 20px;
	border-radius: 10px;
}
.btn-box-website-green {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	align-self: flex-end;
	align-items: center;
	gap: 10px;
	background: #c0d731;
	padding: 12px 20px;
	border-radius: 10px;
}

/* استایل سوالات متداول */
.section-questions-website {
	margin-bottom: 70px;
}

/* استایل صفحه تماس با ما */

/* استایل باکس آیکن ابتدای صفحه */
.box-icon-group-contact {
	width: 100%;
	justify-content: space-around;
	margin-top: 50px;
}

.box-icon-contact {
	width: 25%;
	background: #f0fff4;
	border: 1px solid #c0d731;
	border-radius: 20px;
	text-align: center;
}

.img-icons-contact {
	width: 60px;
	background: #ffffff;
	border: 1px solid #c0d731;
	border-radius: 50%;
	padding: 15px;
	margin-top: -30px;
}

.title-box-icons-contact {
	font-size: 20px;
	font-weight: 700;
	padding-top: 10px;
}

.text-box-icons-contact {
	font-size: 17px;
	color: #454545;
	padding: 20px;
}

/* استایل بخش شبکه های اجتماعی و فرم نظرات صفحه تماس با ما */
.main-form-contact {
	height: auto;
	background: #e0f7fa;
	margin-bottom: 100px;
	padding: 30px 0px;
}

/* استایل فرم نظرات */
.box-form-contact {
	height: 100%;
}

.form-contact {
}

.title-form-contact {
	font-size: 20px;
	margin-top: 70px;
	margin-bottom: 16px;
}

.input-box-contact {
	width: 100%;
	justify-content: space-between;
	padding-bottom: 18px;
}

.form-contact input {
	width: 100%;
	border: 1px solid #c0d731;
	border-radius: 10px;
	padding: 16px;
	outline: none;
	font-family: "iransans";
}

.input-contact::placeholder {
	font-size: 14px;
	color: #454545;
	font-weight: 500;
	font-family: "iransans";
	text-align: start;
}

.form-contact textarea {
	width: 100%;
	height: 170px;
	border: 1px solid #c0d731;
	border-radius: 10px;
	outline: none;
	padding: 14px;
	margin-bottom: 18px;
	font-family: "iransans";
}

.input-message-contact::placeholder {
	font-size: 14px;
	color: #454545;
	font-weight: 500;
	font-family: "iransans";
	text-align: start;
}

.form-contact .wpcf7-submit {
	width: 100%;
	background: #606b18;
	border-radius: 50px;
	padding: 14px 0px;
	color: #fff;
	font-size: 18px;
	font-family: "iransans";
	font-weight: 500;
	cursor: pointer;
}
.form-contact .form-group p {
}
.form-contact .form-group span {
}
.form-contact .form-group select {
	width: 100%;
	border: 1px solid #c0d731;
	border-radius: 10px;
	padding: 16px;
	outline: none;
	font-family: "iransans";
}
.form-contact .resume {
	float: left;
	width: 100%;
	padding: 63px 10px;
	background: #ddd;
}
.label-resume {
	margin-top: -30px;
	float: right;
	display: inline-block;
}
.file-resume {
	float: right;
	width: 100%;
	padding: 5% 35% 0px 0;
	background: #ddd;
	margin-bottom: 15px;
	color: #6b6969;
	border-radius: 12px;
	margin-top: -31px;
	cursor: pointer;
}

/* ساختار کلی فرم */
.wpcf7 form {
	max-width: 600px;
	margin: 0 auto;
}

/* تنظیم نمایش دو فیلد در یک ردیف */
.form-row {
	display: flex;
	gap: 20px;
}

/* تنظیم عرض هر فیلد */
.half-width {
	width: 50%;
}

/* استایل عمومی برای گروه‌های فرم */
.form-group {
	margin-bottom: 10px;
}
.form-submit {
	margin-top: -25px;
}

/* input[type="tel"] {
	direction: rtl;
} */

/* استایل بخش سوالات متداول صفحه تماس با ما */
.img-map-contact {
	width: 50%;

	margin-top: 60px;
	margin-right: 40px;
}

/*******صفحه نوبت گیری**********/
.form-appointment h4 {
	margin-bottom: 1rem;
}
.social-box-appointment {
	width: 50%;
	padding-right: 70px;
}
/******صفحه دریافت جواب*******/
.test-result-box {
	margin-bottom: 3rem !important;
}
.guide-test-result {
	display: flex;
	justify-content: center;
	align-items: center;

	float: right;
	width: 50%;
	margin-right: 1rem;
}
.guide-test-result img {
	width: 50%;
}

/***************************شروع رسپانسیوسازی قالب***************************/
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
	/* استایل صفحه تماس با ما */
	.box-icon-contact {
		width: 30%;
	}
	/* استایل صفحه راهنمای سایت */

	.title-box-website {
		font-size: 22px;
	}
	.img-box-website {
		width: 500px;
	}
}
@media screen and (max-width: 768px) {
	/* استایل صفحه تماس با ما */
	.box-icon-group-contact {
		gap: 20px;
		padding: 0px 20px;
	}
	.title-website {
		font-size: 22px;
	}
	.box-icon-contact {
		width: 45%;
	}

	.img-icons-contact {
		width: 50px;
	}

	.title-box-icons-contact {
		font-size: 16px;
	}

	.text-box-icons-contact {
		font-size: 16px;
	}

	/* استایل فرم نظرات */
	.main-container-form {
		flex-direction: column;
	}
	.title-form-contact {
		font-size: 18px;
	}
	/* استایل صفحه راهنمای سایت */
	.main-box-website {
		width: 100%;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	.box-website {
		width: 100%;
	}
	.main-box-website img {
		max-width: 100%;
		order: 2;
	}
	.main-box-website .box-website-blood {
		width: 100%;
		justify-content: center;
		align-items: start;
		gap: 28px;
		order: 1;
	}
	/* .box-website-blood {
		width: 100%;
	} */
	.title-box-website {
		font-size: 18px;
	}
	.text-box-website {
		font-size: 14px;
	}
	.img-box-website {
		width: 460px;
		margin-top: 20px;
	}
	.box-website-blood {
		width: 100%;
	}
	.img-box-website-blood {
		order: 2;
	}
	.img-box-website-blood {
		width: 500px;
	}
	.img-box-website-online {
		width: 400px;
	}
	/* ***********صفحه جواب آزمایش*********** */
	.guide-test-result {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.guide-test-result img {
		width: 60%;
	}
}
@media screen and (max-width: 576px) {
	/* استایل صفحه تماس با ما */
	.title-website {
		font-size: 18px;
	}
	.box-icon-contact {
		margin-bottom: 30px;
	}
	.title-box-icons-contact {
		font-size: 16px;
	}
	.text-box-icons-contact {
		font-size: 13px;
	}
	/* استایل فرم نظرات */

	.box-form-contact {
		width: 100%;
	}

	.form-contact {
		width: 100%;
	}

	.title-form-contact {
		font-size: 20px;
		margin-top: 70px;
		margin-bottom: 16px;
	}

	/* استایل بخش سوالات متداول صفحه تماس با ما */
	.main-container {
		flex-direction: column-reverse;
	}
	.img-map-contact {
		width: 100%;

		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	/* استایل صفحه راهنمای سایت */
	.main-box-website img {
		max-width: 80%;
	}
	.img-box-website {
		width: 350px;
		margin-top: 50px;
	}
	.img-box-website-blood {
		width: 350px;
		margin-top: 50px;
	}
	.img-box-website-online {
		width: 350px;
	}
	.img-arrow-website {
		max-width: 18px !important;
	}
	.btn-box-website-blue {
		font-size: 14px;
		padding: 8px 12px;
	}
	.btn-box-website-purple {
		padding: 6px 10px;
		font-size: 14px;
	}
	.btn-box-website-green {
		padding: 6px 10px;
		font-size: 14px;
	}

	/*******صفحه نوبت گیری**********/
	.social-box-appointment {
		width: 100%;
		padding-right: 10px;
	}
	/* ******تصویر صفحه جوااب آزمایش***** */
	.guide-test-result {
		width: 100%;

		padding-bottom: 20px;
	}
	.guide-test-result img {
		width: 60%;
	}
}

@media screen and (max-width: 430px) {
	/* *********باکس آیکن صفحه تماس با ما******** */
	.title-box-icons-contact {
		margin-right: 0px !important;
	}
	.form-contact {
		padding: 0px 20px;
		margin-bottom: 1rem;
	}
	.img-map-contact {
		padding: 0px 20px;
	}
	/*******صفحه نوبت گیری**********/
	.social-box-appointment {
		width: 100%;
		padding-right: 20px;
	}
	.form-appointment {
		padding: 0px 20px;
	}
	/* استایل صفحه راهنمای سایت */

	.main-box-website {
		margin-top: 30px;
	}
	.main-box-website img {
		max-width: 100%;
	}
	/* **********عنوان و متن اصلی صفحه جواب آزمایش********* */
	/* .page-guide .container p {
		padding-right: 20px;
	} */
}
