.background-image-info {
  width: 100vw;
  min-height: 270rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.path-top {
  padding-top: 130rem;
  padding-left: 112rem;
  display: flex;
  align-items: center;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000001 !important;
  cursor: pointer;
}

.whatsapp-button img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.homeButton {
  width: 16rem;
  height: 16rem;
}

.path-ok {
  margin-left: 10rem;
  width: 16rem;
  height: 16rem;
}

.path-text {
  font-size: 12rem;
  font-weight: 500;
  line-height: 20rem;
  text-decoration: underline;
  color: #fff;
  margin-left: 10rem;
  cursor: pointer;
}

.italic-p {
  font-style: italic;
  font-size: 18rem;
  font-weight: 400;
  line-height: 27rem;
  color: #057dab;
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-left: 20rem;
  padding-right: 20rem;
  border-left: 2rem solid #f37b54;
  margin-bottom: 30rem;
  margin-top: 30rem;
  flex-wrap: wrap;
}

.header-text {
  color: #fff;
  padding-top: 40rem;
  font-size: 40rem;
  font-weight: 500;
  line-height: 60rem;
  padding-left: 112rem;
  text-align: left;
  background-color: #ffffff00;
  height: 200rem;
}

.first-image {
  width: 768rem;
  height: 480rem;
  border-radius: 8rem;
  margin-top: 30rem;
}

.padding-left {
  padding-left: 10rem;
}

.right-img {
  margin-top: inherit;
  float: right;
  padding: 0 0 10rem 10rem;
  width: 324rem;
  height: 324rem;
  border-radius: 8rem;
}

.collapsible {
  background-color: #fff;
  color: #4a4c59;
  cursor: pointer;
  padding-top: 18rem;
  padding-bottom: 18rem;
  width: 100%;
  border: none;
  text-align: left;
  font-weight: 600;
  outline: none;
  font-size: 16rem;
  border-top: 1rem solid #f5f7fa;
}

.active,
.collapsible:hover {
  background-color: #fff;
  color: #057dab;
}

.collapsible:after {
  content: "\002B";
  color: #4a4c59;
  font-weight: 700;
  float: right;
  margin-left: 5rem;
}

.active:after {
  content: "\2212";
  color: #057dab;
}

.collapsible-content {
  max-height: 0;
  color: #4a4c59;
  font-size: 16rem;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container-padding {
  padding-left: 112rem;
  padding-right: 112rem;
}

.padding-top-thirty {
  padding-top: 30rem;
}

.health-corner-detail-column-left {
  width: 384rem;
}

.left-column-display {
  position: fixed;
  display: block;
}

.display-flex {
  display: flex;
}

.doctor-image {
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background-color: #057dab;
  object-fit: contain;
}

.doctor-info {
  margin-left: 24rem;
}

.doctor-hospital-info {
  font-size: 11rem;
  font-weight: 500;
  color: #475467;
}

.uppercase {
  text-transform: uppercase;
}

.doctor-hospital-text {
  font-size: 15rem;
  font-weight: 600;
  color: #101828;
  line-height: 24rem;
}

.doctor-name {
  color: #101828;
  font-size: 20rem;
  font-weight: 600;
  line-height: 24rem;
}

.doctor-info-text {
  font-size: 12rem;
  font-weight: 400;
  color: #475467;
  line-height: 24rem;
  padding-right: 8rem;
  min-height: max-content;
  display: flex;
  align-items: center;
  min-width: max-content;
}

.display-align-center {
  display: flex;
  align-items: center;
}

.date-info-text-long {
  font-size: 14rem;
  font-weight: 400;
  color: #475467;
  line-height: 24rem;
  min-height: max-content;
  min-width: max-content;
  align-items: center;
  padding-left: 0;
  justify-content: start;
  margin-bottom: 30rem;
}

.italic-doctor-info {
  font-style: normal !important;
  color: #818699 !important;
  font-size: 16rem !important;
  font-weight: 400 !important;
  line-height: 24rem !important;
  padding-top: 10rem;
}

.italic-doctor-name {
  color: #4a4c59 !important;
  font-weight: 600 !important;
  font-size: 16rem;
  line-height: 24rem;
}

.italic-doctor-branch {
  color: #818699;
  font-size: 16rem;
  font-weight: 400;
  line-height: 24rem;
}

.health-corner-first-image {
  width: 768rem;
  /* height: 326rem; */
  height: 177rem;
  border-radius: 16rem;
  object-fit: cover;
}

.padding-left-8 {
  padding-left: 8rem;
}

.column-left-content {
  border-top: 1rem solid #eaecf0;
  border-bottom: 1rem solid #eaecf0;
  padding-top: 12rem;
  padding-bottom: 24rem;
  width: 100%;
  margin-top: 10rem;
  font-size: 14rem !important;
  font-weight: 500 !important;
  color: #4a4c59;
  line-height: 24rem;
}

.column-left-content li {
  list-style-type: none;
}

.icindekiler-text {
  color: #057dab;
  padding-bottom: 8rem;
  font-weight: 600;
  font-size: 14rem !important;
}

.mobile-none {
  display: flex;
}

.pointer {
  cursor: pointer;
}

.pointer:hover {
  text-decoration: underline;
}

.padding-top-24rem {
  padding-top: 24rem;
}

.health-corner-detail-column-right {
  width: 768rem;
  margin-left: 64rem;
}

.health-corner-detail-column-right li {
  color: #5f6273;
  font-size: 16rem;
  font-weight: 400;
  line-height: 24rem;
  padding: 4rem 0;
  margin-left: 12rem;
}

.font-size-16rem {
  font-size: 16rem;
}

.tags-div {
  flex-wrap: wrap;
}

.tags {
  color: #057dab;
  font-size: 12rem;
  font-weight: 500;
  line-height: 18rem;
  border-radius: 16rem;
  border: 1px solid #cde5ee;
  height: 22rem;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
  align-items: center;
  margin-left: 8rem;
  cursor: pointer;
}

.past-version {
  border-top: 1rem solid #e6ecf5;
  margin-top: 30rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30rem;
}

.version-text {
  color: #4a4c59;
  font-weight: 600;
  font-size: 20rem;
  line-height: 30rem;
  padding-bottom: 10rem;
}

.timeline {
  position: relative;
  padding-left: 15rem;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 9rem;
  height: 100%;
  border-left: 1rem solid #e6ecf5;
}

.timeline > div {
  margin-bottom: 30rem;
  padding-left: 30rem;
  position: relative;
}

.timeline > div::before {
  content: "";
  position: absolute;
  top: 25%;
  left: -5rem;
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  border: 1rem solid #bcc2d1;
  border-radius: 50%;
}

.current-version-text::before {
  background-color: #057dab !important;
}

.current-version-text {
  color: #057dab;
  font-size: 16rem;
  font-weight: 600;
}

.version-date {
  color: #4a4c59;
  font-size: 16rem;
  font-weight: 600;
  top: -5rem;
  position: relative;
}

.version-info {
  color: #4a4c59;
  font-size: 14rem;
  font-weight: 400;
  line-height: 21rem;
}

.height-680rem {
  min-height: 680rem;
  width: 100vw;
  display: flex;
  justify-content: space-between;
}

.column-form-left-container {
  width: 257rem;
  display: flex;
  align-items: flex-end;
}

.column-form-left {
  float: left;
  width: 257rem;
  height: 257rem;
  display: flex;
  justify-content: flex-start;
  object-fit: cover;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px !important;
  padding-left: 0px;
}

.column {
  float: left;
  width: 900rem;
  padding-top: 63rem;
  padding-right: 0;
  display: flex;
  justify-content: center;
}

.form-width {
  width: 572rem;
  display: flex;
  justify-content: center;
}

.ask-doctor-text {
  font-size: 32rem;
  font-weight: 600;
  line-height: 40rem;
  display: flex;
  justify-content: center;
  color: #057dab;
  margin-bottom: 20rem;
}

.ask-doctor-content {
  font-size: 16rem;
  font-weight: 400;
  line-height: 24rem;
  display: flex;
  justify-content: center;
  color: #5f6273;
  text-align: center;
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.display-flex-justify-center {
  display: flex;
  justify-content: center;
}

.input-name {
  width: 100%;
  margin-right: 5px;
}

.margin-16 {
  margin-top: 16rem;
}

.form-height::placeholder,
textarea::placeholder {
  color: #818699 !important;
  font-size: 14rem !important;
  font-weight: 400;
}

.form-height {
  height: 36rem;
}

.drop-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 129rem;
  padding: 20rem;
  border-radius: 6rem;
  border: 2rem dashed #82bed5;
  color: #444;
  cursor: pointer;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

.drop-container:hover {
  background: #eee;
  border-color: #fff;
}

.drop-container:hover .drop-title {
  color: #222;
}

.drop-title {
  color: #6b7280;
  font-size: 12rem;
  font-weight: 500;
  text-align: center;
  transition: color 0.2s ease-in-out;
  display: flex;
}

.title {
  margin-top: 45rem;
  margin-bottom: 30rem;
  color: #4a4c59;
  font-size: 20rem;
  font-weight: 600;
  line-height: 30rem;
}

h3 {
  color: #057dab;
  font-size: 18rem;
  padding-top: 4rem;
}

h2 {
  font-size: 20rem;
  color: #057dab;
}

p img {
  width: 100%;
  border-radius: 8rem;
  margin-bottom: 16rem;
}

.text-color {
  color: #057dab !important;
}

.visibility {
  visibility: hidden;
}

.checkbox-width {
  height: 16rem;
  width: 16rem;
}

.randevu-button {
  background-color: #f37b54;
  border: 1rem solid #f37b54;
  color: #fff;
  border-radius: 4rem;
  font-size: 14rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16rem;
  cursor: pointer;
  height: 36rem;
  margin: auto;
  margin-top: 16rem;
  width: 100%;
}

.column-form-right {
  float: left;
  width: 257rem;
  height: 257rem;
  display: flex;
  justify-content: flex-end;
  object-fit: cover;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px !important;
  padding-left: 0px;
}

::placeholder {
  padding-left: 11rem;
}

input:focus {
  border: unset !important;
}

input[type="text"]:focus {
  outline: 1rem solid #46b4d9;
}

input[type="phone"]:focus {
  outline: 1rem solid #46b4d9;
}

input[type="email"]:focus {
  outline: 1rem solid #46b4d9;
}

textarea:focus {
  outline: 1rem solid #46b4d9;
}

label {
  font-size: 12rem;
  font-weight: 400;
  color: #4a4c59;
  text-align: left;
  padding-left: 10rem;
  line-height: 17rem;
}

p {
  color: #4a4c59;
  font-size: 16rem;
  font-weight: 400;
  line-height: 24rem;
  padding: 6rem 0;
}

li::marker {
  font-size: 1em;
  color: #057dab;
}

ol li::marker {
  font-size: 16rem;
  font-weight: 500;
}

h5 {
  padding-top: 10px;
}

h6 {
  padding-top: 10px;
}

h2 {
  color: #057dab;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 768rem;
  height: 432rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30rem;
  margin-bottom: 18rem;
  border-radius: 4rem;
}

th,
td {
  padding-left: 32rem;
  padding-right: 16rem;
  text-align: left;
  height: 56rem;
}

tr {
  border-bottom: 1px solid #e6ecf5;
}

td {
  font-size: 14rem;
  font-weight: 400;
  color: #4a4c59;
}

th {
  background-color: #e6ecf5;
  font-size: 14rem;
  font-weight: 600;
  color: #4a4c59;
  text-transform: uppercase;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 4rem;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 4rem;
}

table tr:first-child th:first-child {
  border-top-left-radius: 4rem;
}

table tr:first-child th:last-child {
  border-top-right-radius: 4rem;
}

table tr td:first-child {
  border-left: 1rem solid #e6ecf5;
}

table tr td:last-child {
  border-right: 1rem solid #e6ecf5;
}

h1 {
  text-align: center;
  background-color: #007bff;
  color: white;
  padding: 20px;
  margin: 0;
}

#action {
  border: none;
  font-size: 12rem;
  margin-top: 20rem;
  color: #6b7280;
  padding: 10rem 20rem;
  cursor: pointer;
}

button:hover {
  background-color: none !important;
}

.bottom-notification {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #057dab;
  color: #fff;
  padding: 10rem;
  border-radius: 5rem;
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 16rem;
  display: none;
}

.cta-bottom-notification {
  z-index: 12345678;
  position: fixed;
  bottom: 73rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #057dab;
  color: #fff;
  padding: 10rem;
  border-radius: 5rem;
  box-shadow: 0 0 10rem rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 16rem;
  display: none;
}

.lang-arrow {
  margin-left: 10rem !important;
}

.health-corner-lang-label-correction {
  margin-left: -5rem !important;
}

.btn {
  position: absolute;
  top: 190rem;
  cursor: pointer;
  transition: opacity 0.3s;

  &:hover {
    opacity: 1;
    background-color: none !important;
  }

  &:nth-of-type(1) {
    left: 0rem;
  }

  &:nth-of-type(2) {
    right: 0rem;
  }
}

.btn:focus {
  box-shadow: none !important;
}

.slider {
  height: 100%;
}

.slider-track {
  position: relative;
  left: calc(-66% - var(--gap) * 2);
  height: inherit;
  display: flex;
  gap: var(--gap);
  list-style-type: none;
  transition: transform 0.8s;

  & .item {
    min-width: var(--width);
    background-position: center;
    background-size: cover;
  }
}

.background {
  background-color: #cde5ee;
  display: flex;
  width: 100vw;
  height: 146rem;
  justify-content: center;
  align-items: center !important;
}

.input-group.e-kayit {
  height: 51rem;
}

.searchIcon {
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("https://cdn.livhospital.com/headerSearchIcon.svg");
  width: 16rem;
  height: 16rem;
}

.arrows-health-corner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: max-content;
}

.arrows-health-corner img {
  width: 56rem;
  height: 56rem;
}

.container-padding-right {
  padding-right: 112rem;
}

.slider-container-h {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider-h {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide-h {
  flex: 0 0 calc(33.33% - 30rem) !important;
  padding-right: 32rem;
  padding-top: 40rem;
  box-sizing: border-box;
}

.slide-h .images {
  object-fit: cover !important;
  width: 384rem;
  height: 240rem;
  margin: 0 0px;
  border-radius: 16rem;
}

.health-corner-content {
  font-size: 16rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 24rem;
  padding-top: 8rem;
  color: #475467;
}

.opacity-health-corner {
  opacity: 0.6;
  width: 300rem;
  z-index: 11111;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  pointer-events: none;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.health-corner-slider-title {
  font-size: 24rem;
  font-weight: 600;
  color: #6b7280;
  line-height: 32rem;
  padding-top: 32rem;
  color: #057dab;
}

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  height: 40rem;
  background-color: #ffff;
  color: #000000;
  font-size: 14rem;
  text-align: center;
  border-radius: 5rem;
  padding: 8rem;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  top: 96rem;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.2s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.padding-top-50 {
  padding-top: 50rem;
}

.margin-right-five {
  margin-right: 5rem;
}

.dots-container-health-corner {
  text-align: center;
  margin-top: 10rem;
  display: flex;
  justify-content: center;
}

.buildings-none {
  display: none !important;
}

.background-image {
  background-color: #cde5ee;
  background-image: url("bg1.svg");
  width: 100%;
  height: 100%;
}

.image-fit {
  object-fit: contain !important;
  width: 100%;
  height: 100%;
}

.e-bulten {
  color: #057dab;
}

.e-bulten-email-background {
  background: #b4d8e6;
  padding: 30rem;
  border-radius: 8rem;
}

.e-bulten-email-input {
  background: #057dab;
  border: unset !important;
  border-radius: 4rem !important;
  width: 266rem;
  height: 44rem;
}

.e-bulten-email-input::placeholder {
  font-size: 14rem !important;
  color: #ffffff;
}

.e-bulten-kayit {
  background-color: #fff;
  color: #057dab;
  cursor: pointer;
  padding-left: 10rem;
  padding-right: 10rem;
  border-radius: 4rem;
  width: 162rem;
  height: 44rem;
  font-size: 16rem;
  line-height: 24rem;
  display: flex;
  align-items: center;
  margin-left: 16rem;
}

.e-bulten-kayit:hover {
  background-color: orange;
  color: #057dab;
  cursor: pointer;
  padding-left: 10rem;
  padding-right: 10rem;
  border-radius: 4rem;
}

.e-bulten-text {
  color: #6b7280;
}

.padding-right-ten {
  padding-right: 10rem;
}

.margin-left-ten {
  margin-left: 10rem;
}

.container-padding-left {
  padding-left: 112rem !important;
}

.health-corner {
  background-color: #fff;
  padding-top: 128rem;
  height: 852rem;
  width: 100vw;
  padding-bottom: 128rem;
}

.buildings {
  opacity: 0.4;
}

.hospitals {
  background: linear-gradient(180deg, #d1f6fd 0%, rgba(209, 246, 253, 0) 100%);
  padding-top: 50px;
  padding-left: 70px;
}

.hospitals-text {
  font-size: 28px;
  color: #057dab;
  padding-bottom: 25px;
  font-weight: 300;
  line-height: 48px;
}

.liv-hospitals-button {
  background: #057dab;
  border-radius: 32px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 14px;
  width: max-content;
  line-height: 20px;
  cursor: pointer;
}

.news {
  background: linear-gradient(180deg, #d1f6fd 0%, rgba(209, 246, 253, 0) 100%);
  padding-top: 50px;
  padding-left: 50px;
  width: 100%;
  padding-right: 50px;
}

.scroll-bar {
  max-height: 500px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  direction: rtl;
}

.scrolling-element-inside {
  direction: ltr;
}

.y-scroll {
  overflow-y: scroll;
  scrollbar-width: thin;
}

.y-scroll::-webkit-scrollbar {
  width: 2px;
  background-color: #cde5ee;
}

.y-scroll::-webkit-scrollbar-thumb {
  background-color: CDE5EE;
  border-radius: 20px;
  border: 7px solid #057dab;
}

.x-scroll {
  overflow-x: scroll;
  scrollbar-width: thin;
}

.x-scroll-bar {
  max-width: 500px;
  box-shadow: linear-gradient(270deg, #e6f7fc 0%, rgba(242, 248, 251, 0) 100%);
}

.x-scroll::-webkit-scrollbar {
  height: 2px;
  background-color: #cde5ee;
}

.x-scroll::-webkit-scrollbar-thumb {
  background-color: CDE5EE;
  border-radius: 20px;
  border: 7px solid #057dab;
}

.hastanelerimiz-text {
  color: #057dab;
  font-size: 16px;
  font-weight: 600;
  padding-top: 20%;
}

.column-left-right {
  float: left;
  width: 15%;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
}

.column {
  float: left;
  width: 900rem;
  padding-top: 63rem;
  padding-right: 0px;
  display: flex;
  justify-content: center;
}

.margin-20 {
  margin-top: 20px;
}

.half-pic {
  overflow: hidden;
  width: 50%;
  height: auto;
}

.doctor-info-column1 {
  width: 40%;
  padding-left: 70px;
  padding-right: 20px;
}

.doctor-info-column2 {
  width: 60%;
  padding-left: 40px;
  padding-right: 70px;
}

.doctor-social-media {
  background-color: #ffffff;
  box-shadow: 0px 16px 12px -8px #263cb729;
  border-radius: 8px;
  color: #057dab;
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-top: 20px;
}

.doctor-info-bg {
  background: linear-gradient(180deg, #d1f6fd 0%, rgba(209, 246, 253, 0) 100%);
}

.doctor-interests {
  background-color: #ffffff;
  margin-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  padding-bottom: 10px;
  box-shadow: 0px 16px 12px -8px #263cb729;
  border-radius: 8px;
}

.interests-text {
  color: #057dab;
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: 700;
}

.doctor-cv {
  background-color: #ffffff;
  box-shadow: 0px 16px 12px -8px #263cb729;
  height: 100%;
  border-radius: 8px;
}

.padding-20 {
  padding: 20px;
}

.cv-menu {
  border-bottom: 2px solid #e6ecf5;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.cv-menu-text {
  border-right: 1px solid #e6ecf5;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #4a4c59;
  font-weight: 500;
  cursor: pointer;
}

.cv-lang1 {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-left: 1px solid #e6ecf5;
  border-top: 1px solid #e6ecf5;
  border-bottom: 1px solid #e6ecf5;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5f6273;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}

.cv-lang2 {
  border: 1px solid #e6ecf5;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5f6273;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}

.cv-lang3 {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-right: 1px solid #e6ecf5;
  border-top: 1px solid #e6ecf5;
  border-bottom: 1px solid #e6ecf5;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5f6273;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}

.cv-text {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #4a4c59;
}

.cv-content {
  font-size: 14px;
  font-weight: 500;
}

.cv-title {
  color: #057dab;
}

.ul-size {
  font-size: 14px;
  padding-left: 20px !important;
}

.randevu-button2 {
  background-color: #f37b54;
  color: #ffffff;
  border-radius: 32px;
  font-size: 14px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.column1-hospital-details {
  float: left;
  width: 40%;
  padding: 10px;
  padding-right: 0px !important;
}

.column2-hospital-details {
  float: left;
  width: 60%;
  padding: 10px;
  padding-right: 0px !important;
}

.column2-hospital-padding {
  padding-left: 20%;
}

.padding-bottom {
  padding-bottom: 12rem;
  padding-top: 12rem;
}

.padding-bottom-ten {
  padding-bottom: 10rem;
}

.background-hover {
}

.background-hover:hover {
  background-color: #fff;
  border-radius: 16px;
}

.sosyal-sorumluluk-text {
  border: 1rem solid #cde5ee;
  border-radius: 16rem;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
  align-items: center;
  width: max-content;
  color: #057dab;
  font-size: 12rem;
  font-weight: 500;
  line-height: 18rem;
  margin-top: 24rem;
  height: 18rem;
}

.margin-right-8rem {
  margin-right: 8rem;
}

#health-corner-short-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.info-buton {
  background-color: #fff;
  border-radius: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  color: #057dab;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  width: max-content;
}

.height-100vh {
  min-height: 100vh;
}

.background-image-content {
  background-image: url("../../../assets/Frame.svg");
  width: 100vw;
  height: 450rem !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-e-bulten {
  float: left;
  width: 50%;
  padding: 10rem;
  padding-right: 0px !important;
}

.content-layout {
  width: 100%;
  height: 100%;
}

.width-100 {
  width: 100%;
}

.content-div {
  background: #82bed5;
  border-radius: 8rem;
  height: 157rem;
  width: 488rem;
  padding-left: 32rem;
  padding-right: 32rem;
}

.content-text {
  color: #ffffff;
  font-size: 24rem;
  font-weight: 400;
  line-height: 21.6rem;
  padding-bottom: 24rem;
}

.display-flex-justify {
  display: flex;
  justify-content: space-between;
}

.display-flex-end {
  display: flex;
  align-items: flex-end;
}

.form-control {
  color: #fff;
  background-color: #3797bc;
  border: none;
  padding-left: 0px;
}

.form-control::placeholder {
  padding-left: 0px !important;
}

.e-bulten-email-input:focus {
  font-size: 14rem !important;
  border-color: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #ffffff;
}

.padding-right-twenty {
  padding-right: 20rem;
}

.e-bulten-kayit-text {
  font-size: 28rem;
  font-weight: 600;
  line-height: 38rem;
  padding-bottom: 30rem;
  color: #057dab;
}

.input-group-text {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-left: 10rem;
  padding-right: 10rem;
  background-color: #3797bc !important;
  font-size: 14rem;
  font-weight: 300;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #fff;
  border: none;
}

.part1-slider-text {
  height: 100%;
  width: 40%;
}

.part1-slider-header {
  font-size: 46px;
  color: #057dab;
  font-weight: 500;
  letter-spacing: -2%;
}

.part1-slider-content {
  font-size: 14px;
  color: #057dab;
  font-weight: 400;
  letter-spacing: -2%;
  line-height: 19.6px;
  padding-bottom: 20px;
}

.part1-slider-info-button {
  width: max-content;
  color: #fff;
  background-color: #057dab;
  border-radius: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.hospital-details {
  background: #057dab99;
  position: absolute;
  width: 25%;
  height: auto;
  border-radius: 16px;
  color: #fff;
  padding: 20px;
}

.hospital-details-text {
  font-size: 12px;
}

.hospital-details-button {
  font-size: 14px !important;
}

.hospital-details-padding-top {
  padding-top: 10% !important;
}

.title2 {
  margin-top: 45rem;
  margin-bottom: 30rem;
  color: #4a4c59;
  font-size: 18rem;
  font-weight: 600;
  line-height: 27rem;
}

.img-text-design {
  width: 100%;
  margin: auto;
}

.arrow-h {
  font-size: 24rem;
  cursor: pointer;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.arrow-h.right {
  padding-left: 16rem;
}

.arrow-right {
  padding-left: 21rem;
}

.left {
  margin-left: 10rem;
}

.right {
  margin-right: 10rem;
}

.health-corner-text {
  font-size: 32rem;
  font-weight: 600;
  color: #057dab;
  line-height: 44rem;
  padding-bottom: 20rem;
}

.health-corner-title-content {
  font-size: 20rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 30rem;
}

.ytp-title {
  display: none !important;
}

.column-content {
  float: left;
  width: 50%;
  padding: 10px;
  padding-right: 0px !important;
}

.collapsible:after {
  content: "\002B";
  color: #4a4c59;
  font-weight: bold;
  float: right;
  margin-left: 5rem;
}

.addres-header {
  background-color: #e6ecf5;
  font-weight: 600;
  color: #4a4c59;
  font-size: 14rem;
  border-top-right-radius: 4rem;
  border-top-left-radius: 4rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.table-content {
  font-size: 12rem;
  font-weight: 400;
  color: #5f6273;
  margin-bottom: 30rem;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.item-list {
  display: none;
}

.date-info-text {
  font-size: 14rem;
  font-weight: 400;
  color: #475467;
  line-height: 24rem;
  min-height: max-content;
  min-width: max-content;
  display: flex;
  align-items: center;
  padding-left: 8rem;
  justify-content: start;
  margin-bottom: 30rem;
}

.tag-text {
  border: 1px solid #46b4d9;
  border-radius: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: max-content;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}

.doctor-img {
  height: 100%;
  display: flex;
}

.doctor-text {
  color: #ffffff;
}

.mobile-none {
  display: flex;
}

.desktop-none {
  display: none;
}

.column-left-content li {
  list-style-type: none;
}

.container-video {
  position: relative;
  width: 100vw;
  height: 720rem;
  overflow: hidden;
  padding-top: 64rem;
  background-color: #eefaff;
}

h2.title {
  color: #057dab;
  font-weight: 500;
  margin-top: 6rem;
  margin-bottom: 0;
}

.form-width {
  width: 100% !important;
}

.input-wrapper-select {
  font-size: small;
  border: 1px solid #46b4d9;
  border-radius: 6px;
  width: 100%;
  height: 36rem !important;
  margin-top: 16rem;
  position: relative;
  display: flex;
  flex: 1;
}

.input-wrapper {
  width: 100%;
}

.input-name {
  display: block;
  flex: 1;
  margin-right: 0;
}

.input-phone {
  width: 376rem;
  flex: 1;
  display: flex;
  position: relative;
}

input[type="email"] {
  width: 376rem;
}

.input-label {
  position: absolute;
  background-color: white;
  left: var(--padding);
  padding: 0 4rem;
  transition: all 0.2s ease-in;
  opacity: 1;
  font-size: 10rem;
  color: #6b7280;
  font-weight: 600;
  margin-left: 4rem;
  bottom: 28rem;
}

#all-hospitals {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 9rem;
  width: 376rem;
}

#countrySelect {
  margin-top: 16rem;
  border: 1rem solid #46b4d9;
  height: 36rem;
  display: flex;
  align-items: center;
  border-right: unset;
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
  padding-left: 6rem;
  padding-right: 6rem;
  cursor: pointer;
}

.search-countryCode {
  border-bottom: 1rem solid #e6ecf5;
  padding-bottom: 16rem;
  overflow-y: auto;
  max-height: 320rem;
  padding-left: 0px;
  border: 1rem solid #e6ecf5;
  background: white;
  border-radius: 4rem;
  position: absolute;
  margin-top: 55rem;
}

#search-hospitals {
  width: max-content;
  height: max-content;
  background-color: #f5f7fa;
  position: absolute;
  border-radius: 8rem;
  margin-top: 16rem;
  z-index: 1111;
  padding-right: 16rem;
  padding-top: 16rem;
  top: 20rem;
  left: 0rem;
}

.search-categories {
  border-bottom: 1rem solid #e6ecf5;
  padding-bottom: 16rem;
  overflow-y: auto;
  max-height: 320rem;
  padding-left: 16rem;
}

.text-danger {
  font-size: 10rem !important;
}

.modal-content {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 24rem;
  text-align: center;
  position: relative;
  width: 436rem;
  height: 370rem;
  border-radius: 8rem;
}

.modal {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.close {
  position: absolute;
  top: 10rem;
  right: 10rem;
  font-size: 20rem;
  cursor: pointer;
}

.sms-title {
  font-size: 24rem;
  font-weight: 500;
  margin-top: 20rem;
  color: #057dab;
  line-height: 36.24rem;
}

.approve-button {
  background-color: #057dab;
  color: #ffffff;
  border-radius: 4rem;
  border: none;
  font-size: 14rem;
  margin-top: 50rem;
  font-weight: 600;
  width: 189rem;
  height: 48rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  cursor: pointer;
}

/* #selectedHospitalText {
  margin-right: 220rem;
} */

#formFirstName {
  width: 376rem;
  padding-left: 15rem;
}

#formFirstName::placeholder {
  padding-left: 0;
}

textarea::placeholder {
  padding-left: 0;
}

input[type="phone"] {
  padding-left: 15rem;
}

input[type="phone"]::placeholder {
  padding-left: 0;
}

input[type="email"] {
  padding-left: 15rem;
}

input[type="email"]::placeholder {
  padding-left: 0;
}

.health-corner-form .column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.search-countryCode {
  z-index: 111111 !important;
}

/*   */

.form-height::placeholder,
textarea::placeholder {
  color: #818699 !important;
  font-size: 14rem !important;
  font-weight: 400;
}

input {
  font-size: 14rem;
  border: 1px solid #46b4d9;
  border-radius: 6px;
  padding-right: 10px;
  width: 100%;
  color: #818699;
  font-family: inherit;
}

textarea {
  width: 100%;
  height: auto;
  border: 1rem solid #46b4d9;
  padding: 10rem;
  border-radius: 6rem;
  color: #606472;
  font-size: 14rem;
  font-weight: 400;
  margin-top: 16rem;
  font-family: inherit;
}

.search-medical-units-text {
  height: 32rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding-left: 16rem;
  padding-right: 16rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  font-size: 14rem;
  font-weight: 500;
  color: #5f6273;
  cursor: pointer;
  width: 100%;
  margin-bottom: 6rem;
  border-radius: 6rem;
}

.search-results-text {
  display: flex;
  align-items: center;
  padding-left: 16rem;
  padding-right: 16rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  font-size: 14rem;
  font-weight: 500;
  color: #057dab;
  cursor: pointer;
  width: 100%;
  height: 40rem;
  font-family: inherit;
}

#formFirstName {
  width: 376rem;
  padding-left: 15rem;
  font-size: 14rem;
  color: #606472;
  font-family: inherit;
}
input[type="phone"] {
  padding-left: 15rem;
  font-size: 14rem;
  color: #606472;
  font-family: inherit;
}

input[type="email"] {
  padding-left: 15rem;
  font-size: 14rem;
  color: #606472;
  font-family: inherit;
}

.doctors-container {
  max-height: 217rem;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 8rem;
}

.doctors-container::-webkit-scrollbar {
  width: 7rem;
}

.doctors-container::-webkit-scrollbar-track {
  background: transparent;
  margin-bottom: 5rem !important;
}

.doctors-container::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5rem;
  cursor: pointer;
}

#seeAllDoctorsButton {
  margin-left: auto;
  display: flex;
  margin-top: 7rem;
}

#seeAllDoctorsButton {
  height: 36rem;
  width: auto;
  padding-left: 14rem;
  padding-right: 14rem;
  border: 1px solid #d3d9e5;
  border-radius: 36rem;
  font-size: 14rem;
  font-weight: 600;
  color: #4a4c59;
  line-height: 24rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#seeAllDoctorsButton a {
  color: #4a4c59;
}

.hospital-selection {
  width: 210rem;
  position: absolute;
  top: -3rem;
  right: -12rem;
  font-size: 13rem;
  font-weight: 600;
  color: #4a4c59;
  border: 1px solid #d3d9e5;
  border-radius: 36rem;
  padding: 4rem 24rem 2rem 12rem;
  appearance: none;
  -webkit-appearance: none;
  background-image: url(https://cdn.livhospital.com/blueChevronRight.svg);
  background-repeat: no-repeat;
  background-position: right 8rem center;
  background-size: 16rem 16rem;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#hospitalSelectFilter option {
  text-align: left;
}

.hospital-selection:focus,
.hospital-selection:active {
  outline: none;
}

.health-corner-detail-column-right iframe {
  position: unset;
  border-radius: 8rem;
  margin-bottom: 25rem;
}

.health-corner-detail-column-right video {
  position: unset;
  border-radius: 8rem;
  margin-bottom: 25rem;
}
