@media only screen and (min-width: 992px) and (max-width: 1200px) {


}




@media only screen and (min-width: 768px) and (max-width: 992px) {
	

}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .outer1 {	
        padding: 30px;
    }	
    
    .introtext {
        font-size: 15px;
        line-height: 1.5;
    }

.our-work-img-box img{
	width: 100%;
}

.navbar-brand img {
    width: 300px;
    /* margin-top: -13px; */
}

.navbar-nav > li {
    text-align: left;
    padding: 0 30px;
    display: inherit;
}

.practice-area-box1 {
    background: #ece5dc24;
    margin: 10px 0;
    box-shadow: 0 0 5px #c1b9b9;
    /* height: 1055px; */
    height: auto;
}
}



@media only screen and (min-width: 320px) and (max-width: 520px) {
.our-work-img-box img{
	width: 100%;
}

.navbar-brand img {
    width: 300px;
 
}
.navbar-nav > li {
    text-align: left;
    padding: 0 30px;
    display: inherit;
}


.footer-bottom ul {
	float: left;
}

.practice-area-box1 {
    background: #ece5dc24;
    margin: 10px 0;
    box-shadow: 0 0 5px #c1b9b9;
    /* height: 1055px; */
    height: auto;
}
	
}