/*@import "//hello.myfonts.net/count/33faa6";*/
@font-face {
  font-family: "Industry-Book";
  src: url("../Fonts/Industry/Industry-Book.woff") format("woff"), url("../Fonts/Industry/Industry-Book.ttf") format("ttf"), url("../Fonts/Industry/Industry-Book.eot") format("eot");
}
@font-face {
  font-family: "Industry-Light";
  src: url("../Fonts/Industry/Industry-Light.woff") format("woff"), url("../Fonts/Industry/Industry-Light.ttf") format("ttf"), url("../Fonts/Industry/Industry-Light.eot") format("eot");
  font-weight: 300;
}
@font-face {
  font-family: "Industry-Black";
  src: url("../Fonts/Industry/Industry-Black.woff") format("woff"), url("../Fonts/Industry/Industry-Black.ttf") format("ttf"), url("../Fonts/Industry/Industry-Black.eot") format("eot");
  font-weight: 400;
}
@font-face {
  font-family: "Industry-Medium";
  src: url("../Fonts/Industry/Industry-Medium.woff") format("woff"), url("../Fonts/Industry/Industry-Medium.ttf") format("ttf"), url("../Fonts/Industry/Industry-Medium.eot") format("eot");
  font-weight: 500;
}
@font-face {
  font-family: "Industry-Bold";
  src: url("../Fonts/Industry/Industry-Bold.woff") format("woff"), url("../Fonts/Industry/Industry-Bold.ttf") format("ttf"), url("../Fonts/Industry/Industry-Bold.eot") format("eot");
  font-weight: 700;
}
@font-face {
  font-family: "Mundial-Bold";
  src: url("../Fonts/Mundial/Demo_Fonts/Fontspring-DEMO-6-mundial-bold-tty.otf") format("otf");
  font-weight: 700;
}
@font-face {
  font-family: "Mundial-Black";
  src: url("../Fonts/Mundial/Demo_Fonts/Fontspring-DEMO-7-mundial-black-tty.otf") format("otf");
}
@font-face {
  font-family: "Mundial-Regular";
  src: url("../Fonts/Mundial/Demo_Fonts/Fontspring-DEMO-4-mundial-regular-tty.otf") format("otf");
}
@font-face {
  font-family: "Mundial-Light";
  src: url("../Fonts/Mundial/Demo_Fonts/Fontspring-DEMO-2-mundial-thin-tty.otf") format("otf");
}
@font-face {
  font-family: "Mundial-Thin";
  src: url("../Fonts/Mundial/Demo_Fonts/Fontspring-DEMO-2-mundial-thin-tty.otf") format("otf");
}
#skip-link {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1500;
}
#skip-link a {
  background: #064771;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  color: white;
  padding: 3px 20px 8px;
  text-decoration: none;
  border-radius: 0px 0px 10px 10px;
}
#skip-link .element-invisible {
  width: 1px;
  word-wrap: normal;
}

* {
  box-sizing: border-box;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: var(--color-bg-red);
  color: var(--color-white);
  opacity: 0;
  border-radius: 0px 0px 9px 9px;
  font-family: var(--font-industry-bold);
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.skip-to-main-content-link:hover {
  background-color: var(--color-primary-yellow);
  color: var(--color-primary-dark-blue);
}

.nav-link:focus {
  color: var(--color-primary-yellow);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

header {
  background-color: rgba(3, 16, 40, 0.9215686275);
  /* position: fixed;
  width: 100%; */
  position: relative;
  z-index: 99;
}

.navbar-container .navbar-brand img {
  max-width: 200px;
  margin-left: -60px;
}

.navbar-nav > a {
  font-family: var(--font-industry-bold);
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-weight: 18px;
}
.navbar-nav > a:hover {
  color: var(--color-primary-yellow);
}
.navbar-nav > a:focus {
  color: var(--color-primary-yellow);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.navbar {
  flex-direction: column;
  padding-top: 20px;
  --bs-navbar-brand-padding-y: -0.6875rem;
}

.w-100 {
  width: 100%;
}

.social-btn {
  display: inline-block;
}
.social-btn ul {
  display: flex;
  align-items: center;
}
.social-btn ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: var(--color-primary-Tirol);
  color: var(--color-white);
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  margin: 0 5px;
}
.social-btn ul li a:hover {
  background-color: var(--color-primary-yellow);
}
.social-btn ul li a:focus {
  background-color: var(--color-primary-yellow);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.social-btn ul li.search i {
  color: var(--color-primary-yellow);
  font-size: 18px;
  padding: 0 0 0 20px;
  margin-left: 10px;
  border-left: 1px solid #F5BA65;
}
.social-btn ul li.search a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: transparent;
  color: var(--color-white);
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  margin: 0 5px;
}
.social-btn ul li.search a:hover {
  background-color: transparent;
}
.social-btn ul li.search a:focus {
  background-color: transparent;
  outline: none;
}
.social-btn ul li.search a:focus i {
  color: var(--color-bg-red);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.social-btn ul li.search.search i {
  color: var(--color-primary-yellow);
  font-size: 18px;
  padding: 0 0 0 20px;
  margin-left: 10px;
  border-left: 1px solid #F5BA65;
}
.social-btn ul li.search.search i:hover {
  color: var(--color-bg-red);
}
.social-btn ul li.search.search i:focus {
  color: var(--color-bg-red);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.top-btn-con {
  position: absolute;
  z-index: 9;
}
.top-btn-con .social-btn {
  margin-top: 0px;
}

.navbar-collapse {
  z-index: 2;
}

header.map-home {
  background-color: transparent;
  /* position: fixed;
  width: 100%; */
  position: relative;
  z-index: 99;
}
header.map-home .navbar-nav .navbar-brand {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}
header.map-home .navbar-nav .navbar-brand img {
  max-width: 200px;
  margin-left: 0px;
}

.main-home-banner {
  width: 100%;
  display: table;
}
.main-home-banner .banner-info {
  margin-top: -200px;
  text-align: center;
  background: url("../images/map-bg-home.jpg");
}
.main-home-banner .banner-info .container {
  padding: 260px 0px 50px;
}
.main-home-banner .banner-info .map-main {
  width: 1100px;
  margin: 0 auto;
}
.main-home-banner .banner-info .map-main .tt_sm {
  background: url("../images/map-popup-bg.png") no-repeat bottom left;
  color: #ffffff;
  padding: 10px 20px 4px 80px;
  inset: inherit;
  display: none !important;
}
.main-home-banner .banner-info .map-main #map {
  position: relative;
}
.main-home-banner .banner-info .map-main #map #info-box {
  display: none;
}
.main-home-banner .banner-info .map-main #map .pop-visible {
  display: block !important;
}
.main-home-banner .banner-info .map-main #map path {
  position: relative;
  cursor: default !important;
}
.main-home-banner .banner-info .map-main #map path:hover {
  filter: opacity(0.7);
  transition: 0.3s;
  z-index: 999 !important;
}
.main-home-banner .banner-info .map-main #map a path {
  position: relative;
  cursor: pointer !important;
}
.main-home-banner .banner-info .map-main #map a path:hover {
  filter: opacity(0.7);
  transition: 0.3s;
  /*filter: drop-shadow(0px 0px 8px rgb(87 252 255 / 0.9));*/
  z-index: 999 !important;
}
.main-home-banner .banner-info .map-main #map a path:focus {
  filter: opacity(0.7);
  transition: 0.3s;
  z-index: 999 !important;
}
.main-home-banner .banner-info .map-main #map a.map-path-hover:focus {
  filter: opacity(0.7);
  transition: 0.3s;
  z-index: 999 !important;
  border: 2px solid #000000 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.main-home-banner .banner-info .map-main #map #info-box {
  position: relative;
  top: 0px !important;
  left: 0px !important;
}
.main-home-banner .banner-info .map-main #map .pop-common {
  position: absolute;
  background: url("../images/map-popup-bg.png") no-repeat bottom left;
  color: #ffffff;
  padding: 10px 20px 4px 80px;
  z-index: 0 !important;
  font-size: 22px;
  width: auto;
  height: 50px;
  font-family: var(--font-industry-bold);
  text-align: left;
  text-transform: uppercase;
  text-wrap: nowrap;
  pointer-events: none;
}
.main-home-banner .banner-info .map-main #map .pop-alaska {
  top: -160px !important;
  left: 14% !important;
}
.main-home-banner .banner-info .map-main #map .pop-hawaii {
  top: -60px !important;
  left: 35% !important;
}
.main-home-banner .banner-info .map-main #map .pop-alabama {
  top: -220px !important;
  left: 69% !important;
}
.main-home-banner .banner-info .map-main #map .pop-arkansas {
  top: -259px !important;
  left: 57% !important;
}
.main-home-banner .banner-info .map-main #map .pop-arizona {
  top: -251px !important;
  left: 22% !important;
}
.main-home-banner .banner-info .map-main #map .pop-california {
  top: -311px !important;
  left: 13% !important;
}
.main-home-banner .banner-info .map-main #map .pop-colorado {
  top: -391px !important;
  left: 36% !important;
}
.main-home-banner .banner-info .map-main #map .pop-connecticut {
  top: -510px !important;
  left: 90% !important;
}
.main-home-banner .banner-info .map-main #map .pop-delaware {
  top: -427px !important;
  left: 87% !important;
}
.main-home-banner .banner-info .map-main #map .pop-florida {
  top: -117px !important;
  left: 81% !important;
}
.main-home-banner .banner-info .map-main #map .pop-georgia {
  top: -219px !important;
  left: 77% !important;
}
.main-home-banner .banner-info .map-main #map .pop-iowa {
  top: -451px !important;
  left: 57% !important;
}
.main-home-banner .banner-info .map-main #map .pop-idaho {
  top: -511px !important;
  left: 23% !important;
}
.main-home-banner .banner-info .map-main #map .pop-illinois {
  top: -431px !important;
  left: 63% !important;
}
.main-home-banner .banner-info .map-main #map .pop-indiana {
  top: -411px !important;
  left: 68% !important;
}
.main-home-banner .banner-info .map-main #map .pop-kansas {
  top: -381px !important;
  left: 49% !important;
}
.main-home-banner .banner-info .map-main #map .pop-kentucky {
  top: -361px !important;
  left: 71% !important;
}
.main-home-banner .banner-info .map-main #map .pop-louisiana {
  top: -161px !important;
  left: 61% !important;
}
.main-home-banner .banner-info .map-main #map .pop-massachusetts {
  top: -528px !important;
  left: 92% !important;
}
.main-home-banner .banner-info .map-main #map .pop-maryland {
  top: -413px !important;
  left: 86% !important;
}
.main-home-banner .banner-info .map-main #map .pop-maine {
  top: -593px !important;
  left: 93% !important;
}
.main-home-banner .banner-info .map-main #map .pop-michigan {
  top: -508px !important;
  left: 71% !important;
}
.main-home-banner .banner-info .map-main #map .pop-minnesota {
  top: -528px !important;
  left: 54% !important;
}
.main-home-banner .banner-info .map-main #map .pop-missouri {
  top: -358px !important;
  left: 59% !important;
}
.main-home-banner .banner-info .map-main #map .pop-mississipp {
  top: -207px !important;
  left: 63% !important;
}
.main-home-banner .banner-info .map-main #map .pop-mississippi {
  top: -207px !important;
  left: 63% !important;
}
.main-home-banner .banner-info .map-main #map .pop-montana {
  top: -577px !important;
  left: 34% !important;
}
.main-home-banner .banner-info .map-main #map .pop-NORTHCAROLINA {
  top: -317px !important;
  left: 83% !important;
}
.main-home-banner .banner-info .map-main #map .pop-NORTHDAKOTA {
  top: -589px !important;
  left: 47% !important;
}
.main-home-banner .banner-info .map-main #map .pop-NEBRASKA {
  top: -439px !important;
  left: 48% !important;
}
.main-home-banner .banner-info .map-main #map .pop-NEWHAMPSHIRE {
  top: -551px !important;
  left: 90% !important;
}
.main-home-banner .banner-info .map-main #map .pop-NEWJERSEY {
  top: -454px !important;
  left: 88% !important;
}
.main-home-banner .banner-info .map-main #map .pop-NEWMEXICO {
  top: -244px !important;
  left: 34% !important;
}
.main-home-banner .banner-info .map-main #map .pop-NEVADA {
  top: -380px !important;
  left: 16% !important;
}
.main-home-banner .banner-info .map-main #map .pop-NEWYORK {
  top: -514px !important;
  left: 86% !important;
}
.main-home-banner .banner-info .map-main #map .pop-OHIO {
  top: -424px !important;
  left: 74% !important;
}
.main-home-banner .banner-info .map-main #map .pop-OKLAHOMA {
  top: -276px !important;
  left: 51% !important;
}
.main-home-banner .banner-info .map-main #map .pop-OREGON {
  top: -530px !important;
  left: 13% !important;
}
.main-home-banner .banner-info .map-main #map .pop-PENNSYLVANIA {
  top: -463px !important;
  left: 84% !important;
}
.main-home-banner .banner-info .map-main #map .pop-RHODEISLAND {
  top: -507px !important;
  left: 91.5% !important;
}
.main-home-banner .banner-info .map-main #map .pop-SOUTHCAROLINA {
  top: -273px !important;
  left: 80% !important;
}
.main-home-banner .banner-info .map-main #map .pop-SOUTHDAKOTA {
  top: -507px !important;
  left: 47% !important;
}
.main-home-banner .banner-info .map-main #map .pop-TENNESSEE {
  top: -323px !important;
  left: 71% !important;
}
.main-home-banner .banner-info .map-main #map .pop-TEXAS {
  top: -123px !important;
  left: 47% !important;
}
.main-home-banner .banner-info .map-main #map .pop-UTAH {
  top: -375px !important;
  left: 24% !important;
}
.main-home-banner .banner-info .map-main #map .pop-VIRGINIA {
  top: -376px !important;
  left: 84% !important;
}
.main-home-banner .banner-info .map-main #map .pop-VERMONT {
  top: -585px !important;
  left: 88% !important;
}
.main-home-banner .banner-info .map-main #map .pop-WASHINGTON {
  top: -628px !important;
  left: 15% !important;
}
.main-home-banner .banner-info .map-main #map .pop-WISCONSIN {
  top: -515px !important;
  left: 62% !important;
}
.main-home-banner .banner-info .map-main #map .pop-WESTVIRGINIA {
  top: -385px !important;
  left: 77% !important;
}
.main-home-banner .banner-info .map-main #map .pop-WYOMING {
  top: -494px !important;
  left: 34% !important;
}
.main-home-banner .banner-info .title-span-style {
  font-family: var(--font-industry-book);
  color: var(--color-white);
  text-transform: uppercase;
  margin: 0;
  font-size: 35px;
}
.main-home-banner .banner-info h1 {
  font-family: var(--font-industry-bold);
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 80px;
  line-height: 70px;
  background: url("../images/white-line-header.png") no-repeat center bottom;
  padding: 0px 0px 30px 0px;
}
.main-home-banner .banner-info p {
  font-family: var(--font-industry-bold);
  font-size: 18px;
  color: var(--color-white);
  margin: 15px 0px 5px 0px;
}
.main-home-banner .banner-info #map_inner > div > a {
  color: transparent !important;
  font-size: 0px;
  display: none !important;
}
.main-home-banner .banner-info .map-mobile-dropdown {
  width: 100%;
  padding: 20px 15px 60px 15px;
}
.main-home-banner .banner-info .map-mobile-dropdown select.form-select {
  background-color: var(--color-primary-dark-blue);
  border: 2px solid #2CBAFF;
  font-family: var(--font-industry-bold);
  font-size: 18px;
  color: var(--color-white);
  padding: 15px 10px;
  background-position: right 0.85rem center;
  background-size: 25px 23px;
  background-image: url("../images/dropdown-arrow.svg");
}

@media (min-width: 1400px) {
  .navbar-container .navbar-brand {
    width: 300px;
    text-align: center;
    margin: 0 0px;
  }
  .top-btn-con .social-btn {
    margin-top: 0px;
  }
}
.inner-banner {
  width: 100%;
  position: relative;
  margin-top: -200px;
}
.inner-banner::before {
  content: "";
  background-image: url("../images/banner-bg-shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: table;
  clear: both;
  height: 330px;
}
.inner-banner img {
  object-fit: cover;
  width: 100%;
}
.inner-banner .main-home-banner {
  width: 100%;
  display: table;
}
.inner-banner .main-home-banner .banner-info {
  margin-top: -200px;
}
.inner-banner .main-home-banner .banner-info .container {
  padding: 260px 0px 50px;
}
.inner-banner .main-home-banner .banner-info .map-main {
  width: 1100px;
  margin: 0 auto;
}
.inner-banner .main-home-banner .banner-info .map-mobile-dropdown {
  display: none;
}
.inner-banner header.map-home .navbar-nav .navbar-brand {
  width: 300px;
  margin: 0 auto;
}
.inner-banner header.map-home .navbar-nav .navbar-brand img {
  max-width: 200px;
  margin-left: 0px;
}
.inner-banner header.map-home .map-page-buttons {
  display: none;
}

@media (min-width: 1200px) {
  .navbar-nav {
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 45px;
    width: 100%;
    margin-top: -30px;
  }
  .navbar-nav > a {
    margin: 0 10px;
  }
  .navbar .navbar-collapse {
    justify-content: center;
  }
  .banner-info {
    margin-top: -200px;
  }
  .mobile-view-brand {
    display: none;
  }
  .inner-banner {
    margin-top: -276px;
    height: 790px;
  }
  .inner-banner img {
    height: 100%;
    object-fit: cover;
  }
  .main-home-banner {
    width: 100%;
    display: table;
  }
  .main-home-banner .banner-info {
    margin-top: -482px;
  }
  .main-home-banner .banner-info .container {
    padding: 530px 0px 50px;
  }
  .main-home-banner .banner-info .map-main {
    width: 1100px;
    margin: 0 auto;
  }
  .main-home-banner .banner-info .map-mobile-dropdown {
    display: none;
  }
  header.map-home .navbar-nav .navbar-brand {
    width: 300px;
    margin: 0 auto;
  }
  header.map-home .navbar-nav .navbar-brand img {
    max-width: 200px;
    margin-left: 0px;
    position: relative;
  }
  header.map-home .map-page-buttons {
    display: none;
  }
  .top-btn-con .social-btn {
    margin-top: 0px;
  }
}
@media (max-width: 1200px) {
  .navbar {
    padding: 20px;
  }
  .top-btn-con {
    display: none !important;
  }
  .navbar-toggler {
    color: #fff !important;
  }
  .navbar-toggler i {
    font-size: 34px;
  }
  .navbar-toggler:focus, .navbar-toggler:focus-visible {
    outline: 1px solid #13FFFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: unset;
  }
  .navbar-container > .navbar-brand {
    flex-basis: 100%;
    text-align: center;
    margin: 13px 0px 0 0px;
    position: relative;
    display: table;
    min-height: 180px;
  }
  .navbar-container > .navbar-brand img {
    margin: 30px 0px 0px 0px;
    position: absolute;
    width: 100%;
    display: table;
    top: 0;
    left: 41%;
  }
  .banner-info {
    margin-top: -300px;
  }
  #home-banner .owl-height {
    height: 750px;
  }
  .navbar-collapse .navbar-nav {
    background: #031028;
    position: absolute;
    top: 26%;
    width: 100%;
    left: 0;
    padding: 20px;
  }
  .navbar-collapse .navbar-nav > .navbar-brand {
    display: none;
  }
  .inner-banner {
    margin-top: -276px;
    height: 790px;
  }
  .inner-banner img {
    height: 100%;
    object-fit: cover;
  }
  .main-home-banner {
    width: 100%;
    display: table;
  }
  .main-home-banner .banner-info {
    margin-top: -482px;
  }
  .main-home-banner .banner-info .container {
    padding: 480px 0px 50px;
  }
  .main-home-banner .banner-info .map-main {
    width: 100%;
    margin: 0 auto;
  }
  .main-home-banner .banner-info .map-main #map .pop-common {
    position: absolute;
    background: url("../images/map-popup-bg.png") no-repeat bottom left;
    color: #ffffff;
    padding: 10px 20px 4px 80px;
    z-index: 3;
    font-size: 18px;
    width: 270px;
    height: 50px;
    font-family: var(--font-industry-bold);
    text-align: left;
    text-transform: uppercase;
  }
  .main-home-banner .banner-info .map-mobile-dropdown {
    display: none;
  }
  header.map-home a.navbar-brand {
    width: 300px;
    margin: 0 auto;
  }
  header.map-home a.navbar-brand img {
    max-width: 200px;
    margin-left: -16px;
    position: relative !important;
  }
  header.map-home .map-page-buttons {
    display: block;
    width: 260px;
    margin: 10px auto;
    text-align: center;
  }
  header.map-home .social-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  header.map-home .social-btn ul {
    display: inline-flex;
    align-items: center;
    margin: 0 auto;
  }
  .top-btn-con .social-btn {
    margin-top: 15px !important;
  }
}
@media (max-width: 990px) {
  #home-banner .owl-height {
    height: 750px !important;
  }
  #home-banner .owl-height .owl-stage {
    height: 100%;
  }
  #home-banner .owl-height .owl-item {
    height: 100%;
  }
  #home-banner .owl-height .banner-content {
    margin-top: 2%;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  #home-banner .owl-height .banner-sections {
    height: 100%;
  }
  #home-banner .owl-height .banner-sections img {
    height: 100%;
    object-fit: cover;
  }
  .inner-banner {
    margin-top: -276px;
    height: 790px;
  }
  .inner-banner img {
    height: 100%;
    object-fit: cover;
  }
  .main-home-banner {
    width: 100%;
    display: table;
  }
  .main-home-banner .banner-info {
    margin-top: -505px;
  }
  .main-home-banner .banner-info .container {
    padding: 500px 0px 50px;
  }
  .main-home-banner .banner-info .map-main {
    width: 100%;
    margin: 0 auto;
    display: none;
  }
  .main-home-banner .banner-info .map-mobile-dropdown {
    display: block;
  }
  header.map-home a.navbar-brand {
    width: 300px;
    margin: 0 auto;
  }
  header.map-home a.navbar-brand img {
    max-width: 200px;
    margin-left: -37px;
    position: relative !important;
  }
}
@media (max-width: 768px) {
  #home-banner .owl-height {
    height: 780px !important;
  }
  #home-banner .owl-height .owl-stage {
    height: 100%;
  }
  #home-banner .owl-height .owl-item {
    height: 100%;
  }
  #home-banner .owl-height .banner-content {
    margin-top: 18%;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  #home-banner .owl-height .banner-sections {
    height: 100%;
  }
  #home-banner .owl-height .banner-sections img {
    height: 100%;
    object-fit: cover;
  }
  .navbar-container > .navbar-brand {
    flex-basis: 100%;
    text-align: center;
    margin: 13px 0px 0 0px;
    position: relative;
    display: table;
    min-height: 180px;
  }
  .navbar-container > .navbar-brand img {
    margin: 30px 0px 0px 0px;
    position: absolute;
    width: 100%;
    display: table;
    top: 0;
    left: 38%;
  }
  .inner-banner {
    margin-top: -276px;
    height: 790px;
  }
  .inner-banner img {
    height: 100%;
    object-fit: cover;
  }
  .main-home-banner {
    width: 100%;
    display: table;
  }
  .main-home-banner .banner-info {
    margin-top: -505px;
  }
  .main-home-banner .banner-info .container {
    padding: 500px 0px 50px;
  }
  .main-home-banner .banner-info h4 {
    font-size: 60px;
    line-height: 60px;
  }
  .main-home-banner .banner-info .map-main {
    width: 100%;
    margin: 0 auto;
    display: none;
  }
  .main-home-banner .banner-info .map-mobile-dropdown {
    display: block;
  }
  header.map-home a.navbar-brand {
    width: 300px;
    margin: 0 auto;
  }
  header.map-home a.navbar-brand img {
    max-width: 200px;
    margin-left: -15px;
    position: relative !important;
  }
}
@media (max-width: 640px) {
  #home-banner .owl-height {
    height: 780px !important;
  }
  #home-banner .owl-height .owl-stage {
    height: 100%;
  }
  #home-banner .owl-height .owl-item {
    height: 100%;
  }
  #home-banner .owl-height .banner-content {
    margin-top: 25%;
    padding-top: 8%;
    padding-bottom: 8%;
  }
  #home-banner .owl-height .banner-content .container {
    background: url("../images/country-state-img.png") no-repeat center 0%;
    background-size: contain;
  }
  #home-banner .owl-height .banner-sections {
    height: 100%;
  }
  #home-banner .owl-height .banner-sections img {
    height: 100%;
    object-fit: cover;
  }
  .navbar-container > .navbar-brand {
    flex-basis: 100%;
    text-align: center;
    margin: 13px 0px 0 0px;
    position: relative;
    display: table;
    min-height: 180px;
  }
  .navbar-container > .navbar-brand img {
    margin: 30px 0px 0px 0px;
    position: absolute;
    width: 100%;
    display: table;
    top: 0;
    left: 33%;
  }
  .inner-banner {
    margin-top: -276px;
    height: 790px;
  }
  .inner-banner img {
    height: 100%;
    object-fit: cover;
  }
  .main-home-banner {
    width: 100%;
    display: table;
  }
  .main-home-banner .banner-info {
    margin-top: -505px;
  }
  .main-home-banner .banner-info .container {
    padding: 500px 0px 50px;
  }
  .main-home-banner .banner-info .map-main {
    display: none;
    width: 100%;
    margin: 0 auto;
  }
  .main-home-banner .banner-info .map-mobile-dropdown {
    display: block;
  }
  .main-home-banner .banner-info h1 {
    padding: 0px 0px 36px 0px;
    margin-bottom: 17px;
  }
  .main-home-banner .banner-info .color-btns {
    padding: 15px 30px;
    line-height: 25px;
    font-size: 21px;
    min-width: 250px;
  }
  header.map-home a.navbar-brand {
    width: 300px;
    margin: 0 auto;
  }
  header.map-home a.navbar-brand img {
    max-width: 200px;
    margin-left: -5px;
    position: relative !important;
  }
  .have-query-sec .color-btns {
    min-width: 260px;
  }
  .featured-listing-sec .color-btns.gray-btn {
    min-width: 240px;
  }
}
@media (max-width: 480px) {
  #home-banner .owl-height {
    height: 860px !important;
  }
  #home-banner .owl-height .owl-stage {
    height: 100%;
  }
  #home-banner .owl-height .owl-item {
    height: 100%;
  }
  #home-banner .owl-height .banner-content {
    margin-top: 51%;
    padding-top: 15%;
    padding-bottom: 8%;
  }
  #home-banner .owl-height .banner-content .container {
    background: url("../images/country-state-img.png") no-repeat center 0%;
    background-size: contain;
  }
  #home-banner .owl-height .banner-sections {
    height: 100%;
  }
  #home-banner .owl-height .banner-sections img {
    height: 100%;
    object-fit: cover;
  }
  #home-banner .inner-banner {
    margin-top: -276px;
    height: 790px;
  }
  #home-banner .inner-banner img {
    height: 100%;
    object-fit: cover;
  }
  .navbar-nav > a {
    padding: 15px 0px;
  }
  .navbar-nav > a.color-btns {
    margin: 15px 0px;
  }
  .navbar-container > .navbar-brand {
    flex-basis: 100%;
    text-align: center;
    margin: 13px 0px 0 0px;
    position: relative;
    display: table;
    min-height: 180px;
  }
  .navbar-container > .navbar-brand img {
    margin: 30px 0px 0px 0px;
    position: absolute;
    width: 100%;
    display: table;
    top: 0;
    left: 25%;
  }
  .inner-banner {
    margin-top: -276px;
    height: 790px;
  }
  .inner-banner img {
    height: 100%;
    object-fit: cover;
  }
  .main-home-banner {
    width: 100%;
    display: table;
  }
  .main-home-banner .banner-info {
    margin-top: -505px;
  }
  .main-home-banner .banner-info .container {
    padding: 500px 0px 50px;
  }
  .main-home-banner .banner-info .map-main {
    display: none;
    width: 100%;
    margin: 0 auto;
  }
  .main-home-banner .banner-info .map-mobile-dropdown {
    display: block;
  }
  .main-home-banner h1 {
    font-size: 60px;
    line-height: 60px;
  }
  header.map-home a.navbar-brand {
    width: 300px;
    margin: 0 auto;
  }
  header.map-home a.navbar-brand img {
    max-width: 200px;
    margin-left: -5px;
    position: relative !important;
  }
  .section-content-titles h4 {
    font-size: 65px !important;
    line-height: 65px !important;
  }
}
@media (max-width: 425px) {
  #home-banner .owl-height {
    height: 860px !important;
  }
  #home-banner .owl-height .owl-stage {
    height: 100%;
  }
  #home-banner .owl-height .owl-item {
    height: 100%;
  }
  #home-banner .owl-height .banner-content {
    margin-top: 51%;
    padding-top: 15%;
    padding-bottom: 8%;
  }
  #home-banner .owl-height .banner-content .container {
    background: url("../images/country-state-img.png") no-repeat center 0%;
    background-size: contain;
  }
  #home-banner .owl-height .banner-sections {
    height: 100%;
  }
  #home-banner .owl-height .banner-sections img {
    height: 100%;
    object-fit: cover;
  }
  #home-banner .inner-banner {
    margin-top: -276px;
    height: 790px;
  }
  #home-banner .inner-banner img {
    height: 100%;
    object-fit: cover;
  }
  .navbar-nav > a {
    padding: 15px 0px;
  }
  .navbar-nav > a.color-btns {
    margin: 15px 0px;
  }
  .navbar-container > .navbar-brand {
    flex-basis: 100%;
    text-align: center;
    margin: 13px 0px 0 0px;
    position: relative;
    display: table;
    min-height: 180px;
  }
  .navbar-container > .navbar-brand img {
    margin: 30px 0px 0px 0px;
    position: absolute;
    width: 100%;
    display: table;
    top: 0;
    left: 22.8%;
  }
  .inner-banner {
    margin-top: -276px;
    height: 790px;
  }
  .inner-banner img {
    height: 100%;
    object-fit: cover;
  }
  .main-home-banner {
    width: 100%;
    display: table;
  }
  .main-home-banner .banner-info {
    margin-top: -505px;
  }
  .main-home-banner .banner-info .container {
    padding: 500px 0px 50px;
  }
  .main-home-banner .banner-info .map-main {
    display: none;
    width: 100%;
    margin: 0 auto;
  }
  .main-home-banner .banner-info .map-mobile-dropdown {
    display: block;
  }
  .main-home-banner h1 {
    font-size: 60px;
    line-height: 60px;
  }
  header.map-home a.navbar-brand {
    width: 300px;
    margin: 0 auto;
  }
  header.map-home a.navbar-brand img {
    max-width: 200px;
    margin-left: -5px;
    position: relative !important;
  }
  .pagination-list nav {
    display: flex;
  }
  .pagination-list nav ul.pagination {
    margin: 0 auto;
    display: block;
  }
  .pagination-list nav ul.pagination li:first-child {
    display: table;
    width: 100%;
    float: none;
  }
  .pagination-list nav ul.pagination li {
    display: block;
    width: 50px;
    float: left;
  }
  .pagination-list nav ul.pagination .page-list {
    display: block !important;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 375px) {
  #home-banner .owl-height {
    height: 860px !important;
  }
  #home-banner .owl-height .owl-stage {
    height: 100%;
  }
  #home-banner .owl-height .owl-item {
    height: 100%;
  }
  #home-banner .owl-height .banner-content {
    margin-top: 51%;
    padding-top: 15%;
    padding-bottom: 8%;
  }
  #home-banner .owl-height .banner-content .container {
    background: url("../images/country-state-img.png") no-repeat center 0%;
    background-size: contain;
  }
  #home-banner .owl-height .banner-sections {
    height: 100%;
  }
  #home-banner .owl-height .banner-sections img {
    height: 100%;
    object-fit: cover;
  }
  #home-banner .inner-banner {
    margin-top: -276px;
    height: 790px;
  }
  #home-banner .inner-banner img {
    height: 100%;
    object-fit: cover;
  }
  .navbar-nav > a {
    padding: 15px 0px;
  }
  .navbar-nav > a.color-btns {
    margin: 15px 0px;
  }
  .navbar-container > .navbar-brand {
    flex-basis: 100%;
    text-align: center;
    margin: 13px 0px 0 0px;
    position: relative;
    display: table;
    min-height: 180px;
  }
  .navbar-container > .navbar-brand img {
    margin: 30px 0px 0px 0px;
    position: absolute;
    width: 100%;
    display: table;
    top: 0;
    left: 18%;
  }
  .inner-banner {
    margin-top: -276px;
    height: 790px;
  }
  .inner-banner img {
    height: 100%;
    object-fit: cover;
  }
  .main-home-banner {
    width: 100%;
    display: table;
  }
  .main-home-banner .banner-info {
    margin-top: -505px;
  }
  .main-home-banner .banner-info .container {
    padding: 500px 0px 50px;
  }
  .main-home-banner .banner-info .map-main {
    display: none;
    width: 100%;
    margin: 0 auto;
  }
  .main-home-banner .banner-info .map-mobile-dropdown {
    display: block;
  }
  .main-home-banner .banner-info h1 {
    font-size: 60px;
    line-height: 60px;
  }
  header.map-home a.navbar-brand {
    width: 300px;
    margin: 0 auto;
  }
  header.map-home a.navbar-brand img {
    max-width: 200px;
    margin-left: 0px;
    position: relative !important;
  }
  .pagination-list nav {
    display: flex;
  }
  .pagination-list nav ul.pagination {
    margin: 0 auto;
    display: block;
  }
  .pagination-list nav ul.pagination li:first-child {
    display: table;
    width: 100%;
    float: none;
  }
  .pagination-list nav ul.pagination li {
    display: block;
    width: 50px;
    float: left;
  }
  .pagination-list nav ul.pagination .page-list {
    display: block !important;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 360px) {
  #home-banner .owl-height {
    height: 860px !important;
  }
  #home-banner .owl-height .owl-stage {
    height: 100%;
  }
  #home-banner .owl-height .owl-item {
    height: 100%;
  }
  #home-banner .owl-height .banner-content {
    margin-top: 85%;
    padding-top: 15%;
    padding-bottom: 8%;
  }
  #home-banner .owl-height .banner-sections {
    height: 100%;
  }
  #home-banner .owl-height .banner-sections img {
    height: 100%;
    object-fit: cover;
  }
  .navbar-container > .navbar-brand {
    flex-basis: 100%;
    text-align: center;
    margin: 13px 0px 0 0px;
    position: relative;
    display: table;
    min-height: 180px;
  }
  .navbar-container > .navbar-brand img {
    margin: 30px 0px 0px 0px;
    position: absolute;
    width: 100%;
    display: table;
    top: 0;
    left: 11%;
  }
  .inner-banner {
    margin-top: -276px;
    height: 700px;
  }
  .inner-banner img {
    height: 100%;
    object-fit: cover;
  }
  .main-home-banner {
    width: 100%;
    display: table;
  }
  .main-home-banner .banner-info {
    margin-top: -505px;
  }
  .main-home-banner .banner-info .container {
    padding: 500px 0px 50px;
  }
  .main-home-banner .banner-info .map-main {
    display: none;
    width: 100%;
    margin: 0 auto;
  }
  .main-home-banner .banner-info .map-mobile-dropdown {
    display: block;
  }
  .main-home-banner .banner-info h1 {
    font-size: 60px;
    line-height: 60px;
  }
  header.map-home a.navbar-brand {
    width: 300px;
    margin: 0 auto;
  }
  header.map-home a.navbar-brand img {
    max-width: 200px;
    margin-left: 0px;
    position: relative !important;
  }
  .pagination-list nav {
    display: flex;
  }
  .pagination-list nav ul.pagination {
    margin: 0 auto;
    display: block;
  }
  .pagination-list nav ul.pagination li:first-child {
    display: table;
    width: 100%;
    float: none;
  }
  .pagination-list nav ul.pagination li {
    display: block;
    width: 50px;
    float: left;
  }
  .pagination-list nav ul.pagination .page-list {
    display: block !important;
    width: 100%;
    text-align: center;
  }
}
footer {
  background-color: #031028;
}

