html, body {
  height: 100%;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a, button {
  outline: none !important;
}

/* Prevent ugly blue glow on chrome and safari */
input[type=text] {
  box-shadow: none !important;
}

#page-loading-blocs-notifaction {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 100000;
  background: #FFFFFF url("/img/pageload-spinner.gif") no-repeat center center;
}

iframe {
  border: 0;
}

.bloc {
  width: 100%;
  clear: both;
  background: 50% 50% no-repeat;
  padding: 0 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.bloc.bloc-fluid {
  padding-left: 0;
  padding-right: 0;
}

.bloc .container {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  margin: 0 5px 5px 0;
}

.btn.pull-right {
  margin: 0 0 5px 5px;
}

.btn-d, .btn-d:hover, .btn-d:focus {
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
}

/* Prevent ugly blue glow on chrome and safari */
button {
  outline: none !important;
}

.a-btn {
  padding: 6px 10px 6px 0;
  line-height: 1.42857143;
  display: inline-block;
}

.text-center .a-btn {
  padding: 6px 0;
}

.a-block {
  width: 100%;
  text-align: left;
}

.btn .caret {
  margin: 0 0 0 5px;
}

.dropdown a .caret {
  margin: 0 0 0 5px;
}

.btn-dropdown .dropdown-menu .dropdown {
  padding: 3px 20px;
}

.btn-cta {
  padding: 12px 48px 12px 48px;
  font-weight: 500;
}

.btn-blue-pill {
  border-radius: 50px;
  background-color: #ffffff;
  border: solid 1px #2BA3E4;
  padding: 10px 20px !important;
  color: #2BA3E4 !important;
  font-weight: 500;
}

.btn-mint {
  border-radius: 15px;
  background-color: #c6ecf1;
  padding: 14px 42px;
  color: #1e2d3e;
  font-size: 1.5em;
  font-weight: 500;
}

.btn-white-border {
  padding: 12px 48px 12px 48px;
  border-radius: 100px;
  border: solid 1px #ffffff;
  font-weight: bold;
  color: #ffffff;
  transition: all 0.2s ease-in;
}
.btn-white-border:hover {
  color: #1e2d3e;
}

.btn-rounded-blue {
  padding: 13px 32px 13px 32px;
  border-radius: 50px;
  background-color: #009eec;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.1;
  font-size: 16px;
  transition: all 0.2s ease-in;
  font-family: Mark-Bold, Helvetica, sans-serif;
}
.btn-rounded-blue:hover {
  color: #fff;
}

.btn-blue {
  background-color: #009eec;
  color: white;
  padding: 16px 57px;
  border-radius: 4px;
  font-size: 18px;
}
.btn-blue:hover {
  color: #fff;
}

.btn-play {
  font-size: 18px;
  color: #3b4859;
  line-height: 32px;
  box-shadow: none;
}
.btn-play .play-icon {
  background: url(../img/play-button.svg) no-repeat;
  height: 32px;
  width: 32px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.btn-play:hover, .btn-play:focus {
  color: #3b4859;
  text-decoration: none;
}

.panel-sq, .panel-sq .panel-heading, .panel-sq .panel-footer {
  border-radius: 0;
}

.panel-rd {
  border-radius: 30px;
}

.panel-rd .panel-heading {
  border-radius: 29px 29px 0 0;
}

.panel-rd .panel-footer {
  border-radius: 0 0 29px 29px;
}

/* Background colour styles */
.bgc-white {
  background-color: #ffffff;
}

.white {
  color: #ffffff;
}

.bgc-anti-flash-white {
  background-color: #F3F3F3;
}

.greyish-white {
  background-color: #f4f4f4;
}

/* Text colour styles */
.tc-ball-blue {
  color: #1EB3C6 !important;
}

.ball-blue {
  color: #fff;
  background-color: #2BA3E4;
}

/* Button colour styles */
.btn-ball-blue {
  background: #2BA3E4;
  color: #FFFFFF !important;
}

.btn-ball-blue:hover {
  background: #228cc5;
  color: #FFFFFF !important;
}

/* Link colour styles */
.ltc-ball-blue {
  color: #1EB3C6 !important;
}

.ltc-ball-blue:hover {
  color: #188f9e !important;
}

.bloc-xl {
  padding: 150px 50px;
}

.bloc-lg {
  padding: 100px 50px;
}

.bloc-md {
  padding: 50px;
}

.bloc-sm {
  padding: 20px 50px;
}

@font-face {
  font-family: Mark-Bold;
  src: url("../fonts/1466000/021bca8a-04d2-4658-9598-7f54e37255a3.eot?#iefix");
  src: url("../fonts/1466000/021bca8a-04d2-4658-9598-7f54e37255a3.eot?#iefix") format("eot"), url("../fonts/1466000/911d53bf-61c5-453a-ba54-6c6b12e432d8.woff2") format("woff2"), url("../fonts/1466000/9069c8de-de1f-4c7e-b81f-dee8057e98f8.woff") format("woff"), url("../fonts/1466000/dafbeddd-575a-4f74-b362-b0a940ee73e4.ttf") format("truetype");
}
@font-face {
  font-family: Mark-Book;
  src: url("../fonts/1466068/76b78c7b-50e8-443f-947d-491bd1363209.eot?#iefix");
  src: url("../fonts/1466068/76b78c7b-50e8-443f-947d-491bd1363209.eot?#iefix") format("eot"), url("../fonts/1466068/b3504f0d-8be1-4759-bb03-dd041a630b85.woff2") format("woff2"), url("../fonts/1466068/f4f1b391-1256-4245-ba89-842d884c1e51.woff") format("woff"), url("../fonts/1466068/1f72bfeb-0b2a-45fa-aaee-bbd991d40541.ttf") format("truetype");
}
body {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p, label, .btn, a, small, table, div {
  font-family: Mark-Book, Helvetica, sans-serif;
}

h1.compact, h2.compact, h3.compact, h4.compact, h5.compact, h6.compact {
  margin: 0;
}

h1 {
  font-size: 3.25em;
  color: #3B4859;
  font-family: Mark-Bold, Helvetica, sans-serif;
  line-height: 1.2;
}

.h1-hero {
  font-size: 4em;
  line-height: 1.1;
}

h2 {
  font-size: 2em;
  color: #3b4859;
  font-family: Mark-Bold, Helvetica, sans-serif;
  line-height: 1.2;
}

h3 {
  font-size: 1.375em;
  color: #3b4859;
  font-weight: normal;
  line-height: 1.4;
}

h4 {
  font-size: 1.125em;
  line-height: 1.3;
  color: #3A4858;
  font-weight: normal;
}

h5 {
  font-size: 1em;
  color: #3A4858;
}

h6 {
  color: #3A4858;
  font-size: 0.75em;
}

p {
  color: #3B4859;
}

label {
  color: #3B4859;
}

a {
  color: #089FE3;
}

small {
  font-size: 1.4em;
  color: #3b4859;
}

.disclaimer {
  color: #677C98;
}

blockquote {
  border-left-color: #1EB3C6;
}

.bold {
  font-weight: bold;
}

.input-group .form-control {
  border-color: #1EB3C6;
  box-shadow: none !important;
}

.text-center .hero-input-group .success-button .success-text {
  text-align: center;
  display: inline-block;
}

.hero-input-group {
  margin-top: 30px;
  margin-bottom: 45px;
}
.hero-input-group .thank-you {
  display: none;
}
.hero-input-group .input-group input.form-control {
  height: 56px;
  border: none;
  border-radius: 5px;
  background-color: #f3f3f3;
  font-size: 18px;
  line-height: 1;
  color: #999da4;
  padding: 18px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 1024px) {
  .hero-input-group .input-group input.form-control {
    height: 40px;
    font-size: 16px;
  }
}
.hero-input-group .input-group input.form-control::-webkit-input-placeholder {
  color: #999da4;
  opacity: 1;
}
.hero-input-group .input-group input.form-control::-moz-placeholder {
  color: #999da4;
  opacity: 1;
}
.hero-input-group .input-group input.form-control:-ms-input-placeholder {
  color: #999da4;
  opacity: 1;
}
.hero-input-group .input-group input.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.hero-input-group .input-group input.form-control:focus::-moz-placeholder {
  color: transparent;
}
.hero-input-group .input-group input.form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.hero-input-group .input-group .btn {
  line-height: 1;
  border: none;
  border-radius: 5px;
  background-color: #2ba3e4;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  height: 56px;
  padding: 18px 37px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 1024px) {
  .hero-input-group .input-group .btn {
    height: 40px;
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .hero-input-group .input-group .btn {
    padding: 10px 10px;
  }
}

.mg-sm {
  margin-top: 0.625em;
  margin-bottom: 0.3125em;
}

.mg-md {
  margin-top: 0.625em;
  margin-bottom: 1.25em;
}

.mg-lg {
  margin-top: 0.625em;
  margin-bottom: 2.5em;
}

img.mg-sm, img.mg-md, img.mg-lg {
  margin-top: 0;
}

img.mg-sm {
  margin-bottom: 10px;
}

img.mg-md {
  margin-bottom: 30px;
}

img.mg-lg {
  margin-bottom: 50px;
}

.pt-30 .img-cut-off {
  overflow: hidden;
  margin-bottom: -1px;
}

.bloc-sm .img-cut-off {
  overflow: hidden;
  margin-bottom: -20px;
}

.bloc-md .img-cut-off {
  overflow: hidden;
  margin-bottom: -50px;
}

.navbar {
  margin-bottom: 0;
  z-index: 1;
}
.navbar .navbar-nav > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.navbar-brand {
  height: auto;
  padding: 15px 15px;
  font-size: 25px;
  font-weight: normal;
  font-weight: 600;
}

.navbar-brand img {
  max-height: 200px;
  margin: 0 5px 0 0;
  display: inline;
}

.navbar-brand {
  padding: 15px 15px;
}

.navbar .nav {
  margin-right: -16px;
  float: right;
  z-index: 1;
}

.nav > li {
  float: left;
  font-size: 1em;
}

.nav > li > a {
  color: #3B4859;
}
.nav > li > a.active, .nav > li > a:hover {
  color: #2BA3E4;
}

.navbar-nav .open .dropdown-menu > li > a {
  text-align: inherit;
}

.nav > li a:hover, .nav > li a:focus {
  background: transparent;
}

.navbar-toggle {
  margin: 14px 10px 0 0;
  border: 0px;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  background-color: rgba(0, 0, 0, 0.5);
  width: 26px;
}

/* Inverted navbar */
.nav-invert .navbar .nav {
  float: left;
}

.nav-invert .navbar-header, .nav-invert .navbar-brand {
  float: right;
}

@media (min-width: 768px) {
  .site-navigation {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    -webkit-transform: translateY(-50%);
  }

  .nav > li .dropdown-menu a, .nav > li .dropdown-menu a:hover {
    color: #484848;
  }

  .nav-invert .site-navigation {
    left: 20px;
    right: 0;
  }

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

  .nav-center .navbar-header {
    width: 100%;
  }

  .nav-center .navbar-header, .nav-center .navbar-brand, .nav-center .nav > li {
    float: none;
    display: inline-block;
  }

  .nav-center .site-navigation {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
}
.nav > li > .dropdown a {
  background: none !important;
  display: block;
  padding: 14px 15px;
}

nav .caret {
  margin: 0 5px;
}

/* Dropdown Menus SubMenu */
.dropdown-menu .dropdown-menu {
  top: -8px;
  left: 100%;
}

.dropdown-menu .dropmenu-flow-right {
  top: 100%;
  left: 0;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown-menu .dropdown span {
  border: 4px solid black;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  margin: 6px -5px 0 0 !important;
  float: right;
}

.header-styling #header .navbar .download-button {
  display: none;
}
@media (max-width: 768px) {
  .header-styling #header .navbar .navbar-collapse, .header-styling #header .navbar #nav-toggle {
    display: none !important;
  }
  .header-styling #header .navbar .navbar-brand {
    width: 100%;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 0;
  }
}

.tabs input {
  height: 0.1em;
  visibility: hidden;
  position: absolute;
}
.tabs .labels label {
  cursor: pointer;
  margin-bottom: 0;
  border-bottom: 4px solid #FFFFFF;
  transition: all 0.2s ease-in;
}
.tabs .contents > div {
  transition: all 0.2s ease-in;
  display: none;
}
.tabs input#tab1:checked ~ .labels #label1,
.tabs input#tab2:checked ~ .labels #label2,
.tabs input#tab3:checked ~ .labels #label3,
.tabs input#tab4:checked ~ .labels #label4,
.tabs input#tab5:checked ~ .labels #label5,
.tabs input#tab6:checked ~ .labels #label6 {
  border-bottom: 4px solid #1EB4C6;
}
.tabs input#tab1:checked ~ .contents #content1,
.tabs input#tab2:checked ~ .contents #content2,
.tabs input#tab3:checked ~ .contents #content3,
.tabs input#tab4:checked ~ .contents #content4,
.tabs input#tab5:checked ~ .contents #content5,
.tabs input#tab6:checked ~ .contents #content6 {
  display: block !important;
  z-index: 100 !important;
}

.footer {
  background: #F3F3F3;
  padding-top: 90px;
  padding-bottom: 50px;
  text-align: center;
}
.footer__heading {
  font-weight: bold;
}
.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.footer__item:first-child a {
  border: 0;
  padding-left: 0;
  margin-left: 0;
}
.footer__link {
  display: inline-block;
  color: #4b5b6c;
  text-decoration: none;
  font-size: 11px;
  margin-left: 5px;
  border-left: 1px solid #3B4859;
  padding: 0 10px;
}

.bg-center, .bg-l-edge, .bg-r-edge, .bg-t-edge, .bg-b-edge, .bg-tl-edge, .bg-bl-edge, .bg-tr-edge, .bg-br-edge, .bg-repeat {
  -webkit-background-size: auto !important;
  -moz-background-size: auto !important;
  -o-background-size: auto !important;
  background-size: auto !important;
}

.bg-center {
  -webkit-background-size: auto;
}

.bg-b-edge {
  background: bottom no-repeat;
}

.bg-bg-succulent {
  background-image: url("/img/bg-succulent.png");
}

.bg-bg-flowers {
  background-image: url("/img/bg-flowers.png");
}

.bg-slanted-bg-gray {
  background-image: url("/img/slanted-bg-gray.svg");
}

.bg-bg-flowers {
  background-image: url("/img/bg-flowers.png");
}

.bg-bg-services-hero {
  background-image: url("/img/bg-services-hero.png");
}

.bg-bg-insurance {
  background-image: url("/img/bg-insurance.png");
}

.bg-doctor-insurance {
  background-image: url("/img/doctor_insurance.png");
}

.bg-bg-convenient {
  background-image: url("/img/bg-convenient.png");
}

.bg-bg-linda {
  background-image: url("/img/hero-linda.jpg");
  background-size: cover;
  background-position: center top;
}
@media (max-width: 768px) {
  .bg-bg-linda {
    background-position: center left;
  }
}

.bg-map {
  background-image: url("/img/map-clinic.png");
  background-position: right top;
  background-repeat: no-repeat;
}

.bg-gray-border {
  border: 1px solid #e8e8e8;
}

.blue-border {
  border-radius: 8px;
  border: solid 1px #1eb4c6;
}

.bg-bg-gradient {
  background-image: url("/img/herp-gradient.svg");
  background-size: cover;
}

.bg-bg-partner {
  background-image: url("/img/partner_bg.jpg");
  background-size: cover;
  background-position: right top;
}

.container {
  max-width: 1170px;
}

.blue-bold {
  font-weight: bold;
  color: #1EB3C6 !important;
}

.pt-150 {
  padding-top: 150px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-0 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.double-space {
  line-height: 40px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-10 {
  padding-top: 10px;
}

.eight-col {
  max-width: 770px;
}

.hero-doctor {
  background-color: rgba(255, 255, 255, 0);
  padding-bottom: 0px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-90 {
  padding-top: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-15 {
  padding-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.v-center {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .v-center {
    display: block;
    width: auto;
  }
}
.v-center > * {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media (max-width: 767px) {
  .v-center > * {
    display: block;
    float: inherit;
  }
}

/* This is purely for the demo */
.no-scroll {
  overflow: hidden;
}

.player-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  background-color: black;
}
.player-popup .close-player {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-size: 30px;
  padding: 10px;
  margin: 10px;
  cursor: pointer;
  z-index: 10001;
}
.player-popup .plyr {
  border-radius: 0;
  position: absolute;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.player-popup .plyr .plyr__video-wrapper::after {
  border: none;
}

.doctor-feutures h2 {
  font-size: 32px;
}
.doctor-feutures .btn-blue-pill {
  margin: 16px 0;
}
@media (max-width: 768px) {
  .doctor-feutures .btn-blue-pill {
    display: none;
  }
}
@media (max-width: 768px) {
  .doctor-feutures .navbar-brand {
    text-align: center;
    width: 100%;
  }
}
.doctor-feutures h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.doctor-feutures h3 {
  margin: 0;
}
.doctor-feutures .container {
  position: relative;
}
.doctor-feutures .hero-image:after {
  content: '';
  background-image: url(../img/ipad.png);
  width: 624px;
  height: 434px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 992px) {
  .doctor-feutures .hero-image:after {
    right: -200px;
  }
}
@media (max-width: 768px) {
  .doctor-feutures .hero-image:after {
    content: none;
    display: none;
  }
}
.doctor-feutures .hero-bloc {
  position: relative;
  padding-top: 60px;
  padding-bottom: 172px;
}
.doctor-feutures .hero-bloc .v-center > * {
  padding: 0;
}
.doctor-feutures .hero-bloc .v-center > * .hero {
  width: 423px;
  float: right;
}
@media (max-width: 768px) {
  .doctor-feutures .hero-bloc .v-center > * .hero {
    width: 100%;
    text-align: center;
  }
}
.doctor-feutures .hero-bloc .v-center > * .mt-20 a:first-child {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .doctor-feutures .hero-bloc .v-center > * .mt-20 a:first-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .doctor-feutures .hero-bloc .v-center > * .btn-play {
    display: block;
    margin-top: 20px;
  }
}
.doctor-feutures .hero-bloc .col-md-7 {
  height: 434px;
}
@media (max-width: 768px) {
  .doctor-feutures .hero-bloc .col-md-7 {
    height: auto;
  }
}
.doctor-feutures .features-list {
  background-color: #f4f4f4;
}
.doctor-feutures .features-list .text-center {
  margin-top: -160px;
}
.doctor-feutures .features-list .list-item {
  display: inline-block;
  margin: 30px 22px;
  max-width: 235px;
  text-align: center;
}
.doctor-feutures .features-list .list-item span.icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.doctor-feutures .features-list .list-item h4 {
  margin-top: 0;
}
.doctor-feutures .try-now {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .doctor-feutures .try-now {
    padding: 60px 0;
  }
}
.doctor-feutures footer {
  padding: 30px 0;
  background-color: #f4f4f4;
}
.doctor-feutures footer ul {
  margin: 0;
  padding: 0;
}
.doctor-feutures footer ul li {
  display: inline-block;
  margin: 20px 10px 0 10px;
}
.doctor-feutures footer ul li a {
  font-weight: bold;
  font-size: 14px;
  color: #3b4859;
}

.need-doctor-video {
  position: relative;
}
.need-doctor-video video {
  width: 275px;
  height: 490px;
  margin-top: -577px;
}
.need-doctor-video.hero-video video {
  height: 566px;
  margin-top: -669px;
  width: 317px;
}
@media (max-width: 1024px) {
  .need-doctor-video.hero-video video {
    height: 452px;
    margin-top: -533px;
    width: 252px;
  }
}
@media (max-width: 768px) {
  .need-doctor-video.hero-video video {
    width: 295px;
  }
}

.simply-icons {
  padding: 0;
  text-align: right;
}
@media (max-width: 768px) {
  .simply-icons {
    float: left;
    text-align: center;
  }
}
.simply-icons img {
  display: inline-block;
}
@media (max-width: 768px) {
  .simply-icons img {
    display: block;
  }
}

#download-hero-v2 .bgc-white {
  width: 535px;
  padding: 12px 32px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  #download-hero-v2 .bgc-white {
    width: 415px;
  }
}
@media (max-width: 768px) {
  #download-hero-v2 .bgc-white {
    width: 100%;
  }
}
#download-hero-v2 .bgc-white h1 {
  line-height: 1.08;
}

.download-hero-intro {
  max-width: 470px;
}
@media (max-width: 768px) {
  .download-hero-intro {
    max-width: 100%;
  }
}
.download-hero-intro h1 {
  font-size: 3.15em;
}
@media (max-width: 1024px) {
  .download-hero-intro h1 {
    font-size: 2.3em;
  }
}
@media (max-width: 768px) {
  .download-hero-intro h1 {
    font-size: 2.3em;
  }
  .download-hero-intro h1 + h3 {
    margin-top: 8px;
    margin-bottom: 16px;
    padding-bottom: 0;
  }
}
.download-hero-intro .full-site {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.1px;
  margin-bottom: 40px;
  margin-top: 15px;
  font-family: Mark-Bold, Helvetica, sans-serif;
  display: inline-block;
  color: #4a4a4a;
}
.download-hero-intro .mg-md > a {
  margin-right: 16px;
}

.mobile-responsive {
  width: 354px;
  display: none;
}
@media (max-width: 768px) {
  .mobile-responsive {
    display: inline-block !important;
  }
}
@media (max-width: 400px) {
  .mobile-responsive {
    width: 300px;
  }
}

.download-simple-hero {
  position: absolute;
  top: 50%;
  margin-top: -300px;
  overflow: hidden;
  width: 100%;
}
.download-simple-hero img.hidden-xs {
  height: 600px;
  max-width: 100%;
}

.success-button + p {
  font-size: 14px;
  color: #3b4859;
}
.success-button + p a {
  font-weight: 500;
  color: #2ca3e4;
}
.success-button .success-text {
  width: 291px;
  padding: 13px 32px;
  border-radius: 5px;
  background-color: #2fd38b;
  text-align: left;
  font-size: 18px;
  transition: all 0.2s ease-in;
  color: #ffffff;
  border: none;
  margin-bottom: 8px;
}
.success-button .success-text span {
  margin-right: 16px;
  font-size: 22px;
}

#benefits-simple h2 {
  margin-top: 0.625em;
  margin-bottom: 0.25em;
}
#benefits-simple h3 {
  margin-bottom: 1.25em;
  margin-top: 0;
}
#benefits-simple .compact {
  line-height: 1.5;
}

