:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

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

html {
  font-family: 'Open Sans', Helvetica sans-serif !important;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

main,
section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Open Sans', Helvetica sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
  border-style: none;
}

label {
  display: none !important;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button,
input,
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[type=submit],
button {
  -webkit-appearance: button;
}

[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

h1 {
  font-size: 60px !important;
  font-family: 'Dancing Script', cursive;
  line-height: 64px;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h6 {
  font-size: 1rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin: auto;
  display: inline-block;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-md-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(3.2em + .75rem + 2px) !important;
  padding: .375rem .75rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-group {
  margin-bottom: 1rem;
}

.form-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row>.col {
  padding-right: 5px;
  padding-left: 5px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.card-text:last-child {
  margin-bottom: 0;
}

.rounded {
  border-radius: .25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-1 {
  margin-right: .25rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.text-center {
  text-align: center !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.text-primary {
  color: #2677bc !important;
}

.text-secondary {
  color: #33a7a9 !important;
}

main h3 {
  font-size: 24px;
}

.form-subheading {
  font-size: 14px;
}

main {
  background-image: url(/pfp/271/assets/22513.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hsb-container {
  background-image: url(/pfp/271/assets/22514.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-white-custom {
  background-color: rgb(255 255 255 / .71);
}

.form-container {
  padding: 28px;
}

.sec2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.no-webp .sec2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(/pfp/271/assets/22515.jpg);
}

.webp .sec2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(/pfp/271/assets/22516.webp);
}

.no-js .sec2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(/pfp/271/assets/22515.jpg);
}

.block {
  text-align: center;
  vertical-align: middle;
}

.circle {
  background: #006bcd;
  border-radius: 70px;
  color: white;
  height: 70px;
  font-weight: bold;
  font-size: 36px;
  width: 70px;
  display: table;
  margin: 20px auto;
}

.circle span {
  vertical-align: middle;
  display: table-cell;
}

.steps img {
  border: 5px solid #006bcd;
  background: #006bcd;
  z-index: 1;
}

.steps p {
  color: #fff;
  background: #006bcd;
  padding: 10px 60px;
  margin-left: -70px;
  border-radius: 50px;
}

.steps-right p {
  margin-right: -70px;
  margin-left: 0;
}

.healthy-smile-body h1 {
  font-family: 'Open Sans', Helvetica sans-serif !important;
  font-size: 33px !important;
  line-height: 37px !important;
}

.arrow-container {
  background-image: url(/pfp/271/assets/22517.png);
  background-repeat: no-repeat;
  color: #fff;
  font-family: 'Open Sans', Helvetica sans-serif !important;
  font-size: 30px;
  height: 72px;
  left: 293px;
  margin-top: 25px;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  top: 500px;
  width: 457px;
}

.shine {
  animation: 1.5s ease-in-out 0s normal none infinite running mymove;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
  content: "";
  height: 70px;
  margin-top: -59px;
  position: relative;
  transform: skew(-10deg, 0deg);
  width: 50px;
}

.prods {
  position: relative;
  z-index: 2;
}

.soc-med span {
  margin-top: 5px;
  position: absolute;
}

.closeExitpop span {
  font-size: 29px;
  line-height: 29px;
  vertical-align: middle;
  font-weight: 600;
  position: relative;
  bottom: 3px;
  left: .5px;
}

.wrapper .box {
  background: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/37b68f74-9b39-4b7b-9330-8595764063ae/images/exitpop-bg.webp) no-repeat top center;
  width: 456px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}

.wrapper p {
  font-size: 18px;
  font-weight: 300 !important;
  color: #fff;
  margin-top: 11px;
}

.wrapper .box2 p {
  color: #646464;
  font-size: 16px;
  margin-top: 1px;
  margin-bottom: 0px;
}

.wrapper .box2 h2 {
  color: #222121;
  font-size: 26px;
  text-align: center;
  margin: 0px;
}

.wrapper .box2 h2 span {
  color: #2677bc;
  font-weight: 800;
}

.wrapper .box2 {
  background: #f2f2ef;
  margin-top: 31px;
  width: 456px;
  padding: 18px;
  margin-left: -11px;
  box-sizing: border-box;
  text-align: center;
}

.wrapper h6 {
  font-size: 42px;
  font-weight: 700;
  color: #c9f110;
  line-height: 35px;
  margin-top: 12px;
  margin-bottom: 0px;
}

.wrapper img.strips {
  float: right;
}

.wrapper .box2 .btn-submit {
  background: #0cbb1b;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  display: table;
  width: auto;
  letter-spacing: 3px;
  font-family: 'Open Sans', Helvetica sans-serif !important;
  font-weight: 600;
}

.wrapper .box2 .btn-submit span {
  font-size: 34px;
  line-height: 0;
  vertical-align: sub;
}

.exitpopProduct {
  display: none;
  background: url(/pfp/271/assets/22518.png) no-repeat;
  color: #000;
  background-position: 51% 5%;
  background-size: cover;
  padding: 0 15px;
}

iframe#_hjRemoteVarsFrame {
  display: none !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

select.form-control {
  transition: none;
}

#iksydg {
  width: 402px;
  margin: 0 auto;
  margin-top: 71px;
  display: none;
}

#ixc7nh {
  width: 402px;
  margin: 0 auto;
  margin-top: 71px;
  display: none;
}

#iex4d5 {
  font-weight: bold;
}

#iz1m1f {
  font-size: 80%;
}

#progress-dialog {
  opacity: 0.85;
  min-height: 20px;
  min-width: 250px;
  font-family: arial;
  background: rgb(69, 69, 69);
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  padding: 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  display: none;
  position: fixed;
  z-index: 101;
  left: 50%;
  top: 50%;
  margin-left: -176.234px;
  margin-top: -21px;
}

#ilqx7z {
  margin-top: 1px;
  position: absolute;
  left: 10px;
}

#progress-text {
  margin-left: 25px;
  text-align: left;
}

#itk01h {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.5;
  overflow: auto;
}

