@import url("https://fonts.googleapis.com/css2?family=Martel+Sans:wght@300&display=swap");
@import url("_styles.scss");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input {
  background-color: #5e7872;
  margin-top: 2rem;
  margin-bottom: 1rem !important;
  border: none !important;
  opacity: 0.5;
  border-radius: 0;
    border:solid 1px #a3a3a3 !important;
}
input:active, input:focus {
  box-shadow: none !important;
  background-color: #5e7872;
     border:solid 1px #a3a3a3 !important;
}
input:hover {
  opacity: 1;
}

.width-15 {
  width: 15rem !important;
}

.btn {
  font-size: 12px;
  font-weight: 900;
  padding: 0.5rem 1rem;
}

body {
  color: #6c675c;
  font-family: Martel Sans;
}

.text-normal {
  color: #6c675cd0;
}

h3,
h1 {
  color: #BC8452;
  font-family: "Times New Roman", Times, serif;
  font-weight: 800 !important;
}
h3.display-1,
h1.display-1 {
  font-size: 8rem;
}

h2,
h5,
h6 {
  font-family: "Times New Roman", Times, serif;
  font-weight: 800 !important;
}

.time-font {
  font-family: "Times New Roman", Times, serif;
}

.padding-l-r {
  padding-left: 4rem;
  padding-right: 4rem;
}
.padding-l-r hr {
  border: 1px;
  opacity: 1 !important;
  padding: 1px;
}

.dark-hr hr {
  border: 1px;
  opacity: 1 !important;
  padding: 1px;
}

.hero {
  overflow-x: hidden;
  height: 48rem;
  padding-left: 4rem;
}
.hero .call-button {
  display: none;
}
.hero .book-button {
  padding: 1rem;
  width: 25rem;
}
.hero img {
  display: none;
}

.tab {
  overflow: hidden;
  border-bottom: 1px solid grey;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
.tab button.active {
  border-bottom: 4px solid #465854;
}

.mobile-tab {
  display: none;
}

.tabcontent {
  display: none;
  border-top: none;
}
.tabcontent svg {
  width: 1rem;
  height: 1rem;
}
.tabcontent img {
  width: 6rem !important;
}

header .navbar .nav-link {
  font-weight: 700;
}
header .header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: all ease-in-out 0.5s;
}
header .header nav {
  padding-left: 4rem;
  padding-right: 4rem;
}
header .header nav .navbar-nav li a:hover {
  color: #0072bc !important;
}
header .header .header-top {
  background-color: #4d4942;
}
header .header .header-top a {
  color: white !important;
}
header .header .header-top:hover {
  background-color: #002252 !important;
}
header .mobile-header {
  display: none;
}

.testimonials {
  padding-left: 4rem;
  padding-right: 4rem;
}
.testimonials .card {
  height: 100%;
  background-color: #5e78721a;
}

.book-appointment {
  padding-left: 4rem;
  padding-right: 4rem;
}

.location-map {
  padding-right: 4rem;
}
.location-map .right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.about-us {
  padding-left: 4rem;
  padding-right: 4rem;
}

.services {
  padding-left: 4rem;
  padding-right: 4rem;
}
.services .mobile-buttons {
  display: none;
}

.contact-us {
  padding-top: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-top: 5rem;
  color: #f1f1f1;
}
.contact-us .box {
  padding: 2rem;
  background-color: #002252;
  display: grid;
  place-items: center;
}
.contact-us .box input {
  width: 50%;
}
.contact-us input {
  background-color: #5e7872;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border: none;
  border-bottom: 1px solid white;
  opacity: 0.5;
  border-radius: 0;
}
.contact-us input:active, .contact-us input:focus {
  box-shadow: none;
  border-bottom: 1px solid white;
  background-color: #5e7872;
}
.contact-us input::placeholder {
  color: white;
}
.contact-us input:hover {
  opacity: 1;
}

.our-purpose {
  padding-left: 4rem;
  padding-right: 4rem;
}

