/* For Desktop */
@media only screen and (min-width: 885px){
  #mobile-nav{
    display: none;
  }
}

/* For Mobile */
@media only screen and (max-width: 885px){
  .tc-navbar-style5 .logo img{
    height: 60px;
  }
  .c-line{
    display: none;
  }
  .tc-header-style1{
    margin-top: -7em;
  }
  
}

h1, h2, h3, h4, h5, p{
  color: white;
}

#mobile-nav{
    padding-right: 0.5em;
    font-size: 30px;
  }
  .color-white{
    color: white;
    font-weight: 400;
  }
  .fitout-txt{
    text-transform: uppercase;
    text-align: center !important;
    margin: auto;
    display: block;
    color: white;
  }
  .general-txt{
    text-transform: uppercase;
    text-align: center !important;
    margin: auto;
    display: block;
    font-size: 20px !important;
    color: white;
  }
  .general-desc{
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-top: 20px;
    color: white;
  }

  .fitout-img{
    width: 35px;
  }

  .general{
    width: 35px;
    margin: auto;
    display: block;
    padding-bottom: 15px;
    filter: brightness(0) invert(1);
  }

  .aluminium{
    width: 35px;
    margin: auto;
    display: block;
    padding-bottom: 15px;
    filter: brightness(0) invert(1);
  }
  
  .client-logo{
    border-radius: 20px;
     border: 2.5px solid  var(--color-orange1);
  }
  label{
    color: white;
  }
 option{
  background: black;
 }
  
  
  
  
