@font-face{
	font-family: "sf-ui-text-regular";
	src : url('../font/sf-ui-text-regular-58cb864fe6a88.ttf');
}
*{
	padding: 0;
	margin: 0;
}
body{
	font-family: "sf-ui-text-regular";
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.clear{
	clear: both;
}
a:focus, a:visited{
	text-decoration: none;
	outline: 0px;
	outline: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
section,article,main,header,footer{
	display: block;
}
select{
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
}
.form-control::-moz-placeholder {
    opacity: 0.4;
}
textarea{
	resize: none;
}
ul,ol{
	margin: 0;
	padding: 0;
}
#top_header{
	background: #ffffff;
	padding: 10px 0;
}
.contact_list{
	text-align: right;
}
#top_header a{
	position: relative;
	color: #000000;
	/*font-weight: 700;*/
	font-size: 18px;
	letter-spacing: 2px;
}
header a:hover{
	text-decoration: none;
}
#top_header a#mail_icon:before{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #FFF url('../images/icons/mail-icon.png')no-repeat center center / 18px auto;
	margin: 0px 5px -2px 0;	
}
#top_header a#whatsApp:before{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #FFF url('../images/icons/whatsapp.png')no-repeat center center / 18px auto;
	margin: 0px 5px -2px 0;
}
.contact_list li{
	display: inline-block;
	padding: 10px 20px;
}
.contact_list li:last-child{
	padding: 10px 0 10px 20px;
}
#menu_header{
	background: #e8005e;
}
#menu_header a{
	color: #FFF;
	font-size: 105%;
	letter-spacing: 2px;
	display: inline-block;
	padding: 7px 0;
	/*font-weight: 700;*/
}
#menu_header ul li a{
	padding: 12px 0;
}
.main_menu ul{
	text-align: right;
}
.main_menu ul li{
	display: inline-block;
	padding: 0 20px;
}
.main_menu ul li:last-child{
	padding: 0 0 0 20px;
}
#how_it_works{
	padding: 40px 0;
	color: #FFF;
}
#how_it_works .yellow_bg{
	background: #f7941d;
}
#how_it_works .pink_bg{
	background: #e8005e;
}
#how_it_works .purple_bg{
	background: #660884;
}
h1.section_title{
	position: relative;
	text-align: center;
	padding: 0 0 15px;
	margin: 0 0 30px;
	color: #000000;
	letter-spacing: 2px;
	font-weight: normal;
}
h1.section_title:after{
	content: '';
	position: absolute;
	display: inline-block;
	top: 100%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	width: 100px;
	height: 2px;
	background: #000000;
}
#how_it_works .row > div > div{
	padding: 60px 40px;
	text-align: center;
}
#how_it_works .row > div > div h3{
	margin: 20px 0;
	font-weight: 700;
}
#brands_we_buy{
	padding: 50px 0 80px;
}
#brands_we_buy .brands{
	padding: 20px 0;
}
#green_section{
	padding: 40px 0;
	background: #8dc63f;
}
.green_content > p{
	text-align: center;
	font-size: 140%;
}
.green_content > p + p{
	margin: 5px 0 0;
}
.green_content figure{
	padding: 20px;
}
#header-sticky-wrapper #header{
	z-index: 999 !important;
}
#happy_customers{
	background: #FFF;
	padding: 40px 0;
}
.happy_cust_list{
	margin: 20px 0 0;
	display: inline-block;
	width: 100%;
}
.happy_cust_list li{
	float: left;
	width: 33.33%;
	margin: 0 0 10px;
}
.happy_cust_list li > div{
	padding: 5px;
}
.happy_cust_list .message_box{
	padding: 25px;
	min-height: 250px;
	background: #f4f4f4;
}
.happy_cust_list .message_box p{
	text-align: justify;
	margin: 5px 0 0;
	word-spacing: 2px;
	font-size: 115%;
}
.happy_cust_list .custom_name{
	padding: 25px 15px;
	color: #FFF;
	background: #000;
	text-align: center;
}
footer{
	background: #ebebeb;
	padding: 50px 0 10px;
	color: #000;
}
.social_media h5{
	margin: 0 0 15px;
	font-weight: 700;
}
.social_media li{
	padding: 0 3px;
}
.social_media li, .footerMenu li{
	display: inline-block;
}
.social_media li img{
	width: 25px;
	height: 25px;
}
.footerMenu{
	margin: 15px 0;
}
.footerMenu li{
	padding: 0 5px;
}
.footerMenu ul li a{
	font-weight: 700;
	color: #000;
}
.footerMenu ul li + li a:before{
	content: '|';
	margin: 0 10px 0 0;
}
footer .footer_copy{
	padding: 10px 0;
	font-weight: 700;
}
.footer_copy a{
	color: #000;
}
.happy_cust_list li:nth-child(3n+1) div.message_box{
	border-top: 7px solid #ff9f51;
}
.happy_cust_list li:nth-child(3n+2) div.message_box{
	border-top: 7px solid #51c0ff;
}
.happy_cust_list li:nth-child(3n+3) div.message_box{
	border-top: 7px solid #af5ebe;
}
#banner_section{
	min-height: 100vh;
	background-size: 100% 100% !important;
	color: #FFF;
}
#banner_section .top_banner,.gadget_section{
	text-align: center;
}
#banner_section .top_banner h2{
	margin: 80px 0 240px;
	font-weight: 700;
}
.gadget_section h2{
	margin: 0 0 20px;
	font-weight: 700;
}
.gadget_section ul{
	box-sizing: border-box;
	display: inline-block;
	height: auto;
	padding: 10px 0;
	width: 100%;
}
.gadget_section li{
	float: left;
	width: 120px;
	display: block;
	text-align: center;
	padding: 0 5px;
}
.gadget_section li a{
	display: block;
	box-sizing: border-box;
	font-weight: 700;
	color: #FFF;
}
.gadget_section li a div{
	border:1px solid #FFF;
	padding: 20px;
	border-radius: 100%;
	width: 80px;
	height: 80px;
	margin: 0 auto 5px;
	line-height: 30px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.gadget_section li a:hover div{
	background: #6FC064;
	border-color: #6FC064;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.gadget_section li a:hover{
	text-decoration: none;
}
.legal-section-row ul{
	padding: 0 0 0 20px;
}