@font-face {
  font-family: Mulish;
  src: url(/assets/fonts/Mulish/Mulish-Regular.ttf);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  overflow-x: hidden;
}

.content-wrapper {
  margin: auto 135px;
  z-index: 10;
}

.navbar {
  max-width: 1440px;
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-left: 9%;
  padding-right: 9%; */
  /* padding-bottom: 17px;
  padding-top: 12px;; */
  background-color: white;
}

.navbar span {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 122% */

  text-align: center;

  /* Blue/Dark */

  color: #222943;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.navbar-tt {
  z-index: 10;
}

.navbar span a {
  text-decoration: none;
  color: inherit;
}

.navhizmet span {
  padding-left: 122px;
}

.navhizmet {
  z-index: 10;
}


.hero {
  background-color: white;
  position: relative;
  max-width: 1440px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 135px 60px;
}

.hero-baslik {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #081a1c;
  flex: none;
  order: 0;
  flex-grow: 0;
  max-width: 425px;
  width: 100%;
  height: 78px;
}

.hero-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-top: 30px;
  color: #222943;
  flex: none;
  order: 1;
  flex-grow: 0;
  max-width: 425px;
  width: 100%;
  /* height: 84px; */
}

.hero-button {
  background-color: #278eaa;
  max-width: 297px;
  width: 100%;
  height: 44px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.hero-sol {
  max-width: 425px;
  width: 100%;
  height: 294px;
  margin-top: 222px;
  /* margin-left: 9%; */
  z-index: 7;
}

.hero-img-div {
  z-index: 5;

}

.hero-img {
  max-width: 821px;
  width: 100%;
  height: auto;
  margin-top: 44px;
}



.button-vector {
  color: white;
  padding-left: 15.95px;
  z-index: 1;
}

.hero-button span {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 138% */
  color: #ffffff;
}

.hero-vector {

  color: #A5B2C3;
  position: absolute;
  z-index: 1;
  top: -77px;
}

.hizmetlerimiz {
  max-width: 1440px;
  width: 100%;
  height: 889px;

  /* Grey/Pale Grey */

  background: #f0f2f5;

  /* Inside auto layout */
  padding-right: 135px;
  padding-left: 135px;
  flex: none;
  order: 1;
  flex-grow: 0;
  position: relative;
  z-index: 3;
}

.hizmetlerimiz-baslik {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  /* identical to box height, or 127% */

  text-align: center;
  margin-top: 90px;
  margin-bottom: 30px;
  color: #081A1C;
  z-index: 10;
}

.hizmetlerimiz-text {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;

  /* or 138% */

  /* Blue/Dark */

  color: #222943;
  max-width: 569px;
  width: 100%;
  height: 44px;
  z-index: 10;
}


.hizmetlerimiz-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.hizmet-ve-img {
  max-width: 1170px;
  width: 100%;
  height: auto;
  display: flex;
}

.hizmet-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hizmet-liste {
  max-width: 570px;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-right: 30px;
  padding-bottom: 90px;
}

.hizmet-sag-img {
  max-width: 570px;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 90px;
  z-index: 10;
}

.hizmet-image {
  max-width: 570px;
  width: 100%;
  height: auto;
}

.hizmet {
  max-width: 570px;
  width: 100%;
  height: 159px;
  background-color: white;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;

  align-items: center;
  position: relative;
  z-index: 10;
  padding: 30px;
}


.hizmet-info {
  margin-left: 145px;
}

.hizmet-img {
  width: 100px;
  height: 99px;
  position: absolute;
  left: 30px;
  z-index: 10;
}



.hizmet-baslik {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */


  /* Grey/Teal */

  color: #081A1C;
}

.hizmet-text {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 138% */


  /* Grey/Bluey Grey */

  color: #919EBA;

  padding-top: 6px;
  padding-right: 30px;

}

.hizmet-vector1 {
  position: absolute;
  color: #05215a;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}

.hizmet-vector3 {
  position: absolute;
  max-width: 1440px;
  width: 100%;
  height: auto;

  top: 0;
  left: 0;

  /* Grey/Light Periwinkle */
  z-index: 5;
}

.hizmetnoktalarimiz {
  position: relative;
  max-width: 1440px;
  width: 100%;
  height: auto;

}

.location-vector {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 5;

}

.hiznok-baslik {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  /* identical to box height, or 127% */
  z-index: 10;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 30px;
  color: #081A1C;
  flex: 1 1 100%;
}


.hiznok-text {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* or 138% */

  z-index: 10;
  /* Blue/Dark */

  color: #222943;
  height: 44px;
  z-index: 10;
  padding: 0 12px;
}


.hiznok-info {
  position: relative;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 10;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.hiznok-info::before {
  content: url(/assets/images/locvec4.webp);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-10%);
}

@media screen and (max-width: 680px) {
  .hiznok-info::before {
    transform: unset;
    top: -50px;
    left: -150px;
  }
}

.sikcasorulansorular {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 135px;
  /* gap: 30px; */

  max-width: 1440px;
  width: 100%;
  height: auto;

  /* Blue/Dark */

  background: #222943;
  z-index: 20;

  position: relative;

}

.sss-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  /* gap: 30px; */
  margin-top: 30px;

  max-width: 1170px;
  width: 100%;
  height: auto;

}

.sss-content2 {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  /* gap: 30px; */
  margin-top: 30px;

  max-width: 1170px;
  width: 100%;
  height: auto;
}

.sss-baslik {
  /* Title/Banner Text 30B */

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  /* identical to box height, or 127% */

  text-align: center;

  /* White/White */

  color: #FFFFFF;

}

.sss-closed {
  display: flex;
  padding: 30px;
  gap: 15px;


  max-width: 1170px;
  width: 100%;
  height: auto;

  /* White/White */

  background: #FFFFFF;
  position: relative;

}

.sss-closed:not(:first-child) {
  margin-top: 30px;
}

.sss-closed a {
  color: #04274E;
  text-decoration: none;
  font-weight: bold;
}

.sss-tumu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  gap: 10px;
  margin-top: 30px;

  max-width: 570px;
  width: 100%;
  height: 44px;

  /* White/White */

  background: #FFFFFF;
  /* Product Colors/Corporate Blue */

  border: 1px solid #002855;
  border-radius: 100px;

}

