@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
/*Fonts*/
@font-face {
  font-family: "myriad_proregular";
  src: url("../fonts/myriadpro-regular-webfont.woff2") format("woff2"), url("../fonts/myriadpro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_probold";
  src: url("../fonts/myriad_pro_bold-webfont.woff2") format("woff2"), url("../fonts/myriad_pro_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zapf_dingbatsregular";
  src: url("../fonts/zapfdingbats-webfont.woff2") format("woff2"), url("../fonts/zapfdingbats-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.2rem;
  position: relative;
  background-color: #007cb0;
  font-family: "myriad_proregular";
}

.font-weight-bold {
  font-family: "myriad_probold";
}

h1 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding: 20px 0 0 0;
  font-family: "myriad_proregular";
}

h2 {
  color: #007cb0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

h3 {
  font-weight: bold;
  font-size: 22px;
  color: #007cb0;
  line-height: 22px;
  font-family: "myriad_probold";
}
h3.large-font {
  font-size: 28px;
  line-height: 26px;
}

h4 {
  color: #007cb0;
  font-size: 30px;
  font-weight: bold;
}

h5 {
  color: #007cb0;
  font-size: 24px;
  font-weight: bold;
}

.watch-video {
  color: #007cb0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}

.solid-border {
  border-bottom: 3px solid #00b2dd;
  padding-bottom: 5px;
}

h2.number {
  font-size: 46px !important;
  font-family: "myriad_probold";
  color: #00b2dd;
  padding-top: 0;
  margin: 0;
}

.border-position {
  position: relative;
  top: 40px;
  margin: -15px 0 0 0;
}

.dotted-border {
  border-top: 3px dotted #007db0;
  padding-bottom: 5px;
}
.dotted-border h2 {
  font-size: 36px;
  font-family: "myriad_probold";
  color: #00b2dd;
  padding-top: 0;
}

.dotted-border-r {
  border-right: 3px dotted #007db0;
  margin-bottom: 35px;
}
.dotted-border-r h2 {
  font-size: 36px;
  font-family: "myriad_probold";
  color: #00b2dd;
  padding-top: 0;
}

.light-blue {
  color: #00b2dd;
}

.medium-blue {
  color: #0099cf;
}

.muted-blue {
  color: #80d3ed;
}

p {
  font-size: 18px;
}

.h-12 {
  height: 12px;
}

.text-primary {
  color: #00b2dd !important;
  font-weight: 600;
}

.supscript {
  height: 45px;
  float: left;
  font-size: 45px;
  position: relative;
  top: 6px;
  margin: 0 10px 0 0;
  font-weight: bold;
}
.supscript sup {
  top: -0.4em;
}

.small-sup {
  font-size: 45%;
  top: -0.9em;
}

sup {
  top: -0.6em;
  font-size: 60%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}
.navbar {
  width: 100% !important;
  max-width: 100% !important;
}

.navbar, footer {
  background: rgb(0, 145, 194);
  background: linear-gradient(82deg, rgb(0, 145, 194) 0%, rgb(103, 204, 234) 100%);
  max-width: 960px;
  margin: auto;
  padding: 0 0 8px 0;
}

nav {
  background-color: #fff;
  width: 100%;
  margin: auto;
  padding: 0 0;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
nav ul li {
  display: inline-block;
  margin: 5px 0;
}
nav ul li a {
  font-size: 20px;
  border-right: 2px solid #00b2dd;
  padding: 0 20px 0 20px;
  color: #007cb0;
  font-weight: 600;
}

section {
  max-width: 960px;
  margin: 0 auto;
}
section .scroll {
  font-size: 14px;
  color: #fff;
}
section .scroll img {
  display: block;
  text-align: center;
  margin: auto;
  width: 40px;
  padding: 0 0 10px 0;
}
section .page-content {
  background-color: #fff;
  max-width: 900px;
  margin: auto;
  border: 2px solid #ffc43f;
  border-radius: 10px;
  padding: 15px 30px;
  margin-bottom: 25px;
}

.img-text {
  display: flex;
}
.img-text img {
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.img-text .bold-text {
  color: #007cb0;
  font-size: 30px;
  display: inline-block;
  line-height: 34px;
  font-weight: 600;
  padding: 10px 0 0 20px;
  letter-spacing: 1px;
}

.list-image, .bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-image h3, .bullet-list h3 {
  color: #00b2dd;
  font-family: "myriad_proregular";
  font-size: 24px;
  line-height: 28px;
}
.list-image li, .bullet-list li {
  background: url("../images/tick.jpg") no-repeat top left;
  background-size: 16px;
  padding: 0 0 10px 25px;
  font-size: 18px;
}

.bullet-list ul {
  margin: 0;
  padding: 0;
}
.bullet-list li {
  background: none !important;
  list-style: none;
}
.bullet-list li::before {
  content: "•";
  color: #00b2dd;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.female-doctor-block {
  max-width: 700px;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 20px 0 0 0;
}
.female-doctor-block img {
  padding: 0 20px 0 0;
}
.female-doctor-block span {
  font-size: 20px;
  color: #007cb0;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
}

.button {
  background-color: #00b2dd;
  color: #fff;
  border: none;
  padding: 10px 20px;
  min-width: 180px;
  border-radius: 10px;
  font-size: 18px;
  display: inline-block;
}
.button:hover {
  color: #fff;
}

.click-here {
  color: #00b2dd;
  font-size: 22px;
  font-weight: 600;
}
.click-here a {
  color: #00b2dd;
  text-decoration: underline;
}

.overlay-text {
  border-radius: 10px;
  overflow: hidden;
  background-color: #00b2dd;
  color: #fff;
}
.overlay-text span {
  padding: 10px 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

/*Back to Top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ffc43f;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 26px;
}

#myBtn:hover {
  background-color: #555;
}

.expectations h3 {
  font-size: 28px;
  color: #007cb0;
}

.value h5 {
  color: #00b2dd;
  font-size: 26px;
}

footer {
  padding: 8px 0 0 0;
}
footer .footer-content {
  background-color: #fff;
  padding: 20px 60px;
}
footer .ref-text {
  font-size: 14px;
}
footer .ref-text a {
  color: #212529;
}

.copy-right {
  display: flex;
  align-items: baseline;
}
.copy-right span {
  padding-left: 15px;
  font-size: 14px;
}

.modal-content {
  border: 2px solid #007cb0;
  border-radius: 0;
}

.modal-body {
  padding: 0 !important;
  margin-top: -24px;
}

.close {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #007cb0 !important;
  position: relative;
  top: 37px;
  right: 10px;
  opacity: 1;
  bottom: -30px;
  z-index: 9999;
}
.close span {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .ref-text {
    word-wrap: break-word;
  }
  .dotted-border-r {
    border: none;
  }
  .mob-hide {
    display: none;
  }
  .mob-space {
    padding-top: 30px;
  }
  .mob-space-bottom {
    padding-bottom: 30px;
  }
  .dotted-border-sm-top {
    border-top: 3px dotted #007db0;
  }
}
.sticky-header {
  position: sticky;
  top: 0;
  width: 100%;
  margin: auto;
  background: #fff;
  z-index: 1;
}

.spacer {
  display: block;
  height: 40px;
}

.spacer-h {
  height: 0;
}

.learnmore-ModalContant {
  width: 100%;
  padding: 30px;
  display: inline-block;
}
.learnmore-ModalContant .logo {
  width: 250px;
  margin: 0 auto;
}
.learnmore-ModalContant a.link {
  color: #007cb0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}
.learnmore-ModalContant a.link.link2 {
  font-size: 20px;
}
.learnmore-ModalContant h1 {
  color: #007cb0;
}

.arrow-image {
  position: relative;
  top: -2px;
}/*# sourceMappingURL=styles.css.map */