/*MOBILES DEVICES*/
@media (max-width: 1024px) {
    div.blu_lead_form_popup {
      width: 90%;
    }
  }
  
  @media (max-width: 640px) {
    div.blu_lead_form_popup {
      width: 98%;
    }
  
    div.blu_lead_form_popup div.blu_lead_form-2-columns div.blu_lead_form_field {
      width: 100%;
    }
  
    div.blu_lead_form div.blu_lead_form-2-columns div.blu_lead_form_field,
    div.blu_lead_form_popup div.blu_lead_form-2-columns div.blu_lead_form_field {
      width: 100%;
    }
  }
  
/*Mobile menu*/
@media (max-width: 767px){
  header.navbar .container .navbar-collapse {
    right: 0;
		left: auto;
  }
}