/*==Leading page Css Start  ==*/
:root {
  --theme-new-text-gray: #7f7f7f;
  --theme-secondary: #e3fcf3;
}

.new-gray-text {
  color: var(--theme-new-text-gray);
}

.city-home-slider-title {
  font-size: 28px;
}

.lang-hi .city-home-slider-title {
  font-size: 24px;
}

.city-fs-44 {
  font-size: 26px;
}

.lang-hi .city-fs-44 {
  font-size: 24px;
}

.city-fs-40 {
  font-size: 24px;
}

.lang-hi .fs-16 {
  font-size: 14px;
}

/*---------  Outer Button ------*/
.city-common-btn {
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s all ease-in-out;
  overflow: hidden;
  position: relative;
  border: none;
  display: flex;
  background: var(--theme-primary);
  color: #fff;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.city-common-btn:hover {
  background: var(--theme-secondary);
  color: var(--theme-primary);
}

.btn-arrow {
  color: #fff;
  font-size: 18px;
  transition: 0.5s all ease-in-out;
  z-index: 1;
}

.city-common-btn:hover .btn-arrow {
  color: var(--theme-primary);
}

.city-whatsapp-btn {
  background: #25d366;
}

.city-whatsapp-icon {
  width: 28px;
}

/*------ section heading ------*/
.city-section-padding {
  padding: 45px 0;
}

.city-common-heading {
  color: #1e1e1e;
}

.city-section-sub-heading {
  width: fit-content;
  padding: 10px 20px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.city-section-text {
  margin-top: 20px;
}

.city-common-top-space {
  margin-top: 40px;
}

.city-common-gap {
  gap: 24px 0;
}

/***** Header Section *****/
.city-header-section {
  z-index: 999;
}

/*----- Header Middle ----*/
.city-header-middle {
  background: #fff;
  padding: 10px 0;
  box-shadow: 1px 1px 16px 1px #00000030;
}

/*---- Header Sticky =====*/
.sticky-header {
  position: sticky;
  top: 0;
  background: white;
  border-bottom: 1px solid #ddd;
  z-index: 999;
  padding: 10px 0;
}

.sticky-header .city-header-middle {
  position: fixed;
  top: -2px;
  z-index: 999;
  animation: 0.35s ease-out slideDown;
}

.sticky-header .city-header-middle {
  padding: 5px 0;
}

.sticky-header .header-logo-name,
.sticky-header .header-logo-name small {
  font-size: 18px;
}

.sticky-header .header-logo-name {
  line-height: 28px;
}

.sticky-header .city-logo-icon {
  width: 180px;
}

/*------- Header Section ------*/
.city-navbar-items.active .menu-item,
.city-navbar-items .menu-item:hover {
  color: var(--theme-primary);
}

.city-navbar-items.active .menu-item,
.city-navbar-items .menu-item:hover {
  color: var(--theme-primary);
}

.city-mobile-version-logo {
  display: flex;
  align-items: center;
  gap: 35px;
}

.city-logo-icon {
  width: 180px;
}

.city-header-section .container {
  position: relative;
  z-index: 2;
}

/* Header Toggle Button */
.city-header-toggle-btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 9;
  position: relative;
  right: 0;
}

.navbar .city-toggle_lines::before,
.navbar .city-toggle_lines::after {
  content: "";
  position: absolute;
}

.navbar .city-toggle_lines,
.navbar .city-toggle_lines::before,
.navbar .city-toggle_lines::after {
  width: 1.5rem;
  height: 3px;
  background: var(--theme-primary);
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}

.navbar .city-toggle_lines::before {
  transform: translateY(-0.5rem);
}

.navbar .city-toggle_lines::after {
  transform: translateY(0.5rem);
}

.navbar ul li .arrow {
  transition: all 0.3s ease-out;
}

.city-header-navbar .common-btn {
  margin: 0 5px;
  padding: 10px 6px;
  font-size: 11px;
}

.city-navbar-items {
  padding: 0 !important;
}

/* animation menu hamburger */
.city-header-toggle-btn.open .city-toggle_lines {
  transform: translateX(1rem);
  background: transparent;
}

.city-header-toggle-btn.open .city-toggle_lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: var(--theme-primary);
}

.city-header-toggle-btn.open .city-toggle_lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: var(--theme-primary);
}

.city-header-navbar .city-common-btn {
  padding: 12px 4px;
  font-size: 10px;
}

/**** =================
============================= ****/
/*=============== Home Banner Section ===============*/
.city-home-banner-section {
  height: 450px;
  position: relative;
}

.city-hero-banner-image {
  position: absolute;
  object-fit: cover;
  height: 100%;
  object-position: 93% center;
}

.city-banner-inner::before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #dad7c9 9%, transparent 100%);
}

