div.body{
    background-color: #fff;
}
.book-free-consultation-section .content{
    position: absolute;
    bottom: 80px;
}
.need-us-section{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
}
.legal-services-offered-section{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
}
.legal-services-offered-container{
    width: 100%;
    background-color: #EEEEEE;
    margin-top: 10px;
}
.legal-services-offered-box{
    width: 100%;
    min-height: 432px;
    background-color: #E1E1DA;
    position: relative;
}
.legal-services-offered-box .title{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
}
.legal-services-offered-box .top-border{
    position: absolute;
    width: 100%;
    height: 11px;
    background-color: #2B3D4F;
    display: none;
    top: -10px;   
}
.legal-services-offered-overlay{
    width: 100%;
    min-height: 432px;
    position: absolute;
    display: none;
    background-color: #F6F6F6;
    z-index: 120;
}
.legal-services-offered-box .desc{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.legal-services-offered-box .desc p{
    color: #464637;
    font-size: 16px;
    padding: 0px 60px;
    
}
.legal-services-offered-box:hover .legal-services-offered-overlay{
    display: block;
}
.legal-services-offered-box:hover .top-border{
    display: block;
}
.legal-services-offered-box:hover .title{
    top: 20%;
    z-index: 150;
}
.real-esate-law-review-section{
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.box-sales{
    width: 100%;
    height: 215px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.box-sales-wrapper{
    background: rgba(43,61,79,0.7);
    position: relative;
    height: 215px;
    width: 100%;
}
.box-sales-content{
    color: #fff;
    font-size: 18px;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 25px;
    text-align: center;
}

@media(max-width: 767px){
    .box-sales{
        margin-bottom: 25px;
    }
}
@media(min-width: 768px) and (max-width: 990px){ 
    
}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}

