@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&family=Yeseva+One&display=swap");

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

:root {
  --primary-color: #159eec;
  --semiprimary-color: #bfd2f8;
  --semidark-color: #1f2b6c;
  --links-color: #00089f;
  --dark-color: #000357;
  --main-color: #ffcaca;
  --light-color: #ffffff;
  --para-color: #212124;
}

::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c12a4d;
}

.yesava-one-normal {
  font-family: "Yeseva One", serif;
  font-weight: 400;
}

.yesava-one-bold {
  font-family: "Yeseva One", serif;
  font-weight: 600;
}

.z2 {
  z-index: 2;
}

body {
  background: var(--light-color);
  font-family: "Work Sans", sans-serif;
  overflow-x: hidden;
}

.container-fluid {
  max-width: 1400px !important;
}

.nav-link.main-links {
  color: var(--links-color);
  font-size: 18px;
  position: relative;
}

.nav-link.dropdown-link{
   font-size: 15px;
  position: relative;
  color: var(--light-color);
}

.menuicon {
  height: 26px;
}

.bg-image {
  background-color: #d9d9d9;
  height: 504px;
  width: 100%;
  border-top-left-radius: 145px;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-semidark {
  background-color: #1f2b6c;
}

.bg-pink {
  background-color: var(--main-color);
}
.cush100 {
  height: 100%;
}
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-link.main-links.active {
  font-weight: 600 !important;
  color: #00089f !important;
}

.nav-link.main-links.active::after {
  position: absolute;
  content: "";
  height: 8px !important;
  width: 8px !important;
  background-color: #1100ce !important;
  border-radius: 50%;
  transform: translateX(-50%) scaleX(1);
  transition: all 0.5s ease;
  bottom: -2%;
  left: 50%;
  z-index: 11;
}

.nav-link.main-links.active:hover::after {
  width: 50px;
  border-radius: 0;
}
.nav-link.main-links {
  transition: all ease-in;
}
.nav-link.main-links:hover::after {
  position: absolute;
  content: "";
  height: 8px !important;
  width: 8px !important;
  background-color: #1100ce !important;
  border-radius: 50%;
  transform: translateX(-50%) scaleX(1);
  transition: all 0.5s ease;
  bottom: -2%;
  left: 50%;
  z-index: 11;
}

.navbarmenu li {
  padding: 0 8px;
}

#header {
  width: 100%;
  z-index: 99;
  background: transparent;
  transition: 0.3s linear;
  padding: 0 10px;
}

.subhead_subtitle {
  font-family: Work Sans;
  font-size: 32px;
  font-weight: 700;
  line-height: 37.54px;
  letter-spacing: 0.16em;
  color: var(--dark-color) !important;
  text-transform: uppercase;
}

#header.fixed-me {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 10px #00000021;
  left: 0;
  animation: slideInheader 0.3s linear;
  background: var(--semidark-color);
  padding: 0;
}
.slide_text_kidney {
  height: 84.8px;
  width: 246.4px;
  position: absolute;
  background: #9cdcff40;
  transform: translate(-20%, -61%);
  width: 547px;
  height: 212px;
  top: 522px;
  left: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide_text_cancer {
    height: 84.8px;
    width: 246.4px;
    position: absolute;
    background: #0b70aa40;
    transform: translate(-20%, -61%);
    width: 547px;
    height: 212px;
    top: 522px;
    left: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header.fixed-me .main-links {
  color: var(--light-color);
}

#header.fixed-me .dropdown-item.main-links {
  color: var(--links-color) !important;
}

#header.fixed-me .headerlogo {
  height: 58px;
  width: auto;
}

#header.fixed-me .btn.aptbtn {
  color: #1f2b6c;
  background-color: #bfd2f8;
}

#header.fixed-me .headersearch {
  color: var(--light-color);
}

#header.fixed-me .nav-link.main-links.active {
  color: #e9dbdb !important;
}

#header.fixed-me .nav-link.main-links.active::after {
  background-color: #e9dbdb !important;
}

.headerlogo {
  height: 90px;
  width: auto;
}
#header.fixed-me .nav-link.main-links.about:hover {
  color: #ffffff !important;
}
.headersearch {
  color: var(--links-color);
  font-size: 20px;
}

.btn.aptbtn {
  background-color: #00035791;
  border: 1px solid #000357;
  border-radius: 50px;
  height: 45px;
  width: 173px;
  padding: 13px 35px;
  line-height: 18.77px;
  font-size: 16px;
  color: var(--light-color);
  margin-left: 10px;
  position: relative;
  overflow: hidden;
}

.btn.aptbtn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  left: -5em;
  width: 20em;
  height: 20em;
  margin: auto;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.7;
}

.btn.aptbtn:hover::before {
  box-shadow: inset 0 0 0 10em #159eec;
}

.offcanvas.mobilebar {
  width: 152px !important;
  max-height: 408px !important;
  top: 15px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  background-color: #ff929259;
  backdrop-filter: blur(43.20000076293945px);
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
}

/* preloader css */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff40;
  backdrop-filter: blur(35px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: all 0.4s ease-in;
}

.preloader-icon {
  position: relative;
  width: 350px;
  height: 350px;
}

.logo-part {
  position: absolute;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part-1 {
  top: 0px;
  left: 37%;
  transform: translateX(-37%);
  animation: move-part-1 2 3s forwards;
}

.part-2 {
  bottom: 40px;
  /* Adjusted for reduced size */
  left: 55%;
  transform: translateX(-55%);
  animation: move-part-2 2 3s forwards;
}

.part-3 {
  left: 10px;
  /* Adjusted for reduced size */
  top: 50%;
  transform: translateY(-50%);
  animation: move-part-3 2 3s forwards;
}

.part-4 {
  right: 40px;
  /* Adjusted for reduced size */
  top: 32%;
  transform: translateY(-32%);
  animation: move-part-4 2 3s forwards;
}

.strata_para_service p {
  font-family: Work Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
}

.text-doctor {
  font-family: Work Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.11px;
  letter-spacing: 0.16em;
  text-align: center;
  color: var(--primary-color);
}

.yeseva-one {
  font-family: "Yeseva One", serif;
}

.doctor-main-head {
  font-size: 32px;
  font-weight: 400;
  line-height: 36.96px;
  color: var(--dark-color);
}

.copyrightfooter {
  height: 65px;
  padding: 12px 0;
  background-color: var(--primary-color);
}

/* .part-1 {
  top: -7px;
  left: 37%;
  transform: translateX(-50%);
} */

/* .part-2 {
  bottom: 45px;
  left: 54%;
  transform: translateX(-54%);
} */

/* .part-3 {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} */

/* .part-4 {
  right: 38px;
  top: 35%;
  transform: translateY(-50%);
} */
.copyright-text {
  color: var(--light-color);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.091em;
  text-transform: capitalize;
}

.social-links {
  display: flex;
  /* Arrange icons horizontally */
  gap: 16px;
  /* Space between each icon */
  align-items: center;
  /* Center the icons vertically */
  padding: 28px 0 0 38px;
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  /* Circle size */
  height: 35px;
  /* Circle size */
  border-radius: 50%;
  /* Makes the element a circle */
  background-color: #bfd2f8;
  /* Background color of the circle */
  color: var(--dark-color);
  /* Icon color */
  text-decoration: none;
  /* Remove underline from links */
  font-size: 18px;
  /* Icon size */
  transition: all 0.3s ease;
  /* Smooth hover effect */
}

.social:hover {
  background-color: var(--dark-color);
  /* Change background color on hover */
  color: #fff;
  /* Change icon color on hover */
}
.kidney_subhead {
  font-weight: 700;
  font-size: 32px;
  line-height: 37.54px;
  letter-spacing: 16%;
  text-align: center;
  color: #000357;
  text-transform: uppercase;
}

@keyframes move-part-1 {
  0% {
    top: 0px;
    left: 37%;
  }

  50% {
    top: 30px;
    left: 37%;
    /* Mid-point */
  }

  75% {
    top: 0px;
    left: 37%;
  }

  100% {
    top: 30px;
    left: 37%;
    /* Mid-point */
  }
}

@keyframes move-part-2 {
  0% {
    bottom: 40px;
    left: 55%;
  }

  50% {
    bottom: 70px;
    left: 55%;
    /* Mid-point */
  }

  75% {
    bottom: 40px;
    left: 55%;
    /* Reverse back to initial */
  }

  100% {
    bottom: 70px;
    left: 55%;
    /* Mid-point */
  }
}

@keyframes move-part-3 {
  0% {
    left: 10px;
    top: 50%;
  }

  50% {
    left: 41px;
    top: 50%;
    /* Mid-point */
  }

  75% {
    left: 10px;
    top: 50%;
    /* Reverse back to initial */
  }

  100% {
    left: 41px;
    top: 50%;
    /* Mid-point */
  }
}

@keyframes move-part-4 {
  0% {
    right: 18px;
    top: 32%;
  }

  50% {
    right: 60px;
    top: 32%;
    /* Mid-point */
  }

  75% {
    right: 18px;
    top: 32%;
    /* Reverse back to initial */
  }

  100% {
    right: 60px;
    top: 32%;
    /* Mid-point */
  }
}

.slider {
  /* margin-bottom: 30px; */
  margin: 40px 0;
  height: 450px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 50px 0;
}

.slider .owl-item.active.center .slider-card.testicard {
  background-color: #ffcaca;
  color: #212124;
  transform: scale(1.3);
  position: relative;
}

.slider .owl-item.active.center .slider-card.testicard::before {
  content: "";
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="98" height="74" viewBox="0 0 98 74" fill="none"><path d="M8.80899 68.0147C3.30338 62.0294 4.85196e-06 55.5 3.9006e-06 44.6177C2.23571e-06 25.5735 13.764 8.70588 33.0337 -2.8879e-06L37.9888 7.07353C19.8202 16.8676 15.9663 29.3824 14.8652 37.5441C17.618 35.9118 21.4719 35.3677 25.3258 35.9118C35.236 37 42.9438 44.6177 42.9438 54.9559C42.9438 59.853 40.7416 64.75 37.4382 68.5588C33.5843 72.3676 29.1798 74 23.6742 74C17.618 74 12.1124 71.2794 8.80899 68.0147ZM63.8652 68.0147C58.3596 62.0294 55.0562 55.5 55.0562 44.6176C55.0562 25.5735 68.8202 8.70588 88.0899 -7.70106e-06L93.0449 7.07352C74.8764 16.8676 71.0225 29.3824 69.9214 37.5441C72.6742 35.9118 76.5281 35.3677 80.382 35.9118C90.2921 37 98 44.6176 98 54.9559C98 59.8529 95.7978 64.75 92.4944 68.5588C89.191 72.3676 84.236 74 78.7303 74C72.6742 74 67.1685 71.2794 63.8652 68.0147Z" fill="%23EEA3A3"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 58px;
  height: 67px;
  position: absolute;
  top: -0.5%;
  left: -16px;
}

.slider-card.testicard {
  background-color: #ffcaca;
  color: #212124;
  padding: 10px;
  margin: 50px 15px 90px 70px;
  border-radius: 58px;
  transition: all 0.3s;
  width: 254px;
  height: 315px;
  padding: 10px 12px;
}

.slider-card.testicard p {
  font-size: 13px;
  line-height: 22.4px;
}

/* .slick-center .testicard {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
} */

.about-sub {
  font-size: 28px;
  font-weight: 400;
  line-height: 32.84px;
  letter-spacing: 0.16em;
  color: #000357;
}

.main_banner {
  /* margin-top: -70px; */
  background-position: bottom;
  background: url("../img/main_banner.jpg");
  background-size: cover;
  height: 800px;
  transform: translateY(-140px);
}
.main_banner.cancerbanner{
    background: url("../img/cancer_banner.jpg");
    background-size: cover;
    background-position-x: right;
}
.main_banner::before{
  content: "";
  position: absolute;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  height: 381px;
  width: 100%;
  top: 0;
  left: 0;
}

.kidney_main {
  position: absolute;
  height: 1660px;
  width: auto;
  right: -360px;
  bottom: -440px;
}

.anim-circle1 {
  position: absolute;
  height: 734px;
  width: 734px;
  background-color: #5ec5ff;
  top: -200px;
  left: -262px;
  border-radius: 70%;
  opacity: 30%;
  z-index: -1;
  animation: animcircle 10s linear 0s infinite alternate;
}

.card.doctorcard {
  min-height: 400px;
}

.anim-circle33 {
  position: absolute;
  height: 734px;
  width: 734px;
  background-color: #5ec5ff;
  top: -40px;
  left: -367px;
  border-radius: 70%;
  opacity: 30%;
  z-index: -1;
  animation: animcircle 10s linear 0s infinite alternate;
}

.anim-circle34 {
  position: absolute;
  height: 734px;
  width: 734px;
  background-color: #5ec5ff;
  top: -270px;
  left: -367px;
  border-radius: 70%;
  opacity: 30%;
  z-index: -1;
}

.anim-circle33.contactupper {
  position: absolute;
  height: 734px;
  width: 734px;
  background-color: var(--primary-color);
  top: -240px;
  left: -367px;
  border-radius: 70%;
  opacity: 30%;
  z-index: -1;
  animation: animcircle 10s linear 0s infinite alternate;
}

.anim-circle33.middleimage {
  position: absolute;
  height: 734px;
  width: 734px;
  background-color: var(--primary-color);
  top: 50%;
  left: -367px;
  border-radius: 70%;
  opacity: 30%;
  z-index: -1;
  transform: translateY(-50%);
  /* animation: animcircle 10s linear 0s infinite alternate; */
}

.anim-circle11 {
  position: absolute;
  height: 734px;
  width: 734px;
  background-color: #5ec5ff;
  top: -400px;
  left: -367px;
  border-radius: 70%;
  opacity: 30%;
  z-index: -1;
  animation: animcircle 10s linear 0s infinite alternate;
}

.extrahead {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.11px;
  letter-spacing: 0.16em;
  color: var(--primary-color);
  text-transform: uppercase;
}

.extrasubhead {
  font-family: "Yeseva One", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36.96px;
  text-align: center;
  color: #1f2b6c;
}

.anim-circle2 {
  position: absolute;
  height: 734px;
  width: 734px;
  background-color: #bfd2f8;
  top: 376px;
  right: -350px;
  border-radius: 70%;
  opacity: 30%;
  z-index: -1;
  animation: animcircle 10s linear 0s infinite alternate;
}

.anim-circle22 {
  position: absolute;
  height: 734px;
  width: 734px;
  background-color: #bfd2f8;
  top: 376px;
  right: -350px;
  border-radius: 70%;
  opacity: 50%;
  z-index: 2;
  animation: animcircle 10s linear 0s infinite alternate;
}

.anim-circle44 {
  position: absolute;
  height: 734px;
  width: 734px;
  background-color: #bfd2f8;
  bottom: -550px;
  right: -350px;
  border-radius: 70%;
  opacity: 50%;
  z-index: 2;
  animation: animcircle 10s linear 0s infinite alternate;
}

.anim-circle45 {
  position: absolute;
  height: 734px;
  width: 734px;
  background-color: #bfd2f8;
  bottom: 250px;
  right: -350px;
  border-radius: 70%;
  opacity: 50%;
  z-index: 2;
}

.site_healthkit {
  position: absolute;
  height: 801px;
  width: auto;
  left: -50px;
  top: -640px;
}

.diseaseimg {
  height: 528px;
  width: 414px;
}

.card-strip {
  height: 94px;
  width: 357px;
  background: #fe909057;
  border: 1px solid #fe9090;
}

.anim-circle44.contactdowner {
  position: absolute;
  height: 734px;
  width: 734px;
  background-color: #bfd2f8;
  bottom: -350px;
  right: -350px;
  border-radius: 70%;
  opacity: 50%;
  z-index: 2;
  animation: animcircle 10s linear 0s infinite alternate;
}

.anim-circle44.footcircle {
  position: absolute;
  height: 734px;
  width: 734px;
  background-color: #bfd2f8;
  bottom: -380px;
  right: -350px;
  border-radius: 70%;
  opacity: 50%;
  z-index: 2;
  animation: animcircle 10s linear 0s infinite alternate;
}

.slide_text {
  position: absolute;
  top: 310px;
  left: 80px;
  width: 616px;
  height: 196.35px;
  border: 1px solid #ffffff;
  padding: 14px 20px;
  background: #60eaff40;
  backdrop-filter: blur(31.200000762939453px);
  z-index: 3;
}

.slide_text .tag {
  font-size: 18px;
  letter-spacing: 1.6px;
  line-height: 21.11px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--light-color);
  position: relative;
  z-index: 2;
}

