/*sales page*/
.first-area {
	background: #f3fcf4;
}
.first-content h1 {
	font-size: 60px;
	font-weight: 600;
}
.first-content h1 span {
	color: #f50;
	font-size: 55px;
}
.first-content h5 {
	font-size: 25px;
	color: #4a6f8a;
    margin-bottom: 80px;
    line-height: 1.8;
}
.basic-con i {
	font-size: 30px;
}
.basic-con h4 {
	font-size: 20px;
}
.first-img {
	height: 766px;
}
.goods p {
	float: right;
	margin: 10px 0px;
}
.online-store {
	background: #effcfa;
	padding: 30px;
}
.online-store-content {
	padding-left: 65px;
	padding-right: 65px;
}
.online-store-details {
	/*max-width: 20em;*/
	margin-bottom: 13px;
}
.store-header {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.bar-line {
	letter-spacing: 8px;
	color: #f50;
}
.third-content h4, .seventh-content h4, .fifth-content h4 {
	margin: 25px 0px;
}
.third-content img, .fifth-content img, .seventh-content img {
	margin: 25px 0px;
}
.tenth-content p, .list {
	margin: 25px 0px;
}
.list h6 {
	padding: 5px;
}
.list h6 a {
	color: #f50;
}
.get-link a i {
	vertical-align: middle;
}
@media screen and (max-width:767px) {

.first-content h1 span {
	font-size: 40px;
}
.first-content h1 {
	font-size: 55px;
}
.first-content h5 {
	font-size: 18px;
}
.first-img, .second-img, .third-img {
	height: auto;
	width: 100%;
}
.online-store-content {
	padding-left: 0px;
	padding-right: 0px;
}
.get-link a {
	font-size: 16px;
}
.sec-title {
	font-size: 18px;
}
}

/*sales page end*/



