@media only screen and (max-width: 1100px) {

    .Navbar_Style{
        display: none;
    }
    #Xbar{
        display: none;
    }
    .search{
        display: none;
    }
    .Navbar_main{
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid white;
        z-index: 9;
        
    }
    .main_navber{
        margin-top: 70px;

    }
    .Navber{
        display: none;
    }
    .main_navber ul{
        background-color: #0c092b;
        width: 400px;
        height: auto;
        padding: 10px 0px 0px 0px;
        /* margin-left: -80px; */
        left: 0;
        position: absolute;
        height: 250px;
        overflow-x: auto;
        
    }
   
    .main_navber ul li{
        list-style: none;
        padding:10px 0px 10px 0px ;
        border-bottom: 1px dotted #000;
    }
    .main_navber ul li a{
        text-decoration: none;
        width: 300px;
        color: #fff;
        padding: 10px;

    }
     .main_navber ul li i{
        color: #fff;
        padding-left: 20px;
     }
    .main_navber ul li:hover{
        background-color: #F25822 !important;
        border: none;
    }

    .toggole i{
        font-size: 25px;
        color: white;
        padding:20px 20px 20px 0px;
        margin-left: -40px;
        cursor: pointer;
    }
    .responsive_dropdown {
        display: none;
        position: absolute; /* optional, if you want dropdown effect */
        background: white;
        list-style: none;
        padding: 0;
        margin: 0;
        border: 1px solid #ccc;
        min-width: 150px;
        z-index: 1000;
    }

    .my_account_btn {
        position: relative; /* to position dropdown relative to this */
        cursor: pointer;
    }

    /*---------- Start Body Section--------------*/
    .body_sider{
        background-image: url("../../image/1.jpg");
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    
    }
        
    .Top_head_text{
        padding: 100px 10px 10px 20px;
    }
    
    .Top_head_text h1{
        padding: 10px;
        font-size: 60px;
        

    }  
    .Top_head_text p{
        width: 100%;
       
        
    }
    
    /*-----------------Start Why Choose Us Section-------*/
    .Choose{
        width: 100%;
        height: auto;
    }
    .Choose h1{
        text-align: center;
        padding: 10px 0px;
    
    }
    .text_icon{
        text-align: center;
    }
    .text-main{
        text-align: center;
    }
    .main_choose_box{
        display: block;
        justify-content: center;
        margin: auto;
    }
    .text_box_total{
        width: 100%;

    }
    .text_box_1{
        display: block;
        justify-content: center;
        width: 100%;
        height: auto;
        margin: auto;
        padding: 10px 10px 10px 20px;

    }
    .text_box_1 img{
        margin: auto;
    }
    .text_box_1 h2{
        font-weight: normal;
        margin: 10px;
    }
    .text_box_1 p{
        padding: 0px;
    }
    .text_box{
        display: block;
    }



    .image_box{
        width: 100%;
        overflow: hidden;
    }
    .image_box img{
        width: 100%;
    }
    /*--------Start Our Working Process  Section------------*/
    .work_top p{
        width: 100%;
        padding: 0px;
        margin: 0px;
        text-align: center;    
    } 
    .work_top h1{
        padding: 0;
        text-align: center;
    }
    .work_top p{
        padding: 10px 0px;
        width: 100%;
        text-align: justify;
    }
    .work_box1{
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 10px;
        box-shadow: 2px 5px 5px white;
    }
    .work_box_line{
        display: block;
        justify-content: center;
        margin: 0px !important;
    }
        
    /*--------Start Join Box  Section------------*/
    .join_boxs{
        width: 100%;
        height: auto;
        text-align: center;

    }
    .join_boxs1{
        display: block;
       
    }
    .join_boxs1 button{
        border-radius: 5px;
    }
    .join_boxs1 p{
        margin: 0;
    }
    .join_boxs1 button{
        margin: 10px 0px;

    }
   
    /*--------Start Footer Section------------*/


    Footer{
        width: 100%;
        display: block !important;
        padding: 10px 5px !important;
    }
    footer div{
        margin: 0;
        padding: 20px;
        width: 100%;
    }
    .Adress span p{
        padding: 10px;
        color: #fff;
    }
    .copy_area{
        border-top: 1px solid white ;
        text-align: center;
    }
    .Service{
        margin: 0;
        padding: 15px;
    }
     

















}
    /* For tablets: */