#medical-team h5 {
  line-height: 1.5;
}
#medical-team .team_col h3 {
  margin-bottom: 0;
}
#medical-team .team_col p {
  line-height: 1.5;
}
#medical-team .team_col h4 {
  margin: 0;
}
#medical-team .team_col blockquote {
  border-left-width: 2px;
}
#medical-team .team_col .btn-ball-blue {
  font-weight: 600;
}

#map-clinic {
  height: 639px;
}
@media (max-width: 768px) {
  #map-clinic {
    height: auto;
  }
}

#sticky-header {
  position: fixed;
  width: 100%;
  height: 62px;
  z-index: 100;
}

.sticky {
  transition: background 500ms,-webkit-transform 300ms ease-in-out;
  transition: background 500ms,transform 300ms ease-in-out;
  background: #F4f4f4;
}

.doctor-info {
  display: inline-block;
  margin-right: 100px;
  max-width: 535px;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .doctor-info {
    max-width: 360px;
    margin-right: 30px;
  }
}
.doctor-info h3 {
  color: #fff;
  line-height: 1.27;
  margin: 20px 0;
}
@media (max-width: 1199px) {
  .doctor-info h3 {
    font-size: 1.07em;
  }
}

.doctor-credentials {
  display: inline-block;
  vertical-align: top;
  width: 370px;
}
@media (max-width: 767px) {
  .doctor-credentials {
    width: 100%;
  }
}

