/**
 * @tableofcontents This file includes css for Location.php and 404.php
 *
 * 1. Banner Section for Location and 404 Page
 * 2. Location Details Section
 * 3. Location Description and Map Section 
 * 4.  Other Locations with Owl
 * 5.  Page 404 Section
 * 6. For Tablet and Small Screens
 * 7. For small and Mobile Screens 
 */
/* @Section 1. Banner Section for Location and 404 Page */
.blackNWhiteBnrSec {
  padding: 200px 0;
  height: 80vh;
  background: url(../../images/location-banner-bg.png) no-repeat bottom;
  background-size: cover;
}

.locationBnrSec {
  padding: 26px 0;
}
.locationBnrSec u {
  text-decoration: underline;
}

/* @Section 2. Location Details Section */
.locDetailsSec {
  padding: 40px 0;
  margin: 0 auto;
}
.locDetailsSec .row {
  justify-content: space-between;
}
.locDetailsSec .row .col-lg-4:nth-child(2) {
  text-align: center;
}
.locDetailsSec .row .col-lg-4:last-child {
  text-align: right;
}
.locDetailsSec .contactDetails h6 {
  font-weight: 400;
}
.locDetailsSec .locDetailsImgBox {
  display: flex;
  height: auto;
  justify-content: space-between;
  align-items: center;
}
.locDetailsSec .locDetailsImgBox .divider {
  border-right: 1px solid var(--black);
  height: 80px;
}
.locDetailsSec .locDetailsImgBox .locDetailsLink a {
  font-size: 22px;
  display: flex;
  align-items: center;
}
.locDetailsSec .locDetailsImgBox .locDetailsLink a img {
  margin-left: 10px;
}
.locDetailsSec .LocationDetails {
  margin-top: 46px;
}
.locDetailsSec .LocationDetails .row {
  align-items: center;
}
.locDetailsSec .LocationDetails .row h6 {
  font-weight: 400;
}

/* @Section 3. Location Description and Map Section */
.locationDescSec {
  padding: 20px 0;
  background-color: var(--snow);
  overflow-x: hidden;
}

.locDescWrapper {
  margin-top: 60px;
}
.locDescWrapper .LocationDescheading {
  font-weight: 700;
}
.locDescWrapper .LocationDescpara {
  font-weight: 400;
}
.locDescWrapper .LocationDescpara a {
  text-decoration: underline;
  color: var(--gray-25);
}

/* @Section 4. Other Locations with Owl */
.otherLocationsSec {
  padding: 30px 0 60px;
}
.otherLocationsSec .otherLocHeading {
  text-align: center;
  margin-bottom: 32px;
}
.otherLocationsSec .otherLocationDetails {
  text-align: center;
}
.otherLocationsSec .otherLocationDetails .otherLoctionContactDetails {
  margin-top: 8px;
}
.otherLocationsSec .otherLocationDetails .otherLoctionContactDetails p {
  color: var(--heading_color);
}
.otherLocationsSec .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}
.otherLocationsSec .owl-dots button.owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--gray-25);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
}
.otherLocationsSec .owl-dots button.owl-dot.active {
  background-color: var(--orange-75);
}
.otherLocationsSec .owl-grab .testomonialOwlSldrContentBox {
  cursor: grabbing;
}

/* @Section 5. Page 404 Section */
.fourOFourMainSec {
  background-color: #f5f5f5;
}
.fourOFourMainSec .fourOFourMainWrapper {
  padding: 100px 0;
  max-width: 900px;
  margin: 0 auto;
}
.fourOFourMainSec .fourOFourMainWrapper .contentWrapper {
  text-align: center;
  margin-top: 40px;
}
.fourOFourMainSec .fourOFourMainWrapper .contentWrapper p {
  margin: 30px 0;
}
.fourOFourMainSec .fourOFourMainWrapper .contentWrapper .notFoundCTA a {
  color: var(--white);
  -webkit-text-fill-color: var(--white);
}

/* @Section 6. For Tablet and Small Screens */
@media screen and (max-width: 1024px) {
  .blackNWhiteBnrSec {
    padding: 100px 0;
    height: 70vh;
  }
  .fourOFourMainSec .fourOFourMainWrapper {
    padding: 60px 0;
  }
  .fourOFourMainSec .fourOFourMainWrapper .contentWrapper {
    margin-top: 20px;
  }
}
/* @Section 7. For small and Mobile Screens */
@media screen and (max-width: 768px) {
  .locDetailsSec .row .col-lg-4:nth-child(2) {
    text-align: left;
  }
  .locDetailsSec .detailsWrap {
    margin-top: 16px;
  }
  .locDetailsSec .locDetailsImgBox {
    margin: 40px 0 14px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .locDetailsSec .locDetailsImgBox img {
    max-height: 50px;
  }
  .locDetailsSec .locDetailsImgBox .locDetailsLink a {
    font-size: 14px;
    margin-top: 12px;
  }
  .locDetailsSec .LocationDetails {
    margin-top: 26px;
  }
  .locDetailsSec .LocationDetails h6 {
    margin: 10px 0;
    font-size: 14px;
  }
  .locDetailsSec .LocationDetails button {
    margin-top: 14px;
  }
  .locationDescSec .locDescWrapper .LocationDescpara.lastPara {
    margin-top: 20px;
  }
  .otherLocationsSec {
    padding: 0;
  }
  .otherLocationsSec .owl-dots {
    margin-bottom: 30px;
  }
  .fourOFourMainSec .fourOFourMainWrapper .contentWrapper p {
    margin: 10px 0;
  }
  .fourOFourMainSec .fourOFourMainWrapper {
    max-width: 360px;
  }
  .mapSec .row {
    margin: 0;
  }
}
@media screen and (max-width: 430px) {
  .locDetailsSec .locDetailsImgBox .d1 {
    margin: 0 20px;
  }
  .locDetailsSec .locDetailsImgBox .d2 {
    display: none;
  }
}

/*# sourceMappingURL=location.css.map */
