:root{
  --primary-color:#29166f;
  --primary-color-light:#f5f3ff;

  --secondary-color:#019340;
  --secondary-color-light:#c2ffdb;
}
body {
  background-color: #fff;
  font-family: "Raleway", sans-serif !important;
}
p, li{
  font-family: 'Figtree', 'Gill Sans', sans-serif !important;
  /* letter-spacing: 1px; */
  word-spacing: 1px;
}
.inclusion li{
  font-size: 24px;
}

h2 {
  font-size: 24px;
  font-weight: 700;
}

.container-custome {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
}

.navbar-top {
  background-color: #fff;
  padding: 3px 0;
}

.navbar-bottom {
  /* background-color: #5a2d0c;*/
}

.google_review h2 {
  font-size: 24px;
  font-weight: 700;
  color: #462512;
  margin: 0;
}

.rated_data {
  color: #462512;
}

.verified {
  font-size: 20px;
  color: #462512;
}

.verifiedimg {}

.google_review .text-orange {
  color: #29166f;
  font-size: 40px;

}

.captcha_sec {
  padding-left: 0;
}

.captcha_input {
  padding-right: 0
}

#captcha_code_corporate {
  background: #FF8E1F;
  width: 100%;
  display: block;
  padding: 0px;
  height: 41px;
  padding: 5px;
}

.navbar .dropdown-toggle::after {
  display: none !important;
}

/* html #wpadminbar{display:none;} */
.ez-toc-link {
  position: relative;
  left: 17px;
}

.ez-toc-counter nav ul li a::before {
  content: " ";
  width: 5px;
  height: 5px;
  background: #444444;
  border-radius: 17px;
  position: absolute;
  left: -14px;
  top: 14px;
}

/*.ez-toc-page-1:nth-child(1){
  display: none;
 }*/

.col-md-3:nth-child(3) .plan-card .butnow_sec {
  padding: 20px;
}

.col-md-3:nth-child(4) .dental-icon img {
  width: 50%;
}

.col-md-3:nth-child(2) .dental-icon img,
.col-md-3:nth-child(5) .dental-icon img {
  width: 27%;
}

.banner- .owl-carousel .owl-item img {
  border-radius: 4px;
}




.btn-consult {
  line-height: 11px;
}

.oral_care-slider .owl-nav,
.oral_care-slider .owl-dots {
  display: none;
}

::-webkit-scrollbar {
  display: none;
}

.dropdown-menu.show {
  max-height: 450px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.breadcrumb {
  margin: 20px 0;
}

.breadcrumb ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  margin-bottom: 0;
}

/* .breadcrumb li {
  padding: 0px 0px 0 3px;
} */
.breadcrumb li:first-child {
  padding-left: 0;
}

.social-container-nav {
  display: none;
}

.breadcrumb li {
  position: relative;
}

.breadcrumb li:not(:first-child)::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 6px;
  color: #998673;
  font-size: 9px;
  line-height: 14px;
  font-family: FontAwesome;
}

.breadcrumb ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.breadcrumb li {
  padding: 0 13px 0 20px;
}

/*.breadcrumb li:before {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 2px;
    color: #998673;
    font-size: 17px;
    line-height: 14px;
}*/

.color_gray {
  background-color: #F4FCFF;
}

.google_review {}

.container-custome .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  border: 0;
}

.container-custome .navbar-toggler {
  border: 0;
}

.search_text a {
  color: #fff;
  text-decoration: none;
}

.search_text a:hover {
  color: #fff;
  text-decoration: underline;
}

.action_btns_bottom {
  display: none;
}

.contact_clove1 a {
  color: #fff;
}

.contact_clove a {
  color: #fff;
}

.breadcrumb li a {
  color: #5a2d0c;
  text-decoration: none;
}

.navbar-brand img {
  width: 350px ;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.bob-humb-logo {
  display: none;
}

.blog_tab .tab-buttons::-webkit-scrollbar {
  display: none;
}

.overlay-active::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgb(0 0 0 / 62%); */
  z-index: 999;
}

.social-container-nav {
  margin-left: 20px;
  margin-top: -5px;
}

.social-icons-nav {
  display: flex;
  gap: 32px;
}

.social-container-nav p {
  font-size: 16px;
  font-weight: 700;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  min-width: auto !important;
  width: max-content;
  /* Maximum content ke according width */
  background-color: #fff;
  border: none;
  color: #000;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  color: #000;
}
 .dropdown-item:hover{
  color: white !important;
 }

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/*.nav-item.dropdown > span > span::after {
  content: "";
  background-image: url("/images1/down_arrow_menu.png") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  display: inline-block !important;
  width: 12px !important;
  height: 7px !important;
  margin-left: 8px !important;
  vertical-align: middle !important;
  transition: transform 0.3s ease-in-out !important;
} */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.nav-item.dropdown>span {
  display: flex;
  align-items: center;
}

.nav-item.dropdown>span>span {
  padding-right: 15px;
  margin-left: -5px;
}

.navbar .dropdown-toggle {
  /* background-image: url('https://clovedental.in/images1/down_arrow_menu.png');
    background-repeat: no-repeat; */
  background-position: right 10px center;
  background-size: 12px;
  /* padding-right: 20px !important; */
}

.navbar .btn-outline-custom {
  border: 1px solid #d9732e;
  color: #d9732e;
  font-weight: 600;
  border-radius: 30px;
  min-width: 200px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.navbar .btn-custom {
  background: #29166f;
  color: white;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 7px;
  border-radius: 4px;
  padding: 6px 12px;
  text-decoration: none;
  animation: chngcolor 1s alternate infinite ease;
  width: 12rem;
}
@keyframes chngcolor {
  to{
    background-color: #019340;
  }
}
.cta_btn {
  gap: 20px;
}

.navbar .btn-outline-custom:hover,
.navbar .btn-custom:hover,
.navbar .btn-help:hover {
  /* color: inherit; */
  background-color: #019340;
  border-color: inherit;
  opacity: 0.8;
}

.btn-help i {
  margin-top: 0px;
  color: #ff7f27;
  font-size: 21px;
  position: relative;
  top: 3px;
  right: 0px;
}

.navbar .btn-help {
  border: 1px solid #462512;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  background: #462512;
  font-size: 16px;
}

ul#primary-menu .nav-link {
  color: #462512;
  font-weight: 500;
  font-size: 16px;
}

ul#primary-menu .dropdown-menu .nav-item a {
  font-weight: 400;
  font-size: 14px;
}

.nav-link:hover {
  text-decoration: underline;
}

