@font-face {
    font-family:'Montserrat';
    src: url('https://aquadentalmi.blob.core.windows.net/content/fonts/Montserrat-Regular.woff2') format('woff2'),
        url('https://aquadentalmi.blob.core.windows.net/content/fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:'Montserrat-semibold';
    src: url('https://aquadentalmi.blob.core.windows.net/content/fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('https://aquadentalmi.blob.core.windows.net/content/fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat-Black';
    src: url('https://aquadentalmi.blob.core.windows.net/content/fonts/Montserrat-Black.woff2') format('woff2'),
        url('https://aquadentalmi.blob.core.windows.net/content/fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


    * { margin: 0; padding: 0; box-sizing: border-box; }
    .navbar-header {margin-right: auto;}
    body { font-family: 'DM Sans', sans-serif; color: hsl(200 12% 19%); background: hsl(40 20% 99%); }
    h1, h2, h3, h4 { font-family: 'Cormorant Garamond', Georgia, serif; }
    a { text-decoration: none; color: inherit; }
    img { max-width: 100%; display: block; }
    html { scroll-behavior: smooth; }
    footer a.btn-primary {color: #2b4364 !important;}
    h2 {font-size: 30px;}

    .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-top:10px;
}

.social-icons li {
  display: inline-block;
  margin-right: 5px;
}

.social-icons li a {
  display: block;
  width: 40px;
  height: 40px;
  background: url('https://aquadentalmi.blob.core.windows.net/content/images/aqua-dental-social.png') no-repeat;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* DEFAULT (TOP ROW) */
.social-icons li:nth-child(1) a {background-position: 1px 1px;}
.social-icons li:nth-child(2) a {background-position: -40px 1px;}
.social-icons li:nth-child(3) a {background-position: -81px 1px;}

/* HOVER (BOTTOM ROW) */
.social-icons li:nth-child(1) a:hover {     background-position: 0px -37px; }
.social-icons li:nth-child(2) a:hover {     background-position: -40px -37px;}
.social-icons li:nth-child(3) a:hover { background-position: -81px -37px;}

    /* ---- Layout helpers ---- */
    .container { max-width: 1152px; margin: 0 auto; padding: 0 24px; }
    .section-pad { padding: 96px 24px; }
    .section-warm { background: hsl(40 33% 97%); }
    .text-center { text-align: center; }

    /* ---- Header ---- */
    .header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background:#fff}
    .top-bar { background: #196066; color: rgba(255,255,255,0.8); font-size: 12px; padding: 8px 24px; display: flex; justify-content: flex-end; align-items: center; gap: 24px; }
    .top-bar a { color: rgba(255,255,255,0.8); }
    .main-nav { background: rgba(255,255,255,0.8); backdrop-filter: blur(12px); border-bottom: 1px solid hsl(40 15% 90%); padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; }
    .nav-logo { height: 48px; }
    .nav-links { list-style: none; display: flex; gap: 24px; font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; }
    .btn-primary { display: inline-block; background: hsl(220 69% 40%); color: #fff; padding: 10px 24px; border-radius: 50px; font-size: 14px; font-weight: 600; }
    .btn-primary-sm { background: #f3d149; color: #2b4364 !important; padding: 6px 16px; border-radius: 4px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; font-size: 12px; }
    .btn-hero { padding: 14px 32px; border-radius: 50px; font-size: 14px; font-weight: 600; display: inline-block; background: #f3d149 !important; color: #2b4364 !important;}
    .btn-hero-outline { border: 1px solid rgba(255,255,255,0.4); color: #fff; }

    /* Hamburger */
    .hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
    .hamburger svg { width: 28px; height: 28px; stroke: hsl(200 12% 19%); }
    .mobile-menu { display: none; background: #fff; padding: 24px; border-top: 1px solid hsl(40 15% 90%); }
    .mobile-menu a { display: block; padding: 12px 0; font-size: 14px; text-transform: uppercase; letter-spacing: 0.05em; border-bottom: 1px solid hsl(40 15% 90%); }
    .mobile-menu.open { display: block; }

    /* ---- Hero ---- */
    /* ---- Hero ---- */
    .hero { position: relative; height: 100vh; min-height: 600px; display: flex; align-items: flex-end; overflow: hidden; }
    .hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, hsla(215,40%,20%,0.8), hsla(215,40%,20%,0.4), transparent); }
    .hero-content { position: relative; z-index: 10; padding: 0 24px 64px; max-width: 640px; }
    .hero-content .subtitle { font-size: 12px; text-transform: uppercase; letter-spacing: 0.4em; color: rgba(255,255,255,0.7); margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
    .hero-content .subtitle::before { content: ''; display: block; width: 48px; height: 1px; background: rgba(255,255,255,0.6); }
    .hero-content h1 { font-size: 80px; font-weight: 300; color: #fff; margin-bottom: 24px; line-height: 0.9; }
    .hero-content h1 em { font-weight: 300; }
    .hero-content .tagline { font-size: 18px; color: rgba(255,255,255,0.8); margin-bottom: 40px; line-height: 1.6; max-width: 480px; }
    .hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
    .btn-accent { display: inline-block; background: var(--accent); color: var(--accent-fg); padding: 16px 36px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }
    .btn-outline-white { display: inline-block; border: 1px solid rgba(255,255,255,0.3); color: #fff; padding: 16px 36px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }
    .hero-stats { display: flex; gap: 48px; margin-top: 64px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.2); }
    .hero-stats .stat-num { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: #fff; }
    .hero-stats .stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.5); margin-top: 4px; }
    /*.hero { position: relative; height: 100vh; min-height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
    .hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .hero-overlay { position: absolute; inset: 0; background: rgba(43,52,58,0.4); }
    .hero-content { position: relative; z-index: 10; text-align: center; padding: 0 24px; max-width: 720px; }
    .hero-content .subtitle { font-size: 13px; text-transform: uppercase; letter-spacing: 0.3em; color: rgba(255,255,255,0.8); margin-bottom: 16px; }
    .hero-content h1 { font-size: 72px; font-weight: 300; color: #fff; margin-bottom: 24px; line-height: 1.1; }
    .hero-content .tagline { font-size: 22px; color: rgba(255,255,255,0.9); font-style: italic; margin-bottom: 40px; }
    .hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }*/

/*doctors*/

/* ---- Doctors ---- */
    .doctors-grid { display: flex; flex-direction: column; gap: 96px; }
    .doctor-row { display: grid; grid-template-columns: 5fr 7fr; gap: 64px; align-items: center; }
    .doctor-row.reverse { direction: rtl; }
    .doctor-row.reverse > * { direction: ltr; }
    .doctor-img-wrap { position: relative; }
    .doctor-img-accent { position: absolute; width: 100%; height: 100%; background: var(--ring); opacity: 0.2; }
    .doctor-img-accent.left { right: -16px; bottom: -16px; }
    .doctor-img-accent.right { left: -16px; bottom: -16px; }
    .doctor-img-accent {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2ba1ab;
    opacity: 0.2;}
    .doctor-img-inner { position: relative; overflow: hidden; aspect-ratio: 3/4; }
    .doctor-img-inner img { width: 100%; height: 100%; object-fit: cover; } 
    .line-accent {
    width: 48px;
    height: 1px;
    background: #2ba1ab;
    margin-bottom: 24px;
}
    /* ---- Grids ---- */
    .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
    .grid-2-sm { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
    .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .grid-tour { display: flex;flex-wrap: wrap;}
    .tour-left + div {
        margin-top:15px;
    display: flex !important;}

    /* ---- Cards / elements ---- */
    .section-header { text-align: center; margin-bottom: 64px; }
    .section-header h2 { font-size: 48px; font-weight: 300; }
    .section-header .label { font-size: 13px; text-transform: uppercase; letter-spacing: 0.2em; color: hsl(200 8% 46%); margin-bottom: 12px; }
    .doctor-img { border-radius: 16px; overflow: hidden; aspect-ratio: 4/5; margin-bottom: 24px; }
    .doctor-img img { width: 100%; height: 100%; object-fit: cover; }
    .service-card { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 3/4; display: block; }
    .service-card img { width: 100%; height: 100%; object-fit: cover; }
    .service-card .overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(43,52,58,0.7), transparent); }
    .service-card .label-box { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; }
    .service-card strong { font-size: 24px; color: #fff; display: block;}
    .service-card span { font-size: 13px; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.05em; }
    .pill-link { font-size: 14px; padding: 10px 20px; border-radius: 50px; border: 1px solid hsl(40 15% 90%); display: inline-block; }
    .review-card { background: hsl(40 20% 98%); border-radius: 16px; padding: 32px; }
    .special-card { background: #fff; border-radius: 16px; padding: 32px; text-align: center; }
    .price { font-size: 36px; font-weight: 600; color: hsl(220 69% 40%); margin-bottom: 16px; }
    .tech-item img { width: 100%; height: 100%; object-fit: cover; }
    .tech-img { border-radius: 16px;margin-bottom: 16px; }
    .savings-card { background: #fff; border-radius: 16px; padding: 32px; }
    .savings-featured { background: hsl(220 69% 40%); color: #fff; border-radius: 16px; padding: 32px; transform: scale(1); box-shadow: 0 10px 40px rgba(0,0,0,0.15); }
    .cta-section { position: relative; padding: 96px 24px; overflow: hidden; }
    .cta-section img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .cta-overlay { position: absolute; inset: 0; background: rgba(43,52,58,0.6); }
    .footer { background: hsl(184.68deg 60.63% 24.9%); color: rgba(255,255,255,0.8); padding: 64px 24px; }
    .footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-bottom: 48px; }
    .link-navy { font-size: 13px; font-weight: 600; color: hsl(220 69% 40%); text-transform: uppercase; letter-spacing: 0.05em; }
    .insurance-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 48px; }
    
    .tour-left { border-radius: 16px; overflow: hidden; grid-row: span 2; }
    .tour-left img { width: 100%; height: 100%; object-fit: cover; }
    .tour-right-img { border-radius: 12px; overflow: hidden; aspect-ratio: 16/9; }
    .tour-right-img img { width: 100%; height: 100%; object-fit: cover; }


    nav.navbar.navbar-default.main-nav .container {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;justify-content: space-between;
        background: #196066;
}
.navbar-brand>img {
    display: block;
    max-width: 150px;
}

nav.navbar.navbar-default.main-nav * {
    height: auto;
}
div#mainMenu{width:100%}

ul.nav.navbar-nav.navbar-right {
    display: flex;
    align-items: center;
    justify-content:center;
    float: none !important;
}

.nav>li>a>img {
    max-width: 200px;
}

@media (min-width:1550px){
    .hero-content .tagline {font-size:20px;}
    .hero-stats .stat-num {    font-size: 40px;}
    .hero-content .subtitle {font-size:16px;}
    .hero-stats .stat-label {font-size: 14px;}
    .navbar-default .navbar-nav>li>a {font-size:18px;}
    p {
    font-size: 18px !important;
}
.review-card p , .special-card p , .doctor-row p , .doctor-row a , .savings-featured li , .savings-card li , 
footer a, footer p , .top-bar a , .navbar-default .navbar-nav>li>a
{
    font-size: 18px !important;
}

.navbar-default .navbar-nav>li>a  {padding:8px 20px;}

.savings-card h3 {
    font-size: 26px !important;
}

.savings-card p {
    font-size: 16px !important;
}

h2 {
    font-size: 45px !important;
}
p.label {
    font-size: 18px !important;
}

p.label-sm {
    font-size: 18px !important;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
}

.doctor-row h3 {
    font-size: 40px !important;
}

 

}

    /* ---- RESPONSIVE ---- */
    @media (max-width: 1024px) {
      .nav-links { display: none; }
      .hamburger { display: block; }
      .grid-4 { grid-template-columns: 1fr 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .section-header h2 { font-size: 40px; }
      .hero-content h1 { font-size: 56px; }
    }

    @media (max-width: 768px) {
      .top-bar { flex-wrap: wrap; justify-content: center; gap: 12px; font-size: 11px; padding: 8px 16px; }
      .main-nav { padding: 10px 16px; }
      .nav-logo { height: 40px; }
      .section-pad { padding: 64px 16px; }
      .section-header { margin-bottom: 40px; }
      .section-header h2 { font-size: 34px; }
      .hero-content h1 { font-size: 42px; }
      .hero-content .tagline { font-size: 18px; }
      .grid-2 { grid-template-columns: 1fr; gap: 40px; }
      .grid-2-sm { grid-template-columns: 1fr; }
      .grid-3 { grid-template-columns: 1fr; }
      .grid-4 { grid-template-columns: 1fr; }
      .grid-tour { grid-template-columns: 1fr; }
      .tour-left { grid-row: span 1; aspect-ratio: 16/9; }
      .footer-grid { grid-template-columns: 1fr; gap: 32px; }
      .savings-featured { transform: none; }
      .insurance-logos { gap: 24px; }
      .insurance-logos img { height: 48px; }
      .hero-buttons { flex-direction: column; align-items: center; }
      .hero-buttons a { width: 100%; max-width: 300px; text-align: center; }
          .review-card {
        padding: 24px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    #reviewCarousel .carousel-control {display: none !important;}
      .special-card { padding: 24px; }
      .savings-card, .savings-featured { padding: 24px; }
    }

    @media (max-width: 480px) {
      .hero-content h1 { font-size: 32px; }
      .hero-content .tagline { font-size: 16px; margin-bottom: 28px; }
      .section-header h2 { font-size: 28px; }
      .top-bar .hide-mobile { display: none; }
    }




.form-control {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    color: #003055;
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 0;
}



.form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}

.appointment-request-form textarea {
    margin-bottom: 20px;
    margin-top: 0px;
}

textarea.form-control {
    height: auto;
}

.field-validation-error {
    font-size: 12px;
}

.home-border-right {
    border-right: 1px solid #323434;
}

.main-body-content{
    background-color: #fff;
    padding: 0 0 0px 0;
}

.white-background {
    background: #fff;
    padding: 0;
}

.mi-boxed-layout {
    padding: 0px;
    background-color: #fff;
}

.mi-boxed-container {
    background-color: #fff;
    padding: 20px;

    padding-bottom: 50px;
}

nav a {
    color: #000;
}

a {
    color: #00adef;
}

    a:hover {
        color: #363533;
        text-decoration:none;
    }

h2.post-title {
    font-weight: 800;
}
input.btn.btn-sm.btn-default {
    border-color: #ffb84d;
}
input.btn.btn-sm.btn-default:hover {
    border-color: #107575;
}


h1, h2, h3, h4 {
    color: #414143;
}

h1 {
  font-size: 44px;
  margin-top: 10px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}
p{
    font-size:16px;
}

.orange-text {
 color: #f1592b;
 font-weight: bold;
}

.btn {
    text-transform:uppercase;
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius:0px;
    text-transform: uppercase;
}


form#paymentForm .form-group {
    margin-top: 10px;
}
form#leadGenFormContactPage ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#000;
}
form#leadGenFormContactPage ::-moz-placeholder { /* Firefox 19+ */
  color:#000;
}
form#leadGenFormContactPage :-ms-input-placeholder { /* IE 10+ */
  color:#000;
}
form#leadGenFormContactPage :-moz-placeholder { /* Firefox 18- */
  color:#000;
}
.menuwrap {
    justify-content:center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.serhed p + a:hover {
    color: #414141;
    background: transparent;
    border: 1px solid #414141 !important;
}
.serhed p + a {
    color: #fff;
    background-color: #414141;
    border-color: #414141;
    padding: 7px 20px;
    border: 1px solid #414141 !important;
    display: inline-block;
}

.sidebarimg a{display: inline-block;padding:7px 25px !important;text-transform: uppercase;}

.sidebarimg a:hover {
    background-color: transparent;
    border: 1px solid #070762 !important;
    color: #070762 !important;
}

.btn {
    border:none !important;
}
.btn-primary {
  color: #2b4364;
  background-color:#f3d149;
  border: 1px solid #f3d149;
  display:inline-flex;
  align-items:center;
  padding:10px 30px;
  font-size:14px;
  font-weight: 400;
  font-family:'Montserrat-semibold';
}

.cta-meet .flotleftline {
    border-color: #fff;
    margin: 50px 0px;
    max-width: 400px;
}

.cta-meet .flotleftline  + p .btn {
    background-color: #fff !important;
    color: #000 !important;
}

section.footer-top {
    padding: 50px 0px 0px;
}

section.footer-top .row {
    display: flex;
}

section.footer-top .row > div:first-child {
    max-width: 200px;
    border-right: 1px solid #fff;
    margin-right: 11px;
}

section.banner:before {
    content: '';
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #1E1E1ECC 0%, #1E1E1E00 35%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cta-meet .btn {
    min-width: 300px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    border-color: #fff !important;
    color: #fff !important;
}

.btn-primary svg,.btn-secondary svg{margin-left:15px;}

.btn-secondary {
font-family:'Montserrat-semibold';
font-weight:bolder;
 color: #fff;
  background-color: #033047;
  border: 1px solid #fff;
  display:inline-flex;
  align-items:center;
  font-size:12px;
}

.btn-secondary:hover {
  color: #fff !important;
  background-color:transparent;
 
  border-color:none !important;
}

footer .btn:hover{color:#fff !important;}

section.our-ser-mn.pat-info a.btn.btn-primary:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
 color: #fff !important;
  background-color:#033047;
  color:#fff;
  border-color:#033047;
}
section.our-ser-mn a.btn.btn-primary:hover, .smile-video .row a:hover {
    color: #fff;
    border-color: #fff;
}



.menumain {
    background: #205a2c;
}

.conttopinfo span {
    font-size:22px;
    text-align: left;
    color: #205a2c;
    font-weight: 700;
}
span.span1 {
    color: #9f9132;
    font-size: 16px;
    font-weight:500;
}

.conttopinfo img {
    margin-right: 11px;
}


.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #6d6f71;
  border-color: #c37417;
}
.btn-primary.disabled.active,
.btn-primary[disabled].active {
    background-color: #fff;
}

/* New header layout */
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.header-left {
    text-align: left;
    display: flex;
    align-items: stretch;
    gap: 0;
    flex-wrap: nowrap;
}
.left-arrow {
    position: relative;
    left: 1px;
    width: 40px;
    height: 44px;
    clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
    background: #033047;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.container.ab .row {
    display: flex;
    flex-wrap: wrap;
}
section.bggrn {
    background: #033047;
    padding:60px 0px;
}
section.bggrn *{
    color: #fff;
}
section.bggrn .container .row{
    display:flex;
    flex-wrap: wrap;
    align-items:center;
}
.header-left .header-btn-sm {
    font-size: 12px;
    padding: 6px 10px !important;
    white-space: nowrap;
    flex: 1;
    height: 44px;
    display: flex;
    align-items: center;
}
.header-left .glyphicon {
    margin-right: 4px;
}
.header-center {
    text-align: center;
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
}

.header-right {
    text-align: right;
    display: flex;
    align-items: stretch;
    gap: 0;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
}
.header-left > div {
    display: flex;
    align-items: center;
    margin: 0px 10px;
}
.header-left i {
    color: #fff;
    margin: 0px 5px;
    font-size: 28px;
}
header .header-left .btn-secondary:hover{
    background: #033047 !important;
}
.header-right .btn {
    font-size: 14px;
    padding:7px 25px !important;
    white-space: nowrap;
    display: flex;
    align-items: center;
    min-width: 180px;
    text-align:center;
    justify-content: center;
}
.right-arrow {
    width: 40px;
    height: 44px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    background: linear-gradient(to right, #033047, #2a8f99);
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

/* Persistent header menu toggle and fixed overlay */
.site-menu-toggle {
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid #033047;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    cursor: pointer;
}
.site-menu-toggle .hamburger {
    width: 20px;
    height: 2px;
    background: #033047;
    display: block;
    position: relative;
}
.site-menu-toggle.open {
    display: none;
}
.site-menu-toggle .hamburger:before,
.site-menu-toggle .hamburger:after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: #033047;
    transition: transform .22s ease, top .22s ease, opacity .22s ease;
}
.site-menu-toggle .hamburger:before { top: -6px; }
.site-menu-toggle .hamburger:after { top: 6px; }
.site-menu-toggle.open .hamburger { background: transparent; }
.site-menu-toggle.open .hamburger:before { transform: rotate(45deg); top: 0; }
.site-menu-toggle.open .hamburger:after { transform: rotate(-45deg); top: 0; }

/* OVERRIDE BOOTSTRAP
-------------------------------------------------- */

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-top: 8px;
}

nav.navbar.navbar-default {
    background: rgba(255, 255, 255, 0.8);border-radius:0px !important;padding:0px;border:none;min-height:inherit;
}

.navbar-header {margin-right: auto !important;}

section.section.section-features.doctor-section .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
section.section.section-features.doctor-section .row .section-header {
    height: 100%;
    background: #2096b6;
        padding: 100px 25px 40px;
    text-align: left;
}

.article {
    margin-bottom: 42px;
}
.article h1 {
    margin-bottom: 30px;
}
.article h3 {
    margin-bottom: 10px;
    line-height: 1.45;
}
.article .img {
    margin-bottom: 20px;
}
.article ul, article ol {
    margin: 0 30px 20px;
}
.article .article-head {
    margin-bottom: 8px;
}
.article .article-title {
    margin-bottom: 10px;
    margin-top: 15px;
}
.article .article-image {
    display: inline-block;
    max-width: 100%;
    border: 1px solid #dfe2e2;
    margin: 20px;
}
.dental-plan.has-img {
    height: auto !important;
    min-height: 180px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.section-cta {
    background-color: var(--main-color) !important;
    line-height: 1.75;
}
.section-cta h4 {
    margin: 0;
}
.section-cta .shell {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.cta {
    display: flex;
    background: #fff;
    margin: 20px 0;
    border-radius: 3px;
    overflow: hidden;
    align-items: center;
    box-shadow: 2px 2px 20px #33333312;
}
.cta .img {
    flex: 0 0 40%;
    margin-bottom: 0;
}
.cta .img img {
    width: 100%;
}
.cta article {
    padding: 10px 20px;
}

.cta img {
    margin: 0px !important;
}

.cta h4 {
    color: #000;
}

section.sub-page-main-section {
    background: #f1f1f1;
}

.dental-plan {
    width: 31%;
    text-align: center;
    padding: 20px 15px;
    background: var(--main-color);
    border-radius: 10px;
    margin-right: 12px;
    float: left;
    height: 620px;
}
.dental-plan h2 {
    font-size: 25px;
    color: #fff;
}
.dental-plan h3 {
    color: #fff;
    margin-top: 10px;
}
.dental-plan p {
    color: #fff;
    font-size: 15px;
}

@media (max-width: 767px) {
.dental-plan {
    width: 100% !important;
}
.cta{
    flex-direction: column;
}
}


.feature-gallery {
    list-style: none outside none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery-item {
    flex: 0 1 30%;
    border-radius: 8px;
    overflow: hidden;
    margin: 36px 0;
    background-color: #f8f8f8;
}
.gallery-img {
    position: relative;
}
.gallery-img:nth-child(1) {
    margin-bottom: 0px;/*12px*/
}
span.before {
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    top: 0;
    font-size: 15px;
    left: 0;
    color: #fff;
    background-color: #454343;
    padding: 8px;
    border-radius: 8px;
}
.gallery-item-desc {
    background-color: #f8f8f8;
    margin-top: 12px;
    padding: 8px;
}
.gallery-item-desc h5 {
    font-weight: 400;
}
.article ul.feature-gallery {
    margin: 0;
}

@media (max-width: 934px) {
.feature-gallery {
    margin: 24px 5px;
    flex-direction: column;
}
}




.specials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 36px;
    list-style: none;
    margin: 20px auto;
}
.special {
    width: 95%;
    grid-column: auto;
    justify-self: center;
    padding: 20px 25px;
    color: #fff;
    text-align: center;
    background: linear-gradient(to top, rgb(255 255 255 / 68%) 0%, #ffffff 55%, #e5e5e5 100%);
    box-shadow: 2px 2px 10px 5px rgba(99, 99, 99, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.special-content {
    padding: 24px;
    position: relative;
    border-radius: inherit;
    border: 2px dashed #02a6dd;
    flex: 2;
}
.special-content h4 {
    font-size: 29px;
    line-height: 1.2;
    color:#033047;
    font-weight: 600;
}
h4.special-circle {
    position: absolute;
    width: 160px;
    height: 150px;
    border-radius: 50%;
    border: 6px solid #033047;
    background-color: #FFFFFF;
    text-align: center;
    color: #204fac;
    font-size: 46px !important;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 600;
    line-height: 137px !important;
    z-index: 3;
    letter-spacing: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    padding-right: 10px;
}
.special-content-1 {
    position: relative;
    color: #282828;
    margin-top: 190px;
    line-height: 2em;
}
.special-content p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 16px;/*    min-height: 118px;*/
}
li.special span.limited-time {
    margin: 12px 0 0 0;
    font-size: 12px;
    color: #000;
    display: inline-block;
}
/* specials INTERIOR */

.specials2 {
    width: 70%;
    list-style: none;
    margin: 20px auto;
}
.special-content2 {
    padding: 24px;
    position: relative;
    border-radius: inherit;
    border: 2px dashed #02a6dd;
    flex: 1;
}
h4.special-circle2 {
    border: 6px solid var(--main-color);
    background-color: #FFFFFF;
    text-align: center;
    color: var(--secondary-color);
    font-size: 56px !important;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 600;
    line-height: 87px !important;
    width: 260px;
    height: 100px;
    margin-bottom: 12px;
}
.limited-time {
    margin: 12px 0 0 0;
    font-size: 12px;
    color: #000;
    display: inline-block;
}
.btn-special3 {
    padding: 8px 16px;
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
    background: var(--secondary-color);
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}
.btn-special {
    padding: 8px 16px;
    border: 1px solid #204fac;
    border-radius: 4px;
    background: #204fac;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.btn-special:hover {
    background: white;
    color: var(--main-color);
    text-decoration: none;
}

@media (max-width: 767px) {
.specials {
    grid-template-columns: 1fr;
    justify-content: center;
    grid-gap: 24px;
}
.special {
    width: 100%;
    margin-bottom: 12px;
}
.btn-special {
    padding: 8px 8px;
    font-size: 13px;
}
}

.dental-plan {
    width: 31%;
    text-align: center;
    padding: 20px 15px;
    background: #033047;
    border-radius: 10px;
    margin-right: 12px;
    float: left;
    height: 620px;
}

.dental-plan h2 {
    font-size: 25px;
    color: #fff !important;
}

.article-body p {
    line-height: 30px;
}



.dental-plan h3 {
    color: #fff;
    margin-top: 10px;
}
.dental-plan p {
    color: #fff;
    font-size: 15px;
}

@media (max-width: 767px) {
.dental-plan {
    width: 100% !important;
}
}


.article .article-image-left {
    float: left;
    padding: 20px 20px 20px 0;
    width: 200px;
}
.article a {
    text-decoration: underline;
}
.article a:hover {
    text-decoration: none;
}
.article a.btn-blue {
    text-decoration: none;
    color: white;
}
.article a.btn-blue:hover {
    color: #0070d8;
}
.article-entry ul {
    padding-left: 20px;
}
.article-entry ul li {
    margin-bottom: 10px;
}
.article-entry .img {
    float: right;
    padding: 0 0 20px 20px;
}
.article-body ul li {
    padding: 2px;
    font-size: 19px;
    color: var(--main-color);
}

section.section.section-features.doctor-section .col-md-6 > div {
    background: #000;
}

.insurance-logos > a {
    display: flex;
    flex: 0 0 11%;
    justify-content: center;
}

.insurance-logos > a:last-child {flex: 0 0 75%;margin: 0 auto;}

section.section.section-features.doctor-section .col-md-6{
    padding: 0px;
}

section.section.section-features.doctor-section .row .section-header  p {color: #fff;
    margin-bottom: 20px;}



.navbar-default .navbar-nav>li>a{color:#fff !important; text-transform: uppercase;}

.navbar-default{margin-bottom:0px;}

/* CUSTOMIZE THE HEADER ABOVE NAV
-------------------------------------------------- */
.header-upper {
    background-color: #002a62;
    color: #fff;
    padding: 20px;
}

.header-phone {
    float: right;
    font-size: 22px;
    font-weight: 500;
    text-align: right;
    padding-top: 5px;
    line-height: 32px;
}

.header-phone a {
    color: #fff;
}

.header-phone a:hover {
    color: #fff;
    text-decoration: underline;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.header-nav-bg {
    background-color: #00a0df;
    color: #fff;
}

.logo {
    float: left;
}


.fa-2x {
    position: relative;
    bottom: 8px;
}


.btngrp a {
    margin: 0px 4px;
}
.footerinner  span {
    display: flex;
    align-items: center;
}

.footerinner  span img {
    max-width: 25px;
    margin-right: 10px;
}
.header-right .btn {
    border-color: #033047 !important;
    margin: 0px 5px !important;
    color: #fff;
}
.row.animate-left-border.cosgen {
    background: #0cb4dc;
}
@media (min-width:1200px){
    header.tophead .row {
    display: flex;
    align-items: center;}
}
.bannercont h1 {
    color: #fff;
    font-size:55px;
    text-transform:uppercase;
}
.bannercont h4 {
    color: #fff;
    font-size:25px;
    text-transform:uppercase;
}
header.tophead .container {
    width: 100%;
    max-width: 1400px;
}

section.ortocare {
    padding: 50px 0px;
    margin:0px 0px;
    overflow:auto;
}
.row12 > div {
    padding: 0px;
}

.row12 > div p{font-size:16px;}

.ortocareinner {
    background-size:cover !important;
    text-align:center;
    margin:0px 0px 0px 0px;
    padding:50px 100px 50px 200px;
    background:url(https://aquadentalmi.blob.core.windows.net/content/images/water-bg.jpg) no-repeat;
    min-height:60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
section.ortocare .col-md-3 {
    position: relative;
    right: -100px;
    z-index: 9;
    top: 90px;
}
section.drsec {
    clear: both;
    background:#203045;
    margin:50px 0px;
    padding:50px 0px;
    text-align:center;
    color:#fff;
}
section.drsec img {
    max-width: 350px;
}
section.drsec .row {
    display: flex;
    flex-wrap: wrap;
}
section.banner > img{min-height:600px;object-fit: cover;width:100%;}
section.banner .container {
    position: absolute;
    left: 0;
    right: 0;
    width:100%;
    height:450px;
    top:20px;
    margin: auto;
    bottom: 0;
}

.dropdown-menu>li>a{
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 20px;
}


@media (min-width:1500px){

    .navbar-nav > li > a {
    font-size: 14px !important;
    padding: 15px 10px;}
    header.tophead .container {
    width: 100%;
    max-width: 1555px;}
    section.banner .container {
        width: 100%;
        max-width: 100%;
        height: 75%;
    }
    section.banner .container:after{
        height: 60% !important;
    }

    section.ortocare .col-md-3 img{
        max-width: 120%;
        width: 120%;
    }
    .ortocareinner{
        padding-left:250px;
    }
}

.bannercont {
    position: absolute;
    left: 0;
    bottom: 0px;
    text-align: left;
    background-color: #033047CC;
    padding: 30px 7%;
}

a.btn.btn-secondary img {
    margin-right: 4px;
}

.dctinner  .headingttl span {
    color: #12b9ea;
}
section.bracesandinv {
    padding: 50px 0px;
}

.savings-featured h3 {
     color: #fff !important;
}

@media (max-width:767px){
.ads .btngrp {
    display: flex;
    justify-content: center;
    align-items: center;
}

.insurance-logos > a {
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
}



.insurance-logos > a:last-child {flex: 0 0 100%;margin: 0 auto;}

.ads section.insidebannerbg.speclbnr h1+p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.ads section.insidebannerbg.speclbnr h1+p a {
    margin: 5px;
}

.ads section.insidebannerbg.speclbnr h1 {
    font-size: 40px !important;
}
.ads .row .btn,.ads section .btn {
    margin: 5px;
}
}
section.bracesandinv .headingttl h2{position:relative;margin-bottom:30px;z-index: 9;}

section.bracesandinv  .headingttl span{color:#12b9ea;}

.bracesandinvinner {
    display: flex;
    position: relative;
    z-index: 999;
}
.bracesandinvinner img {
    width: 80px;
    min-width:80px;
    padding: 10px;
}
.bracesandinvinner .cont {
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.bracesandinvinner .img {
    margin-right: 30px;
}

section.bracesandinv .container:before {
    content: '';
    position: absolute;
    border: 2px solid #12b9ea;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

section.bracesandinv .btn {
    position: relative;
    z-index: 999;
}
section.bracesandinv .container{
        position:relative;
        width:1300px;
    padding: 50px;
    margin-right: inherit;
    border-right-color: transparent;
}

.bracesandinvinner p {
    font-size: 14px;
    line-height:20px;
    margin-bottom: 0px;
}


section.bracesandinv .headingttl h2:before {
    content: '';
    height: 64px;
    background: #f3f5f9;
    width: 1000px;
    left: -500px;
    position: absolute;
    top: 19px;
    z-index: -1;
}

section.testimonialmain {
    background: url(https://aquadentalmi.blob.core.windows.net/content/images/reviewbg.png) no-repeat;
    color: #fff;
    text-align: center;
    padding: 50px 0px;
    background-size:cover;
}

body.not-home-page header {
    background: #1c2c40; 
    padding: 10px 0px;
}
 
body.not-home-page .first-div {
    padding-top:60px;
}

section.testimonialmain .headingttl span {
    color: #12b9ea;
}
section.testimonialmain .headingttl h2{color:#203045;}
section.testimonialmain .headingttl h2+span{color:#203045;}
section.testimonialmain .headingttl .btn{color:#203045;border-color:#203045;}
section.testimonialmain .headingttl p{margin-top:20px;margin-bottom:20px;color:#203045;}
.testimonialmaininner{margin-top:50px;padding:15px;position:relative;}
.testimonialmaininner p{color:#203045;font-size:14px;line-height:22px;}
.testimonialmaininner {
    margin-top: 50px;
    padding: 50px 20px 30px;
    position: relative;
    min-height: 450px;
}
.testimonialmaininner p + p {
    font-style: italic;
}
.testimonialmaininner:before {
    content: '';
    position: absolute;
    top: 0;
    border-top: 2px solid #203045;
    right: 0;
    border-right: 2px solid #203045;
    bottom: 0;
    width: 80%;
}
img.img-responsive.quote {
    position: absolute;
    left: -17px;
    top: -1px;
    max-width: 50px;
}
.testimonialmaininner:after {
    content: '';
    position: absolute;
    left:0;
    border-bottom: 2px solid #203045;
    right: 0;
    border-left: 2px solid #203045;
    bottom: 0;
    height:85%;
}

section.welcome-office {
    background: #203045;
    text-align: center;
    color: #fff;
    padding: 50px 0px;
    overflow:auto;
}

section.welcome-office h2 {
    color: #fff;
}

section.welcome-office h2 + span {
    color: #fff;
}

section.welcome-office .btn {
    margin-top: 20px;
}

section.welcome-office {}

section.welcome-office .col-md-4 {
    margin-top: 30px;
}

.testimonialmaininner img {
    margin: 0 auto 20px;
}
.dctinner {
    align-items:center;
    padding:0px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
}
.dctinner h2{color:#fff !important}
.dctinner h2 + span{color:#fff !important}
.dctinner .btn{margin-top:20px;}
.headingttl h2 {
    color:#203045;
    font-size:30px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom:0px;
}
.ortocare .btn{border-color:#203045;color:#203045;margin-top:30px;}
.headingttl h2 + span {
    color: #203045;
    font-size: 18px;
    text-transform: uppercase;
    display:block;
    margin-bottom:10px;
}

.banner{background-size:cover;position:relative;}
/*.bannercont {
    position: absolute;
    bottom: 100px;
}
*/

.execp-ser{text-align:center;}

section.execp-ser h2 {
    color: #203045;
}

section.execp-ser h2 + span {
    color: #203045;
}

section.execp-ser p {
    color: #203045;
}

section.execp-ser .btn {
    color: #203045;
    border-color: #203045;
    margin-top: 15px;
}
.serimg {
    position: relative;
}
.serimg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background-image: linear-gradient(rgb(32 48 69 / 10%), #203045);
}

.serimg {
    position: relative;
}

.serimg:before {
    display:none;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background-image: linear-gradient(rgb(32 48 69 / 10%), #203045);
}
.serimg {
    box-shadow: 0px 0px 5px 1px #626262;
    margin-top:30px;
}
section.execp-ser {
    margin-bottom:80px;
}
.serimg:hover:before{display: block;}
.serimg:hover p{display:block !important;}
.serimg .contser {
    position: absolute;
    top: 0;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content:end;
    align-items: center;
    padding: 20px;
}
.serimg:hover .contser{
    justify-content:center;
}

.serimg .contser h4 {
    color: #fff;
}

.serimg .contser p {
    color: #fff;
    display: none;
}

.bannerlogo img {
    max-width: 500px;
    margin: 20px auto;
}


.navbar-nav > li a:hover {
    text-decoration: underline;
    background: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover
{
    background: none;
}

.login {
    color: #777;
}

.login:hover {
    color: #333;
    text-decoration: none;
}

.topheadtext {
    display: flex;
    justify-content:flex-end;
    align-items:center;
}

.book-appoint{
    display: flex;
    align-items: center;
    background:#9f9132;
    padding:15px 25px;
    border-radius:30px;
    color:#fff;
    margin-left:20px;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 9px 10px;
    position: relative;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background-color: #fff;
}

/* HOME HERO
-------------------------------------------------- */
.home-hero {

}

.home-hero h1 {

}


/* FOOTER ********************************/

footer {
  padding-bottom:50px;
  padding-top: 50px;
  background: #033047;
}
footer h3{color:#fff;font-size:16px;}
footer h5{color:#fff}
footer p{color:#fff;font-size:13px;line-height:20px;}
footer .col-md-4 {padding-left: 50px;}

footer h3 img {
    position: absolute;
    left: 0px;
    max-width: 30px;
}
footer .col-md-12 a {
    display: inline-block;
    margin: 20px;
}

footer .col-md-12 a img {
    max-height: 30px;
    margin-right: 11px;
}
.footerinner a {
    padding: 5px 0px;
    display: block;
}
footer *{color:#fff !important;}
p.d-flex {
    display: flex;
    align-items: baseline;
}
span.gb-icon {
    position: relative;
    top: 3px;
    margin-right: 10px;
}
ul.sosialicon {
    display: flex;
}
.sosialicon li{margin:2px;}
ul.sosialicon li a {
    font-size: 0px;
    padding: 0px 5px;
    color: #fff;
    background: #9f9132;
    border-radius: 50%;
}
ul.sosialicon li a svg {
    fill: #fff;
    position: relative;
    top: 5px;
}
footer .ftrmenu{padding:0px;margin:0px;display: flex;flex-wrap:wrap;justify-content:center;margin-bottom:20px; }
footer .ftrmenu li{list-style:none;}
footer .ftrmenu li a{padding:15px 15px;font-size:24px;text-transform:uppercase;display:block;font-style:italic;}
footer .social{justify-content:center;margin-top:10px;}
.footerlink{display: flex;flex-wrap: wrap;margin:0 auto;justify-content:center;}
.footerlink li a{display:inline-block;padding:10px 10px;text-transform:uppercase;}
footer a,footer p {
    color: #000;
    margin-bottom:0px;
}

footer a:hover {
    color: #000;
    
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

footer li {
    line-height: 20px;
}

.footer-left {
    text-align: left;
    font-size: 14px;
}

.footer-right {
    text-align: right;
    font-size: 11px;
}

.opentime {
    margin-bottom: 10px;
}

.iconize {
    color: #00a0df;
}

.fa-2x {
    font-size: 28px;
}


/* REVIEWS -------------- */
.fa-star { background-image: url(https://droi.azureedge.net/content/shared/images/icons/18x18/star.png); width: 18px; height: 18px; margin-right: 5px;}

.fa-star-half {
    background-image: url(https://droi.azureedge.net/content/shared/images/icons/18x18/star-half.png);
    width: 18px;
    height: 18px;
    margin-right: 5px;
    position: relative;
    right: 5px;
    bottom: 1px;
}

.rate-us-div {
    margin: 40px 0 20px 0; border: 1px solid silver; padding: 25px; border-radius: 10px; background-color: #fff;
}
.rate-us-div input, .rate-us-div textarea  {
    margin-top: 20px;
}

.patient-reviews > .row {
    column-width: 18em;
    -moz-column-width: 18em;
    -webkit-column-width: 18em;
    column-gap: 1em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
}

.patient-reviews .item {
    display: inline-block;
    padding:  .25rem;
    width:  100%; 
    margin-left: 15px;
}

.patient-reviews .well {
    position:relative;
    display: block;
    padding: 10px;
    margin-bottom:10px;
    min-height: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.patient-reviews .panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.patient-reviews .panel > .panel-heading {
    background-image: none;
    background-color:#196066;
    color: white;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.patient-reviews .panel-body {
    padding: 15px;
}

.patient-reviews .panel-default {
    border-color: #ddd;
}

.reviews-head {
  font-size: 36px;
  padding: 25px 0;
}

.review-stars {
  font-size: 18px;
  line-height: 1em;
}

.review-stars span {
  color: gold;
  padding: 0 2px;
  float: left;
}

.review-reviewer {
    font-size: 14px;
    font-weight: 600;
    margin-left: 115px;
    position: relative;
    top: 1px;
}

.review-body {
  font-size: 1em;
}

/* SIDEBAR -------------------- */
.sidebar {
  padding-left: 5px;
  margin: 20px 0 40px;
}

.sidebar-consultation form{
  /*margin-top:15px;*/
margin-bottom:30px;
}



.sidebar-consultation-head {
  padding: 5px 10px;
  font-size: 12pt;
  background-color: #203045;
  color: #fff;
}

.sidebar-form-consultation {
  margin-top: 5px;
}

.sidebar-form-submit {
    font-size:12px;
    padding: 25px 0;
    text-align: center;
    border-radius: 0;
    color: #fff;
    background-color: #203045;
    border-top: 5px solid #fff;
}

.sidebar-form-button {
    background-color:transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 8px 24px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}


.sidebar-form-text {
    padding: 15px 20px 20px 20px;
  font-size: 10pt;
  line-height: 1.5;
      color: #fff;
    text-align: center;
}

.sidebar-list {
    padding: 40px 0px 0px 0px;
}

.sidebar-list h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 45px;
}

.sidebar-list li {
    margin-left: 20px;
}

.sub-page-main-section {
    padding-top:50px;
    padding-bottom: 50px;
}

form#leadGenFormContactPage .form-control {
    margin-top: 10px;
}

.sub-page-main-section:first-child img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sub-page-main-section h1 {
    font-size: 36px;
    font-weight:800;
    color:#000;
    text-align:left;
}

.sub-page-main-section h2 {
  font-size: 30px;
  font-weight:800;
  color:#000;
}

.sub-page-main-section h3 {
    margin-top: 0px;
}

.inline-img {
    float: right;
    margin: 10px;
    margin-top: 10px !important;
}

.ms-dropdown {
    width: 100%;
    padding: 10px;
    border: 1px solid silver;
}
.ms-dropdown option {
    padding: 10px;
}

/*website-css*/
.sidebarimg {
    padding: 0px 0px 30px;
    text-align: center;
    border-radius: 20px !important;
    box-shadow: 0px 0px 10px 1px #d1d1d1;
    margin-right: 0;
    margin-left: 0;
    margin-top: 40px;
    overflow: hidden;
}
.sidebarimg img {
    margin: 0px !important;
}

.sidebarimg h3, .sidebarimg a {
    padding: 0px 15px;
}

.about_us{    background-image: url(https://harwooddental.blob.core.windows.net/content/images/smiling-people-pics-6.jpg);    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;position:relative;margin-top:70px;}
.about_us:before {
    height: 100%;
    width: 100%;
    background-color:#414141;
    opacity: 0.6;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
}    
.image_section {
    height: 350px;
    width: 350px;
    margin: 0px auto;
    border-radius: 50%;
    border: 2px solid #203045;
    object-fit:cover;
}

.outServices {
    background-color: rgb(230, 230, 229);
    background-position: left top;
    background-repeat: repeat;
    padding:50px 0px;
}

.servicesBoxes {
    display:flex;flex-wrap:wrap;
    padding: 0px 45px;
}

.servicesBoxes .boxy {
    background-size:cover;
    width: calc(33.33% - 10px);
    margin: 5px;
    background-color: #111;
    position:relative;
}

.boxy > div a{position:absolute;left:0;right:0;top:0;bottom:0;z-index:99;}

.boxy > div {
    position:relative;
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 27px;
    line-height: 36px;
    font-weight: normal;
    letter-spacing: -0.025em;
    padding: 92px 0 24px;
}
.boxy > div:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgb(0 169 224 / 70%);
}

.boxy span {
    display: block;
    top: 0px;
    position: relative;
    margin: 0 auto 30px;
    max-width: 158px;
    height: 128px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.boxy span {
    filter: brightness(0) invert(1);
}
.boxy h5 {
    position: absolute;
    font-weight: bold !important;
    color: #fff !important;
    top: 50%;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding:20px;
    transform: translateY(-50%);
}

.cta_button {
    padding: 30px;
    text-align: left;
    font-size: 34px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    background-color:#203045;
}

.cta_button .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cta_button .container p{font-size:30px;}
.cta_button a {
    color: #fff !important;
}

.cta_button a.btn{border-radius:10px;padding:20px;font-size:20px;background:#0087b3;}

.info_footer {
    background-color: #ffffff;
    padding: 37px 0px;
}

.col7 {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding: 0px 15px;
}
.but_pull {
    float: right;
    max-width: 380px;
    padding:0px 15px;
    width:100%;
}

.but_pull h2 {
    font-size: 32px;
}

.oh .clearfix:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.15);
    background-color: #414141;
    color: #fff;
}
.bold {
    font-weight: bold !important;
}

.but_pull h6 {
    font-size: 21px;
    line-height: 120%;
    color: rgb(134, 122, 114);
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    padding: 10px 0px;
}

.but_pull strong {
    color: rgb(51, 51, 51);
    font-size: 22px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #524a47;
}

footer .btn {
    background: #114b5f;
    border: 1px solid #114b5f;
    margin-right: 10px;
    display: inline-block;
    padding: 10px 20px;
}
footer .btn:hover{background:#203045;color:#fff;border-color:#203045;}
.footerinner h2 {
    font-size: 30px;
}
.mt-5{margin-top:50px}
.footerinner p{margin-top:10px;}
.footerinfo img {
    max-width: 20px;
    margin-right:10px;
}
.footerinfo{margin-bottom:10px;}
.footerinfo p{margin-top:0px;}
.footerinfo {
    display: flex;
    align-items: center;
}

footer h4{font-family:'Montserrat-Black' }
ul.quicklink {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
footer .col-md-6 + .col-md-12 {
    margin-top: 30px;
}
section.banner.innerbanner {
    position: relative;
    min-height: initial;
    height: initial;
    background:none;
    padding-bottom:0px;
}
section.banner.innerbanner .container h1 {
    color: #fff;
}

section.banner.innerbanner .bannercont{position: static;}

section.banner.innerbanner .container{position:absolute;bottom:100px;left:0;right:0;margin:auto;text-align:center;}

ul.quicklink li{margin:10px 10px 5px;}
ul.socialicon {
    display: flex;justify-content:center;
}
ul.socialicon li{margin:10px 3px;}
ul.socialicon li a{display:block;width:50px;height:50px;background: url(../images/social-icons.png) no-repeat;}
ul.socialicon li:nth-child(2) a {
    background-position: -52px 0;
}
ul.socialicon li:nth-child(3) a {
    background-position: -104px 0;
}
ul.socialicon li:nth-child(1):hover a {
    background-position: 0px -50px  ;
}
ul.socialicon li:nth-child(2):hover a {
    background-position: -52px -50px;
}
ul.socialicon li:nth-child(3):hover a {
    background-position: -104px -50px;
}


footer {
    margin-top: 0px;
}
.copyrights {
    padding: 0px 0px 10px !important;
    font-size: 14px;
}
.copyrights .container {
    display: flex;
    flex-wrap: wrap;
}
.copyrights .container > div {
    flex: 1 1 50%;
}
.copyrights .pull-left {
    text-align: left;
    color: #fff;
    line-height: 23px;
    letter-spacing: 0.4px;
}
.copyrights .container > div {
    flex: 1 1 50%;
        align-items: center;
}

.copyrights .pull-right {text-align:right;}

footer .social li a{background: url(https://harwooddental.blob.core.windows.net/content/images/social-icons-footer.png) no-repeat;    background-position: 0px -50px;}

footer .social{display:inline-flex;margin:0px;position:relative;top:20px;}

.oh > .headfix {
    background: #203045 !important;
}

.servicesBoxes .boxy:nth-child(n+7) >div:before {
    content: none;
}

ul#dm-services-list {
    padding: 0px;
}
ul#dm-services-list li {
    position: relative;
    padding-left: 30px;
    list-style: none;
}
ul#dm-services-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    height: 18px;
    width: 18px;
    border: 1px solid #000;
    border-radius: 2px;
}

ul#dm-services-list li:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 12px;
    height: 4px;
    width: 11px;
    border-left: 1px solid #000;
    border-radius: 0;
    border-bottom: 1px solid #000;
    transform: rotate(-46deg);
}


.boxy h5 {
    text-transform:uppercase;
    display: block;
    font-weight: normal;
    -webkit-transition: opacity 0.45s ease;
    transition: opacity 0.45s ease;
    font-size: 27px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

html .outServices {
        background-image: url(https://harwooddental.blob.core.windows.net/content/images/gplay.png);
}

.about_us .text {
    max-width: 580px;
    padding: 90px 0px;
    position:relative;
}
.about_us h2 {
    font-size: 34px;
    text-align: left;
    color: #fff;
}

.about_us p {
    font-size: 22px;
    margin: 0px;
    line-height: 33px;
    color: #fff;
    text-align: left;
    font-weight: 300;
}


section.subpagebanner{padding:50px 0px;padding-top:0px;}
section.subpagebanner .row {
    display: flex;
    align-items: center;
}
section.subpagebanner img{border-radius:20px;}
.syfaap1 h2 {
    text-align: center;
    margin: 0;
    background: #f2f0e5;
    margin-top: -1px;
    padding: 20px 0px;
    text-transform: capitalize;
}
.subpagcont{padding:30px 0px;}
section.subpagcont.lgbg {
    background: #f3f5f3;
}
.subpagcont h2{color:#205a2c;}
section.subpagcont .row {
    display: flex;
    align-items: center;
}
.syfaap1 h2  span{font-family: 'Montserrat'}
section.subpagebanner h1{color:#205a2c;font-size:34px;}
section.subpagebanner .subpagebannerbtn{background:#b8a83d;padding:15px 35px;border-radius:30px;color:#fff;font-family:'Montserrat-Black';margin-top:30px;display:inline-block;}

.banner .container .bannertxt {text-align: center;}
.banner .container .bannertxt p {font-size:21px;line-height:24px;color:#203045;text-shadow: 1px 0px 0px rgb(0 0 0 / 28%);}
.banner .container .bannertxt a{margin-top:20px;}


section.specialad .col-md-3 {
    text-align: center;
    float: left;
    background: #ffffff;
    padding: 45px 25px 55px 25px;
    box-shadow: 0 0 45px -10px rgb(0 0 0 / 15%);
    min-height: 341px;
    max-width: 23%;
    margin: 1%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

section.specialad .col-md-3 h2 {
    color: #205a2c;
}

.syfaap h2 {
    margin: 0px;
    background: #f2f0e5;
    margin-top: -1px;
    text-align: center;
    padding: 20px 0px 0px;
    margin-bottom: 20px;
    color:#205a2c;
}
.syfaap h2 span{
    color:#9f9132;
    font-family:'Montserrat';
}
section.wlctxt h2 {
    display: flex;
    text-transform:uppercase;
    font-size:36px;
    color:#205a2c;
    justify-content: center;
    margin-bottom:50px;
}
section.wlctxt h2 img {
    margin-right: 20px;
}
section.wlctxt h2 > span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.welctxtinner {
    padding:15px;
}
.welctxtinner img{border-radius:10px;}
section.wlctxt .row{display:flex;}
section.wlctxt .row > div:nth-child(even) div {
    background: #9f9132;
    border-radius: 20px;
    height:100%;
}

.welctxtinner p{color:#fff;margin-top:20px;}
section.whattoexpect {
    padding:50px 0px;
}

section.whattoexpect h2 {
    color: #205a2c;
    margin-bottom:20px;
}

section.whattoexpect h2 span {
    color: #9f9132;
    display: block;
}
section.whattoexpect p{font-family: 'Montserrat';}

section.wlctxt .row > div div {
    background:#205a2c;
    border-radius: 20px;
    height:100%;
    position:relative;
}

section.wlctxt .row > div div a{
    position:absolute;top:0;bottom:0;left:0;right:0;
}

.ffocusinner {
    padding-top:30px;
    background: #f3f5f3;padding-bottom:50px;
}

.ffocusinnercol {
    text-align: center;
    background: #fff;
    padding: 15px;
        border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-top:20px;
    position:relative;
}

.ffocusinnercol a{position:absolute;top:0;bottom:0;left:0;right:0;}

.ffocusinnercol h3{color:#205a2c;}
section.wlctxt h2 > span span{
    color:#9f9132;font-family:'Montserrat';
}

section.meetdentist {
    padding: 50px 0px;
}

section.meetdentist h2{
    color: #205a2c;
}

section.meetdentist h2 span{
    color: #9f9132;
}
section.meetdentist h3{
 color: #9f9132;font-family:'Montserrat';   
}

section.meetdentist .brandlogo img{margin:15px 5px;}

section.servicesmain {
    text-align: center;
}

section.servicesmain h2{margin-bottom:30px;text-transform:uppercase;font-size:46px;color:#205a2c;}
.servicesmaininner{position:relative;margin-bottom:100px;}
.servicesmaininner_cont img {
    border-radius: 50%;
    background: #205a2c;
    height: 50px;
    width: 50px;
    padding: 14px;
}
.servicesmaininner_cont {
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 10px;
    right: 10px;
    bottom: -65px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 1px #d3d3d3;
    padding-bottom: 30px;
}
section.sepe-offer {
    background: #f5f3ea;
    text-align:center;
    padding-bottom:80px;
}
.hdng{color:#205a2c;text-transform:uppercase;font-size:45px;margin-bottom:30px;}
.hdng span{color:#9f9132}

.odd .sepe-offerinner {
    background: #9f9132;
}

.odd .iconsepeoffer  {background: #9f9132;}

.iconsepeoffer {
    height: 100px;
    width: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #205a2c;
    border-radius: 50%;
    position: relative;
    margin-top: -50px;
}

.iconsepeoffer span {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sepe-offerinner {
    padding: 10px 10px 40px;
    background: #205a2c;
    border-radius: 15px;
    position:relative;
}

.sepe-offerinner a{position:absolute;top:0;bottom:0;left:0;right:0;}

section.oursmilergal {
    background: #9f9132;
}
section.oursmilergal h2{
    color:#fff;text-transform:uppercase;font-size:45px;

    }

    section.dental-implants {
    padding: 50px 0px;
}

    section.dental-implants  h2{text-transform:capitalize;}

section.dental-implants .row{
        display: flex;align-items:center;
}

section.gl-review {
    background: #f3f5f3;
    padding-bottom:50px;
}
section.brandlogo-main {
    padding: 50px 0px;
}
.your-path{background:url(../images/bottom-contact.webp) no-repeat;background-size: cover;padding:50px 0px;text-align: center;}
.your-path h2{color:#fff;font-size:45px;}
.your-path h3{color:#fff;font-size:45px;font-family: 'Montserrat'}
section.gl-review h2 {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 16px;

}


    section.oursmilergal h2 span{color:#fff;font-family:'Montserrat'}
section.oursmilergal
.smilergallerysec img {
    max-width: 31%;
    margin: 1%;
}
.smilergallerysec {
    display: flex;
    flex-wrap: wrap;
    border: 7px solid #205a2c;
    margin-bottom:30px;
}
.sepe-offercont h2 {
    color: #fff;
}

.sepe-offercont span{color:#fff;}

.sepe-offerinner img {
    border-radius: 15px;
}

.servicesmaininner a{position:absolute;top:0;bottom:0;left:0;right:0;z-index: 99;}
.servicesmaininner > img {
    border-radius: 10px;
}

.invisible-smile{padding:50px 0px;}
.smile-video{background: #1c828e;padding:50px 0px}
.smile-video .row{display:flex;align-items:center;}
.smile-video .row p{margin-top:15px;}
.smile-video .row a{margin-top:20px;}
.smile-video *{color:#fff;}
.smile-video h4{margin-bottom:0px;}
.smile-video h2{margin-top:0px;}
.invisible-smile .row{display:flex;align-items:center;}
.invisible-smile .row > div:last-child{padding-left:50px;}
.invisible-smile .row > div:last-child p{margin:20px 0px;}
.invisible-smile h2{ color: #070762;}
.banner .container .bannertxt h1{    color: #fff;
    font-size:80px;
    text-transform:uppercase;}
    .banner .container .bannertxt h2{color: #fff;font-weight:400;
    font-size:70px;
    font-family:'Montserrat';
    text-transform:uppercase;}
.banner   img{width:100%;}
.banner .sign   img{width:auto;max-width: auto}
.fees .row > div{padding:0px 5px;}
.fees{background:#203045;color:#fff;font-weight:bold;text-transform:uppercase;text-align:center;padding:40px 0px;}
.fees .txt{background:#00adef;padding:10px;min-height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;}
.fees h2{font-size:35px;font-family:'Montserrat';margin:0px;color:#fff;    text-shadow: 2px 2px #5b5757;}
.fees h3{font-size:20px;font-family:'Montserrat';margin:0px;color:#fff;    text-shadow: 2px 2px #5b5757;}
.fees p{font-size:10px;margin-bottom:0px;}
.fees .txt:hover{background:#6e6f73;}
.fees .txt a{position:absolute;top:0;left: 0;right: 0;bottom: 0;width:100%;height:100%;z-index:9;}
section.services {padding: 50px 0px;}
section.services .serviceinner{text-align:center;position: relative;}
section.services .serviceinner a{position:absolute;top:0;left:0;right:0;bottom:0;z-index: 99}
.btnwrap {display: flex;float: left;width: 100%;justify-content: center;}
section.services .serviceinner h3{background:#203045;color:#fff;text-transform:uppercase;font-size:22px;font-family:'Montserrat';margin:0px;padding:15px;min-height:110px;display:flex;align-items:center; text-shadow: 2px 2px #000;}
section.our-teamm-mn{background: #e9e9e9;padding:40px 0px;}
section.our-teamm-mn .row{display:flex;align-items:center;}
.new-pat-special h2{color:#070762}
.new-pat-special {padding:50px 0px;text-align:center;color:#070762}
.new-pat-special .row div.col-sm-4 a{display:inline-block;padding:20%;color:#fff;font-size:22px;text-transform:uppercase;}
.new-pat-special p{margin:20px 0px}
.new-pat-special .row div.col-sm-4 a{background:#070762;transform: scale(1);
    transition: .5s all;}
    .new-pat-special .row div.col-sm-4 a:hover {
    transform: scale(1.1);
    transition: .5s all;
}
.new-pat-special-ser{max-width:80%;margin:0 auto}
.new-pat-special .row .new-pat-special-ser div.col-sm-4:nth-child(3) a{background:#cc1314 !important;}
section.our-ser-mn {
    background: #1c828e;
}
section.our-ser-mn *{
    color: #fff;
}
.oursrrcont{padding:20px 0px}
.our-ser-mn{position:relative;}
.our-ser-mn > .col-sm-4{position:absolute;right:0;top:0;bottom:0;padding-right:0px;right:0}
.our-ser-mn > .col-sm-4 img {
    height: 100%;
    width:  100%;
    object-fit: cover;
}
.our-ser-mn.pat-info > .col-sm-4{position:absolute;right:inherit;top:0;bottom:0;padding-left:0px;padding-right:15px;left:0}
section.our-ser-mn.pat-info{background:#e9e9e9}
section.our-ser-mn.pat-info h2,section.our-ser-mn.pat-info p{color:#070762}

.patient-stories{text-align:center;padding:20px 0px;}
.patient-stories h2{color:#070762;}
.col-md-12.storicont {
    position:relative;top: -20px;
    background:#fff;
    box-shadow: 1px 1px 10px 0px #909090;
    max-width: 90%;
    margin: 0 auto !important;
    float: none;
    width: 90%;
    overflow: auto;
    padding: 16px;
    display: flex;
    justify-content: space-between;
}
.col-md-12.storicont a {
        font-family: 'Georgia-Regular-font';
    font-size: 30px;
    color:#070762;
}

.oh > .headfix {
    background: #203045 !important;
}
.oh .headfix {
    border-radius: 5px 5px 0px 0px;
}
.you-ll-hover .oh .clearfix:nth-child(even) {
    background-color: rgba(255, 255, 255, 1);
}
.oh .col6:nth-child(1) {
    width: 30%;
}
.you-ll-hover .col6 {
    text-align: left;
}

.you-ll-hover .oh .clearfix:nth-child(odd) {
    background-color: #414141;
    color: #fff;
}
.oh .clearfix {
    padding: 5px 0px;
}

.oh .col6:nth-child(2) {
    width: 70%;
}

.col6 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0px 15px;
}
.office-hr{position:relative;}
.office-hr .you-ll-hover{display:none;}
header .social{margin:0px;justify-content:flex-start;align-items:center;}
header .social li.office-hr a{background:none;width:auto;margin-left:20px;height:40px;color:#fff;}
.headtop{padding:15px 0px;}
li.dropdown.open.ser {
    position: static;
}
li.dropdown.ser.open .dropdown-menu {
    display: flex;
    width:100%;
    padding:20px;
}
div#myNavbar li a.mainhead {
    color: #205a2c !important;
    font-weight: 700;
    font-size: 16px;
    padding:5px 20px !important;
}
.col1 ul {
    padding-left: 7px;
}
li.dropdown.ser .dropdown-menu > div {
    flex: 0 0 25%;
}
li.dropdown.ser a {
    display: block;
    color:#333;
}
.office-hr:hover .you-ll-hover{display:block;position:absolute;top:0;width:300px;z-index: 99;padding-top:40px;}
.social {padding:0px;margin:20px 0px;    display: flex;justify-content: end;list-style: none;}
.conttopinfo .ad{margin-right:20px;color:#fff;}
.social  li a{height:50px;width:50px;background:url(https://harwooddental.blob.core.windows.net/content/images/social-icons-header.png) no-repeat;display:inline-block;    background-position: 0px -50px;}
.social  li.fb a{background-position: -50px -50px;}
.social  li.insta a{background-position: -100px -50px;}
.social  li.ye a{background-position: -150px -50px;}
.social  li.go:hover a{background-position: 0px 0px;}
.social  li.fb:hover a{background-position: -50px 0px;}
.social  li.insta:hover a{background-position: -100px 0px;}
.social li.ye:hover a{background-position: -150px 0px;}
.continfo{    max-width: 300px;margin: 0 auto;float: none;border-top: 1px solid #d0c9c3;border-bottom: 1px solid #d0c9c3;}
section.footer{padding:40px 0px;}
section.footer {background: #203045;color:#fff}
section.footer ul{padding:0px;margin:0px;list-style:none;}
section.footer ul li{display:flex;justify-content:space-between;}
section.footer {font-size:16px;}
section.footer a{font-size:16px;color:#fff;}
section.footer p{margin-bottom:0px;}
section.footer h4{font-size:18px;margin-bottom:20px;color:#fff}
.copyright {
    text-align: center;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #0cb4dc;
}
.copyright a{
    color:#fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{

}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #0cb4dc;
    color: #fff;
}

.copyright .container p{float: left;color:#fff;margin:0px !important;font-size:16px;}
.copyright .container h6{float: right;color:#fff;margin: 0px;font-size:16px;}
.add{margin:20px 0px !important;}
.page-title{font-size:36px !important;}
  
#generic_price_table{
padding-bottom: 0px;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
  background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
  background-color: #fff;
}
.generic_price_btn.clearfix a:hover {
    background: #00adef !important;
    border-color: #00adef !important;
    color: #fff !important;
}

section#services a {
    display: block;
    font-size: 16px;
    border-radius:50px;
    padding: 10px 15px;
    color: #000;
    text-align: center;
    box-shadow: 0px 0px 6px 1px #d1d1d1;
    min-width: 205px;
    margin: 10px 0px;
    font-weight: 700;
    background:#fff;
}

.carousel-inner {
    display: flex;
    justify-content: center;
}

.sidebar {
    padding-left: 5px;
    margin: 20px 0 40px;
    position: sticky;
    top: 100px;
}

section#services {
    background: #f1f1f1;
    padding: 50px 0px;
}

.team {
    width: 100%;
    box-shadow: 2px 2px 20px #3332;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    margin-top: 5%;
}
.img.img-team {
    width: 30%;
}
.team-info {
    width: 100%;
}
.team img {
    width: 100%;
}
.team h4 {
    text-align: left;
    font-size: 20px;
    padding-left: 16px;
    padding-top: 30px;
    font-weight: normal;
}
.team p {
    padding: 10px 20px;
}
.img.img-team h4 span {
    font-weight: 500;
    font-size: 19px;
}
.content-team {
    width: 100%;
    padding: 0 20px;
}

@media (max-width:768px) {
.img.img-team {
    width: 40%;
    margin: 0 auto;
}
}

@media (max-width: 457px) {
.img.img-team {
    width: 100%;
}
}


.newgeneric_price .generic_feature_list .row {
    border-bottom: 1px solid #00315e;
}

.newgeneric_price .generic_feature_list .row:nth-child(even) {
    background: #e4e4e4;
}
#generic_price_table .generic_content .generic_feature_list ul li
{
 border-bottom: 1px solid #00315e;   
}

#generic_price_table .generic_content .generic_feature_list ul li:nth-child(even) {
       background: #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
  border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
  color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
  color: #414141;
}
/*#generic_price_table .generic_content .generic_feature_list ul li:hover{
  background-color: #E4E4E4;
  border-left: 5px solid #00315e;
}*/

#generic_price_table .generic_content .generic_price_btn a{
  border: 1px solid #00315e; 
    color: #00315e;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
border-color: #203045 rgb(255 255 255) rgb(255 255 255) #203045;
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
  background-color: #00315e;
  color: #fff;
} 
#generic_price_table{
  margin: 0;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
  overflow: hidden;
  position: relative;
  text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
  margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
  position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
  padding-top: 25px;
  position: relative;
  z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-family: "Raleway",sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
  padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
  display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-family: "Lato",sans-serif;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 50px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
  font-family: "Lato",sans-serif;
  font-size: 20px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
  padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
  margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
} 

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg1{border-width: 146px 1411px 23px 399px !important;}
section.sub-page-main-section.officetour img {margin-bottom: 30px;}
.servicemaininner a {position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 9;}

.newgeneric_price .generic_price_btn.clearfix a {
    font-size: 14px !important;
    padding: 10px !important;
    border-radius: 10px !important;
    line-height: 19px;
    margin: 0px 10px !important;
}
.newgeneric_price .generic_feature_list .row {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 20px 0px;
}
.newgeneric_price .col-sm-3 .head {
    font-size: 25px;
    font-weight: bold;
}

.newgeneric_price .generic_feature_list .row:nth-child(odd) {
    background: #fff;
    
}

section.sub-page-main-section.cntctmain .form-control {
    margin-bottom: 20px;
}


section.sub-page-main-section.cntctmain input[type="checkbox"] {
    margin-right: 5px;
}

section.fees img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

.col-md-8.fees {
    background: none;
    padding:15px
}

.col-md-8.fees img {
    width: 100%;
}

.col-md-8.fees .txt {
    margin-bottom: 10px;
}
.header-right.text-right > a {
    color: #000;
    margin: 0px 10px;
}
.header-right.text-right > a.btn{
    color: #fff;
}
header {
    position:static;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
}
.ftrcn p{margin-top:0px;margin-bottom:15px;}

.stories-sec h2{    color: #070762;}
.stories-sec  .storiesinner{background:#070762;padding:10px;overflow:auto;display: flex;
    flex-wrap: wrap;}
.stories-sec  .storiesinner > div{background:#e9e9e9;    width: 31.333%;
    margin: 1%;}
    .stories-sec  .storiesinner > div h4{color:#070762;font-size:20px;}
    .stories-sec  .storiesinner > div p{color:#070762;font-size:16px;}
    section.stories-sec h2{margin:40px 0px}
.stories-sec  .storiesinner .cont {
    margin: 0px -15px;
    padding:15px;
    background:#e9e9e9;
}

.main-service-content.section-block.bg-body-complement > .row {
    margin: 0px;
}
.row.tealbg {
    background: #1c828e;
    margin: 0px;
}
.row.tealbg h2,.row.tealbg p,.row.tealbg li{color:#fff}
.row.tealbg .policy-paragraph p ~ h3 {
    display: inline-block;
}
.row.greybg .policy-paragraph p ~ h3 {
    display: inline-block;
}
.row.greybg {
    background: #e9e9e9;
    margin: 0px;
}
.breadcrumb-meta {
    padding-top: 100px;
}
.banner video{width:100%;height:100%;object-fit:cover;}
a.banner-logo {
    width:550px;
    height:550px;
    border-radius: 50%;
    background-color: rgb(255 255 255);
    padding: 40px;
    margin-top: -120px !important;
    text-align: center;
    box-sizing: border-box;
    display: block;
    opacity: .8;
}

.four_box {
    position: relative;
    margin-top: -80px;
    z-index: 10;
}
.four_box .row{display:flex;justify-content:space-between;}
.four_box .row > div{flex:0 0 25%;max-width:25%;padding:15px;}

.four_box .row > div >div {
    background-color: rgb(65 65 65 / 70%);

}

.four_box .row > div >div:hover {
    background-color: #203045 !important;
}
.four_box .row > div >div {
    position: relative;
}
.four_box .row > div >div h3 {
    font-size: 28px;
    color: #fff;
    padding: 0px 20px;
    position: relative;
    text-align: center;
    font-weight: 400;
    font-family:'Montserrat' !important;
    line-height: normal;
}
.four_box .row > div >div h3 strong{display:block;}
.four_box .row > div >div a{position:absolute;left:0;right: 0;top:0;bottom: 0;z-index:99}
.four_box .row > div >div {
    position:relative;
    margin: 0px auto;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    height: 210px;
    width: 210px;
    border-radius: 50%;
    text-align: center;}
    .col3  img {
    filter: brightness(0) invert(1);
    max-height: 56px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 4px;
    top: 0;
    left:99.5%;
    margin-top: 0;
    position: absolute;
    border-radius:0px;
}

.sub-page-main-section{
padding:60px 0;
}

.page-title{
margin-bottom:50px;
}

.content-row{
margin-bottom:50px;
display:flex;
align-items:center;
}

.content-box{
font-size:16px;
line-height:1.7;
}

.contents-quote{
background:#f7f7f7;
padding:25px;
border-left:4px solid #0bbcd6;
font-style:italic;
}

.phone{
color:#0bbcd6;
font-weight:bold;
}

.content-row img{
border-radius:6px;
}

.navbar-header, .navbar-brand {
    float: none !important;
  }

  header ~ div:first-of-type {
    padding-top:180px;
}
section.section-pad.section-warm {
    padding-bottom:50px;
}
section#services {text-align:center;}
section#services a.btn {
    color: #2b4364;
  background-color:#f3d149;
  border: 1px solid #f3d149
    margin-top:20px !important;
    display: inline-block;
    margin: 0 auto;
}

#reviewCarousel  .carousel-control {box-shadow: none !important;background:#fff !important;height: 50px;width: 50px;position: absolute;border-radius: 50%;border: 1px solid #fff;top: 50%;}
div#reviewCarousel {
    max-width: 700px;
    margin: 0 auto;
}

.special-card {
  position: relative;
  overflow: hidden;
background-position: center !important;
}

.special-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, /* strong black at bottom */ rgb(0 0 0 / 20%) 50%, /* medium */ rgba(0, 0, 0, 0) 100% /* transparent at top */);
}

.post-content article {
    margin-left: 0px;
}
/* Keep text above overlay */
.special-card * {
  position: relative;
  z-index: 2;
}

.special-card  h3 , .special-card  p {
    color: #fff !important;
}

.special-card .price {
    color: #f3d149 !important;
}

#reviewCarousel ol.carousel-indicators li {
    border: 1px solid #15678c;
    height:20px;
    width:20px;
}

#reviewCarousel ol.carousel-indicators {
    position: absolute;
    bottom: 0;

}

#reviewCarousel ol.carousel-indicators li.active {
    background:#f3d149;
}


#reviewCarousel .item {
  height: auto !important;
}

#reviewCarousel .carousel-inner {
  height: auto !important;
}

.review-card {
  height: auto !important;
  overflow: visible !important;
}

#reviewCarousel a.left.carousel-control {
    left: -60px;
}

#reviewCarousel a.right.carousel-control {
    right: -60px;
}

#reviewCarousel span.glyphicon.glyphicon-chevron-left {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 59%;
    left: 60%;
}
#reviewCarousel span.glyphicon.glyphicon-chevron-right {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(135deg);
    position: absolute;
    top: 59%;
    left: 37%;
}

.service-card h3 , .service-card span {
    color: #ffffff;
    font-family: 'Open Sans';
    font-weight: 500 !important;
    display:block;
}
.service-card h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.savings-featured h2 {
    color: #fff !important;
} 

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width:1350px){
    .navbar-nav > li > a{font-size:10px !important;padding: 15px 5px;}
    .btngrp a{font-size:10px !important;    margin: 0px 1px;}
}


@media (min-width:768px)
{
  section.servicemain .row > div {padding: 0px 40px;}
    .navbar-nav {float: left;}
    
}

@media (max-width: 1200px)
{
    .header-left > div:last-child {
    display: none;
}
.header-right > :first-child {
    display: none;
}
.banner video {
    min-height: 600px;
}
  div#myNavbar li a{padding: 15px 30px;}
  a.banner-logo{    width:400px;
    height:400px;}
  .banner .sign img{min-height:     inherit;}
  div#myNavbar li a {
    padding: 15px 6px;
    font-size: 11px !important;}
    .btngrp a {
    margin: 0px 1px;
}
section.banner.innerbanner .container{
        bottom: 33px;
}
section.bracesandinv .col-md-6 {
    width: 100%;
}
section.bracesandinv .headingttl h2:before{content:none;}
section.bracesandinv .container{width:100% !important;}
.bracesandinvinner{margin-top:20px;}
.container{width:100% !important;}
nav.navbar.navbar-inverse .container-fluid, nav.navbar.navbar-inverse div#myNavbar{padding:0px 0px;}
.bannercont{padding:15px;}
}

@media(max-width:991px)
{
    .navbar-brand>img {max-width: 100px}
    
    ul.nav.navbar-nav.navbar-right {flex-direction: row;}
    header ~ div:first-of-type {
    padding-top: 132px;
}
.doctors-grid { flex-direction: column;
 }
 .doctor-row {grid-template-columns: auto;}
    .navbar-default .navbar-toggle .icon-bar {height:1px !important;}
 nav.navbar.navbar-default.main-nav .container {display:block;}   
   section.cta-meet  , section.patient-story{padding:20px !important;}
    section.patient-story img{max-width:200px; margin:0 auto;}
    .featured-news .row,section.bettr-smil .animate-left-border-1{flex-direction: column-reverse !important;}
    .row.animate-left-border.cosgen, .container.passsec .row, section.bettr-smil .animate-left-border-1 , .ourexpertise .row, .featured-news .row {
    display: flex;
    flex-direction: column;
    align-items: center;}
     .ourexpertise {min-height:500px;}
    .mrleft{padding-left:0px;}
    footer h3 img{display:none;}
    section.ortocare .col-md-3{top:0;right:0;}
    section.ortocare .col-md-3 img{display:block;margin:0 auto}
    .ortocareinner{padding:15px !important;}
    section.drsec img{display:block;margin:0 auto;}
    section.drsec .row{justify-content:center;}
    .serimg img{width:100%;}
    section.banner.innerbanner .container{
    position: static;
    background: #f3f5f9;
    }
    .testimonialmaininner{min-height:inherit;}
    section.banner.innerbanner .container h1 {
    color: #196066;}
    .footerinfo{justify-content:center;}
    footer{text-align:center;}
    section.ortocare{padding-top:0px;}
.ortocareinner{margin:0px;}
    .btngrp a {
        margin: 0px 1px;
        font-size: 8px;
    }    

    .mbm {margin-top: 20px !important;}
  div#myNavbar li a {
    padding: 15px 6px;
    font-size:10px !important;
}


}

/* Force navbar collapse from 992px and below */
@media (max-width: 1200px) {
    .navbar{
        position:static;
    }
    div#myNavbar {
    position: absolute;
    left: 0;
    right: 0;
    background: #203045;
    top: 65px;
}

ul.nav.navbar-nav {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0px 15px;
}
  .navbar-header, .navbar-brand {
    float: none !important;
  }

     
  .navbar-collapse.collapse.in {
    display: block!important;
  }

  .navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbar-form {
    margin-right: -15px;
    margin-left: -15px;
  }

  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}



@media (max-width: 767px) {
    ul.nav.navbar-nav.navbar-right {flex-direction:column;}
    nav.navbar.navbar-default.main-nav .container {background: #fff}
    .navbar-default .navbar-nav>li>a {color:#000 !important}
    div#navOverlay.open {
    display: flex;
    flex-direction: column;
}
button#navOverlayClose {
    margin-top: 18px;
}
.navbar-nav .open .dropdown-menu>li>a{color: #fff;}
    .overlay-buttons.text-center{position: static;}
    .overlay-menu-title{display: none}
    .col-sm-11.menuwrap{padding:0px;}
        .btngrp a {
        margin: 0px 3px;
        font-size:14px;
    }
    .header-left .header-btn-sm {display: none;}
    .btngrp{display:none;}
    header.tophead {
    background: #033047;}
    header.tophead img {
    max-width:100px;}
        .banner video {
        min-height: 500px;
    }
    div#myNavbar{top:55px;}
    header {position:relative;}
    nav.navbar.navbar-inverse {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    section.banner .container:before{width:100%;}
    section.banner .container:after{height:100%;}
    section.banner .container {max-width:95%;}
    .menuwrap{position:static;}
    .header-right > :nth-child(2) {
    display: none;}
    .bannercont h1{font-size:35px;}
    .bannercont {position: static;text-align: center;}
    div#myNavbar {
    margin: 0px;
    padding: 0px 19px !important;
}
    div#myNavbar li a {
        padding: 15px 6px;
        font-size: 14px !important;
    }
    .ortocareinner{padding-right:20px;}
}


@media (max-width: 479px) {
.copyright{text-align:center;}
  .copyright .container h6,.copyright .container p{float:none;margin-bottom:10px;}
}
  
}

/* Collapse bootstrap earlier
---------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {


}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav {
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-nav li a {
        font-size: 14px;
    }

    .navbar-nav > li > a {
        font-size: 14px;
        font-weight: 500;
        padding-right: 10px;
        padding-left: 5px;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 5px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {

}

@media (min-width: 1500px) {
    section.bracesandinv .container{width:1450px;}
}

@media (min-width: 1800px) {
    section.bracesandinv .container{width:1450px;margin:0 auto;}
    section.bracesandinv .headingttl h2:before {
    width: 2000px;
    left: -1500px;}
}
  
