.section_sales_banner {
	width: 100%;
	margin: 0;
	max-width: 100%;
	background-size: cover;
		padding-top: 0;
	padding-bottom: 100px;
}




.section_sales_banner .top_heading {
	display: inline-block;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 65px;
	background-color: #cfa777;
	color: #fff;
	padding: 10px 30px;
	border-radius: 0 0 10px 10px;
}


.section_sales_banner .sub_heading {
	color: #38251a;
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	display: block;
	margin-bottom: 15px;
}

.section_sales_banner .main_heading {
	font-size: 70px;
	font-weight: 700;
	line-height: 72px;
}

.section_sales_banner .banner_text {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color:#38251a
}
.section_sales_banner .banner_content {
	max-width: 400px;

}

.section_sales_banner .banner_buttons {
	margin-top: 50px;
}
.section_sales_banner .banner_buttons .qbutton {
	margin-right: 20px;
	min-width: 190px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 1300px) {
	.section_sales_banner .main_heading {	font-size: 40px;	line-height: 40px;}
	.section_sales_banner .banner_text {	font-size: 20px;}
	.section_sales_banner .top_heading {	font-size: 22px;	margin-bottom: 60px;}

	.section_sales_banner .sub_heading {	font-size: 22px;}
}

@media only screen and (max-width: 1024px) {
	
.section_sales_banner {	background-position: 30% center; }


	
}
@media only screen and (max-width: 768px) {
	.section_sales_banner {	padding-bottom: 50px;}
	.section_sales_banner .banner_content {	max-width: 300px;}
	
	.section_sales_banner .main_heading {	font-size: 40px;	line-height: 40px;}
	.section_sales_banner .banner_text {	font-size: 20px;}
	.section_sales_banner .top_heading {	font-size: 22px;	margin-bottom: 60px;}

	.section_sales_banner .sub_heading {	font-size: 22px;}
	
}
@media only screen and (max-width: 600px) {
	
	
	
}