

.about-title-2 h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.42em;
  margin: 0 auto;
  width: 70%;
  text-align: center;
  color: #333;
}

.about-us-img img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  box-shadow: 0px 23px 26px 0px rgba(0, 0, 0, 0.15);
}

.about-us-content {
  margin: 0;
}

.about-us-content .total-years {
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
}

.about-us-content .total-years h2 {
  font-size: 200px;
  font-weight: 900;
  line-height: 0.8em;
  color: #4e97fd;
  margin: 0;
  
}

.about-us-content .total-years h4 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2em;
  letter-spacing: 2px;
  color: #444;
  margin: 0 0 0 12px;
  
}

.about-us-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0 28px;
  color: #333;
  line-height: 1.2;
  
}

.about-us-content p {
  font-size: 18px;
  color: #444;
  line-height: 1.67em;
  margin: 0 0 28px;
  font-weight: 400;
  
}

.about-us-content .about-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  border-radius: 26px;
  padding: 13px 36px;
  background-color: #edf4fe;
  color: #4e97fd;
  transition: all 0.3s ease 0s;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  
}

.about-us-content .about-btn a i {
  font-size: 16px;
  margin-left: 10px;
}

.discover-btn svg .line,
.discover-btn svg .arrow {
  stroke: #4e97fd;
  /* Varsayılan mavi renk */
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
  transition: stroke 0.3s ease;
  /* Animasyon için */
}

.discover-btn:hover svg .line,
.discover-btn:hover svg .arrow {
  stroke: #ffffff;
  /* Hover durumunda beyaz renk */
}

.discover-btn:hover {
  color: white !important;
  background-color: #4e97fd !important;
}

.pb-75 {
  padding-bottom: 75px;
}

.pt-65 {
  padding-top: 25px;
}

.fix {
  overflow: hidden;
}

/* Animasyon tanımı */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Resim animasyonu için stil */
.about-us-img img {
  opacity: 0;
  /* Başlangıçta görünmez */
  animation: fadeInUp 0.5s ease-in-out forwards;
  animation-delay: 0.3s;
  /* İsteğe bağlı gecikme */
}

.pb-45 {
  padding-bottom: 45px;
}

.bg-gray-2 {
  background-color: #f8f8f8;
}

.mb-45 {
  margin-bottom: 45px;
}

.section-title-2 h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.42em;
  margin: 0 auto;
  width: 70%;
  text-align: center;
}

.section-title-2 p {
  font-size: 15px;
  color: #444;
  line-height: 1.74;
  width: 55%;
  margin: 15px auto 0;
  text-align: center;
  font-weight: 400;
  
}

.medizin-box {
  padding: 32px 37px 36px;
  background: #ffffff;
  border-radius: 5px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
}

.mb-30 {
  margin-bottom: 30px;
}

.medizin-box .icon-box-wrapper .medizin-icon-wrap svg {
  width: 56px;
  height: 56px;
}

.medizin-box .icon-box-wrapper .icon-box-content .title {
  margin: 25px 0 23px;
}

.medizin-box .icon-box-wrapper .icon-box-content .title h3 {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

.medizin-box .icon-box-wrapper .icon-box-content ul {
  padding-left: 15px;
  list-style: outside none none;
}

.medizin-box .icon-box-wrapper .icon-box-content ul li {
  color: #444;
  font-size: 15px;
  list-style: disc;
  margin: 0 0 13px;
}

.medizin-box .icon-box-wrapper .icon-box-content ul li::marker {
  color: #444;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

/* Trigger animation on hover of .medizin-box */
.medizin-box:hover #Layer_1 path {
  animation: dash 2s ease-in-out infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 0, 180;
    stroke-dashoffset: 180;
  }

  50% {
    stroke-dasharray: 90, 90;
    stroke-dashoffset: 90;
  }

  100% {
    stroke-dasharray: 180, 0;
    stroke-dashoffset: 0;
  }
}

.mb-45 {
  margin-bottom: 45px;
}

.section-title-2 h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.42em;
  margin: 0 auto;
  width: 70%;
  text-align: center;
}

.section-title-2 p {
  font-size: 15px;
  color: #444;
  line-height: 1.74;
  width: 55%;
  margin: 15px auto 0;
  text-align: center;
  font-weight: 400;
}

.mb-40 {
  margin-bottom: 40px;
}

.single-contact-info3-wrap {
  display: flex;
}

.mb-30 {
  margin-bottom: 30px;
}

.single-contact-info3-wrap .single-contact-info3-icon {
  margin-right: 20px;
}

