.wrapper,
main {
  padding: 0 00px 0px;
  margin: 0px auto 0;
}
.wrapper,
.divider-flex,
.accordion {
  max-width: 1200px;
  margin: 1em auto;
}
main > p {
  text-align: center;
  max-width: 1236px;
  margin: 1em auto;
  padding: 10px;
}
main > p:first-of-type {
  margin-top: 60px;
}
main > ul {
  max-width: 1236px;
  margin: 1em auto;
  padding: 10px;
}
body.page_index main {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
a:hover {
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
}
.container {
  max-width: 1320px;
  margin: 0 auto;
}
.rounded {
  border-radius: 8px;
  overflow: hidden;
}
.dark-blue-bg {
  background-color: #2A4152;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 1.2;
}
#page-title h1:not(:only-child) {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.88;
}
#page-title h1,
#page-title h1 + h2 {
  color: #fff;
  font-family: "Libre Caslon Text", serif;
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
}
#page-title h2 {
  margin-top: 16px;
}
h2 {
  color: #2a4152;
  font-family: "Libre Caslon Text", serif;
  font-size: 65px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.08;
}
h3 {
  color: #281e1d;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.38;
}
.h2 {
  color: #2a4152;
  font-family: "Libre Caslon Text", serif;
  font-size: 85px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.94;
}
.btn-container {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.btn-container a {
    display: inline;
}
.line h4 {
    font-weight: 700;
}
.content-btn a {
    margin: 0;
}
.content-right-btn a {
    display: inline;
}
.content-right-btn {
  margin-top: 25px;
}
.h1 {
  color: #3C63B5;
  font-family: Libre Caslon Text,
    serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.88;
}
.h1,
.h2,
.h3,
.h4 {
  display: block;
}

.text-white {
  color: #fff;
}
a {
  color: #3c63b5; 
  cursor: pointer !important;
}
a:hover {
  color: #2a4152;
  cursor: pointer !important;
}
#page-title {
  background-image: url(banner-bg.c851546020.jpg);
  background-size: cover;
}
#page-title.flex {
  align-items: center;
  justify-content: space-between;
}
#page-title .container.flex {
  align-items: center;
  justify-content: space-between;
  gap: 300px;
  padding-top: 10px;
}
#page-title figure {
  flex: 0 1 50%;
}
#page-title .title-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  flex: 0 1 600px;
}
#page-title .container figure {
  flex: 0 1 400px;
}
body.no-main #page-title {
  padding: 80px 10px;
  text-align: center;
}
body.page_index #page-title {
  display: none;
}
.meet-main {
  position: relative;
  display: flex;
  justify-content: center;
}
.meet-main .table {
  position: relative;
}
.meet-main .table img {
  max-width: 400px;
}
.meet-main .table.sm img {
  max-width: 350px;
}
.meet-main .table .open-modal {
  bottom: 0;
  right: -15px;
}
.meet-main .sign {
  width: 100%;
  background: linear-gradient(180deg, rgba(42, 65, 82, 0.00) 0%, #2A4152 100%);
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.meet-main .sig {
  width: fit-content;
  text-align: left;
  color: #fff;
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.2px;
  display: block;
  text-transform: uppercase;
  padding: 0 50px 10px 0;
}
.meet-main .sig img {
  margin: 0;
}
.meet-vid {
  max-width: 590px;
  margin: 20px auto;
}
.doctor {
  padding: 80px 0;
}
.doctor.split article .h2 {
  margin-top: 0;
}
.doctor.split article .h3 {
  font-size: 40px;
}
.why {
  background-color: #bdb4a8;
  text-align: center;
  padding: 40px 10px;
}
.why h2 {
  color: #2a4152;
  font-family: "Libre Caslon Display";
  font-size: 35px;
  font-weight: 600;
  margin-bottom:2rem;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
}
.why ul {
  margin: 0 auto 0;
  padding: 0;
  max-width: 1200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
      list-style: none;
}
#page-title img {
    max-width: 550px;
    margin-right: 0;
}
#page-title figure {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.page_emergency-care h2.divider-title {
    font-size: 46px;
}
.why ul li {
  text-align: center;
  margin: 0;
  flex: 0 1 300px;
  max-width: 300px;
  padding: 5px;
  margin: 5px;
  color: #2a4152;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.33;
}
.why ul li:before {
  content: url(why.a94ac1b8fa.png);
  position: static;
  display: block;
  margin: 0 auto 30px;
}
#pay-form input {
  border: 1px solid #000;
  width: 100%;
}
#pay-form .btn {
  border: 2px solid #2a4152;
}
#pay-form table,
#pay-form tbody {
  box-sizing: initial;
}
main .slick-slider {
  max-width: 505px;
  margin: 00px auto;
}
main .slick-slider .slick-slide img {
  margin: 0 auto;
  display: block;
}
main .slick-tour {
  max-width: 100%;
}
main .slick-tour .slick-slide {
  padding: 0 5px;
}
main .slick-tour .slick-list {
  overflow: visible;
}
main .slick-captions {
  max-width: 860px;
  margin: 0 auto;
}
main .slick-captions .caption {
  background-color: #2a4152;
  color: #fff;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}
#controls {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#controls .slick-dots {
  display: flex !important;
  flex-direction: row !important;
  padding: 0;
}
#controls ul {
 list-style: none;
}
#controls .slick-dots li span {
  width: 12px;
  height: 12px;
  background-color: #2a4152;
  opacity: 0.38;
  border-radius: 50%;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
#controls .slick-dots li {
  padding: 0;
}
#controls .slick-dots li:before {
  content: none;
}
#controls .slick-dots li.slick-active span {
  opacity: 1;
}
.arrow {
  color: #2a4152;
  font-size: 50px;
}
#next {
  left: auto;
  right: 0;
  order: 1;
}
.next,
.prev {
  cursor: pointer;
  z-index: 300;
}
#tour {
  padding: 0;
  text-align: center;
}
#tour .slick-tour {
  margin: 0 auto;
}
#tour .slick-tour p {
  padding: 20px 10px;
  margin: 0 auto;
}
#tour .slick-center {
  margin: 0 10px;
}
#tour .arrow {
  bottom: 400px;
  position: relative;
  width: 51px;
  height: 126px;
  color: #fff;
  font-size: 30px;
  line-height: 126px;
  background-color: rgba(42, 65, 82, 0.5);
}
#tour .arrow:hover {
  background-color: #2a4152;
}
.contact {
  max-width: 1236px;
}
form #patient {
  margin-bottom: 16px;
}
.contact p {
  text-align: left;
}
.contact .split {
  padding: 0 0 80px;
}
.contact .split .h1 {
  padding: 0 10px;
}
.contact .split > div {
  align-items: flex-start;
}
.contact .split .h2 {
  margin-top: 0;
  font-size: 40px;
}
.contact .split figure {
  flex: 0 1 480px;
}
.contact #bottom-form {
  max-width: 100%;
}
.contact #bottom-form .inputs {
  gap: 16px;
}
.contact-us iframe {
  width: 100%;
}
.contact-us .fo-hours {
  color: #D2D2D2;
  width: 100%;
}
.contact-us .fo-hours .title {
  display: block;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.88;
  margin-top: 32px;
  margin-bottom: 12px;
}
.contact-us .hours {
  display: table;
  border-top: 1px solid rgba(42, 65, 82, 0.20);
  width: 100%;
}
.contact-us .hours small {
  margin-top: 16px;
  text-align: left;
}
.hours label {
  display: inline-block;
  width: 110px;
  text-align: left;
  font-weight: 600;
}
.hours > div {
  display: table;
  margin: 0 auto;
}
.hours small {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
.contact-us p {
  color: #D2D2D2;
  padding-top: 8px;
  margin:0;
}
.contact-us p a {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #D2D2D2;
}
.contact-us .pho {
  color: #D2D2D2;
  font-family: "Libre Caslon Display";
  font-size: 30px;
  font-weight: 600;
  line-height: 1.05;
  display: flex;
  gap: 16px;
  align-items: center;
}
.contact-us span.material-symbols-outlined {
  font-size: 25px;
  color: #D2D2D2;
  font-weight: 300;
}
.contact-us h3 {
  font-size: 18px;
}
.contact-us > div {
  padding: 10px;
}
.contact-us {
  max-width: 980px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  background: #2a4152;
    padding: 10px;
    border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .contact-us {
    display: block;
  }
  .contact-us > div {
    display: table;
    margin: 20px auto;
    width: auto;
    max-width: 100%;
  }
}
#meet-doctors {
  margin: 80px 0;
}
#meet-doctors.split > div {
  align-items: flex-start;
}
#meet-doctors article p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #meet .btn-custom {
    margin-bottom: 50px; 
  }
}
.meet-landing {
  max-width: 860px;
  gap: 40px;
  padding: 10px;
}
.meet-landing .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.meet-landing .card a:not(.btn-custom) {
  display: flex;
  text-align: center;
  flex-direction: column;
  text-transform: uppercase;
  color: #281e1d;
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.2px;
}
.meet-landing .card .m-custom {
  margin-top: -8px;
  margin-bottom: -5px;
}
.meet-landing a span {
  display: block;
  text-align: center;
  padding: 30px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}
