body {
  font-family: 'Metropolis', sans-serif;
  font-weight: 500;
}

html,
body {

  overflow-x: hidden;

}

a {
  text-decoration: none;
}

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

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

p {
  color: #363636;
}

ul {
  padding: 0;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

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

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

.cmn-btn:hover {
  color: #fff;
  background-color: #750f47;
}

.heading h2 {
  color: #202020db;
  font-size: 40px;
  font-weight: 800;
  line-height: 45px;
  margin-bottom: 15px;
  font-family: 'Metropolis', sans-serif;
}

.heading h2 span {
  color: #4e0e54;
}

.heading hr {
  background-color: #fff;
  opacity: 1;
  width: 95%;
  margin: 15px 0;
  height: 0.5px;
}

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

li {
  list-style: none;
}


/*======== header area =========*/

.header-area {
  padding: 30px 0px;
  position: absolute;
  width: 100%;
  background-color: transparent;

}

.header-area .logo img {
  width: 200px;
}

.appointment-header {
  display: flex;
  align-items: center;
}

.appointment-header .apt-call-info a {
  color: #fff;
  font-size: 22px;
  transition: all 0.4s;
}

.appointment-header .apt-call-info a:hover {
  color: #c1bbc1;
}

/*======== header area End =========*/

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

.banner-area {
  padding: 140px 0px 60px;
  /* background: radial-gradient(circle at bottom left, rgba(138, 29, 111, 0.45) 0%, rgba(138, 29, 111, 0.15) 35%, rgba(0, 0, 0, 0) 60%), linear-gradient(135deg, #4b0a4f 0%, #6a145f 35%, #8a1d6f 65%, #a3267f 100%); */
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 30%;
}

.banner-cnt {
  margin-right: 50px;
}

.banner-cnt .heading h2 {
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.banner-cnt .heading h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
}

.banner-cnt .heading h3 span {
  font-size: 22px;
  font-weight: 700;
  color: #fb97d4;
  font-family: "Montserrat", sans-serif;
}

.banner-cnt .heading p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 5px;
}

.banner-cnt .heading p span {
  font-weight: 800;
  color: #fb97d4;
}

.bnr-cnt-bx p {
  font-size: 16px;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.bnr-count-bx {
  display: flex;
  border-radius: 15px;
  padding: 15px 10px 15px 20px;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff8f6;
  min-width: 230px;
  margin: 10px 30px 10px 0;
  transition: all 0.5s;
}

.bnr-count-bx:hover {
  background-color: #750f47;
  transform: scale(1.03);
}

.count-up-inr {
  display: flex;
  align-items: center;
}

.count-up-inr h2 {
  font-size: 25px;
  margin: 0;
  font-weight: 600;
  line-height: 28px;
  transition: all 0.5s;
}

.count-up-inr span {
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  transition: all 0.5s;
}

.count-cnt p {
  font-size: 11px;
  color: #4b5563;
  margin: 0;
  transition: all 0.5s;
}

.bnr-count-bx:hover .count-up-inr h2,
.bnr-count-bx:hover .count-up-inr span,
.bnr-count-bx:hover .count-cnt p {
  color: #fff8f6;
}

.count-img img {
  background-color: #4d0e53;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
}

.countdown-inr {
  display: inline-block;
  background-color: #750f47;
  padding: 30px 60px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.countdown-inr p {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}


.banner-countdown {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.banner-countdown .time-box span {
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
}

.banner-countdown .time-box .label {
  font-size: 11px;
  color: white;
  letter-spacing: 3px;
  text-align: center;
}

.banner-countdown .colon {
  font-size: 43px;
  color: #fff;
  line-height: 40px;
}

.form-inr {
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 99;
  box-shadow: 0px 3px 7px rgb(0 0 0 / 2%), 0 8px 16px rgb(0 0 0 / 9%);
  margin-right: 50px;
  left: -30px;
}


.form-inr h2 {
  color: #4d0e53;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.form-inr .form-control {
  padding: 11px 18px;
  font-size: 15px;
  color: #000;
  border-radius: 10px;
  border: 1px solid #c2c2c2;
  background-color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
}

.form-inr .form-select-bx {
  padding: 7px 0 15px;
}

.form-inr .form-control:focus {
  border: 1px solid #c2c2c2;
}

.form-check-input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #c2c2c2;
  background-color: #c2c2c2;
}

.form-check-label {
  color: #c2c2c2;
  font-weight: 600;
  transition: color 0.3s ease;
  padding: 0 10px;
}

.form-sbmt-btn .cmn-btn {
  padding: 12px 60px 12px;
  background-color: #bb4958;
  font-weight: 600;
  transition: all 0.5s;
  border: none;
  border-radius: 10px;
}

.form-sbmt-btn .cmn-btn:hover {
  background-color: #750f47;
}

.counter-area {
  padding: 50px 0;
}

.counter-area .count-up {
  border-right: 2px solid #e8e8e8;
  padding: 20px 0;
  position: relative;
}

.count-up-inr {
  position: relative;
  height: 70px;
}

.count-up-inr::before {
  content: "";
  position: absolute;
  top: -20px;
  width: 90px;
  height: 100px;
  background-color: #fde6ec;
  border-radius: 50%;
  z-index: -1;
}

.row>.col-md-3:last-child .count-up {
  border-right: none;
}

.counter-area .count-up h2 {
  font-size: 45px;
  color: #4d0e53;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.counter-area .count-up span {
  font-size: 45px;
  color: #4d0e53;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.counter-area .count-up p {
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

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


/* ========== About Galaxy ========== */

.about-galaxy {
  padding: 60px 0 20px;
  background-color: #fbfbfb;
}

/* ========== About Galaxy End ========== */


/* ========== Testimonials ========== */

.testimonial-area {
  padding: 60px 0;
}

.testimonial-area .heading {
  margin-bottom: 40px;
}

.testi-inr iframe {
  width: 100%;
  height: 400px;
}

.testimonial-area .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-area .owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}

.testimonial-area .owl-carousel .owl-nav button.owl-next {
  right: -60px;
}


.testimonial-area .owl-carousel .owl-nav button.owl-next,
.testimonial-area .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 27px;
  line-height: 42px;
  color: #363636;
  box-shadow: 0px 0px 0px #eee;
}

.testimonial-area .owl-carousel .owl-nav button.owl-next:hover,
.testimonial-area .owl-carousel .owl-nav button.owl-prev:hover {
  color: #750f47;
}

.tratment-sec {
  padding: 20px 0 60px;
}

.tratment-sec .heading {
  margin-bottom: 50px;
}

.treat-cnt-bx {
  position: relative;
  margin: 40px 0;
}

.treat-cnt-bx::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid #8b2b7c;
  border-top: none;
  border-radius: 0 0 18px 18px;
  z-index: -1;
}

