/* ==========================================================================
   McTech Dental Lab — custom styles (Bootstrap 3 site)
   ========================================================================== */

:root {
  --accent: #1BA5DC;
  --band: #1B72A6;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #0F1619;
}

h1, h2, h3, .heading-black {
  font-family: 'Archivo Black', sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin: 0;
}

.script-font {
  font-family: 'Dancing Script', cursive;
}

a {
  transition: opacity .15s ease;
}
a:hover, a:focus {
  text-decoration: none;
  opacity: .75;
}

.container-narrow {
  max-width: 1180px;
  margin: 0 auto;
}

/* Buttons -------------------------------------------------------------- */
.btn-outline {
  background: transparent;
  border: 1px solid #0F1619;
  color: #0F1619;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-radius: 0;
  display: inline-block;
}
.btn-outline:hover { color: #0F1619; opacity: .6; }

.btn-outline-light {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-light:hover { color: #fff; }

.btn-outline-muted {
  background: transparent;
  border: 1px solid #B0BFBD;
  color: #5A6967;
}
.btn-outline-muted:hover { color: #5A6967; }

/* Navbar ----------------------------------------------------------------*/
.mct-nav-wrap {
  position: sticky;
  top: 16px;
  z-index: 1000;
}
.mct-navbar .navbar-nav > li > a img {
    height: 150px !important;
}
.affix {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.affix img {
    display: none;
}
.mct-navbar {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    border: none;
    border-bottom: 1px solid #ebebeb;
    box-shadow: none;
    border-radius: 0;
    padding: 8px 12px;
}
.mct-navbar .navbar-brand {
  padding: 8px 0;
}
.mct-navbar .navbar-brand img {
  height: 40px;
  width: auto;
}
.mct-navbar .navbar-nav > li > a {
  font-size: 15px;
  font-weight: 600;
  color: #4A5755;
  letter-spacing: .01em;
  padding-top: 18px;
  padding-bottom: 18px;
}
.mct-navbar .navbar-nav > li > a:hover {
  color: var(--accent);
  background: transparent;
}
.mct-phone {
  font-size: 13px;
  font-weight: 700;
  color: #0F1619;
  line-height: 20px;
  margin-right: 18px;
}
.mct-navbar .btn-outline {
  padding: 10px 22px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .mct-navbar .btn-outline { margin-top: 0; }
  .mct-navbar .navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }
  .mct-navbar .navbar-nav {
    float: none;
    display: flex;
  }
  ul.nav.navbar-nav.navbar-center {
        display: flex;
    align-items: center;
  }
  .mct-navbar .navbar-nav.navbar-center {
    margin: 0 auto;
  }
  .mct-navbar .navbar-right > li {
    display: flex;
    align-items: center;
  }
}

/* Hero --------------------------------------------------------------- */
.hero {
  padding: 90px 20px 70px;
  text-align: center;
  background: #fff;
}
.hero .eyebrow {
  margin: 0 0 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent);
}
.hero h1 {
  font-size: 15vw;
  line-height: .82;
  color: #0F1619;
}
.hero h1 span {
  color: var(--accent);
  display: block;
}
@media (min-width: 768px) {
  .hero h1 { font-size: 90px; }
}
@media (min-width: 992px) {
  .hero h1 { font-size: 130px; }
}
.hero .lead-text {
  margin: 26px auto 0;
  max-width: 640px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #5A6967;
}
.hero .hero-actions {
  margin-top: 34px;
}
.hero .hero-actions .btn-outline {
  margin: 0 6px 10px;
}
.icon-quintet {
  margin-top: 56px;
}
.icon-quintet .icon-box {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
}
@media (min-width: 768px) {
  .icon-quintet .icon-box { width: 80px; height: 80px; border-radius: 20px; }
}
.icon-quintet .ic-circle-o { width: 28px; height: 28px; border: 5px solid #fff; border-radius: 50%; }
.icon-quintet .ic-diamond { width: 24px; height: 24px; background: #fff; transform: rotate(45deg); }
.icon-quintet .ic-plus { position: relative; width: 30px; height: 30px; }
.icon-quintet .ic-plus span { position: absolute; background: #fff; border-radius: 4px; }
.icon-quintet .ic-plus span.v { left: 11px; top: 0; width: 8px; height: 30px; }
.icon-quintet .ic-plus span.h { top: 11px; left: 0; width: 30px; height: 8px; }
.icon-quintet .ic-circle-fill { width: 26px; height: 26px; background: #fff; border-radius: 50%; }
.icon-quintet .ic-dash { width: 32px; height: 10px; background: #fff; border-radius: 6px; }

/* Patient Spotlight ---------------------------------------------------- */
.spotlight {
  background: #0A0E11;
  padding: 70px 0;
  color: #fff;
}
.spotlight .eyebrow {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #7EC8E3;
}
.spotlight blockquote {
  border: none;
  margin: 0;
  padding: 0;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.42;
  color: #D6EDF7;
}
.spotlight .signature {
  margin: 22px 0 0;
  font-size: 24px;
  color: #7EC8E3;
}
.spotlight .spotlight-actions {
  margin-top: 26px;
}
.spotlight .spotlight-actions a {
  margin: 0 8px 10px 0;
  display: inline-block;
}
.spotlight-ghost {
  border: 1px solid rgba(214,237,247,.4);
  color: #7EC8E3;
}
.spotlight-photo {
  border-radius: 25px;
  overflow: hidden;
  background: #0F1619;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .spotlight-photo { margin-top: 0; }
}
.spotlight-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: 50% 28%;
}

/* Products & Materials band --------------------------------------------*/
.band {
  background: var(--band);
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}
.band h2 {
  font-size: 40px;
  line-height: .9;
  color: #fff;
}
@media (min-width: 768px) { .band h2 { font-size: 64px; } }
.band p {
  margin: 28px auto 0;
  max-width: 760px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  color: #E5EEFB;
}
.band .btn-outline-light {
  margin-top: 34px;
}

/* Mission ---------------------------------------------------------------*/
.mission {
  padding: 80px 20px;
  text-align: center;
  background: #fff;
}
.mission h2 {
  font-size: 40px;
  line-height: .88;
  color: #0F1619;
}
@media (min-width: 768px) { .mission h2 { font-size: 64px; } }
.mission .lead-line {
  margin: 26px auto 0;
  font-size: 17px;
  font-weight: 500;
  color: #5A6967;
}
.mission .headline {
  margin: 16px auto;
  max-width: 760px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -.02em;
  color: #15709E;
  text-transform: uppercase;
}
@media (min-width: 768px) { .mission .headline { font-size: 34px; } }
.mission .body-copy {
  margin: 20px auto 0;
  max-width: 780px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  color: #5A6967;
}
.mission .strong-line {
  margin: 20px auto 0;
  max-width: 780px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #0F1619;
}
.mission .btn-outline {
  margin-top: 32px;
}

/* Doctor Testimonials -----------------------------------------------------*/
.testimonials {
  background: #fff;
  padding: 76px 0 0;
}
.testimonials .section-title {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 40px;
  text-align: center;
}
.testimonials .section-title h2 {
  font-size: 42px;
  line-height: .85;
  color: #0F1619;
}
@media (min-width: 768px) { .testimonials .section-title h2 { font-size: 72px; } }

.testi-row {
  min-height: 320px;
}
@media (min-width: 992px) {
  .testi-row { min-height: 460px; }
}
.testi-text {
  padding: 44px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
}
@media (min-width: 992px) {
  .testi-text { padding: 60px 56px; min-height: 460px; }
}
.testi-text h3 {
  font-size: 28px;
  line-height: .95;
}
@media (min-width: 768px) { .testi-text h3 { font-size: 40px; } }
.testi-text .credentials {
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}
.testi-text .quote {
  margin: 22px 0 0;
  max-width: 540px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}
.testi-text .signature {
  margin: 18px 0 0;
  font-size: 24px;
}
.testi-text .testi-link {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.testi-text .testi-link .sq {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}
.testi-photo {
  background: #EEF5FA;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  min-height: 260px;
}
@media (min-width: 992px) {
  .testi-photo { padding: 48px; min-height: 460px; }
}
.testi-photo-inner {
  text-align: center;
}
.testi-photo-inner img {
  width: 170px;
  height: 170px;
  max-width: 170px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(15,22,25,.12);
}
@media (min-width: 768px) {
  .testi-photo-inner img { width: 200px; height: 200px; max-width: 200px; }
}
.testi-photo-inner .doc-caption {
  margin-top: 18px;
}
.testi-photo-inner .doc-caption p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #15709E;
}
.testi-photo-inner .doc-caption p.doc-name {
  font-size: 16px;
}

.testi-1 { background: #15618F; color: #fff; }
.testi-1 .credentials, .testi-1 .signature { color: #CFE2F0; }
.testi-1 .quote { color: #EEF6FB; }
.testi-1 .testi-link { color: #fff; }
.testi-1 .testi-link .sq { background: #fff; }

.testi-2 { background: #1BA5DC; color: #0B3A52; }
.testi-2 .credentials { color: #0C4A68; }
.testi-2 .quote { color: #093348; }
.testi-2 .signature { color: #0B3A52; }
.testi-2 .testi-link { color: #0B3A52; }
.testi-2 .testi-link .sq { background: #0B3A52; }

.testi-3 { background: #0E4D70; color: #fff; }
.testi-3 .credentials { color: #B9D4E6; }
.testi-3 .quote { color: #E7F1F8; }
.testi-3 .signature { color: #B9D4E6; }
.testi-3 .testi-link { color: #fff; }
.testi-3 .testi-link .sq { background: #fff; }

.testi-4 { background: #5BB8E6; color: #0B3A52; }
.testi-4 .credentials { color: #0C4A68; }
.testi-4 .quote { color: #093348; }
.testi-4 .signature { color: #0B3A52; }
.testi-4 .testi-link { color: #0B3A52; }
.testi-4 .testi-link .sq { background: #0B3A52; }

/* Collaborating ----------------------------------------------------------*/
.collab {
  background: #0E3F5C;
  padding: 76px 20px;
  color: #fff;
}
.collab h2 {
  margin: 0 0 24px;
  font-size: 40px;
  line-height: .85;
  color: #fff;
}
@media (min-width: 768px) { .collab h2 { font-size: 56px; } }
.collab .pull-quote {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
}
.collab .signature {
  margin: 18px 0 0;
  font-size: 22px;
  font-weight: 600;
  color: #BFE4E0;
}
.collab .btn-outline-light {
  margin-top: 28px;
}
.collab-links {
  margin-top: 34px;
}
@media (min-width: 992px) {
  .collab-links { margin-top: 0; }
}
.collab-links a {
  display: block;
  background: transparent;
  border: 1px solid rgba(255,255,255,.5);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 14px 10px;
  text-align: center;
  margin-bottom: 10px;
}
.collab-watch {
  margin-top: 64px;
}
.collab-watch .eyebrow {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #5BB8E6;
}
.video-frame {
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-frame iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Contact -----------------------------------------------------------------*/
.contact-section {
  background: #EEF5FA;
  padding: 76px 20px;
}
.contact-map {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contact-map { margin-bottom: 0; }
}
.contact-map img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .contact-map img { height: 380px; }
}
.contact-section h2 {
  font-size: 40px;
  line-height: .85;
  color: #0F1619;
}
@media (min-width: 768px) { .contact-section h2 { font-size: 56px; } }
.contact-section .addr {
  margin: 22px 0 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: #0F1619;
}
.contact-section .contact-actions {
  margin-top: 22px;
}
.contact-section .contact-actions a {
  margin: 0 10px 10px 0;
  display: inline-block;
}
.contact-section .contact-actions .phone-link {
  font-size: 17px;
  font-weight: 700;
  color: #15709E;
}

/* Footer ------------------------------------------------------------------*/
.site-footer {
  background: #0B2F44;
  padding: 60px 20px 32px;
  color: #9FBDD2;
}
.site-footer .footer-grid {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  margin-bottom: 20px;
}
.footer-logo {
  display: inline-block;
  background: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  margin-bottom: 18px;
}
.footer-logo img {
  height: 54px;
  width: auto;
  display: block;
}
.site-footer address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #9FBDD2;
}
.site-footer .call-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
}
.footer-social {
  margin-top: 18px;
}
.footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Archivo Black', sans-serif;
  font-size: 13px;
  margin-right: 8px;
}
.site-footer h4 {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.site-footer .footer-links li {
  margin-bottom: 9px;
}
.site-footer .footer-links a {
  font-size: 14px;
  font-weight: 500;
  color: #9FBDD2;
}
.site-footer .badge-img {
  height: 70px;
  width: auto;
  opacity: .9;
}
.site-footer .copyright {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #6F93AA;
  text-align: center;
}

@media (min-width:767px) and (max-width: 1200px){
  .mct-navbar .navbar-nav > li > a {
    padding: 10px 10px;
    font-size: 13px;}
    .mct-navbar .navbar-nav > li > a img {height: 50px !important;}
}

@media (max-width: 767px) {
  .navbar-header img {
    max-height: 69px;
}

.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-header > a {
    margin-right: auto;
}
  .testi-row > div { min-height: auto; }
  .testi-text, .testi-photo { min-height: auto; }
  .mct-navbar .navbar-nav > li > a img {display: none;}
  .mct-navbar .navbar-nav > li > a img {height: 50px !important;}
}