main ul {
  overflow: hidden;
  column-count: 1;
  -moz-column-count: 1;
  padding-left: 35px;
  list-style: none;
}
main ul > li {
  position: relative;
  margin-bottom: 6px;
  text-align: left;
  padding-left: 28px;
  line-height: 1.4;
}
main ul>li.normal {
  padding-left: 0px;
  margin-left:10px;
  
}
main ul > li:before {
  content: "\e832";
  font-family: Fontello;
  color: #2a4152;
  position: absolute;
  top: 0px;
  left: 0;
}
main ul>li.normal:before {
  content: none;
  font-family: Fontello;
  color: #2a4152;
  position: absolute;
  top: 0px;
  left: 0;
}
main ul>li.normal {
 list-style:disc;
}
ul.normalul {
  margin:15px 0;
}
main ul.alt > li:before {
  color: #bdb4a8;
}
.divider-flex {
  clear: both;
  justify-content: space-around;
  flex: 1 1 100%;
  margin: 75px auto 0;
  padding: 0 14px;
}
.divider-flex h3 {
  margin: 0 auto 10px auto;
  padding: 0px 0;
  position: relative;
  text-align: left;
}
.Yspace {
  margin: 15px 0;
}
.text-left {
  text-align: left;
}
.divider-flex p {
  margin: 0 auto 10px auto;
  text-align: left;
}
.divider-flex > div {
  margin: 35px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1400px;
}
.divider-flex > div div {
  flex: 0 1 880px;
  margin: 0 auto 0;
  padding: 0 5px;
}
.divider-flex > div:nth-of-type(even) img {
  order: 2;
}
.divider-flex>div:nth-of-type(even) img.keeporder {
  order: initial;
}
.divider-flex img {
  margin: 0;
}
.divider-body {
  padding: 45px 0;
  margin: 00px auto;
  position: relative;
}
.divider-body.no-img {
  text-align: center;
}
.divider-body.no-img ul,
.meet-center ul {
  display: table;
  margin: 1em auto;
}
.divider-body h2:first-of-type {
  margin-top: 0px;
}
.divider-body figure {
  margin: 0 auto;
  flex: 0 1 490px;
  position: relative;
  display: table;
}
.divider-body article {
  padding: 10px;
  margin: 0 auto;
}
.page-divider hr:first-of-type {
  display: none;
}
.divider-body .figure-left {
  order: -1;
}
.divider-body:nth-of-type(even) {
  background-color: #f9f9f9;
  box-shadow: -500px 0 0 #f9f9f9, 500px 0 0 #f9f9f9;
}
.page-divider.alt .divider-body .clearfix {
  flex-direction: row;
}
.meet-center {
  position: relative;
}
.meet-center article p:first-of-type {
  margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
  .divider-flex > div {
    display: block;
  }
  .divider-flex > div img {
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
@media (min-width: 1023px) {
  .divider-body .divider-title {
    position: relative;
  }
  .divider-body.no-img {
    padding: 50px 0;
  }
  .divider-body.no-img article,
  .divider-body.no-img article > div {
    flex: 1;
    max-width: 100%;
    margin: 0 auto;
  }
  .divider-body.no-img article > div {
    max-width: 1250px;
    margin: 0 auto;
    text-align: center;
    flex: 1;
  }
  .divider-body:nth-of-type(odd):after {
    content: "";
    z-index: 5;
    /* background-color: #fff; This is for the weird step effect between sections,
      removed by chris*/
    width: 700px;
    height: 80px;
    position: absolute;
    bottom: -79px;
    right: 0;
  }

  .divider-body:nth-of-type(even):after {
    content: "";
    z-index: 5;
    /* background-color: #f9f9f9; This is for the weird step effect between sections, removed by chris */
    width: 700px;
    height: 80px;
    position: absolute;
    bottom: -79px;
    right: 0;
  }
  .divider-body:last-of-type:after {
    content: none;
  }
  .divider-body {
    position: relative;
    margin: 0px auto;
    padding: 125px 0 60px;
  }
  .divider-body .clearfix {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
  }
  .divider-body article {
    flex: 0 1 600px;
    padding: 10px;
    margin: 0;
  }
  .divider-body article > div {
    margin: 0 auto;
  }
  .divider-body figure {
    z-index: 5;
    position: relative;
    flex: 0 1 505px;
  }
  .divider-body article,
  .divider-body figure {
    margin: 0;
  }
  .clearfix:after {
    display: none;
  }
}
.btn {
  display: inline-block;
  position: relative;
  margin: 5px;
  padding: 16px 10px;
  color: #281e1d;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  min-width: 200px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-align: center;
  background-color: transparent;
  border: none;
}
.btn:after {
  content: "\e81a";
  transition: 0.3s;
  margin-left: 15px;
  font-family: Fontello;
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  background-color: #d5d5d5;
  border-radius: 50%;
  line-height: 52px;
  color: #000;
  font-size: 20px;
}
.btn:hover:after {
  background-color: #bdb4a8;
}
.btn-alt {
  display: inline-block;
  position: relative;
  margin: 5px;
  padding: 16px 10px;
  color: #281e1d;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  min-width: 200px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-align: center;
  background-color: transparent;
  border: none;
}
.btn-alt:after {
  content: "\e81a";
  transition: 0.3s;
  margin-left: 15px;
  font-family: Fontello;
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  background-color: #bdb4a8;
  border-radius: 50%;
  line-height: 52px;
  color: #000;
  font-size: 20px;
}
.btn-alt:hover:after {
  background-color: #d5d5d5;
}
.btn.text-white,
.more-to-explore .btn,
.more-to-explore .btn-alt {
  color: #fff;
}
.accordion {
  padding: 60px 10px;
}
.accordion > div {
  border-bottom: 1px solid #2a4152;
  display: none;
  padding: 10px 25px;
}
.accordion .toogle:after {
  content: "\e840";
  font-family: "Fontello";
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  line-height: 17px;
  font-style: normal;
  margin-left: auto;
}
.accordion .toogle.active:after {
  content: "\e841";
}
.accordion div {
  position: relative;
}
.accordion .toogle {
  font-weight: 700;
  text-transform: none;
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
  text-align: left;
  color: #281e1d;
  font-size: 16px;
  font-family: Inter;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: left;
  margin: 0 auto;
  padding: 20px;
  border-bottom: 1px solid #2a4152;
  margin: 10px auto;
}
.accordion .toogle.active {
  border: none;
}
.accordion p {
  margin-left: 20px;
  position: relative;
  text-align: left;
}
@media (max-width: 520px) {
  .accordion p {
    margin: 10px auto;
  }
}
.home-services-grid {
  text-align: center;
  width: 100%;
  margin: 25px auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-flow: row;
  gap: 16px;
  justify-content: space-around;
  padding: 10px;
  max-width: 1300px;
  margin: 30px auto;
}
.home-services-grid h3 {
  padding: 18px;
  background-color: #fff;
  transition: 0.3s;
  color: #2a4152;
  font-family: Inter;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.23;
}
@media (max-width: 1350px) {
  .home-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .home-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
    .home-services-grid h3 {
      font-size: 18px;
      
    }
}
@media (max-width: 568px) {
  .home-services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-services-grid>div {
  background-color: transparent;
  vertical-align: top;
  text-align: left;
  overflow: hidden;
}
.home-services-grid>div>a {
  display: block;
  position: relative;
}

.home-services-grid a>img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.services-grid a:hover img {
  filter: none;
}

.home-services-grid a:hover h3 {
  color:#3c63b5;
}



.home-services-grid li a {
  display: block;
  color: #281e1d;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}


.home-services-grid a {
  margin-top: 0 !important;
      border-radius: 8px;
        overflow: hidden;
      
}
.home-services-grid > div {
    transition: transform 0.3s ease-in-out;
}
.home-services-grid > div:hover {
  transform: scale(1.05);
}

.home-services-grid .alt a h3 {
  background-color: transparent;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  font-family: "Libre Caslon Display";
  font-size: 65px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.23;
}

.home-services-grid .alt a .link {
  width: 80px;
  height: 80px;
  background-color: #bdb4a8;
  border-radius: 50%;
  line-height: 80px;
  color: #2a4152;
  font-size: 30px;
}

.home-services-grid .alt a:hover h3 {
  background-color: transparent;
  color: #3c63b5;
}

.services-grid {
  text-align: center;
  width: 100%;
  margin: 25px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px;
  max-width: 1300px;
  margin: 30px auto;
}
.services-grid > div {
  background-color: #f9f9f9;
  vertical-align: top;
  margin: 2px 5px 20px;
  text-align: left;
  flex: 0 1 377px;
  max-width: 377px;
  overflow: hidden;
}
.services-grid > div > a {
  display: block;
  position: relative;
}
.services-grid a > img {
  display: block;
}
.services-grid a:hover img {
  filter: none;
}
.services-grid a:hover h3 {
  background-color: #bdb4a8;
}

span.feature-text {
  font-size: 22px;
  font-weight: 800;
}
.services-grid h3 {
  padding: 25px 25px;
  background-color: #2a4152;
  transition: 0.3s;
  color: #fff;
  font-family: Inter;
  font-size: 18px !important;
  letter-spacing: normal;
  line-height: 1.23;
}
.services-grid ul {
  vertical-align: top;
  padding: 0;
  -webkit-column-count: 1;
  column-count: 1;
  margin: 30px auto;
  padding: 5px;
  max-width: 350px;
}
.services-grid ul li {
  margin-bottom: 15px;
}
.services-grid li a {
  display: block;
  color: #281e1d;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}
.services-grid li a:hover {
  color: #bdb4a8;
}
.services-grid .alt {
  align-self: stretch;
}
.services-grid .alt a {
  min-height: 678px;
  background-color: #2a4152;
  background-image: url(services-bg.b4336d1627.jpg);
  background-size: cover;
  position: relative;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.services-grid .alt a h3 {
  background-color: transparent;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  font-family: "Libre Caslon Display";
  font-size: 65px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.23;
}
.services-grid .alt a .link {
  width: 80px;
  height: 80px;
  background-color: #bdb4a8;
  border-radius: 50%;
  line-height: 80px;
  color: #2a4152;
  font-size: 30px;
}
.services-grid .alt a:hover h3 {
  background-color: transparent;
  color: #bdb4a8;
}
#safety {
  max-width: 1030px;
  margin: 40px auto 0;
  padding: 20px 10px;
  position: relative;
}
#safety:before {
  background-color: #efefef;
  content: "";
  position: absolute;
  left: -1000px;
  right: -1000px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#safety .flex-ed {
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-content: space-around;
  flex-wrap: nowrap;
}
#safety article {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 800px;
  flex: 0 1 800px;
  padding: 0 10px;
}
#safety p {
  font-size: 18px;
  line-height: 1.6;
}
#safety h3 {
  font-size: 35px;
  margin: 5px auto;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0;
}
#safety h3:after {
  background-color: #2a4152;
  content: "";
  display: block;
  height: 2px;
  width: 57px;
  margin: 10px 0;
}
.covid-icon {
  box-shadow: 0 0 0 10px #fff;
  border: 3px solid #2a4152;
  margin: 10px;
  height: 140px;
  width: 140px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
.cls-1,
cls-1.per {
  stroke: #252525;
  stroke-miterlimit: 10;
  stroke-width: 0.75px !important;
  fill: #fff;
}
.cls-2,
.cls-3 {
  fill: #fff;
}
.cls-2,
.cls-3,
.cls-4 {
  stroke: #2a4152;
}
.filler.cls-2,
.filler.cls-1 {
  fill: #fff !important;
}
.thinner .cls-1 {
  stroke-width: 0.1px !important;
  fill: #252525;
}
.thinner .cls-2 {
  stroke-width: 0.1px !important;
  fill: #2a4152;
}
.thinner .cls-2,
.thinner .cls-3 {
  stroke-width: 0.5px;
}
.stroker .cls-2,
.stroker .cls-3 {
  stroke-width: 0.4px !important;
}
@media (max-width: 750px) {
  .safe-page {
    letter-spacing: 0;
  }
  #safety .flex-ed {
    display: block;
    text-align: center;
  }
  .covid-icon {
    margin: 20px auto;
  }
  #safety h3 {
    text-align: center;
  }
  #safety h3:after {
    margin: 10px auto;
  }
}
@media (max-width: 590px) {
  #safety h3 {
    font-size: 28px;
  }
}
#appt-form {
  display: none;
  padding: 40px 10px;
  text-align: left;
  max-width: 800px;
  margin: 50px auto;
}
#appt-form h2,
#appt-form h3 {
  text-align: center;
  margin: 20px auto 50px;
}
#appt-form .flex-row-input {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
#appt-form .flex-row-input article {
  flex: 1;
  margin: 10px;
}
#appt-form .options {
  margin: 0 10px 0;
}
#appt-form .options label {
  display: block;
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
}
#appt-form .flex-checks {
  display: flex;
  flex-wrap: wrap;
}
#appt-form .flex-checks span {
  flex: 0 1 30%;
  margin: 10px 5px 10px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}
