:root {
  --teal: #254c53;
  --white: white;
  --color: #011418;
  --black: black;
  --purple: #401683;
  --orange: #f57b66;
  --blue: #4f62a6;
  --light-purple: #a393b4;
  --light-yellow: #fdfbe3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2em;
}

h2 {
  color: var(--teal);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1em;
}

p {
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.8em;
}

a {
  color: var(--teal);
  text-decoration: none;
}

a:hover {
  color: #03788d;
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  line-height: 1.6em;
}

li {
  margin-bottom: 10px;
}

.navbar {
  z-index: 1000;
  color: var(--white);
  background-color: rgba(36, 14, 70, 0);
  border-bottom: 1px solid rgba(0, 0, 0, .14);
  justify-content: space-between;
  align-items: center;
  padding: 0 0%;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  color: #fff;
  text-align: center;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  font-family: Libre Bodoni, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.logo:hover {
  color: var(--white);
}

.logo.footer {
  width: 150px;
  margin-right: 0;
  font-size: 1.5em;
  position: static;
}

.hero_img {
  height: 100vh;
}

.navlink {
  color: var(--black);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
}

.navlink:hover {
  color: #818181;
}

.main_tagline_div {
  z-index: 200;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 0%;
  right: 0%;
}

.main_tagline {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

.main_tagline2 {
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 2em;
  font-weight: 300;
}

.welcome_section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 10% 10% 5%;
}

.wrapper_div.services {
  text-align: center;
  width: 65%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

.section_header {
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 5px;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
}

.hp_headline {
  color: var(--teal);
  font-family: Playfair Display, sans-serif;
  font-size: 2.6em;
  font-weight: 800;
}

.hp_headline.white {
  color: #fff;
  font-family: Playfair Display, sans-serif;
}

.doc_imgs_grid {
  width: 100%;
  margin: 0%;
  padding: 0;
}

.white_text {
  color: #fff;
}

.white_text.nomargin {
  margin-bottom: 0;
}

.bg_video {
  background-image: linear-gradient(rgba(0, 0, 0, .77), rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, .85) 102%);
  height: 100%;
}

.welcome_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding: 0;
}

.text_cell {
  justify-content: center;
}

.p_nomargin {
  margin-bottom: 0;
}

.docs_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 10%;
  padding: 0;
}

.img_cell {
  align-items: stretch;
}

.img_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img_div.doc {
  height: 220px;
  margin-bottom: 15px;
}

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

.hp_img._1 {
  object-position: 25% 50%;
}

.hp_img.doc {
  object-position: 50% 10%;
}

.services_section {
  background-image: url('../images/teal-bg.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 20%;
  padding: 5% 10px 8%;
}

.services_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.service_cell {
  align-items: stretch;
}

.service_btn {
  color: #fff;
  height: 400px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.service_btn:hover {
  color: var(--white);
}

.center_img_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.service_img.right {
  object-position: 70% 50%;
}

.service_img.cosmetic {
  object-position: 50% 100%;
}

.service_img.left {
  object-position: 35% 50%;
}

.service_btn_overlay {
  z-index: 10;
  aspect-ratio: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, .3);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 24px 20px 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.services_overlay_text {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: .5em;
  line-height: 1.3em;
  display: block;
}

.service_icon {
  width: 30px;
  margin-top: 20px;
}

.service_learn_tag {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: auto;
  padding: 5px 15px;
  font-family: Lato, sans-serif;
  font-size: .45em;
  display: block;
}

.testimonials_section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0;
  padding: 10%;
}

.testimonials_grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding: 0;
}

.testimonials_slider {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: auto;
  margin-bottom: 5%;
}

.testimonials_slidenav {
  text-align: right;
  height: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 40px;
  font-size: .7em;
}

