.float_custom{
	position:fixed;
	width: 50px;
    height: 50px;
    bottom: 10px;
    right: 20px;
	background-color:#ff570d;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float_membership{
	position:fixed;
	width: 90px;
    height: 90px;
  	left: 20px;
    bottom: 10px;
	background-color:#ff570d;
	color:#FFF;
	border-radius:50px;
	text-align:left;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}

.membership_img_border{
	border-radius: 50px;
}

.authorized_img_border{
	position:fixed;
	width: 90px;
    height: 90px;
  	left: 120px;
    bottom: 10px;
  	background-color:#ffffff;
	color:#FFF;
	border-radius:50px;
	text-align:left;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}

.my-float_custom{
	margin-top:16px;
}

.features-bg{
  padding: 50px 0px 30px !important;
}
.services-bg-two{
padding: 10px 0 30px !important;
}

.features-content .content-top .title{
font-size: 16px !important;
}

.fa, .fas {
    font-weight: 900 !important;
}
.fa, .far, .fas {
    font-family: 'Font Awesome 5 Free' !important;
}

.brand-item{
	border: 1px solid;
    border-radius: 10px;
    border-color: coral;
}

.brand-item-wrap-two{
	padding: 16px 0;
}

.request-form-wrap{
	border: 1px solid;
    border-color: coral;
    border-radius: 10px;
    padding: 10px;
}

.contact-form{
  	border: 1px solid;
    border-color: coral;
    border-radius: 10px;
    padding: 10px;
}

.dirty-check{
	border: 0 solid !important;
}

.section-title-two{
margin-bottom: 25px !important;
}