#appt-form .flex-checks span [type="checkbox"],
#appt-form .flex-checks span [type="radio"] {
  margin-right: 8px;
}
#appt-form button.btn {
  display: table;
  margin: 20px auto;
}
#appt-form::-webkit-input-placeholder {
  color: #333;
}
#appt-form:-moz-placeholder {
  color: #333;
}
#appt-form::-moz-placeholder {
  color: #333;
}
#appt-form:-ms-input-placeholder {
  color: #333;
}
#appt-form .input-content {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #2a4152;
  display: block;
  width: 100%;
  min-height: 75px;
  background: none;
}
#appt-form .input-content.txt {
  height: 170px;
}
#appt-form .input-content textarea {
  padding: 5px;
  display: block;
  width: 100%;
  height: 130px;
  display: table;
}
#appt-form .input__field {
  position: absolute;
  z-index: 2;
  display: block;
  border: none;
  border-radius: 0;
  padding: 0 10px;
  margin-top: 20px;
  height: 40px;
  width: 100%;
  background: transparent;
}
#appt-form .input__label {
  display: inline-block;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#appt-form .input__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 solid transparent;
  -webkit-transition: border-width 0.3s, border-color 0.3s;
  transition: border-width 0.3s, border-color 0.3s;
}
#appt-form .input__label-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 40px 10px 10px;
  text-rendering: geometricPrecision;
  transform-origin: 0% 50%;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s;
}
#appt-form .input__field:focus + .input__label .input__label-content,
#appt-form .input--filled .input__label .input__label-content {
  -webkit-transform: translate3d(0, -0.8em, 0);
  transform: translate3d(0, -0.8em, 0);
  padding: 15px 5px 5px;
  font-size: 0.75em;
}
#appt-form input:-webkit-autofill,
#appt-form textarea:-webkit-autofill,
#appt-form select:-webkit-autofill {
  background-color: transparent !important;
}
.options [type="checkbox"],
.options [type="radio"] {
  -webkit-appearance: none;
  position: relative;
  border-radius: 3px;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  border: 1px solid #000;
}
.options [type="radio"] {
  border-radius: 50%;
}
.options [type="checkbox"]:active,
.options [type="checkbox"]:checked:active,
.options [type="checkbox"]:checked,
.options [type="radio"]:active,
.options [type="radio"]:checked:active,
.options [type="radio"]:checked {
  background-color: #fff;
  border: 1px solid #2a4152;
}
.options [type="checkbox"]:checked:after,
.options [type="radio"]:checked:after {
  font-family: fontello;
  content: "\e832";
  font-size: 13px;
  position: absolute;
  top: 4px;
  left: 4px;
  color: #2a4152;
}
.options [type="radio"]:checked:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #2a4152;
  border-radius: 50%;
}
.dwn {
  position: relative;
}
.dwn:after {
  position: absolute;
  content: "\e935";
  font-family: fontello;
  font-size: 1.2em;
  line-height: 1.5;
  color: #2a4152;
  bottom: 5px;
  right: 10px;
  z-index: 8;
  pointer-events: none;
}
#other-int {
  display: none;
  margin: 10px auto;
}
#int-list.oth #other-int {
  display: block;
}
.group {
  position: relative;
  margin-bottom: 20px;
}
.group input,
.group select,
.group textarea {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #2a4152;
  background: none;
  height: 45px;
  -webkit-appearance: none;
  position: relative;
}
.group select:after {
  position: absolute;
  right: 5px;
  top: 5px;
  content: "\e825";
  font-family: fontello;
  z-index: 5;
  color: #fff;
}
.group textarea {
  height: 160px;
}
.group input:focus,
.group textarea:focus,
.group select:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.03);
}
.bar {
  position: relative;
  display: block;
  max-width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.bar:before,
.bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #2a4152;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}
input:focus ~ .bar:before,
input:focus ~ .bar:after,
textarea:focus ~ .bar:before,
textarea:focus ~ .bar:after,
select:focus ~ .bar:before,
select:focus ~ .bar:after {
  width: 50%;
}
#appt-form .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
#appt-form input:focus ~ .highlight,
#appt-form textarea:focus ~ .highlight,
#appt-form select:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #2a4152;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #2a4152;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #2a4152;
  }
  to {
    width: 0;
    background: transparent;
  }
}
#insure-help {
  text-align: center;
  margin: 60px auto;
}
#no-insure .h2,
#no-insure h3 {
  text-align: center;
}
.article-split .group {
  margin: 0;
}
.article-split #appt-form .flex-row-input {
  display: block;
}
@media (max-width: 1000px) {
  #plan {
    flex-flow: wrap;
    justify-content: space-around;
  }
  #plan > * {
    margin-bottom: 20px;
    flex: 0 1 350px;
  }
}
@media (max-width: 750px) {
  #appt-form .flex-row-input {
    display: block;
  }
  #appt-form .options {
    margin: 10px auto 20px;
  }
}
@media (max-width: 480px) {
  #appt-form {
    padding: 40px 14px;
  }
  #appt-form .flex-row-input article {
    margin: 10px auto;
  }
  #appt-form .flex-checks span {
    flex: 0 1 48%;
  }
  #sedation-banner .float-image {
    left: 25px !important;
  }
}
@media (max-width: 400px) {
  .group input,
  .group select,
  .group textarea {
    font-size: 16px;
  }
  #page-title figure {
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 0;
    margin-left: auto;
  }
}
.no-insure {
  padding: 70px 10px;
}
.no-insure .h2 {
  margin: 30px auto;
}
.simple {
  line-height: 1;
  text-align: center;
  padding: 30px 10px;
  max-width: 700px;
  margin: 30px auto;
}
.simple input,
.simple textarea {
  border: 0;
  outline: 0;
  padding: 0 12px;
  height: 42px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1;
  box-sizing: border-box !important;
  background-color: #2a4152;
}
.simple textarea {
  height: 140px !important;
  padding: 12px;
}
.form-input::-webkit-input-placeholder {
  color: #fff;
}
.form-input:-moz-placeholder {
  color: #fff;
}
.form-input::-moz-placeholder {
  color: #fff;
}
.form-input:-ms-input-placeholder {
  color: #fff;
}
.plan {
  max-width: 1150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2a4152;
  margin: 0 auto;
}
.plan figure,
.plan article {
  flex: 1 1 50%;
}
.plan .title {
  color: #fff;
  font-family: Inter;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.07;
  padding: 20px;
  text-align: center;
  display: block;
}
.plan .price-content {
  background-color: #bdb4a8;
  padding: 30px 10px;
}
.plan .price-content .price {
  color: #fff;
  font-family: Inter;
  font-size: 80px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -2px;
  line-height: 1;
  text-align: center;
  display: block;
}
.plan .price-content .price sup {
  font-size: 47px;
}
.plan .price-content .price small {
  display: block;
  font-size: 25px;
}
.plan .price-content .price + .price {
  margin-top: 40px;
}
.plan .bottom-content {
  padding: 40px 10px;
  border-top: 1px solid #fff;
}
.plan .bottom-content ul {
  display: table;
  margin: 0 auto;
}
.plan .bottom-content ul li {
  padding: 0;
  margin-bottom: 15px;
  font-size: 23px;
  color: #fff;
}
.plan .bottom-content ul li:before {
  content: none;
}
.more-to-explore {
  background-image: url(office-bg.5efc809626.webp);
  background-size: cover;
  background-position: bottom;
  margin: 0 auto;
  text-align: left;
  clear: both;
  padding: 60px 0;
}
.more-to-explore p {
  margin: 15px auto 0;
  text-align: center;
  max-width: 1300px;
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}
@media (max-width:660px) {
  .more-to-explore p {

      align-items: center;
      justify-content: center;
    }
}
.more-to-explore > span {
  color: #fff;
  font-family: "Libre Caslon Display";
  font-size: 84px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.95;
  display: block;
  margin: 0;
  text-align: center;
  position: relative;
}
.more-to-explore .btn,
.more-to-explore .btn-alt {
  min-width: 400px;
  display: flex;
    justify-content: end;
    align-items: center;
}
@media (max-width:940px) {
  .more-to-explore .btn,
    .more-to-explore .btn-alt {
      min-width: 300px;
      justify-content: start;
      
    }
}
.contain {
  max-width: 1200px;
  margin: 0 auto;
}
.split > div {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}
.split .h2 {
  font-size: 50px;
  margin: 28px 0 30px;
  line-height: 60px;
}
.split figure,
.split article {
  margin: 0;
}
.split figure {
  flex: 0 1 auto;
  position: relative;
}
.split figure .mob {
  display: none;
}
.split.alt figure {
  order: -1;
}
.split article {
  flex: 0 1 750px;
  padding: 10px;
}
main h1 {
  position: relative;
}
.social {
  font-size: 0;
  text-align: center;
  display: block;
}
.social a {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-size: 30px;
  background-color: transparent;
  text-align: center;
  transition: all 250ms ease;
}
.social a i:before {
  display: block;
  margin: 0 auto;
}
.social a + a {
  margin-left: 24px;
}
.social .fb {
  color: #2a4152;
}
.social .gp {
  color: #2a4152;
}
.social .in {
  color: #2a4152;
}
.social .tw {
  color: #2a4152;
}
.social .yp {
  color: #2a4152;
}
.social .yt {
  color: #2a4152;
}
.social a:hover {
  color: #3c63b5 !important;
  border-color: transparent;
  transform: scale(1.01);
}
@media (min-width: 1000px) {
  a[name]:before {
    height: 128px;
    margin-top: -128px;
    display: block;
    content: "";
    visibility: hidden;
  }
}
@media (max-width: 860px) {
  a[name]:before {
    height: 95px;
    margin-top: -95px;
    display: block;
    content: "";
    visibility: hidden;
  }
}
.nav-down {
  box-shadow: 0 3px 7px rgba(24, 23, 24, 0.2);
}
.nav-up {
  transform: translateY(-100%);
}
.logo span {
  display: block;
  text-align: center;
  color: #262a36;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 10px;
}
header {
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  text-align: center;
  line-height: 1;
  box-shadow: 1.5px 2.6px 58.999px 0px rgba(16, 17, 17, 0.35);
}
header .top-bar {
  background-color: #2a4152;
  padding: 5px;
}
header .top-bar > div {
  max-width: 1410px;
  margin: 0 auto;
}
header .logo {
  background-color: #fff;
  padding: 16px 0;
  flex: 0 1 375px;
  max-width: 250px;
  width: 100%;
  display: flex;
}
header .logo img {
  margin: 0;
}
header .safe-page {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}
header .safe-page img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
header .social a {
  color: #D5D5D5 !important;
  padding: 5px;
  font-size: 20px;
  margin-left: 8px;
}
header .social a:hover {
  color: #D5D5D5 !important;
}
header .pho {
  color: #2a4152;
  font-family: "Libre Caslon Display";
  font-size: 30px;
  font-weight: 600;
  line-height: 1.05;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
header .pho span {
  font-size: 25px;
  color: #D2D2D2;
}
header .phy {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.12;
}
header .phy i {
  color: #bdb4a8;
  font-family: fontello;
  font-size: 15px;
  font-weight: 400;
}
header .pho:hover {
  color: #D5D5D5;
}
header .he-contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .he-nav {
  flex: 0 0 800px;
  margin: 0 0 0 auto;
  padding: 5px;
}
header .he-btn {
  flex: 0 1 auto;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
header .he-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}
header .ra,
header .fm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 12px;
  padding: 12px 24px;
  line-height: 1.16;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
}
header .ra i,
header .fm i {
  display: block;
  font-size: 24px;
}
header .ra strong,
header .fm strong {
  display: block;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}
