*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1212px;
  margin: 0 auto;
  padding: 0 16px;
}

body {
  overflow-x: hidden;
  background-color: #e9e9e9;
}

img {
  vertical-align: bottom;
  display: inline-block;
}

a,
button {
  text-decoration: none;
  transition: all 0.5s ease;
}

ul {
  list-style: none;
}

header {
  position: fixed;
  width: 100%;
  z-index: 999999999999;
  transition: all 0.5s ease-in-out;
}

section {
  padding: 100px 0;
}
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

.topbar {
  padding: 10px;
  text-align: center;
  background-color: #0078ea;
  color: #ffffff;
  font-size: 20px;
}

.navbar {
  padding: 10px 0;
}
@media (max-width: 991px) {
  .navbar {
    background-color: #ffffff;
  }
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navbar .nav_logo img {
  max-width: 150px;
}
.navbar .menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #17384d;
}
@media (max-width: 991px) {
  .navbar .menu-toggle {
    display: block;
  }
}
.navbar .manus {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 18px;
  font-weight: 500;
}
.navbar .manus a {
  color: #17384d;
  transition: all 0.5s ease-in-out;
}
.navbar .manus a:hover {
  transform: scale(1.05);
}
.navbar .manus .nav_btn_1 {
  color: #ffffff !important;
  padding: 10px 14px;
  border-radius: 10px;
  background-color: #0078ea;
}
.navbar .manus .nav_btn_2 {
  padding: 6px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
}
.navbar .manus .nav_btn_2 .btn2_text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.navbar .manus .nav_btn_2 .btn2_text span:nth-child(1) {
  font-size: 7px;
  color: #0078ea;
}
.navbar .manus .nav_btn_2 .btn2_text span:nth-child(2) {
  font-size: 12px;
  color: #000000;
}
@media (max-width: 991px) {
  .navbar .manus {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
  }
  .navbar .manus.active {
    display: flex;
  }
}

.hero {
  padding: 230px 0 150px;
  text-align: center;
  background-image: url("./assets/hero_bg.webp");
  background-size: 100% 100%;
}
.hero .container {
  max-width: 715px;
}
.hero .desc {
  margin: 20px 0 50px;
}
@media (max-width: 991px) {
  .hero {
    padding: 250px 0 100px;
  }
}

.hero_socials {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.hero_socials .hero_social {
  padding: 12px;
  background-color: #0078ea;
  border-radius: 100%;
}
.hero_socials .hero_social:hover {
  background-color: #bcdbfb;
}

.heading {
  font-size: 70px;
  line-height: 1.05;
  font-weight: 700;
  color: #17384d;
}
@media (max-width: 991px) {
  .heading {
    font-size: 55px;
    margin-top: 20px;
  }
}
@media (max-width: 551px) {
  .heading {
    font-size: 42px;
  }
}

.desc {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .desc {
    font-size: 16px;
  }
}

.hero_btn {
  padding: 20px 24px;
  background-color: #0078ea;
  border-radius: 10px;
  font-size: 18px;
  color: #ffffff;
}
.hero_btn:hover {
  background-color: #bcdbfb;
  color: #000000;
}

.servcie {
  text-align: center;
}

.service_list {
  margin-top: 70px;
  display: flex;
  gap: 50px;
}
@media (max-width: 991px) {
  .service_list {
    flex-direction: column;
    gap: 100px;
  }
}

.service_item {
  border: 2px solid #bcdbfb;
  padding: 75px 30px 50px;
  border-radius: 10px;
  position: relative;
}
.service_item img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.service_item .servic_btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  font-size: 18px;
  padding: 10px 20px;
  background-color: #0078ea;
  color: #ffffff;
  border-radius: 10px;
}

.service_title {
  font-size: 28px;
  font-weight: 700;
  color: #17384d;
  margin-bottom: 20px;
}

