.tedaviler-header {
  font-size: 40px;
  text-align: center;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: normal;
  color: #00B19C;
}
.tedaviler-wrapper {
  margin: 0px 10px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  width: 1200px;
  max-width: calc(100% - 20px);
  margin: auto;
}
.tedaviler-wrapper .tedavi {
  width: 320px;
  max-width: 320px;
  height: 190px;
  background-color: #ffff;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000000;
  margin: 20px;
  background-position: center;
  border-radius: 25px;
  border: 3px solid #ed8d06;
  position: relative;
  padding: 0px;
  text-align: center;
  overflow: hidden;
}
.tedaviler-wrapper .tedavi .text-wrapper {
  transition: all 0.3s linear;
  bottom: 0px;
  background-color: #ffff;
  border-top-left-radius: 50% 80%;
  border-top-right-radius: 50% 80%;
  position: absolute;
  padding: 15px 0px;
  width: 100%;
  opacity: 0.8;
}
.tedaviler-wrapper .tedavi:hover {
  cursor: pointer;
}
.tedaviler-wrapper .tedavi:hover .text-wrapper {
  transition: all 0.3s linear;
  transform: scale(1.15);
  padding: 25px 0px;
  opacity: 0.9;
}
.all-data {
  width: 100%;
  height: 100px;
  justify-content: center;
}
.all-data a {
  text-decoration: none;
}
.all-data .button {
  transition: all 0.3s ease-in-out;
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  width: auto;
  display: block;
  font-size: larger;
  background-color: #ffffff;
  border: 1px solid black;
  color: #000000;
  outline: none;
  box-shadow: none;
  margin: auto;
}
.all-data .button:hover {
  cursor: pointer;
  background-color: #000000;
  border: 1px solid black;
  color: #ffffff;
}
.info {
  height: 500px;
  width: 100%;
  background-color: #F7F5F2;
  margin: 90px 0;
  position: relative;
}
.info .bottom {
  position: absolute;
  height: 270px;
  width: 100%;
  bottom: 0px;
  background-color: #EBE7E0;
}
.info .content {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  display: flex;
  margin: auto;
}
.info .left {
  margin-top: 100px;
  padding-left: 100px;
  height: calc(100% - 120px);
  width: 50%;
}
.info .left .name {
  font-size: 70px;
  color: #253575;
  padding-bottom: 40px;
  padding-top: 5px;
}
.info .left .text {
  color: #2e2e2e;
  font-size: x-large;
  line-height: 38px;
}
.info .image {
  height: 100%;
  width: 50%;
  display: flex;
}
.info .image img {
  display: block;
  width: 100%;
  max-width: 370px;
  height: auto;
  margin: auto;
  margin-top: 26px;
}
.videos-header {
  font-size: 40px;
  color: #00B19C;
  margin-top: 90px;
  text-align: center;
  margin: 10px auto;
  width: 1200px;
  max-width: 100%;
}
.videos {
  width: 1200px;
  max-width: calc(100% - 10px);
  text-align: center;
  margin: 20px auto;
  margin-top: 20px;
  padding: 30px 5px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.videos .video {
  width: 250px;
  text-align: center;
  margin: 20px;
  border-radius: 5px;
  box-shadow: 0 1px 2px #8a8a8a;
  overflow: hidden;
  position: relative;
}
.videos .video .image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  padding: 0;
  display: block;
  margin: 0;
}
.videos .video .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.7;
  display: block;
}
.videos .video .video-footer {
  width: 100%;
  background-color: #fff;
  height: 70px;
  padding: 0;
  margin: 0;
  box-shadow: 0 -1 5px #0000002b;
}
.videos .video .video-footer .video-category {
  font-size: 80%;
  color: #00B19C;
  text-align: left;
  display: block;
  margin: 10px;
  text-decoration: none;
  width: fit-content;
}
.videos .video .video-footer .video-header {
  line-height: 18px;
  width: fit-content;
  margin: 10px ;
  margin-top: 15px;
  text-decoration: none;
  text-align: left;
  display: block;
  font-size: 90%;
  color: #202020;
}
.comments {
  width: 100%;
  max-width: calc(100% - 10px);
  text-align: center;
  margin: 30px auto;
  margin-top: 60px;
  padding: 10px 0;
  padding-bottom: 60px;
  background-image: linear-gradient(#ffffff, #dedfe4, #ffff);
}
.comments .comments-header {
  font-size: 40px;
  color: #00B19C;
  padding-bottom: 20px;
  margin: auto;
  text-align: center;
  margin: 50px 20px;
}
.comments .swiper {
  max-width: calc(100% - 20px);
}
.comments .swiper .swiper-slide {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px #979797;
}
.comments .comment {
  padding: 120px 60px;
  padding-top: 50px;
}
.comments .comment .comment-icon {
  display: block;
  margin: 20px auto;
  margin-top: 0;
}
.comments .comment .comment-text {
  line-height: 22px;
  font-size: 110%;
  font-family: 'Kalam', cursive;
  color: #464646;
}
@media only screen and (max-width: 1050px) {
  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .header a {
    font-size: 12px;
  }
  .tedaviler-header {
    font-size: 40px;
    text-align: center;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .all-data {
    width: 100%;
    height: 100px;
    justify-content: center;
  }
  .all-data .button {
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    width: auto;
    display: block;
    font-size: larger;
    background-color: #ffffff;
    border: 1px solid black;
    color: #000000;
    outline: none;
    box-shadow: none;
    margin: auto;
  }
  .all-data .button:hover {
    cursor: pointer;
    background-color: #000000;
    border: 1px solid black;
    color: #ffffff;
  }
  .info {
    overflow: hidden;
    height: 405px;
    width: 100%;
    background-color: #F7F5F2;
    margin: 50px 0;
    position: relative;
  }
  .info .bottom {
    position: absolute;
    height: 270px;
    width: 100%;
    bottom: 0px;
    background-color: #EBE7E0;
  }
  .info .content {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    margin: 0;
  }
  .info .left {
    margin-top: 10px;
    height: calc(100% - 10px);
    width: calc(100% - 50px);
    padding: 5px 10px;
    padding-left: 40px;
  }
  .info .left .name {
    font-size: 40px;
    color: #253575;
    padding-bottom: 40px;
    padding-top: 5px;
  }
  .info .left .text {
    color: #2e2e2e;
    font-size: 20px;
  }
  .info .image {
    height: calc(100% - 20px);
    width: auto;
    display: block;
    overflow: hidden;
    margin-right: 20px;
    min-width: 320px;
  }
  .info .image img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    bottom: 0px;
  }
}
@media only screen and (max-width: 720px) {
  .tedaviler-header {
    font-size: 40px;
    text-align: center;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .tedaviler-wrapper {
    margin: 0px 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    width: 1200px;
    max-width: calc(100% - 20px);
    margin: auto;
  }
  .tedaviler-wrapper .tedavi {
    width: 320px;
    max-width: 320px;
    height: 190px;
    background-color: #ffff;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000000;
    margin: 20px;
    background-position: center;
    border-radius: 25px;
    border: 3px solid darkgoldenrod;
    position: relative;
    padding: 0px;
    text-align: center;
    overflow: hidden;
  }
  .tedaviler-wrapper .tedavi .text-wrapper {
    transition: all 0.3s linear;
    bottom: 0px;
    background-color: #ffff;
    border-top-left-radius: 50% 80%;
    border-top-right-radius: 50% 80%;
    position: absolute;
    padding: 15px 0px;
    width: 100%;
    opacity: 0.8;
  }
  .tedaviler-wrapper .tedavi:hover {
    cursor: pointer;
  }
  .tedaviler-wrapper .tedavi:hover .text-wrapper {
    transition: all 0.3s linear;
    transform: scale(1.15);
    padding: 25px 0px;
    opacity: 0.9;
  }
}
@media only screen and (max-width: 730px) {
  .info {
    height: 390px;
    width: 100%;
    background-color: #F7F5F2;
    margin: 50px 0;
    position: relative;
  }
  .info .bottom {
    position: absolute;
    height: 240px;
    width: 100%;
    bottom: 0px;
    background-color: #EBE7E0;
  }
  .info .content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    margin: 0;
  }
  .info .left {
    margin-top: 20px;
    height: calc(100% - 120px);
    width: 100%;
    padding: 5px 10px;
  }
  .info .left .name {
    font-size: 40px;
    color: #253575;
    padding-bottom: 40px;
    padding-top: 5px;
  }
  .info .left .text {
    color: #2e2e2e;
    font-size: 20px;
  }
  .info .image {
    height: 100%;
    width: 50%;
    display: none;
  }
  .info .image img {
    display: none;
    width: 100%;
    max-width: 370px;
    height: auto;
    margin: auto;
    margin-top: 26px;
  }
}