header .ra {
  color: #fff;
  background-color: #3c63b5;
  flex: 0 1 auto;
}
header .fm {
  flex: 0 1 auto;
}
header #main-header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0px;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
header #main-header > div {
  flex: 1 1 auto;
}
header #main-nav {
  align-self: center;
  flex: 0 1 1090px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #main-navbar {
  background-color: #2A4152;
}
header #main-navbar nav {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  padding: 8px 0;
}
header #main-navbar nav > ul {
  justify-content: flex-start;
  gap: 24px;
}
@media (min-width: 1025px) {
  .scrolled header {
    position: fixed !important;
    box-shadow: 1.5px 2.6px 59px rgba(16, 17, 17, 0.35);
  }
  .scrolled header .logo {
    padding: 5px;
    margin: 0;
  }
  .scrolled header .he-contact {
    justify-content: space-between;
  }
  .scrolled header .he-btn .ra {
    height: auto;
    padding: 10px;
  }
  .scrolled .top-bar {
    display: none;
  }
  .scrolled .he-contact.con {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 1025px) {
  header nav > ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
  nav {
    width: 100%;
    margin: 10px auto 0;
  }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  nav li {
    position: relative;
    margin: 0;
  }
  nav li a:hover {
    color: #fff;
  }
  nav > ul {
    font-size: 0;
    text-align: center;
    vertical-align: top;
    display: inline-block;
  }
  nav > ul > li {
    display: inline-block;
  }
  nav ul li:hover > ul {
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  nav > ul > li > a {
    position: relative;
    font-size: 16px;
    line-height: 1;
    color: #FFF;
    font-style: normal;
    display: block;
    padding: 6px 6px;
    transition: background 0.3s, color 0.3s;
  }
  nav > ul > li:hover > a {
    color: #D5D5D5;
  }
  nav > ul > li ul {
    position: absolute;
    z-index: 9999;
    display: none;
    width: 300px;
    background-color:  #2a4152;
  }
  nav > ul > li ul a:hover {
    background-color: #bdb4a8;
    color: #2a4152;
  }
  nav > ul li.has-children > a:after {
    content: "\e935";
    font-family: Fontello;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
  }
  nav > ul > li > ul {
    text-align: left;
    display: none;
    left: 0;
    top: 100%;
  }
  nav > ul li:hover > ul {
    display: block;
  }
  nav > ul > li ul li {
    display: block;
    margin: 0;
  }
  nav > ul > li > ul > li > ul {
    display: none;
    left: 100%;
    top: 0;
  }
  nav > ul > li > ul a {
    color: #fff;
    display: block;
    padding: 5px 5px;
    line-height: 30px;
    font-size: 16px;
  }
  nav > ul > li:last-child ul {
    right: 0;
    left: auto;
  }
  nav li:before {
    content: none;
  }
  .mean-show {
    display: none !important;
  }
  .has-submenu a {
    padding-right: 20px;
  }
  .has-submenu a div {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 8px;
  }
  .has-submenu a div:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  nav > ul > li.has-submenu > a {
    padding: 6px;
  }
  nav > ul > li.has-submenu > a > div {
    background-color: transparent;
    position: relative;
    display: inline-block;
  }
  nav > ul > li.has-submenu > a > div i {
    color: #D5D5D5;
  }
  nav > ul > li.has-submenu > a:hover div {
    background-color: transparent;
  }
  nav ul ul ul > .has-submenu > a i:before {
    content: "?";
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  header .he-btn {
    display: block;
    flex: 0 0 140px;
  }
  header .he-btn .fm i {
    display: none;
  }
  nav > ul > li > a {
    font-size: 15px;
  }
}
@media (max-width: 1100px) and (min-width: 1025px) {
  header .he-nav {
    flex: 0 1 700px;
  }
  header .phy br {
    display: inline;
  }
}
@media (max-width: 1024px) {
  header {
    background-color: #fff !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  body {
    right: 0;
    position: relative;
  }
  body,
  header,
  .mean-container .mean-nav {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mean-container .mean-bar,
  .mean-container .mean-nav {
    background-color: #2a4152;
  }
  body.mean-active header {
    left: -80%;
  }
  body.mean-active {
    overflow: hidden;
    right: 80%;
  }
  body.mean-active:before {
    z-index: 98;
    content: "";
    opacity: 0.7;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  body.mean-active .mean-container .mean-nav {
    right: 0;
  }
  .mean-container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mean-container a.meanmenu-reveal {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
  }
  .mean-container a.meanmenu-reveal.meanclose {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mean-container .mean-bar i {
    display: block;
  }
  .mean-container a.meanmenu-reveal i:before {
    margin: 0 !important;
  }
  .mean-container .mean-nav {
    font-size: 16px;
    position: fixed;
    right: -80%;
    margin: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
  }
  .mean-container .mean-nav ul li {
    position: relative;
    width: 100%;
  }
  .mean-container .mean-nav ul li a {
    display: block;
    padding: 1em 5%;
    padding-right: 58px !important;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
  }
  .mean-container .mean-nav ul li li a {
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
  }
  .mean-container .mean-nav ul li.mean-first a {
    border-top: none;
    margin-top: 0;
  }
  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
  }
  .mean-container .mean-nav ul li li li a {
    padding: 1em 15%;
  }
  .mean-container .mean-nav ul li li li li a {
    padding: 1em 20%;
  }
  .mean-container .mean-nav ul li li li li li a {
    padding: 1em 25%;
  }
  .mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
  }
  .mean-container .mean-nav ul li a.mean-expand {
    width: 48px;
    line-height: 47px;
    font-size: 20px;
    padding: 0 !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  }
  .mean-container .mean-nav ul li a.mean-expand:before {
    content: "\e825";
    font-family: "fontello";
    font-weight: 400;
    margin: 0;
    font-style: normal;
  }
  .mean-container .mean-nav ul li a.mean-expand.mean-clicked:before {
    content: "\e83a";
  }
  .mean-remove {
    display: none !important;
  }
  header,
  body.scrolled header {
    position: fixed;
  }
  .mean-container {
    flex-flow: row nowrap !important;
  }
  #main-header > div > a {
    flex: 0 1 auto;
  }
  nav > ul {
    display: none;
    text-align: center;
    margin: 0;
  }
  nav.opened > ul > li {
    margin: 0;
    text-align: center;
  }
  nav.opened > ul > li ul {
    padding-left: 0;
    text-align: center;
  }
  nav {
    width: 100%;
  }
  nav li {
    margin: 0;
  }
  header .header-contact {
    order: 0;
  }
  header #main-header {
    align-items: center;
    padding: 0;
  }
  #main-header .header-contact {
    flex: 0 1 auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #main-header .header-contact > * {
    margin: 0 5px;
  }
  #main-header .header-contact em {
    display: none;
  }
  header .pho {
    font-size: 22px;
  }
  header .phy {
    font-size: 12px;
    line-height: 1.1;
    text-align: center;
  }
  header .logo {
    margin: 0 auto 0 0;
    padding: 5px;
  }
  header .logo img {
    margin: 0;
    max-width: 200px;
  }
  header .he-contact {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  header .title {
    font-size: 20px;
    color: #fff;
  }
  header .hours {
    margin: 0 auto;
    max-width: 260px;
    text-align: left;
    color: #fff;
  }
  header .hours label {
    width: 100px;
  }
  header .mean-bar {
    flex: 0 0 auto !important;
  }
  header .he-contact {
    display: flex;
  }
  header #main-header > div,
  header #main-nav,
  header .he-nav {
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  #main-header .he-contact,
  header .top-bar {
    display: none;
  }
}

/* Fixed Tabs Container */
#fixed-tabs {
  position: fixed;
  right: 0;
  text-align: center;
  line-height: 1;
  font-size: 0;
  z-index: 510;
  display: flex;
  gap: 5px;
  padding: 10px;
  background-color: #f5f5f5; /* Fondo general */
  border-radius: 5px;
}

/* General Button Styles */
#fixed-tabs a {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background: #2a4152;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Button Text */
#fixed-tabs a span {
  z-index: 1;
}

