@media (max-width:768px) {
    
    .banner-box p {
        width: auto;
        font-size: 16px;
    }
    .authorised-section .lltp {
        flex-direction: column-reverse;
    }
    .banner-box h1 {
        font-size: 32px;
        font-weight: 300;
    }
    .authorised-content h3 {
        font-size: 24px;
    }
    .auto-img img {
        width: 100px;
    }
    .border-act {
        border: solid #414141;
        border-width: 0px 0px 0px 0px !important;
    }
    .cate-img {
        height: 140px;
    }
    .check-category .cate-img {
        height: 240px;
    }
    .wrap-head {
        border-bottom: dotted 1px #3a4c7d8c;
    }
    .wrap-head a {
        font-size: 14px;
    }
    .blog-det-content h4 {
        font-size: 18px;
    }
    .indus-home-box h5 {
        padding: 6px 0 10px;
        font-size: 15px;
    }
    .cate-img1 img {
        width: 100px !important;
    }
    .consult-head h3 {
        text-align: center;
        margin-bottom: 22px;
    }
    .prod-img img, .prod-img {
        background-color: rgb(243, 243, 243);
        width: 100%;
        transition: .3s;
    }
    
}
@media (max-width:991px) {
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    .navbar-collapse {
        position: absolute;
        top: 58px;
        left: -142px;
        box-shadow: 1px 1px 10px #00000070;
        padding: 12px;
        border-radius: 7px;
        background-color: #fff;
        z-index: 999;
        width: 200px;
    }
    button.navbar-toggler {
        border: none !important;
    }
    .nav-link, .contact-info a {
        color: #000 !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        text-transform: uppercase;
        padding: 6px !important;
    }
    .sidebar, .sidebar1 {
        width: 100%;
    }
    .wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .main, .main1 {
        width: 100%;
    }
    
    .blog-sidebarr {
        border-width: 0;
        padding: 24px 0 0;
    }
}
@media (min-width:769px) and (max-width:991px) {
    .auto-img img {
        width: 92px;
    }
    .authorised-content h3 {
        font-size: 22px;
        font-weight: 300;
    }
    .blog-box p {
        font-size: 16px;
    }
}