/* 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;
    }
}

/* 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;
    }
}