.slide_text .main_head {
  font-size: 48px;
  line-height: 55.44px;
  font-weight: 400;
  color: var(--semidark-color);
  margin-top: 15px;
  font-family: "Yeseva One", serif;
  position: relative;
  z-index: 2;
  letter-spacing: 0.3px;
}
body.modal-open {
  padding-right: 0 !important; /* Ensure no extra padding is added */
  overflow: hidden !important;
}

.modal-content {
  background: url(../img/services.jpg);
  background-size: cover;
  z-index: 1;
}
.viewbtnsec .viewmorebtn {
  position: absolute;
  top: 550px;
  left: 80px;
  background: #00035791;
  border: 1px solid #000357;
  border-radius: 50px;
  height: 45px;
  width: 173px;
  padding: 13px 35px;
  line-height: 18.77px;
  font-size: 16px;
  color: var(--light-color);
  backdrop-filter: blur(32.400001525878906px);
  cursor: pointer;
  z-index: 3;
  transition: all 0.4s ease-in-out;
}

.viewbtnsec .viewmorebtn:hover {
  background-color: var(--primary-color);
  color: var(--dark-color);
  border: 1px solid var(--primary-color);
}

.bkapt {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 10%);
  background: #a4c4ff6b;
  border: 1px solid #e5dcfe1a;
  border-radius: 50px;
  height: 71px;
  min-width: 309px;
  padding: 13px 35px;
  line-height: 28px;
  font-size: 16px;
  color: var(--light-color);
  backdrop-filter: blur(21px);
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.5s ease-in;
}

.anim-btn {
  animation: cuspulse 1.3s 2 ease-in-out;
}

.bkapt:hover {
  background-color: #1f2b6c;
  color: #ffffff;
}

.bkapt:hover .teamicon {
  stroke: #ffffff !important;
  /* Border color */
  stroke-width: 2px !important;
  fill: #ffffff;
}

.subhead {
  color: var(--primary-color);
  font-size: 48px;
  line-height: 56.3px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
}

.subtitle {
  color: var(--semidark-color);
  font-size: 32px;
  line-height: 36.96px;
  letter-spacing: 0.4px;
}

.strata_para {
  margin: 20px 0;
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 25.2px;
  color: var(--para-color);
  font-weight: 400;
}

