.seach-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-form {
  display: flex;
  padding-top: 5px;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.state-box {
  display: flex;
  align-items: center;
  margin-right: 21px;
}

.state-box label {
  color: #4E5066;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  padding-right: 14px;
}

.state-box select {
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 52px 10px 32px;
  height: 48px;
  color: #4E5066;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  border: none;
  width: 240px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: #EAEAEA url(../images/arrow-down.svg) no-repeat 85% 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.map-form .btn-us-heart {
  max-height: 48px;
}

.search-result {
  padding-top: 50px;
  padding-bottom: 85px;
}

.search-result-box {
  border-radius: 10px;
  border: 2px solid #C7D8EF;
  padding: 20px 20px 27px 20px;
  height: 100%;
}

.search-result-box img {
  border-radius: 10px;
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.search-result .row {
  margin-top: 37px;
}

.search-result-box .h4 {
  color: #21409A;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 11px;
}

.search-result-box ul {
  margin-left: 0;
}

.search-result-box ul li {
  padding-left: 0;
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
  font-weight: 300;
}

.search-result-box ul li:last-child {
  margin-bottom: 0;
}

.search-result-box ul li::after {
  display: none;
}

.search-result-box ul li a {
  color: #08184D;
  word-break: break-word;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: flex;
}

.search-result-box ul li span.contact-map-icon {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: -2px;
}

.search-result-box ul li span:last-child {
  width: calc(100% - 35px);
  float: right;
}

.search-result-box ul li a:hover {
  color: #C31F27;
}

.search-result-box ul li img {
  border-radius: 0;
  width: auto !important;
  height: auto !important;
}

.search-result .row [class*="col-"] {
  margin-top: 20px;
}

.map-form .btn-us-heart:disabled {
  opacity: 0.8;
  cursor: not-allowed;
  pointer-events: none;
}

.loader-search {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: -25px;
}

.loader-search span .text {
  font-weight: 600;
  font-size: 22px;
  color: #c31f27;
  margin-left: 10px;
}

.no-results {
  font-weight: 600 !important;
  margin-bottom: 0;
}

.social-icon {
  margin-top: 25px;
}
.search-result-box .social-icon li {
  width: auto;
  margin-bottom: 0;
}

@media(max-width:1651px) {
  .search-result {
    padding-bottom: 65px;
  }

  .search-result .row {
    margin-top: 25px;
  }
  .search-result-box img {
    height: 210px;
  }
}

@media(max-width:1365px) {
  .state-box label {
    color: #4E5066;
    font-size: 16px;
  }

  .state-box select {
    padding: 10px 25px;
    font-size: 16px;
    width: 220px;
  }
  .search-result-box img {
    height: 180px;
  }
}

@media(max-width:1199px) {
  .search-result .row {
    /* margin-top: 10px; */
  }

  .search-result {
    padding-bottom: 60px;
    padding-top: 35px;
  }

  .search-result-box {
    padding: 15px;
  }

  .search-result-box ul li a {
    font-size: 16px;
  }
  .search-result-box img {
    height: 150px;
  }
}

@media(max-width:991px) {
  .search-result .row [class*="col-"] {
    width: 50%;
  }

  .search-result {
    padding-bottom: 45px;
  }
   .search-result-box img {
    height: 180px;
  }
}

@media(max-width:767px) {
  .search-result-box ul li span:last-child br {
    /* display: none; */
  }
 .search-result-box img {
    height: auto;
  }
  .map-form {
    flex-wrap: wrap;
  }

  .state-box {
    margin-right: 20px;
    width: calc(50% - 20px);
  }

  .state-box label {
    font-size: 15px;
  }

  .state-box select {
    padding: 10px 40px 10px 20px;
    font-size: 15px;
    width: 100%;
    height: 40px;
    background: #EAEAEA url(../images/arrow-down.svg) no-repeat 90% 50%;
  }

  .map-form .btn-us-heart {
    margin-top: 15px;
  }

  .search-result .row {
    /* margin-top: 0; */
  }

  .icon-title .h2 {
    margin-bottom: 5px;
  }

  .map-form {
    flex-wrap: wrap;
  }

  .search-result .row [class*="col-"] {
    width: 100%;
  }
}

@media(max-width:479px) {
  .state-box {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  .state-box label {
    width: 70px;
  }

  .map-form .btn-us-heart {
    margin-top: 0;
  }

  .search-result {
    padding-bottom: 35px;
  }
}