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

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

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:    #0d2545;
  --navy2:   #132f57;
  --gold:    #b8963e;
  --gold2:   #d4af5a;
  --light:   #f4f7fc;
  --white:   #ffffff;
  --text:    #2c3e50;
  --muted:   #6b7a8d;
  --border:  #dce6f3;
  --red:     #c0392b;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

/* ── UTILITY ── */
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.btn-primary {
  display: inline-block; background: var(--gold); color: #fff;
  padding: 14px 32px; border-radius: 4px; font-weight: 600;
  font-size: 0.95rem; text-decoration: none; letter-spacing: 0.04em;
  transition: background 0.25s, transform 0.2s;
  border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--gold2); transform: translateY(-1px); color: #fff;}

.btn-outline {
  display: inline-block; border: 2px solid #fff; color: #fff;
  padding: 12px 30px; border-radius: 4px; font-weight: 600;
  font-size: 0.95rem; text-decoration: none; letter-spacing: 0.04em;
  transition: all 0.25s;
}
.btn-outline:hover { background: #fff; color: var(--navy); }

.section-tag {
  display: inline-block; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 12px;
}
h2.section-title {
  font-family: 'Playfair Display', serif; font-size: 2.4rem;
  color: var(--navy); line-height: 1.25; margin-bottom: 16px;
}
.section-intro {
  font-size: 1.05rem; color: var(--muted); line-height: 1.75;
  max-width: 620px;
}

/* ── TOPBAR ── */
.topbar {
  background: #305CDE; padding: 9px 0;
  font-size: 0.82rem; color: rgba(255,255,255,0.75);
}
.topbar .container {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 8px;
}
.topbar a { color: rgba(255,255,255,0.85); text-decoration: none; }
.topbar a:hover { color: var(--gold2); }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 20px; }
.topbar-icon { margin-right: 5px; }

/* ── NAVBAR ── */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 16px rgba(13,37,69,0.1);
  z-index: 99999;
}
.navbar .container {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; padding-bottom: 16px;
}
.logo { text-decoration: none; line-height: 1.2; }
.logo-name {
  font-family: 'Playfair Display', serif; font-size: 1.28rem;
  font-weight: 700; color: var(--navy); display: block;
}
.logo-sub {
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gold);
}
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin:0;}
.nav-links li { margin:0; }
.nav-links a {
  text-decoration: none; color: var(--text); font-size: 0.9rem;
  font-weight: 500; padding: 6px 14px; border-radius: 4px;
  transition: color 0.2s, background 0.2s;
}
.nav-links a:hover { color: var(--navy); background: var(--light); }
.nav-appt {
  background: #305CDE; color: #fff !important;
  padding: 10px 20px !important; border-radius: 4px !important;
}
.nav-appt:hover { background: var(--navy2) !important; }

/* ── HERO ── */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0d2545 0%, #1a3f73 55%, #0d2545 100%);
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 70% 50%, rgba(184,150,62,0.10) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 30% 20%, rgba(255,255,255,0.04) 0%, transparent 70%);
}
.hero-ekg {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 55%; height: 320px; opacity: 0.07;
}
.hero-content {
  position: relative; z-index: 2; max-width: 680px; padding: 80px 0;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(184,150,62,0.15); border: 1px solid rgba(184,150,62,0.35);
  color: var(--gold2); font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 40px; margin-bottom: 24px;
}
.hero h1 {
  font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: #fff; line-height: 1.15; margin-bottom: 22px;
}
.hero h1 span { color: var(--gold2); }
.hero p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
  margin-bottom: 36px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-stats {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  background: rgba(255,255,255,0.06); backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-stats .container {
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding-top: 24px; padding-bottom: 24px; gap: 16px;
}
.stat { text-align: center; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--gold2); }
.stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.6); margin-top: 2px; }

