:root {
	--bs-primary: #00bbb2;
	--bs-secondary: #00bbb2;
}

@font-face {
	font-display: swap;	
    font-family: 'AvenirNextLTW01Bold';
    src: url('/public/fonts/AvenirNextLTW/avenir-next-bold.eot');
    src: url('/public/fonts/AvenirNextLTW/avenir-next-bold.eot') format('embedded-opentype'),
         url('/public/fonts/AvenirNextLTW/avenir-next-bold.woff') format('woff'),
         url('/public/fonts/AvenirNextLTW/avenir-next-bold.ttf') format('truetype'),
         url('/public/fonts/AvenirNextLTW/avenir-next-bold.svg#AvenirNextLTW01BoldRegular') format('svg');
}
@font-face {
	font-display: swap;
    font-family: 'AvenirNextLTW01Italic';
    src: url('/public/fonts/AvenirNextLTW/avenir-next-italic.eot');
    src: url('/public/fonts/AvenirNextLTW/avenir-next-italic.eot') format('embedded-opentype'),
         url('/public/fonts/AvenirNextLTW/avenir-next-italic.woff') format('woff'),
         url('/public/fonts/AvenirNextLTW/avenir-next-italic.ttf') format('truetype'),
         url('/public/fonts/AvenirNextLTW/avenir-next-italic.svg#AvenirNextLTW01ItalicRegular') format('svg');
}
@font-face {
	font-display: swap;
    font-family: 'AvenirNextLTW01Regular';
    src: url('/public/fonts/AvenirNextLTW/avenir-next-regular.eot');
    src: url('/public/fonts/AvenirNextLTW/avenir-next-regular.eot') format('embedded-opentype'),
         url('/public/fonts/AvenirNextLTW/avenir-next-regular.woff') format('woff'),
         url('/public/fonts/AvenirNextLTW/avenir-next-regular.ttf') format('truetype'),
         url('/public/fonts/AvenirNextLTW/avenir-next-regular.svg#AvenirNextLTW01RegularRegular') format('svg');
}
@font-face {
	font-display: swap;
    font-family: 'AvenirNextW01Thin';
    src: url('/public/fonts/AvenirNextLTW/avenir-next-thin.eot');
    src: url('/public/fonts/AvenirNextLTW/avenir-next-thin.eot') format('embedded-opentype'),
         url('/public/fonts/AvenirNextLTW/avenir-next-thin.woff') format('woff'),
         url('/public/fonts/AvenirNextLTW/avenir-next-thin.ttf') format('truetype'),
         url('/public/fonts/AvenirNextLTW/avenir-next-thin.svg#AvenirNextW01ThinRegular') format('svg');
}
.bold {
	font-family: 'AvenirNextLTW01Bold', Arial, Helvetica, sans-serif;
}
.italic {
	font-family: 'AvenirNextLTW01Italic', Arial, Helvetica, sans-serif;
}
.regular {
	font-family: 'AvenirNextLTW01Regular', Arial, Helvetica, sans-serif;
}
.thin {
	font-family: 'AvenirNextW01Thin', Arial, Helvetica, sans-serif;
}

body {
    font-family: 'AvenirNextLTW01Regular', Arial, Helvetica, sans-serif;
    background-color: #fff;
    color: #282828;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
    font-display: swap;
}
p, ul {
    font-family: 'AvenirNextLTW01Regular', Arial, Helvetica, sans-serif;
    color: #282828;
    font-size: 16px;
    font-display: swap;
}

b, strong {
    font-weight: 600;
}

a {
    color: #333 !important;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #333 !important;
    text-decoration: underline
}
/*
a {
	color: #00bbb2 !important;
	text-decoration: underline !important;
}

a:hover {
	color: #333 !important;
}
*/

