@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:wght@800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  overflow-y: scroll;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

.stroke-text {
  -webkit-text-stroke: 1px rgba(21, 72, 153, 0.1490196078);
  width: 100% !important;
  color: #fff;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 144px; /* 150% */
  text-align: center;
}

.blogs nav .pagination a:hover {
  text-decoration: underline;
  font-size: 25px;
}

.doctor-card {
  overflow-x: hidden;
  width: 210px;
  border-radius: 6px;
  background: var(--blue-light-active, #b6c6df);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
}
.doctor-card .card-body {
  padding: 0px;
}
.doctor-card .card-body .card-title {
  margin: 0px;
  padding-top: 12px;
  padding-bottom: 10px;
  color: var(--blue-primary-hover, #13418a);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px; /* 170% */
}
.doctor-card .card-body .card-text {
  color: var(--grey-color-1, #333);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px; /* 170% */
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.doctor-card .card-footer {
  border: none;
  background: none;
  padding: 0px;
  color: var(--grey-color-1, #333);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px; /* 170% */
}

#imageModal {
  z-index: 1001;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 992px) {
  #header.fixed-header {
    position: sticky;
    top: 0;
    width: 100%;
  }
}

.header {
  background: var(--Gradient-Blue, linear-gradient(180deg, #dce4f0 0%, #b6c6df 100%));
  padding: 0;
}
.header .nav-link.active {
  color: #13418a !important;
}
.header .nav-link.underline {
  text-decoration: underline;
}
.header .navbar-toggler {
  box-shadow: none;
  background: transparent;
  color: #000;
}
.header .navbar-toggler:hover {
  color: #0066ff;
}
.header .navbar-brand img {
  height: 90px;
}
@media (max-width: 768px) {
  .header .navbar-brand img {
    height: 50px;
  }
}
.header .nav-item .nav-link {
  color: var(--Grey-Color-1, #333);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding: 4px;
}
@media (max-width: 992px) {
  .header .nav-item {
    padding: 10px 0px;
    border-top: 1px solid #afafaf;
  }
}

/* Header ends */
.dark-icon {
  color: black;
  font-weight: 600;
}

.services {
  background: var(--black-white-white, #fcf9f7);
  padding: 100px 0px;
}
.services .row.position-relative,
.services .appointment-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.services .row.position-relative .dental-text,
.services .appointment-col .dental-text {
  -webkit-text-stroke: 1px rgba(21, 72, 153, 0.1490196078);
  color: #fff;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 144px; /* 150% */
}
.services .row.position-relative .services-header,
.services .appointment-col .services-header {
  display: flex;
  flex-direction: column;
}
.services .row.position-relative .services-header .header-title,
.services .appointment-col .services-header .header-title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 150% */
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
.services .row.position-relative .services-header .services-desc,
.services .appointment-col .services-header .services-desc {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  line-height: 1.2;
}
.services .row.position-relative .services-box,
.services .appointment-col .services-box {
  border-radius: 6px;
  padding: 12px;
  border: 0.5px solid var(--grey-color-3, #666);
  align-items: center;
}
.services .row.position-relative .services-box .services-box-texts,
.services .appointment-col .services-box .services-box-texts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services .row.position-relative .services-box .services-box-texts .services-box-texts-title,
.services .appointment-col .services-box .services-box-texts .services-box-texts-title {
  min-height: 60px;
  color: var(--blue-primary-hover, #13418a);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.services .row.position-relative .services-box .services-box-texts .services-box-texts-desc,
.services .appointment-col .services-box .services-box-texts .services-box-texts-desc {
  color: var(--grey-color-1, #333);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services .row.position-relative .services-box .services-box-img,
.services .appointment-col .services-box .services-box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  overflow: hidden;
  padding: 0px;
}
.services .row.position-relative .services-box:hover .services-box-texts-title,
.services .appointment-col .services-box:hover .services-box-texts-title {
  text-decoration: underline;
}
.services .row.position-relative .boxes-3,
.services .appointment-col .boxes-3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services .row.position-relative .big-teeth-img,
.services .appointment-col .big-teeth-img {
  height: 100%;
}
.services .stroke-text {
  color: var(--black-white-white, #fcf9f7);
}

.our-doctors {
  background: var(--blue-light-hover, #dce4f0);
}
.our-doctors .slick-prev {
  padding-left: 24px;
}
.our-doctors .slick-next {
  padding-right: 40px;
}
.our-doctors .slick-next:before {
  color: var(--blue-primary-hover, #13418a);
}
.our-doctors .slick-prev:before {
  color: var(--blue-primary-hover, #13418a);
}
.our-doctors .stroke-text {
  color: var(--blue-light-hover, #dce4f0);
}
.our-doctors .doctor-card {
  width: 80%;
  height: 100%;
}
.our-doctors .card {
  overflow-x: hidden;
  border-radius: 6px;
  background: var(--blue-light-active, #b6c6df);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
}
.our-doctors .card a:nth-child(2):hover .card-title {
  text-decoration: underline;
}
.our-doctors .card .card-body:hover .card-title {
  text-decoration: underline;
}
.our-doctors .card .card-body {
  padding: 0px;
}
.our-doctors .card .card-body .card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding-top: 12px;
  padding-bottom: 10px;
  color: var(--blue-primary-hover, #13418a);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px; /* 170% */
}
.our-doctors .card .card-body .card-text {
  color: var(--grey-color-1, #333);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px; /* 170% */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-doctors .card .card-footer {
  border: none;
  background: none;
  padding: 0px;
  color: var(--grey-color-1, #333);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px; /* 170% */
}
.our-doctors .row.position-relative {
  justify-content: center;
  align-items: center;
}

.see-more {
  border: none;
  cursor: pointer;
  display: flex;
  width: 200px;
  height: 56px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  background: var(--blue-primary, #154899);
  color: var(--text-white, #fff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.032px;
}

.see-more:hover {
  background: var(--blue-primary-hover, #13418a);
  color: var(--text-white, #cdcdcd);
}

.about-us {
  padding: 100px 0px;
  background: var(--black-white-white, #fcf9f7);
}
.about-us .stroke-text {
  color: var(--black-white-white, #fcf9f7);
}
.about-us .about-us-texts {
  padding: 36px 24px;
}
.about-us .card-title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 150% */
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
.about-us .card-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-align: left;
}
.about-us .card {
  border: none;
  background: none;
}
.about-us .card .card-body {
  justify-content: center;
  align-items: center;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.about-us .about-us-img {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  width: 100%;
  height: 100%;
}

.why-us {
  background: var(--blue-light-hover, #dce4f0);
}
.why-us .card .card-body {
  align-items: start;
}
.why-us .card .why-us-texts {
  padding: 60px 24px;
  border-radius: 6px;
  background: var(--grey-color-4, #fcf9f7);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.why-us .card .why-us-texts .stroke-text {
  transform: translate(0px, -50%);
  line-height: 144px;
  color: var(--blue-light-hover, #fcf9f7);
}
.why-us .card .why-us-texts .card-text {
  display: flex;
  flex-direction: column;
  color: var(--grey-color-1, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  gap: 6px;
}
.why-us .card .img-box {
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-us .card .why-us-img {
  width: 100%;
  height: 100%;
}

.appointment {
  padding: 100px 0px;
  background: var(--black-white-white, #fcf9f7);
}
.appointment .stroke-text {
  color: var(--black-white-white, #fcf9f7);
}
.appointment .appointment-col {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 40px;
}
.appointment .appointment-col .appointment-header .header-title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1; /* 150% */
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}
.appointment .appointment-col .appointment-header .header-desc {
  color: var(--grey-color-1, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  line-height: 1.3;
}
.appointment .appointment-col .form-section .appointment-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.appointment .appointment-col .form-section .appointment-form .form-control {
  padding: 6px;
  height: 50px;
  background: var(--black-white-white, #fcf9f7);
}
.appointment .appointment-col .form-section .appointment-form .text-area {
  height: 130px;
}
.appointment .appointment-col .form-section .appointment-form .form-control::-moz-placeholder {
  color: gray;
}
.appointment .appointment-col .form-section .appointment-form .form-control::placeholder {
  color: gray;
}
.appointment .appointment-col .form-section .appointment-form input.red-placeholder::-moz-placeholder {
  color: red;
}
.appointment .appointment-col .form-section .appointment-form input.red-placeholder::placeholder {
  color: red;
}
.appointment .appointment-col .form-section .form-img {
  height: 340px;
  width: 636px;
}

.client-says {
  background: url(/static/image/client-says-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.client-says .stroke-text {
  color: var(--blue-light-hover, #dce4f0);
}
.client-says .carousel-inner {
  width: 600px;
  margin: 0px auto;
}
.client-says .client-says-this {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.client-says .client-says-this .client-says-this-text {
  color: var(--grey-color-1, #333);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.client-says .client-says-this .card {
  border: none;
  background: none;
}
.client-says .client-says-this .card .img-box {
  display: flex;
  justify-content: end;
  align-items: center;
}
.client-says .client-says-this .card .card-img {
  height: 100px;
  width: 100px;
}
.client-says .client-says-this .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.client-says .client-says-this .card .card-body .card-title {
  color: var(--blue-primary, #154899);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px; /* 160% */
  margin: 0px;
}
.client-says .client-says-this .card .card-body .card-text {
  color: var(--grey-color-1, #333);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px; /* 160% */
}
.client-says .carousel-item.active {
  display: flex;
  justify-content: center;
}
.client-says .bi.bi-arrow-left::before,
.client-says .bi.bi-arrow-right::before {
  color: #000;
  font-size: 24px;
}

.social-media-section {
  padding: 100px 0px;
  background: var(--black-white-white, #fcf9f7);
  gap: 40px;
}
.social-media-section .social-media-header {
  color: var(--blue-primary-hover, #13418a);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 150% */
}

.footer {
  background: url(/static/image/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0px;
}
.footer .nav-item a:hover {
  text-decoration: underline !important;
}
.footer .title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  margin: 15px 12px !important;
}
.footer .nav .nav-item .nav-link {
  padding: 5px 24px;
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.footer .openings {
  margin-left: 0px;
}
.footer .openings .col.nav {
  padding: 0px;
  gap: 10px;
}
.footer .openings .opening-list {
  width: 100%;
  padding: 0px 12px;
  justify-content: space-between;
  border-bottom: 1px solid var(--blue-light-active, #b6c6df);
}
.footer .openings .opening-list .opening-days {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27.2px; /* 170% */
}
.footer .openings .opening-list .opening-hours {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px; /* 170% */
  padding-left: 15px;
}
.footer .box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0px 24px 5px 24px !important;
}
.footer .box ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer .box ul li a {
  color: var(--blue-primary-hover, #13418a);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px; /* 170% */
}
.footer .box ul li a:hover {
  text-decoration: none;
}

.hero {
  background: var(--black-white-white, #fcf9f7);
}
.hero .container {
  z-index: 3;
}
.hero .hero-texts {
  z-index: 2;
  width: auto;
}
.hero .hero-text {
  color: var(--blue-primary-hover, #13418a);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px; /* 150% */
}
@media (max-width: 768px) {
  .hero .hero-text {
    font-size: 50px;
  }
}

.services-page {
  background: var(--black-white-white, #fcf9f7);
  padding: 100px 0px;
}
.services-page .row.position-relative {
  justify-content: center;
  row-gap: 40px;
}
.services-page .row.position-relative .service-card {
  padding: 0px 20px;
}
.services-page .row.position-relative .services-header {
  display: flex;
  flex-direction: column;
}
.services-page .row.position-relative .services-header .header-title-small {
  color: var(--blue-primary, #154899);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  line-height: 1;
}
.services-page .row.position-relative .services-header .header-title {
  color: var(--blue-primary-hover, #13418a);
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 100% */
  padding-bottom: 20px;
}
.services-page .row.position-relative .services-header .services-desc {
  color: var(--grey-color-1, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  line-height: 1.2;
  overflow: hidden;
}
.services-page .row.position-relative .services-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  justify-content: center;
  /* Card Shadow */
  box-shadow: -1.5px 1.5px 4px 0px rgba(0, 0, 0, 0.4);
  padding: 12px;
}
.services-page .row.position-relative .services-box .services-box-texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services-page .row.position-relative .services-box .services-box-texts .services-box-texts-title {
  color: var(--blue-primary-hover, #13418a);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.services-page .row.position-relative .services-box .services-box-texts .services-box-texts-desc {
  color: var(--grey-color-1, #333);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services-page .row.position-relative .services-box .services-box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  margin: 0px auto;
}
.services-page .row.position-relative .services-box:hover .services-box-texts-title {
  text-decoration: underline;
}
.services-page .row.position-relative .boxes-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services-page .row.position-relative .big-teeth-img {
  height: 100%;
}

.dental-implant {
  padding: 100px 0px;
}
.dental-implant .card {
  border: none;
}
.dental-implant .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dental-implant .card .why-us-texts {
  text-align: start;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dental-implant .card .why-us-texts .card-title {
  text-align: start;
  color: var(--blue-primary-hover, #13418a);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 37.5px; /* 150% */
}
.dental-implant .card .why-us-texts .card-text {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.dental-implant .card .img-box {
  height: 275px;
  width: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: var(--gradient-blue, linear-gradient(180deg, #dce4f0 0%, #b6c6df 100%));
  /* Card Shadow */
  box-shadow: -1.5px 1.5px 4px 0px rgba(0, 0, 0, 0.4);
}
.dental-implant .card .img-box .about-us-img {
  width: 170px;
  height: 170px;
  mix-blend-mode: darken;
}

.route {
  background: var(--blue-light-hover, #dce4f0);
  position: sticky;
  top: 0px;
  z-index: 3;
}
.route .container {
  padding: 10px;
}
.route .container .row {
  width: 100%;
}
.route .container .col.d-flex {
  gap: 10px;
}
.route .container .route-home {
  text-decoration: none;
  color: var(--grey-500, #3c3c3c);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 150% */
}
.route .container .route-home:hover {
  text-decoration: underline;
}
.route .container .route-name {
  color: var(--blue-primary-hover, #13418a);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 150% */
}

.our-doctors-page {
  padding: 100px 0px;
  background: var(--black-white-white, #fcf9f7);
}
.our-doctors-page .stroke-text {
  color: var(--black-white-white, #fcf9f7);
}
.our-doctors-page .doctor-card {
  width: 90%;
}
.our-doctors-page .row.position-relative {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0px 70px;
}
.our-doctors-page .row.position-relative .services-header {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.our-doctors-page .row.position-relative .services-header .header-title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.our-doctors-page .row.position-relative .services-header .services-desc {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  line-height: 1.2;
  overflow: hidden;
}
.our-doctors-page .row.position-relative .card {
  overflow-x: hidden;
  border-radius: 6px;
  background: var(--blue-light-active, #b6c6df);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none;
}
.our-doctors-page .row.position-relative .card a:nth-child(2):hover .card-title {
  text-decoration: underline;
}
.our-doctors-page .row.position-relative .card .card-body:hover .card-title {
  text-decoration: underline;
}
.our-doctors-page .row.position-relative .card a:nth-child(2) {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.our-doctors-page .row.position-relative .card .card-body {
  padding: 0px;
}
.our-doctors-page .row.position-relative .card .card-body .card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding-top: 12px;
  padding-bottom: 10px;
  color: var(--blue-primary-hover, #13418a);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.2px; /* 170% */
}
.our-doctors-page .row.position-relative .card .card-body .card-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--grey-color-1, #333);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px; /* 170% */
  padding-bottom: 6px;
}
.our-doctors-page .row.position-relative .card .card-footer {
  border: none;
  background: none;
  padding: 0px;
  color: var(--grey-color-1, #333);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px; /* 170% */
}

.doctor-details .modal-dialog {
  --bs-modal-width: 700px;
}
.doctor-details .modal-dialog .modal-header {
  background: var(--gradient-blue, linear-gradient(180deg, #dce4f0 0%, #b6c6df 100%));
}
.doctor-details .modal-dialog .close-button {
  background: none;
  border: none;
}
.doctor-details .modal-dialog .modal-title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 150% */
}
.doctor-details .modal-dialog .modal-body {
  padding: 32px 20px 32px 20px;
  background: var(--blue-light-hover, #dce4f0);
}
.doctor-details .modal-dialog .modal-footer {
  background: var(--blue-light-active, #b6c6df);
  display: flex;
  justify-content: center;
}
.doctor-details .modal-dialog .modal-footer .stroke-button {
  border-radius: 6px;
  border: 1px solid var(--blue-primary, #154899);
  background: none;
  width: 200px;
  padding: 16px 0px;
  color: var(--blue-primary, #154899);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.032px;
  margin: 6px;
}
.doctor-details .modal-dialog .modal-footer .see-more {
  width: 200px;
  padding: 16px 0px;
  margin: 6px;
}
.doctor-details .modal-dialog form .form-control {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.doctor-details .modal-dialog form .form-control::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.doctor-details .modal-dialog form .form-control::placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.doctor-details .see-more {
  width: 250px;
}
.doctor-details .card-title-small {
  color: var(--grey-color-1, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.doctor-details .see-more a {
  color: var(--text-white, #fff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.032px;
}
.doctor-details .doctor-card .card-title {
  overflow: unset !important;
  white-space: unset !important;
}

.gallery {
  padding: 100px 0px;
  background: var(--black-white-white, #fcf9f7);
}
.gallery .stroke-text {
  color: var(--black-white-white, #fcf9f7);
}
.gallery .row.position-relative {
  row-gap: 40px;
}
.gallery .row.position-relative .services-header {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.gallery .row.position-relative .services-header .header-title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.gallery .row.position-relative .services-header .services-desc {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  line-height: 1.2;
  overflow: hidden;
}
.gallery .row.position-relative .card {
  overflow-x: hidden;
  border-radius: 6px;
  border: none;
  background: transparent;
}
.gallery .row.position-relative .card .card-body {
  padding: 0px;
}
.gallery .row.position-relative .card .card-body .card-title {
  margin: 0px;
  padding-top: 12px;
  padding-bottom: 10px;
  color: var(--grey-color-1, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.gallery .row.position-relative .card:hover .card-title {
  text-decoration: underline;
}

.office-meets {
  padding: 100px 0px;
}
.office-meets .row.text-center {
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* Styling for the modal */
}
.office-meets .row.text-center .services-header {
  display: flex;
  flex-direction: column;
}
.office-meets .row.text-center .services-header .header-title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.office-meets .row.text-center .services-header .services-desc {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  line-height: 1.2;
  overflow: hidden;
}
.office-meets .row.text-center .image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.office-meets .row.text-center .image-grid img {
  width: calc(33.33% - 10px);
  max-width: 100%;
  height: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
  transition: transform 0.2s ease; /* Add a hover effect */
}
.office-meets .row.text-center .image-grid img:hover {
  transform: scale(1.05); /* Enlarge the image on hover */
}
.office-meets .row.text-center .popup-image {
  width: calc(33.33% - 10px);
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
.office-meets .row.text-center .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.office-meets .row.text-center .modal-content {
  display: block;
  margin: auto auto;
}
.office-meets .row.text-center .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}

.contact-us-page {
  padding: 100px 0px;
  background: var(--black-white-white, #fcf9f7);
}
.contact-us-page .stroke-text {
  color: var(--black-white-white, #fcf9f7);
}
.contact-us-page .appointment-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-us-page .appointment-col .appointment-header {
  padding: 0px;
}
.contact-us-page .appointment-col .appointment-header .header-title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 150% */
}
.contact-us-page .appointment-col .form-section .appointment-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-us-page .appointment-col .form-section .appointment-form .form-control {
  padding: 6px;
  height: 50px;
  background: var(--black-white-white, #fcf9f7);
}
.contact-us-page .appointment-col .form-section .appointment-form .text-area {
  height: 130px;
}
.contact-us-page .appointment-col .form-section .appointment-form .form-control::-moz-placeholder {
  color: gray;
}
.contact-us-page .appointment-col .form-section .appointment-form .form-control::placeholder {
  color: gray;
}
.contact-us-page .appointment-col .form-section .card {
  width: 310px;
  border: none;
  border-radius: 6px 6px 0px 6px;
  background: var(--blue-light-active, #b6c6df);
  /* Card Shadow */
  box-shadow: -1.5px 1.5px 4px 0px rgba(0, 0, 0, 0.4);
}
.contact-us-page .appointment-col .form-section .card .card-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-us-page .appointment-col .form-section .card .card-body .card-title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 150% */
}
.contact-us-page .appointment-col .form-section .card .card-body .card-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-us-page .appointment-col .form-section .card .card-body .card-text a {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.contact-us-page .appointment-col .form-section .side-card {
  border-radius: 0px 0px 12px 0px;
  padding: 6px 12px;
  box-shadow: -1.5px 1.5px 4px 0px rgba(0, 0, 0, 0.4);
  gap: 6px;
  background: var(--gradient-blue, linear-gradient(180deg, #dce4f0 0%, #b6c6df 100%));
}
.contact-us-page .appointment-col .form-section .side-card a:hover {
  text-decoration: underline;
}

.embbed-map .map {
  border: none;
  height: 500px;
  width: 100%;
}

.blogs {
  padding: 100px 0px 0px 0px;
  background: var(--black-white-white, #fcf9f7);
}
.blogs .stroke-text {
  color: var(--black-white-white, #fcf9f7);
}
.blogs .all-blogs {
  margin: auto;
}
.blogs nav {
  padding-top: 80px;
}
.blogs nav ul {
  margin-bottom: 0px;
}
.blogs nav .pagination {
  --bs-pagination-border-width: 0px;
  --bs-pagination-color: var(--grey-color-2, #4d4d4d);
  --bs-pagination-disabled-color: var(--grey-color-2, #4d4d4d);
  --bs-pagination-font-size: 17px;
  --bs-pagination-font-weight: 400;
  --bs-pagination-hover-color: var(--blue-primary-hover, #13418a);
  --bs-pagination-link-color: var(--grey-color-2, #4d4d4d);
  --bs-pagination-bg: var(--black-white-white, #fcf9f7);
  --bs-pagination-border-radius: 0px;
}
.blogs nav .pagination .active-page {
  font-size: 25px;
  color: #0066ff;
}
.blogs nav .pagination .page-item {
  padding: 0px;
}
.blogs nav .pagination .page-item .page-link {
  padding: 4px 15px;
}
.blogs nav .pagination .page-item a {
  background: none;
  height: 100%;
  width: 100%;
}
.blogs nav .pagination .page-item .left-arrow,
.blogs nav .pagination .page-item .right-arrow {
  padding: 5px;
}
.blogs nav .pagination .page-item.disabled {
  background: var(--black-white-white, #fcf9f7);
}
.blogs nav .pagination .page-item.active a {
  color: var(--blue-primary-hover, #13418a);
}
.blogs .search-bar {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: start;
}
.blogs .search-bar .card {
  border: none;
  padding: 20px 0px;
  border-radius: 0px;
  border-bottom: 0.5px solid var(--grey-color-2, #4d4d4d);
  background: var(--black-white-white, #fcf9f7);
}
.blogs .search-bar .card .card-body {
  padding: 0px;
}
.blogs .search-bar .card .card-body .card-title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin: 0px;
  padding: 0px;
  margin-bottom: 8px;
}
.blogs .search-bar .card .card-body .date {
  color: var(--grey-color-1, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 10px;
}
.blogs .search-bar .card .card-body .card-text {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.blogs .search-bar ::-moz-placeholder {
  padding-left: 6px;
  color: var(--black-white-white, #cccccc);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.blogs .search-bar ::placeholder {
  padding-left: 6px;
  color: var(--black-white-white, #cccccc);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.blogs .search-bar .search-icon {
  position: absolute;
  top: 6px;
  left: 4px;
  opacity: 0.88;
  color: #000;
  z-index: 1;
}
.blogs .search-bar .search-input {
  background: var(--black-white-white, #fcf9f7);
  padding: 6px 12px;
  text-indent: 15px;
  border-radius: 12px;
  border: 1px solid var(--blue-primary, #154899);
}
.blogs .search-bar .btn.btn-outline-success {
  border-radius: 12px;
  border: 1px solid var(--blue-primary, #154899);
  width: 200px;
  color: var(--blue-primary, #154899);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.032px;
}
.blogs .search-bar .btn.btn-outline-success:hover {
  background-color: #dedede;
}
.blogs .row.service-top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blogs .row.service-top .services-header {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.blogs .row.service-top .services-header .header-title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.blogs .row.service-top .services-header .services-desc {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  line-height: 1.2;
  overflow: hidden;
}
.blogs .row.service-top a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.blogs .featured-blog {
  position: sticky;
  top: 150px;
  z-index: 1;
  border-radius: 6px;
}
.blogs .featured-blog .title {
  border-radius: 6px;
  background: var(--blue-primary, #154899);
  padding: 10px 24px;
  color: #fff;
  text-align: start;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.blogs .featured-blog .blog-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 24px;
}
.blogs .featured-blog .blog-list .blog-list-line {
  text-align: start;
}
.blogs .featured-blog .blog-list .blog-list-line a {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.blogs .featured-blog .blog-list .blog-list-line a:hover {
  -webkit-text-decoration: 1px solid var(--blue-primary-hover, #13418a);
          text-decoration: 1px solid var(--blue-primary-hover, #13418a);
}

.blog-detail {
  padding: 100px 0px 100px 0px;
  background: #fff;
}
.blog-detail .card {
  border: none;
  text-align: start;
  border-radius: 0px;
  background: none;
}
.blog-detail .card .card-body {
  padding: 0px;
}
.blog-detail .card .card-body .card-title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
  margin-bottom: 8px;
  margin-top: 20px;
}
.blog-detail .card .card-body .author {
  color: var(--blue-primary-hover, #13418a);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.blog-detail .card .card-body .date {
  color: var(--grey-color-1, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.blog-detail .card .card-body .views {
  color: var(--grey-color-1, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  align-self: stretch;
  padding-bottom: 10px;
}
.blog-detail .card .card-body .card-text {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-right: 100px;
}
.blog-detail .featured-blog {
  position: sticky;
  top: 150px;
  z-index: 1;
  border-radius: 6px;
}
.blog-detail .featured-blog .title {
  border-radius: 6px;
  background: var(--blue-primary, #154899);
  padding: 10px 24px;
  color: #fff;
  text-align: start;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}
.blog-detail .featured-blog .blog-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 24px;
}
.blog-detail .featured-blog .blog-list .blog-list-line {
  text-align: start;
}
.blog-detail .featured-blog .blog-list .blog-list-line a {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.blog-detail .featured-blog .blog-list .blog-list-line a:hover {
  -webkit-text-decoration: 1px solid var(--blue-primary-hover, #13418a);
          text-decoration: 1px solid var(--blue-primary-hover, #13418a);
}

.patient-education {
  padding: 100px 0px;
  background: var(--black-white-white, #fcf9f7);
}
.patient-education .patient-card {
  height: 400px;
  padding: 0px 1.5rem;
}
.patient-education .patient-card .patient-img {
  width: 100%;
  height: 300px;
}
.patient-education .stroke-text {
  color: var(--black-white-white, #fcf9f7);
}
.patient-education .row.position-relative {
  row-gap: 40px;
}
.patient-education .row.position-relative .services-header {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.patient-education .row.position-relative .services-header .header-title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.patient-education .row.position-relative .services-header .services-desc {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  line-height: 1.2;
  overflow: hidden;
}
.patient-education .row.position-relative a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.patient-education .row.position-relative .card {
  overflow-x: hidden;
  border: none;
  border-radius: 6px;
  background: var(--blue-light-active, #b6c6df);
  /* Card Shadow */
  box-shadow: -1.5px 1.5px 4px 0px rgba(0, 0, 0, 0.4);
  height: 100%;
}
.patient-education .row.position-relative .card .card-body {
  padding: 0px;
}
.patient-education .row.position-relative .card .card-body .card-title {
  color: var(--blue-primary-hover, #13418a);
  text-align: start;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 37.5px; /* 150% */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0px 10px;
}
.patient-education .row.position-relative .card img {
  width: 410px;
  -o-object-fit: cover;
     object-fit: cover;
}

.patient-education-detail {
  padding: 100px 0px;
}
.patient-education-detail .services-header {
  display: flex;
  flex-direction: column;
}
.patient-education-detail .services-header .header-title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 150% */
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
.patient-education-detail .services-header .services-desc {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  line-height: 2;
}
.patient-education-detail .card-title-small {
  color: var(--grey-color-1, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.patient-education-detail .card {
  overflow-x: hidden;
  border: none;
  border-radius: 6px;
  text-align: start;
}
.patient-education-detail .card .card-body {
  padding: 0px;
}
.patient-education-detail .card .card-body .card-title {
  color: var(--blue-primary-hover, #13418a);
  text-align: start;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 37.5px; /* 150% */
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.patient-education-detail .card .card-body .card-text {
  color: var(--grey-color-1, #333);
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.patient-education-detail .card img {
  width: 410px;
  -o-object-fit: cover;
     object-fit: cover;
}

.price-list {
  background: var(--black-white-white, #fcf9f7);
  padding: 100px 0px;
}
.price-list .row.position-relative {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.price-list .row.position-relative .stroke-text {
  color: var(--black-white-white, #fcf9f7);
}
.price-list .row.position-relative .services-header {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.price-list .row.position-relative .services-header .header-title {
  color: var(--blue-primary-hover, #13418a);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.price-list .row.position-relative .services-header .services-desc {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  line-height: 1.2;
  overflow: hidden;
}
.price-list .row.position-relative a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.price-list table {
  --bs-table-bg: transparent;
}
.price-list table th {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
@media all and (max-width: 768px) {
  .price-list table th {
    font-size: 14px;
  }
}
.price-list table td {
  color: var(--grey-color-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
@media all and (max-width: 768px) {
  .price-list table td {
    font-size: 14px;
  }
}
.price-list .bold-blue {
  text-align: center;
  color: var(--blue-primary-hover, #13418a);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 37.5px; /* 150% */
}
@media all and (max-width: 768px) {
  .price-list .bold-blue {
    font-size: 16px;
  }
}

.sunday-friday {
  display: flex;
}

.mobile-carousel {
  display: none !important;
}

.desktop-carousel {
  display: none !important;
}

@media all and (min-width: 600px) {
  .desktop-carousel {
    display: block !important;
  }
  .hero-texts {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media all and (max-width: 1400px) {
  .patient-img {
    width: 100%;
    height: 217px !important;
  }
  .patient-education .patient-card {
    height: 310px;
  }
  .services .row.position-relative .services-box,
  .services .appointment-col .services-box {
    display: flex;
    flex-direction: column !important;
    align-items: center;
  }
  .services .row.position-relative .services-box .services-box-texts,
  .services .appointment-col .services-box .services-box-texts {
    margin: auto auto;
  }
  .service-row-mobile {
    align-items: center;
    justify-content: center;
  }
  .contact-nos {
    display: flex;
    flex-direction: column;
  }
  .contact-nos :nth-child(2) {
    margin-left: 24px;
  }
  .appointment .appointment-col .form-section .form-img {
    display: none;
  }
  .why-us .row .img-box {
    padding-left: 40px;
  }
}
@media all and (max-width: 1200px) {
  .sunday-friday {
    display: flex;
    flex-direction: column;
  }
}
@media all and (max-width: 992px) {
  .dental-implant .card .img-box {
    width: unset;
  }
  .middle-teeth {
    display: none;
  }
  .services .row.position-relative .right-services {
    display: none;
  }
  .stroke-text {
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .blogs {
    padding: 50px 0px;
  }
  .blogs .featured-blog {
    display: none;
  }
  .blogs nav {
    display: none;
  }
  .price-list {
    padding: 50px 0px;
  }
  .patient-education {
    padding: 50px 0px;
  }
  .office-meets {
    padding: 50px 0px;
  }
  .doctor-details .see-more {
    width: 210px;
  }
  .dental-implant .card .why-us-texts {
    margin-bottom: 24px;
  }
  .dental-implant {
    padding: 50px 0px;
  }
  .patient-education-detail .card .row {
    flex-direction: column-reverse;
  }
  .patient-education-detail .card .row .image-card {
    margin-bottom: 24px !important;
  }
  .patient-education-detail {
    padding: 50px 0px;
  }
  .why-us .row .img-box {
    display: none;
  }
  .about-us .about-us-img {
    height: 60%;
  }
  .footer .box {
    padding: 0px 12px;
  }
  .footer .row {
    row-gap: 40px;
  }
  .footer .sunday-friday {
    display: flex;
    flex-direction: row;
  }
  .contact-nos {
    display: flex;
    flex-direction: row;
  }
  .contact-nos :nth-child(2) {
    margin-left: 0px;
  }
  .footer .container {
    margin: 0px auto;
    width: 100%;
  }
  .contact-us-page {
    padding: 50px 0px;
  }
  .contact-us-page .see-more {
    margin-bottom: 20px;
  }
  .blogs .featured-blog {
    margin-top: 20px;
    position: block;
    border-radius: 6px;
  }
  .blogs .search-bar {
    gap: 20px;
  }
}
@media all and (max-width: 768px) {
  #header .logo {
    height: 80px;
    width: 80px;
  }
  .hero-texts {
    padding-right: 60px;
  }
  .hero-texts .hero-text {
    line-height: 1.27;
  }
  .about-us .about-us-img {
    height: 100%;
  }
  .footer .row {
    row-gap: 0px;
  }
  .blogs nav {
    padding-top: 40px;
  }
  .blogs .search-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .blogs .search-form .me-2 {
    margin: 0px;
    width: 100%;
  }
  .blogs .search-form .search-input {
    width: 100%;
  }
  .services-page {
    padding: 50px 0px;
  }
  .sunday-friday {
    display: flex;
    flex-direction: row;
  }
  .about-us {
    padding: 0px 0px 40px 0px;
  }
  .about-us.why-us {
    padding: 100px 0px 100px 0px;
  }
  .why-us .card .img-box {
    display: none;
  }
  .footer .title {
    margin-top: 30px;
  }
  .contact-nos {
    display: flex;
    flex-direction: row;
  }
  .client-says .carousel-inner {
    width: 100% !important;
  }
  .client-says .client-says-this .card .img-box {
    justify-content: center;
  }
  .client-says .client-says-this .card .card-body {
    align-items: center;
  }
  .about-us .about-us-texts {
    margin-top: 40px;
  }
  .why-us .card .why-us-texts {
    text-align: center;
  }
  .why-us .card .card-body {
    align-items: center;
  }
  .why-us .card .why-us-texts .stroke-text {
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .service-row-mobile {
    width: 100%;
    padding: 0px 20px;
    margin: auto;
  }
  .social-media-section .d-flex.flex-column.justify-content-center.align-items-center .row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer .container .row .box {
    align-items: start;
    text-align: start;
  }
  .footer .openings .opening-list {
    justify-content: space-between;
  }
  .box-2 {
    padding-left: 12px !important;
  }
  .footer .openings .opening-list .opening-hours {
    padding: 0px 12px;
  }
}
@media all and (max-width: 600px) {
  .contact-us-page .appointment-col .appointment-header .header-title {
    font-size: 30px;
  }
  .contact-us-page .appointment-col .form-section .card .card-body .card-title {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .footer {
    padding: 40px 0px;
  }
  .logo {
    height: 100px;
    width: 100px;
  }
  .gallery .row.position-relative {
    margin: 0px;
  }
  .our-doctors-page .row.position-relative {
    margin: 0px 24px;
  }
  .services-page .row.position-relative .service-card {
    padding: 0px 5%;
  }
  .services-page .row.position-relative .services-header .header-title {
    font-size: 64px;
  }
  .stroke-text {
    font-size: 64px !important;
  }
  .mobile-carousel {
    display: block !important;
  }
  .desktop-carousel {
    display: none !important;
  }
  .hero .hero-texts {
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 50px;
    width: 100%;
  }
  .hero .hero-texts .hero-text {
    line-height: 1.4;
  }
}
@media all and (max-width: 600px) and (max-width: 600px) {
  .hero .hero-texts {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media all and (max-width: 600px) {
  .client-says .carousel-inner {
    width: 100%;
  }
  .client-says .client-says-this .card .img-box {
    justify-content: center;
  }
  .client-says .client-says-this .card .card-body {
    align-items: center;
  }
  .why-us .card .why-us-texts .stroke-text {
    transform: translate(50%, -50%);
  }
  .why-us .card .img-box {
    display: none;
  }
  .appointment .appointment-col .appointment-header .header-title {
    font-size: 35px;
  }
  .slick-prev {
    display: none !important;
  }
  .slick-next {
    display: none !important;
  }
}
@media all and (max-width: 420px) {
  .stroke-text {
    font-size: 50px !important;
  }
}
@media all and (max-width: 333px) {
  .stroke-text {
    font-size: 50px !important;
  }
  .social-media-section .d-flex.flex-column.justify-content-center.align-items-center .row .social-media-box {
    width: 250px;
  }
  .contact-nos {
    display: flex;
    flex-direction: column;
  }
}
@keyframes marquee {
  0% {
    text-indent: 100%;
  }
  100% {
    text-indent: -100%;
  }
}
.marquee {
  white-space: nowrap;
  overflow: hidden;
  animation: marquee 5s linear infinite;
}

.slick-track {
  display: flex;
  height: 100%;
}

.slick-slide {
  height: unset;
}

.search-input {
  background-image: url("/static/image/search-icon.png") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 25px !important;
  background-color: #fff !important;
  background-position-x: 97% !important;
  padding-right: 30px; /* adjust this value based on the size of your icon */
}

@media all and (max-width: 321px) {
  .hero .hero-texts {
    bottom: -10px;
  }
}

@media all and (max-width: 992px) {
  .hero,
  .route {
    padding-top: 100px;
  }
  .our-doctors-page,
  .services-page,
  .price-list,
  .patient-education,
  .blogs,
  .gallery {
    padding-top: 200px;
  }
  .contact-us-page {
    padding-top: 150px;
  }
}
@media all and (max-width: 768px) {
  .hero,
  .route {
    padding-top: 60px;
  }
  .our-doctors-page,
  .services-page,
  .price-list,
  .patient-education,
  .blogs,
  .gallery {
    padding-top: 160px;
  }
  .contact-us-page {
    padding-top: 100px;
  }
}
.embedded-map iframe {
  width: 100%;
  height: 500px;
}/*# sourceMappingURL=style.css.map */