/* CSS Document */
html {
  height: 100%;
}
body {
  overflow: auto;
}
/* Webfont: Gotham-Bold */
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/Gotham-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Gotham-Bold.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Gotham-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/Gotham-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Mont-Heavy */
@font-face {
  font-family: 'MontHeavy';
  src: url('../fonts/Mont-Heavy.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Mont-Heavy.woff') format('woff');
  /* Modern Browsers */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Gotham-Book */
@font-face {
  font-family: 'GothamBook';
  src: url('../fonts/Gotham-Book.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Gotham-Book.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Gotham-Book.woff') format('woff'), /* Modern Browsers */ url('../fonts/Gotham-Book.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Gotham-Light */
@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/Gotham-Light.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Gotham-Light.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Gotham-Light.woff') format('woff'), /* Modern Browsers */ url('../fonts/Gotham-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Regular */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Black */
@font-face {
  font-family: 'LatoBlack';
  src: url('../fonts/Lato-Black.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Lato-Black.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/Lato-Black.woff') format('woff'), /* Modern Browsers */ url('../fonts/Lato-Black.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Lato-Black.svg#Lato-Black') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.dark-opacity {
  opacity: 0;
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left-animation {
  opacity: 0;
}
.fade-up-animation {
  opacity: 0;
}
.fade-in-animation {
  opacity: 0;
}
.fade-in-right-animation {
  opacity: 0;
}
.fade-up-animation {
  opacity: 0;
}
.fade-down-animation {
  opacity: 0;
}
a:link {
  color: #ffffff;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  text-decoration: underline;
  color: #ffffff;
}
a:active {
  text-decoration: none;
  color: #ffffff;
}
.main-area {
  height: 865px;
  background-image: url("../images/main-area-bg.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.main-area-content {
  height: 865px;
}
.kid-left {
  width: 608px;
  height: 709px;
  position: absolute;
  left: -50px;
  bottom: -60px;
  z-index: 1000;
  opacity: 0;
}
.kid-right {
  width: 595px;
  height: 731px;
  position: absolute;
  right: -50px;
  bottom: -80px;
  z-index: 1000;
  opacity: 0;
}
.logo {
  width: 347px;
  float: left;
  margin-top: 30px;
}
.main-bottom {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  z-index: 10001;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
}
.main-section-text {
  font-family: 'MontHeavy';
  font-size: 152px;
  line-height: 132px;
  text-align: center;
  color: #FFFFFF;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  top: 280px;
  position: absolute;
  z-index: 10;
  letter-spacing: -0.02em;
}
.main-nav {
  color: #ffffff;
  font-family: 'GothamBold';
  font-size: 16px;
  left: 50%;
  top: 75px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  position: absolute;
  z-index: 10000;
}
.main-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-nav li {
  display: inline;
  margin-left: 20px;
  margin-right: 20px;
}
.help-your-child {
  text-align: center;
  color: #2b0043;
  font-family: 'GothamLight';
  font-size: 53px;
  line-height: 51px;
  margin-top: 60px;
  opacity: 0;
}
strong {
  font-family: 'GothamBold';
}
.welcome-text {
  text-align: center;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 32px;
  color: #2b0043;
  margin-top: 30px;
  opacity: 0;
}
.doctor-section {
  height: 600px;
  background-image: url("../images/doctor-picture.jpg");
  background-size: cover;
  background-position: center center;
  margin-top: 40px;
  overflow: hidden;
}
.form-section {
  height: 743px;
  background-image: url("../images/main-area-bg.jpg");
  background-size: cover;
  background-position: center center;
}
.form-box {
  width: 656px;
  height: 642px;
  background-color: #FFFFFF;
  border-radius: 50px;
  left: 50%;
  top: -50px;
  position: absolute;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  box-shadow: 1px -1px 20px 8px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 1px -1px 20px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 1px -1px 20px 8px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
footer {
  height: 320px;
  padding-top: 70px;
  background: #1a1647;
  background: linear-gradient(0deg, #1a1647 0%, #1a1647 53%, #273d63 68%, #479cbb 94%, #499fbe 100%);
}
.form-box-slide-1 {
  width: 100%;
  height: 522px;
}
.lets-get-started {
  text-align: center;
  font-family: 'GothamBold';
  color: #08bbdc;
  font-size: 44px;
  padding-top: 35px;
  line-height: 44px;
}
.girl-coughing {
  width: 195px;
  margin: auto;
  margin-top: 35px;
}
.slide-1-question {
  text-align: center;
  font-family: 'GothamBook';
  color: #1b154a;
  font-size: 24px;
  line-height: 27px;
  margin-top: 25px;
}
.yes-no-box {
  margin: auto;
  margin-top: 30px;
  width: 151px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
}
.yes-box {
  width: 49.3%;
  float: left;
  height: 100%;
  background-color: #6e6f71;
  cursor: pointer;
  text-align: center;
  font-family: 'GothamBook';
  font-size: 20px;
  padding-top: 10px;
  color: #ffffff;
}
.no-box {
  width: 49.3%;
  float: right;
  height: 100%;
  background-color: #6e6f71;
  cursor: pointer;
  text-align: center;
  font-family: 'GothamBook';
  font-size: 20px;
  padding-top: 10px;
  color: #ffffff;
}
.form-disclaimer {
  text-align: center;
  font-family: 'GothamBook';
  font-size: 12px;
  line-height: 15px;
  color: #1b154a;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 35px;
}
.footer-padding {
  padding-left: 300px;
  padding-right: 220px;
  height: 190px;
}
.footer-logo {
  width: 200px;
}
.footer-separator {
  height: 170px;
  width: 1px;
  background-color: #00a1c2;
  position: absolute;
  right: 0px;
  top: 0px;
}
.footer-headline {
  font-family: 'LatoBlack';
  color: #00a1c2;
  font-size: 16px;
  line-height: 22px;
  margin-left: 30px;
  letter-spacing: -0.02em;
}
.footer-text {
  font-family: 'Lato';
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  margin-left: 30px;
  letter-spacing: -0.02em;
  margin-top: 2px;
}
.footer-bold {
  font-family: 'LatoBlack';
  color: #00a1c2;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.02em;
}
.footer-text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-socials {
  margin-top: 15px;
  margin-left: 25px;
}
.footer-socials ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-socials li {
  display: inline;
  margin-right: 4px;
}
.socials {
  display: inline-block;
  width: 24px;
  cursor: pointer;
}
.yes-no-box-selected {
  background-color: #08bbdc;
  cursor: default;
}
.yes-no-box-hover {
  background-color: #08bbdc;
}
.form-box-slide-2,
.form-box-slide-3,
.form-box-slide-4,
.form-box-slide-5,
.form-box-slide-6,
.form-box-slide-7,
.form-box-slide-8 {
  width: 100%;
  height: 522px;
  display: none;
  opacity: 0;
}
.form-padding {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 25px;
}
.form-control {
  width: 90%;
  height: 30px;
  border: none;
  border-bottom: 2px solid #08bbdc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 4px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  padding-left: 0px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  font-family: 'GothamBook';
  font-size: 13px;
  color: #1b1548;
}
.form-control:focus {
  border-color: #FFFFFF;
  border: none;
  outline: 0;
  border-bottom: 2px solid #08bbdc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#childsAge,
#zipCode {
  width: 100%;
  text-align: center;
}
.form-question {
  font-family: 'GothamBold';
  font-size: 13px;
  color: #1b1548;
  letter-spacing: -0.01em;
  margin-top: 20px;
}
textarea.form-control {
  height: 132px;
  width: 100%;
  border: 2px solid #08bbdc;
  margin-top: 5px;
  padding-left: 10px;
}
textarea.form-control:focus {
  border-color: #FFFFFF;
  border: none;
  outline: 0;
  border: 2px solid #08bbdc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lets-connect {
  width: 170px;
  height: 50px;
  margin: auto;
  margin-top: 15px;
  border-radius: 15px;
  background-color: #6e6f71;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  font-family: 'GothamBold';
  padding-top: 15px;
  font-size: 14px;
}
.form-select select {
  width: 100%;
  margin: 0px 0;
  color: #000000;
  border-radius: 0px;
  border: none;
  height: 30px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 4px;
  background: #fff url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png') no-repeat;
  background-color: #ffffff;
  background-size: 20px;
  background-position: right 0px center;
  padding-left: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  font-size: 14px;
  float: right;
  border-bottom: 2px solid #08bbdc;
  text-align: left;
}
.form-select {
  width: 100%;
}
.form-select select:focus {
  box-shadow: none;
  outline: 0 none;
}
.kid-video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.initiated {
  text-align: center;
  font-family: 'GothamBold';
  color: #1b1548;
  font-size: 20px;
  line-height: 22px;
  margin-top: 20px;
}
.member-reach {
  text-align: center;
  font-family: 'GothamLight';
  color: #1b1548;
  font-size: 20px;
  line-height: 24px;
  margin-top: 25px;
}
.thank-you {
  text-align: center;
  font-family: 'GothamBold';
  color: #08bbdc;
  font-size: 20px;
  line-height: 22px;
  margin-top: 25px;
}
.medmark {
  margin: auto;
  width: 150px;
  margin-top: 20px;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.language-switcher {
  position: absolute;
  right: 0px;
  top: 75px;
  z-index: 10000;
  color: #ffffff;
  font-family: 'GothamBold';
  font-size: 16px;
}
.language-triangle {
  width: 5px;
  margin-right: 7px;
}
.line-1,
.line-2,
.line-3 {
  opacity: 0;
}
.were-glad {
  text-align: center;
  font-family: 'GothamLight';
  color: #1b1548;
  font-size: 20px;
  line-height: 28px;
  margin-top: 55px;
}
.support {
  text-align: center;
  font-family: 'GothamBold';
  color: #1b1548;
  font-size: 20px;
  line-height: 26px;
  margin-top: 40px;
}
.thats-great {
  text-align: center;
  font-family: 'GothamBold';
  color: #08bbdc;
  font-size: 44px;
  padding-top: 85px;
  line-height: 44px;
}
@media only screen and (max-width: 1500px) {
  .main-area {
    height: 692px;
  }
  .main-area-content {
    height: 692px;
  }
  .kid-left {
    width: 486.4px;
    height: 567.2px;
    left: -40px;
    bottom: -48px;
  }
  .kid-right {
    width: 476px;
    height: 584.8px;
    right: -40px;
    bottom: -64px;
  }
  .logo {
    width: 277.6px;
    margin-top: 24px;
  }
  .main-bottom {
    bottom: 0px;
  }
  .main-section-text {
    font-size: 121.6px;
    line-height: 105.6px;
    top: 224px;
  }
  .main-nav {
    font-size: 12.8px;
    top: 60px;
  }
  .main-nav li {
    margin-left: 16px;
    margin-right: 16px;
  }
  .help-your-child {
    font-size: 42.4px;
    line-height: 40.8px;
    margin-top: 48px;
  }
  .welcome-text {
    font-size: 13.6px;
    line-height: 25.6px;
    margin-top: 24px;
  }
  .doctor-section {
    height: 480px;
    margin-top: 32px;
  }
  .form-section {
    height: 594.4px;
  }
  .form-box {
    width: 524.8px;
    height: 513.6px;
    border-radius: 40px;
    top: -40px;
  }
  footer {
    height: 256px;
    padding-top: 56px;
  }
  .form-box-slide-1 {
    height: 417.6px;
  }
  .lets-get-started {
    font-size: 35.2px;
    padding-top: 28px;
    line-height: 35.2px;
  }
  .girl-coughing {
    width: 156px;
    margin-top: 28px;
  }
  .slide-1-question {
    font-size: 19.2px;
    line-height: 21.6px;
    margin-top: 20px;
  }
  .yes-no-box {
    margin-top: 24px;
    width: 120.8px;
    height: 40px;
    border-radius: 8px;
  }
  .yes-box {
    font-size: 16px;
    padding-top: 8px;
  }
  .no-box {
    font-size: 16px;
    padding-top: 8px;
  }
  .form-disclaimer {
    font-size: 9.6px;
    line-height: 12px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 28px;
  }
  .footer-padding {
    padding-left: 240px;
    padding-right: 176px;
    height: 152px;
  }
  .footer-logo {
    width: 160px;
  }
  .footer-separator {
    height: 136px;
    width: 0.8px;
    right: 0px;
    top: 0px;
  }
  .footer-headline {
    font-size: 12.8px;
    line-height: 17.6px;
    margin-left: 24px;
  }
  .footer-text {
    font-size: 12px;
    line-height: 17.6px;
    margin-left: 24px;
    margin-top: 1.6px;
  }
  .footer-bold {
    font-size: 12px;
    line-height: 17.6px;
  }
  .footer-socials {
    margin-top: 12px;
    margin-left: 20px;
  }
  .footer-socials li {
    margin-right: 3.2px;
  }
  .socials {
    width: 19.2px;
  }
  .form-box-slide-2,
  .form-box-slide-3,
  .form-box-slide-4,
  .form-box-slide-5,
  .form-box-slide-6 {
    height: 417.6px;
  }
  .form-padding {
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 20px;
  }
  .form-control {
    height: 24px;
    border-radius: 0px;
    margin-bottom: 3.2px;
    font-size: 12px;
    padding-left: 0px;
  }
  label {
    font-size: 10.4px;
  }
  .form-question {
    font-size: 10.4px;
    margin-top: 16px;
  }
  textarea.form-control {
    height: 105.6px;
    margin-top: 4px;
    padding-left: 8px;
  }
  .lets-connect {
    width: 136px;
    height: 40px;
    margin-top: 12px;
    border-radius: 12px;
    padding-top: 12px;
    font-size: 11.2px;
  }
  .form-select select {
    border-radius: 0px;
    height: 24px;
    margin-bottom: 3.2px;
    font-size: 11.2px;
  }
  .initiated {
    font-size: 16px;
    line-height: 17.6px;
    margin-top: 16px;
  }
  .member-reach {
    font-size: 16px;
    line-height: 19.2px;
    margin-top: 20px;
  }
  .thank-you {
    font-size: 16px;
    line-height: 17.6px;
    margin-top: 20px;
  }
  .medmark {
    width: 120px;
    margin-top: 16px;
  }
  .language-switcher {
    top: 60px;
    font-size: 12.8px;
  }
  .language-triangle {
    width: 4px;
    margin-right: 5.6px;
  }
  .were-glad {
    font-size: 16px;
    line-height: 22.4px;
    margin-top: 44px;
  }
  .support {
    font-size: 16px;
    line-height: 20.8px;
    margin-top: 32px;
  }
  .thats-great {
    font-size: 35.2px;
    padding-top: 68px;
    line-height: 35.2px;
  }
}
@media only screen and (max-width: 1200px) {
  .main-area {
    height: 572.05333333px;
  }
  .main-area-content {
    height: 572.05333333px;
  }
  .kid-left {
    width: 402.09066667px;
    height: 468.88533333px;
    left: -33.06666667px;
    bottom: -39.68px;
  }
  .kid-right {
    width: 393.49333333px;
    height: 483.43466667px;
    right: -33.06666667px;
    bottom: -52.90666667px;
  }
  .logo {
    width: 229.48266667px;
    margin-top: 19.84px;
  }
  .main-bottom {
    bottom: 0px;
  }
  .main-section-text {
    font-size: 100.52266667px;
    line-height: 87.296px;
    top: 185.17333333px;
  }
  .main-nav {
    font-size: 10.58133333px;
    top: 49.6px;
  }
  .main-nav li {
    margin-left: 13.22666667px;
    margin-right: 13.22666667px;
  }
  .help-your-child {
    font-size: 35.05066667px;
    line-height: 33.728px;
    margin-top: 39.68px;
  }
  .welcome-text {
    font-size: 11.24266667px;
    line-height: 21.16266667px;
    margin-top: 19.84px;
  }
  .doctor-section {
    height: 396.8px;
    margin-top: 26.45333333px;
  }
  .form-section {
    height: 491.37066667px;
  }
  .form-box {
    width: 433.83466667px;
    height: 424.576px;
    border-radius: 33.06666667px;
    top: -33.06666667px;
  }
  footer {
    height: 211.62666667px;
    padding-top: 46.29333333px;
  }
  .form-box-slide-1 {
    height: 345.216px;
  }
  .lets-get-started {
    font-size: 29.09866667px;
    padding-top: 23.14666667px;
    line-height: 29.09866667px;
  }
  .girl-coughing {
    width: 128.96px;
    margin-top: 23.14666667px;
  }
  .slide-1-question {
    font-size: 15.872px;
    line-height: 17.856px;
    margin-top: 16.53333333px;
  }
  .yes-no-box {
    margin-top: 19.84px;
    width: 99.86133333px;
    height: 33.06666667px;
    border-radius: 6.61333333px;
  }
  .yes-box {
    font-size: 13.22666667px;
    padding-top: 6.61333333px;
  }
  .no-box {
    font-size: 13.22666667px;
    padding-top: 6.61333333px;
  }
  .form-disclaimer {
    font-size: 7.936px;
    line-height: 9.92px;
    padding-left: 19.84px;
    padding-right: 19.84px;
    margin-top: 23.14666667px;
  }
  .footer-padding {
    padding-left: 198.4px;
    padding-right: 145.49333333px;
    height: 125.65333333px;
  }
  .footer-logo {
    width: 132.26666667px;
  }
  .footer-separator {
    height: 112.42666667px;
    width: 0.66133333px;
    right: 0px;
    top: 0px;
  }
  .footer-headline {
    font-size: 10.58133333px;
    line-height: 14.54933333px;
    margin-left: 19.84px;
  }
  .footer-text {
    font-size: 9.92px;
    line-height: 14.54933333px;
    margin-left: 19.84px;
    margin-top: 1.32266667px;
  }
  .footer-bold {
    font-size: 9.92px;
    line-height: 14.54933333px;
  }
  .footer-socials {
    margin-top: 9.92px;
    margin-left: 16.53333333px;
  }
  .footer-socials li {
    margin-right: 2.64533333px;
  }
  .socials {
    width: 15.872px;
  }
  .form-box-slide-2,
  .form-box-slide-3,
  .form-box-slide-4,
  .form-box-slide-5,
  .form-box-slide-6 {
    height: 345.216px;
  }
  .form-padding {
    padding-left: 26.45333333px;
    padding-right: 26.45333333px;
    margin-top: 16.53333333px;
  }
  .form-control {
    height: 19.84px;
    border-radius: 0px;
    margin-bottom: 2.64533333px;
    font-size: 9.92px;
    padding-left: 0px;
  }
  label {
    font-size: 8.59733333px;
  }
  .form-question {
    font-size: 8.59733333px;
    margin-top: 13.22666667px;
  }
  textarea.form-control {
    height: 87.296px;
    margin-top: 3.30666667px;
    padding-left: 6.61333333px;
  }
  .lets-connect {
    width: 112.42666667px;
    height: 33.06666667px;
    margin-top: 9.92px;
    border-radius: 9.92px;
    padding-top: 9.92px;
    font-size: 9.25866667px;
  }
  .form-select select {
    border-radius: 0px;
    height: 19.84px;
    margin-bottom: 2.64533333px;
    font-size: 9.25866667px;
  }
  .initiated {
    font-size: 13.22666667px;
    line-height: 14.54933333px;
    margin-top: 13.22666667px;
  }
  .member-reach {
    font-size: 13.22666667px;
    line-height: 15.872px;
    margin-top: 16.53333333px;
  }
  .thank-you {
    font-size: 13.22666667px;
    line-height: 14.54933333px;
    margin-top: 16.53333333px;
  }
  .medmark {
    width: 99.2px;
    margin-top: 13.22666667px;
  }
  .language-switcher {
    top: 49.6px;
    font-size: 10.58133333px;
  }
  .language-triangle {
    width: 3.30666667px;
    margin-right: 4.62933333px;
  }
  .were-glad {
    font-size: 13.22666667px;
    line-height: 18.51733333px;
    margin-top: 36.37333333px;
  }
  .support {
    font-size: 13.22666667px;
    line-height: 17.19466667px;
    margin-top: 26.45333333px;
  }
  .thats-great {
    font-size: 29.09866667px;
    padding-top: 56.21333333px;
    line-height: 29.09866667px;
  }
}
@media only screen and (max-width: 992px) {
  .main-area {
    height: 442.30333333px;
  }
  .main-area-content {
    height: 442.30333333px;
  }
  .kid-left {
    width: 310.89066667px;
    height: 362.53533333px;
    left: -25.56666667px;
    bottom: -30.68px;
  }
  .kid-right {
    width: 304.24333333px;
    height: 373.78466667px;
    right: -25.56666667px;
    bottom: -40.90666667px;
  }
  .logo {
    width: 177.43266667px;
    margin-top: 15.34px;
  }
  .main-bottom {
    bottom: 0px;
  }
  .main-section-text {
    font-size: 77.72266667px;
    line-height: 67.496px;
    top: 143.17333333px;
  }
  .main-nav {
    font-size: 8.18133333px;
    top: 38.35px;
  }
  .main-nav li {
    margin-left: 10.22666667px;
    margin-right: 10.22666667px;
  }
  .help-your-child {
    font-size: 27.10066667px;
    line-height: 26.078px;
    margin-top: 30.68px;
  }
  .welcome-text {
    font-size: 8.69266667px;
    line-height: 16.36266667px;
    margin-top: 15.34px;
  }
  .doctor-section {
    height: 306.8px;
    margin-top: 20.45333333px;
  }
  .form-section {
    height: 379.92066667px;
  }
  .form-box {
    width: 335.43466667px;
    height: 328.276px;
    border-radius: 25.56666667px;
    top: -25.56666667px;
  }
  footer {
    height: 163.62666667px;
    padding-top: 35.79333333px;
  }
  .form-box-slide-1 {
    height: 266.916px;
  }
  .lets-get-started {
    font-size: 22.49866667px;
    padding-top: 17.89666667px;
    line-height: 22.49866667px;
  }
  .girl-coughing {
    width: 99.71px;
    margin-top: 17.89666667px;
  }
  .slide-1-question {
    font-size: 12.272px;
    line-height: 13.806px;
    margin-top: 12.78333333px;
  }
  .yes-no-box {
    margin-top: 15.34px;
    width: 77.21133333px;
    height: 25.56666667px;
    border-radius: 5.11333333px;
  }
  .yes-box {
    font-size: 10.22666667px;
    padding-top: 5.11333333px;
  }
  .no-box {
    font-size: 10.22666667px;
    padding-top: 5.11333333px;
  }
  .form-disclaimer {
    font-size: 6.136px;
    line-height: 7.67px;
    padding-left: 15.34px;
    padding-right: 15.34px;
    margin-top: 17.89666667px;
  }
  .footer-padding {
    padding-left: 153.4px;
    padding-right: 112.49333333px;
    height: 97.15333333px;
  }
  .footer-logo {
    width: 102.26666667px;
  }
  .footer-separator {
    height: 86.92666667px;
    width: 0.51133333px;
    right: 0px;
    top: 0px;
  }
  .footer-headline {
    font-size: 8.18133333px;
    line-height: 11.24933333px;
    margin-left: 15.34px;
  }
  .footer-text {
    font-size: 7.67px;
    line-height: 11.24933333px;
    margin-left: 15.34px;
    margin-top: 1.02266667px;
  }
  .footer-bold {
    font-size: 7.67px;
    line-height: 11.24933333px;
  }
  .footer-socials {
    margin-top: 7.67px;
    margin-left: 12.78333333px;
  }
  .footer-socials li {
    margin-right: 2.04533333px;
  }
  .socials {
    width: 12.272px;
  }
  .form-box-slide-2,
  .form-box-slide-3,
  .form-box-slide-4,
  .form-box-slide-5,
  .form-box-slide-6 {
    height: 266.916px;
  }
  .form-padding {
    padding-left: 20.45333333px;
    padding-right: 20.45333333px;
    margin-top: 12.78333333px;
  }
  .form-control {
    height: 15.34px;
    border-radius: 0px;
    margin-bottom: 2.04533333px;
    font-size: 7.67px;
    padding-left: 0px;
  }
  label {
    font-size: 6.64733333px;
  }
  .form-question {
    font-size: 6.64733333px;
    margin-top: 10.22666667px;
  }
  textarea.form-control {
    height: 67.496px;
    margin-top: 2.55666667px;
    padding-left: 5.11333333px;
  }
  .lets-connect {
    width: 86.92666667px;
    height: 25.56666667px;
    margin-top: 7.67px;
    border-radius: 7.67px;
    padding-top: 7.67px;
    font-size: 7.15866667px;
  }
  .form-select select {
    border-radius: 0px;
    height: 15.34px;
    margin-bottom: 2.04533333px;
    font-size: 7.15866667px;
  }
  .initiated {
    font-size: 10.22666667px;
    line-height: 11.24933333px;
    margin-top: 10.22666667px;
  }
  .member-reach {
    font-size: 10.22666667px;
    line-height: 12.272px;
    margin-top: 12.78333333px;
  }
  .thank-you {
    font-size: 10.22666667px;
    line-height: 11.24933333px;
    margin-top: 12.78333333px;
  }
  .medmark {
    width: 76.7px;
    margin-top: 10.22666667px;
  }
  .language-switcher {
    top: 38.35px;
    font-size: 8.18133333px;
  }
  .language-triangle {
    width: 2.55666667px;
    margin-right: 3.57933333px;
  }
  .were-glad {
    font-size: 10.22666667px;
    line-height: 14.31733333px;
    margin-top: 28.12333333px;
  }
  .support {
    font-size: 10.22666667px;
    line-height: 13.29466667px;
    margin-top: 20.45333333px;
  }
  .thats-great {
    font-size: 22.49866667px;
    padding-top: 43.46333333px;
    line-height: 22.49866667px;
  }
}
@media only screen and (max-width: 767px) {
  .main-area {
    height: 305px;
    background-image: url("../images/main-area-bg.jpg");
    background-size: cover;
    background-position: center center;
    overflow: hidden;
  }
  .main-area-content {
    height: 305px;
  }
  .kid-left {
    width: 194.56px;
    height: 226.88px;
    position: absolute;
    left: -41.6px;
    bottom: -6.4px;
    z-index: 1000;
  }
  .kid-right {
    width: 190.4px;
    height: 233.92px;
    position: absolute;
    right: -43.2px;
    bottom: -12.8px;
    z-index: 1000;
  }
  .logo {
    float: none;
    width: 200px;
    margin: auto;
    margin-top: 10px;
  }
  .main-section-text {
    font-family: 'MontHeavy';
    font-size: 42px;
    line-height: 37px;
    text-align: center;
    color: #FFFFFF;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    top: 100px;
    position: absolute;
    z-index: 10;
    letter-spacing: -0.02em;
  }
  .help-your-child {
    text-align: center;
    color: #2b0043;
    font-family: 'GothamLight';
    font-size: 26px;
    line-height: 29px;
    margin-top: 40px;
  }
  strong {
    font-family: 'GothamBold';
  }
  .welcome-text {
    text-align: center;
    font-family: "open-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    color: #2b0043;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .doctor-section {
    height: 180px;
    background-image: url("../images/doctor-picture.jpg");
    background-size: cover;
    background-position: center center;
    margin-top: 40px;
    overflow: hidden;
  }
  .form-section {
    height: 610px;
    background-image: url("../images/main-area-bg.jpg");
    background-size: cover;
    background-position: center center;
  }
  .form-box {
    width: 360px;
    height: 590px;
    background-color: #FFFFFF;
    border-radius: 50px;
    left: 50%;
    top: -30px;
    position: absolute;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    box-shadow: 1px -1px 20px 8px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 1px -1px 20px 8px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 1px -1px 20px 8px rgba(0, 0, 0, 0.28);
    overflow: hidden;
  }
  .lets-get-started {
    text-align: center;
    font-family: 'GothamBold';
    color: #08bbdc;
    font-size: 27px;
    padding-top: 25px;
    line-height: 24px;
  }
  .form-padding {
    padding-left: 15px;
    padding-right: 0px;
    margin-top: 0px;
  }
  .form-control {
    width: 90%;
    height: 30px;
    border: none;
    border-bottom: 2px solid #08bbdc;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: -1px;
    font-family: "open-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    padding-left: 0px;
  }
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: 'GothamBook';
    font-size: 10px;
    color: #1b1548;
  }
  .form-padding-first {
    margin-top: 15px;
  }
  #childsAge,
  #zipCode {
    width: 90%;
    text-align: center;
  }
  .form-select select {
    width: 95%;
    margin: 0px 0;
    color: #000000;
    border-radius: 0px;
    border: none;
    height: 30px;
    font-family: "open-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 4px;
    background: #fff url('https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_keyboard_arrow_down_48px-128.png') no-repeat;
    background-color: #ffffff;
    background-size: 20px;
    background-position: right 0px center;
    padding-left: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    font-size: 12px;
    float: left;
    border-bottom: 2px solid #08bbdc;
    text-align: left;
  }
  textarea.form-control {
    height: 70px;
    width: 95%;
    border: 2px solid #08bbdc;
    margin-top: 5px;
    padding-left: 10px;
  }
  .form-question {
    font-family: 'GothamBold';
    font-size: 12px;
    line-height: 14px;
    color: #1b1548;
    letter-spacing: -0.01em;
    margin-top: 20px;
  }
  .lets-connect {
    width: 152px;
    height: 40px;
    margin-top: 12px;
    border-radius: 12px;
    padding-top: 11.2px;
    font-size: 14.4px;
  }
  .form-disclaimer {
    text-align: center;
    font-family: 'GothamBook';
    font-size: 12px;
    line-height: 14px;
    color: #1b154a;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 35px;
  }
  .girl-coughing {
    width: 155px;
    margin: auto;
    margin-top: 35px;
  }
  .slide-1-question {
    text-align: center;
    font-family: 'GothamBook';
    color: #1b154a;
    font-size: 17px;
    line-height: 20px;
    margin-top: 15px;
    letter-spacing: -0.02em;
  }
  .yes-no-box {
    margin: auto;
    margin-top: 30px;
    width: 151px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
  }
  .yes-box {
    width: 49.3%;
    float: left;
    height: 100%;
    background-color: #6e6f71;
    cursor: pointer;
    text-align: center;
    font-family: 'GothamBook';
    font-size: 20px;
    padding-top: 10px;
    color: #ffffff;
  }
  .no-box {
    width: 49.3%;
    float: right;
    height: 100%;
    background-color: #6e6f71;
    cursor: pointer;
    text-align: center;
    font-family: 'GothamBook';
    font-size: 20px;
    padding-top: 10px;
    color: #ffffff;
  }
  .form-box-slide-1 {
    width: 100%;
    height: 420px;
  }
  .initiated {
    text-align: center;
    font-family: 'GothamBold';
    color: #1b1548;
    font-size: 16px;
    line-height: 20px;
    margin-top: 40px;
  }
  .member-reach {
    text-align: center;
    font-family: 'GothamLight';
    color: #1b1548;
    font-size: 15px;
    line-height: 21px;
    margin-top: 35px;
  }
  .thank-you {
    text-align: center;
    font-family: 'GothamBold';
    color: #08bbdc;
    font-size: 20px;
    line-height: 22px;
    margin-top: 35px;
  }
  .yes-no-box-selected {
    background-color: #08bbdc;
    cursor: default;
  }
  footer {
    height: 650px;
    padding-top: 30px;
    background: #1a1647;
    background: linear-gradient(0deg, #1a1647 0%, #1a1647 65%, #273d63 90%, #499fbe 100%);
  }
  .footer-padding {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
  }
  .footer-logo {
    width: 180px;
  }
  .footer-separator {
    height: 170px;
    width: 1px;
    background-color: transparent;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .footer-headline {
    font-family: 'LatoBlack';
    color: #00a1c2;
    font-size: 16px;
    line-height: 22px;
    margin-left: 0px;
    letter-spacing: -0.02em;
    margin-top: 20px;
  }
  .footer-text {
    font-family: 'Lato';
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    margin-left: 0px;
    letter-spacing: -0.02em;
    margin-top: 2px;
  }
  .footer-bold {
    font-family: 'LatoBlack';
    color: #00a1c2;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.02em;
  }
  .footer-text ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .footer-socials {
    margin-top: 15px;
    margin-left: 0px;
  }
  .footer-socials ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .footer-socials li {
    display: inline;
    margin-right: 4px;
  }
  .socials {
    display: inline-block;
    width: 24px;
    cursor: pointer;
  }
  .medmark {
    margin: auto;
    float: left;
    width: 150px;
    margin-top: 20px;
    position: relative;
    z-index: 100;
    cursor: pointer;
    margin-left: 20px;
  }
  .language-switcher {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 10000;
    color: #ffffff;
    font-family: 'GothamBold';
    font-size: 11px;
  }
  .language-triangle {
    width: 4px;
    margin-right: 4px;
  }
  .were-glad {
    text-align: center;
    font-family: 'GothamLight';
    color: #1b1548;
    font-size: 15px;
    line-height: 21px;
    margin-top: 40px;
  }
  .support {
    text-align: center;
    font-family: 'GothamBold';
    color: #1b1548;
    font-size: 15px;
    line-height: 21px;
    margin-top: 40px;
  }
  .thats-great {
    text-align: center;
    font-family: 'GothamBold';
    color: #08bbdc;
    font-size: 27px;
    padding-top: 85px;
    line-height: 27px;
  }
}
