/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3 Jul, 2019, 12:57:43 PM
    Author     : arun
*/

.mobile-trust-logos {
    background-color: #efefef;
}

.mobile-trust-logos img {
   width: 100%;
}

.mobile-main-content {
    padding: 30px 0;
}

.mobile-main-content .heading, .inner-cont-sec h2  {
    text-align: center;
        font-weight: 500;
}

.inner-cont-sec h2:after{
    right: 0;
}

.mobile-practice-areas {
    background-color: #b38a50;
}

.white-text {
    color: #FFF;
}

.mobile-practice-areas .heading {
    text-align: center;
        font-weight: 500;
}
.mobile-practice-areas .heading:after {
    background-color: #fff;
}

.mobile-practice-areas .pa-links {
    margin-bottom: 15px;
}

.mobile-practice-areas .pa-links > a {
    padding: 10px 15px;
    color: #fff;
    background-color: #253451;
    display: block;
}



@media only screen and (max-width: 767px){
.hcontact {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #232121;
    }
    
    .home .home-banner {
    background-size: cover;
    display: flex;
        padding-top: 30px;
}

.banner-inner {
    margin-top: 40px;
}
#menu-copyright-pages {
    padding-bottom: 0;
}
    
}
@media only screen and (min-width: 467px) and (max-width: 767px){
    .home .home-banner {
        height: 370px;
    }
}

@media only screen and (max-width: 467px) {
    .home .home-banner {
        background-position: left -50px top;
    }
}