body {
  font:
    13px / 20px PTSansRegular,
    Arial,
    Helvetica,
    sans-serif;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
}

h1 span {
  color: #0bb0d9;
}

h1.mb-0 {
  font-size: 1.5rem;
} 
a {
  color: #0bb0d9;
  transition: all 0.2s linear;
}
a:hover {
  color: #007491;
}
p {
  line-height: 35px;
}

.navbar {
  background-color: white;
  padding: 1rem;
  color: #0bb0d9;
  position: sticky;
  top: 50px;
  z-index: 1000;
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(166, 166, 166, 1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(166, 166, 166, 1);
  box-shadow: 0px 5px 10px 0px rgba(166, 166, 166, 1);
}
.top-banner {
  background-color: #0bb0d9;
  position: sticky;
  top: 0;
  z-index: 1100;
}
@media (min-width: 1024px) {
  .top-banner,
  .navbar {
    padding: 0 80px;
  }
}
.navbar-nav .nav-link {
  font-size: 1.2rem;
  padding: 0.75rem 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: #0bb0d9;
}
.dropdown-menu .dropdown-item {
  font-size: 1rem;
  padding: 0.3rem 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  background-color: transparent;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item.active {
  color: #0bb0d9;
}
@media (min-width: 768px) {
  .navbar-nav {
    gap: 1.5rem;
  }
}
.navbar-toggler {
  border: none;
  box-shadow: none;
  padding: 0.25rem 0.5rem;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .navbar-collapse {
    margin-top: 1.5rem;
  }
}

footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 1rem;
}

.doctor {
  width: 22%;
  padding: 10px;
  border-radius: 5px;
}
.services {
  width: 25%;
  padding: 10px;
  border-radius: 5px;
}
.w-25 {
  width: 25%;
}
.title {
  height: 75px;
  overflow: hidden;
}
.dentists {
  padding: 0;
}
.services-wrap {
  padding: 0 7%;
}
@media screen and (max-width: 990px) {
  .reviews {
    padding: 0 8%;
  }
}

.servicetitle {
  height: auto;
  text-wrap: nowrap;
}
.backgroundblue {
  background-color: #0bb0d9;
}
.bold {
  font-weight: 700;
}
.lr-padding-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.text-center {
  text-align: center;
}

.carousel-item {
  display: none;
  justify-content: center;
  align-items: center;
}

.carousel-item.active {
  display: flex;
  gap: 15px;
}

/* buttons not shown for when links are available--------*/

.button-none {
  display: none;
}

/* Top Bar CSS */
.googlewrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
/* Buttons */
.button-car2 {
  margin-bottom: 15px !important;
  margin-left: 20px;
}

.button-experts {
  margin-top: 40px;
}
.gradient-button {
  background: #bfdd81;
  box-shadow: 5px 5px 10px 0px rgba(8, 108, 133, 0.1);
  padding: 12px 24px;
  font-size: 16px;
  color: #004f62;

  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.gradient-button:hover {
  background: #0bb0d9;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(90, 194, 157, 0.4);
}

.gradient-button:active {
  transform: scale(0.98);
}
.gradient-button-small {
  background: #bfdd81;
  padding: 5px 24px;
  font-size: 16px;
  color: #004f62;

  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.gradient-button-small:hover {
  background: #0bb0d9;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(90, 194, 157, 0.4);
}

.gradient-button-small:active {
  transform: scale(0.98);
}
.green-button {
  padding: 12px 24px;
  font-size: 16px;
  color: white;
  background: #0bb0d9;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.green-button:hover {
  transform: scale(1.05);
}
/* videos grid */
iframe {
  border-radius: 8px;
}
.video-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .video-wrapper {
    width: 75%;
  }
}

/* Flex containers */
.offers-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  max-width: 1200px;
  margin: 50px;
}
.consultation-container {
  margin: 50px;
}

.justify-content-start {
  justify-content: start;
}
.special-offer-image {
  max-width: 500px;
  height: 300px;
  border-radius: 15px;
}
.headertext {
  font-size: 20px;
}
.headerservice {
  color: #0bb0d9;
  font-size: 36px;
  font-weight: 700;
}
.center {
  display: flex;
  justify-content: center;
}
.d-flexservice {
  display: flex;
  justify-content: center;
  gap: 0px;
}
.d-flexpreventative {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}

@media screen and (min-width: 990px) {
  .mobile-header {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .mobile {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .offers-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin: 0px;
  }
  .special-offer-image-2 {
    display: none;
  }
  .consultation-container {
    margin: 0px;
    margin-bottom: 25px;
    text-align: center;
  }
  .special-offer-image {
    width: 100%;
    height: auto;
  }
  .mobile-header-fb {
    display: none;
  }
  .special-offer-image {
    width: 100%;
    height: auto;
  }
  .offer-new-patient .gradient-button {
    text-align: center;
  }
  .offer.offer-new-patient {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px;
  }
  ol,
  ul {
    margin-left: -20px;
  }
}
.fa-check {
  size: 5px;
  padding-right: 5px;
}
ol,
ul {
  padding-left: 0rem;
}

ol, ul {
  font-size: 1.25rem;
  line-height: 35px;
}
/* Services pages */
.d-flexservice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  gap: 40px;
}
.d-flexpreventative {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

.content {
  flex: 1;
  margin-right: 20px;
}
.pcontent {
  padding: 0 0 50px 0;
  flex: 0 0 50%;
  align-self: center;
}

.preventative-image {
  flex: 0 0 40%;
  align-self: top;
}

.image {
  flex: 0 0 45%;
  max-width: 600px;
}

.image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.preventative-image img {
  width: 100%;
  height: auto;
}
.restorative-image img {
  height: 650px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .d-flexservice {
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
  }
  .d-flexpreventative {
    flex-direction: column;
    align-items: center;
  }

  .image {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 16px auto 0;
  }
  .preventative-image {
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .div-google,
  .img-visit2,
  .img-visit {
    display: none;
  }

  .container-header {
    height: 70px !important;
  }
  .visit-div {
    padding-left: 20px !important;
  }
  .plan-visit h3 {
    width: 330px !important;
  }
  .plan-visit p {
    width: 340px !important;
  }
  footer .container-fluid {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
  }

  footer .container-fluid > div {
    width: 100%;
  }

  footer iframe {
    width: 100%;
    height: 250px;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .map-container {
    flex: 1 !important;
  }

  footer .container-fluid .d-flex {
    background-color: #0bb0d9;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
  }

  footer .container-fluid .d-flex h2 {
    margin-bottom: 10px;
  }

  footer .container-fluid .d-flex a {
    color: white;
    margin-bottom: 5px;
  }

  footer .container-fluid .d-flex a:hover {
    text-decoration: column;
  }
  footer iframe {
    height: 300px;
    align-self: stretch;
  }
  .div-cont-tex-footer {
    width: auto !important;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    justify-content: center;
  }

  .con-1-home {
    height: 280px !important;
    background: url("assets/gen-mobile-fold-bg.webp") no-repeat center center /
      cover !important;
    background-position: center 0% !important;
    position: relative;
    margin-bottom: 430px;
  }
  .first-visit {
    height: 800px;
    background-position: 65% center !important;
    position: relative;
    margin-bottom: 430px;
    background:
      linear-gradient(to right, #0bb0d9, rgba(211, 211, 211, 0.205) 50%),
      url("assets/first-visit-1.webp") no-repeat center center / cover !important;
  }

  .con-1-home::after {
    content: "";
    display: block;
    height: 435px;
    background-color: #0bb0d9;
    width: 100%;
    position: absolute;
    bottom: -430px;
  }

  .div-1-home {
    position: absolute;
    top: 370px !important;
    width: 100% !important;
    padding: 0 15px !important;
    color: white;
    z-index: 10;
  }

  @media (max-width: 768px) {
    .visit {
      height: auto !important;
    }
  }
}

button {
  font-weight: 700;
}
header.d-block.d-md-none {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

header.d-block.d-md-none .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.d-block.d-md-none h1 {
  font-size: 25px;
}
header.d-block.d-md-none p {
  font-size: 10px;
  margin-left: 20px !important;
  color: #0bb0d9;
}

header.d-block.d-md-none img {
  width: 99px;
  margin-left: 40px;
  margin-bottom: 5px;
}

.section-card {
  padding: 2rem;
}

.section-card .d-grid {
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

/*about us styles*/

:root {
  --container-max-width: 1440px;
  --default-spacing: 80px;
  --color-primary-blue: #0bb0d9;
  --color-primary-green: #bfdd81;
  --color-light-mint: #e7f8fc;
  --color-dark-teal: #004f62;
  --color-text: #212529;
  --color-white: #ffffff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  color: var(--color-text);
  line-height: 1.6;
  background-color: var(--color-white);
}

h1,
h2,
h3 {
  line-height: 1.2;
  font-weight: 700;
}

.container {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding-top: var(--default-spacing);
  padding-bottom: var(--default-spacing);
  width: 100%;
}

.con-2-home span {
  color: #bfdd81;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
  color: inherit;
}
.bg-light-mint {
  background-color: var(--color-light-mint);
}
.bg-primary-blue {
  background-color: var(--color-primary-blue);
  color: var(--color-white);
}
.bg-dark-teal {
  background-color: var(--color-dark-teal);
  color: var(--color-white);
}
.bg-primary-green {
  background-color: var(--color-primary-green);
  color: var(--color-dark-teal);
}

.btn {
  display: inline-block;
  padding: 16px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  text-transform: capitalize;
  transition: background-color 0.3s;
}

.btn--blue {
  background-color: var(--color-primary-blue);
  color: var(--color-white);
}

.btn--green {
  background-color: var(--color-primary-green);
  color: var(--color-dark-teal);
  border: 2px solid var(--color-dark-teal);
}

.hero-section {
  background-color: var(--color-dark-teal);
  background-size: cover;
  background-position: center;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
}

.hero-content {
  text-align: center;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.intro-text h2 {
  color: var(--color-primary-blue);
  margin-bottom: 20px;
}

.tech-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.card {
  min-height: 150px;
  border: 1px solid #ccc;
  padding: 20px;
  background-color: var(--color-white);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.testimonial-grid,
.doctors-grid,
.services-grid {
  display: grid;
  gap: 30px;
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.doctors-grid,
.services-grid {
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.doctor-card,
.service-card {
  background-color: var(--color-white);
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.doctor-card h3 {
  color: var(--color-primary-blue);
}

.care-content-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}

.care-image {
  flex: 1;
  min-height: 350px;
}

.care-text {
  flex: 1;
  padding-right: 50px;
}

.care-text h2 {
  margin-bottom: 30px;
}

.section--bottom-cta {
  text-align: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer {
  background-color: #f8f9fa;
  padding-top: 50px;
}

.map-and-info {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  padding-bottom: 50px;
}

/*Mobile Slider*/

.slider-container {
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.3s ease-in-out; /* Smooth transition for slide changes */
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 40px 20px;
  text-align: center;
  font-size: 1.5em;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(0 0 0 / 20%);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  font-size: 1.5em;
  line-height: 1;
  border-radius: 4px;
}

.prev-btn:hover,
.next-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

.prev-btn {
  left: 1px;
}

.next-btn {
  right: 1px;
}

.dr-slider-mobile {
  display: none;
}

/*Finish about us styles*/

@media screen and (max-width: 990px) {
  .section-card .d-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .section-card {
    padding: 1rem;
  }
  .section-card .d-grid {
    grid-template-columns: 1fr;
  }
}

.experts-care {
  margin-top: 20px;
}

.card h2 {
  color: #212529;
  font-size: 24px;
  font-weight: 700;
  line-height: 30.6px;
}
.card h3 {
  color: #0bb0d9;
  font-size: 16px;
  font-weight: 700;
  line-height: 23.6px;
}
.card p {
  color: #212529;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.card img {
  padding: 0px;
  border-radius: 8px !important;
}
.p-5 {
  padding: 1rem !important;
}
.card br {
  display: none;
}
.why-dentistry.div-order-mobile {
  display: flex;
  flex-direction: column-reverse !important;
}

.cont-1-body,
.cont-2-body {
  order: 1 !important;
  padding: 20px;
}
.cont-1-body p {
  padding-right: 0% !important;
}

.video-wrapper,
.video-wrapper2 {
  order: 0 !important;
}

.video-wrapper {
  margin: 20px !important;
}
.video-wrapper2 .mt-0 {
  margin: 20px !important;
}
.card-initial {
  margin-top: 0px !important;
}

.card2 {
  margin: 10px 10px !important;
}

.ldZdCm {
  left: 0px !important;
  display: none;
}

.service-cta a {
  color: white;
}

.my-5 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.card {
  border-radius: 8px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  padding: 10px;
}

.card-img {
  width: 265.11px;
  height: 265.33px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
}

.justify-content-between {
  justify-content: space-between !important;
}

.card-title {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0;
  color: #333;
}

.card-subtitle {
  font-size: 1.1em;
  margin: 5px 0;
  color: #0bb0d9;
  font-weight: 700;
}

.card-text {
  font-size: 1em;
  color: #555;
  line-height: 1.5;
}

.plan-visit button {
  margin: 0px;
}

/* card2 */
.card2 {
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: 450px;
  margin: 20px auto;
  border-radius: 8px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  margin-top: 75px;
  background-color: white;
  min-height: 445px;
}

.card2 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  padding: 15px;
  border-radius: 20px !important;
}

.card2-content {
  flex-grow: 1;
  padding: 0 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 990px) {
  .card2-content {
    padding-bottom: 0px;
  }
  .card2 {
    min-height: 180px !important;
  }
}
.card2:hover {
  background-color: #0bb0d9;
  color: white;
  transition: all 0.3s ease;
}

.card2:hover .card-title,
.card2:hover .card-text {
  color: white;
}
.special-offers {
  background-color: #fff;
  color: #004f62;
}
.card2:hover .gradient-button {
  background: white;
  color: #0bb0d9;
}

.con-1-home {
  height: 642px;
  background:
    linear-gradient(to right, #0bb0d9, rgba(211, 211, 211, 0.205) 50%),
    url("assets/home-img.webp") no-repeat center center / cover;
  z-index: 2;
}
.con-2-home {
  height: 642px;
  background:
    linear-gradient(to right, #0bb0d9, rgba(211, 211, 211, 0.205) 50%),
    url("assets/heading-about-us.jpg") no-repeat center center / cover;
  z-index: 2;
}
.con-2-home .div-1-home {
  max-width: 955px;
  padding-top: 220px;
}
.section--care img {
  width: 100%;
  border-radius: 10px;
}
.section--intro .tech-cards-grid {
  grid-template-columns: 1fr;
}
.section--intro .tech-cards-grid img {
  width: 100%;
  border-radius: 10px;
}
.section--intro span {
  color: #0bb0d9;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
.about-template h2 {
  color: #212529;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}
.div-cont-tex-footer h2 {
  color: #bfdd81;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.about-template p {
  color: #404040;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.bg-dark-teal h2 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}
.bg-dark-teal p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.about-template .btn {
  margin-top: 25px;
}
.section--doctors h2 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.section--doctors span {
  color: #fff;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
.section--doctors p {
  color: #ffffff;
  max-width: 768px;
}
.doctor-card h3 {
  color: #212529;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  margin-top: 15px;
}
.doctor-card h4 {
  color: #0bb0d9;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}
.doctor-card p {
  color: #212529;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
.doctor-card img {
  width: 100%;
}
.section--testimonials span {
  color: #0bb0d9;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
.section--testimonials h2 {
  color: #212529;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 990px) {
  .div-1-home {
    text-align: center;
    margin-top: -50px;
  }
}
.div-1-home {
  display: flex;
  max-width: 760px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0px;
  padding: 120px;
  padding-top: 150px;
}

.div-1-home h1 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.div-1-home h1 span {
  color: #fff;
  font-weight: 500;
}
.div-1-home p {
  color: #fff;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
}

header .container {
  max-width: 1920px;
}

.experts-care {
  color: #fff;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
}
.experts-care3 {
  color: #fff;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  margin-bottom: 48px;
}
h2 {
  color: #0bb0d9;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
}

h3 {
  color: #212529;
  font-family: "Open Sans";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 120% */
}
@media screen and (min-width: 768px) {
  .experts-care {
    font-size: 24px;
    line-height: 150%; /* 36px */
  }
  .experts-care3 {
    font-size: 32px;
    line-height: 18.4px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 32px;
    line-height: 38.4px; /* 120% */
  }
}
p {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.plan-visit h2 {
  color: #004f62;
}
.plan-visit h3 {
  width: 70%;
  line-height: 32.4px;
}

.col-md-6:not(.content-2-image) {
  padding: 0%;
}
.cont-1-body p {
  padding-right: 30%;
}

.cont-2-body {
  padding-left: 9%;
  padding-right: 30px;
}

@media screen and (min-width: 768px) {
  .content-2-image {
    padding: 0%;
  }
}
@media screen and (min-width: 990px) {
  .video-wrapper2 {
    margin-right: 15%;
  }
}

.video-wrapper {
  margin-left: 10%;
}

.my-5 {
  padding: 50px 0 !important;
}

.plan-visit .button-car2 {
  background: #fff;
  color: #004f62;
}

.plan-visit .button-car2:hover {
  background: #0bb0d9;
  color: #ffffff;
}

.plan-visit {
  position: relative;
  font-size: 14px;
  background-color: #bfdd81;
  padding: 0px 0;
  background-image: url("./assets/gen-cta-bg.webp");
  background-size: cover;
  background-position: 60% 40%;
}
@media screen and (max-width: 990px) {
  .plan-visit {
    background-position: 0% 40%;
  }
}
.plan-visit p {
  width: 570px;
}

.img-visit {
  width: 120px !important;
}

.iqPsnt {
  display: none !important;
}

.ldZdCm {
  left: 1005px !important;
}

footer h2 {
  color: #bfdd81;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}

footer a {
  color: #f8f9fa;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-decoration: none;
}

/* Header Styles */
.container-header {
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-bg {
  height: 642px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 120px;
}

.hero-bg-img-mobile {
  display: none;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero-text-block {
  max-width: 760px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin-left: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.hero-title {
  font-family: "Open Sans", Arial, sans-serif;
  color: #212529;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
  max-width: 760px;
  opacity: 1;
}
.hero-subtitle {
  font-family: "Open Sans", Arial, sans-serif;
  color: #0bb0d9;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: left;
  max-width: 760px;
  opacity: 1;
}
.hero-desc {
  font-family: "Open Sans", Arial, sans-serif;
  color: #212529;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
  max-width: 760px;
  opacity: 1;
}
.care-section {
  background: #e7f8fc;
  padding: 2.5rem 2rem;
  box-sizing: border-box;
  padding: 80px 120px;
}
.care-img {
  border-radius: 12px;
  width: 100%;
  max-width: 650px;
  height: auto;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .intro-grid {
    grid-template-columns: 1fr;
  }
  .care-content-wrap {
    display: block;
  }
  .dr-slider-mobile {
    display: block;
  }
  .doctors-grid {
    display: none;
  }
  .container-header {
    flex-direction: column;
    text-align: center;
  }
  .facebook-icon {
    display: none;
  }
  .hero-bg {
    padding-left: 0 !important;
    height: auto;
    min-height: 300px;
    background: none !important;
    display: block;
  }
  .hero-bg-img-mobile {
    display: block;
    margin-bottom: 0;
    max-height: auto;
  }
  .hero-text-block {
    padding: 16px !important;
    background: #fff;
    box-sizing: border-box;
  }
  .hero-desc {
    max-width: none !important;
  }
}

.googlewrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  text-decoration: none;
}

.googlewrapper p {
  margin: 0;
  color: white;
}

.div-phone a {
  text-decoration: none;
  color: white;
}

.header-2-cont {
  padding: 1rem 0;
}
/* first visit */

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

.hero-text {
  text-align: center;
  padding: 40px 0;
}

.hero-text h1 {
  color: #0bb0d9;
  margin-bottom: 20px;
}

.hero-text p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.care-container {
  max-width: 1440px;
  margin: 0 auto;
}

.care-title {
  color: #0bb0d9;
  font-size: 32px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 4px;
  text-align: left;
  max-width: 460px;
  padding: 0 0 12px 0;
  border-radius: 0;
  line-height: 1.2;
}

.care-description,
.care-text {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  padding: 0;
  border-radius: 0;
  margin-bottom: 12px;
}

.care-subtitle {
  font-size: 18px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #212529;
  font-weight: 700;
  margin-bottom: 12px;
}

.care-link {
  color: #0bb0d9;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
}

.care-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.why-choose-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 28px 18px 32px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 520px;
  box-sizing: border-box;
}
.why-choose-card img {
  height: 110px;
  margin-bottom: 18px;
  border-radius: 0;
  border: none;
}
.why-choose-card h4 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  margin-top: 0;
  text-align: center;
}
.why-choose-card p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  color: #222;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

.why-choose-section {
  background: #12b8e6;
  padding: 80px 120px;
}
.section-container {
  padding: 80px 120px;
}

@media (max-width: 768px) {
  .hero-image {
    height: 300px;
  }

  .hero-text {
    padding: 30px 0;
  }
  .care-section {
    padding: 1rem 0.2rem;
  }
  .care-img {
    max-width: 100%;
    margin-top: 1.5rem;
  }
  .care-img {
    margin-top: 1.5rem;
  }
  .why-choose-card {
    min-height: 358px !important;
  }
  .plan-visit p {
    width: 100% !important;
  }
}

.wisdom-tooth-image {
  height: auto;
  max-width: 100%;
}

@media (min-width: 992px) {
  .wisdom-tooth-image {
    height: 800px;
    width: auto;
  }
}

@media (max-width: 1220px) {
  .img-visit {
    width: 50% !important;
  }
  .img-visit2 {
    width: 300px !important;
  }
  .plan-visit p {
    width: 460px;
  }
  .card2 {
    flex: 1 1 calc(50% - 15px);
    min-height: 480px;
    max-width: 100% !important;
  }
}
@media (max-width: 991px) {
  .hero-text-block {
    max-width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .hero-title {
    font-size: 1.1rem;
  }
  .hero-subtitle {
    font-size: 1.2rem;
  }
  .hero-desc {
    font-size: 1rem;
  }
  .why-choose-card {
    min-height: 420px !important;
  }
  .care-section {
    padding: 40px 16px;
  }
  .why-choose-section {
    padding: 40px 16px;
  }
  .why-choose-card {
    max-width: 100%;
    min-height: unset;
  }
}

.services-cta {
  width: 100%;
  background-color: #e7f8fc;
}
.services-cta .container {
  padding: 20px 0 20px 0;
}

/* ====banner==== */
.promo-banner {
  width: 100%;
  border-bottom: 2px solid #00a8cc;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  height: 50px;
  padding: 0 20px;
}

.promo-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  text-align: center;
}

.promo-text-inline {
  display: flex;
  align-items: center;
  color: #333;
  line-height: 1.3;
  gap: 1rem;
  font-size: 1rem;
}

.promo-offer-lead {
  font-weight: bold;
  margin-right: 10px;
}

.promo-special {
  color: #00a8cc;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 10px;
}

.promo-details {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #333;
  font-size: 1rem;
}

.checkmark {
  color: #bfdd81;
  font-weight: bold;
  margin-right: 3px;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .promo-banner {
    flex-direction: column;
    height: auto;
    padding: 20px 10px;
  }

  .promo-content {
    flex-direction: column;
    align-items: center;
  }

  .promo-text-inline {
    flex-direction: column;
    gap: 12px;
    font-size: 1.1rem;
    align-items: center;
  }

  .promo-offer-lead {
    font-size: 1rem;
    margin-right: 0;
    width: 100%;
    order: 1;
  }

  .promo-special {
    font-size: 1.5rem;
    margin-right: 0;
    width: 100%;
    order: 2;
  }

  .promo-details {
    flex-direction: column;
    font-size: 1rem;
    gap: 10px;
    width: 100%;
    order: 3;
    align-items: center;
  }
}

/* Desktop Styles */
@media (min-width: 769px) {
  .promo-content {
    flex-direction: row;
  }

  .promo-text-inline {
    flex-direction: row;
    gap: 1rem;
  }

  .promo-offer-lead,
  .promo-special,
  .promo-details {
    order: initial;
  }
}
.margin-bottom-24 {
  margin-bottom: 24px;
}
.tick-section {
  border: 1px solid grey;
  color: #0bb0d9;
  padding: 15px 24px 5px;
  margin-bottom: 15px;
  border-radius: 15px;
  background: #e7f8fc4d;
}

.tick-title {
  margin: 0 0 14px 0;
  font-size: 20px;
  color: #0bb0d9;
}

.tick-list {
  position: relative;
  padding-left: 0;
}
.tick-icon {
  font-size: 16px;
}

.tick-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 3px 0;
}
@media screen and (max-width: 990px) {
  .gradient-button {
    margin: 20px;
  }
  .cont-1-body {
    padding: 20px 0px;
  }
}

.mobile-footer-cta {
	display: none;
}

@media (max-width: 767px) {
	.mobile-footer-cta {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
		background: #0BB0D9;
	}

	.mobile-footer-cta-item {
		flex: 1;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		padding: 12px 5px 0px;
		font-size: 14px;
	}

	.mobile-footer-cta-item i {
		display: block;
		font-size: 22px;
		margin-bottom: 5px;
	}

	.mobile-footer-cta-item:hover {
		color: #ffffff;
		text-decoration: none;
	}

}

		/* Mobile styling */
		@media (max-width: 768px) {
			.es-carousel-arrow-control{
				display:none !important;
			}
			.reviews-container {
				overflow: hidden;
			}
		}