.sss-tumu2 {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  gap: 10px;
  margin-top: 30px;

  max-width: 570px;
  width: 100%;
  height: 44px;

  /* White/White */

  background: #FFFFFF;
  /* Product Colors/Corporate Blue */

  border: 1px solid #002855;
  border-radius: 100px;

}

.sc-sag {
  width: 100%;
  max-width: 40px;
  height: 119px;
  margin-top: -30px;
  display: flex;
  visibility: hidden;
  justify-content: center;
  align-items: center;
}

.sc-sag img {
  position: absolute;
  width: 21px;
  height: 21px;
  right: 31.5px;
  top: 50%;
  transform: translateY(-50%);
}


.sc-sol-baslik {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 122% */

  display: flex;
  align-items: center;

  /* Product Colors/Corporate Blue */

  color: #002855;
  padding-bottom: 15px;
}

.sc-sol-text {

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding-top: 15px;
  word-break: break-word;
  /* display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */

  /* identical to box height, or 138% */


  /* Grey/Bluey Grey */

  color: #919EBA;

}

.sc-sol-text.active {
  -webkit-line-clamp: unset;
}


.sss-tumu span {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  /* or 138% */

  display: flex;
  align-items: center;
  text-align: center;

  /* Product Colors/Corporate Blue */

  color: #002855;

}

.sss-tumu2 span {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  /* or 138% */

  display: flex;
  align-items: center;
  text-align: center;

  /* Product Colors/Corporate Blue */

  color: #002855;

}

.hakkimizda {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 90px 135px;
  /* gap: 30px; */

  max-width: 1440px;
  width: 100%;
  max-height: 450px;
  height: auto;
  background: #049EAD;

}

.hak-baslik {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  /* identical to box height, or 127% */


  /* White/White */

  color: #FFFFFF;
  padding-bottom: 15px;
}

.hak-text {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* or 138% */


  /* White/White */

  color: #FFFFFF;

}

.hak-sol {
  align-self: center;
  margin-right: 30px;
}

.hak-sag {
  align-self: center;
}

.hak-footer {
  display: flex;
  padding-top: 30px;
  gap: 30px;
}

.iletisim {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 90px 135px;
  gap: 30px;

  max-width: 1440px;
  width: 100%;
  height: auto;

  /* White/White */

  background: #FFFFFF;
}

.iletisim a {
  /* text-decoration: none; */
  color: #04274E;
}

.iletisim-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 30px;

  max-width: 1170px;
  width: 100%;
  height: 38px;
}

.iletisim-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 30px;

  max-width: 1170px;
  width: 100%;

}

.iletisim-heading span {
  /* Title/Banner Text 30B */

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  /* identical to box height, or 127% */


  /* Grey/Teal */

  color: #081A1C;
}