.dropdown-menu.show .nav-item {}

ul.contact-menu.dropdown-menu.show {
  right: 0;
}

.navbar-nav li ul.dropdown-menu.show li a {
  padding-left: 20px;
  color: #000 !important;
}

.navbar-nav li ul li:hover {
  background-color: #019340;
  color: #fff !important;
}

.navbar-nav li ul.dropdown-menu.show li a:hover {
  text-decoration: none;
  color: #fff !important;
}

.btn-outline-custom img,
.btn-custom img {
  max-width: 18px;
}

.navbar-nav {
  margin: 0 auto;
}

.navbar-nav li ul li {
  margin-right: 0;
}

.main-banner-area img {
  width: 100%;
}



/********************* Scroller *****************/
.custom-announcement-bar {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background: #f5f3ff;
  padding: 11px 20px;
}

.scroller__inner {
  display: flex;
  gap: 40px;
  /* animation: scroll 20s linear infinite; */
  min-width: 100%;
}

/*@keyframes scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}*/
.container-scroller {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 1;
}

.img img {
  max-width: 30px;
  height: 30px;
}

.number {
  font-weight: 700;
  font-size: 14px;
  color: #29166f;
}

.text {
  font-weight: 700;
  font-size: 14px;
}

/*****************End S ********************/

.gold-text {
  color: #29166f;
}

.gold-text.lakh {
  font-weight: 700;
  font-size: 24px;
}

.bold-text {
  font-weight: bold;
}

.rating-text {
  font-size: 24px;
  font-weight: 700;
  font-size: 24px;
  gap: 6px;
}

.verified-text {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.treatments_item h3 {
  font-size: 32px;
  font-weight: 700;
}

.treatments_item p {
  font-size: 24px;
  font-weight: 400;
}

.treatments-carousel {
  position: relative;
  overflow: hidden;
  /* Ensures smooth animation */
}

.treatments-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  /*min-height: 150px;*/
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.8s ease-in-out;
}

.treatments-carousel .owl-item.active {
  opacity: 1;
  transform: translateY(0);
  animation: slideUpAnimation 0.3s ease-in-out;
}

