.search-container {
  width: 100%;
  display: block;
  padding: 20px 20px;
  z-index: 1;
  position: absolute;
  /* margin: 0 auto; */
}

input.searchInput {
  margin: 10px !important;
  position: absolute;
  margin: 0 auto;
  width: calc(100% - 40px);
  height: 45px;
  padding: 0 10px;
  font-size: 1rem;
  border: 1px solid #d0cfce;
  outline: none;
  border-radius: 5px;
}
input.searchInput:focus {
  border: 1px solid #008abf;
  transition: 0.35s ease;
  color: #008abf;
}
input.searchInput:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input.searchInput:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input.searchInput:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-icon {
  position: absolute;
  z-index: 6;
  width: auto;
  right: 0;
  height: 68px;
  top: 0;
  pointer-events: none;
  /* position: relative;
    float: right;
    width: 75px;
    height: 75px;
    top: -62px;
    right: -45px; */
}

.search-close {
  
position: absolute;
height: 25px;
width: 25px;
right: 17px;
top: 22px;
cursor: pointer;
}

.d-none {
  display: none !important;
}