/* Button Icons */
#fixed-tabs a i {
  font-size: 16px;
  position: absolute;
  right: 6px; /* Ajusta la posición del ícono */
  color: #ffffff; /* Cambia el color del ícono */
  z-index: 2; /* Asegúrate de que esté encima del fondo blanco */
}

/* Button Background Shapes */
#fixed-tabs a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 75%; /* Ajusta el tamaño de la sección blanca */
  background: #71808b;
  z-index: 0;
  transition: all 0.3s ease;
}
#fixed-tabs a.call::before {
  content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 75%;
    background: #71808b;
    z-index: 0;
    transition: all 0.3s ease;
}

/* Button Variants */
#fixed-tabs .ra {
  background-color: #2a4152; /* Rosa */
}

#fixed-tabs .call {
  background-color: #2a4152 !important;/* Azul */
}

#fixed-tabs .map {
  background-color: #2a4152; /* Naranja */
}

/* Hover Effects */
#fixed-tabs a:hover::before {
  left: 0;
}

#fixed-tabs a:hover i {
  color: #fff; /* Cambia el color del ícono al pasar el cursor */
}


@media (min-width: 1025px) {
  #fixed-tabs {
    position: absolute;
    top: 214px;
    display: none;
  }
  #fixed-tabs a {
    display: block;
    text-align: left;
    margin-left: auto;
  }
  #fixed-tabs a + a {
    margin-top: 8px;
  }
  #fixed-tabs a span {
    display: block;
  }
  #fixed-tabs a span:first-child {
    text-align: center;
    padding: 7px 0;
  }
  #fixed-tabs a span:last-child {
    position: absolute;
    left: 80px;
    top: 50%;
    width: 220px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  #fixed-tabs a,
  #fixed-tabs a span:first-child {
    width: 56px;
  }
  #fixed-tabs a:hover {
    width: 250px;
  }
  #fixed-tabs i {
    font-size: 20px;
  }
  #fixed-tabs em {
    display: block;
  }
  .scrolled #fixed-tabs i {
    font-size: 16px;
  }
  #fixed-tabs .fb:hover {
    background-color: #3b5998 !important;
  }
  #fixed-tabs .so:hover {
    background-color: #84bd00 !important;
  }
  #fixed-tabs .gp:hover {
    background-color: #dd4b39 !important;
  }
}
@media (min-width: 1280px) {
  #fixed-tabs {
    position: fixed;
    top: 245px;
  }
}
@media (max-width: 1024px) {
  #fixed-tabs {
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header .ra {
    display: none;
  }
  #fixed-tabs a {
    padding: 10px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #fixed-tabs a span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
  }
  #fixed-tabs a span:last-child {
    margin-left: 7px;
  }
  #fixed-tabs a strong {
    display: none;
  }
  footer {
    padding-bottom: 41px !important;
  }
  .mean-container .mean-nav {
    bottom: 41px;
  }
}
@media (max-width: 768px) {
  
  #fixed-tabs .call,
  #fixed-tabs .map {
    display: block;
  }
  #fixed-tabs a.fb,
  #fixed-tabs a.so,
  #fixed-tabs a.gp,
  #fixed-tabs a.fm {
    display: none;
  }
  #controls {
    padding-bottom: 16px;
  }

  .divider-body.no-img {
    padding-left: 14px;
    padding-right: 14px;
  }

  .more-to-explore > span {
    font-size: 70px;
  }

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

  main > p:first-of-type {
    margin-top: 60px;
  }
  
  .more-to-explore {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hours > div {
    line-height: 1.6;
  }

  main ul {
    padding-left: 16px;
    list-style: none;
  }

  .mean-nav .social {
    padding: 10px 0;
  }
}
.video-grid {
  margin: 30px auto;
  max-width: 1200px;
  justify-content: center;
}
.video-grid h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.video-grid article {
  max-width: 700px;
  flex: 0 1 31%;
}
.video-grid iframe,
video {
  width: 100%;
  margin-right:1em;
}
/* REMOVED: Banner section (lines 2733-2900) - now in critical.css */
#meet .sig {
  gap: 40px;
  margin-bottom: 24px;
}
#meet .sig a {
  text-transform: uppercase;
  color: #281e1d;
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.2px;
}
#meet .sig a:hover {
  color: #bdb4a8;
}
#values {
  margin: 125px auto 0;
}
#values .h2 {
  font-size: 40px;
  margin: 0 0 16px;
}
#values figure {
  flex: 0 1 500px;
}
#values figure h2 {
  color: #281e1d;
  font-family: Inter;
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
}
#values figure h2 span {
  display: block;
  color: #d5d5d5;
  font-family: "Libre Caslon Text", serif;
  font-size: 344px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.94;
}
#values .split > div {
  padding-bottom: 80px;
  align-items: flex-start;
  
}
#values article {
  flex: 0 1 700px;
  padding: 0 10px;
}
#values .awards {
  gap: 40px;
  align-items: stretch;
}
#values .awards span {
  max-width: 105px;
}
#values .awards span img {
  height: 100%;
}
#values .our-values {
  background-color: #F9F9F9;
  text-align: center;
  padding: 80px 10px 100px;
  
}
#values .links {
  margin-top: 60px;
  display: flex;
  gap: 24px;
}
#values .links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  color: #281e1d;
  
}
#values .links a h3 {
  font-size: 26px;
  color: #2a4152;
  
}

