/**===============================================
    Media Query
==================================================
*/


/************
1. 1600px
************/

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


/************
2. 1440px
************/

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


/************
3. 1380px
************/

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


/************
3. 1280px
************/

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


/************
4. 1199px
************/

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


/************
4. 1100px
************/

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


/************
5. 1024px
************/

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


/************
6. 991px
************/

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


/************
7. 959px
************/

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


/************
8. 880px
************/

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


/************
9. 768px
************/

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


/************
10. 767px
************/

@media only screen and (max-width: 767px) {
    
    .mainHeader {
        margin-top: 0;
        
    }
    .ribbon {
        min-height: 50px;
    }
    .ribbon::before {
        min-height: 50px;
    }
    .navbar-light .navbar-toggler {
        background: #f9641a;
        color: white;
    }
    .progressbar {
        display: none !important;
    }
    #footer h4 {
        text-align: center;
    }
    .quick-list {
        text-align: center;
    }
    .navbar-brand img {
        max-width: 250px;
    }
    .cust_container ul {
        padding-left: 0;
    }
    .cust_container ol {
        padding-left: 20px;
    }
    #enquiry {
        display: none;
        top: 135px !important;
        right: 0;
        padding: 5px;
        height: 75px;
    }
    #parampara {
        height: auto;
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }
    .brand {
        right: auto;
        width: 50px;
    }
    .navbar-brand {
        color: white !important;
        margin-left: 40px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .frame-border .carousel-inner .carousel-item img {
        height: auto;
    }
    .invoice {
        width: 100% !important;
    }
    .owner_info {
        font-size: 12px;
        white-space: pre;
    }
    .user_info {
        font-size: 12px;
        margin-top: 15px;
    }
    .dashboard .dropdown-item {
        font-size: 12px;
    }
    nav.bg-custom {
        background: linear-gradient(to right, #6661c3 0, #1c1878 33%, #1c1878 66%, #6763c5 100%);
    }
    .resp_block{
        display:flex;
        flex-direction:column;
    }
    .resp_block #reload{
        margin-top:1rem;
    }
}


/************
11. 575px
************/

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


/************
11. 539px
************/

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


/************
12. 480px
************/

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


/************
13. 479px
************/

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


/************
14. 400px
************/

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