#footer-logos {
  position: relative;
}

.ft-logo {
  background: url("../images/footer-stripe.png") no-repeat center top;
  padding: 3rem 0 !important;
  margin-top: 0px;
}
.ft-logo img {
  max-width: 200px;
}

.footer .various-blog-link {
  display: block;
  text-align: center;
}
.footer .various-blog-link a {
  font-family: var(--font-industry-bold);
  font-size: 16px;
  color: var(--color-white);
}
.footer .various-blog-link a:hover {
  color: var(--color-primary-yellow);
}
.footer .various-blog-link a:focus {
  color: var(--color-primary-yellow);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.quick-links {
  font-family: var(--font-industry-bold);
  font-size: 16px;
  color: var(--color-white);
  text-transform: uppercase;
}

.quick-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: var(--font-industry-bold);
  font-size: 16px;
  color: var(--color-white);
  text-transform: uppercase;
}

.quick-links ul li a {
  color: #fff;
  font-family: var(--font-industry-bold);
  font-size: 16px;
  color: var(--color-white);
  text-transform: uppercase;
}
.quick-links ul li a:hover {
  color: var(--color-primary-yellow);
}
.quick-links ul li a:focus {
  color: var(--color-primary-yellow);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.quick-links ul li {
  padding: 0 10px;
  position: relative;
}

.quick-links ul li:not(:first-child):before {
  content: "|";
  position: absolute;
  left: -2.5px;
  color: #fff;
  font-family: var(--font-industry-bold);
}

.all-rights {
  color: #fff;
  font-family: var(--font-industry-bold);
}

.quick-links ul li a:hover {
  color: var(--color-primary-yellow);
}

.quick-links ul li a:focus {
  color: var(--color-primary-yellow);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media (min-width: 767px) {
  #footer-logos .owl-item {
    width: 200px !important;
  }
  #footer-logos .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #footer-logos .looking-wrap {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer-logos .looking-wrap img {
    width: 220px !important;
  }
  .ft-logo {
    margin-top: 20px;
  }
  .quick-links ul li {
    display: block;
    width: 100%;
    text-align: center;
  }
  .quick-links ul li:not(:first-child):before {
    display: none;
  }
}
body,
body::before,
body::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* background-color: #000; */
}

