/*
Theme Name: Celebrity Dental - Child
Version: 1.0
Description: A child theme of DMM by Almina
Template: mts_schema
Text Domain: schema
*/

@import url("../mts_schema/style.css");

:root {
  --dm-navy: #071f52;
  --dm-ink: #0b1f44;
  --dm-body: #123163;
  --dm-slate: #3d5078;
  --dm-muted: #667085;
  --dm-card: #f0f0f0;
  --dm-line: #dcdcdc;
}

* {
  box-sizing: border-box;
}

body.main {
  font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
  color: var(--dm-body);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

body.main a {
  /* color: var(--dm-navy); */
  text-decoration: none;
}
body.main a:hover {
  color: #2f82d9;
}
.dm-home h1,
.dm-home h2,
.dm-home h3,
.dm-home h4,
.dm-home p {
  margin: 0;
}
.dm-home img {
  display: block;
  max-width: 100%;
}
.dm-serif {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: var(--dm-ink);
}

.dm-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.dm-wrap-lg {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.dm-wrap-sm {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.dm-btn-solid {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--dm-navy);
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 28px;
  border-radius: 3px;
}
.dm-btn-solid:hover {
  background: #0c3384;
  color: #fff !important;
}
.dm-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--dm-navy);
  color: var(--dm-navy) !important;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 3px;
}
.dm-btn-outline:hover {
  background: var(--dm-navy);
  color: #fff !important;
}
.dm-btn-white {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: var(--dm-navy) !important;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 26px;
  border-radius: 3px;
}
.dm-btn-white:hover {
  background: var(--dm-navy);
  color: #fff !important;
}

.dm-topbar {
  background: var(--dm-navy);
  color: #fff;
  font-size: 15px;
  min-height: 70px;
  display: flex;
  align-items: center;
}
.dm-topbar-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 52px;
  flex-wrap: wrap;
}
.dm-topbar a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
}
.dm-topbar a:hover {
  color: #bcd4ff;
}
.dm-topbar-address span {
  display: block;
  max-width: 236px;
  line-height: 1.35;
}
.dm-topbar-social {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 21px;
}
.dm-topbar-social a {
  display: inline-flex;
}

.dm-header {
  background: #fff;
  min-height: 135px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}
.dm-header-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.dm-logo img {
  width: auto;
}
.dm-nav .menu {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 17px;
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.dm-nav .menu li {
  position: relative;
}
.dm-nav .menu > li > a {
  color: var(--dm-ink);
  display: flex;
  align-items: center;
  gap: 9px;
}
.dm-nav .menu > li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  opacity: 0.8;
}
.dm-nav .menu .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 250px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(11, 31, 68, 0.14);
  padding: 10px 0;
  display: none;
  z-index: 30;
}
.dm-nav .menu li:hover > .sub-menu {
  display: block;
}
.dm-nav .menu .sub-menu li a {
  display: block;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 600;
  color: var(--dm-ink);
}
.dm-nav .menu .sub-menu li a:hover {
  background: #f4f6fa;
  color: #2f82d9;
}
.dm-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.dm-rating-word {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1;
}
.dm-rating-stars {
  display: flex;
  gap: 2px;
  color: #f4a300;
  font-size: 15px;
}
.dm-rating-count {
  font-size: 14px;
  font-weight: 700;
  color: var(--dm-ink);
  text-align: center;
  line-height: 1;
  display: block;
  width: 160px;
}
.dm-mobile-toggle {
  display: none;
}

.dm-hero-wrap {
  position: relative;
}
.dm-hero {
  position: relative;
  height: 789px;
  overflow: hidden;
  background-size: cover;
  background-position: center 35%;
}
.dm-hero-overlay {
  position: absolute;
  inset: 0;
  background: #00000061;
}
.dm-hero-inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 196px 20px 0 40px;
}
.dm-hero-copy {
  max-width: 660px;
}
.dm-hero-copy h1 {
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}
.dm-hero-line {
  display: block;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.28;
}
.dm-hero-line.dm-hero-eyebrow {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.32;
}
.dm-hero-sub {
  color: #fff;
  font-size: 20px;
  line-height: 1.65;
  max-width: 620px;
  margin-top: 26px !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.dm-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  color: var(--dm-navy) !important;
  font-size: 17px;
  font-weight: 700;
  padding: 19px 32px;
  border-radius: 6px;
  margin-top: 38px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}
.dm-hero-btn:hover {
  background: var(--dm-navy);
  color: #fff !important;
}
.dm-hero-panel {
  position: absolute;
  top: 0;
  left: calc(50% + 75px);
  right: 0;
  height: 819px;
  background: rgba(139, 193, 217, 0.52);
  z-index: 3;
  pointer-events: none;
  display: none;
}
.dm-hero-form {
  position: absolute;
  top: 196px;
  left: calc(50% + 100px);
  width: 437px;
  padding: 26px 26px 24px;
  background: rgb(255 255 255 / 56%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  z-index: 4;
}
.dm-hero-form-title {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}
.dm-hero-form-title em {
  color: #ffd7d7;
  font-style: normal;
}
.dm-hero-radio {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 17px;
  margin-bottom: 14px;
  cursor: pointer;
}
.dm-hero-radio i {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: block;
}
.dm-hero-next {
  width: 100%;
  border: 0;
  background: #4a7ba7;
  color: #fff;
  font-family: inherit;
  font-size: 17px;
  padding: 15px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 8px;
}
.dm-hero-next:hover {
  background: #3c688f;
}
.dm-hero-rule {
  height: 8px;
  background: var(--dm-navy);
  position: relative;
  z-index: 1;
}

.dm-quick {
  background: #fff;
  position: relative;
  z-index: 2;
}
.dm-quick-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.dm-quick-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -46px;
}
.dm-quick-icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #0c2a66;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
}
.dm-quick-link:hover .dm-quick-icon {
  background: #0c3384;
}
.dm-quick-label {
  margin-top: 18px;
  font-size: 22px;
  font-weight: 700;
  color: var(--dm-ink);
  text-align: center;
  line-height: 1.28;
  max-width: 210px;
}

.dm-strip {
  margin-top: 74px;
  border-top: 1px solid #a2abbe;
  border-bottom: 1px solid #a2abbe;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  font-size: 17px;
  font-weight: 600;
  flex-wrap: wrap;
  padding: 12px 20px;
}
.dm-strip a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--dm-ink);
}

.dm-about {
  padding: 86px 0 96px;
}
.dm-about-grid {
  max-width: 1195px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 456px 1fr;
  gap: 88px;
  align-items: start;
}
.dm-doctor-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.dm-doctor-card {
  border: 1px solid #e6e8ec;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(11, 31, 68, 0.05);
  padding: 24px 20px 26px;
  text-align: center;
  background: #fff;
}
.dm-doctor-card img {
  width: 167px;
  height: 167px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}
.dm-doctor-card h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--dm-ink);
  margin-top: 22px !important;
}
.dm-doctor-card p {
  font-size: 17px;
  color: var(--dm-muted);
  margin-top: 16px !important;
}
.dm-about-copy h2 {
  font-size: 46px;
  line-height: 1.45;
  border-left: 3px solid var(--dm-ink);
  padding-left: 22px;
}
.dm-about-copy .dm-editor {
  margin-top: 34px;
}
.dm-about-copy p {
  font-size: 18px;
  line-height: 1.85;
  color: var(--dm-body);
  margin-bottom: 26px;
}
.dm-about-rule {
  height: 1px;
  background: #dfe3ea;
  margin: 34px 0 30px;
  max-width: 380px;
}
.dm-about-actions {
  display: flex;
  gap: 24px;
  margin-top: 38px;
  flex-wrap: wrap;
}

