.green-circles {
  display: none;
}

.hero-with-full-video {
  position: relative;
  overflow: hidden;
  background-color: #FFB947;
}

.hero-with-full-video__panel__indicator {
  z-index: 1;
  margin: 0 auto;
  width: 100px;
  text-align: center;
  transition: transform 0.4s ease;
}

.hero-with-full-video__panel__indicator:before {
  content: "\f078";
  font: normal normal normal 55px/1 FontAwesome;
  color: #000;
  z-index: 1;
}

.hero-with-full-video__panel__indicator:hover {
  transform: translateY(10px);
}

.hero-with-full-image-search {
  position: relative;
  overflow: hidden;
  background-color: #95D9FF;
  margin-bottom: 2.5rem;
}

.hero-with-full-image-search__bgimage img {
  width: 100%;
  min-height: 350px;
  object-fit: cover;
  transition: all 0.4s ease;
}

.hero-with-full-image-search__panel {
  background-color: #95D9FF;
  width: 95%;
  position: relative;
  padding: 1.2rem 1.7rem 1.2rem;
  color: #fff;
  transition: all 0.4s ease;
}

@media (min-width: 992px) {
  .hero-with-full-image-search__panel {
    padding: 1.5rem 0 1.5rem;
  }
}

.hero-with-full-image-search__panel h1 {
  margin: 0 0 1rem;
  color: black;
}

.hero-with-full-image-search__panel-cta {
  font-weight: 700;
  margin-bottom: 1.4rem;
  margin-top: 1.4rem;
}

@media (max-width: 899px) {
  .hero-with-full-image-search__panel-cta {
    font-size: 1.125rem;
    line-height: 1.33333;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

.hero-with-full-image-search__panel-form {
  font-weight: 700;
}

.hero-with-full-image-search__panel-form .btn {
  border-radius: 0;
  background-color: #e0001b;
  border: 1px solid #fff;
  display: block;
  transition: all 0.4s ease;
  font: normal normal normal 20px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
  margin-right: 0.8rem;
}

.hero-with-full-image-search__panel-form .btn:before {
  content: "\f002";
}

.hero-with-full-image-search__panel-form .btn:hover {
  background-color: #000;
}

.hero-with-full-image-search__panel-content {
  color: black;
  font-size: 1rem;
  line-height: 1.2;
}

@media (min-width: 900px) {
  .hero-with-full-image-search__panel-content {
    margin-right: 3rem;
    font-size: 1.125rem;
    line-height: 1.33333;
  }
}

.hero-with-full-image-search__panel form .input-group .form-control {
  max-width: calc(100% - 4rem);
}

/*# sourceMappingURL=hero-with-full-image-search-panel.css.map */
