.search-input {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 7px; 

}

.search-input input {
  width: 90%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 14px 17px;
  font-size: 15px; 
}

.search-input.active input {}

.search-input .autocom-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}

.search-input.active .autocom-box {
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 9999;
}

.autocom-box li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}

.search-input.active .autocom-box li {
  display: block;
  position: relative;
  z-index: 9999;
  cursor: pointer;
  background: #efefef;
  font-size: 14px;
  margin: 0 0 2px 0;
  border-bottom: 1px solid #f4f2f2;
}

.search-input.active .autocom-box li a {
  color: #333;
}

.search-input.active .autocom-box li a:hover {
  color: #e33240;
  text-decoration: none;
}

.autocom-box li:hover {
  background: #efefef;
}

.search-input .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #e33240;
  cursor: pointer;
}

.art {
  height: 300px;
}

.search-input .fa-xmark {
  opacity: .4;
}
 .close-btn {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        font-size: 20px;
        color: #888;
        cursor: pointer;
      }
      
      .search-close
      {
      background: none;

    }
    

    @media only screen and (min-width : 1366px) and (max-width : 1439px) {
  .search-input input {
    padding: 10px 10px;
  }

  .search-input {
    top: 0px;
  }

  .search-input .icon {
    line-height: 45px;
  }

.head-search

{
      top: 5px;
}
}

@media only screen and (min-width : 1280px) and (max-width : 1365px) {
  .search-input input {
    padding: 10px 10px;
  }

  .search-input {
    top: 0px;
  }

  .search-input .icon {
    line-height: 45px;
  }

}

@media only screen and (min-width : 1024px) and (max-width : 1199px) {
  .header-bottom-area .header-bottom-first ul li a {
    font-size: 14px;
  }

  .search-input input {
    padding: 10px 10px;
  }

  .search-input {}

  .search-input .icon {
    line-height: 45px;
  }
.close-btn 
{
      top: -3px;
    right: -20px;
}

}

@media only screen and (min-width : 768px) and (max-width : 1023px) {

  .close-btn 
{
      top: -3px;
    right: -20px;
}

  .header-bottom-area .header-bottom-first ul li a {
    font-size: 12px;
  }

  .search-input {
    left: 14px;
    width: 100%;
  }

  .search-input input {
    padding: 10px 45px 10px 10px;
  }

}


@media only screen and (min-width : 150px) and (max-width : 767px) {

    .close-btn 
{
      top: -6px;
    right: -20px;
}

  .search-input .fa-xmark
{
  position: absolute;
  top: 14px;
  right: 22px;
}

  .search-input {
    top: 0px;
    left: 0px;
    width: 100%;
  }

  .navbar-scroll .search-input {
    top: 0px;
  }

  .search-input input {
    padding: 10px 45px 10px 10px;
    width: 100%;
  }

  .search-input .icon {
    line-height: 45px;
  }

  .search-input.active input {
    height: 33px;
}

}


/* @media only screen and (min-width : 1366px) and (max-width : 1439px) {
  .search-input input {
    padding: 10px 10px;
  }

  .search-input {
    top: -4px;
  }

  .search-input .icon {
    line-height: 45px;
  }


}

@media only screen and (min-width : 1280px) and (max-width : 1365px) {
  .search-input input {
    padding: 10px 10px;
  }

  .search-input {
    top: -16px;
  }

  .search-input .icon {
    line-height: 45px;
  }

}

@media only screen and (min-width : 1024px) and (max-width : 1199px) {
  .header-bottom-area .header-bottom-first ul li a {
    font-size: 14px;
  }

  .search-input input {
    padding: 10px 10px;
  }

  .search-input .icon {
    line-height: 45px;
  }

  .search-input .close-btn
  {
    right: 0px;
    top: -3px; 
  }


}

@media only screen and (min-width : 768px) and (max-width : 1023px) {

  .header-bottom-area .header-bottom-first ul li a {
    font-size: 12px;
  }

  .search-input {
    left: 14px;
    width: 100%;
        height: 42px;
  }

  .search-input input {
    padding: 10px 45px 10px 10px;
  }
    .search-input .close-btn
  {
    right: -20px;
    top: 0; 
  }

}


@media only screen and (min-width : 150px) and (max-width : 767px) {

  .search-input .fa-xmark {
    position: absolute;
    top: 14px;
    right: 22px;
  }

  .search-input {
   top: -60px;
        left: 0px;
        width: 100%;
        height: 43px;
  }

  .navbar-scroll .search-input {
    top: 23px;
  }

  .search-input input {
    padding: 10px 45px 10px 10px;
    width: 100%;
  }

  .search-input .icon {
    line-height: 45px;
  }

      .search-input .close-btn
  {
    right: -20px;
    top: -4px; 
  }

} */



