.locationsSec .wrapper .iconContainer {
  background-color: var(--shade0-gray);
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 1.6rem;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.locationsSec .wrapper .iconContainer .iconHolder {
  background-color: var(--shade1-gray);
}
.locationsSec .wrapper .findusContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.locationsSec .wrapper .findusContainer .secTitle {
  margin-bottom: 1rem;
  font-size: 3.3rem;
  color: var(--shade1-black);
}
.locationsSec .wrapper .findusContainer .searchContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.locationsSec .wrapper .findusContainer .searchContainer .txt1 {
  font-size: 2rem;
}
.locationsSec .wrapper .findusContainer .searchContainer .searchInput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.locationsSec .wrapper .findusContainer .searchContainer .searchInput input {
  outline: none;
  width: 0;
  padding: 0;
  height: 4.8rem;
  border-radius: 0.4rem;
  border: none;
  background: var(--shade0-gray);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.locationsSec .wrapper .findusContainer .searchContainer .searchInput input.showInput {
  width: 32rem;
  padding: 1.6rem 2rem;
}
.locationsSec .wrapper .findusContainer .searchContainer .searchInput input:focus {
  -webkit-box-shadow: 0 0.5rem 1rem hsla(0, 0%, 54%, 0.1);
          box-shadow: 0 0.5rem 1rem hsla(0, 0%, 54%, 0.1);
}
.locationsSec .wrapper .findusContainer .searchContainer .searchInput .iconContainer {
  border-radius: 50%;
  cursor: pointer;
}
.locationsSec .wrapper .locationsContainer .sortContainer {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.locationsSec .wrapper .locationsContainer .sortContainer .sortSelect {
  width: 34rem;
  padding: 0.4rem 1rem;
  height: 5.4rem;
  border: none;
  outline: none;
  background-color: var(--shade0-gray);
  border-radius: 0.8rem;
}
.locationsSec .wrapper .locationsContainer .sortContainer .boxViewLoc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.singleLocationSec .mapContainer {
  width: 100%;
  height: 103.4rem;
  margin-top: 4.7rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.singleLocationSec .mapContainer iframe {
  width: 100%;
  height: 100%;
}

.aboutLocationSec .locImgContainer {
  max-width: 1200px;
  width: 100%;
  height: 74rem;
  border-radius: 1.6rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4rem rgba(0, 0, 0, 0.3);
}
.aboutLocationSec .locImgContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .aboutLocationSec .locImgContainer {
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  .aboutLocationSec .locImgContainer {
    height: 28rem;
  }
}
.aboutLocationSec .locContentPara {
  line-height: 2.7rem;
}
.aboutLocationSec .relatedDoctors {
  overflow: hidden;
}
/*# sourceMappingURL=our_location.css.map */