/*

Theme Name: Twenty Twenty-Five Child

Theme URI:  https://example.com/twenty-twenty-five-child

Description: Twenty Twenty-Five Child Theme

Author: Your Name

Author URI: https://example.com

Template: twentytwentyfive

Version: 1.0.0

Text Domain: twentytwentyfive-child

*/



/* Add your custom CSS below */

@font-face {
  font-family: 'RecoletaAltBold';
  src: url('/wp-content/themes/twentytwentyfive-child/fonts/fonnts.com-recoletaalt-bold.otf') format('opentype');
}

body {
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

html,
body {

  overflow-x: hidden;

}

a {
  text-decoration: none !important;
}

button:focus,
button:a {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

p {
  color: #495057;
}

ul {
  padding: 0 !important;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.cmn-btn {
  color: #fff;
  background-color: #004969;
  padding: 13px 20px;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
  border: none;
}

.cmn-btn:focus {
  box-shadow: none;
}

.cmn-btn:hover {
  color: #fff;
  background-color: #013b54;
}

.heading h2 {
  color: #004969;
  font-size: 45px;
  font-weight: 800;
  line-height: 53px;
  margin-bottom: 15px;
  font-family: 'RecoletaAltBold', serif;
}

.heading h2 span {
  color: #f09a89;
}

.heading h2 strong {
  font-family: 'FontAwesome';
}

.heading hr {
  background-color: #004969;
  opacity: 1;
  width: 100px;
  margin: 8px auto 15px;
  height: 1.8px;
}

.heading p {
  color: #495057;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.heading p span {
  font-weight: 700;
}

li {
  list-style: none;
}


/* ========== Header ========== */

.header-area {
  padding: 20px 0;
}

.header-area.fixed {
  position: fixed;
  width: 100%;
  animation: slideDown 0.35s ease-out;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  z-index: 999;
}


@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}


.head-menu ul {
  display: flex;
  align-items: center;
  margin: 0;
}

.head-menu .nav-item a {
  padding: 10px 12px;
  color: #000000d4;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
}

.head-menu .nav-item a:hover {
  color: #004969;
}

/* .head-menu .nav-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 2px;
  background: #000;
  transition: all 0.3s ease;
  border-radius: 2px;
  transform: translate(115%, 50%);
}

.head-menu .nav-item a:hover::after,
.head-menu .nav-item a.active::after {
  width: 30%;
} */


.head-menu .cnt-info a {
  color: #000000d4;
  padding: 0 20px 0 10px;
  font-weight: 600;
}

.head-menu .cnt-info a:hover {
  color: #004969;
}

.head-menu .cnt-info a i {
  color: #fff;
  background-color: #004969;
  padding: 10px;
  font-size: 13px;
  border-radius: 50%;
  margin-right: 5px;
}

.menu-humburger button {
  background-color: transparent;
  border: none;
  padding: 0px 20px;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}

.menu-humburger button i {
  font-size: 26px;
  margin-right: 10px;
  width: 20px;
}

.humburgerbtn .fa-solid.fa-xmark {
  display: none;
  color: #000;
}

.humburgerbtn.humbtnopen .fa-solid.fa-xmark {
  display: block;
  position: absolute;
  top: -2px;
  right: 20px;
  z-index: 9999;
}

.humburgerbtn.humbtnopen .fa-solid.fa-bars {
  display: none;
}

.menu-humburger {
  position: absolute;
  right: 0;
}

.menu-megamenu {
  display: none;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  animation: slideleft 0.35s ease-out;
}

@keyframes slideleft {
  from {
    transform: translatex(100%);
  }

  to {
    transform: translatex(0);
  }
}

.header-area.fixed .menu-megamenu.menu-megamenu-open {
  top: 0;
}

.menu-megamenu.menu-megamenu-open {
  display: block;
}

.menu-megamenu .logo-area {
  padding: 20px 10px;
  background-color: #e5e7eb;
  margin-bottom: 15px;
}

.floating_btn {
  position: fixed;
  bottom: -2px;
  z-index: 999;
  margin-bottom: 0;
  width: 50%;
  color: #fff !important;
}

.floating_btn_mob .cmn-btn {
  padding: 12px 10px 12px 10px !important;
  right: 0;
  text-align: center;
  border-radius: 0px;
}

.floating_btn_mob .call-now-strip {
  padding: 12px 10px 12px 10px !important;
  left: 0;
  text-align: center;
  border-radius: 0px;
  background-color: #f09a89;
}

.floating_btn_mob .call-now-strip i {
  padding-right: 10px;
}

.head-menu .nav-item.dropdown .nav-link:after {
  margin-left: 10px;
  font-family: "FontAwesome";
  content: "\f078";
  border: none;
  vertical-align: unset;
}

.head-menu .nav-item.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  border: none;
  padding: 0;
  min-width: 220px;
  z-index: 999;
  box-shadow: 0px -13px 10px 5px #aeadad17;
}

.head-menu .nav-item.dropdown .dropdown-menu .dropdown-item.active,
.head-menu .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  background-color: #e9ecef;
}

.head-menu .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-nav .dropdown {
  position: relative;
}



/* ========== Header End ========== */



/* ========== Banner ========== */

.banner-area {
  padding: 200px 0;
  background-image: url(/wp-content/themes/twentytwentyfive-child/images/about-us-bnr-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

.banner-cnt .heading h2 {
  color: #fff;
}

.banner-cnt .heading h4 {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.5px;
  font-family: 'RecoletaAltBold', serif;
}

.banner-cnt .heading h4 strong {
  font-family: 'FontAwesome';
}

.bred-strip ul li {
  color: #fff;
}

.bred-strip .spacer {
  font-size: 0.8rem;
  padding: 0 10px;
}

.bred-strip ul li a {
  color: #ffffff;
}

.bred-strip .pagination {
  align-items: center;
  justify-content: center;
}

/* ========== Banner End ========== */

/* ========== Home Page ========== */


.homer-bnr-inr {
  position: relative;
  padding: 130px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
}

.home-bnr-1 {
  background-image: url(/wp-content/themes/twentytwentyfive-child/images/home-banner-bg-1.jpg);
}

.home-bnr-2 {
  background-image: url(/wp-content/themes/twentytwentyfive-child/images/home-banner-bg-2.jpg);
}

.home-bnr-3 {
  background-image: url(/wp-content/themes/twentytwentyfive-child/images/home-banner-bg-3.jpg);
}

.home-bnr-4 {
  background-image: url(/wp-content/uploads/2026/02/Home-Page-Banner09.jpg);
}

.homer-bnr-inr .banner-cnt {
  padding-left: 50px;
}

.banner-rating-area img {
  width: 240px !important;
}

.banner-cnt-btn button.bnr-btn {
  background-color: #fff;
  color: #000000 !important;
  border: none;
  padding: 10px 30px;
  border-radius: 7px;
  margin: 20px 15px 0 0;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.4s ease;
}

.banner-cnt-btn button.bnr-btn:hover {
  background-color: #d4e3f6;
  color: #004969;
  transform: scale(1.02);
}

.banner-rating-area {
  padding: 40px 0 0 50px;
}

.homer-banner-slide .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -100%);
}


