* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
:root {
  --font-open-sans: "Open Sans", sans-serif;
  --primary-dark-blue: #0f3557;
  --green: #3e7e23;
  --light-gray-bg: #e9effd;
  --dark-grey: #4d4d4d;
  --border-radius: 8px;
  --text-color: #0f3557;
  --border-color: #bfd0de;
  --white: #ffffff;
  --transition: all 400ms ease-in-out;
}

html {
  -ms-overflow-style: scrollbar;
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  font-family: var(--font-open-sans);
  font-feature-settings: "liga" off, "clig" off;
  color: var(--text-color);
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  touch-action: pan-x pan-y;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0px;
}

a {
  color: var(--dark-blue);
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
html,
body {
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
b,
strong {
  font-weight: 700;
}
a:hover {
  color: var(--green);
}
p a {
  text-decoration: underline;
  color: var(--green);
  font-weight: 600;
}
p a:hover {
  color: var(--primary-dark-blue);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
img {
  display: block;
}
input:focus,
textarea:focus {
  outline: none;
}
img {
  max-width: 100%;
  display: block;
}
label {
  font-weight: inherit;
}
input:focus,
textarea:focus {
  outline: none;
}
video,
iframe {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-secondary);
  font-weight: 700;
  color: #12153e;
}

h1,
.h1 {
  font-size: 34px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--primary-dark-blue);
  font-family: var(--font-open-sans);
}
h2,
.h2 {
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--primary-dark-blue);
  font-family: var(--font-open-sans);
}
h3,
.h3 {
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--primary-dark-blue);
  font-family: var(--font-open-sans);
}
h4,
.h4 {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--primary-dark-blue);
  font-family: var(--font-open-sans);
}
h5,
.h5 {
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--primary-dark-blue);
  font-family: var(--font-open-sans);
}
h6,
.h6 {
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 20px;
  color: var(--primary-dark-blue);
  font-family: var(--font-open-sans);
}

.small-title {
  font-size: 13px;
  line-height: normal;
  letter-spacing: 0.6px;
  font-weight: 600;
  margin: 0 0 20px;
  color: #417094;
  font-family: var(--font-open-sans);
  text-transform: uppercase;
}

p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--dark-grey);
  margin-bottom: 25px;
}

p:last-child {
  margin-bottom: 0px;
}
p:empty {
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.switch-column {
  flex-direction: row-reverse;
}
.overflow-hidden,
.body-hidden {
  overflow: hidden;
}

/*gravity form*/

ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-unstyled li::before {
  display: none;
}

.list-unstyled li,
.site-content .list-unstyled li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-content ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-left: 15px;
  margin: 0 0 10px;
  position: relative;
  color: var(--dark-grey);
}
.site-content ol {
  counter-reset: list-counter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 10px;
  position: relative;
  color: var(--dark-grey);
}
.site-content ol[type="a"] {
  list-style-type: lower-alpha;
  margin-left: 17px;
}
.site-content ol[type="a"] li {
  list-style: lower-alpha;
  padding-left: 7px;
}

.site-content ol[type="a"] li::before {
  display: none;
}
.site-content ol li {
  counter-increment: list-counter;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 22px;
  color: var(--dark-grey);
  padding-left: 22px;
}
.site-content ol li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 600;
}
.site-content ol li:last-child {
  margin-bottom: 0px;
}
.site-content ol li::marker {
  color: var(--green);
  font-weight: 600;
}

.site-content ul li {
  list-style-type: none;
}
.site-content ul li b,
.site-content ol li b {
  color: var(--dark-blue);
}

.site-content ul li ol li {
  list-style-type: inherit;
}

.site-content ul li ol li::before {
  display: none;
}

.site-content ul,
.site-content ol {
  margin-bottom: 20px;
}
.site-content ul:last-child,
.site-content ol:last-child {
  margin-bottom: 0px;
}
.site-content ol li:last-child,
.site-content ul li:last-child {
  margin-bottom: 0;
}

.site-content ul li:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0px;
  right: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.site-content ul li a,
.site-content ol li a {
  text-decoration: underline;
  color: var(--green);
}
.site-content ul li a:hover,
.site-content ol li a:hover {
  color: var(--primary-dark-blue);
}
li::marker,
.menu li::marker {
  color: var(--brown);
}

.list-unstyled li,
.site-content .list-unstyled li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-unstyled li a {
  text-decoration: none !important;
}
.list-unstyled li::before {
  display: none;
}
a.btn,
.form-button button {
  position: relative;
  padding: 12px 25px;
  border-radius: var(--border-radius);
  background: var(--green);
  color: var(--white);
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  transition: var(--transition);
  isolation: isolate;
  box-sizing: border-box;
  margin: 0px;
}
a.btn:hover,
.form-button button:hover {
  background: var(--primary-dark-blue);
}
a.btn-blue {
  background: var(--primary-dark-blue);
}
a.btn-blue:hover {
  background: var(--green);
}
a + a {
  margin-left: 18px !important;
}
.mb-64 {
  margin-bottom: 64px;
}

/*-------- Header Start ------------*/
.main-site-wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #f4f7fe;
}
.main-site-right {
  width: calc(100% - 266px);
}
.main-content-wrap {
  padding: 110px 25px 75px 25px;
}
.main-site-left {
  padding: 0px;
  border-right: 1px solid var(--border-color);
  z-index: 1;
  position: relative;
  width: 266px;
  height: 100%;
  background: #f4f7fe;
}
.header-inner-top {
  background: var(--white);
}
.site-branding {
  padding: 24.5px;
  border-bottom: 1px solid var(--border-color);
  height: 74px;
}
.header-login-bar {
  padding: 22px 25px;
  border-bottom: 1px solid var(--border-color);
  background: var(--white);
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: calc(100% - 266px);
  right: 0px;
  z-index: 9;
  align-items: center;
  height: 74px;
}
.header-login-left {
  display: inline-flex;
  justify-content: space-between;
  width: 47%;
}
.mobile-sign-in {
  display: none;
}
a.sign-in {
  background: var(--light-gray-bg);
  padding: 5px 10px;
  color: var(--primary-dark-blue);
  border-radius: 6px;
  display: inline-block;
}
a.sign-in:hover {
  background: rgba(94, 184, 56, 0.1);
}
.header-inner {
  border-right: 1px solid var(--border-color);
}
.header-main {
  padding: 23px 25px 35px 25px;
  background: var(--white);
  height: calc(100vh - 74px);
  overflow-y: auto;
}