.btn.learnmore {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 22.4px;
  text-transform: capitalize;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.learnmore:focus {
  outline: none !important;
  border: none !important;
}

.btn.learnmore span {
  color: #1f2b6c;
  font-size: 25px;
  margin-top: 3px;
  transition: all 0.4s;
}

.btn.learnmore:hover span {
  transform: translateX(6px);
}

.mid_banner {
  height: 353px;
  width: 100%;
  background-color: #d9d9d9;
}

.card.whycard {
  background-color: var(--main-color);
  height: 100%;
  height: 290px;
  z-index: 3;
}

.card.whycard .whyicon {
  position: relative;
}

.card.whycard .whyicon.icon-1 {
  width: 73px;
  height: 74.65px;
  top: -50px;
}

.card.whycard .whyicon.whyicon.icon-2 {
  width: 80px;
  height: 75.23px;
  top: -50px;
}

.card.whycard .whyicon.whyicon.icon-3 {
  width: 73.93px;
  height: 70.79px;
  top: -50px;
}

.card.whycard .whyicon.whyicon.icon-4 {
  width: 59px;
  height: 59px;
  top: -50px;
}

.top-m-40 {
  top: -30px;
}

.whyrow {
  margin-top: 10px;
}

.why_us_heading {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 28.15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-top: 0px;
}

.service_main {
  width: 100%;
  height: 136px;
  background: #ffffff80;
  backdrop-filter: blur(31.200000762939453px);
  border: 1px solid #ffffff70;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
  text-align: center;
  padding: 20px 30px;
}

.testimonial-carousel .owl-nav {
  display: none !important;
}

.service_head_cat {
  color: var(--primary-color);

  font-size: 40px;
  font-weight: 700;
  line-height: 46.92px;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.why_us_para p {
  font-size: 16px;
  color: #212124;
  font-weight: 400;
}

.services {
  background: url("../img/services.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: 58%;
  height: 1610px;
}

.bkaptform {
  background: url(../img/services.jpg);
  background-size: cover;
  height: 800px;
  z-index: 1;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
}

.subhead .upperhead {
  font-size: 35px;
  display: block;
  text-transform: uppercase;
}

.card.aptcard {
  background-color: #ffffff54;
  backdrop-filter: blur(37.2px);
  border: 1px solid #ffffff;
}

.aptlabel {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: 0.5px;
  line-height: 21.11px;
  text-transform: uppercase;
}

.dropdown-menu.submenu li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dropdown-menu.submenu li a:hover {
  background: #ffffff40;
  backdrop-filter: blur(31.200000762939453px);
}

.kit img {
  height: 285px;
  width: auto !important;
}

.card-body.kit {
  background-color: #cfeeff;
  height: 368px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kitname {
  font-size: 32px;
  font-weight: 700;
  line-height: 37.54px;
  letter-spacing: 0.16em;
  color: var(--dark-color);
  text-transform: uppercase;
}

.kitpara p {
  color: var(--para-color);
  font-size: 18px;
  font-weight: 400;
}

.kitprice {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: var(--para-color);
}

.reqkit {
  width: 209px;
  height: 42px;
  border: 1px solid #fe9090;
  background-color: #fe909057;
  margin-top: 9px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 0;
  color: var(--primary-color);
}

.reqkit:hover,
.reqkit:focus {
  width: 209px;
  height: 42px;
  border: 1px solid #fe9090;
  background-color: #fe909057;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 0;
  color: var(--primary-color);
}

.card.enquirycard {
  background-color: #fe909057;
  border: 1px solid #fe9090;
  padding: 10px;
  backdrop-filter: blur(32.400001525878906px);
}

.enqtitle {
  color: #00089f;
  font-size: 48px;
  font-weight: 700;
  line-height: 56.3px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.doctorpara p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  color: var(--para-color);
}

.enqbtn {
  background-color: #00089f;
}

.enqlabel {
  color: #212124;
  font-size: 28px;
  font-weight: 400;
}

/* Homeopathy page css/ */

.homy_banner {
  background: url("../img/homy_banner.png");
  background-size: cover;
  height: 800px;
  transform: translateY(-140px);
  background-attachment: fixed;
  background-position: center;
}

.homy_banner::before {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  width: 100%;
  height: 380px;
  top: 0;
  left: 0;
  z-index: 1;
}

.slide_text_homy {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(10%, -50%);
  text-align: center;
}

.mainhead_homy {
  font-size: 48px;
  color: var(--dark-color);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 56.3px;
  text-transform: uppercase;
}

.mainhead_homy span {
  font-size: 64px;
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 75.07px;
  display: block;
}

.leaves-bg-1 {
  position: absolute;
  width: 786px;
  height: 520px;
  top: -141px;
  right: -171px;
  z-index: 1;
}

.doc-qualification {
  color: var(--light-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.42px;
  letter-spacing: 0.16em;
  text-decoration: none;
}

.subhead_box {
  width: 634px;
  height: 120px;
  background-color: #fe909057;
  border: 1px solid #fe9090;
  margin: 30px 0;
}
.subhead_box1 {
  width: 1038px;
  height: 165px;
  background-color: #fe909057;
  border: 1px solid #fe9090;
  margin: 30px 0;
}
.card.whycard{
   background-color: #63B4E380;
   width: 100%;
   padding: 20px;
   border-radius: 40px;
   min-height: 500px;
}
 .subhead_box1.later{
      width: 100%;
  height: 165px;
  background-color: #fe909057;
  border: 1px solid #fe9090;
  margin: 120px 0 30px 0;
  }
.feat_head {
  color: var(--dark-color);
  font-size: 48px;
  letter-spacing: 0.16em;
  line-height: 56.3px;
  font-weight: 700;
  text-transform: uppercase;
}
.feat_head.worksans{
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    letter-spacing: 1.6px;
}

.key_features {
  margin-top: 100px;
}

.leaves-bg-2 {
  position: absolute;
  width: 786px;
  height: 520px;
  top: 200px;
  left: -225.51px;
  z-index: 1;
  transform: rotate(-130.79deg);
}

.leaves-bg-health {
  position: absolute;
  width: 786px;
  height: 520px;
  top: -440px;
  left: -205.51px;
  z-index: -1;
  transform: rotate(-130.79deg);
}

.leaves-bg-3 {
  position: absolute;
  width: 786px;
  height: 520px;
  bottom: -175px;
  right: -525.51px;
  z-index: 1;
  transform: rotate(-172.17deg);
}

.leaves-bg-4 {
  position: absolute;
  width: 786px;
  height: 520px;
  top: -10px;
  right: -540.51px;
  z-index: 1;
  transform: rotate(-172.17deg);
}

.herbal_medicine {
  height: 700px;
  width: auto;
  position: absolute;
  right: -300px;
  top: 460px;
  z-index: 12;
}

.feat_subhead {
  font-size: 36px;
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 42.23px;
}

.why_head {
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 700;
  line-height: 84.46px;
  letter-spacing: 0.16em;
  color: var(--primary-color);
}

.why_subhead {
  font-size: 32px;
  font-weight: 700;
  line-height: 37.54px;
  letter-spacing: 0.16em;
  color: var(--semidark-color);
  text-transform: uppercase;
}

.pt-cus {
  padding-top: 200px;
}

.feat_para p {
  font-size: 24px;
  font-weight: 400;
  color: var(--para-color);
  line-height: 33.6px;
}

.how_works {
  background: url("../img/howworks.jpg") no-repeat;
  background-size: cover;
  height: 1800px;
  padding-top: 160px;
  width: 100%;
  background-position: center;
}

.how_works::before {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, #ffffff 2.76%, #f0d2b0 97.24%);
  width: 100%;
  height: 176px;
  top: -35px;
  left: 0;
}

.card.workcard {
  background: #ffffff40;
  backdrop-filter: blur(35px);
  border: 1px solid #ffffff;
  min-height: 460px;
  height: 100%;
  z-index: 10;
}
.card.workcardnew {
  background: #ffffff40;
  backdrop-filter: blur(35px);
  border: 1px solid #ffffff;
  min-height: 287px;
  height: 100%;
  z-index: 10;
}

  .card.workcardnew.latest {
    background: #63B4E380;
    backdrop-filter: blur(35px);
    border: 1px solid #ffffff;
    min-height: 287px;
    height: 100%;
    z-index: 10;

}
.feat_subhead.dark {
    font-size: 21px;
    color: var(--dark-color);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 28.23px;
}
.treat_apporoch {
  background: url("../img/cancer_approch.jpg");
  background-size: cover;
  height: 1108px;
  position: relative;
}
.treat_apporoch.cancer{
  min-height: 1700px;
  position: relative;
  background-attachment: fixed;
}
.treat_apporoch::before {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  width: 100%;
  height: 243px;
  top: 0;
}
.about_kidney {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 37.54px;
  letter-spacing: 16%;
  text-align: center;
  color: #8a8a8a;
}
.about_kidney span {
  display: block;
  padding: 40px 0;
  text-transform: uppercase;
  color: #159eec;
}
.kidney_counter_box {
  width: 846px;
  max-height: 130px;
  background-color: #5ec5ff61;
  backdrop-filter: blur(31.200000762939453px);
  margin: 40px 0 100px 0;
}
.card.symptoms_card {
  height: 411px;
  border: 1px solid #ffffff70 !important;
  display: flex;
  justify-content: center;

  background: #ffffff80;
  backdrop-filter: blur(35px);
}
.kidney_symptoms {
  height: 860px;
  background: url("../img/kidney/kidney_symptoms.jpeg");
  background-size: cover;
  position: relative;
}
.kidney_symptoms.cancer{
  background: url('../img/cancer-mid.jpg');
  background-size: cover;
}
.kidney_symptoms::before {
  content: "";
  position: absolute;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 193px;
  width: 100%;
  top: 0;
}
.symotoms {
  font-weight: 400;
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: 0%;
  color: #212124;
  padding: 6px 0;
  display: block;
  list-style: disc;
}
.hr-line {
  position: absolute;
  top: 52%;
  width: 100%;
  height: 1px;
  background-color: #1e1e1e;
  transform: translateY(-52%);
}

.numbering {
  top: -65px;
  left: -23px;
  color: var(--primary-color);
  font-size: 96px;
  font-weight: 700;
}

/* footer css */

.mainfooter {
  min-height: 379px;
  background-color: var(--semidark-color);
  display: flex;
  align-items: center;
}

.footerlogo {
  width: auto;
  height: 90px;
}

.foothheads {
  font-size: 18px;
  letter-spacing: 0.3px;
  font-weight: 600;
  text-transform: capitalize;
}

/* about css */

.about_banner {
  background: url("../img/about_banner.jpg");
  background-size: cover;
  height: 760px;
  transform: translateY(-180px);
  background-attachment: fixed;
  background-position: center;
}

.about_banner::before {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 381px;
  width: 100%;
  top: -2px;
  left: 0;
  z-index: 1;
}

.slide_text_about {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
  z-index: 14;
}

.slide_text_about .mainhead_about {
  color: var(--dark-color);
  font-size: 48px;
  font-weight: 700;
  line-height: 56.3px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.counterbox {
  position: absolute;
  bottom: 0;
  width: 1064px;
  height: 130px;
  left: 188px;
  border: 1px solid #ffffff70;
  background: #ffffff40;
  backdrop-filter: blur(31.200000762939453px);
}

.main-count .countnum {
  font-size: 48px;
  font-weight: 700;
  line-height: 56.3px;
  letter-spacing: 0.16em;
  color: var(--dark-color);
}

.count-text {
  color: var(--dark-color);
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.77px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-us .about-tag {
  color: var(--primary-color);
  font-size: 24px;
  line-height: 28.15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.about-us .taghead {
  font-size: 28px !important;
  font-weight: 400;
  line-height: 32.84px;
  letter-spacing: 0.16em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.mission-sec .mission-vision-para p {
  color: var(--para-color);
  font-size: 24px;
  line-height: 33.6px;
}

.mission-vision-sec {
  padding: 120px 0;
}

.pt-50 {
  padding-top: 70px;
}

.py-sec {
  padding: 70px 0;
}

.speciality-para p {
  color: var(--para-color);
  font-size: 16px;
  line-height: 22.4px;
}

.mission-bgimg img {
  height: 345.05px;
  width: auto;
  position: absolute;
  top: -118px;
  left: -143px;
}

.vision-bgimg img {
  height: 358.58px;
  width: auto;
  position: absolute;
  top: -100px;
  right: -143px;
}

.card.speciality-card {
  height: 196px;
  width: 100%;
  background-color: #fe909057;
  border: 1px solid #fe9090;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
}

.card.speciality-card:hover {
  background-color: #62bafea1;
  border: 1px solid #62bafe;
}

.card.speciality-card:hover .spec-head {
  color: var(--dark-color);
}

.card.speciality-card .spec-head {
  font-size: 26px;
  font-weight: 700;
  line-height: 30.5px;
  letter-spacing: 0.16em;
  color: var(--primary-color);
  text-transform: uppercase;
}

.bg-doctor {
  background-color: #ffcaca;
  height: 379px;
}

.cred-head {
  color: var(--dark-color);
  font-size: 32px;
  line-height: 37.54px;
  letter-spacing: 0.16em;
  font-weight: 700;
  text-transform: uppercase;
}

.cred-sub-titles {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 5px 0;
}

.main-doctor {
  position: absolute;
  bottom: 0;
  left: -88px;
}

.main-doctor img {
  height: 862px;
  width: auto;
  position: relative;
  z-index: 10;
}

.doctor_staff_pic img {
  object-position: left !important;
  height: 350px;
}

.doctor-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  color: var(--semidark-color);
}

.doctor-speciality {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.11px;
  letter-spacing: 0.16em;
  color: var(--semidark-color);
  text-transform: uppercase;
}

/* contact page css */

.contact_banner {
  background: url("../img/contact_banner.jpg");
  background-size: cover;
  height: 800px;
  transform: translateY(-140px);
  background-attachment: fixed;
  background-position: center;
}

.contact_banner::before {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  width: 100%;
  height: 380px;
  top: 0;
  left: 0;
  z-index: 1;
}
.kidney_banner {
  background: url("../img/kidneyblog2.jpg");
  background-size: cover;
  height: 800px;
  transform: translateY(-140px);
  background-attachment: fixed;
  background-position: center;
}

.kidney_banner::before {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  width: 100%;
  height: 380px;
  top: 0;
  left: 0;
  z-index: 1;
}
.slide_text_contact {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 212px;
  width: 616px;
  background-color: #ffffff40;
  backdrop-filter: blur(31.200000762939453px);
  border: 1px solid #ffffff70;
}

.mainhead_contact {
  font-size: 48px;
  color: var(--dark-color);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 56.3px;
  text-transform: uppercase;
}

.card.enquiryform {
  background-color: #ffafaf54;
  border: 1px solid #ff47479c !important;
  backdrop-filter: blur(37.20000076293945px);
}

.cus-h {
  height: 100%;
}

.card.detailcontact {
  width: 276.15px;
  height: 276.15px;
  background: var(--semiprimary-color);
  border-radius: 5px !important;
  border: 0 !important;
  transition: all 0.4s;
}

.card.detailcontact:hover {
  background: var(--main-color);
}

.contact_subhead {
  color: var(--semidark-color);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 21.11px;
}

.supportpara {
  color: var(--semidark-color);
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
}

.contact-details {
  margin: 70px 0;
}

.dropdown-menu.submenu {
  border: 1px solid #ffffff;
  padding: 14px 20px;
  backdrop-filter: blur(31.200000762939453px);
  background: #ffffff40;
  border-radius: 2px;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
  width: 250px;
}

.megamenu-sub {
    position: absolute;
    top: 130%;
    left: -422px;
  backdrop-filter: blur(31.200000762939453px);
  background: #00000040;
    border-radius: 8px;
    min-width: 1080px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      opacity: 0; 
     visibility: hidden;  
      transform: rotateX(-90deg); 
    transform-origin: top center;
    transition: all 0.4s ease;
    z-index: 99;
}

.nav-item.dropdown:hover .megamenu-sub {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.sub.sub-menu{
  padding: 14px 20px;
  backdrop-filter: blur(31.200000762939453px);
  background: #ffffff40;
  border-radius: 2px;

}

.dropdown-toggle.main-links {
  color: var(--links-color);
  font-size: 18px;
  position: relative;
}

.dropdown-item.main-links {
  color: var(--links-color);
  font-size: 18px;
}

.dropdown-toggle.main-links:hover {
  color: var(--links-color) !important;
}

.dropdown-menu.submenu {
  display: none;
}

.nav-item:hover .dropdown-menu.submenu {
  display: block !important;
}

.servicepara p {
  font-size: 28px;
  font-weight: 400;
  line-height: 39.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.blogspara p {
  font-family: Work Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.read-more-btn {
  width: 357px;
  height: 94px;
  top: 1413px;
  left: 927px;
  gap: 0px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  background: #fe909057;
  border: 1px solid #fe9090;
  margin-top: 30px;
  font-family: Work Sans;
  font-size: 36px;
  font-weight: 700;
  line-height: 42.23px;
  letter-spacing: 0.16em;
  color: #159eec;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-clinic img {
  width: 100%;
  height: 504px;
  border-top-left-radius: 145px;
  object-fit: cover;
}

.mid_banner_clinic {
  background: url("../img/clinic_home.jpg");
  background-size: cover;
  height: 471px;
  width: 100%;
  background-position: center;
}

.kit_banner {
  background: url("../img/kit_banner.jpg");
  background-size: cover;
  height: 800px;
  transform: translateY(-140px);
  background-attachment: fixed;
  background-position: center;
}

.kit_banner::before {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  width: 100%;
  height: 381px;
  top: -2px;
  left: 0;
  z-index: 1;
}

.char-strip {
  height: 84px;
  width: 100%;
  background-color: #fe909057;
  border: 1px solid #fe9090;
  border-radius: 38px;
  display: flex;
  align-items: center;
}

.toleft {
  position: relative;
  left: -40px;
}

.chars-quote {
  font-size: 28px;
  font-weight: 600;
  line-height: 32.84px;
  letter-spacing: 0.16em;
  color: var(--semidark-color);
}

.gallery_banner {
  background: url("../img/gallery_banner.jpg");
  background-size: cover;
  height: 800px;
  transform: translateY(-140px);
  background-attachment: fixed;
  background-position: center;
}

.gallery_banner::before {
  position: absolute;
  content: "";
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  width: 100%;
  height: 381px;
  top: -2px;
  left: 0;
  z-index: 1;
}

.gallery-image.left {
  height: 400px;
  width: auto;
}

.gallery-image.left img {
  height: 100%;
  width: 100%;
}

.gallery-image.right {
  height: 537px;
  width: auto;
}

.gallery-image.right img {
  height: 100%;
  width: 100%;
}

@keyframes animcircle {
  0% {
    transform: translateX(-100px);
    rotate: 0deg;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
  }

  100% {
    transform: translateY(-100px);
    rotate: 180deg;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }
}

@keyframes slideInheader {
  0% {
    top: -128px;
  }

  100% {
    top: -2px;
  }
}

@media (min-width: 1550px) and (max-width: 1700px) {
  .container-fluid {
    max-width: 1500px !important;
  }
}

@keyframes cuspulse {
  0% {
    -webkit-transform: scaleX(1) translate(-50%, 9%);
    transform: scaleX(1) translate(-50%, 9%);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05) translate(-50%, 9%);
    transform: scale3d(1.05, 1.05, 1.05) translate(-50%, 9%);
  }

  to {
    -webkit-transform: scaleX(1) translate(-50%, 9%);
    transform: scaleX(1) translate(-50%, 9%);
  }
}

@media (max-width: 767px) {
  #header.fixed-me .headerlogo {
    height: 52px;
    width: auto;
  }
.card.symptoms_card {
    height: 310px;
}
.subhead_box1.later {
    width: 100%;
    height: 98px;
    margin: 75px 0 22px 0;
}
.treat_apporoch::before {
    position: absolute;
    content: "";
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    width: 100%;
    height: 74px;
    top: 0;
}
.feat_subhead.dark {
    font-size: 13px;
    color: var(--dark-color);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 22.23px;
}
.card.workcardnew.latest {
    min-height: 210px;
    height: 100%;
    z-index: 10;
}
  .anim-circle1 {
    height: 367px;
    width: 367px;
    top: -113px;
    left: -183px;
    z-index: -1;
  }

  .anim-circle33 {
    height: 367px;
    width: 367px;
    top: -113px;
    left: -183px;
    z-index: -1;
  }

  .anim-circle-img img {
    position: absolute;
    height: 367px;
    width: 175.3px;
    top: 400px;
    right: 0;
  }

  .anim-circle2 {
    display: none;
    /* height: 367px;
    width: 367px;
    right: -182px;
    z-index: -1;
    top: 400px; */
  }

  .anim-circle44 {
    display: none;
    /* height: 367px;
    width: 367px;
    right: -182px;
    z-index: -1;
    top: 400px; */
  }

  .anim-circle11 {
    height: 367px;
    width: 367px;
    top: -264px;
    left: -238px;
  }

  .anim-circle22 {
    display: none;
  }

  #header.fixed-me {
    top: 0;
    padding: 0 10px;
  }

  .slide_text {
    position: absolute;
    top: 400px;
    left: 0px;
    width: 310px;
    height: 111px;
    border: 1px solid #ffffff;
    padding: 14px 20px;
    backdrop-filter: blur(31.200000762939453px);
    background: #ffffff40;
    z-index: 3;
  }

  .slide_text .tag {
    font-size: 12px;
    letter-spacing: 1.6px;
    line-height: 14.08px;
  }

  .headerlogo {
    height: 65px;
    width: auto;
  }

  .slide_text .main_head {
    font-size: 17px;
    line-height: 20.72px;
    font-weight: 400;
    color: var(--semidark-color);
    margin-top: 2px;
  }

  .viewbtnsec .viewmorebtn {
    position: absolute;
    top: 528px;
    left: 18px;
    background: #00035791;
    border: 1px solid #000357;
    border-radius: 50px;
    height: 30px;
    width: 113px;
    padding: 5px 20px;
    line-height: 12.38px;
    font-size: 11px;
    color: var(--light-color);
    backdrop-filter: blur(32.400001525878906px);
    cursor: pointer;
    z-index: 3;
  }

  .about-sub {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.84px;
    letter-spacing: 0.16em;
    color: #000357;
  }

  .bkapt {
    position: absolute;
    bottom: -12%;
    left: 50%;
    transform: translate(-50%, 9%);
    background: #b9e2fa;
    border: 0.7px solid #e5dcfe1a;
    border-radius: 50px;
    height: 62px;
    min-width: 309px;
    padding: 10px 38px;
    line-height: 28px;
    font-size: 16px;
    color: var(--dark-color);
    backdrop-filter: blur(14.699999809265137px);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: all 0.5s ease-in;
    animation: cuspulse 1s 1 ease-in-out;
  }

  .subhead {
    color: var(--primary-color);
    font-size: 24px;
    line-height: 28.51px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
  }

  .contact-details {
    margin: 0px 0px 0px -15px;
  }

  .subtitle {
    color: var(--semidark-color);
    font-size: 16px;
    line-height: 18.48px;
    letter-spacing: 0.4px;
  }

  .strata_para {
    margin: 20px 0 !important;
    position: relative;
    z-index: 2;
    font-size: 10px;
    line-height: 19.2px;
  }

  .subhead_box {
    width: 253px;
    height: 48px;
    background-color: #fe909057;
    border: 1px solid #fe9090;
    margin: -73px 0;
  }

  .feat_head {
    color: var(--dark-color);
    font-size: 19.2px;
    letter-spacing: 0.16em;
    line-height: 22.52px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .btn.learnmore {
    color: var(--primary-color);
    font-size: 10px;
    line-height: 11.2px;
    text-transform: capitalize;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mid_banner {
    height: 221px;
    width: 100%;
    background-color: #d9d9d9;
  }

  .card.whycard .whyicon {
    width: 42.5px;
    height: 40.79px;
    position: relative;
    top: 0px;
  }

  .why_us_heading {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 17.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding-top: 0px;
  }

  .why_us_para p {
    font-size: 10px;
  }

  .card.whycard {
    background-color: var(--main-color);
    height: 100%;
    min-height: 140px;
    z-index: 3;
  }

  .whycardbody {
    gap: 12px;
  }

  .whyrow {
    margin-top: 5px;
  }

  .services {
    background: url("../img/services.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    background-position: center;
  }

  .card.testicard {
    position: relative;
    background-color: var(--main-color);
    height: 100%;
    min-height: 106px;
    text-align: center;
    padding: 20px;
    margin: 89px 32px 7px 48px;
    width: 304px !important;
    z-index: 5;
  }

  .card.testicard .testi-thumb {
    position: absolute;
    height: 117px;
    width: 117px;
    background-color: #a5a5a5;
    border-radius: 70%;
    opacity: 30%;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
  }

  .subhead .upperhead {
    font-size: 20px;
    display: block;
    text-transform: uppercase;
  }

  .bkaptform {
    background: url(../img/services.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    z-index: 1;
    border-top: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
  }

  .aptlabel {
    font-size: 11px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 0.5px;
    line-height: 12.11px;
    text-transform: uppercase;
  }

  .leaves-bg-1 {
    position: absolute;
    width: 314px;
    height: 209px;
    top: -83px;
    right: -105px;
    z-index: -1;
  }

  select {
    font-size: 16px;
  }

  .btn.learnmore span {
    color: #1f2b6c;
    font-size: 15px;
    margin-top: 2px;
    transition: all 0.4s;
  }

  .btn.aptbtn {
    background-color: #00035791;
    border: 1px solid #000357;
    border-radius: 50px;
    height: 32px;
    width: 109px;
    padding: 9px 10px;
    line-height: 11.77px;
    font-size: 12px;
    color: var(--light-color);
    margin-left: 0;
  }

  .homy_banner {
    background: url("../img/homy_banner.png");
    background-size: cover;
    height: 338px;
    transform: translateY(-81px);
    background-attachment: fixed;
    background-position: center;
  }

  .homy_banner::before {
    display: none !important;
  }

  .slide_text_homy {
    position: absolute;
    top: 50%;
    right: 9%;
    text-align: center;
  }

  .mainhead_homy {
    font-size: 19.2px;
    color: var(--dark-color);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 22.52px;
    text-transform: uppercase;
  }

  .mainhead_homy span {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 23.46px;
    display: block;
  }

  .feat_subhead {
    font-size: 14.4px;
    color: var(--primary-color);
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    line-height: 16.89px;
    margin-top: 6px;
  }

.feat_para p {
    font-size: 14px;
    font-weight: 400;
    color: var(--para-color);
    line-height: 24.6px;
    margin-bottom: 0;
}

  .how_works::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, #ffffff 2.76%, #f0d2b0 97.24%);
    width: 100%;
    height: 91px;
    top: 0px;
    left: 0;
  }

  .numbering {
    top: -32px;
    left: -7px;
    color: var(--primary-color);
    font-size: 38.4px;
    font-weight: 700;
  }

  .card.workcard {
    background: #ffffff40;
    backdrop-filter: blur(35px);
    border: 1px solid #ffffff;
    min-height: 100px;
    height: 100%;
    width: 271px;
    z-index: 10;
    margin: auto;
  }

  .how_works {
    background: url("../img/howworks.jpg") no-repeat;
    background-size: cover;
    height: 1000px;
    padding-top: 160px;
    width: 100%;
    background-position: center;
  }

  .contact_banner {
    background: url("../img/contact_banner.jpg");
    background-size: cover;
    height: 342px;
    transform: translateY(-140px);
    background-attachment: fixed;
    background-position: center;
  }

  .kidney_banner {
    height: 342px;
    background: url("../img/kidneyblog2.jpg");
    background-size: cover;
    transform: translateY(-140px);
    background-attachment: fixed;
    background-position: center;
  }

  .slide_text_contact {
    height: 84.8px;
    width: 246.4px;
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -61%);
  }

  .mainhead_contact {
    font-size: 19.2px;
    line-height: 22.52px;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .contact_banner::before {
    display: none !important;
  }

  .leaves-bg-2 {
    position: absolute;
    width: 314.4px;
    height: 209px;
    top: 56px;
    left: -113.51px;
    z-index: 1;
    transform: rotate(-130.79deg);
  }

  .strata-op-down img {
    height: 163.8px !important;
    width: 163.8px !important;
    opacity: 20%;
    z-index: -1;
    position: relative;
    top: -53px;
    left: -63px;
  }

  .uppersec {
    position: relative;
    top: -40px;
  }

  .strata_para_service p {
    font-family: Work Sans;
    font-size: 10px;
    font-weight: 400;
    line-height: 18.6px;
  }

  .mobserviceimg {
    height: 171px;
    width: 100%;
  }

  .subhead.mobservicename {
    color: var(--primary-color);
    font-size: 14.4px;
    line-height: 16.89px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3px !important;
  }

  .servicepara p {
    font-size: 8.4px;
    font-weight: 400;
    line-height: 11.76px;
  }

  .card.detailcontact {
    width: 79.9px;
    height: 79.9px;
  }

  .contact_detail img {
    height: 11.46px;
    width: 12.06px;
  }

  .contact_subhead {
    font-size: 6px;
    font-weight: 700;
    line-height: 6.33px;
    margin: 3px 0 !important;
  }

  .supportpara {
    font-size: 6px;
    line-height: 8.4px;
    font-weight: 400;
    margin-bottom: 0 !important;
  }

  .kit_banner {
    background: url("../img/kit_banner.jpg");
    background-size: cover;
    height: 342px;
  }

  .kit_banner::before {
    display: none !important;
  }

  .subhead_subtitle {
    font-size: 12px;
    font-weight: 700;
    line-height: 17.54px;
  }

  .secup {
    position: relative;
    top: -90px;
  }

  .leaves-bg-health {
    position: absolute;
    width: 235.8px;
    height: 157px;
    top: -423px;
    left: -76.51px;
    z-index: -1;
    transform: rotate(-130.79deg);
  }

  .site_healthkit {
    height: 240px;
    width: auto;
    left: -4px;
    top: -326px;
  }

  .anim-circle34 {
    position: absolute;
    height: 293.6px;
    width: 293.6px;
    background-color: #5ec5ff;
    top: -270px;
    left: -164px;
    border-radius: 70%;
    opacity: 30%;
    z-index: -1;
  }

  .pt-cus {
    padding-top: 0 !important;
  }

  .mt-minus {
    position: relative;
    top: -60px;
  }

  .why_head {
    font-size: 21.6px;
    font-weight: 700;
    line-height: 25.34px;
  }

  .why_subhead {
    font-size: 11px;
    font-weight: 700;
    line-height: 15.54px;
  }

  .toleft {
    position: relative;
    left: -30px;
  }

  .char-strip {
    height: 25.2px;
    width: 100%;
    background-color: #fe909057;
    border: 1px solid #fe9090;
    border-radius: 11px;
  }

  .chars-quote {
    font-size: 8px;
    font-weight: 600;
    line-height: 9.84px;
  }

  .anim-circle45 {
    height: 293.6px;
    width: 293.6px;
    background-color: #bfd2f8;
    bottom: 56px;
    right: -156px;
    border-radius: 70%;
    opacity: 50%;
    z-index: 2;
  }

  .herbal_medicine {
    height: 217px;
    width: auto;
    position: absolute;
    right: -78px;
    top: 73px;
    z-index: 12;
  }

  .leaves-bg-4 {
    position: absolute;
    width: 235.8px;
    height: 157.2px;
    top: 18px;
    right: -117px;
    z-index: 1;
    transform: rotate(-172.17deg);
  }

  .footerlogo {
    width: auto;
    height: 42px;
  }

  .foothheads {
    font-size: 11px;
    letter-spacing: 0.3px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0 !important;
  }

  .footlinks {
    font-size: 9px;
    line-height: 11px;
  }

  .mainfooter {
    min-height: 272px;
  }

  .gallery-image.left {
    height: 170px;
    width: auto;
  }

  .gallery-image.right {
    height: 241px;
    width: auto;
  }

  .anim-circle33 {
    display: none !important;
  }

  .anim-circle44 {
    display: none !important;
  }

  .mapcol iframe {
    height: 300px;
  }
}

@media (max-width: 500px) {
  .main_banner {
    height: 617px;
    transform: translateY(-140px);
    background-position: center;
  }

  .kidney_main {
    position: absolute;
    height: 446px;
    width: auto;
    right: -91px;
    bottom: 123px;
    border-radius: 173px;
    overflow: hidden;
  }

  .kidney_main::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #000; /* Adjust the border color and thickness as needed */
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; /* So it doesn't interfere with clicks */
  }
  .about_kidney {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21.54px;
    letter-spacing: 16%;
    text-align: center;
    color: #8a8a8a;
  }
  .slide_text_kidney {
    height: 84.8px !important;
    width: 246.4px !important;
    position: absolute;
    background: #9cdcff40;
    transform: translate(-20%, -61%);
    width: 547px;
    height: 212px;
    top: 301px;
    left: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slide_text_cancer {
    height: 84.8px !important;
    width: 246.4px !important;
    position: absolute;
    background: #0b70aa40;
    transform: translate(-20%, -61%);
    width: 547px;
    height: 212px;
    top: 301px;
    left: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .top-m-40 {
    top: 10px;
  }

  .main_banner::before {
    position: absolute;
    content: "";
    background: linear-gradient(
      360deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    );
    height: 132px;
    width: 100%;
    top: 15px;
    left: 0;
    z-index: 1;
  }

  .mid_banner {
    height: 121px;
    width: 100%;
    background-color: #d9d9d9;
  }

  .services {
    background: url("../img/services.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 430px;
    background-position: center;
  }

  .slick_track {
    width: 300px !important;
  }

  .card.whycard .whyicon.icon-1 {
    width: 50px;
    height: 46.65px;
    top: -8px;
  }

  .card.whycard .whyicon.whyicon.icon-2 {
    width: 50px;
    height: 47.23px;
    top: -11px;
  }

  .card.whycard .whyicon.whyicon.icon-3 {
    width: 50px;
    height: 52.79px;
    top: -6px;
  }

  .card.whycard .whyicon.whyicon.icon-4 {
    width: 50px;
    height: 46px;
    top: -8px;
  }

  .copyright-text {
    color: var(--light-color);
    font-size: 9px;
  }

  .social {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #bfd2f8;
    color: var(--dark-color);
    text-decoration: none;
    font-size: 11px;
    transition: all 0.3s ease;
  }

  .social-links {
    display: flex;
    gap: 11px;
    align-items: center;
    padding: 20px 0 0 15px;
  }

  .service_main {
    width: 182px;
    height: 36px;
    background: #ffffff80;
    backdrop-filter: blur(31.200000762939453px);
    border: 1px solid #ffffff70;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
    text-align: center;
    padding: 6px 9px;
  }

  .service_head_cat {
    font-size: 10px;
    line-height: 12.92px;
    letter-spacing: 16%;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
  }

  .slider-card.testicard {
    background-color: #ffcaca;
    color: #212124;
    padding: 10px;
    margin: 0px 15px 1px 80px;
    border-radius: 58px;
    transition: all 0.3s;
    width: 254px;
    height: 305px;
    padding: 10px 12px;
  }

  .about_banner::before {
    position: absolute;
    content: "";
    background: linear-gradient(
      360deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    );
    height: 130px;
    width: 100%;
    top: -20px;
    left: 0;
    z-index: 1;
  }

  .about_banner {
    height: 342px;
    transform: translateY(-158px);
    background-attachment: fixed;
    background-position: center;
  }

  .gallery_banner {
    height: 342px;
    transform: translateY(-158px);
    background-attachment: fixed;
    background-position: center;
  }
  .kidney_symptoms {
    height: 448px;
    background: url("../img/kidney/kidney_symptoms.jpeg");
    background-size: cover;
    position: relative;
  }
  .symotoms {
    font-weight: 400;
    font-size: 14px;
    line-height: 30.6px;
    letter-spacing: 0%;
    color: #212124;
    padding: 6px 0;
  }
  .subhead_box1 {
    width: 391px;
    height: 97px;
    background-color: #fe909057;
    border: 1px solid #fe9090;
    margin: 30px 0;
  }
 
  .kidney_subhead {
    font-weight: 700;
    font-size: 18px;
    line-height: 28.54px;
    letter-spacing: 16%;
    text-align: center;
    color: #000357;
    text-transform: uppercase;
  }
  .card.workcardnew {
    background: #ffffff40;
    backdrop-filter: blur(35px);
    border: 1px solid #ffffff;
    min-height: 143px;
    height: 100%;
    z-index: 10;
  }
  .cush100 {
    height: 0%;
  }
  .gallery_banner::before {
    position: absolute;
    content: "";
    background: linear-gradient(
      360deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 100%
    );
    height: 130px;
    width: 100%;
    top: -20px;
    left: 0;
    z-index: 1;
  }

  .slide_text_about {
    top: 58%;
    left: 50%;
    transform: translate(-58%, -25%);
    z-index: 14;
    text-align: center;
  }

  .slide_text_about .mainhead_about {
    font-size: 29px;
    font-weight: 700;
    line-height: 33.3px;
  }

  .extrahead {
    font-size: 8.4px;
    font-weight: 700;
    line-height: 6.33px;
    letter-spacing: 0.16em;
  }

  .extrasubhead {
    font-size: 11.6px;
    font-weight: 400;
    line-height: 12.09px;
  }

  .main-count .countnum {
    font-size: 22px;
    font-weight: 700;
    line-height: 25.81px;
    letter-spacing: 0.16em;
    color: var(--dark-color);
    margin-bottom: 0;
  }

  .count-text {
    font-size: 8px;
    font-weight: 700;
    line-height: 9.38px;
    letter-spacing: 0.16em;
  }

  .col-3.countcol {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .counterbox {
    bottom: -80px;
    width: 354px;
    height: 62px;
    left: 25px;
    background: #ffcaca;
  }

  .bg-clinic img {
    width: 100%;
    height: 252px;
    border-top-left-radius: 72.5px;
  }

  .about-us .about-tag {
    font-size: 12px;
    line-height: 14.08px;
  }

  .about-us .taghead {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.48px;
    letter-spacing: 0.16em;
    margin-top: 12px;
  }

  .mission-sec .mission-vision-para p {
    color: var(--para-color);
    font-size: 12px;
    line-height: 16.8px;
  }

  .mission-bgimg img {
    height: 138.05px;
    width: auto;
    top: -46px;
    left: 16px;
  }

  .vision-bgimg img {
    height: 143.43px;
    width: auto;
    top: -39px;
    right: 199px;
  }

  .diseaseimg {
    height: 197px;
    width: auto;
  }

  .card-strip {
    height: 39px;
    width: 230px;
    background: #fe909057;
    border: 1px solid #fe9090;
  }

  .mission-vision-sec {
    padding: 25px 0;
  }

  .py-sec {
    padding: 28px 0;
  }

  .card.speciality-card {
    height: 72px;
    width: 100%;
    position: relative;
    z-index: 12;
  }

  .card.speciality-card .spec-head {
    font-size: 12px;
    font-weight: 700;
    line-height: 14.08px;
  }

  .bg-doctor {
    background-color: #ffcaca;
    height: 117px;
    margin-top: 151px !important;
  }

  .main-doctor img {
    height: 301px;
    width: auto;
  }

  .main-doctor {
    position: absolute;
    bottom: 0;
    left: -65px;
  }

  .cred-head {
    font-size: 16px;
    line-height: 18.77px;
    letter-spacing: 0.16em;
    position: relative;
    top: -32px;
    right: 52px;
  }

  .cred-sub-titles {
    font-size: 8px;
    line-height: 9.38px;
    padding: 3px 15px;
    margin-bottom: 0;
  }

  .card.doctorcard {
    min-height: 400px;
  }

  .text-doctor {
    font-size: 10.8px;
    font-weight: 700;
    line-height: 12.67px;
    letter-spacing: 0.16em;
  }

  .doctor-main-head {
    font-size: 19.2px;
    font-weight: 400;
    line-height: 22.18px;
  }

  .doctor_staff_pic img {
    height: 114px;
    object-position: left !important;
  }

  .doctor-name {
    font-size: 9px;
    font-weight: 400;
    line-height: 11.2px;
  }

  .doctorpara p {
    font-size: 9px;
    font-weight: 400;
    line-height: 12.2px;
    color: var(--para-color);
  }

  .speciality-para p {
    font-size: 9px;
    font-weight: 400;
    line-height: 12.2px;
    color: var(--para-color);
  }

  .doctor-speciality {
    font-size: 9px;
    font-weight: 700;
    line-height: 10.11px;
    letter-spacing: 0.16em;
    margin-bottom: 10px !important;
  }

  .card.doctorcard {
    min-height: 230px;
  }

  .card-footer {
    font-size: 9px;
    padding: 5px !important;
  }

  .social-links {
    font-size: 10px;
  }

  .slider .owl-item.active.center .slider-card.testicard {
    background-color: #ffcaca;
    color: #212124;
    transform: scale(1) !important;
    position: relative;
  }

  .faqQuestion {
    font-size: 10px !important;
    color: #131414;
    text-align: start;
    margin-bottom: 0 !important;
  }

  .item {
    margin: 14px 0 !important;
  }
  .sidebarlinks a {
    color: #1300a7 !important;
    font-size: 11px;
    line-height: 12.42px;
    font-weight: 400;
  }
  .FAQ-content {
    max-height: 9999px;
    transition: max-height 0.8s cubic-bezier(1, 0, 1, 0);
    font-size: 9px !important;
  }
  .dropdown-menu.submenu {
    border: 1px solid #ffffff;
    padding: 14px 20px;
    backdrop-filter: blur(31.200000762939453px);
    background: #ffffff40;
    border-radius: 2px;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 0;
    width: 100px !important;
  }

  .subhead {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 24.51px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
  }

  .card-body.kit {
    height: 283px;
  }

  .kitname {
    font-size: 17.28px;
    font-weight: 700;
    line-height: 20.27px;
  }

  .kitpara p {
    color: var(--para-color);
    font-size: 13px;
    font-weight: 400;
  }

  .reqkit {
    width: 140px;
    height: 27px;
    border: 1px solid #fe9090;
    background-color: #fe909057;
    margin-top: 9px;
    font-size: 10px;
    font-weight: 700;
    line-height: 13.11px;
  }

  .enqtitle {
    color: #00089f;
    font-size: 14.4px;
    font-weight: 700;
    line-height: 16.89px;
    margin-bottom: 0;
  }

  .enqlabel {
    color: #212124;
    font-size: 15px;
    font-weight: 400;
  }

  .doc-qualification {
    font-size: 7px;
    font-weight: 700;
    line-height: 9.42px;
  }

  .blogspara p {
    font-family: Work Sans;
    font-size: 8px;
    font-weight: 400;
    line-height: 9.6px;
    margin-bottom: 0;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .subhead.bloghead {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 19.51px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
  }

  .read-more-btn {
    width: 107px;
    height: 31px;
    background: #fe909057;
    border: 1px solid #fe9090;
    margin-top: 18px;
    font-size: 10px;
    font-weight: 700;
    line-height: 14.23px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slider {
    /* margin-bottom: 30px; */
    margin: -26px 0;
  }

  #preloader {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .counterbox {
    bottom: -80px;
    width: 354px;
    height: 62px;
    left: 10px;
    background: #ffcaca;
  }

  .slider-card.testicard {
    background-color: #ffcaca;
    color: #212124;
    padding: 10px;
    margin: 0px 15px 1px 54px;
    border-radius: 58px;
    transition: all 0.3s;
    width: 254px;
    height: 305px;
    padding: 10px 12px;
  }

  .main-count .countnum {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.81px;
    letter-spacing: 0.16em;
    color: var(--dark-color);
    margin-bottom: 0;
  }
}

@media (max-width: 380px) {
  .counterbox {
    bottom: -80px;
    width: 354px;
    height: 62px;
    left: 10px;
    background: #ffcaca;
  }

  .slider-card.testicard {
    background-color: #ffcaca;
    color: #212124;
    padding: 10px;
    margin: 0px 15px 1px 48px;
    border-radius: 58px;
    transition: all 0.3s;
    width: 254px;
    height: 305px;
    padding: 10px 12px;
  }
}