.dm-reviews {
  width: calc(50% + 769px);
  background: var(--dm-slate);
  border-radius: 0 16px 16px 0;
  box-shadow: 0 26px 40px rgba(11, 31, 68, 0.16);
  padding: 50px 0 56px;
}
.dm-reviews-inner {
  max-width: 1196px;
  margin-left: auto;
  margin-right: 208px;
  padding: 0 20px;
}
.dm-reviews-inner h2 {
  font-size: 30px;
  color: #fff;
  border-left: 3px solid #fff;
  padding-left: 18px;
  line-height: 1.3;
}
.dm-reviews-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 44px;
}
.dm-review-track {
  display: flex;
  gap: 27px;
  overflow-x: auto;
  scroll-behavior: smooth;
  flex: 1;
  scrollbar-width: none;
}
.dm-review-track::-webkit-scrollbar {
  display: none;
}
.dm-review-card {
  flex: 0 0 225px;
  background: #fbfbfb;
  border-radius: 3px;
  padding: 16px 14px 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  position: relative;
}
.dm-review-card > .fa-google {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 17px;
  color: #4285f4;
}
.dm-review-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dm-review-head img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.dm-review-name {
  font-size: 15px;
  font-weight: 600;
  color: #1a73e8;
}
.dm-review-date {
  font-size: 13px;
  color: #70757a;
  margin-top: 2px;
}
.dm-review-stars {
  display: flex;
  gap: 2px;
  color: #f4a300;
  font-size: 15px;
  margin-top: 14px;
}
.dm-review-body {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin-top: 12px;
  height: 120px;
  overflow-y: auto;
  padding-right: 8px;
}
.dm-review-body::-webkit-scrollbar {
  width: 9px;
}
.dm-review-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.dm-review-body::-webkit-scrollbar-thumb {
  background: #c9c9c9;
  border-radius: 2px;
}
.dm-review-arrow {
  background: none;
  border: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 26px;
  cursor: pointer;
  padding: 0 4px;
}
.dm-review-arrow:hover {
  color: #fff;
}
.dm-review-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1a73e8;
  display: block;
  margin: 26px auto 0;
}
.dm-reviews-more {
  text-align: center;
  margin-top: 26px;
}
.dm-reviews-more a {
  color: #fff;
  font-size: 17px;
}
.dm-reviews-more a:hover {
  color: #cfe0ff;
}

.dm-services {
  padding: 120px 0 0;
}
.dm-section-title {
  font-size: 46px;
  text-align: center;
}
.dm-section-sub {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: var(--dm-body);
  margin: 10px auto 0 !important;
  max-width: 960px;
}
.dm-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 41px 40px;
  margin-top: 56px;
}
.dm-service-card {
  background: var(--dm-card);
  border: 1px solid var(--dm-line);
  border-radius: 8px;
  padding: 38px 34px 34px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 387px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.dm-service-card > i {
  font-size: 40px;
  color: var(--dm-ink);
}
.dm-service-card img {
  width: 46px;
  height: auto;
  margin: 0 auto;
}
.dm-service-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--dm-ink);
  margin-top: 26px !important;
}
.dm-service-card p {
  font-size: 18px;
  line-height: 1.65;
  color: var(--dm-body);
  margin-top: 22px !important;
  max-width: 400px;
}
.dm-service-card .dm-btn-solid {
  margin-top: auto;
  font-size: 15px;
  padding: 9px 22px;
}
.dm-center {
  text-align: center;
}
.dm-mt-56 {
  margin-top: 56px;
}

.dm-why {
  width: calc(50% + 759px);
  margin-left: auto;
  margin-top: 96px;
  background: var(--dm-slate);
  border-radius: 16px 0 0 16px;
  box-shadow: 0 26px 44px rgba(11, 31, 68, 0.18);
  padding: 64px 0 56px 48px;
}
.dm-why-inner {
  max-width: 1360px;
}
.dm-why-head {
  display: grid;
  grid-template-columns: 465px 1fr;
  gap: 38px;
  align-items: center;
}
.dm-why-head img {
  width: 465px;
  height: 271px;
  object-fit: cover;
  border-radius: 2px;
}
.dm-why-titles {
  border-left: 3px solid #fff;
  padding-left: 22px;
}
.dm-why-titles h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35;
}
.dm-why-titles h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
  margin-top: 4px !important;
}
.dm-why-list {
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 1290px;
}
.dm-why-list li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.dm-why-list li i {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}
.dm-why-list li p {
  color: #fff;
  font-size: 17px;
  line-height: 1.65;
}
.dm-why-list li strong {
  font-weight: 800;
}
.dm-why-cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
  padding-right: 344px;
}