.main-pic.col-sm-7 {
  margin: 0;
  vertical-align: bottom;
}

.find-us h5 {
  margin-top: 30px;
  margin-bottom: 5px;
}

.doctor-footer {
  padding: 40px 0;
}
.doctor-footer img {
  vertical-align: top;
}
.doctor-footer ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.doctor-footer ul li {
  display: inline-block;
  margin: 0 15px;
}
.doctor-footer ul li a {
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  color: #3b4859;
}

.cover-image-container {
  height: 0;
  padding-bottom: 78.67%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cover-image-container img {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  min-height: 100%;
  left: 50%;
  min-width: 100%;
}

.bg-bg-partner {
  min-height: 670px;
  position: relative;
}
@media (max-width: 768px) {
  .bg-bg-partner {
    min-height: 600px;
  }
}
.bg-bg-partner .benefits-bg {
  background: url(../img/hero-slanted-overlay.png) no-repeat;
  background-size: cover;
  width: 100%;
  display: table;
  position: absolute;
  bottom: 0;
  height: 320px;
  vertical-align: bottom;
}
.bg-bg-partner .benefits-bg .v-bottom {
  vertical-align: bottom;
  display: table-cell;
}
@media (min-width: 768px) {
  .bg-bg-partner .benefits-bg .v-bottom .nav-tabs li {
    min-width: 30%;
    width: auto;
  }
}
.bg-bg-partner .become-partner {
  margin-top: 80px;
  width: 466px;
  padding: 40px 50px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #058ac8;
  position: absolute;
  z-index: 1;
}
@media (max-width: 768px) {
  .bg-bg-partner .become-partner {
    width: 94%;
    padding: 20px;
  }
}
.bg-bg-partner .become-partner h2 {
  font-family: Mark-Book, Helvetica, sans-serif;
  font-size: 2.3em;
}
.bg-bg-partner .become-partner p {
  margin: 20px 0;
  letter-spacing: -0.2px;
  line-height: 1.56;
}
.bg-bg-partner h5 {
  text-transform: uppercase;
  opacity: 0.65;
  font-size: 0.9em;
  line-height: 2.57;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bg-bg-partner .nav > li {
    width: 33.33333333%;
    margin-top: 0;
    border-bottom: none;
    background: transparent;
    padding-left: 0;
  }
  .bg-bg-partner .nav > li:hover {
    background-color: transparent;
  }
}
.bg-bg-partner .nav-tabs {
  border-bottom: none;
  transition: all 0.3s ease-in-out;
}
.bg-bg-partner .nav-tabs li.active > a, .bg-bg-partner .nav-tabs li.active > a:focus, .bg-bg-partner .nav-tabs li.active > a:hover {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #04a3ee;
  color: #04a3ee;
}
.bg-bg-partner .nav-tabs li.active > a {
  transition: all 0.2s ease-in;
}
.bg-bg-partner .nav-tabs li a {
  border-bottom: 3px solid transparent;
  padding: 8px 0;
  color: #fff;
  font-size: 1.4em;
}
@media (max-width: 992px) {
  .bg-bg-partner .nav-tabs li a {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .bg-bg-partner .nav-tabs li a {
    font-size: 0.9em;
  }
}
@media (max-width: 598px) {
  .bg-bg-partner .nav-tabs li a {
    height: 116px;
  }
}
.bg-bg-partner .nav-tabs li a:hover, .bg-bg-partner .nav-tabs li a:focus {
  transition: all 0.2s ease-in;
  border-color: transparent;
  color: #04a3ee;
}
.bg-bg-partner .nav-tabs li a img {
  height: 50px;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bg-bg-partner .nav-tabs li a img {
    height: 30px;
  }
}

.partner-tabs {
  background-color: #1e2d3e;
  position: relative;
}
.partner-tabs .gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 122px;
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.2));
}
.partner-tabs .tab-content {
  transition: all 0.3s ease-in-out;
  padding-top: 100px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .partner-tabs .tab-content {
    padding-top: 50px;
  }
}
.partner-tabs .tab-content .left-block {
  width: 480px;
}
@media (max-width: 992px) {
  .partner-tabs .tab-content .left-block {
    width: 100%;
  }
}
.partner-tabs .tab-content .left-block h3 {
  line-height: 1.16;
  color: #1eb4c6;
  opacity: 0.8;
  font-size: 2em;
  font-weight: 300;
}
.partner-tabs .tab-content .left-block p {
  line-height: 1.56;
  letter-spacing: -0.2px;
  margin: 20px 0;
}
.partner-tabs .tab-content .left-block .btn-white-border:hover {
  color: #1d92a4;
}

