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

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

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

ul {
  list-style: none;
}

header {
  position: relative;
  box-shadow: 0 4px 2px -2px rgba(128, 128, 128, 0.192);
}

section {
  padding: 100px 0;
}

.top_navbar {
  background-color: #007df2;
  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: #ffffff;
}

.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: 60px;
}

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

.header_btn img {
  transition: all 0.5s ease-in-out;
}
.header_btn img:hover {
  transform: scale(1.1);
}

.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;
  background-color: #ffffff;
}
.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, #f2900b, #f4640e);
}
.social_footer a:hover {
  box-shadow: -2px -2px 24px 15px rgba(2, 62, 135, 0.337254902);
}

.desc {
  font-size: 16px;
}

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

.hero {
  background-color: #ffffff;
  padding: 90px 0;
}
.hero .container {
  position: relative;
}
.hero .container .left {
  width: 66.6666666667%;
  padding: 40px 250px 40px 40px;
  background-image: linear-gradient(45deg, #f2900b, #f4640e);
  border-radius: 40px;
  color: #ffffff;
  margin-bottom: 250px;
}
.hero .container .right {
  position: absolute;
  width: 66.6666666667%;
  bottom: -250px;
  right: 0;
}
.hero .container .right img {
  width: 100%;
}

.heading {
  font-size: 82px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}

.desc {
  font-size: 18px;
  margin-top: 20px;
}

.hero_btn {
  margin-top: 40px;
  display: inline-block;
  font-size: 18px;
  padding: 16px 20px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 500;
  border-radius: 20px;
}
.hero_btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.doctor {
  background-color: #023d87;
}
.doctor .container {
  display: flex;
  align-items: end;
  gap: 20px;
}
.doctor .left,
.doctor .left img,
.doctor .right {
  width: 100%;
}
.doctor .heading {
  width: 100%;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  background-image: linear-gradient(45deg, #f2900b, #f4640e);
  color: #ffffff;
}
.doctor .right {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.doctor .right .doctor_item {
  width: calc(50% - 10px);
  text-align: center;
  background-color: #ffffff;
  padding: 20px 15px;
  border-radius: 10px;
}

.doc_degi {
  background-image: linear-gradient(45deg, #f2900b, #f4640e);
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 5px;
}

.doc_name {
  font-size: 24px;
  line-height: 1;
  margin: 5px 0;
}
.doc_name span {
  font-size: 16px;
}

.doc_time {
  font-size: 16px;
}

.about .container {
  background-image: linear-gradient(45deg, #f2900b, #f4640e);
  display: flex;
  gap: 20px;
  border-radius: 40px;
  overflow: hidden;
  padding: 0;
}
.about .container .left,
.about .container .right {
  width: 100%;
  position: relative;
}
.about .container .right {
  padding: 40px 40px 40px 0;
  text-align: end;
  color: #ffffff;
}
.about .container .left img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.service {
  text-align: center;
  background-color: #023d87;
  color: #ffffff;
}

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

.service_item {
  width: calc(25% - 20px);
  background-color: #ffffff;
  padding: 28px;
  border-radius: 20px;
}
.service_item .service_name {
  color: #023d87;
  font-size: 30px;
  text-transform: capitalize;
}
.service_item .service_price {
  font-size: 16px;
  color: #8f8f8f;
}

.contact {
  text-align: center;
}

.contact_top {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.contact_top .left,
.contact_top .contact_form {
  width: 100%;
}

.map {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  min-height: 300px;
  border-radius: 20px;
}

.contact_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_form input {
  font-size: 18px;
  padding: 20px 30px;
  background-color: #e6e6e6;
  border: none;
  border-radius: 20px;
  outline: none;
}
.contact_form .submit_btn {
  padding: 20px 30px;
  text-align: start;
  border-radius: 20px;
  font-size: 18px;
  background-image: linear-gradient(45deg, #f2900b, #f4640e);
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.contact_form .submit_btn:hover {
  box-shadow: -2px -2px 24px 15px rgba(2, 62, 135, 0.337254902);
}

address {
  background-color: #023d87;
  margin-top: 20px;
  padding: 40px 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  text-align: start;
  color: #ffffff;
}

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

.gallery {
  background-color: #023d87;
  text-align: center;
  color: #ffffff;
}

.swiper {
  margin-top: 20px;
}

.paras {
  padding: 100px 0;
  border-bottom: 2px solid #8f8f8f;
}
.paras .heading {
  text-align: center;
}
.paras .desc {
  text-align: justify;
}
.paras .desc a {
  color: #023d87;
  font-weight: 700;
}
.paras .desc a:hover {
  color: #007df2;
}

.bottom_footer {
  background-color: #023d87;
}/*# sourceMappingURL=style.css.map */