body {
  background-color: #fff;
}
.refer_landing {
	background-color: #F7FBFC;
}
.refer_landing .heading h1 {
	text-transform: uppercase;	
	color: #008C54;
	font-weight: bold;
}
.btn-success {
  color: #fff !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  width: auto !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
/*Services box style =\\=========*/

.how_works_refer {
	background: linear-gradient(180deg, #F7FBFC 20%, #fff 80%);
}

.services_box {
  min-height: 250px;
  display: block;
  margin-bottom: 15px;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 15px;
  text-align: right;
}

.services_box img {
  width: 100px;
}

.services_box h4 {
  margin-top: 20px;
  text-align: left !important;
  font-weight: bold;
  color: #18407C;
}

.services_box p {
  text-align: left !important;
}