a {
  text-decoration: none;
  font-weight: 600;
  outline: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

:root {
  --font-industry-book: "Industry-Book", sans-serif;
  --font-industry-black: "Industry-Black", sans-serif;
  --font-industry-bold: "Industry-Bold", sans-serif;
  --font-industry-light: "Industry-Light", sans-serif;
  --font-industry-Medium: "Industry-Medium", sans-serif;
  --font-mundial-black: "Mundial-Black", sans-serif;
  --font-mundial-bold: "Mundial-Bold", sans-serif;
  --font-mundial-regular: "Mundial-Regular", sans-serif;
  --font-mundial-light: "Mundial-Light", sans-serif;
  --font-mundial-thin: "Mundial-Thin", sans-serif;
  --color-white:#fff;
  --color-gray:#707070;
  --color-gray-2:#CECECE;
  --color-primary-yellow:#EDBC00;
  --color-primary-light-blue:#1B4866;
  --color-primary-Falu-Red:#7B1D17;
  --color-primary-Tirol:#030303;
  --color-primary-dark-blue:#122345;
  --color-primary-dark-Falu-Red: #5C0E0C;
  --color-primary-Tirol-light: #A49C7E;
  --color-primary-dark-maroon:#71251D;
  --color-bg-red:#BE1E2D;
  --color-bg-light-gray:#F7F7F7;
  --color-primary-dark-blue-footer:#031028;
  --color-gray-3:#F5F5F5;
  --color-Tiro-2:#9A8C62;
}

.light-bgs {
  background-color: var(--color-bg-light-gray);
}

.color-btns {
  min-width: 108px;
  text-align: center;
  font-family: var(--font-industry-bold);
  color: var(--color-white);
  text-transform: uppercase;
  padding: 10px 13px;
  border-radius: 7px;
  line-height: 20px;
  display: inline-block;
  margin: 0 10px;
  border: 1.5px solid transparent;
  transition: all 0.5s ease;
}

.color-btns:hover {
  background-color: transparent !important;
}

.color-btns:focus {
  background-color: transparent !important;
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.color-btns.yellow-btn {
  background-color: var(--color-primary-yellow);
  color: var(--color-primary-dark-blue);
}

.yellow-btn:hover {
  background-color: var(--color-bg-red) !important;
  color: var(--color-white);
}

.yellow-btn:focus {
  background-color: var(--color-bg-red) !important;
  color: var(--color-white);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.color-btns.red-btn {
  background-color: var(--color-bg-red);
}

.red-btn:hover {
  background-color: var(--color-primary-yellow) !important;
  color: var(--color-primary-dark-blue);
}

.red-btn:focus {
  background-color: var(--color-primary-yellow) !important;
  color: var(--color-primary-dark-blue);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.color-btns.blue-btn {
  background-color: var(--color-primary-light-blue);
}

.blue-btn:hover {
  background-color: var(--color-bg-red) !important;
  color: var(--color-white);
}

.blue-btn:focus {
  background-color: var(--color-bg-red) !important;
  color: var(--color-white);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.color-btns.blue-btn-2 {
  background-color: var(--color-primary-light-blue);
}

.blue-btn-2:hover {
  border: 1.5px solid var(--color-primary-light-blue);
  color: var(--color-primary-light-blue);
}

.blue-btn-2:focus {
  border: 1.5px solid var(--color-primary-light-blue);
  color: var(--color-primary-light-blue);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.color-btns.gray-btn {
  min-width: 220px;
  background-color: var(--color-primary-Tirol);
}

.color-btns.gray-btn:hover {
  background-color: var(--color-bg-red) !important;
  color: #fff;
}

.color-btns.gray-btn:focus {
  background-color: var(--color-bg-red) !important;
  color: #fff;
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.text-bold-1 {
  font-family: var(--font-mundial-bold);
  font-weight: bold;
}

h4 {
  font-family: var(--font-industry-book);
  color: var(--color-gray);
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
}

.container {
  max-width: 1470px;
}

.pt-1 {
  padding-top: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

#listings-details-section img {
  width: 100%;
}

/******Banner*****/
.banner-info {
  margin-top: -277px;
}
.banner-info > .container {
  padding: 350px 0px 250px;
}
.banner-info .banner-sections {
  position: relative;
}
.banner-info .banner-sections::before {
  content: "";
  background-image: url("../images/banner-bg-shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: table;
  clear: both;
  height: 330px;
}

.banner-content {
  position: absolute;
  width: 100%;
  display: table;
  margin-top: 0%;
  padding-top: 0%;
  padding-bottom: 8%;
}
.banner-content .container {
  position: relative;
  margin-top: 22%;
  padding-top: 8%;
  padding-bottom: 8%;
  padding-left: 20px;
  padding-right: 20px;
  background: url("../images/country-state-img.png") no-repeat 30px 15px;
  background-size: contain;
}
.banner-content .banner-test-style-1 {
  font-family: var(--font-industry-book);
  color: var(--color-white);
  text-transform: uppercase;
  margin: 0;
  font-size: 35px;
}
.banner-content h1 {
  font-family: var(--font-industry-bold);
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 80px;
  line-height: 70px;
}

#business-section {
  padding: 40px 0px 0px 0px;
}

section .color-btns {
  padding: 15px 30px;
  line-height: 22px;
  font-size: 21px;
}

.blog-con .color-btns {
  padding: 10px 15px;
  line-height: 22px;
  font-size: 16px;
}

.section-content-titles {
  margin-top: 60px;
}
.section-content-titles h3 {
  font-family: var(--font-industry-book);
  color: var(--color-white);
  text-transform: uppercase;
  margin: 0;
  font-size: 35px;
}
.section-content-titles h4 {
  font-family: var(--font-industry-bold);
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 80px;
  line-height: 70px;
}

.common-header {
  text-align: center;
}
.common-header .test-style-1 {
  font-family: var(--font-industry-book);
  color: var(--color-gray);
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
}
.common-header h3 {
  font-family: var(--font-industry-book);
  color: var(--color-gray);
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
}
.common-header h2 {
  font-family: var(--font-industry-bold);
  color: var(--color-primary-Falu-Red);
  text-transform: uppercase;
  font-size: 80px;
  line-height: 70px;
  padding-bottom: 10px;
}
.common-header h4 {
  font-family: var(--font-industry-bold);
  color: var(--color-primary-Falu-Red);
  text-transform: uppercase;
  font-size: 80px;
  line-height: 70px;
  padding-bottom: 10px;
}
.common-header h5 {
  font-family: var(--font-industry-bold);
  color: var(--color-primary-Falu-Red);
  text-transform: uppercase;
  font-size: 80px;
  line-height: 70px;
  padding-bottom: 10px;
}
.common-header a {
  text-decoration: underline;
}
.common-header a:hover {
  text-decoration: none;
}

.about-content p {
  font-size: 18px;
  text-align: center;
  color: var(--color-primary-dark-blue);
  margin: 20px 0 30px 0px;
}
.about-content h6 {
  font-family: var(--font-industry-bold);
  font-size: 18px;
  color: var(--color-primary-dark-blue);
}
.about-content p.bold-text {
  padding: 10px 0px 0px 0px;
  font-family: var(--font-industry-bold);
}

p.bold-text {
  padding: 20px 0px 0px 0px;
  font-family: var(--font-industry-bold);
}

.work-withus-wp-sec h1 {
  padding-bottom: 15px;
}
.work-withus-wp-sec .about-content {
  padding-top: 15px;
}
.work-withus-wp-sec .about-content p {
  font-family: var(--font-industry-light);
  font-size: 18px;
  text-align: center;
  color: var(--color-primary-dark-blue);
  margin: 20px 0;
}
.work-withus-wp-sec .about-content .more-content-st-1 {
  font-family: var(--font-industry-bold);
  font-size: 18px;
  color: var(--color-primary-dark-blue);
  padding-bottom: 30px;
}

@media (max-width: 575px) {
  .common-header img {
    width: 100%;
  }
  .banner-content {
    text-align: center;
  }
  .banner-content h3,
  .common-header h3,
  .banner-test-style-1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .banner-content h1,
  .common-header h2 {
    font-size: 55px;
    line-height: 50px;
  }
  .banner-content h4,
  .common-header h4 {
    font-size: 55px;
    line-height: 50px;
  }
  .common-header h5 {
    font-size: 55px;
    line-height: 50px;
  }
}
/**********Looking for***********/
.looking-for {
  background-color: var(--color-primary-yellow);
}
.looking-for .title-h {
  padding: 93px 0 0 0;
}

.title-h {
  text-align: center;
}
.title-h h3 {
  text-transform: uppercase;
  font-size: 35px;
  font-family: var(--font-industry-bold);
}
.title-h p {
  font-size: 18px;
  font-family: var(--font-mundial-bold);
  font-weight: bold;
}

.looking-img-card {
  background-color: var(--color-white);
  border-radius: 10px;
  text-align: center;
  margin: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 260px;
  width: 260px;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
}
.looking-img-card .icon-box-text {
  position: relative;
  margin: 10px 0 20px;
  width: 80%;
  color: var(--color-primary-dark-blue);
  font-family: var(--font-industry-bold);
  font-size: 18px;
}
.looking-img-card .icon-box-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-image: url(../images/questions_line_right-gray.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  left: 0;
  top: -15px;
}
.looking-img-card:hover {
  background-color: var(--color-primary-dark-blue);
  color: var(--color-white);
}
.looking-img-card:hover .icon-box-text {
  color: var(--color-white);
}
.looking-img-card:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.looking-img-card:focus {
  background-color: var(--color-primary-dark-blue);
  color: var(--color-white);
  outline: 1px solid #13FFFF;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.looking-img-card:focus .icon-box-text {
  color: var(--color-white);
}
.looking-img-card:focus img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.looking-wrap {
  padding: 0px 5px;
}
.looking-wrap img {
  width: 100%;
  margin: 28px auto 20px;
}

.looking-img-card img {
  width: auto !important;
}

.blog-head {
  padding: 0px 30px;
}

#looking-for-cards {
  position: relative;
  top: 70px;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
}

.lf-nav-sec {
  padding-top: 110px;
  padding-bottom: 50px;
}
.lf-nav-sec .text-style-if-nav {
  font-family: var(--font-industry-bold);
  font-size: 18px;
  color: var(--color-primary-dark-blue);
  display: block;
}

.lf-nav-wrap {
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.have-query-sec {
  background-image: url(../images/wp_question.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*********Section Featured*******/
.ft-col {
  margin-top: 70px;
}

.ft-col > .card {
  border-radius: 0 !important;
  width: 93%;
  margin: 0 auto;
  height: 100%;
  border: unset;
  box-shadow: 0px 0px 5px #acacac;
}

#business-section .owl-item .card {
  margin: unset !important;
}

#business-section .owl-item {
  padding: 15px !important;
}

/*********Section Featured*******/
.have-query-wrap {
  text-align: center;
  padding: 50px 0;
}
.have-query-wrap .text-style-query {
  font-family: var(--font-industry-book);
  color: var(--color-white);
  text-transform: uppercase;
  margin: 0;
  font-size: 25px;
  position: relative;
  width: 100%;
  display: block;
}
.have-query-wrap .text-style-query::before {
  content: "";
  position: absolute;
  width: 41%;
  height: 11px;
  left: 0;
  background-image: url(../images/questions_line_left.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.have-query-wrap h3 {
  font-family: var(--font-industry-bold);
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 35px;
  line-height: 35px;
  position: relative;
}
.have-query-wrap .color-btns {
  min-width: 209px;
}
.have-query-wrap .faq-btn::before {
  content: "";
  position: absolute;
  width: 41%;
  height: 11px;
  right: 0;
  bottom: 28%;
  background-image: url(../images/questions_line_right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.faq-btn {
  padding-top: 10px;
  position: relative;
}

@media (max-width: 1200px) {
  .have-query-wrap .text-style-query::before {
    top: -20px;
    width: 80%;
  }
  .have-query-wrap .faq-btn::before {
    bottom: -20px;
    width: 80%;
  }
  #looking-for-cards {
    top: 132px;
    margin-top: -50px;
  }
  .lf-nav-wrap {
    padding-top: 50px;
  }
}
.featured-listing-sec {
  background-image: url(../images/listing_background_overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.business-listing-sec {
  width: 100%;
  display: block;
}

.js-alert {
  position: fixed;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 0px;
}

.blog-con .card {
  border-radius: 0 !important;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  border: unset;
  box-shadow: 0px 0px 5px #acacac;
}
.blog-con .card > img {
  height: 180px;
  object-fit: cover;
}
.blog-con .card .card-body {
  padding-bottom: 0px;
  min-height: auto;
}
.blog-con .card .card-body img {
  width: 100%;
}
.blog-con .card .card-body .card-title {
  font-family: var(--font-industry-bold);
  font-size: 20px;
  color: var(--color-primary-dark-blue);
}
.blog-con .card .card-body .card-title a {
  font-family: var(--font-industry-bold);
  font-size: 20px;
  color: var(--color-primary-dark-blue);
}
.blog-con .card .card-body .card-title a:hover {
  color: var(--color-primary-Falu-Red);
}
.blog-con .card .card-body .card-title a:focus {
  color: var(--color-primary-Falu-Red);
  outline: 1px solid #13FFFF;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.blog-con .card .card-body .card-link {
  position: relative;
  padding-left: 20px;
}
.blog-con .card .card-body .card-link a {
  font-family: var(--font-mundial-light);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-primary-dark-blue);
}
.blog-con .card .card-body .card-link a i {
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--color-primary-yellow);
}
.blog-con .card .card-bottom {
  position: absolute;
  bottom: 13px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}

.card {
  border-radius: 0 !important;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  border: unset;
  box-shadow: 0px 0px 5px #acacac;
}
.card > img {
  height: 180px;
  object-fit: cover;
}
.card .card-body {
  padding-bottom: 70px;
  min-height: 200px;
}
.card .card-body img {
  width: 100%;
}
.card .card-body .card-title {
  font-family: var(--font-industry-bold);
  font-size: 20px;
  color: var(--color-primary-dark-blue);
}
.card .card-body .card-title a {
  font-family: var(--font-industry-bold);
  font-size: 20px;
  color: var(--color-primary-dark-blue);
}
.card .card-body .card-title a:hover {
  color: var(--color-primary-Falu-Red);
}
.card .card-body .card-title a:focus {
  color: var(--color-primary-Falu-Red);
  outline: 1px solid #13FFFF;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.card .card-body .card-link {
  position: relative;
  padding-left: 20px;
}
.card .card-body .card-link a {
  font-family: var(--font-mundial-light);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-primary-dark-blue);
}
.card .card-body .card-link a i {
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--color-primary-yellow);
}
.card .card-body .card-link a:hover {
  color: var(--color-bg-red);
}
.card .card-body .card-link a:hover i {
  color: var(--color-bg-red);
}
.card .card-body .card-link a:focus {
  color: var(--color-bg-red);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.card .card-body .card-link a:focus i {
  color: var(--color-bg-red);
}
.card .card-bottom {
  position: absolute;
  bottom: 13px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}

.ft-col > .card .card-body .sub-title, .ft-col > .card .card-body .card-text {
  font-family: var(--font-mundial-light);
  font-size: 16px;
  color: var(--color-primary-dark-blue);
}

.blog-sec {
  background-image: url(../images/wp_blog_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-con {
  padding: 50px 0;
}
.blog-con .blog-r-col {
  margin-top: 70px;
  margin-bottom: 30px;
}
.blog-con .blog-r-col > .card {
  border-radius: 0 !important;
  width: 93%;
  margin: 0 auto;
  height: 100%;
  border: unset;
  box-shadow: 0px 0px 0px #acacac;
}
.blog-con .blog-r-col > .card > img {
  height: 280px;
  object-fit: cover;
}
.blog-con .blog-r-col > .card .card-title {
  font-family: var(--font-industry-bold);
  font-size: 20px;
  color: var(--color-primary-dark-blue);
  padding-bottom: 5px;
}
.blog-con .blog-r-col > .card .sub-title {
  font-family: var(--font-industry-bold);
  font-size: 16px;
  color: var(--color-primary-dark-blue);
  padding-bottom: 5px;
  display: block;
}

.read-btn {
  display: block;
  align-items: center;
  justify-content: space-between;
  background: url("../images/questions_line_left-gray.png") no-repeat -470px 52%;
  margin: 0px 20px 20px 20px;
  padding: 10px 0px 10px 0px;
}
.read-btn img {
  width: 100%;
  padding-left: 20px;
}
.read-btn a.color-btns {
  float: right;
  min-width: 200px;
}

#business-section .owl-height {
  height: auto !important;
}
#business-section .owl-item {
  padding: 30px;
}
#business-section .owl-item .card {
  margin: 10px;
}

.view_more .text-more-content {
  font-family: var(--font-industry-bold);
  font-size: 18px;
  color: var(--color-white);
}

.for-mobile-none {
  display: block;
}

@media (max-width: 575px) {
  .looking-img-card {
    margin: 10px auto;
  }
  .blog-head .banner-content {
    text-align: left;
    padding: 0 15px;
  }
  .read-btn {
    flex-direction: column;
  }
  .read-btn > div:first-child {
    width: 80%;
    margin: 0 auto;
  }
  .read-btn img {
    width: 100%;
    margin: 0 auto;
  }
}
.owl-carousel .owl-nav {
  display: none;
}
.owl-carousel .owl-dots {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.owl-carousel .owl-dots .owl-dot {
  margin: 0 10px;
  width: 22px;
  height: 22px;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: var(--color-primary-Tirol);
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--color-primary-yellow);
}

@media (max-width: 640px) {
  .featured-listing-sec .common-header h2 {
    padding-bottom: 20px;
  }
  .featured-listing-sec .common-header h4 {
    padding-bottom: 20px;
  }
  .featured-listing-sec .common-header h5 {
    padding-bottom: 20px;
  }
  .featured-listing-sec #business-section {
    padding: 60px 0px 0px 0px;
  }
  .for-mobile-none {
    display: none;
  }
  .read-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("../images/questions_line_left-gray.png") no-repeat top right;
    margin: 0px 20px;
    padding: 30px 0px 20px 0px;
  }
  .read-btn img {
    width: 100%;
    padding-left: 20px;
  }
  .read-btn a {
    flex-basis: 30%;
    float: right;
  }
}
.about-content-left {
  background-color: var(--color-bg-light-gray);
  width: 100%;
  display: table;
  overflow: hidden;
}
.about-content-left .image-section {
  width: 100%;
  display: table;
  height: 100%;
}
.about-content-left .image-section img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.about-content-left .content-section {
  width: 100%;
  display: table;
  padding: 10% 27% 10% 8%;
}

.about-wp-sec h1 {
  font-family: var(--font-industry-bold);
  color: var(--color-primary-Falu-Red);
  text-transform: uppercase;
  font-size: 80px;
  line-height: 70px;
  padding-bottom: 10px;
}

.about-content-right {
  background-color: var(--color-primary-light-blue);
  width: 100%;
  display: table;
  overflow: hidden;
}
.about-content-right .image-section {
  width: 100%;
  display: table;
  height: 100%;
}
.about-content-right .image-section img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.about-content-right .content-section {
  width: 100%;
  display: table;
  padding: 10% 8% 10% 27%;
  color: var(--color-white);
}

.looking-text-sec {
  padding-top: 60px;
  padding-bottom: 50px;
}
.looking-text-sec .text-st-1 {
  font-family: var(--font-industry-book);
  color: var(--color-primary-dark-blue);
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-size: 30px;
}

.add-business {
  background-color: var(--color-gray-2);
  width: 100%;
  display: table;
  overflow: hidden;
}
.add-business .row {
  padding: 80px 0 80px 0;
}
.add-business .content-section-left {
  width: 100%;
  display: table;
  text-align: center;
  color: var(--color-primary-dark-blue);
  border-right: 1px solid var(--color-primary-Tirol-light);
  padding: 0 8% 0 8%;
}
.add-business .content-section-left .text-st-2 {
  font-family: var(--font-industry-book);
  font-size: 30px;
  color: var(--color-primary-dark-blue);
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-size: 30px;
}
.add-business .content-section-left p {
  margin-bottom: 50px;
}
.add-business .content-section {
  width: 100%;
  display: table;
  text-align: center;
  color: var(--color-primary-dark-blue);
  padding: 0 8% 0 8%;
}
.add-business .content-section .text-st-3 {
  font-family: var(--font-industry-book);
  font-size: 30px;
  color: var(--color-primary-dark-blue);
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-size: 30px;
}
.add-business .content-section p {
  margin-bottom: 74px;
}
.add-business a.color-btns {
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .about-content-left .content-section {
    padding: 10% 27% 10% 8%;
  }
  .about-content-right .content-section {
    padding: 10% 8% 10% 27%;
  }
  .add-business .row {
    padding: 80px 0 80px 0;
  }
  .add-business .content-section-left {
    border-right: 1px solid var(--color-primary-Tirol-light);
    padding: 0 8% 0 8%;
  }
  .add-business .content-section {
    padding: 0 8% 0 8%;
  }
}
@media (max-width: 990px) {
  .about-content-left .content-section {
    padding: 10% 27% 10% 8%;
  }
  .about-content-right .content-section {
    padding: 10% 8% 10% 27%;
  }
  .add-business .row {
    padding: 80px 0 80px 0;
  }
  .add-business .content-section-left {
    border-right: 1px solid var(--color-primary-Tirol-light);
    padding: 0 8% 0 8%;
  }
  .add-business .content-section {
    padding: 0 8% 0 8%;
  }
  .about-wp-sec h1 {
    font-size: 70px;
    line-height: 70px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .about-content-left .content-section {
    padding: 10% 8% 10% 8%;
  }
  .about-content-right .content-section {
    padding: 10% 8% 10% 8%;
  }
  .add-business .row {
    padding: 80px 15px 80px 15px;
  }
  .add-business .content-section-left {
    border-right: 1px solid var(--color-primary-Tirol-light);
    border-bottom: 0px solid var(--color-primary-Tirol-light);
    padding: 0 8% 5% 8%;
  }
  .add-business .content-section {
    padding: 5% 8% 0 8%;
  }
  .about-wp-sec h1 {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .about-content-right .row {
    flex-direction: column-reverse;
  }
  .add-business .row {
    padding: 80px 15px 80px 15px;
  }
  .add-business .content-section-left {
    border-right: 0px solid var(--color-primary-Tirol-light);
    border-bottom: 1px solid var(--color-primary-Tirol-light);
    padding: 0 8% 10% 8%;
    margin-bottom: 25px;
  }
  .add-business .content-section {
    padding: 5% 8% 0 8%;
  }
  .about-wp-sec h1 {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 10px;
  }
}
.business-listing-search {
  width: 100%;
  display: table;
  padding: 50px 0px 20px 0px;
  background: var(--color-bg-light-gray);
}
.business-listing-search .business-listing-box {
  background: var(--color-primary-light-blue);
  width: 100%;
  display: table;
  border-radius: 10px;
  padding: 10px;
}
.business-listing-search .business-listing-box label {
  font-family: var(--font-mundial-light);
  font-size: 18px;
  color: var(--color-white);
  padding: 10px 0px;
}
.business-listing-search .business-listing-box select {
  border: 1px solid var(--color-primary-dark-maroon);
  font-family: var(--font-mundial-light);
  font-size: 18px;
  color: var(--color-primary-dark-blue);
  height: 45px;
}
.business-listing-search .search {
  position: relative;
}
.business-listing-search .search input {
  text-indent: 5px;
  border: 1px solid var(--color-primary-dark-maroon);
  font-family: var(--font-mundial-light);
  font-size: 18px;
  color: var(--color-primary-dark-blue);
  height: 45px;
}
.business-listing-search .search input:focus {
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.business-listing-search .search .fa-search {
  position: absolute;
  top: 15px;
  left: 17px;
  color: var(--color-primary-Falu-Red);
}
.business-listing-search .search button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 45px;
  width: 50px;
  background: transparent;
  border: 0px;
}
.business-listing-search .search button:focus {
  background: transparent;
}

.business-listing-sec h1 {
  font-family: var(--font-industry-bold);
  color: var(--color-primary-Falu-Red);
  text-transform: uppercase;
  font-size: 80px;
  line-height: 70px;
  padding-bottom: 10px;
}

.common-header.text-start h1 {
  font-family: var(--font-industry-bold);
  color: var(--color-primary-Falu-Red);
  text-transform: uppercase;
  font-size: 80px;
  line-height: 70px;
  padding-bottom: 10px;
}
.common-header.text-start h3 {
  font-family: var(--font-industry-book);
  color: var(--color-gray);
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
}
.common-header.text-start h4 {
  font-family: var(--font-industry-book);
  color: var(--color-gray);
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
  line-height: 35px;
}
.common-header.text-start .sub-header {
  font-family: var(--font-industry-book);
  color: var(--color-gray);
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
  line-height: 35px;
}

.pagination-list {
  width: 100%;
  display: table;
  padding: 40px 0px 20px 0px;
}
.pagination-list nav {
  width: 29%;
  margin: 0 auto;
}
.pagination-list nav .page-list {
  line-height: 40px;
  padding: 0px 15px 0px 0px;
  font-family: var(--font-mundial-black);
  font-size: 16px;
  color: var(--color-primary-dark-blue);
  font-weight: bold;
  display: table;
}
.pagination-list nav .page-link {
  background: var(--color-primary-Tirol);
  color: var(--color-white);
  border: 0px;
  margin: 0px 5px;
  padding: 5px 20px;
  border-radius: 8px;
  font-size: 18px;
}
.pagination-list nav .page-link:hover {
  background: var(--color-primary-yellow);
}
.pagination-list nav .page-link:focus {
  background: var(--color-primary-yellow);
}

/*******Business List*********/
.bl-cont,
.soical-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bl-cont .bl-cont_c,
.soical-links li {
  margin-right: 20px;
}

.bl-cont .bl-cont_c a {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: var(--color-primary-dark-blue);
  display: inline-block;
}
.bl-cont .bl-cont_c a i {
  font-size: 25px;
  line-height: 0;
  margin-right: 10px;
}
.bl-cont .bl-cont_c a:hover {
  color: var(--color-primary-dark-Falu-Red);
}
.bl-cont .bl-cont_c a:focus {
  color: var(--color-primary-dark-Falu-Red);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.soical-links li a > i {
  font-size: 30px !important;
}

.logo_listing {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.logo_listing li {
  border: 1px solid #707070;
  height: 50px;
  width: 145px;
  margin: 10px 5px 10px 5px;
}
.logo_listing li p {
  margin: 0;
  text-align: center;
  line-height: 45px;
}

.busines-create-t {
  font-weight: 800;
  font-size: 18px !important;
  text-transform: uppercase;
  margin: 0;
}

.bl_parah-con p,
.parah-common {
  font-family: var(--font-mundial-light);
  font-size: 18px;
  color: var(--color-primary-dark-blue);
}

.parah-read {
  text-transform: capitalize;
  color: var(--color-primary-dark-blue);
  font-family: var(--font-mundial-bold);
  font-size: 18px;
}
.parah-read:hover {
  color: var(--color-primary-Falu-Red);
}
.parah-read:focus {
  color: var(--color-primary-Falu-Red);
}

.showless {
  display: none;
}

.text-visible {
  display: block;
}

.text-hide {
  display: none;
}

.dl_access_info h3 {
  font-family: var(--font-industry-bold);
  font-size: 18px;
  color: var(--color-primary-dark-blue);
}

.dl_access-icons ul {
  background-color: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  padding: 20px;
}
.dl_access-icons ul li {
  display: flex;
  align-items: center;
  color: var(--color-primary-Falu-Red);
  font-family: var(--font-mundial-bold);
  font-size: 18px;
  margin: 15px 0;
  font-weight: 700;
}
.dl_access-icons ul li i {
  font-size: 25px;
  margin-right: 25px;
  width: 30px;
  text-align: center;
}

.map-wrapper {
  padding: 20px;
  border-radius: 20px;
  background-color: var(--color-primary-Falu-Red);
}

.map-wrapper span,
.get-dir a {
  font-family: var(--font-mundial-bold);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
}

.get-dir a {
  font-family: var(--font-mundial-bold);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
}
.get-dir a:hover {
  color: var(--color-primary-yellow) !important;
}
.get-dir a:focus {
  color: var(--color-primary-yellow) !important;
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.address-wrap {
  display: flex;
  align-items: flex-start;
}

.get-dir a i {
  transform: rotate(90deg);
  margin: 3px 0 0 15px;
  font-size: 21px;
}
.get-dir a:hover {
  color: var(--color-primary-dark-blue);
}
.get-dir a:focus {
  color: var(--color-primary-dark-blue);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.category-wrapper {
  padding: 20px;
  border-radius: 20px;
  background-color: #F5F5F5;
}

.category-list-ul li.category-list-li:not(:last-child) {
  border-bottom: 1px solid #9A8C62;
  margin-bottom: 35px;
}
.category-list-ul li.category-list-li > .category-text-st-1 {
  font-family: var(--font-mundial-bold);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.m-c-ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.m-c-ul li {
  border: 1px solid #E6BD40;
  border-radius: 50px;
  background-color: #fff;
  margin: 5px 10px;
  padding: 5px 10px;
}
.m-c-ul li a {
  font-family: var(--font-industry-bold);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary-dark-blue);
  text-transform: uppercase;
}
.m-c-ul li a:hover {
  color: var(--color-primary-Falu-Red);
}
.m-c-ul li a:focus {
  color: var(--color-primary-Falu-Red);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.timing {
  margin-bottom: 20px;
}
.timing li {
  font-family: var(--font-mundial-light);
  font-weight: 400;
  font-size: 18px;
  color: var(--color-primary-dark-blue);
}

.photo-gal {
  flex-wrap: wrap;
}
.photo-gal li {
  flex-basis: 33%;
  padding: 10px;
}
.photo-gal li img {
  width: 100%;
  margin: 0 auto;
}

.video-container {
  width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.play-button-wrapper .fa-play {
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
  color: #fff;
  font-size: 35px;
  width: 50px;
  height: 50px;
  position: relative;
}
.play-button-wrapper .fa-play::before {
  padding: 6px 14px;
  top: 0px;
  position: absolute;
}

#circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

/*******Business List*********/
/*********OWNER SIGNUP***********/
.border-section {
  background: url("../images/membership-dots.png") no-repeat center center;
  width: 100%;
  display: table;
  height: 13px;
  padding: 10px 0px;
}

h1.owner-signup-title {
  font-family: var(--font-industry-bold);
  color: var(--color-primary-Falu-Red);
  text-transform: uppercase;
  font-size: 80px !important;
  line-height: 70px !important;
  padding: 30px 0px 10px 0px;
}

.os_sign_sec {
  position: relative;
  z-index: 9;
}
.os_sign_sec .common-header h1 {
  font-size: 30px;
  line-height: 40px;
}
.os_sign_sec .common-header h4 {
  font-size: 68px;
  line-height: 58px;
  margin-bottom: 10px;
}
.os_sign_sec .common-header h5 {
  font-size: 30px;
  line-height: 40px;
  color: var(--color-primary-Falu-Red);
  font-family: var(--font-industry-book);
  text-transform: uppercase;
}
.os_sign_sec .login-box {
  margin-top: -100px;
}
.os_sign_sec .text-end {
  padding-top: 10px;
}

.inner-banner.owner_signup_banner::before {
  display: none;
}

.os_sign_wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 20px;
}
.os_sign_wrap .common-header p {
  font-family: var(--font-mundial-light);
  font-weight: 400;
  font-size: 16px;
  color: var(--color-primary-dark-blue);
  margin-top: 15px;
  width: 70%;
  margin: 0 auto;
}
.os_sign_wrap .common-header p a {
  font-weight: 700;
  font-family: var(--font-mundial-light);
  font-size: 16px;
  color: var(--color-primary-dark-blue);
}
.os_sign_wrap .common-header p a:hover {
  text-decoration: underline;
}

.os_sign_form {
  width: 55%;
  margin: 30px auto 0;
}
.os_sign_form .form-gp label {
  font-family: var(--font-industry-bold);
  font-size: 18px;
  color: var(--color-primary-dark-blue);
  font-weight: 600;
  margin-bottom: 25px;
}
.os_sign_form .form-gp label span {
  font-family: var(--font-industry-Medium);
  font-weight: 500;
}

.os_sign_form input,
.os_sign_form textarea,
.os_sign_form select {
  border: 1px solid #71251D;
  border-radius: 11px;
  width: 100%;
  color: #707070;
  padding: 10px;
}

.os_sign_form .form_req,
.os_sign_form input::placeholder,
.os_sign_form select::placeholder {
  color: #707070;
  font-family: var(--font-mundial-light);
  font-weight: 400;
  font-size: 16px;
}

.form-header {
  font-family: var(--font-industry-book);
  font-size: 30px;
  color: #7B1D17;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.add-addiional a {
  font-family: var(--font-mundial-bold);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-primary-dark-blue);
}
.add-addiional a:hover {
  color: var(--color-primary-dark-Falu-Red);
}
.add-addiional a:focus {
  color: var(--color-primary-dark-Falu-Red);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.youtube-video {
  width: 100%;
  height: 250px;
  border: 0px;
}

.select-wrap {
  position: relative;
}
.select-wrap select {
  appearance: none;
  background-color: transparent;
  position: relative;
  z-index: 2;
  padding-right: 30px;
}
.select-wrap::after {
  position: absolute;
  content: "";
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--color-primary-dark-Falu-Red);
  border-left: 7px solid var(--color-primary-dark-Falu-Red);
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

textarea.hours-Operation {
  height: 120px;
}

.check-box input + label:hover {
  outline: transparent !important;
}
.check-box input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
  width: 0px;
  height: 0px;
}
.check-box input:checked + label:before {
  background-color: #5C0E0C;
}
.check-box input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6.5px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check-box input:focus + label {
  outline: 1px solid #13FFFF;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.check-box input:active + label {
  border: 0px solid #13FFFF !important;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.check-box input:active + label:active {
  border: 0px solid #13FFFF !important;
}
.check-box .outline {
  border: 1px solid #13FFFF !important;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.check-box label {
  position: relative;
  cursor: pointer;
  font-family: var(--font-industry-bold) !important;
  font-weight: 700;
  font-size: 18px;
  color: var(--color-primary-dark-blue);
  user-select: none;
}
.check-box label:before {
  content: "";
  background-color: transparent;
  border: 1px solid #707070;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 7px;
  margin-top: -4px;
}
.check-box label.active {
  position: relative;
  cursor: pointer;
  font-family: var(--font-industry-bold) !important;
  font-weight: 700;
  font-size: 18px;
  color: var(--color-primary-dark-blue);
  user-select: none;
}
.check-box label.active:before {
  content: "";
  background-color: #5C0E0C;
  border: 1px solid #707070;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 7px;
  margin-top: -4px;
}
.check-box label.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 6.5px;
  left: 8px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input:not([type=range]):not([type=color]) {
  writing-mode: horizontal-tb !important;
}

.pssword-wrap {
  flex-wrap: wrap;
}
.pssword-wrap .pssword-label {
  flex-basis: 18%;
}
.pssword-wrap .pssword-info {
  flex-basis: 80%;
}

/* Override bootstrap column paddings */
.gallery-container {
  width: 100%;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 0px 5px;
  position: relative;
}

.tz-gallery .row > div {
  padding: 10px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox {
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  content: "";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: transparent !important;
  content: "";
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

.tz-gallery a.lightbox {
  display: block;
  background: transparent !important;
}
.tz-gallery a.lightbox:hover {
  background: transparent !important;
}
.tz-gallery a.lightbox:focus {
  outline: 1px solid #13FFFF;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.baguetteBox-button:focus {
  outline: 1px solid #13FFFF;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*********OWNER SIGNUP***********/
@media (max-width: 1400px) {
  .pagination-list {
    width: 100%;
    display: table;
    padding: 40px 0px 20px 0px;
  }
  .pagination-list nav {
    width: 34%;
  }
  h1.owner-signup-title {
    font-size: 80px !important;
    line-height: 70px !important;
  }
}
@media (max-width: 1200px) {
  .pagination-list {
    width: 100%;
    display: table;
    padding: 40px 0px 20px 0px;
  }
  .pagination-list nav {
    width: 34%;
  }
  h1.owner-signup-title {
    font-size: 80px !important;
    line-height: 70px !important;
  }
}
@media (max-width: 990px) {
  .pagination-list {
    width: 100%;
    display: table;
    padding: 40px 0px 20px 0px;
  }
  .pagination-list nav {
    width: 54%;
  }
  h1.owner-signup-title {
    font-size: 80px !important;
    line-height: 70px !important;
  }
}
@media (max-width: 768px) {
  .pagination-list {
    width: 100%;
    display: table;
    padding: 40px 0px 20px 0px;
  }
  .pagination-list nav {
    width: 54%;
  }
  .os_sign_form .form-gp label {
    margin-bottom: 10px;
  }
  .common-header.text-start h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .common-header.text-start h3 {
    margin: 0;
    font-size: 30px;
  }
  .common-header.text-start h4 {
    font-size: 30px;
    line-height: 35px;
  }
  h1.owner-signup-title {
    font-size: 70px !important;
    line-height: 60px !important;
  }
}
@media (max-width: 640px) {
  .pagination-list {
    width: 100%;
    display: table;
    padding: 40px 0px 20px 0px;
  }
  .pagination-list nav {
    width: 73%;
  }
  h1.owner-signup-title {
    font-size: 50px !important;
    line-height: 50px !important;
  }
}
@media (max-width: 480px) {
  .pagination-list {
    width: 100%;
    display: table;
    padding: 40px 0px 20px 0px;
  }
  .pagination-list nav {
    width: 83%;
  }
  .os_sign_sec .common-header h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .os_sign_sec .common-header h5 {
    font-size: 24px;
    line-height: 30px;
  }
  .os_sign_sec .common-header h4 {
    font-size: 43px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .os_sign_sec .login-box {
    margin-top: -100px;
  }
  h1.owner-signup-title {
    font-size: 45px !important;
    line-height: 45px !important;
  }
}
@media (max-width: 425px) {
  .pagination-list {
    width: 100%;
    display: table;
    padding: 40px 0px 20px 0px;
  }
  .pagination-list nav {
    width: 83%;
  }
  .business-listing-search {
    width: 100%;
    display: block;
    padding: 0px 0px 20px 0px;
  }
  .business-listing-search .container {
    padding: 0px;
  }
  .business-listing-search .business-listing-box {
    width: 100%;
    display: block;
    border-radius: 0px;
    padding: 20px 20px 40px 20px;
  }
  .ft-col {
    margin-top: 40px;
  }
  .quick-links ul {
    padding: 0px 0px 20px 0px;
  }
  h1.owner-signup-title {
    font-size: 45px !important;
    line-height: 45px !important;
  }
}
@media (max-width: 375px) {
  .pagination-list {
    width: 100%;
    display: table;
    padding: 40px 0px 20px 0px;
  }
  .pagination-list nav {
    width: 83%;
  }
  h1.owner-signup-title {
    font-size: 45px !important;
    line-height: 45px !important;
  }
}
@media (max-width: 360px) {
  .pagination-list {
    width: 100%;
    display: table;
    padding: 40px 0px 20px 0px;
  }
  .pagination-list nav {
    width: 100%;
  }
  h1.owner-signup-title {
    font-size: 45px !important;
    line-height: 45px !important;
  }
}
@media (max-width: 320px) {
  .pagination-list {
    width: 100%;
    display: table;
    padding: 40px 0px 20px 0px;
  }
  .pagination-list nav {
    width: 100%;
  }
  h1.owner-signup-title {
    font-size: 45px !important;
    line-height: 45px !important;
  }
}
/**********mAX_WIDTH 768px ******/
@media (max-width: 768px) {
  .bl-cont .bl_phone,
  .bl-cont .bl_link {
    flex-basis: 50%;
  }
  .bl-cont .soical-links {
    flex-basis: 100%;
  }
}
/**********mAX_WIDTH 575px ******/
@media (max-width: 575px) {
  .bl-cont .bl_phone,
  .bl-cont .bl_link {
    flex-basis: 100%;
  }
  .dl_access-row,
  .map-wrapper,
  .category-wrapper {
    margin: 0 -15px;
  }
  .dl_access-row .dl_access-icons-wrap {
    padding: 0;
  }
  .dl_access-row .dl_access-icons-wrap ul,
  .map-wrapper,
  .category-wrapper {
    border-radius: 0;
  }
  .photo-gal li {
    flex-basis: 50%;
  }
}
/*********OWNER SIGNUP***********/
@media (max-width: 992px) {
  .os_sign_form {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .os_sign_main-row-wrap {
    margin: 0;
  }
  .pssword-wrap .pssword-label {
    flex-basis: 22%;
    text-wrap: nowrap;
  }
  .pssword-wrap .pssword-info {
    flex-basis: 78%;
  }
  .business-listing-sec h1 {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .os_sign_form {
    width: 100%;
  }
  .pssword-wrap .pssword-label {
    flex-basis: 30%;
    text-wrap: nowrap;
  }
  .pssword-wrap .pssword-info {
    flex-basis: 60%;
  }
  .business-listing-sec h1 {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 10px;
  }
}
.faq-wp-sec {
  width: 100%;
}
.faq-wp-sec h1 {
  font-family: var(--font-industry-bold);
  color: var(--color-primary-Falu-Red);
  text-transform: uppercase;
  font-size: 80px;
  line-height: 70px;
  padding-bottom: 10px;
}
.faq-wp-sec .faq-list {
  width: 100%;
  display: table;
  background: url("../images/faq-border.png") no-repeat bottom right;
  padding: 20px 0px 40px 0px;
}
.faq-wp-sec .faq-list .faq-title-text {
  color: var(--color-primary-Falu-Red);
  padding: 10px 0px;
  font-family: var(--font-industry-book);
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
}
.faq-wp-sec .faq-list:last-child {
  background: transparent;
}

.login-page {
  background: var(--color-primary-dark-blue-footer);
  padding: 0px 0px 40px 0px;
}
.login-page p {
  padding: 20px 0px 15px 0px;
}
.login-page .color-change {
  color: var(--color-primary-Falu-Red);
}
.login-page .login-link {
  font-size: 16px;
  color: var(--color-primary-dark-blue);
  font-family: var(--font-mundial-light);
  font-weight: normal;
  display: block;
  padding: 5px 0px;
}
.login-page .login-link:hover {
  color: var(--color-bg-red);
}
.login-page .login-link:focus {
  color: var(--color-bg-red);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.login-page .color-btns {
  margin: 0px;
}
.login-page .text-end {
  padding-top: 10px;
}
.login-page .common-header h1 {
  font-family: var(--font-industry-bold);
  color: var(--color-primary-Falu-Red);
  text-transform: uppercase;
  font-size: 80px;
  line-height: 70px;
  padding-bottom: 10px;
}
.login-page .common-header .login-box-text-st-1 {
  font-size: 30px;
  line-height: 40px;
  color: var(--color-primary-Falu-Red);
  font-family: var(--font-industry-book);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .faq-wp-sec h1 {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 10px;
  }
  .login-page .common-header h1 {
    font-size: 68px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .faq-wp-sec h1 {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 10px;
  }
  .login-page .common-header h1 {
    font-size: 43px !important;
    line-height: 45px !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 320px) {
  .login-page .common-header h1 {
    font-size: 43px !important;
    line-height: 45px !important;
    margin-bottom: 10px;
  }
}
.my-account {
  width: 100%;
  overflow: hidden;
}
.my-account .account-btns-desktop {
  display: block;
  width: 100%;
}
.my-account .account-btns-mobile {
  display: none;
}
.my-account .account-details {
  width: 100%;
  display: flex;
  background: var(--color-gray-3);
  padding: 70px 70px 50px 0px;
  height: 100%;
}
.my-account .account-details .profile-pic {
  width: 196px;
  height: 196px;
  border-radius: 200px;
  border: 1px solid var(--color-gray);
  margin: 0px 0px 50px 0px;
}
.my-account .account-details .profile-pic img {
  border-radius: 200px;
}
.my-account .account-details ul {
  display: table;
  width: 100%;
}
.my-account .account-details ul li {
  width: 100%;
  display: block;
}
.my-account .account-details ul li a {
  padding: 15px 15px 15px 0px;
  font-size: 20px;
  border-bottom: 1px solid var(--color-Tiro-2);
  display: block;
  color: var(--color-primary-dark-blue);
  font-family: var(--font-industry-book);
  text-transform: uppercase;
}
.my-account .account-details ul li a:hover {
  font-family: var(--font-industry-bold);
}
.my-account .account-details ul li a:focus {
  font-family: var(--font-industry-bold);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.my-account .account-details ul li a i {
  width: 37px;
}
.my-account .account-details ul li:last-child a {
  border-bottom: 0px solid var(--color-Tiro-2);
}
.my-account .account-content {
  width: 80%;
  padding: 70px 0px 50px 0px;
}
.my-account .account-content h1 {
  font-family: var(--font-industry-bold);
  color: var(--color-primary-Falu-Red);
  text-transform: uppercase;
  font-size: 70px;
  line-height: 70px;
  position: relative;
}
.my-account .account-content .account-btns {
  width: 100%;
  padding: 0px;
}
.my-account .account-content .account-btns a {
  padding: 20px 15px;
  font-size: 15px;
  background: 1px solid var(--color-white);
  display: block;
  color: var(--color-primary-light-blue);
  font-family: var(--font-industry-bold);
  text-transform: uppercase;
  border-radius: 20px;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
  width: 14.5%;
  margin: 20px 1%;
  text-align: center;
  line-height: 16px;
  float: left;
  height: 150px;
  width: 150px;
}
.my-account .account-content .account-btns a:hover {
  background: var(--color-primary-light-blue);
  color: var(--color-white);
}
.my-account .account-content .account-btns a:focus {
  background: var(--color-primary-light-blue);
  color: var(--color-white);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.my-account .account-content .account-btns a i {
  display: block;
  text-align: center;
  font-size: 40px;
  padding-bottom: 15px;
}
.my-account .account-content .recent-alerts {
  width: 100%;
  background: var(--color-gray-3);
  padding: 20px;
  margin-top: 50px;
  border-radius: 20px;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
}
.my-account .account-content .recent-alerts .recent-alerts-text {
  color: var(--color-primary-dark-blue);
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px;
  background: url("../images/questions_line_left-gray.png") no-repeat bottom right;
  font-family: var(--font-industry-book);
  text-transform: uppercase;
  font-size: 30px;
}
.my-account .account-content .recent-alerts a {
  color: var(--color-primary-light-blue);
  font-family: var(--font-industry-bold);
}
.my-account .account-content .recent-alerts a:hover {
  color: var(--color-primary-Falu-Red);
}
.my-account .account-content .recent-alerts a:focus {
  color: var(--color-primary-Falu-Red);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.my-account .account-content .my-business {
  width: 100%;
  margin-top: 50px;
}
.my-account .account-content .my-business .title-business {
  color: var(--color-primary-dark-blue);
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px;
  background: url("../images/questions_line_left-gray.png") no-repeat bottom right;
  font-family: var(--font-industry-book);
  text-transform: uppercase;
  font-size: 30px;
}

@media (max-width: 1440px) {
  .my-account {
    width: 100%;
    overflow: hidden;
  }
  .my-account .account-details {
    width: 100%;
    display: flex;
    padding: 70px 70px 50px 0px;
    height: 100%;
  }
  .my-account .account-details .profile-pic {
    width: 196px;
    height: 196px;
    border-radius: 200px;
    margin: 0px 0px 50px 0px;
  }
  .my-account .account-details .profile-pic img {
    border-radius: 200px;
  }
  .my-account .account-content {
    width: 90%;
    padding: 70px 20px 50px 0px;
  }
  .my-account .account-content .account-btns {
    width: 100%;
    padding: 0px;
  }
  .my-account .account-content .account-btns a {
    padding: 20px 15px;
    display: block;
    width: 150px;
    margin: 20px 1%;
    text-align: center;
    line-height: 17px;
    float: left;
    min-height: 150px;
    font-size: 14px;
  }
  .my-account .account-content .recent-alerts {
    padding: 20px;
    margin-top: 50px;
  }
  .my-account .account-content .my-business {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .my-account {
    width: 100%;
    overflow: hidden;
  }
  .my-account .account-details {
    width: 100%;
    display: flex;
    padding: 70px 70px 50px 0px;
    height: 100%;
  }
  .my-account .account-details .profile-pic {
    width: 196px;
    height: 196px;
    border-radius: 200px;
    margin: 0px 0px 50px 0px;
  }
  .my-account .account-details .profile-pic img {
    border-radius: 200px;
  }
  .my-account .account-details ul li a {
    font-size: 18px;
  }
  .my-account .account-content {
    width: 100%;
    padding: 70px 20px 50px 0px;
  }
  .my-account .account-content .account-btns {
    width: 100%;
    padding: 0px;
  }
  .my-account .account-content .account-btns a {
    padding: 20px 15px;
    display: block;
    width: 150px;
    margin: 20px 1%;
    text-align: center;
    line-height: 18px;
    float: left;
    min-height: 150px;
    font-size: 14px;
  }
  .my-account .account-content .recent-alerts {
    padding: 20px;
    margin-top: 50px;
  }
  .my-account .account-content .my-business {
    width: 100%;
    margin-top: 50px;
  }
  .my-account .offset-lg-8 {
    margin-left: 43.666667%;
  }
}
@media (max-width: 990px) {
  .my-account {
    width: 100%;
    overflow: hidden;
  }
  .my-account .account-details {
    width: 100%;
    display: flex;
    padding: 70px 30px 50px 30px;
    height: 100%;
  }
  .my-account .account-details .profile-pic {
    width: 196px;
    height: 196px;
    border-radius: 200px;
    margin: 0px 0px 50px 0px;
  }
  .my-account .account-details .profile-pic img {
    border-radius: 200px;
  }
  .my-account .account-details ul li a {
    font-size: 18px;
  }
  .my-account .account-content {
    width: 100%;
    padding: 70px 20px 50px 0px;
  }
  .my-account .account-content .account-btns {
    width: 100%;
    padding: 0px;
  }
  .my-account .account-content .account-btns a {
    padding: 20px 15px;
    display: block;
    width: 31%;
    margin: 20px 1%;
    text-align: center;
    line-height: 18px;
    float: left;
    min-height: 150px;
    font-size: 14px;
  }
  .my-account .account-content .recent-alerts {
    padding: 20px;
    margin-top: 50px;
  }
  .my-account .account-content .my-business {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .my-account {
    width: 100%;
    overflow: hidden;
  }
  .my-account .account-details {
    width: 100%;
    display: flex;
    padding: 70px 0px 50px 0px;
    height: 100%;
  }
  .my-account .account-details .padding-fix {
    margin: 0 auto;
  }
  .my-account .account-details .profile-pic {
    width: 196px;
    height: 196px;
    border-radius: 200px;
    margin: 0px 0px 50px 0px;
  }
  .my-account .account-details .profile-pic img {
    border-radius: 200px;
  }
  .my-account .account-details ul li a {
    font-size: 18px;
  }
  .my-account .account-content {
    width: 100%;
    padding: 40px 20px 50px 20px;
  }
  .my-account .account-content .account-btns {
    width: 100%;
    padding: 0px;
  }
  .my-account .account-content .account-btns a {
    padding: 20px 15px;
    display: block;
    width: 150px;
    margin: 20px 6px;
    text-align: center;
    line-height: 18px;
    float: left;
    min-height: 150px;
    font-size: 14px;
  }
  .my-account .account-content .account-btns .owl-dots {
    position: relative;
    display: table !important;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
  }
  .my-account .account-content .recent-alerts {
    padding: 20px;
    margin-top: 50px;
  }
  .my-account .account-content .my-business {
    width: 100%;
    margin-top: 50px;
  }
  .my-account .account-btns-mobile .owl-carousel .owl-stage-outer .owl-stage {
    padding: 0px;
  }
  .my-account .account-btns-mobile .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    padding: 25px;
  }
  .my-account .account-btns-mobile .owl-carousel .owl-nav {
    display: block;
    width: 140px;
    margin: 0 auto;
  }
  .my-account .account-btns-mobile .owl-carousel .owl-nav .owl-prev {
    width: 60px;
    height: 45px;
    background: var(--color-primary-yellow);
    color: var(--color-primary-dark-blue);
    float: left;
    border-radius: 8px;
  }
  .my-account .account-btns-mobile .owl-carousel .owl-nav .owl-prev span {
    font-size: 70px;
    line-height: 28px;
    text-align: center;
    display: block;
  }
  .my-account .account-btns-mobile .owl-carousel .owl-nav .owl-next {
    width: 60px;
    height: 45px;
    background: var(--color-primary-yellow);
    color: var(--color-primary-dark-blue);
    float: right;
    border-radius: 8px;
  }
  .my-account .account-btns-mobile .owl-carousel .owl-nav .owl-next span {
    font-size: 70px;
    line-height: 28px;
    text-align: center;
    display: block;
  }
}
@media (max-width: 767px) {
  .my-account {
    width: 100%;
    overflow: hidden;
  }
  .my-account .account-details {
    width: 100%;
    display: flex;
    padding: 70px 0px 50px 0px;
    height: 100%;
  }
  .my-account .account-details .padding-fix {
    margin: 0 auto;
  }
  .my-account .account-details .profile-pic {
    width: 196px;
    height: 196px;
    border-radius: 200px;
    margin: 0px 0px 50px 0px;
  }
  .my-account .account-details .profile-pic img {
    border-radius: 200px;
  }
  .my-account .account-details ul li a {
    font-size: 18px;
  }
  .my-account .account-content {
    width: 100%;
    padding: 40px 20px 50px 20px;
  }
  .my-account .account-content .account-btns {
    width: 100%;
    padding: 0px;
  }
  .my-account .account-content .account-btns a {
    padding: 20px 15px;
    display: block;
    width: 150px;
    margin: 20px auto;
    text-align: center;
    line-height: 18px;
    float: none;
    min-height: 150px;
    font-size: 14px;
  }
  .my-account .account-content .recent-alerts {
    padding: 20px;
    margin-top: 50px;
  }
  .my-account .account-content .my-business {
    width: 100%;
    margin-top: 50px;
  }
  .my-account .account-btns-mobile .owl-carousel .owl-stage-outer .owl-stage {
    padding: 0px;
  }
  .my-account .account-btns-mobile .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    padding: 25px;
  }
  .my-account .account-btns-mobile .owl-carousel .owl-nav {
    display: block;
    width: 140px;
    margin: 0 auto;
  }
  .my-account .account-btns-mobile .owl-carousel .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    background: var(--color-primary-yellow);
    color: var(--color-primary-dark-blue);
    float: left;
    border-radius: 8px;
  }
  .my-account .account-btns-mobile .owl-carousel .owl-nav .owl-prev span {
    font-size: 55px;
    line-height: 31px;
    text-align: center;
    display: block;
  }
  .my-account .account-btns-mobile .owl-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    background: var(--color-primary-yellow);
    color: var(--color-primary-dark-blue);
    float: right;
    border-radius: 8px;
  }
  .my-account .account-btns-mobile .owl-carousel .owl-nav .owl-next span {
    font-size: 55px;
    line-height: 31px;
    text-align: center;
    display: block;
  }
}
@media (max-width: 640px) {
  .account-content .account-btns a {
    padding: 20px 15px;
    display: block;
    width: 150px;
    margin: 20px auto;
    text-align: center;
    line-height: 18px;
    float: none;
    height: 150px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .account-content .account-btns a {
    padding: 20px 15px;
    display: block;
    width: 150px;
    margin: 20px auto;
    text-align: center;
    line-height: 18px;
    float: none;
    height: 150px;
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .account-content .account-btns a {
    padding: 20px 15px;
    display: block;
    width: 150px;
    margin: 20px auto !important;
    text-align: center;
    line-height: 18px;
    float: none;
    height: 150px;
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .account-content .account-btns a {
    padding: 20px 15px;
    display: block;
    width: 150px;
    margin: 20px auto !important;
    text-align: center;
    line-height: 18px;
    float: none;
    height: 150px;
    font-size: 14px;
  }
}
.event-page-calendar {
  width: 100%;
}

.eventKey div {
  display: inline-block;
  padding: 4px;
  margin: 4px 4px 4px 0;
  float: left;
  clear: both;
}

.monthYear {
  margin: 0px 0 10px 0;
  padding: 30px 0 30px 0;
  text-align: center;
  font-family: var(--font-industry-bold);
  color: var(--color-gray);
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
}

.monthYear span {
  display: none;
}

.days li {
  font-family: var(--font-industry-bold);
  color: var(--color-white);
  border-bottom: 1px solid #898989;
  padding: 15px 0;
  font-size: 25px;
  line-height: 30px;
  background-color: #7b1d17;
  text-align: center;
}

.days li, .dates li {
  float: left;
  width: 14.28%;
  position: relative;
  box-sizing: border-box;
}

.dates {
  border-right: 1px solid #ccc;
}

.dates:after, .days:after {
  content: "";
  display: block;
  clear: both;
}

.dates li {
  border: 1px solid #ccc;
  border-width: 0 0 1px 1px;
  height: 160px;
  margin: 0;
  background: #fff;
}

.dateWrapper {
  max-height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: max-height 1s;
}

.dateWrapper.open {
  max-height: 600px;
  z-index: 10;
  padding-bottom: 25px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 10px #333;
}

.dates li.fade {
  color: #ccc;
  opacity: 0.6;
}

.dates li {
  position: relative;
  min-height: 160px;
  padding: 60px 10px 20px 10px;
}

.date {
  display: block;
  width: 40px;
  height: 40px;
  font-family: var(--font-industry-bold);
  color: var(--color-white);
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  background-color: #122345;
  right: 10px;
  position: absolute;
  top: 10px;
  border-radius: 100%;
}

.dates li a {
  display: block;
  font-size: 16px;
  border: 1px solid #d4d4d4;
  padding: 5px 10px;
  color: var(--color-primary-light-blue);
  text-decoration: underline !important;
  font-family: var(--font-mundial-light);
}
.dates li a:focus {
  color: #7b1d17;
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.dates li a, .eventKey div {
  text-align: left;
  border-radius: 7px;
}

.dates li a, .dates li div {
  margin: 4px 2px 0;
}

.dates li a.expand {
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 4px 0 0 0;
  margin: 0;
  border-radius: 0;
}

.dates li a.expand span {
  display: inline-block;
  float: right;
  padding: 4px 8px;
  transition: transform 1s ease-in-out;
}

.dates li a.expand.open span {
  transform: rotate(45deg);
  color: #333;
}

.dates li a b {
  font-weight: bold;
}

.multidayHolder {
  position: relative;
  height: 20px;
  padding: 0;
  margin: 4px 0 0 0;
}

.dates li a.multidayEvent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  margin: 0;
}

.multidayEvent span, .holiday span {
  display: none;
}

.dates li a.length-2 {
  width: 196%;
  display: block;
}

.dates li a.length-3 {
  width: 301%;
  display: block;
}

.calendarNav {
  display: none;
}

@media (max-width: 744px) {
  body {
    background: #fff;
  }
  .col-2 aside, .col-2 article {
    width: 100%;
    float: none;
    clear: both;
  }
  .eventKey div {
    clear: none;
  }
  .monthYear {
    padding: 20px 0 20px 23px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .monthYear span {
    display: inline;
  }
  .days, .dates li, .dates li a.expand {
    display: none;
  }
  .dates li.current, .dates li a.multidayEvent, .calendarNav {
    display: block;
    position: static;
    width: auto;
  }
  .multidayHolder {
    height: auto;
  }
  .dates {
    border: none;
  }
  .dates li.current {
    width: 100%;
    height: auto;
    border: none;
    position: relative;
    display: block;
  }
  .dateWrapper {
    width: 100%;
    height: auto;
    position: static;
    max-height: 1000px;
  }
  .date {
    text-align: left;
    position: absolute;
    top: -46px;
    left: 0px;
    font-size: 21px;
  }
  .multidayEvent span, .holiday span {
    position: static;
    margin-top: 4px;
    color: #999;
    display: block;
    text-align: left;
  }
  .dates li a {
    background: none;
    color: #333;
    position: relative;
    font-size: 14px;
    padding: 25px 0 25px 35px;
    margin: 5px 0;
    border-bottom: 1px solid #ccc;
    min-height: 45px;
  }
  .dates li a:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 17px;
    position: absolute;
    top: 30%;
    left: 0;
  }
  .dates li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 42%;
    right: 20px;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 0;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
  }
  .dates li a b {
    display: block;
    margin-bottom: 4px;
  }
  .calendarNav {
    padding: 20px 0;
    text-align: center;
  }
  .calendarNav a {
    clear: both;
    display: inline-block;
    color: #333;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 4px;
    background: #d6d6d6;
    border: 1px solid #999;
    border-width: 0 1px 1px 0;
    margin-right: 6px;
    font-size: 14px;
  }
}
.header_info {
  margin-top: 15px;
}
.header_info p {
  font-size: 18px;
  text-align: center;
  color: var(--color-primary-dark-blue);
}

.secondary-title {
  font-family: var(--font-industry-bold);
  color: var(--color-primary-Falu-Red);
  text-transform: uppercase;
  font-size: 35px;
  line-height: 45px;
}

.clinic_address {
  margin-top: 2.7rem;
}
.clinic_address h3 {
  font-family: var(--font-industry-bold);
  font-size: 28px;
  line-height: 35px;
  color: var(--color-primary-dark-blue);
  margin-bottom: 0px;
  text-transform: capitalize;
}
.clinic_address p {
  color: var(--color-primary-dark-blue);
  font-size: 18px;
  line-height: 25px;
}
.clinic_address p a {
  color: var(--color-primary-dark-blue);
  font-weight: 400;
}
.clinic_address a:focus {
  color: var(--color-bg-red);
  outline: 1px solid #13FFFF;
}

.health_resource-banner {
  height: 652px !important;
  background-image: url(../images/Health-Resource-Hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 45px;
}
.health_resource-banner img {
  opacity: 0;
  object-position: top;
}

.right_tools {
  background-color: #EDBC00;
}
.right_tools .container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.right_tools h4 {
  text-transform: uppercase;
  font-family: var(--font-industry-bold);
  color: var(--color-primary-dark-blue);
  font-size: 35px;
  line-height: 35px;
}
.right_tools p {
  font-size: 18px;
  line-height: 25px;
  color: var(--color-primary-dark-blue);
}
.right_tools .color-btns {
  font-size: 16px !important;
  width: 192px !important;
  margin: 0 14px;
  padding: 10px 30px !important;
}
.right_tools .color-btns.blue-btn {
  background-color: var(--color-primary-dark-blue);
}
.right_tools .color-btns.blue-btn:hover {
  background-color: transparent !important;
  color: var(--color-primary-dark-blue);
  border: 1px solid var(--color-primary-dark-blue);
}
.right_tools .color-btns.red-btn:hover {
  background-color: transparent !important;
  color: var(--color-primary-Falu-Red);
  border: 1px solid var(--color-primary-Falu-Red);
}

.map-address-sec {
  background: rgb(1, 52, 102);
  background: radial-gradient(circle, rgb(1, 52, 102) 0%, rgb(4, 15, 39) 100%);
}
.map-address-sec .map-content-section span.title-list {
  display: block;
}
.map-address-sec .result_data {
  padding-top: 75px !important;
  padding-bottom: 105px !important;
  color: #fff;
}
.map-address-sec .result_data .map-mobile-dropdown {
  text-align: center;
}
.map-address-sec .result_data .map-mobile-dropdown select {
  background-color: var(--color-primary-dark-blue);
  border: 2px solid #2CBAFF;
  font-family: var(--font-industry-bold);
  font-size: 18px;
  color: var(--color-white);
  padding: 15px 10px;
  background-position: right 0.85rem center;
  background-size: 25px 23px;
  background-image: url(../images/dropdown-arrow.svg);
}
.map-address-sec .result_data #map {
  position: relative;
}
.map-address-sec .result_data #map path {
  position: relative;
}
.map-address-sec .result_data #map path.sm_state_34013::after {
  position: absolute;
  content: "manni";
}
.map-address-sec .result_data .maplabels1 {
  text-transform: uppercase;
  font-size: 10px !important;
  color: #fff !important;
}
.map-address-sec .result_data .industry-bold {
  font-family: var(--font-industry-bold);
}
.map-address-sec .result_data h6 {
  font-size: 18px;
  line-height: 25px;
  padding: 10px 0px 10px 0px;
}
.map-address-sec .result_data .fa-map-marker-alt {
  color: #EDBC00;
}
.map-address-sec .result_data .icon-info-box {
  border: 1.5px solid #04417E;
  padding: 12px 20px;
  border-radius: 6px;
  margin-left: auto;
  margin-top: -80px;
  text-transform: uppercase;
  max-width: 275px;
  position: absolute;
  right: 90px;
}
.map-address-sec .result_data .icon-info-box ul li {
  color: #fff;
  font-family: var(--font-industry-bold);
  font-size: 13px;
  padding: 4px 0px;
}
.map-address-sec .result_data .icon-info-box ul li i {
  color: #EDBC00;
  font-size: 10px;
  margin-right: 10px;
}
.map-address-sec .result_data .dynamic-address-wrapper .complete_address {
  position: relative;
  padding-left: 25px;
}
.map-address-sec .result_data .dynamic-address-wrapper .complete_address > i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 20px;
}
.map-address-sec .result_data .dynamic-address-wrapper .complete_address > p {
  margin-bottom: 0px;
}
.map-address-sec .result_data .dynamic-address-wrapper .complete_address .address-maplink-ph a {
  font-weight: 400;
  text-decoration: underline;
}
.map-address-sec .result_data .dynamic-address-wrapper .complete_address .lg_ft_c {
  /*color:#f7f7f7;*/
}
.map-address-sec .result_data .address-maplink-ph a {
  color: var(--color-primary-white);
  font-weight: 400;
  text-decoration: underline;
}
.map-address-sec .result_data .address-maplink-ph a:hover {
  color: var(--color-primary-yellow);
}
.map-address-sec .result_data .address-maplink-ph a:focus {
  color: var(--color-primary-yellow);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.map-address-sec .result_data .divider {
  height: 1px;
  width: 100%;
  background-color: #f7f7f7;
  margin: 50px 0;
}
.map-address-sec .result_data .main-healthcare-address .complete_address {
  position: relative;
  padding-left: 25px;
}
.map-address-sec .result_data .main-healthcare-address .complete_address > i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px;
  color: #EDBC00;
}
.map-address-sec .result_data .main-healthcare-address .complete_address > p {
  margin-bottom: 0px;
}
.map-address-sec .result_data .main-healthcare-address .complete_address .address-maplink-ph > a {
  font-weight: 400;
  text-decoration: underline;
}
.map-address-sec .result_data .main-healthcare-address .complete_address .lg_ft_c {
  /*color:#f7f7f7 !important;*/
}

#map_zoom {
  display: none;
}

#map_inner > svg {
  height: auto;
  margin-right: 90px;
}
#map_inner a[href="https://simplemaps.com"] {
  display: none !important;
}
#map_inner .st21 {
  pointer-events: none;
}
#map_inner path {
  position: relative;
}
#map_inner path:hover {
  fill: #122345 !important;
  background-color: #122345;
}
#map_inner path:active {
  fill: #122345 !important;
  background-color: #122345;
}
#map_inner path:focus {
  fill: #122345 !important;
  background-color: #122345;
}
#map_inner a.inner-map-path-hover {
  cursor: pointer;
  position: relative;
  display: block;
}
#map_inner a.inner-map-path-hover:hover path {
  fill: #122345 !important;
  background-color: #122345;
}
#map_inner a.inner-map-path-hover:active path {
  fill: #122345 !important;
  background-color: #122345;
}
#map_inner a.inner-map-path-hover:focus path {
  fill: #122345 !important;
  background-color: #122345;
}
#map_inner a.inner-map-path-hover.active path {
  z-index: 0;
  position: relative;
}
#map_inner path.active {
  fill: #122345 !important;
  background-color: #122345;
}
#map_inner #info-box {
  display: block;
}
#map_inner #info-box .inner-map-active {
  position: absolute;
  background: url("../images/map-active-pin.png") no-repeat bottom left;
  z-index: 3;
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: left top;
  width: 35px;
  height: 35px;
  display: inline-block;
  pointer-events: none;
}
#map_inner .inner-map-sussex {
  left: 43%;
  top: 11%;
}
#map_inner .inner-map-passaic {
  left: 58%;
  top: 11%;
}
#map_inner .inner-map-bergen {
  left: 68%;
  top: 13.7%;
}
#map_inner .inner-map-warren {
  left: 30%;
  top: 21.7%;
}
#map_inner .inner-map-union {
  left: 58%;
  top: 27.7%;
}
#map_inner .inner-map-somerset {
  left: 46%;
  top: 31%;
}
#map_inner .inner-map-salem {
  left: 9%;
  top: 73.5%;
}
#map_inner .inner-map-ocean {
  left: 62%;
  top: 61.5%;
}
#map_inner .inner-map-morris {
  left: 52%;
  top: 22.8%;
}
#map_inner .inner-map-monmouth {
  left: 67%;
  top: 39.8%;
}
#map_inner .inner-map-middlesex {
  left: 56%;
  top: 36.8%;
}
#map_inner .inner-map-mercer {
  left: 45%;
  top: 45.8%;
}
#map_inner .inner-map-hunterdon {
  left: 33%;
  top: 34.8%;
}
#map_inner .inner-map-hudson {
  left: 70%;
  top: 25.8%;
}
#map_inner .inner-map-gloucester {
  left: 21%;
  top: 64.8%;
}
#map_inner .inner-map-essex {
  left: 63%;
  top: 24.8%;
}
#map_inner .inner-map-cumberland {
  left: 26%;
  top: 78.4%;
}
#map_inner .inner-map-capemay {
  left: 39%;
  top: 88.4%;
}
#map_inner .inner-map-camden {
  left: 36%;
  top: 66.1%;
}
#map_inner .inner-map-burlington {
  left: 43%;
  top: 61.1%;
}
#map_inner .inner-map-atlantic {
  left: 45%;
  top: 73.5%;
}

