.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 00px;
  color: white;
  border-radius: 10px;
}

.topnav {
        width: max-content;
    top: 64px;
    right:130px;
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 17px;
  display: none;
}

.topnav a.icon {
  background: black;
  display: none;
  position: fixed;
  right: -8px;
  top: 83px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}
  .mobile_serivice{
      display:none!important;
  }
 /* MOBILE FRIENDLY */
    @media only screen and (max-width: 600px) {
  .about-section {
    display:block!important;
    padding:0px!important;
  }
  .contact_img{
      width:300px;
  }
  .form_details{
      padding:0px!important;
  }
  .logo-text h1{
      font-size:10px!important;
  }
  .circle-center{
      display:none;
  }
  .mobile_serivice{
      display:block!important;
  }
  .mobile_serivice img{
      width:250px;
  }
  .topnav a{
      display:block;
  }
  .topnav a.icon{
      display:block;
  }
}