.doctors-section {
  position: relative;
}
.doctors-section .section-head {
  border-top: 1px solid rgba(18, 57, 119, 0.3);
  padding-top: 10rem;
}
@media (max-width: 991px) {
  .doctors-section .section-head {
    padding-top: 5rem;
  }
}
.doctors-section .section-head .swiper-nav {
  position: absolute;
  right: 0;
  bottom: -2rem;
  transform: translateY(100%);
}
@media (max-width: 991px) {
  .doctors-section .section-head .swiper-nav {
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    right: unset;
    bottom: 27rem;
    height: 1.5rem;
    padding: 0 0.7rem;
    background: #0f2960;
  }
}
@media (max-width: 576px) {
  .doctors-section .section-head .swiper-nav {
    bottom: 22rem;
  }
}
@media (max-width: 991px) {
  .doctors-section .section-head .swiper-nav.swiper-arrows {
    display: flex;
  }
}
.doctors-section .section-head .swiper-nav__timeline {
  color: #00adc1;
  background: #0f2960;
}
.doctors-section .section-head .swiper-nav__timeline span {
  background: #00adc1;
  height: 3px;
  border-radius: 1.7rem;
}
@media (min-width: 992px) {
  .doctors-section .section-head .swiper-nav__timeline {
    display: none;
  }
}
@media (max-width: 991px) {
  .doctors-section .section-head .btn {
    display: none;
  }
}

.dr-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(18, 57, 119, 0.05);
  border-radius: 2rem 2rem 2rem 14rem !important;
  color: #01165b;
  padding-bottom: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  position: relative;
  overflow: hidden;
  min-height: 50rem;
}
@media (max-width: 991px) {
  .dr-card {
    min-height: 50rem;
  }
}
@media (max-width: 576px) {
  .dr-card {
    min-height: 40rem;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .dr-card:hover {
    transform: translateY(-1rem);
  }
  .dr-card:hover .btn {
    opacity: 1;
    pointer-events: all;
  }
  .dr-card:hover .title {
    color: #01165b;
  }
}
.dr-card-content {
  /* padding: 4.5rem 3.5rem 0; */

  z-index: 111;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px !important;
  margin-bottom: 115%;
  
}
.dr-card-content h3{
  margin-top: -10px;
  font-size: large;
}

@media (max-width: 1529px) {
  .dr-card-content {
    /* padding: 4.5rem 2.5rem 0; */
    /* padding-top: 4rem;
    padding-left: 1rem; */
    margin-bottom: 115%;
  }
  .dr-card-content h3{
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .dr-card-content {
    margin-bottom: 140%;
  }
}

@media (max-width: 768px) {
  .dr-card-content {
    /* padding-top: 5%; */
    /* padding-left: 1rem; */
    margin-bottom: 71%;
    font-size: x-small;
    color: #01165b;
    margin-top: 25px;
  }
}
@media (max-width: 576px) {
  .dr-card-content {
    /* padding-top: 4rem; */
    padding-left: 1rem;
    margin-bottom: 0%;
    /* padding: 4.5rem var(--container-gutter) 0;  */
  }
}
.dr-card img {
  height: 15rem;
  object-fit: scale-down;
  object-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .dr-card img {
    height: 10rem;
  }
}
@media (max-width: 576px) {
  .dr-card img {
    height: 10rem;
    width: 100%;
    position: static;
  }
}
.dr-card .title {
  /* font-weight: 800; */
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: start !important;
}
@media (max-width: 576px) {
  .dr-card .title {
    /* font-size: 2.6rem; */
    text-align: left;
  }
}
.dr-card .text {
  font-weight: bold;
  color: #01165b;
  font-size: large;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 576px) {
  .dr-card .text {
    margin-bottom: 1rem;
  }
}
.dr-card .btn {
  position: absolute;
  bottom: 4rem;
  right: 3.3rem;
  min-width: 26rem;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1529px) {
  .dr-card .btn {
    right: 2.5rem;
  }
}
@media (max-width: 991px) {
  .dr-card .btn {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 576px) {
  .dr-card .btn {
    right: 4.5rem;
  }
}

.dr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dr-image {
  height: 7.4rem;
  width: 7.4rem;
  border-radius: 50%;
  background: #e4fcfc;
  border: 1px solid #00348829;
  overflow: hidden;
}
.dr-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.dr-info {
  margin-left: 2rem;
  text-align: left;
}
.dr-info .text {
  opacity: 0.6;
}

.divider--w-shape {
  position: relative;
  margin-bottom: 6rem;
}
.divider--w-shape img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 5rem;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .divider--w-shape img {
    height: 5rem;
  }
}

.divider--w-input .input-group {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70rem;
}
@media (max-width: 991px) {
  .divider--w-input .input-group {
    width: 60rem;
  }
}
@media (max-width: 576px) {
  .divider--w-input .input-group {
    width: 80%;
  }
}
.divider--w-input .input-group .input {
  border: 1px solid #00348829;
  border-radius: 2.4rem;
}
.divider--w-input .input-group .input:focus {
  box-shadow: 0px 0px 6px #4090f733;
}
.divider--w-input .input-group .l-icon {
  font-size: 3rem;
  left: 4rem;
  opacity: 1;
}
@media (max-width: 576px) {
  .divider--w-input .input-group .l-icon {
    font-size: 2.5rem;
    left: 2rem;
  }
}
.divider--w-input .input-group .input.input-l-icon {
  height: 10rem;
  padding-left: 10rem;
  font-size: 2rem;
}
@media (max-width: 991px) {
  .divider--w-input .input-group .input.input-l-icon {
    height: 7rem;
  }
}
@media (max-width: 576px) {
  .divider--w-input .input-group .input.input-l-icon {
    padding-left: 6rem;
  }
}

.custom-list-item {
  padding-left: 4.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .custom-list-item {
    padding-left: 4rem;
  }
}
.custom-list-item::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background: #1e51a4;
  left: 0.5rem;
  top: 0.2rem;
  border-radius: 50%;
  transform: translate(-50%, 50%);
}
@media (max-width: 768px) {
  .custom-list-item::before {
    height: 1rem;
    width: 1rem;
  }
}
@media (max-width: 576px) {
  .custom-list-item::before {
    left: 0;
    transform: translate(0, 50%);
  }
}

.custom-list ul li {
  display: flex;
  align-items: flex-start;
  font-size: 2rem;
  margin-bottom: 3rem;
  position: relative;
  font-weight: 400;
  color: rgba(3, 43, 92, 0.75);
  padding-left: 2rem;
}
.custom-list ul li::before {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 11px;
  border-radius: 50%;
  background: #00adc1;
  position: absolute;
  left: -2rem;
  top: 0;
  transform: translateY(100%);
}

.filter {
  height: 5.9rem;
  width: 5.9rem;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #123977;
  position: relative;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  border-radius: 50%;
  font-size: 2.5rem;
  border: 1px solid #e3eaf4;
  box-shadow: 0px 0px 20px #20428907;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .filter {
    position: absolute;
    right: var(--container-gutter);
  }
}
.filter.active .filter-content {
  opacity: 1;
  pointer-events: all;
}
.filter-content {
  position: absolute;
  top: 8rem;
  right: 0;
  background: #fff;
  min-width: 20rem;
  height: auto;
  display: block;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  pointer-events: none;
  box-shadow: 0 5px 10px rgba(17, 30, 64, 0.1);
  padding: 1rem;
  opacity: 0;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .filter-content {
    right: -1px;
    z-index: 3;
    display: none;
  }
}
.filter-content-item {
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 3px;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  padding: 0 1rem;
  white-space: nowrap;
  border-radius: 1.7rem;
}
.filter-content-item:not(.active):hover {
  background: #f6f6f6;
}
.filter-content-item:last-child {
  margin-bottom: 0;
}
.filter select {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .filter select {
    pointer-events: all;
    z-index: 4;
  }
}