.homer-banner-slide .owl-nav button.owl-prev {
  left: 50px;
}

.homer-banner-slide .owl-nav button.owl-next {
  right: 20px;
}


.homer-banner-slide .owl-nav button.owl-next,
.homer-banner-slide .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 30px !important;
  line-height: 42px !important;
  color: #fff !important;
  box-shadow: 0px 0px 0px #eee;
  z-index: 9;
  transition: all 0.4s ease;
}

.homer-banner-slide .owl-nav button.owl-next:hover,
.homer-banner-slide .owl-nav button.owl-prev:hover {
  color: #b5d1de !important;
}

.home-counter-inr .count-up p {
  text-align: center;
}

.home-counter-area {
  background-color: #f5f9ff;
  padding: 30px 40px;
  margin: 0 50px;
  border-radius: 20px;
  box-shadow: 0 6px 7px rgb(115 119 121 / 30%);
  margin-top: -90px;
  position: relative;
  z-index: 99;
}

.home-counter-inr {
  border-right: 1px solid #d8d8d8;
}

.home-counter-inr.lst-home-counter-inr {
  border: none;
}

.home-counter-area .count-up h2 {
  font-size: 45px;
}

.home-counter-area .count-up span {
  font-size: 45px;
}

.our-experts {
  position: relative;
}

.our-experts-slide .our-experts-inr {
  transition: all 0.4s ease;
  padding-top: 20px;
}

.our-experts-img img {
  border-radius: 20px;
  transition: all 0.4s ease;
}

.our-experts-slide .our-experts-img img {
  height: 100%;
  max-height: 340px;
  object-fit: cover;
  object-position: top;
}

.our-experts-slide .owl-item.is-active .our-experts-img img {
  transform: translateY(-10px);
}

.our-experts-cnt {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .4s ease, transform .4s ease;
  margin-top: 15px;
}

.our-experts-slide .owl-item.is-active .our-experts-cnt {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
  margin-top: 10px;
}


.our-experts-cnt .experts-title {
  width: 270px;
  text-align: left;
}

.our-experts-cnt .expert-disk {
  width: 600px;
  padding-left: 20px;
  text-align: left;
}

.our-experts-cnt h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 3px;
}


.our-experts-cnt .experts-title P {
  font-size: 15px;
}

.our-experts-cnt p {
  font-size: 15px;
  color: #666;
  margin: 0;
}


.our-experts-slide .owl-nav button {
  position: absolute;
  top: 43%;
  right: -60px;
  transform: translate(-50%, -100%);
}


.our-experts-slide .owl-nav button.owl-prev {
  display: none;
}

.our-experts-slide .owl-nav button.owl-next,
.our-experts-slide .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 30px !important;
  line-height: 42px !important;
  color: #363636 !important;
  box-shadow: 0px 0px 0px #eee;
  z-index: 9;
}

.our-experts-slide .owl-nav button.owl-next:hover,
.our-experts-slide .owl-nav button.owl-prev:hover {
  color: #004969;
}

.main-our-service {
  padding: 30px 0 60px;
}

.main-our-service-inr {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background-color: #fff;
  left: 80px;
}

.main-our-service-inr::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -40px;
  width: 90%;
  height: 90%;
  background: url("/wp-content/themes/twentytwentyfive-child/images/dental-services-bg-1.png") right center no-repeat;
  background-position: 0% 50%;
  background-size: cover;
  z-index: 0;
}

.main-our-service-inr .item {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);
  padding: 20px;
  transition: all 0.3s ease;
  width: 230px;
  margin: 0 10px;
}

.main-our-service-cnt {
  padding: 40px 20px 30px 80px;
  background-color: #f5f9ff;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.main-our-service-inr-cnt h4 {
  color: #f09a89;
  font-size: 18px;
  font-weight: 600;
}

.main-our-service-inr-cnt p {
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-our-service-inr .main-our-service-inr-cnt img {
  background-image: url(/wp-content/themes/twentytwentyfive-child/images/dental-img-bg.png);
  background-position: 50% -10%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 80px !important;
  padding: 20px;
}

.main-our-service .service-cnt-btn .cmn-btn {
  padding: 8px 25px;
  font-weight: 500;
  font-size: 14px;
}

.main-our-service .service-cnt-btn {
  margin: 20px 0;
}

.main-our-service-slide .owl-nav {
  margin: 15px 0 0 10px;
  position: absolute;
}

.main-our-service-slide .owl-nav button.owl-next,
.main-our-service-slide .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 25px !important;
  line-height: 42px !important;
  color: #363636 !important;
  box-shadow: 0px 0px 0px #eee;
  transition: all 0.3s ease;
}

.main-our-service-slide .owl-nav button.owl-next:hover,
.main-our-service-slide .owl-nav button.owl-prev:hover {
  color: #f09a89 !important;
}

/* ========== Home Page End ========== */


/* ========== Service Inner Page Banner ========== */

.service-inr-banner {
  padding: 50px 0;
  background-position: 50% 30%;
}

/* ========== Service Inner Page Banner End ========== */


/* ========== About Us End ========== */

.about-us {
  padding: 80px 0 40px;
}

.about-us .col-lg-5 {
  width: 38%;
}

.about-btn {
  margin-top: 30px;
}

.about-btn .cmn-btn {
  padding: 10px 30px;
}

.about-us-inr .count-up {
  background-color: #e3f7ff;
  border-radius: 15px;
  padding: 10px 40px 20px;
  display: inline-block;
}

.video-ply-btn {
  margin-bottom: 50px;
}

.video-ply-btn a {
  color: #495057 !important;
  font-weight: 700;
  padding: 10px 15px 10px 35px;
  border: 1px solid #495057;
  border-radius: 50px;
  position: relative;
  margin-left: 15px;
}

.video-ply-btn a i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  color: #fff;
  background-color: #004969;
  padding: 15px 17px 15px 21px;
  border-radius: 50%;
  font-size: 28px;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}

.video-ply-btn a i:hover {
  background-color: #013b54;
}

.aaid-logo img {
  background-color: #fff;
  padding: 15px 30px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  width: 220px;
}

