@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");

:root {
  --primary-color: #553722;
  --secondary-color: #ffffff;
}

body, html {
  overflow-x: hidden !important;
  max-width: 100%;
  font-family: var(--font-name), sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400; }

.dancing-script {
  font-family: var(--font-name), sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3 {
  font-family: var(--font-name), sans-serif;
  font-weight: 400;
  margin-bottom: 20px; }

h1 {
  font-size: 4rem;
  line-height: 4rem; }

h2 {
  font-size: 2.5rem;
  line-height: 3.125rem; }

h3 {
  font-size: 2.1rem;
  line-height: 2.725rem;
  margin-bottom: 15px; }

h4, h5, h6, p, .tiny_text, a {
  font-family: var(--font-name), sans-serif; }

h4 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-bottom: 15px; }

h5 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 15px; }

h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px; }

p {
  font-size: 16px;
  margin-bottom: 15px; }

.tiny_text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px; }

a {
  text-decoration: none; }

.large_practice_name_line_1 {
  font-size: 30px; }

.large_practice_name_line_2 {
  font-size: 20px; }

.large_optional_tag {
  font-size: 20px; }

.large_contact_number {
  font-size: 26px; }

.medium_practice_name_line_1 {
  font-size: 24px; }

.medium_practice_name_line_2 {
  font-size: 18px; }

.medium_optional_tag {
  font-size: 18px; }

.medium_contact_number {
  font-size: 24px; }

.small_practice_name_line_1 {
  font-size: 20px; }

.small_practice_name_line_2 {
  font-size: 16px; }

.small_optional_tag {
  font-size: 16px; }

.small_contact_number {
  font-size: 20px; }

.btn {
  background: var(--primary-color);
  margin-top: 10px;
  padding: 0.6rem 1.5rem;
  border-radius: 10px;
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s; }

.btn:hover {
  background: var(--secondary-color); }

.padding_tb {
  padding: 5rem 0; }

.padding_bottom {
  padding-bottom: 5rem; }

.padding_top {
  padding-top: 5rem; }

