nav.navbar.bootsnav .navbar-brand{
    padding: 10px 0 0;
}
.navbar-brand > img{
    width: 14rem;
}
.work-process-area .work-pro-items .item span{
    position: absolute;
    color: #f42223;
    font-size: 20px;
    top: 5px;
    left: 0;
}
.work-process-area .work-pro-items .item .time p{
    position: relative;
    padding-left: 30px;
    margin: 10px 0;
}
.work-process-area .work-pro-items .item .phone p{
    position: relative;
    padding-left: 30px;
}
.work-process-area .work-pro-items .item {
    min-height: 450px;
}
.quick-contact{
    display: none;
}
@media only screen and (max-width: 768px){
    .about-area .info h2{
        font-size: 32px;
    }
    .about-area .info h3{
        font-size: 20px;
    }
    .about-area .info h2 span{
        font-size: 22px;
    }
    .quick-contact{
        display: block;
    }
    .navbar-brand > img{
        width: auto;
        margin-bottom: 10px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        font-size: 24px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        margin-top: 18px;
    }
    .services-details-items p{
        text-align: justify;
    }
    .about-box p{
        text-align: justify;
    }
}