.city-home-banner-section .city-banner-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: end;
  max-width: 468px;
}

.city-banner-text {
  color: #8e8e8e;
  margin-top: 15px;
}

.city-banner-btn {
  margin: 15px 0 20px;
}

/*--------------- Home ABout Us Section ---------*/
.city-about-appointment-btn {
  margin-top: 40px;
}

/*--------------- Counter Section ---------*/
.city-counter-column {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  max-width: 958px;
  margin: 0 auto;
}

/********* Experts Section ******/
.swiper-button-prev {
  left: 65px;
  right: auto;
}

.swiper-button-next {
  right: auto;
}

.city-result-items {
  height: auto !important;
}

/*** Counter Section ****/
.city-counter-section {
  padding: 31px 0;
}

/********* Home Service Section ******/
.city-inner-about-image {
  border-radius: 12px;
  overflow: hidden;
}

.city-single-about-column {
  margin: 18px 0 0;
}

.city-single-about-column p {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

/***** Real Result section *****/
.city-max-section-title {
  max-width: 621px;
}

.city-section-max-text {
  max-width: 621px;
}

.city-real-result-detail {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.city-result-items {
  height: auto;
}

.city-result-image img {
  width: 100%;
}

.city-result-content {
  padding: 18px 15px 25px;
}

.city-common-arrow {
  position: absolute;
  top: 50%;
  background: #f2f8ff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 19px;
  transition: 0.5s all ease-in-out;
  z-index: 1;
  transform: translateY(0%);
  border: 1px solid var(--theme-primary);
}

.city-result-btn-prev {
  left: 0;
}

.city-result-btn-next {
  right: 0;
}

.city-common-arrow:hover {
  background: var(--theme-primary);
  color: #fff;
}

.city-common-arrow::after {
  display: none;
}

.city-video-slider-arrow.city-common-arrow {
  background: #97979738;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff6e;
  backdrop-filter: blur(5px);
}

.city-video-slider-arrow.city-common-arrow i {
  color: #fff;
}

/*======= Microtia Treatment & Ear Reconstruction section  ======*/
.city-ear-reconstruction-column {
  padding: 30px 20px;
  border-radius: 10px;
  margin: 35px 0 20px;
}

.city-ear-reconstruction-column li {
  color: #474747;
  margin-bottom: 10px;
}

.city-ear-reconstruction-column li:last-child {
  margin-bottom: 0;
}

.city-list-arrow {
  color: var(--theme-primary);
  margin-right: 6px;
}

.city-step-details {
  padding: 30px 20px;
  border-radius: 10px;
  margin: 20px 0 0;
}

.city-single-treatment-box {
  margin-bottom: 15px;
}

.city-single-treatment-box:last-child {
  margin-bottom: 0;
}

.city-step-count {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  color: var(--theme-primary);
}

/*------------ Choose us section ------------*/
.city-choose-image-blog img {
  border-radius: 12px;
}

.city-choose-content {
  padding: 30px 20px 15px;
  border-radius: 20px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
}

.city-box-count {
  width: 50px;
  height: 50px;
  background: #f2f8ff;
  color: var(--theme-primary);
  font-size: 24px;
  border-radius: 50%;
}

.city-choose-title {
  margin: 10px 0 5px;
}

/*------------ Services section ------------*/
.city-service-icon {
  background: #f2f8ff;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-bottom: 23px;
  transition: 0.5s all ease-in-out;
}

.city-service-column {
  box-shadow: 0px 0px 10px 0px #00000014;
  padding: 20px;
  border-radius: 20px;
}

/**** Patient Experiences Section ****/
.city-video-poster-area::before {
  background: #0a0a0a4d;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.popup-play-btn {
  width: 52px;
  height: 52px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background: var(--theme-primary);
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  animation: video_ripple 1.5s linear infinite;
  color: #fff;
}

.city-experiences-items .popup-play-btn {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease-in-out;
}

.city-experiences-items.swiper-slide-active .popup-play-btn {
  opacity: 1;
  visibility: visible;
}

.city-video-poster-area {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  aspect-ratio: 3 / 2;
}

.city-video-poster-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.city-video-poster-area::before {
  background: linear-gradient(180deg, rgba(227, 252, 243, 0) 0%, #000000 100%);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

/*------------ FAQs Common ------------*/
.accordion-item.city-faqs-items {
  border: none;
  margin: 0 0 20px;
  padding: 24px 60px 24px 20px;
  background: #f2f8ff;
  border-radius: 14px;
}

.accordion-item.city-faqs-items:last-child::before {
  display: none;
}

.accordion-button.collapsed:focus {
  box-shadow: none;
}

.city-faqs-header .accordion-button:not(.collapsed) {
  background: none;
  border: none !important;
  box-shadow: none;
  padding: 0;
}

.city-faqs-header button {
  background: transparent;
  border: none !important;
  padding: 0;
}

.city-faqs-title {
  color: #1e1e1e;
}

.city-faqs-items .accordion-body {
  padding: 0;
}

.city-faqs-items .accordion-body p {
  margin: 18px 0 0;
}

.city-faqs-header .accordion-button::after {
  content: "\f285";
  background-image: none;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #2e8eff;
  position: absolute;
  right: -48px;
  box-shadow: 0px 5px 10px -2px #080f340f;
  font-family: bootstrap-icons !important;
  top: -6px;
}

.city-faqs-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: #fff;
  background: #2e8eff;
  transform: rotate(90deg);
}

/*------------ Treatment Cost section ------------*/
.city-const-type {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  margin-top: 20px;
}

.city-single-cost-column {
  background: var(--theme-blue-light-bg);
  border-radius: 10px;
  padding: 15px;
}

.city-cost-right-area {
  padding: 30px 20px;
  border-radius: 10px;
  height: 100%;
}

.city-cost-right-area p,
.city-cost-right-area ul li {
  color: #6d6d6d;
}

.city-cost-right-area ul {
  margin: 16px 0 36px;
}

.city-cost-right-area ul li {
  list-style: disc;
}

/*------------ New FAQs section ------------*/
.city-faqs-area {
  max-width: 1000px;
  margin: 0 auto;
}

.city-faqs-area .accordion-item.city-faqs-items {
  background: #fff;
}

/*** Contact Section ****/
.city-contact-title {
  margin: 30px 0;
}

.city-single-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}

.city-contact-icon {
  background: var(--theme-blue-light-bg);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--theme-primary);
  font-size: 24px;
  min-width: 60px;
}

.city-contact-details p,
.city-contact-details a {
  color: #000;
  margin: 0;
}

.city-contact-details a:hover {
  color: var(--theme-primary);
}

.city-map-area {
  border-radius: 20px;
  overflow: hidden;
}

.city-map-area iframe {
  height: 400px;
}

/*-------- World Class Section --------**/
.city-world-class-wrapper {
  background: var(--theme-primary);
  border-radius: 30px;
  overflow: hidden;
}

.city-world-column-left {
  padding: 30px 15px;
}

.city-blue-info {
  background: #cddff3;
}

.white-btn {
  background: #fff;
  color: var(--theme-primary);
}

.white-btn .btn-arrow {
  color: var(--theme-primary);
}

.city-half-round-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}