.arrow {
  border: 1px solid var(--teal);
  color: var(--teal);
  background-color: rgba(64, 22, 131, 0);
  border-radius: 40px;
  width: 30px;
  height: 30px;
  font-size: .85em;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.arrow:hover {
  background-color: var(--teal);
  color: var(--white);
}

.arrow.right {
  color: var(--purple);
  background-color: rgba(64, 22, 131, 0);
  border-radius: 40px;
  left: 40px;
}

.arrow.right:hover {
  background-color: var(--teal);
  color: var(--white);
}

.testimonials_div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 50px;
  padding-right: 20px;
  display: flex;
}

.testimonials_name {
  font-weight: 600;
}

.appointment_section {
  background-color: var(--teal);
  padding: 10% 10% 5%;
}

.button {
  background-color: var(--teal);
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 30px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.button:hover {
  color: var(--white);
  background-color: #03a0bd;
}

.appointment_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
}

.contact_form_cell {
  justify-content: center;
}

.contact_form_block {
  width: 100%;
}

.text_field {
  color: #fff;
  background-color: rgba(0, 0, 0, .15);
  border: 1px solid #4b6d74;
  height: 45px;
  margin-bottom: 15px;
  font-family: Lexend, sans-serif;
  font-weight: 300;
}

.text_field::placeholder {
  color: rgba(255, 255, 255, .7);
}

.text_area {
  color: #fff;
  background-color: rgba(0, 0, 0, .15);
  border: 1px solid #4b6d74;
  height: 100px;
  min-height: 150px;
  margin-bottom: 15px;
  font-family: Lexend, sans-serif;
}

.text_area::placeholder {
  color: rgba(255, 255, 255, .7);
}

