body {
  font-family: "Poppins", sans-serif;
  background: #1c2957;
  margin: 0px;
}

.dt {
  display: table;
}

.dtc {
  display: table-cell;
  vertical-align: middle;
}

a:hover {
  text-decoration: none;
}

.whats {
  background: #0475b7;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 12px 45px;
  position: relative;
  border-radius: 5px;
}

.whats:hover {
  color: #ffffff;
}

.whats p {
  font-size: 14px !important;
  line-height: 17px;
  font-weight: 700 !important;
  margin: 0 !important;
}

.whats span {
  display: block;
  font-weight: normal !important;
  font-size: 13px;
}

.whats i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .whats {
    padding: 10px 40px;
  }

  .whats span {
    font-size: 12px;
  }
}

@media (max-width: 766px) {
  .whats {
    padding: 10px 40px;
  }

  .whats p {
    font-size: 13px !important;
    line-height: 15px;
  }

  .whats span {
    font-size: 12px;
  }
}
/* fix top */
#fix-top {
  padding: 12px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  transform: translateY(-100%);
  transition: all ease-in-out 500ms;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0, 16px;
  backdrop-filter: blur(8.9px);
  -webkit-backdrop-filter: blur(9.9px);
}
.fixed {
  transform: translateY(0) !important;
}
@media (max-width: 766px) {
  #fix-top img {
    width: 300px;
  }
  #fix-top .whats {
    padding: 10px 25px;
    margin-top: 5px;
  }
  #fix-top .whats p {
    font-size: 12px !important;
  }
  #fix-top .whats span {
    font-size: 10px;
  }
  #fix-top .whats i {
    right: 10px;
  }
}
/* header */
header {
  text-align: center;
  padding: 12px 0;
  background: #ffffff;
}

header .mg {
  margin-top: 10px;
}

header .logo {
  float: left;
}

header .lang {
  float: right;
  height: 40px;
  line-height: 40px;
}

header .lang .clang {
  color: #838f9e;
  margin-right: 14px;
  cursor: pointer;
  font-weight: 700;
}

header .lang .clang i {
  margin-left: 10px;
}

header .social {
  float: right;
  position: relative;
  padding-left: 10px;
}

header .social ul {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}

header .social ul li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

header .social ul li a {
  float: left;
  position: relative;
  margin: 0 2px;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  background: #ffffff;
  line-height: 40px;
  text-align: center;
  font-size: 17px;
  color: #00000073;
}

header .tel {
  display: inline-block;
  width: auto;
}

header .tel a {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #899092;
  text-decoration: none;
  padding: 0 15px;
  background: #f3f6f7;
  border: 1px solid #edf5f7;
  border-radius: 7px;
  height: 40px;
  line-height: 40px;
  direction: ltr !important;
}

header .tel a i {
  color: #3a2b6b;
  margin-right: 1rem;
}

@media (max-width: 766px) {
  header .lang {
    margin-top: 15px;
    float: left;
    padding-left: 10px;
  }
}
@media (max-width: 320px) {
  header .logo img {
    width: 104px;
  }
}

/* main */
.main {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 62px 0px 215px;
  background-position: center;
}

.form {
  background: #dadada;
  width: 249px;
  height: 400px;
  padding: 20px 20px 42px;
  position: relative;
}