/* ── ACCREDITATION BAR ── */
.accred-bar {
  background: var(--light); border-bottom: 1px solid var(--border); padding: 20px 0;
}
.accred-bar .container {
  display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap;
}
.accred-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.82rem; font-weight: 600; color: var(--muted);
  letter-spacing: 0.04em; text-transform: uppercase;
}
.accred-icon { font-size: 1.2rem; }

/* ── SERVICES ── */
.services { padding: 96px 0; background: var(--white); }
.services-header { margin-bottom: 56px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-card {
  background: var(--light); border: 1px solid var(--border); border-radius: 12px; padding: 36px 30px;
  transition: box-shadow 0.25s, transform 0.25s; position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 0; background: var(--gold);
  transition: height 0.3s; border-radius: 0 0 4px 4px;
}
.service-card:hover { box-shadow: 0 12px 40px rgba(13,37,69,0.12); transform: translateY(-3px); }
.service-card:hover::before { height: 100%; }
.service-icon {
  width: 56px; height: 56px; background: #305CDE; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 20px;
}
.service-card h3 { font-family: 'Playfair Display', serif; font-size: 1.18rem; color: var(--navy); margin-bottom: 10px; font-weight: 600; }
.service-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.7; }
.service-link {
  display: inline-flex; align-items: center; gap: 6px; font-size: 0.85rem; font-weight: 600; color: var(--gold); text-decoration: none; margin-top: 16px; transition: gap 0.2s;
}
.service-link:hover { gap: 10px; }