.partner-footer {
  background: url(../img/partner_footer.png) no-repeat;
  background-size: cover;
  padding: 95px 15px 60px 15px;
  background-color: #1e2d3e;
}
.partner-footer ul {
  padding: 0;
}
.partner-footer ul li {
  display: inline-block;
  margin-right: 10px;
}
.partner-footer ul li a {
  font-weight: 500;
  color: #fff;
  font-size: 0.9em;
}
.partner-footer ul li a:focus, .partner-footer ul li a:active {
  text-decoration: none;
}

.pricing-page {
  position: relative;
  padding-bottom: 165px;
}
.pricing-page p, .pricing-page table {
  font-size: 1.15em;
}
.pricing-page:before {
  content: '';
  background-image: url(../img/piggy.png);
  background-size: cover;
  height: 190px;
  width: 330px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.pricing-page .no-cost {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: 50%;
  margin-right: -40px;
  top: -40px;
}
.pricing-page .no-cost h2 {
  margin: 0;
  line-height: 74px;
}
.pricing-page h3 {
  margin-bottom: 0;
}
.pricing-page .checklist h3 {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.36;
}
.pricing-page .checklist .pull-left span {
  margin-right: 24px;
  vertical-align: bottom;
}
.pricing-page .checklist .pull-left + div {
  overflow: hidden;
}
.pricing-page table {
  width: 100%;
  line-height: 2;
  font-weight: 500;
  color: #3b4859;
  margin: 20px 0;
}
.pricing-page table thead {
  display: none;
}
.pricing-page table tbody > tr {
  border-bottom: solid 1px #d8d8d8;
}
.pricing-page table tbody > tr td {
  padding: 4px 0;
}
.pricing-page .block-right {
  padding-left: 0;
  padding-right: 30px;
}
.pricing-page .block-right .p-47 {
  padding: 50px 47px;
  display: inline-block;
}
.pricing-page .block-left {
  padding-left: 30px;
  padding-right: 0;
}

.btn-pricing {
  font-weight: 500;
  padding: 15px 80px 15px 80px;
}

@media (max-width: 767px) and (min-width: 650px) {
  .pricing-page {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .pricing-page .block-left, .pricing-page .block-right {
    padding: 0 15px;
  }
}
@media (max-width: 469px) {
  .pricing-page .block-right .p-47 {
    padding: 30px;
  }
}
.review-infographic {
  position: relative;
  height: 100%;
}
.review-infographic p {
  font-size: 1.4em;
  font-weight: 500;
  color: #3b4859;
}
.review-infographic h2 {
  font-size: 6em;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .review-infographic h2 {
    font-size: 3em !important;
  }
}
.review-infographic .p-block {
  padding-top: 60px;
  padding-bottom: 110px;
}
.review-infographic .doctor-infographic {
  position: relative;
}
.review-infographic .intro {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .review-infographic .intro {
    min-height: 100%;
    height: auto;
  }
}
.review-infographic .intro h1 {
  color: #006d9f;
  font-weight: 500;
}
.review-infographic .intro h2 {
  font-size: 1.8em;
  font-weight: 500;
  color: #3b4859;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .review-infographic .intro h2 {
    font-size: 1.6em !important;
  }
}
.review-infographic .intro .cycle {
  margin-top: 142px;
}
.review-infographic .intro .cycle-arrow-down {
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #3b4859;
  opacity: 0.47;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.review-infographic .intro .cycle-arrow-down:hover {
  border-top-color: #006d9f;
}
.review-infographic .intro .cycle-arrow-down:hover:before {
  border-color: #006d9f;
}
.review-infographic .intro .cycle-arrow-down:before {
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  opacity: 0.47;
  border: 2px solid #3b4859;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: -24px;
}
.review-infographic #overview {
  background-color: #7cd4fe;
}
.review-infographic #overview h2 {
  color: #006d9f;
}
.review-infographic #overview .review-statistics {
  margin-top: 75px;
}
.review-infographic #overview .review-statistics .statistics {
  display: inline-block;
  border-radius: 7px;
  padding: 15px;
  background-color: #3b4859;
  margin-bottom: 15px;
  width: 255px;
}
@media (max-width: 767px) {
  .review-infographic #overview .review-statistics .statistics {
    width: 100%;
  }
}
.review-infographic #overview .review-statistics .statistics .numbers {
  font-size: 42px;
  font-weight: 500;
  color: #1eb4c6;
}
.review-infographic #overview .review-statistics .statistics p {
  font-size: 14px;
  color: #ffffff;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .review-infographic #overview .review-statistics .statistics p {
    text-align: center;
  }
}
.review-infographic #overview .number {
  font-size: 162.5px;
  font-weight: bold;
  color: #3b4859;
  line-height: 0.7;
}
@media (max-width: 1200px) {
  .review-infographic #overview .number {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .review-infographic #overview .number {
    text-align: center;
  }
}
.review-infographic #overview .number + div {
  line-height: 1;
  font-size: 27px;
  font-weight: bold;
  color: #3b4859;
}
@media (max-width: 767px) {
  .review-infographic #overview .number + div {
    text-align: center;
    margin-top: 30px;
  }
}
.review-infographic #overview .number + div span {
  color: #0a6b8e;
  font-size: 85px;
  display: block;
}
@media (max-width: 1200px) {
  .review-infographic #overview .number + div span {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  .review-infographic #overview .number + div span {
    font-size: 50px;
  }
}
.review-infographic .breakdown {
  background-color: #49bef7;
}
.review-infographic .breakdown h2 {
  color: white;
}
.review-infographic .breakdown p small {
  font-size: 0.8em;
  padding-top: 30px;
}
.review-infographic .breakdown .col-sm-6 {
  padding: 0;
  margin-top: 50px;
}
.review-infographic .breakdown .border-right {
  border-right: solid 2.6px #ffffff;
  border-radius: 0;
}
.review-infographic .breakdown .progress1, .review-infographic .breakdown .progress2 {
  margin-bottom: 1em;
  position: relative;
  padding: 0;
  height: 134px;
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 767px) {
  .review-infographic .breakdown .progress1, .review-infographic .breakdown .progress2 {
    height: 50px;
  }
}
.review-infographic .breakdown .progress1 h3, .review-infographic .breakdown .progress2 h3 {
  margin: 0 20px;
  line-height: 134px;
  font-size: 8em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
}
@media (max-width: 767px) {
  .review-infographic .breakdown .progress1 h3, .review-infographic .breakdown .progress2 h3 {
    font-size: 3em;
    line-height: 50px;
  }
}
.review-infographic .breakdown .progress1 + div, .review-infographic .breakdown .progress2 + div {
  padding: 60px 20px;
}
@media (max-width: 767px) {
  .review-infographic .breakdown .progress1 + div, .review-infographic .breakdown .progress2 + div {
    padding: 60px 8px;
  }
}
.review-infographic .breakdown .progress1 + div h4, .review-infographic .breakdown .progress2 + div h4 {
  font-size: 2.4em;
}
@media (max-width: 767px) {
  .review-infographic .breakdown .progress1 + div h4, .review-infographic .breakdown .progress2 + div h4 {
    font-size: 1.54em;
  }
  .review-infographic .breakdown .progress1 + div h4 + p, .review-infographic .breakdown .progress2 + div h4 + p {
    font-size: 1em;
  }
}
.review-infographic .breakdown .progress-bar {
  height: 134px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .review-infographic .breakdown .progress-bar {
    height: 50px;
    min-width: 100px !important;
  }
}
.review-infographic .breakdown .progress1 .progress-bar {
  border-top-left-radius: 164.2px;
  border-bottom-left-radius: 164.2px;
  border-left-radius: 164.2px;
  background-color: #ffb923;
}
.review-infographic .breakdown .progress2 .progress-bar {
  border-top-right-radius: 164.2px;
  border-bottom-right-radius: 164.2px;
  background-color: #ff8d23;
  text-align: left;
}
.review-infographic .clinical-issues {
  background-color: #009ee8;
}
.review-infographic .clinical-issues h2 {
  margin-bottom: 60px;
  font-size: 4.5em;
}
.review-infographic .clinical-issues p {
  color: white;
}
.review-infographic .clinical-issues blockquote {
  border: none;
  border-radius: 11.8px;
  background-color: #ffffff;
  font-size: 1.1em;
  margin-top: 50px;
  font-weight: 600;
  padding: 13px 20px;
  position: relative;
}
.review-infographic .clinical-issues blockquote div {
  font-size: 0.9em;
}
.review-infographic .clinical-issues blockquote:after, .review-infographic .clinical-issues blockquote:before {
  content: '';
  background-size: contain;
  display: block;
  width: 27px;
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
}
.review-infographic .clinical-issues blockquote:after {
  background-image: url(../img/quote-left.svg);
  top: -7px;
  left: -5px;
}
.review-infographic .clinical-issues blockquote:before {
  background-image: url(../img/quote-right.svg);
  bottom: -9px;
  right: -10px;
}
.review-infographic .scheduling-billing {
  background-color: #0594d7;
}
.review-infographic .key {
  background-color: #0075ad;
}
.review-infographic .partners {
  background-color: #004d73;
}
.review-infographic .partners .btn {
  margin-top: 45px;
}
.review-infographic .key h2, .review-infographic .partners h2 {
  margin-bottom: 30px;
  color: #fff;
}
.review-infographic .key p, .review-infographic .partners p {
  color: #fff;
  margin-bottom: 35px;
}

