@media screen and (max-width: 991px) {
.navbarMob { background-color: #fff;}
.navHeightMenu { height: inherit; min-height: 55px;}
.userLimit { padding:0;}
/* Search Start */
.search {
	/* position: absolute;
	top: 50%;
	left: 50%; */
	-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
  }
  .search * {
	outline: none;
	box-sizing: border-box;
  }
  .search__wrapper {
	position: relative;
  }
  .search__field {
	width: 40px;
	height: 40px;
	color: transparent;
	padding: 0.35em 50px 0.35em 0.35em;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
  }
  .search__field:focus {
	border-bottom-color: #ccc;
	width: 50vw;
	color: #2b2b2b;
	cursor: default;
  }
  .search__field:focus ~ .search__icon {
	background-color: transparent;
	cursor: pointer;
	pointer-events: auto;
  }
  .search__icon {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #e9f1f4;
	width: 40px;
	height: 40px;
	font-size: 1.35em;
	text-align: center;
	border-color: transparent;
	border-radius: 50%;
	pointer-events: none;
	display: inline-block;
	transition: background-color 0.2s ease-in-out;
  }
  /* Search End */
}
@media screen and (max-width: 375px) {
.myform{
	max-width: 300px;
}
}