.city-card-shape-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}

/**** Footer section ***/
.city-footer-section {
  background: #000;
  padding: 67px 0 0;
}

.city-footer-column {
  border-top: 1px solid rgba(255, 255, 255, 35%);
  padding: 20px 0 10px;
  height: 100%;
}

.city-footer-about {
  color: #bbbbbb;
  margin: 20px 0 15px;
}

.city-footer-about img {
  width: 210px;
}

.city-footer-widget {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  letter-spacing: 4%;
}

.city-footer-column .menu-item {
  padding: 3px 0;
}

.city-footer-link a {
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
  width: fit-content;
  position: relative;
}

.city-footer-link a::before {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 3px;
  content: "";
  background: var(--theme-secondary);
  transition: 0.5s all ease-in-out;
  opacity: 0;
}

.city-footer-link a:hover::before {
  width: 100%;
  opacity: 1;
}

.city-footer-link a:hover {
  color: var(--theme-secondary);
}

.city-footer-contact-info,
.city-footer-address {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.city-footer-contact-info:hover {
  text-decoration: underline;
  padding-left: 2px;
  color: var(--theme-secondary);
}

/*-- footer copyright --*/
.city-copyright-wrapper {
  padding: 20px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 35%);
  margin-top: 20px;
}

.city-footer-copyright {
  padding: 0 30px;
}

.city-footer-copyright p,
.city-footer-copyright a {
  color: #bbbbbb;
}

.city-footer-copyright a:hover {
  color: #fff;
}

.theme-secondary {
  background: var(--theme-secondary);
}

.city-result-image {
  height: 336px;
  overflow: hidden;
  background: #dde6f0;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .city-result-image {
    height: 248px;
  }
}

@media (min-width: 992px) {
  .city-result-image {
    height: 217px;
  }
}

@media (min-width: 1200px) {
  .city-result-image {
    height: 262px;
  }
}

@media (min-width: 1400px) {
  .city-result-image {
    height: 305px;
  }
}

/* Whatsapp Links*/
.whatsapp-links {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #4bb00b;
  align-content: center;
  color: #fff;
  width: 45px;
  z-index: 9;
  height: 45px;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
}

.whatsapp-links i {
  font-size: 22px;
  color: #fff;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}