.count-up h2 {
  color: #004969;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}

.count-up span {
  color: #004969;
  font-size: 36px;
  font-weight: 900;
  padding-left: 5px;
}

.count-up p {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.about-us-count-area {
  position: absolute;
  top: 50%;
  right: -120px;
  transform: translate(-50%, -50%);
}

.about-us-img img {
  width: 355px;
  height: 430px;
  object-fit: cover;
  border-radius: 20px;
}

.about-us-count-area .count-up {
  background-color: #004969;
  padding: 10px 35px;
  margin: 20px 0;
  border-radius: 20px;
}

.about-us-count-area .count-up .count-up-inr {
  justify-content: center;
}

.about-us-count-area .count-up h2 {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
}

.about-us-count-area .count-up span {
  color: #fff;
  line-height: 35px;
}

.about-us-count-area .count-up p {
  color: #fff;
  text-align: center;
}

.about-us-pop-up .modal-dialog {
  transform: none;
  position: absolute;
  top: 40%;
  left: 46%;
  transform: translate(-50%, -50%) !important;
}

.about-us-pop-up .modal-content {
  width: 635px;
}

.modal-content button {
  border: none;
  background: #004969;
  position: absolute;
  top: -15px;
  right: -17px;
  color: #fff;
  font-size: 22px;
  line-height: 21px;
  border-radius: 50%;
  padding: 6px 10px;
  z-index: 99;
}

.about-us-pop-up iframe {
  width: 600px;
  height: 350px;
  border-radius: 20px;
  position: relative;
  z-index: 9;
}


/* ========== About Us ========== */



/* ========== How Differant ========== */

.how-different-area {
  padding: 60px 0 0;
}

.how-diff-cnt ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.how-diff-cnt ul li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  background-color: #e57373;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.how-diff-img img {
  width: 500px;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
}


/* ========== How Differant End ========== */

/* ========== clinic Photo ========== */


.clinic-img-area {
  padding: 60px 0 40px;
}

.clinic-img-area .heading p img {
  padding: 0px 8px 10px;
}

.clinic-img-tab ul {
  justify-content: center;
  border: none;
  margin: 20px 0 50px;
}

.clinic-img-tab .nav-tabs .nav-link {
  color: #495057;
  font-size: 19px;
  font-weight: 700;
  border: 1px solid #000;
  padding: 10px 40px;
  margin: 0 15px;
  border-radius: 50px;
  transition: all 0.5s;
}

.clinic-img-tab .nav-tabs .nav-link:hover,
.clinic-img-tab .nav-tabs .nav-link.active {
  background-color: #d4e3f6;
  border: 1px solid #d4e3f6;
}

.clinic-ing-slide .owl-item .item {
  transform: translate3d(0, 0, 0);
  margin: 50px 0;
  border: 15px solid #004969;
  border-right: 0;
}


.clinic-ing-slide .owl-item .item img {
  height: 320px;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.clinic-ing-slide .owl-item .item .clinic-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #62c3ed40;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.clinic-ing-slide .owl-item.center .item .clinic-image::after {
  opacity: 0;
}

.clinic-ing-slide .owl-item.center .item img {
  transform: scale(1.4);
}

.clinic-ing-slide .owl-item.center {
  z-index: 99;
}

.clinic-img-area .owl-nav {
  text-align: center;
  display: block !important;
}

.clinic-img-area .owl-carousel .owl-nav button.owl-next,
.clinic-img-area .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin: 40px 10px 0px;
  font-size: 25px;
  line-height: 42px;
  color: #000;
  background-color: #fff;
  box-shadow: 0px 0px 0px #eee;
}

.clinic-img-area .owl-carousel .owl-nav button.owl-next:hover,
.clinic-img-area .owl-carousel .owl-nav button.owl-prev:hover {
  color: #004969;
}

.gallery-area {
  padding: 0 0 80px;
}

.gallery-cnt {
  padding: 0 50px;
}

.mid-galry-icon {
  border: 1px solid #495057;
  border-top: 0;
  border-bottom: 0;
  transition: all 0.5s;
}

.gallery-area .owl-item.center .item .galry-icon {
  border: 1px solid #495057;
  border-top: 0;
  border-bottom: 0;
}

.galry-icon {
  margin: 25px 0 40px;
}

.galry-icon img {
  width: 100px;
  height: 120px;
  object-fit: contain;
  margin: 10px 0;
}

.gallery-inr h4 {
  color: #004969;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.gallery-inr h4 span {
  color: #f09a89;
}

.gallery-inr p {
  font-size: 15px;
}

.gallery-inr button {
  border: none;
  padding: 10px 30px;
  font-size: 14px;
}



/* ========== clinic Photo End ========== */


/* ========== Our Service ========== */

.our-service {
  padding: 60px 0;
  position: relative;
}

.our-service .heading p {
  letter-spacing: 0;
  font-weight: 500;
}

.service-img img {
  height: 420px;
  object-fit: contain;
}

.service-inr {
  padding-right: 100px;
}

.service-inr h2 {
  color: #004969;
  font-size: 40px;
  font-weight: 700;
}

.service-inr-btn {
  margin-top: 30px;
}

.service-inr-btn .cmn-btn {
  padding: 13px 30px;
}

.our-service .our-service-bx {
  padding-top: 20px;
}

.our-service .service-bx-img img {
  height: 100px;
  width: 100px;
  background-color: #d4e3f6;
  padding: 15px;
  object-fit: contain;
  border-radius: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}


.our-service .service-bx-cnt p {
  margin: 0;
  font-size: 17px;
  color: #004969;
  font-weight: 600;
  line-height: 21px;
  padding-left: 10px;
  cursor: pointer;
}

.our-service .service-thumb {
  transition: all 0.5s ease;
  transform: scale(1);
}

.our-service .service-thumb.active {
  transform: scale(1.1);
}

.our-service .service-thumb:hover {
  transform: scale(1.1);
}

.our-service .our-service-slide .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.our-service .our-service-slide .owl-nav button.owl-prev {
  left: -30px;
}

.our-service .our-service-slide .owl-nav button.owl-next {
  right: -60px;
}


.our-service .our-service-slide .owl-nav button.owl-next,
.our-service .our-service-slide .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 30px !important;
  line-height: 42px !important;
  color: #363636 !important;
  box-shadow: 0px 0px 0px #eee;
}

.our-service .our-service-slide .owl-nav button.owl-next:hover,
.our-service .our-service-slide .owl-nav button.owl-prev:hover {
  color: #004969 !important;
}


/* ========== Our Service End ========== */



/* ========== Patients Speak ========== */

