
input[type=text] {
    max-width: 400px;
  min-width: 260px;
    box-sizing: border-box;
    border: 0px solid #f4f3ef;
    border-bottom:1px solid black;
    border-radius: 0px;
    font-size: 16px;
    background-color: #f4f3ef;
  /*  background-image: url('<i class="fab fa-whatsapp text-color-dark"></i>'); 
    background-position: 10px 10px; 
    background-repeat: no-repeat; */
    padding: 2px 2px 2px 40px;
    opacity:1;
    color: black;
  }
  
  textarea {
    max-width: 800px;
   min-width: 260px;
    box-sizing: border-box;
    border: 0px solid #f4f3ef;
    border-bottom:1px solid black;
    border-radius: 0px;
    font-size: 16px;
    background-color: #f4f3ef;
  
  /*  background-image: url('<i class="fab fa-whatsapp text-color-dark"></i>'); 
    background-position: 10px 10px; 
    background-repeat: no-repeat; */
    padding: 2px 2px 2px 40px;
    
  }
  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
      outline: none;
  }
  
  
      .input-user {
          display:inline-block;
          position: relative
      }
      .input-user:before {
             font-family: 'Font Awesome 5 Free';
          content: "\f007";
          color:black;
          font-weight: 500;
          position: absolute;
          padding-left: 10px;
          font-size: 1rem;
          opacity: 1;
      }
  
         .input-mail {
          display:inline-block;
          position: relative
      }
      .input-mail:before {
             font-family: 'Font Awesome 5 Free';
          content: "\f0e0";
          color:black;
          font-weight: 500;
          position: absolute;
          padding-left: 10px;
          font-size: 1rem;
      }
  
         .input-comment {
          display:inline-block;
          position: relative
      }
      .input-comment:before {
             font-family: 'Font Awesome 5 Free';
          content: "\f086";
          color:black;
          font-weight: 500;
          position: absolute;
          padding-left: 10px;
          font-size: 1rem;
      }
  
         .input-user {
          display:inline-block;
          position: relative
      }
      .input-user:before {
             font-family: 'Font Awesome 5 Free';
          content: "\f007";
          color:black;
          font-weight: 500;
          position: absolute;
          padding-left: 10px;
          font-size: 1rem;
      }
  
      :: placeholder {
    color: black;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12-18 */
    color: red;
  }
  
  
  .box{
      width:300px;
      text-align: left;
  }
  
  
   
  
  hr{
      width: 120px;
      
      border-bottom: 2px solid black;
      margin-top:-20px;
      text-align: left;
  
  
  }
  
  .about-header {
      
          
      
      background:  url('../website-images/about/about-desktop-header.jpg'); 
      background-position: center;
      background-size: cover;  
      min-height: 700px;
      
      
      padding-top: 50px;
      background-repeat: no-repeat;
  
  }
  
  .about-header .header-content {
  
      position: absolute;
  bottom: 12%;
  left: 0px;
  width: 100%;
  
  }

   @media (max-width: 2100px) {

     .about-header {
      
          
      
      background:  url('../website-images/about/about-desktop-header.jpg'); 
      background-position: center;
      background-size: cover;  
      min-height: 850px;
      
      
      padding-top: 50px;
      background-repeat: no-repeat;
  
  }
  
  .about-header .header-content {
  
  position: absolute;
  bottom: 150px;
  left: 0px;
  width: 100%;
  
  }

   }

      @media (max-width: 1800px) {

     .about-header {
      
          
      
      background:  url('../website-images/about/about-desktop-header.jpg'); 
      background-position: center;
      background-size: cover;  
      min-height: 800px;
      
      
      padding-top: 50px;
      background-repeat: no-repeat;
  
  }
  
  .about-header .header-content {
  
  position: absolute;
  bottom: 120px;
  left: 0px;
  width: 100%;
  
  }

   }

         @media (max-width: 1500px) {

     .about-header {
      
          
      
      background:  url('../website-images/about/about-desktop-header.jpg'); 
      background-position: center;
      background-size: cover;  
      min-height: 700px;
      
      
      padding-top: 50px;
      background-repeat: no-repeat;
  
  }
  
  .about-header .header-content {
  
  position: absolute;
  bottom: 100px;
  left: 0px;
  width: 100%;
  
  }

   }

    @media (max-width: 1100px) {

     .about-header {
      
          
      
      background:  url('../website-images/about/about-desktop-header.jpg'); 
      background-position: center;
      background-size: cover;  
      min-height: 650px;
      
      
      padding-top: 50px;
      background-repeat: no-repeat;
  
  }
  
  .about-header .header-content {
  
  position: absolute;
  bottom: 100px;
  left: 0px;
  width: 100%;
  
  }

   }
  
  @media (max-width: 575px) {
  .about-header {
  
      /*linear-gradient(0deg,rgba(39,38,42,1) 0%, rgba(255,255,255,0)     70%), */
  
      background:   url('../website-images/about/about-mobile-header.jpg'); 
      background-position: center;  
      cover:cover; 
      height: 600px; 
      padding-top: 50px;
      background-repeat: no-repeat;
  
  }
  
  .about-header .header-content {
  
      position: absolute;
      bottom: 100px;
       left: 0px;
      width: 100%;
  
  }
  }
  