@media screen and (min-width:200px) and (max-width: 1020px) {
#header {
    display: none;
}
#navbarsExampleDefault {
    position: fixed;
    right: -100%;
    z-index: 99;
    background: #fff;
    padding: 20px;
    transition: 1s all;      
    width: 30%; 
}
.mobile-header {
    padding: 10px;
}
.show_menu {
display: block;
right: -1% !important;
}

.m-none {
display: none !important;
}
.mobile-header .row {
align-items: center;
}
.nav-menu {
margin: 0 0 0 auto;
}
.navbar-toggler-icon i {
line-height: 32px;
}
.dropdown .show {
    top: 130px !important;
    left: -174px !important;
}
.news-author-bio p {
    font-size: 14px;
}
}
@media screen and (min-width:1021px) and (max-width: 1920px) {
    .mobile-header {
        display: none;
    }
    }
@media screen and (min-width:100px) and (max-width: 767px) {
   
.navbar-toggler-icon i {
    line-height: 32px;
}
#carouselExampleIndicators img {
    height: 600px;
    object-fit: cover;
}
/*----------------------------*/
.m_sec_padding {
    padding: 40px 0;
}
.mechine_category, .companies .sub-title {
    text-align: center;
}
.category_box, .companies_box {
    max-width: 100%;
    margin-bottom: 15px;
}
.m-padding {
    padding-top: 2rem !important;
}
.m-padding-0 {
    padding-top: 0rem !important;
}
.sell-mechine .sub-title {
    text-align: center;
}
.sell-mechine p {
    text-align: center;
}
.sell-mechine .text-right {
    text-align: center !important;
    margin-top: 15px;
}
.news .news-card {
    margin-bottom: 15px;
}
 .sub-title {
    font-size: 35px;
    text-align: center;
}
.news .view_more_news {
    text-align: center;
}
.news-card .news-thumb img {
    max-width: 100%;
    height: unset;
    width: 100%;
}
.news .news-content {
    margin-bottom: 15px;
}
.news-card h4.news-title {
    padding: 0 20px;
    text-align: center;
}
.news .news-content p {
    text-align: center;
}
.news .news-author-bio {
    margin-top: 0px;
    justify-content: center;
}
.supply_cities p {
    text-align: center;
}
.supply_cities.sec_padding {
    padding-left: 0px;
}
ul.slick-dots {
    padding: 0px;
    text-align: left;
    margin: 0px;
    max-width: 90%;
    margin: 0 auto;
}
/* --------footer */
.l-subfooter.at_top {
    padding-bottom: 25px;
}
.l-subfooter.at_top .footer_icon_box {
    margin-bottom: 15px;
}
}

.show {
    display: block;
}
.hide {
    display: none;
}



@media screen and (min-width:768px) and (max-width: 1020px) {
    .mobile-header .row {
        align-items: center;
    }
    div#navbarNavDropdown {
        position: absolute;
        top: 50px;
        background: #fff;
        padding: 20px;
        z-index: 1;
    }
.nav-menu {
    margin: 0 0 0 auto;
}
/* ----------------------------banner------------------------------ */
.main-top-slider img.d-block.w-100 {
    height: 33rem;
    object-fit: cover;
}
/* ------------------------------------- */
.sec_padding {
    padding: 40px 0px;
}
.m-padding {
    padding-top: 2rem !important;
}
.category_box {
    margin-bottom: 30px;
}
.sell-mechine .row {
align-items: center;
}
.companies_box {
    height: 180px;
    padding: 20px 0px;
}
.sub-title {
    font-size: 38px;
}
.supply_cities  .sub-title {
    font-size: 29px;
}
.news .row {
    align-items: center;
}
.news-card .news-thumb img {
    width: 100%;
}
footer .footer_social_icons i {
    margin-right: 4px;
}
}
@media screen and (min-width:1021px) and (max-width: 1920px) {
    .mobile-header {
        display: none;
    }
    .main-top-slider img.d-block.w-100 {
        height: 28rem;
        object-fit: cover;
    }
    .category_box {
        margin-bottom: 30px;
    }
    .sell-mechine .row {
        align-items: center;
    }
    .news-card .news-thumb img {
        width: 100%;
    }
    }