.iletisim-sol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0px;
  /* gap: 30px; */

  max-width: 570px;
  width: 100%;

}

.iletisim-sag {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  /* gap: 30px; */

  max-width: 570px;
  width: 100%;
}

.i-baslik {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */

  display: flex;
  align-items: center;

  color: #002855;

}

.i-baslik:not(:first-child) {
  margin-top: 30px;
}

.i-text {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* or 138% */

  display: flex;
  align-items: center;

  color: #04274E;
  margin-top: -15px;
}

.i-text:not(:first-child) {
  margin-top: 15px;
}

.footer {
  background-color: #F9FAFC;
  position: relative;
  max-width: 1440px;
  width: 100%;
  height: 78px;
  padding: auto 0;
  margin: 40px 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;  
}

.footer-left {
  display: flex;
  margin-left: 135px;
}

.footer-right {
  margin-right: 135px;
}

.watermark {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 122% */

  text-align: center;
  padding-right: 12px;
  /* Grey/Corp.Fill color */
  padding-top: 28px;
  padding-bottom: 28px;
  color: #A5B2C3 !important;
}

.watermark a {
  text-decoration: none;
  color: inherit;
}

.hiznok-secim {
  display: flex;
  padding-left: 135px;
  padding-right: 135px;
  /* padding-top: 45px; */
  padding-bottom: 45px;
  justify-content: center;
  flex: 1 1 100%;
}

.il-dropdown {
  position: relative;
  z-index: 30;
  max-width: 370px;
  width: 100%;

}

.ilce-dropdown {
  position: relative;
  z-index: 30;
  margin-left: 30px;
  max-width: 370px;
  width: 100%;
}

.combo-label {
  position: absolute;
  z-index: 30;
  top: 7.5px;
  left: 12px;
}

.combo-label2 {
  position: absolute;
  z-index: 30;
  top: 7.5px;
  left: 12px;
}

.combo *,
.combo *::before,
.combo *::after {
  box-sizing: border-box;
}

.combo {
  display: block;
  margin-bottom: 1.5em;
  max-width: 370px;
  width: 100%;
  position: relative;
}

.combo::after {
  border-bottom: 2px solid rgb(0 0 0 / 35%);
  border-right: 2px solid rgb(0 0 0 / 35%);
  content: "";
  display: block;
  height: 12px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -65%) rotate(45deg);
  width: 12px;
}

.combo.js-select.open::after {
  transform: translate(0, 0) rotate(-135deg);
}

.combo-input {
  background-color: white;
  border: 1px solid #DEE3ED;
  border-radius: 4px;
  display: block;
  font-size: 18px;
  min-height: calc(1.4em + 26px);
  padding: 22px 7px 7px;
  text-align: left;
  width: 370px;
  width: 100%;
  color: #222943;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* or 138% */

  display: flex;
  align-items: center;
}

.open .combo-input {
  border-radius: 4px 4px 0 0;
}

.combo-input:focus {
  border-color: #0067b8;
  box-shadow: 0 0 4px 2px #0067b8;
  outline: 4px solid transparent;
}

.combo-label {
  display: block;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 0.25em;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  color: #717D8D;
  margin-left: -3px;
}

.combo-label2 {
  display: block;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 0.25em;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  color: #717D8D;
  /* margin-left: 27px; */
  left: 8px !important;
}

.combo-menu {
  background-color: #f5f5f5;
  border-radius: 4px 4px;
  box-shadow: 0px 15px 40px 0px #0000001A;
  display: none;
  max-height: 300px;
  overflow-y: scroll;
  left: 0;
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
  z-index: 100;
  /* padding: 15px 15px 0 44px; */
  padding: 15px 44px;
}

.combo-option.option-current {
  outline: unset !important;
  font-weight: 800;
  pointer-events: none;
}

.open .combo-menu {
  display: block;
}

.combo-option {
  padding: 12px;
  border-bottom: 1px solid #DEE3ED;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  cursor: pointer;

}

.combo-option:hover {
  background-color: rgb(0 0 0 / 10%);
}

.combo-option.option-current {
  outline: 2px solid #0067b8;
  outline-offset: -3px;
}

.combo-option[aria-selected="true"] {
  /* padding-right: 30px; */
  position: relative;
}

/* .combo-option[aria-selected="true"]::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  width: 8px;
} */


.breadcrumb {
  display: flex;
  margin: 42px 135px 24px;
}

