/* Category */
.servicing-locations-below {
  padding: 80px 60px 66px;
}

.servicing-locations-below h1 {
  color: #303030;
  font-size: 50px;
  line-height: 75px;
  text-transform: uppercase;
  margin-bottom: 33px;
}



/* Category State */
.LdUqY {
  display: flex;
  gap: 24px;
  position: relative;
}

.LdUqY .pYy5g {
  color: #5095a0;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
  border: 1px solid #5095a0;
  border-radius: 5px;
  background: white;
  border-radius: 5px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.LdUqY li:hover .pYy5g img {
  transform: rotate(180deg);
}

.LdUqY .tU5nX {
  background-color: white;
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  grid-template-columns: repeat(5, auto);
  justify-content: center;
  gap: 1rem 2rem;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 999;
}

/*.LdUqY li:hover .tU5nX {
  display: grid;
}*/

.LdUqY label {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.LdUqY [type="submit"] {
  color: white;
  background-color: #efaba7;
  font-size: 17px;
  border-radius: 5px;
  padding: 12px 18px;
}

.LdUqY [type="submit"]:hover {
  background-color: #ad5d58;
}



@media screen and (max-width: 1024px) {
  /* Category */
  .servicing-locations-below {
    padding: 60px 20px;
  }

  .servicing-locations-below h1 {
    font-size: 32px;
    line-height: 1;
  }
  .LdUqY{display: inline-block;}
  .LdUqY li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
/*.LdUqY li:hover .tU5nX {
  display: unset;
}*/
.LdUqY li:hover .pYy5g img {
  transform: unset;
}
}
@media screen and (max-width: 767px) {
.LdUqY [type="submit"]{
  width: 100%;
}
}