.treat-cnt-bx .treat-cnt {
  background-color: #ffecf7;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  top: -30px;
  border-radius: 15px;
}

.treat-cnt-bx .treat-cnt img {
  width: 60px;
  height: 55px;
  object-fit: contain;
}

.treat-cnt-bx .treat-cnt p {
  color: #4e0e54;
  font-size: 17px;
  font-weight: 600;
  margin: 15px 0 0;
}


/* ========== Testimonials End ========== */


/* ========== Gallery ========== */

.gallery {
  padding: 60px 0;
  background-color: #f4f4f4;
}

.gallery .heading h2 {
  color: #4e0e54;
  margin-bottom: 50px;
}

.gallery iframe {
  height: 410px !important;
}

.galler-img img {
  margin: 0 10px;
}


/* ========== Gallery End ========== */


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

.faq-area {
  padding: 60px 0 20px;
}

.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: 15px 0 0;
  font-size: 16px;
  color: #6b7280;
}

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

.faq-area .accordion-item {
  border: 1px solid #6c7381;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 16px;
}

.faq-area .accordion-button::after {
  background-image: none !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\2b";
  font-size: 16px;
  transform: none;
}


.faq-area .accordion-button:not(.collapsed)::after {
  background-image: none !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f068";
  font-size: 16px;
  transform: none;
}

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


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

.bottom-footer {
  background-color: #750f47;
  padding: 15px 30px;
}

.inner-foot-botm {
  display: flex;
  justify-content: center;
}

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

.foot-prcy p a {
  color: #fff;
}

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


/* ========== 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: #750f47;
  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;
  right: 50px;
}

.sticky-call-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(rgba(97, 53, 61, 0.25) 60%, transparent 100%);
  opacity: 0.7;
  z-index: -1;
  animation: ripple 1.8s infinite cubic-bezier(0.4, 0, 0.2, 1);
}

.sticky-btn:hover {
  transform: scale(1.12) rotate(-2deg);
  box-shadow: 0 8px 24px 6px rgba(173, 112, 84, 0.4), 0 0 40px 10px rgba(255, 165, 0, 0.25);
}

.sticky-btn a {
  color: #fff;
  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: 30px;
}


@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 ========== */


/*========= clinic near you ==========*/

