* {
  font-family: "Open Sans", serif;
}

* {
  padding: 0;
  margin: 0;
}

body {
  max-height: 100dvw;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-template-areas:
    "navbar navbar"
    "main sidebar"
    "footer sidebar";
  background-color: #fdfffc;
}

@media(min-width:956px){
    .fa-bars{
        display: none;
    }

}

@media (max-width: 956px) {
    .show {
        background-color: #F7F9F9;
        display: flex
;
        flex-direction: column;
        align-items: center;
        height: 80dvh;
    }
} 

.fa-bars {
  color: #000;
  font-size: 2.3rem;
}

nav {
  position: fixed;
  width: 100%;
  grid-area: navbar;
  background: #ffffff9a;
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  padding: 0 30px;
}

aside {
  height: calc(100dvh - 50.4px);
  grid-area: sidebar;
  padding-top: 60px;
  display: none;
}
p {
  display: flex;
}

.iconbar {
  display: flex;
  position: relative;
}

.fa-house-user {
  display: flex;
  font-size: 2.6rem;
  font-weight: 600;
  color: #363636;
  padding-bottom: 10px;
  border-radius: 50%;
}

.fa-house-user:hover {
  display: flex;
  color: #00affa;
  position: relative;
  transition: all 0.2s ease;
}

.sidebtn {
  cursor: pointer;
  color: #000;
  font-weight: 600;
  font-size: 1.2rem;
  left: -5px;
  position: relative;
}

.fa-calendar-check {
  padding-bottom: 10px;
  position: relative;
  left: 26px;
  letter-spacing: -1px;
  height: 40px;
  width: 40px;
  display: flex;
  font-size: 2.6rem;
  font-weight: 600;
  color: #2e2e2e;
}

.fa-calendar-check:hover {
  display: flex;
  color: #00affa;
  transition: all 0.2s ease;
}

.sidebtn1 {
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  color: #000;
}

.fa-user-plus {
  padding-bottom: 10px;
  position: relative;
  left: 6px;
  height: 40px;
  width: 40px;
  display: flex;
  font-size: 2.6rem;
  font-weight: 600;
  color: #2e2e2e;
}

.fa-user-plus:hover {
  display: flex;
  color: #00b3ff;
  position: relative;
  transition: all 0.2s ease;
}

.sidebtn2 {
  display: flex;
  position: relative;
  left: -px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  color: #000;
}

.fa-circle-user {
  padding-bottom: 10px;
  position: relative;
  left: -5px;
  height: 40px;
  width: 40px;
  display: flex;
  font-size: 2.6rem;
  font-weight: 600;
  color: #2e2e2e;
}

.fa-circle-user:hover {
  display: flex;
  color: #00b3ff;
  position: relative;
  transition: all 0.2s ease;
}

.sidebtn3 {
  display: flex;
  position: relative;
  left: -10px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  color: #000;
}

main {
  grid-area: main;
  margin-inline: auto;
  padding-top: 80px;
  height: 100vh;
  justify-content: center;
  position: relative;
}

.imgcontainer {
  display: flex;
  height: 85%;
  max-width: 90dvw;
  width: 1200px;
  position: relative;
  margin: auto;
  top: 0;
}

.overlay {
  background: linear-gradient(90deg, #142e46 45%, transparent 99%);
  display: flex;
  height: 100%;
  width: 100%;
  margin: auto;
  border-radius: 30px;
}

.image {
  position: relative;
  border-radius: 30px;
  animation: banner 20s infinite running step-start;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}

@keyframes banner {
    /* 10%{ background-image: url("/slideshero/hero slide1.jpg");} */
    50%{ background-image: url("/slideshero/hero slide 2.jpg");}
    100%{ background-image: url("/slideshero/hero slide 3.jpg");}

}
.bio {
  height: 90%;
  width: 100%;
  display: flex;
  position: absolute;
  color: #fff;
}

.photo {
 
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 58%;
  width: 58%;
  top: 0;
  left: 1%;
  margin: auto;
}

h1 {
  display: flex;
  position: absolute;
  top: 15%;
  left: 27.6%;
  font-size: 2.5rem;
  font-weight: 700;
  margin: auto;
}

.verifed {
  display: flex;
  position: absolute;
  align-items: center;
  top: 25%;
  left: 26%;
  font-size: 1.5rem;
  width: auto;
  font-weight: 550;
  margin: auto;
}
h2 {
  width: 60dvw;
  display: flex;
  margin: auto;
  position: absolute;
  font-size: 1.3rem;
  left: 3%;
  top: 50%;
  text-align: justify;
  letter-spacing: 1px;
  font-weight: 500;
}
.badge {
  display: flex;
  width: 10%;
  height: 10%;
}
.btnover {
  display: flex;
  position: absolute;
  font-size: 1.3rem;
  font-weight: 550;
  gap: 4rem;
  top: 92%;
  left: 6%;
  z-index: 1;
}
.btno {
  display: flex;
  position: relative;
  height: 40px;
  align-items: center;
}
.btn1 {
  position: relative;
  width: 200px;
  height: 40px;
  background-color: #000;
  display: flex;
  align-items: center;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
}
.btn1::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -10px;
  top: -1px;
  margin: auto;
  width: 250px;
  height: 80px;
  border-radius: 10px;
  background: linear-gradient(-45deg, #e81cff 0, #40c9ff 100%);
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.btn1::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #fc00ff 0, #00dbde 100%);
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}
.btn1:hover::after {
  filter: blur(30px);
}
.btn1:hover::before {
  transform: rotate(-180deg);
}
.btn1:active::before {
  scale: 0.7;
}
.navmenu {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-inline: auto;
  gap: 0.9rem;
  letter-spacing: -0.7px;
  font-weight: 700;
  padding: 20px 0;
  margin-right: 25px;
}
ul {
  list-style-type: none;
  text-decoration: none;
}
.navmenu li a {
  color: #000;
  padding: 20px 6px;
  font-size: 22px;
  font-family: "Open Sans", serif;
  background: 0 0;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 550;
}
ul li a:hover {
  background-color: #000;
  color: #fff;
}
a {
  text-decoration: none;
  color: #161616;
}
.logo {
  display: flex;
  position: relative;
  left: 10px;
  font-size: 2.1rem;
  gap: 10px;
  align-items: center;
  background: linear-gradient(
    to right,
    red 20%,
    #3a2626 30%,
    #fdea7f 80%,
    #0067dd 90%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}
#logotxt {
  font-size: 2rem;
  font-weight: 700;
}
@keyframes textShine {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@media (max-width: 956px) {
  .navhide {
    display: none;
  }
  .logo {
    display: flex;
    position: relative;
    left: 10px;
    font-size: 2.1rem;
    gap: 10px;
    align-items: center;
    background: linear-gradient(
      to right,
      red 20%,
      #3a2626 30%,
      #fdea7f 80%,
      #0067dd 90%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
  }
  #logotxt {
    font-size: clamp(1rem, 5dvw, 2.4rem);
    font-weight: 700;
    color: #fff;
  }
  @keyframes textShine {
    0% {
      background-position: 0 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  .navmenu {
    font-size: 0.8rem;
    font-weight: 600;
  }
  nav {
    position: fixed;
    width: 100%;
    grid-area: navbar;
    background: #ffffff9a;
    box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.623);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
  }
  .fa-bars {
    margin-right: 40px;
    font-size: 2rem;
    color: #000;
  }
}
@media (min-width: 956px) {
  .fa-bars {
    display: none;
  }
}
@media (max-width: 956px) {
  body {
    grid-template-columns: 1fr;
  }
  aside {
    width: 120px;
    position: fixed;
    right: 0;
    gap: 50px;
    top: 66.6px;
    padding-top: 30px;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    z-index: 4;
  }
}
@media (max-width: 956px) {
  .imgcontainer {
    display: flex;
    height: 500px;
    max-width: 90dvw;
    width: 1100px;
    position: relative;
    margin: auto;
    top: 0;
  }
  .image {
    position: relative;
    animation: banner 20s infinite running step-start;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
  }
  @keyframes banner {
    10% {
      background-image: url("/slideshero/hero slide 2.jpg");
    }
    50% {
      background-image: url("/slideshero/hero slide 3.jpg");
    }
    100% {
      background-image: url("/slideshero/hero slide1.jpg");
    }
  }
  .bio {
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    color: #fff;
  }
  .verifed {
    display: flex;
    position: absolute;
    align-items: center;
    top: 20%;
    left: 40%;
    font-size: 1.3rem;
    font-weight: 550;
    width: auto;
  }
  h2 {
    width: 85dvw;
    display: flex;
    margin: auto;
    position: absolute;
    font-size: 1.2rem;
    left: 3%;
    top: 50%;
    text-align: justify;
    letter-spacing: 1px;
    font-weight: 540;
  }
  .badge {
    display: flex;
    width: 15%;
    height: 15%;
  }
  .btn1 {
    position: relative;
    width: 120px;
    height: 40px;
    background-color: #000;
    display: flex;
    align-items: center;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    border: none;
    padding: 12px;
    gap: 12px;
    border-radius: 8px;
    cursor: pointer;
  }
  .btn1::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -10px;
    top: -1px;
    margin: auto;
    width: 200px;
    height: 55px;
    border-radius: 10px;
    background: linear-gradient(-45deg, #e81cff 0, #40c9ff 100%);
    z-index: -10;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .btn1::after {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    background: linear-gradient(-45deg, #fc00ff 0, #00dbde 100%);
    transform: translate3d(0, 0, 0) scale(0.95);
    filter: blur(20px);
  }
  .btn1:hover::after {
    filter: blur(30px);
  }
  .btn1:hover::before {
    transform: rotate(-180deg);
  }
  .btn1:active::before {
    scale: 0.7;
  }
  .overlay {
    background: linear-gradient(90deg, #142e46 45%, transparent 99%);
    display: flex;
    height: 100%;
    width: 100%;
    margin: auto;
  }
  .image {
    position: relative;
    animation: banner 20s infinite running step-start;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
  }
  @keyframes banner {
    10% {
      background-image: url("/slideshero/hero slide1.jpg");
    }
    50% {
      background-image: url("/slideshero/hero slide 3.jpg");
    }
    100% {
      background-image: url("/slideshero/hero slide 2.jpg");
    }
  }
  .bio {
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    color: #fff;
  }
  .photo {
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 260px;
    width: 250px;
    top: 0;
    left: 0;
    margin: auto;
  }
  h1 {
    display: flex;
    position: absolute;
    top: 11%;
    left: 49.5%;
    font-size: clamp(1rem, 5dvw, 2.4rem);
    font-weight: 800;
    margin: auto;
    color: #fff;
    text-shadow: #000 2px 2px 2px;
  }
  .verifed {
    display: flex;
    width: 100%;
    position: absolute;
    align-items: center;
    top: 41.5%;
    left: 0;
    font-size: 1rem;
    font-weight: 650;
    color: #fff;
    text-shadow: #000 2px 2px 2px;
    margin: 0;
    padding: 0;
  }
  h2 {
    width: 85dvw;
    display: flex;
    margin: auto;
    position: absolute;
    font-size: 0.9rem;
    left: 3%;
    top: 50.5%;
    text-align: justify;
    letter-spacing: -1px;
    font-weight: 600;
  }
  .badge {
    display: flex;
    width: 9%;
    height: 9%;
  }
  .btnover {
    display: flex;
    position: absolute;
    font-size: 0.8rem;
    font-weight: 500;
    gap: 10dvw;
    top: 92%;
    left: 3%;
    z-index: 1;
    letter-spacing: -1px;
  }
  .btno {
    display: flex;
    position: relative;
    height: 20px;
    align-items: center;
  }
  .btn1 {
    position: relative;
    width: 120px;
    height: 20px;
    background-color: #000;
    display: flex;
    align-items: center;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    border: none;
    padding: 12px;
    gap: 12px;
    border-radius: 8px;
    cursor: pointer;
  }
  .btn1::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -4px;
    top: -1px;
    margin: auto;
    width: 150px;
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(-45deg, #e81cff 0, #40c9ff 100%);
    z-index: -10;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .btn1::after {
    content: "";
    z-index: -1;
    position: absolute;
    inset: 0;
    background: linear-gradient(-45deg, #fc00ff 0, #00dbde 100%);
    transform: translate3d(0, 0, 0) scale(0.95);
    filter: blur(20px);
  }
  .btn1:hover::after {
    filter: blur(30px);
  }
  .btn1:hover::before {
    transform: rotate(-180deg);
  }
  .btn1:active::before {
    scale: 0.7;
  }
  .googleslides {
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    width: 90%;
    height: clamp(200px, 20vw, 300px);
    position: relative;
    animation: review 40s infinite running step-end;
    margin-inline: auto;
  }

  @keyframes review {
    10%{background-image: url("/google/Screenshot 2024-10-11 210244.png");}
    20%{background-image: url("/google/Screenshot 2024-10-11 210120.png");}
    30%{background-image: url("/google/Screenshot 2024-10-11 210146.png");}
    40%{background-image: url("/google/Screenshot 2024-10-11 210244.png");}
    50%{background-image: url("/google/Screenshot 2024-10-11 210254.png");}
    60%{background-image: url("/google/Screenshot 2024-10-11 210305.png");}
    70%{background-image: url("/google/Screenshot 2024-10-11 210319.png");}
    80%{background-image: url("/google/Screenshot 2024-10-11 210329.png");}
    90%{background-image: url("/google/Screenshot 2024-10-11 210339.png");}
    95%{background-image: url("/google/Screenshot 2024-10-11 210353.png");}
    100%{background-image: url("/google/Screenshot 2024-10-11 210404.png");}
}

  .googleslides {
    width: 90%;
  }
  .addbox .navicon a {
    padding: 5px 15px;
    color: red;
    border-radius: 100%;
    background: #fff;
    position: relative;
    font-size: 1.8rem;
    top: -16px;
  }
  .addbox .call {
    display: flex;
    position: relative;
    width: 50px;
    left: 70px;
    justify-content: center;
    padding: 5px 0;
    background-color: #fff;
    border-radius: 100px;
    font-size: 1.8rem;
    cursor: pointer;
  }
}
.banner {
  flex-wrap: wrap;
  display: flex;
  position: relative;
  justify-content: space-evenly;
  padding: 30px 0;
  background-color: #020100;
  max-width: 90dvw;
  margin-top: 10px;
  gap: 10px;
  border-radius: 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
  margin-inline: auto;
}
.bnr {
  font-size: clamp(1.4rem, 3.8vw, 2.4rem);
  font-weight: 800;
  display: flex;
  justify-content: center;
  background: linear-gradient(90deg, #6e5ee7 7%, #421685 60%);
  background-clip: text;
  color: transparent;
  --webkit-backgroun-clip: text;
  letter-spacing: -1px;
  margin-inline: auto;
}
.aawardbox {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: clamp(0.95rem, 2.5vw, 1.8rem);
  color: #fff;
  flex-direction: column;
  letter-spacing: -1px;
}
.fa-award {
  font-size: clamp(1.9rem, 3vw, 3.5rem);
  display: flex;
  color: #fff;
}
.doctor {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: clamp(1rem, 2.5vw, 1.8rem);
  color: #fff;
  letter-spacing: -1px;
  flex-direction: column;
}
.fa-stethoscope {
  font-size: clamp(1.9rem, 3vw, 3.5rem);
  display: flex;
  color: #fff;
}
.globe {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: clamp(1rem, 2.5vw, 1.8rem);
  color: #fff;
  flex-direction: column;
  letter-spacing: -1px;
}
.fa-hands-holding-circle {
  font-size: clamp(1.8rem, 3vw, 3rem);
  display: flex;
  color: #fff;
}
.rating {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 90dvw;
  padding: 5px 0;
  height: auto;
  margin-inline: auto;
  justify-content: center;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  --bg: #ffffff;
  --contrast: #e2e0e0;
  --grey: #93a1a1;
  position: relative;
  background-color: var(--bg);
  border-radius: 35px;
  box-shadow: rgba(9, 9, 255, 0.25) 0 50px 100px -20px,
    rgba(255, 0, 0, 0.3) 0 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0 -2px 6px 0 inset;
}
#smalltxt {
  font-size: clamp(0.8rem, 2.5vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -1px;
  background: linear-gradient(90deg, rgba(5, 5, 159, 1) 25%, #01c8f0 100%);
  background-clip: text;
  color: transparent;
  --webkit-backgroun-clip: text;
}
#bigtxt {
  background: linear-gradient(90deg, rgba(5, 5, 159, 1) 25%, #00c1e7 100%);
  background-clip: text;
  color: transparent;
  --webkit-backgroun-clip: text;
  font-size: clamp(1.2rem, 3.9vw, 3.7rem);
  font-weight: 800;
  letter-spacing: -1px;
}
.googleslides {
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 60%;
  height: clamp(100px, 40vw, 300px);
  position: relative;
  animation: review 40s infinite running step-end;
  margin-inline: auto;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-right-radius: 100px;
}
@keyframes review {
  10% {
    background-image: url("/google/Screenshot 2024-10-11 210244.png");
  }
  20% {
    background-image: url("/google/Screenshot 2024-10-11 210120.png");
  }
  30% {
    background-image: url("/google/Screenshot 2024-10-11 210146.png");
  }
  40% {
    background-image: url("/google/Screenshot 2024-10-11 210244.png");
  }
  50% {
    background-image: url("../google/Screenshot 2024-10-11 210254.png");
  }
  60% {
    background-image: url("/google/Screenshot 2024-10-11 210305.png");
  }
  70% {
    background-image: url("/google/Screenshot 2024-10-11 210319.png");
  }
  80% {
    background-image: url("/google/Screenshot 2024-10-11 210329.png");
  }
  90% {
    background-image: url("/google/Screenshot 2024-10-11 210339.png");
  }
  95% {
    background-image: url("/google/Screenshot 2024-10-11 210353.png");
  }
  100% {
    background-image: url("/google/Screenshot 2024-10-11 210404.png");
  }
}
.treatment {
  background: linear-gradient(90deg, #0000c7 25%, #00a7c9 100%);
  background-clip: text;
  color: transparent;
  --webkit-backgroun-clip: text;
  font-size: clamp(1.5rem, 3.6vw, 3.7rem);
  justify-content: center;
  margin-inline: auto;
  letter-spacing: -1px;
  padding: 10px 0;
  font-weight: 800;
  position: absolute;
  top: 0;
}
.treatbox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-inline: auto;
  max-width: 90dvw;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  gap: 30px 10px;
  justify-content: space-evenly;
  font-variant: no-common-ligatures proportional-nums;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 80px 0;
  border-radius: 20px;
  --bg: #ffffff;
  --contrast: #e2e0e0;
  --grey: #93a1a1;
  position: relative;
  background-color: var(--bg);
  border-radius: 35px;
  box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0 -2px 6px 0 inset;
}
h3 {
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  color: #c3a343;
  padding: 4px 0;
}
.STROKE:hover {
  background-image: linear-gradient(163deg, #fff 0, #5e5e5e 100%);
  border-radius: 22px;
  color: #000;
  transition: all 0.3s;
  box-shadow: 0 0 30px 1px #1d1d1d;
  cursor: pointer;
}
.Headache:hover {
  background-image: linear-gradient(163deg, #fff 0, #5e5e5e 100%);
  border-radius: 22px;
  color: #000;
  transition: all 0.3s;
  box-shadow: 0 0 30px 1px #1d1d1d;
  cursor: pointer;
}
.Migraine:hover {
  background-image: linear-gradient(163deg, #fff 0, #5e5e5e 100%);
  border-radius: 22px;
  color: #000;
  transition: all 0.3s;
  box-shadow: 0 0 30px 1px #1d1d1d;
  cursor: pointer;
}
.Parkinson:hover {
  background-image: linear-gradient(163deg, #fff 0, #5e5e5e 100%);
  border-radius: 22px;
  color: #000;
  transition: all 0.3s;
  box-shadow: 0 0 30px 1px #1d1d1d;
  cursor: pointer;
}
.Multiple:hover {
  background-image: linear-gradient(163deg, #fff 0, #5e5e5e 100%);
  border-radius: 22px;
  color: #000;
  transition: all 0.3s;
  box-shadow: 0 0 30px 1px #1d1d1d;
  cursor: pointer;
}
.Alzheimer:hover {
  background-image: linear-gradient(163deg, #fff 0, #5e5e5e 100%);
  border-radius: 22px;
  color: #000;
  transition: all 0.3s;
  box-shadow: 0 0 30px 1px #1d1d1d;
  cursor: pointer;
}
.STROKE {
  display: block;
  justify-content: center;
  width: 220px;
  height: auto;
  padding: 10px 10px;
  color: #fff;
  background-color: #050609;
  text-align: center;
  border-radius: 22px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
}
.Headache {
  display: block;
  flex-direction: column;
  justify-content: center;
  width: 220px;
  height: auto;
  padding: 10px 10px;
  color: #fff;
  background-color: #050609;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
}
.Migraine {
  display: block;
  flex-direction: column;
  justify-content: center;
  width: 220px;
  height: auto;
  padding: 10px 10px;
  color: #fff;
  background-color: #050609;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
}
.Parkinson {
  display: block;
  flex-direction: column;
  justify-content: center;
  width: 220px;
  height: auto;
  padding: 10px 10px;
  color: #fff;
  background-color: #050609;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
}
.Multiple {
  display: block;
  flex-direction: column;
  justify-content: center;
  width: 220px;
  height: auto;
  padding: 10px 10px;
  color: #fff;
  background-color: #050609;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
}
.Alzheimer {
  display: block;
  flex-direction: column;
  justify-content: center;
  width: 220px;
  height: auto;
  padding: 10px 10px;
  color: #fff;
  background-color: #050609;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
}
.aboutus {
  padding: 40px 0;
  background: linear-gradient(90deg, #0000d3 25%, #00a7c9 100%);
  background-clip: text;
  color: transparent;
  --webkit-backgroun-clip: text;
  font-size: clamp(1.9rem, 4vw, 3.7rem);
  justify-content: center;
  margin-inline: auto;
  font-weight: 700;
  position: relative;
}
.about {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  height: auto;
  width: 90dvw;
  margin-inline: auto;
  gap: 30px 10px;
}
.dp {
  display: block;
 
  background-size: contain;
  background-repeat: no-repeat;
  width: clamp(335px, 38vw, 600px);
  height: clamp(400px, 50vw, 600px);
}
.dis {
  text-align: justify;
  padding: 0 10px;
  color: #077bff;
  height: auto;
  font-size: clamp(0.9rem, 1.8vw, 1.8rem);
  flex-direction: column;
  position: relative;
  width: clamp(310px, 40vw, 600px);
  gap: 15px;
  font-weight: 600;
  margin-inline: auto;
}
.dis1 {
  color: #000;
  font-size: clamp(0.8rem, 1.8vw, 1.5rem);
  height: auto;
  font-weight: 400;
}
.dis2 {
  color: #fff;
  font-size: clamp(0.8rem, 1.8vw, 1.3rem);
  gap: 10px;
}
.dis3 {
  padding: 40px 40px;
  color: #fff;
  background-image: linear-gradient(163deg, red 0, #000 95%);
  font-size: clamp(0.8rem, 1.8vw, 1.5rem);
  font-weight: 500;
  text-align: justify;
  margin-inline: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 90dvw;
  border-radius: 20px;
}
.loc {
  display: flex;
  position: relative;
  margin-inline: auto;
  justify-content: center;
  font-size: clamp(1.9rem, 4vw, 3.7rem);
  font-weight: 700;
  width: auto;
  color: #0033a1;
}
.location {
  display: flex;
  position: relative;
  margin-inline: auto;
  width: 90dvw;
  height: auto;
  background-size: contain;
  height: clamp(300px, 50vw, 590px);
  animation: location 20s infinite running step-end;
  border-radius: 20px;
}
@keyframes location {
    1%{background-image: url("/slideshero/slide1.jpeg");}
    30%{background-image: url("/slideshero/slide2.jpeg");}
    60%{background-image: url("/slideshero/slide3.jpeg");}
    100%{background-image: url("/slideshero/slide4.jpeg");}
}

.clinicimage {
  display: flex;
  position: relative;
  width: 100%;
  background: linear-gradient(90deg, #142e4699 45%, transparent 99%);
  border-radius: 20px;
}
.addbox {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 10px 20px;
  width: 400px;
  margin: 0;
  gap: 0;
}
.add {
  font-weight: 700;
  font-size: clamp(1rem, 4vw, 3rem);
  color: #fff;
  text-shadow: 5px 1px 6px #000;
}
.fulladdress {
  display: flex;
  color: #fff;
  text-shadow: 5px 1px 6px #000;
  font-size: clamp(0.8rem, 1.8vw, 1.5rem);
  font-weight: 600;
  text-align: justify;
  letter-spacing: -1px;
  white-space: -1px;
}
.navicon {
  display: flex;
  position: relative;
  font-size: 3.1rem;
  cursor: pointer;
  top: 68px;
  z-index: 1;
  width: 50px;
}
.navicon a {
  padding: 1px 16px;
  color: red;
  border-radius: 100%;
  background: #fff;
  position: relative;
}
.call {
  display: flex;
  position: relative;
  width: 50px;
  left: 110px;
  padding: 2px 10px;
  background-color: #fff;
  border-radius: 100px;
  font-size: 2.9rem;
  cursor: pointer;
}
.call a {
  color: #006eff;
}
.navicon a:hover {
  color: #000;
}
.footer {
  grid-area: footer;
  position: relative;
  width: 100dvw;
  background: #000;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
  gap: 10px;
  font-size: clamp(0.8rem, 1.8vw, 1.5rem);
}
.footer .menu li a {
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
}
.footer .menu li a:hover {
  color: #000;
  border: solid 1px #fff;
  border-radius: 22px;
  opacity: 1;
  background-color: #fff;
  padding: 5px 10px;
}
.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: clamp(0.7rem, 2dvw, 1.3rem);
  font-weight: 400;
  flex-wrap: wrap;
}
body {
  padding-bottom: 5rem;
}
.servicesslide {
  width: 80%;
  height: auto;
  margin-inline: auto;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.servicesslide ul li a {
  padding: 5px 20px;
  font-size: clamp(0.7rem, 2.4vw, 2rem);
  border-radius: 10px;
  font-weight: 700;
  font-weight: 500;
  color: #fff;
  background: #000;
  border-radius: 9999px;
  cursor: pointer;
}
.servicesslide ul li a:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 22px;
}
.servicesslide ul {
  display: flex;
  position: relative;
  justify-content: space-evenly;
  width: 100%;
  list-style-type: none;
  display: inline-flex;
  padding: 0;
  margin: 0;
}
.servicesslide li {
  display: flex;
  list-style: none;
  text-decoration: none;
  margin-right: 10px;
  white-space: nowrap;
  overlay: none;
}
.hidcontainer {
  display: flex;
  position: relative;
  width: 90%;
  height: auto;
  justify-content: center;
  margin-inline: auto;
  align-items: center;
}
.content-section {
  display: none;
  margin-top: 20px;
  height: auto;
  margin-inline: auto;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 1px;
  font-variant: small-caps slashed-zero;
  justify-content: center;
  width: 80%;
  height: auto;
  padding: 20px 10px;
  color: #fff;
  background-image: linear-gradient(163deg, #5f5f5f 0, #000 100%);
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
}
.loader-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #f5f7fa 0, #c3cfe2 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-size: clamp(1.5rem, 3vw, 4rem);
  font-weight: 600;
  color: #003496;
  height: 100vh;
}
.loader {
  width: 8em;
  height: 8em;
}
.loader {
  --dasharray: 814;
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 406px;
  background: transparent none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader svg {
  position: absolute;
  width: 100%;
  max-width: 800px;
  height: auto;
}
.loader svg path {
  stroke-dasharray: var(--dasharray);
  -webkit-animation: heartRate 5s infinite linear forwards;
  animation: heartRate 5s infinite linear forwards;
}
@-webkit-keyframes heartRate {
  from {
    stroke-dashoffset: var(--dasharray);
  }
  to {
    stroke-dashoffset: calc(var(--dasharray) * -1px);
  }
}
@keyframes heartRate {
  from {
    stroke-dashoffset: var(--dasharray);
  }
  to {
    stroke-dashoffset: calc(var(--dasharray) * -1px);
  }
}
@media (min-width: 956px) {
  .fa-bars {
    display: none;
  }
}
