:root {
  --color-3: #7795a3;
  --color-2: #333;
  --color-4: #db7745;
  --color: white;
  --black: black;
  --color-5: #63c8f8;
  --color-6: #e6e6e6;
  --white: white;
}

h2 {
  color: var(--color-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--color-2);
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  font-family: Onest, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.hero {
  background-image: linear-gradient(0deg, #0000007d, #0000 68%), url('../images/hero-img-2024.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 95vh;
  margin-top: 5vh;
  padding: 0%;
  display: flex;
  position: relative;
}

.hero-wrapper-div {
  z-index: 2;
  border: 3px none var(--color-4);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 50px 5% 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 8%;
}

.special-top-text {
  background-color: var(--color-3);
  color: #e6e6e6;
  letter-spacing: 0;
  text-transform: uppercase;
  align-items: center;
  height: 40px;
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 14px 20px 12px 25px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.special-top-text.hero-txt {
  height: auto;
  padding: 15px 50px;
  font-size: 2.5em;
}

.large-subline {
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

.navbar {
  background-color: #fff0;
  height: 90px;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.button-schedule {
  background-color: var(--color-4);
  color: var(--color);
  text-transform: uppercase;
  background-image: url('../images/cal.png');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50px;
  padding: 15px 20px 12px 60px;
  font-size: 1em;
  line-height: 1.2em;
}

.button-schedule:hover {
  background-color: var(--color-3);
}

.button-schedule.white {
  background-color: var(--color);
  color: var(--black);
  background-image: url('../images/icons8-calendar-plus.svg');
}

.button-schedule.white:hover {
  background-color: var(--color-3);
}

.button-schedule.learn {
  background-image: url('../images/icons8-info.svg');
  margin-top: 10px;
}

.image {
  height: 75px;
}

.brand {
  z-index: 1;
  margin-top: 8px;
  margin-bottom: 8px;
}

.nav-menu {
  z-index: 1;
  align-items: center;
  height: 90px;
  display: flex;
}

.nav-link {
  color: var(--color);
  text-transform: uppercase;
  border-bottom: 3px solid #db774500;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 1.2em;
}

.nav-link:hover {
  border-bottom-color: var(--color-4);
  color: var(--color-4);
}

.bg-color-div {
  border-bottom: 2px none var(--color-5);
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.text-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-48.why {
  padding-bottom: 0;
}

.text-48.why._2 {
  padding-bottom: 20px;
}

.photo-48 {
  z-index: 1;
  object-fit: cover;
  width: 48%;
  position: relative;
  overflow: hidden;
}

.photo-48.contain {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.photo-48.contain.top-marg {
  background-color: #7795a31a;
  padding: 20px;
}

.right-color-strip {
  background-color: #7795a31a;
  width: 60%;
  display: none;
  position: absolute;
  inset: 10% 0% 10% auto;
}

.right-color-strip.video-strip {
  top: 35%;
  bottom: 35%;
}

.request-section {
  background-color: var(--black);
  padding: 30px;
  display: flex;
}

.request-wrapper {
  background-color: var(--color);
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.request-text-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.button-holder {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.why-tewks-wrapper {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.section {
  background-color: var(--color);
  padding-top: 6%;
  padding-bottom: 5%;
}

.section.video {
  background-image: linear-gradient(#7795a31a, #7795a31a);
}

.testimonial-wrapper-div {
  border: 3px solid var(--color-3);
  flex-flow: column;
  align-items: center;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 30px;
  display: flex;
}

.video-row {
  justify-content: center;
  width: 100%;
  display: flex;
}

.video-holder {
  width: 100%;
}

.footer {
  background-color: var(--black);
  padding-top: 5%;
  padding-bottom: 5%;
}

.footer-wrapper-div {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.photo-30 {
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.form-holder {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.form-block {
  width: 100%;
}

.field-label {
  color: var(--color);
  font-weight: 500;
}

.brand-2 {
  max-width: 250px;
  margin-bottom: 20px;
}

.text-block {
  margin-bottom: 10px;
}

.video {
  width: 100%;
}

.text-field {
  border: 1px solid var(--color);
}

.types-of-implants-wrapper {
  width: 90%;
  max-width: 1600px;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
}

.welcome-40 {
  width: auto;
}

.welcome-buttons {
  flex-flow: column;
  width: 28%;
  display: flex;
}

.what-is-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 65vh;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.more-about-section {
  background-color: #7795a31a;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 0;
  padding-top: 5%;
  padding-bottom: 3%;
  display: flex;
}

.more-header-wrapper {
  width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  width: 70%;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.beyond-cpap {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  max-height: none;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-7 {
  width: 100%;
}

.orange {
  color: var(--color-4);
}

.home-wrap {
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  max-height: none;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button-no-icon {
  background-color: var(--color-4);
  color: var(--color);
  text-transform: uppercase;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 50px;
  padding: 15px 20px 12px;
  font-size: 1em;
  line-height: 1.2em;
}

.button-no-icon:hover {
  background-color: var(--color-3);
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    background-image: url('../images/hero-img-2024.jpg');
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
  }

  .special-top-text {
    margin-bottom: 10px;
  }

  .special-top-text.hero-txt {
    text-align: center;
    font-size: 2em;
  }

  .large-subline {
    margin-bottom: 20px;
    font-size: 2.5em;
  }

  .navbar {
    padding-right: 0;
  }

  .button-schedule {
    background-size: 20px;
    padding-bottom: 12px;
    padding-left: 50px;
    font-size: 1em;
    line-height: 1em;
  }

  .button-schedule.learn {
    margin-top: 0;
    margin-left: 10px;
  }

  .nav-menu {
    background-color: var(--black);
  }

  .text-48 {
    width: 49%;
  }

  .text-48.why, .photo-48, .photo-48.contain {
    width: 100%;
  }

  .request-wrapper {
    justify-content: space-between;
    padding: 15px;
  }

  .request-text-block {
    flex-flow: column;
    align-items: flex-start;
  }

  .button-holder {
    width: 45%;
  }

  .why-tewks-wrapper {
    flex-flow: column;
  }

  .testimonial-wrapper-div {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .icon {
    color: var(--color);
  }

  .menu-button {
    background-color: var(--black);
  }

  .menu-button.w--open {
    background-color: var(--color-4);
  }

  .welcome-buttons {
    flex-flow: row;
    width: auto;
    margin-top: 20px;
  }

  .div-block {
    width: 100%;
  }

  .beyond-cpap, .home-wrap {
    flex-flow: column;
  }

  .button-no-icon {
    background-size: 20px;
    padding-bottom: 12px;
    padding-left: 50px;
    font-size: 1em;
    line-height: 1em;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.8em;
  }

  .hero {
    background-image: linear-gradient(#0000, #0009), url('../images/hero-img-2024.jpg');
    background-position: 0 0, 80% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 500px;
  }

  .hero-wrapper-div {
    padding-left: 3%;
    padding-right: 3%;
    bottom: 3%;
  }

  .special-top-text {
    font-size: 1.2em;
  }

  .special-top-text.hero-txt {
    height: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 1.5em;
  }

  .large-subline {
    margin-bottom: 10px;
    font-size: 1.8em;
  }

  .navbar {
    height: 60px;
    padding-left: 5px;
  }

  .image {
    height: 50px;
  }

  .brand {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .photo-48 {
    width: 100%;
  }

  .request-section {
    padding: 10px;
  }

  .request-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .request-text-block {
    width: 100%;
  }

  .button-holder {
    width: auto;
    margin-top: 20px;
  }

  .footer-wrapper-div {
    flex-flow: column;
    align-items: flex-start;
  }

  .photo-30, .form-holder {
    width: 100%;
  }

  .what-is-section, .more-about-section {
    padding-top: 1%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.5em;
  }

  .hero {
    background-position: 0 0, 65% 0;
    height: 600px;
  }

  .hero-wrapper-div {
    bottom: 3%;
  }

  .special-top-text {
    text-align: center;
    letter-spacing: 2px;
    font-size: .9em;
  }

  .special-top-text.hero-txt {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5em;
    line-height: 1.12em;
  }

  .large-subline {
    font-size: 1.5em;
    line-height: 1.1em;
  }

  .button-schedule {
    font-size: .9em;
  }

  .button-schedule.learn {
    margin-top: 10px;
    margin-left: 0;
  }

  .text-48 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .photo-48.contain.top-marg {
    margin-top: 20px;
  }

  .photo-48.bot-marg {
    margin-bottom: 20px;
  }

  .testimonial-wrapper-div {
    padding-bottom: 5px;
  }

  .video-row {
    flex-flow: column;
  }

  .video-holder {
    width: 100%;
    margin-bottom: 10px;
  }

  .welcome-buttons {
    flex-flow: column;
  }

  .button-no-icon {
    font-size: .9em;
  }
}