#container .highcharts-series .highcharts-point {
  fill: #3b4859;
}
#container .highcharts-series .highcharts-point:nth-child(-n+3) {
  fill: #d8d8d8;
}
#container .highcharts-data-labels text:nth-child(-n+3) {
  fill: #3b4859 !important;
}

@media (max-width: 767px) {
  .highcharts-data-label-color-0,
  .highcharts-axis-labels text,
  .highcharts-yaxis text {
    font-size: 14px !important;
  }
}
#billing .highcharts-series .highcharts-point {
  fill: #3b4859;
}

dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding: 45px 15px;
}
dl .percentage:nth-child(5):after {
  background-color: #ff5959;
}

.text {
  display: flex;
  align-items: center;
  height: 42px;
  width: 255px;
  position: absolute;
  left: 0;
  justify-content: flex-end;
  text-align: right;
  border-right: 2px solid white;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .text {
    width: 175px;
  }
}
@media (max-width: 767px) {
  .text {
    width: 100px;
  }
}

.percentage {
  color: #0a6b8e;
  font-size: 50px;
  height: 42px;
  margin-left: 250px;
}
@media (max-width: 991px) {
  .percentage {
    font-size: 35px;
    margin-left: 180px;
  }
}
@media (max-width: 767px) {
  .percentage {
    margin-left: 100px;
    font-size: 22px;
  }
}
.percentage:after {
  content: "";
  display: block;
  border-radius: 112.8px;
  background-color: #3b4859;
  width: 50px;
  margin-bottom: 10px;
  height: 69%;
  position: relative;
  top: 65%;
  transform: translateY(-50%);
  transition: background-color .3s ease;
}