.submit_btn {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(245, 123, 102, 0);
  border: 1px solid #4b6d74;
  padding: 16px 30px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.submit_btn:hover {
  color: #000;
  background-color: #44c6dd;
}

.location_div {
  border-top: 1px none var(--orange);
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-top: 10%;
  padding-top: 0;
  display: flex;
}

.address_text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.image {
  width: 26px;
  margin-right: 10px;
}

.phone_btn {
  color: var(--white);
  align-items: center;
  margin-left: 20px;
  font-family: Libre Bodoni, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.phone_btn:hover {
  color: #91eeff;
}

.phone_btn.footer {
  color: #fff;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  font-size: 1.4em;
  text-decoration: none;
}

.phone_btn.footer:hover {
  color: #91eeff;
}

.phone_btn.mobile {
  display: none;
}

.phone_icon {
  width: 24px;
  margin-right: 12px;
}

.quick_links_wrapper {
  border-top: 1px solid rgba(255, 255, 255, .23);
  justify-content: space-between;
  align-items: center;
  margin-top: 10%;
  padding-top: 40px;
  display: flex;
}

.quick_link {
  color: rgba(255, 255, 255, .56);
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
}

.quick_link:hover {
  color: #fff;
}

.footer_section {
  background-color: #011418;
  padding: 40px 10%;
}

.footer_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_text {
  color: #fff;
  font-size: .8em;
  font-weight: 300;
}

.navmenu {
  background-color: var(--white);
  text-align: center;
  justify-content: space-around;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.navlink_dropdown {
  color: var(--white);
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
}

.dropdown_toggle {
  color: var(--black);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
}

.dropdown_toggle.w--open {
  color: #818181;
}

.dropdown_icon {
  margin-right: 5px;
  font-size: .7em;
}

.dropdown_list.w--open {
  background-color: var(--white);
  box-shadow: 0 10px 9px rgba(0, 0, 0, .16);
}

.dropdown_link {
  color: var(--black);
  font-size: .9em;
}

.dropdown_link:hover {
  background-color: var(--black);
  color: var(--white);
}

.navbar_logo_phone_wrapper {
  background-color: #060606;
  justify-content: space-between;
  align-items: center;
  margin-right: 0%;
  padding: 0 5%;
  display: flex;
}

.phone_contact_div {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.contact_btn {
  color: var(--white);
  margin-right: 20px;
  padding-top: 2px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  text-decoration: none;
}

.contact_btn:hover {
  color: #91eeff;
}

.contact_btn.mobile {
  display: none;
}

.divider_div {
  background-color: rgba(255, 255, 255, .62);
  width: 1px;
  height: 26px;
}

.insta_btn {
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0%;
}

.insta_btn:hover {
  opacity: .51;
}

.socmedia_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-right: 5%;
  display: flex;
}

.follow_txt {
  margin-right: 10px;
  font-family: Lato, sans-serif;
}

.innerpage_section {
  padding: 13% 10% 10%;
}

.breadcrumbs_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5%;
  display: flex;
}

.breadcrumb_link {
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-size: .9em;
  font-weight: 400;
}

.divider {
  margin-right: 10px;
}

.inner_img_div {
  width: 45%;
  margin-bottom: 40px;
  margin-right: 40px;
  overflow: hidden;
}

.inner_img_div.right {
  float: right;
  margin-left: 40px;
  margin-right: 0;
}

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

@media screen and (max-width: 991px) {
  .glacial-top-banner{
    background-color:#000 !important;
  }
  .navbar {
    background-color: var(--color);
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .logo {
    font-size: 2em;
  }

  .logo:hover {
    color: #fff;
    width: auto;
  }

  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main_tagline {
    font-size: 3.6em;
  }

  .main_tagline2 {
    font-size: 1.6em;
  }

  .welcome_section {
    background-position: 100% 100%, 0 7%;
    background-size: 30% 30%, 40%;
    padding: 10%;
  }

  .welcome_grid, .docs_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .services_section {
    background-size: auto 65%;
    padding: 10%;
  }

  .service_btn {
    font-size: 1.8em;
  }

  .testimonials_section {
    background-position: 0 25%;
    background-size: 45%;
    padding: 10%;
  }

  .appointment_section {
    padding: 10%;
  }

  .phone_btn {
    margin-left: 10px;
    margin-right: 20px;
    font-size: 1.2em;
  }

  .phone_icon.top {
    margin-right: 5px;
  }

  .footer_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu_btn {
    color: #91eeff;
    background-color: rgba(145, 238, 255, 0);
    border: 1px solid #91eeff;
  }

  .menu_btn:hover {
    color: var(--black);
    background-color: #91eeff;
  }

  .menu_btn.w--open {
    background-color: var(--teal);
    color: var(--white);
    border-color: #240e46;
  }

  .navmenu {
    background-color: var(--white);
    padding-left: 10%;
  }

  .navlink_dropdown {
    display: block;
  }

  .dropdown_toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .dropdown_list.w--open {
    position: relative;
  }

  .navbar_logo_phone_wrapper {
    background-color: rgba(1, 20, 24, 0);
    width: 85%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact_btn {
    margin-right: 10px;
  }

  .innerpage_section {
    padding-top: 15%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 5px 10px;
    position: absolute;
  }

  .logo {
    padding-left: 0;
    font-size: 2.2em;
  }

  .hero_img {
    height: 400px;
  }

  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main_tagline_div {
    top: 60%;
    bottom: auto;
  }

  .main_tagline {
    font-size: 2.8em;
  }

  .main_tagline2 {
    font-size: 1.4em;
  }

  .wrapper_div.services {
    width: auto;
  }

  .section_header {
    font-size: 1.1em;
  }

  .hp_headline {
    font-size: 2.4em;
  }

  .service_btn {
    height: 300px;
  }

  .phone_btn {
    margin-left: 5px;
    margin-right: 0;
    font-size: 1em;
  }

  .phone_icon.top {
    width: 20px;
  }

  .quick_links_wrapper {
    flex-wrap: wrap;
  }

  .quick_link {
    margin-bottom: 10px;
  }

  .navlink_dropdown {
    display: block;
  }

  .dropdown_toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .dropdown_icon {
    margin-right: 10px;
  }

  .navbar_logo_phone_wrapper {
    padding: 5px 0;
  }

  .phone_contact_div {
    width: 65%;
    margin-right: 20px;
  }

  .contact_btn {
    margin-right: 5px;
    font-size: 1em;
  }

  .divider_div {
    display: none;
  }

  .insta_btn {
    margin-left: 10px;
  }

  .follow_txt {
    display: none;
  }

  .innerpage_section {
    padding-top: 100px;
  }

  .inner_img_div {
    width: 50%;
  }

  .contact_txt {
    display: none;
  }
}

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

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.2em;
  }

  .navbar {
    padding: 5px 10px;
  }

  .logo {
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 2.2em;
    display: block;
  }

  .logo:hover {
    width: 180px;
  }

  .hero_img {
    height: 450px;
  }

  .main_tagline_div {
    text-align: center;
    top: 282px;
  }

  .main_tagline {
    font-size: 1.8em;
  }

  .main_tagline2 {
    letter-spacing: 5px;
    font-size: .9em;
  }

  .welcome_section {
    background-image: none;
  }

  .section_header {
    font-size: .9em;
  }

  .hp_headline, .hp_headline.white {
    font-size: 2em;
  }

  .docs_grid {
    margin-top: 25%;
  }

  .img_div.doc {
    height: 300px;
  }

  .services_section {
    background-size: auto 75%;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .service_btn {
    height: 350px;
    font-size: 1.6em;
  }

  .services_overlay_text {
    font-size: .6em;
  }

  .testimonials_section {
    background-position: 0 15%;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .testimonials_slider {
    height: 400px;
    margin-bottom: 15%;
  }

  .appointment_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .address_text {
    width: 85%;
  }

  .phone_btn {
    font-size: 1em;
    display: none;
  }

  .phone_btn.footer {
    display: flex;
  }

  .phone_btn.mobile {
    margin-top: 20px;
    margin-bottom: 11px;
    margin-right: 0;
    font-size: 1.3em;
    display: flex;
  }

  .phone_icon.top {
    width: 20px;
    margin-right: 5px;
  }

  .quick_links_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_wrapper {
    flex-wrap: wrap;
  }

  .footer_text {
    width: 100%;
  }

  .navbar_logo_phone_wrapper {
    width: auto;
  }

  .phone_contact_div {
    width: auto;
    display: none;
  }

  .contact_btn {
    display: none;
  }

  .contact_btn.mobile {
    display: block;
  }

  .divider_div {
    display: none;
  }

  .insta_btn {
    margin-left: 0;
  }

  .socmedia_wrapper {
    margin-right: 5px;
  }

  .innerpage_section {
    padding-top: 120px;
  }

  .breadcrumbs_wrapper {
    margin-bottom: 10%;
  }

  .inner_img_div {
    width: 100%;
    margin-right: 0;
  }

  .inner_img_div.right {
    margin-left: 0;
  }
}

#w-node-_65402af6-9042-9db3-8a3e-71cfb682bec2-36a8b9dd, #w-node-_588c8219-1280-3ef7-beec-39efe1787660-36a8b9dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5baf4020-9776-3f3f-576d-112c4c2fc81f-36a8b9dd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d262c954-46ad-5f10-4d68-b392548f7a76-36a8b9dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-f01daaf3-bc87-d063-8257-3dccdeb9df64-36a8b9dd, #w-node-b3b9a026-8e73-a6d1-7b27-f572959121c7-36a8b9dd, #w-node-c56dd400-755c-620d-a9eb-164e839556d9-675c1cf6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_65402af6-9042-9db3-8a3e-71cfb682bec2-36a8b9dd, #w-node-_588c8219-1280-3ef7-beec-39efe1787660-36a8b9dd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d262c954-46ad-5f10-4d68-b392548f7a76-36a8b9dd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f01daaf3-bc87-d063-8257-3dccdeb9df64-36a8b9dd, #w-node-b3b9a026-8e73-a6d1-7b27-f572959121c7-36a8b9dd, #w-node-c56dd400-755c-620d-a9eb-164e839556d9-675c1cf6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d262c954-46ad-5f10-4d68-b392548f7a76-36a8b9dd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5baf4020-9776-3f3f-576d-112c4c2fc81f-36a8b9dd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


