/* 
** The Header Media Queries **
** Tweak as per your needs **
*/


.nav__toggle {
  display: none; }
  @media (max-width: 768px) {
    .nav__toggle {
	display:block;
	  width:70px;
	  height:70px;
	  text-indent:-1000000px;
      position: absolute;
      right: 16px;
      top:3px;
	 background: url("../img/header-3/hmenu2.jpg") top left  no-repeat;
	  text-decoration:none;
	  border:none; } 
	  
	     .nav__toggle.active {
		 display:block;
    background: url("../img/header-5/x.png") center/22px no-repeat; }
}





  @media (max-width: 768px) {
    .search__toggle {
      position: absolute;
      right: 90px;
      top: 0.65rem;
      background: url("../img/header-3/tel4s.png") center/22px no-repeat; } }

      
		