

/* Typography Styles */
#wpadminbar {
  display: none !important;
}
body {
  font-family: 'PT Serif',serif;
  overflow-x: hidden;
}h1, h1 a {
  color: #00529a;
  font-family: 'PT Serif',serif;
  font-weight: 900;
  font-size: 31px;
  line-height: 1.1;
  margin: 30px 0;
  position: relative;
}h2 {
  color: #00529a;
  font-family: 'Lato',sans-serif;
  font-weight: 900;
  font-size: 31px;
  line-height: 1.1;
 margin: 30px 0;
  position: relative;
}h3 {
  color: #00529a;
  font-family: 'Lato',sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
 margin: 30px 0;
}h4 {
  font-family: 'PT Serif',serif;
  font-weight: 900;
  color: #00529a;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5rem;
  margin: 25px 0;
}p {
  font-family: 'Lato',sans-serif;
  color: #111111;
  font-size: 16px;
  margin: 25px 0;
  line-height: 2;
}ul {
  list-style-type: none;
}h1.inner-title {
  font-size: 45px;
  margin-bottom: 10vh;
}h1.inner-title span {
  position: relative;
  display: inline-block;
}h1.inner-title span::after {
  content: " ";
  width: 100%;
  height: 3px;
  background: #111111;
  position: absolute;
  left: 0;
  bottom: calc(-5vh + 2px);
}

/* HEADER & NAVIGATION STYLES */

.header-wrapper {
  position: relative;
}.header-bar {
  background: #FFFFFF;
  position: relative;
  z-index: 9999;
}.company-name-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10vw;
}.company-logo {
  display: inline-block;
  min-width: 55px;
  margin-right: 10px;
}.company-details {
  display: inline-block;
  vertical-align: middle;
}.company-details h1 {
  margin: 0 0 3px;
  line-height: 1;
}.header-company-title a {
  font-family: 'PT Serif',serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 3px;
  color: #FFFFFF;
  margin: 0;
  text-align: unset;
  float: none;
  display: block;
}p.header-company-serviceorder {
  margin: 0;
  font-family: 'PT Serif',serif;
  font-size: 13px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #FFFFFF;
}.top-bar {
  background: #FFFFFF;
  height: auto;
  line-height: 45px;
  display: inline-block;
}.top-bar-section ul li {
  background: none;
}.top-bar-section li:not(.has-form) a:not(.button) {
  background: none;
  color: #00529a;
  font-family: 'Lato',sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 90px;
  position: relative;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.top-bar-section ul li:hover:not(.has-form)>a,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  background: none;
  color: #0087cc;
  line-height: 90px;
}.top-bar-section .has-dropdown>a:after {
  border-color: #0087cc transparent transparent transparent;
  top: 45px;
}.top-bar-section li:not(.has-form) a:not(.button)::before {
  content: " ";
  position: absolute;
  left: 13px;
  bottom: 0;
  width: calc(100% - 26px);
  height: 0;
  background: #FFFFFF;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.top-bar-section li.active:not(.has-form) a:not(.button)::before,
.top-bar-section li:not(.has-form) a:not(.button):hover::before {
  height: 10px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button)::before {
  display: none;
}a.header-phone {
  display: inline-block;
  padding: 8px 22px;
  color: #FFFFFF;
  font-family: 'PT Serif',serif;
  font-size: 19px;
  border: 1px solid #3c3c3c;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}a.header-phone:hover {
  background: #FFFFFF;
  color: #111111;
  border-color: #FFFFFF;
}
/* DESKTOP DROPDOWN STYLES */
@media only screen and (min-width: 1026px) {
.top-bar-section .dropdown {
  background: white;
  text-align: left;
  padding: 20px 20px 20px 20px;
}.top-bar-section .dropdown li {
  width: 100%;
  display: inline-block;
}.top-bar-section ul li ul.dropdown li:nth-child(2n+2) {
  padding-left: 0px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  background: none;
  color: #00529a;
  font-size: 12px;
  line-height: 25px;
  position: relative;
}.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button),
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
  background: none;
  color: #0087cc;
  line-height: 25px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button)::after {
  content:  " ";
  width: 0;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  top: 49%;
  left: -10px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button)::after,
.top-bar-section .dropdown li.active:not(.has-form)>a:not(.button)::after {
  width: 12px;
}
}


/* SLIDER STYLES */

