@media (max-width: 900px){
  .navbar .links,
  .navbar .toggle-btn{
    display: none;
  }

  .navbar .toggle_btn{
    display: block;
  }

  .droupdown_menu
  {
    display: block;
  }

  .header_contant{
    flex-direction: column;
    height: 600px;
  }


  .header_contant .office-content h1
  {
    font-size: 20px;
    top: 30px;
  }

  .chip
  {
    top: 60px;
  }


   .header_contant .office-content h2
   {
    font-size: 30px;
    top: 120px;
   } 

   .header_contant .header_main_img img{
    top: 130px;
    right: 250px;
    position: relative;
    width: 370px;
    height: 300px;
   }

   

   .social_media-icon
   {
    display: none;
   }

  

   .teambox .flip-card{
    width: 250px;
   }

   .footer_content{
    height:300px ;
    width: 100%;
   } 
   .footer_content .map iframe
   {
    width: 100%;
    height: 300px;
   }


   .devloper
{
    height: 120px;
    width: 100%;
}

footer{
  flex-direction: column;
}

.footer_content ul li{
  margin-bottom: 30px;

}

.footer_map iframe{
  height: 300px;
  margin-left: 25px;
  margin-top: 20px;
  width: 300px;
}

footer hr{
  margin-left: 10px;
}


}