.inner-page-banner{
/*    background-image: url(../images/service-bg.jpg);*/
    background-position: 100% 35%;
    background-size: 50%;
}
.practice-img{
    height: 500px;
}
.testing-sec.care-sec{
    padding: 0 0 80px;
}
.testing-sec.care-sec p:last-child{
    margin-bottom: 0;
}
.testing-sec.care-sec .btn {
    margin: 20px 0 30px;
}
.home-about.practice-content {
    padding-top: 30px;
}

/*Responsiveness*/
@media(max-width: 1023px){
    .testing-sec.care-sec{
        padding-bottom: 30px;
    }
    .practice-img{
        height: 400px;
    }
}

@media(max-width: 767px){
    .inner-page-banner{
        background-size: cover;
        background-position: center;
    }
}





.single-content ul li{
    list-style:circle;
}