.greyed {
  height: 18px;

  /* Body/Body Small - 14R */

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */

  display: flex;
  align-items: center;

  /* Grey/Bluey Grey */

  color: #919EBA;


  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
}

.bcrumb {
  margin-left: 9px;
  height: 18px;

  /* Body/Body Small - 14B */

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */

  display: flex;
  align-items: center;

  /* Grey/Slate grey */

  color: #586473;


  /* Inside auto layout */

  flex: none;
  order: 2;
  flex-grow: 0;
}

.ayd-metin {
  margin: auto 135px;
}

.ayd-metin h1 {

  /* Title/Title 24B */

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */

  letter-spacing: -0.01em;

  /* Grey/Teal */

  color: #081A1C;


  /* Inside auto layout */

  flex: none;
  order: 1;
  flex-grow: 0;
}

.ayd-metin h2 {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 122% */


  /* Grey/Teal */

  color: #081A1C;


  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
  margin-top: 24px;
}

.ayd-metin h3 {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 138% */


  /* Blue/Dark */

  color: #222943;


  /* Inside auto layout */

  flex: none;
  order: 3;
  flex-grow: 0;
}

.metin {

  /* Body/Body - 16R */

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* or 138% */


  /* Blue/Dark */

  color: #222943;


  /* Inside auto layout */

  flex: none;
  order: 2;
  flex-grow: 0;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
  table-layout: fixed;
}

table th,
table tr:nth-child(2) {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 138% */

  text-align: center;

  color: #000000;


  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 1;
}

table tr:nth-child(3) {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 138% */


  /* Blue/Dark */

  color: #222943;


  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 1;
}

table tr:nth-child(4) {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height, or 138% */


  /* Blue/Dark */

  color: #222943;


  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 1;
}

td {
  padding: 8px;
}

table {
  overflow: hidden;
}

.loc-res-amount {
  /* Title/Mobil/H3 - 20B */

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */

  display: flex;
  align-items: center;

  color: #000000;


  /* Inside auto layout */

  flex: none;
  order: 4;
  align-self: stretch;
  flex-grow: 0;
  z-index: 6;
}

.location-results {
  position: relative;
  z-index: 6;
  margin-left: 135px;
  margin-top: 45px;
  margin-bottom: 69px;
}

.location {
  position: relative;
  z-index: 6;
  /* margin-left: 135px;
  margin-right: 135px; */
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #002855;

}

.location {
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 23px;
  padding-top: 23px;
  border-bottom: 1px solid #DEE3ED;
  gap: 100px;
  flex: 1 0 100%;
  max-width: 770px;
  /* min-width: 400px; */
}

.location .loc-left,
.location .loc-right {
  justify-content: center;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
}

.location .loc-left {
  gap: 8px;
}

.loc-type {
  color: #049EAD;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.loc-name {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #002855;
}

.results-button {
  margin: 55px auto 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  gap: 10px;
  max-width: 570px;
  width: 100%;
  height: 44px;
  background: #002855;
  border: 1px solid #002855;
  border-radius: 100px;
  z-index: 10;
  position: relative;

}

.results-button span {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
}

.footer-resp {
  display: none;
}

.footer-resp-flex {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.footer-resp .ttsatis {
  text-align: center;
}

.footer-resp .watermark {
  padding-top: 0px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
}

.footer-resp-flex .watermark {
  padding-top: 0px;
  padding-bottom: 10px;
}


/* Mixin */
/* reset */


nav {
  background-color: white;
  height: 66px;
  padding: 0 20px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /* fade in checked menu */
}

nav .m-menu__checkbox {
  display: none;
}

nav label.m-menu__toggle {
  cursor: pointer;
}

nav .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 450px;
  width: 70vw;
  height: 100vh;
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}

nav .m-menu__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
  height: 100vh;
}

nav .m-menu__header {
  padding: 0 20px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around; */
  -webkit-align-items: center;
  align-items: center;
  /* border-bottom: 1px solid #e8e8e8; */
}

nav .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

nav .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}

nav .m-menu ul {
  height: 100%;
  overflow-y: auto;
}

nav .m-menu ul li a,
nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 10px;
  line-height: 47px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  /* border-bottom: 1px solid #e8e8e8; */
  position: relative;
}

nav .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}

nav .m-menu ul li .-invisible {
  border-bottom: 0;
}

nav .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

nav .m-menu__checkbox:checked~.m-menu__overlay {
  display: block;
}

