@charset "UTF-8";
@import url('css/normalize.css');
@import url('css/appear.css');
body {
  font: 400 normal 14px/1.6 lato, sans-serif;
  letter-spacing: 0.1px;
  color: #60605B;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 5px 0px 30px #0000001C;
  opacity: 1;
}
.mainCol {
  background: rgba(0, 0, 0, 0.01);
}
.right50 {
  text-align: right;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.material-icons {
  color: #5FC9FF;
}
.darkBlueTxt {
  color: #004890;
}
.lightBlueTxt {
  color: #98d1ef;
}
.limeTxt {
  color: #C3D941;
}
#msg {
  margin-top: 20px;
  font-style: italic;
}
.genBtn {
  background: #C3D941;
  font: 500 normal 21px/1.28 poppins, sans-serif;
  color: #fff;
  border-radius: 33px;
  padding: 9px 54px;
}
p {
  font: 400 normal 14px/1.6 lato, sans-serif;
  letter-spacing: 0.1px;
  color: #60605B;
}
a {
  text-decoration: none;
}
h1 {
  font: 700 normal 22px/1.3 poppins, sans-serif;
  letter-spacing: 0.22px;
}
h2 {
  font: 700 normal 21px/1.4 poppins, sans-serif;
  letter-spacing: 0.21px;
}
h3 {
  font: 700 normal 18px/1.2 poppins, sans-serif;
  letter-spacing: 0.21px;
}
#logo {
  position: absolute;
  width: 22%;
  height: 10%;
}
.bariatric {
  background: #002552;
  padding: 40px 20px;
  color: #fff;
  margin-top: -6px;
  text-align: center;
  border-top: 8px solid #C3D941;
}
.bariatric h1 {
  color: #C3D941;
}
.bariatric p {
  color: #fff;
  font-size: 14px;
}
.bariatric ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
}
.bariatric .greenDots li {
  background: #C3D941;
  list-style: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-bottom: 12px;
  text-align: center;
}
.weightLoss {
  padding: 0 20px;
  margin-top: 40px;
}
.weightLoss p {
  margin-top: 34px;
}
.threeSteps {
  text-align: center;
  margin-top: 35px;
}
.threeSteps img {
  width: 30%;
}
.threeSteps div {
  padding: 15px 97px;
}
.firstStep {
  padding: 35px 20px;
}
.firstStep h2.lightBlueTxt {
  margin-left: 40px;
}
.firstStep p {
  margin-top: 23px;
  margin-left: 80px;
}
.weightLossMethods {
  background: #004890;
  padding: 0 20px 30px;
  color: #fff;
  margin-top: -5px;
  position: relative;
}
.weightLossMethods div {
  padding: 20px 0;
}
.weightLossMethods > div:first-of-type {
  padding-top: 40px;
}
.weightLossMethods p {
  color: #fff;
}
.cta {
  text-align: center;
  padding: 40px 0 0;
}
.cta > div:first-of-type {
  padding: 0 38px;
}
.cta > div:last-of-type {
  background: #004890;
  margin-top: 50px;
  padding: 40px 0;
}
.cta > div:first-of-type p {
  margin: 10px 0;
  color: #60605B;
}
.cta p {
  margin: 10px 0;
  color: #fff;
}
.cta p strong {
  font: 700 normal 14px/1 lato, sans-serif;
}
.cta a {
  margin-top: 14px;
  display: inline-block;
}
.fon {
  background: #C3D941;
  text-align: center;
  color: #fff;
  padding: 12px 0;
}
.fon a {
  color: #fff;
}
.fon .material-icons {
  color: #fff;
  vertical-align: middle;
}
footer {
  margin: 40px 20px;
}
footer > div:first-of-type {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
footer p {
  margin-top: 20px;
}
footer img {
  width: 102px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #004890;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #004890;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #004890;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #004890;
  opacity: 1;
}
.rightCol {
  background: #fff;
  color: #004890;
  position: relative;
  z-index: 1;
  width: 100%;
  display: none;
}
.rightCol .rightColInner {
  position: relative;
  top: 0;
  z-index: 1000;
  color: #004890;
  width: 100%;
  overflow: scroll;
}
.rightCol h2 {
  font: 700 normal 21px/1.2 poppins, sans-serif;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.rightCol p {
  font: 400 normal 18px/1.6 lato, sans-serif;
  letter-spacing: 0.1px;
  color: #004890;
}
.rightColInner > div:first-of-type {
  background: #004890;
  font: 500 normal 6.67vw/1.08 poppins, sans-serif;
  letter-spacing: 0;
  color: #fff;
  padding: 51px 0;
  text-align: center;
}
.rightColInner > div:last-of-type {
  padding: 12vw;
}
#leadForm {
  margin-top: 60px;
}
#leadForm p {
  letter-spacing: 0.18px;
  color: #004890;
  margin-bottom: 42px;
}
#leadForm input {
  background: transparent;
  border: 0;
  border-bottom: 1px dotted #004890;
  width: 100%;
  height: 37px;
  color: #004890;
  text-transform: uppercase;
}
#leadForm input.submitBtn {
  background: #004890;
  font: 500 normal 8vw/0.9 poppins, sans-serif;
  letter-spacing: 0;
  color: #fff;
  border: 0;
  border-radius: 100px;
  width: 100%;
  height: 66px;
  cursor: pointer;
  margin-top: 18px;
}
p.reqTxt {
  font: 400 normal 16px/1.06 lato, sans-serif;
  letter-spacing: 0;
}
.closedBtn {
  font-size: 30px;
  position: absolute;
  padding: 0px;
  top: 10px;
  right: 10px;
  color: #60605B;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
  display: none;
}
.fon {
  text-align: center;
  color: #fff;
  padding: 12px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}
