section.integration-hero-section {
  padding-top: 24px;
  padding-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 80px;
}

.breadcrumb-wrapper i {
  color: #98A2B3;
}

.breadcrumb-wrapper a, .breadcrumb-wrapper a:hover {
  font-style: normal;
  font-weight: 600;
  font-size: 12.8px;
  line-height: 16px;
  color: #F9FAFB;
  text-decoration: none;
}

.breadcrumb-wrapper span {
  font-style: normal;
  font-weight: 600;
  font-size: 12.8px;
  line-height: 16px;
  color: #98A2B3;
}

.integration-hero-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0 64px;
  align-items: center;
}

h1.integration-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 48.83px;
  line-height: 59px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.integration-hero-image {
  flex: 0 30%;
}

.integration-hero-header {
  flex: 0 70%;
}

.integration-hero-header p {
  font-size: 20px;
  line-height: 28px;
  color: #E4E7EC;
  margin-bottom: 0;
}

.integration-hero-inputs {
  display: flex;
  gap: 8px;
  align-items:center;
  margin-top: 40px;
  position: relative;
}

.integration-hero-inputs input.ih-search {
  max-width: 411px;
  height: 40px;
  background: #fff;
  border: 1px solid #DBD6EF;
  border-radius: 4px;
  padding-right: 34px;
}

.search-btn {
  height: 41px;
}

ul.ui-autocomplete {
  position: absolute !important;
  background-color: #fff;
  padding: 0 16px;
  max-width: 411px;border-radius: 4px;
  margin-top: 50px !important;
  border: 1px solid #e4e7ec;
  list-style-type: none !important;
}

li.ui-menu-item::marker {
  content: none !important;
}

li.ui-menu-item {
  cursor: pointer;
  padding: 8px 0;
  list-style:none;
}

li.ui-menu-item: hover {
  background-color: #edebf7;
  margin: 0 -16px;
  padding: 8px 16px;
}

span.clear-input {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: 40px;
  color: #ff5351;
  margin-left: 386px;
  font-weight: 500;
  cursor: pointer;
}

@media (max-width: 1199px) {
  span.clear-input {
    margin-left: 367px;
  }
}

@media (max-width: 991px) {
  ul.ui-autocomplete {
    max-width: 100%;
  }
  
  .integration-hero-header {
    flex: 0 100%;
  }
  
  .integration-hero-header p {
    text-align: center;
  }
  
  .integration-heading {
    text-align: center;
  }
  
  .integration-hero-inputs input.ih-search {
    max-width: 770px;
  }
  
  .integration-hero-image {
    display: none;
  }
  
  span.clear-input {
    margin-left: 367px;
    margin-right: 125px;
    left: auto;
    right: 0;
  }
}

@media (max-width: 768px) {
  section.hero-new-section {
    padding-bottom: 48px;
  }
  
  h1.integration-heading {
    font-size: 39.06px;
    line-height: 48px;
  }
  
  input.ih-search::placeholder {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  input.ih-search::placeholder {
    font-size: 10px;
  }
  
  .integration-hero-inputs input.ih-search {
    padding-right: 24px;
  }
}
