.popup-checkout-payment .popup-inner-body>[class],.popup-checkout-payment .popup-inner-body>[id] {
	padding: 0;
	margin: 0;
	min-width: 300px
}

.bakhory-container {
	flex-direction: column;
	gap: 20px
}

.bakhory-container h3 {
	width: 100%
}

.bakhory-container p {
	width: 100%
}

.bakhory-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}

.bakhory-row:nth-child(odd) .bakhory-text {
	order: 1
}

.bakhory-row:nth-child(odd) .bakhory-image {
	order: 2
}

.bakhory-row:nth-child(even) .bakhory-text {
	order: 2
}

.bakhory-row:nth-child(even) .bakhory-image {
	order: 1
}

.bakhory-text {
	flex: 1;
	padding: 10px
}

.bakhory-image {
	flex: 1;
	max-width: 50%
}

.bakhory-image img {
	width: 100%;
	height: auto
}

.Bakhory_step {
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 10px
}

.threepercent {
	width: 33.33%;
	float: left;
	min-height: 400px
}

.stepp {
	width: 98%;
	font-size: 1.7rem
}

@media (max-width:768px) {
	.bakhory-row {
		flex-direction: column
	}

	.bakhory-image {
		order: 1!important;
		max-width: 100%
	}

	.bakhory-row:nth-child(even) .bakhory-image {
		order: 1!important
	}

	.bakhory-text {
		order: 2!important
	}

	.Bakhory_step,.stepp,.threepercent {
		width: 100%
	}
}

.clear {
	clear: both
}
.section {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #eaeaea;
}
.section_image {
	flex: 1;
	max-width: 50%;
  overflow: hidden;
}
.section_image img{
  width: 100%;
  height: auto;
}
.section_text {
	flex: 1;
	max-width: 50%;
	padding: 0 15px;
	line-height: 1.8;
}
.section-reverse {
	flex-direction: row-reverse;
	background-color: #ffffff;
}
@media screen and (max-width:767px) {
	.section {
		flex-direction: column;
		margin-bottom: 20px
	}
	.section_image,.section_text {
		max-width: 100%;
	}
	.section_image {
		margin-bottom: 16px
	}
}