#values .links a p {
  margin: 10px 0 0;
  
  
}
#values .links a .img {
  flex: 0 0 60px;
  width: 98px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  line-height: 98px;
  text-align: center;
  margin-bottom: 16px;
}
#meet {
  padding: 80px 10px 80px;
  background-color: #FFF;
  position: relative;
}
#meet p {
  margin-bottom: 32px;
}
#meet figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a4152;
}
#meet figcaption span {
  margin: 0 24px;
}
#meet figcaption a {
  color: #2a4152;
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  display: flex;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
#meet figcaption a:hover {
  color: #bdb4a8;
}
#services {
  background-repeat: no-repeat;
  background-image: url(apart-bg.b8a7a3d3e2.png);
  background-position: center center;
  position: relative;
  background-color: #2a4152;
  padding: 100px 10px 100px;
  text-align: center;
}
/* #services:after {
  content: "";
  z-index: 5;
  background-color: #f9f9f9;
  width: 700px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
} */
#services .h2 {
  font-size: 50px;
  padding: 20px 0 10px;
}
#services a {
  margin-top: 24px;
}
#services .top {
  max-width: 1150px;
  margin: 0 auto;
}
#services .links {
  max-width: 1300px;
  margin: 0 auto;
}
#services .links a {
  flex: 1 1 25%;
  margin: 30px auto;
}
#services .links a h3 {
  color: #fff;
  margin-top: 5px;
}
#services .links a:hover h3 {
  color: #bdb4a8;
}
.author {
  margin-top: 100px !important;
  display: block;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
/* REMOVED: Sedation banner section - now in critical.css */
.reviews {
  background-image: url(welcome-img-bg.44244f684c.webp);
  background-size: cover;
  padding: 50px 10px 70px;
  margin: 0 auto;
  position: relative;
  background-position: center;
  display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}
.reviews .reviews-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  margin: 0;
  padding: 0;
  max-width: 1314px;
}
.testimonial-videos-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap:10px;
  padding:0 10px;
}
@media (max-width:590px){
  .testimonial-videos-wrapper {
      flex-direction: column;
    }
        .video-grid article {
          max-width: 700px;
          flex: 1;
}

.aligner-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.aligner-popup-content {
  background-color: #2a4152;
  border-radius: 8px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  color: #fff;
}

.aligner-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
}

.aligner-popup-close:hover {
  color: #ccc;
}

.aligner-popup-inner {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 40px;
}

.aligner-popup-image {
  width: 45%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.aligner-popup-text {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.aligner-popup-text h2 {
  font-size: 36px;
  color: #fff;
  padding-bottom: 20px;
  line-height: 1.3;
}

.aligner-popup-text h4 {
  font-size: 22px;
  color: #fff;
  padding-bottom: 15px;
}

.aligner-popup-text .countdown {
  margin: 15px 0;
}

.aligner-popup-text .countdown .countdown-box {
  font-size: 24px;
  min-width: 50px;
  padding: 5px 8px;
}

.aligner-popup-text .countdown .countdown-label {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .aligner-popup-inner {
    flex-direction: column;
    padding: 25px;
    gap: 20px;
  }

  .aligner-popup-image {
    width: 100%;
    max-height: 250px;
  }

  .aligner-popup-text {
    width: 100%;
    text-align: center;
  }

  .aligner-popup-text h2 {
    font-size: 26px;
  }

  .aligner-popup-text h4 {
    font-size: 18px;
  }

  .aligner-popup-text .countdown {
    justify-content: center;
  }

  .aligner-popup-text .countdown .countdown-box {
    font-size: 20px;
    min-width: 45px;
    padding: 4px 6px;
  }

  .aligner-popup-text .countdown .countdown-label {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  .aligner-popup-inner {
    padding: 20px 15px;
  }

  .aligner-popup-text h2 {
    font-size: 22px;
  }

  .aligner-popup-text h4 {
    font-size: 16px;
  }

  .aligner-popup-text .countdown {
    gap: 5px;
  }

  .aligner-popup-text .countdown .countdown-box {
    font-size: 18px;
    min-width: 40px;
    padding: 3px 5px;
  }
}

}
div#eapps-google-reviews-e8742eb9-f6fd-45a7-8769-e9aac9f2a9da {
    max-width: 1214px;
    margin: 0 auto;
}
.reviews h2 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 32px;
    text-align: center;
}
.reviews p {
  color: #fff;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.23;
  margin-bottom: 24px;
  text-align: center;
}
.reviews .icon-google {
  color: #dc4e41;
}
.reviews .icon-facebook {
  color: #4d70a8;
}
.reviews .icon-google,
.reviews .icon-facebook {
  font-size: 40px;
  display: block;
  margin: 0 auto 30px;
}
.reviews .slick-slide {
  padding: 10px;
}
.reviews .text-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.reviews .text-slide > * {
  max-width: 980px;
  margin: 0 auto;
}
.reviews #controls {
  max-width: 1200px;
  position: relative;
}
.reviews #controls .slick-dots li span {
  background-color: #fff;
}
.reviews .slick-dots {
  position: absolute;
  right: 0;
  bottom: 140px;
}
.reviews .arrow {
  line-height: 1;
  color: #fff;
  font-size: 100px;
  position: relative;
  bottom: 450px;
}
.reviews .arrow:hover {
  color: #bdb4a8;
}
.reviews .slick-slider {
  max-width: 1155px;
}
.reviews star {
  line-height: 1;
  display: block;
  text-align: center;
}
.reviews star:before {
  font-family: "fontello";
  font-weight: 400;
  margin: 0;
  font-style: normal;
  content: "\e80f \e80f \e80f \e80f \e80f";
  color: #febb21;
  font-family: fontello;
  font-size: 22px;
  letter-spacing: 8.8px;
}

 .youtube {
  border-radius: 8px;
  overflow: hidden;
}
 
 #apart {
  margin: 86px auto;
  padding: 10px;
  background-image: url(apart-bg.b8a7a3d3e2.png);
  background-position: center center;
}

#apart .content {
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; 
  gap: 40px; 
}

#apart .box {
  flex: 1 1 48%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#apart .center-box {
  flex: 1 1 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}

#apart .content figure p {
  margin: 8px 0 16px;
  text-align: center;
}

#apart .h2 {
  text-align: center;
  display: block;
  font-size: 42px;
}

#apart .h3 {
  color: #2A4152;
  font-size: 24px;
  text-align: center;
  margin-top: 24px;
}

#apart img {
  margin: 0 auto;
}

#apart a {
  margin: 0 auto;
  display: block;
}

#apart .services {
  text-align: center;
  margin-bottom: 16px;
}

#apart .services a {
  display: inline-flex;
  color: #281E1D;
  text-decoration: underline;
}

@media (max-width: 1023px) {
  #apart .content {
    flex-direction: column;
    align-items: center;
  }

  #apart .box,
  #apart .center-box {
    max-width: 100%;
  }
  #apart .box:nth-child(2),
  #apart .box:nth-child(3),
  #apart .center-box {
    margin-top: 40px; 
  }

  /* SEDATION BANNER */
  /* REMOVED: Sedation banner media query styles - now in critical.css */
  /* END SEDATION BANNER */
}

.ptb-4 {
  padding-bottom: 20px;
}

