/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    header {
        display: none;
    }

    .nav-glob {
        padding: 5px 20px;
    }

    .right-align {
        text-align: left;
        justify-content: end;
    }

    .glob-lr {
        padding: 25px 20px;
    }

    .title {
        font-size: 20px;
        color: #6e550b;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .product-box h6 {
        font-size: 16px;
    }

    .product-box p {
        font-size: 12px;
    }

    .quo-btn {
        padding: 4px 4px;
    }

    .quo-btn:hover {
        padding: 4px 4px;
    }

    .mb-bottom {
        margin-bottom: 30px;
    }

    .bs-pro h5 {
        font-size: 13px;
        margin-bottom: 2px;
    }

    .bs-pro span {
        font-size: 12px;
    }

    .f-links {
        font-size: 10px;
    }

    iframe {
        width: 320px;
        height: 200px;
    }

    .info img {
        width: 50px;
        height: 50px;
    }

    .query {
        box-shadow: 1px 1px 8px 1px #d4d4ff;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 35px;
    }

    .query h5 {
        font-size: 18px;
    }

    .body_counter li .gradient-text {
        font-size: 38px;
        padding-bottom: 1rem;
    }

    .body_counter li {
        width: 33.3%;
        line-height: 1;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        margin-top: 4rem;
    }

    .body_counter {
        padding-left: 0px;
    }

    .globle_h {
        color: white;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .banner-inner {
    padding: 25px 25px;
}
.banner-space {
    padding: 0px 20px 15px 20px;
}
.industre-inner h2{
    margin-top: 15px;
}
}

/* 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) {
    .mb-bottom {
        margin-bottom: 30px;
    }

    .right-align {
        text-align: left;
        justify-content: end;
    }
}

/* 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) {
    .mb-bottom {
        margin-bottom: 0px;
    }

    .right-align {
        text-align: right;
        justify-content: end;
    }
}