body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-family: 'Alef', sans-serif;
}

.Header-bg {
	background-image: url(images/head.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
}

.logo {
	padding: 60px 0px 150px 0px;
}

.container {
	font-size: 0;
	/*remove white space*/
}

.section {
	font-size: 16px;
	/*reset font size*/
	display: inline-block;
	vertical-align: top;
	width: 25%;
	border: 5px solid #fff;
	background-color: #ede3ee;
	box-sizing: border-box;
	text-align: center;
	transition: 0.5s all;
	cursor: pointer;
}

.product {
	padding: 100px;
}

.section p {
	margin-bottom: 0px;
	font-size: 20px;
	color: #fff;
	background: #702081;
	padding: 20px;
}

.section:hover {
	background-color: #fff;
	border: 5px solid #ede3ee;
}

.banner {
	padding: 0px 100px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}

.section2 {
	text-align: center;
	background-color: #dac5db;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	position: relative;
}

.section3 {
	text-align: center;
	background-color: #702081;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	position: relative;
}

.section1 {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	padding: 50px;
	box-sizing: border-box;
}

.section0 {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding: 50px;
	box-sizing: border-box;
}

.review {
	padding: 20px 50px 50px 50px;
	background-color: #ede3ee;
	font-size: 18px;
	border: 1px solid #ede3ee;
	margin-bottom: 50px;
	text-align: right;
	position: relative;
	transition: 0.3s all;
	text-align: justify;
	/* For Edge */
	-moz-text-align-last: right;
	/* For Firefox prior 58.0 */
	text-align-last: right;
	direction: rtl;
}

.ltr {
	direction: ltr;
	display: inline-block;
}

.review:hover {
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #ccc;
}

.visible {
	min-height: 590px;
}

.reviewimg {
	top: -80px;
	left: 30px;
	position: absolute;
	border: 6px solid #702081;
	background: #fff;
}

.section4 {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 50px;
	background-color: #ede3ee;
	border: 1px solid #702081;
	font-size: 29px;
	margin-bottom: 550px;
}

.footer {
	padding: 1px 40px 18px;
	background-color: #000;
	font-size: 19px;
	color: #fff;
	width: 100%;
	overflow: hidden
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

.section1 p {
	padding-top: 100px;
}

.section0 p {
	padding-top: 130px;
}

.section0 > .review > img {
	width: auto;
}

.footer a {
	font-size: 19px;
	text-transform: unset;
	font-weight: normal;
	margin: 0;
	display: inline;
	letter-spacing: unset;
	text-decoration: underline;
}

.footer a:hover {
	color: #712181;
}

@media (max-width: 1280px) {
	.section1 {
		width: 50%;
		padding: 30px;
	}
	.section0 {
		width: 50%;
		padding: 30px;
	}
}

@media (max-width: 1024px) {
	.visible {
		height: auto;
	}
	.section1 p {
		padding-top: 0px;
		font-size: 18px;
	}
	.section0 p {
		padding-top: 0px;
		font-size: 18px;
	}
	.review {
		padding: 20px 20px 20px 20px;
		margin-bottom: 0px;
	}
	.reviewimg {
		margin: 10px 0px 20px 0px;
		left: 0px !important;
		position: relative;
		top: 0px;
		left: 0px;
		padding-bottom: 0px;
		border: 6px solid #702081;
		background: #fff;
	}
	.product {
		padding: 10px;
	}

	.footer-left,
	.footer-right {
		float: none;
		display: block;
	}
}


@media (max-width: 768px) {
	.section1 {
		width: 100%;
		padding: 30px;
	}
	.section0 {
		width: 100%;
		padding: 30px;
	}
	.section {
		width: 50%;
		margin: 0px;
	}
	.review {
		display: block;
		width: auto;
	}
	.section4 {
		padding: 10px;
		font-size: 20px;
		width: 100%
	}
	.section2 {
		width: 100%
	}
	.section3 {
		width: 100%
	}
	.section1 {
		padding: 0px;
	}
	.section0 {
		padding: 0px;
	}

	.section p {
		font-size: 20px;
	}
	.banner {
		padding: 0px 30px;
	}
}

@media (max-width: 500px) {
	.section,
	.banner {
		width: 100%;
	}
}

@media (max-width: 350px) {
	.reviewimg {
		width: 100%;
	}
	.section,
	.banner {
		width: 100%;
	}
	.banner img {
		padding-bottom: 30px;
	}
	.section1 p {
		font-size: 16px;
	}
	.section0 > .review > img {
		width: 100%;
	}
}
