/* General Style Start */

@font-face {
  font-family: eucilid_medium;
  src: url(../fonts/eucilid/EuclidCircularBMedium.ttf);
}

@font-face {
  font-family: eucilid_bold;
  src: url(../fonts/eucilid/EuclidCircularBBold.ttf);
}

@font-face {
  font-family: eucilid_regular;
  src: url(../fonts/eucilid/EuclidCircularBRegular.ttf);
}

html {
  overflow-x: hidden !important;
}

body {
  background-color: #eeeeee;
}

.row {
  margin: 0px !important;
}

* {
  font-family: "Poppins", sans-serif;
}

.mh10p0 {
  min-height: 10px;
  padding: 0px;
}

.mh10p5 {
  min-height: 10px;
  padding: 5px;
}

.mh10p10 {
  min-height: 10px;
  padding: 10px;
}

.mh10p15 {
  min-height: 10px;
  padding: 15px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 1200px) {
  .container {
    width: 1238px;
  }

  .slick-slider {
    overflow: hidden;
  }
  :root {
  }
  a {
    text-decoration: none !important;
  }
}
@media screen and (max-width: 990px) {
  .pad0 {
    padding: 0;
  }
}
/* General Style End */
/* menu start  */
.top_menu {
  min-height: 10px;
  padding: 0;
  background-color: #fff;
}
.menu_top_in {
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left_top_menu {
  min-height: 10px;
}
.card_menu_top {
  min-height: 10px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.menu_doctor_image {
  /* width: 40px;
  height: 40px; */
  width: 75px;
  height: 75px;
  border-radius: 4px;
  object-fit: cover;
}
.doctor_text_menu {
  min-height: 10px;
  margin-left: 10px;
  width: calc(100% - 70px);
}
.doctor_text_menu > h1 {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.doctor_text_menu > p {
  margin: 0;
  font-size: 11px;
  color: lightgray;
}
.top_menu_contact {
  display: flex;
  align-items: center;
  min-height: 10px;
}
.wp_top_menu {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #00d948;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}
.top_menu_contact p {
  margin: 0;
  font-weight: 500;
  font-size: 11px;
  margin-left: 5px;
}
.menu_top_right {
  padding: 0;
  min-height: 10px;
  display: flex;
  justify-content: flex-end;
}
.menu_top_right button {
  width: 150px;
  height: 40px;
  background: #131d33 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
}
.menu_top_right a {
  width: 150px;
  height: 40px;
  background: #131d33 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.second_menu {
  min-height: 10px;
  /* background: #00c9b7 0% 0% no-repeat padding-box; */
  background: #ffb366 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.second_menu_in {
  min-height: 70px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.second_menu_in_mobile {
  min-height: 70px;
  padding: 0;
  display: none;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.logo_top {
  height: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logo_top img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.all_menu {
  min-height: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all_menu_last_child {
  padding: 0;
  min-height: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.all_menu_last_child button {
  width: 100px;
  height: 29px;
  background: #ffffff8f 0% 0% no-repeat padding-box;
  border-radius: 5px;
  border: none;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all_menu_last_child button > i {
  font-size: 16px;
  margin-right: 5px;
}
.menu_name {
  color: #fff;
  font-size: 16px;
}
.all_menu a {
  color: #fff !important;
  font-size: 12px;
  text-decoration: none !important;
}
.menu_nameSelect {
  cursor: pointer;
}
.all_menu select {
  background: none;
  border: none;
  color: #fff;
  margin: 0;
}
.opened_ill {
  width: 30%;
  min-height: 70px;
  background-color: #33333391;
  color: #fff;
  position: absolute;
  /* top: 10px; */
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid lightgray;
  z-index: 10;
}
.menu_nameSelect:hover .opened_ill {
  display: flex;
}
.monbile_icons {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99999;
  border-radius: 10px;
}
.monbile_icons i {
  font-size: 20px;
  color: #ffb366;
}
.mobile_all_emnus {
  min-height: 300px;
  background-color: #ffb366;
  z-index: 99;
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
}

@media screen and (min-width: 800px) {
  .mobile_all_emnus {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .menu_name {
    font-size: 14px;
  }
}

@media screen and (max-width: 990px) {
  .menu_top_in {
    flex-direction: column;
    padding: 0;
  }
  .card_menu_top_outer {
    display: flex;
    align-items: center;
  }
  .card_menu_top {
    margin: 5px;
    justify-content: center;
    align-items: center;
  }
  .menu_top_right {
    justify-content: center;
  }
  .menu_top_right button {
    height: 40px;
    margin: 5px 0;
    font-size: 11px;
  }
  .all_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    z-index: 999;
  }
  .second_menu_in {
    display: block;
  }
  .second_menu_in {
    display: none;
  }
  .second_menu {
    display: block;
  }
  .menu_name {
    margin: 10px 0;
    height: 35px;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .all_menu_last_child {
    margin: 10px 0;
    justify-content: center;
  }
  .second_menu_in_mobile {
    display: flex;
    /* border-bottom: 1px solid white; */
    border-radius: 8px;
  }
  .doctor_text_menu > h1 {
    font-size: 11px;
  }
  .doctor_text_menu > p {
    font-size: 10px;
  }
}
/* menu end*/
/* Footer Start */
.footer_new_social {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 10px;
}
.footer_outer {
  min-height: 60px;
  background-color: #fff;
  box-shadow: 0px -3px 6px #00000029;
  padding: 40px 0px;
}

.footer_inner {
  min-height: 60px;
  padding: 0px;
}

.footer_logo_outer {
  width: 80%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
}

.footer_logo_outer img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.footer_logo_text {
  width: 100%;
  min-height: 50px;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  margin: 15px 0px;
}

.footer_line_content_outer {
  width: 100%;
  min-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.footer_line_content_icon {
  width: 30px;
  height: 30px;
  float: left;
  background-color: #00c9b7;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  padding-top: 1px;
}

.footer_line_content_text {
  flex: 1;
  min-height: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
}

.footer_link_title {
  width: 100%;
  min-height: 10px;
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
  text-decoration: none !important;
}

.footer_link_line a {
  width: 100%;
  min-height: 10px;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer_link_line {
  width: 100%;
  min-height: 10px;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer_link_line:hover {
  padding-left: 10px;
  color: #00c9b7;
  text-decoration: none !important;
}

.footer_social_line {
  width: 100%;
  min-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer_social_line:hover .footer_social_line_icon {
  border-color: #00c9b7;
  color: #00c9b7;
}

.footer_social_line:hover .footer_social_line_text {
  color: #00c9b7;
}

.footer_social_line_icon {
  width: 30px;
  height: 30px;
  float: left;
  border: 1px solid #333;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #333;
  padding-top: 1px;
  transition: all 0.3s ease;
}

.footer_social_line_text {
  flex: 1;
  min-height: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
}

.footer_bottom_outer {
  min-height: 20px;
  background: #ffb366 0% 0% no-repeat padding-box;
  padding: 0px;
}

.footer_bottom_inner {
  min-height: 10px;
  padding: 14px 0px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}

.footer_bottom_inner span {
  float: right;
}

.footer_bottom_inner span a {
  color: #333;
}

@media only screen and (max-width: 600px) {
  .footer_bottom_inner {
    text-align: center;
  }

  .footer_bottom_inner span {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}

/* Footer End */
/* Slider Start */

.homepage_slider_outer {
  min-height: 50px;
  padding: 0px;
  z-index: 3;
}

.homepage_slider_outer .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff6d;
}

.homepage_slider_outer .slick-prev {
  left: 15px;
  z-index: 99;
}

.homepage_slider_outer .slick-prev:before {
  content: "\f355";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: -2px;
  font-size: 14px;
  font-size: 20px;
  color: #00c9b7;
}

.homepage_slider_outer .slick-next:before {
  content: "\f356";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: -2px;
  font-size: 20px;
  color: #00c9b7;
}

.homepage_slider_outer .slick-next {
  right: 15px;
  z-index: 99;
}

.homepage_slider_outer .slick-dots {
  bottom: 15px;
  z-index: 99;
}

.homepage_slider_outer .slick-dots li button:before {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}

.homepage_slider_outer .slick-dots .slick-active button:before {
  color: #f7c800;
  opacity: 1;
}

.slider_box_outer {
  z-index: 4;
  height: 400px;
  background-size: cover;
  background-position: center;
  padding: 0px;
}

@media only screen and (max-width: 600px) {
  .slider_box_outer {
    height: 250px;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

/* Slider End */

/* index start */
.index_top {
  min-height: 100px;
  background-color: #131d33;
  border-radius: 20px;
  margin-top: -50px;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.index_top_cards {
}
.card_index {
  margin: 10px 0;
  min-height: 450px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 30px;
  padding: 0;
  margin: 30px 0;
}
.card_index img {
  width: 100%;
  height: 250px;
  border-radius: 30px 30px 0 0;
  object-fit: cover;
}
.card_text_in {
  width: 100%;
  min-height: 10px;
  flex: 1;
  padding: 20px;
}
.card_text_in h1 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.card_text_in p {
  font-size: 12px;
}
.Header_indexing {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 32px;
  margin: 10px 0;
}
.Header_indexing:before {
  content: "";
  float: left;
  width: 30%;
  height: 2px;
  background-color: rgba(0, 0, 255, 0.294);
  margin-right: 5%;
}
.Header_indexing:after {
  content: "";
  float: left;
  width: 30%;
  height: 2px;
  background-color: rgba(0, 0, 255, 0.294);
  margin-left: 5%;
}
.header_vide_top {
  min-height: 10px;
  margin: 20px 0;
  padding: 0;
}
.image_index_profile {
  min-height: 350px;
  padding: 0;
}
.image_index_profile img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  background-position: center;
  border-radius: 30px;
}
.image_index_profile h1 {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}
.index_video_iframTop {
  min-height: 200px;
  padding: 0;
}
.index_video_iframTop iframe {
  border-radius: 10px;
}
.btn_top_index {
  min-height: 10px;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_indexing {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px #00c9b729;
  border-radius: 15px;
  width: 30%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  color: #333;
  cursor: pointer;
}
.slider_header_index {
  margin: 30px 0;
  font-size: 32px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider_indexing_top {
  min-height: 10px;
  margin-bottom: 50px;
  padding: 0;
}
.card_slider {
  width: 25%;
  height: 100px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.card_slider img {
  width: 150px;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 990px) {
  .index_video_iframTop iframe {
    height: 300px !important;
  }
  .Header_indexing {
    font-size: 14px;
  }
  .btn_top {
    flex-direction: column;
  }
  .btn_top_index {
    flex-direction: column;
  }
  .btn_indexing {
    width: 100%;
    margin: 10px 0;
  }
}
/* index end */
/* register start */
.register_top {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register_tab_menu {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  display: flex;
  flex-direction: column;

  align-items: center;

  overflow-y: auto;
}
.register_top_index_tab {
  min-height: 10px;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_menu_link {
  width: 110px;
  height: 40px;
  margin: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.cizz {
  width: 1px;
  height: 30px;
  background-color: #000;
}
.color_pasife {
  color: lightgray;
}
.color_active {
  color: #000;
}
.all_inputs {
  min-height: 10px;
}
.all_inputs_2 {
  min-height: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  margin: 10px 0;
}
.all_inputs_3 {
  min-height: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin: 10px 0;
}
.all_inputs_3 input {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  outline: 0 !important;
  padding: 0 15px;
  font-size: 12px;
  border: 1px solid lightgray;
  margin: 0 10px;
}
.all_inputs_2 > a {
  text-decoration: none !important;
  color: #00c9b7 !important;
  font-weight: 600;
}
.all_inputs p {
  margin: 5px 0;
  font-size: 12px;
  color: #000;
}
.all_inputs input {
  height: 40px;
  width: 100%;
  border-radius: 4px;
  outline: 0 !important;
  padding: 0 15px;
  font-size: 12px;
  border: 1px solid lightgray;
}
.all_inputs_contact input {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  outline: 0 !important;
  padding: 0 15px;
  font-size: 12px;
  border: 1px solid lightgray;
}
.all_inputs_contact textarea {
  width: 100%;
  min-height: 200px;
  max-width: 100%;
  min-width: 100%;
  border-radius: 10px;
  outline: 0 !important;
  padding: 15px;
  font-size: 12px;
  border: 1px solid lightgray;
}
.all_inputs_contact {
  min-height: 10px;
  margin: 5px 0;
}
.check_all {
  height: 20px !important;
  width: 20px !important;
  border-radius: 4px;
  outline: 0 !important;
  padding: 0 15px;
  font-size: 12px;
  border: 1px solid lightgray;
  margin-right: 5px !important;
}
.all_inputs select {
  height: 40px;
  width: 100%;
  border-radius: 4px;
  outline: 0 !important;
  padding: 0 15px;
  font-size: 12px;
  border: 1px solid lightgray;
}
.flex_end {
  min-height: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0;
  padding: 0;
}
.flex_end a {
  font-size: 12px;
  text-decoration: none !important;
  color: gray !important;
}
.flex_center {
  margin: 20px 0;
  min-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_center button {
  background-color: #00c9b7;
  color: #fff;
  width: 200px;
  height: 40px;
  outline: 0;
  border: none;
  border-radius: 10px;
  font-size: 12px;
}
.all_inputs input::-webkit-outer-spin-button,
.all_inputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* register end */
/* forget start */
.register_tab_menu h1 {
  margin: 35px 0;
  font-size: 22px;
  color: #000;
}
.register_tab_menu p {
  margin: 10px 0;
  font-size: 14px;
}
/* forget end */
/* code start */
.seconds {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link_code {
  min-height: 10px;
  margin: 10px 0;
  text-align: center;
}
.link_code a {
  text-decoration: none !important;
  color: #333 !important;
}
/* code end */
/* contact start */
.contact_top {
  height: 300px;
  background-image: url("../images/slider_images/slider_1.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.contact_top_gradiend {
  background: #00c9b73d 0% 0% no-repeat padding-box;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.contact_card {
  padding: 0;
  min-height: 100px;
  margin-top: 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 20px;
}
.contact_card_2 {
  padding: 20px;
  min-height: 100px;
  margin: 30px 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 20px;
}
.contact_card_left {
  min-height: 10px;
  padding: 0;
}
.contact_card_left iframe {
  border-radius: 20px;
}
.riht_card_contact {
  min-height: 450px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.h1_contact {
  font-size: 32px;
  font-weight: 600;
  margin: 20px 0;
}
.line_contact {
  min-height: 50px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.line_contact i {
  margin-right: 10px;
  font-size: 20px;
  color: #00c9b7;
}
.special {
  margin-top: -20px !important;
}
/* contact end */
/* about start */
.about_top {
  min-height: 10px;
  margin: 20px 0;
}
.about_top h1 {
  margin: 30px 0;
  font-size: 32px;
  font-weight: 500;
  color: #333;
}
.about_top p {
  font-size: 16px;
  margin: 10px 0;
  color: #333;
}
.left_about_img {
  min-height: 420px;
  margin: 20px 0;
  position: relative;
}
.card_in_right {
  background-color: #131d33;
  width: 80%;
  height: 400px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.handing {
  width: 100%;
  height: 400px;
  z-index: 10;
  padding: 10px;
}
.handing img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px 0px 0px 0px;
}
.about_last_line {
  margin: 20px 0;
}
.card_about_last_item {
  min-height: 400px;
  border-radius: 20px;
  background-image: url("../images/system/ttt.jpeg");
  background-size: cover;
  position: relative;
}
.last_line_gra {
  width: 100%;
  min-height: 400px;
  background-color: #131d338c;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.last_line_gra h1 {
  font-size: 32px;
  color: #fff;
  margin: 10px 0;
  font-weight: 500;
  min-height: 50px;
  position: relative;
}
.last_line_gra h1::before {
  content: "";
  float: left;
  width: 70%;
  height: 4px;
  background-color: #00c9b7;
  position: absolute;
  bottom: 0;
  left: 15%;
}
.last_line_gra p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
}
/* about end */
/* doktorlarımız start */
.left_doctors {
  min-height: 500px;
  border-radius: 20px;
  position: relative;
  padding: 0;
  z-index: 1;
  margin-top: -100px;
}
.doctor_images_abs {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  width: 90%;
  height: 400px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.doctor_images_abs > img {
  width: 90%;
  height: 380px;
  z-index: 10;
  border-radius: 20px;

  object-fit: cover;
}
.doctors_right {
  min-height: 10px;
  margin: 20px 0;
}
.doctors_right h1 {
  margin: 10px 0;
  font-size: 32px;
  font-weight: 500;
}
.doctors_right p {
  margin: 10px 0;
  font-size: 16px;
}
.last_line_rigtAbout {
  min-height: 550px;
  position: relative;
  padding: 0;
  margin: 20px 0;
}
.card_abs_blue {
  width: 90%;
  height: 420px;
  background-color: #131d33;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.last_line_rigtAbout img {
  width: 95%;
  height: 520px;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 990px) {
  .doctors_right {
    margin: 30px 0 !important;
    padding: 0;
  }
  .left_doctors {
    min-height: 430px !important;
  }
}
/* doktorlarımız end */
/* uzmanlar için start */
.text_radyos_text {
  min-height: 10px;
  margin: 20px 0;
}
.text_radyos_text h1 {
  margin: 10px 0;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}
.p_toop_rad {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_toop_rad p {
  width: 70%;
  margin: 10px 0;
  font-size: 16px;
  text-align: center;
}
.card_uzman_card {
  margin: 20px 0;
  border-radius: 20px;
  min-height: 500px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 11px 45px #dbe3edbd;
  padding: 20px;
}
.card_uzman_card img {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
}
.card_uzman_card h1 {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
}
.card_uzman_card p {
  font-size: 14px;
  margin: 10px 0;
}
.card_uzman_card a {
  text-decoration: none !important;
  color: #41098e !important;
  font-size: 12px;
  font-weight: 600;
}
.top_page {
  margin: 30px 0;
  min-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_numbers {
  min-height: 10px;
  display: flex;
}
.page_numbers input {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  outline: 0 !important;
  border: 1px solid lightgray;
  border-radius: 4px;
  cursor: pointer !important;
  margin: 0 5px;
}
.page_numbers input:hover {
  background-color: #00c9b7;
}
.active_page_input {
  background-color: #00c9b7;
}
.pasif_page_input {
  background-color: #fff;
}
.fake_input_page {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  border: 1px solid lightgray;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fake_input_page:hover {
  background-color: #00c9b7;
}
/* uzmanlar için end */
/* blog ddetail sttart  */
.blog_detail_top {
  min-height: 10px;
  margin: 25px 0;
}
.blog_detail_top span {
  color: gray;
  font-size: 14px;
}
.blog_detail_top h1 {
  font-size: 32px;
  margin: 25px 0;
  font-weight: 600;
  width: 80%;
}
.blog_detail_top img {
  width: 100%;
  object-fit: cover;
  background-position: center;
  border-radius: 20px;
}
.blog_detail_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_detail_top p {
  margin: 25px 0;
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 990px) {
  .blog_detail_top h1 {
    width: 100%;
  }
  .blog_detail_flex {
    padding: 0;
  }
  .blog_detail_top {
    padding: 0;
  }
  .in_contact {
    width: 100% !important;
  }
  .contact_main_abs {
    position: unset !important;
    margin: 25px 0;
  }
  .top_contact {
    flex-direction: column;
  }
  .abs_img_gradiend {
    margin: 10px 0;
  }
}
/* blog detail end */
/* consult ongology start */
.left_ongolocy {
  margin: 20px 0;
  min-height: 10px;
}
.left_ongolocy h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
}
.left_ongolocy p {
  font-size: 14px;
  margin: 10px 0;
}
.right_ongolocy {
  min-height: 10px;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right_ongolocy img {
  width: 90%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
.card_ongoloy {
  background-color: #131d33;
  min-height: 400px;
  margin: 20px 0;
  border-radius: 20px;
  padding: 0;
}
.image_mission {
  min-height: 400px;
  border-radius: 20px 0 0 20px;
  padding: 0;
  position: relative;
}
.image_mission img {
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 400px;
  object-fit: cover;
  z-index: -1;
}
.abs_img_gradiend {
  border-radius: 20px 0 0 20px;
  width: 100%;
  height: 400px;
  background-color: #131d3372;
  position: absolute;
  top: 0;
  left: 0;
}
.image_mission_right {
  min-height: 400px;
  border-radius: 20px;
  padding: 20px;
}
.image_mission_right h1 {
  margin: 10px 0;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
.image_mission_right p {
  margin: 10px 0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;

  font-weight: 200;
}
.image_nextto {
  min-height: 30px;
  padding-right: 20px;
}
.image_nextto p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin: 10px 0;
}
/* consult ongology end */
/* mound start */
.video_iframe {
  border-radius: 20px;
  margin: 20px 0;
}
.video_iframe iframe {
  border-radius: 20px;
}
.video_iframe_videos_title {
  margin: 20px 0px;
  font-size: 22px;
  border-bottom: 2px solid rgba(55, 55, 55, 0.3);
  width: max-content;
  font-weight: 600;
}
@media screen and (max-width: 990px) {
  .video_iframe iframe {
    height: 300px !important  ;
  }
}
/* mound end */

/* order start */
.oder_top {
  margin: 50px 0;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #00c9b7;
}
.header_order {
  min-height: 100px;
  border-radius: 20px;
  background-color: #00c9b7;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order_in {
  margin: 10px 0;
  min-height: 50px;
  border-bottom: 1px solid lightgray;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
}
.order_form {
  margin: 10px 0;
  font-size: 16px;
}
.order_form a {
  font-weight: 600;
  font-size: 16px;
  color: #000 !important;
  text-decoration: none !important;
}
.order_input_top {
  margin: 10px 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #d4d4d4;
  border-radius: 15px;
  min-height: 60px;
  position: relative;
}
.topping_order {
  min-height: 10px;
  padding: 20px;
}
.order_input_top input {
  width: 100%;
  height: 60px;
  border: none;
  font-size: 14px;
  padding: 0 40px;
  outline: 0 !important;
}
.order_input_top select {
  /* width: 40%; */
  width: 100%;
  height: 60px;
  border: none;
  font-size: 14px;
  padding: 0 40px;
  outline: 0 !important;
  color: lightgray;
}
.order_input_top textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 250px;
  border: none;
  font-size: 14px;
  padding: 10px;
  outline: 0 !important;
}
.order_input_top > i {
  height: 30px;
  font-size: 22px;
  color: #00c9b7;
  position: absolute;
  top: 20px;
  left: 20px;
}
.order_input_top input::-webkit-outer-spin-button,
.order_input_top input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.btn_top {
  margin: 10px 0;
  background-color: #131d33;
  color: #fff;
  min-height: 60px;
  width: 300px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_top label {
  cursor: pointer;
}
.btn_top2 {
  min-height: 80px;
  font-size: 16px;
  font-weight: 400;
  color: lightgray;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0;
}
.date_order {
  min-height: 10px;
  padding: 0;
}
.date_hours {
  padding: 0;
  min-height: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
}
.ours {
  width: 32%;
  height: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
}
.bg_color_date {
  background-color: gray;
}
.bg_color_date_red {
  background-color: red;
}
.bg_color_date_green {
  background-color: #09d209;
}
.classs_bedel {
  margin: 10px 0;
  min-height: 60px;
  background-color: lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 22px;
  cursor: pointer;
}
.date_left_top {
  margin-top: 10px;
  height: 40px;
  background-color: lightgray;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.date_left_top p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.date_left_top i {
  font-weight: 600;
}
.date_left_second {
  height: 40px;
  background-color: rgba(211, 211, 211, 0.496);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.date_number {
  width: 9%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #00c9b7;
}
.date_left_second_2 {
  min-height: 40px;
  background-color: rgba(211, 211, 211, 0.245);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.date_number2 {
  width: 9%;
  height: 40px;
  display: flex;

  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #333;
}
.color_date_number {
  color: lightgray !important;
}
/* order end */
/* text content start */
.text_content_page_outer {
  min-width: 10px;
  padding: 40px 0px;
  background-color: #f5f5f5;
}

.text_content_page_inner {
  width: 100%;

  min-height: 10px;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}
.text_content_page_title {
  margin: 10px 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.text_content_page_texts {
  letter-spacing: 1px;
}
/* text content end */
/* setting start */
.top_setting {
  display: flex;
  justify-content: center;
  align-items: center;
}
.seeting_top {
  min-height: 10px;
  margin: 30px 0;
  padding: 0;
}
.left_settin {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 30px 30px 60px #7786a429;
  border-radius: 20px;
  min-height: 600px;
  padding: 20px 0;
  position: relative;
}
.left_settin h1 {
  font-size: 22px;
  margin: 10px;
  font-weight: 500;
  padding: 0;
  text-align: center;
}
.left_settin p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.btn_setting {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.last_lest_abs {
  width: 100%;
  min-height: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.last_lest_abs button {
  background-color: #131d33;
  color: #fff;
  height: 40px;
  font-size: 14px;
  width: 100%;
  border: none;
  border-radius: 5px;
}
.last_lest_abs a {
  width: 100%;
  text-decoration: none !important;
  text-align: center;
  color: #131d33 !important;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}
.right_setting {
  height: 600px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  overflow-y: auto;
  padding: 0;
}
.classs_maaa {
  border-left: 6px solid #131d33;
  background: transparent linear-gradient(90deg, #00c8b6 0%, #bccef800 100%) 0%
    0% no-repeat padding-box;
}
/* setting end */
/* setting in tab start */
.col_tab_menu_in {
  min-height: 50px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.col_tab_menu_in h1 {
  margin: 0;
  font-size: 16px;
  cursor: pointer;
}
.tab_color_active {
  font-weight: 600;
  color: #131d33;
}
.tab_color_pasife {
  color: lightgray;
  font-weight: 400;
}
.tab_center_tro {
  width: 1px;
  background-color: gray;
  height: 30px;
  margin: 0 20px;
}
.in_tab_1 {
  min-height: 50px;
  background: transparent linear-gradient(90deg, #00c8b6 0%, #bccef800 100%) 0%;
  padding: 20px;
}
.header_tab_card {
  font-size: 14px;
  font-weight: 600;
}
.in_tab_1_indro {
  min-height: 50px;
  padding: 20px;
  display: flex;
  align-items: center;
}
.header_tab_card_indro {
  font-size: 14px;
  color: #333;
}
.header_tab_card_indro button {
  width: 60px;
  height: 25px;
  color: #fff;
  font-size: 10px;
  border: none;
  background-color: red;
  border-radius: 4px;
}
.header_tab_2_inputs {
  padding: 20px;
  min-height: 10px;
}
.header_tab_2_inputs h1 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid lightgray;
}
.setting_inputs {
  padding: 0;
  margin: 10px 0;
}
.setting_inputs input {
  width: 100%;
  height: 40px;
  border: 1px solid lightgray;
  border-radius: 7px;
  outline: 0 !important;
  padding: 0 15px;
  font-size: 12px;
}
.setting_inputs h6 {
  font-size: 14px;
  margin: 5px 0;
}
/* Chrome, Safari, Edge, Opera */
.setting_inputs input::-webkit-outer-spin-button,
.setting_inputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.setting_inputs input[type="number"] {
  -moz-appearance: textfield;
}
/* setting in tab end */
.setting_inputs select {
  width: 100%;
  height: 40px;
  border: 1px solid lightgray;
  border-radius: 7px;
  outline: 0 !important;
  padding: 0 15px;
  font-size: 12px;
}
.btn_setting_center {
  min-height: 10px;
  margin: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_setting_center button {
  background-color: #00c8b6;
  color: #fff;
  font-size: 12px;
  width: 200px;
  height: 40px;
  border: none;
  border-radius: 7px;
}
.line_password {
  padding: 10px 20px;
  min-height: 10px;
  font-size: 15px;
  color: lightgray;
}
.flex_setting_password {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_setting_4_header {
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
}
.header_last_line_setting {
  min-height: 50px;
  padding: 20px;
  width: 100%;
  background: transparent linear-gradient(90deg, #00c8b6 0%, #bccef800 100%) 0%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_last_line_setting h1 {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}
.in_last_line_indro {
  min-height: 50px;
  padding: 20px;
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid lightgray;
}
.in_last_line_indro h2 {
  font-size: 14px;
  margin: 0;
  color: #333;
}
@media screen and (max-width: 990px) {
  .right_setting {
    margin: 20px 0;
  }
  .header_last_line_setting {
    flex-wrap: wrap;
  }
  .header_last_line_setting h1 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    width: 50%;
    margin: 10px 0;
  }
  .in_last_line_indro {
    flex-wrap: wrap;
  }
  .in_last_line_indro h2 {
    width: 50%;
    margin: 10px 0 !important;
  }
  .in_tab_1_indro {
    padding: 0;
  }

  .card_about_last_item {
    margin: 10px 0;
  }
  .right_ongolocy {
    padding: 0;
  }
}
.my_setting_buy {
  width: 100%;
  height: 100vh;
  background-color: #000000b0;
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.mdl_in_center {
  width: 50%;
  min-height: 500px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  padding: 20px;
}
.ing_cursor {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  cursor: pointer;
  z-index: 99999;
}

.modl_header {
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 22px;
  position: relative;
}
.modl_header:before {
  content: "";
  float: left;
  width: 30%;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 35%;
}
.indro_modals {
  width: 100%;
  min-height: 10px;
  margin: 20px 0;
}
.logos {
  width: 100px;
  height: 100px;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.modals_items {
  width: 80%;
  min-height: 10px;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modals_items > h1 {
  margin: 5px 0;
  font-size: 14px;
  width: 40%;
}
.modals_items > input {
  width: 70%;
  height: 40px;
  outline: 0 !important;
  border-radius: 7px;
  border: 1px solid lightgray;
  padding: 0 15px;
  font-size: 12px;
}
.modals_items22 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modals_items22 > button {
  margin: 30px 0;
  width: 30%;
  height: 40px;
  background-color: #00c8b6;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 7px;
}
.modals_items input::-webkit-outer-spin-button,
.modals_items input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.modals_items input[type="number"] {
  -moz-appearance: textfield;
}
.in_display_center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10px;
}
.in_display_center > button {
  width: 200px;
  height: 45px;
  background-color: #00c8b6;
  margin: 20px 0;
  outline: 0 !important;
  border: none;
  border-radius: 7px;
  font-weight: 600;
  color: #fff;
}
.btn_lineEnd {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.btn_lineEnd label {
  width: 180px;
  height: 40px;
  font-size: 12px !important;
  background-color: #131d33;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
}
.in_document_in {
  margin: 20px 0;
  min-height: 10px;
}
.document_line {
  border-radius: 7px;
  width: 100%;
  height: 90px;
  border: 1px solid lightgray;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom:22px;
}
.date_documentLine{
  font-size: 10px;
  color: gray;
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-weight: 600;
}
.date_documentLine span{
  font-weight: 400 !important;
  color: lightgray;
}
.document_line > p {
  margin: 0 !important;
  font-size: 14px;
}
.circle_delete {
  min-width: 20px;
  min-height: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cursor_circle {
  width: 25px;
  height: 25px;
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 20px;
}
.cursor_circle > i {
  color: #fff;
  font-size: 12px;
}
.all_video {
  min-height: 10px;
}
.all_video:first-child {
  padding-left: 0;
}
.all_video:last-child {
  padding-right: 0;
}
