.makler-search-bg {
    padding: 10rem 0;
    min-height: 10rem;
    text-align: center;
    height: 100%;
    background-color: #f2f2f2;
    background-image:   url(../Images/Background/headline-bg.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}

/*Standard Listen*/
.list-fa, .list-fa li > ul {
	margin-left: 0;
	padding-left: 23px;
	list-style: none;
}

.list-fa li:before {
  margin-right: 9px;
  margin-left: -23px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.list-fa-angle-double-right li:before {
	content: "\f101";
}

.list-fa-angle-right li:before {
	content: "\f105";
}


.list-fa-arrow-right li:before {
	content: "\f061";
}

.list-fa-arrow-circle-right li:before {
	content: "\f0a9";
}


.list-fa-caret-right li:before {
	content: "\f0da";
}

.list-fa-caret-square-o-right li:before {
	content: "\f152";
}

.list-fa-check-square li:before {
	content: "\f14a";
}

.list-fa-chevron-right li:before {
	content: "\f054";
}

.list-fa-chevron-circle-right li:before {
	content: "\f0a9";
}