/* ── CONDITIONS ── */
.conditions { padding: 80px 0; background: #305CDE; }
.conditions .section-title { color: #fff; }
.conditions .section-intro { color: rgba(255,255,255,0.65); }
.conditions-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.condition-pill {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px; padding: 20px 18px; display: flex; align-items: center; gap: 12px;
  transition: background 0.2s, border-color 0.2s; cursor: default;
}
.condition-pill:hover { background: rgba(184,150,62,0.12); border-color: rgba(184,150,62,0.35); }
.condition-dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.condition-pill span { font-size: 0.9rem; color: rgba(255,255,255,0.85); font-weight: 500; }

/* ── DOCTOR SECTION ── */
.doctor { padding: 100px 0; background: var(--white); }
.doctor .container { display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px; align-items: center; }
.doctor-img-wrap { position: relative; }
.doctor-img-placeholder {
  width: 100%; aspect-ratio: 4/5; background: linear-gradient(145deg, #e8f0fb 0%, #d0dff5 100%);
  border-radius: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: var(--navy); font-size: 0.9rem; text-align: center; border: 3px dashed #a0bce0; position: relative; overflow: hidden;
}
.doctor-badge-card {
  position: absolute; bottom: -24px; right: -24px; background: #305CDE;
  border-radius: 12px; padding: 20px 24px; box-shadow: 0 12px 32px rgba(13,37,69,0.25); min-width: 200px;
}
.doctor-badge-card .badge-title { font-size: 0.72rem; color: var(--gold2); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; }
.doctor-badge-card .badge-name { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: #fff; font-weight: 600; }
.doctor-badge-card .badge-cred { font-size: 0.78rem; color: rgba(255,255,255,0.6); margin-top: 2px; }
.doctor-content .section-tag { margin-top: 0; }
.doctor-content h2 { margin-bottom: 20px; }
.doctor-content p { font-size: 0.98rem; color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.credential-list { list-style: none; margin: 24px 0 32px; display: flex; flex-direction: column; gap: 10px; }
.credential-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.9rem; color: var(--text); }
.cred-check {
  width: 20px; height: 20px; background: rgba(184,150,62,0.12); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 0.75rem; flex-shrink: 0; margin-top: 1px;
}

/* ── TECHNOLOGY ── */
.technology { padding: 96px 0; background: var(--light); }
.tech-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 56px; }
.tech-card {
  background: var(--white); border-radius: 12px; padding: 32px; border: 1px solid var(--border); display: flex; gap: 20px; align-items: flex-start;
}
.tech-icon {
  width: 52px; height: 52px; background: #305CDE; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0;
}
.tech-card h3 { font-size: 1.05rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.tech-card p { font-size: 0.87rem; color: var(--muted); line-height: 1.65; }

/* ── PATIENT EXPERIENCE ── */
.patient { padding: 96px 0; background: var(--white); }
.patient .container { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.steps { list-style: none; margin: 32px 0; display: flex; flex-direction: column; gap: 24px; }
.step { display: flex; gap: 18px; align-items: flex-start; }
.step-num {
  width: 40px; height: 40px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 700; color: #fff; flex-shrink: 0;
}
.step h4 { font-size: 1rem; font-weight: 600; color: var(--navy); margin-bottom: 4px; }
.step p { font-size: 0.88rem; color: var(--muted); line-height: 1.6; }
.appt-card {
  background: linear-gradient(145deg, var(--navy) 0%, #1a3f73 100%); border-radius: 16px; padding: 48px 40px; box-shadow: 0 20px 60px rgba(13,37,69,0.25);
}
.appt-card h3 { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: #fff; margin-bottom: 12px; }
.appt-card p { font-size: 0.95rem; color: rgba(255,255,255,0.7); margin-bottom: 28px; line-height: 1.6; }
.appt-form { display: flex; flex-direction: column; gap: 14px; }
/* Override Gravity Form base styles for consistency */
.appt-form input, .appt-form select, .appt-form textarea {
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2) !important;
  border-radius: 6px; padding: 13px 16px !important; color: #fff !important; font-size: 0.92rem;
  font-family: 'Inter', sans-serif; outline: none; transition: border-color 0.2s; width: 100%;
}
.appt-form input::placeholder, .appt-form textarea::placeholder { color: rgba(255,255,255,0.45); }
.appt-form input:focus, .appt-form select:focus, .appt-form textarea:focus { border-color: var(--gold2) !important; }
.appt-form select option { color: #000; background: #fff; }
.appt-form .gform_button { background: var(--gold) !important; border:none; font-weight: bold; text-transform: uppercase; cursor: pointer; }

/* ── TESTIMONIALS ── */
.testimonials { padding: 96px 0; background: var(--light); }
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.test-card { background: var(--white); border-radius: 12px; padding: 36px 30px; border: 1px solid var(--border); }
.stars { color: var(--gold); font-size: 1rem; margin-bottom: 16px; letter-spacing: 2px; }
.test-card blockquote {
  font-size: 0.95rem; color: var(--text); line-height: 1.75; font-style: italic; margin-bottom: 20px; border-left: 3px solid var(--gold); padding-left: 16px;
}
.test-author { display: flex; align-items: center; gap: 12px; }
.test-avatar {
  width: 42px; height: 42px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 0.9rem;
}
.test-name { font-weight: 600; font-size: 0.9rem; color: var(--navy); }
.test-sub { font-size: 0.78rem; color: var(--muted); }

/* ── INSURANCE ── */
.insurance { padding: 72px 0; background: #305CDE; text-align: center; }
.insurance .section-title { color: #fff; text-align: center; }
.insurance .section-intro { margin: 12px auto 48px; text-align: center; color: rgba(255,255,255,0.6); }
.ins-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.ins-pill {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; padding: 16px 12px; font-size: 0.82rem; color: rgba(255,255,255,0.75); font-weight: 500; text-align: center; transition: background 0.2s;
}
.ins-pill:hover { background: rgba(184,150,62,0.15); }

/* ── CONTACT / MAP ── */
.contact { padding: 96px 0; background: var(--white); }
.contact .container { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-info h2 { margin-bottom: 20px; }
.contact-info p { font-size: 0.95rem; color: var(--muted); line-height: 1.75; margin-bottom: 32px; }
.contact-blocks { display: flex; flex-direction: column; gap: 20px; }
.contact-block {
  display: flex; gap: 16px; align-items: flex-start; padding: 20px; background: var(--light); border-radius: 10px; border: 1px solid var(--border);
}
.cblock-icon {
  width: 44px; height: 44px; background: var(--navy); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0;
}
.cblock-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); font-weight: 700; margin-bottom: 4px; }
.cblock-val { font-size: 0.95rem; font-weight: 600; color: var(--navy); }
.cblock-sub { font-size: 0.82rem; color: var(--muted); margin-top: 2px; }
.map-placeholder {
  width: 100%; height: 400px; background: linear-gradient(145deg, var(--light) 0%, #dce6f3 100%); border-radius: 16px; border: 2px dashed var(--border); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: 0.88rem; text-align: center;
}

/* ── FOOTER ── */
footer { background: #081a36; color: rgba(255,255,255,0.6); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.footer-brand .logo-name { color: #fff; font-size: 1.2rem; }
.footer-brand .logo-sub { color: var(--gold2); }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; margin-top: 14px; color: rgba(255,255,255,0.5); }
.footer-col h4 { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold2); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin:0; padding:0; }
.footer-col ul li a { font-size: 0.87rem; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold2); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: rgba(255,255,255,0.35);
}
.footer-bottom a { color: rgba(255,255,255,0.4); text-decoration: none; }
.footer-bottom a:hover { color: var(--gold2); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .conditions-grid { grid-template-columns: repeat(2, 1fr); }
  .doctor .container { grid-template-columns: 1fr; }
  .doctor-badge-card { right: 16px; bottom: -16px; }
  .tech-grid { grid-template-columns: 1fr; }
  .patient .container { grid-template-columns: 1fr; }
  .test-grid { grid-template-columns: 1fr; }
  .ins-grid { grid-template-columns: repeat(3, 1fr); }
  .contact .container { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-stats .container { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
  .conditions-grid { grid-template-columns: 1fr 1fr; }
  .ins-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  h2.section-title { font-size: 1.9rem; }
}
blockquote {
    padding: 0px;
    margin: 0px;
}

blockquote:after {
    opacity: 0;
}
.bottom-footer {
    display: flex;
    justify-content: space-between;
}

.menu-item-has-children ul.sub-menu {
    position: absolute;
    background: var(--border);
    width: 200px;
    list-style: none;
    border-radius: 10px;
    left: 50% !important;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    top: 100%;
}

ul.nav-links li {
    position: relative;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.menu-item-has-children > a:after {
    top: 5px;
    right: 2px;
}

section#conditions .btn-outline-green {
    color: #fff !important;
}

.heart-container {
      width: 500px;
      height: 500px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .neon-heart {
      width: 100%;
      height: 100%;
      fill: none;
      stroke: var(--sColor);
      stroke-linecap: round;
      stroke-linejoin: round;
      /* Futuristic multi-layered glow */
      filter: drop-shadow(0 0 8px rgba(100,180,255,0.8))
              drop-shadow(0 0 24px rgba(100,180,255,0.6))
              drop-shadow(0 0 40px rgba(100,180,255,0.4));
      transform-origin: center;
      animation: neon-pulse 1.5s infinite ease-in-out;
    }

    /* Lub-dub double beat animation */
    @keyframes neon-pulse {
      0% {
        transform: scale(1);
        opacity: 0.7;
        stroke-width: 3px;
      }
      15% {
        transform: scale(1.1);
        opacity: 1;
        stroke-width: 5px;
      }
      30% {
        transform: scale(1);
        opacity: 0.8;
        stroke-width: 3px;
      }
      45% {
        transform: scale(1.1);
        opacity: 1;
        stroke-width: 5px;
      }
      60% {
        transform: scale(1);
        opacity: 0.7;
        stroke-width: 3px;
      }
      100% {
        transform: scale(1);
        opacity: 0.7;
        stroke-width: 3px;
      }
    }

    /* Subtle background glow pulsing with the heart */
    .bg-glow {
      position: absolute;
      width: 400px;
      height: 400px;
      background: radial-gradient(circle, rgba(100,180,255,0.15) 0%, rgba(13,37,69,0) 70%);
      border-radius: 50%;
      z-index: -1;
      animation: bg-pulse 1.5s infinite ease-in-out;
    }

    @keyframes bg-pulse {
      0%, 30%, 60%, 100% { transform: scale(1); opacity: 0.5; }
      15%, 45% { transform: scale(1.2); opacity: 1; }
    }

div#appointment {
    color: #fff;
}

div#appointment #field_2_6 {
    font-size: 15px;
}

#appointment div#field_1_12 {
    font-size: 13px;
}

div#appointment .gform_body div input,div#appointment .gform_body div select {
    width: 100% !important;
}

p.appt-sub {
    margin: 0px;
}

p.appt-sub + p {
    font-size: 14px;
}

div#appointment textarea {
    height: 100px !important;
}

li#menu-item-199 {
	display: none;
}
@media (min-width: 881px) {
	span.expand-me {
		display: none;
	}
}

#page {
	padding: 0px !important;
}

@media (max-width: 880px) {
	header .menu-item-has-children ul.sub-menu {
		position: relative;
		display: none;
		width: 98%;
		margin: 0px auto;
		left: auto !important;
		transform: none !important;
	}

	span.main-toggler {
		width: 100%;
		display: block;
		position: relative;
	}

	span.expand-me {
		position: absolute;
		right: 0px;
		color: #fff;
		cursor: pointer;
	}

	ul.nav-links li {
		padding: 5px 0px;
	}

	.sub-menu a {
		color: #000 !important;
	}
	html a#pull:after {
		top: 0px;
		right: 0px;
		position: relative;
	}

	.nav-logo {
		flex: 1 1 300px;
	}
	html .mobile-menu-active .main-container {
		left: 0px;
	}

	.mobile-menu-active .main-container .nav-links {
		display: block;
		background: var(--navy);
		z-index: 999999;
	}

	ul.nav-links {
		position: absolute;
		top: 100%;
		background: var(--green3);
		width: 100%;
		left: 0px;
		padding: 20px 15px;
	}

	ul.nav-links a {
		color: #fff;
	}
	html a#pull {
    width: auto;
}

#page.homepage {
    padding: 0px !important;
}

.topbar {
    display: none;
}

ul.nav-links {}

section#home > div:nth-child(1) {width: 100% !important;right: 0px !important;opacity: 0.1;}

section#home {
    display: block;
    min-height: initial;
    padding-bottom: 0px;
}

