@media only screen and (max-width: 1200px) {
    body {
      margin: 0;
      padding: 0;
    }
    .header_logo{
        display: none;
    }
    .toggole{
        display: flex !important;

    }
    .toggole i{
        font-size: 25px;
        color: #9A1B28;
        position: absolute;
        right: 0;
        padding: 30px 20px;
        cursor: pointer;
    }
    .navbar_menu{
        display: none;
        background-color: whitesmoke;
        width: 100%;
        left: 0;
        position: absolute;
    }
    .menu_item_name{
        padding: 10px 45px;
        border-bottom: 1px dotted #9A1B28;
    }
    .menu_item_name:hover{
        background-color: #9A1B28;
       
    }
    .menu_item_name:hover a{
        color: #fff !important;
    }
    .header_main{
        display: block;
    }
    .navigation_bar{
        display: block;
    }

    /* Body Section  */
    .Slider_coantinar{
        width: 100%;
        height: 50vh;
        overflow: hidden;
    }
    .slider_image{
        position: absolute;
        width: 100%;
        height: 50vh;
        overflow: hidden;
    }
    .slider_image img{
        width: 100%;
        height: 50vh;
    }
    .slider_text{
        position: absolute;
        width: 100%;
        padding-top: 130px;
        text-align: center;
    }
    .slide_text h1{
        font-size: 20px;
    }
    .slide_text p{
        font-size: 15px;
    }
    .slider_text button{
        width: 110px;
        font-size: 13px;
    }
    
    /* Footer SEction */
    
    .footer_logo img{
        width: 90%;
        align-items: center;
        padding-top: 15%;
    }
    .footer_logo{
        align-items: center;
    }
    
    /* 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;
    }
    .Popular_searches_area{
        width: 100%;
    }
    .featured_listing_main_area{
        display: block;
    }
    .featured_listing_main_image_div_container {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }

    .why_chooses_us_container_area{
        width: 95%;
    }
    .why_chooses_us_step_area{
        display: block;
        justify-content: center;
        
    }
    .why_chooses_us_step_box{
        width: 90%;
        margin: auto;
        margin-top: 20px;
    }
        
    .why_chooses_us_step_header{
        height: auto;
        display: flex;
        align-items: center;
    }
    .why_chooses_us_step_header p{
        background-color: #D10A11;
        padding: 5px 10px;
        border-radius: 15px;
        color: #fff;
    }
    .why_chooses_us_step_box_img{
        height: auto;
        align-items: center;

    }
    .why_chooses_us_step_box_img img{
        width: 50%;
        padding: 20px;
        height: auto;
        align-items: center;

    }
    .why_chooses_us_step_text{
        height: 200px;
        padding: 5px;
    }
    .why_chooses_us_step_btn{
        height: auto;
        align-items: center;
    }
    .why_chooses_us_step_text_header{
        height: auto;
    }
  }