.users {
  margin-left: 260px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .users {
    margin-left: 180px;
  }
}
@media (max-width: 767px) {
  .users {
    margin-left: 90px;
  }
}
.users > div {
  width: 20%;
  float: left;
  display: inline-block;
}
.users img {
  min-width: 20px;
}
.users span {
  display: inline-block;
  clear: both;
  font-weight: 600;
  margin-top: 30px;
}
.users span img {
  margin-right: 15px;
  vertical-align: sub;
}

.percentage-1:after {
  width: 1%;
}

.percentage-2:after {
  width: 2%;
}

.percentage-3:after {
  width: 3%;
}

.percentage-4:after {
  width: 4%;
}

.percentage-5:after {
  width: 5%;
}

.percentage-6:after {
  width: 6%;
}

.percentage-7:after {
  width: 7%;
}

.percentage-8:after {
  width: 8%;
}

.percentage-9:after {
  width: 9%;
}

.percentage-10:after {
  width: 10%;
}

.percentage-11:after {
  width: 11%;
}

.percentage-12:after {
  width: 12%;
}

.percentage-13:after {
  width: 13%;
}

.percentage-14:after {
  width: 14%;
}

.percentage-15:after {
  width: 15%;
}

.percentage-16:after {
  width: 16%;
}

.percentage-17:after {
  width: 17%;
}

