.page-title-main.float_l {
    background-image: url("../images/page-title.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
.page-title.float_l {
    font-size: 50px;
    text-align: center;
    font-weight: 100;
    line-height: 60px;
    color: #fff;
    margin: 30px 0 20px 0;
}
.for-buyers.float_l {
    background-image: url("../images/for-buyers.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
.for-sellers.float_l {
background-image: url("../images/for-sellers.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
.for-buyers-text {
    float: left;
    padding: 70px 0;
    width: 55%;
}
.for-buyers-text .heading {
    font-size: 48px;
    font-weight: 100;
    line-height: 58px;
    margin: 0 0 10px 0;
}
.for-buyers-text .simple-text {
    line-height: 26px;
}
.buyer-service.float_l {
    background-color: #e1e1e1;
    padding: 25px 0 60px 0;
}
.buyer-service-box {
    float: left;
    width: 46%;
    margin: 25px 2%;
}
.buyer-service-box a.thumb {
    width: 44%;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.buyer-service-box a.thumb:hover {
    border-radius: 0%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.buyer-service-box a.thumb img {
    float: left;
    width: 100%;
}
.buyer-service-box .text {
    float: left;
    width: 56%;
    padding: 25px 0 0 6%;
}
.buyer-service-box .text .heading {
    font-size: 23px;
    margin: 0 0 35px 0;
    line-height: 33px;
}
.buyer-service-box .text a.learn-more {
    float: left;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    margin: 18px 0 0 0;
    padding: 3px 20px;
    background-color: #00aeef;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.buyer-service-box .text a.learn-more:hover {
    background-color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}




@media screen and (max-width: 1200px) {
	.container {
	  width: 960px;
	}
	.for-buyers.float_l, .for-sellers.float_l {
	  background-size: cover;
	}
	.for-buyers-text {
	  padding: 40px 0;
	  width: 63%;
	}
}
@media screen and (max-width: 990px) {
	.container {
	  width: 740px;
	}
	.buyer-service-box {
	  margin: 25px 10%;
	  width: 80%;
	}
	.buyer-service-box .text {
	  padding-top: 0;
	}
}
@media screen and (max-width: 768px) {
	.container {
	  min-width: 320px;
	  padding-left: 5%;
	  padding-right: 5%;
	  width: 100%;
	}	
	.for-buyers-text {
	  width: 100%;
	}
	.buyer-service-box {
	  margin: 25px 1%;
	  width: 98%;
	}
}