body {
  font-family: "Work Sans", sans-serif;
  color: rgb(102, 102, 102);
}

a {
  color: rgb(102, 102, 102);
  text-decoration: none;
}

.blue_btn {
  background: #1c348c;
}

.blue_text {
  color: #1c348c;
}

.light_blue_text {
  color: #1a579d;
}

.blue_bg {
  background: #1c348c;
}

.title_color {
  color: rgb(64, 64, 64);
}

.floating_logo {
  position: absolute;
  left: 7%;
  top: -29px;
}
@media only screen and (max-width: 600px) {
  .floating_logo {
    position: inherit;
  }
}

.section_title {
  font-size: 28px;
  position: relative;
  padding-left: 10px;
}
.section_title span {
  color: #1c348c;
}
.section_title::before {
  content: "";
  background: rgb(28, 52, 140);
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
}

.testimonials .testimonial_heading {
  font-size: 28px;
  position: relative;
  padding-left: 10px;
}
.testimonials .testimonial_heading span {
  color: #1c348c;
}
.testimonials .testimonial_heading::before {
  content: "";
  background: rgb(28, 52, 140);
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
}

.section_center_title {
  font-size: 28px;
}

.block_title {
  font-size: 18px;
}

.block_center_title {
  font-size: 28px;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

@media only screen and (max-width: 600px) {
  .navbar {
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    top: 0;
  }
  .navbar .floating_logo {
    width: 60px;
  }
}
.navbar .navbar-brand {
  width: 15%;
}
@media only screen and (max-width: 600px) {
  .navbar .navbar-brand {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 600px) {
  .navbar .offcanvas .offcanvas-header .offcanvas_logo {
    width: 85px;
  }
}
.navbar .offcanvas .offcanvas-body {
  align-items: baseline;
}
@media only screen and (max-width: 600px) {
  .navbar .offcanvas .offcanvas-body {
    background: #1a579d;
  }
}
.navbar .offcanvas .offcanvas-body .navbar-nav {
  gap: 5px;
}
@media only screen and (max-width: 600px) {
  .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item a {
    color: #fff;
  }
}
.navbar .offcanvas .offcanvas-body .navbar-nav .dropdown-menu {
  --bs-dropdown-link-active-bg: #1c348c;
  border-radius: 0%;
}
@media only screen and (max-width: 600px) {
  .navbar .offcanvas .offcanvas-body .navbar-nav .dropdown-menu {
    --bs-dropdown-bg: transparent;
    --bs-dropdown-border-color: transparent;
    --bs-dropdown-divider-bg: transparent;
  }
}
.navbar .offcanvas .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0px 3px 1px 5px;
  font-size: 15px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .navbar .offcanvas .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0px 3px 1px 15px;
  }
  .navbar .offcanvas .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item::before {
    content: "";
    background: #fff;
    width: 10px;
    height: 2px;
    left: 4px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.book_appt_btn {
  font-size: 14px;
  padding: 4px 4px !important;
  margin-left: 22px;
}
@media only screen and (max-width: 600px) {
  .book_appt_btn {
    font-size: 10px;
    right: 139px;
    top: 13px;
    z-index: 1000;
  }
}

.book_appt_btn1 {
  font-size: 17px;
  position: fixed;
  top: 250px;
  left: -44px;
  rotate: 90deg;
  z-index: 10;
}
@media only screen and (max-width: 600px) {
  .book_appt_btn1 {
    font-size: 10px;
    position: fixed;
    right: 74px;
    top: 18px;
    z-index: 1000;
    rotate: 0deg;
  }
}

#move_top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  background-color: rgba(28, 52, 140, 0.631372549);
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
}
#move_top img {
  filter: invert(1);
}

.banner {
  margin-top: 115px;
}
@media only screen and (max-width: 767px) {
  .banner {
    margin-top: 0px;
  }
}
.banner img {
  min-height: 650px;
  max-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .banner img {
    min-height: 150px;
    max-height: 150px;
  }
}

.relex_smile_banner {
  margin-top: 115px;
}
@media only screen and (max-width: 767px) {
  .relex_smile_banner {
    margin-top: 0px;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .mcvds.mobile {
    justify-content: center;
    gap: 10px;
  }
  .mcvds.mobile a.mca {
    font-size: 10px;
  }
  .mcvds.mobile a.mca img {
    width: 10px;
  }
}
.counter-count {
  height: 100%;
}/*# sourceMappingURL=common.css.map */