*,
*::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: #f1f1f1;
}

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

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

ul {
  list-style: none;
}

header {
  position: relative;
}

section {
  padding: 100px 0;
}

.top_navbar {
  background-color: #9ef49e;
  padding: 10px 0;
}
.top_navbar .time {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top_navbar .time #current-time {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.header_nav {
  background-color: #ffffff;
  padding: 15px 0;
}
.header_nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header_nav {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
}
.header_nav:hover {
  color: #005f0e;
}

.header_btn {
  background-image: linear-gradient(45deg, #005f0e, #005f0e);
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_btn:hover {
  box-shadow: -2px -2px 24px 15px rgba(158, 244, 158, 0.6039215686);
}

.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #000000;
  margin: 5px 0;
  transition: 0.3s;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px 0;
  transition: all 0.5s ease-in-out;
  height: 0;
}

.mobile-nav a {
  padding: 10px;
  width: 100%;
  text-align: center;
}

.top_footer {
  padding: 90px 0;
}
.top_footer .container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social_footer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social_footer a {
  padding: 10px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #005f0e, #005f0e);
}
.social_footer a:hover {
  box-shadow: -2px -2px 24px 15px rgba(158, 244, 158, 0.6039215686);
}

.desc {
  font-size: 16px;
}

.bottom_footer {
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  background-color: #005f0e;
}

.social_nav {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.social_nav a {
  padding: 10px;
  background-color: #005f0e;
  display: flex;
  border-radius: 100%;
}
.social_nav a:hover {
  background-color: #000000;
}
.social_nav a img {
  width: 14px;
  height: 14px;
}

.hero {
  padding: 100px 0 0;
  background-image: url("./assets/hero_bg.webp");
  background-size: 100% 100%;
}
.hero .container {
  display: flex;
  align-items: end;
}
.hero .container .left {
  padding-bottom: 127px;
  width: 100%;
}
.hero .container .right {
  width: 100%;
}
.hero .container .right img {
  width: 100%;
}

.hero_call {
  display: flex;
  gap: 10px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background-color: #ffffff;
}
.hero_call .call_text {
  display: flex;
  flex-direction: column;
}
.hero_call .call_text .t1 {
  font-size: 18px;
  color: #005f0e;
}
.hero_call .call_text .t2 {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
}

a {
  display: inline-block;
}

.heading {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  color: #005f0e;
}

.desc {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 500;
}

.hero_btn {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding: 20px 24px;
  background-color: #005f0e;
  border-radius: 10px;
  margin-top: 50px;
}
.hero_btn:hover {
  background-color: #000000;
}

.service {
  text-align: center;
}

.service_list {
  margin-top: 40px;
  display: flex;
  text-align: start;
}

.service_item {
  width: 100%;
}
.service_item:not(:last-child) {
  border-right: 2px solid #005f0e;
}
.service_item:not(:nth-child(1)) {
  padding-left: 40px;
}

.service_name {
  padding-top: 10px;
  color: #005f0e;
  text-transform: capitalize;
  font-size: 28px;
}

.service_link {
  font-size: 18px;
  color: #ffffff;
  padding: 10px 20px;
  background-color: #005f0e;
  margin-top: 20px;
  border-radius: 5px;
}

.doctor {
  text-align: center;
  background-color: #ffffff;
}

.doctor_list {
  margin-top: 20px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.doctor_item {
  width: calc(25% - 25px);
  text-align: start;
  padding: 40px 35px;
  border: 1px solid #9ef49e;
  position: relative;
  text-transform: capitalize;
}

.doc_degi {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(calc(50% + 15px)) rotate(-90deg);
  transform-origin: left center;
  padding: 10px;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.doc_name {
  font-size: 24px;
  font-weight: 700;
  font-weight: 700;
}

.doc_time {
  font-size: 14px;
  margin-top: 10px;
}

.subheading {
  font-size: 20px;
  font-weight: 700;
}

.about {
  text-align: center;
}

.about_content {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.about_content .left,
.about_content .about_list,
.about_content img {
  width: 100%;
}

.about_list {
  list-style: disc;
  margin-left: 20px;
  text-align: start;
  font-size: 20px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact {
  background-color: #ffffff;
}
.contact .container {
  display: flex;
  gap: 20px;
}

.sm_heading {
  font-size: 36px;
  font-weight: 900;
  color: #005f0e;
  font-style: normal;
  display: flex;
  gap: 10px;
  align-items: center;
}
.sm_heading::before {
  content: "";
  width: 17px;
  height: 22px;
  background-color: #005f0e;
}

.contact_form {
  width: 100%;
  padding: 40px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_form input {
  padding: 15px 20px;
  background-color: #9ef49e;
  border-radius: 5px;
  border: none;
  outline: none;
}
.contact_form input::-moz-placeholder {
  color: #000000;
  font-weight: 600;
}
.contact_form input::placeholder {
  color: #000000;
  font-weight: 600;
}
.contact_form button {
  cursor: pointer;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 5px;
  border: 2px solid #005f0e;
  background-color: #005f0e;
  color: #ffffff;
  font-weight: 600;
}
.contact_form button:hover {
  background-color: #ffffff;
  color: #005f0e;
}

address {
  width: 100%;
  padding: 40px;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
  text-align: start;
  justify-content: start;
  font-style: normal;
  font-size: 20px;
}

.map_container {
  width: 100%;
}

.map {
  width: 100%;
  height: 100% !important;
  height: 300px;
}

.gallery .container {
  display: flex;
  gap: 50px;
  align-items: center;
}
.gallery .container .left {
  min-width: 410px;
}
.gallery .container .right {
  width: 100%;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
}

.paras {
  padding: 50px 0;
  background-color: #ffffff;
}
.paras .heading {
  text-align: center;
}
.paras .desc {
  text-align: justify;
}
.paras .desc a {
  color: #005f0e;
}
.paras .desc a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */