html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1150px;
}

main {
  min-height: 70vh;
}

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

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

h1, h2 {
  font-family: sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #000;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 60%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 710px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 55px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 70px 0 70px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 47px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.sign-up {
  background: url("../../images/coupon-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/SW-watermark.png") no-repeat left;
  background-position: left bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 15%;
  }
}

.btn-more, .submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}
.btn-more:focus, .submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .btn-more, .submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #102f46;
  background: #102f46;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding: 0.2rem 0.6rem;
  font-size: 16px;
}
.btn-main:hover {
  background: #c2d9ea;
  border: 1px solid #102f46;
  color: #000 !important;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #fff;
  background: #a7c4e9;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding: 0.3rem 1rem;
}
.btn-main2:hover {
  background: #01686D;
  border: 1px solid #01686D;
  color: #fff;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #102f46;
  background: #102f46;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #c2d9ea;
  border: 1px solid #102f46;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #01B4BD;
  background: #01B4BD;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #01B4BD;
  border: 1px solid #01B4BD;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #01B4BD;
  background: #01B4BD;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #01B4BD;
  border: 1px solid #01B4BD;
  color: #000 !important;
  text-decoration: underline;
}

.btn-more {
  border: 1px solid #102f46;
  border-radius: 5px;
  background: #102f46;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.btn-more:hover {
  background: #b59835;
  border: 1px solid #b59835;
  color: #fff !important;
  text-decoration: underline;
}

footer button {
  position: relative;
  padding: 10px 31px;
  font-size: 15px;
  font-weight: bold;
  fill: #fff;
  background-color: transparent;
  border: 3px solid #b59835;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 1;
  text-transform: uppercase;
  color: #000;
}
footer button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 10px;
  background-color: #c2d9ea;
  border-radius: 4px;
  z-index: -1;
  transition: all 0.5s;
}
footer button .icon-1 {
  position: absolute;
  width: 15%;
  top: 2px;
  right: 15px;
  fill: #fff;
  transform-origin: 100% 100%;
  transform: rotate(-25deg) translateX(120%) translateY(20%);
  z-index: -1;
  transition: all 0.5s;
}
footer button .icon-2 {
  position: absolute;
  width: 15%;
  top: 20px;
  left: 10px;
  color: #2F5C2F;
  transform-origin: 100% 100%;
  z-index: -1;
  transition: all 0.5s;
}
footer button:hover::after {
  top: 0;
  left: 0;
}
footer button:hover .icon-1 {
  width: 20%;
  transform: rotate(10deg) translateX(110%) translateY(-40%);
}
footer button:hover .icon-2 {
  width: 40%;
  top: -24px;
  left: -81px;
  transform: rotate(80deg);
  z-index: 1;
}

header .logo img {
  width: 100%;
}
@media (min-width: 768px) {
  header .logo img {
    width: 50%;
  }
}
header .icons-phone {
  text-align: end;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  header .icons-phone {
    justify-content: end;
    margin-top: 0;
  }
}
header .header-icons {
  padding-right: 15px;
}
@media (min-width: 768px) {
  header .header-icons {
    padding-right: 10px;
    padding-top: 5px;
  }
}
@media (min-width: 1024px) {
  header .header-icons {
    padding-right: 15px;
  }
}
header .header-icons a:hover {
  text-decoration: none;
}
header .header-icons svg {
  color: #102f46;
  font-size: 22px;
}
header .header-icons .facebook {
  margin-right: 10px;
}
header .phone a {
  color: #102f46;
}