h1, .h1 {
    font-size: 28px;
    font-weight: 400;
    line-height: 46px;
    color: #00bbb2;
    font-family: "AvenirNextLTW01Regular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-display: swap;
}
h2, .h2 {
    font-size: 26px;
    font-weight: 400;
    color: #333;
    font-family: "AvenirNextLTW01Regular", Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
	line-height: 35px;
	font-display: swap;
}
h3, .h3 {
    font-size: 22px;
    color: #00bbb2;
    font-family: "AvenirNextLTW01Regular", Arial, Helvetica, sans-serif;
    font-display: swap;
}
h4, .h4 {
    font-size: 20px;
    color: #333;
    font-family: "AvenirNextLTW01Regular", Arial, Helvetica, sans-serif;
    font-display: swap;
    line-height:30px;
}
h5, .h5 {
    font-size: 20px;
    color: #00bbb2;
    font-family: "AvenirNextLTW01Regular", Arial, Helvetica, sans-serif;
    font-display: swap;
    line-height:30px;
}
h6, .h6 {
    font-size: 18px;
    color: #00bbb2;
    font-family: "AvenirNextLTW01Regular", Arial, Helvetica, sans-serif;
    font-display: swap;
    line-height:30px;
}
.white {
	color: #fff;
}
.height {
    height: inherit;
}
.clear {
    clear: both;
}
#sitemap a {
    color: #00bbb2;
    text-decoration: underline;
}

/* -------------------- snippet-navbar ------------------ */

.pre-navbar {
    z-index: 1021;
    position: relative;
}

.pre-navbar-inside {
}

#call {
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
}

#phone {
    color: #fff;
    font-size: 28px;
    margin-top: -5px;
}

.navbar {
    background-color: #00bbb2;
    padding: 0;
    z-index: 2;
}

.relative, .relative2 {
  position: relative;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    color: #fff !important;
    padding: 1rem;
    letter-spacing: 1.8px;
    font-size: 15px;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    background-color: #333;
    color: #fff;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border-top: none;
    background-color: #00bbb2;
}

.dropdown-item {
    color: #fff !important;
}

.dropdown-toggle::after {
    vertical-align: 3px;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #fff;
    color: #00bbb2 !important;
}

/* ---------------------------------------------------- snippet-banner ---------------------------------------------------- */

.header {
    position: relative;
    overflow: hidden;
    background-color: #00bbb2;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}
.header .container {
    position: relative;
    z-index: 2;
}
.video {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    transform: translate(-50%, -50%);
}
.banner-triangle {
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 3;
}
.banner-triangle svg {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.header-inside {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9)), url("/public/images/banner_inside_1.jpg") no-repeat center center;
    background-size:cover;
    min-height:100%;
}

#banner-1 {
    font-size: 34px;
    color: #fff;
}
.banner-txt {
    color: #fff;
    font-size: 24px;
}
.banner-btn {
    color: #fff !important;
    font-size: 18px;
    background: #00bbb2;
    padding: 12px 30px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 35px;
    letter-spacing: 1px;
    font-family: 'AvenirNextW01Thin', Arial, Helvetica, sans-serif;
}
.banner-btn:hover {
    text-decoration: none;
    background: #fff !important;
    color: #00bbb2 !important;
}

/* ---------------------------------------------------- snippet-rows ---------------------------------------------------- */
.row0 {
    background: #eee;
    position: relative;
    z-index: 101;
    border-bottom: 1px solid #fff;
}
.row2 {
    background: #00bbb2;
    position: relative;
    z-index: 101;
    border-bottom: 1px solid #fff;
}
.row3 .request {
    color: #00bbb2;
    font-size: 26px;
    line-height: 35px;
    text-transform: uppercase;
}
.row3 .find {
    color: #a7a7a7;
    font-size: 18px;
    margin-top: 30px;
}
.row4 {
    background: #00bbb2;
    color: #fff !important;
}

/* ---------------------------------------------------- Dental Services ---------------------------------------------------- */

.banner-row {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    padding: 20px 0 30px 30px;
    position: relative;
}
.row-title {
    color: #00bbb2;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 28px;
}
.row-txt {
    padding: 5px 0;
}
.row-links a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
    margin-right: 15px;
    white-space: nowrap;
}
.banner1 {
    background: url('/public/images/row-serv-1.jpg') no-repeat center right;
}
.banner2 {
    background: url('/public/images/row-serv-2.jpg') no-repeat center right;
}
.banner3 {
    background: url('/public/images/row-serv-3.jpg') no-repeat center right;
}
.banner4 {
    background: url('/public/images/row-serv-4.jpg') no-repeat center right;
}
.banner5 {
    background: url('/public/images/row-serv-5.jpg') no-repeat center right;
}
.banner-row::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -moz-transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out; 
}
.banner-row.in-view::before {
    left: 101%;
}

/* ---------------------------------------------------- snippet-footer ---------------------------------------------------- */
.footer {
    background: #eee;
}
.footer a {
    color: #383838;
}
.footer a:hover {
    color: #00bbb2 !important;
    text-decoration: none;
}
.footer-title {
    font-size: 30px;
}
.footer-keyword {
    font-size: 24px;
    line-height: 32px;
}
.footer-phone {
    font-size: 24px;
    margin-top: 20px;
}
.social i {
    font-size: 1.5em;
}
.copyright {
    background-color:#00bbb2;
    color: #fff;
    font-size: 14px;
}
.copyright a {
    color: #fff !important;
}
.copyright a:hover {
    color: #333 !important;
    text-decoration: none;
}

/* ---------------------------------------------------- others ---------------------------------------------------- */
.inf-zoom svg {
    animation: infinite 6.5s inf-zoom ease-out;
    position: relative;
}

.inf-zoom-normal svg {
    animation: infinite 6.5s inf-zoom-normal ease-out;
    position: relative;
}

@keyframes inf-zoom {
    0% {
        transform: scale(1, -1);
    }
    15% {
        transform: scale(1.2, -1.2);
    }
    30% {
        transform: scale(1, -1);
    }
    100% {
        transform: scale(1, -1);
    }
}

@keyframes inf-zoom-normal {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.2);
    }
    30% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
.item5 svg {
    animation-delay: 1.3s;
}

.item6 svg {
    animation-delay: 2.6s;
}

.item7 svg {
    animation-delay: 3.9s;
}

.item8 svg {
    animation-delay: 5.2s;
}

.zoomIn{transform:scale(.001)}.zoomIn.in-view{transform:scale(1)}

.fromRight{position:relative;opacity:0;right:-200px}
.fromRight.in-view{opacity:1;right:0}
.fromLeft{position:relative;opacity:0;left:-200px}
.fromLeft.in-view{opacity:1;left:0}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-w-16 {
    width: 1em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.size2em {
    font-size: 2em;
}
.max-50 {
    max-width: 50%;
}
.size1 {
    font-size: 1em;
}
.size2 {
    font-size: 2em;
}
.size3 {
    font-size: 3em;
}
.size4 {
    font-size: 4em;
}
.fa-stack {
    width: 2em;
}
.breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fafafa;
}
.breadcrumb a {
    color: #00bbb2 !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #00bbb2;
    border-color: #00bbb2 !important;
    text-decoration: none !important;
}
.btn-primary:hover {
    background-color: #333;
    border-color: #333 !important;
    color: #fff !important;
}
.btn-info {
    background-color: #00bbb2;
    border: none;
}
.btn-info:hover {
    background-color: #333;
    color: #fff;
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/* ---------------------------------------------------- autocomplete mail ---------------------------------------------------- */
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 10px;
  right: 10px;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #FFFEF6; 
  border-bottom: 1px solid #d4d4d4; 
}
/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #FFFBEB; 
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #FEF3CD !important; 
  color: #000000; 
}
/* ---------------------------------------------------- start slider after & before pictures - delete if there are none ---------------------------------------------------- */
.ba-slider {
  position: relative;
  overflow: hidden;
}
.ba-slider img {
  width: 100%;
  display: block;
}
.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}
.handle:after {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: '\21d4';
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  background: #ffb800;
  border: 1px solid #e6a600;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #ffd466;)*/
}
.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}
/* ---------------------------------------------------- media-queries & animations ---------------------------------------------------- */