#map iframe {
  border-radius: 8px;
  margin-bottom: 24px;
}
#bottom-map {
  position: relative;
  background-color: #f9f9f9;
  padding: 135px 10px 130px;
}
#bottom-map .content > div {
  flex: 0 1 545px;
}
#bottom-map .h2 {
  font-size: 42px;
}
#index-tour .slick-slider {
  max-width: 545px;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
}
#index-tour .arrow {
  width: 52px;
  height: 52px;
  background-color: #d5d5d5;
  border-radius: 50%;
  line-height: 52px;
  position: relative;
  top: 240px;
  z-index: 200;
  font-size: 18px;
}
#index-tour .arrow:hover {
  background-color: #2a4152;
  color: #fff;
}
#index-tour #prev {
  left: -24px;
}
#index-tour #next {
  right: -24px;
}
#index-tour .caption {
  text-align: center;
  line-height: 1;
  color: #d5d5d5;
  font-family: "Libre Caslon Text", serif;
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1;
}
#index-tour .caption span span {
  color: #2a4152;
  font-size: 40px;
  display: inline-block;
  vertical-align: bottom;
}
#index-tour .caption li:not(.slick-active) {
  display: none;
}
#index-tour .caption {
  margin: 0 0 0 auto;
}
#index-tour #controls .slick-dots li span {
  width: auto;
  height: auto;
  margin: 0 auto;
  background: none;
}
.affil {
  background-color: #fff;
  padding: 16px 0.5rem 20px;
}
.ra-bar {
  position: relative;
  display: flex;
}
.ra-bar::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(office-bg.5efc809626.webp) no-repeat left bottom;
  background-size: cover;
  z-index: -1;
}
.ra-bar .container {
  max-width: 1300px;
  margin: 0 auto 0 8%;
  display: flex;
  gap: 50px;
}
.ra-bar > div {
  width: fit-content;
  z-index: 2;
  flex: 0 0 auto;
  position: relative;
}
.ra-bar .text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ra-bar .h2 {
  font-size: 50px;
  margin-bottom: 24px;
}
.ra-bar .cta-image {
  margin-top: -25px;
  flex: 0 0 auto;
}
#bottom-form {
  max-width: 590px;
  flex: 0 1 auto;
}
#bottom-form .sr-only {
  position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#bottom-form form > span {
  display: flex;
  vertical-align: middle;
  width: 100%;
  justify-content: space-between;
}
#bottom-form form {
  max-width: 1260px;
  width: 100%;
  min-height: 105px;
  margin: 30px auto 0;
  z-index: 1;
  position: relative;
  text-align: left;
  font-size: 16px;
}
#bottom-form .inputs {
  gap: 16px;
}
#bottom-form form div > span {
  display: block;
  flex: 0 1 395px;
}
#bottom-form form .input {
  display: block;
  margin: 0;
}
#bottom-form .block {
  margin: 15px 0;
}
#bottom-form input,
#bottom-form textarea,
#bottom-form select,
#bottom-form option {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  outline: none;
  border-radius: 8px;
  background-color: transparent;
}
#bottom-form.contact-form input,
#bottom-form.contact-form textarea,
#bottom-form.contact-form select,
#bottom-form.contact-form option {
  border: 1px solid #2a415283;
  color: #2A4152;
  font-size:16px;
}
#bottom-form .forms .selects {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#bottom-form option {
  color: #000;
}
#bottom-form input {
  min-height: 35px !important;
  margin: 0px 0px;
}
#bottom-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
#bottom-form::-webkit-input-placeholder {
  color: #A0AEC0;
}
#bottom-form::-moz-placeholder {
  color: #A0AEC0;
}
#bottom-form:-ms-input-placeholder {
  color: #A0AEC0;
}
#bottom-form:-moz-placeholder {
  color: #A0AEC0;
}
#bottom-form textarea {
  min-height: 140px;
  resize: none;
  margin-bottom: 16px;
}
#bottom-form button {
  margin: 20px 0 0;
  padding-left: 38px;
  padding-right: 38px;
}
#bottom-form button:hover {
  border-color: #FFF;
}
footer .title,
header .title {
  display: block;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.88;
  text-align: center;
}
footer .big-title,
header .big-title {
  display: block;
  color: #fff;
  font-family: "Libre Caslon Text", serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

footer .fo-hours .title {
  margin-bottom: 16px;
}
footer {
  background-color: #2a4152;
  color: #fff;
  font-size: 16px;
  font-family: "Inter";
  line-height: 1.75;
}
footer .divider {
  width: 1px;
  height: 507px;
  background-color: #fff;
  opacity: 0.17;
}
footer .fo-main {
  max-width: 1300px;
  display: block;
  margin: 0 auto;
  padding: 130px 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
footer .fo-contact {
  margin: 30px auto;
  text-align: center;
}
footer .pho {
  display: block;
  color: #fff;
  font-family: "Libre Caslon Text", serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
}
footer .pho:hover {
  color: #bdb4a8;
}
footer .phy {
  display: block;
  margin: 10px auto;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.38;
}
footer .phy:hover {
  color: #bdb4a8;
}
footer .hours {
  margin-top: 0;
}
.fo-bottom {
  background-color: #fff;
  padding: 10px;
}
.fo-bottom > div {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#copyright {
  font-size: 14px;
  font-family: "Inter";
  color: #2A4152;
  text-align: right;
  flex: 0 1 900px;
}
#copyright a {
  color: #2A4152;
  text-decoration: underline;
}
#copyright img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
#copyright a:hover {
  text-decoration: underline !important;
}
#copyright span span {
  margin: 0 20px;
}
#copyright .tnt {
  margin-left: 20px;
}
#copyright #copyDate {
  margin: 0;
  display: inline;
}
@media (max-width: 768px) {
  #copyright {
    text-align: center;
  }
  #copyright span {
    margin: 0 auto;
    display: block;
  }
  #copyright em {
    display: none;
  }

  .ra-bar::before{
    width: 100%;
  }

  .ra-bar .container {
    flex-direction: column-reverse;
    margin: 0 auto;
    padding-top: 3rem;
  }

  .ra-bar .text-col {
    padding: 0 10px 2rem;
  }

  .ra-bar .text-col br {
    display: none;
  }

  /* REMOVED: Button custom media query - now in critical.css */

  .youtube {
    border-radius: 0;
  }

  #values .links {
    display: block;
  }

  .doctor.reverse > div {
    display: flex !important;
    flex-direction: column-reverse;
  }

  .doctor.reverse > div article {
    flex: 1;
  }

  .rounded {
    border-radius: 0;
    margin: 0 auto;
  }

  #experience article {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .reviews {
    padding-bottom: 200px;
  }
  .reviews .arrow {
    font-size: 50px;
  }
  .reviews .arrow,
  .reviews .slick-dots {
    position: static;
  }
}
@media screen and (max-width: 1024px) {
  #bottom-map .h2 {
    margin-bottom: 24px;
  }

  .split > div,
  #bottom-map .flex,
  #page-title.flex,
  #page-title .container.flex,
  .plan {
    display: block;
    text-align: center;
  }
  #bottom-map iframe,
  #welcome article div {
    margin: 0 auto 24px;
  }
  #meet figure {
    display: table;
    margin: 0 auto;
  }
  .fo-bottom > div {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  footer .fo-main {
    display: block;
    padding: 30px 14px;
  }
  footer .fo-main .divider {
    display: none;
  }
  footer .hours {
    display: table;
    margin: 0 auto;
  }
  #bottom-form {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 800px) {
  #page-title .title-wrapper {
    padding: 60px 10px 40px;
  } 
  h1,
  #page-title h1,
  #page-title h1 + h2,
  h2,
  .h2,
  .banner h2 {
    font-size: 50px;
    line-height: 1.2;
  }
  h3,
  .reviews p {
    font-size: 25px;
    line-height: 1.2;
  }
  #services .links a h3 {
    font-size: 18px;
  }
  #experience .flex,
  #apart .content {
    display: block;
    text-align: center;
  }
  #experience .testimonial {
    margin-top:40px;
  }
  .contact-us .hours small {
    text-align: center;
  }
  .ra-bar .h2 {
    text-align: center;
  }
  #apart .content figure p {
    margin: 1em auto;
  }
  #apart .content img,
  #apart .content > div + div {
    margin: 0 auto;
  }
  #apart ul {
    display: table;
    margin: 0 auto;
  }
  #services .links a {
    flex: 1 1 50%;
  }
  #index-tour .arrow {
    position: static;
  }
  #index-tour .caption {
    margin: 0 auto;
  }
  .reviews,
  #bottom-map,
  #services,
  #meet {
    padding: 30px 10px;
  }
  .reviews:after,
  #bottom-map:after,
  #services:after,
  #meet:after {
    content: none;
  }
  #values figure h2 span {
    font-size: 200px;
  }
  body.no-main #page-title {
    padding: 70px 10px 40px;
  }
  body.no-main #page-title .title-wrapper {
    padding: 0;
  }
  #tour .arrow {
    position: static;
  }
}
@media screen and (max-width: 600px) {
  main,
  .contact-us h2,
  .contact-us h3 {
    text-align: center;
  }
  .animated,
  .wow {
    transition-property: none !important;
    transform: none !important;
    animation: none !important;
    visibility: visible !important;
  }
  #map,
  footer .gmap {
    display: none;
  }
  #bottom-form .forms .inputs {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #bottom-form .forms .inputs .input {
    flex: 1 !important;
  }
  .btn,
  .btn-alt {
    width: 100%;
    min-width: auto !important;
    margin: 10px auto;
  }
  #copyright {
    font-size: 16px;
    margin-top: 1rem;
    letter-spacing: 0;
  }
  #copyright img {
    max-width: 50px;
  }
  #values .links a {
    display: block;
  }
  #values .links a .img {
    margin: 0 auto;
  }
  .affil {
    display: none;
  }
  #welcome .sig {
    display: block;
  }
  #pay-form td,
  #pay-form tr,
  #pay-form tbody,
  #pay-form table {
    display: block;
    width: 100%;
  }
  #pay-form .btn {
    white-space: normal;
  }
  .social a + a {
    margin-left: 10px;
  }

  h1,
  #page-title h1,
  #page-title h1 + h2,
  h2,
  .h2,
  .banner h2 {
    font-size: 40px;
    line-height: 1.2;
    
  }
}
.holiday-hrs {
  background-color: #2a4153;
  padding: 15px;
  text-align: center;
}
.holiday-hrs a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .holiday-hrs {
    padding: 9px;
  }
}
@media screen and (max-width: 600px) {
  .holiday-hrs a {
    font-size: 14px;
  }
}
.btn-video {
  color: #fff;
  margin-top: 20px;
}
.btn-video:hover {
  color: #e5e5e5;
}
.page-divider .divider-body .section-toggle .has-h3 {
  clear: both;
  display: table;
  width: 100%;
  margin: 20px auto;
  text-align: left;
}
.page-divider .divider-body .section-toggle .has-h3 h3 {
  margin: 0 auto 10px;
  text-align: left;
}
.section-toggle {
  display: none;
  margin-top: 20px;
}
button.togg {
  transition: 0.4s all;
}
@media (max-width: 750px) {
  .has-h3,
  .has-h3 h3 {
    text-align: center;
  }
  .meet-landing {
    flex-direction: column;
  }
  .meet-center.doctor {
    padding-top: 40px;
  }
  .doctor {
    padding: 60px 0 0;
  }

  .doctor.last {
    padding: 80px 0;
  }
}
.section-toggle {
  display: none;
  background-color: #fff;
  padding: 30px 20px;
  max-width: 97%;
  box-shadow: 1px 1px 8px #00000054;
  margin: 0 auto 0;
  position: relative;
  z-index: 12;
}
.togg-container {
  max-width: 1050px;
  margin: auto;
}
button.togg {
  transition: 0.4s all;
}
.sv-close {
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.sv-close svg {
  margin-left: 10px;
  max-width: 50px;
  height: auto;
  transition: 0.3s all;
}
.sv-close:hover svg * {
  fill: #2a4152;
}

/* Ensure in mobile view the image in .experience appears below the text */
@media screen and (max-width: 768px) {
  .experience .flex {
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .experience .flex figure {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .experience .flex figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .experience .flex article {
    margin: 0 0 10px;
    width: 100%;
  }
}
.sv-close:hover #Path_2166 {
  fill: #fff;
}


/* btns style */

/* REMOVED: Button styles - now in critical.css */

.fill-light-blue-line {
  border: 1px solid #FFF;
  background: #3C63B5;
  color: #FFF;
}
.sectionwrapperflex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 48px;
  width: 100%;
  margin: 0 auto 48px auto;
  max-width: 1200px;
}
@media (max-width:760px) {
  .sectionwrapperflex {
      display: flex;
      flex-direction:column;
      padding: 10px;
      
    }
}
.wrapperflexitem {
  width: 100%;
}
.fill-light-blue-line:hover {
  background: #2A4152;
  color: #FFF;
}

.fill-dark-blue {
  border: 1px solid #2A4152;
  background: #2A4152;
  color: #FFF;
}
.fill-dark-blue:hover {
  border: 1px solid #3C63B5;
  background: #3C63B5;
  color: #FFF;
}
.fill-white {
  border: 1px solid #FFF;
  background: #FFF;
  color: #2A4152;
}
.fill-white:hover {
  border: 1px solid #2A4152;
  background: #2A4152;
  color: #FFF;
}

.fill-dark-blue-line {
  border: 1px solid #FFF;
  background: #2A4152;
  color: #FFF;
}

.fill-dark-blue-line:hover {
  background: #3C63B5;
  color: #FFF;
}

ol li {
  list-style:normal;
}
main .page-divider img {
  border-radius:8px;
}
@media (max-width:768px) {
  main .page-divider img {
      border-radius: 0px;
    }
}

.outline-darkblue {
  border: 1px solid #2A4152;
  background: #FFF;
  color: #2A4152;
}

.outline-darkblue:hover {
  border: 1px solid #3C63B5;
  background: #FFF;
  color: #3C63B5;
}

.outline-light-blue {
  border: 1px solid #3C63B5;
  background: #FFF;
  color: #3C63B5;
}

.outline-light-blue:hover {
  border: 1px solid #2A4152;
  background: #FFF;
  color: #2A4152;
}
.center-button{
  display: flex;
  margin:0 auto;
}

.successMsg{
  transition: height 0.5s, opacity 0.8s;
  height: 0;
  opacity: 0;
  overflow: hidden;
  color: #FFF;
}

.successMsg.show{
  height: 120px;
  opacity: 1;
  padding-top: 20px;
}

.successMsg h3 {
  font-size: 20px;
  color: #FFF;
  padding-bottom: 24px;
}

.successMsg h5 {
  color: #FFF;
}

.successMsg, .successMsg h3, .successMsg h5 {
  color: #2A4152;
}

.fo-main .successMsg, .fo-main .successMsg h3, .fo-main .successMsg h5 {
  color: #FFF;
}

.errorMsg {
  transition: height 0.5s, opacity 0.8s;
  height: 0;
  opacity: 0;
  overflow: hidden;
  display: block;
}

.errorMsg.show{
  height: fit-content;
  opacity: 1;
  padding-bottom: 1rem;
  padding-top: 20px;
}

.errorMsg h4 {
  color: crimson;
}
.bottom-cta-section{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  gap:20px;
  padding:3rem 3rem 5rem 3rem;
}
.bottom-cta-section h2,
.bottom-cta-section p{
  text-align: center;
  line-height: normal;
    padding: 0;
    margin-block: 8px;
}

@media (min-width: 1023px) {
  .page_meet-the-team .divider-body {
      position: relative;
      margin: 0px auto;
      padding: 25px 0 25px;
  }
}
.periodontics-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: center;
  max-width: 1200px;
  margin: 0px auto 50px; 
}

.periodontics-services > div {
  border: 1px solid #ddd;
  padding: 10px;
}
.periodontics-services > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  justify-content: flex-start;
}
.periodontics-services img {
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .periodontics-services {
    grid-template-columns: 1fr; 
  }
}
@media (max-width: 768px) {
  .mobile-hide{
    display: none;
  }
}
.home-title {
  padding-bottom: 30px;
  line-height: 87px !important;

}
@media screen and (max-width: 600px) {
 .home-title {
      line-height: 55px !important;
  }
}

.experience {
  margin: 60px auto;
}

.experience .flex {
  gap: 40px;
  align-items: center;
}

.experience article {
  flex: 0 1 800px;
  padding: 10px;
}

.experience .h1 {
  display: block;
}

.experience .h2 {
  font-size: 50px;
  padding: 28px 0 30px;
}

.experience p {
  margin: 0 0 32px;
}

.experience figure {
  max-width: 500px; 
  width: 100%;
}

.experience img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .experience {
    margin-top: 30px;
  }
  .experience .flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .experience article {
    flex: 1 1 auto;
    width: 100%;
  }

  .experience figure {
    margin-top: 20px;
  }
  .experience .buttons {
    display: flex;
    flex-direction: column;
    gap: 16px; 
  }
}

.video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(42, 65, 82, 0.8);
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
}
#apart h3{
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .space-top {
    padding-top: 70px; 
  }
}
@media (max-width: 800px) {
  main .elem-right, main .elem-left {
      max-width: 95%;
  }
}

/* ALIGNER-DAY */
.aligner-day {
  max-width: 2560px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: #2a4152;
  color: #fff;
  padding: 80px 0;
}

.aligner-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  max-width: 1320px; 
  margin: 0 auto;
  position: relative; 
}

.aligner-image {
  width: 45%; 
  height: 420px; 
  object-fit: cover;
  object-position: center;
  flex-shrink: 0; 
  border-radius: 8px;
}

.aligner-text {
  width: 55%; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0;
  
}

.aligner-text h2 {
  font-size: 46px;
  color: #fff;
  padding-bottom: 30px;
  line-height: 60px;
}
.aligner-text h4 {
  font-size: 26px;
  color: #fff;
  padding-bottom: 15px; 
}
.countdown {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  align-items: center;
  justify-content: flex-start;
}
.countdown-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countdown-box {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  min-width: 60px;
  color: #2a4152;
}
.countdown-label {
  font-size: 14px;
  margin-top: 5px; 
}
.btn-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .aligner-day {
    margin-top: 120px;
    padding-bottom: 50px;
    padding-top: 0;
    
  }
  #values {
    margin-top: -20px;
  }

  .aligner-content {
      flex-direction: column;
      text-align: center;
      gap: 20px;
  }
  
  .aligner-image {
      width: 100%;
      max-height: 400px;
  }
  
  .aligner-text {
      width: 100%;
      text-align: center;
     
  }
  
  .countdown {
      justify-content: center;
  }
  
  .aligner-content h4 {
    text-align: center;
    font-size: 24px;
  }
  .aligner-day .btn-custom {
    margin-top: 20px;
  }
 
}
.bold-option {
  font-weight: 600;
}


