body {
  font-family: raleway, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 25px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: sui-generis, sans-serif;
  font-size: 50px;
  line-height: 53px;
  font-style: italic;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 800;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 20px;
}

li {
  font-size: 16px;
  line-height: 24px;
}

.accent-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(65deg, #0059af, #0092d8);
}

.accent-section.pin-bg {
  background-image: url('../images/pin-bg-1.svg'), linear-gradient(65deg, rgba(0, 89, 175, 0.85), rgba(0, 146, 216, 0.85)), url('../images/suds-bg.jpg');
  background-position: 100% 100%, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.accent-section.suds {
  background-image: linear-gradient(65deg, rgba(0, 89, 175, 0.85), rgba(0, 146, 216, 0.85)), url('../images/suds-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.accent-section.suds2 {
  background-image: linear-gradient(65deg, rgba(0, 89, 175, 0.85), rgba(0, 146, 216, 0.85)), url('../images/suds-bg-2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 100%;
  background-repeat: repeat, repeat-y;
}

.accent-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -80px auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-pin {
  position: absolute;
  top: -70px;
  width: 180px;
  height: 200px;
  background-image: url('../images/autodetailingnearme-pin1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-text {
  margin-left: 155px;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
}

.cta-span {
  font-size: 50px;
  font-weight: 800;
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
  background-color: #fff;
}

.nav-comtainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: auto;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-right: 30px;
  padding-left: 30px;
  color: #0059af;
  font-size: 20px;
  font-weight: 600;
}

.nav-link:hover {
  color: #f5820e;
  text-decoration: underline;
}

.nav-link.w--current {
  color: #f5820e;
}

.banner {
  position: relative;
}

.banner.home {
  min-height: 75vh;
  background-image: url('../images/banner-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.inner {
  min-height: 50vh;
}

.banner.inner.services {
  background-image: url('../images/banner-services.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.inner.contact {
  background-image: url('../images/banner-contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.inner.book-online {
  background-image: url('../images/banner-book.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-icon.commercial {
  background-image: url('../images/box-truck-icon-gray.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.services-icon.airplane {
 background-image: url('../images/airplane-detail-icon-gray.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
/*
.services-icon.commercial {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent), url('../images/box-truck-icon.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner.inner.commercial {
  background-image: url('../images/box-truck-icon.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
*/
.banner.inner.auto {
  background-image: url('../images/banner-auto-services.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.inner.motorcycle {
  background-image: url('../images/banner-motorcycle.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.inner.marine {
  background-image: url('../images/banner-marine.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.inner.rv {
  background-image: url('../images/banner-rv.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.inner.dealer {
  background-image: url('../images/banner-dealer-services.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-overlay {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.caption-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 100%;
  max-width: 1300px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.caption {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 31px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  min-width: 260px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #f5820e;
  border-radius: 50px;
  background-color: #f5820e;
  background-image: -webkit-gradient(linear, left top, right top, from(#ec6926), to(#f7860a));
  background-image: linear-gradient(90deg, #ec6926, #f7860a);
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: sui-generis, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.button:hover {
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
}

.button.blue {
  border-color: #259cd7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#259cd7), to(#259cd7));
  background-image: linear-gradient(180deg, #259cd7, #259cd7);
}

.button.blue:hover {
  border-color: #fff;
}

.button.white {
  border-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #339edd;
}

.button.white:hover {
  border-color: #49b7ee;
}

.button-icon {
  height: 20px;
  margin-right: 15px;
}

.giftbar {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00264b), to(#0067b6));
  background-image: linear-gradient(90deg, #00264b, #0067b6);
}

.main-wrapper {
  width: 85%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.giftbar-text {
  color: #fff;
  text-align: center;
}

.whitelink {
  color: #fff;
  font-weight: 800;
}

.os {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 750px;
}

.os-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-right: 150px;
  padding-left: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/service-text.svg');
  background-position: 98% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.service-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bl-arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: sui-generis, sans-serif;
  color: #0059af;
  font-size: 16px;
  text-decoration: none;
}

.bl-arrow-link:hover {
  text-decoration: underline;
}

.right-icon {
  height: 35px;
  margin-left: 10px;
}

.service-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
}

.service-1-2 {
  position: relative;
  overflow: hidden;
  width: 50%;
  text-decoration: none;
}

.service-1-3.auto, .service-1-2.auto {
  background-image: url('../images/autos.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-1-3.commercial, .service-1-2.commercial {
  background-image: url('../images/image (12).jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}

.service-1-3.commercial:hover, .service-1-2.commercial:hover {
  filter: grayscale(0%);
}

.service-1-3.motorcycle, .service-1-2.motorcycle {
  background-image: url('../images/motorcycle.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-1-3.airplane, .service-1-2.airplane {
  background-image: url('../images/airplane-detail-icon.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}

.service-1-3.airplane:hover, .service-1-2.airplane:hover {
  filter: grayscale(0%);
}

.service-overlay-1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #002e5a;
  opacity: 0.65;
}

.os-icon {
  position: absolute;
  left: -100px;
  bottom: 0px;
  z-index: 2;
  width: 300px;
  height: 85px;
}

.os-icon.auto {
  background-image: url('../images/auto-icon.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.os-icon.commercial {
  background-image: url('../images/box-truck-icon-2.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  left:auto;
  right:-100px;
}

.os-icon.motorycle {
  background-image: url('../images/motorcycle-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.os-icon.marine {
  background-image: url('../images/marine-icon.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.os-icon.rv {
  background-image: url('../images/rv-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.os-icon.dealer-services {
  background-image: url('../images/dealer-svc-icon.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  left:auto;
  right:-100px;
}
.os-icon.airplane {
  background-image: url('../images/airplane-detail-icon.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  left:auto;
  right:-100px;
}
.os-heading {
  margin-top: 0px;
  font-family: sui-generis, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 38px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.service-content {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-arrow {
  display: none;
  width: 70px;
  opacity: 0;
}

.service-overlay-2 {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(62deg, #ec6926, #f7860a);
  opacity: 0;
}

.service-1-3 {
  position: relative;
  overflow: hidden;
  width: 33.333%;
}

.service-1-3.marine, .service-1-2.marine {
  background-image: url('../images/marine.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-1-3.rv, .service-1-2.rv {
  background-image: url('../images/rv.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-1-3.dealer-services, .service-1-2.dealer-services {
  background-image: url('../images/dealer-services.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}

.service-1-3.dealer-services:hover, .service-1-2.dealer-services:hover {
  filter: grayscale(0%);
}

.navy-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00264b), to(#0067b6));
  background-image: linear-gradient(90deg, #00264b, #0067b6);
}

.navy-section.pin-bg {
  background-image: url('../images/pin-bg-1.svg'), -webkit-gradient(linear, left top, right top, from(#00264b), to(#0067b6));
  background-image: url('../images/pin-bg-1.svg'), linear-gradient(90deg, #00264b, #0067b6);
  background-position: 100% 100%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.navy-section.suds {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 38, 75, 0.85)), to(rgba(0, 103, 182, 0.85))), url('../images/suds-bg-2.jpg');
  background-image: linear-gradient(90deg, rgba(0, 38, 75, 0.85), rgba(0, 103, 182, 0.85)), url('../images/suds-bg-2.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 100%;
  background-repeat: repeat, repeat-y;
}

._1-2-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-horiz-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl-content-wrapper {
  margin-bottom: 10px;
  color: #0059af;
  text-decoration: none;
}

.white-content-wrapper {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
}

.clients-heading {
  font-size: 30px;
  line-height: 32px;
  font-style: italic;
}

.clients-slider {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: transparent;
}

.clients-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.clients-slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quote {
  width: 50px;
  margin-top: 5px;
  margin-right: 20px;
  background-image: url('../images/quote-1.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 65px;
}

.client-name {
  margin-top: 20px;
}

.full-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
}

.full-1-2-col {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.15);
}

.team {
  min-height: 450px;
  background-image: url('../images/team-photo.jpg');
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.partners-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.partner-logo {
  	width: 120px;
    height: auto;
    margin-right: 20px;
    margin-left: 20px;
}

.full-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 130px;
  padding-left: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alt-heading-3 {
  font-family: sui-generis, sans-serif;
  font-size: 34px;
  line-height: 34px;
  font-style: italic;
}

.footer-1-3 {
  width: 31%;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f5820e;
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
}

.icon-wrapper:hover {
  text-decoration: underline;
}

.icon-wrapper.footer-wrapper {
  text-decoration: none;
}

.textblock-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
}

.footer-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #f5820e;
  border-radius: 50px;
}

.heading-5 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #0059af;
  font-size: 18px;
}

.footer-2-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: center;
  -ms-flex-align: start;
  align-items: center;
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.list-item {
  margin-bottom: 0px;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half {
  width: 48%;
}

.list {
  padding-left: 20px;
  text-align: left;
}

.copyright {
  font-size: 13px;
  line-height: 19px;
}

.copyright.last {
  display: none;
}

.shadow-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  width: 100%;
  height: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.07)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.07), transparent);
}

.shadow-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
  height: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.07)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.07));
}

.mojo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ececec;
}

.gray-link {
  display: block;
  color: #333;
}

.quote-text-wrapper {
  width: 90%;
  margin-bottom: 10px;
  color: #fff;
}

.client-text-wrapper {
  width: 90%;
}

.mojo-link {
  max-width: 375px;
}

._1-1-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._1-1-col.right-margin {
  margin-right: 10%;
}

.full-1-3-col {
  width: 33.333%;
}

.full-2-3-col {
  width: 66.666%;
}

.service-image {
  height: 100%;
  min-height: 500px;
}

.service-image.auto {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent), url('../images/auto.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.service-image.motorcycle {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent), url('../images/motorcycle_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.service-image.marine {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent), url('../images/marine_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.service-image.rv {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent), url('../images/rv_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.service-image.dealer {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent), url('../images/dealer-services_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.services-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 150px;
}

.services-icon.auto {
  background-image: url('../images/auto-icon-2.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-icon.motorcycle {
  background-image: url('../images/motorcycle-icon-2.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-icon.marine {
  background-image: url('../images/marine-icon-2.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-icon.rv {
  background-image: url('../images/rv-icon-2.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-icon.dealer {
  background-image: url('../images/dealer-icon-2.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.service-heading {
  margin-top: 0px;
  font-family: sui-generis, sans-serif;
  font-size: 35px;
  line-height: 36px;
  font-style: italic;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-div {
  width: 1px;
  height: 60px;
  margin-right: 35px;
  margin-left: 35px;
  background-color: #bdbdbd;
}

.cta-col-1 {
  width: 70%;
  margin-right: 40px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-wrapper {
  position: relative;
  z-index: 2;
}

.servicenav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-link {
  color: #d0edfc;
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.service-link:hover {
  color: #fff;
  text-decoration: underline;
}

.service-nav {
  padding: 35px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 89, 175, 0.85)), to(rgba(0, 146, 216, 0.85))), url('../images/suds-bg.jpg');
  background-image: linear-gradient(90deg, rgba(0, 89, 175, 0.85), rgba(0, 146, 216, 0.85)), url('../images/suds-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.nav-divider {
  width: 1px;
  height: 20px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
  color: #d0edfc;
}

.white-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.white-section.pin-bg {
  background-image: url('../images/ping-bg-2.svg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.flex-horiz-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._2-3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._1-3-col {
  width: 33%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.gallery-arrow {
  background-color: #f5820e;
}

.slide {
  width: 25%;
}

.slide.gallery-1 {
  background-image: url('../images/auto-gallery-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.gallery-2 {
  background-image: url('../images/auto-gallery-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.gallery-3 {
  background-image: url('../images/auto-gallery-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.gallery-4 {
  background-image: url('../images/auto-gallery-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.gallery-5 {
  background-image: url('../images/auto-gallery-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.gallery-6 {
  background-image: url('../images/auto-gallery-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.gallery-7 {
  background-image: url('../images/auto-gallery-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide.gallery-8 {
  background-image: url('../images/auto-gallery-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-nav {
  display: none;
}

.gallery-slider-mask {
  padding-right: 80px;
  padding-left: 80px;
}

.accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordion-link {
  margin-bottom: 20px;
  border-radius: 47px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.2);
  color: #333;
  text-decoration: none;
}

.accordion-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.acordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: sui-generis, sans-serif;
  color: #259cd7;
  font-size: 22px;
  line-height: 26px;
  font-style: italic;
  font-weight: 700;
}

.accordion-icon {
  width: 40px;
  height: 40px;
}

.accordion-content {
  display: none;
  padding: 25px 35px;
  opacity: 0;
}

.gallery-slider {
  height: 400px;
}

.or-arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: sui-generis, sans-serif;
  color: #f5820e;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.or-arrow-link:hover {
  text-decoration: underline;
}

.form-block {
  width: 100%;
}

.field-label {
  color: #0059af;
  font-weight: 800;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  height: 55px;
  padding: 12px 20px;
  border: 1px solid #a3a3a3;
  border-radius: 7px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.text-field:focus {
  border-width: 1px;
  border-color: #f5820e;
}

.textarea {
  min-height: 150px;
  padding: 12px 20px;
  border: 1px solid #a3a3a3;
  border-radius: 7px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.textarea:focus {
  border-width: 1px;
  border-color: #f5820e;
}

.submit-button {
  min-width: 260px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 35px;
  border-style: solid;
  border-width: 3px;
  border-color: #f5820e;
  border-radius: 50px;
  background-color: #f5820e;
  background-image: -webkit-gradient(linear, left top, right top, from(#ec6926), to(#f7860a));
  background-image: linear-gradient(90deg, #ec6926, #f7860a);
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: sui-generis, sans-serif;
  color: #fff;
  font-size: 16px;
}

.submit-button:hover {
  border-color: #fff;
}

.gray-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
  background-image: url('../images/pin-icon-2.svg');
  background-position: -30px 50%;
  background-size: 450px;
  background-repeat: no-repeat;
}

.address {
  margin-left: 50px;
}

._2-3-centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centered {
  text-align: center;
}

.book-form-wrapper {
  width: 100%;
  padding: 60px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.2);
}

.video {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.3);
}

.select-field {
  height: 55px;
  padding: 12px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a3;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.select-field.select-field-2 {
  width: 50%;
}

.field-label-heading {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #0059af;
  font-size: 22px;
  font-weight: 800;
}

.add-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: sui-generis, sans-serif;
  color: #f5820e;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.left-icon {
  height: 35px;
  margin-right: 10px;
}

.form-divider {
  margin-top: 10px;
  margin-bottom: 30px;
  border-style: dashed;
  border-width: 1px;
  border-color: #cecece;
}

html.w-mod-js *[data-ix="sections-scroll"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 23px;
  }
  h1 {
    font-size: 38px;
    line-height: 40px;
  }
  h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 29px;
  }
  p {
    margin-bottom: 15px;
  }
  .accent-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: auto, cover;
  }
  .accent-section.pin-bg {
    background-image: linear-gradient(65deg, rgba(0, 89, 175, 0.85), rgba(0, 146, 216, 0.85)), url('../images/suds-bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .accent-container {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta-pin {
    position: relative;
    top: 0px;
    width: 110px;
    height: 150px;
    margin-top: -70px;
  }
  .cta-text {
    margin-left: 0px;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
  }
  .cta-span {
    font-size: 28px;
    white-space: nowrap;
  }
  .navbar {
    padding-top: 7px;
    padding-bottom: 10px;
  }
  .logo {
    height: 85px;
  }
  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #001e3c;
  }
  .nav-link {
    padding: 25px 30px;
    color: #fff;
    font-size: 18px;
  }
  .nav-link:hover {
    color: #fff;
  }
  .nav-link.w--current {
    color: #fff;
  }
  .banner.home {
    min-height: 50vh;
  }
  .banner.inner {
    min-height: 35vh;
  }
  .caption-container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .caption {
    font-size: 21px;
    line-height: 26px;
  }
  .button {
    min-width: auto;
  }
  .button.nav-button {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 25px 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: none;
    border-radius: 0px;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
  }
  .giftbar {
    background-image: -webkit-gradient(linear, left top, right top, from(#00264b), to(#005bb6));
    background-image: linear-gradient(90deg, #00264b, #005bb6);
  }
  .menu-icon {
    color: #f5820e;
    font-size: 35px;
  }
  .menu-button {
    padding: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    border-radius: 10px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .os {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .os-content-wrapper {
    width: 100%;
    padding: 40px 60px 40px 40px;
  }
  .service-section-wrapper {
    width: 100%;
  }
  .bl-arrow-link {
    font-size: 14px;
  }
  .right-icon {
    height: 30px;
  }
  .service-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-1-2 {
    width: 100%;
    min-height: 350px;
    margin-bottom: 2px;
  }
  .os-heading {
    font-size: 33px;
  }
  .service-1-3 {
    width: 100%;
    min-height: 350px;
    margin-top: 0px;
    margin-bottom: 2px;
  }
  .navy-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .navy-section.pin-bg {
    background-image: -webkit-gradient(linear, left top, right top, from(#00264b), to(#004d91));
    background-image: linear-gradient(90deg, #00264b, #004d91);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  ._1-2-col {
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex-horiz-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clients-slider {
    padding-top: 10px;
  }
  .full-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .full-1-2-col {
    width: 100%;
  }
  .team {
    min-height: 375px;
  }
  .partner-logo {
    width: 100px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .full-content-wrapper {
    padding: 40px;
  }
  .alt-heading-3 {
    font-size: 30px;
    line-height: 32px;
  }
  .footer-1-3 {
    width: 100%;
  }
  .icon-wrapper {
    font-size: 17px;
  }
  .textblock-wrapper {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .footer-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .footer-2-3 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .half {
    width: 100%;
  }
  .copyright {
    display: none;
    font-size: 12px;
    line-height: 18px;
  }
  .copyright.last {
    display: block;
  }
  ._1-1-col.right-margin {
    margin-right: 0%;
  }
  .full-1-3-col {
    width: 100%;
  }
  .full-2-3-col {
    width: 100%;
  }
  .service-image {
    min-height: 300px;
  }
  .service-heading {
    font-size: 28px;
    line-height: 29px;
  }
  .cta-col-1 {
    width: 100%;
    margin-right: 0px;
  }
  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .nav-divider {
    height: 35px;
  }
  .white-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .flex-horiz-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._2-3-col {
    width: 100%;
  }
  ._1-3-col {
    width: 100%;
  }
  .slide {
    width: 100%;
  }
  .accordion-link {
    border-radius: 33px;
  }
  .accordion-title-wrapper {
    padding: 17px 20px;
  }
  .acordion-heading {
    font-size: 19px;
    line-height: 22px;
  }
  .accordion-icon {
    width: 35px;
    height: 35px;
  }
  .accordion-content {
    padding: 17px 20px;
  }
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .submit-button {
    min-width: auto;
  }
  .gray-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  ._2-3-centered-container {
    width: 100%;
  }
  .book-form-wrapper {
    padding: 40px;
  }
  .select-field.select-field-2 {
    width: 100%;
  }
  .left-icon {
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 33px;
    line-height: 37px;
  }
  h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .accent-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .accent-container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cta-pin {
    display: none;
    width: 80px;
    height: 100px;
  }
  .cta-text {
    font-size: 19px;
    line-height: 24px;
  }
  .cta-span {
    font-size: 24px;
  }
  .logo {
    height: 70px;
  }
  .nav-menu {
    margin-bottom: 0px;
    padding-top: 0px;
    border-bottom-style: none;
  }
  .os-content-wrapper {
    padding: 30px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .service-1-2 {
    min-height: 300px;
  }
  .os-heading {
    font-size: 28px;
  }
  .service-1-3 {
    min-height: 275px;
  }
  .navy-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .clients-heading {
    font-size: 25px;
    line-height: 30px;
  }
  .team {
    min-height: 275px;
  }
  .partner-logo {
    width: 90px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .full-content-wrapper {
    padding: 30px;
  }
  .alt-heading-3 {
    font-size: 25px;
    line-height: 30px;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .services-icon {
    display: none;
  }
  .service-nav {
    display: none;
  }
  .white-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .white-section.pin-bg {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .gallery-slider-mask {
    padding-right: 0px;
    padding-left: 0px;
  }
  .gallery-slider {
    height: 300px;
  }
  .text-field {
    height: 45px;
  }
  .gray-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .book-form-wrapper {
    padding: 30px;
  }
  .field-label-heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 29px;
  }
  .nav-comtainer {
    width: 100%;
    padding-left: 10px;
  }
  .logo {
    height: 65px;
  }
  .nav-menu {
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner {
    min-height: 35vh;
  }
  .caption {
    display: none;
  }
  .button-icon {
    display: none;
  }
  .giftbar-text {
    font-size: 15px;
  }
  .menu-button {
    border-style: none;
  }
  .service-1-2 {
    min-height: 250px;
  }
  .quote {
    display: none;
  }
  .slide-nav {
    display: none;
  }
  .team {
    min-height: 200px;
  }
  .partners-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partner-logo {
    width: 110px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .quote-text-wrapper {
    width: 100%;
    margin-bottom: 0px;
  }
  .service-image {
    min-height: 200px;
  }
  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .button-div {
    display: none;
  }
  .gallery-arrow {
    display: none;
  }
  .accordion-link {
    border-radius: 26px;
  }
  .accordion-title-wrapper {
    padding: 12px 15px;
  }
  .acordion-heading {
    font-size: 17px;
    line-height: 19px;
  }
  .accordion-icon {
    width: 30px;
    height: 30px;
  }
  .accordion-content {
    padding: 12px 15px;
  }
  .gallery-slider {
    height: 250px;
  }
}

