@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  font-weight: 900;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f3efeb;
  font-family: "Zen Kaku Gothic New";
  font-size: 17px;
  line-height: 1.76;
  position: relative;
  color: #333333;
  letter-spacing: 1px;
}

img {
  max-width: 100%;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #0d1b2a;
}

.button {
  background: #333333;
  color: #fff;
  border-radius: 30px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  padding: 6px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
}
.button.white {
  background: #fff;
  color: #1b4f72;
}
.button.white:hover {
  color: #1b4f72;
}
.button.gray {
  background: #333333;
}
.button:hover {
  color: #fff;
}

.page-title,
.section-heading {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 36px;
}
.page-title h1,
.page-title h2,
.section-heading h1,
.section-heading h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  margin: 0 0 10px;
}
.page-title .button,
.section-heading .button {
  margin-top: 25px;
}

.image-full {
  display: block;
}
.image-full img {
  width: 100%;
  display: block;
}

.container {
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto;
}

.background-dark-blue {
  background: #0d1b2a;
  color: #fff;
}

.background-blue {
  background: #1b4f72;
  color: #fff;
}

.box {
  display: flex;
  gap: 14px;
}
.box > div,
.box figure {
  width: 50%;
}
.box.box-3-col {
  gap: 20px;
}

header {
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  padding: 50px 35px 10px 55px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.logo {
  width: 230px;
}

.header-right {
  width: 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-right nav {
  margin-top: 15px;
}
.header-right nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  font-size: 18px;
  font-weight: 700;
}
.header-right nav ul li a {
  color: #fff;
  display: block;
  line-height: 1.2;
}
.header-right nav ul li + li {
  padding-left: 17px;
  margin-left: 17px;
  border-left: 2px solid #fff;
}

.contact-info {
  display: flex;
}
.contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.contact-info ul li {
  margin-left: 20px;
}

.hotline {
  margin-left: 26px;
  font-weight: 900;
  font-size: 13px;
}
.hotline a {
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

.banner {
  position: relative;
}
.banner figure {
  display: block;
}
.banner figure img {
  width: 100%;
  display: block;
}
.banner h1 {
  position: absolute;
  bottom: 50px;
  left: 55px;
  color: #fff;
  font-size: 45px;
  line-height: 76px;
  letter-spacing: 5px;
}

.banner-links {
  position: absolute;
  right: 0;
  bottom: 70px;
  display: flex;
  flex-direction: column;
}
.banner-links a {
  margin-bottom: 10px;
  background: #0d1b2a;
  color: #fff;
  padding: 8px 28px 8px 12px;
  border-radius: 50px 0 0 50px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
}
.banner-links a img {
  margin-right: 20px;
}

.home-content {
  padding: 25px;
}

.home-content-box {
  padding: 55px 20px 60px;
}

.intro {
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  font-weight: 500;
  font-size: 19px;
  line-height: 36.49px;
  text-align: center;
  margin: 40px 0 60px;
  padding: 40px 0;
}

.box-text {
  background: #fff;
  border-radius: 37.6px;
  font-weight: 700;
  font-size: 24px;
  line-height: 41px;
  color: #0d1b2a;
  text-align: center;
  padding: 49px 10px;
}

.about {
  margin-bottom: 50px;
}

.doctors {
  margin-bottom: 50px;
}
.doctors figure {
  position: relative;
}
.doctors figure a {
  position: absolute;
  left: 30px;
  bottom: 24px;
  font-size: 17px;
  font-weight: 700;
  color: #0d1b2a;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.63);
  padding: 9px 30px;
  line-height: 20px;
}

.campaign img {
  width: 100%;
}

.navs h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 76px;
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
}

.navs-box {
  display: flex;
  border-bottom: 0.5px solid #fff;
  padding-bottom: 30px;
}

.navs-col {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navs-col h3 {
  color: #fff;
  border-bottom: 0.5px solid #fff;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 25px;
  width: 100%;
  position: relative;
}
.navs-col h3::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 8px;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.navs-col nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
}
.navs-col nav ul li {
  margin-bottom: 16px;
}
.navs-col nav ul li a {
  color: #fff;
}

.blog {
  margin-top: 80px;
}
.blog .button {
  margin-top: 20px;
}

.blog-list {
  display: flex;
  gap: 30px;
}

.blog-item {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.blog-item figure {
  width: 222px;
}
.blog-item figure img {
  width: 100%;
}

.blog-item-content {
  width: 184px;
  font-size: 12px;
  line-height: 21px;
}
.blog-item-content h3 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 16px;
}
.blog-item-content h3 a {
  color: #fff;
}

.instagram {
  margin-top: 70px;
}
.instagram .button {
  margin-top: 35px;
}

.list-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 0;
  border-bottom: 1px solid #b3b3b3;
}
.list-items .section-heading {
  width: 250px;
}
.list-items .list-detail {
  width: 545px;
  font-size: 17px;
  line-height: 30px;
}

