.hero-section {
  height: 100vh;
  padding-top: 18%;
  padding-right: 100px;
  padding-left: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), color-stop(98%, transparent)), url('../images/Herobg_photo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 98%), url('../images/Herobg_photo.jpg');
  background-position: 0px 0px, 50% 90%;
  background-size: auto, cover;
}

.image {
  width: auto;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.39);
}

.brand {
  width: 15%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 2px;
  margin-left: 2px;
  border-bottom: 2px solid #025a6b;
  font-family: 'Droid Serif', serif;
  color: #c1922d;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #d7e7e6;
  color: #d7e7e6;
}

.hero-wrapper-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 75%;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  position: absolute;
  top: -72px;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: la-bohemienne, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 105px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.h1.dark {
  position: absolute;
  top: -81px;
  color: #c1922d;
}

.h2-hero {
  position: absolute;
  top: 0px;
  width: 725px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #025a6b;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.bottom-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #025a6b;
}

.image-2 {
  width: 25px;
  margin-right: 15px;
}

.cta-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  background-color: #c1922d;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.cta-link:hover {
  background-color: #d7e7e6;
  color: #025a6b;
}

.cta-link._3 {
  background-color: rgba(193, 146, 45, 0.8);
}

.cta-link._3:hover {
  background-color: #d7e7e6;
}

.cta-link._4 {
  padding: 0px;
  background-color: rgba(4, 140, 127, 0.5);
}

.cta-link._2 {
  background-color: rgba(193, 146, 45, 0.9);
}

.cta-link._2:hover {
  background-color: #d7e7e6;
}

.cta-link._4 {
  padding-left: 10px;
  background-color: rgba(193, 146, 45, 0.7);
}

.cta-link._4:hover {
  background-color: #d7e7e6;
}

.cta-link._5 {
  background-color: rgba(193, 146, 45, 0.6);
}

.cta-link._5:hover {
  background-color: #d7e7e6;
}

.text-block-6 {
  font-size: 14px;
  text-align: left;
}

.text-block-7 {
  font-size: 14px;
}

.fixed-cta-block {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 1.7%;
  z-index: 5000;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.45);
}

.show-hide {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5100;
  width: 30px;
  height: 30px;
  margin: 0px;
  background-color: #c1922d;
  cursor: pointer;
}

.minus {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
}

.plus {
  position: absolute;
  z-index: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
}

.welcome-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 100px 200px;
  -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: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.91)), to(hsla(0, 0%, 100%, 0.91))), url('../images/naturebg_photo-01.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.91), hsla(0, 0%, 100%, 0.91)), url('../images/naturebg_photo-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.welcome-wrapper-div {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: la-bohemienne, sans-serif;
  color: #c1922d;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.h3.left {
  text-align: left;
}

.h2-main {
  margin-top: -15px;
  margin-bottom: 30px;
  font-family: 'Droid Serif', serif;
  color: #025a6b;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.h2-main.white {
  color: #fff;
  text-align: left;
}

.h2-main.white.center {
  margin-top: -10px;
  text-align: center;
}

.h2-main.white.center-no-sub {
  text-align: center;
}

.h2-main.left {
  font-size: 45px;
  line-height: 50px;
  text-align: left;
}

.par {
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.par.left {
  color: #fff;
  text-align: left;
}

.par.left.dark {
  color: #000;
}

.par.white {
  color: #fff;
}

.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.91)), to(hsla(0, 0%, 100%, 0.91))), url('../images/naturebg_photo-01.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.91), hsla(0, 0%, 100%, 0.91)), url('../images/naturebg_photo-01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.service-title-wrap {
  max-width: 1400px;
  margin-right: 200px;
  margin-bottom: 20px;
  margin-left: 200px;
}

.service-title-wrap.left {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.services-wrapper-div {
  width: 100%;
  min-height: 0px;
}

.services-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 0px;
}

.service-card {
  position: relative;
  width: 33.33%;
  min-height: 500px;
  background-image: url('../images/kayak_photo.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.service-card._2 {
  background-image: url('../images/Neuropathy_photo.jpg');
  background-position: 50% 0%;
}

.service-card._3 {
  background-image: url('../images/Nutrition_photo.jpg');
}

.h4-service {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.h4-service.dark {
  color: #025a6b;
}

.chiro-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding: 100px 200px 100px 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.53)), color-stop(62%, transparent)), url('../images/Chrio_TextOverlay.png'), url('../images/Chirobg_photo.jpg');
  background-image: linear-gradient(42deg, rgba(0, 0, 0, 0.93), transparent 92%), url('../images/Chrio_TextOverlay.png'), url('../images/Chirobg_photo.jpg');
  background-position: 0px 0px, 0px 0px, 90% 50%;
  background-size: auto, 60%, cover;
  background-repeat: repeat, no-repeat, no-repeat;
}

