
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container{
        max-width: 760px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}
@media (min-width: 1800px) {
    .container {
        max-width: 1660px;
    }
}


@media (max-width: 1200px) {
   
}
@media (max-width: 992px) {
   
}

@media (max-width: 991px) {
    #navbar_content:not(.show){
        display: block !important;
        /* flex-direction: column; */
        position: fixed;
        transform: translateX(100%);
        top: 0;
        background: var(--white_color);
        height: 100vh;
        overflow: auto;
        transition: all .4s cubic-bezier(.6,.1,.68,.53) ;
    }
    #navbar_content{
        display: block !important;
        position: fixed;
        top: 0;
        width: 290px;
        /* transition: transform 0.4s, visibility 0.4s; */
        transition: all .6s cubic-bezier(.6,.1,.68,.53) ;
        /* will-change: transform, visibility; */
        background: var(--white_color);
        background: var(--bg_primary);

        height: 100vh;
        overflow: auto;
        overflow-x: hidden !important;
        right: 0;
        transform: translateX(0);
        z-index: 99;
        padding: 1rem 0.5rem 1rem;
    }
    #navbar_content.collapse_content_shadow:not(.show){
        display: flex;
        transform: translateX(100%);
        height: 100vh;
        overflow: auto;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        transition: all .4s cubic-bezier(.6,.1,.68,.53);
        background: rgba(51,51,51,.5);
    }

    #navbar_content.collapse_content_shadow{
        display: flex !important;
        position: fixed;
        height: 100%;
        width: 100%;
        /* transition: transform 0.4s, visibility 0.4s; */
        transition: all .4s cubic-bezier(.6,.1,.68,.53);
        /* will-change: transform, visibility; */
        background: rgba(4, 49, 31, 0.5);
        overflow: auto;
        overflow-x: hidden !important;
        right: 0;
        transform: translateX(0);
        padding: 1rem;
        z-index: 99;
    }
    #btn_toggleNav{
        color: var(--white_color);
        border-radius: 8px;
        padding: 5px 10px;
        font-size: 16px;
        border: 1px solid var(--border_color);
        background: var(--primary_color);
        transition: var(--transition);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #btn_toggleNav:hover{
        background: var(--bg_primary);
        color: var(--primary_color);
    }
    #btn_toggleNav i{
        line-height: 1 !important;
    }
    #nav_item{
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        border-bottom: 1px solid #dee2e6;
    }
    #nav_item:hover{
        border-color: var(--primary_color);
    }
    #nav_item i{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        background: var(--primary_color);
        color: var(--white_color);
        border-radius: 5px;
        line-height: 1rem;
    }
    .dropdownMenu_Nav{
        border: 1px solid var(--primary_color);
        margin: 10px 0;
    }
    .listed_contactInfo_Item{
        font-size: 13px;
    }
   
}
@media (max-width: 768px) {
    .breadcrump_img{
        right: 5%;
        max-width: 100px;
    }
    .breadcrump_img2{
        left: 5%;
        max-width: 100px;
    }
    .breadcrumpTitle{
        font-size: 30px;
    }

}
@media (max-width: 767px) {
    #logo img{
        width: 60px;
    }
     .features_list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .banner_title {
        font-size: 1.6rem;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .copyright_text{
        text-align: center;
    }
     .footer_bottom_links {
        justify-content: center;
        margin-top: 15px;
    }
    .card_servises{
        padding: 13px;
    }
    .top_imageSer{
        height: 200px;
    }
    .servises_titleT{
        font-size: 18px;
    }
    .service_desc{
        font-size: 15px;
    }
    .cart-items-wrapper{
        padding: 15px;
    }
}
@media (max-width: 567px) {
    .topbarTitle{
        font-size: 13px;
    }
    .topbarTitle span{
        font-size: 14px;
    }
    .about_description{
        font-size: 15px;
    }
    .description_breadCrump{
        font-size: 15px;
    }
    .sidebar_widget{
        padding: 15px;
    }
    .cart-item{
        padding: 15px;
    }
    .cart-content {
        flex-direction: column;
    }
    .cartPageTitle{
        font-size: 20px;
    }
    .cart-summary{
        padding: 15px;
    }
    .btn_default{
        font-size: 15px;
        padding: 13px 20px;

    }
    .blog_details_content .card_overViewText{
        padding: 14px;
    }
    .article_thumb{
        width: 50px;
        height: 50px;
    }
    .article_info h5{
        font-size: 14px;
    }
}

@media (max-width: 350px) {
  
}