.news-item + .news-item {
  border-top: 1px dashed #b3b3b3;
  margin-top: 12px;
  padding-top: 20px;
}

.qa-item + .qa-item {
  border-top: 1px dashed #b3b3b3;
  margin-top: 24px;
  padding-top: 30px;
}

.map {
  display: flex;
  justify-content: space-between;
  padding: 55px 70px 100px;
  align-items: center;
}
.map iframe {
  width: 286px;
  height: 286px;
}

.map-info {
  width: 405px;
  font-size: 17px;
  line-height: 30px;
}
.map-info h2 {
  font-size: 25px;
  margin-bottom: 12px;
}
.map-info .button {
  font-size: 13px;
  margin-top: 15px;
}

.footer {
  background: #0d1b2a;
  color: #fff;
  padding: 85px 0 20px;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  padding: 40px 24px 30px;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}
.footer-nav ul li + li {
  border-left: 2px solid #fff;
  margin-left: 15px;
  padding-left: 15px;
}
.footer-nav ul li a {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  margin-top: 35px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.footer-2 {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 40px;
}

.contact-form {
  padding: 100px 0 24px;
}
.contact-form .container {
  max-width: 910px;
}
.contact-form h1 {
  font-size: 25px;
  font-weight: 900;
  line-height: 40px;
  margin: 0 0 12px;
}
.contact-form h2 {
  background: #fff;
  color: #0d1b2a;
  font-size: 25px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  padding: 7px 20px;
  margin: 0 0 32px;
}
.contact-form h3 {
  text-align: center;
  font-size: 21px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px;
}
.contact-form hr {
  border: 0;
  border-bottom: 0.5px dashed #fff;
  margin: 40px 0;
}

.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.form-row label {
  margin: 0;
  width: 240px;
  padding-right: 20px;
  font-size: 21px;
  font-weight: 700;
}
.form-row label span {
  background: #fff;
  margin-right: 12px;
  font-size: 14px;
  color: #0d1b2a;
  min-width: 60px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
}

.form-input {
  width: 640px;
}
.form-input input {
  border: 0.5px solid #f3efeb;
  background: none;
  min-height: 56px;
  width: 100%;
  padding: 8px 12px;
  outline: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.form-input span {
  font-size: 21px;
  font-weight: 700;
}
.form-input p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 6px;
}
.form-input.group {
  display: flex;
  gap: 12px;
  align-items: center;
}

.form-submit {
  text-align: center;
  margin-top: 60px;
}
.form-submit .button {
  min-width: 363px;
  min-height: 56px;
  color: #0d1b2a;
}

.doctors-page {
  padding: 100px 0 24px;
}
.doctors-page .container {
  max-width: 910px;
}

.doctors-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.doctors-about figure {
  width: 400px;
}
.doctors-about figure img {
  width: 100%;
}

.doctors-detail {
  width: 415px;
}
.doctors-detail h3 {
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  margin: 0 0 8px;
}
.doctors-detail h2 {
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  margin: 0 0 18px;
}
.doctors-detail h2 strong {
  font-weight: 500;
  font-size: 25px;
  margin-right: 15px;
}
.doctors-detail ul {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
  display: flex;
}
.doctors-detail ul li {
  margin-right: 30px;
}
.doctors-detail p {
  font-size: 15px;
  line-height: 31px;
  font-weight: 500;
}

.doctors-experience {
  background: #1b4f72;
  padding: 40px 110px 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.doctors-experience h3 {
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  border-left: 3px solid #fff;
  padding-left: 7px;
  margin: 0 0 12px;
}
.doctors-experience ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 20px;
}
.doctors-experience ul li {
  margin-bottom: 12px;
}

.features-clinic {
  margin-top: 80px;
}
.features-clinic h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  margin: 0 0 40px;
}
.features-clinic h2 small {
  font-size: 17px;
  font-weight: 400;
}
.features-clinic p {
  font-size: 15px;
  font-weight: 500;
  line-height: 31px;
}

.clinic-image {
  margin: 30px 0 40px;
}
.clinic-image img {
  width: 100%;
}
