.header-area.header-bg{
	padding-top:200px;
}
@media only screen and (max-width: 767px){
	.header-area.header-bg{
		padding-top:680px;
		padding-bottom:20px;
		background-position:-445px 0px;
		text-align:center;
	}
	.header-area.header-bg .row{
		justify-content:center;
	}
	.about-us-area{
		padding-bottom:30px;
	}
}
.how-it-work-tab-nav .nav-tabs{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	justify-content:center;
}
.how-it-work-tab-nav .nav-tabs .nav-item{
	border:0 none;
}
.nav-tabs .nav-link{
	border-radius:0;
}
.how-it-work-tab-nav .nav-tabs .nav-item .nav-link .number{
	background-image:-webkit-linear-gradient(50deg, #e877cb 0%, #a197fa 100%);
	display:none;
}
.about_widget .social-icon li a:hover{
	color:#fff;
}
.feature-list{
	border:0 none;
}
.feature-list .single-feature-list{
	border:2px solid #ededed;
	margin-left:-2px;
}
.feature-list .single-feature-list:first-child{
	margin-left:0;
}
.feature-list .single-feature-list:last-child{
	border:2px solid #ededed;
}