.Patients-speak {
  padding: 60px 0 130px;
  background-image: url(/wp-content/themes/twentytwentyfive-child/images/testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

.Patients-speak .heading {
  margin-bottom: 10px;
}

.Patients-speak .heading p {
  display: inline-flex;
  align-items: center;
}

.Patients-inr-bx {
  background-color: #fff;
  display: grid;
  grid-template-columns: 3fr 9fr;
  align-items: center;
  padding: 25px;
  border-radius: 10px;
  gap: 0;
}

.Patients-img img {
  width: 350px !important;
  height: 170px;
  object-fit: cover;
  border-radius: 10px;
}

.Patients-inr-bx .Patients-img {
  margin-right: 30px;
}

.Patients-inr-bx .Patients-inr h2 {
  font-size: 21px;
  font-weight: 700;
}

.Patients-inr-bx .Patients-inr p {
  font-size: 15px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Patients-inr-btn .cmn-btn {
  margin-right: 10px;
  padding: 7px 25px;
  font-size: 15px;
}

.Patients-bx-cnt {
  cursor: pointer;
}

.Patients-bx-img {
  background-color: #fff;
  padding: 7px;
  border-radius: 10px;
}

.Patients-bx-img img {
  width: 300px !important;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.5s ease;
  transform: scale(1);
}

.Patients-speak .patient-thumb {
  transition: all 0.5s ease;
  transform: scale(1);
  padding: 30px 0;
  margin-left: 5px;
  margin-right: 5px;
}

.Patients-speak .patient-thumb.active {
  transform: scale(1.04);
}

.Patients-speak .patient-thumb:hover {
  transform: scale(1.04);
}

.Patients-speak .Patients-speak-nav {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 40px;
}

.Patients-speak .Patients-speak-nav button {
  background-color: transparent;
  border: none;
}

.Patients-speak .Patients-speak-nav button.nav-next,
.Patients-speak .Patients-speak-nav button.nav-prev {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 30px !important;
  line-height: 42px !important;
  color: #363636 !important;
  box-shadow: 0px 0px 0px #eee;
}


/* ========== Patients Speake End ========== */


/* ========== What Are We ========== */

.what-are-we {
  padding: 60px 0;
  background-color: #f5f9ff;
}

.what-are-inr .heading {
  padding-right: 90px;
}

.what-are-inr .heading p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.what-are-inr-cnt-img img {
  width: 200px;
}

.what-are-cnt-bx {
  padding-left: 40px;
}

.what-cnt-bx-inr {
  margin: 20px 0;
  min-width: 130px;
}

.what-cnt-bx-inr p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 14px;
  padding-left: 10px;
  color: #004969;
}

.what-cnt-bx-inr img {
  width: 30px;
  height: 25px;
  object-fit: contain;
}


/* ========== What Are We End ========== */


/* ========== FAQ's Area ========== */

.form-and-faq {
  padding: 60px 0;
  background-color: #f5f9ff;
}

.form-area {
  background-color: #fff;
  padding: 30px 30px;
  margin-right: 50px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.form-area .heading {
  margin-bottom: 30px;
}

.form-area .heading h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.form-area .heading hr {
  width: 100px;
  background-color: #333;

}

.form-area input,
.form-area select,
.form-area textarea {
  border-radius: 10px;
  background-color: #fff !important;
  border: 1px solid #dcdcdc;
  padding: 10px 15px;
  font-size: 15px;
  color: #333;
  width: 100%;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.form-area input::placeholder,
.form-area select:invalid {
  color: #999;
}

.form-area .form-control:focus,
.form-area select:focus,
.form-area textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #dcdcdc;
}

.form-area textarea {
  min-height: 100px;
}

.captcha-inp input {
  margin: 0;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.captcha-inp span {
  background-color: #ffb9ab;
  padding: 10px 30px;
  border-radius: 10px;
  margin-left: -50px;
}

.captcha-inp a {
  color: #004969 !important;
  font-size: 27px;
  margin-left: 15px;
  transition: all 0.5s;
}

.captcha-inp a:focus {
  transform: rotate(60deg);
}

.form-btn {
  margin: 50px 0 20px;
}

.form-area .form-btn a {
  padding: 12px 60px;
  font-weight: 500;
}

.faq-area .heading {
  margin-bottom: 30px;
}

.faq-area .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

.faq-area .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.faq-area .accordion-body {
  border-left: none;
  padding: 10px 0 0;
  font-size: 16px;
}

.faq-area .accordion-button {
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
}

.faq-area .accordion-item {
  border: 1px solid #8f9194 !important;
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 16px;
}


.faq-area .accordion-button:not(.collapsed)::after {
  background-image: none;
  font-family: "FontAwesome";
  font-weight: 300;
  content: "\f068";
  font-size: 11px;
}

.faq-area .accordion-button::after {
  background-image: none;
  font-family: "FontAwesome";
  font-weight: 300;
  content: "\f067 ";
  font-size: 11px;
  width: auto;
}

/* ========== FAQ's Area End ========== */


/*============= footer area ===========*/

.footer-area {
  background-color: #004969;
  padding: 60px 0 0;
}

.footer-logo {
  margin-bottom: 50px;
}

.footer-logo img {
  width: 430px;
}

.footer-head {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-form {
  padding-right: 60px;
}

.footer-form .footer-head {
  font-size: 22px;
}

.footer-extr-head {
  position: relative;
}

.footer-extr-head::after {
  content: "";
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-55%, -50%);
  width: 240px;
  height: 1px;
  background: #fff;
}

.footer-form p {
  color: #fff;
  font-size: 14px;
}

.footer-form form .input-form .form-control {
  padding: 13px 20px;
  border: none;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
}

.footer-form button {
  background-color: #d4e3f6;
  color: #000;
  padding: 13px 30px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  right: 125px;
  border: none;
}

.footer-form form .input-form {
  display: flex;
  align-items: center;
}

.footer-menu-sec-inr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 100px;
}

.foot-social ul {
  padding: 0px;
}

.foot-social ul li {
  list-style: none;
  display: inline-block;
}

.foot-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #fff;
  color: #004969 !important;
  text-align: center;
  line-height: 35px !important;
  margin-right: 10px;
  font-size: 17px;
  transition: all 0.3s;
}

.foot-social a:hover {
  background: #d4e3f6;
  border: solid 1px #d4e3f6;
}

.foot-social {
  margin-top: 30px;
}

.footer-menu ul {
  padding: 0px;
}

.footer-menu ul li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-menu ul li a {
  color: #fff;
  transition: all 0.5s;
}

.footer-menu ul li a:hover {
  font-weight: 700;
}

.bottom-footer {
  background-color: #fff;
  padding: 15px 0px;
  margin-top: 40px;
}


.foot-prcy p {
  color: #000;
  font-size: 16px;
  margin-bottom: 0px;
}

.head-social ul {
  justify-content: center;
}

.head-social a {
  width: 40px;
  height: 40px;
  background: #004969;
  border: solid 1px #004969;
  color: #fff !important;
  line-height: 40px !important;
  margin-right: 15px;
}

/*============= end footer area ===========*/



.when-book-appoint {
  position: relative;
  padding: 60px 0 60px;
  background-image: url("/wp-content/themes/twentytwentyfive-child/images/when-the-book-appoint-bg-2.png");
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: 20% 65%;
  overflow: hidden;
  animation: bgSlideLeftToRight 2s ease-in-out forwards;
}

@keyframes bgSlideLeftToRight {
  0% {
    background-position: -300px 65%;
    opacity: 0;
  }

  100% {
    background-position: 20% 65%;
    opacity: 1;
  }
}


.when-book-appoint .heading {
  margin-bottom: 50px;
}

.when-book-appoint .heading p {
  color: #495057;
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 500;
}

.when-book-appoint-bx {
  background-color: #fff;
  border: 1px solid #e5ebf0;
  border-radius: 15px;
  box-shadow: 2px 15px 12px rgb(0 0 0 / 11%);
  padding: 35px 10px 10px;
  transition: all 0.5s ease;
  margin: 0 20px;
  position: relative;
  cursor: pointer;
}

.when-book-appoint-bx:hover {
  transform: translateY(-15px) !important;
}

.when-book-appoint-bx.appoint-bx-1 {
  transform: rotate(2deg);
}

.when-book-appoint-bx.appoint-bx-2 {
  transform: rotate(-2deg);
  top: -40px;
}

.when-book-appoint-bx.appoint-bx-3 {
  transform: rotate(2.5deg);
}

.when-book-appoint-bx.appoint-bx-4 {
  transform: rotate(-4deg);
  top: -25px;
}


.when-appoint-cnt {
  background-color: #eff6ff;
  padding: 20px;
  border-radius: 15px;
}

.when-appoint-cnt h2 {
  color: #004969;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: 'RecoletaAltBold', serif;
}

.when-appoint-cnt h2 span {
  font-family: 'Poppins', sans-serif;
}

.when-appoint-cnt p {
  margin: 0;
}



.why-for-implant {
  padding: 0 0 60px;
}

.why-for-implant .heading {
  margin-bottom: 60px;
}

.why-for-implant .heading p {
  color: #495057;
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 500;
}

.why-implant-inr {
  padding: 20px 0px;
}

.why-implant-inr img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.why-implant-inr p {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700;
  color: #363636;
}

.content-strip {
  padding: 40px 0;
  background-image: url(/wp-content/themes/twentytwentyfive-child/images/dental-location.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20%;
}

.content-strip .heading h2 {
  color: #fff;
}

.content-strip .heading p {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 500;
}

.content-strip-inr .cmn-btn {
  background-color: #fff;
  color: #004969;
  font-size: 24px;
  padding: 13px 50px;
  font-weight: 700;
}

.Blogs {
  padding: 60px 0;
}

.Blogs .heading {
  margin-bottom: 50px;
}

.main-blog-inr {
  border: 1px solid #424242;
  border-radius: 15px;
}

.main-blog-img img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.main-blog-cnt {
  padding: 20px 0 5px;
  margin: 0 30px;
  border-bottom: 1px solid #424242;
}

.main-blog-cnt h3 {
  color: #004969;
  font-size: 27px;
}

.main-blog-cnt p a {
  color: #000;
  border-bottom: 1px solid #424242;
}

.main-blog-disk {
  display: flex;
  align-items: center;
}

.main-blog-disk .blog-disk {
  padding: 15px 10px 0 30px;
}

.main-blog-disk .blog-disk p {
  color: #004969;
}

.main-blog-disk .blog-disk p i {
  padding-right: 5px;
}

.blog-inr {
  display: flex;
  align-items: center;
  border: 1px solid #424242;
  border-radius: 15px;
  margin: 0 0 40px;
}

.blog-inr-img img {
  width: 250px;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.blog-inr-cnt {
  padding: 0 20px;
}

.blog-inr-cnt h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #004969;
  font-size: 27px;
}

.blog-inr-cnt p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-inr-cnt .blog-disk {
  display: flex;
  justify-content: space-between;
}

.blog-inr-cnt .blog-disk .blog-link a {
  color: #495057;
  border: 1px solid #495057;
  border-radius: 50%;
  padding: 4px 10px;
  transition: all 0.5s ease;
}

.blog-inr-cnt .blog-disk .blog-link a:hover {
  background-color: #495057;
  color: #fff;
}

.local-pg-bnr {
  padding: 80px 0;
}

.local-about-us {
  padding: 60px 0;
}

.local-about-inr {
  padding-right: 40px;
}

.local-about-inr p {
  text-align: justify;
}

.hygiene-area {
  padding: 60px 0 0;
  background-color: #f5f9ff;
}

.hygiene-area .heading p {
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 500;
}

.hygiene-inr-cnt ul li {
  position: relative;
  margin: 15px 0;
}

.hygiene-inr-cnt ul li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 9px;
  background-color: #e57373;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.why-choose {
  padding: 60px 0 110px;
}

.why-choose .why-choose-inr {
  position: relative;
  padding-right: 60px;
}

.why-choose .why-choose-inr .video-ply-btn {
  margin-bottom: 0;
  position: relative;
  bottom: -30px;
  left: 30%;
  display: inline;
}


.why-choose-img img {
  border-radius: 30px;
}

.why-choose-dr-bx {
  position: absolute;
  bottom: 0;
}

.why-choose .why-choose-dr {
  width: 300px;
  /* min-height: 190px; */
  padding: 15px 30px;
  /* background-image: url(/wp-content/themes/twentytwentyfive-child/images/bg-about-2.png); */
  background-color: #d4e3f6;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  bottom: -50px;
  border-radius: 30px;
  left: 25%;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.10),
    0px 18px 45px rgba(0, 0, 0, 0.08);
}

.why-choose-dr-inr {
  /* padding-left: 75px; */
}

.why-choose-dr-inr h5 {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 800;
  color: #004969;
}

.why-choose-dr-inr p {
  margin-bottom: 8px !important;
}

.why-choose-dr p {
  margin: 0;
  font-size: 14px;
  margin-bottom: 3px !important;
}

.why-choose-dr img {
  width: 60px;
  position: absolute;
  top: -15px;
  left: 15px;
}

.why-choose-btn .cmn-btn {
  padding: 10px 30px;
}

.why-choose-btn {
  margin: 40px 0;
}

.why-choose-count-area {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-top: 1px solid #818181;
  padding-top: 15px;
}

.why-choose-count-area .count-up {
  padding: 20px 55px;
}


.why-choose-count-area .mid-count-up {
  border-left: 1px solid #818181;
  border-right: 1px solid #818181;
}

.why-choose-count-area .count-up h2 {
  color: #004969;
  font-size: 45px;
  line-height: 45px;
}

.why-choose-count-area .count-up span {
  color: #004969;
  line-height: 35px;
}

.why-choose-count-area .count-up p {
  color: #004969;
  text-align: center;
}

.clinic-near-me {
  padding: 60px 0;
  background-image: url(/wp-content/themes/twentytwentyfive-child/images/dental-location.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.clinic-near-me .heading h2 {
  font-size: 35px;
  color: #fff;
}

.clinic-near-me-cnt .form-control {
  padding: 12px 41px 12px 15px;
  border: none;
  border-radius: 10px;
  width: 40%;
  cursor: pointer;
}

.loc-contact-info h3 {
  color: #ffa391;
  font-size: 21px;
  font-weight: 600;
  margin-top: 20px;
}

.loc-contact-info h3 {
  color: #ffa391;
  font-size: 21px;
  font-weight: 600;
  margin-top: 20px;
}

.loc-contact-info p {
  color: #fff;
}

.clinic-call a {
  color: #fff !important;
}

.clinic-call a i {
  color: #ffa391;
  padding-right: 5px;
}

.clinic-direc-btn {
  margin: 30px 0 0;
}

.clinic-direc-btn .cmn-btn {
  color: #004969;
  background-color: #d4e3f6;
  padding: 10px 30px
}

.loc-map iframe {
  width: 100%;
  height: 340px;
  border-radius: 20px;
}

.contact-us {
  padding: 60px 0;
}

.contact-us-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-info-bx {
  display: flex;
  align-items: center;
  min-width: 300px;
  text-align: left;
  margin: 20px 0;
}

.contact-info-bx img {
  width: 50px;
  margin-right: 25px;
}

.contact-info-bx p {
  margin: 0;
  font-weight: 600;
}

.contact-info-bx p a {
  color: #363636;
  font-weight: 700;
}

.find-clinic {
  padding: 60px 0;
  background-color: #f5f9ff;
}

.find-clinic .heading {
  margin-bottom: 50px;
}

.find-clinic-bx {
  padding: 20px;
  background-image: url(/wp-content/themes/twentytwentyfive-child/images/dental-location.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin: 0 15px;
  min-height: 605px;
}

.find-clinic-bx.find-clinic-bx-1 {
  background-position: 30% 50%;
}

.find-clinic-bx.find-clinic-bx-2 {
  background-position: 75% 50%;
}

.find-clinic-bx .find-clinic-map iframe {
  width: 100%;
  height: 300px;
  border-radius: 20px;
}

.find-clinic-cnt h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 800;
  line-height: 35px;
  margin-bottom: 15px;
  font-family: 'RecoletaAltBold', serif;
}

.find-clinic-cnt p {
  color: #fff;
  display: flex;
  align-items: center;
}

.find-clinic-cnt p a {
  color: #fff;
  padding: 0 5px;
}

.find-clinic-cnt p i {
  color: #f09a89;
  font-size: 22px;
  margin-right: 10px;
}

.find-clinic-cnt .clinic-cnt-add i {
  color: #f09a89;
  font-size: 22px;
  margin-right: 10px;
}

.find-clinic-cnt {
  padding: 20px 40px 0;
}

.contact-social {
  margin-top: 25px;
}

.contact-social ul li {
  list-style: none;
  display: inline-block;
}

.contact-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #004969;
  border: solid 1px #004969;
  color: #fff !important;
  text-align: center;
  line-height: 35px !important;
  margin-right: 10px;
  font-size: 17px;
  transition: all 0.5s;
}

.contact-social a:hover {
  background: #ffb9ab;
  border: solid 1px #ffb9ab;
  color: #000 !important;
}

.dental-toursim {
  padding: 60px 0;
}

.dental-toursim .about-us-inr {
  position: absolute;
  left: 80px;
  bottom: 0;
}

.toursim-count-area .count-up {
  background-color: #004969;
  display: block;
  width: 140px;
  padding: 12px 20px;
  margin: 20px 0;
  border-radius: 15px;
}

.toursim-count-area .count-up .count-up-inr {
  justify-content: center;
}

.toursim-count-area .count-up h2 {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
}

.toursim-count-area .count-up span {
  color: #fff;
  line-height: 35px;
}

.toursim-count-area .count-up p {
  color: #fff;
  text-align: center;
}

.toursim-img img {
  min-width: 400px;
  width: 400px;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
}

.type-of-service {
  padding: 30px 0;
}


.dentistry-type-slide .owl-item .item {
  margin: 50px 0 150px;
}

.dentistry-type-slide {
  position: relative;
}

.dentistry-type-inr .dentistry-type-img {
  display: flex;
  justify-content: center;
}

.dentistry-type-slide .owl-item .item img {
  height: 200px;
  width: 252px;
  margin: 0 13px;
  border-radius: 20px;
  object-fit: cover;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.dentistry-type-slide .owl-item.center .item img {
  transform: scale(1.2);
  width: 230px;
}

.dentistry-type-slide .owl-item.center {
  z-index: 99;
}

.dentistry-type-slide .dintistry-type-cnt {
  display: none;
}

.dentistry-type-slide .owl-item.center .item .dintistry-type-cnt {
  display: block;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 500px;
}

.dintistry-type-cnt h3 {
  font-size: 22px;
  font-weight: 600;
}

.dintistry-type-cnt p {
  font-size: 15px;
}

.dentistry-type-slide .owl-nav button {
  position: absolute;
  top: 43%;
  transform: translate(-50%, -100%);
}


.dentistry-type-slide .owl-nav button.owl-prev {
  left: 70px;
}

.dentistry-type-slide .owl-nav button.owl-next {
  right: 40px;
}


.dentistry-type-slide .owl-nav button.owl-next,
.dentistry-type-slide .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 30px !important;
  line-height: 42px !important;
  color: #363636 !important;
  box-shadow: 0px 0px 0px #eee;
  z-index: 9;
}

.dentistry-type-slide .owl-nav button.owl-next:hover,
.dentistry-type-slide .owl-nav button.owl-prev:hover {
  color: #004969;
}

.dentistry-type-slide::before,
.dentistry-type-slide::after {
  content: "";
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.dentistry-type-slide::before {
  left: 0;
  background: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0));
}

.dentistry-type-slide::after {
  right: 0;
  background: linear-gradient(to left, white 20%, rgba(255, 255, 255, 0));
}

.estimate-form .estimate-form-bx {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin: 0 70px;
}

.estimate-form .estimate-form-inr {
  padding: 0 30px;
  background-color: transparent;
  margin: 0;
  box-shadow: none;
}

.estimate-form-bx .estimate-cnt h2 {
  color: #004969;
  font-family: 'RecoletaAltBold', serif;
  margin-bottom: 0;
}

.estimate-form-bx .estimate-cnt p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 50px;
}