@media (max-width: 1460px) {
  .map-address-sec .result_data .icon-info-box {
    margin-top: 0 !important;
    position: unset !important;
  }
}
@media (max-width: 1200px) {
  .map-address-sec .result_data .icon-info-box {
    margin-top: 0 !important;
    position: unset !important;
  }
}
@media (max-width: 1350px) {
  .map-svg-wrap {
    margin-left: -150px;
  }
}
@media (max-width: 1200px) {
  #map_inner {
    margin-right: -100px;
  }
}
@media (max-width: 992px) {
  .health_resource-banner {
    height: 652px !important;
  }
  .health_resource-banner img {
    opacity: 0;
    object-position: top;
  }
  .right_tools h4 {
    line-height: 47px;
  }
  .map-svg-wrap {
    margin-left: -292px;
  }
}
@media (max-width: 480px) {
  .right_tools .right_tools-btngrp .color-btns.red-btn {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .right_tools .right_tools-btngrp .color-btns.blue-btn {
    margin-top: 25px;
  }
}
@media (max-width: 400px) {
  .health_resource-banner {
    height: 837px !important;
    background-size: 487% 122%;
    background-position: center 17px;
  }
  .health_resource-banner img {
    opacity: 0;
    object-position: top;
  }
}
.st0 {
  fill: url(#warren_00000173122690556096474600000000677341675958901917_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st1 {
  fill: url(#union_00000083070222757907127570000010913224372864329638_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st2 {
  fill: url(#sussex_00000163069023480025847910000010460572098670546827_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st3 {
  fill: url(#somerset_00000087375087356248835880000005097608468865391796_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st4 {
  fill: url(#salem_00000118387079613745603840000003492009280636124834_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st5 {
  fill: url(#passaic_00000116205122058472744260000000797970273135723655_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st6 {
  fill: url(#ocean_00000084525743672727858780000010125729017544573094_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st7 {
  fill: url(#morris_00000099622683014665064720000004042371933224126339_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st8 {
  fill: url(#monmouth_00000120528892869306424460000016379581760761025681_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st9 {
  fill: url(#middlesex_00000050628528390258611970000017262929809413031322_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st10 {
  fill: url(#mercer_00000083076919935722887450000005636188019774152359_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st11 {
  fill: url(#hunterdon_00000103259726608011949390000006801496547495711639_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st12 {
  fill: url(#hudson_00000142173288484150076370000010677437957525361080_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st13 {
  fill: url(#gloucester_00000173839415776710316740000001421047802426918056_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st14 {
  fill: url(#essex_00000129179012872128618400000013345060917171662727_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st15 {
  fill: url(#cumberland_00000091714142353348968840000002497987510610665400_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st16 {
  fill: url(#capemay_00000160913288081557143980000004216065235614434990_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st17 {
  fill: url(#camden_00000017475883367742810900000016121646650715673488_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st18 {
  fill: url(#burlington_00000150793486363268416790000002677089760070709895_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st19 {
  fill: url(#bergen_00000070820003705348389250000001320694341054480058_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st20 {
  fill: url(#atlantic_00000010281937858746531130000016525919092959696521_);
  stroke: #13FFFF;
  stroke-miterlimit: 10;
}

.st21 {
  fill: #FFFFFF;
}

.st22 {
  font-family: "Industry-Bold";
  text-transform: uppercase;
}

.st23 {
  font-size: 8.2515px;
}

.st24 {
  opacity: 0.8;
  fill: #EDBC00;
  stroke: #FFFFFF;
  stroke-width: 1.3753;
  stroke-miterlimit: 2.7505;
  enable-background: new;
}

.st25 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
}

.st26 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
  stroke-dasharray: 1.9902, 2.9853;
}

.st27 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
  stroke-dasharray: 1.8973, 2.8459;
}

.st28 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
  stroke-dasharray: 2.0386, 3.0579;
}

.st29 {
  fill: #EDBC00;
}

.st30 {
  fill: none;
}

.st31 {
  fill: none;
  stroke: #EDBC00;
}

.job-listing-master-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.search-master-container {
  background-color: white;
  padding: 30px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.job-listing-card {
  width: 97%;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: left;
  margin: 25px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
  display: flex;
}

.company-logo {
  width: 15% !important;
}

.job-description-container {
  display: flex;
  flex: 8;
  width: 97% !important;
  flex-direction: column;
  margin-top: 15px;
  margin-right: 30px;
  margin-left: 30px;
}

.job-title-header-container {
  display: flex;
  gap: 5px;
  justify-content: space-between;
}

.job-title a {
  font-family: var(--font-industry-bold);
  font-size: 23px;
  line-height: 30px;
  color: var(--color-primary-dark-blue);
  margin-bottom: 0px;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
}

.job-title a:hover {
  color: var(--color-primary-Falu-Red);
}

.job-title a:focus {
  color: var(--color-primary-Falu-Red);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.job-subtitle {
  display: flex;
  gap: 10px;
  font-weight: 500;
}

.dot-separator {
  color: darkgrey;
}

.company-name {
  font-family: var(--font-industry-bold);
  font-size: 18px;
  line-height: 25px;
  color: var(--color-primary-Falu-Red);
  margin-bottom: 0px;
  text-transform: capitalize;
  cursor: pointer;
}

.company-name:hover {
  color: var(--color-primary-dark-blue);
}

.company-name:focus {
  color: var(--color-primary-dark-blue);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.company-location {
  font-family: var(--font-industry-bold);
  color: darkgrey;
}

.report-title {
  color: grey;
  cursor: pointer;
}

.job-description {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 300;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.read-more a {
  font-family: var(--font-industry-bold);
  font-size: 18px;
  line-height: 25px;
  color: var(--color-primary-Falu-Red);
  margin-bottom: 0px;
  text-transform: capitalize;
  cursor: pointer;
}

.read-more a:hover {
  color: var(--color-primary-dark-blue);
}

.read-more a:focus {
  color: var(--color-primary-dark-blue);
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.job-actions-container {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 10px;
}

.left-actions {
  display: flex;
  gap: 35px;
  font-size: 15px;
  color: #0065b7;
  cursor: pointer;
}

.right-actions {
  display: flex;
  gap: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #0065b7;
  cursor: pointer;
}

/*Search Form container style*/
.search-container {
  display: flex;
  width: 100% !important;
}

.search-form-container {
  display: flex;
  width: 100% !important;
  gap: 30px;
  overflow: hidden;
}

.search-submit-button {
  background-color: #b8d742 !important;
  border-color: #b8d742 !important;
  color: white !important;
}

.job-keyword-text-field, .job-location-text-field {
  width: 300px;
  max-width: 300px;
  /*width: 250px !important;*/
}

.job-keyword-text-field:focus, .job-location-text-field:focus {
  outline: none !important;
}

.advanced-search-form, .search-by-id-form {
  display: none;
}

.search-by-id-form {
  width: 98%;
  padding: 10px 20px;
  border-top: 1px solid #dddddd;
}

.search-by-id-form .js-form-item {
  width: 30%;
}

.search-by-id-form .js-form-item label {
  display: table;
  width: 100%;
  padding: 5px 0px;
  font-size: 12px;
  color: #525253;
}

.search-by-id-form .js-form-item input {
  text-indent: 5px;
  border: 1px solid #71251D;
  font-family: var(--font-mundial-light);
  font-size: 18px;
  color: #122345;
  height: 45px;
  display: block;
  max-width: 90% !important;
  width: 90% !important;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 40px;
  background-color: #fff;
  border-radius: 0.375rem;
  margin: 10px 0px !important;
}

.advanced-search-form {
  width: 98%;
  padding: 10px 20px;
}

.advanced-search-form .js-form-item {
  width: 33.333%;
  float: left;
}

.advanced-search-form .js-form-item label {
  display: table;
  width: 100%;
  padding: 5px 0px;
  font-size: 12px;
  color: #525253;
}

.advanced-search-form .js-form-item input {
  text-indent: 5px;
  border: 1px solid #71251D;
  font-family: var(--font-mundial-light);
  font-size: 18px;
  color: #122345;
  height: 45px;
  display: block;
  max-width: 90% !important;
  width: 90% !important;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 40px;
  background-color: #fff;
  border-radius: 0.375rem;
  margin: 0px 0px 10px 0px;
}

.advanced-search-form .js-form-item select {
  text-indent: 5px;
  border: 1px solid #71251D;
  font-family: var(--font-mundial-light);
  font-size: 18px;
  color: #122345;
  height: 59px;
  display: block;
  max-width: 95% !important;
  width: 95% !important;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 40px;
  background-color: #fff;
  border-radius: 0.375rem;
  margin: 0px 0px 10px 0px;
}

.block-job-directory {
  width: 97%;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: left;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

.search-form {
  width: 100%;
}

.js-form-item-job-heading {
  font-family: var(--font-industry-bold);
  color: #7B1D17;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 80px;
  padding: 0px 20px;
}

.form-item-job-keyword {
  float: left;
}

.form-item-job-location {
  float: left;
}

.form-item-job-keyword .form-text, .form-item-job-location .form-text {
  text-indent: 5px;
  border: 1px solid #71251D;
  font-family: var(--font-mundial-light);
  font-size: 18px;
  color: #122345;
  height: 45px;
  display: block;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 40px;
  background-color: #fff;
  border-radius: 0.375rem;
  margin: 20px 10px 0px 10px;
}

.form-item-job-keyword .form-text:focus, .form-item-job-location .form-text:focus {
  outline: 1px solid #13FFFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.job-keyword-text-field:focus, .job-location-text-field:focus {
  outline: 1px solid #13FFFF !important;
}

.search-submit-button {
  background-color: #BE1E2D !important;
  min-width: 108px;
  text-align: center;
  font-family: var(--font-industry-bold);
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 13px;
  border-radius: 7px;
  line-height: 20px;
  display: inline-block;
  margin: 16px 0px !important;
  border: 1px solid transparent !important;
  transition: all 0.5s ease;
  cursor: pointer;
  height: 50px;
}

.job-advanced-btn {
  background-color: #BE1E2D !important;
  min-width: 108px;
  text-align: center;
  font-family: var(--font-industry-bold);
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 40px 10px 13px;
  border-radius: 7px;
  line-height: 20px;
  display: inline-block;
  border: 1px solid transparent !important;
  transition: all 0.5s ease;
  cursor: pointer;
  height: 50px;
  margin-top: 1em;
  margin-bottom: 1em;
  position: absolute;
  top: 0px;
  right: 20px;
}

.job-advanced-btn .fa-chevron-down {
  /*background: url("../images/arrow-icn-down.png");*/
  content: "";
  position: absolute;
  width: 27px;
  height: 15px;
  top: 16px;
  right: 7px;
  display: block;
}

.job-advanced-btn:focus .fa-chevron-down {
  display: none;
}

.job-advanced-btn .fa-chevron-up {
  display: none;
}

.job-advanced-btn .fa-chevron-up {
  /*background: url("../images/arrow-icn-up.png");*/
  content: "";
  position: absolute;
  width: 27px;
  height: 15px;
  top: 16px;
  right: 7px;
}

.job-advanced-btn:focus .fa-chevron-up {
  display: block;
}

.search-submit-button:hover, .job-advanced-btn:hover {
  background-color: #1B4866 !important;
  color: #ffffff;
}

.search-submit-button:focus, .job-advanced-btn:focus {
  background-color: #1B4866 !important;
  color: #ffffff;
  outline: 1px solid #13FFFF !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.job-description-separator {
  display: none;
}

@media (max-width: 990px) {
  .advanced-search-form .js-form-item {
    width: 100%;
    float: none;
  }
  .advanced-search-form .js-form-item input {
    max-width: 97% !important;
    width: 97% !important;
  }
  .advanced-search-form .js-form-item select {
    max-width: 99.6% !important;
    width: 99.6% !important;
  }
  .search-form-container {
    display: table;
    gap: 0px;
  }
  .form-item-job-keyword {
    float: none;
    width: 100%;
  }
  .form-item-job-location {
    float: none;
    width: 100%;
  }
  .js-form-item-job-heading {
    margin: 10px 0px;
  }
  .search-submit-button {
    margin: 20px 17px 10px 12px !important;
  }
  .job-keyword-text-field, .job-location-text-field {
    width: 97%;
    max-width: 97%;
    /*width: 250px !important;*/
  }
  .ng-scope {
    display: none;
  }
  .job-advanced-btn {
    min-width: 48px;
    padding: 10px 40px 10px 13px;
    border-radius: 7px;
    line-height: 20px;
    height: 50px;
    margin-top: 1em;
    margin-bottom: 1em;
    top: 0px;
    right: 20px;
  }
  .job-advanced-btn .fa-chevron-down {
    top: 17px;
    right: 12px;
  }
  .job-advanced-btn .fa-chevron-up {
    top: 17px;
    right: 12px;
  }
}/*# sourceMappingURL=main.css.map */