/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {

    /* .w-100 {
        width: auto !important;
    } */

    .w-100 {
        width: 242% !important;
    }

    .carousel-caption {
        position: absolute;
        top: 8%;
        bottom: 1.25rem;
        left: 7%;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        color: #000000;
        text-align: left;
        width: 75%;
    }

    .carousel-caption h1 {
        font-size: 28px;
    }

    .head-navbar {
        max-width: 84rem;
        padding: 0px 10px;
    }

    .glob-lr {
        padding: 30px 25px;
    }

    section {
        position: relative;
        height: calc(80vh - 3rem);
        width: 100%;
        overflow: hidden;
    }

    .title {
        position: relative;
        padding: 0;
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 20px;
    }

    .mb-bottom {
        margin-bottom: 30px;
    }

    .card-image {
        position: relative;
        display: block;
        width: 100%;
        height: 80px !important;
        padding-top: 30%;
        background: color-white;
    }

    .blog-serve {
        margin-bottom: 20px;
    }

    .card {
        color: black;
        border-radius: 2px;
        background: white;
        overflow: hidden;
        padding: 6px;
        border: none;
    }

    .repair {
        border: 1px solid #56758f;
        border-left: 4px solid #4682b4;
        background-color: white;
        border-radius: 6px;
        padding: 10px;
        height: 100%;
        overflow: hidden;
        display: block;
        justify-content: center;
    }

    .banner {
        padding: 40px 0px;
    }

    .blog-detail img {
        width: 100%;
        height: 145px;
        margin: 0px 0px 30px 0px;
    }

    /* .mb-none {
        display: none !important;
    } */
}



/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {}



/* Medium devices (landscape tablets, 768px and up) */

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



/* Large devices (laptops/desktops, 992px and up) */

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



/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .dsk-none {
        display: none !important;
    }

}