.location-banner .location-block-wrapper {
  margin: -126px 0 0 0;
  z-index: 1;
  position: relative;
}

.location-banner .location-block-wrapper .location-row {
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid rgba(148, 148, 148, 0.25);
  border-radius: 16px;
}

.location-banner .location-block-wrapper .location-block-text h1 {
  margin: 0 0 21px 0;
  font-weight: 700;
  font-size: 64px;
  color: #111111;
  line-height: 82px;
  font-family: 'jost-pt-700';
}

.location-banner .location-block-wrapper .location-block-text h1 span {
  display: block;
  margin: 0 0 4px 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #707070;
  text-transform: uppercase;
  font-family: 'jost-pt-700';
}

.location-banner .location-block-wrapper .location-block-text h5 {
  margin: 0 0 0 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #111111;
  font-family: 'jost-pt-400';
}

.location-banner .location-block-wrapper .location-block-text a {
  color: #111111;
  text-decoration-line: underline;
}

.location-banner .location-banner-img {
  width: 100%;
  height: 528px;
  display: block;
  object-fit: cover;
}

.location-banner .location-banner-img.mobile {
  display: none;
}

@media screen and (max-width: 1439px) {
  .location-banner {
    /* Location Banner  */
  }
  .location-banner .location-banner-img {
    height: 430px;
  }
  .location-banner .location-block-text h1 {
    font-size: 55px;
    line-height: 150%;
  }
  .location-banner .location-block-text h5 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1299px) {
  .location-banner {
    /* Location Banner  */
  }
  .location-banner .location-banner-img {
    height: 400px;
  }
  .location-banner .location-block-text h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .location-banner .location-block-text h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .location-banner {
    /* Location Banner  */
  }
  .location-banner .location-row {
    padding: 30px;
  }
  .location-banner .location-block-text {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .location-banner {
    /* Location Banner  */
  }
  .location-banner .location-banner-img {
    height: 529px;
    display: none;
  }
  .location-banner .location-banner-img.mobile {
    display: block;
  }
  .location-banner .location-block-wrapper .container-fluid {
    padding: 0 16px;
  }
  .location-banner .location-block-wrapper .location-row {
    padding: 24px;
  }
  .location-banner .location-block-wrapper .location-block-text h1 {
    font-size: 48px;
    line-height: 1;
  }
  .location-banner .location-block-wrapper .location-block-text h1 span {
    font-size: 20px;
  }
  .location-banner .location-block-wrapper .location-block-text h5 {
    font-size: 24px;
  }
  .location-banner .location-row {
    padding: 24px;
  }
}

.location-block-right-text p {
  margin: 0 0 32px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  font-family: "jost-pt-400";
  color: #707070;
}

.location-block-tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.location-block-tag ul li {
  padding: 10px;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-block-tag ul li.loc-aggregator-deliveroo {
  background: #35B8B2;
}

.location-block-tag ul li.loc-aggregator-just-eat {
  background: #F47920;
}

.location-block-tag ul li.loc-aggregator-uber-eats {
  background: #001522;
}

.location-block-tag ul img {
  width: 64px;
  display: block;
}

/* Find us Section */
.findus-section {
  padding: 120px 0 60px 0;
}

.findus-section .findus-item {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 23px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.findus-section .findus-item:last-child {
  margin-bottom: 0;
}

.findus-section .findus-text h2 {
  margin: 0 0 16px 0;
  font-family: "jost-pt-700";
  font-weight: 700;
  font-size: 56px;
  text-transform: capitalize;
  line-height: 72px;
  color: #111111;
}

.findus-section .findus-text p {
  margin: 0 0 48px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  font-family: "jost-pt-400";
  color: #111111;
}

.findus-section .findus-item-title,
.findus-section .findus-item-text {
  padding: 0 12px 0 0;
  width: 50%;
}

.findus-section .row-80 {
  margin: 0 -40px;
}

.findus-section .pd-80 {
  padding: 0 40px;
}

.findus-section .findus-item-text {
  padding: 0 0 0 12px;
}

.findus-section .findus-item-title h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  font-family: "jost-pt-500";
  color: #111111;
  margin: 0;
  display: flex;
  gap: 0 12px;
}

.findus-section .findus-item-title h5 img {
  width: 24px;
  margin: 2px 0 0 0;
}

.findus-section .findus-item-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.findus-section .findus-item-text ul li {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.findus-section .findus-item-text ul li:last-child {
  margin-bottom: 0;
}

.findus-section .findus-item-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #707070;
  margin: 0 0 0 0;
}

.findus-section .findus-map iframe {
  width: 100%;
  height: 649px;
  border-radius: 16px;
  border: 1px solid #94949480;
}

@media screen and (max-width: 1439px) {
  .findus-section {
    /* Find us Section  */
  }
  .findus-section .findus-text h2 {
    font-size: 50px;
    line-height: 65px;
  }
}

@media screen and (max-width: 1299px) {
  .findus-section .findus-item-text p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .findus-section {
    padding: 80px 0 40px 0;
  }
  .findus-section .findus-item-title h5 {
    gap: 10px;
  }
  .findus-section .findus-item {
    padding: 18px;
  }
}

@media screen and (max-width: 991px) {
  .findus-section {
    /* Find us Section  */
  }
  .findus-section .findus-section {
    padding-top: 60px;
  }
  .findus-section .findus-wrapper {
    padding-bottom: 30px;
  }
  .findus-section .findus-map iframe {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .findus-section {
    padding-top: 64px;
    padding-bottom: 32px;
  }
  .findus-section .container-fluid {
    padding: 0 16px;
  }
  .findus-section .findus-text h2 {
    line-height: normal;
    font-size: 56px;
    margin-bottom: 24px;
  }
  .findus-section .findus-text p {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 24px 0;
  }
  .findus-section .findus-item {
    padding: 16px;
    margin-bottom: 16px;
  }
  .findus-section .findus-item-title,
  .findus-section .findus-item-text {
    width: 100%;
    padding: 0;
  }
  .findus-section .findus-item-title {
    margin-bottom: 16px;
  }
  .findus-section .findus-item-text p {
    font-size: 20px;
    line-height: normal;
  }
  .findus-section .findus-map iframe {
    height: 327px;
  }
  .findus-section .findus-wrapper {
    padding-bottom: 24px;
  }
}

/* Location Image Section */
.location-image-section {
  padding: 60px 0;
}

.location-block-image img {
  width: 100%;
  height: 448px;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

.location-block-image .button-secondary {
  display: none !important;
}

.location-block-img-text h2 {
  margin: 0 0 16px 0;
  color: #111111;
  font-weight: 700;
  font-size: 56px;
  line-height: normal;
  text-transform: inherit;
  font-family: "jost-pt-700";
}

.location-block-img-text p {
  margin: 0 0 16px 0;
  color: #707070;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  font-family: "jost-pt-400";
}

.location-block-img-text p strong {
  font-weight: 500;
  color: #111111;
}

.location-block-img-text .button-secondary {
  margin-top: 16px;
}

.location-image-wrap .row {
  align-items: center;
}

/* Our Value Section */
.our-value-section {
  padding: 60px 0;
}

.our-value-title {
  margin: 0 0 40px 0;
}

/* Location Faq Section */
.location-faq-section {
  padding: 40px 0;
}

ul.accordion-list {
  position: relative;
  display: block;
  height: auto;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  max-width: 830px;
  width: 100%;
}

ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 24px 16px;
  border-bottom: 1px solid #E6E6E6;
}

ul.accordion-list li h3 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 48px;
  margin: 0;
  cursor: pointer;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  display: flex;
  align-items: center;
  color: #111111;
  font-family: "jost-pt-500";
}

ul.accordion-list li h3::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("./assets/icons/add-circle-outline.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

ul.accordion-list li.active h3::before {
  background-image: url("./assets/icons/remove-circle-outline.svg");
}

ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 24px 0 0 0;
  cursor: pointer;
}

ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  margin: 0 0 0 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #707070;
  cursor: pointer;
}

.location-faq-title h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 72px;
  font-family: "jost-pt-500";
  color: #111111;
  text-transform: capitalize;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 1439px) {
  /* Location Image Section  */
  .location-block-img-text h2 {
    font-size: 50px;
  }
  /* Location Faq Section  */
  .location-faq-title h2 {
    font-size: 50px;
    line-height: 130%;
  }
}

