@media (max-width: 1023px) {
  #dtserviceyt {
    padding-top: 100px;
  }
}

.dtserviceytBanner {
  position: relative;
}
.dtserviceytBanner .--img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.dtserviceytBanner .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dtserviceytBanner .--content {
  display: flex;
  justify-content: flex-end;
  padding: 100px 0;
}
.dtserviceytBanner .--form {
  background: #fff;
  padding: 40px;
  width: 380px;
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.dtserviceytBanner .--form .--name {
  margin-bottom: 20px;
  color: var(--color-1);
  text-align: center;
  font-weight: 700;
  font-size: 32px;
}
.dtserviceytBanner .--form input {
  background: #f8f8f8;
}
.dtserviceytBanner .--form .btn-1 {
  width: 100%;
  height: 45px;
  justify-content: center;
  margin-top: 4px;
}
@media (max-width: 1023px) {
  .dtserviceytBanner .--img {
    position: relative;
    top: unset;
    left: unset;
    height: calc(100vh - 100px);
  }
  .dtserviceytBanner .--content {
    padding: 0;
    margin-top: -80px;
  }
  .dtserviceytBanner .--form {
    width: 100%;
    padding: 30px;
  }
}

.dtserviceytService {
  padding: 80px 0;
}
.dtserviceytService .--title {
  text-align: center;
  width: 70%;
  margin: 0 auto 32px;
}
.dtserviceytService .segTitle {
  margin-bottom: 16px;
}
.dtserviceytService .slick-list {
  margin: 0 -30px;
}
.dtserviceytService .itemServiceyt {
  margin: 0 30px;
  padding-bottom: 8px;
}
@media (max-width: 1023px) {
  .dtserviceytService {
    padding: 60px 0;
  }
  .dtserviceytService .--title {
    width: 100%;
  }
  .dtserviceytService .slick-list {
    margin: 0 -12px;
  }
  .dtserviceytService .itemServiceyt {
    margin: 0 12px;
  }
}

.dtserviceytEndow {
  padding: 100px 0;
  background: #f8f8f8;
}
.dtserviceytEndow .--title {
  text-align: center;
  width: 70%;
  margin: 0 auto 32px;
}
.dtserviceytEndow .segTitle {
  margin-bottom: 16px;
}
.dtserviceytEndow .col-md-4:nth-child(n+4) {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .dtserviceytEndow {
    padding: 60px 0;
  }
  .dtserviceytEndow .slick-slide {
    width: 310px;
    margin-right: 10px;
  }
  .dtserviceytEndow .--title {
    width: 100%;
  }
  .dtserviceytEndow .col-md-4:nth-child(n+4) {
    margin-top: 0;
  }
}

.dtserviceytParameter {
  background: var(--bg-gra1);
  padding: 60px 0;
}
.dtserviceytParameter .--number {
  font-size: 60px;
  line-height: 76px;
}
.dtserviceytParameter .--name {
  font-size: 15px;
  text-transform: uppercase;
}
.dtserviceytParameter .--listParameter {
  display: flex;
  justify-content: space-around;
  gap: 24px;
  color: #fff;
}
@media (max-width: 1023px) {
  .dtserviceytParameter .--listParameter {
    flex-wrap: wrap;
  }
  .dtserviceytParameter .--listParameter .--item {
    width: calc(50% - 12px);
  }
  .dtserviceytParameter .--number {
    font-size: 32px;
  }
  .dtserviceytParameter .--name {
    font-size: 12px;
  }
}

.Doctor {
  background: #f8f8f8;
}

.dtserviceytProcedure {
  padding: 100px 0;
}
.dtserviceytProcedure .--listProcedure {
  display: flex;
  flex-flow: column;
  gap: 50px;
  width: calc(70% - 150px);
}
.dtserviceytProcedure .--content {
  display: flex;
  gap: 150px;
}
.dtserviceytProcedure .--title {
  width: 30%;
}
.dtserviceytProcedure .--item {
  display: flex;
  gap: 44px;
}
.dtserviceytProcedure .--item.active .--number {
  background: var(--color-2);
  border: 2px solid var(--color-2);
  color: #fff;
}
.dtserviceytProcedure .--item:nth-child(n+2) .--number::after {
  content: "";
  position: absolute;
  left: 50%;
  height: 50px;
  border-left: 2px dashed #b9b9b9;
  transform: translate(-50%, 0);
  bottom: 100%;
}
.dtserviceytProcedure .--name {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}
.dtserviceytProcedure .--number {
  width: 95px;
  height: 95px;
  border: 2px solid var(--color-1);
  display: flex;
  position: relative;
  justify-content: center;
  color: var(--color-1);
  align-items: flex-end;
  flex: 0 0 auto;
  border-radius: 10px;
  font-size: 78px;
  line-height: 52px;
  font-weight: 200;
}
.dtserviceytProcedure .segTitle {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .dtserviceytProcedure {
    padding: 60px 0;
  }
  .dtserviceytProcedure .--content {
    flex-flow: column;
    gap: 24px;
  }
  .dtserviceytProcedure .--number {
    width: 54px;
    height: 54px;
    font-size: 44px;
    line-height: 40px;
  }
  .dtserviceytProcedure .--item {
    gap: 24px;
    position: relative;
  }
  .dtserviceytProcedure .--item::after {
    content: "";
    position: absolute;
    left: 27px;
    height: calc(100% - 24px);
    border-left: 2px dashed #b9b9b9;
    top: 54px;
  }
  .dtserviceytProcedure .--item:last-child::after {
    display: none;
  }
  .dtserviceytProcedure .--item:nth-child(n+2) .--number::after {
    display: none;
  }
  .dtserviceytProcedure .--title {
    width: 100%;
  }
  .dtserviceytProcedure .--listProcedure {
    width: 100%;
    gap: 30px;
  }
}

.dtserviceytRoom {
  padding: 100px 0;
}
.dtserviceytRoom .segTitle {
  text-align: center;
  margin-bottom: 32px;
}
.dtserviceytRoom .col-md-6:nth-child(n+3) {
  margin-top: 24px;
}
.dtserviceytRoom .btn-1 {
  margin: 32px auto 0;
}
@media (max-width: 1023px) {
  .dtserviceytRoom {
    padding: 60px 0;
  }
  .dtserviceytRoom .col-md-6:nth-child(n+2) {
    margin-top: 16px;
  }
}/*# sourceMappingURL=landing.css.map */