@media (max-width: 991.98px) {
	.conatctUs_content {
		max-width: 100%;
	}

	.bs-stepper.vertical {
		flex-direction: column;
	}

	.bs-stepper.vertical .bs-stepper-header {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 40px;
		margin-bottom: 50px;
	}

	.bs-stepper-header .step:not(:first-child) {
		margin-top: 0;
	}

	.bs-stepper-header .step:not(:first-child)::before {
		width: 55px;
		height: 1px;
		bottom: auto;
		top: 20px;
	}

	[dir="rtl"] .bs-stepper-header .step:not(:first-child)::before {
		right: -45px;
	}

	[dir="ltr"] .bs-stepper-header .step:not(:first-child)::before {
		left: -45px;
	}

	.bs-stepper .step-trigger {
		flex-direction: column;
	}

	.step_content {
		padding: 0;
	}
}
@media (max-width: 767.98px) {
	.app_logo {
		max-width: 84px;
	}

	.app_header .language_btn {
		order: -1;
		-webkit-margin-start: 0;
		margin-inline-start: 0;
	}

	.intro_sec {
		height: 720px;
	}

	.interest_form {
		width: 100%;
		height: 100%;
		top: 0;
		padding: 0 16px;
	}

	.interest_form .form_content {
		min-height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	[dir="rtl"] .interest_form {
		left: -770px;
	}

	[dir="ltr"] .interest_form {
		right: -770px;
	}

	.our_projects .head h2 {
		font-size: 26px;
	}

	.our_projects .head h5 {
		font-size: 14px;
		max-width: 95%;
		margin: 0 auto;
	}

	.projects_tabs .nav-pills {
		margin-bottom: 20px;
	}

	.projects_slider .swiper-slide .col_img {
		order: -1;
		position: relative;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.projects_slider .swiper-slide .col_img .info_badge {
		position: absolute;
		top: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		z-index: 3;
	}

	[dir="rtl"] .projects_slider .swiper-slide .col_img .info_badge {
		right: 20px;
	}

	[dir="ltr"] .projects_slider .swiper-slide .col_img .info_badge {
		left: 20px;
	}

	.pro_img_info {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		margin-bottom: 20px;
	}

	.pro_img_info .project_logo {
		order: 1;
		margin-bottom: 0 !important;
		height: 7rem !important;
	}

	.pro_img_info .project_info_row {
		margin-bottom: 0;
	}

	.pro_img_info .project_info_row .info_boxes {
		flex-direction: column;
		align-items: flex-start;
	}

	.pro_img_info .project_info_row .info_boxes .info_box:not(:first-child) {
		-webkit-padding-start: 0;
		padding-inline-start: 0;
		-webkit-border-start: 0;
		border-inline-start: 0;
	}

	.project_details {
		justify-content: center;
	}

	.project_btn {
		width: 100%;
	}

	.projects_slider .slider_actions {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	/*.projects_slider .swiper-slide .project_large_img {*/
	/*	max-height: 230px;*/
	/*}*/

	.about_content {
		max-width: 100%;
	}

	.join_form {
		max-width: 100%;
	}

	.conatctUs_content {
		max-width: 100%;
		padding: 20px;
	}

	.vision_box {
		width: 100%;
	}

	.our_services {
		padding-top: 50px;
	}
}

@media (max-width: 575.98px) {
	.interest_form {
		padding: 64px 16px;
	}

	.word {
		font-size: 2rem;
	}

	.pro_img_info .project_logo {
		height: 5rem !important;
	}

	.contact_us {
		padding-top: 30px;
	}
}

@media (max-width: 399.98px) {
	.bs-stepper.vertical .bs-stepper-header {
		gap: 20px;
	}

	.bs-stepper-label {
		font-size: 12px;
	}

	.bs-stepper-header .step:not(:first-child)::before {
		width: 40px;
	}

	[dir="rtl"] .bs-stepper-header .step:not(:first-child)::before {
		right: -30px;
	}

	[dir="ltr"] .bs-stepper-header .step:not(:first-child)::before {
		left: -30px;
	}
}
