/*============================= Small MOBILE Devices================================ */

@media(min-width:767px) {}


/*============================= MOBILE Devices================================ */

@media(max-width:767px) {
    .navb .row>div {
        margin: inherit !important;
    }
    .phone-number {
        display: none;
    }
    .navbar-header {
        position: absolute;
        top: -61px;
        right: 0;
    }
    .navbar-brand>img {
        width: 107px;
        margin-left: 9px;
    }
    .navbar-brand {
        position: relative;
        z-index: 99;
    }
    .service-block1 {
        margin-bottom: 5px;
    }
    .banner-img img {
        height: auto !important;
    }
    .project-sectab,
    .project-tabs {
        height: auto !important;
    }
    .project-tabs .tab-links li {
        margin: 0 0px;
    }
    .project-tabs .tab-links li:nth-child(2) a {
        margin-left: 0!important;
    }
    .dap_textarea {
        width: 100% !important;
    }
    .project-amt .nav-pills>li {
       
        width: 44%;
        margin-bottom: 8px;
        border-bottom: 1px solid #ccc;
    }
    
}


/*============================= MOBILE Devices================================ */

@media(max-width:400px) {}


/*============================= Medium Devices, Tablets ================================ */

@media(min-width:768px) and (max-width:991px) {
    .navbar-brand img {
        width: 142px;
    }
    .phone-number {
        padding-top: 22px;
    }
    .service-block1 img {
        height: 278px;
    }
    .project-sectab,
    .project-tabs {
        height: auto !important;
    }
    .project-sectab {
        background: #e2e1e1;
    }
}


/*============================= Medium Devices, Desttop ================================ */

@media(min-width:992px) and (max-width:1199px) {
    .service-block1 img {
        height: 278px;
    }
    .project-sectab,
    .project-tabs {
        height: auto !important;
    }
    .project-sectab {
        background: #e2e1e1;
    }
}