li#new_ticket_btn span.Header__tClr{
  font-size:0px
}
li#new_ticket_btn span.Header__tClr:before{
  font-size:14px;
  content:'Submit a Lead';
}
li#new_ticket_btn{
  transform:scale(1.6)
}
.custombtn{
   display:none; 
  }

 .custombtn #new_ticket_btn{
   background-color: #fff;
    color: #000;
    list-style: none;
       transform: scale(1.6);
  }
 .custombtn #new_ticket_btn .Header__tClr{
 color:#000;  
}
@media only screen and (max-width:768px){
  li#new_ticket_btn{
  transform:scale(1)
}
  .Header__homeNavbarFixed #searchContainer{
  display:none;
  }
    .custombtn{
   display:block; 
      position:relative;
      top:40px;
  }
  .home .custombtn{
   display:block; 
      top:20px;
  }
  #searchBtnContainer{
   display:none; 
  }
}
  .ticketForm .TicketFormLeftContainer__title{
 font-size:0px; 
}
.ticketForm .TicketFormLeftContainer__title:before{
 font-size:24px;
  content:'Submit a Lead'
}
.ticketForm .TicketFormLeftContainer__part .Ticket_Information{
    font-size:0px;
}
.ticketForm .TicketFormLeftContainer__part .Ticket_Information:after{
  content:'Lead Information'; 
    font-size:16px;
}
   .ticketForm #field_email .Form__label .Form__labelText{

  font-size: 0

}

.ticketForm #field_email .Form__label .Form__labelText::before{

  font-size: 1rem;

  content: 'Recruiter Email';

  color: #000


}
   .ticketForm #field_contactId .Form__label .Form__labelText{

  font-size: 0

}

.ticketForm #field_contactId .Form__label .Form__labelText::before{

  font-size: 1rem;

  content: 'Contact Info';

  color: #000


}
