.locations {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: calc(100vh - 167px);
}

.location-left {
  width: 26%;
}

.location-right {
  width: 74%;
}

.location-left-top {
  padding: 41px 100px 17px;
}
.location-favorite {
	display: none !important;
}
.locations {
  background-image: url(../images/map-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.location-title {
  font-family: 'PT Serif Pro' !important;
  font-size: 29px;
  line-height: 38px;
  color: #2F4E4C;
  padding: 0 0 11.5px;
  margin: 0 0 7px;
  border-bottom: 2px solid #CCAB8A;
}

.location-desc {
  font-family: 'PT Serif Pro';
  font-size: 14px;
  line-height: 19px;
  color: #2F4E4C;
  margin: 0 0 14px;
}

.location-search input::placeholder,
.location-search input {
  font-family: 'PT Serif Pro';
  border-radius: 50px !important;
  background-color: #FFFFFF;
  width: 100% !important;
  font-size: 16px;
  line-height: 19px;
  color: #2F4E4C;
  border: none !important;
  outline: none !important;
}

.location-search {
  position: relative;
  margin: 0 0 17px;
}

.location-search input {
  padding: 9px 19px 8px 49px !important;
}

.location-search button {
  position: absolute;
  background-color: transparent;
  outline: none;
  border: none;
  top: 0;
  left: 3px;
  bottom: 0;
  background-color: transparent !important;
}

.location-btns ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  background-color: #7b75724d;
  border-radius: 50px;
  padding: 3px;
}

.location-btns li {
  width: calc(100% / 2);
}

.location-btns a {
  font-family: 'PT Serif Pro';
  font-size: 14px;
  line-height: 19px;
  color: #2F4E4C;
  display: block;
  padding: 14px;
  text-align: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.location-btns li.active a {
  background-color: #2F4E4C;
  color: #E7E2E0;
}

.location-it {
  position: relative;
}

.location-it .location-it-inner {
  padding: 30px 52px 23px 100px;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

.location-it.active .location-it-inner {
  background-color: #E7E2E0;
}

.location-it h3 {
  font-family: 'PT Serif Pro' !important;
  font-size: 20px;
  line-height: 12px;
  color: #2F4E4C;
  margin: 0 0 21px;
  font-weight: bold;
}

.location-number {
  width: 22px;
  height: 22px;
  background-color: #2F4E4C;
  font-family: 'Adobe Devanagari';
  font-size: 18px;
  line-height: 1;
  color: #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 39px;
  transform: translate(0, -50%);
  border-radius: 50%;
}

.address-phone {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin: 0 0 13px;
}

.address-phone .address {
  width: calc((100% - 48px) / 100 * 55);
  font-family: 'PT Serif Pro';
  font-size: 16px;
  line-height: 21px;
  color: #2F4E4C;
  display: flex;
  gap: 13px;
}

.address-phone .address p {
  margin: 0;
}

.address-phone .phone {
  width: calc((100% - 48px) / 100 * 45);
  font-family: 'PT Serif Pro';
  font-size: 16px;
  line-height: 21px;
  color: #2F4E4C;
  display: flex;
  gap: 11px;
}

.address-phone .phone a {
  color: #2F4E4C;
  display: block;
}

.location-open {
  font-size: 13px;
  line-height: 1.3;
  color: #2F4E4C;
  margin: 0 0 12px;
}

.location-button a {
  display: inline-block;
  font-family: LuloOne;
  font-size: 8px;
  line-height: 11px;
  color: #E7E2E0 !important;
  padding: 8px 30px 7px;
  border-radius: 40px;
  background-color: #2F4E4C;
  text-transform: uppercase;
}

.location-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-left-inner {
  display: flex;
  flex-direction: column;
}

.location-its {
  flex-grow: 1;
}

.location-right {
  position: relative;
}

.location-right-button {
  font-family: 'PT Serif Pro';
  font-size: 14px;
  line-height: 19px;
  color: #E7E2E0;
  padding: 14px 17px;
  border-radius: 50px;
  background-color: #2F4E4C !important;
  cursor: pointer;
  border: none !important;
  outline: none !important;
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}

.location-afterload {
  padding: 20px 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.location-afterload .line,
.location-afterload p {
  margin: 0;
  font-family: 'PT Serif Pro';
  font-size: 14px;
  line-height: 19px;
  color: #2F4E4C;
  text-align: center;
}

.location-afterload .line {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.location-afterload .line::after,
.location-afterload .line::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #2F4E4C;
}

.location-afterload .btn {
  width: 100%;
  text-align: center;
}

.location-afterload .btn a {
  font-family: 'PT Serif Pro';
  background-color: #2F4E4C;
  border-radius: 40px;
  font-size: 15px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 10px 20px;
}

.location-afterload p a {
  color: inherit;
  text-decoration: underline;
}

.location-favorite {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
}

@media (min-width: 992px) {
  .location-left-toggle {
    display: none !important;
  }

  .location-left-inner {
    overflow: hidden;
    overflow-y: auto;
  }

  .location-left-inner::-webkit-scrollbar {
    width: 5px;
  }

  .location-left-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .location-left-inner::-webkit-scrollbar-thumb {
    background: #2F4E4C;
    border-radius: 5px;
  }

  .location-left-inner::-webkit-scrollbar-thumb:hover {
    background: #2F4E4C;
    border-radius: 5px;
  }
}

@media (max-width: 1600px) {
  .location-left-top {
    padding: 41px 20px 17px;
  }

  .location-it-inner {
    padding: 30px 20px 23px 50px;
  }

  .location-number {
    left: 10px;
  }

  .location-afterload {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .location-left {
    position: fixed;
    top: 107px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background-color: rgb(0 0 0 / 50%);
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
    bottom: 0;
  }

  .location-left.open {
    transform: translateX(0%);
  }

  .location-left.open .location-left-toggle {
    left: calc(100% - 40px);
  }

  .location-right {
    width: 100%;
  }

  .location-left-inner {
    max-width: 320px;
    background-image: url(../images/map-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: calc(100vh - 107px);
    overflow: hidden;
    overflow-y: auto;
  }

  .location-left-top {
    padding: 20px 20px 17px;
  }

  .address-phone {
    gap: 10px;
  }

  .address-phone .address {
    width: 100%;
  }

  .address-phone .phone {
    width: 100%;
  }

  .location-it-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .address-phone .icon {
    padding: 6px 0 0;
  }

  .locations {
    min-height: calc(100vh - 107px);
  }

  .location-left-toggle {
    position: absolute;
    top: 5px;
    left: 100%;
    width: 30px;
    height: 30px;
    background-color: #191818;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  }

  .location-left-toggle svg {
    width: 100%;
    height: auto;
  }
}