@media screen and (max-width: 1199px) {
  /* Location Image Section  */
  .location-image-section {
    padding: 40px 0;
  }
  .location-block-img-text h2 {
    font-size: 40px;
  }
  /* Location Faq Section  */
  .location-faq-title h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  /* Location Image Section  */
  .location-block-image img {
    height: 330px;
  }
  .location-block-img-text {
    padding: 25px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .location-block-text {
    text-align: center;
    margin-bottom: 32px;
  }
  .location-block-text h6 {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .location-block-text h1 {
    font-size: 48px;
    line-height: normal;
  }
  .location-block-text h5 {
    font-size: 24px;
    line-height: 100%;
  }
  .location-block-right-text p {
    text-align: center;
    font-size: 16px;
    line-height: normal;
  }
  .location-block-wrapper {
    margin-top: -57px;
  }
  .location-block-tag ul {
    justify-content: center;
  }
  /* Location Image Section  */
  .location-image-section {
    padding: 32px 0;
  }
  .location-image-section .container-fluid {
    padding: 0 16px;
  }
  .location-image-wrap .row {
    flex-direction: column-reverse;
  }
  .location-block-img-text {
    padding: 0 0 24px 0;
  }
  .location-block-img-text h2 {
    font-size: 32px;
    line-height: normal;
  }
  .location-block-image img {
    height: 343px;
  }
  .location-block-img-text p {
    font-size: 16px;
  }
  .location-block-img-text .button-secondary {
    display: none !important;
  }
  .location-block-image .button-secondary {
    display: inline-flex !important;
    width: 100%;
    margin-top: 40px;
  }
  /* Location Faq Section  */
  .location-faq-section .container-fluid {
    padding: 0 16px;
  }
  .location-faq-title h2 {
    line-height: normal;
    margin-bottom: 24px;
  }
  ul.accordion-list li h3 {
    line-height: normal;
  }
  ul.accordion-list li h3::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

/*# sourceMappingURL=single-locations.css.map */