.single-contact-info3-wrap .single-contact-info3-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 23px;
  color: #333;
  line-height: 1.2;
}

.single-contact-info3-wrap .single-contact-info3-content p.width-1 {
  width: 90%;
}

.single-contact-info3-wrap .single-contact-info3-content p {
  font-size: 15px;
  color: #444;
  margin: 0 0 3px;
  font-weight: 400;
  line-height: 24px;
}

.single-contact-info3-wrap .single-contact-info3-content p span {
  font-weight: 700;
  color: #333;
}

.contact-from-area h3 {
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 50px;
  text-align: center;
  color: #333;
  line-height: 1.2;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.input-style input {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  height: 48px;
  color: #666;
  padding: 9px 20px;
  border-radius: 26px;
  font-size: 15px;
  background: #eceff8;
  box-shadow: none;
  width: 100%;
  transition: all 0.3s ease 0s;
  margin: 0;
}

.input-style input:focus {
  background-color: #ffffff;
  border: 1px solid #4e97fd;
  outline: none !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.contact-from-area .contact-form-style .textarea-style textarea:focus {
  border: 1px solid #4e97fd !important;
  outline: none;
}

.contact-from-area .contact-form-style .textarea-style textarea {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  height: 48px;
  color: #666;
  padding: 12px 20px 3px;
  border-radius: 5px;
  font-size: 15px;
  height: 150px;
  resize: vertical;
  background: #eceff8;
  width: 100%;
}

.contact-from-area .contact-form-style button.submit-auto-width {
  width: auto;
  display: inline-block;
}

.contact-from-area .contact-form-style button {
  font-size: 15px;
  font-weight: 700;
  padding: 12px 41px;
  color: #ffffff;
  border: none;
  background-color: #4e97fd;
  width: 100%;
  border-radius: 26px;
  cursor: pointer;
  transition: all 0.3s;

}

.contact-from-area .contact-form-style button:hover {
  background-color: #78a1db;
  transition: all 0.3s;
}

.google-map {
  width: 100%;
  margin: 0 0 3rem 0;
  padding: 0;
}

main .google-map .mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}

main .google-map .mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}


/* Contact page */

.pb-75 {
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-account {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
  background-color: #4e97fd;
  border-color: #4e97fd;
  color: #ffffff;
}

.myaccount-tab-menu a {
  border: 1px solid #eee;
  border-bottom: none;
  font-weight: 500;
  font-size: 16px;
  display: block;
  color: #444;
  padding: 15px 30px;
  text-transform: capitalize;
  text-decoration: none;
}



.fade {
  transition: opacity .15s linear;
}

.myaccount-content .welcome p {
  font-size: 15px;
  margin: 0 0 23px;
}

.myaccount-content p {
  line-height: 1.74;
}

.myaccount-content .welcome p strong {
  font-weight: 700;
}

.myaccount-content .welcome p a {
  color: #444;
  transition: all .3s ease 0s;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.myaccount-content p {
  line-height: 1.74;
}

.myaccount-content p a {
  color: #444;
}

.tab-pane {
  display: none;
}

.tab-pane.show.active {
  display: block;
}

.myaccount-content p a:hover {
  color: #4e97fd;
}

.myaccount-content p a {
  text-decoration: none;
}

table tbody td a {
  text-decoration: none !important;
}

.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600;
  background-color: #f8f8f8;
  border-color: #eee;
  border-bottom: 0;
  font-size: 15px;
  color: #333;
}

.myaccount-table table td,
.myaccount-table .table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #eee;
  color: #333;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}

.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600;
  background-color: #f8f8f8;
  border-color: #eee;
  border-bottom: 0;
  font-size: 15px;
  color: #333;
}

.myaccount-content p {
  line-height: 1.74;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  margin-bottom: 15px;
}

.myaccount-content.myaccount-address .myaccount-address-wrap {
  margin: 20px 0 0px;
}

.myaccount-content.myaccount-address .myaccount-address-wrap h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  color: #333;
  line-height: 1.2;
}

.myaccount-content.myaccount-address .myaccount-address-wrap .myaccount-address-content {
  margin: 20px 0 0;
}

.myaccount-content.myaccount-address .myaccount-address-wrap .myaccount-address-content h4 {
  font-size: 18px;
  font-size: 500;
  margin: 0 0 5px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
}

.myaccount-content.myaccount-address .myaccount-address-wrap .myaccount-address-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.74;
  margin: 0;
  font-weight: 400;
}

.myaccount-content.myaccount-address .myaccount-address-wrap .myaccount-address-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.74;
  margin: 0;
  font-weight: 400;
}