/* .estimate-form-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
} */

.estimate-form-inr input {
  border-radius: 10px;
  background-color: #fff !important;
  border: 1px solid #dcdcdc !important;
  padding: 10px 15px;
  font-size: 15px;
  color: #333;
  width: 100%;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.estimate-form-inr label {
  color: #004969;
  font-size: 13px;
  padding-left: 2px;
}

.estimate-form-inr a.cmn-btn {
  padding: 12px 70px;
}

/* ========== Types Of Service ========== */


.type-of-service .service-img img {
  height: 250px;
  width: 450px !important;
  object-fit: cover;
  border-radius: 15px;
  margin: 20px auto 60px;
}

.type-of-service .service-bx-cnt p {
  margin: 0;
  font-size: 15px;
  color: #004969;
  font-weight: 600;
  line-height: 18px;
  padding-left: 0;
  cursor: pointer;
  transition: all 0.5s ease;
}

.type-of-service .service-thumb .service-bx-cnt i {
  position: absolute;
  top: -33.3px;
  left: 40%;
  font-size: 19px;
  color: #004969;
  background-color: #fff;
}

.type-of-service .type-of-service-bx {
  padding: 0 50px;
  border-top: 1px solid #00406b;
  position: relative;
}

.type-of-service .service-thumb {
  transition: all 0.5s ease;
  transform: scale(1);
}

.type-of-service .service-thumb.active .service-bx-cnt p {
  transform: scale(1);
  color: #f09a89;
}

.type-of-service .service-thumb.active .service-bx-cnt i {
  color: #f09a89;
}

.type-of-service .service-thumb:hover .service-bx-cnt i {
  color: #f09a89;
}

.type-of-service .service-thumb:hover .service-bx-cnt p {
  transform: scale(1);
  color: #f09a89;
}

.type-of-service .type-of-service-slide .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.type-of-service .type-of-service-slide .owl-nav button.owl-prev {
  left: 17%;
}

.type-of-service .type-of-service-slide .owl-nav button.owl-next {
  right: 15%;
}


.type-of-service .type-of-service-slide .owl-nav button.owl-next,
.type-of-service .type-of-service-slide .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 30px !important;
  line-height: 42px !important;
  color: #363636 !important;
  box-shadow: 0px 0px 0px #eee;
}

