* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
}
::-webkit-scrollbar-thumb {
  background: #034ea1;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #00b7ab6e;
  border-radius: 10px;
}
::-webkit-scrollbar {
  width: 4px;
}
html {
  font-family: Montserrat, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: none;
}


body {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.container {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
.header-col-2 {
  display: flex
;
    justify-content: space-between;
  gap: 30px;
  padding: 15px 0;
  align-items: center;
}
.logo {
  width: 246px;
}
.select-city select {
  width: 210px;
  border-radius: 4px;
  height: 45px;
  background: #00b7ac url(../images/arrow-down.svg) no-repeat;
  background-position: 93% 47%;
  color: #fff;
  border: none;
  padding: 0 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-right: 30px;
  font-family: Montserrat;
}
.call-icon a {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  border-radius: 4px;
  width: 200px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none !important;
}
.call-icon span {
  font-size: 16px;
}
.call-icon svg {
  width: 30px;
  margin-right: 10px;
}
.call-col {
  display: flex;
  justify-content: flex-end;
}
.speciality-banner {
  position: relative;
  /* margin-bottom: 30px; */
}
.speciality-banner img {
  width: 100%;
  display: block;
}
.speciality-name {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  border-radius: 4px;
  padding: 15px;
  position: absolute;
  left: 7%;
  top: 30px;
  width: 45%;
}
.speciality-name h1 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
}
.banner-form {
  position: absolute;
  right: 4%;
  top: 45px;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.banner-form h3 {
  text-align: center;
  color: #00b7ac;
  margin-bottom: 20px;
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0.7);
}
.banner-form form label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
#locationSelect{
  font-size: 13PX !important;
  margin-bottom: 10px;
}
.banner-form form input,
.banner-form form textarea {
  width: 100%;
  margin-bottom: 10px;
  height: 40px;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 0 15px;
  font-family: Montserrat;
  color: #333;
  font-size: 13px;
  box-sizing: border-box;
}
.banner-form form textarea {
  padding: 15px;
  height: 75px;
}
.form-group button {
  border-radius: 4px;
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  padding: 8px 45px;
  color: #fff;
  border: none;
  font-family: Montserrat;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.text-center {
  text-align: center;
}
.form-group {
  margin-top: 10px;
}
.doc-check {
  background-color: #034ea1;
  background-image: url(../images/checkup-bg-1.svg),
    url(../images/checkup-bg-2.svg);
  background-position: left center, right center;
  background-repeat: no-repeat;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.doc-check button {
  background: #fff;
  color: #034ea1;
  padding: 8px 35px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  font-family: Montserrat;
  border: none;
  cursor: pointer;
}
.doc-check h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 25px;
  text-align: center;
}
.why-choos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  align-items: center;
}
.why-choose-img img {
  display: block;
}
.why-choose-text ul {
  padding: 0;
  /* list-style: none; */
}
.why-choose-text ul li {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 10px;
  margin-bottom: 20px;
      color: #555;
    font-weight: 600;
}