.menu-links li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--primary-dark-blue);
  text-decoration: none;
  padding: 12px 16px;
  transition: var(--transition);
  border-radius: var(--border-radius);
}
.main-menu .menu-links li a {
  background: transparent;
}
.menu-links li a:hover,
.menu-links li.active a {
  background: rgba(94, 184, 56, 0.1);
  color: var(--green);
}
.menu-links li a svg,
.menu-links li a img {
  width: 18px;
  height: 18px;
  margin-right: 13px;
  transition: var(--transition);
}
.menu-links li a:hover svg path,
.menu-links li.active svg path {
  fill: var(--green);
}
.menu-links ul li {
  margin-bottom: 4px;
}
.space-line {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.bottom-links {
  margin-bottom: 8px;
}
.bluebox {
  border-radius: var(--border-radius);
  background: linear-gradient(28deg, #0f3557 0%, #2173bd 100%);
  padding: 15px;
  margin-bottom: 14px;
}
.bluebox .bluebox-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.bluebox .bluebox-top .icon {
  width: 54px;
  height: 54px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
}
.bluebox .bluebox-top .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bluebox .bluebox-top h5 {
  margin-bottom: 0px;
}
.bluebox * {
  color: var(--white);
}
.bluebox p {
  font-weight: 500;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.copyright-sec p {
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  color: var(--dark-grey);
  opacity: 0.5;
  margin-bottom: 8px;
}
.copyright-sec .copyright-logo {
  display: inline-block;
  max-width: 86px;
}
.copyright-sec .copyright-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sidebar-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 266px;
  height: 100%;
}
.site-branding img {
  max-width: 215px;
}
.menu-icon {
  display: none;
}
.head-mobile-right {
  display: flex;
  align-items: center;
}
.menu-open svg,
.menu-close svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.header-login-left a + a {
  margin-left: 0px !important;
}
.back-btn,
.add-favorites,
.remove-favorites {
  display: inline-flex;
  align-items: center;
  color: var(--primary-dark-blue);
}
.back-btn:hover,
.add-favorites:hover,
.remove-favorites:hover {
  color: var(--green);
}
.back-btn::before {
  content: "";
  position: relative;
  background-image: url(images/icons/Big-back-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
  background-size: contain;
  flex-shrink: 0;
  transition: var(--transition);
}
.header-login-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  width: 53%;
  justify-content: flex-end;
}
.mobile-back,
.home-mobile-back,
.facility-single-mobile {
  display: none;
}
.add-favorites::before,
.remove-favorites::before {
  content: "";
  position: relative;
  background-image: url(images/icons/Favorites-green.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 10px;
  background-size: contain;
  flex-shrink: 0;
  transition: var(--transition);
}
.remove-favorites::before {
  background-image: url(images/icons/Bin-green.svg);
}

.sign-in-buttons {
  display: flex;
  align-items: center;
}
.sign-in-buttons a + a {
  margin-left: 0px !important;
}
.account-in {
  display: flex;
  align-items: center;
}
.sign-out,
.account-details {
  background: var(--light-gray-bg);
  padding: 5px 10px;
  color: var(--primary-dark-blue);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
}
.account-details.active {
  background: rgba(94, 184, 56, 0.1);
  color: var(--green);
}
.account-details.active::before {
  background-image: url(images/icons/uiw_setting.svg);
}
.sign-out {
  margin-right: 15px;
}
.sign-out::before {
  background-image: url(images/icons/uis_signout.svg);
}
.account-details::before {
  background-image: url(images/icons/uiw_setting-blue.svg);
}
.sign-out::before,
.account-details::before {
  content: "";
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 10px;
  background-size: contain;
  flex-shrink: 0;
  transition: var(--transition);
}
.sign-out:hover,
.account-details:hover {
  background: rgba(94, 184, 56, 0.1);
}
.sign-out:hover::before {
  background-image: url(images/icons/uis_signout-green.svg);
}
.account-details:hover::before {
  background-image: url(images/icons/uiw_setting.svg);
}
.account-in {
  font-weight: 600;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  padding-left: 25px;
}
.account-in .account-name {
  width: 34px;
  height: 34px;
  border-radius: 100px;
  background: var(--primary-dark-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  color: var(--white);
  flex-shrink: 0;
  font-weight: 700;
  font-size: 16px;
  transition: var(--transition);
  text-transform: uppercase;
}

.account-details-mobile {
  display: none;
}
/*-------- Header End ------------*/

/*-------- Footer Start ------------*/
.footer-wrapper p b,
.footer-wrapper p strong {
  font-weight: 600;
  color: var(--dark-grey);
}

.footer-wrapper p {
  line-height: 22px;
  font-style: italic;
}

footer {
  border-top: 1px solid var(--border-color);
  background: var(--white);
  padding: 78px 25px 72px 290px;
}
footer .bluebox,
footer .bottom-links,
footer .menu-links,
footer .copyright-sec {
  display: none;
}

/*------ Search Bar -------*/
.search-wrapper {
  max-width: 685px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.searchbar {
  display: flex;
  align-items: center;
  position: relative;
}
.searchbar input,
.search-input-wrapper input {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background-color: #fff;
  padding: 18px 65px 18px 15px;
  font-size: 14px;
  outline: none;
  width: 100%;
  line-height: normal;
  height: 55px;
  font-family: "Open Sans", sans-serif;
  color: var(--dark-grey);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchbar input::placeholder,
.search-input-wrapper input::placeholder {
  opacity: 0.5;
  color: var(--dark-grey);
}
/* Button */
.searchbar-button {
  position: absolute;
  background-color: var(--green);
  width: 55px;
  height: 55px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0px;
  border-radius: 0px 8px 8px 0px;
  right: 0px;
  background-image: url("images/icons/Search.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: var(--transition);
  flex-shrink: 0;
}
.searchbar-button:hover {
  background-color: var(--primary-dark-blue);
}
.search-suggestions {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 11px #0d6efd26;
  text-align: left;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  max-height: 245px;
  overflow: hidden;
}
.search-suggestions-wrap {
  overflow-y: auto;
  max-height: 245px;
}
.search-suggestions-wrap::-webkit-scrollbar {
  width: 5px;
}

.search-suggestions-wrap::-webkit-scrollbar-track {
  background: rgba(191, 208, 222, 0.25); /* #BFD0DE at 25% */
}

.search-suggestions-wrap::-webkit-scrollbar-thumb {
  background: #bfd0de; /* solid color */
  border-radius: 10px;
  transition: var(--transition);
}
.search-suggestions-wrap::-webkit-scrollbar-thumb:hover {
  background: rgba(191, 208, 222, 0.45);
}

.suggestion-item {
  color: var(--dark-grey);
  border-bottom: 1px solid #bfd0de;
  padding: 15px 15px 15px 0px;
  margin-left: 15px;
  cursor: pointer;
  font-weight: 500;
  transition: var(--transition);
}
.suggestion-item:last-child {
  border-bottom: 0px;
}
.suggestion-item:hover {
  color: var(--green);
}
/*------- Facility Card----------*/
.facility-card a {
  background-color: #ffffff;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 11px 0 rgba(13, 110, 253, 0.15);
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
  width: 100%;
}
.facility-card a:hover {
  box-shadow: none;
}
.facility-card:not(:last-child) {
  margin-bottom: 15px;
}
.watericon {
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background: linear-gradient(28deg, #0f3557, #2173bd),
    linear-gradient(87deg, #f97316 2.17%, #ffb547 97.95%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.watericon svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.facility-content .title {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.facility-content .location {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  margin-top: 3px;
}
.facility-content .location-icon {
  margin-right: 5px;
}
.facility-content .location p {
  max-width: 160px;
  font-weight: 600;
  color: #0f3557;
}
.facility-content {
  display: flex;
}
.facility-card-wrap {
  display: flex;
  width: 100%;
}
.facility-data {
  display: flex;
}
.facility-content {
  width: 95%;
}
.facility-card-arrow {
  width: 5%;
}
.facility-content .title {
  width: 45%;
}
.facility-content .facility-data {
  width: 55%;
  margin: 0px -10px;
}

.facility-data .center-data,
.facility-data .right-data {
  width: 50%;
  text-align: left;
  padding: 0px 10px;
}
.facility-data .center-data p,
.facility-data .right-data p {
  font-weight: 500;
  color: var(--primary-dark-blue);
}
.facility-card h4 {
  margin-bottom: 3px;
}
.facility-card p {
  color: var(--primary-dark-blue);
  font-weight: 500;
}
.right-data p {
  max-width: 150px;
  font-weight: 500;
}
.facility-card a {
  width: 100%;
}

.facility-content .title .content h4 {
  margin-bottom: 0px;
}
.facility-card a:hover .facility-card-arrow svg path {
  stroke: #3e7e23;
}
.facility-content .title .content h1 {
  margin: 0px;
}
.facility-content .title .icon {
  position: relative;
  margin-right: 13px;
}
.facility-content .title .icon .badge-label,
.rivers-list-icon .icon .badge-label {
  position: absolute;
  top: -5px;
  right: 0px;
  width: 14px;
  height: 14px;
}
.facility-content .title .icon .badge-label svg,
.rivers-list-icon .icon .badge-label svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.facilities-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.facilities-toggle-wrap {
  display: flex;
}
.facilities-wrap h5 {
  margin-bottom: 0px;
}
.facilities-toggle {
  display: flex;
}
.facilities-toggle .list-view {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--primary-dark-blue);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
}

.facilities-toggle .list-view svg path {
  transition: var(--transition);
}
.facilities-toggle .list-view:hover {
  color: var(--green);
}
.facilities-toggle .list-view:hover svg path {
  fill: var(--green);
}
.facilities-toggle .list-view:not(:last-child) {
  margin-right: 20px;
}
.facilities-toggle .list-view svg {
  margin-right: 13px;
}
.facilities-wrap {
  margin-bottom: 23px;
}

.facilities-toggle {
  margin-left: 20px;
}

/*-------- home Start ------------*/
.home-wrapper {
  max-width: 765px;
  margin: 0 auto 29px auto;
  text-align: center;
  padding-top: 14px;
}
.home-wrapper .logo {
  max-width: 485px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.home-wrapper .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-wrapper .green {
  color: var(--green);
}

/*--------- Search Page Start ----------*/
.search-main-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.search-main-wrapper .search-main-left {
  width: 35%;
  padding-right: 45px;
}
.search-main-wrapper .search-main-right {
  width: 65%;
  padding-left: 45px;
}
.information-tip {
  display: flex;
  align-items: flex-start;
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  background: var(--light-gray-bg);
  padding: 15px;
  margin-bottom: 45px;
}
.information-tip .info-icon {
  margin-right: 10px;
}
.information-tip .info-icon svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.information-tip .info-text p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.region-list ul,
.region-lists ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -11px !important;
}
.region-list ul li:not(:last-child),
.region-lists ul li:not(:last-child) {
  margin: 0 11px 11px 0px !important;
}
.region-list ul li a,
.region-lists ul li a {
  border-radius: var(--border-radius);
  padding: 8px 12px;
  background: var(--white);
  color: var(--primary-dark-blue);
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  transition: var(--transition);
  width: max-content;
}
.region-list ul li a.active,
.region-list ul li a:hover,
.region-lists ul li a.active,
.region-lists ul li a:hover {
  background: var(--green);
  color: var(--white);
}

.region-list ul .mCSB_container {
  display: flex;
}

.mCSB_dragger {
  display: none !important;
}
.mCSB_scrollTools {
  opacity: 1;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  height: 20px;
  width: 45px;
  opacity: 1;
  pointer-events: all;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%230F3557' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  width: 35px !important;
  height: 35px;
  right: -1px !important;
  top: -38px;
  box-shadow: 0 2px 11px 0 rgba(13, 110, 253, 0.15);
  border-radius: 50%;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 7L9 12L14 17' stroke='%230F3557' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center !important;
  background-repeat: no-repeat !important;
  left: -1px !important;
  top: -38px;
  width: 35px !important;
  box-shadow: 0 2px 11px 0 rgba(13, 110, 253, 0.15);
  border-radius: 50%;
  height: 35px !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 34px !important;
}

.mCustomScrollbar a.mCSB_buttonLeft.hide {
  display: none !important;
}
.mCustomScrollbar a.mCSB_buttonRight.hide {
  display: none !important;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  pointer-events: none;
}

.search-main-left .search-input-wrapper {
  margin-bottom: 45px;
  position: relative;
}
.search-main-left .search-input-wrapper .searchbar-button,
.facilities-map-top-left .searchbar .searchbar-button,
.facilities-map-top-left .search-input-wrapper .searchbar-button {
  pointer-events: none;
}
.facilities-map-top-left .search-input-wrapper {
  position: relative;
}
.search-main-right > .title,
.facilities-map-bottom-left > .title {
  margin-bottom: 25px;
}
.river-back-button {
  background: transparent;
  border: 0px;
  outline: 0px;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
}
.river-back-button h1 {
  transition: var(--transition);
  margin-bottom: 0px;
}
.river-back-button:hover h1 {
  color: var(--green);
}
.river-back-button::before {
  content: "";
  position: relative;
  background-image: url(images/icons/Big-back-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  display: block;
  margin-right: 15px;
  background-size: contain;
  flex-shrink: 0;
}
.river-systems-title,
.search-main-right > .title,
.facilities-map-bottom-left > .title,
.facilities-map-bottom-right > .title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.search-main-right .title h1,
.facilities-map-bottom-left .title h1,
.river-systems-title h1,
.facilities-map-bottom-right .title h1 {
  margin-bottom: 0px;
}
.river-systems-title p,
.search-main-right > .title p,
.facilities-map-bottom-left > .title p,
.facilities-map-bottom-right > .title p {
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  color: var(--primary-dark-blue);
}
.search-main-right > .river-back-button,
.facilities-map-bottom-left > .river-back-button {
  margin-bottom: 25px;
}
/*--------- Search Page End ----------*/

/*--------- Facilities Page Start ----------*/
.single-facility .main-content-wrap {
  padding: 74px 0px 0px 0px;
}
.facilities-single-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.facilities-single-left {
  width: 36%;
  background: #f4f7fe;
  padding: 36px 45px 36px 25px;
}
.facilities-single-left .facility-content .title {
  width: 100%;
}
.facilities-single-right {
  width: 64%;
  background: #e9effd;
}
.facilities-single-wrapper .watericon {
  width: 54px;
  height: 54px;
}
.facilities-single-wrapper .watericon svg {
  width: 26px;
  height: 26px;
}
.separator-line {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.facility-update-level-item {
  border-radius: var(--border-radius);
  background: var(--white);
  box-shadow: 0 2px 11px 0 rgba(13, 110, 253, 0.15);
  padding: 15px;
}
.facility-update-level-item:not(:last-child) {
  margin-bottom: 15px;
}
.facility-latest-update {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.facility-latest-update p {
  font-weight: 600;
  margin-bottom: 0px;
  display: inline-block;
  flex-wrap: wrap;
  align-items: center;
  color: var(--primary-dark-blue);
}
.facility-latest-update p span {
  color: var(--green);
}
.facility-latest-update .sync-icon {
  position: relative;
  background-image: url("images/icons/Updated.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 5px;
  flex-shrink: 0;
}
.facility-update-level-item h5 {
  margin-bottom: 5px;
}
.facility-update-level-item p {
  color: var(--primary-dark-blue);
  font-weight: 500;
}
.more-inforamtion-list a {
  display: inline-flex;
  align-items: center;
  color: var(--green);
  width: 100%;
  font-weight: 700;
  transition: var(--transition);
}
.more-inforamtion-list a:not(:last-child) {
  margin-bottom: 15px;
}
.more-inforamtion-list a::before {
  content: "";
  position: relative;
  background-image: url("images/icons/Download.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 13px;
  border-radius: 100px;
  background-color: #3e7e23;
  flex-shrink: 0;
  transition: var(--transition);
}
.more-inforamtion-list a:hover::before {
  background-color: var(--primary-dark-blue);
}
.more-inforamtion-list a:hover {
  color: var(--primary-dark-blue);
}
.more-inforamtion-list a + a {
  margin-left: 0px !important;
  margin-top: 0px;
}
.more-inforamtion-list {
  margin-bottom: 10px;
}
.more-inforamtion .text p {
  font-weight: 500;
}
/*--------- River Systems Start ----------*/
.rivers-list ul li a {
  display: flex;
}
.rivers-list a {
  background-color: #ffffff;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 11px 0 rgba(13, 110, 253, 0.15);
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}
.rivers-list a:hover {
  box-shadow: none;
}
.rivers-list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.rivers-list-icon .icon {
  position: relative;
  width: 38px;
  height: 38px;
  margin-right: 13px;
}
.rivers-list-icon {
  display: flex;
  align-items: center;
}
.rivers-list p {
  font-weight: 700;
  color: var(--green);
}
.rivers-list-text-arrow {
  display: flex;
  align-items: center;
}
.rivers-list-text-arrow p {
  margin-bottom: 0px;
  margin-right: 13px;
  text-transform: capitalize;
}
.rivers-list ul li a .rivers-list-arrow svg {
  transition: var(--transition);
}
.rivers-list ul li a:hover .rivers-list-arrow svg path {
  stroke: #3e7e23;
}
.rivers-list-arrow .rightarrow,
.facility-card-arrow .rightarrow {
  display: flex;
  justify-content: flex-end;
}
.rivers-list-arrow .rightarrow svg {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.rivers-list-icon .text {
  display: flex;
  flex-direction: column;
}
.rivers-list-icon .text p {
  display: none;
}
.rivers-list-icon .text h4 {
  margin-bottom: 0px;
}
.rivers-list,
.facility-list {
  height: calc(85dvh - 65px);
  overflow: hidden;
}
.rivers-list ul,
.facility-list-wrap {
  overflow-y: auto;
  height: 100%;
  padding-right: 11px;
}
.rivers-list ul::-webkit-scrollbar,
.facility-list-wrap::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

.rivers-list ul::-webkit-scrollbar-track,
.facility-list-wrap::-webkit-scrollbar-track {
  background: rgba(191, 208, 222, 0.25); /* #BFD0DE at 25% */
  border-radius: 10px;
}

.rivers-list ul::-webkit-scrollbar-thumb,
.facility-list-wrap::-webkit-scrollbar-thumb {
  background: #bfd0de; /* solid color */
  border-radius: 10px;
  transition: var(--transition);
}
.rivers-list ul::-webkit-scrollbar-thumb:hover,
.facility-list-wrap::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark-blue);
}
/*--------- River Systems End ----------*/

/*--------- Facilities Single Page Start  ----------*/

.accrodion-item {
  padding: 16px 15px;
  border-radius: var(--border-radius);
  background: var(--white);
  box-shadow: 0 2px 11px 0 rgba(13, 110, 253, 0.15);
  cursor: pointer;
}
.accrodion-item:not(:last-child) {
  margin-bottom: 15px;
}
.accrodion-content {
  display: none;
  padding-top: 20px;
}
.accrodion-content h6,
.accrodion-content h5,
.accrodion-content h4,
.accrodion-content h3,
.accrodion-content h2,
.accrodion-content h1 {
  margin-bottom: 10px;
}
.accrodion-item.active .accrodion-title h5 {
  color: var(--green);
}
.accrodion-title h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: var(--transition);
  position: relative;
  padding-right: 30px;
  margin-bottom: 0px;
}
.accrodion-title h5:hover {
  color: var(--green);
}
.accrodion-title h5::after {
  content: "";
  position: absolute;
  background-image: url(images/icons/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  right: 0px;
}
.accrodion-item.active .accrodion-title h5::after {
  content: "";
  position: absolute;
  background-image: url("images/icons/up-arrow-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
  right: 0px;
}
.accrodion-content a + a {
  margin-left: 0pc !important;
  display: block;
  margin-bottom: 20px;
}
.accrodion-content {
  color: var(--green);
  font-weight: 700;
}

.accrodion-content p a {
  font-weight: 700;
}
.accrodion-content p a + a {
  margin-top: 5px;
}
.accrodion-content p + p {
  margin-top: -10px;
}
.more-inforamtion h5 {
  margin-bottom: 20px;
}
.facilities-single-right {
  padding: 36px 25px 100px 50px;
}

.notification-box {
  border-radius: var(--border-radius);
  box-shadow: 0 7px 13px 0 rgba(13, 110, 253, 0.15);
  padding: 5px;
  margin-bottom: 25px;
}
.notification-box.alert {
  background: linear-gradient(90deg, #a71616 0%, #ff1010 100%), #fff;
}
.notification-box.notification {
  background: linear-gradient(87deg, #3e7e23 2.17%, #5eb838 97.95%), #fff;
}
.notification-box .notification-top {
  display: flex;
  padding: 10px;
}
.notification-box .notification-top .text * {
  color: var(--white);
}
.notification-box .notification-text {
  border-radius: var(--border-radius);
  background: var(--white);
  padding: 15px;
}
.notification-box .notification-text p {
  font-weight: 500;
}
.notification-box .notification-text p a {
  font-weight: 700;
}
.alert .notification-top .icon {
  position: relative;
  background-image: url("images/icons/Attention.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 55px;
  height: 55px;
  margin-right: 13px;
  flex-shrink: 0;
}
.notification .notification-top .icon {
  position: relative;
  background-image: url("images/icons/Bell.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 44px;
  height: 44px;
  margin-right: 13px;
  flex-shrink: 0;
}
.notification-box .notification-top .text h4 {
  margin-bottom: 5px;
}
.notification-box .notification-top .text p {
  font-weight: 500;
}
.notification-wrapper {
  margin-bottom: 80px;
}
.short-term-schedules {
  margin-bottom: 75px;
}
.short-term-schedules .table-wrapper {
  width: 100%;
  border-radius: var(--border-radius);
  background: var(--white);
  box-shadow: 0 2px 11px 0 rgba(13, 110, 253, 0.15);
  padding: 15px;
  margin-bottom: 20px;
}
.short-term-schedules table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border: 0px !important;
}
.short-term-schedules table tr:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.short-term-schedules table thead tr {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}
.short-term-schedules table thead tr td {
  font-size: 16px;
  line-height: normal;
}
.short-term-schedules table tr td {
  padding: 10px 0px !important;
  font-weight: 500;
  min-width: 100%;
}
.short-term-schedules table tr:last-child {
  margin-bottom: -10px;
}
.short-term-schedules h3,
.long-term-schedules h3 {
  margin-bottom: 20px;
}
.short-term-schedules table td {
  border-right: 0px !important;
  border-left: 0px !important;
  border-top: 0px !important;
  border-bottom: 1px solid rgb(191 208 222 / 50%) !important;
}
.short-term-schedules table tr:last-child {
  border: 0px !important;
}
.short-term-schedules tr th {
  padding: 0px 0px 10px 0px !important;
  border-bottom: 1px solid var(--border-color) !important;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
}
.long-term-schedules {
  margin-bottom: 90px;
}
.long-term-wrap {
  border-radius: var(--border-radius);
  margin-bottom: 20px;
}
.long-term-text p a {
  color: var(--green);
  text-decoration: underline;
  font-weight: 700;
}
.long-term-text p a:hover {
  color: var(--primary-dark-blue);
}
.long-term-wrap iframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.more-inforamtion-mobile {
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  padding: 15px;
}
.more-inforamtion-mobile h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
  font-size: 16px;
}
.more-inforamtion-mobile h5::after {
  content: "";
  position: relative;
  background-image: url("images/icons/Rightarrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}
.more-inforamtion-mobile p {
  font-weight: 500;
}
.more-inforamtion-mobile {
  display: none;
}
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
  margin-bottom: 20px;
}
.facilities-single-right table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #bfd0de;
}
.facilities-single-right table th {
  background: #fff;
  padding: 15px;
  border-top: 0px;
  border-bottom: 0px;
}
.facilities-single-right table tr td {
  border-bottom: 0px;
  min-width: 120px;
}
.facilities-single-right table tr:first-child {
  border-left: 0px;
}
.facilities-single-right table tr:last-child {
  border-left: 0px;
}
.facilities-single-right table td,
.facilities-single-right th {
  border: 1px solid var(--border-color);
}
.facilities-single-right table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.35);
}
.facilities-single-right table th td {
  padding: 15px;
}
.facilities-single-right table tr td {
  padding: 10px;
}

.text-block img {
  border-radius: 8px;
  overflow: hidden;
}
table th {
  font-size: 16px;
  font-weight: 700;
}
.text-block p a {
  font-weight: 700;
}
/*--------- Facilities Single Page End  ----------*/

/*--------- Facilities Map List Start  ----------*/
.facilities-map-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.facilities-map-top-left {
  width: 50%;
  padding-right: 27.5px;
}
.facilities-map-top-right {
  width: 50%;
  padding-left: 27.5px;
}
.facilities-map-top-left .search-wrapper {
  max-width: 100%;
}
.facilities-map-bottom {
  display: flex;
  flex-wrap: wrap;
}
.facilities-map-bottom-left {
  width: 50%;
  padding-right: 20px;
}
.facilities-map-bottom-right {
  width: 50%;
  padding-left: 20px;
}
.facilities-map-bottom-right .information-tip {
  margin-top: 25px;
  margin-bottom: 0px;
}
.map-container {
  border-radius: 8px;
  height: calc(73dvh - 65px);
  margin-top: 71px;
}
.facilities-map-bottom-left .rivers-list .rivers-list a {
  padding: 33px 25px;
}

.facility-content-main .facility-content .location-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.facility-content-main .facility-content .location-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.facility-content-main .facility-content .location {
  align-items: center;
}
.facilities-map-bottom-left .rivers-list ul li a {
  padding: 30px 25px;
}
.facilities-map-top-left .information-tip.map-mobile {
  display: none;
}

.facilities-map-bottom-left .facility-content {
  flex-direction: column;
  width: 100%;
}
.facilities-map-bottom-left .facility-content .facility-data {
  width: 100%;
  padding-left: 51px;
}
.facilities-map-bottom-left .facility-content .title {
  width: 100%;
  border-bottom: 1px solid #bfd0de;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.facilities-map-bottom-left .facility-card a {
  padding: 25px;
}
.facilities-map-bottom-left .facility-card-wrap {
  position: relative;
}
.facilities-map-bottom-right .title {
  display: none;
}
.facilities-map-bottom-left .facility-card-arrow {
  display: none;
}
.facilities-map-bottom-left .facility-content .location p {
  max-width: 100%;
  font-size: 13px;
}
.facilities-map-bottom-left .facility-content .content {
  width: 100%;
}
.facilities-map-bottom-left .facilities-toggle-wrap {
  margin-top: 28px;
  width: 100%;
  justify-content: space-between;
}
.facilities-map-bottom-left .facilities-wrap h5 {
  font-size: 16px;
}
.facilities-map-bottom-left .facility-content .title::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M14.1667 9.91671L21.25 17L14.1667 24.0834' stroke='%230F3557' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  right: -8px;
  transition: var(--transition);
  flex-shrink: 0;
}

.facilities-map-bottom-left
  .facility-card
  a:hover
  .facility-content
  .title::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M14.1667 9.91671L21.25 17L14.1667 24.0834' stroke='%233E7E23' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.leaflet-top .leaflet-control a + a {
  margin-left: 0px !important;
}
.leaflet-control-zoom-in {
  width: 40px !important;
  height: 40px !important;
  border-radius: 100px 100px 0px 0px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 0px !important;
}
.leaflet-control-zoom-in:hover,
.leaflet-control-zoom-out:hover {
  background-color: var(--green) !important;
}
.leaflet-control-zoom-in:hover span,
.leaflet-control-zoom-out:hover span {
  filter: brightness(0) invert(1);
}
.leaflet-control-zoom-in span {
  line-height: normal !important;
  font-size: 0px !important;
  background-image: url(images/icons/ic_round-plus.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 60%;
  border: 0px !important;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
}
.leaflet-control-zoom-out span {
  line-height: normal !important;
  font-size: 0px !important;
  background-image: url(images/icons/ic_round-minus.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 60%;
  border-top: 1px solid #bfd0de !important;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
}
.leaflet-control-zoom-out {
  width: 40px !important;
  height: 40px !important;
  border-radius: 0px 0px 100px 100px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.leaflet-left {
  right: 15px !important;
  left: auto !important;
  top: 15px;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 0px !important;
  margin: 0px !important;
}
.map-river-icon-wrap {
  width: 42px;
  height: 42px;
}
.map-river-icon {
  background-image: url(images/icons/River-system.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
}
.facility-water .map-river-icon {
  background-image: url(images/icons/Facility.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
}
.map-river-count {
  min-width: 17px;
  min-height: 17px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 2px 11px 0 rgba(13, 110, 253, 0.15);
  font-size: 11px;
  line-height: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -9px;
  right: 0px;
}
.leaflet-popup-content h3 {
  color: var(--primary-dark-blue) !important;
  margin-bottom: 5px !important;
}
.leaflet-popup-content p {
  font-family: var(--font-open-sans);
  font-weight: 500;
}
.leaflet-container a.leaflet-popup-close-button {
  width: 20px !important;
  height: 20px !important;
  font-weight: 500 !important;
  font-size: 25px !important;
  color: var(--primary-dark-blue) !important;
  font-family: var(--font-open-sans);
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: var(--green) !important;
}
.map-river-bagdes {
  position: absolute;
  top: -15px;
  right: 12px;
  display: flex;
  z-index: 1;
}
.map-river-bagdes .map-river-alert {
  background-image: url(images/icons/Warning.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: block;
}
.map-river-notification {
  background-image: url(images/icons/notification.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: block;
}
.facility-water .map-river-bagdes {
  top: -11px;
  right: 11px;
}
.facilities-map-bottom-right .river-back-button {
  display: none;
}
.hover-card {
  position: relative; /* important for positioning the tooltip */
  display: inline-block;
}

/* Tooltip box */
.hover-card .name {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 11px 0 rgba(13, 110, 253, 0.15);
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font-open-sans);
  padding: 7px 12px;
  position: absolute;
  top: 115%;
  left: -9px;
  transform: translateY(-115%);
  white-space: nowrap;
  z-index: 9;
  color: var(--primary-dark-blue);
}

/* Triangle pointer pointing left */
.hover-card .name::after {
  content: "";
  position: absolute;
  top: 50%; /* center vertically */
  left: -6px; /* position on left side */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff; /* triangle color matches tooltip */
}
.search-main-right {
  position: relative;
  overflow: hidden;
  z-index: 0 !important;
}
.table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.table-wrapper thead tr th:first-child {
  border-left: 0px;
}
.table-wrapper thead tr th:last-child {
  border-right: 0px;
}
.table-wrapper tbody tr td:first-child {
  border-left: 0px;
}
.table-wrapper tbody tr td:last-child {
  border-left: 0px;
}
/*--------- Facilities Map List End  ----------*/

/*--------- Public Safety Start  ----------*/

/*------ Hero Banner Start -----*/
.page-id-861 .main-content-wrap,
.page-id-324 .main-content-wrap {
  padding: 74px 0px 0px 0px;
}
.hero-banner {
  position: relative;
  overflow: hidden;
}

.hero-banner-text {
  position: relative;
  bottom: 0px;
  width: 100%;
  padding: 60px 62px 60px 62px;
}

.hero-banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero-banner-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-banner-image::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-image: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 49.58%,
    rgba(0, 0, 0, 0.45) 99.87%
  );
  pointer-events: none;
}
.hero-banner-text-wrap * {
  color: var(--white);
}
.hero-banner-text-wrap {
  max-width: 430px;
}
.hero-banner-text-wrap h1 {
  font-size: 44px;
  margin-bottom: 20px;
}
.hero-banner-text-wrap p {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.map-banner-text h2 {
  margin-bottom: 15px;
}
.map-banner-text .region-list {
  margin-top: 35px;
}
/*------ Hero Banner End -----*/

/*------ Map Banner Start -----*/
.map-banner {
  position: relative;
  overflow: hidden;
}

.map-banner-text {
  position: relative;
  bottom: 0px;
  width: 100%;
  padding: 145px 0px 138px 0px;
  max-width: 333px;
  margin-right: 145px;
  margin-left: auto;
}

.map-banner-image {
  position: absolute;
  width: 87%;
  height: 100%;
  left: -385px;
  right: 0px;
}
.map-banner-image svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  position: relative;
}
.map-banner-image svg .map-hover {
  transition: var(--transition);
}
.map-banner-image .map-hover:hover {
  cursor: pointer;
  fill: var(--primary-dark-blue);
  fill-opacity: 1 !important;
}
.be-aware-alert {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #a71616 0%, #ff1010 100%);
  padding: 15px 25px;
  justify-content: space-between;
  position: fixed;
  width: calc(100% - 265px);
  right: 0px;
  z-index: 1;
  bottom: 0px;
}
.be-aware-alert .be-aware-alert-left .icon {
  position: relative;
  background-image: url(images/icons/Attention.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 38px;
  height: 38px;
  margin-right: 13px;
  flex-shrink: 0;
}
.be-aware-alert .be-aware-alert-left {
  margin-right: 15px;
}
.dismiss-btn {
  background: var(--white);
  padding: 5px 10px;
  color: var(--primary-dark-blue);
  border-radius: 6px;
  display: inline-block;
  transition: var(--transition);
}
.dismiss-btn:hover {
  background: var(--primary-dark-blue);
  color: var(--white);
}
.be-aware-alert-left * {
  color: var(--white);
}
.be-aware-alert-left h5 {
  margin-bottom: 0px;
}
.be-aware-alert-left .top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.be-aware-alert-left p {
  font-weight: 500;
}
/*------ Map Banner End -----*/

/*------ Three column layout with icons Start -----*/
.three-column-layout-with-icons .title {
  margin-bottom: 35px;
  text-align: center;
}
.three-column-layout-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -45px;
}
.three-column-layout-item {
  width: 33.33%;
  padding: 0px 22.5px;
  text-align: center;
  margin-bottom: 45px;
  height: calc(100% - 45px);
}
.three-column-layout-item .icon {
  width: 85px;
  height: 85px;
  border-radius: 100px;
  background: linear-gradient(28deg, #0f3557 0%, #2173bd 100%), #fff;
  padding: 23px;
  flex-shrink: 0;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.three-column-layout-item .content p {
  font-weight: 500;
}
.three-column-layout-item .content h3 {
  margin-bottom: 15px;
}
.three-column-layout-with-icons {
  padding: 61px 25px;
  background: var(--white);
}
/*------ Three column layout with icons End -----*/

/*------ Two column layout with icons Start -----*/
.two-column-layout-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 75px 25px;
}
.two-column-layout-text {
  width: 50%;
  padding-right: 45px;
}
.two-column-layout-text h2 {
  margin-bottom: 20px;
}
.two-column-layout-text p {
  margin-bottom: 20px;
}
.two-column-layout-image {
  width: 50%;
  padding-left: 45px;
}
.two-column-layout-image .image {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.two-column-layout-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*------ Two column layout with icons End -----*/

/*--------- Public Safety End  ----------*/

/*------ legal page tabs Start -----*/
.legal-page-tabs .title {
  max-width: 625px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 25px;
}
.legal-page-tabs .title h1 {
  margin-bottom: 0px;
  font-size: 44px;
}
.tab-menu {
  margin-bottom: 50px;
}
.tab-menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tab-menu ul li:not(:last-child) {
  margin-right: 11px;
}
.tab-menu ul li a {
  border-radius: var(--border-radius);
  padding: 8px 12px;
  background: var(--white);
  color: var(--primary-dark-blue);
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  transition: var(--transition);
  width: max-content;
}
.tab-menu ul li a:hover,
.tab-menu ul li a.active {
  background: var(--green);
  color: var(--white);
}
.tab-box:not(:first-child) {
  display: none;
}
.tab-content-item:not(:last-child) {
  margin-bottom: 60px;
}
.legal-page-tabs {
  margin-bottom: 35px;
}
.tab-content p a + a {
  margin-left: 0px !important;
  margin-top: 0px;
}
.tab-content a {
  font-weight: 700;
}
/*------ legal page tabs End -----*/

/*------ Sign In Pop Up Start -----*/
.sign-in-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 53, 87, 0.75);
  display: none;
  z-index: 9999;
}
.popup-content {
  background: var(--white);
  width: 400px;
  padding: 35px;
  margin: 0 auto;
  border-radius: 12px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.close {
  position: absolute;
  right: 11px;
  top: 11px;
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
  background: url(images/icons/material-symbols_close-rounded.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: var(--transition);
}
.close:hover {
  background: url(images/icons/material-symbols_close-rounded-blue.svg);
}
.popup-content .title {
  text-align: center;
  margin-bottom: 30px;
}
.popup-content .title h2 {
  margin: 0px 0px 15px 0px;
}
.popup-content .title p {
  font-weight: 500;
}
.popup-content .form-row {
  margin-bottom: 16px;
}
.popup-content input,
.account-deatils input {
  border-radius: var(--border-radius);
  border: 1px solid #bfd0de;
  padding: 12px;
  width: 100%;
  background: #e9effd;
  font-family: var(--font-open-sans);
  transition: var(--white);
}
.pwd-icon input[type="password"],
.pwd-icon input[type="text"] {
  padding: 12px 40px 12px 12px;
}
.popup-content input::placeholder,
.account-deatils input::placeholder {
  color: rgba(15, 53, 87, 0.5);
}
.popup-content input:focus,
.account-deatils input:focus {
  background: var(--white);
}

.popup-content input:-webkit-autofill,
.account-deatils input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--white) inset; /* Forces background */
  -webkit-text-fill-color: #0f3557; /* Text color */
  transition: background-color 5000s ease-in-out 0s; /* Prevent flash */
}

.account-deatils input:-webkit-autofill,
.account-deatils input:-webkit-autofill:hover,
.account-deatils input:-webkit-autofill:focus,
.account-deatils input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #e9effd inset !important;
  box-shadow: 0 0 0 1000px #e9effd inset !important;
  -webkit-text-fill-color: #0f3557 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.account-deatils .data-fetch input {
  background: #fff;
}
.form-button button {
  border: 0px;
  outline: 0px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
  height: 46px;
}
.agree-checkbox {
  display: inline-flex;
  justify-content: center;
  margin: 0px 0px 25px 0px;
  width: 100%;
  align-items: center;
}

.agree-checkbox input,
.facility-action-item input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.agree-checkbox input + label,
.facility-action-item input + label {
  align-items: center;
  color: var(--dark-grey);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.agree-checkbox label:before,
.facility-action-item label:before {
  -webkit-appearance: none;
  background-color: transparent;
  background-color: transparent;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-right: 8px;
  position: absolute;
  vertical-align: middle;
  flex-shrink: 0;
  top: 2px;
  left: 0;
  background: url(images/icons/check-empty.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.agree-checkbox label {
  padding-left: 24px;
}
.agree-checkbox input:checked + label:after,
.facility-action-item input:checked + label:after {
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-right: 8px;
  position: absolute;
  vertical-align: middle;
  flex-shrink: 0;
  top: 2px;
  left: 0px;
  background: url(images/icons/check-box-rounded-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* .agree-checkbox input:checked+label:before,
.facility-action-item input:checked+label:before{
    background-color: var(--green);
    border-color: transparent;
} */
.sign-in-text {
  text-align: center;
}
.sign-in-text p {
  font-weight: 600;
  color: var(--primary-dark-blue);
}
.sign-in-text a {
  font-weight: 700;
}
.sign-in-wrap {
  display: none;
}
.forgot-password {
  color: var(--green);
  text-decoration: underline;
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
}
.forgot-password:hover {
  text-decoration: underline;
  color: var(--primary-dark-blue);
}
.register-text p {
  text-align: center;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 24px;
}
.register-text p a {
  font-weight: 700;
  text-decoration: underline;
}
.modal-open {
  overflow: hidden;
}
.error-msg {
  text-align: center;
  margin-top: 25px;
  font-weight: 600;
  border: 1px solid #ff1010;
  padding: 12px;
  color: #ff1010;
  background: rgb(255 16 16 / 10%);
  border-radius: var(--border-radius);
}
.reset-passwd-error.error-msg {
  background: #fee5e5;
  margin-bottom: 20px;
  border: 0px;
  padding: 15px;
  margin-top: 15px;
}
.reset-passwd-error.error-msg p {
  color: #ed1924;
}

.reset-passwd-error.error-msg p a {
  color: #ed1924;
  display: inline-block;
  margin-bottom: 0px;
}
.pass-alert input {
  border: 1px solid #ed1924;
  background: #fee5e5;
}
.success-msg {
  text-align: center;
  margin-top: 25px;
  font-weight: 600;
  border: 1px solid var(--green);
  padding: 12px;
  color: var(--green);
  background: rgba(94, 184, 56, 0.1);
  border-radius: var(--border-radius);
}
.success-msg span {
  font-size: 15px;
  font-weight: 700;
}
.line {
  width: 100%;
  height: 1px;
  background: var(--border-color);
  margin: 25px 0px;
}
.account-popup .form-button button {
  margin-bottom: 0px;
}
.account-deatils {
  background-color: #ffffff;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 11px 0 rgba(13, 110, 253, 0.15);
  padding: 25px;
  margin-bottom: 10px;
}
.account-deatils label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
.account-deatils .form-button {
  display: flex;
  margin-top: 35px;
}
.account-deatils .form-button button {
  width: max-content;
  margin-bottom: 0px;
}
.account-deatils .form-button button:not(:last-child) {
  margin-right: 15px;
}
.account-deatils .form-row {
  margin-bottom: 20px;
}
/*------ Sign In Pop Up End -----*/

/*------ Favorites Start -----*/

.favorites-main .facility-content .title {
  margin-bottom: 0px;
  width: 100%;
}
.favorites-main .facility-content {
  width: 100%;
}
.favorites-main .facility-action {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.favorites-main .facility-content .location p {
  max-width: 100%;
}
.facility-action-item {
  border-radius: 8px;
  background: #e9effd;
  padding: 10px 15px;
  transition: var(--transition);
  position: relative;
}
.facility-action-item input {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.facility-action-item:hover {
  background: rgba(94, 184, 56, 0.1);
}
.facility-action-item label {
  padding-left: 24px;
  font-weight: 600 !important;
  color: var(--primary-dark-blue) !important;
  transition: var(--transition);
}
.favorites-main .facility-action .facility-action-item:not(:last-child) {
  margin-right: 20px;
}
.facility-action-item input:checked + label {
  color: var(--green) !important;
}
.facility-action-item:has(input:checked) {
  background: rgba(94, 184, 56, 0.1);
}
.facility-action-item:hover label {
  color: var(--green) !important;
}
.facility-action-item:hover label:before {
  background: url(images/icons/check-box-rounded-icon.svg);
  background-size: contain;
}
.facility-action-remove {
  display: flex;
  cursor: pointer;
}
.facility-action-remove svg {
  transition: var(--transition);
}
.facility-action-remove svg:hover path {
  fill: var(--green);
}
.favorites-card .facility-content {
  margin-bottom: 0px;
  width: 100%;
}
.favorites-card {
  background-color: #ffffff;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 11px 0 rgba(13, 110, 253, 0.15);
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
  width: 100%;
  flex-direction: column;
}
.favorites-card .facility-content a {
  width: 50%;
}
.favorites-card .notification-box {
  margin-top: 25px;
  margin-bottom: 0px;
  box-shadow: none;
}
.favorites-card:not(:last-child) {
  margin-bottom: 15px;
}
.favorites-card .facility-content .location {
  align-items: center;
}
.favorites-card .water-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
.favorites-card .water-icon img,
.favorites-card .facility-content .location-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.favorites-card .facility-content .location-icon {
  width: 16px;
  height: 16px;
}
.facility-card.no-data .title {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.favorites-search {
  margin-bottom: 45px;
}
.favorites-card .notification-wrapper {
  margin-bottom: 0px;
}
/*------ Favorites End -----*/

/*------ Error Page Start --------*/
.error-found-wrapper {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  min-height: 400px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error-found-wrapper h1 {
  font-size: 50px;
}
.error-found-wrapper p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.iframe-calendar {
  margin-top: 75px;
}
/*------ Error Page End --------*/

.no-result {
  font-weight: 600;
}
.pwd-icon {
  position: relative;
}
.eye-icon {
  position: absolute;
  top: calc(50% - 8px);
  right: 14px;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  background-image: url(images/icons/icon-password-hide.svg);
}

.eye-icon.show-password {
  background-image: url(images/icons/icon-password-show.svg);
}
.search-results .title {
  margin-bottom: 25px;
}
.account-deatils .pwd-icon .eye-icon {
  top: calc(50% - -4.5px);
}
.space {
  height: 40px;
  display: block;
}

#chart-container {
  position: relative;
  height: auto;
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 0px;
}
.facility-chart-section {
  margin: 75px 0px 0px 0px !important;
  padding: 0px !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  border: 0px !important;
}
.chart-canvas-container {
  height: auto !important;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  margin-bottom: 20px;
  margin-top: -50px;
}
#planet-chart {
  max-height: 350px !important;
}
iframe footer {
  display: none;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}

.iframe-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.facilities-single-right section:last-child {
  margin-bottom: 0px;
}
.tooltip-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.custom-tooltip {
  position: fixed;
  background: #e9effd;
  border: 1px solid #bfd0de;
  padding: 8px 14px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
  z-index: 9999;
}

/* Arrow border */
.custom-tooltip::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #bfd0de transparent;
}

/* Arrow background */
.custom-tooltip::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #e9effd transparent;
}

/* Show */
.tooltip-wrap:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
}
.image-block {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facility-contact-wrap a + a {
  margin-left: 0px !important;
}
.facility-contact-wrap a:not(:last-child) {
  margin-bottom: 10px;
}
.facility-contact-wrap span {
  font-weight: 700;
  color: var(--primary-dark-blue);
  margin-right: 3px;
}
.facility-contact-wrap a.email {
  color: var(--green);
  text-decoration: underline;
}
.facility-contact-wrap a {
  width: 100%;
  display: block;
}
.facility-contact-wrap .item {
  display: flex;
  align-items: center;
}
.facility-contact-wrap .item:not(:last-child) {
  margin-bottom: 8px;
}

.orange-notice {
  background: #fff1e9;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
}
.orange-notice p {
  color: #ff722b;
}
.orange-notice p a {
  text-decoration: underline;
  color: #ff722b;
  display: inline-block;
  margin-bottom: 0px;
}
/*-------- Responsive Start ------------*/

@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 1199px) {
  /*--------- Header Start ------*/
  .home-wrapper .logo {
    max-width: 350px;
  }
  .header-login-right {
    width: 58%;
  }
  .header-login-left {
    width: 42%;
  }
  /*--------- Header End ------*/

  /*--------- Search Page Start ----------*/
  .search-main-wrapper .search-main-left {
    width: 40%;
    padding-right: 20px;
  }
  .search-main-wrapper .search-main-right {
    width: 60%;
    padding-left: 20px;
  }
  /*--------- Search Page End ----------*/

  /*------ Hero Banner Start -----*/
  .hero-banner-text-wrap {
    max-width: 600px;
  }
  .hero-banner-image::before {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.35) 0%,
      rgba(0, 0, 0, 0.35) 100%
    );
  }
  /*------ Hero Banner End -----*/

  /*------ Map Banner Start -----*/
  .map-banner-text {
    margin-right: 50px;
    padding: 100px 0px 100px 0px;
  }
  .map-banner-image {
    left: -300px;
  }
  /*------ Map Banner End -----*/

  /*------ Three column layout with icons Start -----*/
  .three-column-layout-item {
    width: 50%;
  }
  /*------ Three column layout with icons End -----*/

  /*------ Two column layout with icons Start -----*/
  .two-column-layout-text {
    padding-right: 15px;
  }
  .two-column-layout-image {
    padding-left: 15px;
  }
  /*------ Two column layout with icons end -----*/

  .facilities-map-bottom-left {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1024px) {
  /*--------- Search Page Start ----------*/
  .search-main-wrapper .search-main-left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 45px;
  }
  .search-main-wrapper .search-main-right {
    width: 100%;
    padding-left: 0px;
  }
  /*--------- Search Page End ----------*/

  /*--------- River Systems Start ----------*/
  .rivers-list {
    height: 100%;
  }
  .rivers-list ul,
  .facility-list-wrap {
    padding-right: 0px;
  }
  /*--------- River Systems End ----------*/

  /*--------- Facilities Single Page Start  ----------*/
  .facilities-single-left {
    width: 100%;
    padding: 36px 15px 36px 15px;
  }
  .facilities-single-right {
    width: 100%;
    padding: 55px 15px 65px 15px;
  }
  .facilities-active .more-information-side-panel {
    display: block;
  }
  .facilities-active .facility-content-main {
    display: none;
  }
  .facilities-active .facilities-single-right {
    display: none;
  }
  .mobile-back,
  .home-mobile-back,
  .facility-single-mobile {
    border-bottom: 1px solid #bfd0de;
    background: #fff;
    padding: 12.5px 15px;
    display: none;
  }

  .facilities-active .mobile-back {
    display: block;
  }
  .facilities-active .facility-single-mobile {
    display: none;
  }
  .facilities-active .more-inforamtion-mobile {
    display: none;
  }
  /*--------- Facilities Single Page End  ----------*/

  /*--------- Facilities Map List Start ----------*/
  .facilities-map-top-left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 35px;
  }
  .facilities-map-top-right {
    width: 100%;
    padding-left: 0px;
  }
  .facilities-map-bottom-left {
    width: 100%;
    padding-right: 0px;
  }
  .facilities-map-bottom-right {
    width: 100%;
    padding-left: 0px;
  }
  .facilities-map-top-left .information-tip.map-mobile {
    display: flex;
    margin-top: 35px;
    margin-bottom: 0px;
  }
  .facilities-map-bottom-right .information-tip {
    display: none;
  }
  .map-container {
    height: 61vh;
  }
  /*--------- Facilities Map List End ----------*/
  /*------ Two column layout with icons Start -----*/
  .two-column-layout-text {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 45px;
  }
  .two-column-layout-image {
    width: 100%;
    padding-left: 0px;
  }
  /*------ Two column layout with icons end -----*/

  /*------ Favorites Start -----*/
  .favorites-main .information-tip {
    margin-bottom: 0px;
  }
  .sign-in-buttons a,
  .back-btn,
  .add-favorites,
  .remove-favorites,
  .header-login-left a,
  .account-in {
    font-size: 13px;
  }
  .facility-action-item:hover label:before {
    background: url(images/icons/check-empty.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .account-in {
    padding-left: 10px;
  }
  /*------ Favorites End -----*/
}

@media only screen and (max-width: 991px) {
  .main-content-wrap {
    padding: 97px 15px 65px 15px;
  }
  /*--------- Header Start ------*/
  .sidebar-wrapper {
    position: relative;
    width: 100%;
  }

  .header-main {
    overflow-y: auto;
    transform: translateX(100%);
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    right: 0;
    position: absolute;
    top: 52px;
    transition: var(--transition);
    width: 100%;
    z-index: 99999;
    justify-content: flex-start;
    height: calc(100dvh - 52px);
    padding: 20px 0px;
  }

  .menu-active .header-main {
    transform: translateX(0);
    right: 0px;
  }
  .header-main ul {
    width: 100%;
    margin-bottom: 15px;
  }
  .main-site-left {
    width: 100%;
  }
  .main-site-right {
    width: 100%;
  }
  .menu-icon {
    display: block;
    margin-left: 15px;
  }
  .menu-icon .menu-open {
    display: flex;
  }
  .header-inner-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    border-bottom: 1px solid #bfd0de;
    height: 52px;
  }
  .header-inner {
    border-right: 0px;
  }
  .menu-close {
    display: none;
  }
  .menu-active .menu-close {
    display: flex;
  }
  .menu-active .menu-open {
    display: none;
  }
  /* .menu-active .head-mobile-right a.sign-in{
        display: none;
    } */
  .site-branding {
    height: auto;
    padding: 0px;
    border-bottom: 0px;
  }
  .header-login-bar {
    display: none;
  }
  .mobile-sign-in {
    display: block;
  }
  .main-site-wrapper {
    overflow: hidden;
  }
  .main-menu {
    width: 100%;
  }
  .site-header {
    position: fixed;
    top: 0px;
    width: 100%;
  }
  .menu-links li a:hover,
  .menu-links li.active a {
    background: transparent;
  }
  .menu-active {
    overflow: hidden;
  }
  .site-header .bottom-links,
  .site-header .bluebox,
  .site-header .copyright-sec {
    display: none;
  }
  .account-details-mobile {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-top: 1px solid #bfd0de;
    margin-top: 15px;
    padding-top: 15px;
    width: calc(100% - 30px);
    overflow: hidden;
    justify-content: center;
    margin: 0 auto;
  }
  .account-details-mobile a + a {
    margin-left: 0px !important;
    margin-top: 0px;
  }
  .account-details {
    background: transparent;
    padding: 12px 0;
    margin-bottom: 15px;
  }
  .menu-active .be-aware-alert {
    display: none;
  }
  /*--------- Header Start ------*/

  /*--------- Footer Start ------*/
  footer {
    padding: 65px 15px 25px 15px;
  }
  footer .menu-links li a {
    padding: 0px;
  }
  .bottom-links {
    margin-bottom: 15px;
  }
  .footer-wrapper {
    margin-bottom: 35px;
  }
  .bluebox {
    margin-bottom: 35px;
  }
  footer .copyright-sec {
    display: flex;
    flex-direction: column-reverse;
  }
  .copyright-sec .copyright-logo {
    margin-bottom: 15px;
  }
  .copyright-sec p {
    margin-bottom: 0px;
  }
  footer .bluebox,
  footer .bottom-links,
  footer .menu-links,
  .menu-links .copyright-sec {
    display: block;
  }
  /*--------- Footer Start ------*/

  .home-wrapper .logo {
    padding-bottom: 20px;
  }

  .search-wrapper {
    max-width: 100%;
  }

  .single-facility .main-content-wrap {
    padding: 52px 0px 0px 0px;
  }

  /*------ Hero Banner Start -----*/

  .hero-banner-text {
    padding: 60px 15px 60px 15px;
  }
  .page-id-861 .main-content-wrap {
    padding: 52px 0px 0px 0px;
  }
  /*------ Hero Banner End -----*/

  /*--------- Facilities Map List Start ----------*/
  .facilities-map-bottom-left .title.mobile {
    display: none;
  }
  .facilities-map-bottom {
    flex-direction: column-reverse;
  }
  .facilities-map-bottom-right .title {
    display: block;
    margin-bottom: 25px;
  }
  .map-container {
    margin-bottom: 45px;
  }
  .facilities-map-top {
    margin-bottom: 40px;
  }
  .facilities-map-bottom-right > .river-back-button {
    display: inline-flex;
    margin-bottom: 25px;
  }
  .facilities-map-bottom-left .river-back-button {
    display: none;
  }
  /*--------- Facilities Map List End ----------*/

  /*------ Map Banner Start -----*/
  .map-banner-text {
    margin-right: 15px;
    padding: 80px 0px 80px 0px;
  }
  .map-banner-image {
    left: -350px;
    width: 100%;
  }
  .be-aware-alert {
    width: 100%;
  }
  .be-aware-alert .be-aware-alert-left {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  /*------ Map Banner End -----*/

  /*------ Three column layout with icons Start -----*/
  .three-column-layout-item .icon {
    width: 65px;
    height: 65px;
    padding: 18px;
  }
  /*------ Three column layout with icons End -----*/

  /*------ Two column layout with icons Start -----*/
  .two-column-layout-wrapper {
    padding: 65px 15px;
  }
  /*------ Two column layout with icons End -----*/

  /*------ Error Page Start --------*/
  .error-found-wrapper {
    min-height: 300px;
  }
  /*------ Error Page end --------*/

  .facilities-map-bottom-left {
    margin-bottom: 0px;
  }
  .map-container {
    margin-top: 0px;
  }
  .back-home-btn .main-content-wrap {
    padding: 52px 15px 65px 15px;
  }

  .home-mobile-back {
    display: block;
    width: calc(100% + 30px);
    position: relative;
    margin: 0px -15px;
  }
  .no-container .home-mobile-back {
    margin: 0px;
  }
  .legal-page-tabs {
    margin-top: 45px;
  }

  .page-id-861 .main-content-wrap,
  .page-id-324 .main-content-wrap {
    padding: 52px 0px 0px 0px;
  }
  .facility-single-mobile {
    display: flex;
    justify-content: space-between;
  }
  .sign-in-buttons a,
  .back-btn,
  .add-favorites,
  .remove-favorites,
  .header-login-left a,
  .account-in {
    font-size: 14px;
  }
  .facility-single-mobile a + a {
    margin-top: 0px;
  }
  .rivers-list,
  .facility-list {
    height: auto;
  }

  .facilities-single-right table th {
    min-width: 200px;
  }
  .facilities-map-bottom-right .river-back-button {
    display: flex;
  }
  .back-home-btn .search-main {
    margin-top: 45px;
  }
  .mb-64 {
    margin-bottom: 55px;
  }
  .iframe-block iframe {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
  }
  /*--------- Header Start ------*/
  .site-branding img {
    max-width: 159px;
  }
  a.sign-in {
    font-size: 13px;
  }
  .header-main {
    width: 100%;
  }
  a + a {
    margin-left: 0px !important;
    margin-top: 25px;
  }
  .button-wrap a + a {
    margin-top: 25px !important;
  }
  /*--------- Header End ------*/

  /*--------- Footer Start ------*/
  .footer-wrapper p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  /*--------- Footer End ------*/

  .home-wrapper .logo {
    max-width: 265px;
  }
  .home-wrapper {
    max-width: 100%;
    margin: 0 auto 45px auto;
    padding-top: 0px;
  }
  .home-wrapper h4 {
    font-size: 15px;
  }

  .facilities-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .searchbar input {
    height: 45px;
    padding: 13px 50px 13px 15px;
  }
  .searchbar input::placeholder {
    opacity: 1;
    font-weight: 400;
  }
  .searchbar-button {
    width: 45px;
    height: 45px;
  }
  /*------- facility --------*/
  .facility-content {
    flex-direction: column;
    width: 100%;
  }
  .facility-content .facility-data {
    width: 100%;
  }
  .facility-content .title {
    width: 100%;
    border-bottom: 1px solid #bfd0de;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .facility-card a {
    padding: 25px 15px;
  }
  .facility-card-wrap {
    position: relative;
  }
  .facility-card-arrow {
    display: none;
  }
  .facility-content .location p {
    max-width: 100%;
    font-size: 13px;
  }
  .facility-content .content {
    width: 100%;
  }
  .facilities-toggle-wrap {
    margin-top: 25px;
    width: 100%;
    justify-content: space-between;
  }
  .facility-data .right-data {
    padding: 0px 0px 0px 10px;
  }
  .facilities-wrap h5 {
    font-size: 16px;
  }
  .searchbar input::placeholder {
    max-width: 185px;
  }
  .facility-card h4 {
    font-size: 15px;
  }
  .facility-content .title::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%230F3557' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    right: -8px;
    transition: var(--transition);
    flex-shrink: 0;
  }

  .facility-card a:hover .facility-content .title::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%233E7E23' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .facility-content .title {
    position: relative;
  }
  /*--------- Search Page Start ----------*/
  .information-tip {
    margin-bottom: 35px;
  }
  .search-main-left .search-input-wrapper {
    margin-bottom: 35px;
  }
  .searchbar input,
  .search-input-wrapper input {
    height: 45px;
  }
  .river-systems-title p,
  .search-main-right > .title p,
  .facilities-map-bottom-left > .title p,
  .facilities-map-bottom-right > .title p {
    font-size: 28px;
  }
  /*--------- Search Page End ----------*/

  /*--------- River Systems Start ----------*/
  .rivers-list-icon .text p {
    display: block;
  }
  .rivers-list-text-arrow p {
    display: none;
  }
  .rivers-list a {
    padding: 15px;
  }
  .rivers-list-arrow .rightarrow svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .rivers-list-icon .text h4 {
    margin-bottom: 3px;
  }
  .rivers-list-icon .icon {
    width: 35px;
    height: 35px;
  }
  .river-back-button {
    align-items: flex-start;
    text-align: left;
  }
  .river-systems-title {
    align-items: flex-start;
  }
  .river-back-button::before {
    margin-top: 7px;
  }
  .leaflet-top .leaflet-control a + a {
    margin-top: 0px;
  }
  /*--------- River Systems End ----------*/

  /*--------- Facilities Single Page Start  ----------*/
  .separator-line {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .facilities-single-left .facility-content .title {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .facilities-single-wrapper .watericon {
    width: 50px;
    height: 50px;
  }
  .facilities-single-left .facility-content .title::after {
    display: none;
  }
  .facilities-single-left {
    width: 100%;
    padding: 35px 15px 45px 15px;
  }
  .facility-update-level-item h5 {
    font-size: 14px;
  }
  .more-inforamtion-mobile {
    display: block;
  }
  .more-information-side-panel {
    display: none;
  }
  .accrodion-title h5 {
    font-size: 16px;
  }
  .alert .notification-top .icon {
    width: 27px;
    height: 27px;
  }
  .notification .notification-top .icon {
    width: 22px;
    height: 22px;
  }
  .notification-box .notification-top .text h4 {
    margin-bottom: 2px;
  }
  .notification-box .notification-text {
    word-break: break-word;
  }
  .notification-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 55px;
  }

  .notification-wrapper {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .notification-wrapper::-webkit-scrollbar {
    display: none;
  }
  .notification-box {
    flex: 0 0 88%;
    max-width: 88%;
    scroll-snap-align: start;
    margin-bottom: 0;
  }
  .full-box .notification-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .notification-box.alert {
    background: linear-gradient(90deg, #ca3f3f 0%, #ff1010 100%),
      linear-gradient(87deg, #ff6a00 2.17%, #ffb547 97.95%), #fff;
  }

  .short-term-schedules .table-wrapper table thead {
    display: none;
  }

  .short-term-schedules .table-wrapper table,
  .short-term-schedules .table-wrapper table tbody,
  .short-term-schedules .table-wrapper table tr,
  .short-term-schedules .table-wrapper table td {
    display: block;
    width: 100%;
  }

  .short-term-schedules .table-wrapper table tr {
    border-bottom: 1px solid #bfd0de;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .short-term-schedules .table-wrapper table tr td:first-child {
    padding: 0px 0px 5px 0px;
  }
  .short-term-schedules .table-wrapper table tr td {
    padding: 5px 0px;
  }
  .short-term-schedules .table-wrapper table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    /* border: none; */
    font-size: 14px;
    border-bottom: 1px solid rgb(191 208 222 / 50%);
  }

  .short-term-schedules .table-wrapper table td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #0f3557;
  }
  .short-term-schedules .table-wrapper table tbody tr:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
  }
  .short-term-schedules .table-wrapper {
    margin-bottom: 15px;
  }
  .short-term-schedules {
    margin-bottom: 55px;
  }
  .short-term-schedules h3,
  .long-term-schedules h3 {
    margin-bottom: 15px;
  }
  .facility-content-main .facility-content .location-icon {
    width: 24px;
    height: 24px;
  }
  .accrodion-item:not(:last-child) {
    margin-bottom: 13px;
  }
  .facilities-map-bottom-left .rivers-list ul li a {
    padding: 15px;
  }
  .facilities-map-bottom-left .facility-card a {
    padding: 25px 15px;
  }
  .facilities-map-bottom-left .facility-content .facility-data {
    padding-left: 0px;
  }

  .facilities-map-bottom-left .facility-content .title::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%230F3557' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    right: -8px;
    transition: var(--transition);
  }

  .facilities-map-bottom-left
    .facility-card
    a:hover
    .facility-content
    .title::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%233E7E23' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  /*--------- Facilities Single Page Start  ----------*/

  /*------ Hero Banner Start -----*/

  .hero-banner-text {
    padding: 57px 15px 57px 15px;
  }
  .hero-banner-text-wrap h1 {
    font-size: 27px;
  }
  .hero-banner-text-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  /*------ Hero Banner End -----*/

  /*------ Map Banner Start -----*/
  .map-banner-image {
    width: max-content;
    height: 470px;
    position: relative;
    right: auto;
  }
  .map-banner-text {
    margin-right: 15px;
    padding: 45px 15px 27px 15px;
    max-width: 100%;
  }
  .map-banner {
    display: flex;
    flex-direction: column-reverse;
  }
  .map-banner-image svg {
    object-position: right;
  }
  .be-aware-alert {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .be-aware-alert .be-aware-alert-left .icon {
    width: 27px;
    height: 27px;
  }
  .be-aware-alert-left .top {
    margin-bottom: 10px;
  }
  .show-list {
    display: none;
  }

  /*------ Map Banner End -----*/

  /*------ Three column layout with icons Start -----*/
  .map-banner-image {
    left: -400px;
  }
  .three-column-layout-item {
    width: 100%;
    height: 100%;
    margin-bottom: 35px;
    padding: 0px;
  }
  .three-column-layout-wrapper {
    margin-bottom: -35px;
  }
  .three-column-layout-with-icons {
    padding: 65px 15px;
  }
  /*------ Three column layout with icons End -----*/

  /*------ Two column layout with icons Start -----*/
  .two-column-layout-image .image {
    height: 322px;
  }
  /*------ Two column layout with icons End -----*/

  /*------ legal page tabs Start -----*/
  .tab-menu ul li {
    width: 100%;
    text-align: center;
  }
  .tab-menu ul li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 11px;
  }
  .tab-content-item:not(:last-child) {
    margin-bottom: 45px;
  }
  .legal-page-tabs {
    margin-bottom: 0px;
  }
  .tab-menu {
    margin-bottom: 45px;
  }
  .legal-page-tabs .title h1 {
    font-size: 28px;
  }
  /*------ legal page tabs End -----*/

  /*------ Sign In Pop Up Start -----*/
  .popup-content {
    width: calc(100% - 30px);
    padding: 25px 15px;
  }
  .popup-content .title {
    margin-bottom: 20px;
  }
  .agree-checkbox {
    margin: 0px 0px 20px 0px;
  }
  .account-deatils .form-button button {
    width: 100%;
  }
  .account-deatils .form-button {
    flex-direction: column;
  }
  .account-deatils .form-button button:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .account-deatils {
    padding: 25px 15px;
  }
  /*------ Sign In Pop Up End -----*/

  /*------ Favorites Start -----*/
  .favorites-card .facility-content a {
    width: 100%;
  }
  .favorites-card .facility-content .title::after {
    display: none;
  }
  .favorites-main .facility-action {
    width: 100%;
    justify-content: flex-start;
  }
  .favorites-card {
    padding: 25px 15px;
  }
  .favorites-main .facility-content .title {
    padding-bottom: 25px;
    border-bottom: 0px;
  }
  .favorites-card .notification-box {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .favorites-card .facility-content .location-icon {
    width: 24px;
    height: 24px;
  }

  .favorites-card .facility-content .location {
    align-items: flex-start;
  }
  .favorites-search {
    margin-bottom: 35px;
  }
  .sign-out:hover,
  .account-details:hover,
  .account-details.active {
    background: transparent;
  }
  /*------ Favorites End -----*/

  /*------ Error Page Start --------*/
  .error-found-wrapper {
    min-height: 250px;
  }
  .error-found-wrapper h1 {
    font-size: 40px;
  }
  .error-found-wrapper p {
    font-size: 14px;
    line-height: 22px;
  }
  /*------ Error Page end --------*/
  .facility-data .center-data p,
  .facility-data .right-data p {
    word-break: break-word;
  }

  .short-term-schedules table th {
    min-width: max-content;
  }
  .long-term-schedules {
    margin-bottom: 55px;
  }
  .facilities-single-right {
    padding: 50px 15px 65px 15px;
  }
  .long-term-schedules {
    margin-bottom: 55px;
  }
  .space {
    height: 20px;
    display: block;
  }
  .iframe-calendar {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 575px) {
  a.btn {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .add-favorites,
  .remove-favorites {
    font-size: 13px;
  }
  .add-favorites::before,
  .remove-favorites::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  .facility-single-mobile .back-btn::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .map-banner-image {
    left: -430px;
  }
  .favorites-main .facility-content .location p {
    max-width: 100%;
  }
}

.intl-tel-input,
.iti {
  width: 100%;
}

.site-content ul li.iti__country:before,
.site-content ul li.iti__divider:before {
  display: none;
}

#ajax-signup-form .iti__country-list {
  width: 330px;
}
@media only screen and (max-width: 479px) {
  #ajax-signup-form .iti__country-list {
    width: 240px;
  }
}
/*-------- Responsive End ------------*/