.doctor .heading,
.contact .heading {
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.doctor .heading::before,
.contact .heading::before {
  content: "";
  width: 17px;
  height: 40px;
  background-color: #0078ea;
}

.doctor {
  background-color: #ffffff;
}
.doctor .container {
  background-image: url("./assets/doc_bg.webp");
  background-size: 100% 100%;
}

.doctor_list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.doctor_item {
  width: calc(33.3333333333% - 20px);
  text-align: center;
  color: #ffffff;
  padding: 30px 15px;
  background-color: #0078ea;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .doctor_item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 551px) {
  .doctor_item {
    width: 100%;
  }
}

.doc_desgi {
  font-size: 16px;
  padding: 10px 12px;
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #000000;
  border-radius: 10px;
  margin-bottom: 15px;
}

.doc_name {
  font-size: 30px;
}

.doc_sr {
  font-size: 20px;
}

.about .container {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 991px) {
  .about .container {
    flex-direction: column;
  }
}
.about .left {
  width: 100%;
  max-width: 480px;
}
.about .left img {
  width: 100%;
}
.about .right {
  width: 100%;
}

.subheading {
  font-size: 20px;
  font-weight: 700;
  color: #17384d;
  margin-bottom: 10px;
}

.about_list {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  list-style: disc;
  margin-left: 20px;
}
.about_list > * + * {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .about_list {
    font-size: 16px;
  }
}

.contact {
  background-color: #ffffff;
}

.contact_content {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 991px) {
  .contact_content {
    flex-direction: column;
  }
}
.contact_content .left,
.contact_content .right,
.contact_content .left img {
  width: 100%;
}
.contact_content .right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_content .right input {
  font-size: 18px;
  padding: 30px 40px;
  background-color: #bcdbfb;
  border: none;
  outline: none;
  border-radius: 10px;
}
.contact_content .right button {
  padding: 20px;
  font-size: 20px;
  border-radius: 10px;
  background-color: #0078ea;
  cursor: pointer;
  color: #ffffff;
  border: 2px solid #0078ea;
}
.contact_content .right button:hover {
  background-color: #ffffff;
  color: #0078ea;
}
.contact_content .left {
  max-width: 600px;
}

.gallery {
  text-align: center;
  position: relative;
}
.gallery::after {
  content: "";
  width: 100%;
  border-bottom: 2px solid #0078ea;
  position: absolute;
  bottom: 150px;
  left: 0;
}

.sub {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}
.sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #0078ea;
  z-index: 1;
}
.sub .subheading {
  position: relative;
  padding: 0 20px;
  background-color: #e9e9e9;
  margin: 0 auto;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
}

.gallery_img {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  width: 100%;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .gallery_img {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.gallery_img .gallery_item {
  flex: 1;
}
.gallery_img .gallery_item img {
  width: 100%;
}
@media (max-width: 991px) {
  .gallery_img .gallery_item {
    width: calc(33.3333333333% - 20px);
    flex: none;
  }
}
@media (max-width: 551px) {
  .gallery_img .gallery_item {
    width: calc(50% - 15px);
  }
}
.gallery_img .gallery_item:nth-child(3) {
  flex: 2;
}
@media (max-width: 991px) {
  .gallery_img .gallery_item:nth-child(3) {
    flex: none;
  }
}

.paras {
  background-color: #ffffff;
  padding: 50px 0;
}
.paras .desc {
  margin-top: 10px;
  text-align: justify;
}
.paras .desc a {
  color: #0078ea;
}
.paras .desc a:hover {
  text-decoration: underline;
}

footer {
  padding: 90px 0 0;
}
@media (max-width: 991px) {
  footer {
    padding: 50px 0 0;
  }
}
footer .container {
  display: flex;
  gap: 50px;
}
@media (max-width: 991px) {
  footer .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.footer_middle {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
@media (max-width: 991px) {
  .footer_middle {
    align-items: center;
  }
}

.footer_bottom {
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: #0078ea;
  margin-top: 90px;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 991px) {
  .footer_bottom {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .map,
  .location {
    width: 100%;
    height: 300px;
  }
}

.scrolled {
  background-color: #ffffff;
}/*# sourceMappingURL=style.css.map */