﻿@charset "UTF-8";
body {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  background-color: #f8f8f8;
  color: #000000;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 6px;
}

li::marker {
  color: #009faf;
}

b, strong {
  color: #009faf;
  font-weight: 600;
}

h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}

h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.div-title {
  margin-bottom: 30px;
  position: relative;
}
.div-title h5 {
  text-align: center;
  font-size: 30px;
}
.div-title h5::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #009faf;
  width: 80px;
  height: 3px;
  border-radius: 2px;
}
.div-title.with-btn-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.div-title.with-btn-title h5::after {
  display: none;
}
.div-title.with-btn-title .site-btn {
  margin-right: 0;
}

h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.site-btn {
  background-color: #009faf;
  color: #ffffff;
  text-decoration: none;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 40px;
  transition: 0.3s;
  border: 0;
}
.site-btn:hover {
  background-color: #005d86;
}

.breadcrumb-main {
  padding: 30px 15px;
  text-align: center;
  background-color: #f3f3f3;
  margin-bottom: 50px;
}
.breadcrumb-main h1 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
}
.breadcrumb-main h1::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #009faf;
  width: 90px;
  height: 3px;
  border-radius: 2px;
}
.breadcrumb-main .breadcrumb-map {
  margin-bottom: 10px;
}
.breadcrumb-main .breadcrumb-map ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.breadcrumb-main .breadcrumb-map ul li {
  list-style-type: none;
  padding-right: 10px;
  font-weight: 500;
  position: relative;
}
.breadcrumb-main .breadcrumb-map ul li a {
  color: #000000;
}
.breadcrumb-main .breadcrumb-map ul li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  line-height: 20px;
  margin-top: 13px;
  text-align: center;
  font-size: 12px;
  border-radius: 25px;
  color: #1d1b1b;
  margin-left: 5px;
}
.breadcrumb-main .breadcrumb-map ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-main .breadcrumb-map ul li:last-child:after {
  display: none;
}

header {
  height: 140px;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 5;
}
header .top-info {
  border-bottom: 1px solid #e4e8e9;
}
header .top-info .inside {
  height: 60px;
  display: flex;
  align-items: center;
}
header .top-info .working-hours {
  margin-left: auto;
  display: flex;
  align-items: center;
  background-color: #d5f4f6;
  border-radius: 5px;
  padding: 4px;
  margin-right: 15px;
}
header .top-info .working-hours .title {
  text-align: center;
  width: 80px;
  font-weight: 600;
  color: #009faf;
  font-size: 12px;
  margin-right: 6px;
}
header .top-info .working-hours .working-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-info .working-hours .working-list .item {
  display: flex;
  align-items: center;
  margin-right: 6px;
  border-right: 1px solid #9dd6dc;
  padding-right: 6px;
}
header .top-info .working-hours .working-list .item span:first-child {
  display: block;
  font-size: 12px;
  max-width: 180px;
  font-weight: 500;
}
header .top-info .working-hours .working-list .item span:last-child {
  display: block;
  font-weight: 600;
  font-size: 13px;
  margin-left: 4px;
}
header .top-info .working-hours .working-list .item:last-child {
  display: block;
  text-align: center;
  padding-right: unset;
  border-right: unset;
  margin-right: unset;
}
header .top-info .working-hours .working-list .item:last-child span:last-child {
  margin: 0;
}
header .top-info .online-meeting {
  background-color: #009faf;
  color: #ffffff;
  text-decoration: none;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 40px;
  margin-right: 15px;
  transition: 0.3s;
}
header .top-info .online-meeting:hover {
  background-color: #005d86;
}
header .top-info .online-meeting i {
  margin-right: 6px;
  font-size: 20px;
}
header .top-info .whatsapp {
  background-color: #25d366;
  color: #ffffff;
  text-decoration: none;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 40px;
  margin-right: 15px;
  transition: 0.3s;
}
header .top-info .whatsapp:hover {
  background-color: #12ac4c;
}
header .top-info .whatsapp i {
  margin-right: 4px;
  display: block;
  font-size: 24px;
}
header .top-info .mail-header {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  margin-right: 15px;
}
header .top-info .mail-header i {
  margin-right: 3px;
}
header .top-info .select-language {
  float: right;
  position: relative;
  cursor: pointer;
}
header .top-info .select-language .selected {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 30px;
  width: 105px;
}
header .top-info .select-language .selected i {
  font-size: 14px;
  margin-left: 5px;
}
header .top-info .select-language span, header .top-info .select-language a {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  color: #000000;
  align-items: center;
}
header .top-info .select-language span img, header .top-info .select-language a img {
  width: 20px;
  margin-right: 5px;
}
header .top-info .select-language .dp-language {
  right: -18px;
  margin: 0 auto;
  top: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 #d3d3d3;
  -moz-box-shadow: 0 0 8px 0 #d3d3d3;
  box-shadow: 0 0 8px 0 #d3d3d3;
  width: 130px;
  z-index: 999;
  position: absolute;
  border-radius: 0;
  padding: 10px 20px;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
header .top-info .select-language:hover .dp-language {
  opacity: 1;
  pointer-events: all;
}
header .top-info .info-metting {
  margin-right: 15px;
}
header .top-info .info-metting a {
  color: #000000;
  line-height: normal;
  text-align: right;
}
header .top-info .info-metting a .title {
  display: block;
  font-size: 12px;
}
header .top-info .info-metting a .phone {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
}
header .top-info .info-metting a .phone i {
  font-size: 16px;
  margin-right: 6px;
}
header .navbar {
  padding: 0;
  height: 80px;
  transition: 0.3s;
  background-color: #ffffff;
}
header .navbar.scrolled {
  -webkit-box-shadow: 0px 3px 2px 0px rgb(242, 242, 242);
  -moz-box-shadow: 0px 3px 2px 0px rgb(242, 242, 242);
  box-shadow: 0px 3px 2px 0px rgb(242, 242, 242);
}
header .navbar .inside {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
header .navbar .inside .logo img {
  width: 160px;
}
header .navbar .inside .menu-items > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
header .navbar .inside .menu-items > ul > li {
  list-style-type: none;
  margin-right: 25px;
  position: relative;
  padding: 10px 0;
}
header .navbar .inside .menu-items > ul > li:last-child {
  margin-right: 0;
}
header .navbar .inside .menu-items > ul > li a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}
header .navbar .inside .menu-items > ul > li a i {
  font-size: 14px;
}
header .navbar .inside .menu-items .dp-menu ul {
  left: 0;
  margin: 0 auto;
  top: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 #d3d3d3;
  -moz-box-shadow: 0 0 8px 0 #d3d3d3;
  box-shadow: 0 0 8px 0 #d3d3d3;
  width: max-content;
  max-width: 350px;
  z-index: 999;
  position: absolute;
  border-radius: 0;
  padding: 20px 30px;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
header .navbar .inside .menu-items .dp-menu ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
header .navbar .inside .menu-items .dp-menu ul li a {
  display: block;
}
header .navbar .inside .menu-items .dp-menu ul li:last-child {
  margin-bottom: 0;
}
header .navbar .inside .menu-items .dp-menu:hover ul {
  opacity: 1;
  pointer-events: all;
}

.working-hours-mobile {
  margin-left: auto;
  display: none;
  align-items: center;
  background-color: #d5f4f6;
  border-radius: 5px;
  padding: 4px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.working-hours-mobile .title {
  text-align: center;
  width: 100%;
  font-weight: 600;
  color: #009faf;
  font-size: 12px;
}
.working-hours-mobile .working-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.working-hours-mobile .working-list .item {
  display: flex;
  align-items: center;
  margin-right: 6px;
  border-right: 1px solid #9dd6dc;
  padding-right: 6px;
}
.working-hours-mobile .working-list .item span:first-child {
  display: block;
  font-size: 12px;
  max-width: 180px;
  font-weight: 500;
}
.working-hours-mobile .working-list .item span:last-child {
  display: block;
  font-weight: 600;
  font-size: 13px;
  margin-left: 0;
}
.working-hours-mobile .working-list .item:last-child {
  display: block;
  text-align: center;
  padding-right: unset;
  border-right: unset;
  margin-right: unset;
  text-align: left;
}
.working-hours-mobile .working-list .item:last-child span:last-child {
  margin: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009faf;
}

.main-content {
  padding-top: 140px;
  padding-bottom: 60px;
}

.home-page .slider-home .main-slider .inside {
  position: relative;
}
.home-page .slider-home .main-slider .inside .text-wrapper {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 130px;
  right: 130px;
  width: 55%;
}
.home-page .slider-home .main-slider .inside .text-wrapper .title-slider h1, .home-page .slider-home .main-slider .inside .text-wrapper .title-slider h2 {
  font-size: 40px;
  font-weight: 600;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.home-page .slider-home .main-slider .inside .text-wrapper p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.home-page .slider-home .main-slider .swiper-button-next:after, .home-page .slider-home .main-slider .swiper-button-prev:after {
  content: "";
}
.home-page .slider-home .main-slider .swiper-button-prev, .home-page .slider-home .main-slider .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 30px;
  color: #009faf;
}
.home-page .slider-home .main-slider .swiper-button-prev {
  left: 30px;
}
.home-page .slider-home .main-slider .swiper-button-next {
  right: 30px;
}
.home-page .slider-home img {
  width: 100%;
}
.home-page .services {
  padding: 60px 0;
}
.home-page .services .services-box {
  -webkit-box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  -moz-box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  padding: 15px;
  background-color: #ffffff;
  margin-bottom: 25px;
  border-radius: 5px;
}
.home-page .services .services-box .img-div {
  margin-bottom: 15px;
}
.home-page .blog {
  padding: 60px 0;
  background-color: #ffffff;
}
.home-page .blog .blog-box {
  margin-bottom: 25px;
}
.home-page .blog .blog-box .img-div {
  margin-bottom: 15px;
  overflow: hidden;
}
.home-page .blog .blog-box .img-div img {
  transition: 0.3s;
}
.home-page .blog .blog-box .img-div:hover img {
  scale: 1.1;
}
.home-page .blog .blog-box .more-btn {
  display: block;
  margin-left: auto;
  width: max-content;
  color: #009faf;
  font-weight: 600;
  font-size: 15px;
}

.text-content {
  padding: 40px 0;
  padding-bottom: 0;
}
.text-content p {
  margin-bottom: 15px;
}

.customer-comments {
  background-color: #009faf;
  color: #ffffff;
  border-radius: 5px;
  width: max-content;
  max-width: 100%;
  margin-bottom: 15px;
  transition: 0.3s;
}
.customer-comments:hover {
  background-color: #005d86;
}
.customer-comments a {
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #ffffff;
  padding: 10px;
}
.customer-comments a i {
  font-size: 30px;
  margin-right: 7px;
}

.main-cards .row {
  display: flex;
  flex-wrap: wrap;
}
.main-cards .row > [class*=" col-"] {
  display: flex;
  flex-direction: column;
}
.main-cards .row > [class^=col-] {
  display: flex;
  flex-direction: column;
}
.main-cards .card-item {
  -webkit-box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  -moz-box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  padding: 15px;
  background-color: #ffffff;
  margin-bottom: 25px;
  border-radius: 5px;
  flex-grow: 1;
  text-align: center;
}
.main-cards .card-item .img-div {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.main-cards .card-item .img-div img {
  margin: 0 auto;
  display: block;
  transition: 0.3s;
}
.main-cards .card-item .img-div:hover img {
  scale: 1.1;
}
.main-cards .card-item a {
  color: #000000;
  transition: 0.3s;
}
.main-cards .card-item:hover a {
  color: #009faf;
}
.main-cards .card-item h3 {
  margin-bottom: 5px;
}
.main-cards .card-item p {
  margin-bottom: 0;
  line-height: 20px;
  height: 62px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.main-cards .card-item .more-btn {
  display: block;
  margin-left: auto;
  width: max-content;
  color: #009faf;
  font-weight: 600;
  font-size: 15px;
  margin-top: 6px;
}

.doctors-page .card-item, .doctor-detail-page .card-item {
  text-align: center;
}
.doctors-page .card-item p, .doctor-detail-page .card-item p {
  line-height: normal;
  height: unset;
  text-align: center;
}

.treatments-detail-page .content-treatments .list-title {
  font-weight: 500;
  display: block;
}
.treatments-detail-page .media-div iframe {
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
}
.treatments-detail-page .media-div img {
  margin-bottom: 20px;
}

.doctor-detail-page .doctor-detail-content .top-doctor-info .img-div {
  padding: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  -moz-box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  border-radius: 5px;
}
.doctor-detail-page .doctor-detail-content .top-doctor-info .doctor-text .title-detail {
  display: block;
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 20px;
}
.doctor-detail-page .doctor-detail-content .top-doctor-info .doctor-text ul {
  margin: 0;
  padding-left: 15px;
  line-height: 2;
}
.doctor-detail-page .doctor-detail-content .top-doctor-info .doctor-text .doctor-box {
  margin-bottom: 15px;
  border-bottom: 1px solid #d9e4e5;
  padding-bottom: 15px;
}
.doctor-detail-page .doctor-detail-content .top-doctor-info .doctor-text .doctor-box:last-child {
  border-bottom: 0;
}
.doctor-detail-page .doctor-detail-content .top-doctor-info .doctor-text .certificate-div {
  margin-top: 15px;
}
.doctor-detail-page .doctor-detail-content .top-doctor-info .doctor-text .certificate-div .certificate-item {
  margin-bottom: 20px;
}

.doctors-slider {
  padding: 3px;
  padding-bottom: 20px;
}

.blog-detail-page .blog-content {
  margin-top: 30px;
}
.blog-detail-page .blog-content .other-blog {
  padding-left: 15px;
}
.blog-detail-page .blog-content .other-blog .div-title {
  margin-bottom: 20px;
}
.blog-detail-page .blog-content .other-blog .div-title h5 {
  margin-bottom: 0;
  font-size: 22px;
}
.blog-detail-page .blog-content .other-blog .blog-box {
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e8e9;
}
.blog-detail-page .blog-content .other-blog .blog-box a {
  color: #000000;
}
.blog-detail-page .blog-content .other-blog .blog-box:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
.blog-detail-page .blog-content .other-blog .blog-box .img-div {
  margin-bottom: 10px;
}
.blog-detail-page .blog-content .other-blog .blog-box h3 {
  margin-bottom: 5px;
}
.blog-detail-page .blog-content .other-blog .blog-box p {
  margin-bottom: 0;
}

.content-text-div img {
  margin-bottom: 20px;
}

.company-content-page .category-map {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  -moz-box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  padding: 20px;
  border-radius: 5px;
}
.company-content-page .category-map ul {
  margin: 0;
  padding: 0;
}
.company-content-page .category-map ul li {
  list-style-type: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e8e9;
}
.company-content-page .category-map ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.company-content-page .category-map ul li a {
  color: #000000;
  font-weight: 500;
}
.company-content-page .category-map ul li.active a {
  color: #009faf;
  font-weight: 600;
}
.company-content-page .companies-list .item {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #d6dddf;
}

.contact-page .top-contact-info {
  margin-bottom: 50px;
}
.contact-page .top-contact-info .contact-box {
  padding: 0 15px;
}
.contact-page .top-contact-info .contact-box .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #009faf;
  border-radius: 50px;
  color: #ffffff;
  font-size: 34px;
  margin-bottom: 10px;
}
.contact-page .top-contact-info .contact-box a {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #009faf;
}
.contact-page .top-contact-info .contact-box a:last-child {
  margin-bottom: 0;
}
.contact-page .map {
  margin-bottom: -70px;
}
.contact-page .map iframe {
  width: 100%;
}

footer {
  background-color: #ffffff;
}
footer .online-dating-footer {
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
}
footer .online-dating-footer a {
  background-color: #009faf;
  padding: 15px;
  width: 200px;
  height: 40px;
  color: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.3s;
}
footer .online-dating-footer a:hover {
  background-color: #005d86;
}
footer .online-dating-footer a i {
  margin-right: 6px;
  font-size: 22px;
}
footer .footer-top {
  padding: 80px 0;
}
footer .footer-top .footer-box .footer-logo {
  margin-bottom: 20px;
}
footer .footer-top .footer-box .footer-logo img {
  width: 160px;
}
footer .footer-top .footer-box .contact-list {
  margin-bottom: 20px;
}
footer .footer-top .footer-box .contact-list ul {
  padding: 0;
}
footer .footer-top .footer-box .contact-list ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
footer .footer-top .footer-box .contact-list ul li a {
  display: flex;
  align-items: flex-start;
}
footer .footer-top .footer-box .contact-list ul li a .icon {
  margin-right: 4px;
}
footer .footer-top .footer-box .contact-list ul li a span {
  display: block;
}
footer .footer-top .footer-box .social-media {
  display: flex;
  align-content: center;
}
footer .footer-top .footer-box .social-media .sm-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009faf;
  border-radius: 5px;
  margin-right: 10px;
  transition: 0.3s;
}
footer .footer-top .footer-box .social-media .sm-icon:hover {
  background-color: #005d86;
}
footer .footer-top .footer-box .social-media .sm-icon img {
  width: 20px;
}
footer .footer-top .footer-box .footer-title {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
footer .footer-top .footer-box ul {
  padding: 0;
  margin: 0;
}
footer .footer-top .footer-box ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 15px;
}
footer .footer-top .footer-box ul li:last-child {
  margin-bottom: 0;
}
footer .footer-top .footer-box ul li a {
  color: #000000;
  display: block;
}
footer .footer-bottom {
  background-color: #f8f8f8;
  color: #000000;
  padding: 15px 0;
}
footer .footer-bottom .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-bottom .inside .copyright-text {
  margin: 0;
  font-size: 14px;
}
footer .footer-bottom .inside .brand-logo {
  width: 90px;
}

.about-page {
  font-size: 16px;
}
.about-page .about-top {
  padding: 50px 0;
}
.about-page .about-top h2 {
  font-size: 30px;
}
.about-page .about-top ul {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}
.about-page .about-top ul li {
  margin-bottom: 6px;
}
.about-page .about-top .site-btn {
  font-size: 18px;
  padding: 15px;
  height: auto;
}
.about-page .about-top .site-btn i {
  margin-right: 6px;
}
.about-page .about-top .total-div-content {
  margin-top: 20px;
  background-color: #009faf;
  padding: 10px;
  color: #ffffff;
}
.about-page .about-top .total-div-content .item {
  text-align: center;
}
.about-page .about-top .total-div-content .item .top {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about-page .about-top .total-div-content .item .top i {
  font-size: 30px;
  margin-right: 4px;
}
.about-page .about-top .total-div-content .item .top .total {
  font-size: 30px;
  font-weight: 600;
}
.about-page .about-top .total-div-content .item .top .total span {
  width: 52px;
  display: inline-block;
}
.about-page .about-mid h3 {
  font-size: 24px;
}
.about-page .about-mid .vision-mission {
  margin-top: 20px;
}
.about-page .about-mid .vision-mission .box {
  -webkit-box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  -moz-box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.about-page .about-mid .vision-mission .box h4 {
  font-size: 18px;
}
.about-page .img-div {
  margin: 30px 0;
}

.mobile-menu {
  height: 70px;
  position: -webkit-sticky; /* Safari desteği için */
  position: sticky;
  width: 100%;
  display: none;
  align-items: center;
  left: 0;
  top: 0;
  margin-top: 65px;
  padding: 0 15px;
  background-color: #ffffff;
  z-index: 10;
}
.mobile-menu .logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: max-content;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu .logo img {
  width: 140px;
}
.mobile-menu .burger {
  cursor: pointer;
  font-size: 30px;
  color: #39a6b0;
}
.mobile-menu .burger span {
  display: block;
  height: 3px;
  background: #333;
  margin: 6px 0;
  border-radius: 3px;
  transition: 0.3s;
}
.mobile-menu .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}
.mobile-menu .menu {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100%;
  background: #fff;
  padding: 40px 20px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  z-index: 1001;
}
.mobile-menu .menu ul {
  list-style: none;
  padding: 0;
}
.mobile-menu .menu ul li {
  margin-bottom: 20px;
  position: relative;
}
.mobile-menu .menu ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}
.mobile-menu .menu ul li a img {
  width: 20px;
}
.mobile-menu .menu ul li.has-sub {
  cursor: pointer;
}
.mobile-menu .menu ul li.has-sub::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}
.mobile-menu .menu ul li.has-sub .submenu {
  display: none;
  margin-top: 10px;
  padding-left: 15px;
}
.mobile-menu .menu ul li.has-sub .submenu li {
  margin-bottom: 10px;
}
.mobile-menu.active .menu {
  left: 0;
}
.mobile-menu.active .menu-overlay {
  opacity: 1;
  visibility: visible;
}

.lightbox .lb-close {
  margin-bottom: 15px;
}

.lb-data .lb-details {
  display: none;
}

.online-dating-page .inside {
  padding: 30px 0;
}
.online-dating-page .text-div {
  text-align: center;
}
.online-dating-page .text-div p {
  font-size: 40px;
  line-height: normal;
  text-align: center;
  font-weight: 500;
  color: #009faf;
  margin: 15px 0;
}
.online-dating-page .text-div img {
  margin: 15px 0;
}
.online-dating-page .form-div {
  margin-left: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  -moz-box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  box-shadow: 0px 0px 5px 0px rgb(201, 201, 201);
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}
.online-dating-page .form-div textarea {
  resize: none;
}
.online-dating-page .form-div .site-btn {
  margin-left: auto;
  width: 100%;
}

.form-label {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.form-control {
  border-radius: 5px;
  border-color: #dbdbdb;
  font-size: 15px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #009faf;
}

.whatsapp-contact {
  font-weight: 500;
  position: fixed;
  bottom: 45px;
  right: 25px;
  background-color: #25d366;
  transition: 0.3s;
  z-index: 1;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.whatsapp-contact:hover {
  background-color: #12ac4c;
}
.whatsapp-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 100%;
  height: 100%;
}
.whatsapp-contact a i {
  font-size: 30px;
}

.not-found-page {
  text-align: center;
  padding-top: 60px;
  height: 70vh;
}
.not-found-page img {
  width: 500px;
  max-width: 100%;
}
.not-found-page .site-btn {
  margin: 0 auto;
  margin-top: 20px;
}

.form-result {
  text-align: center;
  padding-top: 170px;
  padding-bottom: 170px;
}
.form-result .result-top {
  margin-bottom: 15px;
}
.form-result .result-top img {
  max-width: 100%;
  width: 200px;
}
.form-result h1 {
  margin-bottom: 6px;
}
.form-result p {
  font-size: 20px;
  margin-bottom: 20px;
}
.form-result .site-btn {
  margin: 0 auto;
}

@media (max-width: 1400px) {
  header .top-info .container {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .home-page .slider-home .main-slider .inside .text-wrapper .title-slider h1, .home-page .slider-home .main-slider .inside .text-wrapper .title-slider h2 {
    font-size: 30px;
  }
  .home-page .slider-home .main-slider .inside .text-wrapper p {
    font-size: 16px;
  }
  header .top-info .container {
    max-width: 100%;
  }
  header .top-info .inside {
    gap: 10px;
  }
  header .top-info .select-language .selected {
    width: unset;
  }
  header .top-info .working-hours {
    margin-right: 0;
  }
  header .top-info .working-hours .title {
    font-size: 10px;
    width: 85px;
  }
  header .top-info .working-hours .working-list .item span:first-child {
    font-size: 10px;
    max-width: 150px;
  }
  header .top-info .working-hours .working-list .item span:last-child {
    display: block;
    font-weight: 600;
    font-size: 12px;
    margin-left: 4px;
  }
  header .top-info .info-metting {
    margin-right: 0;
  }
  header .top-info .info-metting a .title {
    font-size: 10px;
  }
  header .top-info .info-metting a .phone {
    font-size: 13px;
  }
  header .top-info .info-metting a .phone i {
    font-size: 13px;
  }
  header .top-info .mail-header {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 2px;
    margin-right: 0;
  }
  header .top-info .whatsapp {
    font-size: 12px;
    margin-right: 0;
  }
  header .top-info .whatsapp i {
    font-size: 15px;
  }
  header .top-info .online-meeting {
    font-size: 12px;
    margin-right: 0;
  }
  header .top-info .online-meeting i {
    font-size: 15px;
  }
}
@media (max-width: 1090px) {
  header .top-info .select-language span {
    font-size: 0;
    justify-content: center;
  }
  header .top-info .working-hours .working-list .item span:last-child {
    font-size: 10px;
  }
  header .top-info .working-hours .title {
    font-size: 9px;
    width: 60px;
  }
  header .top-info .info-metting a .phone {
    font-size: 11px;
    margin-top: 4px;
  }
}
@media (max-width: 992px) {
  .form-result {
    padding: 50px 0;
  }
  .working-hours-mobile {
    display: block;
  }
  .home-page .slider-home .main-slider .inside .text-wrapper {
    width: auto;
  }
  .home-page .slider-home .main-slider .inside .text-wrapper .title-slider h1, .home-page .slider-home .main-slider .inside .text-wrapper .title-slider h2 {
    font-size: 26px;
  }
  .home-page .slider-home .main-slider .inside .text-wrapper p {
    font-size: 15px;
  }
  .company-content-page .category-map {
    margin-bottom: 30px;
  }
  .about-page .img-div img {
    margin: 10px 0;
  }
  .about-page .about-top .site-btn {
    margin-bottom: 40px;
  }
  .treatments-detail-page .media-div {
    margin-top: 40px;
  }
  .home-page .slider-home .main-slider .inside .text-wrapper .title-slider h1, .home-page .slider-home .main-slider .inside .text-wrapper .title-slider h2 {
    font-size: 26px;
  }
  .mobile-menu {
    display: flex;
  }
  .main-content {
    padding-top: 0;
  }
  body {
    font-size: 14px;
  }
  .blog-detail-page .blog-content .other-blog {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e4e8e9;
  }
  header {
    display: none;
  }
  footer .footer-box {
    margin-bottom: 20px;
  }
  .doctor-detail-page .doctor-detail-content .top-doctor-info .img-div {
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .doctor-detail-page .doctor-detail-content .top-doctor-info .doctor-text .certificate-div .certificate-item {
    text-align: center;
  }
  .contact-page .top-contact-info .contact-box {
    margin: 15px 0;
  }
  .online-dating-page .inside {
    padding: 0;
  }
  .online-dating-page .text-div {
    margin-bottom: 25px;
  }
  .online-dating-page .text-div p {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .home-page .slider-home .main-slider .inside:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 0;
  }
  .home-page .slider-home .main-slider .inside .text-wrapper {
    z-index: 1;
    color: #ffffff;
  }
  footer .footer-bottom {
    padding-bottom: 50px;
  }
  .whatsapp-contact {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    bottom: 25px;
  }
  .whatsapp-contact a {
    padding: 0;
  }
  .whatsapp-contact a i {
    margin-right: unset;
  }
  .whatsapp-contact span {
    display: none;
  }
  .home-page .services, .home-page .blog, .text-content {
    padding: 0;
    padding-top: 30px;
  }
  .home-page .slider-home .main-slider .inside .text-wrapper p {
    font-size: 16px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  footer .footer-bottom .inside .copyright-text {
    margin-bottom: 6px;
  }
  footer .footer-top {
    padding: 40px 0;
  }
  .div-title h5 {
    font-size: 24px;
  }
  .home-page .slider-home .main-slider .inside .text-wrapper .title-slider h1, .home-page .slider-home .main-slider .inside .text-wrapper .title-slider h2 {
    font-size: 18px;
  }
  .home-page .slider-home .main-slider .inside .text-wrapper {
    left: 15px;
    right: 15px;
  }
  .breadcrumb-main .breadcrumb-map ul {
    flex-wrap: wrap;
    line-height: 1.4;
  }
  footer .footer-bottom .inside {
    display: block;
    text-align: center;
  }
  footer .footer-bottom .inside .brand-logo {
    margin: 0 auto;
  }
  .home-page .slider-home .main-slider .swiper-button-prev, .home-page .slider-home .main-slider .swiper-button-next {
    display: none;
  }
  .breadcrumb-main {
    margin-bottom: 20px;
  }
}