.navbar {
  background-color: #c2d9ea;
}
.navbar .navbar-collapse {
  justify-content: center;
}
.navbar .navbar-nav li a {
  font-size: 18px;
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
  color: #000;
  text-transform: uppercase;
  border-radius: 3px;
  display: flex;
  height: 100%;
  width: 100%;
  letter-spacing: 0.9px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .navbar .navbar-nav li a {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .navbar .navbar-nav li a {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  .navbar .navbar-nav li a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav li a {
    font-size: 17px;
  }
}

@keyframes anime1 {
  0% {
    opacity: 0;
    height: 60px;
    width: 60px;
  }
  100% {
    height: 80px;
    width: 80px;
    opacity: 1;
  }
}
@keyframes anime2 {
  0% {
    opacity: 0;
    height: 40px;
    width: 40px;
  }
  100% {
    height: 60px;
    width: 60px;
    opacity: 1;
  }
}
.slideshow-home {
  text-align: center;
}
.slideshow-home .carousel-indicators {
  bottom: 61%;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1024px) {
  .slideshow-home a {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home a {
    top: 0px;
  }
}
.slideshow-home .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text {
    padding-left: 15px;
    margin-top: -210px;
    text-align: left;
    width: 100%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text {
    padding-left: 35px;
    margin-top: -280px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text {
    margin-top: -390px;
    padding-left: 80px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text {
    margin-top: -350px;
    padding-left: 95px;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .slider-text {
    margin-top: -480px;
    padding-left: 390px;
  }
}
.slideshow-home .slider-text h1 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 0px;
  margin-left: 0;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text h1 {
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-bottom: 95px;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text h1 {
    font-size: 35px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text h1 {
    font-size: 50px;
  }
}
.slideshow-home .slider-text p {
  color: #000;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text p {
    font-size: 18px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text p {
    font-size: 22px;
  }
}
.slideshow-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slideshow-home .overlay {
    height: 358px;
    background: linear-gradient(50deg, rgba(0, 0, 0, 0.7) 0px, rgba(0, 0, 0, 0) 80%);
  }
}
@media (min-width: 1024px) {
  .slideshow-home .overlay {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .overlay {
    height: auto;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.service-wrapper .service-head-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-wrapper .service-head-wrapper .service-content h2 {
  color: #AFFBFF;
}
.service-wrapper .service-head-wrapper .service-content h3 {
  color: #fff;
  padding: 22px 0;
}
.service-wrapper .service-head-wrapper .service-content p {
  max-width: 820px;
  letter-spacing: 0.6px;
  color: #fff;
}
.service-wrapper .service-head-wrapper .service-btn .main-btn {
  background-color: #c2d9ea;
  color: #fff !important;
  padding: 3px 54px;
}
.service-wrapper .service-head-wrapper .service-btn .main-btn em i::before {
  background-color: #000;
}
.service-wrapper .service-head-wrapper .service-btn .main-btn em i::after {
  background-color: #000;
}
.service-wrapper .service-head-wrapper .service-btn .main-btn:hover span {
  color: #fff;
}
.service-wrapper .service-box-wrapper .service-box {
  margin-bottom: 25px;
}
.service-wrapper .service-box-wrapper .service-box .service-img .service-img-hvr {
  position: relative;
}
.service-wrapper .service-box-wrapper .service-box .service-img .service-img-hvr::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #b59835;
  right: 0;
  left: 30px;
  top: 20px;
  z-index: 111;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .service-wrapper .service-box-wrapper .service-box .service-img .service-img-hvr::before {
    left: 30px;
    top: 20px;
  }
}
@media (min-width: 1500px) {
  .service-wrapper .service-box-wrapper .service-box .service-img .service-img-hvr::before {
    left: 30px;
    top: 20px;
  }
}
.service-wrapper .service-box-wrapper .service-box .service-img .service-img-hvr::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #b59835;
  left: 16px;
  bottom: 21px;
  z-index: 111;
}
@media (min-width: 1280px) {
  .service-wrapper .service-box-wrapper .service-box .service-img .service-img-hvr::after {
    left: 16px;
    bottom: 21px;
  }
}
@media (min-width: 1500px) {
  .service-wrapper .service-box-wrapper .service-box .service-img .service-img-hvr::after {
    left: 16px;
    bottom: 21px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .service-wrapper .service-box-wrapper .service-box .service-img .service-img-hvr::after {
    left: 9px;
    bottom: 21px;
  }
}
.service-wrapper .service-box-wrapper .service-box .service-img .service-img-hvr a {
  position: relative;
  display: block;
  width: 100%;
}
.service-wrapper .service-box-wrapper .service-box .service-img .service-img-hvr a::before {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #b59835;
  left: 23px;
  top: 29px;
  z-index: 111;
}
@media (min-width: 1280px) {
  .service-wrapper .service-box-wrapper .service-box .service-img .service-img-hvr a::before {
    left: 23px;
    top: 29px;
  }
}
@media (min-width: 1500px) {
  .service-wrapper .service-box-wrapper .service-box .service-img .service-img-hvr a::before {
    left: 16px;
    bottom: 21px;
  }
}
.service-wrapper .service-box-wrapper .service-box .service-img .service-img-hvr a::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #b59835;
  right: 19px;
  top: -15px;
  z-index: 111;
  bottom: 0;
  margin: auto;
}
.service-wrapper .service-box-wrapper .service-box .service-img .service-img-hvr a .img-box {
  overflow: hidden;
  height: 350px;
}
.service-wrapper .service-box-wrapper .service-box .service-img .service-img-hvr a .img-box img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}
.service-wrapper .service-box-wrapper .service-box .service-content h2 {
  background-color: #c2d9ea;
  color: #000;
  text-align: center;
  padding: 17px;
  text-transform: uppercase;
  font-size: 23px;
}
@media (min-width: 768px) {
  .service-wrapper .service-box-wrapper .service-box .service-content h2 {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .service-wrapper .service-box-wrapper .service-box .service-content h2 {
    font-size: 18px;
  }
}
@media (min-width: 1080px) {
  .service-wrapper .service-box-wrapper .service-box .service-content h2 {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .service-wrapper .service-box-wrapper .service-box .service-content h2 {
    font-size: 21px;
  }
}
.service-wrapper .service-box-wrapper .service-box:hover .service-content h2 {
  background-color: #102f46;
  color: #fff;
}
.service-wrapper .service-box-wrapper .service-box:hover .service-img-hvr::before, .service-wrapper .service-box-wrapper .service-box:hover .service-img-hvr::after {
  width: 550px;
  transition-delay: 0s;
}
@media (min-width: 720px) {
  .service-wrapper .service-box-wrapper .service-box:hover .service-img-hvr::before, .service-wrapper .service-box-wrapper .service-box:hover .service-img-hvr::after {
    width: 632px;
  }
}
@media (min-width: 768px) {
  .service-wrapper .service-box-wrapper .service-box:hover .service-img-hvr::before, .service-wrapper .service-box-wrapper .service-box:hover .service-img-hvr::after {
    width: 550px;
  }
}
@media (min-width: 1280px) {
  .service-wrapper .service-box-wrapper .service-box:hover .service-img-hvr::before, .service-wrapper .service-box-wrapper .service-box:hover .service-img-hvr::after {
    width: 345px;
  }
}
@media (min-width: 1500px) {
  .service-wrapper .service-box-wrapper .service-box:hover .service-img-hvr::before, .service-wrapper .service-box-wrapper .service-box:hover .service-img-hvr::after {
    width: 550px;
  }
}
.service-wrapper .service-box-wrapper .service-box:hover .service-img-hvr a::before, .service-wrapper .service-box-wrapper .service-box:hover .service-img-hvr a::after {
  height: 308px;
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .service-wrapper .service-box-wrapper .fatigue-mental {
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .service-wrapper .service-box-wrapper .fatigue-mental {
    margin-top: 0px;
  }
}

.partner-accred-member {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0px, rgba(0, 0, 0, 0.8) 100%), url(../../images/partner-mem-logos.jpg);
  background-attachment: inherit;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .partner-accred-member {
    background-attachment: fixed;
  }
}

.areas {
  padding: 75px 0;
}
.areas h2 {
  color: #fff;
  font-weight: 500;
  margin: 0 3px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .areas h2 {
    margin: 0;
  }
}
.areas .issm-logo {
  width: 30%;
}
@media (min-width: 768px) {
  .areas .issm-logo {
    width: 10%;
  }
}
.areas .addyi-logo {
  width: 30%;
}
@media (min-width: 768px) {
  .areas .addyi-logo {
    width: 12%;
  }
}
.areas img {
  width: 35%;
  margin: 10px auto 40px;
}
@media (min-width: 768px) {
  .areas img {
    width: 17%;
    margin: 0 auto;
    object-fit: scale-down;
  }
}

footer {
  background: #102f46;
}
footer .logo .salt-logo {
  width: 40%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer .logo .salt-logo {
    width: 30%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  footer .logo .salt-logo {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  footer .logo .salt-logo {
    width: 50%;
    margin: 0 auto;
  }
}
footer .social-cards {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  footer .social-cards {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  footer .social-cards {
    justify-content: center;
  }
}
footer .social-cards img {
  width: 50%;
  margin: 0;
  margin-left: 15px;
}
footer .social-cards svg {
  color: #fff;
  font-size: 28px;
}
@media (min-width: 768px) {
  footer .social-cards svg {
    font-size: 30px;
  }
}
footer .sitemap {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  footer .sitemap {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  footer .sitemap {
    margin-top: 30px;
  }
}
footer .footer-nav {
  columns: 1;
  font-size: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .footer-nav {
    columns: 3;
    text-align: center;
    margin-top: 0;
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-nav {
    columns: 2;
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-nav {
    columns: 3;
    text-align: left;
    margin-top: 0;
  }
}
footer .phone {
  font-size: 13px;
}
@media (min-width: 1400px) {
  footer .phone {
    font-size: 14px;
  }
}
footer li a {
  color: #fff;
  font-size: 15px;
}
footer li a:hover {
  color: #fff;
}
footer .card {
  background-color: #eee;
}
footer .btn-main {
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  footer .btn-main {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  footer .btn-main {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  footer .btn-main {
    width: 60%;
  }
}
footer .footer-signup {
  margin-top: 15px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .footer-signup {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  footer .footer-signup {
    margin-bottom: 19px;
    margin-top: 0;
  }
}
footer .footer-signup .card {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0.3) 100%), url(../../img/signup-box.jpg);
  background-size: cover;
  border: 1px solid #fff;
}
footer .footer-signup .signup-form .form-group {
  display: block;
  margin-bottom: 0;
}
footer .footer-signup .footer-input {
  display: flex;
  justify-content: center;
}
footer .footer-signup input {
  font-size: 15px;
}
@media (min-width: 768px) {
  footer .footer-signup input {
    width: 80%;
  }
}
footer .footer-signup h2 {
  font-size: 19px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 768px) {
  footer .footer-signup h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  footer .footer-signup h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  footer .footer-signup h2 {
    font-size: 19px;
  }
}
footer .footer-signup .btn-primary {
  font-size: 13px;
  background: #01B4BD;
  border: 1px solid #01B4BD;
  color: #000;
  text-transform: uppercase;
}
footer .footer-signup .btn-primary:hover {
  background: #fff;
  color: #fff;
}

.about-page img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 40%;
  }
}

.services-page .card-header {
  background-color: #c2d9ea;
}
.services-page .card-body {
  background-color: #eee;
}

.services-detail-page img {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .services-detail-page img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 40%;
  }
}

.before-after-page .photo-crop {
  overflow: hidden;
  height: auto;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .before-after-page .photo-crop {
    height: 80px;
  }
}
.before-after-page .photo-crop img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.before-after-page .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.before-after-page .cat-topic a {
  color: #000;
  background-color: #c2d9ea;
  border: 2px solid #c2d9ea;
  padding: 15px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
  white-space: normal;
}
.before-after-page .cat-topic a:hover {
  text-decoration: none;
}
.before-after-page .cat-topic a.active-topic {
  background-color: #102f46;
  border: 2px solid #102f46;
  color: #fff;
}
.before-after-page .cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
.before-after-page .cat-topic-single {
  background: #102f46;
  padding: 20px;
  display: inline-block;
}
.before-after-page .cat-topic-single h2 {
  font-size: 1rem;
  margin-bottom: 0px;
  color: #fff;
}

.coupon-page .card {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0.5) 100%), url(../../img/images/coupon-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.coupon-page .print a {
  font-size: 15px;
  color: #fff;
}
.coupon-page .date {
  font-size: 15px;
  color: #fff;
}

.faqs-page h2 {
  font-size: 25px;
}
.faqs-page .card-header {
  background: #c2d9ea;
}

.app-widget .card {
  background: #c2d9ea;
}
.app-widget .vagaro-iframe.vagaro-iframe-100 {
  margin: 0;
  max-width: 100% !important;
}
.app-widget .vagaro-iframe.vagaro-iframe-100 iframe {
  width: 100%;
  max-height: 530px !important;
}

.app-widget .vagaro {
  width: 250px;
  padding: 0;
  border: 0;
  margin: 0;
  text-align: center;
}

.app-widget .vagaro-container.vagaro-embedded-widget {
  padding: 0;
  border-width: 0;
  outline-width: 0;
  margin: 0;
}

.vagaro-footer, .vagaro-footer a {
  width: 90%;
  padding: 10px 5%;
  text-align: center;
  color: #3f3f3f !important;
  font-size: 14px;
}

.app-widget .embedded-widget-title {
  font-size: 23px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.map iframe {
  margin-bottom: -7px;
}

.signup-page .card {
  margin-top: 16%;
  background: #ffffffd6;
}

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