.appointment-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  pointer-events: none;
  z-index: 100;
  width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: calc(var(--container-gutter) + var(--container-pusher));
  overflow: hidden;
}
.appointment-wrapper.active {
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: all;
}
.appointment-wrapper.active .appointment {
  display: none;
}
.appointment-wrapper.active .wp-button {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .appointment-wrapper {
    padding: 0;
  }
}

.wp-button {
  pointer-events: all;
  position: fixed;
  bottom: 5rem;
  right: calc((var(--container-gutter) + var(--container-pusher)) + 50rem);
  margin-right: 2rem;
  border-radius: 1.6rem;
  height: 10rem;
  width: 10rem;
  font-size: 4.5rem;
}
@media (max-width: 1367px) {
  .wp-button {
    bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .wp-button {
    display: none;
  }
}

.appointment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 5rem;
  right: calc(var(--container-pusher) + var(--container-gutter));
  background: #123977;
  border-radius: 1.6rem;
  height: 10rem;
  padding: 0 3rem;
  pointer-events: all;
  min-width: 50rem;
  cursor: pointer;
  border: 1px solid rgba(0, 173, 193, 0.2);
  box-shadow: 0px 4px 43px rgba(4, 11, 24, 0.1);
}
@media (max-width: 1367px) {
  .appointment {
    bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .appointment {
    height: 8rem;
  }
}
@media (max-width: 576px) {
  .appointment {
    right: var(--container-gutter);
    left: var(--container-gutter);
    border-radius: 2rem;
    min-width: unset;
    max-width: calc(100% - (2 * var(--container-gutter)));
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: 7rem;
    height: 7.6rem;
  }
}
.appointment:hover .appointment-icon {
  background: #00adc1;
  color: #fff;
}
.appointment-toptitle {
  font-weight: 500;
  font-size: 1.5rem;
  color: #f3f5f8;
}
@media (max-width: 991px) {
  .appointment-toptitle {
    font-size: 1.5rem;
  }
}
.appointment-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .appointment-title {
    font-size: 2rem;
  }
}
.appointment-icon {
  height: 4.2rem;
  width: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #00adc1;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .appointment-icon {
    background: #00adc1;
  }
}