.percentage-18:after {
  width: 18%;
}

.percentage-19:after {
  width: 19%;
}

.percentage-20:after {
  width: 20%;
}

.percentage-21:after {
  width: 21%;
}

.percentage-22:after {
  width: 22%;
}

.percentage-23:after {
  width: 23%;
}

.percentage-24:after {
  width: 24%;
}

.percentage-25:after {
  width: 25%;
}

.percentage-26:after {
  width: 26%;
}

.percentage-27:after {
  width: 27%;
}

.percentage-28:after {
  width: 28%;
}

.percentage-29:after {
  width: 29%;
}

.percentage-30:after {
  width: 30%;
}

.percentage-31:after {
  width: 31%;
}

.percentage-32:after {
  width: 32%;
}

.percentage-33:after {
  width: 33%;
}

.percentage-34:after {
  width: 34%;
}

.percentage-35:after {
  width: 35%;
}

.percentage-36:after {
  width: 36%;
}

.percentage-37:after {
  width: 37%;
}

.percentage-38:after {
  width: 38%;
}

.percentage-39:after {
  width: 39%;
}

.percentage-40:after {
  width: 40%;
}

.percentage-41:after {
  width: 41%;
}

.percentage-42:after {
  width: 42%;
}

.percentage-43:after {
  width: 43%;
}

.percentage-44:after {
  width: 44%;
}

.percentage-45:after {
  width: 45%;
}

.percentage-46:after {
  width: 46%;
}

.percentage-47:after {
  width: 47%;
}

.percentage-48:after {
  width: 48%;
}

.percentage-49:after {
  width: 49%;
}

.percentage-50:after {
  width: 50%;
}

.percentage-51:after {
  width: 51%;
}

.percentage-52:after {
  width: 52%;
}

.percentage-53:after {
  width: 53%;
}

.percentage-54:after {
  width: 54%;
}

.percentage-55:after {
  width: 55%;
}

.percentage-56:after {
  width: 56%;
}

.percentage-57:after {
  width: 57%;
}

.percentage-58:after {
  width: 58%;
}

.percentage-59:after {
  width: 59%;
}

.percentage-60:after {
  width: 60%;
}

.percentage-61:after {
  width: 61%;
}

.percentage-62:after {
  width: 62%;
}

.percentage-63:after {
  width: 63%;
}

.percentage-64:after {
  width: 64%;
}

.percentage-65:after {
  width: 65%;
}

.percentage-66:after {
  width: 66%;
}

.percentage-67:after {
  width: 67%;
}

.percentage-68:after {
  width: 68%;
}

.percentage-69:after {
  width: 69%;
}

.percentage-70:after {
  width: 70%;
}

.percentage-71:after {
  width: 71%;
}

.percentage-72:after {
  width: 72%;
}

.percentage-73:after {
  width: 73%;
}

.percentage-74:after {
  width: 74%;
}

.percentage-75:after {
  width: 75%;
}

.percentage-76:after {
  width: 76%;
}

.percentage-77:after {
  width: 77%;
}

.percentage-78:after {
  width: 78%;
}

.percentage-79:after {
  width: 79%;
}

.percentage-80:after {
  width: 80%;
}

.percentage-81:after {
  width: 81%;
}

.percentage-82:after {
  width: 82%;
}

.percentage-83:after {
  width: 83%;
}

.percentage-84:after {
  width: 84%;
}

.percentage-85:after {
  width: 85%;
}

.percentage-86:after {
  width: 86%;
}

.percentage-87:after {
  width: 87%;
}

.percentage-88:after {
  width: 88%;
}

.percentage-89:after {
  width: 89%;
}

.percentage-90:after {
  width: 90%;
}

.percentage-91:after {
  width: 91%;
}

.percentage-92:after {
  width: 92%;
}

.percentage-93:after {
  width: 93%;
}

.percentage-94:after {
  width: 94%;
}

.percentage-95:after {
  width: 95%;
}

.percentage-96:after {
  width: 96%;
}

.percentage-97:after {
  width: 97%;
}

.percentage-98:after {
  width: 98%;
}

.percentage-99:after {
  width: 99%;
}

.percentage-100:after {
  width: 100%;
}

@media (max-width: 768px) {
  #hero-home .btn-cta {
    display: none;
  }
}
@media (min-width: 769px) {
  #hero-home .direct-store-link {
    display: none;
  }
}
.hero-video {
  max-height: 660px;
}
@media (max-width: 1024px) {
  .hero-video {
    max-width: auto;
  }
}
.hero-video img {
  width: 369px;
}
@media (max-width: 1024px) {
  .hero-video img {
    width: 295px;
  }
}

.device-selector input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ios {
  background-image: url(/img/popup/icon-apple-filled.svg);
}

.android {
  background-image: url(/img/popup/icon-android-filled.svg);
}

.device-card {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 64px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1.8) grayscale(1) opacity(0.7);
  -moz-filter: brightness(1.8) grayscale(1) opacity(0.7);
  filter: brightness(1.8) grayscale(1) opacity(0.7);
  margin: 10px 30px 0 0;
}

.device-card:hover {
  -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}

.device-selector input:active + .device-card {
  opacity: .9;
}

