.page-image{
  margin: 0 !important;
}

.page-image img{
 height: 210px;
 width: 100%;
}

@media (max-width: 768px) { 
  .page-image{  
    margin: 40px 0;
  }

  .page-image img{
    height: 130px;
    width: 100%
   }
}

.page-content{
  margin: 20px 0;

}

.page-body{
  padding-right: 30px
}
.page-body .title{
  color: #436000;
}

.page-body .expert ul li{
  list-style: square !important;
  line-height: 10px !important;
  margin-left: 20px;
}

.page-body .content{
  font-size: 14px;
  text-align: justify;
}

.side-menu{ 
  height: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  border-left: 3px solid #fbfbfb;
} 
 
.side-menu .header{
padding-top: 10px;
padding-bottom: 2px;
background: #436000;

}

.side-menu .header h5{
font-size: 16px;
margin-left: 10px;
color: #fff;
}

.side-menu .header h5 i{
float: right;
color: #fff;
margin-right: 5px;
}

.quick-links{
  border-bottom: #cccccc 1px solid;
  padding-bottom: 10px;
}

.side-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  overflow: auto;
}

.side-menu li a {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 8px 16px;
  text-decoration: none;
}

.side-menu li a.active {
  background-color: #F30D20;
  color: white;
}

.side-menu li a:hover:not(.active) {
  background-color: #555;
  color: white;
}

@media (max-width: 768px) { 
  .side-menu .header h5{
    font-size: 12px;
    margin-left: 10px;
    color: #fff;
  }

  .side-menu li a {
    display: block;
    color: #000;
    font-size: 10px;
    padding: 8px 16px;
    text-decoration: none;
  }
}

.featured-property{
  margin-top: 10px;
}


.featured-property .realty {
  background-color: #f7f7ff;
  text-align: center; 
  overflow: hidden;
  margin-bottom: 20px;
  box-sizing: content-box;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.featured-property .realty  h4 a {
  font-size: 20px;
  color: #436600;
}

.featured-property .realty  .btn {
  margin-left: -20px;
  margin-bottom: 10px;
  background: transparent !important;
  color: #436600;
  padding: 5px;
}

.featured-property .realty  span{
    margin-right: 10px;
    font-weight: 600
}
.featured-property .realty  p{
  padding-top: 2px;
  padding-bottom: 2px;
}
.featured-property .realty  h5{
font-size: 14px;
color: #436600;
font-weight: 600;
}
.featured-property .realty .image-holder{
  position: relative;
  height: 150px;
}

.featured-property .realty  .image-holder img{
height: 150px;
width: 100%;
}

.featured-property .realty  .price{
font-size: 12px;
font-weight: 700;

}
.featured-property .realty .status{
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  color: #fff;
  padding:0 3px;
  text-align: right; 
  font-size: 12px;
}

.session{
  background: #fff;
	padding: 0;
}


.session .header h4{ 
  font-size: 16px;
	text-transform: uppercase;
	padding: 5px;
	color: #000;
  text-align: center;
  border-bottom: #436600 solid 1px;
}

.session ul li{
  margin-left: 30px;
	padding: 5px 10px;
	font-size: 14px;
	list-style: square !important;
	text-align: justify
}

.session p{
	padding: 15px;
	font-size: 13px;
	line-height: 1.5em;
	text-align: justify;
}

.session h4{ 
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	color: #07378B;
	text-align: center;
}
.team-info{
  background: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  padding: 10px 10px;
  margin-bottom: 5px;
}

.team-info h5{
  color: #436000
}

.team-info h5 small{
  color: #ff0000
}

.team-info img{
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  padding: 5px;
  background: #f7f7f7;
}