
  /* For mobile phones: */
@media only screen and (max-width:1200px) {
    
    h1{
        font-size: 30px !important;
    }
    .navbar_menu{
        display: none;
        justify-content: left;
        background-color: #057C89;
        
    }
    .main_top_navbar{
        display: none;
    }

    .navbar_main_area a{
        color: #fff;
        padding: 20px 71% 20px 0px;
    }
    .navbar_main_menu_section{
        display: flex;
        justify-content: space-between;
    }
    .navbar_main_area{
        display: block;
        justify-content: left;
        
        
    }
    .menu_item{
        color: #fff;
        border-bottom: 1px dotted #eee;

    }
    .fa-xmark{
        display: none;
    }

    .navbar_toggole_section{
        display: block;
        align-items: center;
        
       
    }
    .navbar_toggole_section i{
        color: #057C89;
        font-size: 25px;
        padding: 25px 10px;
        cursor: pointer;
    }
    .f-xmaark{
        display: none;
    }

    .index_slider_main_area {
        height: auto;
    }
    .slide_index {
        min-width: 100%;
        height: auto;
    }
    .slide_index img {
        object-fit: contain;
    }
    .index_slider_main{
        padding-top: 70px;
    }

    .about_us_main_conteiner_file{
        display: block;
        justify-content: center;
        padding: 10px;
    }
    .about_us_text_side{
        width: 100%;
    }
    .about_us_image_side{
        width: 100%;
    }
    .what_looking_for_header p{
        width: 100%;
    
    }
    .what_are_you_looking_for_continar_area{
        padding: 10px;
    }
    .looking_for_services{
        display: block;
        gap: 0;
    }
    .looking_for_services_box{
        width: 100%;
        max-width: 400px;
        margin: auto;
        text-align: center;
        height: auto;
        transition: all 0.3s ease-in-out;
        margin-bottom: 10px;
        
        
        /* margin: 0px 20px; */
    }
    .why_chooses_us_conteiner_header p{
        width: 100%;
    }
    .why_chooses_us_Main_section{
        display: block;
        justify-content: center;
        gap: 5px;
    }
    .why_chooses_us_conteiner_area{
        padding: 10px;
    }
    .why_chooses_us_Main_section_box{
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: auto;
        margin-bottom: 10px;
    }
    .why_chosses_img{
        height: auto;
    }
    .recents_project_main_div_conteinar{
        display: block;
        justify-content: center;
        gap: 20px;
    }
    
    .recents_project_main_div_conteinar_box {
        position: relative;
        width: 100%;
        max-width: 400px;
        margin: auto;
        overflow: hidden;
        border: 1px solid #eee;
        margin-bottom: 20px;
    }
    .recent_projects_conteinar_header p{
        width: 100%;
    }
    .recent_projects_conteinar_area{
        padding: 10px;
    }




    .footer_quick_link{
        padding-left: 0px;
    

    }
    .footer_div{
        width: 100%;
        height: auto;
    }
    .footer_main_section{
        display: block;
    }
    .about_us_text{
        font-size: 15px;
    }
    .footer_main_header h2{
        font-size: 18px;
    }
    .footer_link li{
        font-size: 15px;
    }
    .address_main_div p{
        font-size: 15px;
    }
    .copyright_area p{
        font-size: 15px;
    }

    


}