.mb-30 {
  margin-bottom: 30px;
}

.myaccount-content .account-details-form .account-info label {
  font-size: 15px;
  color: #444;
  margin: 0 0 3px;
}

.account-info input {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  height: 48px;
  color: #666;
  padding: 3px 20px;
  border-radius: 26px;
  font-size: 15px;
}

.myaccount-content .account-details-form span {
  font-style: italic;
  font-size: 15px;
  color: #444;
  margin: 5px 0 0;
  display: block;
}

.myaccount-content .account-details-form fieldset {
  padding: 1.55em 1.625em 3em;
  border: 1px solid #eee;
  margin: 30px 0 36px;
}

.myaccount-content .account-details-form fieldset legend {
  font-size: 18px;
  width: auto;
  float: inherit;
  padding: 0;
  margin-bottom: .5rem;
  line-height: inherit;
  white-space: normal;
}

.myaccount-content .account-details-form .account-info label {
  font-size: 15px;
  color: #444;
  margin: 0 0 3px;
}

.myaccount-content .account-details-form .account-info-btn button {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background-color: #4e97fd;
  border-radius: 26px;
  padding: 11px 41px 13px;
  border: none;
  cursor: pointer;
  line-height: inherit;
  text-transform: none;
  overflow: visible;
  transition: all .3s ease 0s;

}

.myaccount-content .account-details-form .account-info-btn button:hover {
  background-color: #e4573d;
  transition: all .3s ease 0s;
}

/* Blog page */

.pb-75 {
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.blog-wrap-2 .blog-img-2 {
  display: block;
  overflow: hidden;
  position: relative;
}

.blog-wrap-2 {
  border-radius: 5px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.mb-30 {
  margin-bottom: 30px;
}

.blog-wrap-2 .blog-img-2 {
  display: block;
  overflow: hidden;
  position: relative;
}

.blog-wrap-2 .blog-img-2 a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #333;
  transition: all .3s ease 0s;
}

.blog-wrap-2 .blog-img-2 a img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  cursor: pointer;
  height: 170px;
  object-fit: cover;
}

.blog-wrap-2 .blog-img-2 .blog-tag-2 {
  position: absolute;
  left: 10px;
  top: 10px;
}

.blog-wrap-2 .blog-img-2 .blog-tag-2 a {
  background-color: #4e97fd;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 5px;
  padding: 6px 11px 6px;
  overflow: hidden;
  transition: all .3s ease 0s;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .blog-wrap-2 .blog-content-2 {
    padding: 20px;
  }
}

.blog-wrap-2 .blog-content-2 {
  padding: 20px;
}

.blog-meta-2 ul {
  list-style: outside none none;
  margin: 0;
  padding-left: 0;
}

.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li {
  font-size: 14px;
  color: #444;
  display: inline-block;
  margin-right: 20px;
}

.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li i {
  margin-right: 6px;
}

.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li:last-child {
  margin-right: 0;
}

.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li {
  font-size: 14px;
  color: #444;
  display: inline-block;
  margin-right: 20px;
}

.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li i {
  margin-right: 6px;
}

.blog-wrap-2 .blog-content-2 h3 {
  font-size: 16px;
  margin: 13px 0 23px;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
}

.blog-wrap-2 .blog-content-2 h3 a {
  color: #333;
  transition: all .3s ease 0s;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-wrap-2 .blog-content-2 h3 a:hover {
  color: #4e97fd;
  transition: all 0.3s ease;
}

.blog-wrap-2 .blog-content-2 .blog-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-wrap-2 .blog-content-2 .blog-btn a:hover {
  color: #4e97fd;
  transition: all 0.3s ease;
}

.blog-btn a svg .line,
.blog-btn a svg .arrow {
  stroke: #4e97fd;
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
  transition: stroke 0.3s ease;
}

.blog-img-2 a img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.text-center {
  text-align: center !important;
}

.pro-pagination-style ul {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.pro-pagination-style ul li a.active {
  background-color: #4e97fd;
  color: #ffffff !important;
}

.pro-pagination-style ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 100%;
  margin: 0 2px;
  color: #333;
  transition: all .3s ease 0s;
  text-decoration: none;
  cursor: pointer;
}

.pro-pagination-style ul li a:hover {
  color: #4e97fd;
}
.carousel-item {
  height: 450px;
  width: 100%;
  overflow: hidden;
}

.carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .carousel-item {
      height: 350px;
      width: 100%;
      overflow: hidden;
  }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  .carousel-item {
      height: 350px;
  }

}

@media screen and (max-width: 481px) {
  .carousel-item {
      height: 270px;
  }
}