.dm-plans {
  padding: 110px 0 0;
}
.dm-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 56px;
}
.dm-plan-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 22px rgba(11, 31, 68, 0.1);
  padding: 42px 30px;
  text-align: center;
  min-height: 312px;
}
.dm-plan-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--dm-ink);
}
.dm-plan-price {
  font-size: 30px;
  font-weight: 800;
  color: var(--dm-ink);
  margin-top: 28px;
}
.dm-plan-card p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--dm-body);
  margin-top: 28px !important;
}

.dm-insurance {
  padding: 88px 0 96px;
  overflow: hidden;
}
.dm-insurance h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: var(--dm-ink);
}
.dm-insurance-marquee {
  margin-top: 62px;
  overflow: hidden;
}
.dm-insurance-track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
}
.dm-insurance-track img {
  height: 34px;
  width: auto;
  object-fit: contain;
  flex: 0 0 auto;
}
.dm-insurance-link {
  text-align: center;
  margin-top: 74px;
  font-size: 17px;
}

.dm-smile {
  background: var(--dm-card);
  padding: 86px 0 88px;
}
.dm-smile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 100px;
}
.dm-smile-item {
  text-align: center;
}
.dm-smile-item .dm-smile-images {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 26px;
}
.dm-smile-item .dm-smile-images img {
  width: 50%;
  height: auto;
  border-radius: 4px;
}
.dm-smile-tab {
  font-size: 24px;
  font-weight: 700;
  color: var(--dm-ink);
  letter-spacing: 0.4px;
}