header {
  background: linear-gradient(to bottom, var(--primary-color), var(--primary-color), var(--primary-color));
  color: #ffffff;
  padding: 20px 0; }
  header p {
    color: #E0D0A2; }
  header img {
    width: 60px;
    margin-right: 15px; }

.layout1 {
  padding: 1rem 0;
  background: url("../images/banner-background.gif") no-repeat bottom/cover;
  color: #ffffff; }
  .layout1 .dentistry {
    font-family: var(--font-name), sans-serif;
    margin-bottom: 0; }

.layout2 {
  background-color: var(--primary-color); }
  .layout2 .inner_box {
    max-width: 1400px;
    margin: auto;
    background-color: #E0D0A2; }
  .layout2 .links.row a {
    display: block;
    color: var(--primary-color);
    margin-bottom: 15px; }
    .layout2 .links.row a:hover {
      color: #999; }
  .layout2 .d_block {
    background: linear-gradient(to bottom, #E0D0A2, #E0D0A2);
    padding: 20px;
    outline: 10px solid #E0D0A2;
    border-radius: 20px;
    box-shadow: 0 0 16px #000000;
    margin-top: 26px; }
    .layout2 .d_block a {
      display: block;
      color: var(--primary-color); }
  .layout2 .sidebar_box {
    background-color: var(--primary-color);
    padding: 1rem; }
    .layout2 .sidebar_box .contact_box {
      background-color: #E0D0A2;
      padding: 20px; }
      .layout2 .sidebar_box .contact_box form input, .layout2 .sidebar_box .contact_box form textarea {
        width: 100%;
        background-color: #ffffff;
        border: 1px solid lightgray;
        padding: 5px;
        margin-bottom: 5px; }
      .layout2 .sidebar_box .contact_box form input[type='submit'] {
        width: auto; }
    .layout2 .sidebar_box .below_contact_box {
      color: #ffffff; }
      .layout2 .sidebar_box .below_contact_box a {
        color: #83b8e9;
        text-decoration: underline; }
    .layout2 .sidebar_box .sidebar_bottom {
      color: #ffffff; }
      .layout2 .sidebar_box .sidebar_bottom .links a {
        display: block;
        margin-bottom: 5px;
        color: #E0D0A2;
        padding-left: 15px; }
        .layout2 .sidebar_box .sidebar_bottom .links a:last-child {
          margin-bottom: 20px; }
      .layout2 .sidebar_box .sidebar_bottom p {
        margin-bottom: 5px; }

footer {
  background: linear-gradient(to bottom, var(--primary-color), var(--primary-color), var(--primary-color));
  color: #ffffff;
  padding: 2rem 0; }
  footer .ftr_links {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    text-align: center; }
    footer .ftr_links a {
      color: #ffffff;
      text-decoration: underline;
      display: block; }
  footer a {
    color: #ffffff; }

.nav_bar {
  background-color: var(--primary-color);
  text-transform: uppercase; }
  .nav_bar * {
    font-size: 14px; }
  .nav_bar .navbar {
    background-color: var(--primary-color) !important; }
  .nav_bar .dropdown-menu {
    background-color: var(--primary-color);
    border: none; }
    .nav_bar .dropdown-menu .dropdown-item {
      color: #f8f9fa; }
      .nav_bar .dropdown-menu .dropdown-item:hover {
        color: #ffffff; }
  .nav_bar .dropdown-item:focus, .nav_bar .dropdown-item:hover {
    background-color: #767676; }
  .nav_bar .dropdown-submenu:focus, .nav_bar .dropdown-submenu:hover {
    background-color: #767676; }
  .nav_bar .dropdown-submenu .dropdown-menu {
    left: 100%;
    bottom: 0;
    margin-left: 0.1rem; }
  @media (min-width: 992px) {
    .nav_bar .dropdown-submenu:hover > .dropdown-menu,
    .nav_bar .dropdown:hover > .dropdown-menu {
      display: block;
      transition: all 0.3s ease; } }
  .nav_bar .navbar-toggler-icon {
    transition: transform 0.3s ease; }
  .nav_bar .navbar-toggler.collapsed .navbar-toggler-icon {
    transform: rotate(0deg); }
  .nav_bar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(90deg); }
  .nav_bar .dropdown-menu.show {
    display: block; }
  .nav_bar .navbar-nav.me-auto.mb-2.mb-lg-0 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }

.layout1 .swiper {
  width: 100%;
  height: 100%; }
.layout1 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center; }
.layout1 .slide-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem; }
.layout1 .slide-text {
  flex: 1;
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1.2s ease-in-out; }
  .layout1 .slide-text.fade-in-left {
    opacity: 1;
    transform: translateX(0); }
.layout1 .slide-image {
  opacity: 0;
  transform: translateX(40px);
  transition: all 1.2s ease-in-out; }
  .layout1 .slide-image.fade-in-right {
    opacity: 1;
    transform: translateX(0); }
  .layout1 .slide-image img {
    width: 100%;
    height: auto;
    border-radius: 8px; }
.layout1 .fade-in-left {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.2s ease-in-out; }
.layout1 .fade-in-right {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.2s ease-in-out; }

@media (max-width: 992px) {
  html {
    font-size: 90%; }

  .column_reverse {
    flex-direction: column-reverse; }

  .layout1 {
    background-position: unset; }

  .nav_bar .navbar-nav.me-auto.mb-2.mb-lg-0 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; } }
@media (max-width: 767px) {
  html {
    font-size: 80%; }

  .swiper-slide {
    flex-direction: column-reverse !important; } }

/*# sourceMappingURL=style.css.map */
#introParagraph table {
  table-layout: fixed;
    width: 100%;
}
#introParagraph table a img {
  max-width: 100%;
  margin:0 !important;
  height: auto !important;
}
.right-content p img{
  max-width: 100% !important;
  width: 100% !important;
}


li.dropdown-submenu { position: relative; }

ul.dropdown-submenu ul.dropdown-menu { 
    position: absolute; 
    right: 0;
    top: 0;
}

.procedure-update-list .smile-set a {
    color: #000;
    text-decoration: none;
}
.procedure-update-list .smile-set a u {
    text-decoration: none;
}

.service-card.contact-us table {
  width: 100% !important;
}

.navbar .dropdown-item:hover { background-color: #333333; color: #fff; }

.contactus-update-list {
  padding: 30px;
}

.smile-update-list { padding: 30px; }

.smile-update-list h2 { margin-top: 0 !important; }

.smile-update-list a { color: #000; text-decoration: none; }

footer .ftr_links a { color: #ffffff !important; text-decoration: none; }

.nav_bar .dropdown-submenu .dropdown-menu { top: 0; min-height: 250px; }

.navbar .dropdown-item:hover { background-color: #767676; }

.update-sidebar p { color: #fff; }
.list-group-item .fw-bold { color: #fff; }

.update-sidebar a.btn:hover {  color: #fff; }
.update-sidebar a { 
  border: 2px solid #ffffff;
}
#introParagraph .table tr { background: transparent; }

.right-content p img {
  max-width: 100% !important;
  width: 100% !important;
}
.right-content a img{
  width: auto !important;
  margin: 15px;
}
.swiper {
    height: max-content;
}
iframe {
    width: 100%;
    height: 100%;
}
.nav_bar .dropdown-submenu .dropdown-menu {
    min-height: max-content;
}
.nav_bar .dropdown-submenu .dropdown-menu {
    min-height: max-content;
}
.swiper { height: max-content !important; }


@media (min-width: 1200px) {
    .services_section.row .col-md-3 { width: 21% !important; margin-right: 40px !important; margin-bottom: 30px; }
}

    .hero { padding: 0; margin: 0; }
    .hero-canvas-wrap { width: 100%; }
    #heroCanvas { width: 100%; height: auto; display: block; background: transparent; }