.hero-stats {
    position: relative;
}
}

svg.neon-heart {
    position: relative;
    z-index: 10;
    stroke: #fff;
}

html .meetd {
	height: 364px;}

  .testimonial-box-dm blockquote {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
 border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 20px;
    margin: 20px !important;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
 border-radius: 8px;}

.testimonial-box-dm blockquote:after {
font-size: 40px;
color: #0e070714;
}

.dm-slide-main .dm-flex > div {
    flex: 1 1 50%;
}

html .dm-slide-main .newCon {
    height: 100% !important;
    order: 2;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 20%;
    opacity: 0.6;
}

.sr {
    padding: 0px 15px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.sr h2 {
    color: #fff;
    font-size: 45px;
    line-height: 1.2;
}

.s-c p {
    font-size: 23px;
    line-height: 1.2;
    text-align: center;
}

html #slider-primary .dm-slide-main {
    height: calc(100vh - 120px);
    max-height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

@media (max-width:880px) {
	html #slider-primary .dm-slide-main {
		height: 450px;
	}
	html .dm-slide-main .newCon {
		order: inherit;
		height: 100%;
	}
	.sr h2 {
		font-size: 35px;
	}

	.sr {
		padding: 30px 15px;
	}
}

.primary-ser-container.clearfix.hide-xs {
    width: 100%;
    position: relative;
}

a.btn {color: #fff !important;}

.appt-card
 {
	 background: linear-gradient(145deg, #305CDE 0%, #305CDE 100%);}