.device-selector input:checked + .device-card {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}

.close-btn {
  margin: 16px 16px 0 0;
  color: #677c98;
  font-size: 40px;
  line-height: 40px;
}

form.download-form label {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.2px;
  color: #3b4859;
  padding-bottom: 8px;
}
form.download-form .input-group {
  position: relative;
}
form.download-form .input-group .loading {
  background-image: url("/img/loading.gif");
  width: 24px;
  height: 24px;
  right: 10px;
  top: 20px;
  position: absolute;
  display: inline-block;
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 10px;
  z-index: 10;
}
form.download-form .input-group .form-control.input-lg {
  padding: 20px 20px;
  height: 64px;
  font-size: 24px;
  line-height: 1;
  color: #3b4859;
}
form.download-form .input-group .input-group-btn .btn {
  padding: 20px 36px;
  height: 64px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}

#zipcode {
  border-radius: 4px;
}

.infographic {
  background: white;
  padding: 20px 40px;
}

#image-transparent {
  max-height: 750px;
}

#image-simple {
  max-height: 730px;
}

@media (max-width: 1024px) {
  .pt-30, .pt-150 {
    padding-top: 20px !important;
  }

  h1 {
    font-size: 2.3em;
  }

  h2 {
    font-size: 1.6em;
  }

  .h1-hero {
    font-size: 2.5em;
  }

  .bloc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .b-parallax {
    background-attachment: scroll;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }

  .b-parallax {
    background-attachment: scroll;
  }

  .page-container, .hero-bloc {
    overflow-x: hidden;
    position: relative;
  }

  /* Prevent unwanted side scroll on mobile */
}
@media (max-width: 767px) {
  body {
    font-size: 14px !important;
  }

  .pt-120, .pt-30, .pt-150 {
    padding-top: 10px !important;
  }

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

  .page-container {
    overflow-x: hidden;
    position: relative;
  }

  .mg-lg, .mg-md, .mg-sm {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }

  a.btn-cta {
    padding: 0.3em 0.6em;
  }

  h1 {
    font-size: 2.3em;
  }

  h2 {
    font-size: 1.6em;
  }

  .h1-hero {
    font-size: 2.5em;
  }

  .bloc {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-background-size: auto 200%;
    -moz-background-size: auto 200%;
    -o-background-size: auto 200%;
    background-size: auto 200%;
  }

  .b-parallax {
    background-attachment: scroll;
  }

  .navbar .nav {
    padding-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    float: none !important;
  }

  .navbar.row {
    margin-left: 0;
    margin-right: 0;
  }

  .site-navigation {
    position: inherit;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }

  .nav > li {
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05);
    text-align: left;
    padding-left: 15px;
    width: 100%;
  }

  .nav > li:hover {
    background: rgba(0, 0, 0, 0.08);
  }

  .dropdown .dropdown a .caret {
    float: none;
    margin: 5px 0 0 10px !important;
    border: 4px solid black;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
  }

  .hero-bloc .navbar .nav {
    background: rgba(0, 0, 0, 0.8);
  }

  .hero-bloc .navbar .nav a {
    color: rgba(255, 255, 255, 0.6);
  }

  .hero-nav {
    left: -1px;
    right: -1px;
  }

  .navbar-collapse {
    padding: 0;
    overflow-x: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 -15px;
  }
  .navbar-collapse .download-button {
    display: none;
  }
  .navbar-collapse .nav > li {
    background: #2cb4c5;
  }
  .navbar-collapse .nav > li > a {
    color: white;
    font-weight: bold;
  }

  .navbar-brand img {
    max-height: 40px;
    width: auto;
    margin: -10px 10px 0 -10px;
  }

  .nav-invert .navbar-header {
    float: none;
    width: 100%;
  }

  .nav-invert .navbar-toggle {
    float: left;
  }

  .bloc-group .bloc {
    display: block;
    width: 100%;
  }

  .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bloc-xxl, .bloc-xl, .bloc-lg {
    padding: 40px 0;
  }

  .bloc-sm, .bloc-md {
    padding-left: 0;
    padding-right: 0;
  }

  .a-block {
    padding: 0 10px;
  }

  .btn-dwn {
    display: none;
  }

  form {
    padding: 5px;
  }

  .close-lightbox {
    display: inline-block;
  }

  .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .full-width-bloc .col-xs-2, .full-width-bloc .col-sm-2, .full-width-bloc .col-md-2, .full-width-bloc .col-lg-2, .full-width-bloc .col-xs-3, .full-width-bloc .col-sm-3, .full-width-bloc .col-md-3, .full-width-bloc .col-lg-3, .full-width-bloc .col-xs-4, .full-width-bloc .col-sm-4, .full-width-bloc .col-md-4, .full-width-bloc .col-lg-4, .full-width-bloc .col-xs-5, .full-width-bloc .col-sm-5, .full-width-bloc .col-md-5, .full-width-bloc .col-lg-5, .full-width-bloc .col-xs-6, .full-width-bloc .col-sm-6, .full-width-bloc .col-md-6, .full-width-bloc .col-lg-6, .full-width-bloc .col-xs-7, .full-width-bloc .col-sm-7, .full-width-bloc .col-md-7, .full-width-bloc .col-lg-7, .full-width-bloc .col-xs-8, .full-width-bloc .col-sm-8, .full-width-bloc .col-md-8, .full-width-bloc .col-lg-8, .full-width-bloc .col-xs-9, .full-width-bloc .col-sm-9, .full-width-bloc .col-md-9, .full-width-bloc .col-lg-9, .full-width-bloc .col-xs-10, .full-width-bloc .col-sm-10, .full-width-bloc .col-md-10, .full-width-bloc .col-lg-10, .full-width-bloc .col-xs-11, .full-width-bloc .col-sm-11, .full-width-bloc .col-md-11, .full-width-bloc .col-lg-11, .full-width-bloc .col-xs-12, .full-width-bloc .col-sm-12, .full-width-bloc .col-md-12, .full-width-bloc .col-lg-12 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .video-bg-contianer {
    display: none;
  }

  .blocsapp-device-iphone5 {
    background-size: 216px 425px;
    padding-top: 60px;
    width: 216px;
    height: 425px;
  }

  .blocsapp-device-iphone5 img {
    width: 180px;
    height: 320px;
  }

  #image-transparent {
    max-height: 550px;
  }

  #image-simple {
    max-height: 600px;
  }

  #map-clinic .col-xs-offset-2 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #services-menu label h5 {
    font-size: 0.8em;
  }
  #services-menu label img {
    max-height: 36px;
  }
  #services-menu .contents {
    padding: 0 20px;
  }
}

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