.clinic-near-you {
  padding: 60px 0;
  width: 100%;
  background-image: url(../images/clinick-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.find-dental-near-bx .heading h2 {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}

.find-dental-near-bx .heading hr {
  color: #41190a;
}

.find-dental-near-bx {
  padding-right: 60px;
}

.select-view-btn {
  margin-bottom: 40px;
}

.select-view-btn form {
  display: flex;
  justify-content: space-between;
}

.select-view-btn .input_box {
  width: 50%;
  margin-right: 13px;
}

.select-view-btn .form-control {
  padding: 12px 41px 12px 15px;
  border: none;
  border-radius: 10px;
  font-weight: 500;
}

.select-view-btn .form-control option {
  font-weight: 500;
}

.loc-contact-info h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}

.clinic-call {
  display: flex;
}

.clinic-call .loc-li-info {
  margin-right: 20px;
}

.loc-li-info.clinic-address {
  width: 100%;
}

.loc-li-info {
  display: flex;
  margin-bottom: 14px;
}

.loc-li-info .info-ic {
  width: 27px;
}

.loc-li-info .info-ic i {
  color: #1d378c;
}

.loc-li-info .info-ic i {
  color: #bb4958;
}

.info-add p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #fff;
}

.info-add p a {
  color: #fff;

  text-transform: uppercase;
}

.clinic-direc-btn {
  margin-top: 20px;
}

.clinic-direc-btn .cmn-btn.cmn-dir {
  margin-right: 10px;
  background: #bb4958;
  color: #fff;
  border-radius: 10px;
}

.clinic-direc-btn a {
  font-size: 14px;
}

.clinic-map-bx {
  margin-top: 30px;
}

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

.apoint-table table thead tr th {
  color: #41190a;
  text-transform: uppercase;
}

.apoint-table th,
.apoint-table td {
  border: 1px solid #362400 !important;
  padding: 15px 20px;
  line-height: 1;
  color: #000;
}

.appointment-info {
  margin-top: 50px;
  background-color: #fff;
  margin: 60px;
  border-radius: 10px;
  padding: 40px 0px;
}

.appointment-info .heading {
  text-align: center;
}

.appointment-info .heading h2 {
  font-size: 36px;
  line-height: 40px;
  color: #41190a;
}

.appointment-info .heading hr {
  color: #362400;
  margin: 0 auto 30px;
}

.apoint-table {
  padding: 0px 50px;
}

.btn-center {
  margin-top: 40px;
}

.btn-center .cmn-btn {
  background-color: #41190a;
  background-image: none;
  color: #fff;
}

.clinic-direc-btn .cmn-btn {
  width: 150px;
  text-align: center;
  margin: 10px 0px;
}

/*========= end clinic near you ==========*/


.popup-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none;
  visibility: hidden;
  transition: all 0.3s ease;
}

.popup-modal.show {
  display: inline-flex;
  visibility: visible;
}

.popup-content {
  position: relative;
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  background-color: #4d0051;
  color: #fff;
  padding: 8px 11px;
  border-radius: 50%;
}

.popup-modal iframe {
  width: 500px !important;
  height: 401px !important;
  border-radius: 20px !important;
}


.sidebar-bx {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 999;
  transform: translateY(-30%);
  transition: transform 0.4s ease;
}

.sidebar-bx-inr {
  display: flex;
  flex-direction: column;
  width: 95px;
  overflow: hidden;
  border-radius: 0;
}

.sidebar-bx-inr .item {
  height: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ff6fae, #e5007d);
  transition: background 0.3s ease, transform 0.3s ease;
}

.sidebar-bx-inr .item:nth-child(1) {
  background: linear-gradient(180deg, #ff86c8, #ff5aa7);
}

.sidebar-bx-inr .item:nth-child(2) {
  background: linear-gradient(180deg, #ff5aa7, #f73c9c);
}

.sidebar-bx-inr .item:nth-child(3) {
  background: linear-gradient(180deg, #f73c9c, #e5007d);
}

.sidebar-bx-inr .item:nth-child(4) {
  background: linear-gradient(180deg, #e5007d, #c4006a);
}

.sidebar-bx-inr .item:nth-child(5) {
  background: linear-gradient(180deg, #c4006a, #a8005a);
}

.sidebar-bx-inr .item i {
  font-size: 32px;
  margin-bottom: 8px;
}

.sidebar-bx-inr .item span {
  font-size: 9px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-align: center;
}



.sidebar-bx.is-top {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  transform: translate(0, 0);
  width: 100%;
  flex-direction: row;
  transition: transform 0.4s ease, background 0.4s ease;
}

.sidebar-bx.is-top .sidebar-bx-inr {
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.sidebar-bx.is-top .sidebar-bx-inr .item {
  width: 200px;
  height: 80px;
  border-radius: 0;
}


.sidebar-bx-inr .item:hover {
  transform: scale(1.03);
}