.our-service .our-service-slide .owl-nav button.owl-next:hover,
.our-service .our-service-slide .owl-nav button.owl-prev:hover {
  color: #004969 !important;
}

.type-of-gum-treat .dentistry-type-slide .owl-item .item {
  margin: 50px 0 90px;
}

/* ========== Types Of Service ========== */



/* ========== What to Expect ========== */

.what-we-expect {
  padding: 60px 0 0;
}

.what-we-expect .what-expect-slide {
  position: relative;
}

.what-expect-inr {
  padding: 30px;
}

.what-expect-inr h4 {
  font-size: 18px;
  font-weight: 600;
}

.what-expect-inr p {
  font-size: 15px;
  margin-bottom: 30px;
}

.expect-inr-img img {
  height: 270px;
  object-fit: cover;
  border-radius: 15px;
}

.what-we-expect .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.what-we-expect .owl-nav button.owl-prev {
  left: -30px
}

.what-we-expect .owl-nav button.owl-next {
  right: -60px;
}


.what-we-expect .owl-nav button.owl-next,
.what-we-expect .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 30px !important;
  line-height: 42px !important;
  color: #363636 !important;
  box-shadow: 0px 0px 0px #eee;
}

.what-we-expect .owl-nav button.owl-next:hover,
.what-we-expect .owl-nav button.owl-prev:hover {
  color: #004969 !important;
}