.animate5out {
    transition: all 0.5s ease-out;
}
.animate8out {
    transition: all 0.8s ease-out;
}
.animate11out {
    transition: all 1.1s ease-out;
}
.animate14out {
    transition: all 1.4s ease-out;
}
.animate20out {
    transition: all 2s ease-out;
}
.animate40out {
    transition: all 4s ease-out;
}
@media screen and (max-width: 767px) {
    html {
        overflow-x: hidden;
        position: relative;
    }
    .callUs {
        display: none !important;
    }
    img {
        margin-left: auto;
        margin-right: auto;
    }
    .pre-navbar {
        height: auto;
        padding: 15px 0;
    }
    /*navbar*/
    .navbar {
        padding: 1rem;
    }
    .navbar-toggler {
      color: #fff;
      padding: 7px 10px;
      font-size: 12px;
      border: 1px solid #fff;
      border-radius: 0.25rem;
    }
    .navbar-toggler:hover {
        color: #fff;
        border-color: #fff;
    }
    .navbar-nav {
      margin-top: 15px;
    }
    .navbar-nav .nav-link {
      font-size: 16px;
      width: 75%;
      line-height: 6px;
      font-weight: 600;
    }
    .nav-link.dropdown-toggle::after {
      visibility: hidden;
    }
    .arrow-down {
      position: absolute;
      top: 0;
      right: 22%;
      color: #fff;
      background: #00bbb2;
      padding: 0 7px;
      font-size: 25px;
    }
    .nav-item:hover .arrow-down {
      color: #00bbb2;
      background: none;
    }
    .nav-item:hover .nav-link {
      background: #00bbb2;
      color: #fff;
    }
    .dropdown-second, .dropdown-third {
      line-height: 16px;
      margin-left: 15px;
    }
    /*navbar end*/
    #width {
        text-align: center;
    }
    .header {
        background: url('https://deervalleydental.imgix.net/dental_consultation_mobile.jpg?auto=format&fm=jpg&fit=crop') no-repeat center center /cover;
    }
 body.no-webp .header {
        background: url('/public/images/dental_consultation_mobile.jpg') no-repeat center center /cover;
 
    }  
}
@media screen and (min-width: 768px) {
    /*navbar*/
    .navbar {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
    .dropdown-menu {
        display: block;
        z-index: -1;
        border: none;
        visibility: hidden;
        opacity: 0;
        top: 120%;
    }
    .dropdown:hover > .dropdown-menu {
      visibility: visible;
      opacity: 1;
      top: 100%;
    }
    .toggle-right::after {
      content: "";
      display: inline-block;
      height: 0;
      width: 0;
      border-top: .3em solid transparent;
      border-right: 0;
      border-bottom: .3em solid transparent;
      border-left: .3em solid #fff;
      vertical-align: 0;
      margin-left: 0.5em;
    }
    .dropdown-item:hover::after, .dropdown-item:focus::after {
        border-left: .3em solid #fff;
    }
    .dropdown-second, .dropdown-third {
      position: absolute;
      left: 120%;
      top: 0;
      background: #00bbb2;
      opacity: 0;
      visibility: hidden;
      border-left: 1px solid #fff;
    }
    .dropdown-second::before, .dropdown-third::before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      background: transparent;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-right: 14px solid #00bbb2;
      position: absolute;
      left: -14px;
      top: 9px;
    }
    .relative:hover .dropdown-second, .relative2:hover .dropdown-third {
      opacity: 1;
      visibility: visible;
      left: 100%;
    }
    .dropdown-second:hover::before, .dropdown-third:hover::before {
      border-right: 14px solid #00bbb2;
    }
    /* menu animation for IE */
    _:-ms-fullscreen, .dropdown-menu.show {
        z-index: 1020;
    }
    /*navbar end*/
    #requestWidth {
        width: 75%;
    }
}
@media screen and (max-width: 991px) {
    .footer, .copyright {
        text-align: center;
    }
    .social {
        text-align: center;
    }
    .links {
        margin-top: 10px;
    }
}
@media screen and (min-width: 992px) {
    .right {
        text-align: right;
    }
    .links {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .social {
        text-align: right;
    }
}


.c2a-btn-primary {
    color: #fff !important;
    background-color: #00bbb2 !important;
    border-color: #00bbb2 !important;
}
.c2a-btn-primary:hover {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #fff !important;
}

/* PE Videos CSS START */

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* PE Videos CSS End */

/* Landing Page START */

.z-2 {
    z-index: 2;
    position: relative;
}
.z-4 {
    z-index: 4;
    position: relative;
}
.text-primary {
    color: var(--bs-primary) !important;
}

.bg-primary-900 {
    background: rgba(0, 187, 178, 0.9);
}
.bg-secondary {
    background-color: var(--bs-primary) !important;
}
.svg-inline-icon {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
@media (min-width: 768px) {
    .text-md-start {
        text-align: left !important;
    }
}
@media (min-width: 992px) {
    .text-lg-start {
        text-align: left !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
}

/* Landing Page END */