.safety {
  padding-left: 4rem;
  padding-right: 4rem;
}
.safety .working-hours {
  padding: 6rem;
  background-color: #5e78723f;
}
.safety .right {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.safety .right p {
  font-size: 1.5rem;
}

.client-names {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 15rem;
}
.client-names ul {
  width: 100%;
}
.client-names ul li {
  padding: 0.5rem;
}

.grid-images {
  display: grid;
  grid-template-areas: "one one two two four four six six six nine nine nine" "three three three three four four six six six nine nine nine" "three three three three five five seven seven eight eight ten ten";
  grid-gap: 4px;
}
.grid-images .one {
  grid-area: one;
}
.grid-images .two {
  grid-area: two;
}
.grid-images .three {
  grid-area: three;
}
.grid-images .four {
  grid-area: four;
}
.grid-images .five {
  grid-area: five;
}
.grid-images .six {
  grid-area: six;
}
.grid-images .seven {
  grid-area: seven;
}
.grid-images .eight {
  grid-area: eight;
}
.grid-images .nine {
  grid-area: nine;
}
.grid-images .ten {
  grid-area: ten;
}
.grid-images img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.green-pattern {
  position: relative;
  left: 0;
}

.faq {
  padding-left: 4rem;
  padding-right: 4rem;
  height: 40rem;
}
.faq a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 900;
  color: #838383 !important;
}
.faq a:focus .rotate, .faq a:active .rotate {
  transform: rotate(180deg) !important;
  transition: all ease-in-out 0.3s;
}
.faq p {
  font-size: 1.2rem;
  font-weight: 500;
  color: #838383 !important;
}

.pt-8{
    
}

/*.about-padding{*/
/*    padding-bottom:2rem;*/
/*}*/
.about {
  /*padding-bottom: 4rem;*/
  padding-left: 4rem;
  padding-right: 4rem;
}
.about .about-us {
  margin-top: 15rem;

}
.about .about-us p {
  font-size: 1.2rem;
}
.about .doctor {
  padding-bottom: 0.5rem;
}
.about .doctor .right {
  display: grid;
  place-items: center;
}
.about .doctor .right svg {
  width: 4rem;
  padding-bottom: 2rem;
  fill: #838383;
}

.doctor-candidates {
  padding-left: 4rem;
  padding-right: 4rem;
}

.technology {
  padding-left: 4rem;
  padding-right: 4rem;
}

.compassion {
  padding-left: 4rem;
  padding-right: 4rem;
}

.location {
  margin-top: 10rem;
  min-height: 20rem;
}
.location .map iframe {
  min-height: 40rem !important;
  max-height: 40rem !important;
}

.location-market {
  min-height: 20rem;
}
.location-market .map iframe {
  min-height: 40rem !important;
  max-height: 40rem !important;
}

.location-market-services {
  min-height: 20rem;
}

.checkup-hero {
  margin-top: 10rem !important;
}
.checkup-hero .left {
  background-color: #cfe2f3;
  padding-left: 10rem;
  padding-right: 10rem;
  color: white !important;
}

