@media (max-width: 1200px) {
    .navbar_one{
        display: none;
    }
    .logo_section img{
        width: 150px;
        padding: 20px 0px;
    }
    .toggle_btn{
        display: block;
        padding: 25px 10px;
        cursor: pointer;
    }
    .fa-xmark{
        display: none;
    }
    .toggle_btn i{
        font-size: 25px;
        color: #472B28;
    }
    .logo_section{
        display: flex;
        justify-content: space-between;
    }
    .navbar_main{
        display: block;
    }
    .navbar_main_section{
        display: block;
    }
    .navbar_area{
        display: none;
        background-color: #fff;
        margin-top: 0px;
    }
    .menu_drop_down{
        position: relative;
    }

    /* Slider */
    .container_main{
        width: 100%;
        height: auto;
        padding-top: 80px;
    }
    .container_index_header{
        width: 100%;
        height: 40vh;
    }
    .all_categories{
        display: none;
    }
    .index_slider{
        width: 100%;
    }
    .show_experince{
        display: none;
    }
    /* About Us Page Section */
    .about_us_description{
        display: block;
    }
    .description_image_about_us{
        width: 100%;
        padding: 10px;
    }
    .description_text_about_us{
        width: 100%;
        padding: 10px;
    }
    .description_image_about_us img{
        width: 100%;
        padding: 0px;
        margin-top: 0px;
    
    }

    /*  card carasolul */
    
    .my_carasoul_slide{
        display: block;
    }
    .card_carasol_box{
        width: 100%;
        height: 370px;
    }
    .carousel-content{
        text-align:center;
        padding: 10% 30px;
    }
    .carousel-content h2{
        font-size: 25px;
        width: 100%;

    
    }
    .carousel-content{
        padding: 20px 10px;
    }
    .carousel-content p{
        font-size: 15px;
        padding: 10px 0px;
        width: 100%;
    }
    /* Quick Contact */
    .quick_cantact_link_area{
        width: 100%;
        padding: 10px;
        display: block;
        justify-content: center;
    }
    .quick_contact_link{
        padding: 0px;
    }
    .quick_contact_text{
        width: 100%;
    }
    .quick_contact_form{
        width: 100%;
        padding: 0px;
    }
    .quick_massage_area_box{
        width: 100%;
        border-radius: 5px;
    }
    /* Tranding Products */
    .tranding_products{
        display: block;
        justify-content: center;
        padding: 10px;
    
    }
    .tranding_products_box{
        width: 100%;
        height: 300px;
        border: 1px solid #eeeeee;
        gap: 10px;
        margin: 10px 0px;
    }
    .our_products_all_see{
        padding-top: 10px;
    }
    /*  */
    .experince_area{
        width: 100%;
    }
    .experince_conteinar_box_one{
        display: block;
        justify-content: center;
    }
    .working_experice_conteinar_box_ele{
        width: 97%;
    }
    
      

    /* Footer Section */
    .footer_conteinar{
        display: block;
        padding: 10px;
    }
    .footer_about_us{
        width: 100%;
        height: auto;
    }
    .footer_quick_link{
        width: 100%;
        height: auto;
    }
    .footer_Featured_Service{
        width: 100%;
        height: auto;
    }
    .footer_Address{
        width: 100%;
        height: auto;
    }
    .letast_client_massage{
        width: 100%;
        margin: auto;
    }















}