/* Custom Slide-Up Keyframe Animation */
@keyframes slideUpAnimation {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.corporate-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.corporate-content {
  display: flex;
  gap: 40px;
  animation: corporatescroll 10s linear infinite;
}

.corporate-content img {
  display: inline-block;
}

@keyframes corporatescroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

img.google_logo {
  width: 97px;
}

.rating-text img {
  width: 35px;
  height: 33px;
}

.google_sec {
  padding-left: 150px;
}

.search-box {
  background-color: #f5f3ff;
  padding: 16px 12px;
  border-radius: 10px;
}

.cityhome {
  /* display: none; */
  color: #777777;
  border: 1px solid #474747;
  border-radius: 2px;
  max-width: 181px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url(https://clovecontent.s3.ap-south-1.amazonaws.com/All/2025/04/Vector-2.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  padding: 8px 11px;
}

.find_clinic,
.find_dentist {
  width: 100%;
  padding: 8px 11px;
  border-radius: 0;
}

.custom-select::after {
  content: "▼";
  /* Downward Arrow */
  font-size: 12px;
  color: #ff8c42;
  /* Change Arrow Color */
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.btn-clinic {
  --bs-btn-color: #fff;
  --bs-btn-bg: #29166f;
  --bs-btn-border-color: #29166f;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #29166f;
  --bs-btn-hover-border-color: #29166f;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #29166f;
  --bs-btn-active-border-color: #29166f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #29166f;
  --bs-btn-disabled-border-color: #29166f;
  border-radius: 24px;
}

/************ Dental Solution **************/

.dental_solutions {
  background: linear-gradient(to right, #F7F5F5, #F4FEFF);
}

.dental-section {
  background: #f5f3ff;
  padding: 32px 40px;
  border-radius: 15px;
}

.dental-section h2 {
  font-size: 24px;
  font-weight: 700;
}


.dental_section_wrapper {
  /* background: #f5f3ff; */
  padding: 32px 40px;
  border-radius: 15px;
}

.dental_section_wrapper a {
  color: #000;
  text-decoration: none;
}

.dental_section_wrapper h2 {
  font-size: 24px;
  font-weight: 700;
}

.dental-card {
  border: 2px solid #D6F4FF;
  background-color: #FFFFFF;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  transition: 0.3s;
  height: 100%;

}

.dental-card:hover {
  /* background-color: #fdf2ec; */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.dental-card p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.dental-icon {
  display: flex;
  font-size: 40px;
  margin-bottom: 10px;
  min-height: 70px;
  align-items: center;
  justify-content: center;
}

.dental-icon img {
  width: 56%;
}

/*********** End Dental Solution ************/



/************ Start Concern **************/





.dental_solutions_concern .container {
  background-color: #FFFAF5;
}


.dental_solutions_concern .dental-section {
  background: #f5f3ff;
  padding: 32px 40px;
  border-radius: 15px;
}

.dental_solutions_concern .dental-section h2 {
  font-size: 24px;
  font-weight: 700;
}


.dental_solutions_concern .dental_section_concern_wrapper {
  /* background: #f5f3ff; */
  padding: 32px 40px;
  border-radius: 15px;
  max-width: 868px;
  margin: 0 auto;
}

.dental_solutions_concern .dental_section_concern_wrapper a {
  color: #000;
  text-decoration: none;
}

.dental_solutions_concern .dental_section_concern_wrapper h2 {
  font-size: 24px;
  font-weight: 700;
}

.dental_solutions_concern .dental-card {
  border: 1px solid #F4F4F4;
  background-color: #FFFFFF;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  transition: 0.3s;
  height: 100%;

}

.dental_solutions_concern .dental-card:hover {
  /* background-color: #fdf2ec; */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.dental_solutions_concern .dental-card p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.dental_solutions_concern .dental-icon {
  display: flex;
  font-size: 40px;
  margin-bottom: 10px;
  min-height: 70px;
  align-items: center;
  justify-content: center;
}

.dental_solutions_concern .dental-icon img {
  width: 38%;
}

/*********** End concern Solution ************/


/******************       *********************/

.consultation-section {
  background: #fff;
  padding: 32px 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

#frm_type .form-control {
  border-radius: 30px;
}

.form-control {
  border-radius: 2px;
  border: 1px solid #ffe0c4;
  padding: 8px 16px;
  font-size: 14px;
  color: #777777;
}

.instant-consultation {
  display: flex;
}

.btn-consult {
  background-color: #ff9000;
  border-radius: 25px;
  color: white;
  padding: 10px 20px;
  border: none;
  width: 100%;
}

.instant-captcha.instant-consultation .capcha_input {
  width: auto;
}

.highlight-box {
  background: #fffaf5;
  padding: 20px;
  border-radius: 10px;
}

.video-box {
  position: relative;
  text-align: center;
}

.video-box img {
  width: 100%;
  border-radius: 10px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: red;
  cursor: pointer;
}

.search-box h5 {
  font-size: 24px;
  font-weight: 700;
}

.search-box p {
  font-size: 20px;
  font-weight: 400;
}

/***********************    ************************/

/*********** Start Dental consulttant **********************/
.dental-consultant h2 {
  font-size: 24px;
  font-weight: 700;
}

.dental-consultant {
  background-color: #FFFAF5;
  padding: 40px 0;
}

.plan-card {
  background: #fff;
  border: 1px solid #ffe0c4;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}

.plan-card img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.plan-card h4 {
  font-size: 20px;
  font-weight: 700;
}

.plan-card ul li {
  font-size: 16px;
  font-weight: 400;

  line-height: 24px;
}

.bottom_consultant ul {
  padding-left: 32px;
  list-style: disc;
}

.dental-consultant .col-md-3 {
  width: 27%;
}

.text-danger {
  --bs-text-opacity: 1;
  color: #29166f !important;
  top: 0;
  font-size: 11px;
  margin-top: -16px;
  margin-left: 13px;
  padding: 10px 0;
}

.bottom_consultant {
  padding: 16px 20px 0;
}

.butnow_sec {
  padding: 16px 20px;
}

.special-offer {
  color: #29166f;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}

.price {
  font-size: 20px;
  font-weight: 700;
  margin-right: 17px;
}

.old-price {
  text-decoration: line-through;
  color: #303030;
  font-size: 20px;
  font-weight: 400;
}

.btn-buy {
  background-color: #29166f;
  color: white;
  border-radius: 4px;
  padding: 10px 40px;
  font-weight: 500;
  border: 1px solid #de6f0d;
  font-size: 16px;
}

.btn-buy:hover {
  background-color: #019340;
}

.form_section {
  position: relative;
}

.form_section h2 {
  font-size: 24px;
  font-weight: 700;
}

.form_section p {
  font-size: 14px;
  font-weight: 400;
}

.form_section input.form-control.mb-3 {
  padding: 20px 15px;
}

.form_section select.form-control.mb-3 {
  padding: 8px 15px;
}

.form_section::after {
  content: "";
  position: absolute;
  width: 233px;
  height: 339px;
  background: url("../../../uploads/2025/04/form_bg.webp") no-repeat center/cover;
  top: 119px;
  bottom: 0;
  right: 14px;
}

.form_section form {
  width: 52%;
}

.form_section_wrapper {
  padding: 20px 24px 20px;
  background-color: #f5f3ff;
  border-radius: 20px;
}

.form-check label {
  font-size: 12px;
  font-weight: 400;
}

.form-check-input[type="checkbox"] {
  border-radius: 4px;
  width: 19px;
  height: 19px;
  border: 1px solid #ffe0c4;
}

.form-check-input[type="checkbox"]:checked {
  background-color: #29166f;
  border-color: #29166f;
}

.disclaimer_r[type="checkbox"]:checked {
  background-color: #29166f;
  border-color: #29166f;
}

.form-check-input[type="checkbox"]::after {
  content: "";
  display: none;
  position: absolute;
  width: 6px;
  height: 12px;
  left: 5px;
  top: 0px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.disclaimer_r[type="checkbox"]::after {
  content: "";
  display: none;
  position: absolute;
  width: 6px;
  height: 12px;
  left: 5px;
  top: 0px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn3,
.payment-form .row.btn input {
  background: #019340;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 2px solid #019340;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

/**************** End Dental consulttant *********************/

/********************* Dental Specilist **************************/

.highlight-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #ffe0c4;
}

.highlight-box h4 {
  font-size: 24px;
  font-weight: 700;
}

.highlight-box p {
  font-size: 14px;
  font-weight: 400;
}

.highlight-box a {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  color: #4d2c19;
  gap: 12px;
  justify-content: center;
}

.highlight-specialists {
  background: #fff;
  border-radius: 4px;
  padding: 16px;
  border: 1px solid #ffe0c4;
  gap: 20px;
  height: 100%;
}

.highlight-specialists h5 {
  font-size: 16px;
  font-weight: 700;
}

.highlight-specialists h5 strong span {
  color: #f6841f;
}

.dental_specialists .highlight-specialists p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.highlight-specialists a {
  font-szie: 14px;
  font-weight: 600;
  color: #4d2c19;
}

.highlight-specialists img {
  width: 77px;
}

.specialists_img {
  min-width: 77px;
}

.specialists_img img {
  width: 100%;
}

.doctor-card img {
  border-radius: 4px;
  width: 100%;
  /* height: 280px; */
}

.doctor-card {}

.dental_experts_heading {
  width: 77%;
}

.btn-orange {
  background-color: #29166f;
  color: white;
  border-radius: 4px;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  border: none;
}

.btn-outline-orange {
  background-color: white;
  color: #29166f;
  border: 1px solid #29166f !important;
  margin-top: 10px;
  border-radius: 20px;
  padding: 10px 40px;
  font-weight: 700;
  border: none;
}

.specialists_wrapper {
  background-color: #f5f3ff;
  padding: 40px 0px;
}

.dental_specialists {
  background-color: #f5f3ff;
  margin-top: 0;
}

.dental_specialists h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.dental_specialists p {
  font-size: 20px;
  font-weight: 400;
}

.doc_content h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.doc_content p {
  font-size: 14px;
  font-weight: 600;
}

.bio_link a {
  color: #29166f;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.doc_content {
  margin-top: 12px;
}

/***************** End Dental Specilist  ********************/

/************* Start Safety section ************************/

.card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.safety_section h2 {
  font-size: 24px;
}

.safety_section p {
  font-size: 20px;
  font-weight: 400;
}

.overlay {
  position: absolute;
  bottom: 20px;
  left: 32px;
  right: 32px;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 20px;
  border-radius: 0px;
}

.overlay h5 {
  font-size: 20px;
  font-weight: 700;
}

.overlay p {
  font-size: 16px;
  font-weight: 300;
}

.learn-more {
  display: flex;
  align-items: center;
  color: #ffa500;
  font-weight: bold;
  cursor: pointer;
}

.search_image {
  max-width: 36px;
}

.learn-more svg {
  margin-left: 5px;
}

.orange-line {
  display: inline-block;
  /* min-width: 133px; */
  height: 10px;
  background-color: #29166f;
  border-radius: 5px;
  margin-left: 10px;
  width: 100%;
}

.sub_heading {
  gap: 23px;
}

.learn-more {
  color: #29166f;
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  gap: 16px;
}

.safety-carousel .owl-dots.disabled,
.safety-carousel .owl-nav.disabled {
  display: block;
}

.safety-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 100%;
  right: 50px;
  background: #ffe5b3;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #ea7d28;
}

.safety-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 100%;
  right: 0px;
  background: #ffe5b3;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #ea7d28;
}

/************* end safety section ***************/

/************ Start section oral Care *************/
.oral_care {
  padding-top: 40px;
}

.banner {
  /* background: url(https://clovecontent.s3.ap-south-1.amazonaws.com/All/2025/04/img_banner.jpg) no-repeat center
    center; */
  background-size: contain;
  width: 100%;
  /* height: 63vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.banner-text {
  max-width: 50%;
}

.highlight {
  background: #4a2600;
  color: white;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
}

.btn-custom {}

/********** End section Oarl care *************/

/*********** Start section Blog ***************/

.tab-buttons {
  overflow-x: auto;
  white-space: nowrap;
}

.tab-buttons button {
  background: none;
  padding: 8px 16px;
  margin: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #888;
  border-radius: 2px;
  border: 1px solid #d0d0d0;
}

.tab-buttons button.active {
  color: #29166f;
  border: 1px solid #ffe0c4;
}

.tab-buttons .tab_wrap::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30px;
  position: relative;
  top: 10px;
  background-color: #b0b0b0;
  margin: 0px 8px;
}

.tab-buttons .tab_wrap:last-child::after {
  width: 0 !important;
  height: 0 !important;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.blog_content h5 {
  font-size: 16px;
  font-weight: 600;
}

.blog_content a {
  color: #000;
  text-decoration: none;
}

.blog_image img {
  width: 100%;
  border: 1px solid #cccccc5c;
  border-radius: 2px;
}

.blog_date {
  font-size: 14px;
  font-weight: 400;
  color: #7d7d7d;
}

.blog_tab h2 {
  font-size: 24px;
  font-weight: 700;
}

.btn-blog {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #4d2c19;
  gap: 16px;
}

.btn-video-testimonial {
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #4d2c19;
  gap: 16px;
}

/*********** End Section Blog **************/

/************ Start dental_dentistry ***********/

.dental_camp h4 {
  font-size: 24px;
  font-weight: 700;
}

.dental_camp p {
  font-size: 20px;
  font-weight: 400;
}

.dental_camp .form-control {
  padding: 20px 16px;
}

.section-container {
  background-color: #f5f3ff;
  padding: 40px 0;
  border-radius: 6px;
}

.dental_dentistry h2 {
  font-size: 24px;
  font-weight: 700;
}

.dental_dentistry p {
  font-size: 20px;
  font-weight: 400;
}

.custom-bg {
  background-color: #f5f3ff;
  border-radius: 10px;
}

.icon-box {
  background: white;
  border: 1px solid #f4dacd;
  padding: 16px;
  text-align: center;
  border-radius: 6px;
  transition: all 0.3s;
}

.icon-box a {
  color: #212529;
  text-decoration: none;
}

.icon-box:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.icon-box p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.box-img {
  width: 50px;
  min-height: 60px;
  margin-bottom: 10px;
  margin: 0 auto;
}

.box-img img {
  width: auto;
}

.btn-form {
  background-color: #29166f;
  color: white;
  border-radius: 4px;
  padding: 8px 20px;
  font-weight: bold;
  border: none;
  width: 100%;
}

.btn-form:hover {
  background-color: #29166f;
}

.btn-form:first-child:active {
  background-color: #29166f;
  color: #fff;
}

/************ End dental_dentistry *************/

/************* start FAQS ****************/

.faq-section {
  /*padding: 40px 0;*/
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-item .btn {
  position: relative;
}

.faq-item p {
  padding: 0 10px;
}

.faq-section h2 {
  font-size: 24px;
  font-weight: 700;
}

.faq-item button {
  text-decoration: none;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  border: none;
  background: none;
}

.faq-item button:focus {
  outline: none;
  box-shadow: none;
}

.faq-item .icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 23px;
  color: #e67e22;
}

/**************** End Faqs ****************/

/*************** Patient Says ************/
.patient_left h5 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.patient_left p {
  font-size: 14px;
  font-weight: 600;
  color: #777777;
}

.patient_right p {
  color: #29166f;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.2;
}


.video-box {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.video-home {
  width: 100%;
  height: auto;
}

.testi_video_wrapper {
  position: relative;
}

.play-play-button-testi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(0 0 0 / 42%);
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: background 0.3s;
}

.play-play-button-testi:hover {
  background: rgba(0, 0, 0, 0.9);
}


.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(0 0 0 / 42%);
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: background 0.3s;
}

.play-button:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* Popup Styling */
.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content {
  position: relative;
  /* width: 80%;
  max-width: 390px; */
  background: #fff;
  padding: 15px;
  text-align: center;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  cursor: pointer;
  color: #000;
}


/****************End Patient Says ********/

/************* start Footer ****************/
.footer-section {
  background-color: #019340;
  color: #fff;
}

.logo_image {
  width: 246px;
  margin-bottom: 60px;
}

.logo_image img {
  width: 100%;
}

footer.footer {
  background-color: #019340;
  color: #fff;
  padding: 0 5px;
}

.footer h5 {
  color: #c2ffdb;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 20px;
  font-size: 16px;
}

.footer ul li a:hover {
  color: #c2ffdb;
}

.footer .social-icons a {
  color: #c2ffdb;
  font-size: 20px;
  margin-right: 10px;
  text-decoration: none;
}

.footer-bottom {
  /* border-top: 1px solid #fff; */
  padding: 15px;
  text-align: right;
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
}

.icon_color {
  color: #29166f;
  margin-right: 12.5px;
}

.term_condition1 a {
  margin: 0 8px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.term_condition1 {
  text-align: right;
  margin-bottom: 24px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
}

.term_condition a {
  margin: 0 8px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.term_condition {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}

.footer-bottom .container-custome p a {
  text-decoration: none;
  color: white;
}

.desk-hide {
  display: none !important;
  padding: 0;
}

.mob-hide {
  display: block !important;
}

.arrow {
  display: flex;
  align-items: center;
  background: #e0e0e0;
  /* Light Gray Background */
  padding: 5px 15px;
  position: relative;
  width: 50px;
}

.arrow::after {
  content: "";
  position: absolute;
  right: -15px;
  /* Adjust position */
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #019340;
  /* Arrow Color */
}

.menu-title span:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #303030;
  line-height: 19.2px;
}

.menu-title span:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  display: block;
  margin-top: 12px;
}

.social-container-nav {
  display: none;
}

.expert_box,
.clinic_box,
.google_review {
  height: 100%;
  border-radius: 4px;
}

.why_trust .highlight-box {
  background-color: #fff;
  padding: 18px;
  border-radius: 4px;
  height: 100%;
  border: 0px solid;
}

.why_trust .highlight-box h5 {
  font-weight: bold;
  border-bottom: 3px solid #019340;
  display: inline-block;
  padding-bottom: 5px;
  line-height: 120%;
}

.why_trust .highlight-box ul li {
  color: #474747
}

.why_trust .img-fluid-custom {
  border-radius: 4px;
}

.why_trust {
  background-color: #F5FBFC;
  padding-top: 1px;
}

.toc__MycjP>h2,
.toc__MycjP>ul {
  display: none;
}

/*************** End footer *****************/

@media only screen and (max-width: 1370px) {
  .blog_tab .tab-buttons::-webkit-scrollbar {
    display: none;
  }

  .blog_page_container .offer_card h2 {
    font-size: 30px;
  }

  .why_trust .highlight-box ul li {
    font-size: 15px;
  }

  .why_trust .highlight-box h5 {
    font-size: 17px;
    color: #474747
  }

  .h_review .text-orange {
    font-size: 36px;
  }

  .clinic_box h2 {
    font-size: 21px;
  }

  ul#primary-menu .nav-link {
    font-size: 14px;
  }

  .container-clinic-page {
    padding: 40px 40px !important;
  }

  .btn-buy {
    padding: 10px 24px;
  }

  .plan-card {
    height: 100%;
  }

  .price {
    margin-right: 9px;
  }

  .treatments_item p {
    font-size: 20px;
  }

  .search-box p {
    font-size: 18px;
  }

  .highlight-box h4 {
    font-size: 21px;
  }

  .form-check label {
    font-size: 10px;
  }

  .form_section p {
    font-size: 13px;
  }

  .banner {
    /* padding: 213px; */
  }

  .clinic-address-container .btn1 p,
  .clinic-address-container .btn2 p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {

  .contact_clove {
    display: none;
  }

  .term_condition {
    display: none;
  }

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
  .scroller__inner {
    display: flex;
    gap: 40px;
    animation: scroll 20s linear infinite;
    min-width: 100%;
  }

  @keyframes scroll {
    from {
      transform: translateX(0%);
    }

    to {
      transform: translateX(calc(-50% - 5px));
    }
  }

  .bottom_consultant ul {
    padding-left: 1rem;
  }

  .bottom_consultant {
    padding: 20px 12px;
  }

  .why_trust .highlight-box ul {
    padding-left: 1rem;
  }

  html #wpadminbar {
    display: none;
  }

  .custom-announcement-bar {
    overflow-x: scroll;
  }

  .container-fluids.showcase-wraps {
    padding-bottom: 31%;
  }

  .clinic-address-container .clinic-img {
    display: block;
    height: auto;
  }

  .bob-humb-logo img {
    width: 90%;
  }

  .social-container-nav {
    display: block;
  }

  .dental-icon {
    margin-bottom: 0;
  }

  .dental-icon img {
    width: 74%
  }

  .nav-item.dropdown>span {
    justify-content: space-between;
  }

  .contact-menu-item a {
    flex-direction: row-reverse;
  }

  .input_box.captcha img {
    height: 56px;
  }

  .container-clinic-page .btn:hover {
    color: #fff;
    background-color: #29166f;
    border-color: #29166f;
  }

  .navbar .desk-hide .row .col-4 {
    display: flex;
    align-items: center;
  }

  .desk-hide {
    display: block !important;
  }

  .mob-hide {
    display: none !important;
  }

  .scroller_section,
  .main-banner-area {
    padding: 0;
  }

  section {
    padding: 0 16px;
  }

  .treatments-carousel {
    text-align: center;
  }

  .treatments_item h3 {
    font-size: 24px;
  }

  .treatments_item p {
    font-size: 20px;
    margin-bottom: 2.5rem;
  }

  .google_sec {
    justify-content: center !important;
    padding: 0;
  }

  .search-box {
    padding: 20px 12px;
    text-align: center;
  }

  .search-box h5 {
    font-size: 20px;
  }

  .search-box p {
    font-size: 16px;
  }

  .cityhome {
    max-width: 100%;
    padding: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .why_trust .col-lg-6 .row {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: scroll;
    padding: 15px 0;
  }

  .why_trust .col-lg-6 .row .col-md-6 {
    flex: 0 0 calc(100%/1.2 - 10px * 1/1.2);
  }

  .btn {
    font-size: 14px;
  }

  .btn-clinic {
    padding: 9px;
  }

  .dental-section h2 {
    font-size: 20px;
  }

  .dental-section {
    padding: 20px;
    font-size: 16px;
  }

  .form-check label {
    font-size: 12px;
    text-align: left;
  }

  .dental_section_wrapper h2 {
    font-size: 20px;
    margin-bottom: 2.25rem !important;
  }

  .dental_section_wrapper {
    border-radius: 0;
    padding: 16px;
  }

  .btn-consult {
    font-size: 14px;
  }

  .special-offer {
    font-size: 12px;
  }

  .price {
    font-size: 16px;
  }

  .old-price {
    font-size: 16px;
  }

  .oral_care {
    padding-top: 0px;
  }

  /* .safety_section{
    padding: 0px ;
} */

  .safety-carousel .owl-stage {
    padding-left: 0px !important;
  }

  .safety-carousel .owl-dots {
    display: none;
  }

  .corporate-content {
    animation: corporatescroll 5s linear infinite;
  }

  .dental_section_wrapper .col-4 {
    padding-inline: 4px;
    margin-top: 8px;
  }

  .dental_section_concern_wrapper .col-4 {
    padding-inline: 4px;
    margin-top: 8px;
  }

  .dental_solutions {
    padding: 0;
  }

  .form_section form {
    width: 100%;
  }

  .form_section::after {
    display: none;
  }

  .form_section_wrapper {
    text-align: center;
  }

  .highlight-box img {
    height: auto;
  }

  .highlight-box h4 {
    font-size: 18px;
  }

  .dental-consultant .col-md-3 {
    width: 100%;
    flex: 0 0 calc(100% / 2.5 - 20px * 2 / 2.5);
    flex-direction: column;
    justify-content: space-between;
  }

  .dental-consultant .row {
    display: flex;
    gap: 10px;
    justify-content: flex-start !important;
    flex-wrap: inherit;
    overflow-x: scroll;
    margin-top: 32px;
  }

  .dental-consultant .row.justify-content-center::-webkit-scrollbar {
    display: none;
  }

  .preventive_content {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start !important;
  }

  .preventive_content .btn-buy,
  .preventive_content .btn-buy-a {
    width: 100%;
  }

  .plan-card h4 {
    font-size: 16px;
  }

  .plan-card ul li {
    font-size: 14px;
  }

  .specialists_wrapper {
    padding: 32px 16px;
  }

  .dental_specialists h2 {
    font-size: 20px;
  }

  .dental_specialists p {
    font-size: 16px;
  }

  .specialists_rows {
    display: flex;
    flex-direction: column-reverse;
  }

  .form_section_wrapper h2 {
    font-size: 20px;
  }

  .form-control {
    font-size: 16px;
  }

  .faq-item>div {
    padding: 0.375rem 0.75rem;
  }

  .footer h5 {
    font-size: 18px;
  }

  .footer ul li a {
    font-size: 14px;
  }

  .home_specialists .col-md-3 {
    width: 100%;
    flex: 0 0 calc(100% / 2.5 - 20px * 2 / 2.5);
    flex-direction: column;
    justify-content: space-between;
  }

  .specialists_img {
    display: none;
  }

  .home_specialists {
    display: flex;
    gap: 0px;
    justify-content: flex-start !important;
    flex-wrap: inherit;
    overflow-x: scroll;
    margin-top: 32px;
  }

  .home_specialists::-webkit-scrollbar {
    display: none;
  }

  .highlight-box p {
    font-size: 16px;
  }

  .heading h2 {
    font-size: 20px !important;
  }

  .heading p {
    font-size: 16px;
  }

  .patient_left h5 {
    font-size: 14px;
  }

  .patient_left p {
    font-size: 12px;
  }

  .patient_right p {
    font-size: 14px;
  }

  .dental-consultant h2 {
    font-size: 20px;
  }

  .btn-orange {
    font-size: 14px;
  }

  .safety_section h2 {
    font-size: 20px;
  }

  .safety_section p {
    font-size: 16px;
  }

  .safety-carousel .owl-nav button.owl-prev {
    display: none;
  }

  .safety-carousel .owl-nav button.owl-next {
    display: none;
  }

  .dental_specialists {
    padding: 0;
  }

  .highlight-specialists {
    margin-bottom: 16px;
  }

  .home_specialists1 {
    margin-bottom: 0px;
    gap: 0rem;
  }

  .home_specialists1 .col-md-4 {
    margin-bottom: 10px;
  }

  .tab-buttons::-webkit-scrollbar {
    display: none;
  }

  .dental_camp h4 {
    font-size: 20px;
    text-align: center;
  }

  .dental_camp p {
    font-size: 16px;
    text-align: center;
  }

  .blog_tab h2 {
    font-size: 20px;
  }

  .corporate_sec h3 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
  }

  .dental_dentistry h2 {
    font-size: 20px;
  }

  .logo_image {
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #d0d0d0;
  }

  .logo_image img {
    width: 68%;
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }

  .contact_clove1 {
    display: none;
  }

  .term_condition1 {
    display: none;
  }

  .term_condition a {
    font-size: 14px;
  }

  .contact_clove {
    text-align: left;
    gap: 20px;
  }

  .contact_clove p {
    margin-bottom: 20px;
  }

  .treatments-carousel .owl-dots {
    display: none;
  }

  .img.google_logo {
    width: 80px;
  }

  .footer-bottom .container-custome p {
    font-size: 12px;
    text-align: center;
  }

  .footer-bottom .container-custome p a {
    text-decoration: none;
    color: white;
  }

  .footer-bottom {
    padding-bottom: 10px;
  }

  .dental_dentistry .container .row {
    justify-content: normal !important;
    padding: 10px;
  }

  footer.footer {
    padding: 0 16px;
  }

  /* .term_condition,.contact_clove,.footer-bottom {display: none;} */
  .menu_footer {
    margin-top: 40px;
  }

  .scroller__inner {
    gap: 10px;
    animation: scroll 40s linear infinite;
    min-width: fit-content;
  }

  .faq-item p {
    padding: 0;
  }

  .banner {
    display: none !important;
  }

  .banner {
    /* background: url(/wp-content/uploads/2025/02/clove_oral.png) no-repeat center
      center; */
    background-size: contain;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }

  /* .safety_section .container{
    padding-left: 0px !important;
    padding-right: 0px !important;
} */
  .faqs .row>* {
    padding-left: 0px !important;
  }

  .video-box img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
  }

  /* .safety_section .owl-item{
    width:
} */


  /* .overlay{right:0;left:0;bottom: 0;} */
  .search-image {
    display: none !important;
  }

  .overlay {
    background: #112230;
    position: static;
    color: white;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .safety-carousel .owl-item img {
    aspect-ratio: 3/2;
    object-fit: cover;
    object-position: top;
  }

  .blog_tab .tab-content .blog_image {
    width: 100% !important;
  }

  .blog_tab .tab-content .blog_content {
    width: 68% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .blog_tab .tab-content .blog_content h5 {
    font-size: 14px;
  }

  .blog_tab .tab-content .blog_content span {
    font-size: 12px;
  }

  .blog-item:nth-child(n + 4) {
    display: none;
  }

  /* Hide the 4th post */
  .faq-item button {
    font-size: 16px;
  }

  .navbar.navbar-top {
    /* display: none; */
  }

  .navbar-top a {
    columns: inherit;
    text-decoration: none;
  }

  .navbar-bottom {}

  .icondown {
    display: inline-block;
    width: 18px;
    height: 24px;
    background-image: url('https://clovecontent.s3.ap-south-1.amazonaws.com/All/2025/04/Arrow-1.svg');
    background-size: contain;
    /* fit image */
    background-repeat: no-repeat;
    background-position: center;
  }

  .navbar-toggler-icon {
    background-image: url(https://clovecontent.s3.ap-south-1.amazonaws.com/All/2025/04/Frame-3.svg);
    width: 26px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler {
    border: 0px solid;
  }

  .navbar-collapse {
    position: fixed;
    top: 66px;
    left: -250px;
    width: 100%;
    height: 100%;
    background: #fffaf5;
    /*transition: left 0.3s ease-in-out;*/
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateX(-100%);
    /*    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);*/
    z-index: 1050;
  }

  .navbar-collapse.show {
    left: 0;
    transform: translateX(0);
  }

  .navbar-nav {
    /*padding: 20px;*/
  }

  .fa-xmark {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 22px;
    cursor: pointer;
    color: #4D2C19;
    font-weight: 700;
  }

  .navbar-brand img {
    width: 80%;
  }

  #primary-menu>.nav-item {
    border-bottom: 2px solid #d6d6d6;
  }

  ul#primary-menu .nav-link {
    color: #4e3224;
    display: block;
    font-weight: 700;
    line-height: 29px;
  }

  .navbar-nav {
    margin: 50px 20px;
  }

  .navbar-bottom .row {
    justify-content: end;

  }

  .navbar .btn-help {
    padding: 5px;
  }

  .nav-item.dropdown>span>span {
    /*padding-right: 15px;*/
    margin-left: 5px;
  }

  .bob-humb-logo {
    display: block;
  }

  .scroll-container .patient-card {
    flex: 0 0 calc(100% / 2.5 - 20px * 2 / 2.5);
  }

  .dental-card {
    padding: 16px 0px;
    height: 100%;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    background: #fffaf5;
  }

  .help_dropdown_close {
    border: 0px;
    background: transparent;
    font-size: 20px;
    position: relative;
    top: 14px;
    display: block;
    width: 100%;
  }

  .help_dropdown_close i {
    position: absolute;
    right: 15px;
  }

  .action_btns_bottom {
    display: block;
  }

  .action_btns_bottom {
    background-color: #fff1e6;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    padding: 8px 16px;
    border: 1px solid #ffe0c4;
    border-radius: 22px 22px 0 0px;
  }

  .action_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .action_content h3 {
    font-size: 12px;
    font-weight: 600;
  }

  .action_content a {
    color: #333;
    text-decoration: none;
  }

  .action_content h3::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 30px;
    position: absolute;
    top: 10px;
    background-color: #b0b0b0;
    margin: 0px 22px;
  }

  .action_content {
    position: relative;
  }

  .doc_content div p {
    font-size: 12px;
  }

  .highlight-specialists {
    padding: 8px 16px;
    align-items: center;
  }

  .blog_section {
    display: flex;
    gap: 0px;
    justify-content: flex-start !important;
    flex-wrap: inherit;
    overflow-x: scroll;
  }

  .dental_solutions_concern .dental-icon img {
    width: 50%;
  }

  .dental_solutions_concern .dental_section_concern_wrapper {
    padding: 32px 0;
  }

  .dental_solutions_concern .dental-card p {
    font-size: 12px;
  }

  .dental_solutions_concern .dental-card {
    padding: 6px;
  }

  .blog_section .blog-item {
    flex: 0 0 calc(100% / 1.5 - 20px * 1 / 1.5);
  }

  .blog_section::-webkit-scrollbar {
    display: none;
  }
  
}

@media only screen and (max-width: 600px) {

  /* .explore_clove{display:none;} */
  .scroll-container .patient-card {
    flex: 0 0 calc(100% / 1.5 - 20px / 1.5);
  }

  .dental-consultant .col-md-3 {
    flex: 0 0 calc(100% / 1.2 - 20px / 1.2);
  }

  .home_specialists .col-md-3 {
    width: 100%;
    flex: 0 0 calc(100% / 1.5 - 20px * 1 / 1.5);
  }
  
}

@media only screen and (max-width: 480px) {
  .container-fluids.showcase-wraps {
    padding-bottom: 100%;
  }

  .specialists_img {
    display: block;
  }

  .btn-form {
    margin-top: 20px;
  }

  .bio_link a {
    font-size: 14px;
  }

  .bio_link {
    white-space: nowrap;
  }

  .doc_content h5 {
    font-size: 14px;
  }

  .dental_specialists p {
    font-size: 16px;
  }

  .banner {
    background: url(../../../uploads/2025/02/mobile_oral_care.png) no-repeat center center;
    padding: 132px;
  }

  .btn-clinic {
    margin-top: 24px;
  }

  .dental-card p {
    font-size: 12px;
  }

  .dental-card {
    padding: 14px;
  }

  .form_section_wrapper {
    padding: 16px;
  }

  .form_section {
    padding: 0;
  }

  .highlight-box a {
    justify-content: start;
  }
    .about{
    margin-top: -15rem !important;
  }
  .prevBtn .nextBtn{
    display: none !important;
  }
}

@media only screen and (max-width: 400px) {
  
  .nextBtn,
  .prevBtn {
    top: 15px;
    display: none !important;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1100px) {
  .container-custome {
    padding: 0 20px;
  }

  .navbar-nav {
    /* margin-left: 0; */
  }

  .navbar-nav li {
    margin-right: 11px;
  }

  .dental_section_wrapper {
    padding: 32px 15px;
  }

  .btn-consult {
    padding: 10px 11px;
  }

  .d-flex.align-items-center.justify-content-between.preventive_content {
    flex-direction: column;
    gap: 10px;
  }

  .highlight-specialists {
    gap: 5px;
    height: 100%;
  }

  .dental-consultant .col-md-3 {
    width: 33%;
  }

  .btn-buy {
    width: 100%;
  }

  .overlay .orange-line {
    /* min-width: 21px; */
    width: 100%;
  }

  .highlight-box a img {
    width: 10%;
  }
}

.ayur-bgcover {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0 80px;
}

.ayur-testimonial-sec {
  background-image: url('../images/test-bg.png');
  max-width: 1820px;
  margin: 0 auto;
  padding: 100px 0 80px;
}

.ayur-heading-wrap {
  text-align: center;
  margin: 0 0 44px;
}

.ayur-heading-wrap h5 {
  font-size: 18px;
  font-weight: 400;
  color: var(--ayur-primary-color);
  padding: 0 0 3px;
  font-family: 'Raleway', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.ayur-heading-wrap h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--ayur-heading-color);
  font-family: 'Raleway', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.swiper.ayur-testimonial-slider {
  padding: 20px 0;
}

/* banner slider css */
.ayur-banner-slider .ayur-ban-slide>.swiper-slide img {
  display: block;
  width: 100%;
}

.ayur-banner-slider .swiper-slide.swiper-slide-visible.swiper-slide-prev .ayur-ban-slide,
.ayur-banner-slider .swiper-slide .ayur-ban-slide {
  transform: scale(0.5);
}

.ayur-banner-slider .swiper-slide.swiper-slide-visible.swiper-slide-next .ayur-ban-slide {
  transform: scale(0.6);
}

.ayur-banner-slider .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
  overflow: inherit;
  top: 0;
}

.ayur-banner-slider .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active .ayur-ban-slide {
  transform: scale(1.1);
}

.ayur-banner-slider .swiper-slide {
  top: 40px;
}

.swiper-slide.swiper-slide-visible.swiper-slide-prev {
  left: -72px;
}

.swiper-slide.swiper-slide-visible.swiper-slide-next {
  right: -30px;
}

.ayur-test-box .ayur-test-namesec .ayur-testquote svg path {
  transition: all .3s linear;
}

.ayur-test-box:hover .ayur-test-namesec .ayur-testquote svg path {
  fill: var(--ayur-primary-color);
  opacity: 1;
}

.ayur-test-box {
  max-width: 570px;
  padding: 5px;
  box-shadow: 3px 4px 29.6px 0px #0000000F;
  background-color: var(--ayur-white-color);
  border-radius: 10px;
  transition: all .3s linear;
}

.ayur-test-text {
  max-width: 560px;
  padding: 20px 24px;
  border-radius: 5px;
  background-color: var(--ayur-testpara-bgcolor);
}

.ayur-test-text img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-left: 35%;
}

.ayur-test-namesec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 25px 20px;
}

.ayur-testname {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ayur-testname h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary-color);
  }

.ayur-testimonial-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ayur-testimonial-section img {
  object-fit: cover;
  border: 3px solid #019340;
}

.swiper.ayur-testimonial-slider {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.counter-box-number {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  gap: 4px;
  min-height: 40px;
  /* Keep height consistent */
}

.counter-box-number .count {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  min-width: 60px;
  /* Adjust based on largest expected number */
}

.counter-box-number::after {
  content: '+';
  font-size: 24px;
  color: #019340;
  margin-left: 2px;
  position: relative;
  top: -2px;
}

/* Section: Achievements */
.section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.title-wrap .h-sub {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.title-wrap .h1 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.h-decor {
  width: 60px;
  height: 3px;
  background-color: #019340;
  margin: 0 auto 40px auto;
}

/* Equal Height Wrapper */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* Counter Box */
.counter-box {
  background: #ffffff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 320px;
  /* Ensures all cards are at least this height */
}

.counter-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.counter-box-icon {
  font-size: 36px;
  color: #019340;
  margin-bottom: 10px;
}

.counter-box-icon img {
  max-width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.counter-box-number {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.counter-box-text {
  font-size: 16px;
  font-weight: 600;
  color: #019340;
  margin-bottom: 5px;
}

.counter-box p {
  font-size: 14px;
  color: #666;
  margin: 0;
  min-height: 40px;
  /* Optional: reserve vertical space */
}

/* Decor Divider */
.decor {
  width: 30px;
  height: 2px;
  background-color: #ccc;
  margin: 12px auto;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .title-wrap .h1 {
    font-size: 26px;
  }

  .counter-box {
    min-height: auto;
    padding: 20px 15px;
  }

  .counter-box-number {
    font-size: 26px;
  }

  .counter-box-text {
    font-size: 15px;
  }

  .counter-box p {
    font-size: 13px;
    min-height: auto;
  }

  .row {
    display: block;
  }
}

a.stickywhatsapp {
  position: fixed;
  right: -80px;
  bottom: 50%;
  padding: 5px 10px;
  background: #fff;
  border-radius: 10px 0px 0px 10px;
  color: inherit;
  font-size: 12px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 0 12px 0 #0003;
  z-index: 1;

}

a.stickycall {
  position: fixed;
  right: -45px;
  bottom: 43%;
  padding: 5px 10px;
  background: #fff;
  border-radius: 10px 0px 0px 10px;
  color: inherit;
  font-size: 12px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 0 12px 0 #0003;
  z-index: 1;
}

/* Sticky Whatsapp and call icon */
a.stickywhatsapp:hover {
  right: 0
}

a.stickycall:hover {
  right: 0
}

.stickywhatsapp img,
.stickycall img {
  display: inline-block;
  width: 35px;
  height: auto;
  vertical-align: -12px;
}

.stickycall img {
  width: 30px;
}

 .home-plan-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    width: 300px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .home-plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  }

  .home-plan-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    filter: grayscale(0.3);
  }

  .home-plan-card h3 {
    font-size: 1.4rem;
    color: #019340;
    margin-bottom: 5px;
  }

  .plan-price {
    color: #29166f;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .home-plan-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 25px;
    color: #555;
    font-size: 0.95rem;
  }

  .home-plan-card ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
  }

  .home-plan-card ul li::before {
    content: "✔";
    color: #019340;
    font-size: 0.85rem;
    position: absolute;
    left: 0;
    top: 1px;
  }

  .plan-btn {
    display: inline-block;
    background: #019340;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
  }

  .plan-btn:hover {
    background: #017d36;
  }


.about-section {
  background-color: #f8f9fa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #019340;
}

.intro-text {
  max-width: 900px;
  margin: auto;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.dentist-story h4 {
  font-size: 20px;
  font-weight: 600;
  color: #29166f;
}

.dentist-story h6 {
  font-size: 15px;
  margin-bottom: 10px;
}

.dentist-story p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

@media (max-width: 767px) {
  .about-section .section-title {
    font-size: 26px;
  }

  .dentist-story {
    text-align: center;
  }

  .dentist-story p {
    font-size: 14px;
  }
}

/* team styling */
.team-section {
  background-color: #f9f9f9;
}

.container-team {
  max-width: 1140px;
  margin: auto;
  padding: 0 15px;
}

.section-heading {
  color: #29166F;
  font-weight: bold;
  font-size: 2.5rem;
}

.team-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  align-items: start;
}

.team-member {
background-image: linear-gradient(to bottom, rgba(187,198,255,0.2),  rgba(194, 255, 219, 0.5));
  border: 1px solid #eee;
  padding: 2rem;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.team-member:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.team-photo {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 4px solid #019340;
}

.doctor-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #29166F;
  margin-bottom: 0.25rem;
}

.designation {
  color: #019340;
  font-weight: 500;
  margin-bottom: 1rem;
}

.bio {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.highlight-d {
  color: #29166F;
  font-weight: 600;
}

.highlight-green {
  color: #019340;
  font-weight: 600;
}

@media (max-width: 767px) {
  .team-photo {
    width: 120px;
    height: 120px;
  }
}

