<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800&amp;display=swap");
@font-face {
  font-family: "Figtree", sans-serif;
  src: url("../fonts/HelveticaNowText-Regular.ttf") format("woff");
}
@media (min-width: 1550px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px;
  }
}
.gap-10 {
  gap: 5%;
  margin-top: 2.5rem;
}
.navbar-expand-lg .navbar-collapse{
	flex-basis: 100% !important;
}
.gonderBtn {
  margin-top: 0 !important;
  line-height: 35px;
  border-radius: 8px;
  background: #c70000;
  font-size: 18px;
  color: #fff;
  padding: 5px 30px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  display: flex;
  text-align: center;
  justify-content: center;
}
.gonderBtn:hover {
  background-color: #b18927;
  color: #fff;
}

#canvas {
  position: absolute;
  z-index: -1;
  height: 100vh;
}

#canvas1 {
  position: absolute;
  z-index: -1;
}

#canvas2 {
  position: absolute;
  z-index: -1;
}

#canvasym {
  position: absolute;
  z-index: -1;
  height: 975px;
}

.redColor {
  color: #c70000 !important;
}

body {
  font-family: "Figtree", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.ml-3 {
  margin-left: 1rem;
}

.smallText {
  font-size: 15px !important;
  font-weight: 400 !important;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.btn a {
  line-height: 15px;
  border-radius: 8px;
  background: #c70000;
  font-size: 18px;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.btn a:hover {
  background-color: #033196;
  color: #fff;
}

.Whybtn {
  justify-content: start;
  padding: 0;
}

.ymfabfab {
  position: absolute;
  top: 50%;
}

.blockquote-footer {
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.blockquote-footer::before {
  color: #033196;
  font-weight: 900;
}

.blockquote h4 {
  font-size: 60px;
  font-weight: 600;
  color: #292929;
}

.height {
  height: 25px;
}

.pad-120-50 {
  padding: 120px 50px;
}

.TextEditor p {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.4em;
  font-weight: 500;
}
.TextEditor p span {
  text-decoration: underline;
}

.d-ym {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 4rem;
}

.pad-left {
  padding-left: 5%;
}

.pad-rL {
  padding-left: 15rem;
  padding-right: 15rem;
}

.pTop100 {
  padding-top: 100px;
}

.pTop75 {
  padding-top: 75px;
}

.pTop60 {
  padding-top: 60px;
}

.pTop50 {
  padding-top: 50px;
}

.pBot100 {
  padding-bottom: 100px;
}

.pBot75 {
  padding-bottom: 75px;
}

.pBot50 {
  padding-bottom: 50px;
}

.p0 {
  padding: 0;
}

.end {
  align-items: end;
}

.flexboxym {
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
}

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

/* General Settings Start */
h2,
h3,
h4,
h5,
h6 {
  font-family: "Figtree", sans-serif;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 35px;
  font-weight: 600;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p,
li {
  
  font-weight: 400;
  font-size: 16px;
}

.p-lg {
  font-size: 18px !important;
}

.w-50-lg {
  width: 50%;
}

.w-75-lg {
  width: 75%;
}

.w-100-lg {
  width: 100%;
}

.colorMain {
  color: #033196;
}

.textBold {
  font-weight: bold;
}

.hideDesktop {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::input,
  button,
  a {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
/* General Settings End */
.navbar .nav-item .nav-link,
.hMenu,
.heroSlideContent .slideTextBtn .heroSlideText {
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
}

/* NAVBAR */
.navbar {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  padding: 12px 40px;
}
.navbar .bgcolor-white {
  background-color: white;
  border-radius: 40px;
}
.navbar .navbar-nav {
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}
.navbar .teklifBtn a {
  line-height: 40px;
  border-radius: 8px;
  background: #c70000;
  font-size: 18px;
  margin-right: 60px;
  color: #fff !important;
  padding: 15px 30px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  width: 100%;
  text-align: center;
}
.navbar .teklifBtn a:hover {
  background-color: #033196;
}
.navbar .nav-item {
  padding: 0 20px;
  position: relative;
}
.navbar .nav-item .nav-link {
  color: #292929;
  font-weight: bold;
  font-size: 15px;
  padding: 0 5px;
  position: relative;
}
.navbar .nav-item .nav-link:after {
  bottom: -3px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background-color: #292929;
  opacity: 0.6;
  transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 0;
  z-index: -1;
}
.navbar .nav-item .nav-link:hover:after, .navbar .nav-item .nav-link:hover:after {
  width: 100%;
  opacity: 0.9;
}
.navbar .nav-item .nav-link.active:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #033196;
  bottom: -3px;
  z-index: -1;
  left: 0;
}
.navbar .nav-item .nav-link.login {
  border: 2px solid #fff;
  padding: 12px 15px 10px;
  border-radius: 6px;
  font-size: 13px;
  transition: 0.5s;
}
.navbar .nav-item .nav-link.login:hover:after, .navbar .nav-item .nav-link.login:hover:after {
  display: none;
}
.navbar .nav-item .nav-link.login:hover {
  border: 2px solid #033196;
  background-color: #033196;
  border-color: transparent;
  transform: translateY(-3px);
  color: #ffffff !important;
  border-radius: 6px;
  transition: 0.5s;
}
.navbar .nav-item .phoneIconym {
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 9;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  border: 1px solid #033196;
  text-align: center;
  cursor: pointer;
  transition: background 250ms linear, border 250ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .nav-item .phoneIconym svg {
  color: #292929;
}
.navbar .nav-item .phoneymDiv {
  display: none;
}
.navbar .nav-item .phoneymDiv .ymphone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin: 1.2rem 0;
}
.navbar .nav-item .phoneymDiv .ymphone span {
  color: #292929;
  font-size: 15px;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.navbar .nav-item .phoneymDiv .ymphone a {
  text-decoration: none;
  color: black;
  font-weight: 600;
  font-size: 18px;
}
.navbar .nav-item .phoneymDiv .phone-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .nav-item .phoneymDiv .phone-button .btn-ym {
  background-color: #033196;
  padding: 0.5rem 1rem;
  font-size: 16px;
  color: white;
  width: 100%;
}
.navbar .nav-item:hover .phoneymDiv {
  position: absolute;
  display: inline-block;
  left: -80px;
  padding: 1rem 1rem;
  background-color: white;
  box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 15px;
  width: 250px;
  z-index: 99;
}

.hMenu {
  margin-left: 50px;
  display: none;
}
.hMenu .bar1,
.hMenu .bar2,
.hMenu .bar3 {
  width: 30px;
  height: 2px;
  background-color: #033196;
  margin: 6px 0;
  transition: 0.4s;
}
.hMenu:hover {
  cursor: pointer;
}
.hMenu:hover .bar1,
.hMenu:hover .bar2,
.hMenu:hover .bar3 {
  background-color: #033196;
}

.hMenuOC {
  width: 850px !important;
}
.hMenuOC .offcanvas-body {
  padding: 0 !important;
  overflow-x: hidden;
  height: -webkit-fill-available;
}
.hMenuOC .row {
  height: 100%;
}
.hMenuOC .btnClose {
  position: absolute;
  right: 40px;
  top: 25px;
  font-size: 27px;
  cursor: pointer;
}
.hMenuOC .btnClose i {
  color: #fff;
}
.hMenuOC .hMenuAboutUs,
.hMenuOC .hMenuContent {
  padding-top: 75px;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
}
.hMenuOC .hMenuAboutUs {
  position: relative;
  background-size: cover !important;
}
.hMenuOC .hMenuAboutUs .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.75);
}
.hMenuOC .hMenuAboutUs .content {
  z-index: 5;
  position: relative;
}
.hMenuOC .hMenuAboutUs .content img {
  margin-bottom: 40px;
}
.hMenuOC .hMenuAboutUs .content .about {
  font-size: 17px;
  font-weight: 500;
}
.hMenuOC .hMenuContentContain {
  background-color: #464d56;
  height: 100%;
}
.hMenuOC .hMenuContent {
  transform: translateX(50%);
  transition: 2s;
  opacity: 0;
}
.hMenuOC .hMenuContent .login {
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 30px;
  font-weight: bold;
}
.hMenuOC .hMenuContent .login:hover {
  color: #fff;
  background-color: #292929;
}
.hMenuOC .menuEffect {
  opacity: 1 !important;
  transform: none !important;
}
.hMenuOC .topMenu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  color: #fff;
}
.hMenuOC .topMenu .smOpenBtn {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 10%;
  text-align: right;
}
.hMenuOC .topMenu a {
  color: #fff;
  font-size: 15px;
  width: 90%;
  text-decoration: none;
  font-weight: 500;
}
.hMenuOC .topMenu a:hover {
  color: #033196;
}
.hMenuOC .topMenu .sub-menu {
  display: none;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding: 10px 0;
  padding-left: 1.5rem;
}
.hMenuOC .topMenu .sub-menu a {
  width: 100%;
  display: block;
  font-weight: 400;
}
.hMenuOC .topMenu .openSubMenu {
  display: block;
}
.hMenuOC .menuContactInfo {
  margin-top: 30px;
}
.hMenuOC .menuContactInfo a {
  color: #fff !important;
  text-decoration: none;
}
.hMenuOC .menuContactInfo a:hover {
  color: #033196 !important;
}
.hMenuOC .menuContactInfo .adress {
  margin-bottom: 15px;
}
.hMenuOC .menuContactInfo .phone {
  margin-bottom: 15px;
  font-weight: 500;
}
.hMenuOC .menuContactInfo .socialLinks {
  margin-bottom: 15px;
}
.hMenuOC .menuContactInfo .socialLinks a {
  padding: 0 7px;
}
.hMenuOC .menuContactInfo .flags a {
  padding: 0 7px;
}
.hMenuOC .menuContactInfo .flags a img {
  width: 16px;
  height: 11px;
  -o-object-fit: cover;
     object-fit: cover;
}

.GetHealthHome {
  background-image: url(https://www.seoajansi.ist/gethealthnew/assets/img/shape_02.webp);
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 250px 0 0;
}
.GetHealthHome .content_ym {
  position: relative;
}
.GetHealthHome .content_ym .myTextAbsolute .text-wrapper {
  max-width: 660px;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 1;
}
.GetHealthHome .content_ym .myTextAbsolute .Textym_H1 {
  font-size: 50px;
  line-height: 1.11em;
  margin-bottom: 0;
  font-weight: bold;
  color: #292929;
}
.GetHealthHome .content_ym .myTextAbsolute .Textym_H1 span {
  color: #b18927;
  text-decoration: underline;
}
.GetHealthHome .content_ym .myTextAbsolute .Textym_H2 {
  font-size: 40px;
  line-height: 1.11em;
  margin-bottom: 0;
  color: #c70000;
}
.GetHealthHome .content_ym .myTextAbsolute .sub_headingym {
  padding: 23px 40px 25px 0;
  font-size: 19px;
  line-height: 1.7em;
}
.GetHealthHome .content_ym .myTextAbsolute li {
  list-style: none;
}
.GetHealthHome .content_ym .myTextAbsolute li a {
  line-height: 55px;
  border-radius: 8px;
  background: #c70000;
  font-size: 18px;
  margin-right: 60px;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.GetHealthHome .content_ym .myTextAbsolute li a:hover {
  background-color: #b18927;
}

.WhyGethealth_ym {
  margin: 5rem 0;
  position: relative;
}
.WhyGethealth_ym .TopContent {
  margin: 1.5rem 0;
}
.WhyGethealth_ym .TopContent .blockquote-footer {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0px 0px 14px -8px rgba(0, 0, 0, 0.5);
  padding: 0.2rem 1rem;
  font-weight: 600;
  color: black;
}
.WhyGethealth_ym .TopContent .blockquote-footer::before {
  color: #c70000;
}
.WhyGethealth_ym .HeadingArea {
  margin: 1.5rem 0;
}
.WhyGethealth_ym .HeadingArea h5 {
  color: black;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}
.WhyGethealth_ym .HeadingArea h4 {
  color: #c70000;
  font-size: 40px;
  font-weight: 700;
}
.WhyGethealth_ym .WhyGetHealth {
  position: static;
}
.WhyGethealth_ym .WhyUs {
  width: 100%;
}
.WhyGethealth_ym .pad-0 {
  padding: 0;
}
.WhyGethealth_ym .imgInNumber {
  position: relative;
  display: flex;
}
.WhyGethealth_ym .imgInNumber .MyNumber {
  position: absolute;
  display: flex;
  align-items: end;
  justify-content: end;
  width: 100%;
  height: 100%;
  gap: 1%;
}
.WhyGethealth_ym .imgInNumber .MyNumber .NumberArea {
  padding: 15px 15px 15px 15px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 25%;
}
.WhyGethealth_ym .imgInNumber .MyNumber .NumberArea span {
  font-size: 40px;
}
.WhyGethealth_ym .imgInNumber .MyNumber .NumberArea p {
  font-size: 15px;
}
.WhyGethealth_ym .imgInNumber .MyNumber .OneNumber {
  background-color: #c70000;
}
.WhyGethealth_ym .imgInNumber .MyNumber .OneNumber span, .WhyGethealth_ym .imgInNumber .MyNumber .OneNumber p {
  color: #fff;
}
.WhyGethealth_ym .imgInNumber .MyNumber .TwoNumber {
  background-color: #fff; 

}
.WhyGethealth_ym .imgInNumber .MyNumber .TwoNumber:nth-child(3n){
	background: red;
	color: white !important;
}
.WhyGethealth_ym .imgInNumber .MyNumber .TwoNumber p:nth-child{
	color: white !important;
}
.WhyGethealth_ym .d-ymCol {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.WhyGethealth_ym .Blockimg {
  background-color: #292929;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.WhyGethealth_ym .TextEditor {
  position: relative;
  margin-top: 1rem;
  width: 75%;
}
.WhyGethealth_ym .TextEditor p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.4em;
  font-weight: 500;
  margin: 1.5rem 0;
  color: #4a4a4a;
}
.WhyGethealth_ym .TextEditor .WhyUsList {
  padding: 0;
  list-style: none;
  padding-left: 0;
}
.WhyGethealth_ym .TextEditor .WhyUsList li {
  font-size: 17px;
  padding: 0.5rem 0;
  margin: 0 3rem;
  color: #2e3747;
  font-weight: 500;
  position: relative;
}
.WhyGethealth_ym .TextEditor .WhyUsList li::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 11px;
  width: 20px;
  height: 20px;
  background-image: url(https://www.gethealth.com.tr/assets/img/pngwing.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.WhyGethealth_ym .TextEditor .gridTemp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.5rem;
}
.WhyGethealth_ym .TextEditor .gridTemp .list {
  padding: 0;
  list-style: none;
  padding-left: 0;
  margin-top: 3rem;
}
.WhyGethealth_ym .TextEditor .gridTemp .list li {
  grid-column: 1/3;
  font-size: 18px;
  padding: 0.5rem 0;
  margin: 0 3rem;
  color: #2e3747;
  font-weight: 500;
  position: relative;
  font-weight: 600;
}
.WhyGethealth_ym .TextEditor .gridTemp .list li::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 13px;
  width: 22px;
  height: 22px;
  background-image: url(https://www.gethealth.com.tr/wp-content/uploads/2024/12/accept.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.pictureArea {
  padding: 5rem 0;
  background-color: transparent !important;
}
.pictureArea .imgInNumber {
  position: relative;
}
.pictureArea .imgInNumber .leftimg {
  position: absolute;
  left: -50px;
  top: -100px;
}
.pictureArea .imgInNumber .RightDownimg {
  position: absolute;
  bottom: -100px;
  right: -50px;
}

.chapter4 {
  margin-top: 1rem;
  padding-bottom: 2rem 0;
}
.chapter4 .int_ym .increanime {
  animation: blink 0.5s infinite;
}
@keyframes blink {
  to {
    opacity: 0;
  }
}
.chapter4 .ymflexBox .subym {
  font-size: 28px;
  font-weight: 600;
  color: #c70000;
  text-decoration: underline;
}
.chapter4 .RightStation {
  background: rgb(254, 233, 230);
  background: linear-gradient(90deg, rgb(254, 233, 230) 12%, rgb(221, 232, 236) 59%, rgba(254, 233, 230, 0.950017507) 100%);
  padding: 100px 50px;
  display: flex;
  justify-content: center;
}
.chapter4 .RightStation .HeadingState h5 {
  font-size: 35px;
  font-weight: 600;
}
.chapter4 .RightStation .HeadingState p {
  padding: 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7em;
  padding-left: 0;
}
.chapter4 .RightStation .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.chapter4 .RightStation .grid-container .listSect {
  padding: 0;
  list-style: none;
  padding-left: 0;
}
.chapter4 .RightStation .grid-container .listSect li {
  grid-column: 1/3;
  font-size: 20px;
  padding: 0.5rem 0;
  margin: 0 3rem;
  color: #2e3747;
  font-weight: 500;
  position: relative;
}
.chapter4 .RightStation .grid-container .listSect li::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 13px;
  width: 22px;
  height: 22px;
  background-image: url(https://www.gethealth.com.tr/wp-content/uploads/2024/12/accept.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.featuredIn {
  padding: 5rem 0;
}
.featuredIn .Headings .addNewhead {
  font-size: 22px;
}
.featuredIn .Headings .colorHead {
  color: #f3262a;
}
.featuredIn .text {
  margin-bottom: 10px;
}
.featuredIn .text .title {
  font-weight: bold;
}
.featuredIn .text p {
  font-size: 20px;
  font-weight: 500;
}
.featuredIn .col {
  flex: 0 0 20%;
}
.featuredIn .col .fiLogoBox {
  padding: 30px;
}
.featuredIn .fiLogoBox {
  padding: 5px;
  border: 1px solid #ebebeb;
}

.footerUp {
  position: relative;
  z-index: 6;
  padding: 155px 0 180px;
}
.footerUp .InfoMark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.footerUp .InfoMark .increanime {
  animation: blink 0.5s infinite;
}
@keyframes blink {
  to {
    opacity: 0;
  }
}
.footerUp .InfoMark .btn {
  z-index: 999;
  width: 15%;
}
.footerUp .InfoMark .btn a {
  line-height: 35px;
  border-radius: 8px;
  background: #c70000;
  font-size: 18px;
  color: #fff;
  padding: 5px 30px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
.footerUp .InfoMark .btn a:hover {
  background-color: #292929;
}
.footerUp .InfoMark .logo {
  margin-bottom: 25px;
}
.footerUp .InfoMark .Heading {
  width: 50%;
  text-align: center;
}
.footerUp .InfoMark .Heading h2 {
  font-weight: 400;
  font-size: 55px;
  line-height: 1.16em;
  margin-bottom: 25px;
}
.footerUp .InfoMark .Heading p {
  font-size: 22px;
  line-height: 1.84em;
  margin-bottom: 25px;
}
.footerUp .InfoMark .myAbsoluteOne {
  background: url(https://www.seoajansi.ist/gethealthnew/assets/img/shape_08.svg);
  background-size: cover;
  position: absolute;
  right: 15%;
  top: 30%;
  animation: rotated 15s infinite linear;
  width: 60px;
  height: 60px;
  z-index: 99;
}
@keyframes rotated {
  50% {
    transform: rotate(200deg);
  }
}
.footerUp .InfoMark .myAbsoluteTwo {
  background: url(https://www.seoajansi.ist/gethealthnew/assets/img/shape_14.svg);
  background-size: cover;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 30%;
  left: 15%;
  z-index: 99;
  animation: jumpYm 5s infinite linear;
}
@keyframes jumpYm {
  0% {
    top: 30%;
  }
  50% {
    top: 35%;
  }
  100% {
    top: 30%;
  }
}
.footerUp .InfoMark .myAbsoluteThree {
  background: url(https://www.gethealth.com.tr/assets/img/shape_13.svg) no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 15%;
  z-index: 99;
}
.footerUp .InfoMark h4 {
  font-size: 45px;
  font-weight: 600;
  color: #292929;
}
.footerUp .InfoMark .subym {
  font-size: 45px;
  font-weight: 600;
  color: #c70000;
  margin-left: 0.5rem;
  text-decoration: underline;
}
.footerUp .InfoMark .winner {
  font-size: 45px;
  font-weight: 600;
  color: #292929;
  margin-left: 0.5rem;
  color: black;
}

footer {
  padding-bottom: 8rem;
  padding-top: 4rem;
  position: relative;
  background: url(https://www.gethealth.com.tr/assets/img/bg_02-deneme.png) no-repeat center;
  background-size: cover;
  z-index: 9;
}
footer .colmn {
  flex-direction: column;
  padding-right: 4rem;
}
footer .heading {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
}
footer .heading h4 {
  color: #292929;
  font-size: 28px;
  font-weight: 700;
}
footer .heading p {
  font-size: 18px;
  font-weight: 500;
  color: #292929;
}
footer .FooterCol h4 {
  color: #292929;
  font-size: 24px;
  font-weight: 700;
}
footer .FooterCol .list {
  padding: 0;
  list-style: none;
  padding-left: 0;
}
footer .FooterCol .list li {
  margin-top: 1rem;
  transition: 0.2s ease-in-out;
  line-height: 1;
}
footer .FooterCol .list li:hover a {
  color: #c70000;
}
footer .FooterCol .list li a {
  transition: 0.2s ease-in-out;
  text-decoration: none;
  color: #292929;
  font-size: 14px;
  font-weight: 500;
}
footer .FooterCol .list li a svg {
  font-size: 20px;
  margin-right: 0.5rem;
  color: #c70000;
}
footer .bgcolorBlack {
  background-color: rgba(41, 41, 41, 0);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 0;
  border-top: 1px solid #b1b1b1;
}
footer .bgcolorBlack .colm {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .bgcolorBlack .listLeftCopy {
  width: 100%;
}
footer .bgcolorBlack .listLeftCopy .listStyle {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  gap: 2%;
  list-style: none;
}
footer .bgcolorBlack .listLeftCopy .listStyle li a {
  color: #292929;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
footer .bgcolorBlack .listmidCopy .listStyleMid {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
}
footer .bgcolorBlack .listmidCopy .listStyleMid li {
  color: #292929;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
}
footer .bgcolorBlack .listRightCopy .listStyleRight {
  display: flex;
  gap: 25%;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  list-style: none;
}
footer .bgcolorBlack .listRightCopy .listStyleRight li svg {
  color: #c70000;
  font-size: 25px;
}

.channel {
  position: relative;
  background-color: #fff;
  margin-top: 3rem;
}
.channel .colym12 {
  width: 11%;
  border: 1px solid #efefef;
  margin: 0 0.5rem;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}
.channel .colym12:hover {
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.06);
  border-color: #033196;
}
.channel .colym12 .mycol {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.channel .colym12 .mycol img {
  margin: 1rem 0;
  position: relative;
}
.channel .colym12 .mycol img::after {
  position: absolute;
  content: "";
  border: 2px dashed #f0f0f0;
  width: 56px;
  height: 56px;
  display: inline-block;
  top: -15%;
  left: 45%;
  transform: scale(0);
  z-index: -1;
  border-radius: 8px;
  transform: scale(1);
  animation: rotate 5s linear infinite;
}
.channel .colym12 .mycol h4 {
  font-weight: 600;
  font-size: 18px;
  margin: 1rem 0;
  text-align: center;
}
.channel .colym12 .mycol .demo-button {
  line-height: 10px;
  border-radius: 8px;
  background: #161616;
  font-size: 18px;
  margin-right: 60px;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  width: 100%;
  text-align: center;
  margin: 0;
  margin-bottom: 0.5rem;
}
.channel .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem 2rem;
}
.channel .heading h2 {
  font-size: 25px;
  margin-bottom: 2rem;
  position: relative;
}
.channel .heading h2::after {
  position: absolute;
  content: "— ";
  color: #033196;
  font-weight: 900;
  font-size: 20px;
  right: -30px;
  top: 0.2rem;
}
.channel .heading h2::before {
  position: absolute;
  content: "— ";
  color: #033196;
  font-weight: 900;
  left: -30px;
  font-size: 20px;
  top: 0.2rem;
}

.loopInfint {
  position: relative;
  overflow: hidden !important;
  margin-bottom: 2rem;
}
.loopInfint .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
}
.loopInfint .heading h2 {
  margin-bottom: 0;
  font-weight: bold;
  color: #000000;
}
.loopInfint .heading h4 {
  color: #000000;
  margin: 0.3rem 0;
}
.loopInfint .heading span {
  color: #000000;
  margin: 0.3rem 0;
  font-weight: bolder;
}
.loopInfint .marquee {
  animation: marquee 40s linear infinite;
  animation-iteration-count: infinite;
  width: 250%;
  overflow: hidden !important;
  position: relative;
}
.loopInfint .marquee:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    right: 100%;
  }
  50% {
    right: 0%;
  }
  100% {
    right: 100%;
  }
}
.loopInfint .marquee .col-lg-1 {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.loopInfint .marquee .Look {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #eaeaea;
  width: 100%;
  float: left;
  margin-right: auto;
  padding: 1.5rem;
  height: 15rem;
}
.loopInfint .marquee .Look .HeadingAndText {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loopInfint .marquee .Look .HeadingAndText h3 {
  margin-top: 10px;
  font-size: 25px;
  color: #033196;
}
.loopInfint .marquee .Look .HeadingAndText p {
  text-align: center;
}

.loopInfintRight {
  position: relative;
  overflow: hidden !important;
  margin: 2rem 0;
}
.loopInfintRight .marquee {
  animation: marqueeright 40s linear infinite;
  animation-iteration-count: infinite;
  width: 250%;
  overflow: hidden !important;
  position: relative;
}
.loopInfintRight .marquee:hover {
  animation-play-state: paused;
}
@keyframes marqueeright {
  0% {
    left: 0%;
  }
  50% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
.loopInfintRight .marquee .col-lg-1 {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.loopInfintRight .marquee .Look {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #eaeaea;
  width: 100%;
  float: right;
  margin-right: auto;
  padding: 1.5rem;
  height: 15rem;
}
.loopInfintRight .marquee .Look .HeadingAndText {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loopInfintRight .marquee .Look .HeadingAndText h3 {
  margin-top: 10px;
  font-size: 25px;
  color: #033196;
}
.loopInfintRight .marquee .Look .HeadingAndText p {
  text-align: center;
}/*# sourceMappingURL=style.css.map */</pre></body></html>