/* NEW */
/* .search-input {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 7px;
  max-width: 600px;
  margin: 20px auto;
          height: 50px; 
}

.search-input input {
  width: calc(100% - 60px);
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 14px 17px;
  font-size: 15px;
  height: 40px;
}

.search-input .close-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #999;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.search-input .close-btn:hover {
  background: #f0f0f0;
  color: #333;
}

.search-input .autocom-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-input.active .autocom-box {
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 9999;
  top: 100%;
}

.autocom-box ul {
  margin: 0;
  padding: 0;
}

.autocom-box li {
  list-style: none;
  padding: 0;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 0;
}

.search-input.active .autocom-box li {
  display: block;
  position: relative;
  z-index: 9999;
  cursor: pointer;
  background: #fff;
  font-size: 14px;
  margin: 0;
  border-bottom: 1px solid #f4f2f2;
  transition: background-color 0.2s ease;
}

.search-input.active .autocom-box li:hover,
.search-input.active .autocom-box li.active {
  background: #f8f9fa;
}

.search-input.active .autocom-box li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 12px 15px;
  border-radius: 0;
}

.search-input.active .autocom-box li a:hover {
  color: #e33240;
  text-decoration: none;
}

.search-input.active .autocom-box li.text-center a {
  text-align: center;
  font-weight: 600;
  color: #e33240;
}

.search-input.active .autocom-box li:last-child {
  border-bottom: none;
}

.search-input .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #e33240;
  cursor: pointer;
}

.art {
  height: 300px;
}

.search-input .fa-xmark {
  opacity: .4;
}


@media only screen and (min-width : 1366px) and (max-width : 1439px) {
  .search-input input {
    padding: 10px 10px;
  }

  .search-input {
    top: -4px;
  }

  .search-input .icon {
    line-height: 45px;
  }


}

@media only screen and (min-width : 1280px) and (max-width : 1365px) {
  .search-input input {
    padding: 10px 10px;
  }

  .search-input {
    top: -16px;
  }

  .search-input .icon {
    line-height: 45px;
  }

}

@media only screen and (min-width : 1024px) and (max-width : 1199px) {
  .header-bottom-area .header-bottom-first ul li a {
    font-size: 14px;
  }

  .search-input input {
    padding: 10px 10px;
  }

  .search-input .icon {
    line-height: 45px;
  }

  .search-input .close-btn
  {
    right: 0px;
    top: -3px; 
  }


}

@media only screen and (min-width : 768px) and (max-width : 1023px) {

  .header-bottom-area .header-bottom-first ul li a {
    font-size: 12px;
  }

  .search-input {
    left: 14px;
    width: 100%;
        height: 42px;
  }

  .search-input input {
    padding: 10px 45px 10px 10px;
  }
    .search-input .close-btn
  {
    right: -20px;
    top: 0; 
  }

}


@media only screen and (min-width : 150px) and (max-width : 767px) {

  .search-input .fa-xmark {
    position: absolute;
    top: 14px;
    right: 22px;
  }

  .search-input {
   top: -60px;
        left: 0px;
        width: 100%;
        height: 43px;
  }

  .navbar-scroll .search-input {
    top: 23px;
  }

  .search-input input {
    padding: 10px 45px 10px 10px;
    width: 100%;
  }

  .search-input .icon {
    line-height: 45px;
  }

      .search-input .close-btn
  {
    right: -20px;
    top: -4px; 
  }

} */
/* NEW */