.chiro-wrapper-div {
  /*position: static;
  top: 150px;
  z-index: 1;

   */
  width: 100%;
  max-width: 60%;

}

.button {
  padding: 12px 25px;
  background-color: #fff;
  font-family: 'Droid Serif', serif;
  color: #025a6b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #025a6b;
  color: #fff;
}

.button._2:hover {
  background-color: #d7e7e6;
  color: #025a6b;
}

.button.green {
  background-color: #025a6b;
  color: #fff;
}

.button.green:hover {
  background-color: #d7e7e6;
  color: #025a6b;
}

.gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#025a6b), color-stop(52%, rgba(2, 90, 107, 0)));
  background-image: linear-gradient(0deg, #025a6b, rgba(2, 90, 107, 0) 52%);
}

.service-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 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;
}

.meet-doc {
  padding: 100px 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#025a6b), to(#025a6b));
  background-image: linear-gradient(180deg, #025a6b, #025a6b);
}

.meet-doc-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.meet-doc-left-div {
  width: 50%;
}

.slide {
  min-height: 0px;
}

.slider {
  min-height: 600px;
  background-color: transparent;
}

.photo-holder-div-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.photo-left {
  width: 50%;
  height: 100%;
  background-image: url('../images/MichaelGerber.jpg');
  background-position: 50% 15%;
  background-size: cover;
}

.photo-right {
  width: 50%;
  height: 100%;
  background-image: url('../images/jerry2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-horizontal {
  width: 100%;
  background-image: url('../images/Tran-1-.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-horizontal._2 {
  background-image: url('../images/Martha-Stewart.jpg');
  background-position: 100% 40%;
}

.photo-horizontal._3 {
  background-image: url('../images/IMG_0067-2.JPG');
  background-position: 50% 50%;
}

.photo-horizontal._4 {
  background-image: url('../images/IceTCoCo.JPG');
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.right-doc-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0px;
  padding-left: 50px;
  -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-color: transparent;
}

.testimonial-section {
  min-height: 800px;
  padding: 100px 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Testimonialbg_photo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Testimonialbg_photo.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.footer {
  min-height: 0px;
  padding: 100px 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 90, 107, 0.96)), to(rgba(2, 90, 107, 0.96))), url('../images/naturebg_photo-01white.png'), -webkit-gradient(linear, left top, left bottom, from(#025a6b), to(#025a6b));
  background-image: linear-gradient(180deg, rgba(2, 90, 107, 0.96), rgba(2, 90, 107, 0.96)), url('../images/naturebg_photo-01white.png'), linear-gradient(180deg, #025a6b, #025a6b);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
}

.testimonial-wrapper-div {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-slider {
  min-height: 500px;
  background-color: transparent;
}

.testimonial-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.testimonial-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  min-height: 400px;
}

.quote-bg-icon {
  position: absolute;
  width: 300px;
  height: 300px;
  background-image: url('../images/whitequote_icon.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.14;
}

.testimonial-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  padding: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-text {
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.testimonial-name {
  margin-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 5px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.insta {
  width: 45px;
}

.social-icon {
  width: 40px;
  height: 40px;
  padding: 5px;
  background-image: url('../images/facebook_icon.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.social-icon.insta {
  background-image: url('../images/instagram_icon2-01.png');
  background-size: 35px;
}

.social-icon.tiktok {
  width: 40px;
  background-image: url('../images/tiktok_icon-01.png');
  background-size: 40px;
}

.social-icon.youtube {
  background-image: url('../images/youtube_icon.png');
  background-size: 30px;
}

.social-icon.gmb {
  background-image: url('../images/gmb_icon.png');
}

.location-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px none #fff;
}

.address-text {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.quick-link {
  width: 100%;
  padding: 15px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.quick-link:hover {
  color: #c1922d;
}

.logo-and-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quick-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 25px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-2 {
  width: 400px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.brand-2._2 {
  width: auto;
  margin-bottom: 20px;
}

.footer-wrapper-div-jm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-text-jm {
  margin-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.bottom-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Droid Serif', serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.bottom-nav-link:hover {
  color: #c1922d;
}

.tiktok {
  width: 50px;
}

.dropdown {
  border-bottom: 2px solid #025a6b;
  font-family: 'Droid Serif', serif;
  color: #c1922d;
  text-transform: uppercase;
}

.dropdown:hover {
  border-bottom: 2px solid #d7e7e6;
  color: #d7e7e6;
}

.dropdown-toggle {
  color: #c1922d;
}

.dropdown-toggle:hover {
  color: #d7e7e6;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-link {
  color: #025a6b;
}

.dropdown-link:hover {
  background-color: #d7e7e6;
}

.weightloss-section-new {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding: 100px 75px 100px 200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.53)), color-stop(89%, transparent)), url('../images/weightloss_TextOverlay.png'), url('../images/weightloss_photo.jpg');
  background-image: linear-gradient(321deg, rgba(0, 0, 0, 0.93), transparent 89%), url('../images/weightloss_TextOverlay.png'), url('../images/weightloss_photo.jpg');
  background-position: 0px 0px, 100% 0%, 90% 50%;
  background-size: auto, 60%, cover;
  background-repeat: repeat, no-repeat, no-repeat;
}

.image-7 {
  width: 40px;
  margin-right: 10px;
}

.side-nav-holder {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  margin-right: 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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.weight-loss-ip-section-1 {
  padding: 10% 200px 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.91)), to(hsla(0, 0%, 100%, 0.91))), url('../images/naturebg_photo-01.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.91), hsla(0, 0%, 100%, 0.91)), url('../images/naturebg_photo-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.ip-section-1-content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.breadcrumbs-div {
  margin-bottom: 50px;
}

.breadcrumb {
  padding: 5px 15px;
  border-right: 1px solid #c1922d;
  font-family: 'Droid Serif', serif;
  color: #c1922d;
  text-decoration: none;
  text-transform: uppercase;
}

.breadcrumb.left {
  padding-left: 0px;
}

.breadcrumb.end {
  padding-right: 15px;
  border-right-style: none;
  color: #025a6b;
}

.weightloss-ip-section-2 {
  padding: 100px;
  background-color: #025a6b;
}

.ip-section-2-content-holder-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-5 {
  color: #c1922d;
}

.steps-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0px;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.step-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.weightloss-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  background-image: url('../images/cleanse_icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.weightloss-icon.burn {
  background-image: url('../images/burn_icon.png');
}

.weightloss-icon.stabilize {
  background-image: url('../images/stabilize_icon.png');
}

.weightloss-ip-section-3 {
  min-height: 700px;
  padding: 100px;
  background-color: #fff;
}

.ip-50-50-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
}

.text-left-div {
  width: 50%;
  padding-right: 60px;
}

.photo-right-div {
  width: 50%;
  background-image: url('../images/weightloss_photo_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.weightloss-ip-section-4 {
  min-height: 800px;
  padding: 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.41)), color-stop(78%, hsla(0, 0%, 100%, 0))), url('../images/IPBG_photo.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.41), hsla(0, 0%, 100%, 0) 78%), url('../images/IPBG_photo.jpg');
  background-position: 0px 0px, 100% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.ip-content-holder-left {
  max-width: 55%;
}

.list-item {
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

.sublist {
  padding-left: 75px;
}

.list-item-sub {
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

.weightloss-ip-section-5 {
  min-height: 700px;
  padding: 100px;
  background-color: #fff;
}

.text-span-6 {
  color: #936f22;
}

.h5 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Droid Serif', serif;
  color: #936f22;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

.h5.green {
  color: #025a6b;
}

.inner-phone-link {
  color: #025a6b;
}

.inner-phone-link:hover {
  color: #c1922d;
}

.cta-ip-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/weightlossconsult_photo.png'), linear-gradient(265deg, #025a6b, #73a5ac 45%, #d7e7e6);
  background-position: 100% 0%, 0px 0px;
  background-size: cover, auto;
}

.weightloss-consult-cta-div {
  width: 45%;
  max-width: 45%;
  min-height: 400px;
}

.field-label {
  font-family: 'Droid Serif', serif;
  color: #025a6b;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.body {
  padding: 100px 200px;
}

.styling-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styling-div-hero {
  position: relative;
  min-height: 200px;
  margin-top: 5%;
}

.h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif;
  color: #c1922d;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.inner-title {
  margin-top: -15px;
  margin-bottom: 30px;
  font-family: 'Droid Serif', serif;
  color: #025a6b;
  font-size: 75px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.inner-sub-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: la-bohemienne, sans-serif;
  color: #c1922d;
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 800px;
    padding-top: 40%;
  }

  .brand {
    width: 30%;
    padding-left: 0;
  }

  .nav-menu {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
  }

  .bottom-div {
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }

  .fixed-cta-block {
    display: none;
  }

  .show-hide {
    display: none;
  }

  .welcome-section {
    min-height: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .service-title-wrap {
    margin-right: 50px;
    margin-left: 50px;
  }

  .services-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-card {
    width: 100%;
    min-height: 400px;
  }

  .service-card._3 {
    background-position: 0% 50%;
  }

  .chiro-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 550px;
    padding-top: 100px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.53)), color-stop(62%, transparent)), url('../images/Chirobg_photo.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(90deg, rgba(0, 0, 0, 0.53), transparent 62%), url('../images/Chirobg_photo.jpg');
    background-position: 0px 0px, 0px 0px, 100% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .chiro-wrapper-div {
    position: static;
    width: 100%;
    max-width: none;
    padding: 0px;
  }

  .meet-doc {
    padding-right: 50px;
    padding-left: 50px;
  }

  .meet-doc-wrapper-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .meet-doc-left-div {
    width: 90%;
  }

  .right-doc-div {
    width: 90%;
    padding-left: 0px;
  }

  .testimonial-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .footer {
    padding-right: 50px;
    padding-left: 50px;
  }

  .testimonial-holder {
    width: 100%;
  }

  .location-info-div {
    width: auto;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .address-text {
    text-align: center;
  }

  .quick-link {
    text-align: center;
  }

  .logo-and-copyright {
    width: auto;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .quick-links {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand-2._2 {
    width: 350px;
  }

  .footer-wrapper-div-jm {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown {
    position: relative;
    display: block;
  }

  .dropdown-toggle {
    display: block;
  }

  .right-arrow-2 {
    display: none;
  }

  .left-arrow-2 {
    display: none;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon {
    color: #025a6b;
  }

  .weightloss-section-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 550px;
    padding-top: 100px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.53)), color-stop(62%, transparent)), url('../images/weightloss_photo.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(90deg, rgba(0, 0, 0, 0.53), transparent 62%), url('../images/weightloss_photo.jpg');
    background-position: 0px 0px, 0px 0px, 20% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .weight-loss-ip-section-1 {
    padding-top: 15%;
    padding-right: 50px;
    padding-left: 50px;
  }

  .weightloss-ip-section-2 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .steps-div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-div {
    width: 90%;
    margin-bottom: 30px;
    padding: 10px;
  }

  .weightloss-ip-section-3 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .ip-50-50-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-left-div {
    width: 100%;
    padding-right: 0px;
  }

  .photo-right-div {
    width: 100%;
    min-height: 400px;
    background-position: 50% 75%;
  }

  .weightloss-ip-section-4 {
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.41)), color-stop(78%, hsla(0, 0%, 100%, 0))), url('../images/IPBG_photo.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), linear-gradient(90deg, hsla(0, 0%, 100%, 0.41), hsla(0, 0%, 100%, 0) 78%), url('../images/IPBG_photo.jpg');
    background-position: 0px 0px, 0px 0px, 100% 20%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }

  .ip-content-holder-left {
    max-width: none;
  }

  .sublist {
    padding-left: 55px;
  }

  .weightloss-ip-section-5 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .cta-ip-section {
    padding: 50px;
    background-image: linear-gradient(180deg, rgb(158 158 158 / 50%), rgb(255 255 255 / 50%)), url(../images/weightlossconsult_photo.png), linear-gradient(265deg, #ffffff, #ffffff 45%, #d7e7e6);
    background-position: 0px 0px, 100% 0%, 0px 0px;
    background-size: auto, cover, auto;
  }

  .weightloss-consult-cta-div {
    width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 500px;
    padding-top: 45%;
    background-position: 0px 0px, 50% 100%;
  }

  .brand {
    width: 30%;
  }

  .h1 {
    font-size: 75px;
  }

  .h2-hero {
    width: 500px;
    padding: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .welcome-section {
    padding: 30px 20px;
  }

  .h2-main {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .h2-main.white.center-no-sub {
    margin-top: 0px;
  }

  .services {
    padding-top: 30px;
  }

  .service-title-wrap {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .service-card {
    min-height: 300px;
  }

  .chiro-section {
    min-height: 490px;
    padding: 30px 20px;
  }

  .chiro-wrapper-div {
    padding: 0px 20px;
  }

  .meet-doc {
    padding: 30px 20px;
  }

  .meet-doc-left-div {
    width: 100%;
  }

  .slider {
    min-height: 400px;
  }

  .photo-holder-div-1 {
    height: 85%;
  }

  .right-doc-div {
    width: 100%;
  }

  .testimonial-section {
    min-height: 0px;
    padding: 30px 20px;
  }

  .footer {
    padding: 30px 20px;
  }

  .testimonial-slider {
    min-height: 450px;
  }

  .quote-bg-icon {
    background-position: 50% 10%;
  }

  .testimonial-div {
    width: 100%;
  }

  .social-links {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .brand-2 {
    width: 300px;
  }

  .brand-2._2 {
    width: auto;
  }

  .footer-text-jm {
    text-align: center;
  }

  .menu-button {
    padding: 10px;
  }

  .weightloss-section-new {
    min-height: 490px;
    padding: 30px 20px;
  }

  .weight-loss-ip-section-1 {
    padding: 20% 20px 30px;
  }

  .weightloss-ip-section-2 {
    padding: 30px 20px;
  }

  .weightloss-ip-section-3 {
    padding: 30px 20px;
  }

  .photo-right-div {
    min-height: 350px;
  }

  .weightloss-ip-section-4 {
    padding: 30px 20px;
  }

  .sublist {
    padding-left: 40px;
  }

  .weightloss-ip-section-5 {
    padding: 30px 20px;
  }

  .h5.green {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
  }

  .cta-ip-section {
    padding: 30px;
  }

  .inner-title {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 600px;
    padding-top: 75%;
  }

  .brand {
    width: 50%;
  }

  .h1 {
    margin-top: 25px;
    font-size: 50px;
    line-height: 55px;
  }

  .h2-hero {
    width: 300px;
    font-size: 35px;
    line-height: 40px;
  }

  .bottom-div {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-2 {
    width: 20px;
  }

  .welcome-section {
    padding: 20px 10px;
  }

  .h3 {
    margin-bottom: -12px;
  }

  .h3.left {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .h2-main.white {
    margin-top: 0px;
    text-align: center;
  }

  .h2-main.white.center-no-sub {
    font-size: 30px;
    line-height: 35px;
  }

  .h2-main.left {
    margin-top: 5px;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .par.left {
    text-align: center;
  }

  .services {
    padding-top: 20px;
  }

  .service-title-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }

  .chiro-section {
    min-height: 815px;
    padding: 20px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.53)), color-stop(62%, transparent)), url('../images/Chirobg_photo.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(90deg, rgba(0, 0, 0, 0.53), transparent 62%), url('../images/Chirobg_photo.jpg');
    background-position: 0px 0px, 0px 0px, 100% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .chiro-wrapper-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .meet-doc {
    padding: 20px 10px;
  }

  .photo-horizontal {
    background-position: 50% 0%;
  }

  .right-doc-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonial-section {
    min-height: 600px;
    padding: 20px 10px;
  }

  .footer {
    padding: 20px 10px;
  }

  .testimonial-slider {
    min-height: 600px;
  }

  .testimonial-slider-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .quote-bg-icon {
    width: 200px;
    height: 200px;
    background-position: 50% -50%;
  }

  .social-links {
    width: 80%;
  }

  .insta {
    width: 45px;
  }

  .brand-2 {
    width: 200px;
    padding: 0px;
  }

  .brand-2._2 {
    width: 300px;
  }

  .footer-wrapper-div-jm {
    padding: 0px;
  }

  .tiktok {
    width: 45px;
  }

  .weightloss-section-new {
    min-height: 815px;
    padding: 20px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.53)), color-stop(62%, transparent)), url('../images/weightloss_photo.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(90deg, rgba(0, 0, 0, 0.53), transparent 62%), url('../images/weightloss_photo.jpg');
    background-position: 0px 0px, 0px 0px, 20% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .weight-loss-ip-section-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 120px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ip-section-1-content-holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .breadcrumb {
    padding-right: 10px;
    padding-left: 10px;
  }

  .breadcrumb.end {
    padding-right: 10px;
    padding-left: 10px;
  }

  .weightloss-ip-section-2 {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .step-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .weightloss-icon {
    width: 75px;
    height: 75px;
  }

  .weightloss-ip-section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .weightloss-ip-section-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.73)), to(hsla(0, 0%, 100%, 0.73))), -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.41)), color-stop(78%, hsla(0, 0%, 100%, 0))), url('../images/IPBG_photo.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.73), hsla(0, 0%, 100%, 0.73)), linear-gradient(90deg, hsla(0, 0%, 100%, 0.41), hsla(0, 0%, 100%, 0) 78%), url('../images/IPBG_photo.jpg');
    background-position: 0px 0px, 0px 0px, 90% 0%;
  }

  .ip-content-holder-left {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sublist {
    padding-left: 30px;
  }

  .weightloss-ip-section-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h5 {
    text-align: center;
  }

  .h5.green {
    text-align: center;
  }

  .cta-ip-section {
    background: linear-gradient(265deg, #025a6b, #73a5ac 45%, #d7e7e6);
  }

  .field-label {
    color: #fff;
  }

  .h6 {
    font-size: 28px;
    line-height: 35px;
  }

  .inner-sub-title {
    margin-bottom: -12px;
  }
}