footer p.asterisk {
  padding-bottom: 50px;
}
.dBreak {
  display: none;
}
@media only screen and (min-width: 768px) {
  .dBreak {
    display: block;
  }
  .bariatric {
    padding: 47px 23.3vw;
  }
  .threeSteps {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  .threeSteps > div {
    width: 33%;
    padding: 0 4.4vw;
  }
  .threeSteps p {
    padding: 0 3vw;
  }
  .firstStep p {
    margin-top: 23px;
    margin-left: 33.78vw;
    padding-right: 16.32vw;
  }
  .firstStep h2.lightBlueTxt {
    margin-left: 15.82vw;
  }
  .firstStep h2:last-of-type {
    margin-left: 82px;
  }
  .weightLoss {
    display: flex;
    justify-content: space-between;
  }
  .weightLoss > div:first-of-type {
    width: 40%
  }
  .weightLoss > div:last-of-type {
    width: 55%
  }
  .weightLoss p {
    margin-top: 0;
    margin-bottom: 34px;
  }
  .firstStep {
    padding: 68px 20px;
  }
  .weightLossMethods {
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
  .weightLossMethods > div:first-of-type {
    padding-top: 79px;
  }
  .weightLossMethods > div {
    padding-top: 79px;
    width: 30%;
  }
  footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  footer > div:first-of-type {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 63%;
    border-right: 1px solid #B7B7B7;
    padding-right: 54px;
  }
  footer > div:last-of-type {
    width: 30%;
  }
  footer p {
    margin-top: 0;
    font: 600 normal 18px/1.4 lato, sans-serif;
    color: #9D9D9D;
  }
  footer p.asterisk {
    font: 400 normal 14px/1.6 lato, sans-serif;
    letter-spacing: 0.07px;
  }
  .rightColInner > div:first-of-type {
    font: 500 normal 3.25vw/1.08 poppins, sans-serif;
  }
  .rightCol h2 {
    font: 700 normal 4.95vw/1.2 poppins, sans-serif;
  }
  #leadForm input.submitBtn {
    background: #004890;
    font: 500 normal 4vw/0.9 poppins, sans-serif;
    text-transform: capitalize;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font: 700 normal 44px/1.2 poppins, sans-serif;
    letter-spacing: 0.22px;
  }
  h2 {
    font: 700 normal 42px/1.3 poppins, sans-serif;
    letter-spacing: 0.21px;
  }
  h3 {
    font: 700 normal 42px/1.2 poppins, sans-serif;
    letter-spacing: 0.21px;
  }
  h4 {
    font: 900 normal 20px/1.6 lato, sans-serif;
    letter-spacing: 0.1px;
  }
  p {
    font: 400 normal 20px/1.6 lato, sans-serif;
    letter-spacing: 0.1px;
    color: #60605B;
  }
  .bariatric {
    padding: 47px 13vw;
  }
  .bariatric p {
    padding: 0 14.9vw;
  }
  .weightLoss {
    margin-top: 40px;
  }
  .threeSteps {
    margin-top: 70px;
  }
  .threeSteps > div {
    width: 33%;
    padding: 0 4.4vw;
  }
  .firstStep {
    padding: 68px 20px 0;
  }
  .firstStep h2:last-of-type {
    margin-left: 160px;
  }
  .threeSteps p {
    font: 400 normal 16px/1.12 lato, sans-serif;
    letter-spacing: 0.08px;
    color: #60605B;
  }
  h2.nowTxt {
    font: 700 normal 50px/1.3 poppins, sans-serif;
    letter-spacing: 0.25px;
  }
  p.contactTxt {
    font: 700 normal 30px/1.4 lato, sans-serif;
    letter-spacing: 0.15px;
  }
  .cta {
    text-align: center;
    padding: 55px 0 0;
  }
  .cta > div:last-of-type {
    margin-top: 107px;
  }
  .cta > div:last-of-type {
    padding: 80px 0;
  }
  .cta > div:last-of-type p {
    font: 500 normal 27px/1.5 poppins, sans-serif;
  }
	.cta p strong {
    font: 700 normal 20px/1 lato, sans-serif;
}
  .fon a {
    font: 500 normal 18px/2 poppins, sans-serif;
  }
  footer > div:first-of-type p {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .container {
    display: flex;
  }
  .container > div:first-of-type {
    width: 70.90%;
  }
  .container > div:last-of-type {
    width: 29.09%;
  }
  h1 {
    font-size: 3.4vw;
  }
  h2 {
    font-size: 3.28vw;
  }
  .bariatric {
    padding: 47px 5.9vw;
  }
  .rightCol {
    display: block;
    z-index: 1;
    width: 100%;
  }
  .rightCol h2 {
    font: 700 normal 26px/1.5 poppins, sans-serif;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .rightColInner > div:first-of-type {
    background: #004890;
    font: 500 normal 25px/1.08 poppins, sans-serif;
    letter-spacing: 0;
    padding: 30px 0;
    text-align: center;
  }
  .rightColInner > div:last-of-type {
    padding: 2.5vw 2.2vw;
  }
  #leadForm {
    margin-top: 30px;
  }
  #leadForm p {
    letter-spacing: 0.18px;
    margin-bottom: 42px;
  }
  #leadForm input {
    background: transparent;
    width: 100%;
    height: 37px;
  }
  #leadForm input.submitBtn {
    font: 500 normal 30px/0.9 poppins, sans-serif;
    letter-spacing: 0;
    width: 100%;
    height: 66px;
    cursor: pointer;
    margin-top: 18px;
  }
  p.reqTxt {
    font: 400 normal 16px/1.06 lato, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .threeSteps > div {
    padding: 0 1.4vw;
  }
  .firstStep p {
    margin-left: 27.78vw;
    padding-right: 3.32vw;
  }
  .fon {
    position: relative;
    bottom: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
    margin: 0 auto;
  }
	.rightCol .rightColInner {
  position: sticky;
  top: 0;
  z-index: 1000;
  color: #004890;
  width: 100%;
  overflow: scroll;
}
  h2 {
    font-size: 3vw;
  }
  #logo {
    width: 15%;
    height: 34%;
  }
  .threeSteps > div {
    padding: 0;
  }
  .weightLossMethods {
    margin-top: -6px;
  }
		.cta p strong {
    font: 700 normal 27px/1 lato, sans-serif;
}
	  .bariatric p {
    font-size:20px;;
  }
	.bariatric p {
    padding: 0 9.9vw;
}
}
@media only screen and (min-width: 1920px) {
  h1 {
    font: 700 normal 44px/1.22 poppins, sans-serif;
    letter-spacing: 0.22px;
  }
  h2 {
    font: 700 normal 42px/1.23 poppins, sans-serif;
    letter-spacing: 0.21px;
  }
  h3 {
    font: 700 normal 18px/1.2 poppins, sans-serif;
    letter-spacing: 0.21px;
  }
  .bariatric p {
    padding: 0 6vw;
  }
  .weightLoss {
    padding: 0 75px;
  }
  .weightLoss > div:first-of-type {
    width: 357px;
    padding-right: 0;
  }
  .weightLoss > div:last-of-type {
    width: 437px;
  }
  .threeSteps img {
    width: 255px;
    height: auto;
  }
  .threeSteps > div {
    padding: 0px 25px;
  }
  .firstStep {
    padding: 68px 75px 0;
  }
  .firstStep h2.lightBlueTxt {
    margin-left: 161px;
  }
  .firstStep p {
    margin-left: 345px;
    padding-right: 103px;
  }
  .rightCol h2 {
    font: 700 normal 35px/1.2 poppins, sans-serif;
  }
  footer {
    padding: 68px 75px;
    margin-right: 0;
  }
  footer > div:first-of-type p {
    margin-left: 13px;
  }
}