.nav-mobile li i img {
  position: absolute;
  padding-right: 25px;
  right: 0px;
  z-index: 9999;
  margin-top: 16px;
  cursor: pointer;
  height: 1.2em;
  width: 50px;
}
.new-class {
  margin-bottom: 55px;

  -webkit-box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 0px 0px 0 rgb(0 0 0 / 20%);
}


.kirmiz {
  color: white;
}

.search-inline {
  position: absolute;
  width: 100%;
  right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -44px;
  height: 0px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: -1;
  transition: all 0.075s ease-in-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  animation: fadeInDown 1s ease-in-out;
}

 .search-inline.search-visible {
  height: 40px;
  opacity: 1;
  visibility: visible; 
  display: block;
 }

.search-inline:active {
      -webkit-transition: opacity 1s ease-out;
      transition: opacity 1s ease-out;
}


.search-inline button[type="submit"] {
  position: absolute;
  background-color: #ed2c7a;
  border: 1px;
  top: 50px;
  padding: 0px;
  cursor: pointer;
  width: 60px;
  height: 80%;
  font-size: 1em;
  right: 15px;
  color: white;
  border-radius: 5px;
}
.search-inline .form-control {
  text-align: center;
  font-size: 1.1rem;
  position: absolute;
  left: 3%;
  top: 45px;
  height: 100%;
  width: 94%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  outline: none;
  border: 1px solid #000;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.search-inline .search-close {
  position: absolute;
  top: -17px;
  right: 26px;
  border: 0px;
  color: #9e9e9e;
  width: 47px;
  height: 100%;
  text-align: center;
  display: table;
  background: #ffffff;
  text-decoration: none;
  border-radius: 0px;
  font-size: 26px;
}

.search-inline .search-close i {
  display: table-cell;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #efefef;

  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
