/* Search */
.bedaya-search {
  position: relative;
  padding: 60px 20px;
  overflow: hidden;
  text-align: center;
}


@media (max-width: 991.99px) {
  .bedaya-search {
    padding: 40px 15px;
  }
}

/* Header */
.bedaya-search .bedaya-search-title h3 {
  font-size: 27px;
  line-height: 35px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 22px;
}

.ltr .bedaya-search .bedaya-search-title h3 {
  text-transform: capitalize;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .bedaya-search .bedaya-search-title h3 {
    font-size: 21px;
    line-height: 26px;
  }
}

/* Search Input */
.bedaya-search .bedaya-search-form {
  position: relative;
  min-height: 50px;
  max-height: 50px;
}

.bedaya-search .icon-search {
  color: #000;
  top: 14px !important;
}

.bedaya-search .bedaya-input-search input {
  font-size: 17px;
  border: none;
  min-height: 50px !important;
  max-height: 50px !important;
}

.rtl .bedaya-search .bedaya-input-search input {
  padding-right: 45px !important;
}

.ltr .bedaya-search .bedaya-input-search input {
  padding-left: 45px !important;
}

@media (max-width: 991.98px) {
  .bedaya-search .bedaya-input-search input {
    font-size: 15px;
  }
}
.ltr .bedaya-search .search-input-icon {
  left: 10px !important;
}

.rtl .bedaya-search .search-input-icon {
  right: 10px !important;
}