/* ========== What to Expect End ========== */


/* ========== Type of dental implant ========== */

.type-of-implant {
  padding: 60px 0;
}

.type-of-implant-inr {
  position: relative;
  margin-top: 80px;
}

.type-of-implant-inr-bx .service-type-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #004969;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  border: none;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
}

.type-of-implant-inr-bx .service-type-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 300px;
  height: 1px;
  background-color: #004969;
  transform: translateY(-50%);
  z-index: -11;
  transition: all 0.5s ease;
}

.type-of-implant-inr-bx .service-type-btn:hover,
.type-of-implant-inr-bx .service-type-btn.active {
  background-color: #f09a89;
}

.type-of-implant-inr-bx .service-type-btn:hover::before,
.type-of-implant-inr-bx .service-type-btn.active::before {
  background-color: #f09a89;
}

.type-of-bg-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -9;
}

.type-of-implant-inr-bx .type-btn-1 {
  top: -50px;
  left: 20%;
}

.type-of-implant-inr-bx .type-btn-1::before {
  transform: rotate(30deg);
  top: 150%;
  left: 50px;
}

.type-of-implant-inr-bx .type-btn-2 {
  top: 15%;
  left: 12%;
}

.type-of-implant-inr-bx .type-btn-2::before {
  transform: rotate(9deg);
  width: 370px;
  top: 83%;
  left: 50px;
}

.type-of-implant-inr-bx .type-btn-3 {
  top: 47%;
  left: 18%;
}

.type-of-implant-inr-bx .type-btn-3::before {
  transform: rotate(350deg);
  top: 18%;
  left: 50px;
}

.type-of-implant-inr-bx .type-btn-4 {
  bottom: -3%;
  left: 12%;
}

.type-of-implant-inr-bx .type-btn-4::before {
  transform: rotate(335deg);
  top: -45px;
  left: 50px;
  width: 385px;
}

.type-of-implant-inr-bx .type-btn-5 {
  bottom: -50px;
  left: 25%;
}

.type-of-implant-inr-bx .type-btn-5::before {
  transform: rotate(318deg);
  top: -60px;
  left: 10px;
}

.type-of-implant-inr-bx .type-btn-6 {
  top: -50px;
  right: 25%;
}

.type-of-implant-inr-bx .type-btn-6::before {
  transform: rotate(326deg);
  top: 148%;
  right: 20px;
}

.type-of-implant-inr-bx .type-btn-7 {
  top: 4%;
  right: 13%;
}

.type-of-implant-inr-bx .type-btn-7::before {
  transform: rotate(345deg);
  top: 110%;
  right: 70px;
  width: 360px;
}

.type-of-implant-inr-bx .type-btn-8 {
  top: 35%;
  right: 4%;
}

.type-of-implant-inr-bx .type-btn-8::before {
  transform: rotate(2deg);
  top: 45%;
  right: 75px;
  width: 450px;
}

.type-of-implant-inr-bx .type-btn-9 {
  bottom: 17%;
  right: 15%;
}

.type-of-implant-inr-bx .type-btn-9::before {
  transform: rotate(16deg);
  top: -10%;
  right: 60px;
  width: 350px;
}

.type-of-implant-inr-bx .type-btn-10 {
  bottom: -55px;
  right: 25%;
}

.type-of-implant-inr-bx .type-btn-10::before {
  transform: rotate(42deg);
  top: -100%;
  right: 34px;
}

.type-of-implant-inr-bx .type-btn-11 {
  bottom: -18%;
  right: 10%;
}

.type-of-implant-inr-bx .type-btn-11::before {
  transform: rotate(29deg);
  top: -95%;
  right: 50px;
  width: 430px;
}

.type-of-cosmetic .type-of-implant-inr-bx .service-type-btn {
  width: 130px;
  height: 50px;
  border-radius: 10px;
}

.type-of-cosmetic .type-of-implant-inr-bx .type-btn-6::before {
  transform: rotate(326deg);
  top: 248%;
  right: 90px;
}

.type-of-cosmetic .type-of-implant-inr-bx .type-btn-10::before {
  width: 280px;
}

.type-of-cosmetic .type-of-implant-inr-bx .type-btn-8 {
  right: 9%;
}

.type-of-laser .type-of-implant-inr-bx .type-btn-11 {
  bottom: -7%;
}

.type-of-laser .type-of-implant-inr-bx .type-btn-11::before {
  transform: rotate(25deg);
  right: 60px;
  top: -60%;
  width: 360px;
}

.type-of-laser .type-of-implant-inr-bx .type-btn-10::before {
  top: -160%;
  right: 64px;
}

.type-of-laser .type-of-implant-inr-bx .type-btn-4 {
  bottom: 7%;
}


/* ========== Type of dental implant End ========== */


/* ========== Blogs Page ========== */

.blog-banner-area {
  padding: 60px 0;
  background-position: 50% 100%;
  background-color: #f3f3f3;
}