.form span {
  position: absolute;
  background: linear-gradient(90deg, rgba(28, 41, 87, 1) 0%, rgba(3, 75, 131) 49%, rgba(0,212,255,1) 100%);
  width: 65px;
  height: 8px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.form p {
  text-align: center;
  color:  rgba(28, 41, 87, 1);
  margin: 0 0 15px;
}

.form .form-control {
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 12px;
  background: #f3f3f3;
  border: 1px solid #e9e9e9;
  box-shadow: none;
  height: 40px;
  color: rgba(28, 41, 87, 1);
}

.inp:after {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: #ccc;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

.name:after {
  content: "\f007";
}

.phone:after {
  content: "\f3cd";
  font-size: 18px;
}

.nation:after {
  content: "\f2bb";
}

/* .country:after {
    content: "\f57d";
    font-size: 14px;
} */
.msg:after {
  content: "\f0e0";
  top: 10px;
  transform: none;
  font-size: 15px;
}

.form button {
  height: 40px;
  width: 100%;
  background: #3a2b6b;
  color: #ffffff;
  font-size: 12px;
  border-radius: 0;
}
.form button:hover {
  color: #ffffff;
}
.main h1 {
  color: #ffffff;
  margin: 0;
  font-size: 34px;
  line-height: 43px;
  font-weight: bolder;
}

.main h1 span {
  display: block;
}
.main .text p:first-of-type {
  font-size: 19px;
  margin: 0 0 3px 0;
}
.main .text p {
  color: #ffffff;
  font-size: 24px;
  margin: 20px 0;
  font-weight: 300;
}

@media (max-width: 1199px) {
  .main h1 {
    font-size: 40px;
  }
  .main .text p:first-of-type {
    font-size: 18px;
    margin: 0 0 2px 0;
  }
  .main .text p {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .main h1 {
    font-size: 35px;
  }

  .main .text p {
    font-size: 18px;
  }
  .main .text p:first-of-type {
    font-size: 16px;
    margin: 0 0 0px 0;
  }
}

.resim-kapsayici {
  max-width: 100%; 
  height: auto; 
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 49%,
    rgb(255, 255, 255) 100%
  );
  text-align: center;
}
.resim-kapsayici img {
  width: 60%; 
  max-height: 600px;
}
@media (max-width: 425) {

  .resim-kapsayici img {
    width: 100%; 
    max-height: 600px;
  }
  .resim-kapsayici{
    margin-top: 15px !important;
  }
}

.resim-kapsayici2 {
  max-width: 100%; 
  height: auto; 
  text-align: center;
}

.resim-kapsayici2 img {
  max-width: 100%; 
  max-height: 50vh; /* Yeni eklendi: Ekran yüksekliğinin yarısı kadar maksimum yükseklik */
  display: block;
  margin: auto;
}

@media (min-width: 736px) {
  .resim-kapsayici2 img {
    /*width: 40%; /* Bu satır media query içinden kaldırıldı */
    max-height: 50vh; 
  }
}

@media (max-width: 766px) {
  .main {
    /* background-image: url("img/mobile.png"); */
    padding: 62px 0 260px;
  }

  .main h1 {
    font-size: 27px;
    line-height: 28px;
  }
  .main .text p:first-of-type {
    font-size: 14px;
    margin: 0 0 0px 0;
  }
  .main .text p {
    font-size: 14px;
  }

  .form {
    margin-top: -114px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 62px;
    width: 320px;
    max-width: 95%;
  }
}

/* boxes */

.boxes {
  margin-top: -150px;
}

.boxes .outerb {
  background: #3a2b6b;
}

.bcontent {
  padding: 4rem;
  color: #ffffff;
  position: relative;
}

.border:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 195px;
  width: 1px;
  background: #ffffff;
  transform: translateY(-50%);
}

.bcontent i {
  font-size: 4rem;

  margin-bottom: 2rem;
}

.bcontent h4 {
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.bcontent p {
  opacity: 0.6;
  text-align: left;
  margin: 0;
  font-size: 92%;
}

@media (max-width: 1199px) {
  .bcontent i {
    margin-bottom: 1rem;
  }

  .bcontent h4 {
    margin-bottom: 1rem;
    font-size: 17px;
  }

  .bcontent {
    padding: 3rem;
  }
}

@media (max-width: 991px) {
  .boxes .container {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .bcontent {
    padding: 2rem;
  }

  .bcontent i {
    margin-bottom: 0.5rem;
    font-size: 3rem;
  }

  .bcontent h4 {
    margin-bottom: 0.5rem;
    font-size: 16px;
  }

  .bcontent p {
    font-size: 13px;
  }

  .border::after {
    height: 142px;
  }
}

@media (max-width: 766px) {
  .boxes {
    margin-top: 0;
    padding: 32px 0;
    background: #3a2b6b;
  }

  .bcontent {
    text-align: center;
  }

  .border::after {
    height: 0;
    width: 0;
  }

  .bcontent p {
    text-align: justify;
    text-align-last: center;
  }

  .bcontent h4 {
    color: rgba(32, 187, 175, 1);
    font-size: 23px;
  }
}

/* video */
.video {
  padding: 62px 0;
}

.video h3 {
  color: #000000;
  letter-spacing: -0.5px;
  font-size: 34px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 18px;
  margin-top: 0;
}

.video p {
  color: #000000;
  margin-bottom: 5px;
  text-align: justify;
}

.video .whats {
  margin-top: 18px;
  background: #ffffff;
  color: #0475b7;
}

.video .whats p {
  color: #0475b7;
  text-align: center;
}

.video .play {
  background: #418ae2;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
}
.video .title {
  text-align: center;
  margin-bottom: 62px;
}
.video .title h4 {
  color: #ffffff !important;
  padding: 2px 4px;
  font-size: 25px;
}
.video .title h4 {
  color: #ffffff;
  display: inline;
  cursor: pointer;
}
.video .title h4:after {
  left: 5px;
  transform: none;
  bottom: -5px;
}
.tab-content {
  display: none;
}
.tab-content p {
  font-size: 15px;
}
.video .title h4:after {
  background: none;
}
.bg {
  padding: 5px;
}
div.current .bg {
  background: #ffffff;
  display: inline-block;
}
.tab-content.current {
  display: inherit;
}
.swiper-container.images {
  margin: 0;
  height: max-content
}
.swiper-container.imagess {
  margin: 0;
  height: max-content
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../assets/chevron-left-solid.png");
  /* margin-left: 20%; */
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../assets/chevron-right-solid.png");
  /* margin-right: 20%; */
}
@media (max-width: 1199px) {
  .video h3 {
    font-size: 35px;
  }
  .video .title h4 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .video {
    padding: 42px 0;
    text-align: center;
  }

  .vidimg {
    margin: 22px 0 22px !important;
  }

  .center {
    text-align: center;
  }

  .video p {
    text-align: justify;
    text-align-last: center;
  }
  .video .title h4 {
    font-size: 18px;
  }
}

@media (max-width: 766px) {
  .video {
    padding: 0 0 32px;
  }
  .video h3 {
    font-size: 23px;
    font-weight: 700;
  }
  .video .title h4 {
    font-size: 13px;
  }
  .al {
    text-align: left !important;
  }
  .ar {
    text-align: right !important;
  }
  .video .title {
    margin-bottom: 32px;
  }
  .video .play {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .bg {
    padding: 2px 0;
  }
}

/* doctors */
.doctors {
  background: #ffffff;
  padding: 62px 0 0;
}

.title h4 {
  font-size: 40px;
  position: relative;
  text-align: center;
  margin: 0;
  color: #000000;
}

.title h4:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 5px;
  background: #000000;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17px;
  border-radius: 1px;
}

.title p {
  margin-top: 32px;
  text-align: center;
  color: #6d7a8c;
}

.drbox {
  padding: 12px;
  border: 1px solid #ececec;
}

.drcontent {
  padding: 0 24px;
}

.drbox h4 {
  color: #2d2c54;
}

.drbox p {
  letter-spacing: 1px;
  font-size: 11px;
  color: #3a2b6b;
}

.swiper-container.doctor {
  margin: 32px 0;
  height: 427px;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #000000;
}

@media (max-width: 1199px) {
  .swiper-container.doctor {
    height: 367px;
  }

  .title h4 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .doctors {
    padding: 32px 0 0;
  }

  .swiper-container.doctor {
    height: 424px;
  }
}

@media (max-width: 766px) {
  .title h4 {
    font-size: 25px;
  }

  .swiper-container.doctor {
    height: auto;
    padding: 32px 0;
    margin: 10px 0;
  }
}

@media (max-width: 500px) {
  .swiper-container.doctor {
    padding: 32px 0;
  }
}



/* nums */
.nums {
  padding: 62px 0;
  background: #000000;
}

.nums .container > div {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.nums .container::after {
  content: "";
  display: table;
  clear: both;
}
.numb {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 1);
  background: rgba(4, 129, 255, 0.15);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 5px;
}

.numb i {
  font-size: 5rem;
  line-height: 1.5;
  color: #ffffff;
}

.nums .number {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  margin: 1rem 0;
}

.nums .number span {
  font-size: 3rem;
  margin-left: 0;
  color: #ffffff;
  font-weight: 500;
}

.nums p {
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
}

@media (max-width: 991px) {
  .nums {
    padding: 32px 0;
  }

  .numb {
    padding: 1rem;
  }

  .numb i {
    font-size: 4rem;
  }

  .nums .number {
    font-size: 3rem;
    margin: 0.5rem 0;
  }

  .nums p {
    font-size: 13px;
  }
}

@media (max-width: 766px) {
  .mt {
    margin-top: 12px;
  }

  .numb i {
    font-size: 3rem;
  }

  .nums .number {
    font-size: 2.5rem;
  }
  .nums .container > div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    
  }
}

/* departments */
.dips {
  background: #ffffff;
  /* padding: 62px 0; */
}
.depc {
  /* padding: 4rem 2rem; */
  opacity: 0.9;
  color: #ffffff;
  position: absolute;
  z-index: 2;
  height: 100%;
  bottom: -100%;
  transition: all ease-in-out 500ms;
}
.dips h3 {
  color: #ffffff;
  font-size: 15px;
  text-align: left;
  margin: 0;
  display: inline-block;
}
.depb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.depbtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem 2rem;
  color: #ffffff;
  width: 100%;
  transition: all ease-in-out 500ms;
}

.green {
  background: rgba(32, 187, 175, 0.9);
}

.viol {
  background: rgba(58, 43, 107, 0.9);
}

.depb:hover .depc {
  bottom: 0;
}
.depb:hover .depbtitle {
  bottom: -100%;
}

.depctitle {
  margin-bottom: 0;
  font-size: 18px;
  padding: 0px 0;
  font-weight: 700;
}

.depb p {
  color: #fff;
  opacity: 0.85;
  font-size: 14px;
}

.dips .swiper-container {
  margin: 62px 0 32px;
  height: 250px;
}

@media (max-width: 1199px) {
  .depc {
    padding: 1.5rem 2rem;
  }
  .depb p {
    font-size: 13px;
  }
  .depctitle {
    margin-bottom: 0px;
    font-size: 15px;
    padding: 1px 0;
  }
  .dips .swiper-container {
    height: 238px;
  }
}

@media (max-width: 991px) {
  .dips {
    padding: 32px 0;
  }
  .depctitle {
    margin-bottom: 4px;
    font-size: 18px;
    padding: 6px 0;
  }
  .dips .swiper-container {
    height: 282px;
  }
}

@media (max-width: 766px) {
  .dips .swiper-container {
    height: auto;
    padding: 32px 0;
    margin: 10px 0;
  }
  .depctitle {
    margin-bottom: 0px;
    font-size: 15px;
    padding: 1px 0;
  }
  .depc {
    padding: 1rem 1rem;
  }

  .depctitle {
    margin-bottom: 8px;
    font-size: 15px;
  }
}

@media (max-width: 500px) {
}

/* partners */
.partners {
  padding: 62px 0;
  background: #ffffff;
}

.partimg {
  margin-top: 62px;
  width: 20%;
  float: left;
  padding: 4.5rem 4.5rem;
  background: #fff;
  border: 1px solid #ecf1f8;
}

.partimg img {
  width: 150px;
}

@media (max-width: 1199px) {
  .partimg {
    padding: 3.5rem 3.5rem;
  }
}

@media (max-width: 991px) {
  .partners {
    padding: 32px 0;
  }

  .partimg {
    padding: 2rem 2rem;
  }
}

@media (max-width: 766px) {
  .title {
    margin-bottom: 34px;
  }

  .partimg {
    margin-top: 0;
    width: 50%;
  }
}

/* most */
.most {
  background: #000000;
  padding: 32px 0;
}

.mostcontent {
  color: #ffffff;
}

.mostcontent p {
  margin: 0;
  font-size: 24px;
}

.mostwhats {
  float: right;
}
.mostwhats .whats {
  color: #0475b7;
}
@media (max-width: 1199px) {
  .mostcontent {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .mostcontent {
    font-size: 18px;
  }
}

@media (max-width: 766px) {
  .mostcontent,
  .mostwhats {
    float: none;
    display: block;
  }

  .mostcontent {
    text-align: center;
    margin-bottom: 12px;
    height: 51px;
  }
}

/* footer */
footer {
  background: #f2f9ff;
  color: #000000;
  padding: 32px 0;
}

footer a,
footer a:hover {
  color: #3a2b6b;
}

footer img {
  width: 175px;
}

footer h3 {
  margin-top: 0;
  position: relative;
}

/* 
footer h3::after {
    content: '';
    position: absolute;
    width: 62px;
    height: 2px;
    background: #3a2b6b;
    left: 0;
    bottom: -10px;
} */

footer .ta {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

footer .tc {
  display: table-cell;
  vertical-align: middle;
}

footer .pd {
  position: relative;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #efecf8;
  border-radius: 50%;
  padding-right: 12px;
}

footer .pd i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

ul.socila {
  position: relative;
  margin: 0;
  padding: 0;
}

ul.social li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.social li a {
  float: left;
  position: relative;
  margin: 0 2px;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.top {
  margin-top: 32px;
}
.top p {
  font-size: 15px;
}

footer p {
  width: 90%;
  margin-top: -15px;
  color: #6d7a8c;
  margin-bottom: 32px;
}

footer .form-control,
footer .form-control:focus {
  color: #3a2b6b;
  border-radius: 0;
  font-size: 12px;
  background: #f3f3f3;
  border: 1px solid #e9e9e9;
  box-shadow: none;
  margin-bottom: 5px;
}

.copy {
  text-align: center;
  background: #f2f9ff;
}

.copy .container {
  padding: 18px;
}

.copy p {
  color: black;
  margin: 0;
  font-size: 15px;
}

.copy p span {
  font-weight: 600;
}

footer .form-control:focus {
  box-shadow: none;
}

footer form button,
footer form button:hover {
  width: 100%;
  color: #ffffff !important;
  background: #3a2b6b;
}

@media (max-width: 1199px) {
  footer p {
    width: 95%;
  }

  ul.social li {
    margin-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .st {
    margin-top: 16px;
  }

  ul.social li {
    margin-bottom: 0;
  }

  footer form {
    width: 295px;
    margin: 0 auto;
  }
}

@media (max-width: 766px) {
  footer {
    text-align: center;
  }

  footer h3 {
    margin-top: 16px;
    font-size: 18px;
  }

  footer p {
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 22px;
  }

  ul.social li {
    float: none;
  }

  .top {
    margin-top: 0;
  }

  footer .pd {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  footer .ta {
    margin-bottom: 12px;
  }
}



.call-center-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color:rgb(244, 244, 244);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.call-center-icon:hover {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color:rgb(136, 136, 136);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.call-center-icon:active {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color:rgb(136, 136, 136);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.call-center-icon img {
  width: 30px;
  height: 30px;
}

.phone-number {
  position: fixed;
  bottom: 80px;
  right: 20px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(30, 30, 30, 0.1);
  display: none;
  border-radius: 5px;
}