.blacktext{ color:#000 !important;}

.checkup-hero .left h1 {
  color: white !important;
}
.checkup-hero .right {
  object-fit: cover;
}
.checkup-hero .right img {
  object-fit: cover !important;
  max-height: 100% !important;
}

.reimagine-every-details {
  display: grid;
  place-items: center;
  padding: 5rem;
}

.number {
  border: 1px solid #0072bc;
  padding: 0.7rem;
  border-radius: 5rem;
  width: 3rem;
}

.numbered {
  padding-left: 4rem;
  padding-right: 4rem;
}

.all-services {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-top: 11rem;
}

footer {
  color: white !important;
  background-color: #5e7872;
}
footer .footer-top {
  padding-left: 4rem;
  padding-right: 4rem;
  line-height: 2rem;
  padding-bottom: 5rem;
}
footer i {
  font-size: 2rem;
  padding-right: 1rem;
  color: white !important;
}
footer .social-links svg {
  width: 2rem;
}
footer .row input {
  background-color: #5e7872;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border: none;
  border-bottom: 1px solid white;
  opacity: 0.5;
  border-radius: 0;
}
footer .row input:active, footer .row input:focus {
  box-shadow: none;
  border-bottom: 1px solid white;
  background-color: #5e7872;
}
footer .row input::placeholder {
  color: white;
}
footer .row input:hover {
  opacity: 1;
}
footer a {
  text-decoration: none;
  color: white;
  margin-right: 1.5rem;
}
footer a:hover {
  text-decoration: underline;
  color: white;
}
footer svg {
  width: 1rem;
}
footer .footer-bottom {
  background-color: #465854;
  padding-left: 4rem;
  padding-right: 4rem;
}

.owl-carousel .nav-btn {
  padding: 2.5rem;
  position: absolute;
  width: 2rem;
  cursor: pointer;
  top: 45% !important;
  background-color: #f1f1f1 !important;
}

.owl-carousel .prev-slide {
  background: url("../images/icon/left-svgrepo-com.svg") no-repeat;
  background-size: auto;
  background-position: 0;
  left: 1rem;
}

.owl-carousel .next-slide {
  background: url("../images/icon/right-svgrepo-com.svg") no-repeat;
  background-size: auto;
  background-position: 0;
  right: 1rem;
}

.veneers {
  padding-left: 4rem;
  padding-right: 4rem;
  z-index: -1;
  height: 100vh;
  background-image: url("../images/veneers/assets_53a25cb327d349fe933b1df2eb2176a4_aa3c8c646eb0403fac969b0b6049ab90.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.smile {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e7872;
}

.veneer-video {
  background-color: #698680;
}
.veneer-video .right {
  padding-right: 8rem;
  padding-left: 3rem;
  padding-top: 3rem;
}

.payment {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (max-width: 990px) {
  header .header {
    display: none;
  }
  header #menu-button:focus, header #menu-button:active {
    box-shadow: none;
  }
  header #mobile-book-button,
header #mobile-login-button {
    font-size: 0.6rem;
    font-weight: 900;
    padding: 0.3rem;
    width: 4rem;
  }
  header #mobile-book-button:focus, header #mobile-book-button:active,
header #mobile-login-button:focus,
header #mobile-login-button:active {
    box-shadow: none;
  }
  header .mobile-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: block;
  }
  header .mobile-header.active {
    background-color: #0d6efd;
  }
  header .mobile-header.active .mobile-menu {
    display: block;
  }
  header .mobile-header.active #mobile-book-button {
    background-color: white;
    color: #0072bc;
  }
  header .mobile-header.active #mobile-login-button:focus, header .mobile-header.active #mobile-login-button:active {
    color: #0d6efd;
  }
  header .mobile-header .mobile-menu {
    display: none;
  }

  .grid-images {
    display: grid;
    grid-template-areas: "one two four" "three three four" "three three five";
    grid-gap: 2px;
  }
  .grid-images .one {
    grid-area: one;
  }
  .grid-images .two {
    grid-area: two;
  }
  .grid-images .three {
    grid-area: three;
  }
  .grid-images .four {
    grid-area: four;
  }
  .grid-images .five {
    grid-area: five;
  }
  .grid-images .six {
    grid-area: one;
  }
  .grid-images .seven {
    grid-area: two;
  }
  .grid-images .eight {
    grid-area: three;
  }
  .grid-images .nine {
    grid-area: four;
  }
  .grid-images .ten {
    grid-area: five;
  }
  .grid-images img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .padding-l-r {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .padding-l-r hr {
    border: 1px;
    opacity: 1 !important;
    padding: 1px;
  }

  .dark-hr hr {
    border: 1px;
    opacity: 1 !important;
    padding: 1px;
  }

  .owl-carousel .nav-btn {
    display: none;
  }

  .hero {
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .hero .call-button {
    margin-left: 1rem;
    display: block;
    padding: 1rem;
  }
  .hero .book-button {
    padding: 1rem;
    width: auto;
  }
  .hero .phone-number {
    display: none;
  }
  .hero img {
    margin-top: 1rem;
    display: block;
  }
  .hero video {
    display: none;
  }

  .testimonials {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .book-appointment {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .location-map {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .about-us {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .services {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .services .normal {
    display: none;
  }
  .services .mobile-buttons {
    display: block;
  }

  .contact-us {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .contact-us .box {
    padding: 1rem;
    background-color: #002252;
    display: grid;
    place-items: center;
  }
  
  
  .contact-us .box p {
    font-size: smaller !important;
  }
  .contact-us  .box input {
    width: 100%;
  }
  

  
  
  .contact-us .box button {
    width: auto !important;
  }

  .our-purpose {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .safety {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .safety .working-hours {
    padding: 2rem;
  }

  .green-pattern {
    position: relative;
  }

  footer .footer-top {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  footer .footer-bottom {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tab {
    display: none;
  }

  .mobile-tab {
    display: block;
  }
  .mobile-tab select {
    border: none;
    border-bottom: 1px solid #5e7872;
  }
  .mobile-tab select:focus, .mobile-tab select:active {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #5e7872;
  }
  
  
     .gallery {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }
        
        .gallery img {
            margin: 10px;
        }
        
        .top-images img {
            width: 800px;
            height: 800px;
        }
        
        /*.bottom-images img {*/
        /*    width: 150px;*/
        /*    height: 200px;*/
        /*}*/
}/*# sourceMappingURL=style.css.map */


video {
  max-width: 100%;
  height: auto;
}

footer .subscribe .form-group {
  position: relative;
}

footer .subscribe input {
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  padding: 15px 30px 15px 0;
}

footer .subscribe button {
  color: #fff;
  padding: 15px 0;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 0;
}


@media screen and (max-width: 375px) {
  header .header {
    display: visible !important;
  }
}

@media screen and (max-width: 360px) {
  header .header {
    display: visible !important;
  }
}


@media screen and (max-width: 414px) {
  header .header {
    display: visible !important;
  }
}