@keyframes mymove {
  0% {
    left: 0;
    opacity: 0;
  }

  5% {
    opacity: 0;
  }

  48% {
    opacity: 0.6;
  }

  80% {
    opacity: 0.2;
  }

  100% {
    left: 88%;
    opacity: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .arrow-container {
    display: none;
  }

  .prods {
    left: 0px;
  }
}

@media (max-width:1000px) {
  .banner p {
    text-align: justify !important;
  }
}

@media screen and (max-width: 999px) {
  main {
    background-position: -340px 0 !important;
  }
}

@media only screen and (max-widht: 600px) {
  .header-banner img {
    display: none;
  }
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .mr-md-n2 {
    margin-right: -.5rem !important;
  }

  .ml-md-n2 {
    margin-left: -.5rem !important;
  }

  .mr-md-n5 {
    margin-right: -3rem !important;
  }

  .ml-md-n5 {
    margin-left: -3rem !important;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1300px;
  }
}

@media only screen and (max-width:600px) {
  main.main-desktop {
    /* background-image: unset; */
    /* background-color: #fff; */
  }

  .circle {
    margin: 20px 0;
  }

  .steps p {
    border-radius: 60px;
  }

  .steps-right p {
    margin-right: -70px;
    margin-left: 0;
  }
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Open Sans', sans-serif !important
}

.text-primary {
  color: #2677bc !important
}

.text-secondary {
  color: #33a7a9 !important
}

.loading-screen {
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1071
}

h1 {
  font-family: dancing script, cursive;
  font-size: 60px !important;
  line-height: 64px
}

main h3 {
  font-size: 24px
}

.form-subheading {
  font-size: 14px
}

main {
  background-image: url(/pfp/271/assets/22513.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

.webp main {
  background-image: url(https://s3.amazonaws.com/subscribe-funnels-production/assets/37b68f74-9b39-4b7b-9330-8595764063ae/css/../images/top-bg.webp)
}

.form-control {
  font-size: .8rem;
  height: calc(3.2em + .75rem + 2px) !important
}

.main-arrow {
  font-size: 30px
}

.tooltip-inner {
  max-width: unset !important;
  background-color: #00a8aa !important
}

bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #00a8aa !important
}

label {
  display: none !important
}

.bg-white-custom {
  background-color: rgb(255 255 255/.71)
}

.form-container {
  padding: 28px
}

.sec2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(/pfp/271/assets/22515.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

.block {
  text-align: center;
  vertical-align: middle
}

.circle {
  background: #006bcd;
  border-radius: 70px;
  color: #fff;
  height: 70px;
  font-weight: 700;
  font-size: 36px;
  width: 70px;
  display: table;
  margin: 20px auto
}

.circle span {
  vertical-align: middle;
  display: table-cell
}

.steps img {
  border: 5px solid #006bcd;
  background: #006bcd;
  z-index: 1
}

.steps p {
  color: #fff;
  background: #006bcd;
  padding: 10px 60px;
  margin-left: -70px;
  border-radius: 50px
}

.steps-right p {
  margin-right: -70px;
  margin-left: 0
}

.bg-primary {
  background-color: #4f98e3 !important
}

.health-fitness {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://s3.amazonaws.com/subscribe-funnels-production/assets/37b68f74-9b39-4b7b-9330-8595764063ae/css/../images/wellness-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

.health-fitness h3 {
  color: #5eccf5
}

.banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(/pfp/271/assets/22519.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

.webp .banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://s3.amazonaws.com/subscribe-funnels-production/assets/37b68f74-9b39-4b7b-9330-8595764063ae/css/../images/block05.webp) !important
}

@media only screen and (max-width:600px) {
  main.main-desktop {
    background-image: unset;
  }

  main.main-mobile {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), url(/pfp/271/assets/22520.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
  }

  .tooltip {
    display: none !important
  }

  .circle {
    margin: 20px 0
  }

  .steps p {
    border-radius: 60px
  }

  .steps-right p {
    margin-right: -70px;
    margin-left: 0
  }

  .banner {
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
  }

  .no-webp .banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url(/pfp/271/assets/22521.jpg)
  }

  .webp .banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url(https://s3.amazonaws.com/subscribe-funnels-production/assets/37b68f74-9b39-4b7b-9330-8595764063ae/css/../images/hero-img2-mobile.webp)
  }

  .no-js .banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url(/pfp/271/assets/22521.jpg)
  }

  .bookmark {
    margin-top: -75px;
    padding-bottom: 50px;
    display: block
  }
}

@media(min-width:1200px) {
  .container {
    max-width: 1300px
  }
}

.footer {
  background-color: #595a59;
  padding: .2rem
}

.foot {
  margin-top: 25px
}

.footer p {
  color: #fff
}

.footer a {
  color: #59a9ff
}