.home--location--item {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(210,209,205,1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(210,209,205,1);
    box-shadow: 4px 4px 0px 0px rgba(210,209,205,1);
    margin-bottom: 8px;
    transition: all .5s ease;
    max-width: 100%;
}
.home--location--item .rounded-pill {
    font-size: 13px;
    min-width: 100px;
    background:#D1D0CC;
    line-height:1;
    transition: all .5s ease;
}
.home--location--item a {
    border-bottom: 1px var(--red) dotted;
}
.home--location--item a > span {
    color:#979893;
    font-size: 13px;
}
.home--location--item .btn {
    border-bottom-style: solid;
    color:#979893;
    font-weight: 300;
    border-color: #D1D0CC;
}
.home--location--item {
    position: relative;
}
.home--location--item .order-md-1 a > span {
    font-size: 17px;
}
.home--location--item .order-md-1 a {
    display: inline-block;
    margin-left:30px;
}
.home--location .nearest p {
    font-size: 20px;
    line-height: 1.3;
}
.home--location .nearest p span {
    color: var(--red);
    font-weight: bold;
}
.home--location--input {
    position: relative;
}
.home--location--input:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid var(--red);
  border-top: 0 solid transparent;
  position: absolute;
  top: 4px;
  right: 4px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.home--location .nearest {
    position: relative;
}
.home--location .nearest svg {
    position:absolute;
    right: 25px;
    top: 25px;
    width: 40px;
}
.home--location .nearest svg path {
    fill: var(--red);
}
.home--location--item:hover,
.home--location--item.active {
    background: #000;
    color: #fff;
    transition: all .5s ease;
}
.home--location--item:hover a span,
.home--location--item.active a span {
    color:#fff;
    transition: all .5s ease;
}
.home--location--item:hover .rounded-pill,
.home--location--item.active .rounded-pill {
    background:var(--red);
    transition: all .5s ease;
}
.home--location--item:hover .btn-outline-primary,
.home--location--item.active .btn-outline-primary {
  color: #fff !important;
  transition: all .5s ease;
} 
.home--location--item:hover .btn-outline-primary::after,
.home--location--item.active .btn-outline-primary::after {
  background: #000 !important;
  transition: all .5s ease;
}
.home--location--item:hover .btn,
.home--location--item.active .btn {
    border-color: var(--red);
}
@media (max-width: 767.98px) {
  .home--location--left {
    padding-right:calc(var(--bs-gutter-x)/2);
  }
  .home--location--item a {
    margin-bottom: 10px;
    margin-left: 20px !important;
    display: inline-block;
  }
  .home--casestudy .btn {
    width:100%;
    margin-left: 0px !important;
  }
}
@media (min-width: 1200px) {
    .home--location .title--row {
      min-height: 0px !important;
      height: auto;
    }
}