.blog-sidebar .categories-search input {
  padding: 12px 20px;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.main-blog-area {
  background-color: #f3f3f3;
  padding: 60px 0;
}

.blog-categry {
  margin-top: 40px;
}

.blog-categry-inr h4 {
  font-size: 18px;
  font-weight: 700;
  color: #004969;
}

.blog-categry-inr {
  background-color: #fff;
  padding: 20px 20px 1px;
  border-radius: 5px;
}

.blog-categry-inr ul li a {
  display: block;
  color: #495057;
  padding: 10px;
  border-bottom: 1px solid #495057;
  transition: all 0.3s;
}

.blog-categry-inr ul li:last-child a {
  border: none;
}

.blog-categry-inr ul li a:hover {
  background-color: #e9ecef;
  color: #004969;
}

.blog-top-post {
  margin-top: 40px;
}

.blog-top-inr {
  background-color: #fff;
  padding: 20px 20px 1px;
  border-radius: 5px;
}

.blog-top-inr h4 {
  font-size: 18px;
  font-weight: 700;
  color: #004969;
  margin-bottom: 20px;
}

.blog-top-inr .top-post-cnt {
  display: flex;
}

.blog-top-inr .top-post-cnt h2 {
  color: #004969;
  font-size: 32px;
  font-weight: 700;
  /*font-family: 'RecoletaAltBold', serif;*/
  min-width: 20px;
}

.blog-top-inr .top-post-cnt h2 strong {
  font-size: 28px;
  font-family: 'FontAwesome';
}

.blog-top-inr .top-post-cnt .top-post-title {
  padding-left: 20px;
}

.blog-top-inr .top-post-cnt .top-post-title a {
  color: #363636;
  font-size: 15px;
  font-weight: 600;
}

.blog-top-inr .top-post-cnt .top-post-title p {
  color: #929292;
  font-size: 13px;
}

.latest-blog-area {
  padding-left: 50px;
}

.latest-blog-area .blog-type-bx {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
}

.latest-blog-area .main-blog-page-img img {
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.latest-blog-area .main-blog-page-cnt {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.latest-blog-area .main-blog-page-cnt span {
  color: #929292;
  font-size: 14px;
}

.latest-blog-area .main-blog-page-cnt h4 {
  color: #363636;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.latest-blog-area .main-blog-page-cnt p {
  color: #363636;
  margin: 0;
  font-size: 14px;
}

.blog-pagination {
  margin-top: 30px;
  padding-left: 50px;
}

.blog-pagination ul li a {
  padding: 5px 13px;
  border-radius: 5px;
  margin: 0 5px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s ease;
}

.blog-pagination ul li a:hover {
  background-color: #013b54;
  color: #fff;
}

.latest-blog-inr-area {
  padding-left: 50px;
}

.latest-blog-inr-area .heading {
  border-bottom: 1px solid #495057;
}

.latest-blog-inr-area .heading h2 {
  font-size: 35px;
}

.inr-blog-img img {
  margin: 40px 0;
  width: 670px;
  border-radius: 5px;
}


/* ========== Blogs Page End ========== */


/* ========== sticky Btn ========== */


.sticky-btn {
  position: fixed;
  z-index: 999;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004969;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: pulse-btn 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
}

.sticky-book-btn {
  bottom: 50px;
  left: 50px;
}

.sticky-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  background: radial-gradient(#004a6957 60%, transparent 100%);
  opacity: 0.7;
  z-index: -1;
  animation: ripple 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

.sticky-btn a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.sticky-btn a i {
  font-size: 40px;
}


@keyframes pulse-btn {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  50% {
    transform: scale(1.04);
    box-shadow: 0 8px 24px 6px rgba(97, 53, 61, 0.25);
  }
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  70% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0.2;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}


/* ========== sticky Btn End ========== */


/* ========== History Roadmap ========== */


.history-roadmap {
  padding: 50px 0;
  background-image: url(/wp-content/themes/twentytwentyfive-child/images/Roadmap.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.history-roadmap .heading h2 {
  color: #fff;
}

.history-roadmap .heading p {
  color: #fff;
}

.roadmap-box {
  position: relative;
  max-width: 900px;
  margin: auto;
}

.roadmap-start {
  position: relative;
}


.roadmap-start h1 {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #004969;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  position: relative;
  z-index: 9;
}

.roadmap-line {
  border-left: 1px dashed #54595f;
  bottom: -40px;
  left: 50%;
  position: absolute;
  top: 70px;
  transform: translate(-50%);
  width: 1px;
}

.roadmap-start .start-text {
  position: absolute;
  left: 62%;
  top: 35%;
  text-align: left;
  width: 300px;
  font-size: 14px;
}

.roadmap-start .start-text:after {
  border-top: 1px dashed #54595f;
  content: "";
  height: 1px;
  left: -54px;
  position: absolute;
  top: 13px;
  width: 60px;
}

.roadmap-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  position: relative;
}

.roadmap-item.left {
  flex-direction: row-reverse;
  text-align: left;
  padding-left: 140px;
}

.roadmap-item.right {
  text-align: right;
  padding-right: 140px;
}

.roadmap-item .roadmap-cnt {
  width: 45%;
}

.roadmap-box p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 500;
}

.roadmap-box h4 {
  font-size: 25px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
}

.roadmap-dot {
  width: 18px;
  height: 18px;
  background: #004969;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.roadmap-dot:before {
  border-top: 1px dashed #54595f;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 80px;
}

.roadmap-item.right .roadmap-dot:before {
  left: -80px;
}

.roadmap-item.left .roadmap-dot:before {
  right: -80px;
}

.roadmap-image {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.roadmap-image img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 1.5px solid #54595f;
  object-fit: cover;
}

/* ========== History Roadmap End ========== */


/* ========== Before And After ========== */

.before-after {
  padding: 20px 0 60px;
}

.before-after .heading h2 {
  margin-bottom: 40px
}

.before-after-img img {
  border-radius: 15px;
}

.before-after-slide .owl-dots {
  text-align: center;
  position: relative;
  bottom: -25px;
}

.before-after-slide .owl-dots .owl-dot {
  width: 15px;
  height: 4px;
  margin: 0 5px;
  background: #004a6982;
  outline: 0;
  cursor: pointer;
  transition: .25s ease-in-out;
  text-align: center;
  border-radius: 210px
}

.before-after-slide .owl-dots .owl-dot.active {
  width: 30px;
  background: #004969 !important
}



/* ========== Before And After End ========== */


.right-implant {
  padding: 60px 0 0;
}

.right-implant-img img {
  height: 100px;
  width: 100%;
  object-fit: contain;
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.12);
}

.right-implant-inr h4 {
  font-size: 20px;
  font-weight: 700;
  color: #004969;
}

.before-after {
  padding: 10px 0 60px;
}

.before-after-inr {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  display: grid;
  border-radius: 18px;
  overflow: hidden;
  --cut: 50%;
}

.before-after-inr>* {
  grid-area: 1/1;
}

.before-after-img {
  position: relative;
  overflow: hidden;
}

.before-after-img img {
  position: absolute;
  inset: 0;
  width: 510px;
  height: 100%;
  object-fit: cover;
  left: -50px;
  opacity: 0;
  transform: translateX(calc((50% - var(--cut)) * 0.1));
  transition: opacity 0.3s ease, transform 0.2s linear;
}

.show-img img {
  opacity: 1;
}

.before-img {
  clip-path: inset(0 calc(100% - var(--cut)) 0 0);
  transition: clip-path 0.1s ease;
}

.before-img .b-left {
  left: 12px;
}

.after-img {
  clip-path: inset(0 0 0 var(--cut));
  transition: clip-path 0.1s ease;
}

.after-img .b-right {
  right: 12px;
}

.badge {
  position: absolute;
  top: 12px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}

.split-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--cut);
  width: 0;
  pointer-events: none;
  transition: left 0.1s ease;
}

.split-handle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: #fff;
}

.split-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 20px;
  border-radius: 20px;
  background: linear-gradient(to bottom, #fff, #ddd);
}

.split-range {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: ew-resize;
}



button.bnr-btn a {
    color: #000;
}

@media (max-width: 767px) {
    .estimate-form .estimate-form-bx {
        padding: 10px;
        margin: 0px;
    }
    
    .local-about-inr {
        padding-right: 0px;
    }
    
    input[type="date"]:before {
      content: attr(placeholder);
      color: #999;
    }
    
    input[type="date"]:focus:before {
      content: "";
    }
    
    input[type="time"]:before {
      content: attr(placeholder);
      color: #999;
    }
    
    input[type="time"]:focus:before {
      content: "";
    }


}
