/* __________________________________________________________________________________________________________ */
/*_______________________________________________ RESPONSIVE FOR Mobile SECREENS_______________________________ */
/* _____________________________________________________________________________________________________________ */

@media only screen and (max-width: 480px) {
    

  html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
    
    .navbar-custom button {
      padding: 5px 10px;
    }
  
    .main-heading {
      margin-top: 35%;
      font-weight: 700;
      font-size: 2rem;
      text-align: center;
      
    }

   
    /* .teamss{
      overflow-x: hidden;
    } */

    .tab label {
      margin-right: 20px;
      position: relative;
      font-size: 0.6rem;
      top: 0;
      cursor: pointer;
      color: #ffffff;
      opacity:0.8;
       text-transform: uppercase;
    }
    
    
    .box-3{
      padding-top: 10%;
    }
    
  }
  