/*----------------css for Agents page-----------------------*/

#agents-page {
  padding-top:100px;
}
.header {
	font-size: 20px;
	font-weight: bold;
	background-color: #eee;
	border-left: 4px solid #007BC5;
	padding: 10px 15px;
}

.agent {
	background-color: #eee;
	padding: 10px 3px;
	border: 1px solid #bddaf2;
	margin-bottom: 10px;
	border-radius: 5px;
}

.section-contact .head {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}

.agent-description {
  padding: 20px;
  text-align: justify;
  background-color: #d2e7f7;
}

.agent:hover {
  box-shadow: 1px 3px 5px #bbb;
}

.agent .image {
  padding: 5px;
  height: 230px;
}

.agents-list .agent .image
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 2px 4px 3px rgba(112, 112, 112, 0.45);
    border: black;
    border-style: solid;
    border-width: 2px;
}
.agents-list .agent .image{
    width:300px;
    height:250px;
}
.agents-list .agent .image img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.agents-list .agent .body h3.agent-name{
    margin: 0 !important;
    text-align: center;
}
.agents-list .agent .body h3 a{
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
}
.agents-list .agent .body h3 a:hover {
  text-decoration: none;
}
.agents-list a{
    color: #007bc5;
    font-size: 12px;
}
.agents-list .agent .info {
    border-bottom: 1px solid #f2f2f2;
}
.agents-list .agent .info .phone {
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
  margin-bottom: 4px;
  color: #007BC5;
}

.agents-list .agent .info .phone i{
  padding: 4px 10px;
  font-size: 18px;
}

.agents-list .agent .info .email {
  background-color: #fff;
	padding: 5px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
  margin-bottom: 2px;
  color: #007BC5;
}

.agents-list .agent .info i {
	color: #fff;
	background-color: #007bc5;
	border-radius: 50%;
	padding: 7px;
	padding-top: 5px;
}
.property .wrapper .title h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.property-info .area {
    float: left;
}
/*----------------end of css--------------------------------*/