.slider-wrapper {
  position: relative;
  height: 75vh;
  width: 100%;
  z-index: 1;
}.slider-caption {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 99;
}.slider-caption p.caption-name {
  font-family: 'PT Serif',serif;
  font-size: 3vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #111111;
  line-height: .9;
  letter-spacing: 5px;
  margin: 40px 0 10px;
}.slider-caption p.caption-subtitle {
  font-size: 16px;
  font-family: 'PT Serif',serif;
  text-transform: lowercase;
  color: #111111;
  letter-spacing: 5px;
  margin: 0;
  line-height: 1;
}.tagline-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  min-width: 764px;
  background: rgba(85, 85, 85, 0.75);
  z-index: 99;
}.tagline-bar p.located-in {
  display: inline-block;
  float: right;
  margin: 0;
  font-family: 'Lato',sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1px;
  padding: 20.5px 4%;
}.tagline-bar .scroll-social {
  display: inline-block;
  float: left;
}.scroll-social .scroll-arrow {
  display: inline-block;
  float: left;
  height: 60px;
  width: 50px;
  text-align: center;
  cursor: pointer;
  background: #3e3e3e; /* Old browsers */
  background: -moz-linear-gradient(left, #3e3e3e 50%, #2a2a2a 50%);
  background: -webkit-linear-gradient(left, #3e3e3e 50%,#2a2a2a 50%);
  background: linear-gradient(to right, #3e3e3e 50%,#2a2a2a 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#2a2a2a',GradientType=1 );
  margin-left: -25px;
}.scroll-social .scroll-arrow:hover {
  background: #ababab; /* Old browsers */
  background: -moz-linear-gradient(left, #ababab 50%, #b3b3b3 50%);
  background: -webkit-linear-gradient(left, #ababab 50%,#b3b3b3 50%);
  background: linear-gradient(to right, #ababab 50%,#b3b3b3 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#b3b3b3',GradientType=1 );
}.scroll-social .scroll-arrow .fa {
  line-height: 60px;
  color: #FFFFFF;
  font-size: 59px;
}.scroll-social .scroll-arrow:hover .fa {
  color:#111111;
}.scroll-social .header-social {
  display: inline-block;
  float: left;
  background: #FFFFFF;
  padding: 18px 10px;
}.scroll-social .header-social a {
  display: inline-block;
  margin: 0 8px;
}.scroll-social .header-social .fa {
  color: #757575;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.scroll-social .header-social .fa:hover {
  color: #111111;
}.header-inner .scroll-social {
  position: absolute;
  right: 10%;
  z-index: 1;
}

/* GENERAL STYLES */

.row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}.row.wide {
  max-width: 100rem;
}.row.full {
  max-width: 100%;
}.contain-to-grid {
  background: none !important;
}.contain-to-grid .top-bar {
  max-width: 75em;
}.content-wrapper {
  width: 100%;
  background: #FFFFFF;
}.page-wrapper {
  max-width: 75rem;
  clear: both;
}.flex-box {
  display: flex;
}.vert-center {
  align-items: center;
}.horiz-center {
  justify-content: center;
}.horiz-right {
  justify-content: flex-end;
}.overflow-hidden {
  overflow: hidden;
}.dash::before {
  content: " ";
  width: 13px;
  height: 1px;
  background: #111111;
  position: absolute;
  left: -25px;
  top: 50%;
}.suzanne-img {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/05/suzanne.jpg);
}.about1-img {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/05/about1.jpg);
  min-height: 500px;
}.about2-img {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/05/about2.jpg);
  min-height: 500px;
}.about3-img {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2023/09/about3.jpg);
  min-height: 500px;
}.about4-img {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2023/09/about4.jpg);
  min-height: 500px;
}
.area-bg{
   background: top / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/06/area-bg.jpg);
   height: 25vh;
}.gum-graft-img {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/07/gum-grafting.jpg);
}.contact-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2023/11/contact-bg.jpg);
}.practice-img {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/07/our-practice.jpg);
}.charley-img {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2023/10/charley-img.jpg);
}.refer-patient-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2023/11/refer-bg.jpg);
  min-height: 450px;
}
.practice-1 {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/07/practice1.jpg);
   min-height: 500px;
}.practice-2 {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/07/practice3.jpg);
   min-height: 500px;
}.periodontal-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/07/periodontal-bg.jpg);
}.bone-graft-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/07/bone-graft-bg.jpg);
}.sinus-lift-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/07/sinus-lift-bg.jpg);
}.gum-disease-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2023/11/gum-disease-bg.jpg);
}.perio-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2023/11/periodontal-bg.jpg);
}.perio-treatment-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2023/11/perio-treatment-bg.jpg);
}
.faq-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/07/faq-bg.jpg);
}.review-us-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/07/review-us-bg.jpg);
}.dental-implant-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/08/dental-implant-bg.jpg);
}.single-tooth-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/08/single-tooth-bg.jpg);
}.several-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/08/several-bg.jpg);
}.all-teeth-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/08/all-teeth-bg.jpg);
}.teaching-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/08/teaching-bg.jpg);
}.dentist-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/08/dentist-bg.jpg);
}.patient-info-bg {
  background: top center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2023/09/patient-info-bg.jpg);
}.media-bg {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/uploads/2020/08/media-bg.jpg);
}
.home-bg-2 {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/themes/ui10/images/home-img4.jpg);
}.home-bg-3 {
  background: center top / cover no-repeat url(https://www.drcaudry.ca/wp-content/themes/ui10/images/home-img5.jpg);
}.about-bg-1 {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/themes/ui10/images/about-img1.jpg);
}.about-bg-2 {
  background: center bottom / cover no-repeat url(https://www.drcaudry.ca/wp-content/themes/ui10/images/about-img2.jpg);
}.services-bg-1 {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/themes/ui10/images/services-img1.jpg);
}.services-bg-2 {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/themes/ui10/images/services-img2.jpg);
}.black-bg {
  background: #111111;
}.grey-bg {
  background: #f2f2f2;
}.home-img-grid span {
  display: inline-block;
  width: 50%;
  height: 50%;
  float: left;
}span.home-section2-1 {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/themes/ui10/images/home-section2-1.jpg);
}span.home-section2-2 {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/themes/ui10/images/home-section2-2.jpg);
}span.home-section2-3 {
  background: right center / cover no-repeat url(https://www.drcaudry.ca/wp-content/themes/ui10/images/home-section2-3.jpg);
}span.home-section2-4 {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/themes/ui10/images/home-section2-4.jpg);
}.home-badges {
  background: center / cover no-repeat url(https://www.drcaudry.ca/wp-content/themes/ui10/images/home-img3.jpg);
  padding: 20vh 10.5vw 20vh 5.25vw;
}.home-badge-row:not(:last-child) {
  margin-bottom: 40px;
}.home-badge-icon {
  float: left;
  width: 62px;
  text-align: center;
  align-self: center;
}.home-badge-text {
  display: inline-block;
  width: calc(100% - 62px);
  float: left;
  padding-left: 30px;
}.home-badge-text h3 {
  margin-bottom: 10px;
  color: #FFFFFF;
}.home-badge-text p {
  font-size: 15px;
  margin: 0;
  color: #e0e0e0;
  line-height: 2;
}.footer-wrapper {
  width: 100%;
  background: #FFFFFF;
}.footer-wrapper p {
  font-family: 'Lato',sans-serif;
  font-size: 14px;
}.footer-company-name-wrapper {
  padding-top: 10px;
}.footer-company-title a {
  font-family: 'PT Serif',serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 3px;
  color: #111111;
  margin: 0;
  text-align: unset;
  float: none;
  display: block;
}p.footer-company-serviceorder {
  margin: 0;
  font-family: 'PT Serif',serif;
  font-size: 13px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #111111;
}.footer-address p, .footer-hours p {
  margin: 0;
}.footer-address, .footer-hours {
  padding-left: 4vw;
}.disclaimer {
  padding: 0 50px;
  background: #FFFFFF;
  border-top: 1px solid #e1e1e1;
}.disclaimer p {
  color: #111111;
}.contactForm  {
  margin-top: 20px;
}.contactForm  label{
  font-weight: bold;
  display: block;
}.contactForm input {
  width: 100%;
  padding: 3px;
  margin-bottom: 5px;
}input.fancyInput[type="text"] {
  font-family: 'Lato',sans-serif;
  padding: 15px 25px;
  font-size: 15px;
  line-height: 1.4;
  height: auto;
  border: none;
  margin-bottom: 5px;
  background: #FFFFFF;
  color: #111111;
  box-shadow: inset 0px 0px 0px 1px #111111;
}input.fancyInput[type="text"]::placeholder, textarea.fancyInput[type="text"]::placeholder {
  color: #111111;
}.contactForm textarea {
  width: 100%;
}textarea.fancyInput[type="text"] {
  font-family: 'Lato',sans-serif;
  padding: 15px 25px;
  font-size: 15px;
  line-height: 1.4;
  height: 100px;
  border: none;
  margin-bottom: 5px;
  background: #FFFFFF;
  color: #111111;
  box-shadow: inset 0px 0px 0px 1px #111111;
}.contactForm .captchaWrapper {
  margin: 0 0 5px;
  padding: 12px 25px;
  font-size: 14px;
  line-height: 1.4;
  height: auto;
  border: none;
  background: #FFFFFF;
  color: #111111;
  font-weight: bold;
  min-height: 0;
  box-shadow: inset 0px 0px 0px 1px #111111;
}.contactForm .captchaWrapper img {
  max-width: 25%;
}.contactForm .captchaWrapper input {
  background: #FFFFFF;
  border: none;
  box-shadow: none;
  display: inline-block;
  width: auto;
  font-size: 14px;
  padding: 0;
  margin: 0 0 0 25px;
  color: #111111;
  font-weight: normal;
}.contactForm .captchaWrapper input::placeholder {
  color: #111111;
}.contactForm .captchaRefresh {
  vertical-align: top;
}.contactForm .submitWrapper {
  text-align: center;
  margin-top: 5px;
}.contactForm .submitWrapper span.submit {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  background-color: none;
  color: #00529a;
  text-transform: uppercase;
  padding: 5px;
  cursor: pointer;
  width: 150px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.contactForm .submitWrapper span.submit:hover {
  background-color: none;
  color: #FFFFFF;
}.emailConfirmation {
  margin: 0 auto;
}.emailConfirmation h1 {
  color: #00CC00;
}.slick-background-wrapper {
  left: 0;
  position: fixed;
  top: 0;
  z-index: -1;
  width: 101% !important;
  overflow: hidden;
}button, .button {
  display: inline-block;
  font-family: 'PT Serif',serif;
  font-weight: 900;
  padding: 25px;
  font-size: 20px;
  background: #111111;
  margin-top: 1.25rem;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}button:hover, button:focus, .button:hover, .button:focus {
  background: #757575;
}.home-cta .button {
  width: calc(50% - 5px);
  padding: 25px 5px;
}.gallery-image {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.gallery-image:hover {
  box-shadow: 0px 3px 20px rgba(0,0,0,.4);
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Padding Classes */

.strip-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}.grid-padding {
  padding-left: 10.5vw;
  padding-right: 10.5vw;
}.grid-padding-small {
  padding-left: 5.25vw;
  padding-right: 5.25vw;
}.vertical-padding-xs {
  padding-top: 3vh;
  padding-bottom: 3vh;
}.top-padding-xs {
  padding-top: 3vh;
}.bottom-padding-xs {
  padding-bottom: 3vh;
}.vertical-padding-small {
  padding-top: 6vh;
  padding-bottom: 6vh;
}.top-padding-small {
  padding-top: 6vh;
}.bottom-padding-small {
  padding-bottom: 6vh;
}.vertical-padding-medium {
  padding-top: 7.5vh;
  padding-bottom: 7.5vh;
}.top-padding-medium {
  padding-top: 7.5vh;
}.bottom-padding-medium {
  padding-bottom: 7.5vh;
}.vertical-padding-large {
  padding-top: 10.5vh;
  padding-bottom: 10.5vh;
}.top-padding-large {
  padding-top: 13.5vh;
}.bottom-padding-large {
  padding-bottom: 13.5vh;
}.vertical-padding-x-large {
  padding-top: 20vh;
  padding-bottom: 20vh;
}.top-padding-x-large {
  padding-top: 13.5vh;
}.bottom-padding-x-large {
  padding-bottom: 13.5vh;
}


/* ANIMATIONS */

.scrollfade, .animated {
  opacity: 0;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
}.scrollfade.complete,.animated.complete{
  opacity:1;
}.from-bottom.scrollfade {
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}.from-bottom.animated {
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}.from-bottom.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-bottom.animated.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-top.scrollfade {
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}.from-top.animated {
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}.from-top.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-top.animated.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-left.scrollfade {
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}.from-left.animated {
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}.from-left.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-left.animated.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-right.scrollfade {
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}.from-right.animated {
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}.from-right.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-right.animated.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.slider-caption.from-bottom.animated {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}.slider-caption.from-bottom.animated.complete {
  -moz-transform: translateY(calc(-50% - 30px));
  -webkit-transform: translateY(calc(-50% - 30px));
  -o-transform: translateY(calc(-50% - 30px));
  -ms-transform: translateY(calc(-50% - 30px));
  transform: translateY(calc(-50% - 30px));
}

/* SLIDE OUT FORM */
.slide-out-wrapper {
  position: fixed;
  top: 50%;
  right: 0;
  background: rgba(0,0,0,.9);
  padding: 50px 70px 70px;
  z-index: 9999;
  font-family: 'Lato',sans-serif;
  -moz-transform: translateX(100%) translateY(-50%);
  -webkit-transform: translateX(100%) translateY(-50%);
  -o-transform: translateX(100%) translateY(-50%);
  -ms-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%);
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}.slide-out-wrapper.active {
  -moz-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  box-shadow: 0px 40px 40px 0px rgba(28, 28, 28, 0.2);
}.slide-out-content h3 {
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'Lato',sans-serif;
  color: #FFFFFF;
  font-weight: normal;
  margin: 0 0 10px;
}.slide-out-form form {
  margin: 0;
}.slide-out-wrapper span.form-toggle {
  position: absolute;
  left: 0;
  top: 50%;
  color: #FFFFFF;
  font-size: 24px;
  width: 50px;
  line-height: 120px;
  text-align: center;
  background: #111111;
  -moz-transform: translateX(-70%) translateY(-50%);
  -webkit-transform: translateX(-70%) translateY(-50%);
  -o-transform: translateX(-70%) translateY(-50%);
  -ms-transform: translateX(-70%) translateY(-50%);
  transform: translateX(-80%) translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.slide-out-wrapper span.form-toggle:hover {
  background: #3d3d3d;
  color: #eaeaea;
}input.slideOutInput[type="text"] {
  font-size: 13px;
  font-family: 'Lato',sans-serif;
  font-weight: normal;
  line-height: 1.4;
  height: auto;
  border: none;
  padding: 19px 25px;
  margin-bottom: 3px;
  box-shadow: none !important;
  background: #111111;
  color: #FFFFFF;    
}.slide-out-form input[type="text"]::placeholder, .slide-out-form .contactForm textarea::placeholder {
  color: #FFFFFF;
}.slide-out-form .contactForm textarea {
  width: 100%;
  line-height: 1.4;
  border: none;
  box-shadow: none !important;
  background: #111111;
  color: #FFFFFF;
  font-family: 'Lato',sans-serif;
  font-weight: normal;
  padding: 10px 25px;
  font-size: 13px;
  height: 90px;
  margin-bottom: 3px;
}.slide-out-form .contactForm .captchaWrapper {
  font-size: 13px;
  line-height: 1.4;
  height: auto;
  border: none;
  box-shadow: none !important;
  background: #111111;
  color: #FFFFFF;
  font-weight: normal;
  margin: 0 0 3px;
  min-height: 0;
  padding: 8px 25px;
}.slide-out-form .contactForm .captchaWrapper input {
  font-family: 'Lato',sans-serif;
  border: none;
  box-shadow: none;
  display: inline-block;
  width: auto;
  font-size: 15px;
  padding: 0 15px;
  margin: 0 0 0 30px;
  color: #FFFFFF;
  background: #111111;
}.slide-out-form .contactForm .captchaWrapper img {
  max-width: 25%;
  -webkit-filter: invert(1);
  filter: invert(1);
}.slide-out-form .contactForm .captchaRefresh {
  vertical-align: top;
}.slide-out-form .contactForm .submitWrapper {
  text-align: center;
  margin-top: 5px;
}.slide-out-form .contactForm .submitWrapper span.submit {
  color: #111111;
  font-weight: normal;
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  background: #FFFFFF;
  border: none;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  width: auto;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}.slide-out-form .contactForm .submitWrapper span.submit:hover {
  background: #3d3d3d;
  color: #FFFFFF;
}
/* END SLIDE OUT FORM */
/* Custom CSS */

/* Header CSS */
.header-top {
  background: #eaeaea;
  height: auto;
  padding: 0;
}.top-link a {
  font-size: 13px;
  color: #00529a;
}.fa.fa-chevron-right{
  font-size: 10px;
}.social-wrapper {
  text-align: right;
  padding-top: 35px;
}.social-wrapper .fa {
  width: 40px;
  line-height: 1;
   color: #00529a;
  font-size: 20px;
}.social-wrapper .fa:hover{
  color: #0087cc;
}.logo h1 {
  margin: 0;
}.logo img {
  padding-top: 10%;
}
.sticky-active{
    position:fixed;
    top:0;
    width:100%;
    box-shadow: 2px 2px 2px #ececec;
z-index: 9999999;
padding-top: 0;
}.navigation-wrapper {
  padding-top: 5px;
} #covid-readmore p{
    margin: 10px 0 !important;
}
.slide-content {
  position: absolute;
  top: 40%;
  display: inline-block;
  left: 0;
  right: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}.slider-heading {
  font-size: 50px;
  color: white;
  font-family: 'PT Serif',serif;
  text-shadow: 2px 2px black;
}.slider-btn {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Lato',sans-serif;
  line-height: 1.5;
  border: 2px solid white;
  border-radius: 40px;
  padding: 10px 20px;
  text-shadow: 2px 2px black;
  box-shadow: 2px 2px 8px black;
  display: inline-block;
  letter-spacing: 3px;
  width: auto;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.slider-btn:hover{
  background: #FFFFFF;
  color: #00529a;
   text-shadow: none;
}.slick-hero-slider.slick-initialized.slick-slider {
  position: relative;
  top: -9%;
}.scroll-arrow.text-center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5vh;
}
.fa.fa-angle-double-down {
  color: white;
  cursor: pointer;
  font-size: 40px;
}.slider-bar {
  background: white;
  padding: 40px;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  bottom: ;
  bottom: 5vh;
  border-radius: 30px;
  box-shadow: 0px 0px 12px black;
  z-index: 999;
}
/* HOME CSS*/
.outline-btn {
  color: #00529a;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Lato',sans-serif;
  line-height: 2;
  border: 2px solid #00529a;
  border-radius: 40px;
  padding: 5px;
  display: block;
  position: relative;
  top: 3vh;
  width: 150px;
  margin: 0 auto;
background: none;
  text-align: center;
   -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.outline-btn:hover{
  color: #0087cc;
  border: 2px solid #0087cc;
  background: none;
}.cta-outline-btn{
   color: #00529a;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Lato',sans-serif;
  line-height: 2;
  border: 2px solid #00529a;
  border-radius: 40px;
 padding: 5px;
  display: block;
  position: relative;
  width: 150px;
  margin: 0 auto;
  background: none;
  text-align: center;
   -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  
}.cta-outline-btn:hover{
  background: #00529a;
  color: #FFFFFF;
}.cta-parallax-btn{
  color: #FFFFFF;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Lato',sans-serif;
  line-height: 2;
  border: 2px solid  #FFFFFF;
  border-radius: 40px;
  padding: 10px;
  display: inline-block;
  position: relative;
  width: 250px;
  text-align: center;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.cta-parallax-btn:hover{
  background: #FFFFFF;
  color: #00529a;
}.review-btn {
  color: #00529a;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Lato',sans-serif;
  line-height: 2;
  border: 2px solid  #00529a;
  border-radius: 40px;
  padding: 10px;
  display: inline-block;
  position: relative;
  width: 150px;
  text-align: center;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.review-btn:hover{
  background: #00529a;
  color: #FFFFFF;
}.bottom-review {
  padding: 30% 0;
}.fa.fa-star {
  color: #0087cc;
  font-size: 20px;
}.bottom-review em {
  color: #00529a;
}
.big-heading {
  font-size: 25px;
  color: #00529a;
}.big-text a, .big-text{
  font-size: 20px;
  color: #00529a;
}.big-text a:hover, .big-text:hover{
  color: #0087cc;
}.service-box {
  width: 20%;
}.service-box img {
  width: 100%;
}.top-service {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  top: -12vh;
}.picture-link {
  position: absolute;
  left: 0;
  right: 0;
  vertical-align: middle;
  top: 50%;
  color: white;
  font-size: 30px;
}.picture-link:hover{
  color: white;
}.button.btn {
  width: auto;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-family: 'Lato',sans-serif;
  line-height: 2;
  border: 2px solid #FFFFFF;
  border-radius: 40px;
  background: none;
  padding: 15px;
}
.home-parallax,
 .bottom-parallax {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
}.home-parallax *{
  color: #FFFFFF;
}
.gradient-bg::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00529a;
  background: -moz-linear-gradient(left, #1684e4 0%, #00529a 100%);
  background: -webkit-linear-gradient(left, #1684e4 0%,#00529a 100%);
  background: linear-gradient(to left, #1684e4 0%,#00529a 100%);
  opacity: .9;
}.blue-bg {
  background: #00529a;
}.blue-bg *{
  color: #FFFFFF;
}.blue-bg ul li {
  margin: 10px 0;
}
.white-bg::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  background: -moz-linear-gradient(left, #FFFFFFAB  0%, #f5f5f5e3 100%);
  background: -webkit-linear-gradient(left, #FFFFFFAB  0%, #f5f5f5e3 100%);
  background: linear-gradient(to right, #FFFFFFAB  0%, #f5f5f5e3 100%);
  opacity: .9;
}
.home-top-text {
  padding: 2vw 5vw;
}.home-top-text h1 {
  line-height: 1.5;
  margin: 50px 0;
}.middle-text h3 {
  margin: 50px 0 30px;
}
.middle-text h2::after, 
.home-top-text h1::after{
  content: "";
  width: 60px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background: #00529a;
}.address-info {
  line-height: 1;
  margin: 15px 0;
}.link-review {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
.google-box .fa.fa-google {
  background: #ff590a !important;
  color: #ffffff !important;
  background-color: #ff590a !important;
  border-color: #ff590a !important;
  font-size: 40px;
  display: block;
  padding: 20px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  margin: 30px auto;
  position: relative;
z-index: 9999;
left: 0;
right: 0;
}.google-box .fa.fa-google:hover{
  background: none !important;
  color: #ff590a !important;
  border: 2px solid #ff590a !important;
}.google-box .fa.fa-star{
  color: #ff590a;
  font-size: 22px;
}.review-google {
  color: #ff590a;
  font-size: 28px;
  font-family: 'Lato',sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 2;
  font-weight: lighter;
}
.ratemds-box .fa.fa-heartbeat{
   background:#0cb4ce !important;
  color: #ffffff !important;
  background-color: #0cb4ce !important;
  border-color: #0cb4ce !important;
  font-size: 40px;
  display: block;
  padding: 20px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  margin: 30px auto;
  position: relative;
z-index: 9999;
left: 0;
right: 0;
}.ratemds-box .fa.fa-heartbeat:hover{
  background: none !important;
  color: #0cb4ce !important;
  border: 2px solid #0cb4ce !important;
}.ratemds-box .fa.fa-star{
  color: #0cb4ce;
  font-size: 22px;
}
.review-ratemds {
  color: #0cb4ce;
  font-size: 28px;
  font-family: 'Lato',sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 2;
}
.facebook-box .fa.fa-facebook{
   background: #00529a !important;
  color: #ffffff !important;
  border-color: #00529a !important;
  font-size: 40px;
  display: block;
  padding: 20px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  margin: 30px auto;
  position: relative;
z-index: 9999;
left: 0;
right: 0;
}.facebook-box .fa.fa-facebook:hover{
  background: none !important;
  color: #00529a !important;
  border: 2px solid #00529a !important;
}.review-facebook {
  color: #00529a;
  font-size: 28px;
  font-weight: lighter;
  font-family: 'Lato',sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 2;
}.facebook-box .fa.fa-star{
  color: #00529a;
  font-size: 22px;
}
/* end of Home CSS*/
/* Inner Pages CSS */
.about-parallax {
  background-size: cover !important;
  position: relative;
display: block;
width: 100%;
height: 100%;
}.dentist-parallax {
  background-size: cover !important;
  position: relative;
display: block;
width: 100%;
height: 100%;
background-position: top center;
}
.gradient-bg *{
  color: #FFFFFF;
}.gradient-bg a:hover{
  color: #FFFFFF;
}
.bars::after {
  content: "";
  width: 45%;
  height: 3px;
  position: absolute;
  left: 40%;
  bottom: 0px;
  background: #00529a;
  text-align: center;
}.about-top {
  padding: 0vw 3vw;
}.about-top h1 {
  line-height: 80px;
  font-size: 40px;
}.about-top h1::after {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2vh;
  background: #FFFFFF;
}.about-top h2 {
  font-size: 22px;
  margin: 50px 0;
}
.blue-text-link {
  color: #00529a;
  text-transform: uppercase;
  padding-left: 25px;
  font-family: 'Lato',sans-serif;
  font-size: 12px;
  line-height: 115px;
}.blue-text-link:hover{
  color: #0087cc;
}.white-text-link {
  color: #FFFFFF;
  text-transform: uppercase;
  padding-left: 25px;
  font-family: 'Lato',sans-serif;
  font-size: 12px;
}.white-text-link:hover{
  color: #FFFFFF;
}
.blue-text{
  color: #00529a;
}.blue-text:hover{
  color: #0087cc;
}.bars.bigger::after {
  left: 30%;
  width: 50%;
}
.about-text {
  font-size: 23px;
  letter-spacing: 2px;
  width: 75%;
  font-family: 'PT Serif',serif;
  line-height: 1.5;
  color: #00529a;
  margin: 40px auto;
}.centered-bar {
  background: #00529a;
  margin: 0 auto;
  right: 0;
  content: "";
  width: 100px;
  height: 3px;
  position: relative;
  left: 0;
  bottom: 0vh;
}.about-one{
  padding-bottom: 50px;
}.about-middle-text p {
  text-align: left;
  padding-bottom: 80px;
}
.about-middle-text {
  border-top: 1px solid #d2d2d2;
  padding-top: 120px;
}.about-middle-text h3, 
.bottom-middle-text h3 {
  text-transform: uppercase;
}.about-middle-text p{
  text-align: left;
  padding-bottom: 120px;
  max-width: 70%;
  font-size: 18px;
}.bottom-middle-text p{
  max-width: 70%;
  font-size: 18px;
  text-align: left;
}
.inner-white-btn{
 color: #FFFFFF;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Lato',sans-serif;
  line-height: 2;
  border: 2px solid  #FFFFFF;
  border-radius: 40px;
  padding: 10px;
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 150px;
  max-width: 350px;
  text-align: center;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.inner-white-btn:hover{
  background: #FFFFFF;
  color: #00529a !important;
}.vertical-padding-large-1 {
  padding-top: 10.5vh;
  padding-bottom: 15vh;
}.button.button-outline {
  color: #00529a;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Lato',sans-serif;
  line-height: 2;
  border: 2px solid #00529a;
  border-radius: 40px;
  padding: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  background: white;
  max-width: 450px;
  margin: 0 auto;
}.vertical-link {
  position: absolute;
  left: 0;
  right: 0;
  vertical-align: middle;
  top: 50%;
  color: white;
  font-size: 35px;
  text-align: center;
}.vertical-link:hover{
  color: white;
}.blue-bg .inner-box {
  padding: 4%;
}.blue-bg i, .gradient-bg i{
  border: 2px solid white;
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 100%;
  padding: 10px;
  margin-left: 8px;
   text-align: center;
}.big-list-icon .fa.fa-check {
  font-size: 40px;
  border: 4px solid #00529a;
  width: 60px;
  color: #00529a;
  height: 60px;
  padding: 6px;
  margin-top: 15px;
  border-radius: 100%;
  margin-left: 5px;
}.big-list-icon a {
  font-size: 20px;
  color: #00529a;
}.big-list-icon a:hover{
  color: #0087cc;
}
.blue-text-link.margin-small {
  line-height: 50px;
}
.parallax-box {
  padding-top: 25px;
}
.service-wrapper {
  overflow: hidden;
}
.service-vertical {
  display: block;
  position: relative;
  -moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 350ms ease-in;
-moz-transition: all 350ms ease-in;
-ms-transition: all 350ms ease-in;
-o-transition: all 350ms ease-in;
transition: all 350ms ease-in;
}
.service-vertical:hover {
  -moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 350ms ease-in;
-moz-transition: all 350ms ease-in;
-ms-transition: all 350ms ease-in;
-o-transition: all 350ms ease-in;
transition: all 350ms ease-in;
overflow: hidden;
}#blog-main-wrapper {
  padding-bottom: 4%;
}.about-top.social h1::after {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2vh;
  background: #FFFFFF;
  right: 0;
  text-align: center;
  margin: 0 auto;
}.about-top.social {
  text-align: center;
}body, html {
  scroll-padding-top: 143px; /* adjust the pixel amount here for your top navigation bar height */
}
/* end of Inner pages */

/* Service  page*/
.top-text {
  font-size: 23px;
  letter-spacing: 2px;
  font-family: 'PT Serif',serif;
  line-height: 1.5;
  color: #00529a;
  margin: 40px auto;
}.fa.fa-check {
  color: #0087cc;
  font-size: 30px;
  padding: 0 16px;
}.ba-box {
  width: 534px;
}.blue{
  color: #00529a;
  font-weight: bold;
}.white-text{
  color: white;
  font-weight: bold;
}.white-text:hover{
  color: white;
}.fa-clock::before {
  content: "\f017";
}.fa-sun::before {
  content: "\f185";
}.fa-sync::before {
  content: "\f021";
}.blue-icon{
  border: 2px solid #00529a;
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 100%;
  padding: 10px;
  color: #00529a;
  margin-left: 8px;
  text-align: center;
}.mini-box.img img {
  width: 350px;
}.newsletter-wrapper {
  display: flex;
  flex-wrap: wrap;
}.newsletter-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 25px;
  border: 2px solid #2074bd;
  margin-left: 1vw;
  margin-bottom: 15px;
}.newsletter-box h3 {
  margin: 5px 0;
}.newsletter-box p {
  margin: 15px 0;
}.button.button-outline.news {
  margin-top: 25px;
}
.contact-wrapper-box {
  display: flex;
  flex-wrap: wrap;
}
/* end of Services pages */

/* Service Areas page*/
.service-areas p {
  font-size: 18px;
  line-height: 1.5;
}
.area-heading {
  position: absolute;
  left: -2vw;
  right: 0;
  margin: 0 auto;
  font-size: 40px;
  top: 10vh;
}
.service-areas h2{
  font-family: 'PT Serif',serif;
}.service-areas a{
  color: #00529a;
  font-size: 18px;
}.contact-box {
  border-right: 3px solid #00529a;
 display: flex;
  flex-direction: column;
  flex: 1;
  padding: 5%;
}.contact-box p {
  margin: 20px 0;
}.info-text {
  color: #00529a;
  font-size: 20px;
  line-height: 50px;
}.info-text i {
  margin-right: 20px;
}.mini-box {
  padding: 5vh 0;
}.main-image {
  background: #00529a !important;
}.thumbs-control {
  background: linear-gradient(180deg,#00529a,#00529a) !important;
}.thumbnails-wrapper .thumbnail{
  border: 10px solid #00529a !important;
}.mini-img {
  width: 350px;
}.big-list li {
  font-size: 25px;
}.posts-widget-wrapper {
    display: flex;
    flex-wrap: wrap;
}.posts-widget-wrapper .post-title a {
  color: #00529a;
  line-height: 35px;
  font-size: 20px;
}.posts-widget-wrapper .post-date {
  margin-bottom: 15px;
  color: #0b5ca3;
}.posts-widget-wrapper .read-more {
  background: #0087cc;
  padding: 4px;
  color: white;
  border-radius: 15px;
  display: block;
  margin: auto;
  position: relative;
  width: 150px;
}.posts-widget-wrapper .post-excerpt {
  padding-bottom: 25px;
}
.posts-widget-wrapper article {
  width: 30%;
  padding: 20px;
  text-align: center;
  background: white;
  box-shadow: 2px 2px 6px 0px #00529a;
  margin-left: 1vw;
    display: flex;
  flex-direction: column;
  flex: 1;
}.posts-widget-wrapper .post-terms {
  display: none;
}.posts-widget-wrapper .post_image, 
.posts-widget-wrapper .post-author{
  display: none;
}
/* end of Service areas page*/
/* Footer CSS */
.footer-social {
  padding-top: 35px;
}
.footer-social .fa {
  width: 40px;
  line-height: 1;
   color: #00529a;
  font-size: 20px;
}.footer-social .fa:hover{
  color: #0087cc;
}.footer-btn {
  color: #00529a;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Lato',sans-serif;
  line-height: 2;
  border: 2px solid #00529a;
  border-radius: 40px;
  padding: 5px;
  display: inline-block;
  position: relative;
  width: 45%;
  text-align: center;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.footer-btn:hover{
  background: #00529a;
  color: #FFFFFF;
}.footer-info h2 {
  font-size: 25px;
  font-family: 'Lato',sans-serif;
}.footer-inner {
  padding-top: 0;
  padding-bottom: 10vh;
}.scroll-to-top {
  border-radius: 0.2rem;
  cursor: pointer;
  padding: 0.2rem 0.7rem;
  position: absolute;
  right: 2rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: #00529a;
}.white-text{
  color: #FFFFFF;
}.covid-banner #covid-readmore.active {
    padding: 5% !important;
}.banner-top {
  background: #00529a;
  padding: 5px 0;
}.banner-top p{
  margin: 0;
  color: white;
}.banner-btn {
    background: white;
    color: #00529a;
    padding: 4px 10px;
    border-radius: 15px;
    display: inline-block;
    line-height: 1.2;
}.show-only-on-sticky {
    display: none;
}.sticky-active .show-only-on-sticky {
    display: block;
}
/* end of Footer*/
.cta-outline-btn.big-btn {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 35px;
}
/* end of Custom CSS */
@media only screen and (min-width: 1921px) {
.slick-slide img {
  width: 100%;
}
}
@media only screen and (max-width: 1680px){
.outline-btn{
  width: 125px;
}.top-bar-section li:not(.has-form) a:not(.button){
  font-size: 11px;
}.top-bar-section .dropdown {
    padding: 20px 6px 20px 5px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button)::after{
  left: 0;
}
}
@media only screen and (max-width: 1650px) {
.company-name-wrapper {
  padding-right: 5vw;
}.grid-padding {
  padding-left: 5vw;
  padding-right: 5vw;
}.home-badges {
  padding: 15vh 5vw 15vh 2.5vw;
}.top-bar-section li:not(.has-form) a:not(.button){
  padding: 0 3px;
}.logo img {
    padding-top: 20%;
}.ba-box {
    width: 500px;
}.top-bar-section li:not(.has-form) a:not(.button){
  font-size: 10px;
}.top-link a{
  font-size: 15px;
}.social-wrapper .fa{
  width: 30px;
}.footer-social .fa{
  width: 30px;
}.footer-btn{
  width: 50%;
}.parallax-box {
    padding-top: 25px;
    width: 50%;
}.outline-btn{
  width: 125px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button){
  font-size: 10px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button)::after{
  background: none;
}
}

@media only screen and (max-width: 1400px) {
.ba-box {
    width: 375px;
}.parallax-box{
  width: 50%;
}.big-list-icon a{
  font-size: 14px;
}
.company-name-wrapper {
  padding-right: 0;
}.outline-btn{
  font-size: 10px;
  width: 80px;
}.top-bar-section li:not(.has-form) a:not(.button){
  font-size: 8.5px;
}.top-link a{
  font-size: 15px;
}.social-wrapper .fa{
  width: 30px;
}.top-link-wrapper {
    width: 71%;
}.bottom-review {
    padding: 38% 0;
}.footer-btn{
  width: 56%;
}.footer-social .fa{
  width: 28px;
}.top-service.home{
  top: -15vh;
}.about-middle-text p, 
.bottom-middle-text p{
  max-width: 100%;
}.about-top h1{
  font-size: 35px;
}.button.btn{
  font-size: 10px;
}.picture-link{
  font-size: 22px;
}.top-bar-section .dropdown {
    padding: 20px 6px 20px 9px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button){
  font-size: 8.5px;
  line-height: 20px;
}.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button), .top-bar-section .dropdown li.active:not(.has-form) a:not(.button){
  line-height: 20px;
}
}
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
.slider-wrapper img {
    width: 100%;
}.slider-wrapper{
    height: auto;
}
}
@media only screen and (max-width: 1180px){
  .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    font-size: 7.5px;
}.slider-wrapper img {
    width: 100%;
}.slider-wrapper{
    height: auto;
}
}
@media only screen and (max-width: 1025px) {
.blue-bg .inner-box{
  padding: 1%;
}.vertical-link{
  top: 35%;
  font-size: 16px;
}.vertical-padding-medium {
    padding-top: 3.5vh;
}.top-link a {
    font-size: 17px;
}.big-list-icon .fa.fa-check {
    font-size: 30px;
    border: none;
    width: 40px;
    color: #00529a;
    height: 40px;
    padding: 6px;
    margin-top: 15px;
    border-radius: 0;
    margin-left: 5px;
}
.flex-box {
  display: block;
}.grid-padding {
  padding-left: 4vw;
  padding-right: 4vw;
}.slider-wrapper {
     padding: 15px;
    height: auto;
}.slider-caption {
  position: relative;
}.slider-caption.from-bottom.animated {
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}.slider-caption.from-bottom.animated.complete {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}.slider-caption p.caption-name {
    font-size: 32px;
}.slider-caption p.caption-subtitle {
    margin-bottom: 4vh;
}a.header-phone {
  display: inline-block !important;
  border-color: #111111;
  color: #111111;
}.tagline-bar {
  width: auto;
  min-width: 0;
  left: 50%;
  right: unset;
  bottom: 80px;
}header.header-wrapper.header-inner {
  padding: 0;
  background: #FFFFFF;
}.header-inner .company-logo {
  float: none;
  margin: 0 auto 20px;
  display: block;
}.header-inner .company-details {
  text-align: center !important;
}.header-inner .company-details h1 {
  margin-bottom: 10px;
}.header-inner .header-company-title a {
  font-size: 32px;
}.header-inner .header-cta-wrapper {
  text-align: center !important;
}.header-inner a.header-phone {
  border-color: #FFFFFF;
  color: #FFFFFF;
  margin: 40px 0 30px;
}.header-inner .scroll-social {
  bottom: 50px;
}.header-inner .scroll-social .scroll-arrow {
  background: #ababab;
  background: -moz-linear-gradient(left, #c0c0c0 50%, #FFFFFF 50%);
  background: -webkit-linear-gradient(left, #c0c0c0 50%,#FFFFFF 50%);
  background: linear-gradient(to right, #c0c0c0 50%,#FFFFFF 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#FFFFFF',GradientType=1 );
}.header-inner .scroll-social .scroll-arrow .fa {
  color: #111111;
}.mobile-navigation {
  display: block;
  right: 30px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  vertical-align: middle;
  width: 55px;
  height: 25px;
  z-index: 999;
}i.toggle-bars {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 24px;
}i.toggle-bars::before {
  content:  " ";
  width: 55px;
  height: 8px;
  background: #111111;
  position: absolute;
}i.toggle-bars::after {
  content:  " ";
  width: 55px;
  height: 8px;
  background: #111111;
  position: absolute;
  top:16px;
}.header-inner i.toggle-bars::before,
.header-inner i.toggle-bars::after  {
  background: #111111;
}.mobile-navigation .fa-close {
  color: #111111;
  font-size: 40px;
}.fullwidth-navigation, .header-inner .navigation-wrapper {
  background: #FFFFFF;
  position: absolute;
  top: 0;
  z-index: 997;
  width: 100%;
  display: none;
}.fullwidth-navigation .top-bar {
  padding: 5% 0;
  height: auto !important;
  display: block;
  background: #FFFFFF;
}.fullwidth-navigation .title-area {
  display: none !important;
}.top-bar-section {
  background: #FFFFFF;
  margin-bottom: 10%;
}.fullwidth-navigation .top-bar-section ul {
  position: relative;
  right:0;
  width:100%;
  z-index: 997;
  padding-top: 40px;
}.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
  box-shadow:none;
  left: 100%;
}.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button) {
  line-height: 50px;
  text-align: center;
  padding: 0;
  font-size: 18px !important;
}.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover,
.top-bar-section ul li:hover:not(.has-form)>a {
  padding: 0;
  line-height: 50px;
}.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button),
.top-bar-section .dropdown li:not(.has-form) a:not(.button):hover,
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
  background: #FFFFFF;
  color: #0087cc;
}.top-bar-section .has-dropdown > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #111111 !important;
  border-top-style: solid;
  margin-top: 0px;
  left: auto;
  right: 0;
  top: 44%;
  margin-right: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
  box-shadow: none;
  left: 100%;
  border-radius: 0;
  background: #FFFFFF;
  padding-bottom: 40px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  color: #111111;
  line-height: 35px !important;
}.top-bar .top-bar-section ul.dropdown li:not(.dropdown) {
  height: 31px;
}.top-bar-section li:not(.has-form) a:not(.button)::before {
  display: none;
}.mobile-social .fa {
  color: #111111;
  font-size: 20px;
  margin: 0 10px;
}.mobile-menu .header-cta a {
  line-height: 150px;
  width: 150px;
  display: inline-block;
  color: #111111;
  background: #FFFFFF;
  margin-top: 40px;
  font-size: 26px;
}.mobile-text-center {
  text-align: center;
}.dash::before {
  display:none;
}.home-bg-1,
.about-bg-1,
.about-bg-2,
.services-bg-1,
.services-bg-2,
.contact-bg, 
.refer-patient-bg {
  height: 600px !important;
}.home-badges {
  padding: 10vh 15vw;
}.home-badge-row {
  display: block;
}.home-badge-icon {
  display: block;
  float: none;
  margin: 0 auto 20px;
}.home-badge-text {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
}.cta-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}.home-cta .button {
  display: block;
  margin: 0 auto 20px;
  width: 280px;
}.footer-inner {
  text-align: center;
}.footer-company-name-wrapper .company-logo {
  display: block;
  margin: 0 auto 20px;
}.footer-company-title a {
  font-size: 24px;
}.footer-company-name-wrapper {
  padding-bottom: 25px;
}.footer-address, .footer-payment {
  padding-bottom: 25px;
}.disclaimer * {
  text-align: center !important;
}.mobile-logo {
    padding: 20px 25px 0;
}.navigation-wrapper{
  padding-top: 0;
}.scrollfade, .animated{
  opacity: 1;
  -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}.slider-bar.home{
  z-index: -1;
  bottom: 1vh;
  border-radius: 0;
}.slider-bar.footer{
  z-index: 999;
  bottom: 7vh;
  border-radius: 0 !important;
}.blue-text-link{
      padding-left: 11px;
    font-size: 16px;
    line-height: 70px;
}.ba-box {
    max-width: 350px;
}.picture-link{
  top: 50%;
  text-align: center;
  font-size: 13px;
}.footer-btn{
  width: auto;
}.big-heading{
  font-size: 19px;
}.suzanne-img {
  height: 30vh !important;
}.about1-img,
.about2-img,
.about3-img,
.about4-img,
.practice-1, 
.practice-2 {
  min-height: 300px;
}.area-bg{
   height: 20vh !important;
}.gum-graft-img,
.contact-bg, 
.refer-patient-bg,
.practice-img,
.charley-img, 
.periodontal-bg,
.bone-graft-bg {
  height: 30vh !important;
} .sinus-lift-bg,
 .gum-disease-bg, 
 .perio-bg, 
 .perio-treatment-bg,  
 .faq-bg, 
 .review-us-bg, 
 .dental-implant-bg {
  height: 30vh !important;
}.single-tooth-bg, 
.several-bg, 
.all-teeth-bg, 
 .teaching-bg, 
 .dentist-bg, 
  .patient-info-bg, 
  .media-bg {
  height: 30vh !important;
}.ba-box-mini {
    margin-bottom: 10px;
}.area-heading{
  left: 0;
  font-size: 35px;
  text-align: center;
}.vertical-padding-large-1 {
    padding-top: 3.5vh;
    padding-bottom: 6vh;
}.top-service{
  top: -7vh;
}
.contact-box{
  padding: 2%;
}.about-parallax, .inner-parallax{
  background-attachment: scroll !important;
    background-position: top !important;
}.bottom-review {
    padding: 6% 0;
}.big-text a, .big-text{
  font-size: 15px;
}.vertical-padding-large{
  padding-top: 5.5vh;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button)::after {
    left: auto;
}.banner-top{
    position: fixed;
    z-index: 99;
}
}

@media only screen and (max-width: 820px){
    .banner-top p{
        font-size: 13px;
}
}
@media only screen and (max-width: 767px) {
.blue-text-link{
      padding-left: 11px;
    font-size: 10px;
    line-height: 70px;
}.top-link a {
    font-size: 10px;
}.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 13px !important;
}.slider-bar.footer{
  bottom: 0;
}.parallax-box{
  width: 100%;
}
.tagline-bar {
  bottom: 50px;
}.slider-wrapper {
    padding: 0;
    height: auto;
}.navigation-wrapper{
  padding-top: 0;
}.mobile-logo {
    padding: 20px 35px 0 20px;
}.slider-heading{
  font-size: 16px;
}.slide-content{
  top: 10%;
}.slider-btn{
  font-size: 10px;
  padding: 5px 20px;
  letter-spacing: 1px;
}.scroll-arrow.text-center{
  display: none;
}.mobile-navigation{
  top: 55%;
}.picture-link{
  font-size: 25px;
  text-align: center;
}.vertical-link{
  font-size: 25px;
}.contact-box{
  border-right: none; 
}
.service-box{
  width: 100%;
}.footer-btn{
  width: auto;
}.slider-bar{
  padding: 5px;
  border-radius: 0;
  bottom: 0;
}.big-heading{
  font-size: 15px;
}.big-text a, .big-text{
  font-size: 14px;
}.top-service{
  top: 0;
}.inner-white-btn{
  width: auto;
  padding: 5px;
  font-size: 10px !important;
    margin-bottom: 5px;
}.about-middle-text p, 
.bottom-middle-text p{
 max-width: 100%;
}.home-top-text h1{
  font-size: 17px;
  margin: 5px 0;
}p{
  font-size: 13px !important;
  margin: 10px 0; 
}.middle-text h2::after, .home-top-text h1::after{
  display: none;
}h2{
  font-size: 20px;
  line-height: 1.5;
  margin: 15px 5px;
}.footer-social .fa{
  width: 30px;
}.about-top h1 {
    line-height: 45px;
    font-size: 20px;
}.vertical-padding-large-1 {
    padding-top: 3.5vh;
}.top-link a {
    font-size: 14px;
}.about-top h2 {
    font-size: 14px;
    margin: 26px 0;
}.vertical-padding-small {
    padding-top: 2vh;
    padding-bottom: 2vh;
}.about-text {
    font-size: 11px;
    letter-spacing: 0px;
    width: 100%;
    line-height: 1.8;
    margin: 15px auto;
}.about-one {
    padding-bottom: 0;
}.about-middle-text{
  padding-top: 0;
}.about-middle-text p{
  padding-bottom: 0;
  font-size: 15px;
}.bars::after{
  display: none;
}.button.btn{
  padding: 8px;
  font-size: 10px;
}.fa.fa-check{
  font-size: 20px;
}ul, ol{
  font-size: 13px;
   margin-left: 0;
}h3{
  font-size: 16px;
  line-height: 1.5;
}.blue-bg a{
  font-size: 13px;
}.blue-bg i, .gradient-bg i{
  border:none;
  font-size: 20px;
}.ba-box {
    max-width: 295px;
}.button.button-outline{
  font-size: 11px;
  padding: 5px;
}.vertical-padding-medium {
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
}.big-list li{
  font-size: 13px;
}.posts-widget-wrapper article{
  width: 100%;
  margin-bottom: 5px;
}.posts-widget-wrapper .post-title a{
  font-size: 15px;
  line-height: 25px;
}.vertical-center {
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
}.big-list-icon .fa.fa-check{
  font-size: 15px;
  border: none;
  margin-left: 0;
  padding: 0;
  width: 25px;
    height: 25px;
}.big-list-icon a{
  font-size: 12px;
}.cta-parallax-btn{
  font-size: 12px;
  width: 201px;
  padding: 5px;
}.about-parallax{
  background-attachment: scroll !important;
    background-position: top !important;
}.area-heading{
  left: 0;
  font-size: 20px;
  text-align: center;
}.top-link {
    margin-top: 15px;
}
}
@media only screen and (max-width: 500px){
.banner-top p {
    font-size: 8px !important;
}.mobile-logo {
    max-width: 300px;
}
}
@media only screen and (max-width: 350px){
    #covid-readmore ul li,
 #covid-readmore p{
    font-size: 11px !important;
    margin: 5px 0 !important;
    line-height: 16px !important;
}.covid-banner #covid-readmore.active {
    padding: 1% !important;
}.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 11px !important;
}.covid-banner p.banner-toggle{
  font-size: 11px !important;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    line-height: 22px !important;
}.mobile-logo {
    max-width: 250px;
}i.toggle-bars{
    height: 10px;
}i.toggle-bars::before, i.toggle-bars::after{
    width: 30px;
    height: 5px;
}.mobile-navigation{
    right: 0;
}i.toggle-bars::after{
    top: 10px;
}.slide-content {
    top: 45%;
}
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
.slider-wrapper {
  padding: 50px 0 80px;
}
}