@media (max-width: 991px) {
  .twentytwenty-wrapper.twentytwenty-horizontal {
    width: 100%;
  }
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.before-after-item {
  height: 60rem !important;
  border-radius: 2.6rem;
}
@media (max-width: 1529px) {
  .before-after-item {
    height: 53rem !important;
  }
}
@media (max-width: 1349px) {
  .before-after-item {
    height: 70rem !important;
  }
}
@media (max-width: 991px) {
  .before-after-item {
    height: 45rem !important;
  }
}
@media (max-width: 576px) {
  .before-after-item {
    height: 37rem !important;
  }
}

.twentytwenty-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.twentytwenty-handle {
  height: 6.7rem;
  width: 6.7rem;
  background: #fff;
  margin-left: -29px;
  background-image: url("../img/oklar.svg");
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 0.5em;
  font-size: 6rem;
  margin-left: -3.5rem;
}
@media (max-width: 576px) {
  .twentytwenty-handle {
    height: 5rem;
    width: 5rem;
    font-size: 5rem;
    margin-left: -3rem;
  }
}

.twentytwenty-right-arrow {
  display: none;
}

.twentytwenty-left-arrow {
  display: none;
}

.twentytwenty-overlay {
  display: none;
}

.gallery-wrapper {
  background: #fff;
  padding: 10rem 0;
  overflow: hidden;
  padding-bottom: 12rem;
  border-radius: 0 25rem 0 0;
  margin-top: -25rem;
}
@media (max-width: 991px) {
  .gallery-wrapper {
    margin-top: -35rem;
  }
}
@media (max-width: 576px) {
  .gallery-wrapper {
    padding-top: 5rem;
    padding-bottom: 7rem;
    border-radius: 0 10rem 0 0;
    margin-top: -15rem;
  }
}
.gallery-wrapper.only-desktop {
  display: block !important;
}
@media (max-width: 991px) {
  .gallery-wrapper.only-desktop {
    display: none !important;
  }
}
.gallery-wrapper.only-mobile {
  display: none !important;
}
@media (max-width: 991px) {
  .gallery-wrapper.only-mobile {
    display: block !important;
  }
}

.gallery-slider-item {
  display: block;
  height: 35rem;
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .gallery-slider-item {
    height: 33rem;
  }
}
.gallery-slider-item:hover::after {
  opacity: 0.3;
}
.gallery-slider-item:hover .icon-font {
  opacity: 1;
}
.gallery-slider-item:hover .gallery-slider-item-text {
  opacity: 0;
  pointer-events: none;
}
.gallery-slider-item::after {
  content: "";
  background: linear-gradient(180deg, #17297200 0%, #172972 100%);
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.gallery-slider-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery-slider-item .icon-font {
  font-size: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.gallery-slider-item.big {
  height: 72rem;
}
.gallery-slider-item-text {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    #17297200 0%,
    rgba(18, 57, 119, 0.8) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.gallery-slider-item-text .text {
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}

.dr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dr-image {
  height: 7.4rem;
  width: 7.4rem;
  border-radius: 50%;
  background: #e4fcfc;
  border: 1px solid #00348829;
  overflow: hidden;
}
.dr-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.dr-info {
  margin-left: 2rem;
  text-align: left;
}
.dr-info .text {
  opacity: 0.6;
}

.kids-banner {
  background: rgba(0, 173, 193, 0.1);
  border-radius: 2rem 2rem 2rem 14rem;
  height: 45rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-right: 10rem;
  margin-top: 10rem;
}
@media (max-width: 991px) {
  .kids-banner {
    flex-direction: column-reverse;
    height: auto;
    padding-right: 0;
    padding: 7rem 0;
    padding-bottom: 0;
    border-radius: 3rem;
    padding-right: var(--container-gutter);
    padding-left: var(--container-gutter);
  }
}
@media (max-width: 576px) {
  .kids-banner {
    padding-top: 4rem;
    margin-top: 6rem;
  }
}
.kids-banner-img {
  position: absolute;
  left: 1rem;
  bottom: 0;
  height: 60rem;
  max-width: 47%;
  object-fit: contain;
  object-position: bottom;
}
@media (max-width: 991px) {
  .kids-banner-img {
    max-width: unset;
    position: static;
    height: 40rem;
    width: 100%;
    margin-top: 4rem;
  }
}
@media (max-width: 576px) {
  .kids-banner-img {
    height: 24rem;
  }
}
.kids-banner-logo {
  height: 7rem;
  object-fit: contain;
}
@media (max-width: 576px) {
  .kids-banner-logo {
    height: 4rem;
  }
}
@media (max-width: 991px) {
  .kids-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.kids-banner-content .title {
  margin-bottom: 3rem;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .kids-banner-content .title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .kids-banner-content .btn {
    width: 100%;
  }
}

.branch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 3rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .branch {
    padding: 0;
    flex-direction: column-reverse;
    position: relative;
    background: transparent;
  }
}
@media (max-width: 768px) {
  .branch {
    flex-direction: column;
    align-items: flex-start;
  }
}
.branch + .branch {
  margin-top: 10rem;
}
@media (max-width: 576px) {
  .branch + .branch {
    margin-top: 5rem;
  }
}
.branch__img {
  height: 60rem;
  width: 100%;
  width: 52rem;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 991px) {
  .branch__img {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
  }
}
.branch-content {
  flex: 0 0 57%;
  max-width: 57%;
  padding: 7rem 0 5rem 6rem;
}
@media (max-width: 991px) {
  .branch-content {
    flex: unset;
    max-width: unset;
    background: transparent
      linear-gradient(180deg, #ffffff00 0%, rgba(246, 246, 246, 0.9) 0%) 0% 0%
      no-repeat padding-box;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .branch-content {
    flex: unset;
    max-width: unset;
    padding: 0 var(--container-gutter);
    justify-content: flex-start;
    padding-top: 9rem;
    background: transparent
      linear-gradient(180deg, #ffffff00 0%, rgba(246, 246, 246, 0.9) 0%) 0% 0%
      no-repeat padding-box;
    padding-bottom: 5rem;
  }
}
@media (max-width: 576px) {
  .branch-content {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}
.branch-content .link {
  font-weight: 400;
  position: relative;
}
.branch-content .link__icon {
  color: #00adc1;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.branch-content .link-adress {
  margin-bottom: 2rem;
  line-height: 1.5;
}
.branch-content .link-adress .link__text {
  padding-right: 8rem;
}
@media (max-width: 576px) {
  .branch-content .link-adress .link__text {
    padding-right: 0;
  }
}
.branch-content .title {
  margin-bottom: 2rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .branch-content .title {
    font-size: 3rem;
  }
}
.branch-content .text {
  margin-bottom: 2rem;
  max-width: 50rem;
}
.branch-content-info {
  margin-top: 6rem;
}
@media (max-width: 576px) {
  .branch-content-info {
    margin-top: 2rem;
  }
}
.branch-content-info > * {
  margin-top: 2rem;
}
.branch-content-row {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .branch-content-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .branch-content-row .link {
    width: auto;
    margin-bottom: 1rem;
  }
}
.branch-content-row .link + .link {
  margin-left: 3rem;
}
@media (max-width: 576px) {
  .branch-content-row .link + .link {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .branch-content .social {
    margin-bottom: 3rem;
  }
}
.branch-content .social__item {
  height: 6rem;
  width: 6rem;
  font-size: 2.5rem;
}
@media (max-width: 576px) {
  .branch-content .social .social__item + .social__item {
    margin-left: 2rem;
  }
}
@media (max-width: 374px) {
  .branch-content .social .social__item + .social__item {
    margin-left: 1rem;
  }
}
.branch-content-bottom {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.branch-content-bottom .map-link {
  height: 5.2rem;
  width: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00adc1;
  border-radius: 50%;
  color: #00adc1;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  font-size: 2.2rem;
  margin-left: 1.8rem;
}
@media (max-width: 576px) {
  .branch-content-bottom .map-link {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 2rem;
    background: #00adc1;
    color: #fff;
    margin-left: 2rem;
  }
}
.branch-content-bottom .map-link:hover {
  color: #fff;
  background: #00adc1;
}
@media (max-width: 576px) {
  .branch-content-bottom {
    display: block;
  }
}
.branch-content-bottom .btn {
  font-size: 1.8rem;
  margin-left: 3rem;
}
@media (max-width: 576px) {
  .branch-content-bottom .btn {
    width: 100%;
    margin-left: 0;
  }
}
.branch-content-section {
  padding: 3rem 0;
  border-bottom: 1px solid #00adc133;
}
.branch-content-section--row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .branch-content-section--row {
    display: block;
  }
}
.branch-content-section-right {
  padding-left: 4rem;
  border-left: 1px solid #00adc133;
  padding-right: 4rem;
  margin-left: 8rem;
}
@media (max-width: 768px) {
  .branch-content-section-right {
    padding-left: 0;
    border-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .branch-content-section-left {
    margin-bottom: 3rem;
  }
}
.branch-content .info {
  font-size: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 576px) {
  .branch-content .info {
    font-size: 2rem;
  }
}
.branch-content .info__icon {
  font-size: 2.2rem;
}
.branch .toptitle {
  color: #00adc1;
  position: relative;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .branch .toptitle {
    padding-left: 3rem;
  }
}
.branch .toptitle span {
  position: absolute;
  left: -1.5rem;
  font-size: 7rem;
  display: flex;
  align-items: flex-start;
  top: 1.5rem;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .branch .toptitle span {
    font-size: 6rem;
  }
}
.branch--detail .toptitle {
  color: #00adc1;
}
.branch--detail .toptitle span {
  color: #123977;
}

.video {
  position: relative;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
}
.video:hover .video-play {
  background: #fff;
  color: #123977;
}
.video-content {
  position: absolute;
  background: #fff;
  padding: 2.1rem 2.7rem;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 90%;
  border-radius: 2rem;
  min-height: 15rem;
}
@media (max-width: 991px) {
  .video-content {
    min-height: unset;
  }
}
.video-content .title {
  max-width: 60rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .video-content .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .video-content .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.video-content .info-wrapper .info:last-child .info__icon {
  font-size: 2rem;
}
.video-image {
  height: 45rem;
  border-radius: var(--card-radius);
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .video-image {
    height: 34rem;
  }
}
@media (max-width: 576px) {
  .video-image {
    height: 30rem;
  }
}
.video-image::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #123977 0% 0% no-repeat padding-box;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.video-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-play {
  height: 9rem;
  width: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 3.5rem;
}
@media (max-width: 991px) {
  .video-play {
    height: 9rem;
    width: 9rem;
  }
}
@media (max-width: 576px) {
  .video-play {
    height: 7rem;
    width: 7rem;
    font-size: 1.6rem;
  }
}
.video--small .video-image {
  height: 42rem;
}
.video--small .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 3rem;
}
.video--big .video-image {
  height: 70rem;
  border-radius: 4rem 0 0 16rem;
}
@media (max-width: 991px) {
  .video--big .video-image {
    border-radius: 4rem;
    height: 48rem;
  }
}
@media (max-width: 576px) {
  .video--big .video-image {
    height: 41rem;
  }
}

.quick-contact {
  height: 48rem;
  background: rgba(18, 57, 119, 0.08);
  border-radius: 2rem 2rem 2rem 14rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 20rem;
  z-index: 1;
}
@media (max-width: 991px) {
  .quick-contact {
    height: auto;
    flex-direction: column;
    padding: 5rem;
    padding-bottom: 0;
    border-radius: 3rem;
  }
}
@media (max-width: 576px) {
  .quick-contact {
    padding: 5rem var(--container-gutter) 0 var(--container-gutter);
    border-radius: 3rem;
    margin-top: 5rem;
  }
}
.quick-contact-left {
  padding-left: 14rem;
  width: 42%;
}
@media (max-width: 991px) {
  .quick-contact-left {
    width: 100%;
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5rem;
  }
}
@media (max-width: 576px) {
  .quick-contact-left {
    margin-bottom: 2rem;
  }
}
.quick-contact-left .btn {
  margin-top: 4rem;
}
@media (max-width: 576px) {
  .quick-contact-left .btn {
    width: 100%;
  }
}
.quick-contact-left .title {
  line-height: 1.3;
}
@media (max-width: 991px) {
  .quick-contact-left .title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .quick-contact-left .title {
    font-size: 2.2rem;
  }
}
@media (max-width: 576px) {
  .quick-contact-left .title.title--xl {
    font-size: 3.5rem;
  }
}
.quick-contact-left .info {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.quick-contact-left .info:hover {
  color: #00adc1;
}
@media (max-width: 576px) {
  .quick-contact-left .info {
    margin-top: 2rem;
  }
}
.quick-contact-right img {
  height: 61rem;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 55%;
  object-position: bottom;
}
@media (max-width: 991px) {
  .quick-contact-right img {
    height: 34rem;
    position: static;
    object-position: bottom;
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .quick-contact-right img {
    height: 31rem;
    object-fit: contain;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .quick-contact-right img {
    height: 29rem;
  }
}

.uikit {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.uikit-header {
  display: flex;
  justify-content: center;
  height: 8rem;
  align-items: center;
  border-bottom: 1px solid rgba(18, 57, 119, 0.3);
}
.uikit-categories {
  width: 40rem;
  height: 100%;
  font-size: 2rem;
  border-right: 1px solid rgba(18, 57, 119, 0.3);
  overflow: scroll;
  position: fixed;
  top: 0;
  padding: 2rem;
}
.uikit-categories div {
  margin-bottom: 1rem;
  font-weight: 500;
}
.uikit-categories ul {
  min-height: auto;
  height: auto;
  margin: 4rem 0 5rem 0;
  transition: 0.3s ease;
}
.uikit-categories ul a {
  border: none;
  overflow: none;
  background-color: transparent;
  cursor: pointer;
  color: rgba(18, 57, 119, 0.3);
}
.uikit-categories ul li {
  transition: 0.3s ease;
  margin-left: 5rem;
  list-style: square;
  line-height: 2em;
  display: block;
  cursor: pointer;
}
.uikit-categories ul.active {
  min-height: auto;
  height: auto;
  transition: 0.4s ease;
}
.uikit-categories ul.active li {
  display: block;
  list-style: square;
}
.uikit-content {
  width: calc(100% - 40rem);
  margin-left: 40rem;
}
.uikit-section {
  border-bottom: 1px solid rgba(18, 57, 119, 0.3);
}
.uikit-section-header {
  padding: 2rem;
  border-bottom: 1px solid rgba(18, 57, 119, 0.3);
}
.uikit-section__title {
  font-size: 3rem;
  align-items: center;
}
.uikit-section__text {
  font-style: italic;
  margin-top: 1rem;
  opacity: 0.8;
}
.uikit-section-item {
  padding: 2rem;
  padding-top: 3rem;
  width: 100%;
  margin: auto;
  border-bottom: 1px solid rgba(18, 57, 119, 0.3);
}
.uikit-section-item:nth-last-child(1) {
  border: none;
}
.uikit-section-item__title {
  opacity: 0.75;
}
.uikit-section-item__text {
  width: 50%;
  padding-left: 2rem;
  font-style: italic;
}
.uikit-section-item-content {
  display: flex;
  align-items: center;
}
.uikit-section-item-content > * {
  margin-right: 2rem;
}

.new {
  position: relative;
}
.new::after {
  content: "Yeni";
  background: greenyellow;
  color: #222;
  padding: 5px 8px;
  position: absolute;
  left: 2rem;
  top: 0rem;
  font-size: 11px;
  height: 2rem;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: var(--header-height);
  transition: 0.15s ease-in;
  position: relative;
  --header-color: $c-black;
  padding: 0 8rem;
}
@media (max-width: 576px) {
  .header {
    padding: 0;
  }
}
.header-wrapper {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  position: absolute;
  z-index: 100;
  width: 100%;
  max-width: 100vw;
  border-bottom: 1px solid rgba(18, 57, 119, 0.3);
  background: #f6f6f6;
}
.header-wrapper.active {
  background: #fff;
}
@media (max-width: 991px) {
  .header-wrapper {
    padding: 0 var(--container-gutter);
    left: 0;
    transform: unset;
  }
}
.header.active {
  z-index: 6;
  background: #fff;
}
.header.active .header-logo {
  z-index: 7;
}
.header.active .header-right {
  position: absolute;
  right: 0;
  width: 100%;
}
.header.active .header-right::after {
  opacity: 1;
  pointer-events: all;
}
.header.active .header-menu-item {
  pointer-events: all;
}
.header-logo img {
  height: 4.2rem;
}
@media (max-width: 576px) {
  .header-logo img {
    height: 3rem;
  }
}
.header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}
.header-right {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1200px) {
  .header-right {
    padding-left: 0;
  }
}
.header-right .btn {
  border-radius: 1rem;
  font-size: 1.7rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .header-right .btn {
    display: none;
  }
}
.header-right .input {
  width: auto;
  height: 5.6rem;
  font-size: 1.6rem;
  border-radius: 2.8rem;
}
.header-right .input::placeholder {
  font-size: 1.6rem;
}
.header-right .link {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 3rem;
  color: var(--header-color);
}
@media (max-width: 991px) {
  .header-right .link {
    display: none;
  }
}
.header-right .link:hover {
  color: #00adc1;
}
.header-right .langs {
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .header-right .langs {
    display: none;
  }
}
.header-right .tab-menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header-right .tab-menu-items {
  width: 53%;
  border-right: 1px solid #00adc180;
  padding-right: 4rem;
}
.header-right .tab-menu-items .header-menu-item-content-link {
  width: 100%;
  padding: 0;
  border: 1px solid transparent;
}
.header-right .tab-menu-items .header-menu-item-content-link:hover {
  border: 1px solid #1239771a;
  background: transparent;
}
.header-right
  .tab-menu-items
  .header-menu-item-content-link:hover
  .tab-menu-item__text {
  font-weight: 600;
}
.header-right .tab-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  padding-right: 1.5rem;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  color: #123977;
}
.header-right .tab-menu-item:hover {
  border: 1px solid #1239771a;
}
.header-right .tab-menu-item:hover .tab-menu-item__text {
  font-weight: 600;
}
.header-right .tab-menu-item.active {
  border: 1px solid #1239771a;
}
.header-right .tab-menu-item.active .tab-menu-item__text {
  font-weight: 600;
}
.header-right .tab-menu-item__text {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #123977;
  padding: 1.4rem 1.4rem;
  font-weight: 400;
  padding-left: 2rem;
}
.header-right .tab-menu-item .icon-font {
  transform: rotate(135deg);
}
.header-right .tab-menu-content {
  width: 44%;
}
.header-right .tab-menu-content-group a {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #123977;
  padding: 1.8rem 1.4rem;
  border-radius: 0.8rem;
  font-weight: 400;
}
.header-right .tab-menu-content-group a:hover {
  background: #f3f5f8;
}
.header-menu-open {
  position: relative;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 6.4rem;
  width: 6.4rem;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  z-index: 6;
  border-radius: 1.4rem;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
}
@media (min-width: 992px) {
  .header-menu-open {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-menu-open {
    align-items: flex-end;
  }
}
@media (max-width: 576px) {
  .header-menu-open {
    width: 4.8rem;
  }
}
.header-menu-open.active span:nth-child(1) {
  transform: translateY(10px) translateX(0) rotate(46deg) scale(-1);
  width: 3.5rem;
  margin-left: 0;
}
.header-menu-open.active span:nth-child(2) {
  opacity: 0;
}
.header-menu-open.active span:nth-child(3) {
  width: 3.5rem;
  transform: translateY(-10px) translateX(-1px) rotate(-46deg) scale(-1);
}
.header-menu-open span {
  width: 3rem;
  height: 3px;
  background-color: #123977;
  display: block;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  opacity: 1;
  border-radius: 4px;
}
.header-menu-open span + span {
  margin-top: 7px;
}

.header-menu {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 4;
  margin-right: 3rem;
}
@media (max-width: 991px) {
  .header-menu {
    display: none;
  }
}
.header-menu-item {
  font-size: 1.7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  position: relative;
  color: #123977;
  height: var(--header-height);
  z-index: 3;
  padding: 0 2rem;
  line-height: 1;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.header-menu-item.active {
  color: #123977;
}
.header-menu-item.active::after {
  width: 100%;
}
.header-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #00adc1;
}
.header-menu-item:hover {
  color: #19b5c7;
}
.header-menu-item span {
  margin-right: 0.5rem;
}
@media (max-width: 1200px) {
  .header-menu-item {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .header-menu-item {
    height: auto;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    padding: 0;
    pointer-events: none;
  }
  .header-menu-item.only-mobile {
    display: flex;
  }
  .header-menu-item.has-submenu .header-menu-item__title {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header-menu-item + .header-menu-item {
    margin-left: 0;
    border-top: 1px solid rgba(18, 57, 119, 0.1);
  }
}
.header-menu-item.has-submenu .header-menu-item__title::before {
  content: "";
  background: #00adc1;
  width: 0;
  height: 2px;
  position: absolute;
  left: 1rem;
  bottom: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.header-menu-item.has-submenu .header-menu-item__title::after {
  width: 0.8rem;
  height: 0.6rem;
  background: var(--header-color);
  margin-left: 1rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  transition-delay: 0s;
}
@media (min-width: 992px) {
  .header-menu-item.has-submenu:hover .header-menu-item__title::after {
    transform: rotateX(180deg) translateY(-0.2rem);
  }
  .header-menu-item.has-submenu:hover .header-menu-item__title::before {
    width: calc(100% - 2rem);
  }
}
@media (min-width: 992px) {
  .header-menu-item.has-submenu:hover > .header-menu-item-content {
    opacity: 1;
    transform: translateX(-12rem) translateY(0.1rem) translateZ(0) scale(1, 1);
    pointer-events: all;
    transition-delay: 0.3s;
  }
}
.header-menu-item__title {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  color: inherit;
}
.header-menu-item__title span {
  margin-left: 1.9rem;
  font-size: 0.8rem;
}
.header-menu-item-content {
  position: absolute;
  top: var(--header-height);
  left: 0;
  background: #fff;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: translateX(-12rem) translateY(0.2rem) translateZ(0) scale(1, 1);
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  pointer-events: none;
  transition-delay: 0s;
  box-shadow: 0px 5px 8px #17297215;
  min-width: 70rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 4rem;
  border-radius: 0 0 1.8rem 1.8rem;
}
.header-menu-item-content-link {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #123977;
  padding: 1.8rem 1.4rem;
  width: 50%;
  border-radius: 0.8rem;
}
.header-menu-item-content-link:hover {
  background: #f3f5f8;
}
.header-menu-item-content-link img {
  width: 5rem;
  display: block;
  margin-right: 4rem;
}
.header-menu-item-content-link .title {
  font-size: 1.6rem;
  font-weight: 400;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  color: #123977;
}
.header-menu-item-content-link .text {
  color: rgba(18, 57, 119, 0.55);
}
.header-menu-item-content.tab-menu {
  min-width: 110rem;
  left: -23rem;
  min-height: 79vh;
}
.header-menu-item.item-logo {
  background-image: url("../img/kids-logo.webp");
  background-position: 50% 50%;
  background-size: 5rem auto;
  background-repeat: no-repeat;
  padding: 0 4rem;
}
.header-menu-item.item-logo .header-menu-item__title {
  display: none;
}
.header-menu-item#menu-1 {
  display: none;
}

.main_contact {
  width: 52rem;
  top: calc(var(--header-height) + 0.5rem);
  right: calc(var(--container-gutter) + var(--container-pusher));
  padding: 4rem;
  z-index: 101;
  background: #fff;
  height: max-content;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  flex-shrink: 0;
  opacity: 0;
  border-radius: 2.6rem;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 991px) {
  .main_contact {
    width: 100%;
    top: 0;
    left: 0;
    right: unset;
    padding: 4rem;
    transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
    transform: unset;
    height: 100vh;
    overflow-y: auto;
    border-radius: 0;
    max-height: 150rem;
    position: fixed;
    height: var(--window-inner-height);
  }
}
@media (max-width: 576px) {
  .main_contact {
    padding: 0 var(--container-gutter);
  }
}
.main_contact-form::-webkit-scrollbar {
  display: none;
}
@media (max-width: 576px) {
  .main_contact-form {
    max-height: 90vh;
    overflow-x: auto;
    padding-bottom: 20rem;
    padding-top: 2rem;
  }
}
.main_contact .badge {
  margin-top: 5rem;
  width: 52rem;
  margin-left: calc(-1 * 4rem);
}
@media (min-width: 992px) {
  .main_contact .badge {
    display: none;
  }
}
@media (max-width: 991px) {
  .main_contact .badge {
    width: 100vw;
  }
}
@media (max-width: 576px) {
  .main_contact .badge {
    font-size: 2rem;
    height: 7rem;
  }
  .main_contact .badge .badge__icon {
    font-size: 3.5rem;
  }
}
.main_contact .input-group {
  margin-bottom: 3rem;
}
.main_contact .input-group .input {
  border-radius: 1.2rem;
  height: 6rem;
  padding-left: 2.8rem;
  box-shadow: unset;
  background: #f6f6f6;
}
.main_contact .input-group .input__title {
  font-size: 1.6rem;
}
.main_contact .input-group .input.select {
  padding: 0 2.8rem;
  width: auto;
  border-radius: 1.2rem 0 0 1.2rem;
}
.main_contact .input-group .input--gsm {
  border-radius: 0 1.2rem 1.2rem 0;
}
.main_contact .input-group .input.textarea {
  height: 11rem;
}
.main_contact .btn {
  border-radius: 4rem;
  font-weight: 800;
}
.main_contact.active {
  transform: none;
  opacity: 1;
  pointer-events: all;
}
.main_contact .mobile-menu-item {
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  cursor: pointer;
}
@media (min-width: 992px) {
  .main_contact .mobile-menu-item {
    display: none;
  }
}
.main_contact .mobile-menu-item.has-submenu.active .mobile-menu-item-content {
  opacity: 1;
  max-height: 100rem;
}
.main_contact .mobile-menu-item.has-submenu.active .mobile-menu-item__native {
  transform: rotate(-180deg);
  color: #01165b;
}
.main_contact .mobile-menu-item.has-submenu.active .mobile-menu-item__title {
  color: #f4843d;
}
.main_contact .mobile-menu-item:last-child {
  margin-bottom: 15rem;
}
.main_contact .mobile-menu-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.7rem;
  color: #01165b;
  font-weight: bold;
  height: 6rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.main_contact .mobile-menu-item__native {
  font-size: 1rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
.main_contact .mobile-menu-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 0;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  overflow: hidden;
}
@media (max-width: 991px) {
  .main_contact .mobile-menu-item-content {
    padding-left: 2rem;
  }
}
.main_contact .mobile-menu-item-content__link {
  margin-bottom: 2rem;
  color: #01165b;
  font-weight: 400;
  font-size: 1.5rem;
}
.main_contact-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  justify-content: space-between;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .main_contact-header {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(18, 57, 119, 0.1);
  }
}
.main_contact-header-title {
  color: #123977;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  .main_contact-header .desktop-icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .main_contact-header .mobile-icon {
    display: none;
  }
}
.main_contact-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(18, 57, 119, 0.3);
}
@media (max-width: 576px) {
  .main_contact-info {
    display: block;
  }
}
@media (max-width: 576px) {
  .main_contact-info-left {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .main_contact-info-left .info-content {
    display: none;
  }
}
@media (max-width: 576px) {
  .main_contact-info-left .info--blue .info-image {
    height: 3rem;
    margin-right: 2rem;
  }
}
@media (max-width: 576px) {
  .main_contact-info-left .main_contact-info__text + .main_contact-info__text {
    margin-left: 2rem;
    padding-left: 2rem;
    border-left: 1px solid rgba(18, 57, 119, 0.3);
  }
}
@media (max-width: 576px) {
  .main_contact-info-right {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .main_contact-info-right .info-content {
    display: none;
  }
}
@media (max-width: 576px) {
  .main_contact-info-right .info--blue .info-image {
    height: 3rem;
    margin-right: 2rem;
  }
}
.main_contact-info__text {
  font-weight: 500;
  color: rgba(93, 95, 104, 0.85);
  font-size: 2rem;
  display: block;
  margin-bottom: 1.5rem;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
}
@media (max-width: 991px) {
  .main_contact-info__text {
    text-decoration: underline;
  }
}
.main_contact-info__text:hover {
  color: #5d5f68;
}
.main_contact-info .info {
  margin-bottom: 2rem;
}
.main_contact-info .info-content {
  margin-left: 1rem;
}
.main_contact-close {
  font-size: 1.4rem;
  color: #123977;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.29, 0.13, 0.27, 0.74);
  background: #f6f6f6;
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99rem;
}
@media (max-width: 576px) {
  .main_contact-close {
    left: var(--container-gutter);
  }
}
.main_contact-close:hover {
  color: #fff;
  background: #123977;
}
.main_contact-section {
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .main_contact-section {
    display: none;
  }
}
.main_contact-section .main_menu__link:last-of-type {
  margin-bottom: 0;
}
.main_contact-section:nth-last-of-type(-n + 3) {
  margin-bottom: 1.4rem;
}
.main_contact-section:last-of-type {
  margin-bottom: 0;
}
.main_contact .title {
  font-size: 3rem;
  color: #123977;
}
@media (max-width: 991px) {
  .main_contact .title {
    font-size: 3rem;
  }
}
.main_contact-mobile-header {
  display: flex;
  align-items: center;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(18, 57, 119, 0.1);
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .main_contact-mobile-header {
    display: none;
  }
}
.main_contact-mobile-header .title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.main_contact-mobile-header .btn {
  transform: rotate(-180deg);
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
  font-size: 1.7rem;
  margin-right: 3rem;
  margin-bottom: 0;
}
.main_contact-mobile-header .btn:hover {
  background: #ffffff;
  color: #123977;
}
.main_contact__link {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1.4rem;
  color: #123977;
  font-weight: 500;
  opacity: 0.7;
}
.main_contact__link:hover {
  opacity: 1;
}
.main_contact .btn--light-gray {
  color: #123977;
}
.main_contact .button-row {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .main_contact .button-row .btn {
    padding: 0 2.5rem;
  }
}
@m .dr-info-wrapper {
  background: #fefefe;
  padding: 16rem 0 50rem 0;
  border-radius: 0 24rem 0 0;
}
@media (max-width: 991px) {
  .dr-info-wrapper {
    padding-bottom: 40rem;
  }
}
@media (max-width: 576px) {
  .dr-info-wrapper {
    padding-top: 3rem;
    padding-bottom: 29rem;
    background: #fff;
    border-radius: 0 10rem 0 0;
  }
}
.dr-info-wrapper .dr-info-section {
  display: grid;
  grid-template-columns: 45rem calc(100% - 63rem);
  grid-gap: 18rem;
  align-items: center;
}
@media (max-width: 991px) {
  .dr-info-wrapper .dr-info-section {
    display: block;
  }
}
@media (max-width: 576px) {
  .dr-info-wrapper .dr-info-section {
    margin-top: 4rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    grid-gap: 0;
  }
}
.dr-info-wrapper .dr-info-section-image {
  height: 69rem;
  background-color: #19b5c7;
  position: relative;
  border-radius: 2.5rem 2.5rem 2.5rem 15rem;
}
@media (max-width: 991px) {
  .dr-info-wrapper .dr-info-section-image {
    height: 43rem;
    width: 49rem;
    margin: 0 auto;
    margin-bottom: 6rem;
  }
}
@media (max-width: 576px) {
  .dr-info-wrapper .dr-info-section-image {
    height: 35rem;
    width: 83%;
    margin-right: auto;
    margin-left: unset;
    border-radius: 2.5rem 2.5rem 2.5rem 10rem;
  }
}
.dr-info-wrapper .dr-info-section-image .dentist-image {
  height: 75rem;
  object-position: bottom;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: -14rem;
  z-index: 1;
}
@media (max-width: 991px) {
  .dr-info-wrapper .dr-info-section-image .dentist-image {
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 50rem;
  }
}
@media (max-width: 576px) {
  .dr-info-wrapper .dr-info-section-image .dentist-image {
    height: 35rem;
    left: 60%;
  }
}
.dr-info-wrapper .dr-info-section-image-box {
  height: 25rem;
  width: 25rem;
  border-radius: 2.5rem 2.5rem 15rem 2.5rem;
  background: rgba(18, 57, 119, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: 0px 0px 30px #0c299a12;
  right: 0;
  top: 8rem;
  transform: translateX(50%);
  z-index: 0;
}
@media (max-width: 991px) {
  .dr-info-wrapper .dr-info-section-image-box {
    display: none;
  }
}
@media (max-width: 576px) {
  .dr-info-wrapper .dr-info-section-image-box {
    display: flex;
    height: 15rem;
    width: 15rem;
    border-radius: 2.5rem 2.5rem 7rem 2.5rem;
  }
}
@media (max-width: 576px) {
  .dr-info-wrapper .btn {
    width: 100%;
  }
}

.doctors-section {
  overflow: hidden;
}
@media (max-width: 991px) {
  .doctors-section {
    padding-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .doctors-section .loadmore {
    margin-top: 15rem;
  }
}
.doctors-section .loadmore .btn {
  min-width: unset;
}
.doctors-section .doctors-slider {
  padding-bottom: 15rem;
  border-bottom: 1px solid #c5ddf2;
}
@media (max-width: 991px) {
  .doctors-section .doctors-slider {
    padding-bottom: 10rem;
  }
}
@media (max-width: 991px) {
  .doctors-section .doctors-slider {
    padding-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .doctors-section .doctors-slider .dr-card .btn {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 576px) {
  .doctors-section .doctors-slider .dr-card img {
    height: 35rem;
  }
}

.doctors.subpage {
  margin-bottom: 25rem;
}
@media (max-width: 576px) {
  .doctors.subpage {
    margin-bottom: 10rem;
  }
}

.doctors .subpage-intro {
  margin-bottom: 0;
  min-height: unset;
}
@media (max-width: 576px) {
  .doctors .subpage-intro {
    padding-top: 15rem;
  }
}
.doctors .subpage-intro-hero-right img {
  height: 58rem;
  object-fit: cover;
  position: absolute;
  right: var(--container-pusher);
  bottom: 0;
}
@media (max-width: 991px) {
  .doctors .subpage-intro-hero-right img {
    position: static;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 50rem;
  }
}
@media (max-width: 768px) {
  .doctors .subpage-intro-hero-right img {
    height: 40rem;
  }
}
@media (max-width: 576px) {
  .doctors .subpage-intro-hero-right img {
    width: 100%;
    height: auto;
  }
}

.doctors .subpage-content {
  padding-top: 2rem;
}

.doctors .search-wrapper .input-group {
  margin-left: 5rem;
  width: 50rem;
}
@media (max-width: 991px) {
  .doctors .search-wrapper .input-group {
    width: 100%;
    margin-left: 2rem;
  }
}
@media (max-width: 768px) {
  .doctors .search-wrapper .input-group {
    margin-left: 0;
  }
}
.doctors .search-wrapper .input-group svg {
  opacity: 1;
}

.doctors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4.5rem;
  grid-row-gap: 4rem;
}
@media (max-width: 991px) {
  .doctors-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .doctors-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 5rem;
  }
}
.doctors-grid .dr-card {
  background: #fff;
}

.dr-detail .subpage-intro {
  background-image: url("../img/bg-dr.webp");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 100%;
  padding-top: 18rem;
  height: 72rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .dr-detail .subpage-intro {
    background-image: url("../img/contact-shape.webp");
    height: auto;
    background-position-x: 55%;
    background-position-y: 80%;
    background-size: 30rem;
  }
}
@media (max-width: 576px) {
  .dr-detail .subpage-intro {
    padding-top: 15rem;
    margin-bottom: 0;
    background-position-x: 100%;
  }
}
.dr-detail .subpage-intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent
    linear-gradient(180deg, #ffffff00 0%, #f6f6f6 77%, #f6f6f6 100%) 0% 0%
    no-repeat padding-box;
  height: 22rem;
}
@media (max-width: 576px) {
  .dr-detail .subpage-intro::after {
    height: 10rem;
  }
}
.dr-detail .subpage-intro-hero {
  height: 54rem;
}
@media (max-width: 991px) {
  .dr-detail .subpage-intro-hero {
    flex-direction: column-reverse;
    height: auto;
  }
}
.dr-detail .subpage-intro-hero img {
  height: 53rem;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 991px) {
  .dr-detail .subpage-intro-hero img {
    height: 32rem;
  }
}
@media (max-width: 576px) {
  .dr-detail .subpage-intro-hero img {
    transform: scale(-1, 1);
  }
}
.dr-detail .subpage-intro-hero-right {
  height: auto;
}
@media (max-width: 991px) {
  .dr-detail .subpage-intro-hero-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5rem;
  }
  .dr-detail .subpage-intro-hero-right .title {
    text-align: center;
    color: #01165b;
  }
}
@media (min-width: 992px) {
  .dr-detail .subpage-intro-hero-right .toptitle {
    display: none;
  }
}
.dr-detail .subpage-intro .social {
  margin-top: 4rem;
  font-size: 2.4rem;
}
.dr-detail .subpage-intro .social__item {
  z-index: 2;
  background: #fff;
  border: 0;
  height: 5.2rem;
  width: 5.2rem;
}
@media (max-width: 576px) {
  .dr-detail .subpage-intro .social__item {
    color: #00adc1;
  }
}
.dr-detail .subpage-intro .social__item:hover {
  background: #00adc1;
  color: #fff;
}

.dr-detail .biography-section-item {
  display: flex;
  align-items: flex-start;
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .dr-detail .biography-section-item {
    display: block;
  }
}
.dr-detail .biography-section-item:last-child {
  margin-bottom: 0;
}
.dr-detail .biography-section-item-title {
  color: #123977;
  min-width: 20rem;
}
@media (max-width: 768px) {
  .dr-detail .biography-section-item-title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .dr-detail .biography-section-item-title {
    color: #5d5f68;
  }
}
.dr-detail .biography-section-item-text {
  color: #01165b;
  line-height: 1.5;
  margin-top: -0.2rem;
}
@media (max-width: 991px) {
  .dr-detail .biography-section-item-text {
    margin-top: 0;
    color: #01165b;
  }
}
.dr-detail .biography-section-item span {
  margin-right: 3.5rem;
}
@media (max-width: 768px) {
  .dr-detail .biography-section-item span {
    display: none;
  }
}

.dr-detail .education-section .education-item {
  margin-bottom: 2.5rem;
  position: relative;
}
@media (max-width: 991px) {
  .dr-detail .education-section .education-item {
    margin-right: 0;
  }
}
.dr-detail .education-section .education-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .dr-detail .education-section .education-item-content .title {
    color: #5d5f68;
  }
}

.dr-detail .experience-section .experience-item {
  margin-bottom: 2.5rem;
  position: relative;
}
@media (max-width: 991px) {
  .dr-detail .experience-section .experience-item {
    margin-right: 0;
  }
}
.dr-detail .experience-section .experience-item:last-child {
  margin-bottom: 0;
}

.dr-detail .award-section .custom-list .title {
  color: #5d5f68;
}

.dr-detail .award-section .custom-list .text {
  color: #01165b;
}

@media (max-width: 576px) {
  .dr-detail .tab-content .box {
    width: 100vw;
    margin-left: calc(-1 * var(--container-gutter));
    border-radius: 0;
  }
}

.dr-detail .tab-content .box .section-header {
  margin-bottom: 3rem;
}
@media (max-width: 576px) {
  .dr-detail .tab-content .box .section-header {
    border-top: 1px solid rgba(18, 57, 119, 0.1);
    padding-top: 3.6rem;
  }
}
@media (max-width: 576px) {
  .dr-detail .tab-content .box .section-header .title {
    font-size: 3rem;
  }
}

.dr-detail .tab-content .box:first-child .section-header {
  border-top: 0;
  padding-top: 0;
}

@media (max-width: 576px) {
  .dr-detail .tab-content .box:first-child {
    border-radius: 0 10rem 0 0;
  }
}

.dr-detail .tab-content .box + .box {
  margin-top: 3rem;
}
@media (max-width: 576px) {
  .dr-detail .tab-content .box + .box {
    margin-top: 0;
    padding-top: 0;
  }
}