.dm-faq {
  padding: 100px 0 110px;
}
.dm-faq-list {
  margin-top: 58px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.dm-faq-item {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 14px rgba(11, 31, 68, 0.1);
}
.dm-faq-head {
  width: 100%;
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 26px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  color: #222;
}
.dm-faq-chevron {
  font-size: 15px;
  color: #333;
}
.dm-faq-panel {
  height: 0;
  overflow: hidden;
}
.dm-faq-panel p {
  padding: 0 26px 22px;
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

.dm-cta {
  background: #f7f7f7;
  min-height: 494px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.dm-cta-grid {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 600px;
  gap: 60px;
  align-items: end;
  min-height: 494px;
}
.dm-cta-copy {
  text-align: center;
  align-self: center;
}
.dm-cta-copy h2 {
  font-size: 52px;
  line-height: 1.35;
}
.dm-cta-copy p {
  font-size: 18px;
  line-height: 1.7;
  margin: 30px auto 0;
  max-width: 520px;
}
.dm-cta-copy .dm-btn-solid {
  margin-top: 38px;
  font-size: 17px;
  padding: 16px 32px;
}
.dm-cta-phone {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: var(--dm-body);
}
.dm-cta-photo {
  width: 500px;
  height: 349px;
  object-fit: cover;
  object-position: top;
  align-self: end;
}

.dm-map {
  padding: 96px 0 108px;
}
.dm-map-frame {
  margin-top: 58px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(11, 31, 68, 0.14);
}
.dm-map-frame iframe {
  width: 100%;
  height: 406px;
  border: 0;
  display: block;
}

.dm-footer {
  background: var(--dm-navy);
  color: #fff;
  padding: 74px 0 40px;
}
.dm-footer-cols {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 60px;
  align-items: start;
}
.dm-footer-badge {
  text-align: center;
}
.dm-footer-badge a {
  color: #2f82d9;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.55;
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.dm-footer-badge a:hover {
  color: #69a9ec;
}
.dm-footer-badge p {
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  margin-top: 26px;
  color: #fff;
}
.dm-footer h4 {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
}
.dm-footer-hours {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 17px;
  max-width: 360px;
}
.dm-footer-hours p,
.dm-footer-hours .dm-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
}
.dm-footer-contact {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 17px;
}
.dm-footer-contact a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
}
.dm-footer-contact a:hover {
  color: #9ec6f5;
}
.dm-footer-btn {
  display: block;
  text-align: center;
  background: #fff;
  color: var(--dm-navy) !important;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 3px;
  margin-top: 28px;
}
.dm-footer-btn:hover {
  background: #2f82d9;
  color: #fff !important;
}
.dm-footer-rule {
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
  margin: 44px 0 30px;
}
.dm-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.dm-footer-social {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 26px;
}
.dm-footer-social a {
  color: #fff;
}
.dm-footer-social a:hover {
  color: #9ec6f5;
}
.dm-footer-credits {
  font-size: 15px;
  color: #fff;
}
.dm-footer-credits a {
  color: #fff;
}
.dm-footer-credits a:hover {
  color: #9ec6f5;
}

@media only screen and (max-width: 1400px) {
  .dm-hero-form {
    width: 400px;
    left: auto;
    right: 40px;
  }
  .dm-hero-panel {
    left: calc(50% + 40px);
  }
  .dm-reviews {
    width: calc(100% - 60px);
  }
  .dm-reviews-inner {
    margin-right: 60px;
  }
  .dm-why {
    width: calc(100% - 60px);
  }
  .dm-why-cta {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .dm-topbar-inner {
    gap: 26px;
  }
  .dm-header-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .dm-hero {
    height: auto;
    padding-bottom: 60px;
  }
  .dm-hero-inner {
    padding: 90px 20px 40px;
  }
  .dm-hero-panel {
    display: none;
  }
  .dm-hero-form {
    position: static;
    width: 100%;
    max-width: 520px;
    margin: 34px 0 0;
    background: rgba(7, 31, 82, 0.72);
  }
  .dm-about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .dm-why-head {
    grid-template-columns: 1fr;
  }
  .dm-why-head img {
    width: 100%;
    height: auto;
  }
  .dm-cta-grid {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
  .dm-cta-photo {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .dm-hero-line {
    font-size: 34px;
  }
  .dm-hero-line.dm-hero-eyebrow {
    font-size: 24px;
  }
  .dm-section-title {
    font-size: 32px;
  }
  .dm-quick-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
  .dm-quick-link {
    margin-top: 0;
  }
  .dm-quick {
    padding: 40px 0 10px;
  }
  .dm-service-grid,
  .dm-plan-grid,
  .dm-smile-grid,
  .dm-footer-cols {
    grid-template-columns: 1fr;
  }
  .dm-services,
  .dm-plans,
  .dm-faq,
  .dm-map {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .dm-why,
  .dm-reviews {
    width: 100%;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dm-reviews-inner {
    margin: 0 auto;
    padding: 0;
  }
  .dm-cta-copy h2 {
    font-size: 34px;
  }
  .dm-footer-bottom {
    justify-content: center;
    text-align: center;
  }
}

.dm-topbar * {
    color: #fff !important;
}

div#page {
    padding: 0px;
}

.dm-footer-bottom * {
    color: #fff !important;
}

.bottom-footer {
    display: flex;
}

.bottom-footer p {
    margin-left: 10px;
    margin-bottom: 0px;
}

.dm-footer-cols * {
    color: #fff;
}

html #secondary-navigation a {
    padding: 10px;
}

#secondary-navigation ul#menu-main-menu li a {
    /* color: #000 !important; */
    text-transform: none;
}


#logo a {
    display: block;
}

#logo img {
    margin: 0px;
    max-width: 200px;
}

#logo {
    margin: 0px;
}

.dmm-ba img {
    height: 100% !important;
    object-fit: cover;
}

nav {
    float: none !important;
}

@media (min-wdith: 881px){
	div#mobile-menu-overlay {
		display: none;
	}

	a#pull {
		display: none;
	}
}

a.dm-rating {
    width: 110px;
}

.social-icons a {
    margin-left: 4px;
}

section.dm-hero > video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.dm-insurance-marquee img {
    max-height: 50px;
}

@media (max-width: 880px) {
	.dm-topbar {
		display: none;
	}

	html a#pull {
		margin: 0px !important;
	}

	html a#pull:after {
		position: relative;
		top: 0px;
		left: 0px;
		margin: 0px auto;
		width: 100%;
		text-align: center;
	}

	.dm-hero-form {
		max-width: 90%;
		margin: 20px auto;
		background: #fff;
		box-shadow: 0px 1px 10px #0000004d;
	}
	
	.dm-header-inner {
		padding: 0px;
	}

	.dm-logo.logo-wrap {
		margin: 0px;
	}
}