.solution-dropodown-section {
  position: relative;
  z-index: 1;
}
.solution-dropodown-section p {
  letter-spacing: 0.3px;
}
.solution-dropodown-section .container {
  max-width: 1286px;
  padding: 0;
}
.solution-dropodown-section .service-text {
  max-width: 240px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .solution-dropodown-section .service-text {
    max-width: 100%;
  }
}

.max-width-920 {
  max-width: 920px !important;
}

.service-dropdown {
  max-width: calc(100% - 240px);
  width: 100%;
}
.service-dropdown .select2-container {
  /*width: 450px !important;*/
  width: 450px !important;
  margin-right: 20px;
}
.service-dropdown .select2-container .select2-selection--single {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid var(--color-white);
  border-radius: 0px;
}
.service-dropdown .select2-container .select2-selection--single .select2-selection__arrow {
  right: -7px;
}
.service-dropdown .select2-container .select2-selection--single .select2-selection__arrow b {
  border: solid var(--color-white) !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  left: 0px !important;
  top: 20% !important;
}
@media only screen and (max-width: 991px) {
  .service-dropdown .select2-container .select2-selection--single .select2-selection__arrow b {
    border-width: 0 1.5px 1.5px 0 !important;
    padding: 3px;
  }
}
.service-dropdown .select2-container .select2-selection__rendered {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.301653px;
  color: var(--color-white) !important;
  padding-left: 0px !important;
}
.service-dropdown .select2-container .select2-selection__rendered .select2-selection__placeholder {
  color: var(--color-white) !important;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 767px) {
  .service-dropdown .select2-container .select2-selection__rendered {
    font-weight: 400;
    font-size: 18px;
  }
}
.service-dropdown .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-135deg);
}
@media only screen and (max-width: 840px) {
  .service-dropdown select {
    max-width: 70%;
    margin: 0 auto 0 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .service-dropdown {
    max-width: 100%;
  }
  .service-dropdown .select2-container {
    width: 100% !important;
  }
  .service-dropdown .all-services {
    justify-content: center;
    display: flex;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .service-dropdown .service-column .w-auto {
    text-align: center;
  }
  .service-dropdown .all-services {
    display: inline-block;
  }
}

.select2-results__options {
  padding: 5px 20px !important;
  max-height: 450px !important;
}

.select2-results__option[aria-selected] {
  font-weight: 400;
  font-size: 18px;
  padding: 16px 2px;
  color: var(--color-dark-blue);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.select2-results__option[aria-selected]:last-child {
  border-bottom: 0px !important;
}
.select2-results__option:first-child {
  /* cursor: default;
  pointer-events: none; */
}

.select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: var(--color-orange) !important;
}

.select2-dropdown {
  margin-top: 18px;
  box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.1);
  border: 0px !important;
  border-radius: 0px !important;
}

.wp-block-lazyblock-services-filter-block {
  position: relative;
  z-index: 2;
}

#service-select-choose {
  position: relative;
}
#service-select-choose .select2-container {
  top: 100% !important;
  left: 0 !important;
}/*# sourceMappingURL=growth-solution-dropdown.css.map */