.header22{
  color: #004d99;
    font-weight: bold;
    text-align: start;
}
/* .why-choose-text ul li::before {
  position: absolute;
  width: 10px;
  background: #034ea1;
  height: 50%;
  content: "";
  left: 0;
  top: 0;
}
.why-choose-text ul li::after {
  position: absolute;
  width: 10px;
  background: #00b7ac;
  height: 50%;
  content: "";
  left: 0;
  bottom: 0;
} */
.why-choose-text ul li span {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 15px 30px;
  border-radius: 0 10px 10px 0;
  border-top: 1px solid #034ea1;
  border-right: 1px solid #034ea1;
  border-bottom: 1px solid #034ea1;
  background: #00b7ac;
  color: #fff;
  font-size: 22px;
  width: 370px;
}
.choose-ico {
  width: 100px;
  height: 80px;
  background: #fff;
  border: 1px solid #034ea1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose {
  padding: 30px 0;
  text-align: center;
}
/* .why-choose h2 {
  color: #034ea1;
  font-size: 20px;
  margin-bottom: 30px;
} */
.why-choose p {
  color: #000;
  margin-bottom: 30px;
}
.expert h2 {
  text-align: center;
  color: #034ea1;
  font-size: 30px;
}
.expert-div {
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  height: 460px;
  margin-right: 25px;
  width: 283px;
  border: 2px solid #cfdbda;
}
.location {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  padding: 10px 0;
}
.location p {
  margin: 0;
  color: #fff;
  font-size: 12px;
}
.expert-img img {
  display: block;
  width: 100%;
  height: auto;
}
.blue-bg-bar {
  width: 100%;
  height: 15px;
  background: #034ea1;
}
.expert-text {
  padding: 10px 15px 15px 15px;
  color: #000;
}
.expert-name {
  height: 35px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 10px;
}
.expert-name h2 {
  font-size: 12px;
  color: #121212;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.expert-designation {
  height: 40px;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 1px solid #f2f2f2;
}
.expert-designation p {
  font-family: Montserrat;
  font-size: 10px;
  line-height: 13px;
  color: #121212;
  text-transform: uppercase;
}
.book-btns a,
.book-btns p {
  display: block;
  padding: 8px 30px;
  border: 1px solid #034ea1;
  color: #034ea1;
  margin-bottom: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.appoint-buttn {
  background: #fff;
  color: #034ea1 !important;
  height: 36px;
  border: 1px solid #034ea1;
  border-radius: 5px;
  font-family: Montserrat;
  font-size: 16px;
}
.book-btns {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
}
.expert .splide__track {
  padding: 30px 0;
}
.expert .splide__arrow--next {
  background: #034ea1 !important;
  opacity: 1;
}
.expert .splide__arrow--prev {
  background: #034ea1 !important;
  opacity: 1;
}
.expert .splide__arrow svg {
  fill: #fff;
  height: 1.2em;
  width: 1.2em;
}
.expert .splide__arrow--next {
  right: -3em;
}
.expert .splide__arrow--prev {
  left: -3em;
}
.testimonial {
  background: #00b7ac;
  padding: 30px 0;
}
.testimonial h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.patient-video {
  margin-top: 30px;
  border-radius: 15px;
  /* border: 3px solid #adadad; */
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  padding: 20px 80px;
  color: #000;
  position: relative;
  background: #fff;
  width: 570px;
}
.left-quote {
  position: absolute;
  left: 10px;
  top: 20px;
}
.text-container p {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.right-quote {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.testimonial .splide__arrow--next {
  background: #034ea1 !important;
  opacity: 1;
}
.testimonial .splide__arrow--prev {
  background: #034ea1 !important;
  opacity: 1;
}
.testimonial .splide__arrow svg {
  fill: #fff;
  height: 1.2em;
  width: 1.2em;
}
.testimonial .splide__arrow--next {
  right: -1em;
}
.testimonial .splide__arrow--prev {
  left: -1em;
}
.faq {
  background: url(../images/faq-flower.webp) #034ea1 no-repeat;
  padding: 30px 0;
  background-position: 0 50%;
}
.faq h2 {
  color: #fff;
  font-size: 30px;
  margin: 0 0 20px 0;
}
.faq-bar {
  padding: 10px 0 10px;
}
.accordion {
  background-color: #fff;
  color: #034ea1;
  cursor: pointer;
  padding: 18px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 22px;
  box-sizing: border-box;
  position: relative;
  font-weight: 500;
}
.accordion::before {
  content: url(assets/faqs-right.svg);
  font-family: "Glyphicons Halflings";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #034ea1;
}
.panel {
  padding: 15px;
  display: none;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}
.accordion.active::before {
  content: url(assets/faqs-down.svg);
  transform: rotate(180deg);
  top: 18px;
}
.panel p {
  font-family: Montserrat;
  font-size: 16px;
  color: #000;
  line-height: 28px;
}
.coe,
.kolkata-coe {
  background: #4498a7;
  padding: 30px 0;
}
.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabs li {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  min-height: 55px;
  margin-bottom: 20px;
  padding: 0 30px;
  border: 1px solid #034ea1;
}
.coe-icon {
  margin-right: 15px;
}
.coe-icon img {
  display: block;
}
.tab {
  cursor: pointer;
  padding: 10px !important;
}
.tab.active {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  color: #fff;
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.tab.active .coe-icon img {
  filter: brightness(0) invert(1);
}
.tab:hover {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  color: #fff;
  border: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.tab:hover .coe-icon img {
  filter: brightness(0) invert(1);
}
.tab-content {
  margin-left: 20px;
  margin-right: 20px;
}
[data-tab-content] {
  display: none;
}
.active[data-tab-content] {
  display: block;
}
.coe-tab-desk-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}
.tab-content img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
  height: auto;
}
.tab-content p {
  color: #fff;
  line-height: 28px;
}
.coe h2,
.kolkata-coe h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
}
footer {
  padding: 40px 0;
  background: #13110c;
  color: #fff;
  font-size: 12px;
}
.ftr-rw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
footer p {
  text-align: right;
}
.mob-sticky {
  display: none;
}
.mob-sticky-row {
  display: none;
}
.coe-tab-mob {
  display: none;
}
.mob-call {
  display: none;
}
/* .popup {
  width: 100%;
  height: 100%;
  background-color: #f5f3f4;
  padding: 20px;
  box-shadow: 2px 2px 10px #ddd;
  text-align: center;
  position: fixed;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  z-index: 9999999;
} */

   .popup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      cursor: pointer;
      z-index: 99999999999;
    }
.popup .close {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  outline: 0;
  background-color: #ff7174;
  color: #fff;
  border-radius: 5px;
  padding: 3px 5px;
  cursor: pointer;
  transition: 0.5s;
}
.popup .close:hover {
  background-color: #ff0105;
}
.popup h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.loc-select {
  width: 400px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 10px;
}
.loc-select ul {
  list-style: none;
}
.loc-select ul li a {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #000;
  color: #000;
  text-align: left;
}
.loc-select ul li:last-child a {
  border: none;
}
.popup .close {
  display: none;
}
.error {
  font-size: 10px;
  color: red;
}
.thankyou-txt h1 {
  font-size: 40px;
  margin-top: 110px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 800;
}
.thankyou-txt img {
  display: block;
  margin: auto;
  width: 135px;
}
.thankyou-txt h4 {
  letter-spacing: 0;
  color: #034e9f;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  margin: 25px 0;
}
.back-btn {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  border-radius: 5px;
  width: 150px;
  padding: 15px 25px;
  margin: 0 auto 30px;
  display: block;
  color: #fff;
}
.thankyou-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.page-not-found img {
  display: block;
  margin: auto;
  height: 100%;
}
.page-not-found p {
  font-size: 38px;
  line-height: 40px;
  text-align: center;
  color: #4e4849;
  margin-top: 20px;
}
.not-found-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.sticky-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
.splide__arrow:disabled {
  opacity: 0 !important;
}
select:focus-visible {
  outline: 0 !important;
}
.bhu-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: none;
  background: #00b7ac !important;
  color: #fff !important;
}
.close {
  display: block !important;
}
.video-content {
  height: 190px;
  overflow-y: auto;
  position: relative;
  padding-right: 5px;
}
.author-name {
  bottom: 0;
  position: relative;
  right: 15px;
  text-transform: capitalize;
  text-align: right;
}
.call-now {
  background: #fff;
}
.bhu-select option {
  text-align: center;
}
.mobile-slider {
  display: none;
}
.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slide.slide-in-left {
  left: 0;
  opacity: 1;
  animation: slide-in-left 0.5s forwards;
}
.slide.slide-in-right {
  left: 0;
  opacity: 1;
  animation: slide-in-right 0.5s forwards;
}
.slide.slide-out-left {
  left: -100%;
  opacity: 0;
  animation: slide-out-left 0.5s forwards;
}
.slide.slide-out-right {
  left: 100%;
  opacity: 0;
  animation: slide-out-right 0.5s forwards;
}
@keyframes slide-in-left {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slide {
  width: 100%;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  top: 0;
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
  opacity: 0;
}
.slide.active {
  opacity: 1;
  position: relative;
  left: 0;
  opacity: 1;
}
.slide img {
  width: 100%;
  display: block;
  height: auto;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ccc;
  color: #000;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.arrow.prev {
  left: 1rem;
}
.arrow.next {
  right: 1rem;
}
.speciality-banner {
  position: relative;
}
.label-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.no-margin {
  margin-bottom: 0;
}
.panel ul {
  padding-left: 25px;
  padding-top: 10px;
  line-height: 22px;
}
.baner-margin {
  margin-bottom: 0;
}
.about-us {
  background: url(../images/aboout-us-bg.webp) no-repeat center center;
  background-size: cover;
  padding: 20px 0 20px;
  margin-bottom: 20px;
}
.about-us h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: MontserratBold;
  margin-bottom: 20px;
}
.about-us p {
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
}
.our-acheivements {
  margin-bottom: 30px;
}
.our-acheivements h2 {
  text-align: center;
  color: #034ea1;
  font-size: 30px;
  margin-bottom: 25px;
}
.acheivements {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
  background: rgba(245, 245, 245, 0.62);
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.03);
}
.acheivements-item {
  border-right: 1px solid #034ea1;
  place-content: center;
  display: grid;
}
.acheivements-item:last-child {
  border-right: unset;
}
.acheivements-item p:first-child {
  color: rgba(3, 78, 161, 1);
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
.acheivements-item p:last-child {
  color: rgba(27, 167, 170, 1);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.treatments {
  padding: 25px 0;
}
.treatments h2 {
  color: rgba(3, 78, 161, 1);
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
}
.treatment-tabs li {
  border-radius: 5px;
}
.treatment-content p,
.trtmnt-content p {
  color: #000 !important;
}
.why-choose-sec {
  background: url(../images/why-choose-bg.webp) no-repeat center center;
  background-size: cover;
  padding: 25px 0;
  margin-top: 20px;
}
.why-choose-sec h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}
.why-chooses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  place-items: center;
  margin-bottom: 15px;
}
.why-choose-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.why-chooses ul li {
  color: #fff;
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 24px;
}
.testimonials h2 {
  text-align: center;
  color: rgba(3, 78, 161, 1);
  margin-bottom: 30px;
  font-size: 30px;
}
.testi-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
}
.separator {
  margin: 0 50px;
  border-left: 1px solid rgba(0, 0, 0, 1);
  height: 35px;
}
.testimonials {
  background: #fff;
  padding: 0 0 35px;
}
.testi-tab button {
  border: none;
  background: 0 0;
  outline: 0;
  font-size: 20px;
  font-family: MontserratSB;
  cursor: pointer;
}
.testi-item.active {
  color: rgba(13, 86, 159, 1);
  text-decoration: underline;
  text-underline-offset: 7px;
}
.stories-video iframe {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  border: 3px solid #adadad;
  height: 267px;
  margin-top: 30px;
}
.testimonial-slider #splide02-list .splide__slide:first-child,
.testimonial-slider #splide03-list .splide__slide:first-child {
  margin-right: 15px !important;
}
.testimonial-slider #splide02-list .splide__slide:last-child,
.testimonial-slider #splide03-list .splide__slide:last-child {
  margin-left: 15px !important;
  margin-right: 0 !important;
}
.testi-content .splide__pagination__page.is-active {
  background: #034ea1;
  height: 10px;
  width: 10px;
}
.trtment-hedding {
  border-radius: 5px !important;
}
.spl-neme-sec p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00b7ac;
  color: #fff;
  padding: 20px 40px;
  font-size: 22px;
  border-radius: 0 10px 10px 0;
  z-index: 10;
}
.spl-neme-section p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00b7ac;
  color: #fff;
  padding: 20px 40px;
  font-size: 22px;
  border-radius: 0 10px 10px 0;
  z-index: 10;
}
.spl-change-expert .splide__track {
  padding: 25px 0;
}
.tabs li:last-child {
  margin-bottom: 0;
}
@media (min-width: 2560px) {
  .expert-div {
    height: 800px;
  }
}
@media (min-width: 1440px) {
  .bhu-testi .splide__slide {
    width: unset !important;
  }
  .expert-slider .splide__list,
  .testimonial-slider .splide__list {
    justify-content: center;
  }
  .dr-slider .splide__list {
    justify-content: unset !important;
  }
}
@media (max-width: 1199px) {
  .patient-video {
    width: auto;
    padding: 20px 55px;
  }
  .speciality-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .coe-icon {
    margin-right: 10px;
  }
  .why-choose-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .thankyou-txt h1 {
    margin-top: 75px;
  }
  .book-btns a {
    padding: 8px 20px;
  }
  .single-slider .splide__list {
    justify-content: center;
  }
  .banner-form {
    width: 310px;
    top: 2px;
    padding: 8px;
    right: 6%;
  }
  .form-group button {
    margin-top: 0;
  }
  .banner-form form textarea {
    height: 50px;
  }
  .banner-form h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .form-group button {
    padding: 8px 35px;
  }
  .banner-form form input,
  .banner-form form textarea {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 95%;
    padding: 0 15px;
    margin: 0 auto;
  }

  .partb {
    height: 290px !important;
  }
  .why-choose{
    text-align: start !important;
  }
  /* .header-col-2 {
    grid-template-columns: 1fr 2fr;
  } */
  .select-city select {
    width: 215px;
    padding-right: 40px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
  }
  .call-icon a {
    width: 185px;
  }
  .speciality-name h1 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
  }
  .logo img {
    width: 150px;
  }
  .banner-form {
    position: unset;
    width: 80%;
    margin: 10px auto;
  }
  .speciality-banner {
    height: auto;
  }
  .expert .splide__arrow--next {
    right: 0;
  }
  .expert .splide__arrow--prev {
    left: 0;
  }
  .page-not-found p {
    margin-bottom: 30px;
  }
  .page-not-found img {
    width: 100%;
  }
  .patient-video {
    padding: 20px 42px;
  }
  .bhu-testi .testimonial-slider .splide__list {
    justify-content: center;
  }
  .coe-tab-desk-top {
    gap: 10px;
  }
  .acheivements-item p:last-child {
    font-size: 16px;
  }
  .acheivements-item p:first-child {
    font-size: 20px;
  }
  .spl-neme-sec p {
    top: 19%;
    color: #fff;
    padding: 20px 20px;
    font-size: 18px;
  }
  .spl-neme-section p {
    top: 24%;
    color: #fff;
    padding: 20px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .header-col-2 {
    display: flex
;
    justify-content: space-between;
  }
  .logo {
    width: auto;
  }
  .logo img {
    width: 150px;
    margin: 10px auto 20px auto;
    display: block;
  }
  .call-col {
    justify-content: space-between;
    align-items: center;
  }
  .call-icon span {
    display: none;
  }
  .call-icon a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
  }
  .call-icon svg {
    width: 30px;
    margin-right: 0;
  }
  .select-city select {
    width: 260px;
  }
  .speciality-name {
    width: 90%;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mob-sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0 5px;
    z-index: 999;
  }
  .mob-sticky-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    z-index: 99;
  }
  .mob-sticky-row a {
    display: block;
    padding: 8px 30px;
    border: 1px solid #034ea1;
    color: #034ea1;
    margin-bottom: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
  }
  .why-choos-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .expert-div {
    height: 620px;
  }
  .expert-slider .splide {
    visibility: visible;
  }
  .expert-slider .splide__list {
    overflow-x: scroll;
    padding-bottom: 20px !important;
  }
  .single-slider .splide__list {
    overflow-x: hidden;
  }
  .expert-slider .splide__list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }
  .expert-slider .splide__list::-webkit-scrollbar {
    width: 3px !important;
    height: 5px !important;
  }
  .expert-slider .splide__list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #00b7ab1f !important;
    border-radius: 10px;
  }
  .expert-slider .splide__slide {
    margin-right: 0;
    width: 80% !important;
    margin-left: 10px;
  }
  .doc-check {
    background-size: 50%;
  }
  .why-choose-text ul li span {
    width: 100%;
  }
  .testimonial-slider .splide:not(.is-overflow) .splide__pagination {
    display: block !important;
    bottom: -2.5em;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .bhu-slider .splide:not(.is-overflow) .splide__pagination {
    display: block !important;
    bottom: -2.5em;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .expert-slider .splide__arrows,
  .testimonial-slider .splide__arrows {
    display: none !important;
  }
  .ftr-rw {
    display: block;
    text-align: center;
  }
  .ftr-rw p {
    text-align: center;
  }
  .ftr-rw img {
    width: 200px;
    display: block;
    margin: 0 auto 20px auto;
  }
  .coe-tab-desk-top {
    display: none;
  }
  .accordionItem {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .accordionItemHeading {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    min-height: 55px;
    margin-bottom: 20px;
    padding: 0 30px;
    border: 1px solid #034ea1;
    color: #000;
  }
  .accordionItemHeading p {
    font-size: 14px;
    color: #000;
    text-align: left;
  }
  .close .accordionItemContent {
    height: 0;
    transition: height 1s ease-out;
    transform: scaleY(0);
    float: left;
    display: block;
  }
  .open .accordionItemContent {
    width: 100%;
    display: block;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.4s ease;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .open .accordionItemHeading {
    background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
    color: #fff;
    border-color: #000;
  }
  .open .accordionItemHeading .coe-icon img {
    filter: brightness(0) invert(1);
  }
  .open .accordionItemHeading p {
    color: #fff;
    padding: 5px 0;
  }
  .accordionItemContent img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .accordionItemContent p {
    color: #fff;
    line-height: 28px;
  }
  .coe-tab-mob {
    display: block;
  }
  .desk-call {
    display: none;
  }
  .mob-call {
    display: block;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mob-call svg {
    -webkit-animation: 2s infinite ring;
    animation: 2s infinite ring;
    margin: auto;
  }
  @keyframes ring {
    0% {
      -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      transform: rotate(-15deg) scale(1);
    }
    2% {
      -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      transform: rotate(15deg) scale(1.5);
    }
    12%,
    4% {
      -webkit-transform: rotate(-18deg);
      -ms-transform: rotate(-18deg);
      transform: rotate(-18deg) scale(1);
    }
    14%,
    6% {
      -webkit-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
      transform: rotate(18deg) scale(1.5);
    }
    8% {
      -webkit-transform: rotate(-22deg);
      -ms-transform: rotate(-22deg);
      transform: rotate(-22deg) scale(1);
    }
    10% {
      -webkit-transform: rotate(22deg);
      -ms-transform: rotate(22deg);
      transform: rotate(22deg) scale(1.5);
    }
    16% {
      -webkit-transform: rotate(-12deg);
      -ms-transform: rotate(-12deg);
      transform: rotate(-12deg) scale(1);
    }
    18% {
      -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
      transform: rotate(12deg) scale(1.5);
    }
    20% {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0) scale(1);
    }
  }
  .loc-select {
    width: 90%;
  }
  .popup h3 {
    font-size: 20px;
  }
  .thankyou-txt h1 {
    font-size: 34px;
    margin-top: 20px;
  }
  .thankyou-txt h4 {
    font-size: 16px;
  }
  .page-not-found p {
    font-size: 34px;
  }
  .thankyou-header {
    display: flex !important;
    justify-content: space-between;
  }
  .desktop-slider {
    display: none;
  }
  .mobile-slider {
    display: block;
  }
  footer {
    padding: 40px 0 50px 0;
  }
  .treatments h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .why-choose-sec {
    background: linear-gradient(90.02deg, #0d57a0 -0.19%, #1cb2ab 100.52%);
    margin-bottom: 20px;
  }
  .why-chooses {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .why-choose-img {
    order: -1;
  }
  .why-chooses ul {
    padding-left: 20px;
  }
  .stories-video iframe {
    height: 274px;
    margin-top: 20px;
    width: 100%;
  }
  .faq {
    padding: 30px 0;
  }
  .testi-tab button {
    font-size: 16px;
  }
  .header-change {
    display: flex;
    justify-content: space-between;
  }
  .spl-neme-sec p {
    top: 11%;
    padding: 10px 10px;
    font-size: 14px;
  }
  .spl-neme-section p {
    top: 33%;
    padding: 10px 10px;
    font-size: 14px;
  }
  .banner-form form input {
    height: 35px;
  }
}
@media (max-width: 499px) {
  .speciality-banner img {
    width: 100%;
    object-fit: cover;
  }
  .speciality-name h1 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
  }
  .banner-form {
    position: unset;
    width: 95%;
    padding: 15px;
  }
  .banner-form h3 {
    text-align: center;
    color: #00b7ac;
    margin-bottom: 10px;
    font-size: 17px;
  }
  .expert h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .expert-div {
    height: 455px;
  }
  .coe h2,
  .faq h2,
  .kolkata-coe h2,
  .testimonial h2,
  .why-choose h2 {
    font-size: 20px;
  }
  .doc-check {
    height: 115px;
  }
  .doc-check h2 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .why-choose-text ul li span {
    padding: 15px 10px;
    font-size: 14px;
  }
  .testimonial h2 {
    margin: 0;
  }
  .left-quote {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 19px;
  }
  .right-quote {
    position: absolute;
    right: 7px;
    bottom: 7px;
    width: 19px;
  }
  .text-container p {
    font-size: 14px;
    padding-right: 5px;
  }
  .patient-video {
    margin-right: 0;
    width: 100%;
    padding: 25px;
  }
  .accordion p {
    width: 94%;
  }
  .accordion::before {
    right: 12px;
  }
  .expert {
    padding: 0;
  }
  .expert .splide__track {
    padding: 25px 0;
  }
  .coe,
  .kolkata-coe {
    padding: 15px 0;
  }
  .why-choose {
    padding: 25px 0;
  }
  .why-choose h2 {
    margin-bottom: 25px;
  }
  .testimonial {
    padding: 25px 0 45px;
  }
  .coe h2,
  .kolkata-coe h2 {
    margin-bottom: 15px;
  }
  .about-us h2,
  .our-expert {
    font-size: 20px !important;
  }
  .patient-video {
    margin-top: 25px;
  }
  .testimonial-slider .splide__slide {
    width: 100% !important;
    margin-right: 40px !important;
  }
  .testimonial-slider .splide__track {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .splide__list {
    justify-content: unset;
  }
  .bhu-testi .splide__slide {
    width: 100% !important;
    margin-right: 45px !important;
  }
  .single-slider .splide__slide {
    width: 280px !important;
    margin-right: 10px;
  }
  .speciality-banner {
    margin-bottom: 0;
  }
  .logo img {
    margin: 0 auto 5px auto;
  }
  .header-col-2 {
    padding: 10px 0 5px;
  }
  .select-city select {
    height: 35px;
    width: 205px;
    padding: 0 10px;
  }
  .arrow {
    width: 25px;
    height: 25px;
  }
  .doc-check button {
    padding: 8px 15px;
  }
  .splide__pagination__page {
    margin: 8px !important;
  }
  .acheivements {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
    column-gap: 0;
  }
  .acheivements-item p:first-child {
    margin-bottom: 5px;
  }
  .acheivements-item:nth-child(3) {
    border-right: none;
  }
  .acheivements-item p:last-child {
    font-size: 14px;
  }
  .acheivements-item p:first-child {
    font-size: 16px;
  }
  .why-chooses ul li {
    margin-bottom: 5px;
  }
  .testimonials {
    padding: 0 0 40px;
  }
  .our-acheivements h2,
  .testimonials h2,
  .why-choose-sec h2 {
    font-size: 20px;
  }
  .treatments {
    padding: 0 0;
  }
  .our-acheivements {
    margin-bottom: 25px;
  }
}
@media (max-width: 375px) {
  .expert-slider .splide__slide {
    margin-right: 30px;
  }
  .single-slider .splide__slide {
    margin-right: 10px;
  }
  .accordionItemHeading p {
    font-size: 12px;
  }
}
@media (min-width: 991px) and (max-width: 3300px) {
  .team-slider .splide__list,
  .testimonial-slider .splide__list {
    transform: translateX(0) !important;
  }
  .expert-slider .team-slider .splide__list {
    justify-content: center;
    transform: 0 !important;
  }
}
.__parent_container__ .btn-floating.btn-large {
  width: 55px;
  height: 50px;
  padding: 0;
  top: -56px !important;
}

.__parent_container__ .parent-container {
  position: fixed !important;
  bottom: 117px !important;
  right: 10px;
  box-shadow: 0 5px 10px #a9a9a9;
}

.check-butt {
    border: none;
    background: white;
    color: #034ea1;
    font-weight: 600;
    padding: 10px 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    margin-top: 40px;
}

.checkups {
    color: white;
}

.partb {
    background-color: #034ea1;
    background-image: url(assets/checkup-bg-one.webp), url(assets/checkup-bg-two.webp) !important;
    background-position: left center, right center;
    background-repeat: no-repeat;
    height: 230px;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
}

.info-section {
    padding: 40px 0;
    background-color: #e6f7ff;
}

.appointment_btn-main {
    background: #004d99;
    text-align: center;
    color: white;
    font-weight: 600;
    padding: 12px;
    font-size: 12px;
    border-radius: 30px;
    width: fit-content;
    border: none;
}

.info-details p {
    color: #555;
    font-weight: 600;
}

.info-details h2 {
    color: #004d99;
    font-weight: bold;
}

.info-section img {
    max-width: 100%;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.heckp{
  color: white;
  font-weight: 600;
}

   .appointment-steps {
      background: #ffffff;
      border-left: 5px solid #004d99;
      padding: 25px 30px;
      max-width: 600px;
      margin: auto;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    .appointment-steps h2 {
      font-size: 24px;
      color: #004d99;
      margin-bottom: 20px;
    }

    .appointment-steps ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .appointment-steps li {
      font-size: 16px;
      color: #555;
      margin-bottom: 15px;
      display: flex;
      align-items: flex-start;
      font-weight: 600;
    }

    .appointment-steps li span {
      color: #004d99;
      font-weight: bold;
      margin-right: 10px;
      font-size: 18px;
    }