nav .m-menu__checkbox:checked~.m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wrapper {
  max-width: 650px;
  width: 100%;
  /* max-height: 100px;
  height: 100%; */
  margin: 0;
  /* overflow: hidden;
  background-color: #fff; */
  position: fixed;
  display: none;
  z-index: 99;
}

.wrapper::after {
  height: 300px;
}

.m-menu__header {
  height: 66px !important;
}

.loc-res-amount span {
  color: #049EAD;
}

.footerl2 {}

.combo-label,
.combo-label2 {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  /* or 138% */
  letter-spacing: 0.01em;

  /* Blue/Dark */

  color: #717D8D;
}

.combo-option {
  /* Body/Body - 16R */

  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  /* or 138% */


  /* Blue/Dark */

  color: #222943;
}


@media only screen and (max-width:1280px) {
  .content-wrapper {
    margin: auto 5%;
  }

  .navbar {
    text-align: center;
  }

  .navbar span {
    font-size: 13px;
  }

  .navhizmet span {
    padding-left: 5%;
  }

  .hero {
    padding: 0 5% 40px;
  }

  .hero-sol {
    margin-top: 10%;
  }

  .hero-img {
    margin-top: 10%;

  }

  .hizmetlerimiz {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hizmet-sag-img {
    padding-top: 5%;
    padding-bottom: 5%;
    align-self: center;
  }

  .hizmet-image {

    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .hizmet {
    padding: 2%;
    max-height: 159px;
    height: 100%;
  }

  .hizmet-info {
    margin-left: 25%;
  }

  .hizmet-img {
    left: 0;
  }

  .hiznok-secim {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sikcasorulansorular {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hakkimizda {
    padding: 2%;
    height: auto;
  }

  .hak-sol img {
    width: 100%;
  }

  .hak-sol {
    width: 800px;
  }

  .iletisim {
    padding: 5%;
    padding-right: 10px;
  }

  .footer-left {
    margin-left: 5%;
  }

  .footer-right {
    margin-right: 5%;
  }

  .location-results {
    margin-left: 5%;
    margin-right: 5%;
  }

  .location {
    /* margin-left: 5%;
    margin-right: 5%; */
  }
}

@media only screen and (max-width:800px) {

  .navbar span {
    font-size: 10px;
  }

  .hero-sol {
    margin-top: 5%;
  }

  .hero-img {
    margin-top: 5%;
  }

  .hero-baslik {
    font-size: 24px;
  }

  .hero-text {
    font-size: 18px;
  }

  .hero-button {
    font-size: 18px;
  }

  .iletisim-content {
    font-size: 1px;
  }

  .hizmet-sag-img {
    display: none;
  }

  .hizmet-liste {
    padding-right: 0px;
  }
}

@media only screen and (max-width:650px) {

  .navbar {
    display: none;
  }

  .wrapper {
    display: block;
  }

  .hero {
    padding-top: 100px;
  }

  .nav-img {
    margin-left: 20px;
    height: 36px;
  }

  .m-menu ul {
    padding-left: 0px;
  }

  li::marker {
    display: none;
  }

  .m-menu label {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */


    /* Blue/Dark */
    border-bottom: none !important;
    color: #222943;
  }

  .m-menu label a {
    border-bottom: none !important;
  }

  li {
    padding-top: 20px;
  }

  .hero {

    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }

  .hero-button {
    margin: 30px auto 0;
  }

  .hizmetlerimiz-baslik {
    margin-top: 30px;
  }

  .hizmet-info {
    margin-left: 30%;
  }

  .hiznok-secim {
    flex-direction: column;
    align-items: center;
  }

  .ilce-dropdown {
    margin-left: 0;
    z-index: 25;

  }

  .combo-input {
    padding: 22px 11px 7px;
  }

  .combo-label {
    margin-left: 0px;
  }

  .combo-label2 {
    margin-left: 0px;
  }

  .location-results {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .location {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10%;
    padding-right: 10%;
    gap: unset !important;
  }

  .loc-right {
    margin-top: 20px;
  }

  .results-button {
    max-width: 335px;
    width: 100%;
  }

  .sikcasorulansorular {
    padding: 30px 25px 30px;
  }

  .hakkimizda {
    flex-direction: column;
    padding: 30px 20px;
    max-height: unset;
  }

  .hak-sol {
    max-width: 335px;
    width: 100%;
    margin-right: unset;
    margin-bottom: 30px;
  }

  .iletisim {
    text-align: center;
    padding-right: unset;
    padding: 20px;
  }

  .iletisim-content {
    flex-direction: column;
    justify-content: center;
  }

  .iletisim-sol {
    align-items: center;
  }

  .iletisim-sag {
    align-items: center;
  }

  .iletisim-heading {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .footer {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer-right {
    margin-right: 0px;
  }

  .location-vector {
    width: 100%;
  }

  .hero-vector {
    width: 100%;
  }

  .footer {
    display: none;
  }

  .footer-resp {
    display: block;
  }

  .hizmetlerimiz-text {
    height: unset;
  }

  .hiznok-info {
    margin-bottom: 30px
  }

  .page-item {
    padding-top: unset;
  }
}

@media only screen and (max-width:420px) {

  .hizmet-liste {
    padding-top: 30px;
  }

  .hizmet-img img {
    width: 70px;
    height: 70px;
  }

  .hizmet-img {
    top: 50%;
    transform: translateY(-50%);
  }

  .hizmet {
    max-height: 200px;
  }

  .hiznok-baslik {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
    padding: 0 20px;
  }

  .hiznok-text {
    margin: 0;
    padding: 0 20px;
    text-align: left;
  }

  .hiznok-secim {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .loc-res-amount {
    font-size: 16px;
  }

  .results-button {
    max-width: 250px;
  }

  .sss-baslik {
    font-size: 24px;
  }

  .sikcasorulansorular {
    padding: 30px 15px 30px;
  }
}



.d-none {
  display: none !important;
}

html:has(.popup:not(.d-none)) {
  overflow: hidden;
}

.popup {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .4);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
}

.popup .inner-popup {
  position: relative;
  max-width: 700px;
  max-height: 80vh;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 1px solid #002855;
  background-color: white;
  overflow: hidden;
}

.popup .inner-popup .content {
  padding: 0 24px 32px;
  overflow-y: auto;
  height: inherit;
  margin: unset;
  margin-top: 60px;
}

.popup .inner-popup .close {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}

@media screen and (max-width: 680px) {
  .popup {
    z-index: 100;
  }

  .popup .inner-popup {
    max-width: 100vw;
    max-height: 100vh;
    border: unset;
    border-radius: unset;
  }

  .popup .inner-popup .content {
    padding: 0 12px 32px;
  }

  .popup .inner-popup .content table tr td {
    font-size: 12px;
  }
}

.combo-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #ECF0F2;
}

.combo-menu::-webkit-scrollbar-track {
  border-radius: 4px;
}

.combo-menu::-webkit-scrollbar-thumb {
  background: #919EBA;
  border-radius: 4px;
}

.combo-menu::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #20B2E3 0%, #5476B9 100%);
}

.combo-menu::-webkit-scrollbar-button {
  display: none;
}

#paginationholder {
  min-height: 100px;
}

.pagination {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-family: 'Mulish';
  padding-bottom: clamp(32px, calc(0.2666666667px + 4.6666666667vw), 60px);
}

.pagination .page-item {
  list-style: none;
}

.pagination .page-item.disabled {
  display: none;
}

.pagination .page-item a {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgb(240, 242, 245);
  border-color: rgb(240, 242, 245) !important;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222943 !important;
  text-decoration: none;
}

.pagination .page-item.active a {
  border: unset;
  background-color: rgb(4, 158, 173);
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .pagination {
    padding: 0 0 clamp(32px, calc(0.2666666667px + 4.6666666667vw), 60px);
  }
}


.not-found {  
    font-family: 'Mulish';
  .inner-section {
    position: relative;
    max-width: 1920px;
    padding: 0 0 68px;

    .image {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 450px;

      picture {
        display: block;
        height: inherit;
        z-index: 1;

        img {
          height: inherit;
          width: auto;
        }
      }
    }

    .content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      text-align: center;
      max-width: 1170px;
      width: 100%;
      margin: 0 auto;
      padding: 0 12px;

      h2,
      p {
        max-width: 870px;
        color: #002855;
        margin: unset !important;
      }

      .btn-primary {
        max-width: 570px;
        height: 44px;
        width: 100%;
        background-color: #278EAA;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;

        span {
          color: white;
        }
      }
    }
  }
}

@media screen and (max-width: 768px) {
  .not-found {
    .inner-section {

      .image {
        height: auto;
        width: 100%;

        picture {
          width: inherit;

          img {
            width: inherit;
          }
        }
      }

      .content {
        position: unset !important;
        transform: unset !important;
        padding: 0 40px;

        h2 {
          font-size: 18px;
          font-weight: 800;
        }

        p {
          font-size: 16px;
        }
      }
    }
  }
}